* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: HiraginoCustom, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3,
      "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Noto Sans JP", helvetica, arial,
      sans-serif;
  font-size: 16px;
  color: #1c293f;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
}
ul,
ol {
  list-style-type: none;
}
img {
  border: none;
}
button:focus {
  outline: none;
}

@font-face {
  font-family: "HiraginoCustom";
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
}
@font-face {
  font-family: "HiraginoCustom";
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #1c293f;
}
a:hover,
button:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc-only {
      display: none;
  }
}
.spc-only {
  display: none;
}
@media screen and (max-width: 1280px) {
  .spc-only {
      display: block;
  }
}
.tab-only {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab-only {
      display: block;
  }
}
.sp-only,.global-nav_sp {
  display: none;
}
@media screen and (max-width: 568px) {
  .sp-only {
      display: block;
  }
}
img {
  width: 100%;
  height: auto;
}
.img_h60 {
  height: 60px!important;
  width: auto!important;
}
.img_h80 {
  height: 80px!important;
  width: auto!important;
}
.img_h120 {
  height: 120px!important;
  width: auto!important;
}
a.underline {
  text-decoration: underline;
}
.bold {
  font-weight: 600;
}
.kome {
  font-size: 12px;
}
.lh-1 {
  line-height: 1.2;
}
.button a,
.button button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-radius: 100px;
  border: 2px solid #00b3e3;
  background-color: #00b3e3;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  cursor: pointer;
}
.button a:hover,
.button button:hover {
  background-color: #fff;
  color: #00b3e3;
  opacity: 1;
}
.button.border {
  border: 0 !important;
}
.button.border a,
.button.border button {
  border: 2px solid #1c293f;
  background-color: #fff;
  color: #1c293f;
}
.button.border a:hover,
.button.border button:hover {
  background-color: #1c293f;
  color: #fff;
  opacity: 1;
}
.button.search button::after {
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}

.w-20 {
  width:20%!important;
}

.box {
  margin: 20px auto 0;
  border:1px solid #ccc;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  width: 60%;
}
.box h3 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.flow .box {
  margin: 0 auto 25px;
  padding: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 5px 0px #ccc;
  width: 100%;
  text-align: center;
}
.box_gray {
  margin: 20px auto 0;
  background-color: #eee;
  padding: 20px;
  border-radius: 15px;
  width: 100%;
}
.box_gray h3 {
  color:#333!important;
}
@media screen and (max-width: 568px) {
  .box {
      width: 100%;
  }
}

.border_title,.border_title_center {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  position: relative;
  margin-bottom: 50px;
}
.border_title_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
}
.border_title::before,.border_title_center::before {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #002abe;
}
.border_title_center::before {
  left: 50%;
}
.translation .border_title:before, .translation .border_title_center:before {
  background-color: #f83800;
}
.bg_light_blue {
	background: #d9e8fa;
	border-bottom: 1px solid #fff;
}
.bg_blue {
	background: #428bef;
}
.bg_purple {
	background: #9557de;
}
.bg_light_green{
	background: #63c76a!important;
}
.bg_green {
	background: #04a79e!important;
}
.bg_black {
	background: #333!important;
}
.bg_middle_blue {
	background: #04a7d0!important;
}
.bg_orange {
	background: #fa690e!important;
}

.attention_line {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
}
.attention_line:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  border-radius: 3px;
  transform: rotate(-25deg);
} 
.attention_line:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  border-radius: 3px;
  transform: rotate(25deg);
}
.balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.balloon-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.balloon-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #eee;
  z-index: 1;
}

.balloon {
  position: relative;
  border: solid 1px #eee;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 60%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 60%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eee;
  z-index: 1;
}


/* top */
#top .footer__button_login a:hover {
  background-color: #c06;
  color: #fff;
}

.footer__button_regster button:hover {
  background-color: #fff;
  color: #c06!important;
  border: 2px solid #c06;
}

@media screen and (max-width: 1280px) {
  .button a,
  .button button {
      font-weight: 500;
  }
}
.headline_sub {
  margin-bottom: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  opacity: 0.6;
}
@media screen and (max-width: 568px) {
  .headline_sub {
      font-size: 14px;
      text-align: center;
  }
}
.headline_1 {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2em;
}
.case_detail .headline_1::after {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
}
.case_detail .headline_1::after {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 60px;
  height: 6px;
  background-color: #1c293f;
  content: "";
}
@media screen and (max-width: 960px) {
  .headline_1 {
      font-size: 30px;
  }
}
@media screen and (max-width: 568px) {
  .headline_1 {
      margin: 0 auto;
      font-size: 26px;
      text-align: center;
  }
  .case_detail .headline_1::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    content: "";
  }
}

.case .section__inner,.wp .section__inner {
  flex-direction: column;
}

.case__contents {
  max-width: 1400px;
  width: 100%;
  overflow: hidden;
  margin: 50px auto 0;
  padding: 0 20px 5em;
}

.case .headline_sub, .case_detail .headline_sub {
  color: #A5A5A5;
}
.case .headline_1,.case_detail .headline_1  {
  width: 100%;
  background: -webkit-linear-gradient(86deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.line {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, transparent),
      color-stop(30%, #00b3e3)
  );
  background: linear-gradient(transparent 70%, #00b3e3 30%);
}
.line2 {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, transparent),
      color-stop(30%, rgba(204, 0, 102, 0.5))
  );
  background: linear-gradient(transparent 70%, rgba(204, 0, 102, 0.5) 30%);
}
button {
  outline: none;
}
.red {
  color: #ff0000;
}
.attention_text {
  color: #007bff;
}
.bold {
  font-weight: bold;
}
main {
  min-height: calc(100vh - 270px);
  overflow: hidden;
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_start {
  justify-content: flex-start!important;
}
.br {
  display: none;
}

.inner_wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.top__section {
  /* overflow: hidden; */
  margin-top: -90px;
  padding-top: 170px;
  padding-bottom: 80px;
}
.section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 5%;
}
.price .section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 5%;
  border-radius: 20px;
  width: 100%;
  padding-top: 100px;
}
.onsite .price img {
  width: 100px;
  margin: 20px auto;
}
#slider2 {
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  main {
    padding-bottom: 50px;
  }
  .top__section {
      margin-top: -40px;
      padding-top: 80px;
      padding-bottom: 40px;
  }
  .section__inner {
      padding-right: 5%;
  }

  #top .case {
      padding-top: 0;
  }

  .case .case-study {
      background: white;
  }
}
@media screen and (max-width: 568px) {

  .case-study {
      margin-top: 50px;
  }
  .top__section {
      margin-top: -20px;
      padding-top: 40px;
      padding-bottom: 20px;
  }
}
.container.lower,.container {
  margin-top: 140px;
}
.container pre {
  white-space: pre-wrap!important;
  line-height: 1.6;
  font-family: HiraginoCustom, "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "Noto Sans JP", helvetica, arial, sans-serif;
}

.container h3 {
  font-size:24px;
}
@media screen and (max-width: 960px) {
  .container.lower {
      margin-top: 20px;
  }
  .container {
    margin-top: 70px;
  }
  .global-nav-light {
    padding: 10px;
    background: #fff;
  }
  .global-nav-light.register {
    display:none;
  }
}

.global-nav,.global-nav-light {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 10px 0px rgba(51, 51, 51, 0.1);
}
.global-nav-light {
  z-index: 100;
}

.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #fffffff7;
}
.global-nav__inner > ul {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2%;
}
.global-nav__inner > ul li {
  margin-left: 25px;
}
.global-nav__inner > ul a,
.global-nav__inner > ul button {
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.global-nav__inner > ul li {
  font-size: 13px;
  font-weight: 600;
}
.global-nav__inner > ul .border a,
.global-nav__inner > ul .button a {
  padding: 0 20px;
}
.global-nav .button a,
.global-nav .button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.global-nav__logo {
  margin: 0 2%;
}

.global-nav__logo img {
  width: 150px;
}

.global-nav__login,.global-nav__registration {
  margin-left: 10px!important;
}
.global-nav__inner { 
  position: relative;
}

.child__nav__01,.child__nav__02,.child__nav__03 { 
  width: 100%;
  position: absolute;
  top: 100%; 
  left: 0;
  padding: 20px;
  color: #333; 
  background: #f1f1f1; 
  display:none;
  z-index:100;
}
.child__nav__01 ul,.child__nav__02 ul,.child__nav__03 ul {
  display: flex;
  justify-content: center;
} 
.child__nav__01 ul {
  margin-left: -100px;
}
.child__nav__01 li,.child__nav__02 li ,.child__nav__03 li{
  margin-right: 0px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.child__nav__01 li:last-child,.child__nav__02 li:last-child,.child__nav__03 li:last-child {
  border-right: none
}
.nav__01,.nav__02,.nav__03 {
  display: flex;
  height: 90px;
  align-items: center;
}
.nav__01:hover .child__nav__01,.child__nav__01:hover,.nav__02:hover .child__nav__02,.child__nav__02:hover,.nav__03:hover .child__nav__03,.child__nav__03:hover  {
  display:block;
}
.child__nav a:hover {
  color: #007bff;
}

.lang {
    width: 90px;
    display: flex;
    font-weight: normal!important;
    font-size: 14px!important;
    align-items: center;;
}

.lang a {
  color:#a541ff;
}

.border-gradation {
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  border-radius: 20px;
  padding: 3px;
  width: 180px;
}

.border-gradation:hover {
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
}

.border-gradation a {
  background-color: #fff;
  border-radius: 20px;
  height: 34px;
  text-align: center;
  padding-top: 10px;
  padding-right: 4px;
  position: relative;
}

.border-gradation a::after {
  position: absolute;
  content: "";
  right: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.border-gradation a:hover {
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  color: white;
}

.gradation-button {
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  border: none;
  color: white;
  border-radius: 40px;
  padding: 12px 28px 12px 24px;
  position: relative;
}

.gradation-button::after {
  position: absolute;
  content: "";
  right: 14px;
  transform: translate(-50%, -50%);
  top: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

.gradation-button:hover {
  background: linear-gradient(75deg, #9ed5f3, #d4a4fd);
}

.w-100 .gradation-button {
  width: 350px;
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.square {
  border-radius: 0px!important;
}

.price .gradation-button,.bg__pale_gray .gradation-button {
  width: 400px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  border-radius: 0px;
}

.border-button {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
.border-button-st {
  border: 1px solid #fff;
  padding: 10px 18px;
  font-size: 12px!important;
  border-radius: 20px;
}
.global-nav__registration:hover {
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  border-radius: 30px;
}

@media screen and (max-width: 1323px) and (min-width: 1281px) {
  .global-nav__inner > ul li {
      margin-left: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .global-nav__inner > ul a,
  .global-nav__inner > ul button {
      font-size: 12px;
  }
  .global-nav .button a,
  .global-nav .button button {
      padding: 0 10px;
  }

  .border-gradation {
      width: 150px;
  }
}
.toggle_btn {
  display: none;
}

@media screen and (max-width: 960px) {
  .price .gradation-button {
    width: 100%;
  }
 .bg__pale_gray .gradation-button {
    width: 320px;
    font-size: 18px;
    padding: 25px 0;
  }
  /* sp menu */
  .global-nav {
      /* display: block; */
      display: flex;
      position: fixed;
      top: 0;
      left: -300px;
      bottom: 0;
      width: 300px;
      max-width: 90%;
      height: 100%;
      padding: 0 20px;
      background: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      opacity: 1;
  }
  .global-nav__inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
  }
  .global-nav__inner > ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      width: 100%;
      border-top: 1px solid rgba(28, 41, 63, 0.3);
  }
  .global-nav__inner > ul > li {
      width: 100%;
      border-bottom: 1px solid rgba(28, 41, 63, 0.3);
  }
  .global-nav__inner > ul a,
  .global-nav__inner > ul button {
      padding: 15px 10px;
      font-size: 16px;
      font-weight: 500;
  }
  .global-nav__inner > ul a br,
  .global-nav__inner > ul button br {
      display: none;
  }
  
  /* multilingal topができるまで暫定的に */
  .global-nav_sp {
    display: block;
  }

  .global-nav__inner .border-gradation {
      padding-bottom: 2px;
      margin: 20px auto;
      border-radius: 40px;
  }
  .global-nav__inner .border-gradation a {
      padding-bottom: 30px;
      border-radius: 40px;
  }

  .global-nav__inner > ul .global-nav__registration {
      margin: 0 auto;
      border-bottom: none;
  }
  .gradation-button {
      width: 100%;
      border-radius: 40px;
  }

  .global-nav__logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      max-width: 100%;
      padding: 20px 0;
  }
  .lang {
    font-size: 18px!important;
  }
  .global-nav__l {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
  }
  .global-nav__r {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
  }
  .global-nav .button {
      margin-top: 10px;
      border: 0;
  }
  .global-nav .button a,
  .global-nav .button button {
      height: 50px;
  }
  .open .global-nav {
      left: 0;
      opacity: 1;
  }
  .toggle_btn {
      position: fixed;
      bottom: 0;
      left: 0;
      display: block;
      width: 50px;
      height: 50px;
      background-color: #1c293f;
      cursor: pointer;
  }
  .toggle_btn span {
      display: block;
      position: absolute;
      left: 10px;
      width: 30px;
      height: 2px;
      background-color: #fff;
      border-radius: 4px;
  }
  .toggle_btn span:nth-child(1) {
      top: 14px;
  }
  .toggle_btn span:nth-child(2) {
      top: 24px;
  }
  .toggle_btn span:nth-child(3) {
      bottom: 14px;
  }
  #mask {
      display: none;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  .open .toggle_btn {
      top: 20px;
      left: auto;
      right: 10px;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      background-color: transparent;
  }
  .open .toggle_btn span:nth-child(1),
  .open .toggle_btn span:nth-child(3) {
      width: 16px;
  }
  .open .toggle_btn span:nth-child(1) {
      -webkit-transform: translate(-1px, 4px) rotate(-45deg);
      transform: translate(-1px, 4px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(3) {
      -webkit-transform: translate(-1px, -4px) rotate(45deg);
      transform: translate(-1px, -4px) rotate(45deg);
  }
  .open #mask {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.8;
      z-index: 2;
      cursor: pointer;
  }

  /* .global-nav__inner > ul .global-nav__imitationSelect {
      padding-top: 30px;
      padding-bottom: 30px;
      border-bottom: none;
  } */
}
.header {
  position: relative;
  padding-top: 90px;
}

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

/* 2colum フォーム固定用 */

.sticky_container {
  margin: 50px auto 0;
  max-width: 1400px;
}

.sticky_container >.wp-block-group__inner-container:first-child{
  display: flex;
}

.sticky_contents {
  width: calc(100% - 400px);
}

.sticky_form {
  width: 360px;
  right: 0;
  padding: 30px;
  background-color: #F2F5FD;
  margin: 0 20px 50px;
}

.sticky_form h3 {
  font-weight: bold;
  color: #7b84ff;
  font-size: 18px;
  margin-bottom: 20px;
}

.sticky_form div{
  position: sticky;
  top: 120px;
}

.kv__form_sp {
  display: none;
}


/* 202212リニューアル 通訳TOPに使用 */

.kv-new_movie {
  position: relative;
  width: 600px;
  height: 339px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}

.kv-new_movie_inner {
  position: absolute;
  left: 17px;
  top: 10px;
  width: 563px;
  height: 294px;
  overflow: hidden;
}

.kv-new_movie video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  cursor: hand;
}
.top__kv {
  height: 500px;
  background: url(/wp-content/themes/jstork19_custom/img/kv.jpg) no-repeat;
  padding-top: 0;
  margin: 90px auto 20px;
  padding-bottom: 0;
  background-size: cover;
  position: relative;
}
.top__kv .section__inner{
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 100%;
  display: block;
  padding: 80px 70px 0;
  height: 500px;
}
.top__kv h1 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
}
.top__kv img {
  width: 290px;
}
.top__kv p {
  font-size: 15px;
  text-align: center;
}
.top__kv .gradation-button{
  width: 300px;
  padding: 20px 0;
  font-weight: bold;
  margin: 0 10px;
  font-size: 17px;
}
.top__kv .gradation-button:first-child{
  background: linear-gradient(115deg, #4f87f5, #85c8fc);
}
.top__kv .gradation-button:nth-child(2){
  background: linear-gradient(115deg, #9159ff, #6cb8f2);
}
.top__kv .tel {
  margin: 0;
  bottom: 0px;
  width: 100%;
  padding: 8px;
  color: #333;
  text-align: center;
  font-size: 20px;
}
.top__kv .tel a {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.top__kv .tel img {
  width: 40px;
  height: auto;
}

.onsite .top__kv {
  background: url(/wp-content/themes/jstork19_custom/img/kv_o.jpg) no-repeat 0 -120px;
  background-size: cover;
}
.onsite .top__kv .section__inner {
  background-color: rgba(255, 255, 255, 0.55);
}
.onsite .top__kv .gradation-button:first-child{
  background: linear-gradient(115deg, #b15dee, #85c8fc)
}
.top__logo {
  width: 100%;
  justify-content: flex-start!important;
  align-items: center;
  overflow: hidden;
}
.logo_track {
  display: flex;
  animation: scrollLeft 20s linear infinite;
}
.logo_track:hover {
  animation-play-state: paused;
}
.top__logo img {
  height: 35px;
  width: auto;
  margin: 0 25px 0;
  transition: transform 0.3s ease;
}
.top__logo img.smaller {
  height: 25px;
}
.top__logo a:hover {
  transform: scale(1.1);
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.flex__4col,.translation .service .flex__3col,.onsite .service .flex__3col,.bpo .service .flex__3col {
  width: 23%;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 6px 0px #ccc;
  margin-top: 20px;
}
.flex__3col, #top .flex__4col {
  width: 30%!important;
  padding: 20px;
}
.flex__4col img,.translation .service .flex__3col img,.onsite .flex__3col img,.bpo .service .flex__3col img {
  width: auto;
  height: 100px;
  margin: 0 auto 15px;
}
.flex__4col h3,.translation .service .flex__3col h3,.video .flex__3col h3,.onsite .flex__3col h3 {
  color: #1552ff;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 20px;
  text-align: center;
}
.translation .service .flex__3col h3,.video .flex__3col h3 {
  color: #f83800!important;
}
.top__type .d-flex {
  width: 100%;
  margin: 50px 50px 0;
  max-width: 1300px!important;
}
.row_reverse {
  flex-direction: row-reverse;
}
.top__type h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 10px 0;
}
.top__type  img,.video .flex__3col img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 50px 10px 10px;
}
.top__type .row_reverse img {
  margin: 0 10px 0 50px;
}
.top__type p.scene {
  margin-top: 10px;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 20px;
  background: #f8f9fa;
  box-shadow: 0px 0px 6px 0px #ccc;
  opacity: 0.8;
}
.htu .flex__box50 {
  position: relative;
  min-height: 650px;
}
.htu .flex__box50 h3{
  height: 80px;
  padding: 30px;
  font-size: 24px;
  font-weight: bold;
}
.bottom_fix{
  width: 100%;
  padding: 1em;
  text-align: center;
  margin: 20px auto;
  position: absolute; 
  bottom: 0;
}
.htu .flex__box50 .gradation-button {
  width: 280px;
  padding: 15px;
  font-weight: bold;
}
.dott li {
  line-height: 1.4;
  margin-left: 30px;
  padding: 10px 0px;
  list-style: disc;
}
@media screen and (max-width: 1280px) {
  .top__logo img {
    height: 25px;
  }
  .flex__4col {
    width: 48%;
  }
  .top__section.price .flex__box {
    width: 48%;
    margin-bottom: 30px;
  }
  .onsite .flex__box {
    width: 32%!important;
  }
  .top__section.price .flex__box.box__100 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .top__kv,.top__kv .section__inner {
    margin-top:0;
    height: 540px;
  }
  .flex__3col {
    width: 100%!important;
    padding: 20px 0 0;
    margin-top: 20px;
  }
  .htu .flex__box50 {
    position: relative;
    min-height: auto;
  }
  .bottom_fix{
    margin: 0;
    position: relative;
  }
  .w-100 .gradation-button {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .top__kv .section__inner {
    padding: 50px 30px 0px;
  }
  .top__kv,.top__kv .section__inner  {
    height: 660px;
  }
  .top__kv p{
    font-size: 13px;
    line-height: 1.4;
  }
  .onsite .top__kv {
    background:url(/wp-content/themes/jstork19_custom/img/kv_o.jpg) no-repeat center 0px;
    background-size: cover;
  }
  .flex_center {
    flex-direction: column;
  }
  .top__kv .gradation-button:first-child {
    margin-bottom:20px;
  }
  .top__type .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .top__type img, .top__type .row_reverse img {
    margin: 0 0 30px 0px!important;
  }
  .br {
    display: block;
  }
  .top__kv h1 {
    font-size: 26px;
    line-height: 1.4em;
  }
  .top__kv .tel a {
    font-size: 28px;
  }
  .top__kv img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .top__type .d-flex {
    margin: 50px 20px 0;
  }
}

/* 202212リニューアル　翻訳TOPに使用 */

#translation .kv__logo {
  margin: 2em auto;
  padding: 1em 4em;
  border-top: 1px solid rgba(28, 41, 63, 0.5);
  border-bottom: 1px solid rgba(28, 41, 63, 0.5);
  width: 100%;
}

#translation .kv__logo img {
  width: 100%;
}

#translation .kv__copy3 {
  margin: 1.5em auto 0 auto;
  padding: 0 4em;
  font-size: 18px;
  width: 100%;
  color: #000;
}

#translation .kv__button button {
  width: 100%;
  height: 100px;
  max-width: none;
  font-size: 30px;
}

#translation .kv__text {
  margin-top: 0.5em;
  font-size: 14px;
  text-align: center;
  color: #000;
}

#translation .kv__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1em;
  width: 100%;
  height: 60px;
  background-color: #1c293f;
  color: #fff;
}

#translation .kv__language_text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}

#translation .kv__language_img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1em;
}

