@charset "UTF-8";

/* --------------------------- fv */

main {
  margin-top: 40px;
}

#top .top_mv {
  aspect-ratio: 3 / 1;
}

#fv {
  padding: 0 0 20px;
  background: url(../images/lp/fv_bg.png) no-repeat center top / 2100px;
}

#fv .fv_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 0 0 5vw;
}

#fv .fv_inner h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

#fv .fv-font {
  font-weight: bold;
  font-size: 36px;
  display: block;
}

#fv .fv_inner .outline-mb {
  margin-bottom: 90px;
}
#fv .fv_inner h2 small {
  display: block;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
}

#fv .fv_inner h2 .en {
  display: block;
  font-size: 100px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
#fv .fv_inner h2 .en span {
  display: block;
  font-size: 80px;
  font-weight: 700;
  margin-top: -2px;
}
#fv .fv_inner h2 .en span em {
  font-size: 40px;
  vertical-align: super;
  font-weight: 700;
}
#fv .fv_inner p {
  font-size: 16px;
  line-height: 2.125;
  margin-bottom: 65px;
}
#fv .fv_inner .flex {
  display: flex;
  align-items: center;
}
#fv .fv_inner .flex .box {
  width: 240px;
  padding: 27px 0;
  background: #fff;
  border: 2px solid #0156bc;
  /* box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); */
  border-radius: 10px;
  text-align: center;
  margin-left: 20px;
}
#fv .fv_inner .flex .box:nth-child(1) {
  padding: 14px 0;
  margin-left: 0;
}
#fv .fv_inner .flex .box p {
  font-size: 22px;
  font-weight: 500;
  color: #0156bc;
  line-height: 1.364;
  margin-bottom: 0;
}

#fv .concept {
  padding: 0 0 190px;
  background: url(../images/index/fv_pic_01.png) no-repeat 80% top / 672px;
}
#fv .concept .left {
  width: 35%;
}
#fv .concept .left h3 {
  font-size: 45px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 28px;
}
#fv .concept .left h3 small {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: -4px;
}
#fv .concept .left h3 span {
  color: #0156bc;
  font-weight: 700;
  font-feature-settings: "palt";
}
#fv .concept .left h3 span em {
  font-weight: 300;
}
#fv .concept .left p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}

#fv .bnr_flex {
  margin-top: 60px;
  margin-bottom: 160px;
  justify-content: center;
  gap: 30px;
}

#fv .bnr_flex a {
  width: 450px;
  padding: 15px 25px;
  font-size: 26px;
  transition: all 0.2s;
}

#fv .bnr_flex a span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #f9ff00;
}

#fv .anxiety {
  text-align: center;
}

#fv .anxiety h2 {
  color: rgb(0, 0, 0);
  padding-bottom: 60px;
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0) 10px,
    transparent 10px
  );
  background-size: 40px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#fv .flex-outline {
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px; */

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 80px 40px;
  margin-bottom: 60px;
}

#fv .box-outline {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
  padding: 55px 30px 30px;
  text-align: left;
  height: 520px;

  /* width: 320px; */
}

/* #fv .box-outline:nth-child(n + 4) {
  margin-bottom: 0;
} */
#fv .box-outline .circle {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 33px;
  color: #fff;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  margin: 0;
}
#fv .box-outline img {
  width: 100%;
  margin-bottom: 30px;
}
#fv .box-outline p {
  font-feature-settings: "palt";
}
#fv .box-outline .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
#fv .box-outline .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

