﻿@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

/*--------------------
共通
-------------------*/

body {
  counter-reset: number 0 number2 0 number3 0 number4 0;
}

em {
  font-style: normal;
}

#wrapper-full {
  padding-top: 105px;
  overflow: hidden;
}

.lowheadttls {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 0;
  max-width: 1300px;
  margin: 0 auto 80px;
  width: 85%;
}

.lowheadttls:before {
  content: none;
}

.lowheadttls h1 {
  width: 66%;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  letter-spacing: .12em;
}

.lowheadttls h1 span {
  font-family: inherit;
}

.lowheadttls h1 .mh {
  display: block;
  min-height: calc(28.4rem + 28px);
}

.lowheadttls h1 .num {
  display: block;
  margin: 0 0 28px;
  font-weight: 600;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
}

.lowheadttls h1 .hyphen {
  display: inline;
  margin: 0 4px;
  font-weight: 400;
  font-size: inherit;
  letter-spacing: normal;
}

.lowheadttls h1 .num::before {
  content: '/';
  margin-right: 3px;
  font-weight: 900;
}

.lowheadttls h1 .en {
  display: block;
  font-family: 'Spartan';
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: .08rem;
}

.lowheadttls h1 .en.big {
  font-size: 8rem;
  line-height: 1.4625;
  letter-spacing: .12rem;
}

.lowheadttls h1 .ja {
  display: block;
  margin: 0;
  font-size: inherit;
  line-height: 1.5;
  letter-spacing: .12em;
}

@media screen and (max-width: 1023px) {
  .lowheadttls {
    flex-direction: column;
    padding: 100px 0 0;
    margin: 0 auto 60px;
    width: 88%;
  }

  .lowheadttls h1 {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.8rem;
  }

  .lowheadttls h1 .mh {
    min-height: calc(18.9rem + 36px);
  }

  .lowheadttls h1 .num {
    margin: 0 0 24px;
  }

  .lowheadttls h1 .en {
    font-size: 4rem;
    margin-bottom: 12px;
  }

  .lowheadttls h1 .en.big {
    font-size: 6rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .lowheadttls {
    padding: 60px 0 0;
    margin: 0 auto 20px;
  }

  .lowheadttls h1 {
    min-height: calc(12.1rem + 24px);
    margin: 0 0 15px;
    font-size: 1.5rem;
  }

  .lowheadttls h1 .mh {
    min-height: calc(12.1rem + 24px);
  }

  .lowheadttls h1 .num {
    margin: 0 0 16px;
  }

  .lowheadttls h1 .en {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .lowheadttls h1 .en.big {
    font-size: 3rem;
    line-height: 1.4;
  }
}

/* -- パンくず -- */
#breadcrumb {
  width: 34%;
  padding: 0;
  color: inherit;
}

#breadcrumb ul {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -7px 0 -7px auto;
  padding: 0;
  overflow: hidden;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

#breadcrumb ul li a {
  color: #acacac;
}

#breadcrumb ul li {
  margin: 7px;
}

#breadcrumb ul li:nth-child(even) {
  font-weight: 400;
  letter-spacing: -0.1em;
}

#breadcrumb ul li span span {
  display: inline;
}

#breadcrumb ul li span.num,
#breadcrumb ul li span.ja {
  display: none;
}

@media screen and (max-width: 1023px) {
  #breadcrumb {
    width: 100%;
  }

  #breadcrumb ul {
    max-width: 100%;
    margin: -3px 0 -3px auto;
  }

  #breadcrumb ul li {
    margin: 0 3px;
  }

  #breadcrumb ul li:nth-child(even) {
    letter-spacing: -0.5em;
    margin-right: calc(.5em + 3px);
  }
}

@media screen and (max-width: 767px) {
  #breadcrumb ul {
    margin: -2px 0;
  }

  #breadcrumb ul li {
    margin: 2px 3px;
  }

  #breadcrumb ul li:nth-child(even) {
    letter-spacing: -0.5em;
    margin-right: calc(.5em + 3px);
  }
}

.on-sp {
  display: none;
}

.mt-230 {
  margin-top: min(calc(230 / 1800 * 100vw), 230px);
}

.mt-200 {
  margin-top: min(calc(200 / 1600 * 100vw), 200px);
}

.mt-125 {
  margin-top: min(calc(125 / 1200 * 100vw), 125px);
}

.mt-80 {
  margin-top: min(calc(80 / 1200 * 100vw), 80px);
}

.pb-0 {
  padding: 0 !important;
}

.page:not(.home) .inners {
  max-width: 1500px;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 0 !important;
}

.inners-s {
  max-width: 1300px;
  width: 85%;
  margin: 0 auto;
}

.inners-s-side {
  max-width: 1360px;
  width: 85%;
  margin: 0 auto;
}

.inners-ss {
  max-width: 1100px;
  width: 85%;
  margin: 0 auto;
}

.content-s {
  max-width: calc(800px + 30px);
}

@media screen and (max-width: 1023px) {
  .page:not(.home) .inners {
    width: 88%;
  }

  .inners-s {
    width: 88%;
  }

  .inners-ss {
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .on-sp {
    display: block;
  }

  .mt-230 {
    margin-top: max(calc(230 / 1600 * 100vw), 50px);
  }

  .mt-200 {
    margin-top: max(calc(200 / 1600 * 100vw), 45px);
  }

  .mt-125 {
    margin-top: max(calc(125 / 1200 * 100vw), 40px);
  }

  .mt-80 {
    margin-top: max(calc(80 / 1200 * 100vw), 40px);
  }
}

.lowPage {
  position: relative;
  padding-bottom: min(calc(140 / 1200 * 100vw), 140px);
}

.lowPage .txts {
  font-size: 1.6rem;
  line-height: 2.2 !important;
  letter-spacing: .08em;
}

.lowPage .narrow {
  line-height: 2.2 !important;
}

.post .train {
  margin: 0;
  padding: 0;
  font-family: 'Train One', cursive;
  font-weight: 400;
}

.post .mincho {
  margin: 0;
  padding: 0;
  font-family: 'Zen Antique Soft', serif;
  font-weight: 400;
}

.post .spartan {
  margin: 0;
  padding: 0;
  font-family: 'Spartan', sans-serif;
  font-weight: 400;
}

.post .philosopher {
  margin: 0;
  padding: 0;
  font-family: 'Philosopher', serif;
  font-weight: 400;
}

.post .goudy {
  margin: 0;
  padding: 0;
  font-family: 'Sorts Mill Goudy', serif;
  font-weight: 400;
}

.post .under_line {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 .2em;
  text-align: center;
}

.post .under_line::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  width: 100%;
  height: 2px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lowPage {
    padding-bottom: max(calc(140 / 1200 * 100vw), 45px);
  }

  .lowPage .txts {
    font-size: 1.4rem;
    line-height: 2 !important;
  }
  .lowPage .txts br {
    display: none;
  }
  li {
    font-size: 1.4rem;
  }
}

.note {
  width: fit-content;
  margin-left: auto;
  font-size: 1.4rem;
}

.post .kome {
  padding-left: 1em;
  text-indent: -1em;
}

/* -- bg_design-- */

.bg_design {
  background-image: url(/wp-content/uploads/feature_img07.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: min(calc(160 / 1400 * 100vw), 160px) 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* -- safari -- */
  _::-webkit-full-page-media,
  _:future,
  :root .bg_design {
    background-attachment: scroll;
  }
}

.post .design_ttl {
  background: none;
  border: none;
  margin: 0 0 45px;
  padding: 0;
  font-weight: 700;
  font-size: 5.5rem;
  text-align: center;
  line-height: 1.3846;
  letter-spacing: .08em;
}

.post .design_ttl .middle {
  font-size: 4rem;
  letter-spacing: .08em;
}

.post .design_ttl .small {
  display: table;
  border: 1px solid #000;
  margin: 0 auto 22px;
  padding: 1em 1em .8em;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.post .design_ttl .big {
  display: inline;
  font-size: 6.5rem;
}

@media screen and (max-width: 1023px) {
  .post .design_ttl {
    margin: 0 0 30px;
    font-size: 4.5rem;
  }

  .post .design_ttl .middle {
    font-size: 3.2rem;
  }

  .post .design_ttl .small {
    margin: 0 auto 18px;
  }
}

@media screen and (max-width: 767px) {
  .bg_design {
    padding: max(calc(160 / 1400 * 100vw), 40px) 0;
  }

  .post .design_ttl {
    margin: 0 0 15px;
    font-size: 3rem;
  }

  .post .design_ttl .middle {
    font-size: 2.4rem;
  }

  .post .design_ttl .small {
    margin: 0 auto 18px;
    padding: 1em .8em .8em;
  }
}

/* -- bg_black -- */

.bg_black {
  background: url(/wp-content/uploads/bg_black.png);
  padding: min(calc(120 / 1200 * 100vw), 120px) 0;
  color: #fff;
}

@media screen and (max-width: 767px) {

  .bg_black {
    /* background: url(https://teamslash.jp/struct/wp-content/uploads/bg_black.png); */
    padding: max(calc(120 / 1200 * 100vw), 35px) 0;
    /* color: #fff; */
  }

}

/* -- bg_image -- */

.bg_image {
  position: relative;
  background-color: #fff;
  padding: min(calc(120 / 1200 * 100vw), 120px) 0;
  overflow: hidden;
  z-index: 1;
}

.bg_image::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/wp-content/uploads/wp_kv.jpg);
  background-repeat: repeat-y;
  background-position: right top;
  background-size: 100% auto;
  background-attachment: fixed;
  -ms-filter: blur(8px);
  filter: blur(8px);
  opacity: .6;
  z-index: -1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  /* -- safari -- */
  _::-webkit-full-page-media,
  _:future,
  :root .bg_image::before {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {

  .bg_image {
    /* position: relative;
    background-color: #fff; */
    padding: max(calc(120 / 1200 * 100vw), 35px) 0;
    /* overflow: hidden;
    z-index: 1; */
  }

}


/* -- link_area -- */

.link_area {
  overflow: hidden;
  z-index: 1;
}

.link_area a {
  display: block;
  position: relative;
}

.link_area_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.link_area_bg img {
  max-width: none;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  object-fit: cover;
  transition: transform .5s, filter .5s;
  will-change: transform, filter;
}

.link_area a:hover .link_area_bg img {
  transform: scale(1.02);
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.link_area_content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: min(calc(600 / 1600 * 100vw), 600px);
  min-height: 270px;
  padding: 8vw 0;
  z-index: 1;
}

.link_area_content::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  z-index: -1;
}

.post .link_ttl_arrow {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 min(calc(80px + (1vw - 19.2px) * 2.2321), 80px);
  /* -- 1920 80px 1024 60px -- */
  color: #fff;
}

.link_ttl_arrow::after {
  font-family: FontAwesome;
  content: '\f178';
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: min(calc(2.2rem + (1vw - 1.92rem) * 0.6138), 2.2rem);
  /* -- 1920 2.2rem 1024 1.65rem -- */
  right: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  max-width: 56px;
  max-height: 56px;
  width: calc(56px + (1vw - 19.2px) * 1.5625);
  height: calc(56px + (1vw - 19.2px) * 1.5625);
  /* -- 1920 56px 1024 42px -- */
  font-size: 22px;
  font-size: min(calc(22px + (1vw - 19.2px) * 0.6138), 22px);
  /* -- 1920 22px 1024 16.5px -- */
  line-height: 1;
  transform: translateY(-50%);
}

/* -- safari -- */
_::-webkit-full-page-media,
_:future,
:root .link_ttl_arrow::after {
  transform: translateY(-40%);
}

.post .link_ttl {
  background: none;
  margin: 0 auto;
  padding: 0;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 6rem;
  font-size: min(calc(6rem + (1vw - 1.92rem) * 1.6741), 6rem);
  /* -- 1920 6rem 1024 4.5rem -- */
  letter-spacing: 0.05em;
  text-align: center;
  word-break: break-all;
}

.post .link_ttl .en {
  display: block;
}

.post .link_ttl .ja {
  display: block;
  margin-top: .5em;
  font-size: 2.6rem;
}

@media screen and (max-width: 1023px) {

  /* .link_area {
    overflow: hidden;
    z-index: 1;
  } */

  /* .link_area a {
    display: block;
    position: relative;
  } */

  /* .link_area_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  } */

  /* .link_area_bg img {
    max-width: none;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    object-fit: cover;
    transition: transform .5s, filter .5s;
    will-change: transform, filter;
  } */

  /* .link_area a:hover .link_area_bg img {
    transform: scale(1.02);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  } */

  .link_area_content {
    /* display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */
    height: calc(450 / 1023 * 100vw);
    /* min-height: 270px;
    padding: 8vw 0;
    z-index: 1; */
  }

  /* .link_area_content::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
  } */

  .post .link_ttl_arrow {
    /* position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 min(calc(80px + (1vw - 19.2px) * 2.2321), 80px); */
    /* -- 1920 80px 1024 60px -- */
    /* color: #fff; */
  }

  .link_ttl_arrow::after {
    /* font-family: FontAwesome;
    content: '\f178';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: min(calc(2.2rem + (1vw - 1.92rem) * 0.6138), 2.2rem); */
    /* -- 1920 2.2rem 1024 1.65rem -- */
    /* right: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    max-width: 56px;
    max-height: 56px;
    width: calc(56px + (1vw - 19.2px) * 1.5625);
    height: calc(56px + (1vw - 19.2px) * 1.5625); */
    /* -- 1920 56px 1024 42px -- */
    /* font-size: 22px;
    font-size: min(calc(22px + (1vw - 19.2px) * 0.6138), 22px); */
    /* -- 1920 22px 1024 16.5px -- */
    /* line-height: 1;
    transform: translateY(-50%); */
  }

  .post .link_ttl {
    /* background: none;
    margin: 0 auto;
    padding: 0;
    color: inherit;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 6rem;
    font-size: min(calc(6rem + (1vw - 1.92rem) * 1.6741), 6rem); */
    /* -- 1920 6rem 1024 4.5rem -- */
    /* letter-spacing: 0.08em;
    text-align: center;
    word-break: break-all; */
  }

  /* .post .link_ttl .en {
    display: block;
  } */

  .post .link_ttl .ja {
    /* display: block;
    margin-top: .5em; */
    font-size: 2rem;
  }

}

@media screen and (max-width: 767px) {

  /* .link_area {
    overflow: hidden;
    z-index: 1;
  } */

  /* .link_area a {
    display: block;
    position: relative;
  } */

  /* .link_area_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  } */

  /* .link_area_bg img {
    max-width: none;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    object-fit: cover;
    transition: transform .5s, filter .5s;
    will-change: transform, filter;
  } */

  /* .link_area a:hover .link_area_bg img {
    transform: scale(1.02);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  } */

  .link_area_content {
    /* display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */
    height: calc(220 / 375 * 100vw);
    min-height: 200px;
    /* padding: 8vw 0; */
    /* z-index: 1; */
  }

  /* .link_area_content::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
  } */

  .post .link_ttl_arrow {
    /* position: relative;
    width: fit-content;
    margin: 0 auto; */
    padding: 0 calc(5.4rem + (1vw - 0.77rem) * 3.5714);
    /* -- 767 54px 375 40px -- */
    /* color: #fff; */
  }

  .link_ttl_arrow::after {
    /* font-family: FontAwesome;
    content: '\f178';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute; */
    top: calc(1.45rem + (1vw - 0.77rem) * 0.9247);
    /* -- 767 1.45rem 375 1.0875rem -- */
    /* right: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    max-width: 56px;
    max-height: 56px; */
    width: calc(40px + (1vw - 7.7px) * 2.5510);
    height: calc(40px + (1vw - 7.7px) * 2.5510);
    /* -- 767 40px 375 30px -- */
    /* font-size: 22px;
    font-size: min(calc(22px + (1vw - 19.2px) * 0.6138), 22px); */
    /* -- 1920 22px 1024 16.5px -- */
    /* line-height: 1;
    transform: translateY(-50%); */
  }

  .post .link_ttl {
    /* background: none;
    margin: 0 auto;
    padding: 0;
    color: inherit;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 6rem; */
    font-size: calc(4rem + (1vw - 0.77rem) * 2.5510);
    /* -- 767 4rem 375 3rem -- */
    /* letter-spacing: 0.08em;
    text-align: center;
    word-break: break-all; */
  }

  /* .post .link_ttl .en {
    display: block;
  } */

  .post .link_ttl .ja {
    /* display: block;
    margin-top: .5em; */
    font-size: 1.8rem;
  }

}

/* -- menu_box -- */
.menu_box_bg {
  position: relative;
  padding-bottom: 200px;
  padding-bottom: min(14.2857vw, 200px);
  z-index: 5;
}

.menu_box_bg::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 383px;
  height: min(27.3571vw, 383px);
  background-color: #212121;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.menu_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;
}

