@charset "UTF-8";
/* CSS Document */
/* CSS Document */
*, *::before, *::after {
  box-sizing: border-box; }

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role='list'], ol[role='list'] {
  list-style: none; }

body {
  min-height: 100vh;
  line-height: 1.5; }

h1, h2, h3, h4, button, input, label {
  line-height: 1.1; }

h1, h2, h3, h4 {
  text-wrap: balance; }

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

textarea:not([rows]) {
  min-height: 10em; }

:target {
  scroll-margin-block: 5ex; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  font-weight: normal;
  color: #3C3C3C; }
  body * {
    box-sizing: border-box; }
  body img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  body a {
    color: #3C3C3C; }
  @media (min-width: 768px) {
    body a[href^="tel:"] {
      pointer-events: none; } }
  body.stop {
    overflow: hidden !important;
    height: 100%; }

/*================
共通
================*/
.u-pc {
  display: none; }
  @media (min-width: 768px) {
    .u-pc {
      display: block; } }
.u-sp {
  display: block; }
  @media (min-width: 768px) {
    .u-sp {
      display: none; } }
.u-Inter {
  font-family: 'Inter', sans-serif; }
.u-subtit {
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  color: #007DC6;
  position: relative; }
  .u-subtit::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #007DC6;
    position: absolute;
    bottom: 10px;
    right: -90px; }
  @media (min-width: 768px) {
    .u-subtit {
      writing-mode: vertical-rl; }
      .u-subtit::after {
        width: 1px;
        height: 80px;
        bottom: -100px;
        left: 50%;
        right: initial;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
.u-flex {
  display: flex;
  flex-wrap: wrap; }
  .u-flex.alic {
    align-items: center; }
  .u-flex.alifs {
    align-items: flex-start; }
  .u-flex.alife {
    align-items: flex-end; }
  .u-flex.alibs {
    align-items: baseline; }
  .u-flex.jscc {
    justify-content: center; }
  .u-flex.jsfs {
    justify-content: flex-start; }
  .u-flex.jsfe {
    justify-content: flex-end; }
  .u-flex.jssb {
    justify-content: space-between; }
  .u-flex.jssa {
    justify-content: space-around; }
  .u-flex.fdrr {
    flex-direction: row-reverse; }
  .u-flex.fdc {
    flex-direction: column; }
@media (min-width: 768px) {
  .u-flex-pc {
    display: flex;
    flex-wrap: wrap; }
    .u-flex-pc.alic {
      align-items: center; }
    .u-flex-pc.alifs {
      align-items: flex-start; }
    .u-flex-pc.alife {
      align-items: flex-end; }
    .u-flex-pc.alibs {
      align-items: baseline; }
    .u-flex-pc.jscc {
      justify-content: center; }
    .u-flex-pc.jsfs {
      justify-content: flex-start; }
    .u-flex-pc.jsfe {
      justify-content: flex-end; }
    .u-flex-pc.jssb {
      justify-content: space-between; }
    .u-flex-pc.jssa {
      justify-content: space-around; }
    .u-flex-pc.fdrr {
      flex-direction: row-reverse; }
    .u-flex-pc.fdc {
      flex-direction: column; } }
.u-animate {
  transition: all .3s; }
.u-hover {
  transition: all .3s; }
  @media (hover: hover) {
    .u-hover:where(:any-link, :enabled, summary):hover {
      opacity: 0.6; } }
.u-alignR {
  text-align: right; }
.u-alignC {
  text-align: center; }
.u-alignL {
  text-align: left; }
.u-note {
  padding-left: 1em;
  text-indent: -1em; }
  .u-note.-num {
    padding-left: 2em;
    text-indent: -2em; }
.u-ib {
  display: inline-block; }
.u-newwindowIcon {
  vertical-align: middle !important;
  margin: 0 9px;
  position: relative;
  top: -2px; }
  .u-newwindowIcon:last-child {
    margin-right: 0; }
.u-abcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/*================
ローディング画面 
================*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }

.loaded {
  opacity: 0;
  visibility: hidden; }

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #ccc;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

/*================
ローディングアニメーション
================*/
@keyframes sk-scaleout {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
/*================
container
================*/
.container {
  margin: 0 auto;
  position: relative; }
  @media (max-width: 768px) {
    .container {
      width: 95%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 1000px; } }

/*================
top
================*/
#slider {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media (max-width: 768px) {
    #slider {
      height: 70vh; } }

.top {
  color: #FFFFFF; }
  .top_ico {
    margin: 30px 35px; }
    @media (max-width: 768px) {
      .top_ico {
        margin: 15px 15px; }
        .top_ico img {
          width: 70px; } }
  .top_title {
    font-weight: 600;
    font-size: 17vw;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .top_title {
        font-size: 103px; } }
    @media (max-width: 768px) {
      .top_title {
        margin-left: 15px;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        top: 25%;
        justify-content: center; } }
  .top_txt {
    font-size: 0.9rem;
    bottom: 30px;
    gap: 2%;
    width: 100%;
    position: absolute; }
    @media (min-width: 768px) {
      .top_txt {
        gap: 17px;
        flex-wrap: nowrap;
        font-size: 18px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
    @media (max-width: 768px) {
      .top_txt {
        bottom: 10px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        width: 90%; } }
    .top_txt li {
      text-align: center;
      border-radius: 50%;
      border: solid 2px #FFFFFF;
      width: 48%;
      max-width: 191px;
      font-size: max(16px, min(5vw, 1.1rem)); }
      @media (min-width: 768px) {
        .top_txt li {
          width: 191px;
          height: 191px;
          font-size: 1rem; } }
      @media (max-width: 768px) {
        .top_txt li {
          background: rgba(0, 0, 0, 0.2); }
          .top_txt li:nth-child(1), .top_txt li:nth-child(2) {
            margin-bottom: 2%; } }
      .top_txt li div {
        position: relative;
        padding-top: 100%;
        height: 0; }
      .top_txt li span {
        position: absolute;
        top: calc((100% - 5em)/2);
        left: 0;
        right: 0;
        margin: 0;
        text-align: center; }

/*================
movie
================*/
.movie {
  padding-bottom: 60px;
  overflow: hidden; }
  .movie_block {
    padding-top: 130px; }
    .movie_block h5 {
      font-size: 7.1vw;
      font-weight: 400;
      color: rgba(0, 125, 198, 0.15);
      white-space: nowrap;
      line-height: 1.1;
      margin: 25px 0 0 0; }
      @media (min-width: 768px) {
        .movie_block h5 {
          font-size: 75px;
          margin: 25px 0 0 -150px; } }
  .movie__title {
    margin: 0 auto; }
    @media (min-width: 768px) {
      .movie__title {
        position: absolute;
        left: 0; } }
  .movie__list .movie_cnt {
    position: relative; }
    @media (max-width: 768px) {
      .movie__list .movie_cnt {
        padding-top: 1.0em; } }
    .movie__list .movie_cnt lite-youtube {
      width: 100%;
      aspect-ratio: 16 / 9;
      /*	height: 200px;*/ }
      @media (min-width: 768px) {
        .movie__list .movie_cnt lite-youtube {
          display: block;
          margin-left: auto;
          width: 800px;
          height: 436px; } }
    .movie__list .movie_cnt:last-child {
      margin-top: 100px; }
      .movie__list .movie_cnt:last-child::after {
        z-index: -1;
        position: absolute;
        left: 0;
        bottom: -80px;
        content: "";
        background-color: #F5F5F5;
        height: 356px;
        width: 100vw;
        margin: 0 75px; }

/*================
product
================*/
.product {
  padding: 100px 0 125px;
  background-color: #F5F5F5; }
  @media (max-width: 768px) {
    .product_in {
      justify-content: center !important; } }
  @media (min-width: 768px) {
    .product_in_txt {
      width: 60%;
      max-width: 535px; } }
  @media (max-width: 768px) {
    .product_in_txt {
      margin-top: 25px; } }
  .product_in_txt_t {
    gap: 1rem 1em; }
    @media (min-width: 768px) {
      .product_in_txt_t {
        gap: 45px 1vw; } }
    @media (max-width: 768px) {
      .product_in_txt_t {
        justify-content: initial !important; } }
    .product_in_txt_t h5 {
      font-size: max(12px, min(7vw, 1.7rem)); }
      @media (min-width: 768px) {
        .product_in_txt_t h5 {
          font-size: 34px; } }
      .product_in_txt_t h5 span {
        font-size: max(11px, min(3vw, 1rem)); }
        @media (min-width: 768px) {
          .product_in_txt_t h5 span {
            font-size: 18px; } }
      .product_in_txt_t h5 small {
        font-size: max(8px, min(3.2vw, 1.1rem)); }
        @media (min-width: 768px) {
          .product_in_txt_t h5 small {
            font-size: 22px; } }
    .product_in_txt_t p {
      font-size: 0.9rem;
      line-height: 1.8;
      letter-spacing: 1px; }
      @media (min-width: 768px) {
        .product_in_txt_t p {
          font-size: 17px;
          line-height: 2.0; } }
    @media (max-width: 768px) {
      .product_in_txt_t img {
        width: 2.5rem; } }

/*================
point
================*/
.point {
  background-color: #9EB0BE;
  padding: 50px 0 85px;
  height: 700px !important;
  min-height: 600px; }
  @media (min-width: 768px) {
    .point {
      padding: 100px 0 85px;
      height: 780px !important;
      min-height: 780px; } }
  .point__title {
    margin: 0 auto;
    z-index: 2; }
    @media (min-width: 768px) {
      .point__title {
        position: absolute;
        left: 0; } }
  .point .u-subtit {
    color: #FFFFFF; }
    .point .u-subtit::after {
      background-color: #FFFFFF; }

/*================
strengths
================*/
.strengths_block {
  position: relative;
  background-color: #F5F5F5;
  margin: 1rem 0 0 1rem;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .strengths_block {
      margin: 50px 0 0 50px;
      padding: 150px 0; } }
.strengths__title {
  left: 0;
  top: 0; }
  @media (min-width: 768px) {
    .strengths__title {
      position: absolute; } }
.strengths h5 {
  color: rgba(0, 125, 198, 0.15);
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 6rem; }
  @media (min-width: 768px) {
    .strengths h5 {
      font-size: 165px; } }
.strengths_cont {
  gap: 50px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    .strengths_cont .left {
      width: 340px; } }
  .strengths_cont .left h6 {
    margin-bottom: 50px;
    font-size: 2rem; }
    @media (min-width: 768px) {
      .strengths_cont .left h6 {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .strengths_cont .left h6 {
        margin-top: 0.5em; } }
    .strengths_cont .left h6 span {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .strengths_cont .left h6 span {
          font-size: 19px; } }
  .strengths_cont .left p {
    font-size: 0.9rem;
    margin-bottom: 1em;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .strengths_cont .left p {
        font-size: 16px; } }
    .strengths_cont .left p span {
      font-size: 0.6rem; }
      @media (min-width: 768px) {
        .strengths_cont .left p span {
          font-size: 12px; } }
  .strengths_cont .right {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .strengths_cont .right {
        max-width: 480px;
        width: 50%;
        height: 650px; } }
    @media (max-width: 768px) {
      .strengths_cont .right {
        padding: 25px 0; } }

/*================
recommendation
================*/
.recommendation {
  padding-top: 50px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .recommendation {
      padding-top: 150px; } }
  .recommendation_con {
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .recommendation_con {
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      .recommendation_con .left {
        max-width: 650px;
        width: 50%; }
        .recommendation_con .left img {
          width: 100%; } }
    @media (min-width: 768px) {
      .recommendation_con .right {
        width: 50%;
        max-width: 650px; } }
    @media (min-width: 768px) {
      .recommendation_con .right__in {
        max-width: 440px; } }
    @media (max-width: 768px) {
      .recommendation_con .right__in {
        width: 95%;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .recommendation_con .left {
        width: 50%;
        max-width: 650px; } }
    .recommendation_con h6 {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .recommendation_con h6 {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .recommendation_con h6 {
          margin-top: 0.7em; } }
    .recommendation_con p {
      font-size: 0.9rem;
      margin-bottom: 1em;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .recommendation_con p {
          font-size: 16px;
          line-height: 2.0; } }
    .recommendation_con .link {
      gap: 18px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .recommendation_con .link {
          gap: 25px; } }
      .recommendation_con .link a {
        text-align: center;
        text-align: -webkit-center;
        font-size: 14px;
        text-decoration: underline; }
        .recommendation_con .link a img {
          margin-bottom: 3px; }
    @media (min-width: 768px) {
      .recommendation_con:nth-child(odd) .right__in {
        margin-left: 60px; } }
    @media (min-width: 768px) {
      .recommendation_con:nth-child(even) {
        flex-direction: row-reverse; }
        .recommendation_con:nth-child(even) .right__in {
          margin-right: 60px;
          margin-left: auto; } }

/*================
spec
================*/
.spec_block {
  position: relative;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .spec_block {
      padding: 150px 0; } }
@media (min-width: 768px) {
  .spec__title {
    position: absolute;
    left: 0;
    top: 0; } }
@media (min-width: 768px) {
  .spec_info {
    max-width: 800px;
    margin-left: auto;
    padding: 0 2em; } }
.spec_info h6 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .spec_info h6 {
      font-size: 22px; } }
  @media (max-width: 768px) {
    .spec_info h6 {
      padding-top: 1em; } }
.spec_info dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.9rem; }
  @media (min-width: 768px) {
    .spec_info dl {
      font-size: 16px; } }
.spec_info dt {
  width: 40%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px #D6D6D6 solid; }
  @media (min-width: 768px) {
    .spec_info dt {
      width: 30%; } }
.spec_info dd {
  width: 55%;
  padding-left: 5%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px #D6D6D6 solid; }
  @media (min-width: 768px) {
    .spec_info dd {
      width: 70%; } }
.spec_btn {
  margin-top: 15px;
  width: 240px;
  border: solid 1px #3C3C3C;
  border-radius: 33px; }
  @media (max-width: 768px) {
    .spec_btn {
      margin: 0 auto; } }
  .spec_btn a {
    gap: 20px;
    padding: 10px 0; }
    .spec_btn a span {
      text-align: center;
      font-size: 18px;
      line-height: 1; }
      .spec_btn a span small {
        font-size: 12px; }

/*================
footer
================*/
.footer {
  background-color: #007DC6;
  color: #FFFFFF;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 70px 0; } }
  .footer_in {
    gap: 90px; }
  @media (min-width: 768px) {
    .footer_ad {
      gap: 90px; } }
  @media (max-width: 768px) {
    .footer_ad {
      display: inline-block; } }
  .footer .left {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .footer .left {
        margin-bottom: 0;
        flex-direction: column;
        gap: 20px; } }
    @media (max-width: 768px) {
      .footer .left img {
        margin: 0 auto; } }
    .footer .left .london {
      height: 100px;
      width: 100px; }
  .footer .right h6 {
    font-size: 1.2rem;
    font-weight: 600; }
    @media (min-width: 768px) {
      .footer .right h6 {
        font-size: 20px; } }
  .footer .right .inquiry {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .footer .right .inquiry {
        margin-bottom: 25px; } }
  .footer .right .company {
    margin: 5px 0 20px; }
  .footer .right .tel p, .footer .right .mail p {
    font-size: 0.9rem;
    display: inline-block;
    background: #007DC6;
    padding-right: 0.5em;
    z-index: 1;
    position: relative; }
    @media (min-width: 768px) {
      .footer .right .tel p, .footer .right .mail p {
        font-size: 16px; } }
  .footer .right .tel div, .footer .right .mail div {
    position: relative; }
    .footer .right .tel div::before, .footer .right .mail div::before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #FFFFFF;
      position: absolute;
      left: 50%;
      top: -10px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
    .footer .right .tel div a, .footer .right .mail div a {
      white-space: nowrap !important;
      flex-wrap: nowrap;
      color: #FFFFFF; }
    .footer .right .tel div img, .footer .right .mail div img {
      margin-right: 7px; }
  .footer .right .tel a {
    font-size: 2rem; }
    @media (min-width: 768px) {
      .footer .right .tel a {
        font-size: 32px; } }
  @media (max-width: 768px) {
    .footer .right .tel {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .footer .right .mail div::before {
      top: -16px; } }
  .footer .right .mail div a {
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .footer .right .mail div a {
        font-size: 26px;
        margin-top: 6px; } }

/*================
swiperスライダーのためのcss
================*/
.product_cont {
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .product_cont {
      height: 392px;
      max-width: 392px;
      width: 40%; } }

.mySwiper {
  width: 100%;
  height: auto;
  position: static !important; }
  @media (min-width: 768px) {
    .mySwiper {
      height: 392px;
      max-width: 392px;
      width: 100%; } }
  .mySwiper .swiper-wrapper {
    width: 100% !important;
    height: auto !important; }
  .mySwiper .swiper-slide {
    width: 100%;
    height: auto;
    position: static !important; }
    @media (min-width: 768px) {
      .mySwiper .swiper-slide {
        height: 392px;
        max-width: 392px;
        width: 100% !important; } }

.swiper-wrapper {
  transition-timing-function: linear; }

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold; }

.swiper-pagination {
  bottom: -30px !important;
  left: 50% !important;
  height: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }
  .swiper-pagination span {
    margin: 0 0.25rem; }

/*================
swiper2スライダーのためのcss
================*/
.swiperCont {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .swiperCont {
      width: 70%;
      margin: 0 0 auto auto; } }
  @media (max-width: 768px) {
    .swiperCont {
      padding-top: 1.5em; } }
  .swiperCont .swiper-button-next,
  .swiperCont .swiper-rtl .swiper-button-prev,
  .swiperCont .swiper-button-prev,
  .swiperCont .swiper-rtl .swiper-button-next {
    background-color: #ccc;
    border-radius: 50%;
    padding: 25px; }
  .swiperCont .swiper-button-next,
  .swiperCont .swiper-rtl .swiper-button-prev {
    top: initial;
    right: 0;
    bottom: -30px; }
    @media (min-width: 768px) {
      .swiperCont .swiper-button-next,
      .swiperCont .swiper-rtl .swiper-button-prev {
        /*right: -70px;	*/
        /*top: 50%;*/
        top: -10%;
        right: 100px; } }
  .swiperCont .swiper-button-prev,
  .swiperCont .swiper-rtl .swiper-button-next {
    top: initial;
    left: 0;
    bottom: -30px; }
    @media (min-width: 768px) {
      .swiperCont .swiper-button-prev,
      .swiperCont .swiper-rtl .swiper-button-next {
        /*left: -70px;*/
        left: initial;
        /*top: 50%;*/
        top: -10%;
        right: 250px; } }
  .swiperCont .swiper-button-next:focus,
  .swiperCont .swiper-rtl .swiper-button-prev:focus,
  .swiperCont .swiper-button-prev:focus,
  .swiperCont .swiper-rtl .swiper-button-next:focus {
    outline: none; }
  .swiperCont .swiper-button-prev:after,
  .swiperCont .swiper-rtl .swiper-button-next:after,
  .swiperCont .swiper-button-next:after,
  .swiperCont .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    font-size: 18px; }
  .swiperCont .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #444; }
  .swiperCont .swiper-horizontal > .swiper-pagination-bullets,
  .swiperCont .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiperCont .swiper-pagination-custom,
  .swiperCont .swiper-pagination-fraction {
    bottom: -30px; }

.mySwiper2 {
  width: 100%;
  height: 544px;
  margin: 0.5rem auto 2rem auto !important; }
  .mySwiper2 .swiper-slide {
    color: #FFFFFF;
    /* width: 100%!important;*/
    display: block; }
    @media (min-width: 768px) {
      .mySwiper2 .swiper-slide {
        width: 375px !important; } }
    .mySwiper2 .swiper-slide h6 {
      letter-spacing: 1px;
      font-size: 1.2rem;
      font-weight: 600;
      margin: 25px 0 15px; }
      @media (min-width: 768px) {
        .mySwiper2 .swiper-slide h6 {
          font-size: 20px; } }
    .mySwiper2 .swiper-slide p {
      font-size: 0.9rem;
      font-weight: 400;
      letter-spacing: 0.1rem;
      line-height: 1.6; }
      @media (min-width: 768px) {
        .mySwiper2 .swiper-slide p {
          line-height: 1.8;
          font-size: 16px; } }
  @media (min-width: 768px) {
    .mySwiper2 .swiper-wrapper {
      /*left: calc(-100% /3);*/ } }

.swiperTst .swiper-slide {
  width: 100%;
  height: 100%; }

/*================
文字アニメーション
================*/
@keyframes text_anime_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slideText {
  100% {
    transform: translateY(0); } }
/*================
アニメーション
================*/
.element {
  opacity: 0;
  transform: translateY(50px); }

.recommendation_con.element {
  transform: translateX(-100px);
  transition: opacity 1s,transform 1s; }

.recommendation_con.element:nth-child(even) {
  transform: translateX(100px); }

.recommendation_con.element.ignition {
  opacity: 1;
  transform: translate(0); }

.element.ignition {
  transform: translate(0);
  animation: text_anime_on 1s ease-out forwards; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*================
タブレット縦のときのTOP画面の高さ
================*/
@media (orientation: portrait) {
  .tbtop {
    height: 70vh !important; } }
