@charset "UTF-8";

/* --------------------------------
style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
  color: #272727;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.main {
	margin: 0 auto;
	max-width: 1180px;
	overflow: hidden;
}

#lp_contents,
.header {
  font-size: 9.833px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}

a {
  display: block;
  text-decoration: none;
}

p {
  color: #272727;
  font-size: 2em;
  text-align: justify;
}

h2 {
  text-align: center;
  color: #fff;
  padding: 3.2em 0;
  margin-top: 10em;
}

h2 span {
  display: inline-block;
  font-size: 2em;
  margin-bottom: .5em;
  border-bottom: #fff solid 1px;
  line-height: 1.5em;
}

h2 p {
  color: #fff;
  font-size: 4.4em;
  font-weight: 900;
  line-height: 1.4em;
  text-align: center;
}

@media (max-width: 1180px) {
  #lp_contents,
  .header {
    font-size: 0.833vw;
  }
}

@media (max-width: 750px) {
  #lp_contents,
  .header {
    font-size: 2.666vw;
  }

  p {
    font-size: 1.4em;
  }

  h2 {
    padding: 1.6em 0;
    margin-top: 3.2em;
  }

  h2 span {
    font-size: 1.4em;
    margin-bottom: .5em;
    line-height: 1.7em;
  }
  h2 p {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2em;
  }

}

/* スマホのみ改行 */
.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media (max-width: 750px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}

.flex_contents {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 750px) {
  .flex_contents {
    flex-direction: column;
  }
}

.com_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  background-color: #fff;
  border: .2em solid #0B9F6B;
  border-radius: 6px;
  padding: 1.5em;
}

.com_btn span {
  font-size: 3em;
  font-weight: 600;
  color: #0B9F6B;
}

@media (max-width: 750px) {
  .com_btn span {
    font-size: 2em;
  }
}

/* --------------------------------
PageTop
-------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
}

.pagetop a {
  display: block;
  background-color: #c4820e;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.8;
}

.pagetop a:hover {
  display: block;
  background-color: #d7ab5d;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:20px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 1.0;
}

/* --------------------------------
header
-------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}

.header_inner {
  margin: auto;
  max-width: 1180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_logo {
  margin-left: 1em;
  width: 52em;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em;
}

.header_link {
	border: 1px solid #0B9F6B;
	color: #0B9F6B;
	display: block;
	text-align: center;
	padding: .5em 1em;
	font-size: 1.6em;
	border-radius: 5em;
	font-weight: 400;
}

.header_link-document {
	border: 1px solid #ff9200;
	background-color: #ff9200;
	color: #fff;
}

.header_link-trial {
	border: 1px solid #0a9f6b;
	background-color: #0a9f6b;
	color: #fff;
}

.header_icon {
  width: 7.8em;
}

@media (max-width: 750px) {
  .header_inner {
    height: 8.4em;
  }

  .header_logo {
    width: 98%;
  }

  .header_nav {
    gap: .2em;
  }

  .header_link {
    font-size: 1em;
    padding: .5em;
  }

  .header_icon {
    width: 5.2em;
  }
}

/* --------------------------------
fv
-------------------------------- */
.fv {
  padding-top: 80px;
  margin: 0 auto;
  width: 100%;
}

.fv iframe.youtube {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media (max-width: 750px) {
  .fv {
    padding-top: 7em;
  }
}

/* --------------------------------
offer
-------------------------------- */
.offer_download {
  background-color: #FFF7C1;
  padding: 6.4em 0;
}

.offer_download_btn {
  width: 71em;
  margin: auto;
}

.offer_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 4.8em;
  padding: 6.4em 0;
}

.offer_btn_wrap img {
  width: 37.7em;
}

@media (max-width: 750px) {
  .offer_download {
    padding: 3.2em 0;
  }

  .offer_download_btn {
    width: 34em;
  }

  .offer_download_btn img {
    width: 100%;
  }

  .offer_btn_wrap {
    align-items: center;
    flex-direction: column;
    gap: 2.6em;
    padding: 3.2em 0;
  }

  .offer_btn_wrap img {
    width: 30em;
  }
}

/* --------------------------------
movie
-------------------------------- */
.movie {
  padding-bottom: 3em;
}

.movie h2 {
  padding-top: 0em;
}

.movie_wrap {
  margin: 1em auto 6.4em;
  width: 69em;
}

.movie_wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.movie_txt_01 {
  width: 55em;
  margin: auto;
}

.movie_txt_02 {
  width: 56.8em;
  margin: auto;
}

@media (max-width: 750px) {
  .movie_wrap {
    margin: .5em auto 4.6em;
    width: 34em;
  }

  .movie_txt_01 {
    width: 31.4em;
  }

  .movie_txt_02 {
    width: 25em;
  }

}

/* --------------------------------
seminar
-------------------------------- */
.seminar {
  padding-bottom: 3em;
}

.seminar h2 {
  background-color: #0D2A85;
}

