@charset "UTF-8";
@media only screen and (max-width: 767px) {
  /*
  GOBLIN.2021 SPレイアウト
  */
  #gb2021 h1, #gb2021 h2, #gb2021 h3, #gb2021 dt, #gb2021 .bold {
    font-weight: 700; }
  #gb2021 .wfp-alp {
    font-family: oskar, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #gb2021 p, #gb2021 li {
    font-size: 15px;
    line-height: 1.74; }
  #gb2021 .lh2 {
    line-height: 2; }
  #gb2021 .ls1 {
    letter-spacing: .05em; }
  #gb2021 .mb20 {
    margin-bottom: 20px; }
  #gb2021 .mb30 {
    margin-bottom: 30px; }
  #gb2021 .mb40 {
    margin-bottom: 40px; }
  #gb2021 .mt20 {
    margin-top: 20px; }
  #gb2021 .mt30 {
    margin-top: 30px; }
  #gb2021 .mt40 {
    margin-top: 40px; }
  #gb2021 .disp-ib {
    display: inline-block; }
  #gb2021 .num-big {
    font-size: 26px;
    letter-spacing: .03em; }
  #gb2021 .text-mid {
    font-size: 18px; }
  #gb2021 .text-big {
    font-size: 26px;
    font-weight: 700; }
  #gb2021 .full-img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #gb2021 .wfp-btn {
    display: block;
    position: relative;
    background: #1A1D41;
    color: white;
    text-align: center; }
    #gb2021 .wfp-btn::before {
      display: block;
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -12.5px;
      right: 30px;
      background: url(../img/kansougei/arrow_right.png) no-repeat center center;
      background-size: cover;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #gb2021 .wfp-btn.wfp-red {
      background: #1A1D41; }
    #gb2021 .wfp-btn:hover::before {
      right: 18px; }
  #gb2021 .lp-icon-btn {
    display: block;
    position: relative;
    background: #1A1D41;
    color: white;
    text-align: center;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    margin: 0 auto 24px;
    padding-left: 30px; }
    #gb2021 .lp-icon-btn img {
      display: block;
      width: 26px;
      height: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5%; }
  #gb2021 .hero {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/gb2021/gb2021_mv.jpg"); }
    #gb2021 .hero .hero-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #gb2021 .hero .hero-title {
      width: 90%; }
  #gb2021 .section-content {
    position: relative;
    z-index: 3;
    padding: 10% 0; }
    #gb2021 .section-content.pad-0 {
      padding: 0; }
  #gb2021 .section-inner {
    width: 94%;
    margin: 0 auto;
    padding: 0; }
  #gb2021 .section-lead {
    text-align: center; }
    #gb2021 .section-lead .lead-text {
      width: 100%;
      margin: 8% auto 0; }
  #gb2021 .section-ttl {
    font-family: oskar, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 50px; }
    #gb2021 .section-ttl .plan-ttl {
      font-size: 60px;
      color: #1A1D41;
      line-height: 1.5;
      margin-bottom: 20px; }
      #gb2021 .section-ttl .plan-ttl span {
        display: inline-block;
        position: relative; }
        #gb2021 .section-ttl .plan-ttl span::after {
          display: block;
          content: '';
          width: 100%;
          height: 6px;
          background: #1A1D41;
          position: absolute;
          bottom: 0;
          left: 0; }
    #gb2021 .section-ttl .plan-ttl-jp {
      font-size: 4.25vw;
      color: #1A1D41; }
  #gb2021 .plan-container .plan-item {
    margin-bottom: 80px;
    position: relative; }
    #gb2021 .plan-container .plan-item::before {
      display: block;
      content: '';
      width: 90%;
      height: calc(100% - 40px);
      background: #E2E2E2;
      position: absolute;
      top: 40px;
      right: 0;
      z-index: 0; }
  #gb2021 .plan-container .plan-item-inner {
    position: relative;
    z-index: 2; }
  #gb2021 .plan-container .plan-item-ttl {
    margin-bottom: 40px; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en span {
      font-size: 60px;
      line-height: 1;
      display: inline-block;
      color: white;
      padding: 0 6px; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.hybrid span {
      background: linear-gradient(120deg, #F2A4A4 25%, #30B0B5 85%); }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.offline span {
      background: #F2A4A4; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.online span {
      background: #30B0B5; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-jp span {
      font-size: 16px;
      background: white;
      padding: 2px 8px;
      height: 30px;
      line-height: 30px;
      font-weight: normal; }
  #gb2021 .plan-container .plan-lead {
    color: #1A1D41;
    font-size: 18px;
    margin-bottom: 40px; }
  #gb2021 .plan-container .case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%; }
    #gb2021 .plan-container .case-container .case-item {
      width: 100%;
      margin-bottom: 40px; }
      #gb2021 .plan-container .case-container .case-item a {
        display: block; }
      #gb2021 .plan-container .case-container .case-item .case-thumb img {
        width: 100%;
        height: auto !important;
        vertical-align: bottom; }
      #gb2021 .plan-container .case-container .case-item .case-ttl {
        line-height: 1.5;
        margin-top: 10px;
        font-size: 15px; }
  #gb2021 #lpContact {
    background: linear-gradient(120deg, #F2A4A4 25%, #30B0B5 85%); }
    #gb2021 #lpContact h2 {
      font-size: 40px;
      margin-bottom: 40px;
      line-height: 1;
      text-align: center;
      color: #1A1D41; }
    #gb2021 #lpContact p {
      font-size: 16px;
      font-weight: bold;
      color: #1A1D41; }
    #gb2021 #lpContact .contact-intro {
      margin-bottom: 24px; }
    #gb2021 #lpContact .contact-btn-wrapper .wfp-btn {
      width: 100%;
      height: 64px;
      line-height: 64px;
      font-size: 17px;
      margin: 0 auto 24px; }
    #gb2021 #lpContact .lp-contact-line {
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
      #gb2021 #lpContact .lp-contact-line span {
        font-size: 24px; }
      #gb2021 #lpContact .lp-contact-line * {
        color: #1A1D41; }
    #gb2021 #lpContact .tel-num {
      margin: 24px auto 12px;
      text-align: center;
      font-size: 24px;
      color: #1A1D41; } }