#translation .kv__language_text1 span {
  padding: 0 0.1em;
  font-size: 40px;
  font-weight: 700;
}

#translation .kv__language_text2 {
  font-size: 16px;
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  /* /translation/ */
  #translation .top-contain {
      padding-top: 10vh;
  }

  #translation .kv__button button {
      height: 78px;
      font-size: 26px;
  }

  #translation .kv__button {
      height: 100px;
  }

  #translation .kv__tel {
      margin-top: 2em;
  }
}

@media screen and (max-width: 568px) {
  /* translation */
  #translation .top-contain {
      padding-top: 0;
  }

  #translation .kv__logo {
      padding: 1em;
  }

  #translation .kv__copy3 {
      padding: 0;
  }

  #translation .kv__button {
      width: 90%;
      height: 68px;
  }

  #translation .kv__button button {
      height: 60px;
      font-size: 18px;
  }

  #translation .kv__tel a {
      font-size: 28px;
  }

  #translation .kv__language {
      padding: 0 0.5em;
      height: 40px;
  }

  #translation .kv__language_text1 {
      font-size: 12px;
      font-weight: 500;
  }

  #translation .kv__language_text1 span {
      font-size: 20px;
      font-weight: 600;
  }

  #translation .kv__language_img {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 0.5em;
  }

  #translation .kv__language_text2 {
      font-size: 10px;
  }
}


/* service */

#top .service {
  overflow: visible;
  padding-top: 0;
  background: transparent;
  margin-top: 0;
}

.service .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 1400px;
  padding-right: 5%;
  width: 100%;
  padding-top: 100px;
  margin: 0px auto;
}

#top .service .headline_sub,
#top .service .headline_1 {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service .service__content::before {
  content: "";
  position: absolute;
  width: 50vw;
  top: 0;
  right: 0%;
  height: 100vh;
  max-height: 1195px;
  /*background: linear-gradient(350deg, #3fbbfe, #a541ff);*/
  transform-origin: left center;
  z-index: -10;
}

.service__container {
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
 
  /* top */
  #top .service {
      padding-top: 80px;
  }

  /* translation */
  #translation .service__content {
      width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .service .section__inner {
      padding-top: 5%;
      margin-top: 20px;
  }

  .service__container {
      margin-top: 30px;
  }

  /* top */
  #top .service {
      padding-top: 40px;
  }
}

/* htu */
.htu {
  margin: 100px auto 0;
  padding-top: 0;
  padding-bottom: 0;
}

.htu .section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 5%;
  border-radius: 20px;
  width: 100%;
  padding-top: 100px;
}

.htu__title {
  position: relative;
  color: white;
}

.htu__title::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 500px;
  bottom: -760%;
  left: -300%;
  background: linear-gradient(25deg, #3fbbfe, #a541ff);
  transform-origin: left center;
  transform: rotate(345deg);
  z-index: -10;
}

.htu__container {
  margin: 110px auto 20px;
  position: relative;
  width: 80vw;
  height: 415px;
  max-width: 1300px;
}
.htu__card {
  width: 100%;
}

.htu__card.appear {
  z-index: 1;
}

.htu__card.hide {
  position: relative;
  z-index: 0;
}

.htu__left {
  position: absolute;
  top: 0;
  left: 0;
}

.htu__right {
  position: absolute;
  top: 0;
  right: 0;
}

