/* header */
.tfx-navbar-wrapper > .navbar {
  /* background: rgba(255, 255, 255, 0.4);
  transition: background 0.2s cubic-bezier(0.4, 0, 0.2, 1); */
}
.tfx-navbar-wrapper.tfx-is-scroll .navbar {
  background: rgba(255, 255, 255, 1);
}
.tfx-navbar-wrapper.tfx-is-open .navbar {
  background: rgba(255, 255, 255, 1);
}

.tfx-main-inner{
  background: #fff;
  padding-bottom: 0;
}
/* tfx-visual */
.tfx-visual {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: calc(667px - 70px);
  position: relative;
}
.tfx-visual .tfx-visual-inner {
  height: 100%;
}

.tfx-visual-slide {
  height: 100%;
}
.tfx-visual-slide-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.tfx-visual-slide-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.tfx-visual-inner {
  position: relative;
  overflow: hidden;
}
.tfx-visual-words {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tfx-visual-word-1 {
  text-align: center;
  margin-bottom: 20px;
}
.tfx-visual-item {
  text-align: center;
  margin-bottom: 17px;
}
.tfx-visual-item img {
  width: 218px;
}
.tfx-visual-word-2 {
  text-align: center;
  margin-bottom: 0;
}
.tfx-visual-scroll {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 34px;
  bottom: 115px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.tfx-visual-scroll-text {
  width: calc(100% - 80px);
}
.tfx-visual-scroll-bar {
  position: relative;
  width: 80px;
  height: 1px;
  overflow: hidden;
}
.tfx-visual-scroll-bar span {
  display: block;
  position: absolute;
  width: 80px;
  height: 1px;
  background: #222;
  -webkit-animation: 3s visual-scroll-bar 1s infinite;
  animation: 3s visual-scroll-bar 1s infinite;
}
@-webkit-keyframes visual-scroll-bar {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  53% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes visual-scroll-bar {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  53% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tfx-attention {
  background: #fff;
}
.tfx-attention-item {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 18px 12px 16px;
  color: #b31d36;
  font-size: 1.2rem;
  font-weight: bold;
}
.tfx-attention-item a {
  color: #b31d36;
}
.tfx-attention-icon {
  margin-right: 4px;
}
.tfx-attention-item .icon-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* tfx-top-navi */
.tfx-top-navi .tfx-content-wrapper {
  padding-top: 40px;
}
.tfx-top-navi .tfx-btn-content .btn + .btn{
  margin-top: 16px;
}
/* tfx-message-alert */

@media screen and (min-width: 375px){
  .tfx-message-alert{
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
  }
}
@media screen and (min-width: 768px){
  .tfx-top-navi .tfx-btn-content .btn + .btn{
    margin-top: 0;
  }
}
/* tfx-top-about-item  */
.tfx-top-about {
  padding: 94px 0;
  position: relative;
  overflow: hidden;
}
.tfx-top-about-item {
  position: relative;
}

.tfx-top-about-item-image {
  text-align: center;
  position: relative;
}
.tfx-top-about-item-image img {
  width: 100%;
}
.tfx-top-about-item-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
.tfx-top-about-item-label {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #b31d36;
  padding-left: 40px;
}
.tfx-top-about-item-label::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #b31d36;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tfx-top-about-item-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
  background: none;
  margin-bottom: 24px;
  line-height:1.5;
}
.tfx-top-about-item-text {
  margin-bottom: 0;
}
.tfx-top-about-item-button {
  margin-top: 32px;
}
.tfx-top-about-item-content {
  position: relative;
  z-index: 1;
}
.tfx-top-about-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  height: 400px;
}
.tfx-top-about-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eff4f7;
  width: 100%;
  height: 65%;
}
@media screen and (min-width: 768px){
  .tfx-top-about {
  padding: 120px 0;
  }
}

/* .tfx-top-about-item-1  */
.tfx-top-about-item-1 .tfx-top-about-item-image {
  margin-bottom: 32px;
}
.tfx-top-about-item-1 .tfx-top-about-item-image img {
  width: 100%;
  max-width: 335px;
}
@media screen and (min-width: 768px){
  .tfx-top-about-item-1 .tfx-top-about-item-button{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* .tfx-top-about-item-2  */
.tfx-top-about-item-2 {
  padding-top: 430px;
}
.tfx-top-about-item-2 .tfx-top-about-item-bg {
  top: 96px;
}
.tfx-top-about-item-2 .tfx-top-about-item-image {
  width: 100%;
}
.tfx-top-about-item-2 .tfx-top-about-item-image img {
  position: absolute;
  top: -156px;
  right: -156px;
  width: 478px;
}
.tfx-top-about-item-2 .tfx-top-about-item-content {
  padding-top: 156px;
  text-align: left;
}
.tfx-top-about-item-2 .tfx-top-about-item-label-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tfx-top-about-item-2 .tfx-top-about-item-bg {
  background-repeat: no-repeat;
  background: url(/common/images/top/about_2_bg_sp.png);
  background-size: cover;
}

/* .tfx-top-about-item-3  */
.tfx-top-about-item-3 {
  padding-top: 380px;
}
.tfx-top-about-item-3 .tfx-top-about-item-bg {
  top: 96px;
}
.tfx-top-about-item-3 .tfx-top-about-item-image {
  width: 100%;
}
.tfx-top-about-item-3 .tfx-top-about-item-image img {
  position: absolute;
  top: -218px;
  left: -148px;
  width: 448px;
}
.tfx-top-about-item-3 .tfx-top-about-item-content {
  padding-top: 218px;
  text-align: left;
}
.tfx-top-about-item-3 .tfx-top-about-item-label-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tfx-top-about-item-3 .tfx-top-about-item-image img {
  width: 448px;
}
.tfx-top-about-item-3 .tfx-top-about-item-content {
  /* padding-top: 156px; */
}
.tfx-top-about-item-3 .tfx-top-about-item-bg {
  left: auto;
  right: 0;
  background-repeat: no-repeat;
  background: url(/common/images/top/about_3_bg_sp.png);
  background-size: cover;
}

.tfx-top-section-column {
  padding-top: 96px;
  padding-bottom: 96px;
}

.tfx-top-section-column .tfx-top-about-item-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px){
  .tfx-top-section-column .tfx-top-about-item-title {
    margin-bottom: 56px;
  }
  .tfx-top-section-column {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* tfx-top-plan */
.tfx-top-plan-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tfx-top-plan-list-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  overflow: hidden;
  z-index: 2;
}
.tfx-top-plan-list-content {
  position: absolute;
  width: 239px;
  height: 192px;
  text-align: center;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tfx-top-plan-list-shadow {
  position: absolute;
  top: 0;
  left: 0;
}
.tfx-top-plan-list-text {
  position: relative;
  display: inline-block;
  text-align: left;
  top: 50%;
  margin-bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tfx-top-plan-list-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
}
.tfx-top-plan-list-arrow .icon-arrow {
  font-size: 1.8rem;
  top: 7px;
  left: 7px;
}
.tfx-top-plan-list-text {
  font-weight: bold;
}
.tfx-top-plan-list-cover{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tfx-top-plan-list-1 .tfx-top-plan-list-cover {
  background: url(/common/images/top/plan_1_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.tfx-top-plan-list-2 .tfx-top-plan-list-cover {
  background: url(/common/images/top/plan_2_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.tfx-top-plan-list-3 .tfx-top-plan-list-cover {
  background: url(/common/images/top/plan_3_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.tfx-top-plan-list-4 .tfx-top-plan-list-cover {
  background: url(/common/images/top/plan_4_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.tfx-top-plan-list-2 .tfx-top-plan-list-text,
.tfx-top-plan-list-4 .tfx-top-plan-list-text {
  color: #fff;
}
.tfx-top-plan-list-2 .tfx-top-plan-list-content {
  right: auto;
  left: -40px;
}

.tfx-top-plan-list-4 .tfx-top-plan-list-content {
  right: auto;
  left: -20px;
}
.tfx-top-plan-list > li{
  position: relative;
  overflow: hidden;
}

/* tfx-price-list */
.tfx-price-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 16px;
}
.tfx-top-price .tfx-price-list{
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tfx-top-price .tfx-indent-list{
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;

}

.tfx-price-list > li + li {
  margin-top: 20px;
}
.tfx-price-list-inner {
  position: relative;
  padding: 32px 20px;
  display: block;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.tfx-price-list-batch {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -15px;
  left: -8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #b31d36;
  border-radius: 50%;
}
.tfx-price-list-batch span {
  position: absolute;
  display: block;
  top: 28px;
  left: 11px;
}
.tfx-price-list-title {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.tfx-price-list-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #b31d36;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tfx-price-list-subtitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.tfx-price-list-price-about {
  text-align: center;
}
.tfx-price-list-price-about .font-weight-bold {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
.tfx-price-attention {
  position: relative;
  font-size: 1rem;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: -5px;
}
.tfx-price-list-price-num-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.tfx-price-list-price-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b31d36;
  margin-bottom: 4px;
}
.tfx-price-list-price-num span {
  line-height: 1;
}
.tfx-price-list-price-num-1 {
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.tfx-price-list-price-num-2 {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.tfx-price-list-price-num-3 {
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
}
.tfx-price-list-price-num-4 {
  font-size: 2.4rem;
}
.tfx-price-list-price-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
  margin-top: 4px;

}
.tfx-price-list-price-start-title {
  margin-right: 8px;
}
.tfx-price-list-price-start-price {
  color: #b31d36;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tfx-price-button {
  margin-top: 32px;
}
.tfx-price-button-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
/* tfx-interview */
.tfx-top-interview .tfx-top-section-column {
  padding-bottom: 0;
}
.tfx-interview-image img {
  width: 100%;
}
.tfx-interview-content {
  margin-top: 40px;
}
.tfx-top-interview .tfx-top-about-item-title {
  margin-bottom: 24px;
}
.tfx-top-interview .tfx-top-about-item-label-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tfx-top-information .tfx-top-about-item-label-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 375px) {
  .tfx-visual-words {
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .tfx-top-interview .tfx-top-section-column {
    padding-bottom: 120px;
  }
  .tfx-visual {
    height: calc(100vh - 80px);
  }
  .tfx-visual-word-1 {
    margin-bottom: 16px;
  }
  .tfx-visual-word-2 {
    margin-bottom: 32px;
  }
  .tfx-visual-item {
    margin-bottom: 0;
  }
  .tfx-visual-item img {
    width: 297px;
  }
  .tfx-visual-scroll {
    width: 207px;
    left: 80px;
    bottom: 190px;
  }
  .tfx-visual-scroll-text {
    width: calc(100% - 140px);
  }
  .tfx-visual-scroll-bar {
    width: 140px;
  }
  .tfx-visual-scroll-bar span {
    width: 140px;
  }
  @-webkit-keyframes visual-scroll-bar {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translateX(180px);
      transform: translateX(180px);
    }
    51% {
      opacity: 0;
    }
    52% {
      -webkit-transform: translateX(-180px);
      transform: translateX(-180px);
    }
    53% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes visual-scroll-bar {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    50% {
      opacity: 1;
      -webkit-transform: translateX(180px);
      transform: translateX(180px);
    }
    51% {
      opacity: 0;
    }
    52% {
      -webkit-transform: translateX(-180px);
      transform: translateX(-180px);
    }
    53% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .tfx-attention {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .tfx-attention-item {
    position: absolute;
    width: 420px;
    padding-right: 32px;
    left: 0;
    bottom: 58px;
    background: #fff;
    border-radius: 8px;
  }
  .tfx-top-navi .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 72px;
  }
  .tfx-top-about-item-1 .tfx-top-about-item-image img {
    max-width: 670px;
  }
  .tfx-top-about-item-label {
    font-size: 1.4rem;
  }
  .tfx-top-about-item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tfx-top-about-item-title {
    font-size: 3.2rem;
  }
  .tfx-top-about-item-bg {
    width: calc(100vw - 80px);
    height: 520px;
  }
  .tfx-top-about-item-2 {
    padding-top: 550px;
  }
  .tfx-top-about-item-2 .tfx-top-about-item-bg {
    top: 120px;
  }
  .tfx-top-about-item-2 .tfx-top-about-item-bg {
    background-image: url(/common/images/top/about_2_bg_pc.png);
  }
  .tfx-top-about-item-2 .tfx-top-about-item-image img {
    width: 859px;
    top: -180px;
    right: -350px;
  }
  .tfx-top-about-item-title {
    margin-bottom: 32px;
  }
  .tfx-top-about-item-button {
    margin-top: 40px;
  }
  .tfx-top-about-item-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tfx-top-about-item-3 {
    padding-top: 500px;
  }
  .tfx-top-about-item-3 .tfx-top-about-item-bg {
    top: 120px;
  }
  .tfx-top-about-item-3 .tfx-top-about-item-bg {
    background-image: url(/common/images/top/about_3_bg_pc.png);
  }
  .tfx-top-plan-list > li{
    position: relative;
    overflow: hidden;
  }
  .tfx-top-plan-list-text {
    font-size: 2rem;
  }
  .tfx-top-plan-list-cover{
    -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .tfx-top-plan-list-inner {
    position: relative;
    height: 380px;
  }
  .tfx-top-plan-list-inner:hover .tfx-top-plan-list-arrow{
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.64);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.64);
  }
  .tfx-top-plan-list-inner:hover+.tfx-top-plan-list-cover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .tfx-top-plan-list-1 .tfx-top-plan-list-cover {
    background-image: url(/common/images/top/plan_1_pc.png);
  }
  .tfx-top-plan-list-2 .tfx-top-plan-list-cover {
    background-image: url(/common/images/top/plan_2_pc.png);
  }
  .tfx-top-plan-list-3 .tfx-top-plan-list-cover {
    background-image: url(/common/images/top/plan_3_pc.png);
  }
  .tfx-top-plan-list-4 .tfx-top-plan-list-cover {
    background-image: url(/common/images/top/plan_4_pc.png);
  }
  .tfx-top-plan-list-arrow {
    width: 60px;
    height: 60px;
    right: 60px;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .tfx-top-plan-list-arrow .icon-arrow {
    font-size: 2.4rem;
    top: 18px;
    left: 18px;
  }
  .tfx-top-plan-list-content {
    width: 240px;
    right: 255px;
  }
  .tfx-top-plan-list-text {
    white-space: nowrap;
  }

  .tfx-top-plan-list-1 .tfx-top-plan-list-shadow {
    /* display: none; */
  }
  .tfx-top-plan-list-4 .tfx-top-plan-list-shadow {
    display: none;
  }
  .tfx-top-plan-list-2 .tfx-top-plan-list-content {
    left: 105px;
  }
  .tfx-top-plan-list-4 .tfx-top-plan-list-content {
    left: 110px;
  }
  .tfx-top-plan-list-shadow {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tfx-price-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .tfx-price-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% / 3) - (80px / 3));
    max-width: 293px;
    margin-left: 40px;
  }
  .tfx-price-list > li + li {
    margin-top: 0;
  }
  .tfx-price-list > li:first-child {
    margin-left: 0;
  }

  .tfx-price-list-inner {
    width: 100%;
    padding: 24px 10px;
  }
  .tfx-price-list-title {
    font-size: 1.4rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .tfx-price-list-subtitle {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .tfx-price-list-title::before {
    width: 20px;
  }
  .tfx-price-list-price-about {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  .tfx-price-list-price-num-1 {
    font-size: 2rem;
  }
  .tfx-price-list-price-num-2 {
    font-size: 2.8rem;
  }
  .tfx-price-list-price-num-3 {
    font-size: 2rem;
  }
  .tfx-price-list-price-num-4 {
    font-size: 1.4rem;
  }
  .tfx-price-list-price-num {
    margin-bottom: 4px;
  }
  .tfx-price-list-price-start-title {
    font-size: 1.2rem;
  }
  .tfx-price-list-price-start-price {
    font-size: 1.4rem;
  }
  .tfx-price-list-price-about .font-weight-bold {
    line-height: 1;
  }
  .tfx-price-list-batch {
    width: 48px;
    height: 48px;
  }
  .tfx-price-list-batch span {
    font-size: 1rem;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: top;
    transform-origin: top;
    white-space: nowrap;
    top: 18px;
    left: 5px;
  }
  .tfx-content-wrapper {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tfx-price-button {
    margin-top: 40px;
  }
  .tfx-top-interview {
    position: relative;
    background: url(/common/images/top/interview_pc.png) no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .tfx-interview-image {
    display: none;
  }
  .tfx-interview-content {
    position: relative;
    color: #fff;
  }
  .tfx-interview-content > * {
    position: relative;
    z-index: 1;
  }
  .tfx-interview-content::before {
    content: url(/common/images/top/interview_shadow_pc.png);
    position: absolute;
    display: block;
    top: 50%;
    left: -95px;
    width: 581px;
    height: 531px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tfx-top-interview .tfx-top-about-item-label {
    color: #fff;
  }
  .tfx-top-interview .tfx-top-about-item-label::before {
    background: #fff;
  }
  .tfx-top-information .tfx-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tfx-top-information .tfx-top-about-item-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tfx-top-about-item-3 .tfx-top-about-item-image img {
    width: 818px;
    top: -150px;
    left: -475px;
  }
  .tfx-top-about-cover{
    height: 62%;
  }
  .tfx-top-interview .tfx-top-about-item-button{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 890px){
  .tfx-top-about-item-3 .tfx-top-about-item-image img {
    left: -405px;

  }
}
@media screen and (min-width: 960px){
  .tfx-top-about-item-3 .tfx-top-about-item-image img {
    left: -345px;

  }
}
@media screen and (min-width: 1120px) {
  .tfx-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1120px) {
  .tfx-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .tfx-price-list  {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tfx-price-list > li {
    width: 293px
    /* margin-left: 24px; */
  }
  .tfx-price-list-inner {
    padding: 32px 20px;
  }
  .tfx-price-list-title {
    font-size: 2rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tfx-price-list-subtitle {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
  .tfx-price-list-price-about {
    font-size: 1.4rem;
  }
  .tfx-price-list-price-about .font-weight-bold {
    font-size: 2rem;
  }
  .tfx-price-list-price-num-1 {
    font-size: 3.6rem;
  }
  .tfx-price-list-price-num-2 {
    font-size: 4.8rem;
  }
  .tfx-price-list-price-num-3 {
    font-size: 3.2rem;
  }
  .tfx-price-list-price-num-4 {
    font-size: 2.4rem;
  }

  .tfx-price-list-price-start-title {
    font-size: 1.4rem;
  }
  .tfx-price-list-price-start-price {
    font-size: 1.8rem;
  }
  .tfx-price-list-batch {
    width: 80px;
    height: 80px;
    top: -14px;
    left: -14px;
  }
  .tfx-price-list-batch span {
    font-size: 1.6rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    white-space: nowrap;
    top: 26px;
    left: 9px;
  }
}

.tfx-banner-slide {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}
.swiper-container{
  overflow: visible;
}
.swiper-slide {
  width: 280px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
}
.swiper-container-android .swiper-slide, .swiper-wrapper{
  margin-left: 12px;
}
.swiper-slide img{
  width: 100%;
  max-width: 100%;
}
.tfx-banner-slide-navi {
  position: relative;
  margin-top: 40px;
  padding: 0 16px;
}
.tfx-banner-slide-num {
  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;
  position: absolute;
  top: 13px;
  left: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tfx-banner-slide-num {
  color: #eff4f7;
}
.tfx-banner-slide-num span {
  color: #333;
  margin: 0 15px;
}

.tfx-banner-slide-num::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #222;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tfx-banner-slide-pager {
  position: relative;
  width: 110px;
  height: 48px;
  margin-left: auto;
}
.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  left: 0;
  -webkit-transition:-webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:-webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-button-prev:hover{
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}
.swiper-button-prev::before {
  position: absolute;
  top: 6px;
  left: 10px;
  content: "\e907";
  font-family: "icomoon" !important;
  font-size: 2.4rem;
}

.swiper-button-next {
  width: 48px;
  height: 48px;
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  right: 0;
  -webkit-transition:-webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:-webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition:box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow  0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-button-next:hover{
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.32);
}
.swiper-button-next::before {
  content: "\e906";
  font-family: "icomoon" !important;
  font-size: 2.4rem;
  position: absolute;
  top: 6px;
  left: 11px;
}
@media screen and (min-width: 375px){
  .swiper-slide {
    width: 310px;
  }
}
@media screen and (min-width: 768px) {


  .tfx-navbar-wrapper > .navbar {
    /* background: rgba(255, 255, 255, 0.4) !important; */
  }
  .tfx-navbar-wrapper.tfx-is-scroll .navbar {
    background: rgba(255, 255, 255, 1) !important;
  }
  .tfx-banner-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;

  }
  .tfx-banner-slide-navi {
    width: 270px;
    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;

  }
  .swiper-container {
    width: calc(100% - 270px);
    padding-top: 56px;
    padding-bottom: 80px;

  }
  .swiper-slide{
    width: 420px !important;
  }
  .tfx-banner-slide-navi {
    position: relative;
    margin-top: 0;
    background: #EFF4F7;
    z-index: 10;
  }
  .tfx-banner-slide-navi-inner {
  }
  .tfx-banner-slide-num {
    position: static;
    margin-bottom: 24px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .tfx-top-navi .tfx-content-wrapper{
    position: relative;
    z-index: 11;
  }
  .swiper-container-android .swiper-slide, .swiper-wrapper{
    margin-left: 0;
  }
}

.tfx-price-list-price-start .tfx-price-list-price-num-3{
  font-size: 1.4rem;
}
.tfx-price-list-price-start .tfx-price-list-price-num-4{
  font-size: 1.2rem;
}
.tfx-price-list-price-start-title .font-weight-bold{
  font-size: 1.8rem;
}