.seminar .flex_contents {
  align-items: stretch;
  gap: 2.4em;
  width: 84em;
  margin: auto;
  padding-top: 8em;
}

.seminar .flex_contents img {
  width: 36.4em;
}

.seminar .seminar_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.seminar .seminar_txt p {
  font-weight: 700;
  line-height: 2em;
}

@media (max-width: 750px) {
  .seminar {
    padding-bottom: 5em;
  }
  .seminar .flex_contents {
    width: 100%;
    padding: 3em 1.6em 0;
  }

  .seminar .flex_contents img {
    width: 100%;
  }

  .seminar .seminar_txt {
    gap: 4em;
  }

  .seminar .seminar_txt p {
    line-height: 1.7em;
  }
}

/* --------------------------------
point
-------------------------------- */
.point h2 {
  background-color: #E89111;
}

.point .point_ttl {
  display: inline-block;
  width: 6.4em;
  margin-right: .1em;
  margin-bottom: -0.1em;
}

.point .inner {
  background-image: repeating-linear-gradient(130deg, #fff4ac, #fff4ac .3em, transparent .3em, transparent .6em);
  padding: 10em;
}

.point_contents {
  background-color: #fff;
  padding: 6.4em;
  margin-bottom: 6.4em;
}

.point_num {
  color: #B9312B;
  background-color: #fff;
  border: #B9312B solid 1px;
  border-radius: 5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0 1.5em;
  margin-bottom: 2.4em;
  width: fit-content;
}

.point .flex_contents {
  justify-content: space-between;
  align-items: center;
}

.point h3 {
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1.5em;
}

.point h3 span {
  color: #6D6D6D;
}

.point_img {
  width: 30em;
}

.point h4 {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: .8em;
}

.point_txt {
  flex: 1;
  width: 47em;
}

.point_txt p {
  color: #6D6D6D;
  line-height: 1.6em;
}

.point_arrow {
  margin: 0 2.4em 0 3em;
}

.point_red {
  color: #fff;
  background-color: #B9312B;
  border-radius: .8em;
  width: 29.7em;
  height: 27.2em;
  padding: 1.8em;
  text-align: center;
  align-content: center;
}

.point_red span {
  font-size: 2.4em;
  line-height: 1.3em;
}

.point_red p {
  color: #fff;
  font-size: 3.2em;
  line-height: 1.5em;
  text-align: center;
}

.point_border {
  background: #DADADA;
  width: 100%;
  height: .2em;
  margin: 4em 0;
}

@media (max-width: 750px) {
  .point .point_ttl {
    width: 5.1em;
    margin-bottom: 0em;
  }

  .point .inner {
    padding: 5em 1.6em 1em;
  }

  .point_contents {
    padding: 2.5em;
    margin-bottom: 15em;
  }

  .point_contents:last-of-type {
    margin-bottom: 12em;
  }

  .point_num {
    font-size: 1.4em;
    padding: 0 1.8em;
    margin: -2.5em auto 1em;
  }

  .point h3 {
    font-size: 2.4em;
    line-height: 1.3em;
    text-align: center;
  }

  .point_img {
    width: 22em;
    margin-top: 2em;
  }

  .point h4 {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    padding-top: 1.2em;
  }

  .point_txt {
    width: 100%;
  }

  .point_txt p {
    line-height: 2em;
  }

  .point_arrow {
    margin: 2.4em 0 1.6em;
    transform: rotate(90deg);
  }

  .point_red {
    border-radius: .4em;
    width: 27em;
    height: auto;
    padding: 1em;
    margin-bottom: -8.5em;
  }

  .point_contents:first-of-type .point_red {
    margin-bottom: -7.5em;
  }

  .point_red span {
    font-size: 1.4em;
    line-height: 1.7em;
  }

  .point_red p {
    font-size: 2em;
  }

  .point_border {
    display: none;
  }
}

/* --------------------------------
function
-------------------------------- */
.function h2 {
  background-color: #B9312B;
}

.function .inner {
  background-color: #F1F1F1;
  padding: 10em 6em;
}

.function_contents {
  display: flex;
  flex-direction: column;
  gap: 5.5em;
  background-color: #fff;
  border-radius: 2.4em;
  padding: 5.6em;
  padding-right: 7em;
  margin-bottom: 6em;
}

.function .flex_contents {
  gap: 4em;
}

.function_num {
  position: relative;
  background-color: #B9312B;
  border-radius: 10em;
  height: 13.6em;
  width: 13.6em;
  align-content: center;
}

.function_num::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border: #fff solid .2em;
  border-radius: 10em;
  height: 93%;
  width: 93%;
}

.function_num p {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
  text-align: center;
  line-height: 1.4em;
}

.function h3 {
  color: #B9312B;
  font-size: 4.8em;
  font-weight: 900;
  line-height: 1.5em;
}

.function h3 span {
  color: #696969;
}

.function h3 span.function_note {
  display: block;
  font-size: .4em;
  font-weight: 400;
  line-height: 2em;
}