.htu__tab {
  background: white;
  border-radius: 10px 10px 0 0;
  text-align: center;
  width: 49.9%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.appear > .htu__tab {
  background: white;
}

.hide > .htu__tab {
  background: #404040;
  color: white;
  transform: scaleX(98%);
}

.htu__tab__left {
  position: absolute;
  left: 0;
  top: -60px;
}

.htu__tab__right {
  position: absolute;
  right: 0;
  top: -60px;
}

.htu__main {
  background: white;
  display: flex;
  align-items: center;
  border-radius: 0 0 10px 10px;
}

.hide > .htu__main {
  display: none;
}

.htu__main.htu__main__1 {
  border-radius: 0;
  box-shadow: 0px 0px 6px 0px grey;
  align-items: flex-start;
}

.htu__main.htu__main__2 {
  border-radius: 0;
  align-items: flex-start;
}

.htu__main__title {
  color: #1552ff;
  font-size: 28px;
  font-weight: bold;
}

.htu__main__text {
  margin: 10px auto;
}

.htu__main__left {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.htu__main__right {
  padding: 30px 25px 30px 0;
  width: 50%;
}

.htu__video video {
  width: 90%;
  border: 1px solid #ccc;
}
.htu img {
  width: 90%;
  height: 300px;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}

.htu__video__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.htu__video__btn > div {
  width: 50%;
}

.htu__video__btn li {
  position: relative;
  width: 50%;
}

.htu__video__btn li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
}

.htu__video__btn li:first-child i {
  left: 8%;
}

.htu__video__btn li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 0;
  color: #1c293f;
  background: white;
}
.htu__main__img {
  height: 260px;
  width: auto;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.no-webp .htu__main__img {
  background-image: url(/wp-content/themes/jstork19_custom/img/welcome/top_support.png);
}
.webp .htu__main__img {
  background-image: url(/wp-content/themes/jstork19_custom/img/welcome/top_support.webp);
}

.htu__btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.htu__btn .gradation-button {
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
  height: 60px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 40px;
}

.htu__btn p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .htu {
      background: linear-gradient(45deg, #3fbbfe, #a541ff);
      margin-top: 0;
      padding-top: 70px;
  }

  .htu .section__inner {
      padding-top: 40px;
  }
  .htu .section__inner {
      padding: 0 20px 20px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }

  .htu__title {
      width: 100%;
  }

  .htu__title::before {
      display: none;
  }

  .htu .headline_sub,
  .htu .headline_1 {
      margin-right: auto;
      margin-left: auto;
      width: 90%;
  }

  .htu__container {
      height: 900px;
      width: 90%;
      margin-bottom: 70px;
  }

  .hide > .htu__main {
      display: none;
  }

  .htu__left {
      width: 100%;
  }

  .htu__tab {
      font-size: 14px;
  }

  .hide > .htu__tab {
      transform: scaleX(94%);
  }

  .htu__tab__right {
      top: -54px;
  }

  .htu__tab__left {
      top: -54px;
  }

  .htu__main {
      flex-wrap: wrap;
      flex-direction: column;
  }

  .htu__main__left {
      width: 100%;
  }

  .htu__main__right {
      width: 100%;
      padding: 20px;
  }
  .htu__main__left .card, .htu__main__right .card {
    border:none;
}

  .htu__main__title {
      font-size: 24px;
  }

  .htu__main__text {
      margin: 10px 0;
  }

  .htu__main__left {
      padding: 20px;
  }

  .htu__right {
      width: 100%;
  }

  .htu__right_video {
      width: 80%;
  }

  .htu__video__btn {
      width: 90%;
  }

  .htu__right li i {
      left: 6%;
  }

  .htu__video__btn li:first-child i {
      left: 12%;
  }
}
@media screen and (max-width: 568px) {
  .htu {
      padding-top: 20px;
  }

  .htu .section__inner {
      padding-top: 20px;
      margin-top: 5%;
  }

  .htu__container {
      height: 700px;
      margin-top: 90px;
      margin-bottom: 0;
  }

  .htu .headline_sub,
  .htu .headline_1 {
      text-align: center;
  }
  .htu__item {
      margin-top: 20px;
  }

  .htu__btn {
      font-size: 12px;
  }

  .htu__right {
      margin-left: auto;
      width: 100%;
  }

  .htu__main__left {
      width: 100%;
  }

  .htu__main__right {
      width: 100%;
  }

  .htu__tab {
      font-size: 10px;
      padding: 14px 4px;
  }

  .hide > .htu__tab {
      transform: scaleX(92%);
  }

  .htu__tab__left {
      top: -38px;
  }

  .htu__tab__right {
      top: -38px;
  }

  .htu__main__left {
      padding-top: 10px;
  }

  .htu__main__img {
      height: 180px;
  }
  .htu__main__title {
      font-size: 18px;
  }

  .htu__main__text {
      font-size: 14px;
  }

  .htu__right_video {
      padding: 20px;
      background-color: #1c293f;
  }
  .htu__right_video video {
      width: 100%;
  }
  .htu__video__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .htu__video__btn > div {
      width: 50%;
  }
  .htu__video__btn li {
      position: relative;
      width: 50%;
  }

  .htu__video__btn li i {
      left: -6px;
      font-size: 12px;
  }

  .htu__video__btn li:first-child i {
      left: -4%;
  }

  .htu__video__btn li button {
      font-size: 12px;
  }

  .htu__btn .gradation-button {
      font-size: 14px;
      height: 54px;
      line-height: 1.2;
  }
}

@media screen and (max-width: 440px) {
  .htu img {
    height: 210px;
  }
  .htu .flex__box50 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 340px) {
  .htu__tab {
      font-size: 10px;
      padding: 14px 7px;
  }

  .htu__tab__left {
      top: -44px;
  }

  .htu__tab__right {
      top: -44px;
  }
}

.interpreter {
  background-color: rgba(28, 41, 63, 0.1);
}
.interpreter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.interpreter__item > li {
  position: relative;
}
.interpreter__photo {
  height: 200px;
}
.interpreter__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.interpreter__data {
  padding: 20px 10px;
  background-color: #fff;
}
.interpreter__data_year {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 6px 8px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.interpreter__data_lang {
  position: absolute;
  right: 10px;
  top: 175px;
  padding: 10px;
  background-color: #1c293f;
  color: #fff;
  font-weight: 600;
}
.interpreter__data_price .price {
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
  color: #00b3e3;
}
.interpreter__data_price .lank {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.5em;
  font-size: 10px;
  background-color: rgba(28, 41, 63, 0.1);
  border-radius: 20px;
  text-align: center;
}
.interpreter__data_price .lank > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.interpreter__data_native-lang,
.interpreter__data_field {
  margin-top: 1em;
}
.interpreter__data_native-lang span,
.interpreter__data_field span {
  padding: 2px 8px;
  border: 1px solid #1c293f;
  border-radius: 4px;
  font-size: 14px;
}
.interpreter__data_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.interpreter__data_button a {
  width: 80%;
  height: 50px;
}
.scene .section__inner {
  padding-top: 80px;
}
.scene__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 0 auto;
  width: 90%;
}
.scene__item li {
  position: relative;
  width: 30%;
  padding: 40px;
  border: 2px solid #1c293f;
}
.scene__item_scene {
  position: absolute;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 3px solid #1c293f;
  border-radius: 100%;
  color: #1c293f;
  font-size: 30px;
  font-weight: 700;
}
.scene__item_title {
  margin-top: 20px;
  height: 90px;
  text-align: center;
  line-height: 1.5em;
  font-size: 20px;
}
.scene__item_cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.scene__item_cost > i {
  font-size: 30px;
}
.scene__item_cost_unit,
.scene__item_cost_sam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  width: 40%;
  background-color: #1c293f;
  color: #fff;
}
.scene__item_cost_text {
  margin-top: 20px;
}
.scene__item_cost_text span {
  font-size: 22px;
  font-weight: 600;
}
.scene__item_cost_text i {
  opacity: 0.7;
  margin: 0 5px;
  font-size: 22px;
}
.scene__item_cost_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.scene__item_cost_arrow img {
  width: 50px;
}
.scene__item_cost_sam {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .scene .section__inner {
      padding-top: 40px;
  }
  .scene__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 40px auto 0 auto;
  }
  .scene__item li {
      width: 100%;
  }
  .scene__item li:not(:first-child) {
      margin-top: 40px;
  }
}
@media screen and (max-width: 568px) {
  .scene .section__inner {
      padding-top: 20px;
  }
  .scene .headline_1 {
      text-align: center;
  }
  .scene__item {
      margin: 40px auto 0 auto;
  }
  .scene__item li {
      padding: 20px;
  }
  .scene__item_scene {
      top: -20px;
      width: 40px;
      height: 40px;
      border: 2px solid #1c293f;
      font-size: 20px;
  }
  .scene__item_title {
      margin-top: 10px;
      height: auto;
      font-size: 16px;
  }
  .scene__item_cost {
      margin-top: 10px;
  }
  .scene__item_cost > i {
      font-size: 20px;
  }
  .scene__item_cost_unit,
  .scene__item_cost_sam {
      padding: 10px 0;
  }
  .scene__item_cost_text {
      margin-top: 10px;
      font-size: 10px;
  }
  .scene__item_cost_text span {
      font-size: 18px;
  }
  .scene__item_cost_text i {
      font-size: 14px;
  }
}
.step .section__inner {
  padding-top: 80px;
  background-color: rgba(28, 41, 63, 0.1);
}
.step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 5% 80px 5%;
  width: 100%;
  background-color: rgba(28, 41, 63, 0.1);
}
.step__item li {
  position: relative;
  width: 23%;
  background-color: #fff;
}
.step__item li:not(:last-child)::after {
  opacity: 0.5;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  content: "\f0a9";
}
.step__item_icon {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 60px;
}
.step__item_body {
  padding: 20px;
}
.step__item_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  background-color: #1c293f;
  color: #fff;
  font-size: 20px;
}
.step__item_title span {
  margin-right: 10px;
  font-size: 30px;
}
.step__item_title::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  content: "";
}
.step__item_image {
  margin: 20px auto 0 auto;
  width: 100px;
  height: 100px;
}
.step__item_image img {
  width: auto;
  height: 100%;
}
.step__item_text {
  margin-top: 20px;
  line-height: 2em;
}
@media screen and (max-width: 960px) {
  .step .section__inner {
      padding-top: 40px;
  }
  .step__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 60px 5% 20px 5%;
  }
  .step__item li {
      width: 100%;
  }
  .step__item li:not(:last-child)::after {
      display: none;
  }
}
@media screen and (max-width: 568px) {
  .step .section__inner {
      padding-top: 20px;
  }
}
.price::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  background-color: rgba(28, 41, 63, 0.1);
  content: "";
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 2em;
}
.price__item dl {
  width: 100%;
  /* width: 380px; */
}
.price__item dt,
.price__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin:0;
}
.price__item li {
  width: 30%;
}
.price__item li:not(:nth-child(2)) dt {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#00b3e3),
      to(rgba(0, 179, 227, 0.4))
  );
  background: linear-gradient(180deg, #00b3e3, rgba(0, 179, 227, 0.4));
}
.price__item li:nth-child(2) dt {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#c06),
      to(rgba(204, 0, 102, 0.4))
  );
  background: linear-gradient(180deg, #c06, rgba(204, 0, 102, 0.4));
}
.price__item li:nth-child(4) dd {
  padding-right: 20px;
  padding-left: 20px;
  height: 200px;
  border-bottom: 1px solid #c5c5c5;
}
.price__item li:nth-child(4) dd .price__item_inner {
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
  font-weight: 500;
  text-align: left;
}
.price__item li:nth-child(4) dd button {
  margin-top: 20px;
  font-size: 16px;
}
.price__item dt {
  height: 80px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.price__item dt span {
  display: block;
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 500;
}
.price__item dd {
  height: 100px;
  font-size: 30px;
  font-weight: 600;
  color: #1552ff;
}
.price__item dd:nth-child(odd) {
  background-color: #eee;
}
.price__item dd span {
  font-size: 16px;
  color: #1c293f;
  font-weight: 500;
  margin-left: 5px;
}
.price__item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price__item_inner div {
  letter-spacing: 1px;
}

.price__item_title {
  margin-bottom: 0.5em;
  margin-right: 5px;
  letter-spacing: 2px;
}
/* .price__item .kome {
  margin-top: 1em;
  font-size: 12px;
  color: #1c293f;
  opacity: 0.8;
  font-weight: 500;
} */
.price__button {
  margin: 5em auto 0 auto;
  padding-top: 0.3em;
  width: 400px;
  max-width: 90%;
}
.price__button button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80px;
  background-color: #c06;
  border-color: #c06;
  color: #fff;
  font-size: 28px;
}
.price__button button span {
  margin-top: 0.7em;
  font-size: 18px;
}
.price__button button:hover {
  color: #c06;
}
.price__note {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 4em;
}
.price__note li {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  font-size: 14px;
}

/* top */
#top .price {
  position: relative;
  background: white;
}

#top .price .headline_sub,
#top .price .headline_1 {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* opacity: 1; */
}

#top .price__option {
  margin: 20px auto 0 auto;
  padding: 20px;
  width: 90vw;
  max-width: 1300px;
}

.price__option_inner {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#top .price__option_title {
  font-size: 20px;
  font-weight: 700;
}

#top .price__option dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

#top .price__option dt {
  margin-top: 15px;
  width: 20%;
}

#top .price__option dt::after {
  content: "：";
}

#top .price__option dd {
  margin-top: 15px;
  width: 80%;
}

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

  #top .price__option dl {
      margin-top: 0;
  }

  #top .price__option dt {
      margin-top: 15px;
  }

  #top .price__option dd {
      margin-top: 10px;
  }

  #top .price__option dt,
  #top .price__option dd {
      width: 100%;
  }
}

/* translation */
#translation .price h2 {
  padding-top: 120px;
}

@media screen and (max-width: 960px) {
  .price::after {
      top: 20px;
      height: calc(100% - 20px);
  }
  .price__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 0;
  }
  .price__item dt,
  .price__item dd {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }
  .price__item li {
      margin-top: 3em;
      width: 100%;
  }
  .price__item dt {
      height: auto;
      font-size: 26px;
  }
  .price__item dd {
      height: auto;
  }
  .price__item_inner {
      padding: 0.5em 0;
  }
  .price__button {
      margin: 2em auto 0 auto;
  }
  .price__button button {
      font-size: 20px;
  }
  .price__button button span {
      font-size: 13px;
  }
  .price__note {
      margin-right: auto;
      margin-left: auto;
      width: 90%;
      margin-top: 1em;
  }

  /* translation */
  #translation .price {
      margin-top: -40px;
      padding-top: 80px;
      padding-bottom: 40px;
  }
  #translation .price h2 {
      padding-top: 0;
  }
}

@media screen and (max-width: 568px) {
  /* top */
  #top .price__title {
      margin: 0 auto;
  }

  /* translation */
  #translation .price {
      margin-top: -20px;
      padding-top: 40px;
      padding-bottom: 20px;
  }

  #translation .price__title span {
      font-size: 34px;
  }

  #translation .price__item1 .price__item_inner_text1,
  .price__item1 .price__item_inner_text2 {
      font-size: 16px;
  }

  #translation .price__item1 .price__item_inner_text2 span {
      font-size: 28px;
  }
}


@media screen and (max-width: 960px) {
  .top__section.price {
      padding-top: 20px;
  }

  #top .price .section__inner {
      padding-top: 5%;
  }

  .top__price__container {
      margin: 20px auto 0;
  }

  .top__price__list {
      width: 98%;
  }

  .top__price__list li:nth-of-type(1) {
      margin-left: 0;
  }

  .top__price__list li:nth-of-type(3) {
      margin-right: 0;
  }

  .top__price__list li {
      width: 100%;
      margin: 0 auto;
      margin: 16px 16px 0;
  }

  .price__item dl {
      width: 88vw;
  }

  .price .price__note {
      margin-top: 1em;
  }
}

@media screen and (max-width: 568px) {
  .price__item_inner {
      padding: 0.8em 0;
      font-size: 20px;
  }

  .top__price__list li {
      margin: 16px 16px 0;
  }

  .price .price__note {
      margin-top: 1em;
  }
}

/* ---- pamphlet ---- */
#member {
  background-color: #f3f3f6;
}
.form__headline {
  position: relative;
  margin-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}

.form__headline::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #04b2e3;
  content: "";
}

.form_required {
	color: #fff;
	background: #f15153;
	border-radius: 5px;
	padding: .4rem .4rem;
	font-size: .8rem;
	margin-left: .6rem;
}

.contact_form_sub_button_in {
    display: block;
    background: #f57b5f;
    width: 295px;
    max-width: 100%;
    height: 70px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 70px;
    color: #fff;
    transition: 0.3s;
    border: 0;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

.pamphlet_thanks__logo {
margin: 0 auto;
width: 260px;
}

.pamphlet_thanks__title {
margin-top: 2em;
text-align: center;
font-size: 32px;
font-weight: 600;
line-height: 1.5em;
}

.pamphlet_thanks__text {
margin-top: 2em;
line-height: 1.8em;
text-align: center;
font-size: 16px;
}

.pamphlet_thanks__kome {
margin-top: 3em;
text-align: center;
font-size: 13px;
line-height: 1.5em;
}

.pamphlet_thanks__button {
margin-top: 5em;
}

.pamphlet_thanks__button a {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
width: 200px;
max-width: 100%;
border-radius: 6px;
padding: 10px;
border-radius: 20px;
border: 2px solid #ccc;
font-size: 16px;
transition-duration: 0.3s;
}

.pamphlet_thanks__button a i {
margin-right: 1em;
}

.pamphlet_thanks__button a:hover {
background-color: #e83f8b;
color: #fff;
}
.register__can {
  margin-top: 3em;
  font-size: 18px;
  font-weight: 700;
}

.register__can_list {
  margin-left: .5em;
}

.register__can_list li {
  display: flex;
  align-items: center;
  margin-top: 1em;
  font-size: 18px;
  font-weight: 700;
}

.register__can_list i {
  margin-right: 2em;
  font-size: 4px;
}

.register__kome {
  margin-top: 2em;
}

.register__kome li {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.5em;
}

.required {
  margin-left: 1em;
}

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

  .register__wrapper {
      flex-direction: column;
      justify-content: flex-start;
      margin-top: 50px;
  }

  .register__wrapper > div {
      width: 100%;
  }

  .register__right {
      margin-top: 50px;
  }
}

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

  .register__point {
      font-size: 16px;
  }

  .register__point i {
      font-size: 20px;
  }

  .register__can {
      margin-top: 2em;
      font-size: 14px;
  }

  .register__can_list li {
      font-size: 14px;
  }

  .register__kome {
      margin-top: 1em;
  }
}
/* top__price */
.top__section.price {
  padding-top: 0;
  margin-top: 20px;
}

#top .price .top__section__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 5%;
  border-radius: 20px;
  width: 100%;
}

.top__price__container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.top__price__scroll {
  overflow: auto;
}

.top__price__list {
  width: 100%;
  overflow-x: auto;
  flex-direction: row;
}

.top__price__list li {
  display: inline-block;
  width: 60%;
  margin: 16px;
}

.top__price__list dt {
  border-radius: 10px 10px 0 0;
  border: 1px solid #c5c5c5;
}

.price__item li:nth-child(1) dt {
  background: linear-gradient(45deg, #3fbbfe94, #a641ff9a);
}
.price__item li:nth-child(2) dt {
  background: linear-gradient(45deg, #3fbbfe, #a541ff);
}
.price__item li:nth-child(3) dt {
  background: linear-gradient(45deg, #12d6df, #f70fff);
}

.top__price__list dd:nth-child(odd) {
  border: 1px solid #c5c5c5;
}

.top__price__list dd:nth-child(even) {
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
}

/* top */
#top .price .price__note {
  width: 97%;
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .top__section.price {
      padding-top: 20px;
  }

  #top .price .top__section__inner {
      padding-top: 5%;
  }

  .top__price__container {
      margin: 20px auto 0;
  }

  .top__price__list {
      width: 98%;
  }

  .top__price__list li:nth-of-type(1) {
      margin-left: 0;
  }

  .top__price__list li:nth-of-type(3) {
      margin-right: 0;
  }

  .top__price__list li {
      width: 100%;
      margin: 0 auto;
      margin: 16px 16px 0;
  }

  .price__item dl {
      width: 88vw;
  }

  .price .price__note {
      margin-top: 1em;
  }
}

@media screen and (max-width: 568px) {
  .price__item_inner {
      padding: 0.8em 0;
      font-size: 20px;
  }

  .top__price__list li {
      margin: 16px 16px 0;
  }

  .price .price__note {
      margin-top: 1em;
  }
}


/* ----- case study ----- */
.case-study {
  padding-top: 0;
  padding-bottom: 0;
}

.case-study .section__inner {
  padding-right: 5%;
  background: white;
  border-radius: 20px;
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 1400px;
  padding-top: 30px;
}

.case-study .case {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 30px;
}

.case-study__clients {
  margin: 80px auto;
  display: flex;
  justify-content: space-evenly;
}

.case-study__clients__item {
  width: 40%;
  margin: 10px;
  box-shadow: 0 0 8px grey;
  border-radius: 10px;
}

.case-study__clients__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 250px;
}

