@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
  Base
  ========================================================================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6em;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

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

::selection {
  background: #48486a;
  color: #fff;
}

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

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

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  a:hover, a img {
    transition: 0.2s linear;
  }
}
a.btn {
  position: relative;
  display: block;
}

@media screen and (min-width: 769px) {
  a.btn:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  a.btn {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
  }
}
h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
}

/* ==========================================================================
  Layout
  ========================================================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.l-section {
  position: relative;
}

.l-inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    min-width: inherit;
  }
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
}
.l-flex-aligncenter {
  align-items: center;
}
.l-flex-justcenter {
  justify-content: center;
}
.l-flex-justbetween {
  justify-content: space-between;
}

.bg-skew {
  margin-top: -5vw;
  position: relative;
}
.bg-skew::before {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  content: "";
  transform: skewY(-5deg);
}
.bg-skew .l-inner {
  z-index: 20;
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .bg-skew {
    margin-top: -3vw;
  }
  .bg-skew::before {
    transform: skewY(-5deg);
  }
  .bg-skew .l-inner {
    padding: 50px 0;
  }
}
.bg-skew.bg-white::before {
  background: #fff;
}

.bg-skew.bg-blue-l::before {
  background: -moz-linear-gradient(100% 50% 180deg, #eff8fe 0%, #dff1f9 100%);
  background: -webkit-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #eff8fe), color-stop(1, #dff1f9));
  background: -o-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  background: -ms-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFF8FE', endColorstr='#DFF1F9' ,GradientType=0)";
  background: linear-gradient(-90deg, #eff8fe 0%, #dff1f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFF1F9",endColorstr="#EFF8FE" , GradientType=1);
}

/* ==========================================================================
  Header / Footer
  ========================================================================== */
