@charset "UTF-8";
/* Scss Document */
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

@media (max-width: 768px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
/* common */
* {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333; }

.flex {
  display: flex; }

.bg-white {
  background: #fff;
  width: 100%;
  margin-top: 472px; }
  @media (max-width: 768px) {
    .bg-white {
      margin-top: 82.03125vw; } }

.bg-video {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  background: url(../img/bg-img.jpg);
  background-size: cover;
  top: 0; }
  @media (max-width: 768px) {
    .bg-video {
      background: url(../img/sp-bg.jpg);
      background-size: cover; } }
  .bg-video video {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateY(-33%); }
    @media (max-width: 1000px) {
      .bg-video video {
        right: -140px; } }
    @media (max-width: 768px) {
      .bg-video video {
        display: none; } }

.ttl-icon {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto; }
  @media (max-width: 768px) {
    .ttl-icon {
      top: 27.34375vw; } }
  .ttl-icon img {
    width: 760px; }
    @media (max-width: 768px) {
      .ttl-icon img {
        width: 90vw; } }
    @media (max-width: 580px) {
      .ttl-icon img {
        width: 100vw; } }

.wrap {
  margin: 0 auto; }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

@media (max-width: 768px) {
  .pc {
    display: none; } }

@media (max-width: 768px) {
  .effect-fade {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 800ms; } }

@media (max-width: 768px) {
  .effect-fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0); } }

/*load*/
.loading {
  position: fixed;
  z-index: 100005;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff; }

.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%; }
  @media (max-width: 768px) {
    .loading__img {
      width: 60%; } }
  .loading__img img {
    width: 100%; }

/*menu*/
#top-head {
  z-index: 100000;
  width: 100%;
  top: 0;
  position: fixed; }

#top #top-head {
  position: static; }

.sub {
  transition: all .6s; }
  .sub.scroll {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08259b+0,2a3c77+100 */
    background: #08259b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #08259b 0%, #2a3c77 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #08259b 0%, #2a3c77 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #08259b 0%, #2a3c77 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08259b', endColorstr='#2a3c77',GradientType=1 );
    /* IE6-9 */ }
    @media (max-width: 768px) {
      .sub.scroll {
        background: #2a3c77; } }

.logo-color {
  display: none; }

.logo-link {
  z-index: 1; }
  @media (max-width: 768px) {
    .logo-link {
      width: 45.5729166667vw;
      display: block; } }

#head-logo {
  width: 350px;
  padding: 40px;
  transition: all .6s; }
  @media (max-width: 768px) {
    #head-logo {
      width: 45.5729166667vw;
      padding: 3.90625vw; } }
  #head-logo img {
    width: 100%; }
  #head-logo.scroll {
    width: 200px;
    padding: 20px; }
    @media (max-width: 768px) {
      #head-logo.scroll {
        width: 45.5729166667vw;
        padding: 3.90625vw; } }
  #head-logo .sp {
    display: none; }

#top #head-logo {
  width: 57%;
  padding: 0;
  position: fixed;
  z-index: 0; }
  @media (max-width: 768px) {
    #top #head-logo {
      padding: 5.2083333333vw; } }

.open #global-nav {
  z-index: 1000;
  visibility: visible; }

#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  color: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 16px; }

#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none; }

#global-nav a {
  color: #fff;
  text-decoration: none;
  display: block; }

.wrap {
  max-width: 1000px;
  padding-top: 160px;
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    .wrap {
      padding-top: 20.8333333333vw; } }

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  width: 10.8585858586vw;
  margin: 0 auto 1.9191919192vw auto; }
  @media (max-width: 1400px) {
    #global-nav ul li {
      width: 152px;
      margin: 0 auto 27px auto; } }
  @media (max-width: 768px) {
    #global-nav ul li {
      width: 120px; } }

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transition-delay: .1s;
  transition-delay: .1s; }
  .open #global-nav ul li img {
    width: 5.2525252525vw;
    padding-top: 1.0101010101vw; }
    @media (max-width: 1400px) {
      .open #global-nav ul li img {
        width: 73.5px;
        padding-top: 14px; } }

.open #global-nav ul li:nth-child(2) img {
  width: 6.3131313131vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(2) img {
      width: 88px; } }

.open #global-nav ul li:nth-child(3) img {
  width: 7.3737373737vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(3) img {
      width: 103px; } }

.open #global-nav ul li:nth-child(4) img {
  width: 5.6060606061vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(4) img {
      width: 78.5px; } }

.open #global-nav ul li:nth-child(5) img {
  width: 8.4343434343vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(5) img {
      width: 118px; } }

.open #global-nav ul li:nth-child(6) img {
  width: 4.0404040404vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(6) img {
      width: 56.5px; } }

.open #global-nav ul li:nth-child(7) img {
  width: 4.1919191919vw; }
  @media (max-width: 1400px) {
    .open #global-nav ul li:nth-child(7) img {
      width: 58.6px; } }

.nav-chara {
  width: 2.2727272727vw;
  height: 2.8787878788vw;
  display: inline-block; }
  @media (max-width: 1400px) {
    .nav-chara {
      width: 31.8px;
      height: 40.3px; } }
  @media (max-width: 768px) {
    .nav-chara {
      display: none; } }

#global-nav ul li a:hover img {
  opacity: .6; }

#global-nav ul li a:hover .nav-chara {
  background-image: url(../img/menu-ico01.svg);
  background-repeat: no-repeat;
  background-size: 1.8181818182vw;
  background-position: bottom right;
  position: relative;
  animation-name: fadeInLeft;
  animation-duration: 500ms; }
  @media (max-width: 1400px) {
    #global-nav ul li a:hover .nav-chara {
      background-size: 25.5px; } }