.case-study__clients__img.yokogawa {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/yokogawa2.jpg);
}

.case-study__clients__img.kyusyuuniversity {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/kyusyuuniversity3.png);
}

.case-study__clients__name {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 20px 5%;
  letter-spacing: 1px;
}

.case-study__clients__text {
  margin: 0 auto;
  padding-bottom: 5%;
  width: 80%;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.case-study__btn {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.case-study__btn .gradation-button {
  width: 80%;
  max-width: 350px;
  height: 55px;
  font-weight: bold;
  border-radius: 40px;
}

/* top */
.bg__pale_gray .headline_sub,.bg__pale_gray .headline_1 {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .case__table-of-contents .headline_1::after{
  display: none;
} */
.case__table-of-contents h3 {
  color:#000;
  font-size: 30px;
  font-weight: bold;
}

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

  .case-study .section__inner {
      width: 90%;
      padding-bottom: 30px;
  }

  .case-study .case {
      max-width: 600px;
      margin: 0 auto;
      padding: 0 20px;
  }

  .case-study__clients {
      flex-wrap: wrap;
      margin: 30px auto;
  }

  .case-study__clients__item {
      width: 80%;
      max-width: 450px;
      margin: 50px;
  }

  .case-study__clients__name {
      font-size: 16px;
  }

  .case-study__clients__text {
      font-size: 14px;
  }

  .case-study__btn button {
      height: 45px;
      font-size: 18px;
  }
}

@media screen and (max-width: 568px) {
  #top .case-study .section__inner {
      justify-content: center;
  }

  .case-study .case {
      margin-top: 30px;
  }

  .case-study__clients {
      margin-top: 0;
  }

  .case-study__clients__item {
      width: 90%;
      margin: 24px auto;
  }

  .case-study__clients__img {
      height: 200px;
  }

  .case-study__btn button {
      font-size: 16px;
  }
  .case__table-of-contents h3 {
      text-align: center;
      font-size: 20px;
  }
}

/* ----- use case ----- */
.use-case .section__inner {
  padding-right: 5%;
  display: block;
  max-width: 1400px;
  width: 100%;
  padding-top: 50px;
  margin: 0px auto;
}

.use-case .headline_1 {
  width: 100%;
}

.use-case__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
  width: 85vw;
  max-width: 980px;
}

.use-case__item {
  width: 25%;
  margin: 20px;
  padding: 4% 0;
  box-shadow: 0 0 8px gray;
  border-radius: 10px;
}

.use-case__item__img {
  width: 50%;
  margin: 0 auto;
}

.use-case__item__title {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

/* top */
#top .use-case .headline_sub,
#top .use-case .headline_1 {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* opacity: 1; */
}

@media screen and (max-width: 960px) {
  .use-case .headline_1 {
      width: 90%;
  }

  .use-case__item {
      width: 40%;
  }

  .use-case__item__title {
      font-size: 16px;
  }
}

@media screen and (max-width: 568px) {
  .use-case__container {
      justify-content: space-around;
      width: 85vw;
  }

  .use-case__item {
      margin: 12px;
      padding: 4%;
  }

  .use-case__item__title {
      margin-top: 16px;
      font-size: 12px;
  }
}

/* ----- lead ----- */
.lead {
  background: linear-gradient(45deg, #3fbbfe, #a541ff);
  padding-top: 50px;
  margin: 0px auto 0px;
  padding-bottom: 0;
  min-height: 2800px;
  font-size: 1rem;
}

.lead .section__inner {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}

.lead_bg_min_height {
  min-height: 1750px!important;
}

.lead .headline_1,.lead .headline_sub {
  color: white;
}

.lead__container {
  margin: 30px auto 0;
  display: flex;
}

.lead__item {
  background: white;
  border-radius: 20px;
  padding: 20px 20px 30px;
  margin: 20px;
  width: 30%;
  box-shadow: 0 0 20px grey;
}

.lead__item__text {
  text-align: left;
  font-weight: bold;
  height: 80px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.lead__item__btn {
  text-align: center;
  margin-top: 20px;
}

.lead__item__btn .gradation-button {
  width: 90%;
  height: 55px;
  border-radius: 40px;
  font-weight: bold;
}

.lead__item__btn .gradation-button::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
}
.onsite .lead {
  min-height: 2500px;
}
.onsite .lead .htu__container,.call_center .lead .htu__container{
  margin: 50px auto 20px;
}
.onsite .lead .flex__container,.bpo .lead .flex__container,.call_center .lead .flex__container{
  background: #fff;
  max-width: 1300px;
}
.lead .htu__main__right {
  border: 1px solid rgba(0, 0, 0, 0.125)!important;
  margin: 20px;
  padding: 20px;
}
.onsite .flex__container,.call_center .flex__container {
  padding: 20px;
}
.onsite .htu__main__right,.call_center .htu__main__right {
  border: 1px solid rgba(0, 0, 0, 0.125)!important;
  margin: 0px;
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .lead .section__inner {
      /* padding: 10% 5%; */
  }

  .lead__container {
      flex-wrap: wrap;
  }

  .lead__item {
      width: 100%;
      max-width: 500px;
      margin: 20px auto;
      padding: 20px 30px 30px;
  }

  .lead__item__text {
      text-align: left;
      justify-content: center;
      width: 80%;
      margin: 0 auto;
  }

  .lead__item__btn .gradation-button {
      height: 45px;
      font-size: 18px;
  }
  .onsite .htu__main__right, .lead .htu__main__right {
    border: none!important;
    margin: 0px;
  }
  .onsite .flex__container {
    padding: 0px;
  }

  
}
@media screen and (max-width: 568px) {
  .lead {
      margin-bottom: 0;
  }

  .lead #btn-top-register {
      font-size: 15px;
  }

  .lead__item__btn {
      margin-top: 10px;
  }

  .lead__item__text {
      font-size: 18px;
  }

  .lead__item__btn button {
      font-size: 15px;
  }

  .lead__item__btn .gradation-button {
      font-size: 16px;
  }
  .onsite iframe {
    height: 2150px!important;
  }
  
}

/* ----- faq ----- */
.faq label {
  margin: 0;
}
.faq__menu {
  margin: 60px auto 0 auto;
  width: 90%;
}
h3.faq__menu {
  font-size: 24px;
  margin-top: 50px;
}
ul.faq__menu {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
ul.faq__menu_2col {
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
ul.faq__menu_2col li {
  margin-right: 3.3%;
}
.faq__menu .flex__4col a {
    font-weight: bold;
}
.faq_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5em;
  text-align: left;
  padding: 10px 0;
}
.faq_text a,.faq_text strong {
  color: #1552ff;
}
.faq_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  line-height: 1.5em;
  cursor: pointer;
}
.faq_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5em;
}
.faq input {
  display: none;
}
.faq input:checked + .faq_q::after {
  opacity: 0;
}

@media screen and (max-width: 960px) {
  .faq__menu {
      margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 568px) {
  .faq__menu {
      margin: 20px auto 0 auto;
  }
  h3.faq__menu {
    font-size: 22px;
    text-align: center;
  }
  .faq__menu li {
      margin-top: 10px;
  }
  .faq_q {
      padding-right: 10px;
      font-size: 16px;
  }
  .faq_a {
      font-size: 16px;
  }
}

/* top */
#top .faq {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 5%;
}

#top .faq .section__inner {
  margin-top: 40px;
}

#top .case-study .headline_sub,
#top .case-study .headline_1,
#top .faq .headline_sub,
#top .faq .headline_1 {
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* opacity: 1; */
}

  /* 開閉バージョン */
.faq_plus li {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.faq_plus {
  width: 90%;
  margin: 30px auto;
}
.accordion{
  display: none;
}
.faq_plus .faq_q{
  display: block;
  margin-bottom: 1px;
  padding: 10px 20px 0 40px;
  position: relative;
}
.faq_plus .faq_q:before{
  content: '\f067';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 12px 0;
}
.faq_plus .faq_a {
  display: block;
  height: 0;
  opacity: 0;
  transition: .1s;
  visibility: hidden;
  padding: 15px 10px 0 40px;
  line-height: 1.5em;
}
.accordion:checked + .faq_q:before{
  content: '\f068';
  opacity: 1!important;
}
.accordion:checked + .faq_q + .faq_a{
  height: max-content;
  opacity: 1;
  visibility: visible;
  padding: 15px 10px 0 40px;
  line-height: 1.5em;
}

#top .faq_q .faq_text {
  font-weight: bold;
  font-size: 16px;
}

#top .faq_q:before,
#top .faq_q:after {
  /* display: none; */
  background-color: white;
  z-index: 1;
} 

@media screen and (max-width: 960px) {
  #top .faq_q .faq_text {
      font-size: 18px;
  }
}

/* registration */
.registration {
  position: relative;
  text-align: center;
}
.registration__inner {
  margin: 0;
}
.registration::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  background: linear-gradient(45deg, #3fbbfe, #a541ff);
  content: "";
}
.registration__text {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.registration__button {
  margin-top: 50px;
}
.registration__button button {
  position: relative;
  margin: 0 auto;
  width: 80vw;
  max-width: 800px;
  height: 80px;
  background-color: #fff;
  color: #c06;
  font-size: 30px;
  font-weight: bold;
  border: 3px solid #c06;
}
.registration__button button::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
}
.registration__button button:hover {
  background: #c06;
  color: white;
}
@media screen and (max-width: 960px) {
  .registration::after {
      top: 40px;
      height: calc(100% - 40px);
  }

  .registration__inner {
      margin: 60px auto;
  }

  .registration__button button {
      height: 70px;
      background-color: #fff;
      color: #c06;
      font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  .registration {
      padding-right: 5%;
      padding-left: 5%;
  }
  .registration::after {
      top: 20px;
      height: calc(100% - 20px);
  }
  .registration__inner {
      padding: 20px 0;
      margin: 0;
      background: linear-gradient(45deg, #3fbbfe, #a541ff);
  }
  .registration__text {
      font-size: 18px;
      line-height: 1.5em;
  }
  .registration__button {
      margin-top: 30px;
  }
  .registration__button button {
      position: relative;
      margin: 0 auto;
      width: 100%;
      height: 60px;
      background-color: #fff;
      color: #c06;
      font-size: 18px;
  }
  .registration__button::after {
      right: 0;
      top: -50%;
  }
}
.footer {
  padding: 50px 0 0;
  background-color: #1c293f !important;
}
#translation .footer {
  background-color: #f57b5f !important;
}
.footer a,.footer li {
   color: #fff; 
}
.footer a:hover {
  color: #00b3e3;
  opacity: 0.8;
}
#translation .footer a:hover {
  color: #1c293f;
  opacity: 0.8;
}
.footer__company {
  padding: 10px 50px;
  background: #f1f1f1;
  font-size: 12px;
  width: 100%;
  justify-content: space-between;
}
.footer__company a{
  padding:0 10px;
  border-right: 1px solid #ccc;
  color: #027bff;
}
.footer__nav_low li.footer_parent, .footer__nav_low li.footer_parent a {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1.5em;
}

.footer__isms {
  width: 100px;
  height: auto;
  margin-bottom: 3px;
}
.footer .ci_sns {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.footer .gradation-button {
  font-weight: bold;
  width: 168px;
}
.footer .gradation-button::after {
  border: none;
}
#translation .gradation-button {
  background: linear-gradient(-90deg, #f83800, #fac521);
}
/* #translation  .global-nav__imitationSelect {
  display: none;
} */
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.footer__inner.bottom {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.footer__nav li {
  width: 23%;
}
.footer__nav li li {
  width: 100%;
}
.footer__nav >li:nth-child(2),.footer__nav >li:last-child {
  width: 25%;
}
.footer__nav_low li:nth-child(2) {
  margin-top: 0.5em;
}
.footer__logo {
  width: 200px;
  margin: 10px 20px 30px 0;
}
.footer__text {
  opacity: 0.8;
  margin-right: 20px;
  font-size: 14px;
}
.footer__copy {
  opacity: 0.6;
  font-weight: 300;
  font-size: 12px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer__nav_low {
  margin: 20px 0 0 15px;
}
.footer__nav_low li {
  margin-top: 1em;
}
.footer__nav:nth-child(2) .footer__nav_low li:not(:first-child){
  margin-top: 0.5em;
} 
.footer__nav_low li a {
  font-weight: 300;
  font-size: 14px;
}
.footer  .lh_half li {
  margin-top: 0.5em;
}
.footer__button_regster {
  margin-left: auto;
}
.footer__button_regster button {
  width: 150px;
  height: 50px;
}

@media screen and (min-width: 961px) {
  /* top */
  #top .footer__inner {
      max-width: 1400px;
      margin: 0 auto;
  }

  #top .footer__button_regster button {
      display: none;
  }
}

@media screen and (max-width: 960px) {
  .footer {
      z-index: 4;
      position: fixed;
      left: 0;
      bottom: 0;
      padding: 0;
      width: 100%;
      height: 50px;
  }
  .footer__inner:first-child {
    display: none;
  }
  .footer__inner.bottom {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 0;
      margin-right: 50px;
      margin-left: 50px;
  }
  .footer__nav,
  .footer__logo,
  .footer__text,
  .footer__copy {
      display: none;
  }
  .footer__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
  }
  .footer__button_regster {
      margin-left: 0;
      width: 50%;
  }
  .footer__button_regster button {
      width: 100% !important;
      padding: 0;
      border-radius: 0;
      background-color: #c06;
      border-color: #c06;
      font-size: 16px;
  }
  .footer__button_login {
      width: 50%;
  }
  .footer__button_login a {
      width: 100%;
      height: 50px;
      background-color: #fff;
      border-radius: 0;
      font-size: 16px;
      color: #c06!important;
      flex-direction: column;
      display: flex;
  }
  .footer__button_login a small{
      font-size: 10px;
      color: #c06!important;
  }
  .footer__button_login a span{
      font-size: 15px;
      color: #c06!important;
  }

  
  /* #translation .global-nav__imitationSelect {
      display: none;
  } */
  #translation .global-nav__logo {
      margin-top: 20px;
  }

  .footer__button_login a {
      color: #c06;
      border: 2px solid #c06;
  }
  .footer__button_login a:hover,.footer__button_login a:visited,.footer__button_login a:active {
      background: white!important;
      opacity: 1!important;
  }
}
@media screen and (max-width: 568px) {
  .footer__button_regster button {
      font-size: 14px;
  }
  .footer__button_login a {
      font-size: 14px;
  }
}
.page-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: rgba(28, 41, 63, 0.9);
  font-size: 40px;
}
.page-top i {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .page-top {
      right: 0;
      bottom: 0;
      width: 50px;
      height: 50px;
      border-radius: 0;
      font-size: 30px;
  }
}
.header__inner,
.service__img::after {
  z-index: -1;
}
.header__insurance,
.header__free,
.header__free2,
.insurance__img::after,
.point__item_img::after,
.step__item_icon,
.step__item li::after {
  z-index: 1;
}
.insurance__img_main,
.insurance__text,
.point__item_img img {
  z-index: 2;
}
.insurance__img_mitsui {
  z-index: 3;
}
.page-top {
  z-index: 5;
}
.global-nav{
  z-index: 999;
}
.toggle_btn {
  z-index: 6;
}
.faq_a,
.faq_q::before,
.faq_q::after,
.global-nav,
.toggle_btn,
.toggle_btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
p,
.line-h {
  line-height: 1.8;
}
.top-btn {
  border: 2px solid #cc0066;
  background-color: #cc0066;
  border-radius: 75px;
  width: 55%;
  height: 150px;
  color: #ffffff;
}
.flow-border {
  border: 1px solid #3366ff;
}
.color-bule {
  color: #0157aa;
}
.color-red {
  color: #cc0066;
}
.color_gray {
  color: #777;
}
.back-color-bule {
  background-color: #eef3f9;
}
.under {
  border-bottom: solid 3px;
}
.img80 {
  width: 80px;
  height: 80px;
}
.img30 {
  width: 30px;
  height: 30px;
}
.absolute {
  width: 75%;
}
.flow-m {
  margin-top: 3%;
  margin-left: 7%;
  margin-right: 7%;
}
.font20 {
  font-size: 20px;
  font-weight: 600;
}
.font22 {
  font-size: 22px;
  font-weight: 600;
}
.font24 {
  font-size: 24px;
  font-weight: 1000;
}
.font34 {
  font-size: 34px;
  font-weight: 600;
}
.ml-6 {
  margin-left: 15% !important;
}
.pickup a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 90px;
  background-color: #c06;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .flex__4col, #top .flex__4col {
    width: 100%!important;
  }
  .flex-direction {
    flex-direction: column;
  }  
  .absolute {
      width: 100%;
  }
  .flow-m {
      margin-top: 3%;
      margin-left: 3%;
      margin-right: 3%;
  }
  .img30 {
      width: 15px;
      height: 15px;
  }
  .font20 {
      font-size: 13px;
      font-weight: 600;
  }
  .font22 {
      font-size: 15px;
      font-weight: 600;
  }
  .font24 {
      font-size: 16px;
      font-weight: 1000;
  }
  .font34 {
      font-size: 20px;
      font-weight: 600;
  }
  .ml-6 {
      margin-left: 0.5rem !important;
  }
}
.case .client__inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.case .client__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5em;
}
.case .client__item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case .client__item li:not(:nth-child(3n)) {
  margin-right: 10%;
}
.case .client__item li img {
  width: auto;
  height: 35px;
}
@media screen and (max-width: 1280px) {
  .case .client__item li img {
      height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .case .client__item li img {
      height: 12px;
  }
}
@media screen and (max-width: 568px) {
  .case_detail {
    max-width: 100%;
  }
  .case .client__item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 0;
  }
  .case .client__item li {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 2em;
      width: 100%;
  }
  .case .client__item li img {
      height: 20px;
  }
}
@media screen and (min-width: 1920px) {
  .case .case-study__inner {
    padding-left: 5%;
  }
}

