@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.75vw;
  }
}
@media screen and (min-width: 841px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  html {
    font-size: 58%;
  }

  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .st {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pt {
    display: none;
  }
}

/* !jets_assist_lp_wrapper
---------------------------------------------------------- */
#jets_assist_lp_wrapper {
  position: relative;
  padding-top: 6.4rem;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(transparent, #f9f3f4 30%);
}

/* !header
---------------------------------------------------------- */
#jets_assist_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 6rem;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.jets_assist_lp_headlogo {
  display: flex;
  align-items: center;
  height: 6.4rem;
}
.jets_assist_lp_headlogo img {
  height: 4.6rem;
}
#jets_assist_lp_header .cv {
  display: none;
  position: fixed;
  right: 3rem;
  bottom: 0.8rem;
}
#jets_assist_lp_header .cv a {
  display: block;
  padding: 3.6rem 2rem 2.4rem;
  width: 17.4rem;
  height: 17.4rem;
  background: #f0000e;
  border-radius: 100%;
  border: 4px solid #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
#jets_assist_lp_header .cv img {
  display: block;
  margin: 1.6rem auto 0;
  width: 7.3rem;
}
.jets_assist_lp_btn_menu {
  display: none;
}
#jets_assist_lp_navi .logo {
  display: none;
}
#jets_assist_lp_navi ul {
  display: flex;
  color: #5e5e5e;
}
#jets_assist_lp_navi li {
  margin-left: 3.2rem;
}
#jets_assist_lp_navi li a {
  display: flex;
  align-items: center;
  position: relative;
  height: 6.4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
#jets_assist_lp_navi li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
  height: 4px;
  background: #f0000e;
  border-radius: 2rem;
}
#jets_assist_lp_navi li a:hover {
  color: #f0000e;
}
#jets_assist_lp_navi li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*** スマホ 320px ~ 840px***/
@media screen and (max-width: 1440px) {
  #jets_assist_lp_header {
    padding: 0 4rem;
  }
}

@media screen and (max-width: 840px) {
  #jets_assist_lp_wrapper {
    padding-top: 0;
  }

  #jets_assist_lp_header {
    position: absolute;
    background: transparent;
  }
  .jets_assist_lp_headlogo img {
    display: none;
  }
  .jets_assist_lp_btn_menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    width: 4.8rem;
    height: 4.8rem;
    background: url("../image/common/icon_menu.svg") no-repeat center #fff;
    background-size: 100%;
  }
  .jets_assist_lp_btn_menu.active {
    background-image: url("../image/common/icon_menu_close.svg");
    background-size: 3.6rem;
  }
  #jets_assist_lp_navi .logo {
    display: block;
  }
  #jets_assist_lp_navi {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    transition: 0.5s;
    padding: 4rem 2.4rem;
    width: 100%;
    max-width: 48rem;
    background: #f0000e;
    box-sizing: border-box;
  }
  #jets_assist_lp_navi.open {
    pointer-events: inherit;
    opacity: 1;
  }
  #jets_assist_lp_navi .logo {
    padding-bottom: 1.6rem;
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #f9f3f4;
  }
  #jets_assist_lp_navi ul {
    display: block;
    color: #fff;
  }
  #jets_assist_lp_navi li {
    margin: 0;
  }
  #jets_assist_lp_navi li a {
    display: inline-flex;
    padding-right: 2.8rem;
    height: 4.2rem;
    background: url("../image/common/icon/icon_link.svg") no-repeat right center;
  }
}
@media screen and (max-width: 767px) {
  #jets_assist_lp_header {
    padding: 0 1.6rem;
  }
  .jets_assist_lp_headlogo img {
    display: none;
    height: 3.5rem;
  }
  #jets_assist_lp_header .cv {
    right: 0.6rem;
    bottom: 1rem;
  }
  #jets_assist_lp_header .cv a {
    display: flex;
    flex-direction: column-reverse;
    padding: 1rem 0 2rem;
    width: 8.6rem;
    height: 8.6rem;
    border-width: 2px;
    font-size: 1rem;
  }
  #jets_assist_lp_header .cv img {
    margin: 0 auto 0.6rem;
    width: 3.3rem;
  }
}

/* jets_assist_lp_footer
-----------------------------------------------------------*/
.jets_assist_lp_footer {
  margin-top: 10.4rem;
  padding: 8rem 0;
  background: #f0000e;
  color: #fff;
}
.jets_assist_lp_footer a:hover {
  opacity: 0.7;
}
.jets_assist_lp_footer .footIn {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 4rem;
  max-width: 100rem;
}
.jets_assist_lp_footer .footlinks {
  display: flex;
  justify-content: space-between;
  width: 29rem;
}
.jets_assist_lp_footer .footlogo {
  width: 8.3rem;
}
.jets_assist_lp_footer .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 11.5rem);
}
.jets_assist_lp_footer .links a {
  display: block;
  font-size: 1.4rem;
}
.jets_assist_lp_footer .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.jets_assist_lp_footer .sns a {
  margin-left: 2.6rem;
}
.jets_assist_lp_footer .copyright {
  text-align: right;
  font-size: 1.2rem;
}