#global-nav ul li:nth-child(2) a:hover .nav-chara {
  background-image: url(../img/menu-ico02.svg);
  background-repeat: no-repeat;
  background-size: 1.8181818182vw;
  background-position: bottom right; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(2) a:hover .nav-chara {
      background-size: 25.5px; } }

#global-nav ul li:nth-child(3) a:hover .nav-chara {
  background-image: url(../img/menu-ico03.svg);
  background-repeat: no-repeat;
  background-size: 1.8181818182vw;
  background-position: bottom right; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(3) a:hover .nav-chara {
      background-size: 25.5px; } }

#global-nav ul li:nth-child(4) a:hover .nav-chara {
  background-image: url(../img/menu-ico04.svg);
  background-repeat: no-repeat;
  background-size: 2.0707070707vw;
  background-position: bottom right; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(4) a:hover .nav-chara {
      background-size: 29px; } }

#global-nav ul li:nth-child(5) a:hover .nav-chara {
  background-image: url(../img/menu-ico05.svg);
  background-repeat: no-repeat;
  background-size: 1.8686868687vw;
  background-position: bottom right; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(5) a:hover .nav-chara {
      background-size: 26px; } }

#global-nav ul li:nth-child(6) a:hover .nav-chara {
  background-image: url(../img/menu-ico06.svg);
  background-repeat: no-repeat;
  background-size: 2.0202020202vw;
  background-position: bottom right; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(6) a:hover .nav-chara {
      background-size: 28.3px; } }

#global-nav ul li:nth-child(7) a:hover .nav-chara {
  background-image: url(../img/menu-ico07.svg);
  background-repeat: no-repeat;
  background-size: 2.0202020202vw;
  background-position: 50% 88%; }
  @media (max-width: 1400px) {
    #global-nav ul li:nth-child(7) a:hover .nav-chara {
      background-size: 28.3px; } }

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  width: 300vw;
  height: 300vw;
  margin-right: -150vw;
  margin-top: -150vw;
  overflow: hidden;
  top: 77px;
  right: 72px;
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform all .5s ease-out;
  transition: transform 0.5s ease-out, background 0.5s cubic-bezier(1, 0.01, 0.63, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.001);
  transform: scale(0.001);
  z-index: 999; }
  @media (max-width: 768px) {
    #nav-bg {
      width: 300vh;
      height: 300vh;
      margin-right: -150vh;
      margin-top: -150vh;
      top: 10.0260416667vw;
      right: 9.375vw; } }

.open #nav-bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
  background: white; }

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
.close {
  display: none;
  opacity: .3s;
  text-align: right; }
  .close img {
    width: 30px; }
    @media (max-width: 768px) {
      .close img {
        width: 5.2083333333vw; } }

.open .close {
  display: block; }

#top #nav-toggle {
  position: fixed; }

#nav-toggle {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 44px;
  height: 34px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 1000000;
  transition: all .6s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (max-width: 768px) {
    #nav-toggle {
      right: 5.2083333333vw;
      top: 4.2317708333vw;
      width: 6.9010416667vw;
      height: 5.7291666667vw;
      padding: 1.3020833333vw 1.4322916667vw; } }
  #nav-toggle:hover .close {
    opacity: .6; }
  #nav-toggle.scroll {
    top: 13px; }
    @media (max-width: 768px) {
      #nav-toggle.scroll {
        top: 4.2317708333vw; } }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  border-radius: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media (max-width: 768px) {
    #nav-toggle span {
      height: 3px; } }

.open #nav-toggle span {
  display: none; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 15px; }
  @media (max-width: 768px) {
    #nav-toggle span:nth-child(2) {
      top: 2.6041666667vw; } }

#nav-toggle span:nth-child(3) {
  top: 30px; }
  @media (max-width: 768px) {
    #nav-toggle span:nth-child(3) {
      top: 5.2083333333vw; } }

.open #nav-toggle {
  background: transparent; }

.open #nav-toggle span {
  background: #fff; }

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1; }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1; }

/* top */
#youtube-wrap {
  position: relative;
  height: 100vh;
  width: 100%; }
  @media (max-width: 768px) {
    #youtube-wrap {
      display: none; } }

@media (max-width: 768px) {
  #wrapper_youtube {
    display: none; } }

.bg-video video {
  transform: none; }
@media (max-width: 768px) {
  .bg-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #08259b 0%, #2a3c77 100%);
    opacity: .8; } }