.case .case-study__inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1400px;
  padding-top: 50px;
}
.case-study__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 2em;
}
.case-study__item.tab-only {
  display: none;
}
.case-study__item li {
  width: 40%;
  max-width: 450px;
  margin: 5%;
}
.case-study__item_photo {
  overflow: hidden;
  height: 260px!important;
  border-radius: 10px;
}
.case-study__item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-study__item_photo_logo {
  margin-top: 10px;
  padding: 1em;
}
.case-study__item_photo_logo img {
  width: 200px;
  height: auto;
}
.case-study__item_inner {
  padding: 0 1em;
}
.case-study__item_name {
  margin-top: 2em;
  font-size: 20px;
  line-height: 1.5em;
}
.case-study__item_category {
  margin-top: 1em;
  min-height: 1em;
  opacity: 0.6;
}
.case-study__item_text {
  margin-top: 1em;
  min-height: 4.5em;
  line-height: 1.5em;
}
.case-study__item_button {
  margin-top: 2em;
}
.case-study__item_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border: 2px solid #f57b5f;
  background-color: #f57b5f;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
}
.case-study__item_button a i {
  margin-left: 0.5em;
}
.case-study__item_button a:hover {
  background-color: #fff;
  color: #f57b5f;
}

.sp-fade-arrows {
  opacity: 1;
}
.sp-horizontal .sp-arrows {
  top: 20%;
}

@media screen and (max-width: 1280px) {
  .case-study__item_photo {
      overflow: hidden;
      height: 200px;
      border-radius: 10px;
  }
  .case-study__item_photo_logo img {
      height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .case .case-study #slider2 {
      margin-top: 3em;
  }
  .case-study__item.pc-only {
      display: none !important;
  }
  .case-study__item.tab-only {
      display: block;
  }
  .case-study__item_photo {
      border-radius: 6px;
      height: 200px!important;
  }
  .case-study__item_inner {
      padding: 0;
  }
  .case-study__item_name {
      margin-top: 1em;
      font-size: 16px;
      min-height: 3.5em;
  }
  .case-study__item_category {
      margin-top: .5em;
      font-size: 14px;
  }
  .case-study__item_text {
      margin-top: .5em;
      min-height: 7.5em;
      font-size: 14px;
  }
  .case-study__item_button {
      margin-top: 2em;
  }
  .case-study__item_button a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 55px;
      border: 2px solid #f57b5f;
      background-color: #f57b5f;
      border-radius: 50px;
      color: #fff;
      font-size: 20px;
  }
  .case-study__item_button a i {
      margin-left: 0.5em;
  }
  .case-study__item_button a:hover {
      background-color: #fff;
      color: #f57b5f;
  }
  .case .case-study__inner {
    max-width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 568px) {
  .case-study__item {
      margin-top: 0;
  }
  .case-study__item li {
      margin-top: 3em;
  }
  .case-study__item_name {
      margin-top: 1em;
      font-size: 18px;
  }
  .case-study__item_category {
      margin-top: 0.5em;
      font-size: 14px;
  }
  .case-study__item_text {
      margin-top: 0.5em;
      font-size: 14px;
  }
  .case-study__item_button {
      margin-top: 1em;
  }
  .case-study__item_button a {
      font-size: 18px;
  }
}
.case .case__contact-us {
  position: relative;
}
.case .case__contact-us::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 41, 63, 0.1);
  content: "";
}
.case .case__contact-us .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case .case__contact-us .item-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case .case__contact-us .item-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2em;
}
.case .case__contact-us .item-box label {
  margin-bottom: 0;
}
.case .case__contact-us .item-box input {
  width: auto !important;
  margin-right: 0.5em;
  margin-bottom: 0;
}
.case .case__contact-us .item-box input.long {
  width: 100%;
}
.case .case__contact-us .item-box .small {
  font-size: 12px;
}
.case .case__contact-us .item-box > dt {
  padding-top: 0 !important;
  width: 40% !important;
}
.case .case__contact-us .item-box > dd {
  width: 60% !important;
}
.case .case__contact-us .btn-area input {
  background-color: #f57b5f;
}
.case .case__contact-us__inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.case .case__contact-us__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3em;
  font-size: 22px;
  font-weight: 400;
}
.case .case__contact-us__tel a {
  font-size: 40px;
  font-weight: 600;
}
.case .case__contact-us__tel a i {
  margin-right: 0.5em;
}
.case .case__contact-us__text {
  margin-top: 2em;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
.case .case__contact-us__form {
  margin-top: 2em;
}
.case .case__contact-us__note {
  margin-top: 5em;
}
.case .case__contact-us__note p {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 1280px) {
  .case .case__contact-us .item-box li {
      font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .case .case__contact-us::after {
      top: 25px;
  }
  .case .case__contact-us__tel {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 2em;
      font-size: 16px;
  }
  .case .case__contact-us__tel a {
      display: block;
      width: 100%;
      margin-bottom: 0.2em;
      padding: 1em 0;
      background-color: #c06;
      color: #fff;
      text-align: center;
      font-size: 26px;
      font-weight: 500;
      border-radius: 6px;
  }
  .case .case__contact-us__tel a i {
      margin-right: 0.5em;
      font-size: 20px;
  }
  .case .case__contact-us__text {
      margin-top: 1em;
      font-size: 16px;
  }
}
@media screen and (max-width: 568px) {
  .case .case__contact-us__inner {
      width: 100%;
  }
  .case .case__contact-us .item-box > dt {
      width: 100% !important;
  }
  .case .case__contact-us .item-box > dd {
      width: 100% !important;
  }
  .case .case__contact-us .item-box ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .case .case__contact-us .item-box li {
      margin-right: 0;
  }
  .case .case__contact-us .item-box li:not(:first-child) {
      margin-top: 0.5em;
  }
  .case .case__contact-us__note {
      margin-top: 2em;
      line-height: 1.5em;
  }
  .case .case__contact-us__note p {
      margin-top: 1em;
  }
  .case .case__contact-us__tel a {
      width: 90%;
  }
  .case .case__contact-us__text {
      margin-right: auto;
      margin-left: auto;
      width: 90%;
  }
}
.case__company {
  height: auto;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}
.case__company div:first-child {
  width: 75%;
}
.case__sub__title {
  margin: 80px 0 0;
  display: block;
  padding: 30px 90px;
  border-bottom: 1px solid #bbb;
  font-weight: bold;
  font-size: 22px;
}
.case__sub__title span{
  font-size: 14px;
  color: #a5a5a5;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;;
}
.case__company.top__section {
  margin-bottom: 20px;
  flex-wrap: initial;
  align-items: normal;
}
.case__company__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.case__company__img.avex_entertainment {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/avex_entertainment2.jpg);
}
.case__company__img.yokogawa {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/yokogawa2.jpg);
}
.case__company__img.uighurassociation {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/uighur2.png);
}
.case__company__img.kyusyuuniversity {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/kyusyuuniversity3.png);
}
.case__company__img.sgec-pefcj {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/sgec-pefcj.jpg);
}
.case__company__img.opt {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/OPT.png);
}
.case__company__img.alab {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/alab_rin2.jpg);
  background-position: center top;
}
.case__company__img.auncon {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/auncon.png);
  margin: 50px;
}
.case__company__img.kumamotouniversity {
  background-image: url(/wp-content/themes/jstork19_custom/img/case/kumamotouniversity.png);
}
.case__company__deta {
  padding: 1.5em;
  width: 380px;
}
.case__company__deta_logo img {
  width: auto;
  height: auto;
}
.case__company__deta_logo.alab img {
  height: 100px;
}
.case__company__deta_logo.auncon img {
  height: 80px;
}
.case__company__deta_logo.opt img {
  width: auto;
  height: 50px;
}
.case__company__deta_item {
  border-top: 1px solid #bbb;
  margin: 15px 0;
  padding: 15px 0;
}
.case__company__deta_item td:first-child{
  width: 25%;
}
.case__company__deta_item td{
  vertical-align: top;
  padding: 4px;
}
.case__company__deta_text {
  font-size: 14px;
  margin-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #bbb;
  line-height: 1.5em;
  text-align: justify;
  font-weight: 300;
}
.case__company__deta_person {
  margin-top: 2em;
  font-size: 13px;
  line-height: 1.5em;
}
.case__category__label {
  text-align: center;
  border: 1px solid #1552ff;
  padding: 5px 10px;
  width: 220px;
  margin-right: 20px;
  display: inline-block;
  color: #1552ff;
  font-weight: bold;
}
.case__share__area {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.case__share__area .btn_tweet {
  background-color: #1da1f2;
  border-radius: 4px;
  padding: 6px 10px 6px 32px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  position: relative;
}
.case__share__area .btn_facebook {
  background-color: #1877f2;
  border-radius: 4px;
  padding: 6px 18px 6px 43px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  margin-left:15px;
}
.case__share__area .btn_tweet:before{
   content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 4px;
  height: 18px;
  width: 18px;
  background: url(/wp-content/themes/jstork19_custom/img/icon_twitter.png) no-repeat 50% 50%;
  background-size: contain;
}
.case__share__area .btn_facebook:before{
  content: "";
 display: block;
 position: absolute;
 left: 10px;
 top: 4px;
 height: 18px;
 width: 18px;
 background: url(/wp-content/themes/jstork19_custom/img/icon_facebook.png) no-repeat 50% 50%;
 background-size: contain;
}

@media screen and (min-width: 1400px) {
  .case__company__deta_logo img.kyusyuuniversity {
      height: 100px;
  }
  .case__company__deta {
      width: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .case__company__deta {
      padding: 1.5em;
  }
  .case__company__deta_item dt {
      width: 80px;
  }
  .case__company__deta_item dd {
      width: 160px;
  }
  
}
@media screen and (max-width: 1078px) {
  .case__company {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0;
  }
  .case__company > div,.case__company div:first-child {
      width: 100%;
  }
  .case__company__img {
      height: 300px;
  }
  .case__company__deta {
      padding: 1.5em;
  }
  .case__company__deta_logo img {
      width: 30%;
  }
  .case__company.top__section {
      height: auto;
      width: 100%;
  }
  .case__company__deta_item {
      margin-top: 1em;
  }
  .case__company__deta_item dt,
  .case__company__deta_item dd {
      font-size: 14px;
  }
  .case__company__deta_text {
      margin-top: 1em;
      font-size: 14px;
  }
  .case__company__deta_person {
      margin-top: 1em;
      font-size: 12px;
  }
  .case__company__deta_logo.opt img {
      margin-top: 0;
  }
  .case__company__deta_logo.alab img {
      width: auto;
      max-height: 200px;
  }
  .case__company__deta_logo.auncon img {
      height: auto;
  }
  .case__read__title {
      left: 20px;
  }    
}

.case__wrapper{
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 30px!important;
  padding: 0 20px;
}
.case__read__title {
  position: relative;
  top: -150px;
  left: 20px;
  height: 0;
}
.case__read__title p {
  line-height: 70px;
}
.case__read__title span {
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 26px;
}
.case__read__title span::before,
.case__read__title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  padding: 0.5em 0.5em;
  height: 1.8em;
  top: -8px;
  background: linear-gradient(to right,#1552ff, #a541ff);
  bottom: -0.3em;
  left: -0.3em;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .case__share__area {
      margin-top:20px;
  }
}
@media screen and (max-width: 568px) {
  .case__category__label {
      width: 145px;
      margin: 0 10px 10px;
  }
  .case__company__deta {
      padding: 1.5em;
  }
  .case__company__deta_logo img {
      width: 50%;
  }
  .case__company__deta_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 1em;
  }
  .case__company__deta_item dt,
  .case__company__deta_item dd {
      width: 100%;
      line-height: 1.5em;
  }
  .case__company__deta_item dt {
      font-weight: 500;
  }
  .case__company__deta_item dt:not(:first-child) {
      margin-top: 1em;
  }
  .case__company__deta_text {
      padding-bottom: 1em;
  }
  .case_detail .case__wrapper.flex__container {
    flex-direction: column;
  }
  .case_detail .case__contents__item {
    margin: 1.5em auto;
  }
}
@media screen and (max-width: 1200px) {
  .case__read__title span {
      font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .case__read__title span {
      font-size: 20px;
  }
}
.case__read__text p {
  margin-top: 1em;
  line-height: 1.4em;
  font-size: 16px;
  text-align: justify;
}
.case__read.top__section {
  padding:0!important;
  margin: -100px 0 100px!important;
}

@media screen and (max-width: 960px) {
  .case__read__title {
      font-size: 24px;
  }
  .case__read__title br {
      display: none;
  }
  .case__read__text p {
      font-size: 16px;
  }
  .case__sub__title {
      margin: 0px 0 0;
      padding: 20px 30px;
      font-size: 18px;
  }
  .case__sub__title span {
      font-size: 10px;
      margin-bottom: 5px;
  }
  .case__read__title p {
      line-height: 60px;
  }
}
@media screen and (max-width: 568px) {
  .case__read__title {
      font-size: 18px;
      font-weight: 500;
  }
  .case__read__title p {
      line-height: 35px;
  }
  .case__read__title span {
      font-size: 13px;
      padding: 5px 6px
  }
  .case__read__title {
      top: -90px;
      left: 10px;
  }
  .case__read__title span::before,
  .case__read__title span::after {
    top:0
  }
}
@media screen and (max-width: 375px) {
  .case__read__title span {
      font-size: 12px;
      padding: 5px 6px
  }
  .case__read__title {
      top: -80px;
      left: 10px;
  }
}
.case__table-of-contents {
  padding: 3em 0;
  background-color: rgba(28, 41, 63, 0.1);
}
.case__table-of-contents__inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-bottom: 2em!important;
}
.case__table-of-contents__item {
  margin-top: 3em;
}
.case__table-of-contents__item li:not(:first-child) {
  margin-top: .8em;
}
.case__table-of-contents__item a {
  font-size: 20px;
}
.case__table-of-contents__item a:hover {
  color: #1552ff;
}
.case__table-of-contents__item i {
  margin: 0 0.5em;
  color: #1552ff;
}
.case__table-of-contents ul li {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 568px) {
  
  .case__table-of-contents {
      padding: 0.1em 0;
  }
  .case__table-of-contents__item {
      margin: 1em 0;
  }
  .case__table-of-contents__item a {
      font-size: 16px;
      line-height: 1.5em;
  }
}
.case__contents__title {
  padding: 1.5em 0;
  background-color: #f57b5f;
}
.case__contents__title span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  padding-left: 0.5em;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  border-left: 5px solid rgba(255, 255, 255, 0.7);
}
.case__contents p {
  margin-top: 1.5em;
  line-height: 2em;
  font-weight: 400;
}
.case__contents p.case__contents__item {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin: 5em auto 1.5em;
  color: #1552ff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}
.case__contents__item .case__last-message {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}
.case__contents__img img {
  margin: 0 0 40px 40px;
  width: 300px;
}
.case__contents__link {
  display: inline-block;
  margin-top: 1em;
}
.case__contents__link a {
  display: block;
  padding: 1em 1.5em;
  border: 1px solid #1552ff;
  border-radius: 6px;
  font-size: 14px;
  color: #1552ff;
}
.case__contents__link a i {
  margin-left: 0.5em;
}
.case__contents__link a:hover {
  background-color: #1552ff;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .case__contents {
      padding-bottom: 3em;
  }
  .case__contents__title span {
      font-size: 24px;
  }
  .case__contents__item dt {
      margin-top: 2em;
  }
  .case__contents__img01,
  .case__contents__img02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      clear: both;
      margin: 0 0 2em 0;
      width: 100%;
  }
  .case__contents__img01 img,
  .case__contents__img02 img {
      width: 80%;
      max-width: 300px;
  }
}
@media screen and (max-width: 568px) {
  .case__contents {
      padding-bottom: 2em;
  }
  .case__contents__title {
      padding: 1em 0;
  }
  .case__contents__title span {
      font-size: 20px;
  }
  .case__contents__item dt {
      font-size: 18px;
      font-weight: 500;
  }
  .case__contents__link {
      width: 100%;
  }
  .case__contents__link a {
      text-align: center;
  }
  .case__contents__img img {
    margin: 40px 0 0 40px;
  }
  .case__contents p.case__contents__item {
    margin: 2em auto 1.5em;
  }
}
.case__last-message {
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  color: #1552ff;
}
@media screen and (max-width: 1280px) {
  .case__last-message {
      font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .case__last-message {
      font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .case__last-message {
      font-size: 18px;
      font-weight: 500;
  }
}
.case .case-study2 {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 4em 2em;
  background-color: rgba(245, 123, 95, 0.1);
  border-radius: 10px;
}
.case .case-study2__title {
  text-align: center;
}
.case .case-study2__title span {
  position: relative;
  padding: 0 4em;
  font-size: 24px;
  font-weight: 500;
}
.case .case-study2__title span::before,
.case .case-study2__title span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3em;
  height: 0.5px;
  background-color: #333;
  content: "";
}
.case .case-study2__title span::before {
  left: 0;
}
.case .case-study2__title span::after {
  right: 0;
}
.case .case-study2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  margin-top: 3em;
}
.case .case-study2__item li {
  width: 30%;
}
.case .case-study2__item_photo {
  position: relative;
  overflow: hidden;
  height: 300px;
  border-radius: 10px;
}
.case .case-study2__item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case .case-study2__item_photo_logo {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 50px;
  padding: 1em;
  width: 60%;
  background-color: #fff;
}
.case .case-study2__item_inner {
  padding: 0 1em;
}
.case .case-study2__item_name {
  margin-top: 2em;
  font-size: 20px;
}
.case .case-study2__item_category {
  margin-top: 1em;
  opacity: 0.6;
}
.case .case-study2__item_text {
  margin-top: 1em;
  line-height: 1.5em;
}
.case .case-study2__item_button {
  margin-top: 2em;
}
.case .case-study2__item_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border: 2px solid #f57b5f;
  background-color: #f57b5f;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
}
.case .case-study2__item_button a i {
  margin-left: 0.5em;
}
.case .case-study2__item_button a:hover {
  background-color: #fff;
  color: #f57b5f;
}
@media screen and (max-width: 1280px) {
  .case .case-study2__item_photo {
      overflow: hidden;
      height: 200px;
      border-radius: 10px;
  }
}
@media screen and (max-width: 960px) {
  .case .case-study2 {
      margin-top: 2em;
      padding: 2em;
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      padding: 2em;
  }
  .case .case-study2__title span {
      padding: 0 3em;
      font-size: 18px;
  }
  .case .case-study2__title span::before,
  .case .case-study2__title span::after {
      width: 2em;
  }
  .case .case-study2__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 0;
  }
  .case .case-study2__item li {
      margin-top: 3em;
      width: 100%;
  }
  .case .case-study2__item_photo {
      border-radius: 6px;
  }
  .case .case-study2__item_inner {
      padding: 0 1em;
  }
  .case .case-study2__item_name {
      margin-top: 2em;
      font-size: 20px;
  }
  .case .case-study2__item_category {
      margin-top: 1em;
      opacity: 0.6;
  }
  .case .case-study2__item_text {
      margin-top: 1em;
      line-height: 1.5em;
  }
  .case .case-study2__item_button {
      margin-top: 2em;
  }
  .case .case-study2__item_button a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 55px;
      border: 2px solid #f57b5f;
      background-color: #f57b5f;
      border-radius: 50px;
      color: #fff;
      font-size: 20px;
  }
  .case .case-study2__item_button a i {
      margin-left: 0.5em;
  }
  .case .case-study2__item_button a:hover {
      background-color: #fff;
      color: #f57b5f;
  }
}
@media screen and (max-width: 568px) {
  .case .case-study2 {
      padding: 2em 0;
  }
  .case .case-study2__inner {
      width: 100%;
  }
  .case .case-study2__title span {
      display: inline-block;
      line-height: 1.5em;
  }
  .case .case-study2__item li {
      margin-top: 3em;
  }
  .case .case-study2__item_inner {
      padding: 0 0.5em;
  }
  .case .case-study2__item_name {
      margin-top: 1em;
      font-size: 18px;
  }
  .case .case-study2__item_category {
      margin-top: 0.5em;
      font-size: 14px;
  }
  .case .case-study2__item_text {
      margin-top: 0.5em;
      font-size: 14px;
  }
  .case .case-study2__item_button {
      margin-top: 1em;
  }
  .case .case-study2__item_button a {
      font-size: 18px;
  }
}
.case .contact {
  z-index: 1;
  margin-top: 2em;
  padding: 5em;
  background-color: #fff;
}
@media screen and (max-width: 568px) {
  .case .contact {
      padding: 1em;
  }
}
.case .contact .tyusyaku {
  margin-top: 1em;
  font-size: 14px;
}
.case .btn_submit {
  max-width: 100%;
}
.case.blue .case__company,
.case.blue .case__contents__link a {
  border-color: #1552ff;
}
.case.blue .case__read__title,
.case.blue .case .headline_sub,
.case.blue .case .headline_1,
.case.blue .case__table-of-contents__item i,
.case.blue .case__contents__link a,
.case.blue .case__contents__item dt,
.case.blue .case__last-messagee,
.case.blue .case__contents__item .blue {
  color: #1552ff;
}
.case.blue .case__contents__title {
  background-color: #1552ff;
}


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