.function_img {
  width: 46em;
}

.function_txt {
  font-weight: 700;
  line-height: 1.6em;
}

.function .com_btn {
  max-width: 45em;
  margin: auto;
}

@media (max-width: 750px) {
  .function .inner {
    background-color: #fff;
    padding: 4em 1.6em 8em;
  }

  .function_contents {
    gap: 2.4em;
    padding: 1.6em;
    margin-bottom: 5em;
  }

  .function_num {
    margin: auto;
    height: 7.4em;
    width: 7.4em;
  }

  .function_num p {
    font-size: 1.4em;
  }

  .function h3 {
    font-size: 3.2em;
    line-height: 1.25em;
    text-align: center;
    margin: auto;
  }

  .function h3 span.function_note {
    font-weight: 700;
  }

  .function_txt {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.7em;
  }

  .function .flex_contents:first-of-type {
    gap: 1.6em;
  }

  .function .flex_contents:last-of-type {
    flex-direction: column-reverse;
  }
}

/* --------------------------------
case
-------------------------------- */
.case {
  background-color: #D2EBFF;
  padding: 10em;
}

.case h2 {
  color: #0D2A85;
  margin-top: 0;
}

.case h2 span {
  border-color: #0D2A85;
  font-weight: 600;
}

.case h2 p {
  color: #0D2A85;
}

.case_ttl {
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3em;
  padding: 1em 0;
}

.case_txt {
  font-weight: 400;
  line-height: 1.6em;
}

.case .splide__slide {
  background-color: #fff;
  border-radius: .8em;
  padding: 4em 2.5em;
}

.case .splide__slide img {
  width: 88%;
  margin: auto;
}

.case .splide__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 4em;
  padding-top: 4em;
}

.case .arrow_button {
  position: static;
  background-color: #0D2A85;
  opacity: 1;
  width: 6em;
  height: 6em;
  transform: none;
  z-index: 0;
}

.case .arrow_button svg {
  width: 2.8em;
}

@media (max-width: 750px) {
  .case {
    padding: 4em 0;
  }

  .case h2 {
    padding-bottom: 3.2em;
  }

  .case_ttl {
    font-size: 1.6em;
    padding: 1em 0;
  }

  .case .splide__arrows {
    gap: 1.8em;
    padding-top: 1.6em;
    padding-right: 4em;
  }

  .case .arrow_button {
    width: 4.0em;
    height: 4.0em;
  }
}

/* --------------------------------
security
-------------------------------- */
.security h2 {
  color: #0D2A85;
  padding-bottom: 8em;
}

.security h2 p {
  color: #0D2A85;
}

.security svg {
  margin-bottom: 1.2em;
  width: 7.4em;
}

.security .flex_contents {
  width: 89em;
  margin: auto;
}

.security h3 {
  font-size: 4.4em;
  font-weight: 900;
  line-height: 1.45em;
  width: 10em;
}

.security_txt {
  color: #696969;
  font-weight: 400;
  line-height: 1.6em;
  flex: 1;
}

table.security_table {
  margin: 6.4em auto 12em;
  width: 87em;
}

.security_table th,
.security_table td {
  font-size: 1.4em;
  padding: .2em 1.5em;
  padding-right: .8em;
  line-height: 1.4em;
  text-align: left;
}

.security_table th {
  background-color: #dceeff;
  white-space: nowrap;
  padding: .4em 1.5em;
}

th:first-child,
td:first-child {
  border-right: 1px solid #D9D9D9;
  width: 20%;
}

th:last-child {
  width: 80%;
}

td:last-child {
  font-size: 1.5em;
  line-height: 2em;
}

.security_table tr:nth-child(odd) {
  background-color: #F1F1F1;
}

@media (max-width: 750px) {
  .security {
    padding: 1.6em;
  }

  .security h2 {
    padding-bottom: 4em;
  }

  .security svg {
    margin-bottom: 1.0em;
    width: 5.2em;
  }

  .security .flex_contents {
    width: 100%;
  }

  .security h3 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.75em;
    width: 100%;
    margin-bottom: 1.2em;
  }

  .security_txt {
    line-height: 2em;
  }

  table.security_table {
    margin: 4em auto 8em;
    width: 100%;
  }

  .security_table th,
  .security_table td {
    padding: .2em 1.0em;
    padding-right: .8em;
  }

  th:first-child,
  td:first-child {
    width: 30%;
    align-content: center;
  }
}

/* --------------------------------
footer
-------------------------------- */
.navi_container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #888888;
  margin: 0;
  padding: 20px 20px;
}

.footerNavi li {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
}

.footerNavi li a {
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
}

.copyRight {
  color: white;
  font-size: 0.72em;
  font-weight: normal;
  display: inline-block;
}

.navi_space {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 750px) {
  .footerNavi {
    padding-bottom: 20px;
  }
  .navi_container {
    flex-direction: column;
    padding: 20px 16px;
  }
}