/*** スマホ 320px ~ 840px***/
@media screen and (max-width: 767px) {
  .jets_assist_lp_footer {
    margin-top: 8rem;
    padding: 5.6rem 0 10.4rem;
  }

  .jets_assist_lp_footer .footIn {
    display: block;
    padding: 0 3.2rem;
  }
  .jets_assist_lp_footer .footlinks {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    width: auto;
  }
  .jets_assist_lp_footer .footlogo {
    margin-right: 3.2rem;
    width: 7.7rem;
  }
  .jets_assist_lp_footer .links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
  }
  .jets_assist_lp_footer .sns {
    margin-bottom: 1.6rem;
  }
  .jets_assist_lp_footer .sns a {
    margin: 0 1.3rem;
  }
  .jets_assist_lp_footer .sns img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .jets_assist_lp_footer .copyright {
    text-align: center;
    font-size: 1rem;
  }
}

/* !common
---------------------------------------------------------- */
.jets_assist_lp_mainVisual img {
  width: 100%;
}

.jets_assist_lp_inner {
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 130rem;
}

.jets_assist_lp_hdl {
  margin-bottom: 2.4rem;
  text-align: center;
  line-height: 0.9;
}
.jets_assist_lp_hdl .eng {
  display: block;
  margin-bottom: 1.6rem;
  letter-spacing: 0.0128em;
  color: #f0000e;
  font-family: "Staatliches";
  font-size: 6.4rem;
}
.jets_assist_lp_hdl .jap {
  display: block;
  color: #5e5e5e;
  font-weight: 700;
}
.jets_assist_lp_hdl:after {
  content: "";
  display: block;
  margin: 1.6rem auto 0;
  height: 2.4rem;
  width: 1px;
  background: #5e5e5e;
}
.jets_assist_lp_hdm {
  margin-bottom: 4rem;
}

.jets_assist_lp_hdm span:not(.not_spanstyle) {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-top: 1px solid #b8b6b6;
  border-bottom: 1px solid #b8b6b6;
  line-height: 1.4;
  color: #f0000e;
  font-weight: 700;
  font-size: 3.2rem;
}

.jets_assist_lp_hdm .eng {
  line-height: 1.25;
  font-family: "Staatliches";
  font-size: 4rem;
  font-weight: normal;
}
.jets_assist_lp_hds {
  margin-bottom: 2.4rem;
  padding-left: 1.2rem;
  border-left: 4px solid #f0000e;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}

.colorRed {
  color: #f0000e;
}

.hide {
  display: none;
}

.jets_assist_lp_anchorArea,
.jets_assist_lp_projectArea {
  position: relative;
}
.jets_assist_lp_anchorArea > .anchor {
  position: absolute;
  top: -6.4rem;
}
.jets_assist_lp_projectArea > .anchor {
  position: absolute;
  top: -10.2rem;
}

.jets_assist_lp_btn {
  text-align: center;
}
.jets_assist_lp_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* padding: 0 1rem; */
  height: 3rem;
  width: 100%;
  box-sizing: border-box;
  border-radius: 7rem;
  border: 1px solid #f0000e;
  letter-spacing: 0.014em;
  color: #f0000e;
  font-size: 1.4rem;
  font-weight: 700;
}
.jets_assist_lp_btn a:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  transition: 0.3s;
  height: 100%;
  width: 100%;
  background: #f0000e;
}
.jets_assist_lp_btn .con {
  position: relative;
  z-index: 2;
}
.jets_assist_lp_btn a:hover {
  color: #fff;
}
.jets_assist_lp_btn a:hover:before {
  right: 0;
}
.jets_assist_lp_btn a:after {
  content: "";
  position: relative;
  z-index: 2;
  background-size: 100%;
}
.jets_assist_lp_btn .detail:after {
  margin-left: 0.8rem;
  width: 1rem;
  height: 1rem;
  background: url("../image/common/icon/icon_plus.svg") no-repeat center;
}
.jets_assist_lp_btn .detail:hover:after {
  background: url("../image/common/icon/icon_plus_wh.svg");
}
.jets_assist_lp_btn .external:after {
  margin-left: 0.8rem;
  width: 1.1rem;
  height: 1.1rem;
  background: url("../image/common/icon/icon_external.svg") no-repeat center;
}
.jets_assist_lp_btn .external:hover:after {
  background: url("../image/common/icon/icon_external_wh.svg") no-repeat center;
}
.jets_assist_lp_btn.golist a {
  max-width: 26.4rem;
  height: 4rem;
}

.mt24 {
  margin-top: 2.4rem;
}