.bg__pale_gray {
  background-color: #fafafa;
  padding-bottom: 100px;
}
.bg__pale_gray .section__inner {
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width:1280px) {
  .onsite .lead {
    min-height: 2800px;   
  }
}
@media screen and (max-width:960px) {
  .lead {
    min-height: 2400px;
  }
  .onsite .lead .htu__main__right {
    padding: 20px;
  }
  .bg__pale_gray {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 568px) {
  .bg__pale_gray {
    padding: 50px auto!important;
  }
  .onsite .lead {
    min-height: 2800px;   
  }
  .onsite .lead .htu__main__right {
    padding: 20px;
  }
  .lead {
    min-height: 3050px;
  }
}

.swiper-container {
  margin-top: 50px;
  padding-left: 50px !important;
}

.swiper-container .swiper-slide a > span {
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  top: 35%!important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #d8d7d7;
}

.case-study__item_photo_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 10px 0px rgba(51, 51, 51, 0.1);
}

.case-study__item_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  border-radius: 0;
  width: 100%;
  height: auto!important;
  max-height: 500px;
  border-bottom: 1px solid #ccc;
}

.case-study__item_photo_logo {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 88px;
}

.case-study__item_photo_logo img {
  width: 200px;
  height: auto;
}

.case-study__item_name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 900;
}

.case-study__item_category {
  margin-top: 5px;
  font-size: 12px;
  color: #0277BD;
}

.case-study__item_text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}

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

  .case-study {
      padding-top: 0;
      padding-bottom: 50px;
      margin-top: 50px;
  }

  #slide {
      padding-left: 0;
  }

  .swiper-container {
      margin-top: 20px;
      padding-left: 0;
  }

  .case-study__item_name {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 18px;
  }

  .case-study__item_category {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 14px;
  }

  .case-study__item_text {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 14px;
  }

  .swiper-button-prev,
  .swiper-button-next {
      top: 18%!important;
  }
}

.case__contact-us {
  background: #F2F5FD;
  width: 100%;
  margin: 50px auto 0;
  padding: 10px 0;
}
.case__contact-us .flex__container{
  width: 100%;
}

/* .case__contact-us > div {
  width: 50%;
} */

.case__contact-us_content {
  display: flex;
  align-items: center;
}

.case__contact-us_content_inner {
  margin-left: auto;
  margin-right: 50px;
  width: 500px;
  max-width: 100%;
}

.case__contact-us_content_inner * {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.case__contact-us_content_logo img {
  margin-top: 10px;
  width: 200px;
}

.case__contact-us_content_text {
  margin-top: 2em;
}
.case__contact-us_form {
  background: #fff;
  padding: 20px 40px;
}
.case__contact-us_form_inner {
  max-width: 100%;
}

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

  .case__contact-us {
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 70px;
  }

  .case__contact-us > div {
      width: 100%;
  }

  .case__contact-us_content_inner {
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
  }

  .case__contact-us_content_inner * {
      font-size: 16px;
  }

  .case__contact-us_content_logo img {
      margin-top: 5px;
      width: 160px;
  }

  .case__contact-us_content_text {
      margin-top: 1em;
  }

  .case__contact-us_form {
      margin-top: 20px;
      padding-left: 20px;
      padding-right: 20px;
  }

  .case__contact-us_form_inner {
      width: 100%;
  }
}

.case-study .section__inner {
  background-color: transparent;
}

/* Event */
@media screen and (min-width: 1480px) {
  .event .section__inner {
    padding-left: 0;
  }
}
.event__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.event__item {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
 width: 1400px;
  max-width: 90%;
}

.event__item a:hover {
  color: #00b3e3;
}

.event__item .stk_grid__child {
  width: 32%;
}

.event__item .stk_grid__child:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 568px) {
  .event__item .stk_grid__child {
      width: 100%;
  }

  .event__item .stk_grid__child:not(:nth-child(3n)) {
      margin-right: 0%;
  }

  .event__item .stk_grid__child:not(:first-child) {
      margin-top: 20px;
  }    
}

.event__item .stk_grid__child:nth-child(n+4) {
  margin-top: 50px;
}

.event__item .stk_grid__child {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px rgba(0,0,0,.1);
}

.event__item  figure.wp-block-image{
  display: block;
  height: 180px;
  background-color: #4f4f4f;
}

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

.event__text  a{
  display: flex;
  align-items: center;
  padding: 1em;
  height: 100px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-height: 1.5em; 
}

.webinar {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  background-color: #48b0fe;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  
}

/*event-detail*/

.event-detail {
  margin-top: 90px;
}

.event-detail__title1 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  color: #31bb95;
}

.event-detail__kv {
  margin: 30px auto 0 auto;
  width: 1400px;
  max-width: 90%;
}

.event-detail__button {
  margin: 0 auto;
}

.event-detail__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0 auto;
  width: 400px;
  height: 65px;
  border-radius: 50px;
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  color: #fff!important;
  font-weight: 600;
  font-size: 20px;
}

.event-detail__button a i {
  margin-left: .5em;
}

.event-detail__contents {
  margin: 50px auto 0 auto;
  padding: 50px 0;
  width: 1400px;
  max-width: 90%;
}

.event-detail__title2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.event-detail__title3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.event-detail__title4 {
  margin-top: 30px;
  margin-left: 1em;
  font-size: 16px;
  font-weight: 600;
}

.event-detail__title4::before,
.event-detail__title4::after {
  margin: 0 .3em;
  color: #3fbbfe;
  content: "■";
}

.event-detail__title4 + ul {
  margin-top: 10px;
  margin-left: 1.5em;
}

.event-detail__title4 + ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  font-size: 14px;
}

.event-detail__text {
  margin-top: 30px;
  margin-left: 1em;
}

.event-detail__contents_table table {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #aaa;
}

.event-detail__contents_table table th,
.event-detail__contents_table table td {
  padding: 1em;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  line-height: 1.5em;
}

.event-detail__contents_table table td:first-child {
  width: 30%;
  background: #ccc;
}

.event-detail__contents_table table td:first-child strong {
  font-weight: bold!important;
}

.event-detail__contents_table table td {
  width: 70%;
}

.event-detail__contents_table table td li {
  line-height: 1.5em;
}

.event-detail__contents_table table td a {
  color: #3fbbfe;
}
@media screen and (max-width: 960px) {

  .event-detail {
      margin-top: 0;
      padding: 0 5%;
  }

  .event-detail__title1 {
      margin-top: 20px;
      font-size: 20px;
      text-align: left;
  }

  .event-detail__kv {
      margin-top: 10px;
      max-width: 100%;
  }

  .event-detail__button a {
      margin-top: 30px;
      width: 100%;
      font-size: 18px;
  }

  .event-detail__contents {
      margin: 0 auto;
      padding: 30px 0;
      max-width: 100%;
  }

  .event-detail__title2 {
      font-size: 24px;
  }
  
  .event-detail__title3 {
      margin-top: 20px;
      font-size: 20px;
      font-weight: 600;
  }
  
  .event-detail__title4 {
      margin-left: 0;
  }

  .event-detail__title4 + ul {
      margin-left: 0;
  }
  
  .event-detail__text {
      margin-left: 0;
  }

  .event-detail__contents_table th,
  .event-detail__contents_table td {
      padding: .5em;
      font-size: 14px;
      word-wrap: break-word;
      word-break: break-all;
  }
}
/*event-detail-sticky */

.event-detail-sticky {
  margin-top: 90px;
  overflow: unset;
}
.event-detail-sticky .sticky_container {
  max-width: 1100px;
  margin: 0 auto;
}

