@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@font-face {
  font-family: 'cube';
  src: url(/font/Cube.ttf); }
.title-gradation {
  background: linear-gradient(90deg, #071b83, #7c0a74 50%, #f04502);
  background: -webkit-linear-gradient(0deg, #071b83, #7c0a74 50%, #f04502);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.c-samplemovie__area {
  background-color: black; }
  @media screen and (min-width: 769px) {
    .c-samplemovie__area {
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 5; } }
.c-samplemovie__container {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .c-samplemovie__container {
      height: 100%; } }
.c-samplemovie__title-container {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-samplemovie__title-container {
      transform: rotate(-90deg);
      color: white;
      display: block;
      position: absolute;
      bottom: 110px;
      left: calc(40% - 500px); } }
.c-samplemovie__title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  text-decoration: underline;
  text-underline-offset: 10px; }
.c-samplemovie__title_underline {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-samplemovie__title_underline {
      transform: rotate(-90deg);
      width: 100px;
      height: 5px;
      background-color: white;
      position: absolute;
      bottom: 0px; } }
.c-samplemovie__title-image {
  width: 50px;
  margin-right: 10px; }
.c-samplemovie__content {
  width: 100%;
  max-height: 90%; }
.c-samplemovie__playbutton {
  position: relative;
  top: 0px;
  left: calc(-50% - 25px);
  width: 50px;
  height: 50px; }
.c-samplemovie__playicon {
  width: 50px; }
.c-samplemovie__sp-footer {
  background-color: black;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 769px) {
    .c-samplemovie__sp-footer {
      display: none; } }
.c-samplemovie__sp-footer-image {
  width: 40%;
  margin-top: 3px; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.c-prAndCost__pr-article {
  background: url("../image/sp/bk-pr.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-article {
      background: url("../image/bk-pr.jpg") no-repeat center;
      background-size: cover; } }
.c-prAndCost__pr-header {
  font-family: cube;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0; }
.c-prAndCost__pr-header-row1 {
  font-size: 10vw;
  position: absolute;
  top: 6vw; }
.c-prAndCost__pr-header-row2 {
  font-size: 5vw;
  position: absolute;
  top: 24vw; }
.c-prAndCost__pr-main-content {
  background-color: rgba(255, 255, 255, 0.8);
  width: 90%;
  margin-top: 100px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 12pt;
  line-height: 30pt;
  z-index: 2;
  padding-bottom: 60px; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-main-content {
      width: 430px; } }
.c-prAndCost__pr-main-title {
  margin-top: 50px;
  margin-bottom: 20px; }
.c-prAndCost__pr-main-title-text01 {
  font-family: "source-han-serif-japanese", serif;
  font-size: 18px;
  letter-spacing: 6px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-main-title-text01 {
      font-size: 25px;
      letter-spacing: 12px;
      margin-left: -30px;
      margin-right: -30px; } }
.c-prAndCost__pr-main-title-text02 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-main-title-text02 {
      font-size: 45px;
      margin-left: -20px;
      margin-right: -20px; } }
.c-prAndCost__pr-prefix-content {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  color: white;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 30px; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-prefix-content {
      margin-top: 80px;
      margin-bottom: 60px;
      line-height: 40px; } }
.c-prAndCost__pr-prefix-text {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__pr-prefix-text {
      display: block; } }
@media screen and (min-width: 769px) {
  .c-prAndCost__pr-prefix-text-sp {
    display: none; } }
.c-prAndCost__pr-main-sentence02 {
  margin-top: 40px; }
.c-prAndCost__cost-article {
  position: relative;
  display: flex;
  justify-content: center;
  background: url("../image/sp/bk-cost.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-article {
      background: url("../image/bk-cost.jpg") no-repeat center;
      background-size: cover; } }
.c-prAndCost__cost-header {
  position: absolute;
  top: 0;
  left: 0; }
.c-prAndCost__cost-header-text {
  font-family: cube;
  color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 6vw;
  font-size: 9.5vw;
  letter-spacing: 5px; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-header-text {
      color: rgba(255, 255, 255, 0.6);
      top: 4vw;
      font-size: 6vw; } }
.c-prAndCost__cost-content {
  color: white;
  margin-top: 20vw;
  margin-bottom: 70vw;
  line-height: 30px;
  margin-left: 5%;
  margin-right: 5%; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-content {
      width: 350px;
      max-width: 100%;
      margin-left: -40vw;
      margin-top: 10vw;
      margin-bottom: 5vw; } }
.c-prAndCost__cost-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 6vw;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-title {
      text-align: left;
      font-size: 30px; } }