.f-view {
  width: 100%;
  height: 100vh;
  position: relative; }
  .f-view .top-sp {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 768px) {
      .f-view .top-sp {
        display: block;
        width: 56%;
        height: 80%;
        text-align: center;
        background: url(../img/top-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top; } }
    @media (max-width: 580px) {
      .f-view .top-sp {
        width: 70%; } }
    .f-view .top-sp img {
      max-width: 100%;
      height: auto; }
  @media screen and (min-width: 750px) {
    .f-view.pc-f-view {
      /* スマホとタブレット以外はこっちを適用 */
      height: 100vh !important;
      /* !importantを使用し、jQueryを打ち消し */ } }

.scroll-icon {
  position: absolute;
  width: 100px;
  height: 190px;
  bottom: 0;
  right: calc(50% - 50px);
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (max-width: 768px) {
    .scroll-icon {
      height: 170px; } }
  .scroll-icon .arrow {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1s infinite;
    animation: sdb 1s infinite;
    box-sizing: border-box;
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s; }
    .scroll-icon .arrow::before {
      content: '';
      width: 100%;
      height: 4px;
      border-radius: 2px;
      background: #fff;
      bottom: 0;
      position: absolute; }
    .scroll-icon .arrow::after {
      content: '';
      height: 100%;
      width: 4px;
      border-radius: 2px;
      background: #fff;
      position: absolute; }
    @media (max-width: 768px) {
      .scroll-icon .arrow {
        width: 30px;
        height: 30px;
        margin-left: -15px;
        top: 50px; } }
  .scroll-icon .arrow:nth-of-type(2) {
    top: 50px;
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s; }
    @media (max-width: 768px) {
      .scroll-icon .arrow:nth-of-type(2) {
        top: 70px; } }
  .scroll-icon .arrow:nth-of-type(3) {
    top: 80px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
    @media (max-width: 768px) {
      .scroll-icon .arrow:nth-of-type(3) {
        top: 90px; } }
  .scroll-icon .scroll-txt {
    color: #fff;
    position: absolute;
    text-align: center;
    display: block;
    top: 150px;
    right: 0;
    left: 0;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    font-size: 30px; }
    @media (max-width: 768px) {
      .scroll-icon .scroll-txt {
        font-size: 20px;
        top: 130px; } }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.l-frame {
  background: url(../img/l-frame.svg) no-repeat;
  background-size: contain;
  width: 38.0808080808vw;
  height: 33.0303030303vw; }
  @media (max-width: 1240px) {
    .l-frame {
      width: 472px;
      height: 409px; } }
  @media (max-width: 768px) {
    .l-frame {
      width: 85%;
      height: auto;
      padding-bottom: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 5px; }
      .l-frame::before {
        content: "";
        display: block;
        height: 5px;
        width: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right bottom, from(#2cd8d5), to(#a7a1fd));
        background: -moz-linear-gradient(left, #a7a1fd, #2cd8d5);
        background: linear-gradient(left, #a7a1fd, #2cd8d5);
        top: 0; }
      .l-frame::after {
        content: "";
        display: block;
        height: 5px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: -webkit-gradient(linear, left top, right bottom, from(#2cd8d5), to(#a7a1fd));
        background: -moz-linear-gradient(left, #a7a1fd, #2cd8d5);
        background: linear-gradient(left, #a7a1fd, #2cd8d5); } }

.l-frame-link {
  margin-left: 11.3636363636vw;
  display: inline-block; }
  @media (max-width: 1240px) {
    .l-frame-link {
      margin-left: 130px; } }
  @media (max-width: 768px) {
    .l-frame-link {
      margin: auto 0;
      display: block; } }

.l-top-cont-box {
  padding-left: 5.5050505051vw;
  padding-top: 9.4444444444vw;
  box-sizing: border-box;
  color: #fff;
  position: relative; }
  @media (max-width: 1240px) {
    .l-top-cont-box {
      padding-left: 68px;
      padding-top: 117px; } }
  @media (max-width: 768px) {
    .l-top-cont-box {
      padding-left: 11.0101010101vw;
      padding-top: 26.0416666667vw;
      padding-left: 0;
      margin: 0 auto; } }

.l-top-cont-ttl img {
  height: 3.2323232323vw; }
  @media (max-width: 1240px) {
    .l-top-cont-ttl img {
      height: 40px; } }
  @media (max-width: 768px) {
    .l-top-cont-ttl img {
      height: 6.4646464646vw;
      display: none; } }

.l-top-cont-txt {
  width: 29.1414141414vw;
  font-size: 1.1111111111vw;
  line-height: 3.0303030303vw;
  margin-top: 1.0606060606vw;
  color: #fff; }
  @media (max-width: 1240px) {
    .l-top-cont-txt {
      width: 361px;
      margin-top: 13px;
      font-size: 14px;
      line-height: 250%; } }
  @media (max-width: 768px) {
    .l-top-cont-txt {
      width: 80%;
      font-size: 16px;
      line-height: 200%;
      margin: 2.1212121212vw auto 0 auto;
      color: #fff; } }
  @media (max-width: 580px) {
    .l-top-cont-txt {
      font-size: 14px; } }

.viewmore-btn {
  margin-top: 2.2727272727vw;
  width: 9.696969697vw;
  height: 2.9292929293vw;
  border-radius: 1.4646464646vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  @media (max-width: 1240px) {
    .viewmore-btn {
      margin-top: 28px;
      width: 120px;
      height: 36px;
      border-radius: 21px; } }
  @media (max-width: 768px) {
    .viewmore-btn {
      margin-top: 4.5454545455vw;
      width: 19.3939393939vw;
      height: 5.8585858586vw;
      border-radius: 2.9292929293vw;
      display: none; } }
  .viewmore-btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2cd8d5+0,a7a1fd+100 */
    background: #2cd8d5;
    /* Old browsers */
    background: -moz-linear-gradient(left, #2cd8d5 0%, #a7a1fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2cd8d5 0%, #a7a1fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2cd8d5 0%, #a7a1fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cd8d5', endColorstr='#a7a1fd',GradientType=1 );
    /* IE6-9 */
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .3s; }
  .viewmore-btn img {
    width: 64%; }

.viewmore-btn-sp {
  width: 75%;
  margin: 30px auto;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  padding: 22px;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2cd8d5+0,a7a1fd+100 */
  background: #2cd8d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2cd8d5 0%, #a7a1fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2cd8d5 0%, #a7a1fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2cd8d5 0%, #a7a1fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cd8d5', endColorstr='#a7a1fd',GradientType=1 );
  /* IE6-9 */
  border-radius: 38px;
  border: 2px solid #fff; }

.l-frame-link:hover .viewmore-btn::before {
  transform-origin: left top;
  transform: scale(1, 1); }

.s-frame-link:hover .viewmore-btn::before {
  transform-origin: left top;
  transform: scale(1, 1); }

.s-frame-link {
  display: block;
  margin-left: 1.2121212121vw; }
  .s-frame-link:first-child {
    margin-left: 0; }
  @media (max-width: 768px) {
    .s-frame-link {
      margin-left: auto; } }

.l-img-ttl {
  position: absolute;
  width: 23.2323232323vw;
  top: -11.6161616162vw;
  left: -11.6161616162vw; }
  @media (max-width: 1240px) {
    .l-img-ttl {
      width: 288px;
      top: -144px;
      left: -144px; } }
  @media (max-width: 768px) {
    .l-img-ttl {
      width: 61.8489583333vw;
      top: -18.1818181818vw;
      left: 0;
      right: 0;
      margin: auto; } }

.top-cont {
  margin-top: 15.1515151515vw; }
  @media (max-width: 768px) {
    .top-cont {
      margin-top: 39.0625vw; } }

.recruit {
  margin-left: 31.2121212121vw;
  margin-top: 6.9696969697vw; }
  @media (max-width: 1240px) {
    .recruit {
      margin-left: 24vw;
      margin-top: 150px; } }
  @media (max-width: 768px) {
    .recruit {
      margin: 29.9479166667vw auto 0 auto; } }
  .recruit .l-img-ttl {
    left: inherit;
    right: -11.6161616162vw; }
    @media (max-width: 768px) {
      .recruit .l-img-ttl {
        margin-top: -12.6262626263vw;
        right: 0;
        left: 0; } }

.work {
  margin-top: 6.9696969697vw; }
  @media (max-width: 1240px) {
    .work {
      margin-top: 150px; } }
  @media (max-width: 768px) {
    .work {
      margin-top: 25.2525252525vw; } }

.s-frame {
  background: url(../img/s-frame.svg) no-repeat;
  background-size: contain;
  width: 21.4141414141vw;
  height: 32.8282828283vw; }
  @media (max-width: 1240px) {
    .s-frame {
      width: 265px;
      height: 406px; } }
  @media (max-width: 860px) {
    .s-frame {
      width: 233px;
      height: 360px; } }
  @media (max-width: 768px) {
    .s-frame {
      width: 85%;
      height: auto;
      padding-bottom: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 5px; }
      .s-frame::before {
        content: "";
        display: block;
        height: 5px;
        width: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left top, right bottom, from(#2cd8d5), to(#a7a1fd));
        background: -moz-linear-gradient(left, #a7a1fd, #2cd8d5);
        background: linear-gradient(left, #a7a1fd, #2cd8d5);
        top: 0; }
      .s-frame::after {
        content: "";
        display: block;
        height: 5px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: -webkit-gradient(linear, left top, right bottom, from(#2cd8d5), to(#a7a1fd));
        background: -moz-linear-gradient(left, #a7a1fd, #2cd8d5);
        background: linear-gradient(left, #a7a1fd, #2cd8d5); } }
  @media (max-width: 860px) {
    .s-frame .viewmore-btn {
      margin-top: 15px; } }

.s-top-cont {
  margin-top: 17.9797979798vw;
  margin-left: 11.3636363636vw; }
  @media (max-width: 1100px) {
    .s-top-cont {
      margin-left: 0;
      justify-content: center; } }
  @media (max-width: 768px) {
    .s-top-cont.sp {
      margin: auto;
      display: block; } }

.s-top-cont-box {
  padding-left: 3.0303030303vw;
  padding-top: 9.2929292929vw;
  box-sizing: border-box;
  color: #fff;
  position: relative; }
  @media (max-width: 1240px) {
    .s-top-cont-box {
      padding-left: 37px;
      padding-top: 114px; } }
  @media (max-width: 860px) {
    .s-top-cont-box {
      padding-left: 25px; } }
  @media (max-width: 768px) {
    .s-top-cont-box {
      margin: 25.2525252525vw auto 0 auto;
      padding-top: 26.0416666667vw;
      padding-left: 0; } }

.s-top-cont-box:first-child {
  margin-left: 0; }
  @media (max-width: 768px) {
    .s-top-cont-box:first-child {
      margin-left: auto; } }

.s-top-cont-ttl img {
  height: 3.2323232323vw; }
  @media (max-width: 1240px) {
    .s-top-cont-ttl img {
      height: 33px; } }
  @media (max-width: 768px) {
    .s-top-cont-ttl img {
      height: 6.4646464646vw;
      display: none; } }

.s-top-cont-txt {
  width: 15.6565656566vw;
  font-size: 1.1111111111vw;
  line-height: 3.0303030303vw;
  margin-top: 1.0606060606vw;
  color: #fff; }
  @media (max-width: 1240px) {
    .s-top-cont-txt {
      font-size: 14px;
      width: 194px;
      line-height: 37px; } }
  @media (max-width: 768px) {
    .s-top-cont-txt {
      width: 80%;
      font-size: 16px;
      line-height: 200%;
      margin: 2.1212121212vw auto 0 auto;
      color: #fff; } }
  @media (max-width: 580px) {
    .s-top-cont-txt {
      font-size: 14px; } }

.s-img-ttl {
  position: absolute;
  width: 15.1515151515vw;
  top: -7.5757575758vw;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 1240px) {
    .s-img-ttl {
      width: 225px;
      top: -94px; } }
  @media (max-width: 768px) {
    .s-img-ttl {
      width: 61.8489583333vw;
      top: -19.53125vw;
      left: -10.101010101vw;
      margin: 0; } }

@media (max-width: 768px) {
  .contact .s-img-ttl {
    left: inherit;
    right: 0;
    left: 0;
    margin: auto; } }

@media (max-width: 768px) {
  .faq .s-img-ttl {
    top: -18.2291666667vw;
    right: 0;
    left: 0;
    margin: auto; } }

@media (max-width: 768px) {
  .gift .s-img-ttl {
    left: inherit;
    right: 0;
    left: 0;
    margin: auto;
    top: -9.765625vw; } }

#page_top {
  width: 3.1313131313vw;
  height: 8.6868686869vw;
  position: fixed;
  right: 2.0202020202vw;
  bottom: -10.101010101vw; }
  @media (max-width: 1240px) {
    #page_top {
      width: 39px;
      height: 108px; } }
  @media (max-width: 768px) {
    #page_top {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      background: rgba(0, 0, 0, 0.5);
      bottom: -200px; } }
  #page_top img {
    width: 100%; }
    @media (max-width: 768px) {
      #page_top img {
        display: none; } }

#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: .3s;
  width: 100%;
  height: 100%; }
  @media (max-width: 768px) {
    #page_top a::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f106';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: -1px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }

#page_top a:hover {
  transform: translateY(-5px); }
  @media (max-width: 768px) {
    #page_top a:hover {
      transform: none; } }

footer {
  background: rgba(2, 36, 152, 0.5);
  height: 160px;
  position: relative; }
  @media (max-width: 768px) {
    footer {
      padding: 20px 0;
      height: auto;
      background: rgba(0, 0, 0, 0.5); } }
  footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/BG.jpg);
    z-index: -1;
    background-size: cover; }
    @media (max-width: 768px) {
      footer::before {
        background: inherit; } }
  footer .footer-wrap {
    max-width: 1400px;
    margin: 0 auto;
    height: 160px;
    padding: 0 20px; }
    @media (max-width: 768px) {
      footer .footer-wrap {
        flex-direction: column;
        height: auto; } }
  footer .flex {
    justify-content: space-between; }

@media (max-width: 768px) {
  .sub-footer {
    background: rgba(0, 0, 0, 0.5); } }

#top footer {
  margin-top: 150px; }

.footer-logo {
  align-items: center; }
  .footer-logo img {
    width: 210px; }

.footer-nav {
  align-items: center; }
  @media (max-width: 768px) {
    .footer-nav {
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 0; } }

@media (max-width: 768px) {
  .footer-ul {
    flex-direction: column; } }

.footer-nav-link {
  color: #fff; }
  .footer-nav-link:hover {
    opacity: .6; }
  @media (max-width: 768px) {
    .footer-nav-link {
      color: #fff; } }

.footer-nav-item {
  margin-right: 10px; }
  @media (max-width: 768px) {
    .footer-nav-item {
      margin-right: 0;
      margin-bottom: 10px; } }

.copyright {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 6px;
  color: #fff;
  font-size: 14px; }
  @media (max-width: 768px) {
    .copyright {
      color: #fff; } }

#top footer::before {
  display: none; }

/*about*/
#about dl {
  display: flex;
  height: 78px;
  align-items: center;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 768px) {
    #about dl {
      display: block;
      padding: 15px 20px;
      height: auto; } }
#about .about-dt {
  font-size: 16px;
  padding-left: 30px;
  width: 160px;
  font-weight: 500; }
  @media (max-width: 768px) {
    #about .about-dt {
      margin-bottom: 10px; } }
  @media (max-width: 580px) {
    #about .about-dt {
      padding-left: 0; } }
#about .about-dd {
  font-size: 14px;
  padding-left: 10px;
  line-height: 150%; }
  @media (max-width: 768px) {
    #about .about-dd {
      padding-left: 30px; } }
  @media (max-width: 580px) {
    #about .about-dd {
      padding-left: 0px; } }

.section-ttl {
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #333;
  width: 100%;
  box-sizing: border-box; }

.company .section-ttl img {
  width: 142px; }
  @media (max-width: 580px) {
    .company .section-ttl img {
      width: 114px; } }

.accessmap .section-ttl {
  margin-bottom: 32px; }
  .accessmap .section-ttl img {
    width: 260px; }
    @media (max-width: 580px) {
      .accessmap .section-ttl img {
        width: 208px; } }

.accessmap {
  margin-top: 120px; }
  .accessmap .map {
    color: #747474;
    text-decoration: underline;
    width: 669px;
    display: block;
    text-align: right;
    margin-left: 30px; }
    @media (max-width: 768px) {
      .accessmap .map {
        width: 87.109375vw;
        margin: 0 auto; } }
    .accessmap .map .map-img {
      width: 100%; }
    .accessmap .map .link {
      width: 18px; }
    .accessmap .map:hover {
      opacity: .8;
      text-decoration: none; }

/*work*/
#work .ttl-icon img {
  width: 700px; }
  @media (max-width: 768px) {
    #work .ttl-icon img {
      width: 91.1458333333vw; } }
#work .wrap {
  padding: 200px 20px 160px 20px; }
  @media (max-width: 768px) {
    #work .wrap {
      padding: 23.4375vw 20px 20.8333333333vw 20px; } }
#work .works {
  min-height: calc(100vh - 632px); }
  #work .works .top-txt {
    line-height: 36px; }
    @media (max-width: 768px) {
      #work .works .top-txt {
        font-size: 15px; } }
#work .video-wrap {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto; }
#work .video-img {
  background: url(../img/video09.jpg) no-repeat;
  background-size: cover;
  display: block;
  width: 420px;
  height: 224px; }
#work .video-box {
  width: 420px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 2px rgba(49, 49, 49, 0.2);
  padding-bottom: 20px; }
#work .video-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  margin-left: 20px; }
#work .video-txt {
  color: #888;
  font-size: 14px;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 20px; }
#work .video-description {
  display: block;
  margin-top: 10px; }

/*Q&A*/
#faq .wrap {
  padding: 200px 20px 160px 20px; }
  @media (max-width: 768px) {
    #faq .wrap {
      padding: 20.8333333333vw 20px 20.8333333333vw 20px; } }
#faq .faq-block {
  margin-bottom: 54px; }
  #faq .faq-block:last-of-type {
    margin-bottom: 0; }