@media only screen and (max-width: 768px) {
  main {
    margin-top: 40px;
  }

  #fv {
    padding: 0 0 50px;
    background: url(../images/index/fv_bg_sp.png) no-repeat center 20px / 100%;
  }

  #fv .fv_inner {
    padding: 18px 0 0;
  }

  #fv .fv_inner h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 35px;
    margin-bottom: 15px;
  }

  #fv .fv-font {
    font-weight: bold;
    font-size: 36px;
  }

  #fv .fv_inner .outline-mb {
    margin-bottom: 90px;
  }

  #fv .fv_inner h2 small {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.5;
  }

  #fv .fv_inner h2 .en {
    font-size: 45px;
    margin-top: 30px;
  }

  #fv .fv_inner h2 .en span {
    font-size: 45px;
  }

  #fv .fv_inner h2 .en span em {
    font-size: 40px;
    vertical-align: super;
    font-weight: 700;
  }

  #fv .fv_inner p {
    width: 90%;
    font-size: 15px;
    line-height: 1.923;
    margin: 10px auto 25px;
  }

  #fv .fv_inner .flex {
    width: 90%;
    margin: 60px auto;
    /* display: block; */
  }

  #fv .fv_inner .flex .box {
    width: 100%;
    padding: 14px 0;
    text-align: left;
    margin-left: 0;
    margin-bottom: 10px;
    background: initial;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #0156bc;
  }

  #fv .fv_inner .flex .box:nth-child(1) {
    padding: 14px 0;
    margin-left: 0;
  }

  #fv .fv_inner .flex .box p {
    font-size: 16px;
    font-weight: 500;
    color: #0156bc;
    line-height: 1.364;
    margin: 0;
  }

  #fv .concept {
    padding: 0 0 190px;
    background: url(../images/index/fv_pic_01.png) no-repeat 80% top / 672px;
  }
  #fv .concept .left {
    width: 35%;
  }
  #fv .concept .left h3 {
    font-size: 45px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 28px;
  }
  #fv .concept .left h3 small {
    display: block;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: -4px;
  }
  #fv .concept .left h3 span {
    color: #0156bc;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  #fv .concept .left h3 span em {
    font-weight: 300;
  }
  #fv .concept .left p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
  }

  #fv .bnr_flex {
    margin-top: 60px;
    margin-bottom: 100px;
    justify-content: center;
    gap: 30px;
  }

  #fv .bnr_flex a {
    width: 100%;
    padding: 15px 25px;
    font-size: 24px;
  }

  #fv .bnr_flex a span {
    font-size: 26px;
  }

  #fv .anxiety {
    text-align: center;
  }

  #fv .anxiety h2 {
    color: rgb(0, 0, 0);
    padding-bottom: 60px;
    background-image: linear-gradient(
      to right,
      rgb(0, 0, 0) 10px,
      transparent 10px
    );
    background-size: 40px 10px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  #fv .flex-outline {
    /* display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px; */
  }

  #fv .box-outline {
    position: relative;
    /* width: 320px; */
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
    padding: 55px 30px 30px;
    text-align: left;
    /* margin-bottom: 86px; */
    height: 520px;
  }

  /* #fv .box-outline:nth-child(n + 4) {
    margin-bottom: 0;
  } */
  #fv .box-outline .circle {
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 33px;
    color: #fff;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    margin: 0;
  }
  #fv .box-outline img {
    margin-bottom: 30px;
  }
  #fv .box-outline p {
    font-feature-settings: "palt";
  }
  #fv .box-outline .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #fv .box-outline .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
  }

  /* pattern */

  #fv .fv_inner .flex {
    flex-direction: column;
  }

  #fv .bnr_flex a {
    width: 100%;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.8;
  }

  #fv .bnr_flex a #anxiety .bnr_flex a span {
    font-size: 22px;
  }

  #fv .box-outline {
    /* width: 100%; */
  }

  #fv .box-outline {
    height: 100%;
  }

  #fv .box-outline:last-child {
    margin-bottom: 0;
  }
}
/* --------------------------- fv */

/* --------------------------- anxiety */

#anxiety .bnr_flex {
  margin-top: 30px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#anxiety .bnr_flex a {
  width: 450px;
  padding: 15px 25px;
  font-size: 26px;
  transition: all 0.2s;
}

#anxiety .bnr_flex a span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #f9ff00;
}

#anxiety {
  text-align: center;
  margin-bottom: 40px;
}

#anxiety h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 90px;
  color: rgb(0, 0, 0);
  padding-bottom: 60px;
  background-image: linear-gradient(
    to right,
    rgb(0, 0, 0) 10px,
    transparent 10px
  );
  background-size: 40px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

#anxiety .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* margin-bottom: 60px; */
}