.c-prAndCost__cost-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-size: 4vw; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-text {
      font-size: 15px; } }
.c-prAndCost__cost-text01 {
  margin-top: 6vw; }
  @media screen and (min-width: 769px) {
    .c-prAndCost__cost-text01 {
      margin-top: 50px; } }
.c-prAndCost__cost-text02 {
  margin-top: 30px; }
.c-prAndCost__cost-text03 {
  margin-top: 30px; }
.c-prAndCost__cost-text04 {
  margin-top: 30px; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.c-howto__section {
  position: relative; }
  @media screen and (min-width: 769px) {
    .c-howto__section {
      background: url("../image/bk-howto.jpg") no-repeat center;
      background-size: cover;
      height: 39vw; } }
.c-howto__header {
  font-family: cube;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 5.2vw;
  right: 0;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    .c-howto__header {
      top: 3vw; } }
.c-howto__header-text {
  font-size: 9vw; }
  @media screen and (min-width: 769px) {
    .c-howto__header-text {
      font-size: 5vw;
      letter-spacing: 0.6vw; } }
.c-howto__article {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-howto__article {
      display: block; } }
.c-howto__article-sp {
  display: block; }
  @media screen and (min-width: 769px) {
    .c-howto__article-sp {
      display: none; } }
.c-howto__article-sp-img {
  width: 100%; }
.c-howto__article-header {
  position: absolute;
  top: 22vw;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 12; }
  @media screen and (min-width: 769px) {
    .c-howto__article-header {
      position: absolute;
      right: 16vw;
      top: 6vw;
      display: flex;
      justify-content: end; } }
.c-howto__article-header-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 30px; }
.c-howto__description-container {
  margin-left: -15px; }
  @media screen and (min-width: 769px) {
    .c-howto__description-container {
      background: url("../image/bk-howto-gradiate.jpg") no-repeat center;
      background-size: cover;
      margin-left: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 70%;
      position: absolute;
      bottom: 0px;
      width: 100%; } }
.c-howto__description-image {
  width: 13vw; }
  @media screen and (min-width: 769px) {
    .c-howto__description-image {
      position: absolute;
      top: 10.3vw;
      width: 5vw; } }
.c-howto__description-text {
  height: 150px;
  line-height: 25px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  position: relative;
  top: 15vw;
  font-size: 4vw;
  line-height: 6vw; }
  @media screen and (min-width: 769px) {
    .c-howto__description-text {
      top: 0px;
      height: 100%;
      width: 15%;
      margin-left: -1px;
      font-size: 1vw;
      line-height: 2vw; } }
@media screen and (min-width: 769px) {
  .c-howto__description-text01 {
    background: url("../image/bk-howto-01.jpg") no-repeat center;
    background-size: cover; } }
@media screen and (min-width: 769px) {
  .c-howto__description-text02 {
    background: url("../image/bk-howto-02.jpg") no-repeat center;
    background-size: cover; } }
.c-howto__description-text03 {
  color: white; }
  @media screen and (min-width: 769px) {
    .c-howto__description-text03 {
      background: url("../image/bk-howto-03.jpg") no-repeat center;
      background-size: cover; } }