#faq .work-graph {
  max-width: 270px;
  display: block;
  margin: 40px;
  height: auto; }
  @media (max-width: 580px) {
    #faq .work-graph {
      margin: 40px auto; } }
#faq .work-graph-flex {
  display: flex;
  align-items: center; }
  @media (max-width: 580px) {
    #faq .work-graph-flex {
      flex-direction: column;
      align-items: flex-start; } }
#faq .question {
  background: rgba(10, 38, 154, 0.15);
  font-size: 20px;
  position: relative;
  padding: 17px 10px 17px 80px;
  font-weight: 900;
  line-height: 26px; }
  @media (max-width: 580px) {
    #faq .question {
      font-size: 18px;
      font-weight: 700; } }
  #faq .question::before {
    content: '';
    width: 60px;
    height: 100%;
    background: url(../img/q.png), linear-gradient(to right, #08259b 0%, #2a3c77 100%);
    position: absolute;
    background-position: center;
    background-size: 25px,100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0; }
#faq .question.orange::after {
  content: '';
  width: 60px;
  height: 75px;
  background: url(../img/faq01.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 650px) {
    #faq .question.orange::after {
      display: none; } }
#faq .question.pink::after {
  content: '';
  width: 61px;
  height: 86px;
  background: url(../img/faq02.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 580px) {
    #faq .question.pink::after {
      display: none; } }