.menu_box_item-2 {
  width: calc(50% - (40px / 2));
}

.menu_box_item-3 {
  width: calc(33.3333% - (80px / 3));
}

.menu_box_item>a {
  display: block;
  height: 100%;
}

.menu_box_item>a img {
  opacity: 1 !important;
}

.menu_box_item_content {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 489px;
  min-height: min(30vw, 489px);
  padding: 60px;
  padding: min(5vw, 54px);
  color: #fff;
  z-index: 5;
}

.menu_box_item_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform .3s ease-in-out;
  z-index: -1;
}

.menu_box_item>a:hover .menu_box_item_bg {
  transform: scale(1.1);
}

.menu_box_item_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post .menu_box_ttl {
  background: none;
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4615 !important;
  letter-spacing: .08em;
  word-break: break-all;
}

.post .menu_box_ttl .num {
  display: block;
  margin: 0 0 .4em;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: normal;
}

.post .menu_box_ttl .hyphen {
  margin: 0 3px;
}

.post .menu_box_ttl .en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #fff;
}

.post .menu_box_ttl .ja {
  display: block;
  margin-top: .9em;
  font-size: 1.4rem;
  line-height: 1.5 !important;
  letter-spacing: .12em;
}

.menu_box .txts {
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .menu_box>* {
    width: calc(50% - (40px / 2));
  }
}