.jets_assist_lp_slider .item {
  max-width: 33rem;
  height: 18.5rem;
}
.jets_assist_lp_slider .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.responsDisplay {
  padding: 2.4rem;
  margin: 0 auto;
  max-width: 34.3rem;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 3rem;
  line-height: 1.7;
  font-size: 1.4rem;
}
.responsDisplay .icon {
  margin-bottom: 1.2rem;
  text-align: center;
}
.responsDisplay .icon img {
  width: 14rem;
}
.responsDisplay .keysImg {
  margin-bottom: 4.2rem;
  text-align: center;
}
.responsDisplay .keysImg img {
  height: 12.8rem;
}
.responsDisplay .tit {
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.fancybox .navigation {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.fancybox .navigation .jets_assist_lp_btn {
  margin: 0 1.6rem;
  width: 16rem;
}
.fancybox .navigation .button {
  width: 3.2rem;
  height: 3.2rem;
  background-size: 100%;
}
.fancybox .navigation .left {
  background-image: url("../image/common/icon/icon_back_red.svg");
}
.fancybox .navigation .right {
  background-image: url("../image/common/icon/icon_next_red.svg");
}
.fancybox .navigation .left.disabled {
  background-image: url("../image/common/icon/icon_back_gray.svg");
}
.fancybox .navigation .right.disabled {
  background-image: url("../image/common/icon/icon_next_gray.svg");
}

.jets_assist_lp_signs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.jets_assist_lp_signs span {
  margin: 0 0.3rem 0.3rem 0;
  width: 4.3rem;
}

.jets_assist_lp_keys {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.jets_assist_lp_keys span {
  padding: 0 0.6rem;
  margin: 0 0.4rem 0.4rem 0;
  border-radius: 3rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
}
.jets_assist_lp_keys .home {
  background: #bfd9ff;
}
.jets_assist_lp_keys .event {
  background: #ffc3bf;
}
.jets_assist_lp_keys .media {
  background: #e3bfff;
}
.jets_assist_lp_keys .sponsor {
  background: #ffbfda;
}
.jets_assist_lp_keys .local {
  background: #ffdebf;
}

/*** スマホ 320px ~ 840px***/
@media screen and (max-width: 840px) {
  .jets_assist_lp_inner {
    padding: 0 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .hidePC {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .jets_assist_lp_inner {
    padding: 0 1.6rem;
  }

  .jets_assist_lp_hdl .eng {
    margin-bottom: 1rem;
    letter-spacing: 0.0128em;
    font-size: 4.8rem;
  }
  .jets_assist_lp_hdm {
    margin-bottom: 2.4rem;
  }
  .jets_assist_lp_hdm span {
    padding: 0.3rem 0.6rem;
    font-size: 2.4rem;
  }
  .jets_assist_lp_hdm .eng {
    font-size: 2.4rem;
  }
  .jets_assist_lp_hds {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }

  .jets_assist_lp_slider .item {
    max-width: 15.5rem;
    height: 8.7rem;
  }

  .jets_assist_lp_keys {
    margin-bottom: 0.4rem;
  }
  .jets_assist_lp_keys span {
    padding: 0 0.6rem;
    margin: 0 0.3rem 0.3rem 0;
    line-height: 1.5rem;
    font-size: 1rem;
  }

  .jets_assist_lp_btn.golist a {
    max-width: inherit;
    height: 3.2rem;
  }

  .mt24 {
    margin-top: 1.2rem;
  }

  .jets_assist_lp_anchorArea > .anchor {
    top: -4.8rem;
  }
  .jets_assist_lp_projectArea > .anchor {
    top: -12.8rem;
  }
}

/* !page
---------------------------------------------------------- */
.jets_assist_lp_concept {
  padding: 10.4rem 0 0;
  background: #f9f3f4;
}
.jets_assist_lp_concept .part,
.jets_assist_lp_statement .part {
  padding: 4.8rem 8rem;
  margin-bottom: -1px;
  background: #fff;
  border: 1px solid #b8b6b6;
}
.jets_assist_lp_concept .display {
  display: flex;
  justify-content: space-between;
}
.jets_assist_lp_concept .display .image {
  width: 35rem;
}
.jets_assist_lp_concept .display .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.jets_assist_lp_concept .slider {
  overflow: hidden;
  height: 100%;
  border-radius: 0.5rem 5rem;
}
.jets_assist_lp_concept .slider div {
  height: 100%;
}
.jets_assist_lp_concept .display .info {
  width: calc(100% - 40rem);
}
.jets_assist_lp_concept .display .info p {
  line-height: 1.7;
  letter-spacing: 0.032em;
}
.jets_assist_lp_concept .display .info p + p {
  margin-top: 2rem;
}
.jets_assist_lp_concept .responsibility ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5.8rem;
}
.jets_assist_lp_concept .responsibility li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4rem 5.8rem;
  width: calc(50% - 5.8rem);
}
.jets_assist_lp_concept .responsibility .icon {
  width: 11rem;
}
.jets_assist_lp_concept .responsibility .info {
  width: calc(100% - 12.6rem);
  line-height: 1.7;
  font-size: 1.4rem;
}
.jets_assist_lp_concept .responsibility .tit {
  margin-bottom: 0.8rem;
  color: #f0000e;
}
.jets_assist_lp_concept .assistants ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.7rem;
}
.jets_assist_lp_concept .assistants li {
  position: relative;
  padding-top: calc(100% / 3 - 4.7rem);
  margin-left: 4.7rem;
  width: calc(100% / 3 - 4.7rem);
}
.jets_assist_lp_concept .assistants .circle {
  position: absolute;
  left: 0;
  top: 0;
  padding: 6.4rem 5.8rem 2rem;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
}
.jets_assist_lp_concept .assistants .circle01 {
  background-image: url("../image/concept/img_assist_01.png");
}
.jets_assist_lp_concept .assistants .circle02 {
  background-image: url("../image/concept/img_assist_02.png");
}
.jets_assist_lp_concept .assistants .circle03 {
  background-image: url("../image/concept/img_assist_03.png");
}
.jets_assist_lp_concept .assistants .step {
  margin-bottom: 1.6rem;
  line-height: 1;
  text-align: center;
  font-size: 4.8rem;
}
.jets_assist_lp_concept .assistants .step:before {
  content: "ASSIST";
  display: block;
  font-size: 1.6rem;
}
.jets_assist_lp_concept .assistants .txt {
  line-height: 1.7;
}
.jets_assist_lp_concept .assistants .foucs {
  font-weight: 700;
}

.jets_assist_lp_3Pactions {
  padding: 10.4rem 0 0;
}
.jets_assist_lp_3Pactions ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 2.6rem 10.4rem;
}
.jets_assist_lp_3Pactions ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
  border: 1px solid #f0000e;
}
.jets_assist_lp_3Pactions li {
  position: relative;
  z-index: 2;
  padding: 3.2rem 2.4rem;
  margin: 0 2.1rem;
  width: calc(100% / 3 - 4.2rem);
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0px 0.4rem 3rem 0px rgba(51, 51, 51, 0.1);
}
.jets_assist_lp_3Pactions li:nth-of-type(1) {
  margin-top: 6.4rem;
  margin-bottom: -6.4rem;
}
.jets_assist_lp_3Pactions li:nth-of-type(2) {
  margin-top: 3.2rem;
  margin-bottom: -3.2rem;
}
.jets_assist_lp_3Pactions li .keysImg {
  margin-bottom: 4.2rem;
  text-align: center;
}
.jets_assist_lp_3Pactions li .keysImg img {
  height: 21.5rem;
}
.jets_assist_lp_3Pactions li .jets_assist_lp_hdm {
  margin-bottom: 1.4rem;
}
.jets_assist_lp_3Pactions li .tit {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
.jets_assist_lp_3Pactions li .txt {
  line-height: 1.7;
}
.jets_assist_lp_3Pactions .jets_assist_lp_btn {
  display: none;
}

.jets_assist_lp_project,
.jets_assist_lp_report,
.jets_assist_lp_statement {
  padding: 10.4rem 0 0;
}
.jets_assist_lp_project .projectTab {
  display: flex;
  align-items: flex-end;
}
.jets_assist_lp_project .projectTab li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 6.4rem;
  border: 1px solid #b8b6b6;
  border-bottom-color: #f0000e;
  text-align: center;
  color: #b8b6b6;
  font-size: 2rem;
  font-weight: 700;
}
.jets_assist_lp_project .projectTab li + li {
  margin-left: -1px;
}
.jets_assist_lp_project .projectTab li.onActive {
  z-index: 3;
  height: 8rem;
  margin-bottom: -1px;
  border-color: #f0000e;
  border-bottom-color: transparent;
  color: #f0000e;
  font-size: 2.8rem;
}
.jets_assist_lp_project .projectTab li a {
  position: absolute;
}
.jets_assist_lp_project .bgBox {
  padding: 4.8rem;
  border: 1px solid #f0000e;
  border-top: 0;
}
.jets_assist_lp_prolist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
  /* 選手活動のコメントアウト部分が公開すると以下を消す */
  justify-content: center;
}
.jets_assist_lp_prolist .item {
  transition: 0.3s;
  margin: 0 0 2.4rem 2.4rem;
  padding: 2.2rem;
  width: calc(25% - 2.4rem);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px 0px rgba(51, 51, 51, 0.1);
  border-radius: 0.8rem;
}
.jets_assist_lp_prolist .biggerlink:hover {
  background: #fff9f9;
}
.jets_assist_lp_prolist .biggerlink:hover .jets_assist_lp_btn a {
  color: #fff;
}
.jets_assist_lp_prolist .biggerlink:hover .jets_assist_lp_btn .external:after {
  background-image: url(../image/common/icon/icon_external_wh.svg);
}
.jets_assist_lp_prolist .biggerlink:hover .jets_assist_lp_btn a:before {
  right: 0;
}
.jets_assist_lp_prolist .jets_assist_lp_hdm {
  margin-bottom: 1.6rem;
}
.jets_assist_lp_prolist .jets_assist_lp_hdm span {
  font-size: 1.6rem;
}
.jets_assist_lp_prolist .jets_assist_lp_hdm .not_spanstyle {
  font-size: 1.2rem;
}
.jets_assist_lp_prolist .img {
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.jets_assist_lp_prolist .img img {
  transition: 0.3s;
}
.jets_assist_lp_prolist .biggerlink:hover .img img {
  transform: scale(1.05, 1.05);
}
.jets_assist_lp_prolist .txt {
  line-height: 1.7;
}
.jets_assist_lp_prolist .jets_assist_lp_btn {
  margin: 1.6rem auto 0;
  max-width: 15rem;
}
.jets_assist_lp_prolist .link {
  display: none;
}
.jets_assist_lp_prolist .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: 700;
}
.jets_assist_lp_prolist .date {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
}
.pageSlider_ctrl {
  display: none;
}