#faq .question.green::after {
  content: '';
  width: 63px;
  height: 92px;
  background: url(../img/faq03.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 580px) {
    #faq .question.green::after {
      display: none; } }
#faq .question.paleblue::after {
  content: '';
  width: 60px;
  height: 89px;
  background: url(../img/faq04.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 580px) {
    #faq .question.paleblue::after {
      display: none; } }
#faq .question.blue::after {
  content: '';
  width: 62px;
  height: 75px;
  background: url(../img/faq05.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 580px) {
    #faq .question.blue::after {
      display: none; } }
#faq .question.kurage::after {
  content: '';
  width: 82px;
  height: 81px;
  background: url(../img/faq06.png);
  position: absolute;
  bottom: 5px;
  background-position: center;
  background-size: 100%;
  margin-left: 20px; }
  @media (max-width: 800px) {
    #faq .question.kurage::after {
      display: none; } }
#faq .answer {
  font-size: 15px;
  color: #333;
  padding-top: 24px;
  line-height: 34px; }
#faq .faq-chara {
  display: none;
  margin-top: 20px; }
  #faq .faq-chara img {
    width: 90%; }
  @media (max-width: 580px) {
    #faq .faq-chara {
      display: block;
      text-align: center; } }

/*contact*/
.step-wrap {
  position: relative;
  width: 851px;
  height: 83px;
  margin: 0 auto 32px auto; }
  @media (max-width: 1000px) {
    .step-wrap {
      width: 730px; } }
  @media (max-width: 768px) {
    .step-wrap {
      width: 100%;
      height: 10.8072916667vw;
      margin: 0 auto 4.1666666667vw auto; } }