.c-howto__description-text04 {
  color: white; }
  @media screen and (min-width: 769px) {
    .c-howto__description-text04 {
      background: url("../image/bk-howto-04.jpg") no-repeat center;
      background-size: cover; } }
.c-howto__description-text05 {
  color: white; }
  @media screen and (min-width: 769px) {
    .c-howto__description-text05 {
      background: url("../image/bk-howto-05.jpg") no-repeat center;
      background-size: cover; } }
@media screen and (min-width: 769px) {
  .c-howto__description-row01 {
    margin-top: 1vw;
    margin-left: 0.5vw; } }
@media screen and (min-width: 769px) {
  .c-howto__description-row02 {
    margin-left: 0vw; } }
@media screen and (min-width: 769px) {
  .c-howto__description-row03 {
    margin-left: -0.5vw; } }
@media screen and (min-width: 769px) {
  .c-howto__description-row04 {
    margin-left: -1.0vw; } }
@media screen and (min-width: 769px) {
  .c-howto__description-row05 {
    margin-left: -1.5vw; } }
.c-howto__process-container {
  position: absolute;
  bottom: -22px;
  left: -80px;
  display: flex;
  width: 100%;
  justify-content: center; }
.c-howto__process-text {
  color: white;
  display: inline-block;
  transform: skewX(-20deg); }
  @media screen and (min-width: 769px) {
    .c-howto__process-text {
      margin-left: 5px;
      width: 200px; } }
.c-howto__process-number {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55vw;
  position: relative;
  left: -7vw;
  bottom: -7vw; }
  @media screen and (min-width: 769px) {
    .c-howto__process-number {
      position: absolute;
      font-size: 15vw;
      bottom: 4.2vw;
      left: -6vw; } }
.c-howto__process-title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 6vw;
  margin-bottom: 3vw; }
  @media screen and (min-width: 769px) {
    .c-howto__process-title {
      position: absolute;
      bottom: 0px;
      font-size: 1.5vw;
      margin-bottom: 0vw; } }
.c-howto__article-sp-img {
  top: 0px;
  width: 100%;
  display: block; }
.c-howto__process-container-sp {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: -3px; }
.c-howto__process-text-container-sp {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: row; }
.c-howto__process-text-container-sp-end {
  bottom: 15vw; }
.c-howto__description-image-container01 {
  position: absolute;
  top: 35vw;
  right: 10vw; }
.c-howto__description-image-container {
  position: absolute;
  top: 20vw;
  right: 10vw; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.c-contact__section {
  background: url("../image/sp/bk-contact.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  margin-top: -3px; }
  @media screen and (min-width: 769px) {
    .c-contact__section {
      background: url("../image/bk-contact.jpg") no-repeat center;
      margin-top: 0px; } }
.c-contact__section-header {
  position: absolute;
  font-family: cube;
  color: rgba(255, 255, 255, 0.6);
  top: 4vw;
  left: 0;
  width: 100%; }
.c-contact__section-header-text {
  font-size: 6.6vw;
  letter-spacing: 0.6vw; }
.c-contact__article {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center; }
.c-contact__article-header {
  margin-top: 100px; }
  @media screen and (min-width: 769px) {
    .c-contact__article-header {
      margin-left: 100px; } }
.c-contact__article-header-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900; }
.c-contact__form-container {
  margin-top: 20px;
  width: 85%; }
  @media screen and (min-width: 769px) {
    .c-contact__form-container {
      margin-top: 50px;
      width: auto; } }
.c-contact__form-header-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  line-height: 30px; }
.c-contact__form-header {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-contact__form-header {
      display: block;
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-weight: 100;
      text-align: center;
      color: white;
      width: 450px; } }
.c-contact__form-header-sp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 100;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .c-contact__form-header-sp {
      display: none; } }
@media screen and (min-width: 769px) {
  .c-contact__form-content {
    margin-left: -100px; } }
.c-contact__form-row {
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .c-contact__form-row {
      display: flex;
      align-items: center; } }