.jets_assist_lp_report .bgBox {
  padding: 4.8rem 8rem 14.5rem;
  background: url("../image/report/img_illust_pc.png") repeat-x center bottom -2px;
  background-size: auto 9.8rem;
  border: 1px solid #f0000e;
}

.jets_assist_lp_statement {
  padding: 10.4rem 0 0;
}
.jets_assist_lp_statement .managerDisplay {
  display: flex;
  justify-content: space-between;
}
.jets_assist_lp_statement .managerDisplay .img {
  width: 38.2rem;
}
.jets_assist_lp_statement .managerDisplay .pic {
  margin-bottom: 1.6rem;
}
.jets_assist_lp_statement .managerDisplay .name {
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  font-weight: 700;
}
.jets_assist_lp_statement .managerDisplay .name .jap {
  display: block;
  font-size: 2.8rem;
}
.jets_assist_lp_statement .managerDisplay .info {
  width: calc(100% - 43rem);
}
.jets_assist_lp_statement .managerDisplay .info p {
  line-height: 1.7;
  letter-spacing: 0.032em;
}
.jets_assist_lp_statement .managerDisplay .info p + p {
  margin-top: 2rem;
}
.jets_assist_lp_statement .voiceDisplay {
  margin: 0 auto;
  max-width: 90.2rem;
}
.jets_assist_lp_statement .voiceDisplay .display {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.jets_assist_lp_statement .voiceDisplay .img {
  width: 53%;
}
.jets_assist_lp_statement .voiceDisplay .info {
  width: 42.2%;
  line-height: 1.7;
  font-size: 1.4rem;
}
.jets_assist_lp_statement .voiceDisplay .jets_assist_lp_btn {
  margin-top: 3.2rem;
}
.jets_assist_lp_statement .voiceDisplay .jets_assist_lp_btn a {
  max-width: 15rem;
}

.voiceCorporate {
  padding: 4.8rem 6.5rem;
  max-width: 100rem;
  background: #fff;
  border-radius: 0.8rem;
}
.voiceCorporate .img {
  margin: 0 auto 3.2rem;
  max-width: 49rem;
  text-align: center;
}
.voiceCorporate .tit {
  margin: 0 auto 3.2rem;
  font-size: 2rem;
  font-weight: 700;
}
.voiceCorporate .txt p {
  margin-bottom: 2.4rem;
  line-height: 1.7;
  letter-spacing: 0.032em;
}
.voiceCorporate .jets_assist_lp_btn a {
  max-width: 10.2rem;
  height: 4rem;
}
.scrollbar {
  overflow-y: scroll;
  padding: 0.5rem 1rem 0.5rem 0;
  height: 20.5rem;
}
.scrollbar::-webkit-scrollbar {
  width: 0.8rem;
}
.scrollbar::-webkit-scrollbar-track {
  background: #f9f3f4;
  border-radius: 20px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #cccaca;
  border-radius: 20px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.jets_assist_lp_award {
  padding: 10.4rem 0 0;
}
.jets_assist_lp_award ul {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  position: relative;
  padding: 4rem;
}
.jets_assist_lp_award ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #f0000e;
}
.jets_assist_lp_award li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 1.6rem 2.4rem;
  margin: 0 2rem;
  /* width: calc(50% - 4rem); */
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 30px 0px rgba(51, 51, 51, 0.1);
}
/* .jets_assist_lp_award li:nth-of-type(1) {
  margin-top: 2.4rem;
  margin-bottom: -2.4rem;
} */
.jets_assist_lp_award li .img {
  width: 50rem;
}
.jets_assist_lp_award li .info {
  width: calc(100% - 24.4rem);
  text-align: center;
}
.jets_assist_lp_award li .tit {
  font-weight: 700;
}
.jets_assist_lp_award .jets_assist_lp_btn a {
  max-width: 18rem;
}