.step {
  color: #fff;
  width: 277px;
  height: 83px;
  position: absolute;
  background: #08259b;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ccc; }
  @media (max-width: 1000px) {
    .step {
      width: 236px; } }
  @media (max-width: 768px) {
    .step {
      width: 32.08556%;
      height: 10.8072916667vw; } }
  @media (max-width: 500px) {
    .step {
      font-size: 12px; } }
  @media (max-width: 370px) {
    .step {
      font-size: 10px; } }
  .step.on {
    background: #08259b; }

.step1 {
  z-index: 3; }
  .step1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -32px;
    top: 0;
    border-style: solid;
    border-width: 41.5px 0 41.5px 32px;
    border-color: transparent transparent transparent #ccc; }
    @media (max-width: 768px) {
      .step1::after {
        right: -4.1666666667vw;
        border-width: 5.4036458333vw 0 5.4036458333vw 4.1666666667vw; } }
  .step1.on::after {
    border-color: transparent transparent transparent #08259b; }

.step2 {
  z-index: 2;
  left: 286px; }
  @media (max-width: 1000px) {
    .step2 {
      left: 246px; } }
  @media (max-width: 768px) {
    .step2 {
      left: 33.957219%;
      padding-left: 3%;
      box-sizing: border-box; } }
  .step2::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 41.5px 0 41.5px 32px;
    border-color: transparent transparent transparent #fff; }
    @media (max-width: 768px) {
      .step2::before {
        border-width: 5.4036458333vw 0 5.4036458333vw 4.1666666667vw; } }
  .step2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -32px;
    border-style: solid;
    border-width: 41.5px 0 41.5px 32px;
    border-color: transparent transparent transparent #ccc; }
    @media (max-width: 768px) {
      .step2::after {
        right: -4.1666666667vw;
        border-width: 5.4036458333vw 0 5.4036458333vw 4.1666666667vw; } }
  .step2.on::after {
    border-color: transparent transparent transparent #08259b; }

.step3 {
  z-index: 1;
  left: 572px; }
  @media (max-width: 1000px) {
    .step3 {
      left: 492px; } }
  @media (max-width: 768px) {
    .step3 {
      left: 67.91443850%;
      padding-left: 2%;
      box-sizing: border-box; } }
  .step3::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 41.5px 0 41.5px 32px;
    border-color: transparent transparent transparent #fff; }
    @media (max-width: 768px) {
      .step3::before {
        border-width: 5.4036458333vw 0 5.4036458333vw 4.1666666667vw; } }

#contact .ttl-icon img {
  width: 700px; }
  @media (max-width: 768px) {
    #contact .ttl-icon img {
      width: 90vw; } }
  @media (max-width: 580px) {
    #contact .ttl-icon img {
      width: 100vw; } }
#contact .privacy-txt {
  text-align: center;
  margin-bottom: 40px;
  line-height: 150%; }
  #contact .privacy-txt a {
    text-decoration: underline; }

#formWrap {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%; }
  #formWrap .contact-txt {
    margin-bottom: 40px;
    line-height: 150%;
    text-align: center; }
  #formWrap textarea {
    width: 80%; }

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 40px;
  table-layout: fixed; }