#anxiety .box {
  position: relative;
  width: 320px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 10px 17.321px 30px 0px rgba(24, 25, 46, 0.2);
  padding: 55px 30px 30px;
  text-align: left;
  margin-bottom: 86px;
  height: 520px;
}

#anxiety .box:nth-child(n + 6) {
  margin-bottom: 0;
}
#anxiety .box .circle {
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 40px;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  width: 70px;
  border-radius: 50%;
  padding: 15px 0;
  text-align: center;
}
#anxiety .box img {
  margin-bottom: 30px;
}
#anxiety .box p {
  font-feature-settings: "palt";
}
#anxiety .box .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
#anxiety .box .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}

@media only screen and (max-width: 768px) {
  #anxiety .bnr_flex {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    width: 90%;
    margin: 0 auto 80px;
    gap: 30px;
  }

  #anxiety .bnr_flex a {
    width: 100%;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.8;
  }

  #anxiety .bnr_flex a span {
    font-size: 22px;
  }

  #anxiety {
    text-align: center;
    margin-bottom: 40px;
  }

  #anxiety h2 {
    font-size: 34px;
    margin-bottom: 80px;
    padding-bottom: 60px;
    line-height: 1.2;
  }

  #anxiety .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  #anxiety .inner img {
  }

  #anxiety .box {
    width: 100%;
    padding: 55px 30px 30px;
    margin-bottom: 86px;
    height: 100%;
  }

  #anxiety .box:nth-child(n + 6) {
    margin-bottom: 0;
  }
}
/* --------------------------- comment */

/* --------------------------- solution */
#solution {
  background-color: #6ba8f1;
  padding-bottom: 40px;
}

#solution .band {
  background-image: url(../images/lp/band.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

#solution .band h2 {
  font-size: 60px;
  font-weight: 700;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 50px 0;
}

#solution .features h3 {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
  background-image: linear-gradient(to right, #ffffff 10px, transparent 10px);
  background-size: 40px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  color: #fff;
  margin-bottom: 60px;
}

#solution .features .features_container {
  margin-bottom: 50px;
}

#solution .features .features_container:last-child {
  margin-bottom: 0px;
}

#solution .features .features_container .features_container-heding {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 30px;
  margin-bottom: 20px;
}

#solution .features .features_container .features_container-heding img {
  margin-right: 40px;
}

#solution .features .features_container .features_container-heding h4 {
  font-size: 28px;
  font-weight: bold;
}

#solution .features .features_container .features_container-flex {
  display: flex;
  padding: 40px 30px;
  background-color: #ffffff;
  justify-content: center;
}

#solution .features .features_container .features_container-flex img {
  margin-right: 40px;
}

.features_figure {
  text-align: center;
  margin-right: 40px;
}

.features_figcaption {
  font-size: 13px;
}

.features_figure img {
  margin-right: 0 !important;
  padding-bottom: 10px;
}

.flex1 {
  flex: 1;
}

#solution
  .features
  .features_container
  .features_container-flex
  .features_container-text
  h5 {
  font-size: 20px;
  color: red;
  margin-bottom: 24px;
}

#solution
  .features
  .features_container
  .features_container-flex
  .features_container-text
  p {
  line-height: 1.7;
}

#solution .bnr_features a {
  width: 450px;
  padding: 15px 25px;
  font-size: 26px;
  transition: all 0.2s;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 768px) {
  #solution .band {
    height: 200px;
    margin-bottom: 60px;
  }

  #solution .band h2 {
    font-size: 26px;
    padding: 40px 0;
  }

  #solution .features h3 {
    font-size: 22px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #solution .features .features_container {
    margin-bottom: 50px;
  }

  #solution .features .features_container:last-child {
    margin-bottom: 0px;
  }

  #solution .features .features_container .features_container-heding {
    padding: 10px 20px;
    margin-bottom: 10px;
  }

  #solution .features .features_container .features_container-heding img {
    width: 75px;
    /* height: 75px; */
    margin-right: 25px;
  }

  #solution .features .features_container .features_container-heding h4 {
    font-size: 18px;
    line-height: 1.7;
  }

  #solution .features .features_container .features_container-flex {
    padding: 40px 20px;
    flex-direction: column;
  }

  #solution .features .features_container .features_container-flex img {
    margin: 0 auto 40px;
  }

  #solution .bnr_features a {
    width: 100%;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.8;
  }

  .features_figure {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .features_figure img {
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
}
/* --------------------------- solution */

/* --------------------------- comment */
#comment {
  padding: 0 0 40px;
}