@media screen and (max-width: 1023px) {
  .menu_box_bg {
    padding-bottom: 120px;
    padding-bottom: min(14.2857vw, 200px);
  }

  .menu_box {
    margin-top: 60px;
    gap: 30px;
  }

  .menu_box>* {
    width: calc(50% - (30px / 2));
  }

  .menu_box_item_content {
    min-height: 0;
    padding: 5.3333vw;
  }

  .post .menu_box_ttl {
    margin: 0 0 15px;
    padding: 0;
    font-size: 2.4rem;
    /* line-height: 1.35 !important; */
  }

  .post .menu_box_ttl .ja {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .menu_box_bg {
    padding-bottom: 40px;
    padding-bottom: min(14.2857vw, 200px);
  }

  .menu_box_bg::before {
    height: 32vw;
    height: min(32vw, 383px);
  }

  .menu_box {
    flex-direction: column;
    max-width: 500px;
    margin: 30px auto 0;
  }

  .menu_box>* {
    width: 100%;
    min-height: 0%;
  }

  .menu_box_item_content {
    min-height: 0;
    min-height: min(62vw, 300px);
    padding: 6.6666vw;
  }

  .post .menu_box_ttl {
    margin: 0 0 12px;
    padding: 0;
    font-size: 2rem;
    /* line-height: 1.3 !important; */
  }
}

/* -- lowLead -- */
.lowLead {
  display: flex;
  align-items: flex-start;
}

.low_lead_image {
  width: 50%;
}

.low_lead_image img {
  max-width: none;
  width: 100%;
}

.low_lead_txtsbox {
  width: 50%;
  margin-top: 12.5%;
  padding: 0 5% 0 80px;
}

.lead_txts {
  font-weight: 700;
  font-size: calc(7.5rem + (1vw - 1.92rem) * 2.2321);
  /* -- 1400 7.5rem 1024 5.5rem -- */
  line-height: 1.3333;
  letter-spacing: .08em;
}

.lead_txts-s {
  margin: 0 0 20px;
  font-weight: 700;
  /* font-size: calc(4.5rem + (1vw - 1.92rem) * 1.1161); */
  font-size: calc(4.5rem + (1vw - 1.92rem) * 1.8973);
  /* -- 1920 4.5rem 1024 3.5rem -- */
  /* -- 1920 4.5rem 1024 2.8rem -- */
  line-height: 1.4444;
  letter-spacing: 0.08em;
}

.sub_lead_txts {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: .08em;
}

.sub_lead_txts .small {
  margin: 0 5px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1400px) {
  .low_lead_txtsbox {
    padding: 0 5%;
  }
}

@media screen and (max-width: 1023px) {
  .lowLead {
    flex-direction: column;
  }

  .low_lead_image {
    width: 60%;
    min-height: 0%;
  }

  .low_lead_txtsbox {
    width: 100%;
    margin-top: 60px;
    padding: 0 6%;
  }

  .lead_txts {
    font-weight: 700;
    font-size: calc(7rem + (1vw - 1.02rem) * 7.8431);
    /* -- 1023 7rem 768 5rem -- */
  }

  .lead_txts-s {
    /* margin: 0 0 20px;
    font-weight: 700; */
    font-size: calc(4.5rem + (1vw - 1.92rem) * 1.1161);
    /* -- 1920 4.5rem 1024 3.5rem -- */
    /* line-height: 1.4444;
    letter-spacing: 0.08em; */
  }

  .sub_lead_txts {
    margin-top: .5em;
    font-size: 2.2rem;
  }

  .sub_lead_txts .small {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .low_lead_image {
    width: 88%;
  }

  .low_lead_txtsbox {
    margin-top: 35px;
    padding: 0 6%;
  }

  .lead_txts {
    font-size: calc(5rem + (1vw - 0.77rem) * 5.1020);
    /* -- 767 5rem 375 3rem -- */
    line-height: 1.45;
  }

  .lead_txts-s {
    margin: 0 0 18px;
    font-size: calc(3.5rem + (1vw - 0.77rem) * 3.8265);
    /* -- 1920 4.5rem 1024 3.5rem -- */
    line-height: 1.65;
  }

  .sub_lead_txts {
    font-size: 1.6rem;
  }

  .sub_lead_txts .small {
    font-size: 1.4rem;
  }
}

/* -- bg_text -- */
.low_lead_bg_txts {
  position: absolute;
  top: calc(-75 / 1920 * 100vw);
  left: 39%;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 100;
  font-size: calc(260 / 1920 * 100vw);
  color: #fff;
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: -1;
  opacity: .5;
}

.low_lead_bg_txts.line-2 {
  top: calc(-150 / 1920 * 100vw);
}

.bg_txts {
  position: fixed;
  top: 50%;
  left: 55.2083%;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: calc(140 / 1920 * 100vw);
  color: #fff;
  line-height: 1;
  letter-spacing: .16em;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.bg_txts.active {
  opacity: 1;
  visibility: visible;
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .low_lead_bg_txts {
    display: none;
  }

  .low_lead_bg_txts.line-2 {
    top: -110px;
  }

  .bg_txts {
    display: none !important;
  }
}

/* -- fade_txts -- */

.fade {
  height: 0;
  visibility: hidden;
  text-align: center;
  font-size: 100px;
  line-height: 1.2;
}

.fade.active {
  height: auto;
  visibility: visible;
}

.fadeout.active {
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .fade {
    font-size: 30px;
  }

}

/* -- side_txts_wrap -- */

.side_txts_wrap {
  position: relative;
  padding-right: 30px;
}

.side_txts_wrap_both {
  padding-left: 30px;
}

.side_txts {
  position: absolute;
  top: 1em;
  right: 1px;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1023px) {
  .side_txts_wrap {
    padding-right: 25px;
  }

  .side_txts_wrap_both {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .side_txts_wrap {
    padding-right: 16px;
  }
}

/* -- white_box -- */
.white_box {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  padding: 80px;
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.1);
}

.post .white_box_ttl {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  font-size: min(calc(5.4rem + (1vw - 1.60rem) * 2.4306), 5.4rem);
  /* -- 1600 5.4rem 1024 4rem -- */
  line-height: 1.2222;
  letter-spacing: 0.05em;
}

.post .white_box_ttl .en {
  display: block;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

.post .white_box_ttl .ja {
  display: block;
  margin: .16em 0 0;
  padding: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-size: min(calc(2.2rem + (1vw - 1.60rem) * 0.6944), 2.2rem);
  /* -- 1600 2.2rem 1024 1.8rem -- */
}

.post .white_box_ttl-s {
  font-size: 4rem;
  font-size: min(calc(4rem + (1vw - 1.60rem) * 1.3889), 4rem);
  /* -- 1600 4rem 1024 3.2rem -- */
  line-height: 1.25;
}

.post .white_box_ttl-s .ja {
  margin-top: 0.2em;
  font-size: min(calc(1.8rem + (1vw - 1.60rem) * 0.3472), 1.8rem);
  /* -- 1600 1.8rem 1024 1.6rem -- */
}

.post .white_box_ttl_quotation {
  position: relative;
  background: none;
  border: none;
  margin: 0 0 25px;
  padding: 0;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.375;
  letter-spacing: .08em;
}

.post .white_box_ttl_quotation::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
  background-image: url(/wp-content/uploads/d_quotation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 30px;
}

.post .white_box_ttl_line {
  margin: 0 0 15px;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: min(calc(6.5rem + (1vw - 1.40rem) * 2.6596), 6.5rem);
  /* -- 1400 6.5rem 1024 5.5rem -- */
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.post .white_box_ttl_line .line {
  display: block;
  border-bottom: 1px solid #000;
  margin: 0 0 8px;
  padding: 0 0 .15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.post .white_box_ttl_line .big {
  display: block;
  margin: 0;
  padding: 0;
}

.post .white_box_ttl_underline {
  background: none;
  margin: 0 0 min(calc(45 / 1400 * 100vw), 45px);
  padding: 0;
  font-weight: 700;
  font-size: 4.5rem;
  font-size: min(calc(4.5rem + (1vw - 1.40rem) * 3.4574), 4.5rem);
  text-decoration: underline;
  text-underline-offset: .28em;
  text-decoration-thickness: 2px;
  line-height: 1.6666;
  /* -- 1400 4.5rem 1024 3.2rem -- */
}

.spacing>*+* {
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
  .white_box {
    padding: 8vw;
  }

  .post .white_box_ttl {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 5.4rem;
    font-size: min(calc(5.4rem + (1vw - 1.60rem) * 2.4306), 5.4rem);
    /* -- 1600 5.4rem 1024 4rem -- */
    line-height: 1.2222;
    letter-spacing: .1em;
  }

  .post .white_box_ttl .en {
    display: block;
    margin: 0;
    padding: 0;
  }

  .post .white_box_ttl .ja {
    display: block;
    margin: 0;
    padding: 0;
    font-size: min(calc(2.2rem + (1vw - 1.60rem) * 0.6944), 2.2rem);
    /* -- 1600 2.2rem 1024 1.8rem -- */
  }

  .post .white_box_ttl_quotation {
    font-size: 3rem;
    line-height: 1.4;
  }

  .post .white_box_ttl_line {
    margin: 0 0 12px;
  }

  .post .white_box_ttl_line .line {
    margin: 0 0 14px;
    font-size: 1.3rem;
  }

  .post .white_box_ttl_underline {
    /* background: none; */
    margin: 0 0 30px;
    /* padding: 0;
    font-weight: 700; */
    font-size: 3.2rem;
    /* font-size: min(calc(4.5rem + (1vw - 1.40rem) * 3.4574), 4.5rem); */
    /* text-decoration: underline;
    text-underline-offset: .28em;
    text-decoration-thickness: 2px; */
    line-height: 1.7;
    /* -- 1400 4.5rem 1024 3.2rem -- */
  }

  .spacing>*+* {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .white_box {
    padding: 7vw 6.8vw;
  }

  .post .white_box_ttl {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: .1em;
  }

  .post .white_box_ttl .en {
    display: block;
    margin: 0;
    padding: 0;
  }

  .post .white_box_ttl .ja {
    display: block;
    margin: 0;
    padding: 0;
    font-size: min(calc(2.2rem + (1vw - 1.60rem) * 0.6944), 2.2rem);
    /* -- 1600 2.2rem 1024 1.8rem -- */
  }

  .post .white_box_ttl_quotation {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .post .white_box_ttl_quotation::before {
    top: -10px;
    left: -10px;
    width: calc(32px * .6);
    height: calc(30px * .6);
  }

  .post .white_box_ttl_line {
    margin: 0 0 13px;
    font-size: calc(4.5rem + (1vw - 0.77rem) * 4.3367);
    /* -- 767 4.5rem 375 2.8rem -- */
    line-height: 1.2;
  }

  .post .white_box_ttl_line .line {
    margin: 0 0 10px;
    font-size: 1.1rem;
  }

  .post .white_box_ttl_underline {
    /* background: none; */
    margin: 0 0 20px;
    /* padding: 0;
      font-weight: 700; */
    font-size: 2.2rem;
    /* font-size: min(calc(4.5rem + (1vw - 1.40rem) * 3.4574), 4.5rem); */
    /* text-decoration: underline;
      text-underline-offset: .28em;
      text-decoration-thickness: 2px; */
    line-height: 1.8;
    /* -- 1400 4.5rem 1024 3.2rem -- */
  }

  .spacing>*+* {
    margin-top: 30px;
  }
}

/* -- num_box -- */
.num_box {
  position: relative;
}

.num_box::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 65px;
  color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 600;
  font-size: 54px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  line-height: 1;
  transform: translateY(-38%);
}

@media screen and (max-width: 1023px) {
  .num_box::before {
    left: 7.5vw;
    font-size: 50px;
    /* -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    line-height: 1; */
  }
}

@media screen and (max-width: 767px) {
  .num_box {
    padding-top: calc(5vw + 18px);
  }

  .num_box::before {
    left: 6.5vw;
    font-size: 35px;
    /* -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    line-height: 1; */
  }
}

/* -- black_line_box -- */

.black_line_box {
  border: 2px solid #000;
  padding: 90px 100px 100px 120px;
}

.post .black_line_box_ttl {
  background: none;
  margin: 0 0 25px;
  padding: 0;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.post .black_line_box_ttl .en {
  display: block;
  font-family: 'Spartan';
}

.post .black_line_box_ttl .ja {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {
  .black_line_box {
    padding: 9vw;
  }

  .post .black_line_box_ttl {
    /* background: none; */
    margin: 0 0 20px;
    /* padding: 0;
    font-weight: 700; */
    font-size: 2.2rem;
    /* text-align: center; */
    line-height: 1.6;
    /* letter-spacing: 0.06em; */
  }

  /* .post .black_line_box_ttl .en {
    display: block;
    font-family: 'Spartan';
  } */
  .post .black_line_box_ttl .ja {
    /* display: block;
    margin-top: 8px; */
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .black_line_box {
    padding: 8vw 6vw 6.5vw;
  }

  .post .black_line_box_ttl {
    /* background: none; */
    margin: 0 0 15px;
    /* padding: 0;
      font-weight: 700; */
    font-size: 1.8rem;
    /* text-align: center; */
    line-height: 1.7;
    /* letter-spacing: 0.06em; */
  }

  /* .post .black_line_box_ttl .en {
      display: block;
      font-family: 'Spartan';
    } */
  .post .black_line_box_ttl .ja {
    /* display: block;
      margin-top: 8px; */
    font-size: 1.4rem;
  }
}

/* -- number_list -- */
.post .number_list {
  margin: 0;
}

.post .number_list li {
  position: relative;
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  padding-bottom: .05em;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  padding-left: 5rem;
  line-height: 1.3333;
  letter-spacing: .08em;
}

.post .number_list li::before {
  counter-increment: number2 1;
  content: counter(number2, decimal-leading-zero) '.';
  position: absolute;
  top: 1.2rem;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.9rem;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  letter-spacing: 0.04em;
}

.post .number_list li+li {
  margin-top: 28px;
}

@media screen and (max-width: 1023px) {
  .post .number_list li {
    font-size: 2.4rem;
    padding-left: 4.5rem;
  }

  .post .number_list li::before {
    top: .8rem;
    font-size: 1.8rem;
    /* -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    letter-spacing: 0.04em; */
  }

  .post .number_list li+li {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .post .number_list li {
    padding-bottom: .15em;
    font-size: 1.8rem;
    padding-left: 3.2rem;
  }

  .post .number_list li::before {
    top: .5rem;
    font-size: 1.3rem;
    /* -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    letter-spacing: 0.04em; */
  }

  .post .number_list li+li {
    margin-top: 18px;
  }
}

/* -- check_list -- */
.post .check_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  /* column-count: 3; */
}

.post .check_list li {
  width: 30%;
  margin: 0;
  padding: 0 0 0 1.6em;
  font-weight: 500;
  text-indent: -1.6em;
  line-height: 1.5;
}

.post .check_list li:nth-child(n+4) {
  margin-top: .6em;
}

.post .check_list li:not(:nth-child(3n+1)) {
  margin-left: 5%;
}

.post .check_list li::before {
  font-family: FontAwesome;
  content: '\f00c';
  margin-right: 0.5em;
}

@media screen and (max-width: 1023px) {

  /* .post .check_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  } */
  .post .check_list li {
    width: 48%;
    /* margin: 0;
    padding: 0 0 0 1.6em;
    font-weight: 500;
    text-indent: -1.6em;
    line-height: 1.5; */
  }

  .post .check_list li:nth-child(n+3) {
    margin-top: .6em;
  }

  .post .check_list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  .post .check_list li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }

  /* .post .check_list li::before {
    font-family: FontAwesome;
    content: '\f00c';
    margin-right: 0.5em;
  } */

}

@media screen and (max-width: 767px) {
  .post .check_list {
    /* display: flex;
    flex-wrap: wrap; */
    flex-direction: column;
    /* width: fit-content; */
    /* margin: 0 auto; */
    /* padding: 0; */
  }

  .post .check_list li {
    width: 100%;
    /* margin: 0;
    padding: 0 0 0 1.6em;
    font-weight: 500;
    text-indent: -1.6em;
    line-height: 1.5; */
  }

  .post .check_list li:nth-child(n+2) {
    margin-top: .75em;
  }

  /* .post .check_list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  } */
  .post .check_list li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }

  /* .post .check_list li::before {
    font-family: FontAwesome;
    content: '\f00c';
    margin-right: 0.5em;
  } */

}


/* ----------------------
汎用
---------------------- */

.on-sp {
  display: none;
}

.on-tab {
  display: none;
}

@media screen and (max-width: 1023px) {

  .on-tab {
    display: block;
  }

  .off-tab {
    display: none;
  }

}

@media screen and (max-width: 767px) {

  .on-sp {
    display: block;
  }

  .off-sp {
    display: none;
  }

}


/* ----------------------
アニメーション
---------------------- */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (max-width: 767px) {

  .fadeInUp {
    animation-delay: 0s !important;
  }
}

/*--------------------
見出し
-------------------*/
.post h2:before {
  content: none;
}

.post h3::before {
  content: none;
}

.post .line_ttl {
  display: flex;
  align-items: flex-end;
  background: none;
  border-bottom: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 80px;
  padding: 0 5vw 0 10.625vw;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0.08em;
}

.post .line_ttl_white {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.post .line_ttl .small {
  flex-shrink: 0;
  display: block;
  margin-right: 25px;
  margin-bottom: .8em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  .post .line_ttl {
    margin: 0 0 55px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .post .line_ttl {
    margin: 0 0 30px;
    padding: 0 6vw;
    font-size: 2.4rem;
  }

  .post .line_ttl-sp {
    display: block;
    padding-bottom: .2em;
  }

  .post .line_ttl .small {
    margin-right: 15px;
  }
}

.post .underline_ttl {
  position: relative;
  background: none;
  margin: 0 0 23px;
  padding: 0 0 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.3846;
  letter-spacing: 0.06em;
}

.post .underline_ttl .small {
  padding: 0;
  font-size: 2rem;
}

.post .underline_ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #000;
  width: 50px;
  height: 1px;
  transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {

  .post .underline_ttl {
    /* position: relative;
    background: none;
    margin: 0 0 23px;
    padding: 0 0 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 2.2rem;
    /* text-align: center; */
    line-height: 1.5;
    /* letter-spacing: 0.06em; */
  }

  .post .underline_ttl .small {
    font-size: 1.8rem;
  }

  /* .post .underline_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #000;
    width: 50px;
    height: 1px;
    transform: translateX(-50%);
  } */

}

@media screen and (max-width: 767px) {

  .post .underline_ttl {
    /* position: relative;
    background: none; */
    margin: 0 0 16px;
    padding: 0 0 12px;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 1.8rem;
    /* text-align: center; */
    line-height: 1.6;
    /* letter-spacing: 0.06em; */
  }

  .post .underline_ttl .small {
    font-size: 1.6rem;
  }

  /* .post .underline_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #000;
    width: 50px;
    height: 1px;
    transform: translateX(-50%);
  } */

}

.post .normal_ttl {
  position: relative;
  background: none;
  margin: 0 0 23px;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1023px) {

  .post .normal_ttl {
    /* position: relative;
    background: none; */
    margin: 0 0 18px;
    /* padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 3.5rem;
    /* text-align: center; */
    line-height: 1.5;
    /* letter-spacing: 0.08em; */
  }

}

@media screen and (max-width: 767px) {

  .post .normal_ttl {
    /* position: relative;
    background: none; */
    margin: 0 0 15px;
    /* padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 2.8rem;
    /* text-align: center; */
    line-height: 1.65;
    /* letter-spacing: 0.08em; */
  }

}

/* ----------------------
ボタン
---------------------- */
.circlebtn {
  overflow: hidden;
  z-index: 5;
}

.circlebtn a {
  transition: color .3s;
}

.circlebtn a:hover {
  color: #fff;
}

.circlebtn.bklink a:hover {
  color: #000;
}

.circlebtn::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  border-radius: 100%;
  width: 105%;
  height: 105%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform .3s;
  z-index: -1;
}

.circlebtn:hover::before {
  transition: transform .25s;
}

.circlebtn.bklink::before {
  background-color: #fff;
}

.circlebtn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.commonbtn {
  display: flex;
  max-width: 296px;
  width: 100%;
  height: auto !important;
  min-height: 65px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 300px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  transition: color .4s, background-color .4s;
}

.commonbtn-short {
  max-width: 200px;
}

.commonbtn-s {
  font-size: 1.4rem;
}

.commonbtn-500 {
  font-weight: 500;
}

.commonbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto !important;
  padding: .8em 2em;
  color: inherit !important;
}

.commonbtn .en {
  display: inline-block;
  font-weight: 500;
  font-family: 'Spartan';
  transform: translateY(.18em);
}

.commonbtn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.external a::after {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f35d';
  margin-left: 6px;
  font-size: 1.8rem;
  transform: translateY(-.08em);
}

.nolink {
  pointer-events: none;
}

@media screen and (max-width: 767px) {

  .commonbtn {
    /* display: flex; */
    max-width: 260px;
    /* width: 100%; */
    min-height: 54px;
    /* border: 1px solid #000;
    background-color: #000;
    border-radius: 300px; */
    /* color: #fff;
    font-weight: 700; */
    font-size: 1.3rem;
    /* text-align: center;
    margin: 0 auto;
    transition: color .4s, background-color .4s; */
  }

  .commonbtn-short {
    max-width: 200px;
  }

  .commonbtn-s {
    font-size: 1.2rem;
  }

  .commonbtn a {
    /* display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; */
    /* padding: .8em 2em; */
    /* color: inherit !important; */
  }

  /* .commonbtn .en {
    display: inline-block;
    font-weight: 500;
    font-family: 'Spartan';
    transform: translateY(.18em);
  } */

  .external a::after {
    /* display: inline-block;
    font-family: FontAwesome;
    content: '\f35d';
    margin-left: 6px; */
    font-size: 1.5rem;
    /* transform: translateY(-.08em); */
  }

  .foots_btns .linkbb a {
    font-size: 1.5rem;
  }

}

/*--------------------
下層　ミッションとビジョン
-------------------*/
.mission_image {
  max-width: 407px;
  margin: 0 auto 55px;
}

.lowMission .txts {
  letter-spacing: .05em;
}

.vision_txtsbox {
  margin-bottom: 25px;
}

.post .vision_txts {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  line-height: 1.7666;
}

.vision_lead {
  font-size: calc(11rem + (1vw - 1.92rem) * 3.3482);
  /* -- 1920 11rem 1024 8rem -- */
  line-height: 1;
}

.vision_lead p {
  letter-spacing: -.04em;
}

.vision_lead .ls {
  letter-spacing: -.15em;
}

.vision_lead .ls-b {
  letter-spacing: -.4em;
}

@media screen and (max-width: 1023px) {
  .mission_image {
    margin: 0 auto 45px;
  }

  .vision_txtsbox {
    margin-bottom: 20px;
  }

  .post .vision_txts {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .mission_image {
    margin: 0 auto 35px;
  }

  .vision_txtsbox {
    margin-bottom: 15px;
  }

  .post .vision_txts {
    font-size: 1.8rem;
  }

  .vision_lead {
    font-size: calc(7rem + (1vw - 0.77rem) * 7.6531);
    /* -- 767 7rem 375 4rem -- */
  }
}

/*--------------------
下層　私たちの特徴
-------------------*/
.feature_role_image {
  max-width: 590px;
  margin-top: 90px;
  margin-left: 16px;
}

.feature_outcome_image {
  margin-top: 50px;
}

.lowOutComeFlow .inners-s {
  padding-left: 64px;
}

.post .solution_list {
  margin: 0;
}

.post .solution_list li {
  width: calc(90.6957% + 30px);
  margin: 0;
}

.post .solution_list li+li {
  margin-top: 80px;
}

.post .solution_list li:nth-child(odd) {
  margin-left: auto;
}

.post .solution_list .white_box_ttl .ja {
  position: absolute;
  top: min(calc(1.5rem + (1vw - 1.60rem) * 0.5208), 1.5rem);
  /* -- 1600 1.5rem 1024 1.2rem -- */
}

.post .solution_list .white_box_ttl .sympathy_ja {
  left: min(calc(19.2rem + (1vw - 1.60rem) * 6.9444), 19.2rem);
  /* -- 1600 19.2rem 1024 15.2rem -- */
}

.post .solution_list .white_box_ttl .chance_ja {
  left: min(calc(19.6rem + (1vw - 1.60rem) * 6.9444), 19.6rem);
  /* -- 1600 19.6rem 1024 15.6rem -- */
}

.post .solution_list .white_box_ttl .business_ja {
  left: min(calc(11.2rem + (1vw - 1.60rem) * 3.4722), 11.2rem);
  /* -- 1600 11.2rem 1024 9.2rem -- */
}

.solution_list_flex {
  display: flex;
  justify-content: space-between;
}

.solution_list_description {
  max-width: 550px;
  width: 55%;
}

.solution_list_image-1 {
  max-width: 303px;
  width: calc(303 / 850 * 100%);
  margin: 10px 5px 0 0;
}

.solution_list_image-2 {
  max-width: 301px;
  width: calc(301 / 850 * 100%);
  margin: 19px 13px 0 0;
}

.solution_list_image-3 {
  max-width: 327px;
  width: calc(327 / 850 * 100%);
  margin: -2px 11px 0 0;
}

.lowSolution {
  padding-right: 3%;
}

.solution_box {
  max-width: calc(1401px + 30px);
  width: 82%;
}

.solution_box_bg {
  position: relative;
  background-image: url(/wp-content/uploads/feature_img06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(calc(155 / 1600 * 100vw), 155px) 9.6354vw min(calc(155 / 1600 * 100vw), 155px) 0;
  color: #fff;
  z-index: 5;
}

.solution_box_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: -1;
}

.lowSolution .txtsbox {
  padding: 0 0 0 10.625vw;
}

.lowDesignValue {
  background-image: url(/wp-content/uploads/feature_img07.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: min(calc(170 / 1400 * 100vw), 170px);
}

.scrollwrap {
  overflow: scroll;
}

.lowDesignValue .txtsbox {
  text-align: center;
}

.whats_slash_flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.whats_slash_logo {
  max-width: 151px;
  min-height: 0%;
  margin-right: 12.7853%;
}

.post .whats_slash_ttl {
  background: none;
  border: none;
  margin: 0 0 25px;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.post .design_value_copy {
  font-size: calc(8rem + (1vw - 1.40rem) * 2.6596);
  font-weight: 400;
  /* -- 1400 8rem 1024 7rem -- */
  text-align: center;
  line-height: .9;
  letter-spacing: normal;
}

.post .design_value_copy.under_line {
  padding-bottom: .15em;
}

.post .design_value_copy .spartan {
  font-weight: 200;
  font-size: .625em;
}

@media screen and (max-width: 1400px) {
  .solution_list_image {
    margin-top: calc(10.5rem + 15px);
  }

  .post .solution_list .white_box_ttl .ja {
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (max-width: 1023px) {
  .feature_role_image {
    margin-top: 60px;
  }

  .feature_outcome_image {
    margin-top: 40px;
  }

  .lowOutComeFlow .inners-s {
    padding-left: 40px;
  }

  .post .solution_list li {
    width: calc(90.6957% + 25px);
  }

  .post .solution_list li+li {
    margin-top: 60px;
  }

  .post .solution_list .white_box_ttl .ja {
    position: absolute;
    top: min(calc(1.5rem + (1vw - 1.60rem) * 0.5208), 1.5rem);
    /* -- 1600 1.5rem 1024 1.2rem -- */
  }

  .post .solution_list .white_box_ttl .sympathy_ja {
    left: min(calc(19.2rem + (1vw - 1.60rem) * 6.9444), 19.2rem);
    /* -- 1600 19.2rem 1024 15.2rem -- */
  }

  .post .solution_list .white_box_ttl .chance_ja {
    left: min(calc(19.6rem + (1vw - 1.60rem) * 6.9444), 19.6rem);
    /* -- 1600 19.6rem 1024 15.6rem -- */
  }

  .post .solution_list .white_box_ttl .business_ja {
    left: min(calc(11.2rem + (1vw - 1.60rem) * 3.4722), 11.2rem);
    /* -- 1600 11.2rem 1024 9.2rem -- */
  }

  .solution_list_flex {
    flex-direction: column;
  }

  .solution_list_description {
    max-width: none;
    width: 100%;
  }

  .solution_list_image {
    margin: 40px auto 0;
  }

  .solution_list_image-1 {
    width: 92.6605%;
  }

  .solution_list_image-2 {
    width: 92.0489%;
  }

  .solution_list_image-3 {
    width: 100%;
  }

  .solution_box {
    width: 85%;
  }

  .whats_slash_flex {
    flex-direction: column-reverse;
  }

  .whats_slash_logo {
    margin: 0 0 40px;
  }

  .post .whats_slash_ttl {
    margin: 0 0 20px;
    font-size: 3.2rem;
    text-align: center;
  }

}

@media screen and (max-width: 959px) {
  .post .design_value_copy {
    font-size: 8rem;
  }

  .post .design_value_copy.under_line {
    padding-bottom: 0;
  }

  .post .design_value_copy.under_line::before {
    content: none;
  }

  .design_value_copy span {
    display: block;
  }

  .design_value_copy span+span {
    margin-top: .1em !important;
  }

  .post .design_value_copy .spartan {
    margin-top: .3em !important;
  }
}

@media screen and (max-width: 767px) {
  .feature_role_image {
    margin-top: 30px;
  }

  .feature_outcome_image {
    margin-top: 30px;
  }

  .lowOutComeFlow .inners-s {
    padding-left: 0;
  }

  .lowOutComeFlow .line_ttl {
    margin-bottom: 40px;
  }

  .post .solution_list li {
    width: 100%;
  }

  .post .solution_list li+li {
    margin-top: 45px;
  }

  .post .solution_list .white_box_ttl .ja {
    position: static;
    margin-top: 10px;
    font-size: 1.3rem;
  }

  .solution_list_flex {
    flex-direction: column;
  }

  .solution_list_description {
    max-width: none;
    width: 100%;
  }

  .solution_list_image {
    margin: 25px auto 0;
  }

  .solution_box {
    width: 100%;
  }

  .solution_box_bg {
    padding: max(calc(155 / 1600 * 100vw), 40px) 6vw max(calc(155 / 1600 * 100vw), 40px) 0;
  }

  .lowSolution .txtsbox {
    padding: 0 0 0 6vw;
  }

  .lowDesignValue .txtsbox {
    text-align: left;
  }

  .whats_slash_flex {
    flex-direction: column-reverse;
  }

  .whats_slash_logo {
    max-width: 100px;
    margin: 0 0 35px;
  }

  .post .whats_slash_ttl {
    margin: 0 0 15px;
    font-size: 2.2rem;
  }

  .post .design_value_copy {
    font-size: calc(8rem + (1vw - 0.77rem) * 5.1020);
    /* -- 768 8rem 375 6rem -- */
  }

}

/*--------------------
下層　WEBサイト制作
-------------------*/

.lowWebProductionAbout .white_box {
  position: relative;
  margin-top: -100px;
  padding: 60px 100px;
}

.lowWebProductionAbout .white_box .white_box_ttl_underline {
  padding-top: 5px;
}

.lowWebProductionAbout .white_box .txts.big {
  margin-bottom: .7em;
  font-weight: 700;
  font-size: 3rem;
  font-size: min(calc(3rem + (1vw - 1.40rem) * 1.3298), 3rem);
  line-height: 1.3333 !important;
  /* -- 1400 3rem 1024 2.5rem -- */
}

.web_production_about_flex {
  display: flex;
  justify-content: space-between;
}

.web_production_about_description {
  width: 55.663%;
}

.web_production_about_image {
  max-width: 400px;
  width: 36.3636%;
}

.lowWebProductionAbout .black_line_box {
  padding: 60px 100px;
}

.lowWebProductionAbout .black_line_box .txtsbox {
  margin: 0 0 40px;
  text-align: center;
}

.lowProblemSolving .design_ttl {
  margin-bottom: 35px;
  color: inherit;
}

.lowProblemSolving .txtsbox {
  margin: 0 0 60px;
  text-align: center;
}

.post .solving_list {
  display: flex;
  margin: 0 -10px;
}

.post .solving_list li {
  width: 33.3333%;
  margin: 0;
  padding: 0 10px;
}

.solving_list_item {
  height: 100%;
  padding-top: calc(57 / 353 * 100%);
}

.white_item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 0 11.3314% 8%;
}

.solving_list_image {
  margin: 0 auto 28px;
  order: 1;
}

.solving_list_image-1 {
  margin-top: calc(-57 / 273 * 100%);
  max-width: 257px;
  width: 95.1851%;
}

.solving_list_image-2 {
  margin-top: calc(-33 / 273 * 100%);
  max-width: 232px;
  width: 82.9259%;
}

.solving_list_image-3 {
  margin-top: calc(-50 / 273 * 100%);
  max-width: 270px;
}

.solving_list .underline_ttl {
  order: 2;
}

.solving_list .txtsbox {
  margin: 0;
  color: #111;
  text-align: left;
  order: 3;
}

.solving_list .txts {
  font-size: 1.4rem;
  line-height: 2.1428 !important;
}

.lowWebProductionPlan {
  position: relative;
}

.lowWebProductionPlan .txtsbox {
  margin-bottom: 40px;
  text-align: center;
}

.post .plan_list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.post .plan_list li {
  width: 50%;
  margin: 0;
  padding: 20px;
}

.plan_list_item {
  display: flex;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  height: 100%;
  padding: 80px 11.1111%;
  overflow: hidden;
  z-index: 2;
}

.plan_list_item::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
}

.plan_list_item::after {
  position: absolute;
  right: -.11em;
  bottom: -.2em;
  counter-increment: number3 1;
  content: counter(number3);
  color: #fff;
  font-family: 'Spartan';
  font-weight: 700;
  font-size: min(calc(300 / 1600 * 100vw), 300px);
  line-height: 1;
  z-index: -1;
}

.plan_list_entry {
  background-color: #a1a500;
}

.plan_list_entry::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/planbg01_pat.png);
  background-size: cover;
  background-position: right top;
  pointer-events: none;
}

.plan_list_entry::after {
  right: .02em;
  color: #bbbf2b;
  pointer-events: none;
}

.plan_list_semi {
  background-color: #efcbe1;
}

.plan_list_semi::before {
  left: 0;
  top: 25%;
  bottom: 0;
  background-image: url(/wp-content/uploads/planbg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  width: calc(338 / 630 * 100%);
  opacity: .7;
  z-index: -1;
}

.plan_list_semi::after {
  right: -.14em;
  color: #f2e0eb;
}

.plan_list_basic {
  background-color: #45c9ce;
}

.plan_list_basic::before {
  left: 0;
  top: 10%;
  bottom: 0;
  background-image: url(/wp-content/uploads/planbg03_pat.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  width: calc(501 / 630 * 100%);
  transform: translateX(-19.2%);
  z-index: -1;
}

.plan_list_basic::after {
  color: #77d8dc;
}

.plan_list_premium {
  background-color: #dd4c3d;
}

.plan_list_premium::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/planbg04_pat.png);
  background-repeat: no-repeat;
  background-size: 168.5714% auto;
  background-position: right 35% top 63%;
  z-index: -1;
}

.plan_list_premium::after {
  right: -.15em;
  color: #e2786d;
}

.post .plan_list_ttl {
  background: none;
  max-width: 342px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 0;
}

.plan_list_tag {
  /* display: flex;
  align-items: center; */
  width: fit-content;
  border-radius: 300px;
  margin: 0 auto 30px;
  padding: .37em 1.4375em .17em;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.plan_list_tag .en {
  display: inline-block;
  font-weight: 400;
  letter-spacing: normal;
  transform: translateY(.05em);
}

.plan_list_tag .en::after {
  content: '|';
  margin: 0 4px;
}

.plan_list_tag_entry {
  background-color: #626400;
}

.plan_list_tag_semi {
  background-color: #d03696;
}

.plan_list_tag_basic {
  background-color: #0f9ba0;
}

.plan_list_tag_premium {
  background-color: #b53d30;
}

.plan_list_item .txtsbox {
  text-align: left;
  letter-spacing: 0.06em;
}

.plan_list_item .txts.big {
  margin-bottom: .3em;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6 !important;
  letter-spacing: 0.02em;
}

.plan_list_item .commonbtn {
  margin-top: auto;
}

.lowWebProductionFlow .txtsbox {
  margin-bottom: 70px;
  text-align: center;
}

.post .flow_list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 45px;
}

.post .flow_list li {
  position: relative;
  list-style: none;
  width: 25%;
  margin: 0;
  padding-top: 40px;
  z-index: 1;
}

.post .flow_list li::before {
  position: absolute;
  right: .18em;
  bottom: -.21em;
  counter-increment: number4 1;
  content: counter(number4);
  color: #fff;
  font-family: 'Spartan';
  font-weight: 700;
  font-size: min(calc(140 / 1023 * 100vw), 140px);
  line-height: 1;
  z-index: -1;
}

.flow_list_item {
  height: 100%;
  padding: 50px 9.8571% 55px;
  border-left: 1px dashed #000;
}

.flow_list li:nth-child(4n) .flow_list_item {
  border-right: 1px dashed #000;
}

.post .flow_list_ttl {
  position: relative;
  margin: 0 0 23px;
  padding: 0 0 1rem;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.post .flow_list_ttl::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 5px;
}

.post .flow_list_ttl .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -90px;
  left: 0;
  background-color: #000;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 4px 0 0;
  color: #fff;
  font-family: 'Spartan';
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}

.post .flow_list_ttl .step .num {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: normal;
}

.flow_list_item .txtsbox {
  margin: 0;
}

.flow_list_item .txts {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.8571 !important;
  letter-spacing: 0.06em;
}

.qa_accordion {
  margin-bottom: 60px;
}

.lowWebProductionQa .commonbtn {
  /* margin-top: 60px; */
  margin: 0 auto;
}

/* -- アコーディオン -- */

.lowWebProductionQa .vision_accordion {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: inherit;
}

.lowWebProductionQa .vision_accordion+.vision_accordion {
  margin-top: 22px;
}

.lowWebProductionQa .accordion_heading {
  display: flex;
  align-items: flex-start;
  position: relative;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  background: none !important;
  width: 100%;
  margin: 0;
  padding: 8px 50px 8px 20px !important;
  color: #111;
  font-family: inherit;
  font-weight: 700 !important;
  font-size: 2rem;
  line-height: 1.6;
}

.lowWebProductionQa .accordion_heading::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}

.lowWebProductionQa .ui-accordion-header-active {
  margin-bottom: 0;
}

.lowWebProductionQa .ui-accordion-header-active::after {
  transform-origin: center;
  transform: rotate(180deg);
}

.lowWebProductionQa .accordion_content,
.lowWebProductionQa .ui-accordion .ui-accordion-content {
  position: relative;
  border: none;
  border-radius: 0;
  background: none !important;
  width: 100%;
  padding: 0 !important;
  font-family: inherit !important;
}

.lowWebProductionQa .accordion_content_inner {
  max-width: 100%;
  width: 100%;
  padding: 20px 20px 0;
}

.lowWebProductionQa .accordion_heading::before {
  position: static;
  content: "Q.";
  width: auto;
  height: auto;
  margin-right: 8px;
  font-family: 'Spartan';
  font-weight: 700;
  font-size: 26px;
}

.lowWebProductionQa .ui-accordion .ui-accordion-content * {
  line-height: 1.75;
}

.lowWebProductionQa .ui-accordion .ui-accordion-content figure,
.lowWebProductionQa .ui-accordion .ui-accordion-content table {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1400px) {

  .lowWebProductionAbout .white_box {
    /* position: relative;
    margin-top: -100px; */
    padding: 60px 80px;
  }

  /* .lowWebProductionAbout .white_box .white_box_ttl_underline {
    padding-top: 5px;
  } */

  .lowWebProductionAbout .white_box .txts.big {
    /* margin-bottom: .7em;
    font-weight: 700; */
    /* font-size: 3rem; */
    /* line-height: 1.3333 !important; */
  }

  /* .web_production_about_flex {
    display: flex;
    justify-content: space-between;
  } */

  /* .web_production_about_description {
    width: 55.663%;
  } */

  .web_production_about_image {
    /* max-width: 400px; */
    width: 40%;
  }

  .lowWebProductionAbout .black_line_box {
    padding: 60px 80px;
  }

  /* .lowWebProductionAbout .black_line_box .txtsbox {
    margin: 0 0 40px;
    text-align: center;
  } */

  /* .lowProblemSolving .design_ttl {
    margin-bottom: 35px;
    color: inherit;
  } */

  /* .lowProblemSolving .txtsbox {
    margin: 0 0 60px;
    text-align: center;
  } */

  /* .post .solving_list {
    display: flex;
    margin: 0 -10px;
  } */

  /* .post .solving_list li {
    width: 33.3333%;
    margin: 0;
    padding: 0 10px;
  } */

  /* .solving_list_item {
    height: 100%;
    padding-top: calc(57 / 353 * 100%);
  } */

  .white_item {
    /* display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    height: 100%; */
    padding: 0 10% 8%;
  }

  /* .solving_list_image {
    margin: 0 auto 28px;
    order: 1;
  } */

  /* .solving_list_image-1 {
      margin-top: calc(-57 / 273 * 100%);
      max-width: 257px;
      width: 95.1851%;
    }

    .solving_list_image-2 {
      margin-top: calc(-33 / 273 * 100%);
      max-width: 232px;
      width: 82.9259%;
    }

    .solving_list_image-3 {
      margin-top: calc(-50 / 273 * 100%);
      max-width: 270px;
    } */

  .solving_list .underline_ttl {
    /* order: 2; */
    font-size: calc(2.6rem + (1vw - 1.40rem) * 1.5957);
    /* -- 1400 2.6rem 1024 2rem -- */

  }

  /* .solving_list .txtsbox {
    margin: 0;
    color: #111;
    text-align: left;
    order: 3;
  } */

  /* .solving_list .txts {
    font-size: 1.4rem;
    line-height: 2.1428 !important;
  } */

  /* .lowWebProductionPlan {
    position: relative;
  } */

  /* .lowWebProductionPlan .txtsbox {
    margin-bottom: 40px;
    text-align: center;
  } */

  /* .post .plan_list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
  } */

  /* .post .plan_list li {
    width: 50%;
    margin: 0;
    padding: 20px;
  } */

  .plan_list_item {
    /* display: flex;
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    height: 100%; */
    padding: 60px 10%;
    /* overflow: hidden;
    z-index: 2; */
  }

  /* .plan_list_item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
  } */

  /* .plan_list_item::after {
    position: absolute;
    right: -.11em;
    bottom: -.2em;
    counter-increment: number3 1;
    content: counter(number3);
    color: #fff;
    font-family: 'Spartan';
    font-weight: 700;
    font-size: min(calc(300 / 1600 * 100vw), 300px);
    line-height: 1;
    z-index: -1;
  } */

  /* .plan_list_entry {
    background-color: #a1a500;
  }

  .plan_list_entry::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg01_pat.png);
    background-size: cover;
    background-position: right top;
    pointer-events: none;
  }

  .plan_list_entry::after {
    right: .02em;
    color: #bbbf2b;
    pointer-events: none;
  }

  .plan_list_semi {
    background-color: #efcbe1;
  }

  .plan_list_semi::before {
    left: 0;
    top: 25%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: calc(338 / 630 * 100%);
    opacity: .7;
    z-index: -1;
  }

  .plan_list_semi::after {
    right: -.14em;
    color: #f2e0eb;
  }

  .plan_list_basic {
    background-color: #45c9ce;
  }

  .plan_list_basic::before {
    left: 0;
    top: 10%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg03_pat.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: calc(501 / 630 * 100%);
    transform: translateX(-19.2%);
    z-index: -1;
  }

  .plan_list_basic::after {
    color: #77d8dc;
  }

  .plan_list_premium {
    background-color: #dd4c3d;
  }

  .plan_list_premium::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg04_pat.png);
    background-repeat: no-repeat;
    background-size: 168.5714% auto;
    background-position: right 35% top 63%;
    z-index: -1;
  }

  .plan_list_premium::after {
    right: -.15em;
    color: #e2786d;
  } */

  .post .plan_list_ttl {
    /* background: none;
    max-width: 342px; */
    width: 85%;
    /* margin: 0 auto 30px;
    padding: 0; */
  }

  /* .plan_list_tag {
    width: fit-content;
    border-radius: 300px;
    margin: 0 auto 30px;
    padding: .37em 1.4375em .17em;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  } */

  /* .plan_list_tag .en {
    display: inline-block;
    font-weight: 400;
    letter-spacing: normal;
    transform: translateY(.05em);
  } */

  /* .plan_list_tag .en::after {
    content: '|';
    margin: 0 4px;
  }

  .plan_list_tag_entry {
    background-color: #626400;
  }

  .plan_list_tag_semi {
    background-color: #d03696;
  }

  .plan_list_tag_basic {
    background-color: #0f9ba0;
  }

  .plan_list_tag_premium {
    background-color: #b53d30;
  } */

  /* .plan_list_item .txtsbox {
    text-align: left;
    letter-spacing: 0.06em;
  } */

  .plan_list_item .txts.big {
    /* margin-bottom: .3em;
    font-weight: 700; */
    font-size: 2.4rem;
    /* line-height: 1.3846;
    letter-spacing: 0.02em; */
  }

  /* .plan_list_item .commonbtn {
    margin-top: auto;
  } */

  /* .lowWebProductionFlow .txtsbox {
    margin-bottom: 70px;
    text-align: center;
  } */

  /* .post .flow_list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
  } */

  /* .post .flow_list li {
    position: relative;
    list-style: none;
    width: 25%;
    margin: 0;
    padding-top: 40px;
    z-index: 1;
  } */

  /* .post .flow_list li::before {
    position: absolute;
    right: .18em;
    bottom: -.21em;
    counter-increment: number4 1;
    content: counter(number4);
    color: #eee;
    font-family: 'Spartan';
    font-weight: 700;
    font-size: min(calc(140 / 1023 * 100vw), 140px);
    line-height: 1;
    z-index: -1;
  } */

  /* .flow_list_item {
    height: 100%;
    padding: 50px 9.8571% 55px;
    border-left: 1px dashed #000;
  } */

  /* .flow_list li:nth-child(4n) .flow_list_item {
    border-right: 1px dashed #000;
  } */

  /* .post .flow_list_ttl {
    position: relative;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  } */

  /* .post .flow_list_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
  } */

  /* .post .flow_list_ttl .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -90px;
    left: 0;
    background-color: #000;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 4px 0 0;
    color: #fff;
    font-family: 'Spartan';
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
  } */

  /* .post .flow_list_ttl .step .num {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: normal;
  } */

  /* .flow_list_item .txtsbox {
    margin: 0;
  } */

  /* .flow_list_item .txts {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8571 !important;
    letter-spacing: 0.06em;
  } */

  /* .qa_accordion {
    margin-bottom: 60px;
  } */

  /* .lowWebProductionQa .vision_accordion {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: inherit;
  }

  .lowWebProductionQa .vision_accordion+.vision_accordion {
    margin-top: 22px;
  }

  .lowWebProductionQa .accordion_heading {
    display: flex;
    align-items: flex-start;
    position: relative;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    background: none !important;
    width: 100%;
    margin: 0;
    padding: 8px 50px 8px 20px !important;
    color: #111;
    font-family: inherit;
    font-weight: 700 !important;
    font-size: 2rem;
    line-height: 1.6;
  }

  .lowWebProductionQa .accordion_heading::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
  }

  .lowWebProductionQa .ui-accordion-header-active {
    margin-bottom: 0;
  }

  .lowWebProductionQa .ui-accordion-header-active::after {
    transform-origin: center;
    transform: rotate(180deg);
  }

  .lowWebProductionQa .accordion_content,
  .lowWebProductionQa .ui-accordion .ui-accordion-content {
    position: relative;
    border: none;
    border-radius: 0;
    background: none !important;
    width: 100%;
    padding: 0 !important;
    font-family: inherit !important;
  }

  .lowWebProductionQa .accordion_content_inner {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px 0;
  }

  .lowWebProductionQa .accordion_heading::before {
    position: static;
    content: "Q.";
    width: auto;
    height: auto;
    margin-right: 8px;
    font-family: 'Spartan';
    font-weight: 700;
    font-size: 26px;
  }

  .lowWebProductionQa .ui-accordion .ui-accordion-content * {
    line-height: 1.75;
  }

  .lowWebProductionQa .ui-accordion .ui-accordion-content figure,
  .lowWebProductionQa .ui-accordion .ui-accordion-content table {
    margin-bottom: 1rem;
  } */

}

@media screen and (max-width: 1023px) {

  .lowWebProductionAbout .white_box {
    max-width: 600px;
    /* position: relative; */
    margin: -100px auto 0;
    padding: 6vw 8vw;
  }

  /* .lowWebProductionAbout .white_box .white_box_ttl_underline {
    padding-top: 5px;
  } */

  .lowWebProductionAbout .white_box .txts.big {
    /* margin-bottom: .7em;
    font-weight: 700; */
    font-size: 2.4rem;
    line-height: 1.5 !important;
  }

  .web_production_about_flex {
    /* display: flex; */
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .web_production_about_description {
    width: 100%;
    margin-bottom: 40px;
  }

  .web_production_about_image {
    max-width: 300px;
    width: 92%;
    margin: 0 auto;
    transform: translateX(-5%);
  }

  .lowWebProductionAbout .black_line_box {
    padding: 8vw 8vw;
  }

  .lowWebProductionAbout .black_line_box .txtsbox {
    margin: 0 0 35px;
    /* text-align: center; */
  }

  .lowProblemSolving .design_ttl {
    margin-bottom: 30px;
    /* color: inherit; */
  }

  .lowProblemSolving .txtsbox {
    /* margin: 0 0 50px; */
    /* text-align: center; */
  }

  .post .solving_list {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    /* margin: 0 -10px; */
  }

  .post .solving_list li {
    width: 50%;
    /* margin: 0; */
    /* padding: 0 10px; */
  }

  /* .solving_list_item {
    height: 100%;
    padding-top: calc(57 / 353 * 100%);
  } */

  .white_item {
    /* display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    height: 100%; */
    /* padding: 0 10% 8%; */
  }

  /* .solving_list_image {
    margin: 0 auto 28px;
    order: 1;
  } */

  /* .solving_list_image-1 {
      margin-top: calc(-57 / 273 * 100%);
      max-width: 257px;
      width: 95.1851%;
    }

    .solving_list_image-2 {
      margin-top: calc(-33 / 273 * 100%);
      max-width: 232px;
      width: 82.9259%;
    }

    .solving_list_image-3 {
      margin-top: calc(-50 / 273 * 100%);
      max-width: 270px;
    } */

  .solving_list .underline_ttl {
    /* order: 2; */
    font-size: 2.2rem;

  }

  .solving_list .txtsbox {
    margin: 0;
    /* color: #111;
    text-align: left;
    order: 3; */
  }

  /* .solving_list .txts {
    font-size: 1.4rem;
    line-height: 2.1428 !important;
  } */

  /* .lowWebProductionPlan {
    position: relative;
  } */

  .lowWebProductionPlan .txtsbox {
    margin-bottom: 35px;
    /* text-align: center; */
  }

  .post .plan_list {
    /* display: flex;
    flex-wrap: wrap; */
    margin: -10px;
  }

  .post .plan_list li {
    /* width: 50%;
    margin: 0; */
    padding: 10px;
  }

  .plan_list_item {
    /* display: flex;
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    height: 100%; */
    padding: 6vw 8%;
    /* overflow: hidden;
    z-index: 2; */
  }

  /* .plan_list_item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
  } */

  /* .plan_list_item::after {
    position: absolute;
    right: -.11em;
    bottom: -.2em;
    counter-increment: number3 1;
    content: counter(number3);
    color: #fff;
    font-family: 'Spartan';
    font-weight: 700;
    font-size: min(calc(300 / 1600 * 100vw), 300px);
    line-height: 1;
    z-index: -1;
  } */

  /* .plan_list_entry {
    background-color: #a1a500;
  }

  .plan_list_entry::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg01_pat.png);
    background-size: cover;
    background-position: right top;
    pointer-events: none;
  }

  .plan_list_entry::after {
    right: .02em;
    color: #bbbf2b;
    pointer-events: none;
  }

  .plan_list_semi {
    background-color: #efcbe1;
  }

  .plan_list_semi::before {
    left: 0;
    top: 25%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: calc(338 / 630 * 100%);
    opacity: .7;
    z-index: -1;
  }

  .plan_list_semi::after {
    right: -.14em;
    color: #f2e0eb;
  }

  .plan_list_basic {
    background-color: #45c9ce;
  }

  .plan_list_basic::before {
    left: 0;
    top: 10%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg03_pat.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: calc(501 / 630 * 100%);
    transform: translateX(-19.2%);
    z-index: -1;
  }

  .plan_list_basic::after {
    color: #77d8dc;
  }

  .plan_list_premium {
    background-color: #dd4c3d;
  }

  .plan_list_premium::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg04_pat.png);
    background-repeat: no-repeat;
    background-size: 168.5714% auto;
    background-position: right 35% top 63%;
    z-index: -1;
  }

  .plan_list_premium::after {
    right: -.15em;
    color: #e2786d;
  } */

  .post .plan_list_ttl {
    /* background: none;
    max-width: 342px; */
    width: 88%;
    margin: 0 auto 25px;
    /* padding: 0; */
  }

  .plan_list_tag {
    /* width: fit-content;
    border-radius: 300px; */
    margin: 0 auto 20px;
    padding: .37em 1.2em .17em;
    /* color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 1.4rem;
    /* line-height: 1.6;
    text-align: center; */
  }

  /* .plan_list_tag .en {
    display: inline-block;
    font-weight: 400;
    letter-spacing: normal;
    transform: translateY(.05em);
  } */

  /* .plan_list_tag .en::after {
    content: '|';
    margin: 0 4px;
  }

  .plan_list_tag_entry {
    background-color: #626400;
  }

  .plan_list_tag_semi {
    background-color: #d03696;
  }

  .plan_list_tag_basic {
    background-color: #0f9ba0;
  }

  .plan_list_tag_premium {
    background-color: #b53d30;
  } */

  /* .plan_list_item .txtsbox {
    text-align: left;
    letter-spacing: 0.06em;
  } */

  .plan_list_item .txts.big {
    /* margin-bottom: .3em;
    font-weight: 700; */
    font-size: 2.2rem;
    line-height: 1.65 !important;
    /* letter-spacing: 0.02em; */
  }

  /* .plan_list_item .commonbtn {
    margin-top: auto;
  } */

  .lowWebProductionFlow .txtsbox {
    margin-bottom: 50px;
    /* text-align: center; */
  }

  .post .flow_list {
    /* display: flex;
    justify-content: space-between; */
    flex-wrap: wrap;
    margin: 0 0 40px;
  }

  .post .flow_list li {
    /* position: relative;
    list-style: none; */
    width: 50%;
    /* margin: 0; */
    /* padding-top: 40px;
    z-index: 1; */
  }

  .post .flow_list li:nth-child(n+3) {
    margin-top: 2%;
  }

  /* .post .flow_list li::before {
    position: absolute;
    right: .18em;
    bottom: -.21em;
    counter-increment: number4 1;
    content: counter(number4);
    color: #eee;
    font-family: 'Spartan';
    font-weight: 700;
    font-size: min(calc(140 / 1023 * 100vw), 140px);
    line-height: 1;
    z-index: -1;
  } */

  /* .flow_list_item {
    height: 100%;
    padding: 50px 9.8571% 55px;
    border-left: 1px dashed #000;
  } */

  /* .flow_list li:nth-child(4n) .flow_list_item {
    border-right: 1px dashed #000;
  } */

  /* .post .flow_list_ttl {
    position: relative;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  } */

  /* .post .flow_list_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
  } */

  /* .post .flow_list_ttl .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -90px;
    left: 0;
    background-color: #000;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 4px 0 0;
    color: #fff;
    font-family: 'Spartan';
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
  } */

  /* .post .flow_list_ttl .step .num {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 26px;
    letter-spacing: normal;
  } */

  .flow_list_item .txtsbox {
    margin: 0;
  }

  /* .flow_list_item .txts {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8571 !important;
    letter-spacing: 0.06em;
  } */

  .qa_accordion {
    margin-bottom: 55px;
  }

  .lowWebProductionQa .commonbtn a {
    /* margin-top: 60px; */
    /* margin: 0 auto; */
    font-size: 1.7rem;
  }

  /* -- アコーディオン -- */

  /* .lowWebProductionQa .vision_accordion {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: inherit;
  } */

  .lowWebProductionQa .vision_accordion+.vision_accordion {
    margin-top: 20px;
  }

  .lowWebProductionQa .accordion_heading {
    /* display: flex;
    align-items: flex-start;
    position: relative;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    background: none !important;
    width: 100%;
    margin: 0; */
    padding: 8px 50px 8px 15px !important;
    /* color: #111;
    font-family: inherit;
    font-weight: 700 !important; */
    font-size: 1.8rem;
    line-height: 1.65;
  }

  /* .lowWebProductionQa .accordion_heading::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
  } */

  /* .lowWebProductionQa .ui-accordion-header-active {
    margin-bottom: 0;
  } */

  /* .lowWebProductionQa .ui-accordion-header-active::after {
    transform-origin: center;
    transform: rotate(180deg);
  } */

  /* .lowWebProductionQa .accordion_content,
  .lowWebProductionQa .ui-accordion .ui-accordion-content {
    position: relative;
    border: none;
    border-radius: 0;
    background: none !important;
    width: 100%;
    padding: 0 !important;
    font-family: inherit !important;
  } */

  .lowWebProductionQa .accordion_content_inner {
    /* max-width: 100%;
    width: 100%; */
    padding: 18px 15px 0;
  }

  .lowWebProductionQa .accordion_heading::before {
    /* position: static;
    content: "Q.";
    width: auto;
    height: auto; */
    margin-right: 8px;
    /* font-family: 'Spartan';
    font-weight: 700; */
    font-size: 24px;
    transform: translateY(-2px);
  }

  /* .lowWebProductionQa .ui-accordion .ui-accordion-content * {
    line-height: 1.75;
  }

  .lowWebProductionQa .ui-accordion .ui-accordion-content figure,
  .lowWebProductionQa .ui-accordion .ui-accordion-content table {
    margin-bottom: 1rem;
  } */

}

@media screen and (max-width: 767px) {

  .lowWebProductionAbout .kv {
    margin: 0 -20vw;
  }

  .lowWebProductionAbout .white_box {
    /* max-width: 600px; */
    /* position: relative; */
    margin: -10vw auto 0;
    padding: 7vw 6.8vw;
  }

  /* .lowWebProductionAbout .white_box .white_box_ttl_underline {
    padding-top: 5px;
  } */

  .lowWebProductionAbout .white_box .txts.big {
    /* margin-bottom: .7em;
    font-weight: 700; */
    font-size: 1.8rem;
    line-height: 1.6 !important;
  }

  .web_production_about_flex {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
  }

  .web_production_about_description {
    /* width: 100%; */
    margin-bottom: 25px;
  }

  .web_production_about_image {
    /* max-width: 300px; */
    width: 92%;
    /* margin: 0 auto; */
    transform: translateX(0);
  }

  .lowWebProductionAbout .black_line_box {
    padding: 8vw 6.5vw;
  }

  .lowWebProductionAbout .black_line_box .txtsbox {
    margin: 0 0 20px;
    text-align: left;
  }

  .lowProblemSolving .design_ttl {
    /* margin-bottom: 25px; */
    /* color: inherit; */
  }

  .lowProblemSolving .txtsbox {
    margin: 0 0 15px;
    text-align: left;
  }

  .post .solving_list {
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: center; */
    margin: 0;
  }

  .post .solving_list li {
    width: 100%;
    /* margin: 0; */
    padding: 0 10px;
  }

  /* .solving_list_item {
    height: 100%;
    padding-top: calc(57 / 353 * 100%);
  } */

  .white_item {
    /* display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    height: 100%; */
    padding: 0 8vw 6vw;
  }

  .solving_list_image {
    /* margin: 0 auto 20px; */
    order: 1;
  }

  /* .solving_list_image-1 {
      margin-top: calc(-57 / 273 * 100%);
      max-width: 257px;
      width: 95.1851%;
    }

    .solving_list_image-2 {
      margin-top: calc(-33 / 273 * 100%);
      max-width: 232px;
      width: 82.9259%;
    }

    .solving_list_image-3 {
      margin-top: calc(-50 / 273 * 100%);
      max-width: 270px;
    } */

  .solving_list .underline_ttl {
    /* order: 2; */
    font-size: 2rem;

  }

  .solving_list .txtsbox {
    margin: 0;
    /* s: 3; */
  }

  /* .solving_list .txts {
    font-size: 1.4rem;
    line-height: 2.1428 !important;
  } */

  /* .lowWebProductionPlan {
    position: relative;
  } */

  .lowWebProductionPlan .txtsbox {
    margin-bottom: 20px;
    text-align: left;
  }

  .post .plan_list {
    /* display: flex;
    flex-wrap: wrap; */
    max-width: 600px;
    margin: 0 auto;
  }

  .post .plan_list li {
    width: 100%;
    /* margin: 0; */
    padding: 0;
  }

  .post .plan_list li+li {
    margin-top: 30px;
  }

  .plan_list_item {
    /* display: flex;
    flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    height: 100%; */
    padding: 8vw 6.5vw 10vw;
    /* overflow: hidden;
    z-index: 2; */
  }

  /* .plan_list_item::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -2;
  } */

  .plan_list_item::after {
    /* position: absolute;
    right: -.11em;
    bottom: -.2em;
    counter-increment: number3 1;
    content: counter(number3);
    color: #fff;
    font-family: 'Spartan';
    font-weight: 700; */
    font-size: max(calc(300 / 1600 * 100vw), 150px);
    /* line-height: 1;
    z-index: -1; */
  }

  /* .plan_list_entry {
    background-color: #a1a500;
  }

  .plan_list_entry::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg01_pat.png);
    background-size: cover;
    background-position: right top;
    pointer-events: none;
  }

  .plan_list_entry::after {
    right: .02em;
    color: #bbbf2b;
    pointer-events: none;
  } */

  .plan_list_semi {
    /* background-color: #efcbe1; */
    padding-top: 2vw;
  }

  /* .plan_list_semi::before {
    left: 0;
    top: 25%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: calc(338 / 630 * 100%);
    opacity: .7;
    z-index: -1;
  } */

  /* .plan_list_semi::after {
    right: -.14em;
    color: #f2e0eb;
  } */

  .plan_list_basic {
    /* background-color: #45c9ce; */
    /* padding-top: 2vw; */
  }

  /* .plan_list_basic::before {
    left: 0;
    top: 10%;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg03_pat.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    width: calc(501 / 630 * 100%);
    transform: translateX(-19.2%);
    z-index: -1;
  } */

  /* .plan_list_basic::after {
    color: #77d8dc;
  } */

  .plan_list_premium {
    /* background-color: #dd4c3d; */
    padding-top: 7vw;
  }

  .plan_list_premium::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://teamslash.jp/struct/wp-content/uploads/planbg04_pat.png);
    background-repeat: no-repeat;
    background-size: 168.5714% auto;
    background-position: right 35% top 63%;
    z-index: -1;
  }

  .plan_list_premium::after {
    right: -.15em;
    color: #e2786d;
  }

  .post .plan_list_ttl {
    /* background: none;
    max-width: 342px; */
    /* width: 88%; */
    margin: 0 auto 20px;
    /* padding: 0; */
  }

  .plan_list_tag {
    /* width: fit-content;
    border-radius: 300px; */
    margin: 0 auto 20px;
    /* padding: .37em 1.2em .17em; */
    /* color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Spartan', "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 700; */
    font-size: 1.3rem;
    /* line-height: 1.6;
    text-align: center; */
  }

  /* .plan_list_tag .en {
    display: inline-block;
    font-weight: 400;
    letter-spacing: normal;
    transform: translateY(.05em);
  } */

  /* .plan_list_tag .en::after {
    content: '|';
    margin: 0 4px;
  } */

  /* .plan_list_tag_entry {
    background-color: #626400;
  } */

  .plan_list_tag_semi {
    /* background-color: #d03696; */
    margin-top: -8vw;
  }

  .plan_list_tag_basic {
    /* background-color: #0f9ba0; */
    margin-top: -3vw;
  }

  .plan_list_tag_premium {
    /* background-color: #b53d30; */
    margin-top: -6vw;
  }

  /* .plan_list_item .txtsbox {
    text-align: left;
    letter-spacing: 0.06em;
  } */

  .plan_list_item .txts.big {
    margin-bottom: .4em;
    /* font-weight: 700; */
    font-size: 2rem;
    line-height: 1.7 !important;
    /* letter-spacing: 0.02em; */
  }

  /* .plan_list_item .commonbtn {
    margin-top: auto;
  } */

  .lowWebProductionFlow .txtsbox {
    margin-bottom: 35px;
    text-align: left;
  }

  .post .flow_list {
    /* display: flex;
    justify-content: space-between; */
    /* flex-wrap: wrap; */
    margin: 0 0 20px;
  }

  .post .flow_list li {
    /* position: relative;
    list-style: none; */
    width: 100%;
    /* margin: 0; */
    padding-top: 30px;
    /* z-index: 1; */
  }

  .post .flow_list li:nth-child(n+3) {
    margin-top: 2%;
  }

  .post .flow_list li::before {
    /* position: absolute;
    right: .18em;
    bottom: -.21em;
    counter-increment: number4 1;
    content: counter(number4);
    color: #eee;
    font-family: 'Spartan';
    font-weight: 700; */
    font-size: max(calc(140 / 1023 * 100vw), 80px);
    /* line-height: 1;
    z-index: -1; */
  }

  .flow_list_item {
    /* height: 100%; */
    padding: 50px 6.5vw 5.5vw;
    /* border-left: 1px dashed #000; */
    border-right: 1px dashed #000;
  }

  /* .flow_list li:nth-child(4n) .flow_list_item {
    border-right: 1px dashed #000;
  } */

  .post .flow_list_ttl {
    /* position: relative;
    padding-bottom: 1rem; */
    font-size: 2rem;
    /* line-height: 1.6;
    letter-spacing: 0.06em; */
  }

  /* .post .flow_list_ttl::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 5px;
  } */

  .post .flow_list_ttl .step {
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute; */
    top: -75px;
    left: 0;
    /* background-color: #000;
    border-radius: 100%; */
    width: 60px;
    height: 60px;
    /* margin: 0; */
    /* padding: 4px 0 0; */
    /* color: #fff;
    font-family: 'Spartan';
    font-weight: 500;
    font-size: 10px;
    line-height: 1; */
  }

  .post .flow_list_ttl .step .num {
    /* display: block;
    margin: 5px 0 0;
    padding: 0;
    font-weight: 700; */
    font-size: 24px;
    /* letter-spacing: normal; */
  }

  .flow_list_item .txtsbox {
    margin: 0;
  }

  /* .flow_list_item .txts {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.8571 !important;
    letter-spacing: 0.06em;
  } */

  .lowWebProductionQa .white_box {
    padding-bottom: 9vw;
  }

  .qa_accordion {
    margin-bottom: 30px;
  }

  .lowWebProductionQa .commonbtn a {
    /* margin-top: 60px; */
    /* margin: 0 auto; */
    font-size: 1.6rem;
  }

  /* -- アコーディオン -- */

  /* .lowWebProductionQa .vision_accordion {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: inherit;
  } */

  .lowWebProductionQa .vision_accordion+.vision_accordion {
    margin-top: 12px;
  }

  .lowWebProductionQa .accordion_heading {
    /* display: flex;
    align-items: flex-start;
    position: relative;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    background: none !important;
    width: 100%;
    margin: 0; */
    padding: 6px 30px 6px 5px !important;
    /* color: #111;
    font-family: inherit;
    font-weight: 700 !important; */
    font-size: 1.5rem;
    line-height: 1.75;
  }

  .lowWebProductionQa .accordion_heading::after {
    /* content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px); */
    right: 5px;
    /* width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent; */
  }

  /* .lowWebProductionQa .ui-accordion-header-active {
    margin-bottom: 0;
  } */

  /* .lowWebProductionQa .ui-accordion-header-active::after {
    transform-origin: center;
    transform: rotate(180deg);
  } */

  /* .lowWebProductionQa .accordion_content,
  .lowWebProductionQa .ui-accordion .ui-accordion-content {
    position: relative;
    border: none;
    border-radius: 0;
    background: none !important;
    width: 100%;
    padding: 0 !important;
    font-family: inherit !important;
  } */

  .lowWebProductionQa .accordion_content_inner {
    /* max-width: 100%;
    width: 100%; */
    padding: 12px 5px 0;
    font-size: 14px;
  }

  .lowWebProductionQa .accordion_heading::before {
    /* position: static;
    content: "Q.";
    width: auto;
    height: auto; */
    margin-right: 6px;
    /* font-family: 'Spartan';
    font-weight: 700; */
    font-size: 20px;
    /* transform: translateY(-2px); */
  }

  /* .lowWebProductionQa .ui-accordion .ui-accordion-content * {
    line-height: 1.75;
  }

  .lowWebProductionQa .ui-accordion .ui-accordion-content figure,
  .lowWebProductionQa .ui-accordion .ui-accordion-content table {
    margin-bottom: 1rem;
  } */

}


/*--------------------
下層　クリエイティブ
-------------------*/

.post .creative_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.post .creative_list li {
  margin: 0;
}

.post .creative_list li+li {
  margin-top: 85px;
}

.post .creative_list .w100 {
  width: 100%;
}

.post .creative_list .w50 {
  width: 50%;
}

.post .creative_list .side_txts_wrap,
.post .creative_list .white_box {
  height: 100%;
}

/* .creative_list_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.creative_list_content {
  position: relative;
  min-height: 500px;
}

.creative_list .white_box_ttl {
  margin-bottom: 50px;
}

/* .creative_list_description {
  width: 50.4385%;
} */

.creative_list_content .white_box_ttl {
  width: 50.4385%;
  margin-bottom: 42px;
}

.creative_list_content .txtsbox {
  width: 50.4385%;
}

.creative_list_content .commonbtn {
  margin: 50px 0 0;
}

.creative_list_image-1 {
  position: absolute;
  top: 20%;
  right: 0;
  max-width: 515px;
  width: 45.1754%;
  /* margin-top: 10.5%; */
  /* transform: translateY(5.5%); */
}

.creative_list .txts.big {
  margin: 0 0 .8em;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7 !important;
  letter-spacing: 0.04em;
}

.creative_list_image-2,
.creative_list_image-3 {
  height: min(calc(299 / 1500 * 100vw), 299px);
  margin: 0 auto 15px;
}

.creative_list_image-2 img {
  width: 100%;
  height: 100%;
  /* margin: 0 auto 50px; */
  transform: translateX(-1.6279%);
  object-fit: contain;
}

.creative_list_image-3 img {
  width: 100%;
  height: 87.0967%;
  /* margin: 0 auto 50px; */
  transform: translateY(10px) translateX(2.7906%);
  object-fit: contain;
}

.creative_list_image-4,
.creative_list_image-5 {
  height: min(calc(310 / 1500 * 100vw), 310px);
  margin: 0 auto 50px;
}

.creative_list_image-4 img {
  width: 100%;
  height: 100%;
  transform: translateX(-1.6279%);
  object-fit: contain;
}

.creative_list_image-5 img {
  width: 100%;
  height: 87.0967%;
  transform: translateY(5px) translateX(6.279%);
  object-fit: contain;
}

.lowsCreativeContact .black_line_box {
  padding: 80px 100px;
}

.lowsCreativeContact .menu_box_ttl {
  text-align: center;
  letter-spacing: .04em;
}

.lowsCreativeContact .black_line_box .txtsbox {
  margin-bottom: 50px;
  text-align: center;
}

.lowsCreativeContact .black_line_box .contbtns {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {

  /* .post .creative_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .post .creative_list li {
    margin: 0;
  }

  .post .creative_list li+li {
    margin-top: 85px;
  }

  .post .creative_list .w100 {
    width: 100%;
  }

  .post .creative_list .w50 {
    width: 50%;
  } */

  /* .post .creative_list .side_txts_wrap,
  .post .creative_list .white_box {
    height: 100%;
  } */

  .w50 .white_box {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .w100 .white_box {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }

  /* .creative_list_content {
    position: relative;
    min-height: 500px;
  }

  .creative_list .white_box_ttl {
    margin-bottom: 50px;
  }

  .creative_list_content .white_box_ttl {
    width: 50.4385%;
    margin-bottom: 42px;
  }

  .creative_list_content .txtsbox {
    width: 50.4385%;
  }

  .creative_list_content .commonbtn {
    margin: 50px 0 0;
  }

  .creative_list_image-1 {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 515px;
    width: 45.1754%;
  }

  .creative_list .txts.big {
    margin: 0 0 .8em;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.7 !important;
    letter-spacing: 0.04em;
  }

  .creative_list_image-2,
  .creative_list_image-3 {
    height: min(calc(299 / 1500 * 100vw), 299px);
    margin: 0 auto 15px;
  }

  .creative_list_image-2 img {
    width: 100%;
    height: 100%;
    margin: 0 auto 50px;
    transform: translateX(-1.6279%);
    object-fit: contain;
  }

  .creative_list_image-3 img {
    width: 100%;
    height: 87.0967%;
    margin: 0 auto 50px;
    transform: translateY(10px) translateX(2.7906%);
    object-fit: contain;
  }

  .creative_list_image-4,
  .creative_list_image-5 {
    height: min(calc(310 / 1500 * 100vw), 310px);
    margin: 0 auto 50px;
  }

  .creative_list_image-4 img {
    width: 100%;
    height: 100%;
    transform: translateX(-1.6279%);
    object-fit: contain;
  }

  .creative_list_image-5 img {
    width: 100%;
    height: 87.0967%;
    transform: translateY(5px) translateX(6.279%);
    object-fit: contain;
  }

  .lowsCreativeContact .black_line_box {
    padding: 80px 100px;
  }

  .lowsCreativeContact .menu_box_ttl {
    text-align: center;
    letter-spacing: .04em;
  }

  .lowsCreativeContact .black_line_box .txtsbox {
    margin-bottom: 50px;
    text-align: center;
  }

  .lowsCreativeContact .black_line_box .contbtns {
    margin-bottom: 0;
  } */

}

@media screen and (max-width: 1279px) {

  /* .lowCreativeMenu .inners-s {
    padding-left: 64px;
  } */

  .post .creative_list {
    /* display: flex;
    flex-wrap: wrap; */
    max-width: calc(800px + 30px);
    /* margin: 0; */
  }

  .post .creative_list li {
    /* margin: 0; */
    /* width: calc(90.6957% + 30px); */
  }

  .post .creative_list li.fadeInUp {
    animation-delay: 0s !important;
  }

  .post .creative_list li:nth-child(odd) {
    margin-left: auto;
  }

  /* .post .creative_list li + li {
    margin-top: 85px;
  } */

  .post .creative_list .w100 {
    width: calc(90.6957% + 30px);
  }

  .post .creative_list .w50 {
    width: calc(90.6957% + 30px);
  }

  /* .post .creative_list .side_txts_wrap,
  .post .creative_list .white_box {
    height: 100%;
  } */

  .w50 .white_box {
    padding-left: 80px;
    padding-right: 80px;
  }

  .w100 .white_box {
    padding-left: 80px;
    padding-right: 80px;
  }

  .creative_list_content {
    /* position: relative; */
    min-height: 0;
  }

  /* .creative_list .white_box_ttl {
    margin-bottom: 50px;
  } */

  .creative_list_content .white_box_ttl {
    width: 100%;
    /* margin-bottom: 42px; */
  }

  .creative_list_content .txtsbox {
    width: 100%;
  }

  /* .creative_list_content .commonbtn {
    margin: 50px 0 0;
  } */

  .creative_list_image-1 {
    position: static;
    /* top: 20%;
    right: 0; */
    /* max-width: 515px; */
    width: 100%;
    margin: 0 auto;
    transform: translateX(3%);
  }

  /* .creative_list .txts.big {
    margin: 0 0 .8em;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.7 !important;
    letter-spacing: 0.04em;
  } */

  .creative_list_image-2,
  .creative_list_image-3 {
    /* height: min(calc(299 / 1500 * 100vw), 299px); */
    height: 299px;
    /* margin: 0 auto 15px; */
  }

  /* .creative_list_image-2 img {
    width: 100%;
    height: 100%;
    transform: translateX(-1.6279%);
    object-fit: contain;
  }

  .creative_list_image-3 img {
    width: 100%;
    height: 87.0967%;
    transform: translateY(10px) translateX(2.7906%);
    object-fit: contain;
  } */

  .creative_list_image-4,
  .creative_list_image-5 {
    /* height: min(calc(310 / 1500 * 100vw), 310px); */
    height: 310px;
    /* margin: 0 auto 50px; */
  }

  /* .creative_list_image-4 img {
    width: 100%;
    height: 100%;
    transform: translateX(-1.6279%);
    object-fit: contain;
  } */

  /* .creative_list_image-5 img {
    width: 100%;
    height: 87.0967%;
    transform: translateY(5px) translateX(6.279%);
    object-fit: contain;
  } */

  /* .lowsCreativeContact .black_line_box {
    padding: 80px 100px;
  } */

  /* .lowsCreativeContact .menu_box_ttl {
    text-align: center;
    letter-spacing: .04em;
  } */

  /* .lowsCreativeContact .black_line_box .txtsbox {
    margin-bottom: 50px;
    text-align: center;
  } */

  /* .lowsCreativeContact .black_line_box .contbtns {
    margin-bottom: 0;
  } */

}

@media screen and (max-width: 1023px) {

  /* .lowCreativeMenu .inners-s {
    padding-left: 64px;
  } */

  .post .creative_list {
    /* display: flex;
    flex-wrap: wrap; */
    /* max-width: calc(800px + 30px); */
    /* margin: 0; */
  }

  .post .creative_list li {
    /* margin: 0; */
    /* width: calc(90.6957% + 30px); */
  }

  /* .post .creative_list li:nth-child(odd) {
    margin-left: auto;
  } */

  .post .creative_list li+li {
    margin-top: 65px;
  }

  /* .post .creative_list .w100 {
    width: calc(90.6957% + 30px);
  } */

  /* .post .creative_list .w50 {
    width: calc(90.6957% + 30px);
  } */

  /* .post .creative_list .side_txts_wrap,
  .post .creative_list .white_box {
    height: 100%;
  } */

  .w50 .white_box {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .w100 .white_box {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .creative_list_content {
    /* position: relative; */
    /* min-height: 0; */
  }

  .creative_list .white_box_ttl {
    margin-bottom: 35px;
  }

  .creative_list_content .white_box_ttl {
    width: 100%;
    /* margin-bottom: 42px; */
  }

  .creative_list_content .txtsbox {
    width: 100%;
  }

  .creative_list_content .commonbtn {
    margin: 45px 0 0;
  }

  .creative_list_image-1 {
    /* position: static; */
    /* top: 20%;
    right: 0; */
    /* max-width: 515px; */
    width: 90%;
    margin: 0 auto;
    /* transform: none; */
  }

  /* .creative_list .txts.big {
    margin: 0 0 .8em;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.7 !important;
    letter-spacing: 0.04em;
  } */

  .creative_list_image-2,
  .creative_list_image-3 {
    /* height: min(calc(299 / 1500 * 100vw), 299px); */
    /* height: 299px; */
    /* margin: 0 auto 15px; */
  }

  .creative_list_image-2 {
    margin: 0 auto 15px;
  }

  .creative_list_image-3 {
    height: calc(299px * .8709);
    margin: 0 auto 15px;
  }

  .creative_list_image-2 img {
    /* width: 100%;
    height: 100%; */
    transform: none;
    /* object-fit: contain; */
  }

  .creative_list_image-3 img {
    /* width: 100%;
    height: 100%; */
    transform: none;
    /* object-fit: contain; */
  }

  .creative_list_image-4,
  .creative_list_image-5 {
    /* height: min(calc(310 / 1500 * 100vw), 310px); */
    /* height: 310px; */
    /* margin: 0 auto 50px; */
  }

  .creative_list_image-4 {
    height: 300px;
    margin: 0 auto;
    padding-top: 10px;
  }

  .creative_list_image-5 {
    height: calc(300px * .8709);
    margin: 0 auto 45px;
  }

  .creative_list_image-4 img {
    /* width: 100%;
    height: 100%; */
    transform: none;
    /* object-fit: contain; */
  }

  .creative_list_image-5 img {
    /* width: 100%; */
    height: 100%;
    transform: none;
    /* object-fit: contain; */
  }

  .lowsCreativeContact .black_line_box {
    padding: 8vw 10vw;
  }

  /* .lowsCreativeContact .menu_box_ttl {
    text-align: center;
    letter-spacing: .04em;
  } */

  .lowsCreativeContact .black_line_box .txtsbox {
    margin-bottom: 40px;
    /* text-align: center; */
  }

  /* .lowsCreativeContact .black_line_box .contbtns {
    margin-bottom: 0;
  } */

}

@media screen and (max-width: 767px) {

  /* .lowCreativeMenu .inners-s {
    padding-left: 64px;
  } */

  .post .creative_list {
    /* display: flex;
    flex-wrap: wrap; */
    /* max-width: calc(800px + 30px); */
    /* margin: 0; */
  }

  .post .creative_list li {
    /* margin: 0; */
    width: 100%;
  }

  /* .post .creative_list li:nth-child(odd) {
    margin-left: auto;
  } */

  .post .creative_list li+li {
    margin-top: 45px;
  }

  .post .creative_list .w100 {
    width: 100%;
  }

  .post .creative_list .w50 {
    width: 100%;
  }

  /* .post .creative_list .side_txts_wrap,
  .post .creative_list .white_box {
    height: 100%;
  } */

  .w50 .white_box {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }

  .w100 .white_box {
    padding-left: 6.8vw;
    padding-right: 6.8vw;
  }

  .creative_list_content {
    /* position: relative; */
    /* min-height: 0; */
  }

  .creative_list .white_box_ttl {
    margin-bottom: 25px;
  }

  .creative_list_content .white_box_ttl {
    width: 100%;
    /* margin-bottom: 42px; */
  }

  .creative_list_content .txtsbox {
    width: 100%;
  }

  .creative_list_content .commonbtn {
    margin: 30px 0 0;
  }

  .creative_list_image-1 {
    /* position: static; */
    /* top: 20%;
    right: 0; */
    /* max-width: 515px; */
    width: 100%;
    margin: 0 auto 5px;
    /* transform: none; */
  }

  .creative_list .txts.big {
    /* margin: 0 0 .5em; */
    /* font-weight: 700; */
    font-size: 1.8rem;
    line-height: 1.75 !important;
    /* letter-spacing: 0.04em; */
  }

  .creative_list_image-2,
  .creative_list_image-3 {
    /* height: min(calc(299 / 1500 * 100vw), 299px); */
    width: 100%;
    height: auto;
    /* margin: 0 auto 15px; */
  }

  .creative_list_image-2 {
    margin: 0 auto 10px;
    padding-top: 5px;
  }

  .creative_list_image-3 {
    height: auto;
    margin: -5px auto 32px;
  }

  .creative_list_image-2 img {
    /* width: 100%;
    height: 100%; */
    /* transform: none; */
    /* object-fit: contain; */
  }

  .creative_list_image-3 img {
    /* width: 100%;
    height: 100%; */
    /* transform: none; */
    /* object-fit: contain; */
  }

  .creative_list_image-4,
  .creative_list_image-5 {
    /* height: min(calc(310 / 1500 * 100vw), 310px); */
    /* height: 310px; */
    /* margin: 0 auto 50px; */
    width: 100%;
    height: auto;
  }

  .creative_list_image-4 {
    /* height: auto; */
    margin: 0 auto -10px;
    padding-top: 15px;
  }

  .creative_list_image-5 {
    /* height: calc(300px * .8709); */
    margin: 0 auto 32px;
  }

  .creative_list_image-4 img {
    /* width: 100%;
    height: 100%; */
    /* transform: none; */
    /* object-fit: contain; */
  }

  .creative_list_image-5 img {
    /* width: 100%; */
    /* height: 100%;
    transform: none; */
    /* object-fit: contain; */
  }

  .lowsCreativeContact .black_line_box {
    padding: 8vw 6vw;
  }

  .lowsCreativeContact .menu_box_ttl {
    margin-bottom: 25px;
    /* text-align: center;
    letter-spacing: .04em; */
  }

  .lowsCreativeContact .black_line_box .txtsbox {
    margin-bottom: 30px;
    text-align: left;
  }

  /* .lowsCreativeContact .black_line_box .contbtns {
    margin-bottom: 0;
  } */

}

/* ----------------------
スクロールトップ
---------------------- */
a#scrollUp {
  background: transparent;
  opacity: 1;
}

#scrollUp {
  bottom: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
  width: 100px;
  height: 100px;
}

.scroll-top {
  display: block;
  position: relative;
  background-color: #000;
  height: 100%;
  transition: opacity .3s;
}

.scroll-top:hover {
  opacity: .8;
}

.scroll-top::before,
.scroll-top::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  background-color: #fff;
  border-radius: 10px;
  width: 20px;
  height: 2px;
}

.scroll-top::before {
  left: calc(50% - 20px);
  transform-origin: right top;
  transform: rotate(-37deg);
}

.scroll-top::after {
  left: 50%;
  transform-origin: left top;
  transform: rotate(37deg);
}

.icon-up-open {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mobile #scrollUp {
    bottom: 64px !important;
  }
}

@media screen and (max-width: 1023px) {
  #scrollUp {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  #scrollUp {
    width: 50px;
    height: 50px;
  }

  .scroll-top::before,
  .scroll-top::after {
    top: calc(50% - 4px);
    width: 12px;
  }

  .scroll-top::before {
    left: calc(50% - 12px);
  }
}

/* ----------------------
Footer
---------------------- */
.foot_st a {
  transition: opacity .3s;
}

.foot_st a:hover {
  opacity: .6;
}

.foots_btns .linkbb {
  transition: background-color .4s, color .5s;
}

.foots_btns .linkbb:hover {
  background-color: #000;
}

.foots_btns .cussupbtns:hover {
  background-color: #f8a109;
}

.foots_btns .linkbb:hover a {
  color: #fff;
}

ul.foots_sns li {
  transition: background-color .4s, color .5s;
}

ul.foots_sns li:hover {
  background-color: #000;
  color: #fff;
}

ul.foots_sns li a {
  color: inherit;
}