@media only screen and (min-width: 768px) {
  /*
  GOBLIN.2021 PCレイアウト
  */
  #gb2021 h1, #gb2021 h2, #gb2021 h3, #gb2021 dt, #gb2021 .bold {
    font-weight: 700; }
  #gb2021 .wfp-alp {
    font-family: oskar, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #gb2021 p, #gb2021 li {
    font-size: 15px;
    line-height: 1.74; }
  #gb2021 .lh2 {
    line-height: 2; }
  #gb2021 .ls1 {
    letter-spacing: .05em; }
  #gb2021 .mb20 {
    margin-bottom: 20px; }
  #gb2021 .mb30 {
    margin-bottom: 30px; }
  #gb2021 .mb40 {
    margin-bottom: 40px; }
  #gb2021 .mt20 {
    margin-top: 20px; }
  #gb2021 .mt30 {
    margin-top: 30px; }
  #gb2021 .mt40 {
    margin-top: 40px; }
  #gb2021 .disp-ib {
    display: inline-block; }
  #gb2021 .num-big {
    font-size: 40px;
    letter-spacing: .03em; }
  #gb2021 .text-mid {
    font-size: 20px; }
  #gb2021 .text-big {
    font-size: 40px;
    font-weight: 700; }
  #gb2021 .full-img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }
  #gb2021 .wfp-btn {
    display: block;
    position: relative;
    background: white;
    color: white;
    text-align: center; }
    #gb2021 .wfp-btn::before {
      display: block;
      content: '';
      width: 25px;
      height: 25px;
      position: absolute;
      top: 50%;
      margin-top: -12.5px;
      right: 30px;
      background: url(../img/kansougei/arrow_right.png) no-repeat center center;
      background-size: cover;
      -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #gb2021 .wfp-btn.wfp-red {
      background: #1A1D41; }
    #gb2021 .wfp-btn:hover::before {
      right: 18px; }
  #gb2021 .lp-icon-btn {
    display: block;
    position: relative;
    background: #1A1D41;
    color: white;
    text-align: center;
    width: 450px;
    height: 74px;
    line-height: 74px;
    font-size: 17px;
    margin: 0 auto 24px;
    padding-left: 30px; }
    #gb2021 .lp-icon-btn img {
      display: block;
      width: 30px;
      height: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 80px; }
  #gb2021 .hero {
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/gb2021/gb2021_mv.jpg"); }
    #gb2021 .hero .hero-inner {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    #gb2021 .hero .hero-title {
      width: 600px; }
  #gb2021 .section-content {
    position: relative;
    z-index: 3;
    padding: 50px 0; }
    #gb2021 .section-content.pad-0 {
      padding: 0; }
  #gb2021 .section-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0; }
  #gb2021 .section-lead {
    text-align: center; }
    #gb2021 .section-lead .lead-text {
      width: 600px;
      margin: 50px auto 20px; }
  #gb2021 .section-ttl {
    font-family: oskar, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 50px; }
    #gb2021 .section-ttl .plan-ttl {
      font-size: 72px;
      color: #1A1D41;
      line-height: 1.5;
      margin-bottom: 20px; }
      #gb2021 .section-ttl .plan-ttl span {
        display: inline-block;
        position: relative; }
        #gb2021 .section-ttl .plan-ttl span::after {
          display: block;
          content: '';
          width: 100%;
          height: 10px;
          background: #1A1D41;
          position: absolute;
          bottom: 0;
          left: 0; }
    #gb2021 .section-ttl .plan-ttl-jp {
      font-size: 22px;
      color: #1A1D41; }
  #gb2021 .plan-container .plan-item {
    margin-bottom: 80px;
    position: relative; }
    #gb2021 .plan-container .plan-item::before {
      display: block;
      content: '';
      width: calc((100% - 1080px) / 2 + 1000px);
      height: calc(100% - 40px);
      background: #E2E2E2;
      position: absolute;
      top: 40px;
      right: 0;
      z-index: 0; }
  #gb2021 .plan-container .plan-item-inner {
    position: relative;
    z-index: 2; }
  #gb2021 .plan-container .plan-item-ttl {
    margin-bottom: 40px; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en span {
      font-size: 80px;
      line-height: 1;
      display: inline-block;
      color: white;
      padding: 0 6px; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.hybrid span {
      background: linear-gradient(120deg, #F2A4A4 25%, #30B0B5 85%); }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.offline span {
      background: #F2A4A4; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-en.online span {
      background: #30B0B5; }
    #gb2021 .plan-container .plan-item-ttl .pi-ttl-jp span {
      font-size: 18px;
      background: white;
      padding: 2px 8px;
      height: 30px;
      line-height: 30px;
      font-weight: normal; }
  #gb2021 .plan-container .plan-lead {
    color: #1A1D41;
    font-size: 20px;
    margin-bottom: 50px; }
  #gb2021 .plan-container .case-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px; }
    #gb2021 .plan-container .case-container .case-item {
      width: 47%;
      margin-bottom: 40px; }
      #gb2021 .plan-container .case-container .case-item a {
        display: block; }
      #gb2021 .plan-container .case-container .case-item .case-thumb img {
        width: 100%;
        height: auto !important;
        vertical-align: bottom; }
      #gb2021 .plan-container .case-container .case-item .case-ttl {
        line-height: 1.5;
        margin-top: 10px;
        font-size: 16px; }
  #gb2021 #lpContact {
    background: linear-gradient(120deg, #F2A4A4 25%, #30B0B5 85%); }
    #gb2021 #lpContact h2 {
      font-size: 60px;
      margin-bottom: 30px;
      line-height: 1;
      text-align: center;
      color: #1A1D41; }
    #gb2021 #lpContact p {
      font-size: 16px;
      font-weight: bold;
      color: #1A1D41; }
    #gb2021 #lpContact .contact-intro {
      margin-bottom: 24px; }
    #gb2021 #lpContact .contact-btn-wrapper .wfp-btn {
      width: 450px;
      height: 74px;
      line-height: 74px;
      font-size: 17px;
      margin: 0 auto 24px; }
    #gb2021 #lpContact .lp-contact-line {
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
      #gb2021 #lpContact .lp-contact-line span {
        font-size: 24px; }
      #gb2021 #lpContact .lp-contact-line * {
        color: #1A1D41; }
    #gb2021 #lpContact .tel-num {
      margin: 24px auto 12px;
      text-align: center;
      font-size: 24px;
      color: #1A1D41;
      letter-spacing: .03em; } }