#comment h2 {
  font-size: 60px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
  padding: 50px 0;
  text-align: center;
  line-height: 1.4;
  margin-top: 40px;
}

#comment .comment_container {
  display: flex;
  justify-content: center;
  margin: 60px 0 80px;
}

#comment .comment_container .comment_container-pic {
  margin-right: 80px;
}

#comment .comment_container img {
  border-radius: 50%;
  box-shadow: 2px 2px 4px rgb(207, 207, 207);
}

#comment .comment_container .comment_container-text {
  flex: 1;
}

#comment .comment_container .comment_container-text h4 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  line-height: 1.7;
}

#comment .comment_container .comment_container-text h5 {
  font-size: 20px;
  color: #0156bc;
  line-height: 1.7;
  margin-bottom: 10px;
}

#comment .comment_container .comment_container-text p {
  line-height: 1.7;
}

#comment .comment_container .comment_container-text .comment_btn {
  text-align: right;
  margin-top: 20px;
}

#comment .comment_container .comment_container-text .comment_btn .btns {
  display: inline-block;
  transition: all 0.2s;
}

#comment .anxiety {
  text-align: center;
}

#comment .bnr_flex {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#comment .bnr_flex a {
  width: 450px;
  padding: 15px 25px;
  font-size: 26px;
  transition: all 0.2s;
}

#comment .bnr_flex a span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #f9ff00;
}

@media only screen and (max-width: 768px) {
  #comment h2 {
    font-size: 26px;
    padding: 40px 0;
    margin-top: 40px;
  }

  #comment .comment_container {
    flex-direction: column;
    margin: 60px 0 80px;
  }

  #comment .comment_container .comment_container-pic {
    margin-right: 0px;
    margin: 0 auto 40px;
  }

  #comment .comment_container img {
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgb(207, 207, 207);
  }

  #comment .comment_container .comment_container-text {
    flex: 1;
  }

  #comment .comment_container .comment_container-text h4 {
    font-size: 18px;
  }

  #comment .comment_container .comment_container-text h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #comment .anxiety .inner img {
    /* width: 130px;
    height: 130px; */
  }

  #comment .comment_container .comment_container-text .comment_btn .btns {
    font-size: 16px;
    padding: 6px 0;
  }

  #comment .bnr_flex {
    margin-top: 60px;
    margin-bottom: 40px;
    gap: 30px;
    flex-direction: column;
  }

  #comment .bnr_flex a {
    width: 100%;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.8;
  }

  #comment .bnr_flex a span {
    font-size: 22px;
  }
}
/* --------------------------- comment */

/* --------------------------- seminar */
#seminar {
  background-image: url(../images/lp/trial_bg.webp);
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

#seminar .seminar_container {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
}

#seminar .seminar_container .seminar_text {
  margin-bottom: 40px;
}

#seminar .seminar_container .seminar_text h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 60px;
  background-image: linear-gradient(to right, #0156bc 10px, transparent 10px);
  background-size: 40px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 60px;
  color: #0156bc;
  line-height: 1.7;
}

#seminar .seminar_container .seminar_text p {
  text-align: left;
  line-height: 1.7;
  margin-bottom: 20px;
}

#seminar .seminar_container .seminar_text .seminar_text--big {
  font-size: 22px;
  color: red;
}

#seminar .seminar_container .seminar_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 45px;
}

#seminar .seminar_container .seminar_flex a {
  box-shadow: 2px 2px 4px rgba(24, 25, 46, 0.349);
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s;
  background-color: #ffffff;
  border-radius: 10px;
}

#seminar .seminar_container .seminar_flex a:hover {
  top: -2px;
  left: 2px;
  box-shadow: 1px 1px 1px 1px rgba(24, 25, 46, 0.2);
}

#seminar .seminar_container .seminar_flex h5 {
  line-height: 1.7;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* #seminar .seminar_container .seminar_flex img {
  margin-bottom: 20px;
} */

