/*
 * Theme Name: LP Helios
 */

html {
  font-size: 62.5%;
}

body {
  font-family: Meiryo, sans-serif;
  font-size: 16px;
  margin: auto;
  text-align: center;
  /* width: 1600px; */
}

h1,
h2,
h3,
h4,
h5,
.font_lb,
.font_llb {
  font-weight: bold;
}

h1 {
  font-size: 12rem;
}

h2 {
  font-size: 8rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 4rem;
}

.font_lllb {
  font-size: 4.5rem;
}

.font_llb {
  font-size: 3.5rem;
}

.font_lb {
  font-size: 2rem;
}

.font_s {
  font-size: 1.2rem;
  font-weight: normal;
  padding-right: 8px;
  text-align: end;
}

.red {
  color: red;
}


/* 共通 */
.container,
.main_contents01,
.main_contents02,
.main_contents0302,
.main_contents0304 {
  margin: auto;
  width: 1020px;
}

.main_contents0303 .comparison {
  margin: auto;
  width: 1200px;
}

.main_contents01,
.main_contents02_item,
.main_contents03_item {
  padding-bottom: 8vh;
}

.header_box,
.title,
.main_contents01_item,
.main_contents01_item_item,
.main_contents02_item_box,
.footer_title {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

.title {
  background-image: -moz-linear-gradient(90deg, rgba(196, 151, 21, 1), rgba(255, 252, 209, 0));
  background-image: -webkit-linear-gradient(90deg, rgba(196, 151, 21, 1), rgba(255, 252, 209, 0));
  background-image: linear-gradient(90deg, rgba(196, 151, 21, 1), rgba(255, 252, 209, 0));
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 16px;
  height: auto;
  margin: auto;
  margin-bottom: 3vh;
  padding-bottom: 16px;
  width: 472px;
}

.title .font_lllb {
  padding: 0 8px;
}

video {
  padding-bottom: 12PX;
}

.introduction p,
.main_contents_text {
  line-height: 3rem;
}

.spacer01 {
  height: 3vh;
}

.spacer02 {
  width: 1vw;
}

/* header */
.top {
  position: relative;
}

.main_contents01 {
  padding-top: 3vh;
  text-align: center;
}

header h4 {
  line-height: 36px;
  padding-top: 8px
}

/* main_contents01 */
.main_contents01 p {
  font-size: 2em;
}

/* main_contents02 */
.introduction p {
  width: 800px;
  margin: auto;
}

.main_contents_text {
  padding: 10px 20px;
  text-align: start;
}

.merit_h3 {
  padding-right: 1vw;
}

.merit_item {
  height: 200px;
  line-height: 4em;
  position: relative;
  width: 33%;
}

.merit_item_circle {
  border: 12px solid rgba(252, 246, 157, 0.5);
  border-radius: 50%;
  height: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 10;
}

.merit_item_p {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.merit .main_contents_text {
  width: 67%;
}

.main_contents02_item_item {
  width: 292px;
}

.feature .font_lb,
.process .font_lb {
  padding-bottom: 12px;
}

.feature ul {
  margin-right: 0;
  margin-left: auto;
  padding-top: 12px;
  padding-right: 16px;
  text-align: end;
  width: fit-content;
}

.feature li {
  list-style: none;
  text-align: start;
}

/* main_contents03 */
.main_contents03 {
  background-image: linear-gradient(rgba(165, 182, 211, 0), rgba(30, 40, 72, 1) 22%);
  color: #fff;
  padding-top: 60px;
  position: relative;
}

.main_contents03_in .main_contents0302,
.main_contents0303,
.main_contents03_item {
  position: relative;
  z-index: 2000;
}

.main_contents03_container {
  background-color: rgba(30, 40, 72, 0.5);
  padding: 20px 40px;
  margin: 1vh auto 5vh;
  width: 1000px;
}

.process {
  padding: 24px 0 8px 0;
}

.process .font_s {
  padding: 20px 24px 0 0;
}

.demo_font {
  font-family: monospace;
}

.demo video {
  padding-top: 3vh;
}


.flow .main_contents02_item_box {
  justify-content: center;
}

.flow_number,
.flow_person,
.flow_contents {
  align-items: center;
  border: 2px solid #fff;
  justify-content: center;
  height: 112px;
}

.flow_container {
  display: flex;
}

.flow_number,
.flow_person {
  display: flex;
  width: 80px;
}

.flow_number {
  background-color: #1E2848;
}

.flow_person {
  background-color: #A5B6D3;
  writing-mode: vertical-rl;
}

.gb {
  background-color: #C49715;
}

.flow_contents,
.flow_start {
  background-color: #fff;
  color: #000;
  line-height: 3rem;
  padding: 12px 24px;
  text-align: start;
  width: 780px;
}

.flow_contents a {
  display: block;
  text-align: end;
}

.flow_start {
  margin: auto;
  padding: 24px 0;
  text-align: center;
  width: 600px;
}

.flow_next {
  font-size: 4rem;
  margin: 12px 0;
  transform: scaleX(3.5) rotate(-90deg);
}

.form_move:hover {
  font-weight: bold;
}

/* 表のレイアウト*/

table {
  align-items: center;
  border-collapse: collapse;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1200px;
}

table th {
  background-color: #444D54;
  color: #fff;
  padding: 1em 10px 1em 1em;
  text-align: center;
}

th,
td {
  line-height: 24px;
  vertical-align: middle;
}

table ul {
  padding-left: 14px;
}

table li {
  padding-bottom: 12px;
}

.th_col {
  border-right: 2px solid #fff;
  width: 300px;
}

.th_row {
  border-bottom: 2px solid #fff;
  border-right: 4px solid #C49715;
  line-height: 24px;
  width: 160px;
}

.th_c {
  border-right: 2px solid #444D54;
}


.th_gb {
  background-color: #C49715;
  border-left: 4px solid #C49715;
  border-right: 4px solid #C49715;
  padding: 8px 32px;
}

.last .color_accent {
  border-bottom: 4px solid #C49715;
}

.gb_color {
  color: #C49715;
  font-weight: bold;
}

.table_cost {
  padding-bottom: 12px;
}

table td {
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #003d7a;
  color: #000;
  padding: 1.5em 1em;
}

.color_accent {
  border-right: 4px solid #C49715;
}

.non {
  background: #1E2848;
}

.comparison_list {
  margin-left: auto;
  text-align: start;
  width: max-content;
}


/* お問い合わせフォーム */
.contact_form {
  background-color: #E6E6E5;
  margin-top: 40px;
  padding: 80px 0;
}

.contact {
  border: 2px solid #fff;
  padding-top: 4vh;
}

form {
  font-size: 20px;
  margin: 0 auto;
  padding-top: 20px;
}

form div {
  padding-bottom: 20px;
  margin: auto;
  width: 100%;
}

form label {
  display: block;
  padding-bottom: 12px;
}

form p {
  font-size: 1.4rem;
  padding-top: 4px;
}

input[type="text"],
input[type="email"],
form select,
textarea {
  background-color: #fff;
  border: solid 1px #aaa;
  color: #000;
  font-size: 1.6rem;
  text-align: start;
  width: 520px;
}

input[type="text"],
input[type="email"],
form select,
textarea {
  border-radius: 8px;
  padding: 14px 16px;
}

textarea {
  height: 160px;
  padding: 16px;
}

.btn {
  text-align: center;
  margin: 25px auto;
}

button {
  background-color: rgba(165, 182, 211);
  border-bottom: 5px solid #576f96;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 5px rgba(38, 46, 59, .3);
  box-shadow: 0 3px 5px rgba(38, 46, 59, .3);
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 140px;
}

button:hover {
  border-bottom: 2px solid #576f96;
  margin-top: 3px;
}

/* フッター */
.footer {
  color: #fff;
  background-color: #1E2848;
  padding: 100px 0 50px;
}

.footer_title {
  justify-content: center;
  vertical-align: bottom;
  align-items: flex-end;
}

.footer_box {
  margin: auto;
  width: 1000px;
}

.footer_container_logo {
  position: relative;
}

.footer p {
  letter-spacing: 2px;
  line-height: 2rem;
  padding: 20px;
}

.footer_container {
  width: auto;
}

.logo_name {
  font-size: 2.5em;
  padding-left: 12px;
}


/* 画像関係 */
.icon {
  height: 100px;
}

header .container {
  background-image: url(../images/lp_gb_ocr/top_image02.png);
  height: 800px;
  filter: brightness(0.95);
}

.logo_top {
  height: 360px;
  margin-left: 2vw;
  position: relative;
  z-index: 1000;
}

.kirari {
  height: 60px;
  width: 60px;
}

.kirax {
  transform: rotate(45deg);
}

.main_logo {
  height: 50px;
  margin-right: 4px;
}

.summary_img {
  height: 400px;
  padding: 10px 60px;
  width: 432px;
}

.fa-angle-right:before {
  font-size: 4rem;
}

.fa-angle-down:before {
  font-size: 6rem;
}

.flow i {
  padding: 10px;
}

.footer_logo_name {
  height: 62px;
  padding-top: 12px;
}

/* 光のアニメーション */

.container {
  position: relative;
  width: 100%;
  background: #06061a;
  overflow: hidden;
  /* for text	 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.lights {
  position: absolute;
  width: 100%;
  height: 100%;
}

.lights span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 1vw;
  height: 1vw;
  background: #FFF;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: 0 0 1vw 0.5vw rgba(255, 255, 255, 0.4);
  animation: light-anim 10s 0s linear infinite;
}

.lights span:nth-child(1) {
  left: 0%;
}

.lights span:nth-child(2) {
  left: 2%;
}

.lights span:nth-child(3) {
  left: 4%;
}

.lights span:nth-child(4) {
  left: 6%;
}

.lights span:nth-child(5) {
  left: 8%;
}

.lights span:nth-child(6) {
  left: 10%;
}

.lights span:nth-child(7) {
  left: 12%;
}

.lights span:nth-child(8) {
  left: 14%;
}

.lights span:nth-child(9) {
  left: 16%;
}

.lights span:nth-child(10) {
  left: 18%;
}

.lights span:nth-child(11) {
  left: 20%;
}

.lights span:nth-child(12) {
  left: 22%;
}

.lights span:nth-child(13) {
  left: 24%;
}

.lights span:nth-child(14) {
  left: 26%;
}

.lights span:nth-child(15) {
  left: 28%;
}

.lights span:nth-child(16) {
  left: 30%;
}

.lights span:nth-child(17) {
  left: 32%;
}

.lights span:nth-child(18) {
  left: 34%;
}

.lights span:nth-child(19) {
  left: 36%;
}

.lights span:nth-child(20) {
  left: 38%;
}

.lights span:nth-child(21) {
  left: 40%;
}

.lights span:nth-child(22) {
  left: 42%;
}

.lights span:nth-child(23) {
  left: 44%;
}

.lights span:nth-child(24) {
  left: 46%;
}

.lights span:nth-child(25) {
  left: 48%;
}

.lights span:nth-child(26) {
  left: 50%;
}

.lights span:nth-child(27) {
  left: 52%;
}

.lights span:nth-child(28) {
  left: 54%;
}

.lights span:nth-child(29) {
  left: 56%;
}

.lights span:nth-child(30) {
  left: 58%;
}

.lights span:nth-child(31) {
  left: 60%;
}

.lights span:nth-child(32) {
  left: 62%;
}

.lights span:nth-child(33) {
  left: 64%;
}

.lights span:nth-child(34) {
  left: 66%;
}

.lights span:nth-child(35) {
  left: 68%;
}

.lights span:nth-child(36) {
  left: 70%;
}

.lights span:nth-child(37) {
  left: 72%;
}

.lights span:nth-child(38) {
  left: 74%;
}

.lights span:nth-child(39) {
  left: 76%;
}

.lights span:nth-child(40) {
  left: 78%;
}

.lights span:nth-child(41) {
  left: 80%;
}

.lights span:nth-child(42) {
  left: 82%;
}

.lights span:nth-child(43) {
  left: 84%;
}

.lights span:nth-child(44) {
  left: 86%;
}

.lights span:nth-child(45) {
  left: 88%;
}

.lights span:nth-child(46) {
  left: 90%;
}

.lights span:nth-child(47) {
  left: 92%;
}

.lights span:nth-child(48) {
  left: 94%;
}

.lights span:nth-child(49) {
  left: 96%;
}

.lights span:nth-child(50) {
  left: 98%;
}

/* light size */
.lights span:nth-child(4n+1) {
  width: 0.8vw;
  height: 0.8vw;
  box-shadow: 0 0 1vw 0.5vw rgba(255, 255, 255, 0.45);
}

.lights span:nth-child(4n+2) {
  width: 1vw;
  height: 1vw;
  box-shadow: 0 0 1vw 0.7vw rgba(255, 255, 255, 0.4);
}

.lights span:nth-child(4n+3) {
  width: 1.1vw;
  height: 1.1vw;
  box-shadow: 0 0 1vw 1vw rgba(255, 255, 255, 0.35);
}

.lights span:nth-child(4n+4) {
  width: 1.2vw;
  height: 1.2vw;
  box-shadow: 0 0 1vw 1.2vw rgba(255, 255, 255, 0.3);
}

/* animation-duration */
.lights span:nth-child(6n+1) {
  animation-duration: 20s;
}

.lights span:nth-child(6n+2) {
  animation-duration: 15s;
}

.lights span:nth-child(6n+3) {
  animation-duration: 7s;
}

.lights span:nth-child(6n+4) {
  animation-duration: 30s;
}

.lights span:nth-child(6n+5) {
  animation-duration: 20s;
}

.lights span:nth-child(6n+6) {
  animation-duration: 40s;
}


/* animation-delay */
.lights span:nth-child(5n+1) {
  animation-delay: 0s;
}

.lights span:nth-child(5n+2) {
  animation-delay: 12s;
}

.lights span:nth-child(5n+3) {
  animation-delay: 7s;
}

.lights span:nth-child(5n+4) {
  animation-delay: 4s;
}

.lights span:nth-child(5n+5) {
  animation-delay: 10s;
}

/* light animation */
@keyframes light-anim {
  0% {
    top: -10%;
    transform: translateX(0);
  }

  35% {
    transform: translateX(3vw);
  }

  65% {
    transform: translateX(-3vw);
  }

  100% {
    top: 100%;
    transform: translateX(0);
  }
}

/* 星のアニメーション */
@keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -10000px 5000px;
  }
}

.stars,
.twinkling {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.twinkling {
  height: inherit;
  top: 1000px;
}

.stars {
  background: transparent url(../images/lp_gb_ocr/stars.png) repeat top center;
  z-index: 0;
}

.twinkling {
  background: transparent url(../images/lp_gb_ocr/twinkling.png) repeat top center;
  z-index: 1;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite;
}


/* レスポンシブ表示 */

@media screen and (min-width: 450px) {

  /* 450以上のときは改行しない*/
  .br_450 {
    display: none;
  }
}

@media screen and (min-width: 600px) {

  /* 600以上のときは改行しない*/
  .br_600 {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .br_1024 {
    display: none;
  }

}

@media screen and (min-width: 1200px) {
  .js-scrollable {
    display: initial;
  }
}

@media screen and (max-width: 1200px) {
  .main_contents0303 .comparison {
    width: 90vw;
  }
}

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

  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 6rem;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 3rem;
  }

  .font_lllb {
    font-size: 3.5rem;
  }

  .font_llb {
    font-size: 3rem;
  }

  .font_lb {
    font-size: 2rem;
  }

  .font_s {
    font-size: 0.8em;
    padding-right: 8px;
  }

  .main_contents01,
  .main_contents02,
  .main_contents0302,
  .main_contents0304 {
    width: 80vw;
  }

  .main_contents0303 .comparison {
    width: 90vw;
  }

  header .container {
    height: 500px;
  }

  .logo_top {
    height: 220px;
  }

  header h4 {
    line-height: 26px;
  }

  .title {
    width: 340px;
  }

  .main_contents01 {
    width: auto;
  }

  .main_contents01 p {
    font-size: 2rem;
  }

  .main_contents01_item {
    justify-content: center;
  }

  .kirari {
    height: 32px;
  }

  .introduction p {
    width: 70vw;
  }

  .merit .main_contents02_item_box {
    display: block;
  }

  .merit_item {
    width: auto;
  }

  .merit .main_contents_text {
    width: auto;
  }

  .merit_item_p {
    top: 20px;
  }

  .merit_item_p .lines {
    line-height: 3rem;
  }

  .summary_img {
    height: 280px;
    padding: 10px;
    width: 240px;
  }

  /* main_contents03 */

  .main_contents03_container {
    width: auto;
  }

  .process_icon {
    height: 64px;
  }

  .flow .main_contents02_item_box {
    display: block;
  }

  .main_contents03_container {
    width: 90vw;
  }

  .flow_number,
  .flow_person,
  .flow_contents {
    height: auto;
  }

  .flow_start {
    width: 60vw;
  }

  .flow_person {
    writing-mode: horizontal-tb;
  }

  .flow_number,
  .flow_person {
    padding: 16px 0;
    width: 40vw;
  }

  .flow_contents {
    width: 80vw;
  }

  form {
    padding-top: 0;
  }

  form div {
    text-align: center;
    width: 60vw;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    margin-left: 0;
    width: 60vw;
  }

  .footer_box {
    width: 80vw;
  }

  .twinkling {
    top: 1180px;
  }
}

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

  .br_601 {
    display: none;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 3rem;
  }

  .font_llb {
    font-size: 2.7rem;
  }

  .font_lb {
    font-size: 2rem;
  }


  header .container {
    height: 400px;
  }

  .title {
    width: 84vw;
  }

  .title_content {
    display: block;
    height: auto;
    line-height: 28px;
    padding-bottom: 24px;
  }

  .icon {
    height: 60px;
    margin-right: 12px;
  }

  .logo_top {
    height: 132px;
  }

  .main_logo {
    height: 44px;
    vertical-align: bottom;
  }

  .main_contents01_item {
    display: block;
  }

  .main_contents_text {
    padding: 0;
  }

  .main_contents01_item_item {
    justify-content: center;
  }

  .main_contents01 p {
    font-size: 1.8rem;
  }

  .main_contents02_item_box {
    display: block;
  }

  .main_contents02_item_box .br_1024 {
    display: none;
  }

  .merit_item {
    height: 160px;
    margin: auto;
    width: auto;
  }

  .merit_item_circle {
    height: 148px;
    width: 148px;
  }

  .merit_item_p {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    width: inherit;
  }

  .introduction p,
  .merit .main_contents_text {
    width: auto;
  }

  .mp4_01 {
    width: 320px;
  }

  .main_contents02_item_item {
    align-items: center;
    display: flex;
    padding-bottom: 32px;
    text-align: start;
    width: auto;
  }

  .main_contents02_item_box {
    padding-bottom: 0;
  }

  .feature .font_lb,
  .process .font_lb {
    padding-bottom: 4px;
  }

  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    width: 220px;
  }

  button {
    padding: 20px 0;
  }

  .twinkling {
    top: 1600px;
  }

  footer .main_logo {
    height: 40px;
  }

  .process i {
    transform: rotate(90deg);
  }

}


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

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 2.5rem;
  }

  .font_llb {
    font-size: 2.7rem;
  }

  .font_lb {
    font-size: 1.8rem;
  }

  .main_contents01,
  .main_contents02,
  .main_contents0302,
  .main_contents0304 {
    width: 90vw;
  }

  .main_contents0303 .comparison {
    width: 96vw;
  }

  /* ヘッダー　*/
  header .container {
    height: 300px;
  }

  .logo_top {
    height: 100px;
    padding-bottom: 8px;
  }

  .kirari {
    height: 32px;
    width: 32px;
  }

  .header_box {
    justify-content: center;
  }

  /*  main */


  .flow_number,
  .flow_person {
    width: 45vw;
  }

  .flow_contents {
    width: 90vw;
  }

  .main_contents03_container {
    padding: 0 16px;
  }

  input[type="text"],
  input[type="email"],
  textarea {
    width: 80vw;
  }

  form div {
    width: 80vw;
  }


  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    width: 50vw;
  }

  button {
    padding: 20px 0;
  }

  .twinkling {
    top: 1800px;
  }


}