.jets_assist_lp_partner {
  padding: 10.4rem 0 0;
}
.jets_assist_lp_partner .bgbox {
  padding: 8rem 3.2rem;
  background: #fff;
  border: 1px solid #f0000e;
}
.jets_assist_lp_partner .logos {
  margin: 0 auto;
  max-width: 75rem;
}
.jets_assist_lp_partner .hd01 {
  overflow: hidden;
  margin-bottom: 2.4rem;
  line-height: 1;
}
.jets_assist_lp_partner .hd01 .eng {
  display: inline-block;
  position: relative;
  color: #f0000e;
  font-size: 3rem;
  font-weight: 400;
}
.jets_assist_lp_partner .hd01 .eng:after {
  content: "";
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  width: 1920rem;
  border-top: 1px solid #b8b6b6;
}
.jets_assist_lp_partner ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.4rem;
}
.jets_assist_lp_partner ul li {
  margin: 0 0 2.4rem 2.4rem;
  width: calc(100% / 3 - 2.4rem);
  box-shadow: 0px 4px 30px 0px rgba(51, 51, 51, 0.1);
}
.jets_assist_lp_partner .jets_assist_lp_btn.golist a {
  min-width: 30rem;
}

/*** スマホ 320px ~ 840px***/
@media screen and (max-width: 840px) {
  .jets_assist_lp_concept .part {
    padding: 3.2rem;
  }
  .jets_assist_lp_concept .display {
    display: block;
  }
  .jets_assist_lp_concept .display .image {
    margin: 0 auto 3.2rem;
    width: auto;
    max-width: 56.4rem;
  }
  .jets_assist_lp_concept .slider {
    border-radius: 0.3rem 3rem;
  }
  .jets_assist_lp_concept .display .info {
    width: auto;
  }
  .jets_assist_lp_concept .responsibility ul {
    margin-left: -3.2rem;
  }
  .jets_assist_lp_concept .responsibility li {
    display: block;
    margin: 0 0 4rem 3.2rem;
    width: calc(25% - 3.2rem);
  }
  .jets_assist_lp_concept .responsibility .icon {
    margin-bottom: 1.2rem;
    width: auto;
    text-align: center;
  }
  .jets_assist_lp_concept .responsibility .icon img {
    width: 8.3rem;
  }
  .jets_assist_lp_concept .responsibility .info {
    width: auto;
  }
  .jets_assist_lp_concept .responsibility .tit {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    color: #333;
  }
  .jets_assist_lp_concept .assistants ul {
    margin-left: -2.4rem;
  }
  .jets_assist_lp_concept .assistants li {
    padding-top: 0;
    margin-left: 2.4rem;
    width: calc(100% / 3 - 2.4rem);
  }
  .jets_assist_lp_concept .assistants .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    padding: 1rem;
    margin: 0 auto 1.2rem;
    width: 8.5rem;
    height: 8.5rem;
  }
  .jets_assist_lp_concept .assistants .step {
    margin-bottom: 0;
    line-height: 1;
    font-size: 4rem;
  }
  .jets_assist_lp_concept .assistants .step:before {
    font-size: 1.4rem;
  }

  .jets_assist_lp_3Pactions ul {
    display: block;
    padding: 0 6rem;
  }
  .jets_assist_lp_3Pactions ul:before {
    bottom: 10%;
    height: 80%;
  }
  .jets_assist_lp_3Pactions li:nth-of-type(1),
  .jets_assist_lp_3Pactions li:nth-of-type(2) {
    margin: 2.4rem 0;
  }
  .jets_assist_lp_3Pactions li {
    margin: 2.4rem 0;
    width: auto;
    border-radius: 0.3rem 3rem;
  }
  .jets_assist_lp_3Pactions .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jets_assist_lp_3Pactions .display .keysImg {
    margin-bottom: 0;
    width: 21.2rem;
  }
  .jets_assist_lp_3Pactions li .keysImg img {
    height: 16rem;
  }
  .jets_assist_lp_3Pactions .display .info {
    width: calc(100% - 26.6rem);
  }
  .jets_assist_lp_3Pactions li .tit {
    margin-bottom: 0.8rem;
  }

  .jets_assist_lp_project .projectTab li {
    height: 3.7rem;
    font-size: 1.4rem;
  }
  .jets_assist_lp_project .projectTab li.onActive {
    height: 4.6rem;
    font-size: 1.6rem;
  }
  .jets_assist_lp_project .bgBox {
    padding: 4.8rem;
  }
  .jets_assist_lp_prolist {
    margin-left: -3.2rem;
  }
  .jets_assist_lp_prolist .item {
    margin: 0 0 2.4rem 3.2rem;
    width: calc(50% - 3.2rem);
  }

  .jets_assist_lp_statement .part {
    padding: 3.2rem;
  }
  .jets_assist_lp_statement .managerDisplay {
    display: block;
  }
  .jets_assist_lp_statement .managerDisplay .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.2rem;
    width: auto;
  }
  .jets_assist_lp_statement .managerDisplay .pic {
    margin-right: 2rem;
    width: 28.8rem;
  }
  .jets_assist_lp_statement .managerDisplay .info {
    width: auto;
  }
  .jets_assist_lp_statement .managerDisplay .jets_assist_lp_hdm {
    margin-bottom: 3.2rem;
  }
  .jets_assist_lp_statement .managerDisplay .jets_assist_lp_hdm span {
    padding: 0.6rem;
    font-size: 2.4rem;
  }

  .jets_assist_lp_award ul {
    display: block;
    padding: 0 3.2rem;
  }
  .jets_assist_lp_award ul:before {
    bottom: 15%;
    height: 70%;
  }
  .jets_assist_lp_award li {
    width: auto;
    max-width: 57rem;
  }
  .jets_assist_lp_award li:nth-of-type(1) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .jets_assist_lp_award li + li {
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .jets_assist_lp_concept {
    padding: 8rem 0 0;
  }
  .jets_assist_lp_concept .part {
    padding: 2.4rem;
  }
  .jets_assist_lp_concept .part .jets_assist_lp_hdm {
    display: flex;
    justify-content: center;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  .jets_assist_lp_concept .display .image {
    margin: 0 -0.8rem 3.2rem;
    height: 20.3rem;
  }
  .jets_assist_lp_concept .responsibility li {
    display: block;
    margin: 0 0 3.2rem 3.2rem;
    width: calc(50% - 3.2rem);
  }
  .jets_assist_lp_concept .responsibility .tit {
    font-size: 1.4rem;
  }
  .jets_assist_lp_concept .assistants li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    width: calc(100% - 2.4rem);
  }
  .jets_assist_lp_concept .assistants li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .jets_assist_lp_concept .assistants li + li {
    border-top: 1px solid #b8b6b6;
  }
  .jets_assist_lp_concept .assistants li:first-child {
    padding-top: 0;
  }
  .jets_assist_lp_concept .assistants .circle {
    padding: 0;
    margin: 0;
  }
  .jets_assist_lp_concept .assistants .txt {
    width: calc(100% - 10rem);
  }

  .jets_assist_lp_3Pactions {
    padding: 8rem 0 0;
  }
  .jets_assist_lp_3Pactions ul {
    display: block;
    padding: 0 2.4rem;
  }
  .jets_assist_lp_3Pactions .display .keysImg {
    width: 12rem;
  }
  .jets_assist_lp_3Pactions li .keysImg img {
    height: 7.8rem;
  }
  .jets_assist_lp_3Pactions .display .info {
    width: calc(100% - 12rem);
  }
  .jets_assist_lp_3Pactions li .jets_assist_lp_hdm {
    margin-bottom: 1rem;
  }
  .jets_assist_lp_3Pactions li .tit {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .jets_assist_lp_3Pactions li .txt {
    display: none;
  }
  .jets_assist_lp_3Pactions .jets_assist_lp_btn {
    display: block;
    margin-top: 2rem;
  }

  .jets_assist_lp_project,
  .jets_assist_lp_report,
  .jets_assist_lp_statement {
    padding: 8rem 0 0;
  }
  .jets_assist_lp_project .projectTab {
    overflow: hidden;
    height: 0;
    opacity: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 20;
    transition: 0.5s;
    padding: 0;
    width: 100%;
    background: #f9f3f4;
    border-bottom: 1px solid #f0000e;
  }
  .jets_assist_lp_project .projectTab.show {
    opacity: 1;
    padding: 4rem 0 0.8rem;
    height: auto;
  }
  .jets_assist_lp_project .projectTab li,
  .jets_assist_lp_project .projectTab li.onActive {
    padding: 0 1.6rem;
    margin: 0 0.8rem 0.8rem;
    width: auto;
    height: 3rem;
    background: transparent;
    border: 1px solid #f0000e;
    border-radius: 2rem;
    color: #f0000e;
    font-size: 1.4rem;
  }
  .jets_assist_lp_project .projectTab li.current {
    background: #f0000e;
    height: 3rem;
    color: #fff;
  }
  .jets_assist_lp_project .projectTab li a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .jets_assist_lp_prolist {
    display: block;
    margin-left: 0;
  }
  .jets_assist_lp_project .bgBox {
    padding: 2.4rem 0;
    margin-bottom: 3.2rem;
    border: 1px solid #f0000e;
  }
  .jets_assist_lp_prolist .item {
    margin: 0;
    width: auto;
  }

  .jets_assist_lp_prolist .slick-slide {
    padding: 0 2.4rem;
    box-sizing: border-box;
  }
  .pageSlider .slick-prev,
  .pageSlider .slick-next {
    top: auto;
    bottom: -6.8rem;
  }
  .pageSlider .slick-prev {
    left: 9.6rem;
  }
  .pageSlider .slick-next {
    right: 9.6rem;
  }
  .pageSlider_ctrl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
  }
  .pageSlider_ctrl .pageSlider_prev,
  .pageSlider_ctrl .pageSlider_next {
    width: 3.2rem;
    height: 3.2rem;
    background-position: center;
    background-size: 100%;
  }
  .pageSlider_prev {
    background-image: url("../image/common/icon/icon_back_red.svg");
  }
  .pageSlider_next {
    background-image: url("../image/common/icon/icon_next_red.svg");
  }
  .pageSlider_ctrl .pageSlider_page {
    margin: 0 2.4rem;
    color: #5e5e5e;
  }
  .pageSlider_currentPage {
    margin-right: 0.6rem;
    color: #f0000e;
    font-size: 3.2rem;
    font-weight: 700;
  }
  .pageSlider_totalPage {
    margin-left: 0.6rem;
  }

  .jets_assist_lp_report .bgBox {
    padding: 2.4rem 1.6rem 8.2rem;
    background-image: url(../image/report/img_illust_sp.png);
    background-size: auto 4.2rem;
  }
  .jets_assist_lp_report .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 3.2rem 0;
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0;
  }
  .jets_assist_lp_report .item:first-child {
    padding-top: 0;
  }
  .jets_assist_lp_report .item + .item {
    border-top: 1px solid #dee1e1;
  }
  .jets_assist_lp_report .img {
    margin-bottom: 0;
    width: 8.6rem;
  }
  .jets_assist_lp_report .info {
    padding-right: 3.8rem;
    width: calc(100% - 9.6rem);
    box-sizing: border-box;
  }
  .jets_assist_lp_report .date {
    margin-bottom: 0;
  }
  .jets_assist_lp_report .tit {
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .jets_assist_lp_report .item .jets_assist_lp_btn {
    display: none;
  }
  .jets_assist_lp_report .link {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.8rem;
    height: 2.8rem;
    background: url("../image/common/icon/icon_arrow.svg") no-repeat center;
    background-size: 100%;
  }
  .jets_assist_lp_report .item:first-child .link {
    top: calc(50% - 1.6rem);
  }

  .jets_assist_lp_statement .part {
    padding: 3.2rem 2.4rem;
    background: none;
  }
  .jets_assist_lp_statement .managerDisplay .img {
    display: block;
    margin-bottom: 1.6rem;
  }
  .jets_assist_lp_statement .managerDisplay .pic {
    margin-right: 0;
    width: auto;
    text-align: center;
  }
  .jets_assist_lp_statement .managerDisplay .name {
    display: block;
    padding: 0;
    font-size: 1.4rem;
  }
  .jets_assist_lp_statement .managerDisplay .name .jap {
    font-size: 2rem;
  }
  .jets_assist_lp_statement .managerDisplay .info p {
    font-size: 1.4rem;
  }
  .jets_assist_lp_statement .voiceDisplay .display {
    display: block;
  }
  .jets_assist_lp_statement .voiceDisplay .jets_assist_lp_hdm {
    text-align: center;
  }
  .jets_assist_lp_statement .voiceDisplay .img {
    margin-bottom: 2.4rem;
    width: auto;
  }
  .jets_assist_lp_statement .voiceDisplay .info {
    width: auto;
  }
  .voiceCorporate {
    padding: 2.4rem;
  }
  .voiceCorporate .txt p {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
  .scrollbar {
    padding: 0.5rem 0.6rem 0.5rem 0;
  }

  .jets_assist_lp_award {
    padding: 8rem 0 0;
  }
  .jets_assist_lp_award ul {
    padding: 0 2.4rem;
  }
  .jets_assist_lp_award li {
    padding: 1.6rem;
    margin: 0;
  }
  .jets_assist_lp_award li .img {
    width: 10.8rem;
  }
  .jets_assist_lp_award li .info {
    width: calc(100% - 12.4rem);
  }
  .jets_assist_lp_award li .tit {
    text-align: left;
    font-size: 1.4rem;
  }

  .jets_assist_lp_partner .bgbox {
    padding: 3.2rem 2.4rem;
  }
  .jets_assist_lp_partner .hd01 {
    margin-bottom: 1.6rem;
  }
  .jets_assist_lp_partner .hd01 .eng {
    font-size: 2.4rem;
  }
  .jets_assist_lp_partner ul {
    margin-left: -1.6rem;
  }
  .jets_assist_lp_partner ul li {
    margin: 0 0 1.6rem 1.6rem;
    width: calc(50% - 1.6rem);
  }
  .jets_assist_lp_partner .jets_assist_lp_btn.golist a {
    min-width: inherit;
  }
}