.c-contact__form-title-container {
  display: flex;
  align-items: center;
  margin-bottom: 5px; }
.c-contact__form-label {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .c-contact__form-label {
      text-align: right;
      width: 150px; } }
.c-contact__form-require-icon {
  color: white;
  margin-left: 10px;
  background-color: #000000;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 10px;
  margin-right: 10px;
  width: 43px; }
.c-contact__form-input {
  height: 35px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-contact__form-input {
      width: 450px; } }
.c-contact__form-row-multi {
  margin-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .c-contact__form-row-multi {
      display: flex;
      align-items: start; } }
.c-contact__form-inputーmulti {
  height: 200px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-contact__form-inputーmulti {
      width: 450px; } }
.c-contact__form-submit {
  display: flex;
  align-items: center; }
.c-contact__form-submit-dummy {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-contact__form-submit-dummy {
      display: block;
      width: 210px; } }
.c-contact__form-submit-button {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  height: 50px;
  background-color: #FF5000;
  color: white;
  margin-bottom: 40px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-contact__form-submit-button {
      width: 450px; } }
.c-contact__area {
  margin-top: -3px;
  display: flex; }
  @media screen and (min-width: 769px) {
    .c-contact__area {
      margin-top: 0px; } }
.c-contact__content {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-contact__content {
      display: block;
      width: 100%; } }
.c-contact__content-sp {
  display: block;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-contact__content-sp {
      display: none; } }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.c-creativeConsulting__section {
  background: url("../image/sp/bk-creative-consulting.jpg") no-repeat center;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__section {
      background: url("../image/bk-creative-consulting.jpg") no-repeat center;
      background-size: cover;
      position: relative;
      height: 40vw; } }
.c-creativeConsulting__header {
  position: absolute;
  top: 2.2vw;
  right: 0; }
.c-creativeConsulting__header-text {
  font-family: cube;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  font-size: 4.5vw;
  line-height: 6vw; }
.c-creativeConsulting__article {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25%; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article {
      align-items: center; } }
.c-creativeConsulting__article-header {
  width: 70%; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-header {
      margin-left: 50px;
      margin-bottom: 10px; } }
.c-creativeConsulting__article-header-text {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-header-text {
      display: block;
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-weight: 900;
      font-size: 20px;
      color: white; } }
.c-creativeConsulting__article-content {
  position: relative;
  margin-bottom: 20vw; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content {
      width: 70%; } }
.c-creativeConsulting__article-content-image {
  display: none; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content-image {
      display: block;
      height: 23vw; } }
.c-creativeConsulting__article-content-text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 100;
  position: absolute;
  line-height: 7vw;
  font-size: 4vw; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content-text {
      line-height: 25px;
      font-size: 15px; } }
.c-creativeConsulting__article-content-text01 {
  top: 65vw;
  left: 10vw; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content-text01 {
      top: 21%;
      left: 58%; } }
.c-creativeConsulting__article-content-text02 {
  top: 92vw;
  left: 10vw; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content-text02 {
      top: 55%;
      left: 58%; } }
.c-creativeConsulting__article-content-image-sp {
  display: block;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-content-image-sp {
      display: none; } }
.c-creativeConsulting__article-header-text-sp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-size: 7vw;
  color: white;
  margin-top: 20vw;
  margin-left: 6vw;
  margin-bottom: 3vw; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__article-header-text-sp {
      display: none; } }
.c-creativeConsulting__area-sp {
  display: flex; }
  @media screen and (min-width: 769px) {
    .c-creativeConsulting__area-sp {
      display: none; } }