table.formTable td {
  border: 1px solid #ccc;
  padding: 20px;
  border-right: none;
  border-left: none; }

table.formTable th {
  width: 30%;
  font-weight: 500;
  background: #f5f5f5;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 20px; }

table.formTable td input {
  height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc; }

table.formTable td textarea {
  border-radius: 5px;
  border: 1px solid #ccc; }

table.formTable td select {
  border-radius: 5px;
  border: 1px solid #ccc; }

.required {
  color: #fff;
  font-size: 11px;
  background: #ad0c00;
  padding: 0 4px;
  line-height: 15px;
  display: inline-block;
  margin-left: 5px;
  border-radius: 4px; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

.contact-btn {
  width: 250px;
  padding: 25px;
  font-size: 16px;
  background: #08259b;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s; }
  .contact-btn:hover {
    opacity: .6; }

.contact-btn.gray {
  background: #ccc; }

.contact-btn.block {
  display: block; }

.error_messe {
  line-height: 200%; }

.error_messe:first-of-type {
  margin-top: 24px; }

.contact-thanks {
  line-height: 200%;
  margin: 24px 0 56px; }

.step3-wrap {
  padding: 0 10px; }

.contact-flex {
  text-align: center; }
  @media (max-width: 550px) {
    .contact-flex {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .contact-flex .gray {
        margin-top: 10px; } }

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    margin: 0 auto; }

  table.formTable th, table.formTable td {
    width: auto;
    display: block;
    border: none; }

  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    border: none; }

  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block; } }
/*contact-step2*/
.contact-notice {
  text-align: center;
  margin: 24px 0; }

/*policy*/
.ttl01 {
  font-size: 24px;
  text-align: center; }

@media (max-width: 768px) {
  .description .wrap {
    padding-top: 30vw; } }

#policy .ttl01 {
  font-size: 24px;
  text-align: center; }
#policy .ttl02 {
  font-size: 16px;
  margin: 56px 0 24px 0;
  font-weight: bold; }
#policy .ttl03 {
  text-align: center;
  font-size: 16px;
  margin: 56px 0 24px 0; }
#policy .center {
  text-align: center; }
#policy #cookie-policy {
  padding: 0 30px;
  padding-top: 80px; }
#policy #cookie-policy p {
  line-height: 150%;
  font-size: 14px; }
#policy #cookie-policy li {
  line-height: 150%;
  font-size: 14px; }
#policy #cookie-policy ol li {
  list-style-type: decimal; }
#policy #cookie-policy a {
  text-decoration: underline; }
#policy #privacy-policy {
  padding: 0 30px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1; }
  #policy #privacy-policy a {
    text-decoration: underline; }
#policy #privacy-policy p {
  line-height: 150%;
  font-size: 14px; }
#policy .mt32 {
  margin-top: 32px; }

.description .head-display {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#08259b+0,2a3c77+100 */
  background: #08259b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #08259b 0%, #2a3c77 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #08259b 0%, #2a3c77 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #08259b 0%, #2a3c77 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08259b', endColorstr='#2a3c77',GradientType=1 );
  /* IE6-9 */ }
  @media (max-width: 768px) {
    .description .head-display {
      background: #2a3c77; } }
.description #head-logo {
  width: 200px;
  padding: 20px; }
  @media (max-width: 768px) {
    .description #head-logo {
      width: 45.5729166667vw;
      padding: 5.2083333333vw; } }
.description #nav-toggle {
  top: 10px; }
  @media (max-width: 768px) {
    .description #nav-toggle {
      top: 5.2083333333vw; } }

/*recruit*/
#recruit dl {
  display: flex;
  padding: 25px 0;
  align-items: center;
  border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 768px) {
    #recruit dl {
      display: block;
      padding: 15px 20px;
      height: auto; } }
#recruit .recruit-dt {
  font-size: 16px;
  padding-left: 30px;
  width: 200px;
  font-weight: 500; }
  @media (max-width: 768px) {
    #recruit .recruit-dt {
      margin-bottom: 10px; } }
  @media (max-width: 580px) {
    #recruit .recruit-dt {
      padding-left: 0; } }
#recruit .recruit-dd {
  font-size: 14px;
  padding-left: 10px;
  line-height: 150%;
  flex-shrink: 10000; }
  @media (max-width: 768px) {
    #recruit .recruit-dd {
      padding-left: 30px; } }
  @media (max-width: 580px) {
    #recruit .recruit-dd {
      padding-left: 0px; } }
#recruit .recruit-mail {
  text-decoration: underline; }
#recruit .recruit-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 16px; }
  @media (max-width: 1000px) {
    #recruit .recruit-flex {
      flex-direction: column; } }
  @media (max-width: 1000px) {
    #recruit .recruit-flex p {
      margin-top: 10px;
      line-height: 150%; } }
#recruit .wrap {
  padding-top: 260px; }
  @media (max-width: 768px) {
    #recruit .wrap {
      padding-top: 33.8541666667vw; } }
#recruit .recruit-info .section-ttl img {
  width: 142px; }
  @media (max-width: 580px) {
    #recruit .recruit-info .section-ttl img {
      width: 114px; } }

/*gift*/
#gift .wrap {
  padding: 200px 20px 160px 20px; }
  @media (max-width: 768px) {
    #gift .wrap {
      padding: 23.4375vw 20px 20.8333333333vw 20px; } }
#gift .ttl-icon {
  top: 160px; }
  @media (max-width: 768px) {
    #gift .ttl-icon {
      top: 42vw; } }
#gift .top-txt {
  text-align: center;
  line-height: 200%; }
  @media (max-width: 768px) {
    #gift .top-txt {
      text-align: left;
      font-size: 15px; } }
#gift .download-box {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    #gift .download-box {
      flex-direction: column;
      align-items: center;
      margin-top: 80px; } }