.l-header {
  width: 100%;
  height: 46px;
  padding: 15px 0;
  position: relative;
  z-index: 98;
  background: -moz-linear-gradient(0% 50% 0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -webkit-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #9bd4e8), color-stop(1, #21a6e0));
  background: -o-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -ms-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD4E8', endColorstr='#21A6E0' ,GradientType=0)";
  background: linear-gradient(90deg, #9bd4e8 0%, #21a6e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9BD4E8",endColorstr="#21A6E0" , GradientType=1);
}

@media screen and (min-width: 769px) {
  .l-header {
    min-width: 1040px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 15px 10px;
    background: -moz-linear-gradient(100% 50% 180deg, #9bd4e8 0%, #21a6e0 100%);
    background: -webkit-linear-gradient(180deg, #9bd4e8 0%, #21a6e0 100%);
    background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #9bd4e8), color-stop(1, #21a6e0));
    background: -o-linear-gradient(180deg, #9bd4e8 0%, #21a6e0 100%);
    background: -ms-linear-gradient(180deg, #9bd4e8 0%, #21a6e0 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD4E8', endColorstr='#21A6E0' ,GradientType=0)";
    background: linear-gradient(-90deg, #9bd4e8 0%, #21a6e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#21A6E0",endColorstr="#9BD4E8" , GradientType=1);
  }
}
.l-header .gnav ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.l-header .gnav ul li {
  border-right: 1px solid #fff;
}
.l-header .gnav ul li:last-child {
  border-right: none;
}
.l-header .gnav ul li a {
  color: #fff;
  padding: 0 5vw;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .l-header .gnav ul {
    display: flex;
    justify-content: flex-end;
    text-align: center;
  }
  .l-header .gnav ul li {
    border-right: 1px solid #fff;
  }
  .l-header .gnav ul li:last-child {
    border-right: none;
  }
  .l-header .gnav ul li a {
    color: #fff;
    padding: 0 5vw;
    font-size: 1.6rem;
  }
  .l-header .gnav ul li a:hover {
    opacity: 0.6;
  }
}
/* ==========================================================================
Main
========================================================================== */
/* ==========================================================================
Parts / Plug-in
========================================================================== */
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  border-radius: 4px 0 0 0;
  overflow: hidden;
  transition: 0.2s ease-out;
  transform: translateY(40px);
}
.pagetop.is-show {
  transform: none;
}
.pagetop a {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    font-size: 1.2rem;
  }
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  border: 2px solid;
  border-radius: 50%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  background: url(../images/arrow-next.svg) center 40% no-repeat;
  background-size: 70% 70%;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  background: url(../images/arrow-prev.svg) center 40% no-repeat;
  background-size: 70% 70%;
}

.modaal-container {
  background: transparent;
}

.modaal-inner-wrapper {
  text-align: center;
}
.modaal-inner-wrapper img {
  display: block;
  max-width: 620px;
  height: auto;
  margin: auto auto;
}

.modaal-close {
  display: none;
}

.md-close {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
  color: #fff;
}

.md-close.md-sugimoto {
  background: -moz-linear-gradient(0% 50% 0deg, #f6bd56 0%, #f08531 100%);
  background: -webkit-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f6bd56), color-stop(1, #f08531));
  background: -o-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  background: -ms-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6BD56', endColorstr='#F08531' ,GradientType=0)";
  background: linear-gradient(90deg, #f6bd56 0%, #f08531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6BD56",endColorstr="#F08531" , GradientType=1);
  top: -79vw;
}

.md-close.md-sato {
  background: -moz-linear-gradient(0% 50% 0deg, #f3a6b3 0%, #eb6785 100%);
  background: -webkit-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f3a6b3), color-stop(1, #eb6785));
  background: -o-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  background: -ms-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3A6B3', endColorstr='#EB6785' ,GradientType=0)";
  background: linear-gradient(90deg, #f3a6b3 0%, #eb6785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3A6B3",endColorstr="#EB6785" , GradientType=1);
  top: -79vw;
}

.md-close.md-koike {
  background: -moz-linear-gradient(0% 50% 0deg, #c5da4d 0%, #81c041 100%);
  background: -webkit-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #c5da4d), color-stop(1, #81c041));
  background: -o-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  background: -ms-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5DA4D', endColorstr='#81C041' ,GradientType=0)";
  background: linear-gradient(90deg, #c5da4d 0%, #81c041 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5DA4D",endColorstr="#81C041" , GradientType=1);
  top: -79vw;
}

@media screen and (min-width: 769px) {
  .md-close {
    left: 0;
    right: -615px;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 30px;
    line-height: 47px;
  }

  .md-close.md-sugimoto {
    top: -270px;
  }

  .md-close.md-sato {
    top: -270px;
  }

  .md-close.md-koike {
    top: -270px;
  }
}
@media screen and (min-width: 769px) {
  .modaal-content-container .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .modaal-content-container {
    padding: 30px 20px;
  }
  .modaal-content-container .pc {
    display: none !important;
  }

  .modaal-video-wrap {
    margin: auto 0 !important;
  }
}
/* ==========================================================================
  Animation
  ========================================================================== */
.anim-fadeout {
  animation: fadeIn 0.2s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
.anim-fadein {
  opacity: 0;
}

.anim-fadein.is-show {
  animation: fadeIn 0.8s 0.2s both ease-out;
}

@keyframes fadeIn {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-l {
  opacity: 0;
}

.anim-slidein-l.is-show {
  animation: slideInL 0.8s 0.2s both ease-out;
}

@keyframes slideInL {
  0% {
    transform: translate(-10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.anim-slidein-r {
  opacity: 0;
}

.anim-slidein-r.is-show {
  animation: slideInR 0.8s 0.2s both ease-out;
}

@keyframes slideInR {
  0% {
    transform: translate(10vw, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.tp-header,
.tp-footer {
  background: #fff;
  text-align: center;
}
.tp-header img,
.tp-footer img {
  max-width: 1680px;
  margin: 0 auto;
}

.tp-footer {
  background: #3f4040;
}

/* ==========================================================================
COMMON
========================================================================== */
.l-wrapper {
  background: -moz-linear-gradient(100% 50% 180deg, #eff8fe 0%, #dff1f9 100%);
  background: -webkit-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0, #eff8fe), color-stop(1, #dff1f9));
  background: -o-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  background: -ms-linear-gradient(180deg, #eff8fe 0%, #dff1f9 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFF8FE', endColorstr='#DFF1F9' ,GradientType=0)";
  background: linear-gradient(-90deg, #eff8fe 0%, #dff1f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DFF1F9",endColorstr="#EFF8FE" , GradientType=1);
}
.l-wrapper h2 span,
.l-wrapper h2 small {
  font-weight: bold;
}
.l-wrapper h2 small {
  font-size: 80%;
}
.l-wrapper p {
  line-height: 1.8;
}

/* ==========================================================================
MV
========================================================================== */
.l-mv {
  position: relative;
  background: #000;
}
.l-mv h1, .l-mv h2 {
  position: absolute;
}
.l-mv h1 {
  width: 80%;
  height: auto;
  left: 0;
  top: 2vw;
  z-index: 3;
}
.l-mv h2 {
  z-index: 23;
  width: 100%;
  max-width: 450px;
  height: auto;
  left: 0;
  right: 0;
  bottom: -19vw;
  margin: auto auto 0;
}
.l-mv .bg-video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.l-mv .bg-video::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.l-mv .bg-video .bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
}
.l-mv .bg-video .bg-video-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: auto;
  height: 100%;
}
.l-mv .bg-video .bg-video-wrap video {
  object-fit: contarin;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .l-mv {
    min-height: inherit;
    margin: 0 auto;
  }
  .l-mv h1 {
    width: 70%;
    max-width: 900px;
    left: 0;
    top: 20px;
  }
  .l-mv h2 {
    width: 550px;
    max-width: inherit;
    left: auto;
    right: 60px;
    bottom: -80px;
    margin: auto auto 0;
  }
  .l-mv .bg-video {
    width: 100%;
    max-width: 1040px;
    height: auto;
    margin: 0 auto;
    z-index: 1;
  }
  .l-mv .bg-video .bg-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .l-mv .bg-video .bg-video-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    width: auto;
    height: 100%;
  }
}
/* ==========================================================================
登場人物
========================================================================== */
.l-character {
  padding-top: 24vw;
}
.l-character .l-inner {
  padding: 50px 5vw;
}
.l-character h2 {
  position: relative;
  background: -moz-linear-gradient(0% 50% 0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, white), color-stop(0.7146, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF" , GradientType=1);
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 3px 5px 5px;
  margin-bottom: 12px;
}
.l-character h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 75vw;
  height: 5vw;
  top: -7vw;
  right: 2vw;
  background: url(../images/dot-white.png) center right no-repeat;
  background-size: contain;
  z-index: 22;
}
.l-character p.lead {
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .l-character {
    padding-top: 80px;
  }
  .l-character .l-inner {
    padding: 100px 0;
  }
  .l-character h2 {
    background: -moz-linear-gradient(0% 50% 0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, white), color-stop(0.7146, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF' ,GradientType=0)";
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.6) 71.46%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF" , GradientType=1);
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
  .l-character h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 400px;
    height: 20px;
    top: -40px;
    left: 80px;
    right: auto;
  }
  .l-character p.lead {
    font-size: 1.6rem;
  }
}
.l-character .bldg {
  position: relative;
  padding: 30px 0 30px;
}
.l-character .bldg a.link {
  position: absolute;
  display: block;
  width: 17vw;
  height: 20vw;
  opacity: 1;
  mix-blend-mode: multiply;
}
.l-character .bldg a.link.link-appearance {
  top: 39vw;
  right: 9vw;
  background: url(../images/area-blue.svg) no-repeat;
  background-size: 100% 100%;
}
.l-character .bldg a.link.link-sugimoto {
  top: 43vw;
  left: 9vw;
  background: url(../images/area-orange.svg) no-repeat;
  background-size: 100% 100%;
}
.l-character .bldg a.link.link-sato {
  top: 85vw;
  left: 18vw;
  background: url(../images/area-pink.svg) no-repeat;
  background-size: 100% 100%;
}
.l-character .bldg a.link.link-koike {
  top: 138vw;
  left: 27vw;
  background: url(../images/area-green.svg) no-repeat;
  background-size: 100% 100%;
}
.l-character .bldg a.tag {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}
.l-character .bldg a.tag img {
  width: 100%;
  height: auto;
}
.l-character .bldg a.tag.tag-appearance {
  width: 78px;
  height: 29px;
  top: -44vw;
  right: -56vw;
}
.l-character .bldg a.tag.tag-sugimoto {
  width: 109.8571428571px;
  height: 50.5714285714px;
  top: -38vw;
  left: -36vw;
}
.l-character .bldg a.tag.tag-sato {
  width: 109.7142857143px;
  height: 51.7142857143px;
  top: 47vw;
  left: -39vw;
}
.l-character .bldg a.tag.tag-koike {
  width: 109.7142857143px;
  height: 51.7142857143px;
  bottom: -150vw;
  right: 20vw;
}

@media screen and (min-width: 769px) {
  .l-character .bldg {
    padding: 30px 0 30px;
    width: 800px;
    margin: 0 auto;
  }
  .l-character .bldg a.link {
    position: absolute;
    display: block;
    width: 150px;
    height: 150px;
  }
  .l-character .bldg a.link:hover {
    opacity: 0.75;
  }
  .l-character .bldg a.link.link-appearance {
    top: 310px;
    right: 90px;
  }
  .l-character .bldg a.link.link-sugimoto {
    top: 360px;
    left: 85px;
  }
  .l-character .bldg a.link.link-sato {
    top: 710px;
    left: 165px;
  }
  .l-character .bldg a.link.link-koike {
    top: 1190px;
    left: 245px;
  }
  .l-character .bldg a.tag.tag-appearance {
    width: 182px;
    height: 67.6666666667px;
    top: -780px;
    right: -470px;
  }
  .l-character .bldg a.tag.tag-sugimoto {
    width: 256.3333333333px;
    height: 118px;
    top: -720px;
    left: -420px;
  }
  .l-character .bldg a.tag.tag-sato {
    width: 256px;
    height: 120.6666666667px;
    top: 340px;
    left: -530px;
  }
  .l-character .bldg a.tag.tag-koike {
    width: 256px;
    height: 120.6666666667px;
    bottom: -1180px;
    right: -180px;
  }
}
/* ==========================================================================
ムービー
========================================================================== */
.l-movie .l-inner {
  padding: 25vw 0 50px;
}
.l-movie h3 {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 3px 5px 5px;
  margin-bottom: 12px;
}
.l-movie h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.l-movie p.explain {
  font-size: 1.5rem;
}
.l-movie .box-ttl,
.l-movie .box-txt {
  padding: 0 5%;
}
.l-movie .box-img {
  margin: 12px 0 24px;
}
.l-movie .box-img .thumb {
  display: none;
}
.l-movie .btn-detail a {
  padding: 5px 0;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px dotted #000;
}
.l-movie .list-point {
  margin-bottom: 24px;
}
.l-movie .list-point li {
  margin-bottom: 8px;
  padding: 3px 5px 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  background: #ccc;
}
.l-movie .list-point li a {
  color: #fff;
}
.l-movie .list-point li a::before {
  content: "＞ ";
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .l-movie .l-inner {
    padding: 100px 0 100px;
  }
  .l-movie h3 {
    font-size: 3.4rem;
    margin-bottom: 15px;
    padding: 3px 10px 5px;
  }
  .l-movie h4 {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .l-movie p.explain {
    font-size: 1.6rem;
  }
  .l-movie .box-ttl,
.l-movie .box-txt {
    padding: 0;
  }
  .l-movie .box-img {
    margin: 0;
  }
  .l-movie .btn-detail a:hover {
    opacity: 0.6;
  }
  .l-movie .list-point {
    margin-bottom: 24px;
  }
  .l-movie .list-point li {
    margin-bottom: 12px;
    font-size: 2.4rem;
    transition: all 0.25s ease-out;
  }
  .l-movie .list-point li:hover {
    margin-left: 20px;
  }
  .l-movie .list-point li:hover a {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .btn-detail a {
    position: relative;
    display: inline-block;
    padding: 7px 10px !important;
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #000 !important;
  }
  .btn-detail a::before {
    content: "＞";
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .btn-detail a {
    padding: 5px 0;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px dotted #000;
  }
}
.l-movie .chara {
  position: absolute;
  bottom: 0;
  z-index: 11;
  margin: 0 auto;
}
.l-movie .catch {
  position: absolute;
  z-index: 12;
}
.l-movie .catch img {
  height: 100%;
  width: auto;
}
.l-movie .deco {
  position: absolute;
  z-index: 13;
}

@media screen and (max-width: 768px) {
  .l-movie .l-inner {
    display: flex;
    flex-direction: column;
  }
  .l-movie .l-inner .box-ttl {
    order: 1;
  }
  .l-movie .l-inner .box-txt {
    order: 3;
  }
  .l-movie .l-inner .box-img {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .l-movie .l-inner .box-ttl {
    width: 340px;
  }
  .l-movie .l-inner .box-txt {
    width: 340px;
  }
  .l-movie .l-inner .box-img {
    width: 640px;
  }
}
.l-movie .box-img .thumb,
.l-making .box-img .thumb {
  position: relative;
}
.l-movie .box-img .thumb::before, .l-movie .box-img .thumb::after,
.l-making .box-img .thumb::before,
.l-making .box-img .thumb::after {
  content: "";
  position: absolute;
  display: block;
}
.l-movie .box-img .thumb::before,
.l-making .box-img .thumb::before {
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  background: #000;
}
.l-movie .box-img .thumb::after,
.l-making .box-img .thumb::after {
  z-index: 2;
  left: 10px;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff;
}

.l-movie .box-txt p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .l-movie .box-txt p {
    font-size: 1.6rem;
  }

  .l-movie .box-img .thumb::before,
.l-making .box-img .thumb::before {
    transition: all 0.25s ease-out;
  }
  .l-movie .box-img .thumb:hover::before,
.l-making .box-img .thumb:hover::before {
    background: red;
  }
}
.l-appearance {
  padding: 0 0 60px;
}
.l-appearance .l-inner {
  padding: 80px 0 50px;
}
.l-appearance h3 {
  background: -moz-linear-gradient(0% 50% 0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -webkit-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #9bd4e8), color-stop(1, #21a6e0));
  background: -o-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  background: -ms-linear-gradient(0deg, #9bd4e8 0%, #21a6e0 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BD4E8', endColorstr='#21A6E0' ,GradientType=0)";
  background: linear-gradient(90deg, #9bd4e8 0%, #21a6e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9BD4E8",endColorstr="#21A6E0" , GradientType=1);
}
.l-appearance h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  height: 5vw;
  top: -6vw;
  left: 10vw;
  background: url(../images/dot-blue.png) center right no-repeat;
  background-size: contain;
  z-index: 22;
}
.l-appearance .list-all {
  width: 100%;
  margin-bottom: 12px;
}
.l-appearance .list-all tr {
  width: 100%;
}
.l-appearance .list-all td {
  width: 33.33%;
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
  line-height: 1.2;
}
.l-appearance .list-all td.bl {
  background: #f5fbfe;
}

@media screen and (min-width: 769px) {
  .l-appearance {
    padding: 0;
  }
  .l-appearance .l-inner {
    padding: 90px 0 180px;
    overflow: hidden;
  }
  .l-appearance h3::after {
    width: 180px;
    height: 10px;
    top: -30px;
    left: -90px;
  }
  .l-appearance .list-all {
    margin-bottom: 12px;
  }
  .l-appearance .list-all td {
    padding: 10px 5px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .l-appearance .btn-detail {
    text-align: right;
  }
  .l-appearance .box-ttl {
    float: right;
  }
  .l-appearance .box-txt {
    position: absolute;
    top: 245px;
    right: 0;
  }
  .l-appearance .box-img {
    float: left;
  }
}
.l-appearance .deco-01 {
  left: 5vw;
  top: -15vw;
  width: 10vw;
}
.l-appearance .deco-02 {
  right: 5vw;
  top: -10vw;
  width: 18vw;
}

@media screen and (min-width: 769px) {
  .l-appearance .deco-01 {
    left: 20vw;
    top: -85px;
    width: 40px;
  }
  .l-appearance .deco-02 {
    right: 15vw;
    top: -50px;
    width: 80px;
  }
}
.l-deployment {
  padding: 0 0 47vw;
}
.l-deployment .l-inner {
  padding: 140px 0 70px;
}
.l-deployment h3 {
  background: -moz-linear-gradient(0% 50% 0deg, #f3a6b3 0%, #eb6785 100%);
  background: -webkit-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f3a6b3), color-stop(1, #eb6785));
  background: -o-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  background: -ms-linear-gradient(0deg, #f3a6b3 0%, #eb6785 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3A6B3', endColorstr='#EB6785' ,GradientType=0)";
  background: linear-gradient(90deg, #f3a6b3 0%, #eb6785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3A6B3",endColorstr="#EB6785" , GradientType=1);
}
.l-deployment .box-txt p {
  color: #e5788c;
}
.l-deployment .list-point {
  position: relative;
}
.l-deployment .list-point li {
  background: -moz-linear-gradient(-129.86% 9174.02% 0deg, rgba(243, 166, 179, 0) 0%, #eb6785 100%);
  background: -webkit-linear-gradient(0deg, rgba(243, 166, 179, 0) 0%, #eb6785 100%);
  background: -webkit-gradient(linear, -129.86% 9174.02%, -29.86% 9174.02%, color-stop(0, rgba(243, 166, 179, 0)), color-stop(1, #eb6785));
  background: -o-linear-gradient(0deg, rgba(243, 166, 179, 0) 0%, #eb6785 100%);
  background: -ms-linear-gradient(0deg, rgba(243, 166, 179, 0) 0%, #eb6785 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3A6B3', endColorstr='#EB6785' ,GradientType=0)";
  background: linear-gradient(-45deg, rgba(243, 166, 179, 0) 0%, #eb6785 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3A6B3",endColorstr="#EB6785" , GradientType=1);
}
.l-deployment .list-point::after {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  height: 5vw;
  bottom: -7vw;
  right: 0;
  background: url(../images/dot-pink.png) center right no-repeat;
  background-size: contain;
  z-index: 22;
}
.l-deployment .chara-sato {
  max-width: 58vw;
  left: 0;
  margin: 0 auto;
}
.l-deployment .catch-sato {
  height: auto;
  width: 50vw;
  right: 2vw;
  bottom: 44vw;
}

@media screen and (min-width: 769px) {
  .l-deployment {
    padding: 0;
  }
  .l-deployment .l-inner {
    overflow: hidden;
    padding: 140px 0 360px;
  }
  .l-deployment .l-inner .box-ttl {
    float: left;
    width: 400px;
    margin-bottom: 30px;
  }
  .l-deployment .l-inner .box-txt {
    position: absolute;
    left: 0;
    top: 305px;
    width: 400px;
  }
  .l-deployment .l-inner .box-img {
    position: relative;
    float: right;
    width: 640px;
  }
  .l-deployment .l-inner .box-img::after {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 10px;
    bottom: -30px;
    right: 0;
    background: url(../images/dot-pink.png) center right no-repeat;
    background-size: contain;
    z-index: 22;
  }
  .l-deployment .list-point::after {
    content: none;
  }
  .l-deployment .chara-sato {
    max-width: 320px;
    left: -280px;
    right: 0;
    bottom: 0;
    margin: auto auto 0;
  }
  .l-deployment .catch-sato {
    height: auto;
    width: 300px;
    left: 0;
    right: -220px;
    bottom: 180px;
    margin: auto auto 0;
  }
}
.l-deployment .deco-01 {
  left: 0;
  right: 0;
  top: -22vw;
  width: 76vw;
  max-width: 320px;
  margin: 0 auto auto;
}

@media screen and (min-width: 769px) {
  .l-deployment .deco-01 {
    left: -100px;
    right: 0;
    top: -130px;
    width: 320px;
    max-width: inherit;
    margin: 0 auto auto;
  }
}
.l-development.bg-skew {
  margin-top: -25vw;
  z-index: 12;
}

.l-development {
  padding: 20vw 0 35vw;
}
.l-development .l-inner {
  padding: 50px 0 50px;
}
.l-development h3 {
  background: -moz-linear-gradient(0% 50% 0deg, #f6bd56 0%, #f08531 100%);
  background: -webkit-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #f6bd56), color-stop(1, #f08531));
  background: -o-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  background: -ms-linear-gradient(0deg, #f6bd56 0%, #f08531 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6BD56', endColorstr='#F08531' ,GradientType=0)";
  background: linear-gradient(90deg, #f6bd56 0%, #f08531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6BD56",endColorstr="#F08531" , GradientType=1);
}
.l-development h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 56vw;
  height: 5vw;
  top: -6vw;
  left: 12vw;
  background: url(../images/dot-orange.png) center right no-repeat;
  background-size: contain;
  z-index: 22;
}
.l-development .box-txt p {
  color: #ff9417;
}
.l-development .list-point {
  position: relative;
}
.l-development .list-point li {
  background: -moz-linear-gradient(-129.86% 4275.11% 0deg, rgba(246, 221, 86, 0) 0%, rgba(245, 213, 82, 0.6) 44.59%, #f08531 100%);
  background: -webkit-linear-gradient(0deg, rgba(246, 221, 86, 0) 0%, rgba(245, 213, 82, 0.6) 44.59%, #f08531 100%);
  background: -webkit-gradient(linear, -129.86% 4275.11%, -29.86% 4275.11%, color-stop(0, rgba(246, 221, 86, 0)), color-stop(0.4459, rgba(245, 213, 82, 0.6)), color-stop(1, #f08531));
  background: -o-linear-gradient(0deg, rgba(246, 221, 86, 0) 0%, rgba(245, 213, 82, 0.6) 44.59%, #f08531 100%);
  background: -ms-linear-gradient(0deg, rgba(246, 221, 86, 0) 0%, rgba(245, 213, 82, 0.6) 44.59%, #f08531 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6DD56', endColorstr='#F08531' ,GradientType=0)";
  background: linear-gradient(-45deg, rgba(246, 221, 86, 0) 0%, rgba(245, 213, 82, 0.6) 44.59%, #f08531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6DD56",endColorstr="#F08531" , GradientType=1);
}
.l-development .list-point::after {
  content: "";
  position: absolute;
  display: block;
  width: 56vw;
  height: 5vw;
  bottom: -9vw;
  right: -2vw;
  background: url(../images/dot-orange2.png) center right no-repeat;
  background-size: contain;
  z-index: 22;
}
.l-development .catch-sugimoto {
  height: auto;
  width: 40vw;
  right: 43vw;
  bottom: 26vw;
}

@media screen and (min-width: 769px) {
  .l-development.bg-skew {
    margin-top: -2.5vw;
    z-index: 12;
  }

  .l-development {
    padding: 0;
  }
  .l-development .l-inner {
    padding: 140px 0 360px;
    overflow: hidden;
  }
  .l-development h3::after {
    width: 260px;
    height: 10px;
    top: -40px;
    left: -20px;
  }
  .l-development .list-point::after {
    width: 300px;
    height: 40px;
    bottom: -200px;
    right: -30px;
    z-index: 22;
  }
  .l-development .catch-sugimoto {
    height: auto;
    width: 240px;
    left: -410px;
    right: 0;
    bottom: 180px;
    margin: auto auto 0;
  }
  .l-development .btn-detail {
    text-align: right;
  }
  .l-development .box-ttl {
    float: right;
  }
  .l-development .box-txt {
    position: absolute;
    top: 305px;
    right: 0;
  }
  .l-development .box-img {
    float: left;
  }
}
.l-development .deco-01 {
  right: 3vw;
  top: -15vw;
  width: 32vw;
  max-width: 220px;
}

@media screen and (min-width: 769px) {
  .l-development .deco-01 {
    right: 10vw;
    top: -200px;
    width: 300px;
    max-width: inherit;
  }
  .l-development .deco-02 {
    left: 15vw;
    top: -30px;
    width: 80px;
    max-width: inherit;
  }
}
.l-recruitment.bg-skew {
  margin-top: -25vw;
  z-index: 12;
}

.l-recruitment {
  padding: 20vw 0 50vw;
}
.l-recruitment .l-inner {
  padding-top: 130px;
}
.l-recruitment h3 {
  background: -moz-linear-gradient(0% 50% 0deg, #c5da4d 0%, #81c041 100%);
  background: -webkit-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #c5da4d), color-stop(1, #81c041));
  background: -o-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  background: -ms-linear-gradient(0deg, #c5da4d 0%, #81c041 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5DA4D', endColorstr='#81C041' ,GradientType=0)";
  background: linear-gradient(90deg, #c5da4d 0%, #81c041 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5DA4D",endColorstr="#81C041" , GradientType=1);
}
.l-recruitment .box-txt p {
  color: #8bcc22;
}
.l-recruitment .list-point li {
  background: -moz-linear-gradient(-129.86% -814.08% 0deg, rgba(197, 218, 77, 0) 0%, rgba(197, 209, 69, 0.4) 38.81%, #6bcd41 100%);
  background: -webkit-linear-gradient(0deg, rgba(197, 218, 77, 0) 0%, rgba(197, 209, 69, 0.4) 38.81%, #6bcd41 100%);
  background: -webkit-gradient(linear, -129.86% -814.08%, -29.86% -814.08%, color-stop(0, rgba(197, 218, 77, 0)), color-stop(0.3881, rgba(197, 209, 69, 0.4)), color-stop(1, #6bcd41));
  background: -o-linear-gradient(0deg, rgba(197, 218, 77, 0) 0%, rgba(197, 209, 69, 0.4) 38.81%, #6bcd41 100%);
  background: -ms-linear-gradient(0deg, rgba(197, 218, 77, 0) 0%, rgba(197, 209, 69, 0.4) 38.81%, #6bcd41 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C5DA4D', endColorstr='#6BCD41' ,GradientType=0)";
  background: linear-gradient(-45deg, rgba(197, 218, 77, 0) 0%, rgba(197, 209, 69, 0.4) 38.81%, #6bcd41 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5DA4D",endColorstr="#6BCD41" , GradientType=1);
}
.l-recruitment .chara-sugimoto {
  max-width: 80vw;
  top: -25vw;
  right: -8vw;
  margin: 0 0 auto auto;
}
.l-recruitment .chara-koike {
  max-width: 70vw;
  left: -5vw;
  margin: 0 0 auto auto;
}
.l-recruitment .catch-koike {
  height: auto;
  width: 30vw;
  right: 2vw;
  bottom: 28vw;
}

@media screen and (min-width: 769px) {
  .l-recruitment.bg-skew {
    margin-top: -2vw;
    z-index: 12;
  }

  .l-recruitment {
    padding: 0;
  }
  .l-recruitment .l-inner {
    overflow: hidden;
    padding: 140px 0 360px;
  }
  .l-recruitment .l-inner .box-ttl {
    float: left;
    width: 400px;
    margin-bottom: 30px;
  }
  .l-recruitment .l-inner .box-txt {
    position: absolute;
    left: 0;
    top: 305px;
    width: 400px;
  }
  .l-recruitment .l-inner .box-img {
    position: relative;
    float: right;
    width: 640px;
  }
  .l-recruitment .chara-sugimoto {
    max-width: 400px;
    top: -280px;
    right: 30px;
    left: 0;
    margin: 0 auto auto;
  }
  .l-recruitment .chara-koike {
    max-width: 350px;
    left: -370px;
    right: 0;
    bottom: 0;
    margin: auto auto 0;
  }
  .l-recruitment .catch-koike {
    height: auto;
    width: 260px;
    left: 0;
    right: -260px;
    bottom: 150px;
    margin: auto auto 0;
  }
}
.l-recruitment .deco-01 {
  left: 3vw;
  top: 5vw;
  width: 37vw;
  max-width: 220px;
}

@media screen and (min-width: 769px) {
  .l-recruitment .deco-01 {
    left: 15vw;
    top: -100px;
    width: 200px;
    max-width: inherit;
  }
}
/* ==========================================================================
メイキング
========================================================================== */
.l-making.bg-skew::before {
  z-index: 12;
}
.l-making.bg-skew::after {
  content: "";
  position: absolute;
  display: block;
  width: 56vw;
  height: 5vw;
  top: 13vw;
  left: 20vw;
  background: url(../images/dot-green2.png) no-repeat;
  background-size: contain;
  z-index: 12;
}

.l-making {
  position: relative;
  padding: 0 0 15vw;
}
.l-making .l-inner {
  padding: 40vw 0 0;
}
.l-making h2 {
  position: absolute;
  top: 40vw;
  left: 5vw;
  width: 20vw;
  max-width: 60px;
  z-index: 4;
}
.l-making .box-txt {
  position: absolute;
  top: 40vw;
  left: 30vw;
  width: 65vw;
}
.l-making .box-img {
  padding-top: 130px;
}
.l-making .box-img .thumb {
  display: none;
}
.l-making .comment {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.l-making .comment > div {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
}
.l-making .comment .box-ttl {
  order: 1;
}
.l-making .comment .box-ttl h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  padding: 0 5%;
}
.l-making .comment .box-img {
  order: 3;
}
.l-making .comment .box-txt {
  order: 2;
}
.l-making .comment .box-txt p {
  width: 100%;
  padding: 0 5% 0;
  margin: 0 0 10px;
}

@media screen and (min-width: 769px) {
  .l-making.bg-skew {
    margin-top: -3.6vw;
  }
  .l-making.bg-skew::before {
    z-index: 12;
  }
  .l-making.bg-skew::after {
    content: "";
    position: absolute;
    display: block;
    width: 320px;
    height: 40px;
    top: -180px;
    left: 0;
  }

  .l-making {
    padding: 0;
  }
  .l-making .l-inner {
    padding: 80px 0 80px;
  }
  .l-making h2 {
    position: absolute;
    top: 80px;
    left: 100px;
    width: 80px;
    max-width: inherit;
  }
  .l-making .box-txt {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding-left: 240px;
    font-size: 1.6rem;
  }
  .l-making .box-img {
    padding-top: 0;
    width: 540px;
    margin-left: 240px;
    margin-bottom: 15px;
  }
  .l-making .comment {
    padding-top: 30px;
    width: 540px;
    margin-left: 240px;
  }
  .l-making .comment > div {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }
  .l-making .comment .box-ttl {
    order: 1;
  }
  .l-making .comment .box-ttl h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    padding: 0;
  }
  .l-making .comment .box-img {
    order: 2;
    margin: 0 0 15px;
  }
  .l-making .comment .box-txt {
    order: 3;
  }
  .l-making .comment .box-txt p {
    padding: 0;
    margin: 0 0 10px;
  }
}
.l-making .deco {
  position: absolute;
  z-index: 13;
}
.l-making .deco-01 {
  left: 3vw;
  top: -5vw;
  width: 14vw;
  max-width: 60px;
}
.l-making .deco-02 {
  right: 3vw;
  top: -12vw;
  width: 38vw;
  max-width: 220px;
}

@media screen and (min-width: 769px) {
  .l-making .deco-01 {
    left: 3vw;
    top: -80px;
    width: 60px;
    max-width: inherit;
  }
  .l-making .deco-02 {
    right: 3vw;
    top: -180px;
    width: 220px;
    max-width: inherit;
  }
}
/* ==========================================================================
TALENT PALETTE
========================================================================== */
.l-strategy {
  padding: 0 0 15vw;
}
.l-strategy .l-inner {
  padding: 10vw 5vw 0;
}
.l-strategy h2 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 8vw;
}
.l-strategy h3 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 8vw;
}
.l-strategy .box-tp .logo {
  width: 80%;
  max-width: 380px;
  margin: 0 auto 15px;
}
.l-strategy .box-tp .image {
  margin: 0 auto 30px;
}
.l-strategy .box-txt .list-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.l-strategy .box-txt .list-function li {
  width: 47.5%;
  margin-bottom: 10px;
  padding: 8px 10px 10px;
  text-align: center;
  font-size: 1.2rem;
  background: #dee5ea;
}
.l-strategy .box-btn {
  margin-bottom: 90px;
}
.l-strategy .box-sns {
  display: flex;
  justify-content: center;
}
.l-strategy .box-sns a {
  display: block;
  width: 32px;
  margin: 0 10px;
}

@media screen and (min-width: 769px) {
  .l-strategy {
    padding: 0;
  }
  .l-strategy .l-inner {
    padding: 120px 0 60px;
  }
  .l-strategy h2 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 120px;
  }
  .l-strategy h3 {
    position: absolute;
    width: 80px;
    max-width: inherit;
    margin: 0;
    left: 60px;
    top: 460px;
  }
  .l-strategy .box-tp {
    padding-left: 80px;
  }
  .l-strategy .box-tp .logo {
    width: 400px;
    max-width: inherit;
    margin: 0 auto 30px;
  }
  .l-strategy .box-tp .image {
    width: 751px;
    margin: 0 auto 15px;
  }
  .l-strategy .box-txt {
    margin-bottom: 40px;
    padding-left: 140px;
    padding-right: 80px;
  }
  .l-strategy .box-txt .list-function {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }
  .l-strategy .box-txt .list-function li {
    align-items: center;
    width: 134px;
    margin: 0 4px 10px;
    padding: 6px 10px 6px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    background: #dee5ea;
  }
  .l-strategy .box-txt .list-function li span.line1 {
    line-height: 2.4;
  }
  .l-strategy .box-btn {
    margin-bottom: 90px;
    text-align: center;
  }
  .l-strategy .box-btn a {
    display: block;
    width: 320px;
    margin: 0 auto;
  }
  .l-strategy .box-sns {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    right: -400px;
    top: auto;
    bottom: 166px;
    margin: auto auto 0;
  }
  .l-strategy .box-sns a {
    display: block;
    width: 32px;
    margin: 0 10px;
  }
}
/* ==========================================================================
GIF ANIME
========================================================================== */
.l-character .bldg span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

@media screen and (min-width: 769px) {
  .l-character .bldg .chef1 {
    width: 37px;
    height: 56px;
    left: -239px;
    bottom: -15px;
  }
  .l-character .bldg .chef2 {
    width: 41.5px;
    height: 50px;
    left: -380px;
    bottom: -99px;
  }
  .l-character .bldg .stff1 {
    width: 38px;
    height: 73px;
    left: -378px;
    top: -52px;
  }
  .l-character .bldg .stff1-2 {
    width: 38px;
    height: 73px;
    left: 456px;
    top: -592px;
  }
  .l-character .bldg .stff2 {
    width: 55px;
    height: 80px;
    left: 400px;
    bottom: -800px;
  }
  .l-character .bldg .stff2-rv {
    width: 55px;
    height: 80px;
    left: 425px;
    top: -1110px;
  }
  .l-character .bldg .cstm1 {
    width: 35px;
    height: 55px;
    left: -439px;
    top: -2px;
  }
  .l-character .bldg .cstm2 {
    width: 40px;
    height: 50px;
    left: 26px;
    bottom: -196px;
  }
  .l-character .bldg .cstm3 {
    width: 25px;
    height: 35px;
    left: -72px;
    bottom: -90px;
  }
  .l-character .bldg .koike {
    width: 45px;
    height: 90px;
    left: -160px;
    bottom: -1140px;
  }
  .l-character .bldg .reception {
    width: 60px;
    height: 50px;
    left: -121px;
    bottom: -962px;
  }
  .l-character .bldg .work1 {
    width: 70px;
    height: 65px;
    left: 380px;
    bottom: -440px;
  }
  .l-character .bldg .work2 {
    width: 80px;
    height: 75px;
    left: -373px;
    bottom: -590px;
  }
  .l-character .bldg .walk1 {
    width: 100px;
    height: 100px;
    left: 320px;
    bottom: -60px;
  }
  .l-character .bldg .walk2 {
    width: 60px;
    height: 80px;
    left: 290px;
    bottom: -560px;
  }
  .l-character .bldg .walk3 {
    width: 55px;
    height: 80px;
    left: 320px;
    bottom: -1010px;
  }
  .l-character .bldg .walk3-rv1 {
    width: 55px;
    height: 80px;
    left: 15px;
    top: -1050px;
  }
  .l-character .bldg .walk3-rv2 {
    width: 55px;
    height: 80px;
    left: -540px;
    top: -970px;
  }
  .l-character .bldg .walk4 {
    width: 50px;
    height: 75px;
    left: 470px;
    bottom: -70px;
  }
}

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