.c-creativeConsulting__content {
  width: 100%; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.l-header__container {
  position: relative;
  background: url("../image/sp/header-background.jpg") no-repeat center;
  height: 600px;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .l-header__container {
      background: url("../image/header-background.jpg") no-repeat center;
      height: 650px;
      background-size: cover; } }
.l-header__menu {
  display: none; }
  @media screen and (min-width: 769px) {
    .l-header__menu {
      position: relative;
      display: flex;
      background: url("../image/bk-logo-header.png") no-repeat;
      height: 80px;
      background-size: cover; } }
.l-header__menu-title-text {
  position: absolute;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  top: 10px;
  left: 10px;
  font-size: 20px; }
  @media screen and (min-width: 769px) {
    .l-header__menu-title-text {
      top: 20px;
      left: 20px;
      font-size: 35px;
      letter-spacing: 5px; } }
.l-header__menu-dummy-first {
  display: none; }
  @media screen and (min-width: 769px) {
    .l-header__menu-dummy-first {
      display: block;
      min-width: 45%;
      height: 107px; } }
.l-header__menu-nav {
  display: none; }
  @media screen and (min-width: 769px) {
    .l-header__menu-nav {
      display: flex;
      justify-content: end;
      padding-right: 10vw; } }
.l-header__menu-ul {
  display: flex;
  list-style: none; }
.l-header__menu-list {
  margin-top: 10px;
  margin-right: 3vw;
  width: 120px; }
.l-header__menu-list03-container {
  background-color: #ff5000;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    .l-header__menu-list03-container {
      width: 180px;
      height: 80px; } }
.l-header__content-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75%; }
  @media screen and (min-width: 769px) {
    .l-header__content-center {
      height: 65%; } }
.l-header__content-center-header {
  font-family: "source-han-serif-japanese", serif;
  color: white;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.3em;
  text-align: center; }
.l-header__content-center-mm {
  font-family: cube;
  color: white; }
.l-header__content-center-mm-text01 {
  font-size: 35px;
  margin-top: 45px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .l-header__content-center-mm-text01 {
      font-size: 40px; } }
.l-header__content-center-mm-text02 {
  font-size: 18.5px;
  margin-top: 20px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .l-header__content-center-mm-text02 {
      font-size: 21px; } }
.l-header__content-center-producedby {
  font-size: 13px;
  color: white;
  font-family: "century-gothic", sans-serif;
  text-align: right;
  margin-right: 10px;
  margin-top: 25px; }
.l-header__menu-title-sp {
  position: absolute;
  top: 25%;
  left: 10px;
  max-width: 50%; }
  @media screen and (min-width: 769px) {
    .l-header__menu-title-sp {
      display: none; } }
.l-header__menu-title-sp-img {
  width: 100%; }
.l-header__menu-link {
  display: none; }
  @media screen and (min-width: 769px) {
    .l-header__menu-link {
      flex-grow: 0.5;
      height: 50px;
      display: flex;
      align-items: center;
      font-size: 20px; } }
.l-header__menu-link-text {
  color: black;
  text-decoration: none; }
.l-header__menu-contactform-text {
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .l-header__menu-contactform-text {
      margin-left: 0px;
      font-size: 23px; } }
.l-header__menu-dummy-end {
  flex-grow: 0; }
  @media screen and (min-width: 769px) {
    .l-header__menu-dummy-end {
      height: 60px;
      flex-grow: 1; } }
.l-header__menu-hamburger-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../image/sp_menu_humberger_bg.png") center no-repeat;
  width: 67px;
  height: 40px;
  background-size: cover; }
  @media screen and (min-width: 769px) {
    .l-header__menu-hamburger-container {
      display: none; } }
.l-header__menu-hamburger-item {
  display: block;
  height: 20px;
  margin-left: 20px; }
.l-header__menu-hamburger-item-on {
  display: block;
  height: 20px;
  margin-left: 20px; }
.l-header__catch-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 90px);
  position: relative;
  z-index: 10; }
.l-header__catch-item {
  font-size: 22px;
  width: fit-content;
  height: 30px;
  display: flex;
  background-color: white;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    .l-header__catch-item {
      height: 45px;
      font-size: 30px; } }