.event-detail-sticky .event-detail__contents {
  margin: 0 auto;
}

.event-detail-sticky .sticky_contents .wp-block-image {
  margin-bottom: 30px;
}

.event-detail-sticky h1{
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0rem 3rem;
}

.event-detail-sticky h2 {
  background: #eee;
  padding: 1.5rem 2rem;
  font-size: 22px;
  font-weight: bold;
  border-radius: 0.25rem;
}

.event-detail-sticky .sticky_form {
  margin: 0 0 50px 50px;
  padding: 10px;
}
.event-detail__contents p,.event-detail-sticky h3 {
  padding: 20px;
  margin-bottom: 0;
}

.event-detail__contents h3.title_campaign {
  color: #e47910;
  font-weight: bold;
  font-size: 20px;
  padding: 0 20px;
}
.event-detail__contents h3 span {
  color: #e47910;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}
.event-detail__contents .flex__box50 img {
  width: 70%;
}

.event-detail-sticky .event-detail__contents_table table td:first-child {
  width: 30%;
  background: #eee;
}

.event-detail-sticky .event-detail__contents_table table th, .event-detail-sticky .event-detail__contents_table table td {
  padding: 1em;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  line-height: 1.5em;
}

.event-detail-sticky .event-detail__contents_table table {
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

/* usage */

.usage_detail .sticky_container {
  margin: 0px auto 0;
}

.usage_detail .sticky_contents {
  padding:20px;
}

.usage_detail .kv,.usage_kv{
  color: #fff;
  margin-top: 90px;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.usage_detail .kv .wp-block-cover__image-background,.usage_kv .wp-block-cover__image-background{
  height: 200px;
}

.usage_detail .kv .wp-block-cover__inner-container, .usage_kv .wp-block-cover__inner-container{
  padding-top: 60px;
  font-size: 28px;
}
.usage_detail h2 {
  margin: 100px 0 80px;
}
.usage_detail .text_mb2 p {
  margin-bottom: 2em;
}

.usage_detail .interpreter_lp01 img.logo {
    height: 45px;
}

.usage_detail .box {
  border-radius: 0;
  width: 100%;
  margin: 80px 0;
}
.usage_detail h3{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.usage_detail .box a{
  color: #1552ff;
  margin-right: 10px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
  line-height: 1.6;
}

.table_2col table{
  width: 100%;
  border: 1px solid #ccc;
}
.table_2col td {
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.table_2col td:first-child {
  background: #eee;
  font-weight: bold;
}

.step_bottom .step {
  width: 100%;
  margin: 0;
  padding: 0;
}
.step_bottom .step > li:not(:last-child) {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.step_bottom .step > li:not(:last-child)::before, .step_bottom .step > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 15px;
  border-top-color: #ccc;
}
.step_bottom .step > li:not(:last-child)::after {
  border-width: 14px;
  border-top-color: #fff;
}
.step_bottom .step > li dl {
  margin: 0;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
.step_bottom .step > li dl dt {
  font-size: 14px;
  color: #444;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-right: 1vw;
  text-align: center;
  font-weight: bold;
}
.step_bottom .step > li dl dt .icon {
  font-size: 14px;
  color: #444;
  background: #eee;
  padding: 8px 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.step_bottom .step > li dl dd {
  margin-left: 15px;
  line-height: 1.4;
  flex-basis: 65%;
}



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

  .usage_detail .kv,.usage_kv{
    margin-top: 0px;
  }
  .usage_detail h2 {
      margin: 80px 0 80px;
      font-size: 22px;
  }
  .table_2col td {
    padding: 10px 10px;
    font-size: 14px;
    width: 50%;
  }
  .step_bottom .step > li dl dd {
    font-size: 14px;
}

  .event-detail-sticky {
      margin-top: 0px;
      padding: 0 20px;
  }

  .event-detail-sticky .sticky_container >.wp-block-group__inner-container:first-child {
    flex-direction: column;
  }

  .sticky_contents {
    width: 100%;
    margin-bottom: 50px;
  }
  .sticky_form {
    display: none;
  }

  .event-detail-sticky .sticky_form {
    display: block;
    width: 100%;
  }

  .event-detail-sticky .sticky_form {
    margin: 50px 0 50px 0px;
  }

  .event-detail__contents h3 span {
    font-size: 14px;
  } 

  .event-detail-sticky  h2 {
    font-size: 18px;
    padding: 0.8rem;
  }
  .usage_detail >.kv__form_sp, .case_detail >.kv__form_sp {
    z-index: 100;
    display: block;
    position: fixed;
    bottom: 65px;
    right: 20px;
    width: 100px;
    height: 100px;
    opacity: .9;
    padding: 30px 10px 0;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    background: #7b84ff;
  }
}

/* /price 料金プランページ */
main.price {
  margin-top: 90px;
}
main.price section,main.event-detail section {
  position: relative;
  z-index: 1;
}

.description {
  height: 23px;
  color: rgba(255, 255, 255, 0.75);
  background: #191919;
  font-size: 1.2rem;
  width: 100%;
  padding: 0 10px;
  font-size: 10px;
}
main.price .sub__title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  background-image: url(/wp-content/themes/jstork19_custom/img/price/price_title_img.png);
  background-size: cover;
  background-position: center bottom;
}
main.price .sub__title h1{
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
main.price img.icon {
  width: 25%;
  height: 25%;
  margin-bottom: 20px;
}

.translation .bg__pale_gray.top__section img.logo:first-child {
  height: 30px;
}
.price_case img, .bg__pale_gray img {
  object-fit: cover;
  height: 295px;
}
.price_case img.photo,.bg__pale_gray img.photo{
  border-bottom: 1px solid #ccc;
}
.use-case.bg__pale_gray img,.flow.bg__pale_gray img {
  height: auto;
}
main.price img.logo,.bg__pale_gray img.logo, .h_50 {
  height: 50px!important;
  width: auto;
}

/* flex用 */
.flex__container {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;   
  flex-wrap: wrap;
}
.flex__center_end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.flex__box,.flex__box50,.box__100 {
  border:1px solid #ccc;
  background: #ffffff;
}
.flex__box50,.flex__50 {
  width: 48%;
}
.flex__box {
  width: 25%;
  min-height: 290px!important;
}
main.price .flex__box {
  width: 32%;
}
main.price .flex__box.box__100 {
  width: 100%;
}
main.price #contact .flex__50:nth-child(2) {
  background: #fff;
  padding: 30px 20px;
}
.box__100 {
  width: 100%;
  min-height: auto;
  margin-bottom: 30px;
}

.box__100 .flex__container {
  padding: 20px;
}
.flex__box h3,.box__100 h3,.flex__box50 h3.emphasis2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  color: #fff;
}
.radius__top {
  border-radius: 20px 20px 0 0;
}
.flex__box h3.pale {
  background: #e8f1f5;
  color: #333;
}
.flex__box h3.emphasis {
  background: -webkit-linear-gradient(-10deg, #3fbbfe, #a541ff);
}
.box__100 h3.emphasis2,.flex__box50 h3.emphasis2 {
  background: -webkit-linear-gradient(-10deg, #3fbbfe, #17a2b8); 
}
.flex__box h3 span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
}
.flex__box p {
  line-height: 1;
  margin-bottom:20px;
}
.flex__box p.lh2 {
  line-height: 2!important;
}
.flex__box em {
  font-size: 40px;
  font-weight: bold;
  color:#748bfe;
  font-style: normal;
}
.flex__box .weak {
  color:#333;
}
.flex__box .gradation-button  {
  width: 75%; 
  font-size: 15px;
}
.flex__box ul {
  list-style: disc;
  text-align: left;
  margin: 0 30px;
}
.flex__box ul li{
  margin: 0 0 10px;
  line-height: 1.4;
}
.flex__50 h3 {
  position: relative;
}
.onsite .flex__box {
  width: 32%;
}
.onsite .flex__box small{
  font-size: 12px;
}
/* コンテンツ背景 */
.bg__gray::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  bottom: 0px;
  left: -200px;
  background: #f4f4f4;
  transform-origin: left center;
  z-index: -1;
}
.bg__emphasis::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  bottom: 0px;
  left: -200px;
  background: #e8f1f4;
  transform-origin: left center;
  z-index: -1;
}
.bg__event::before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  bottom: 0px;
  left: -200px;
  background: #F0F9FF;
  transform-origin: left center;
  z-index: -1;
}
/* ボタン下矢印に変更 */
.gradation-button.down::after {
  top:40%;
  transform: rotate(90deg);
}
.arrow__bottom__gray {
  width: 0;
  height: 0;
  opacity: 0.5;
  border-style: solid;
  border-width: 30px 125px 0 125px;
  border-color: #cccccc transparent transparent transparent;
}
.arrow__bottom__white {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 125px 0 125px;
  border-color: #fff transparent transparent transparent;
}
.fs22 {
  font-size: 22px!important;
}
.fs22.lh_60 {
  line-height: 60px;
}
.fs18 {
  font-size: 18px;
  line-height: 1.8;
}
.fs14 {
  font-size: 14px;
  line-height: 1.4;
}
.display-1 {
  font-size: 2.5rem;
}
.label__box {
  border : 1px solid #ffa520;
  color: #ffa520;
  font-size: 14px;
  padding: 3px 8px;
}


/* リボン掛け */
.ribbon__wrapper {
  position: relative;
} 
.ribbon__content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  z-index: 2;
} 
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 14px!important;
  font-weight: bold!important;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon:before {
  left: 14px;
}
.ribbon:after {
  right: 18px;
}

/* チェックマークリスト */
ul.check {
list-style-type: none;
margin: 0px 40px;
}
ul.check li {
position: relative;
margin-bottom: 25px;
text-align: left;
}
ul.check li::after {
content: '';
display: block;
position: absolute;
top: 0;
left: -1.8em;
width: 20px;
height: 10px;
border-left: 3px solid #1552ff;
border-bottom: 3px solid #1552ff;
transform: rotate(-45deg);
}
.mw__500 {
  max-width: 500px;
}
.mh_120 {
  min-height: 120px!important;
}

.note li, .note  {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
  font-size: 14px;
  color: gray;
}

.text__center {
  text-align: center;
  margin: 20px auto 0;
}
/* テキスト左画像 */
.left__img{
  text-align: right;
}    
.left__img img{
  width: auto;
  height: 180px;
}
@media screen and (max-width: 568px) {
  .left__img{
      text-align: center;
  }
}
.text__bg__basic {
  background: #eee;
  width: 75%;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}
span.emphasis {
  background: linear-gradient(transparent 60%, #fefeb5 50%);
  font-weight: bold;
}
span.fs60__graduation {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 60px;
  font-family: "Helvetica Neue", Arial;
  font-weight: 400;
  background: -webkit-linear-gradient(75deg, #3fbbfe, #a541ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.d-flex img.logo-interpreter {
  width: auto;
  height:80px ;
}
.d-flex img.logo-translation {
  width: auto;
  height: 60px;
  padding-top: 10px;
}
.footer__simple {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 568px) {
  .fs22 {
      font-size: 20px;
  }
  .fs18 {
      font-size: 16px;
      line-height: 1.5;
  }
  .display-1 {
      font-size: 2rem;
  }
  .label__box {
      display: block;
  }
  main.price h2 {
      font-size: 24px;
      margin: 0 auto;
  }
  /* .flex__box em {
      font-size: 28px;
  } */
  .flex__50 p {
      font-size: 14px;
  }
  .arrow__bottom__white {
      border-width: 40px 125px 0 125px;
  }
  .d-flex img.logo-interpreter {
      width: auto;
      height:60px ;
  }
  .d-flex img.logo-translation {
      width: auto;
      height: 37px;
      padding-top: 0px;
  }
}
.wp, .case, .event  {
  margin: 20px 0 70px;
}

section h1.is-style-stylenone {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 20px auto 0;
}
section .stk_grids,section .wp-block-columns{
  margin: 30px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 1100px;
  max-width: 95%;
  padding: 0;
}
section .stk_grid__child {
  padding: 1em;
  width: 31%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  margin: 0 2% 20px 0;
  height: 490px;
  position: relative;
}
section .stk_grid__child p strong{
  font-size: 16px;
}
section .stk_grid__child p{
    margin-top: 1em;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}
.wp-block-buttons  {
  text-align: center;
  margin: 20px auto;
}
section .wp-block-button{
  background: linear-gradient(75deg, #3fbbfe, #a541ff);
  border: none;
  border-radius: 40px;
  padding: 1em;
  margin: 20px auto;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 8px;
}
section .wp-block-button a{
  color: white;
  font-weight: bold;
  display: block;
}
section .wp-block-column {
  width: 47%;
  margin-right: 3%;
}
section .wp-container-2.wp-block-column {
  padding: 20px 30px;
  border: 1px solid #e8e9eb;
}
section .wp-block-columns ul {
  margin: 30px 0;
}
section .wp-block-columns li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}
section .wp-block-columns li:before {
  border-radius: 50%; 
  width: 10px; 
  height: 10px; 
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "";
  background: #e83f8b;
}
p .span-stk-fs-s {
  font-size: 80%;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
}
.aligncenter,.has-text-align-center {
  text-align: center;
  margin: 0 auto;
}
.is-resized img {
  height: 60px;
  width: auto;
}
.case__company__deta .is-resized img {
  height: 70px;
}
.logo_leadplus img {
  height: 30px!important;
}
.wp .wp-block-image img,.case .wp-block-image img {
  margin-top: 10px;
}
.case figure.wp-block-image.size-large img {
  height: 180px;
  object-fit: cover;
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .logo.small {
    height: 25px!important;
  }
  .price_case img, .bg__pale_gray img {
    object-fit: fill;
    height: auto;
  }
    main.price {
      margin-top: 0px;
  }
  .flex__box,.flex__box50, .flex__50, .box__100,  .top__section.price .flex__box,.main.price .flex__box {
      width: 100%!important;
      min-height: auto!important;
      padding-bottom: 20px;
      margin-bottom: 25px;
  }
  .flex__50{
      padding-bottom: 0px;
      margin-bottom: 0px;
  }
  .flex__50 h3{
      margin-top: 20px;
  }
  .flex__container .right {
      margin: 20px 0 0 auto;
      width: 100%;
  }
  #top .service {
    padding-top: 0px;
  }
  .service .section__inner {
    padding-bottom: 0px;
  }
  section .wp-block-columns, section .stk_grids {
    flex-direction: column;
  }
  section .wp-block-column,  section .stk_grid__child{
    width: 100%;
    margin-bottom: 35px;
  }
  section .stk_grid__child{
    height: auto;
    width: 600px;
    margin: 20px auto;
  }
  .case figure.wp-block-image.size-large img {
    object-fit: contain;
  }
  section .wp-block-button {
   position: relative; 
  }
}
@media screen and (max-width: 568px){
  #top .service {
    padding-top: 0px;
  }
  section .wp-block-buttons  {
    height: 40px;
  }
  section .stk_grid__child{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  .service .section__inner h2 {
    margin:0 auto;
  }
  .headline_1 {
    margin: 0 auto!important;
  }
  .flex__center_end {
    flex-direction: column;
  }
}
.border_text_box {
  margin: 10px 10px;
  padding: 15px 20px;
  width: 22%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #fff;
}
/* area_lp */
.interpreter_lp01.area_lp .area_text ul li {
  list-style-type: none;
  position: relative;
  padding: 0em 1em .5em;
}
.interpreter_lp01.area_lp .area_text ul li:before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0; 
  top: 0.2em; 
  content: "";
  background: #1743f5; 
}
.interpreter_lp01.area_lp .area_text a{
  color:#1743f5; 
}
.interpreter_lp01.area_lp .top__kv .section__inner .title_area {
  margin: 0 auto;
}
.interpreter_lp01.area_lp .top__kv p {
  font-size: 13px;
  line-height: 20px;
}
.interpreter_lp01.area_lp .top__kv .section__inner{
  background-size: contain!important;
}
.interpreter_lp01.area_lp .top__kv.korea .section__inner{
    background: url(/wp-content/themes/jstork19_custom/img/lp/lp_korea_kv.jpg) #4600d3 no-repeat center right 20%;
}
.interpreter_lp01.area_lp .top__kv.tokyo .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_tokyo_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.osaka .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_osaka_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.chiba .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_chiba_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.nagano .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_nagano_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.aichi .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_aichi_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.nagoya .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_nagoya_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.fukuoka .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_fukuoka_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.hiroshima .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_hiroshima_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.kyoto .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_kyoto_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.okinawa .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_okinawa_kv.jpg) #4600d3 no-repeat center right 10%;
}
.interpreter_lp01.area_lp .top__kv.philippines .section__inner, 
.interpreter_lp01.area_lp .top__kv.myanmar .section__inner,
.interpreter_lp01.area_lp .top__kv.thailand .section__inner,
.interpreter_lp01.area_lp .top__kv.vietnam .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_mya_kv.jpg) #4600d3 no-repeat center right 10%;
}