#gift .hover-action {
  width: 300px;
  height: 300px;
  position: relative;
  box-shadow: 0px 0px 10px 2px rgba(49, 49, 49, 0.1); }
  @media (max-width: 340px) {
    #gift .hover-action {
      width: 100%; } }
#gift .download-link {
  display: block;
  width: 300px;
  margin-top: 40px; }
  @media (max-width: 340px) {
    #gift .download-link {
      width: 100%; } }
  @media (max-width: 1000px) {
    #gift .download-link:not(:first-child) {
      margin-top: 40px; } }
#gift .hover-action::after {
  content: 'DOWNLOAD';
  font-size: 14px;
  color: #fff;
  padding: 16px 54px 16px 20px;
  letter-spacing: 1px;
  font-weight: 300;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dd7d5+0,a5a1fd+100 */
  background: #2dd7d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(../img/download-ico.png), linear-gradient(to right, #2dd7d5 0%, #a5a1fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd7d5', endColorstr='#a5a1fd',GradientType=1 );
  /* IE6-9 */
  background-position: 85% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: .3s;
  opacity: 0;
  z-index: 6; }
#gift .download-link:hover .hover-action::after {
  opacity: 1; }
  @media (max-width: 768px) {
    #gift .download-link:hover .hover-action::after {
      display: none; } }
#gift .download-link:first-of-type .hover-action {
  background: url(../img/wallpaper_s.jpg), #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#gift .download-link:nth-of-type(2) .hover-action {
  background: url(../img/zoom-bg02.jpg), #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#gift .download-link:nth-of-type(3) .hover-action {
  background: url(../img/gift-icon.jpg), #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#gift .download-link:nth-of-type(4) .hover-action {
  background: url(../img/nenga_2021.jpg), #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#gift .download-link:nth-of-type(5) .hover-action {
  background: url(../img/buran_usi_s.jpg), #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#gift .txt-s {
  font-size: 13px;
  color: #888; }
#gift .download-ttl {
  font-weight: bold;
  font-size: 15px;
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 768px) {
    #gift .download-ttl {
      margin-top: 10px; } }
  #gift .download-ttl span {
    font-size: 12px;
    color: #888;
    font-weight: normal; }
#gift .download-size {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
  text-align: center;
  width: 100%;
  display: block; }
#gift .top {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  left: 0;
  height: 15px;
  width: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dd7d5+0,a5a1fd+100 */
  background: #2dd7d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2dd7d5 0%, #a5a1fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd7d5', endColorstr='#a5a1fd',GradientType=1 );
  /* IE6-9 */
  z-index: 10; }
#gift .right {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  right: 0;
  height: 0px;
  width: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dd7d5+0,a5a1fd+100 */
  background: #a5a1fd;
  z-index: 10; }
#gift .bottom {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  right: 0;
  height: 15px;
  width: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dd7d5+0,a5a1fd+100 */
  background: #2dd7d5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2dd7d5 0%, #a5a1fd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2dd7d5 0%, #a5a1fd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dd7d5', endColorstr='#a5a1fd',GradientType=1 );
  /* IE6-9 */
  z-index: 10; }
#gift .left {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2dd7d5+0,a5a1fd+100 */
  background: #2dd7d5;
  /* Old browsers */
  z-index: 10; }
#gift .square {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0;
  right: 0;
  z-index: 5;
  transition: .5s;
  background: rgba(255, 255, 255, 0); }
  @media (max-width: 340px) {
    #gift .square {
      width: 100%; } }
#gift .download-link:hover .top {
  width: 100%; }
  @media (max-width: 768px) {
    #gift .download-link:hover .top {
      display: none; } }
#gift .download-link:hover .right {
  height: 100%; }
  @media (max-width: 768px) {
    #gift .download-link:hover .right {
      display: none; } }
#gift .download-link:hover .bottom {
  width: 100%; }
  @media (max-width: 768px) {
    #gift .download-link:hover .bottom {
      display: none; } }
#gift .download-link:hover .left {
  height: 100%; }
  @media (max-width: 768px) {
    #gift .download-link:hover .left {
      display: none; } }
#gift .download-link:hover .square {
  background: rgba(255, 255, 255, 0.8); }
  @media (max-width: 768px) {
    #gift .download-link:hover .square {
      display: none; } }
#gift .download-link:hover .download-size {
  text-decoration: underline; }
  @media (max-width: 768px) {
    #gift .download-link:hover .download-size {
      text-decoration: none; } }
#gift .download-link:hover .download-ttl {
  text-decoration: underline; }
  @media (max-width: 768px) {
    #gift .download-link:hover .download-ttl {
      text-decoration: none; } }
#gift .material {
  position: relative; }
#gift .gift-bg01 {
  position: absolute;
  top: 0;
  left: -16vw; }
  #gift .gift-bg01 img {
    width: 100%; }
  @media (max-width: 1500px) {
    #gift .gift-bg01 {
      width: 13%;
      top: 0;
      left: 0; } }
  @media (max-width: 1000px) {
    #gift .gift-bg01 {
      width: auto; } }
  @media (max-width: 768px) {
    #gift .gift-bg01 {
      width: 18%;
      top: 120px; } }
  @media (max-width: 580px) {
    #gift .gift-bg01 {
      display: none; } }
#gift .gift-bg02 {
  position: absolute;
  bottom: -100px;
  right: -17vw; }
  #gift .gift-bg02 img {
    width: 100%; }
  @media (max-width: 1500px) {
    #gift .gift-bg02 {
      width: 13%;
      bottom: -150px;
      right: 0; } }
  @media (max-width: 1000px) {
    #gift .gift-bg02 {
      width: auto; } }
  @media (max-width: 768px) {
    #gift .gift-bg02 {
      width: 18%;
      bottom: 0px; } }
  @media (max-width: 580px) {
    #gift .gift-bg02 {
      display: none; } }