.l-header__catch-spacer {
  width: 10vw; }
  @media screen and (min-width: 769px) {
    .l-header__catch-spacer {
      width: 20vw; } }
.l-header__catch-text {
  margin-right: 5px;
  font-weight: bold;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900; }
.l-header__menu-section-sp {
  display: flex;
  justify-content: end;
  background: url("../image/sp/bk_menu_title.png") no-repeat; }
  @media screen and (min-width: 769px) {
    .l-header__menu-section-sp {
      display: none; } }
.l-header__menu-contactform {
  background: url("../image/sp_menu_contact.png") center no-repeat;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 102px;
  height: 40px;
  color: white;
  background-size: cover;
  margin-right: -1px; }
.l-header__sp-menu-container {
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media screen and (min-width: 769px) {
    .l-header__sp-menu-container {
      display: none; } }
.l-header__sp-menu {
  background-color: #003279;
  width: 167px;
  height: 120px;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  margin-top: -1px; }
.l-header__sp-menu-item {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: white;
  display: block;
  margin-left: 40px; }

/* -----------------------------------------------------------------------
	base
----------------------------------------------------------------------- */
.l-footer {
  position: relative; }
  .l-footer__container {
    background: url("../image/bk-footer.png") no-repeat center;
    background-size: cover;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7vw; }
    @media screen and (min-width: 769px) {
      .l-footer__container {
        padding-bottom: 50px; } }
  .l-footer__nav {
    padding-top: 30px; }
  .l-footer__nav-ul {
    display: flex;
    justify-content: center; }
  .l-footer__nav-item {
    margin-left: 10vw; }
    @media screen and (min-width: 769px) {
      .l-footer__nav-item {
        margin-left: 50px;
        margin-right: 50px; } }
  .l-footer__nav-item-text {
    color: white; }
  .l-footer__title-container {
    margin-top: 20vw;
    color: white; }
    @media screen and (min-width: 769px) {
      .l-footer__title-container {
        margin-top: 60px; } }
  .l-footer__title-text01 {
    font-family: cube;
    font-size: 7vw; }
    @media screen and (min-width: 769px) {
      .l-footer__title-text01 {
        font-size: 30px; } }
  .l-footer__title-text02 {
    font-family: cube;
    margin-top: 3vw;
    font-size: 4vw; }
    @media screen and (min-width: 769px) {
      .l-footer__title-text02 {
        margin-top: 20px;
        font-size: 16px; } }
  .l-footer__title-sub-text {
    margin-top: 5vw;
    font-size: 2vw;
    text-align: right; }
    @media screen and (min-width: 769px) {
      .l-footer__title-sub-text {
        margin-top: 18px;
        font-size: 13px; } }
  .l-footer__copyright {
    background-color: #1B2A59;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .l-footer__copyright-text {
    color: white;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 300;
    font-size: 1vw; }
    @media screen and (min-width: 769px) {
      .l-footer__copyright-text {
        font-size: 13px; } }
  .l-footer__area {
    display: flex;
    position: relative; }
  .l-footer__content {
    width: 100%;
    display: none; }
    @media screen and (min-width: 769px) {
      .l-footer__content {
        display: block; } }
  .l-footer__content-sp {
    width: 100%;
    display: block; }
    @media screen and (min-width: 769px) {
      .l-footer__content-sp {
        display: none; } }
  .l-footer__movetop-container {
    display: none; }
    @media screen and (min-width: 769px) {
      .l-footer__movetop-container {
        display: block;
        position: absolute;
        width: 80px;
        height: 80px;
        left: 85%;
        top: -40px; } }
  .l-footer__movetop-image {
    width: 80px;
    height: 80px; }
  .l-footer__movetop-label {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #003279;
    font-weight: bold;
    display: block;
    width: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none; }
  .l-footer__link-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .l-footer__link-item {
    width: 150px;
    height: 30px; }
  .l-footer__link-item-text {
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold; }
  .l-footer__copyright-content {
    width: 100%; }