.interpreter_lp01.area_lp .top__kv.germany .section__inner,
.interpreter_lp01.area_lp .top__kv.portuguese .section__inner,
.interpreter_lp01.area_lp .top__kv.america .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_ge_kv.jpg) #4600d3 no-repeat center right 10%;
}

.interpreter_lp01.area_lp .top__kv.taiwan .section__inner,
.interpreter_lp01.area_lp .top__kv.china .section__inner{
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_china_kv.jpg) #4600d3 no-repeat center right 10%;
}

.interpreter_lp01.area_lp .area_text h3 {
  color: #1552ff;
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0 20px;
}
.interpreter_lp01.area_lp .flex__4col.w-100 {
  background-size: 200px!important;
}
.interpreter_lp01.area_lp .korea .flex__4col.w-100 {
    background: url(/wp-content/themes/jstork19_custom/img/lp/lp_korea_img.png) no-repeat top 20px right 20px #fff;   
}
.interpreter_lp01.area_lp .tokyo .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_tokyo_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .osaka .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_osaka_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .chiba .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_chiba_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .nagano .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_nagano_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .aichi .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_aichi_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .kyoto .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_kyoto_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .fukuoka .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_fukuoka_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .nagoya .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_nagoya_img.png) no-repeat top 20px right 20px #fff;
}
.interpreter_lp01.area_lp .okinawa .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_okinawa_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .hiroshima .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_hiroshima_img.png) no-repeat top 20px right 20px #fff;  
}
.interpreter_lp01.area_lp .america .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_america_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .taiwan .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_taiwan_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .thailand .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_tai_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .china .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_china_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .germany .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_german_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .vietnam .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_vi_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .philippines .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_phi_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .myanmar .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_mya_img.png) no-repeat top 20px right 20px #fff; 
}
.interpreter_lp01.area_lp .portuguese .flex__4col.w-100 {
  background: url(/wp-content/themes/jstork19_custom/img/lp/lp_port_img.png) no-repeat top 20px right 20px #fff; 
}

/* lp time_pack */
.time_pack .top__kv {
  background: url(/wp-content/themes/jstork19_custom/img/timepack/bg_kv.png) no-repeat, linear-gradient(90deg, #fff, #CEDEF4);
  background-size: contain;
  display: block;
  padding: 60px 0;
  height: 460px;
  background-position-y: -70px;
  background-position-x: 75%;
}

.time_pack .top__kv .title_area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5%;
}
.time_pack .top__kv .title_area .attention_line {
  font-size: 18px;
}
.time_pack h1 .title{
  font-size: 40px;
  line-height: 1.2;
}
.time_pack .section_inner:not(.top__kv .section_inner){
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5%;
}
.scroll_area {
  display: none;
  width: 100%;
  z-index: 1000;
  background-color: rgba(216, 227, 241, 0.8);
	position: fixed;
	bottom: 0;
  margin: 0;
  height: 100px;
}
.scroll_area .d-flex{
  max-width: 800px;
  padding: 20px;
}

.time_pack h2 span {
  color: #0F3880;
}
.time_pack h1 .title .em {
  margin-left: -20px;
}
.time_pack .em {
  color: #F29705;
}
.time_pack .merit .flex__3col{
    background: #FFFAF2;
    border-radius: 10px;
    text-align: center;
}
.time_pack .flex__3col img{
  height: 90px;
  width: auto;
  margin-bottom: 20px;
}
.time_pack .flex__3col h3{
  font-size: 20px;
  color: #F29705;
  font-weight: 700;
  margin-bottom: 10px;
}
.time_pack .price_area .attention_line {
  line-height: 1;
  color: #F29705; 
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px!important;
}
.time_pack .price_area .attention_line small {
  color: #666;
}
.time_pack .price_area .attention_line::after,.time_pack .price_area .attention_line::before {
  background: #F29705;
}
.time_pack .plan_area,.time_pack .flex__container {
  max-width: 1000px;
  margin: 0 auto;
}
.time_pack .plan_area h3{
  font-size:  26px;
  font-weight: 700;
  padding: 20px 10px;
}
.time_pack .plan_area h3:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/jstork19_custom/img/timepack/check_gray.png);
  background-position: 0px 7px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 40px;
}
.time_pack .plan_area.main h3:before {
  background-image: url(/wp-content/themes/jstork19_custom/img/timepack/check_blue.png);
}
.time_pack .box_area {
  border-top: 1px solid #0049AE;
  width: 100%;
  padding: 30px;
  background:#fafafa;
  position: relative;
}
.time_pack .main .box_area {
  background: #ECF3FC;
  margin-bottom: 140px;
}
.time_pack .main .box_area::before {
  content: "";
  position: absolute;
  height: 80px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #ECF3FC;
  bottom: -80px;
  left: 0;
}
.time_pack .plan_area.main .d-flex {
  background: #fff;
  padding: 30px 20px;
}
.time_pack .box_area h4{
  width: 300px;
  text-align: center;
  padding: 30px 0px;
  background: #fff;
  margin: 5px 30px 0 0;
  color: #0049AE;
  font-weight: 700;
  font-size: 22px;
 }
 .time_pack .main .box_area h4{
  border-right: 1px solid #ddd;
 }
 .time_pack .price_area_header {
  position: relative;
  width: fit-content;
  padding: 15px 20px;
  background: #0049AE;
  color: #fff;
  font-weight: 700;
 }

 .time_pack .price_area_header::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 30px;
  height: 100%;
  background: #0049AE;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
 }
 
 .time_pack span.emphasis {
   color: #0049AE;
   background: linear-gradient(transparent 60%, #F8F80A 70%);
 }
 .time_pack .attention_line span.emphasis {
    color: #333;
}
.time_pack .flex__4col {
  width: 24%;
  border-radius: 0;
  box-shadow: none;
}
.time_pack .flex__4col img {
  height: 180px;
}
.time_pack .flex__4col h3,.time_pack .reason h3 {
    color: #0049AE;
    line-height: 1.2;
    text-align: center;
}
.time_pack .reason h3 {
  padding: 5px 20px 20px;
}
.time_pack .bg_main_color {
  background:#ECF3FC;
}
.time_pack .reason .flex__3col {
  border-radius: 10px;
  background: #fff;
  padding: 0;
}
.time_pack .reason .flex__3col img {
  width: 100% !important;
  height: auto;
}
.time_pack p.text-center {
  font-size: 18px;
  line-height: 1.4;
}
.time_pack .cta {
  background: url(/wp-content/themes/jstork19_custom/img/timepack/bg_cta.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0;
}
.time_pack .top__kv .gradation-button,.time_pack .scroll_area .gradation-button {
  background: linear-gradient(0deg, #0049AE, #3E70B5);
  letter-spacing: .5px;
  position: relative;
  padding: 15px;
}
.time_pack .scroll_area .gradation-button {
  width: 80%;
  margin: 0px 10px;
}
.time_pack .top__kv .gradation-button:nth-child(2):after,
.time_pack .scroll_area .gradation-button:nth-child(2):after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background-image: url(/wp-content/themes/jstork19_custom/img/timepack/ico_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
}
.time_pack .top__kv .gradation-button:first-child:after,.time_pack section.cta button::after,
.time_pack .scroll_area .gradation-button:first-child::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.time_pack .gradation-button small {
  font-size: 12px;
}
.time_pack section.cta button,.time_pack .top__kv .gradation-button:first-child,
.time_pack .scroll_area .gradation-button:first-child {
  background: linear-gradient(0deg, #E83E16, #E38F52);
}
.time_pack section.cta button{
  width: 340px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
}
.time_pack #questions .flex__4col {
  width: 25%;
  background: #fafafa;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 1300px){
  .interpreter_lp01.area_lp .top__kv .section__inner .title_area {
      width: 700px;
  }
}
.top__kv .hs-cta-wrapper {
  margin: 0px 10px 10px;
}
.bg__pale_gray .hs-cta-wrapper img {
  height: auto;
}

.w-100 .hs-cta-wrapper img {
  width: 400px;
}
.htu .hs-cta-wrapper img {
  width: 280px;
  height: 46px;
}
.footer__nav .hs-cta-wrapper img {
  width: 168px;
}
@media screen and (max-width: 960px) {
  .lp.footer {
    display: none;
  }
  .interpreter_lp01.area_lp .htu {
    margin-top: 50px;
    padding-top: 0px;
  }
  .top__kv .hs-cta-wrapper  img{
      width: 100%;
  }
  .w-100 .hs-cta-wrapper img {
    width: 320px;
  }
  .time_pack .top__kv {
    margin: 60px 0 0;
    height: 500px;
    background-position-x: 120%;
  }
  .time_pack .section_inner:not(.top__kv .section_inner) {
    padding: 20px 5%;
  }
  .time_pack .flex__3col {
    margin: 0 0 20px;
  }
  .time_pack .flex__4col:not(.time_pack .faq__menu .flex__4col) {
    width: 48%;
    padding: 0;
  }
  .time_pack .flex__3col{
    width: 32%!important;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .time_pack .top__kv {
    background-position-x: 120%;
  }
  .time_pack .flex__3col h3,.time_pack .flex__4col h3, .time_pack .reason h3 {
    font-size: 16px;
  } 
  .time_pack .box_area h4{
    width: 200px;
  }
  .time_pack .price_area .attention_line small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .time_pack .top__kv .d-flex {
    flex-direction: column;
  }
  .time_pack .top__kv button {
    width: 100%;
    height: 60px;
  }
  .time_pack .planbox_area .section_inner {
    padding: 30px 0!important;
  }
  .time_pack .planbox_area .flex__container {
    padding: 0 20px;
  }
  .scroll_area .d-flex {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .scroll_area {
    display: block;
    padding: 0 !important;
    height: auto;
  }
  .time_pack .scroll_area .gradation-button {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .time_pack .plan_area {
    text-align: center;
    font-size: 14px;
  }
  .time_pack .box_area .d-flex {
    flex-direction: column;
  }
  .time_pack .main .box_area h4 {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .time_pack .price_area_header {
    font-size: 14px!important;
  }
  .time_pack .box_area .attention_line:before{
    height: 90%;
    transform: rotate(-15deg);
  }
  .time_pack .box_area .attention_line:after {
    height: 90%;
    transform: rotate(15deg);
  }
  .time_pack .box_area .attention_line  {
    margin: 5px 0 20px;
    line-height: 1.2;
  }
  .time_pack p.text-center, #top.time_pack .faq_q .faq_text {
    font-size: 15px;
  }
  .time_pack .headline_1 {
    margin: 30px auto !important;
    font-size: 24px !important;
  }
  .time_pack .top__kv {
    background-image: linear-gradient(90deg, #fff, #CEDEF4);
    height: auto;
    margin: 0px 0 0;
  }
  .time_pack .top__kv .title_area {
    background: url(/wp-content/themes/jstork19_custom/img/timepack/bg_kv.png) no-repeat 180px -55px;
    background-size: 70%;
    padding-top: 60px;
  }
  .time_pack .flex__3col,.time_pack .flex__4col {
    width: 100% !important;
  }
  .time_pack .flex__4col:not(.time_pack .faq__menu .flex__4col) {
    margin: 0;
  }
  .time_pack .faq_plus li {
    padding: 20px 0;
  }
  .time_pack .box_area h4 {
    width: 100%;
    margin: 5px 30px 20px 0;
  }
  .time_pack .plan_area h3 {
    font-size: 22px;
    margin-left: -20px;
  }
  .time_pack .box_area {
    padding: 30px 15px;
  }
  .time_pack .top__kv .gradation-button {
    width: 100%;
    height: 60px;
    margin: 0 0 20px;
  }
  .time_pack .scroll_area .gradation-button:nth-child(2) {
    padding: 15px 0px 10px 15px;
  }
  .time_pack .scroll_area .gradation-button:nth-child(2):after {
    width: 30px;
    height: 30px;
    left: 30px;
  }
}
@media screen and (max-width: 650px) {
  .interpreter_lp01.area_lp .top__kv .section__inner .title_area {
    width: 100%;
  }
  .interpreter_lp01.area_lp .title_area {
    padding: 0px 10px;
  }
}
.range h3{
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
}
.range img{
  width: auto;
  height: 350px;
  margin: 0 auto;
  display: block;
}
.range .flex__container {
  justify-content: flex-end!important;
}
.range dt {
  width: 10%;
}
.range dd {
  width: 30%;
  font-size: 11px;
  margin: 0 0 10px 30px;
}
.range span.color-area {
  width: 50px;
  margin-right: 10px;
  display: block;
}
.note_s {
  font-size: 11px;
  color: #777;
}
@media screen and (max-width: 960px) {
  .range dt {
    display: none;
  }
  .range dd {
    width: 40%;
    font-size: 11px;
    margin: 0 20px 10px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
  }
  .range img {
    width: 60%;
    height: auto;
    margin: 20px auto 0;
  }
  .range .block__def {
    margin:10px 0 0 0!important;
  }
}
@media screen and (max-width: 480px) {
  .range dd {
    width: 37%;
  }
  .range img {
    width: 80%;
  }
}
.usage_kv{
  margin-bottom: 30px;
}
.usage_kv .wp-block-cover__image-background {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.usage_detail .kv .wp-block-cover__inner-container, .usage_kv .wp-block-cover__inner-container {
  font-size: 28px;
  padding-top: 0;
  margin-top: -120px;
}
.cards_links .flex__box50 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.card_link img {
  height: 120px;
  width: 200px;
  object-fit: cover;
}
.area .card_link img {
  width: auto;
  object-fit: inherit;
  padding: 10px;
}
.card_link .title {
  padding: 20px 30px;
  font-size: 13px;
}
.card_link h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .cards_links .flex__box50{
    padding-bottom: 0;
  }
  .card_link .title {
    padding: 15px;
    font-size: 12px;
  }
  .card_link img {
    height: auto;
    width: 150px;
  }
  .area .card_link img {
    height: auto;
    width: 100px;
  }
  .card_link h3 {
    font-size: 14px;
  }
  .card_link h3 {
    font-size: 14px;
  }
  
  .usage_kv,.usage_detail .kv {
    height: 180px;
  }
  .usage_kv .has-large-font-size{
    font-size: 28px !important;
  }
  .usage_kv .wp-block-cover__image-background {
    background-size: auto 100%;
  }
}