#seminar .seminar_container .seminar_flex p {
  text-align: left;
  line-height: 1.5;
}

#seminar .bnr_seminar {
  text-align: center;
}

#seminar .bnr_seminar h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

#seminar .bnr_seminar a {
  width: 450px;
  padding: 15px 25px;
  font-size: 26px;
  margin: 0 auto 40px;
  transition: all 0.2s;
}

#seminar .bnr_seminar a span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #f9ff00;
}

#seminar .seminar_more {
  line-height: 1.7;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

#seminar .seminar_more-link {
  color: #0156bc;
  text-decoration: underline;
  padding: 0 !important;
}

#seminar .seminar_more-link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  #seminar .seminar_container {
    padding: 40px 20px;
  }

  #seminar .seminar_container .seminar_text h3 {
    font-size: 23px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #seminar .seminar_container .seminar_text .seminar_text--big {
    font-size: 18px;
  }

  #seminar .seminar_container .seminar_flex {
    flex-direction: column;
  }

  #seminar .seminar_container .seminar_flex a {
    width: 100%;
  }
  #seminar .seminar_container .seminar_flex h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #seminar .bnr_seminar h4 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  #seminar .bnr_seminar a {
    width: 100%;
    padding: 12px 15px;
    font-size: 20px;
    line-height: 1.8;
  }

  #seminar .bnr_seminar a span {
    font-size: 22px;
  }

  #seminar .seminar_more {
    font-size: 20px;
  }
}
/* --------------------------- seminar */

/* --------------------------- trial */
#trial {
  background-image: url(../images/lp/seminar_bg.webp);
  -webkit-background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: repeat repeat !important;
  background-position: center center;
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

#trial .trial_container {
  background-color: #ffffffd5;
  text-align: center;
  padding: 40px 30px;
}

#trial .trial_container .seminar_text {
  margin-bottom: 40px;
}

#trial .trial_container .trial_text h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
  background-image: linear-gradient(to right, #0156bc 10px, transparent 10px);
  background-size: 40px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 60px;
  color: #0156bc;
  line-height: 1.7;
}

#trial .trial_container .trial_text p {
  line-height: 5;
  margin-bottom: 40px;
}

#trial .trial_container .trial_text p span {
  display: block;
  font-weight: bold;
  font-size: 22px;
}

#trial .trial_container .trial_text .btns {
  width: 450px;
  padding: 20px 25px;
  font-size: 26px;
  margin: 0 auto 40px;
  transition: all 0.2s;
}

#trial .trial_container .trial_text .btns span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  color: #f9ff00;
}

#trial .trial_container .trial_text .btns .color-red {
  color: #ff0000;
}

#trial .trial_container .trial_text .trial_more {
  line-height: 1.7;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

#trial .trial_container .trial_text .trial_more-link {
  color: #0156bc;
  text-decoration: underline;
}

#trial .trial_container .trial_text .trial_more-link:hover {
  text-decoration: none;
}

.fz-big {
  font-size: 70px;
  font-weight: 700;
  color: #f9ff00;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ff0000;
}

@media only screen and (max-width: 768px) {
  #trial .trial_container .trial_text h3 {
    font-size: 24px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  #trial .trial_container .trial_text .btns {
    width: 100%;
    padding: 15px 25px;
    font-size: 26px;
    margin: 0 auto 40px;
  }

  #trial .trial_container .trial_text p {
    line-height: 1.7;
  }

  #trial .trial_container .trial_text p span {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  #trial .trial_container .trial_text .btns span {
    font-size: 20px;
    line-height: 1.2;
  }

  .fz-big {
    font-size: 45px;
    -webkit-text-stroke-width: 2px;
  }
}
/* --------------------------- trial */
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: inline-block !important;
  font-weight: bold;
}

.bgappearTrigger {
  font-weight: bold;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0156bc;
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgRLextendTrigger {
  opacity: 0;
}

.mt-30 {
  margin-top: 30px;
}

.seminar_title {
  text-align: center !important;
  font-weight: bold;
  font-size: 24px;
}

.text-big {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .seminar_title {
    font-size: 18px;
  }

  .text-big {
    font-size: 24px;
  }
}
