@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  background: #fff;
  font-family:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #4c4948;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:after,
q:before {
  content: "";
}

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
}

@media print {
  html,
  html body {
    *zoom: 0.65;
  }
}

/* link
------------------------------------------------ */
a {
  color: #4c4948;
  text-decoration: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

a:hover {
  opacity: 0.5;
}

.op,
.op a,
.op img,
.op input {
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -ms-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media (max-width: 767px) {
  a:hover {
    opacity: 1;
  }

  .op:hover,
  .op a:hover,
  .op:hover img,
  .op:hover input {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }
}

/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}

.visible-tab {
  display: none !important;
}

.visible-ts {
  display: none !important;
}

.visible-pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .visible-tab {
    display: block !important;
  }

  .visible-pc-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }

  .visible-ts {
    display: block !important;
  }
}

/* !fonts
------------------------------------------------ */
.fwb {
  font-weight: 600;
}

.fwm {
  font-weight: 500;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* !fc
------------------------------------------------ */

/* html
----------------------------------------------- */
html.html-lock {
}

/* wrapper
----------------------------------------------- */
#wrapper {
  overflow: hidden;
  padding: 100px 0 0;
}

@media (max-width: 1024px) {
  #wrapper {
    padding: 50px 0 0;
  }
}

.inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

#header .header_in {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 98;
}

#header .header_logo {
  flex-shrink: 0;
  font-size: 0;
  width: 216px;
}

#header .header_navi {
  display: flex;
  align-items: center;
  gap: 20px;
}

#header .header_navi li {
  font-size: 15px;
  font-weight: 500;
  font-weight: bold;
}

#header .header_btn {
}

#header .header_col {
  display: flex;
  align-items: stretch;
  gap: 15px;
  flex-shrink: 0;
}

#header .header_col a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  height: 36px;
  border: 1px #8534ff solid;
  background: #8534ff;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#header .header_col .header_login {
  background: #fff;
  color: #8534ff;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: none;
}

@media (max-width: 1024px) {
  #header .header_in {
    height: 50px;
  }

  #header .header_logo {
    flex-shrink: 0;
    font-size: 0;
    width: 160px;
    position: relative;
    z-index: 90;
  }

  #header .header_navi {
    display: none;
  }

  #header .header_btn {
    display: none;
  }

  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
  }

  .navbar-toggle .toggle_menu {
    width: 30px;
    height: 11px;
    position: relative;
  }

  .navbar-toggle .toggle_menu span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    background-color: #4c4948;
    width: 100%;
    height: 1px;
  }

  .navbar-toggle .toggle_menu span:nth-of-type(1) {
    top: 0;
  }

  .navbar-toggle .toggle_menu span:nth-of-type(2) {
    top: 10px;
  }

  .navbar-toggle.on .toggle_menu span:nth-of-type(1) {
    top: 0;
    transform: translateY(5px) rotate(30deg);
  }

  .navbar-toggle.on .toggle_menu span:nth-of-type(2) {
    top: 10px;
    transform: translateY(-5px) rotate(-30deg);
  }

  .navbar-collapse {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    width: 100%;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 80;
  }

  .navbar-collapse .navbar_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding: 50px 0 0;
  }

  .navbar-collapse .navbar_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    width: 100%;
  }

  .navbar-collapse .navbar_list li {
    width: calc((100% - 10px) / 2);
    border-bottom: 1px #4c4948 solid;
  }

  .navbar-collapse .navbar_list li a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
  }

  #header .header_col a {
    height: 46px;
    font-size: 16px;
  }
}

/* anchor
----------------------------------------------- */
.anchor {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  margin-top: -100px;
  z-index: 0;
}

@media (max-width: 1024px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* footer
----------------------------------------------- */
#footer {
  padding: 50px 20px;
}

#footer .pagetop {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 9;
}

#footer .pagetop a {
  display: block;
  width: 44px;
}

#footer .footer_inner {
  max-width: 1110px;
  margin: 0 auto;
}

#footer .footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#footer .footer_logo {
  width: 216px;
  font-size: 0;
  flex-shrink: 0;
}

#footer .footer_logo a {
  display: block;
}

#footer .footer_navi {
  display: flex;
  gap: 35px;
}

#footer .footer_navi a {
  display: block;
  font-weight: bold;
}

#footer .copyright {
  text-align: right;
  margin: 10px 0 0;
}

@media (max-width: 1024px) {
  #footer .footer_navi {
    gap: 20px;
  }

  #footer .footer_navi a {
    font-size: 14px;
  }

  #footer .copyright {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 30px 20px;
  }

  #footer .pagetop {
    right: 20px;
    bottom: 20px;
  }

  #footer .pagetop a {
    width: 30px;
  }

  #footer .footer_box {
    flex-direction: column;
    gap: 30px;
  }

  #footer .footer_logo {
    width: 160px;
  }

  #footer .footer_logo a {
    display: block;
  }

  #footer .footer_navi {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  #footer .footer_navi li {
    width: calc((100% - 15px) / 2);
    text-align: center;
  }

  #footer .footer_navi a {
    font-size: 12px;
  }

  #footer .copyright {
    font-size: 12px;
    text-align: center;
    margin: 20px 0 0;
  }
}

/* H
----------------------------------------------- */
.hdl {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .hdl {
    font-size: 24px;
  }
}

/* top
----------------------------------------------- */
.top_block {
  position: relative;
}

.top_free {
  background: url("../img/top/bg_free.jpg") center center no-repeat;
  background-size: cover;
  padding: 45px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_free .hdl {
  margin: 0 0 10px;
}

.top_free .free_txt {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 35px;
}

.top_free .free_btn {
  display: flex;
  justify-content: center;
}

.top_free .free_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  width: 390px;
  height: 50px;
  font-size: 19px;
  font-weight: 600;
  color: #8534ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .top_free {
    padding: 30px 20px;
  }

  .top_free .hdl {
    margin: 0 0 10px;
  }

  .top_free .free_txt {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .top_free .free_btn a {
    width: 260px;
    height: 40px;
    font-size: 16px;
  }
}

.top_faq {
  padding: 45px 0 100px;
}

.top_faq .hdl {
  margin: 0 0 40px;
}

.top_faq .faq_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top_faq .faq_item {
}

.top_faq .faq_item .q_box {
  background: rgba(133, 52, 255, 0.1);
  padding: 10px 60px 10px 40px;
  cursor: pointer;
  position: relative;
}

.top_faq .faq_item .q_tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.78;
  text-indent: -1em;
  padding-left: 1em;
}

.top_faq .faq_item .q_ico {
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -13px;
  background: #fff;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.top_faq .faq_item .q_ico:before {
  position: absolute;
  content: "";
  background: #8534ff;
  width: 15px;
  height: 1px;
  top: 13px;
  left: 6px;
  z-index: 0;
}

.top_faq .faq_item .q_ico:after {
  position: absolute;
  content: "";
  background: #8534ff;
  width: 1px;
  height: 15px;
  left: 13px;
  top: 6px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.top_faq .faq_item .q_box.on .q_ico:after {
  transform: rotate(90deg);
}

.top_faq .faq_item .a_box {
  padding: 15px 60px 30px;
  display: none;
}

.top_faq .faq_item .a_txt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_faq {
    padding: 25px 0 50px;
  }

  .top_faq .hdl {
    margin: 0 0 30px;
  }

  .top_faq .faq_item .q_box {
    padding: 10px 60px 10px 20px;
  }

  .top_faq .faq_item .q_tit {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .top_faq .faq_item .q_ico {
    right: 15px;
  }

  .top_faq .faq_item .a_box {
    padding: 15px 35px 20px;
    display: none;
  }
}

.top_price {
  padding: 90px 0 45px;
}

.top_price .hdl {
  margin: 0 0 40px;
}

.top_price .price_box {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.top_price .price_box .box_item {
  width: calc((100% - 48px) / 3);
  background: #f9f5ff;
  border: 1px #c299ff solid;
  padding: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.top_price .price_box .box_seven {
  position: absolute;
  right: 17px;
  top: 0;
  transform: translateY(-50%);
  background: #e1ccff;
  font-weight: 600;
  color: #8534ff;
  width: 130px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
}

.top_price .price_box .box_tit {
  text-align: center;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.top_price .price_box .box_det {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 18px;
  align-items: center;
  font-weight: 600;
  margin: 0 0 30px;
}

.top_price .price_box .box_det .det_cap {
  border: 1px #6c7280 solid;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
}

.top_price .price_box .box_btn {
  max-width: 250px;
  margin: 0 auto 35px;
}

.top_price .price_box .box_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #8534ff;
  height: 46px;
  font-size: 19px;
  font-weight: 600;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.top_price .price_box .box_sum {
  margin: 0 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: 600;
}

.top_price .price_box .box_sum .sum_cont {
  color: #8534ff;
  font-size: 24px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.top_price .price_box .box_sum .sum_num {
  font-size: 48px;
  line-height: 1.1;
}

.top_price .price_box .box_sum .sum_year {
  text-align: center;
  font-size: 20px;
}

.top_price .price_box .box_spc {
  border-top: 1px #8534ff solid;
  padding: 25px 0 0;
}

.top_price .price_box .box_spc .spc_tit {
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 15px;
}

.top_price .price_box .box_spc .spc_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 -15px 0 0;
}

.top_price .price_box .box_spc .spc_list li {
  padding: 0 0 0 30px;
  font-weight: 600;
  position: relative;
}

.top_price .price_box .box_spc .spc_list li.highlight {
  color: #8534ff;
}

.top_price .price_box .box_spc .spc_list li:before {
  position: absolute;
  content: "";
  background-image: url("../img/top/check_price.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 2px;
  z-index: 0;
}

.top_price .price_custom {
  margin: 25px 0 0;
  padding: 30px;
  font-weight: 600;
  border: 1px #c299ff solid;
  background: url("../img/top/bg.jpg") center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_price .price_custom .custom_tit {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px;
}

.top_price .price_custom .custom_det {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
}

.top_price .price_custom .custom_btn {
  max-width: 250px;
  margin: 0 auto;
}

.top_price .price_custom .custom_btn a {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #8534ff;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .top_price .price_box .box_sum .sum_cont {
    font-size: 18px;
  }

  .top_price .price_box .box_sum .sum_num {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .top_price {
    padding: 45px 0 25px;
  }

  .top_price .hdl {
    margin: 0 0 30px;
  }

  .top_price .price_box {
    flex-direction: column;
    gap: 30px;
  }

  .top_price .price_box .box_item {
    width: 100%;
    padding: 30px 20px;
  }

  .top_price .price_box .box_seven {
    right: 10px;
  }

  .top_price .price_box .box_tit {
    font-size: 24px;
  }

  .top_price .price_box .box_det {
    font-size: 16px;
  }

  .top_price .price_box .box_det .det_cap {
    font-size: 12px;
  }

  .top_price .price_box .box_btn {
    margin: 0 auto 20px;
  }

  .top_price .price_box .box_btn a {
    height: 40px;
    font-size: 16px;
  }

  .top_price .price_box .box_sum .sum_cont {
    font-size: 18px;
  }

  .top_price .price_box .box_sum .sum_num {
    font-size: 30px;
  }

  .top_price .price_box .box_sum .sum_year {
    font-size: 16px;
  }

  .top_price .price_box .box_spc .spc_list {
    margin: 0;
  }

  .top_price .price_box .box_spc .spc_list li {
    padding: 0 0 0 25px;
  }

  .top_price .price_box .box_spc .spc_list li:before {
    width: 16px;
    height: 16px;
  }

  .top_price .price_custom {
    padding: 30px 20px;
  }

  .top_price .price_custom .custom_tit {
    font-size: 24px;
  }

  .top_price .price_custom .custom_det {
    font-size: 18px;
  }

  .top_price .price_custom .custom_btn a {
    height: 40px;
    font-size: 16px;
  }
}

.top_voice {
  background: rgba(133, 52, 255, 0.1);
  padding: 90px 0;
}

.top_voice .hdl {
  margin: 0 0 20px;
}

.top_voice .voice_det {
  text-align: center;
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
  font-weight: bold;
}

.top_voice .voice_box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 30px;
}

.top_voice .voice_box li {
  width: calc((100% - 30px) / 2);
  background: #fff;
  padding: 25px 30px 30px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

.top_voice .voice_box .box_head {
  width: 90px;
  flex-shrink: 0;
}

.top_voice .voice_box .box_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top_voice .voice_box .box_txt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_voice {
    padding: 45px 0;
  }

  .top_voice .voice_det {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .top_voice .voice_box {
    flex-direction: column;
    gap: 30px;
  }

  .top_voice .voice_box li {
    width: 100%;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .top_voice .voice_box .box_head {
    width: 70px;
  }
}

.top_demo {
  background: #fff;
  padding: 90px 0;
}

.top_demo .hdl {
  margin: 0 0 20px;
}

.top_demo .demo_det {
  text-align: center;
  margin: 0 0 35px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.top_demo .demo_mv {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top_demo {
    padding: 45px 0;
  }

  .top_demo .demo_det {
    margin: 0 0 20px;
    font-size: 16px;
  }
}

.top_step {
  background: rgba(133, 52, 255, 0.05);
  padding: 90px 0;
}

.top_step .hdl {
  margin: 0 0 40px;
}

.top_step .step_box {
  border: 1px #8534ff solid;
}

.top_step .step_box .step_tit {
  background: rgba(133, 52, 255, 0.2);
  color: #6c7280;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px;
}

.top_step .step_box .step_inner {
  padding: 40px 35px 30px;
  display: flex;
  align-items: stretch;
  gap: 70px;
}

.top_step .step_box .step_inner li {
  width: calc((100% - 140px) / 3);
  position: relative;
}

.top_step .step_box .step_inner li:not(:last-child):before {
  position: absolute;
  content: "";
  background: #6c7280;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 16px;
  height: 20px;
  left: calc(100% + 26px);
  top: 10px;
  z-index: 0;
}

.top_step .step_box .bg_one {
  background: linear-gradient(to right, #014dff, #5b1cff);
}

.top_step .step_box .bg_two {
  background: linear-gradient(to right, #6b13fe, #9b05e7);
}

.top_step .step_box .bg_three {
  background: linear-gradient(to right, #ab00de, #eb5a01);
}

.top_step .step_box .step_cap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  gap: 5px;
  margin: 0 0 25px;
  line-height: 1;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

.top_step .step_box .step_cap .cap_lar {
  font-size: 24px;
}

.top_step .step_box .step_img {
  text-align: center;
  margin: 0 0 15px;
}

.top_step .step_box .step_img img {
  width: 86px;
}

.top_step .step_box .step_name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4c4948;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 10px;
}

.top_step .step_box .step_txt {
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_step {
    padding: 45px 0;
  }

  .top_step .hdl {
    margin: 0 0 30px;
  }

  .top_step .step_box .step_tit {
    font-size: 16px;
  }

  .top_step .step_box .step_inner {
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .top_step .step_box .step_inner li {
    width: 100%;
  }

  .top_step .step_box .step_inner li:not(:last-child):before {
    position: absolute;
    content: "";
    background: #6c7280;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 20px;
    height: 16px;
    left: 50%;
    top: calc(100% + 17px);
    transform: translateX(-100%);
  }

  .top_step .step_box .step_cap {
    font-size: 16px;
  }

  .top_step .step_box .step_cap .cap_lar {
    font-size: 22px;
  }

  .top_step .step_box .step_name {
    font-size: 18px;
  }
}

.top_feature {
  background: url("../img/top/bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 90px 0;
}

.top_feature .hdl {
  margin: 0 0 40px;
}

.top_feature .feature_box {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.top_feature .feature_box li {
  width: calc((100% - 48px) / 3);
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: -15px 15px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.top_feature .feature_box .feature_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  line-height: 1.28;
  color: #8534ff;
  font-weight: 600;
  margin: 0 0 20px;
}

.top_feature .feature_box .feature_img {
  text-align: center;
  margin: 0 -30px 20px;
}

.top_feature .feature_box .feature_txt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .top_feature {
    padding: 45px 0;
  }

  .top_feature .hdl {
    margin: 0 0 30px;
  }

  .top_feature .feature_box {
    flex-direction: column;
    gap: 30px;
  }

  .top_feature .feature_box li {
    width: 100%;
    padding: 30px 20px;
  }

  .top_feature .feature_box .feature_tit {
    font-size: 20px;
  }

  .top_feature .feature_box .feature_img {
    margin: 0 -20px 20px;
  }
}

.top_function {
  padding: 100px 0 90px;
}

.top_function .hdl {
  margin: 0 0 30px;
}

.top_function .function_box {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.top_function .function_box .box_inner {
  border: 1px #8534ff solid;
  width: calc((100% - 30px) / 2);
  background: #fff;
  padding: 35px;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(133, 52, 255, 0.1);
  -moz-box-shadow: 0 0 20px rgba(133, 52, 255, 0.1);
  -ms-box-shadow: 0 0 20px rgba(133, 52, 255, 0.1);
  -o-box-shadow: 0 0 20px rgba(133, 52, 255, 0.1);
  box-shadow: 0 0 20px rgba(133, 52, 255, 0.1);
}

.top_function .function_box .box_inner:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: 5px;
  background: -webkit-linear-gradient(
    left,
    #014cff 0%,
    #6119ff 33%,
    #bd18a4 66%,
    #eb5a01 100%
  );
  background: -o-linear-gradient(
    left,
    #014cff 0%,
    #6119ff 33%,
    #bd18a4 66%,
    #eb5a01 100%
  );
  background: linear-gradient(
    to right,
    #014cff 0%,
    #6119ff 33%,
    #bd18a4 66%,
    #eb5a01 100%
  );
  z-index: 0;
}

.top_function .function_box .box_tit {
  text-align: center;
  font-size: 26px;
  line-height: 1.23;
  font-weight: 600;
  color: #8534ff;
  margin: 0 0 20px;
}

.top_function .function_box .box_txt {
  font-weight: bold;
}

.top_function .function_box .box_img {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.top_function .function_box .box_img img {
  height: 265px;
  -webkit-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -moz-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -ms-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -o-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
}

.top_function .function_box .box_inner.box_full {
  width: 100%;
}

.top_function .function_box .box_flex {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 5px 0 0;
}

.top_function .function_box .box_flex .flex_sns {
  flex-shrink: 0;
  display: flex;
  gap: 35px;
}

.top_function .function_box .box_flex .flex_sns li {
  width: 60px;
}

@media (max-width: 767px) {
  .top_function {
    padding: 45px 0;
  }

  .top_function .function_box {
    flex-direction: column;
    gap: 30px;
  }

  .top_function .function_box .box_inner {
    width: 100%;
    padding: 30px 20px;
  }

  .top_function .function_box .box_tit {
    font-size: 18px;
  }

  .top_function .function_box .box_img {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }

  .top_function .function_box .box_img img {
    height: 200px;
  }

  .top_function .function_box .box_flex {
    flex-direction: column;
    gap: 20px;
    padding: 0;
  }

  .top_function .function_box .box_flex .flex_sns {
    gap: 20px;
  }

  .top_function .function_box .box_flex .flex_sns li {
    width: 40px;
  }
}

.top_main {
  background: -webkit-linear-gradient(
    #fadcca 0%,
    #edc7f6 33%,
    #e2d0fe 66%,
    #bad1ff 100%
  );
  background: -o-linear-gradient(
    #fadcca 0%,
    #edc7f6 33%,
    #e2d0fe 66%,
    #bad1ff 100%
  );
  background: linear-gradient(
    #fadcca 0%,
    #edc7f6 33%,
    #e2d0fe 66%,
    #bad1ff 100%
  );
}

.top_main .main_bg {
  padding: 40px 0;
  background-image: url("../img/top/img_main.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 1400px 512px;
}

.top_main .main_hd {
  font-size: 46px;
  font-weight: 600;
  color: #8534ff;
  line-height: 1.26;
  margin: 0 0 10px;
}

.top_main .main_txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  margin: 0 0 25px;
}

.top_main .main_type {
  display: flex;
  gap: 24px;
  margin: 0 0 40px;
}

.top_main .main_type li {
  background: #fff;
  width: 160px;
  height: 160px;
  padding: 25px 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -moz-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -ms-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  -o-box-shadow: 0 0 10px rgba(133, 52, 255, 0.5);
  box-shadow: 0 0 30px rgba(133, 52, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.top_main .main_type .type_tit {
  line-height: 1.375;
  font-weight: 600;
  margin: 0 0 5px;
}

.top_main .main_type .type_num {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0.15em 0 0;
  color: #8534ff;
}

.top_main .main_type .type_txt {
  line-height: 1;
  font-weight: 600;
  color: #8534ff;
  margin: 5px 0 0;
}

.top_main .main_type .type_perce {
  font-size: 48px;
  line-height: 1;
  font-weight: 600;
  color: #8534ff;
}

.top_main .main_type .type_perce .perce_sml {
  font-size: 22px;
}

.top_main .main_btn {
  width: 530px;
  display: flex;
  justify-content: center;
}

.top_main .main_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  width: 390px;
  max-width: 100%;
  height: 42px;
  background: #8534ff;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .top_main .main_bg {
    background-size: 1000px 366px;
  }

  .top_main .main_hd {
    font-size: 34px;
  }

  .top_main .main_txt {
    font-size: 16px;
  }

  .top_main .main_type {
    gap: 15px;
  }

  .top_main .main_type li {
    width: 120px;
    height: 120px;
    padding: 20px 0 10px;
  }

  .top_main .main_type .type_tit {
    font-size: 14px;
  }

  .top_main .main_type .type_num {
    font-size: 26px;
  }

  .top_main .main_type .type_perce {
    font-size: 30px;
  }

  .top_main .main_type .type_perce .perce_sml {
    font-size: 18px;
  }

  .top_main .main_btn {
    width: 390px;
  }

  .top_main .main_btn a {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .top_main .main_bg {
    background-image: url("../img/top/img_main_sp.png");
    background-position: right 0;
    background-size: 280px 224px;
    padding: 240px 0 40px;
  }

  .top_main .main_hd {
    font-size: 26px;
  }

  .top_main .main_txt {
    font-size: 14px;
  }

  .top_main .main_type {
    gap: 15px;
  }

  .top_main .main_type li {
    width: min(120px, calc((100vw - 70px) / 3));
    height: min(120px, calc((100vw - 70px) / 3));
    padding: 20px 0 10px;
  }

  .top_main .main_type .type_tit {
    font-size: 12px;
  }

  .top_main .main_type .type_num {
    font-size: 20px;
  }

  .top_main .main_type .type_perce {
    font-size: 24px;
  }

  .top_main .main_type .type_perce .perce_sml {
    font-size: 16px;
  }

  .top_main .main_type .type_txt {
    font-size: 12px;
  }

  .top_main .main_btn {
    width: auto;
  }

  .top_main .main_btn a {
    width: 200px;
  }
}

/* teaser
----------------------------------------------- */
.teaser {
  background: rgba(133, 52, 255, 0.1);
  padding: 80px 20px 60px;
}

.teaser .teaser_inner {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.teaser .teaser_hd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 600;
}

.teaser .teaser_hd .hd_eng {
  font-size: 72px;
  line-height: 1;
}

.teaser .teaser_hd .hd_jps {
  font-size: 20px;
  line-height: 1.2;
}

.teaser .teaser_txt {
  font-weight: 600;
}

@media (max-width: 767px) {
  .teaser {
    padding: 60px 20px 40px;
  }

  .teaser .teaser_hd .hd_eng {
    font-size: 50px;
    line-height: 1;
  }

  .teaser .teaser_hd .hd_jps {
    font-size: 16px;
  }
}

/* contact
----------------------------------------------- */
.contact_block {
  padding: 80px 0 100px;
}

.contact .smf-form {
}

.contact .smf-form .smf-item {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact .smf-form .smf-item .smf-item__col--label {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  gap: 10px;
  position: relative;
}

.contact .smf-form .smf-item.must .smf-item__col--label:before {
  content: "必須";
  flex-shrink: 0;
  align-self: flex-start;
  background: rgba(133, 52, 255, 0.1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 48px;
  height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  z-index: 0;
}

.contact .smf-form .smf-item .smf-item__col--controls {
  width: 100%;
}

.contact .smf-form input[type="text"],
.contact .smf-form input[type="email"],
.contact .smf-form input[type="tel"] {
  border: 1px #ccc solid;
  background: #fff;
  width: 100%;
  height: 42px;
  padding: 10px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.contact .smf-form textarea {
  background: #fff;
  border: 1px #ccc solid;
  width: 100%;
  height: 230px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.5;
}

.contact .smf-form .smf-radio-buttons-control__control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact .smf-form .smf-radio-button-control {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}

.contact .smf-form .smf-radio-button-control input {
  border: 1px #000 solid;
  width: 16px;
  height: 16px;
  background: #fff;
  flex-shrink: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.contact .smf-form .smf-radio-button-control input:checked:before {
  position: absolute;
  content: "";
  background: #8534ff;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.contact .smf-action button {
  width: 300px;
  height: 70px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #8534ff;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: 600;
  font-family:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.contact .smf-action button:hover {
  opacity: 0.5;
}

.contact .check {
  margin: 80px 0 0;
}

.contact .check .smf-label {
  display: flex;
  justify-content: center;
  background: rgba(133, 52, 255, 0.1);
  padding: 40px 20px;
}

.contact .check .smf-checkbox-control {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact .check .smf-checkbox-control input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #ccc solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

.contact .check .smf-checkbox-control input[type="checkbox"]:checked:before {
  position: absolute;
  content: "";
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/common/ico_check.png");
  background-size: 14px 14px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.contact .contact_note {
  text-align: center;
  margin: 20px 0 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .contact_block {
    padding: 60px 0 80px;
  }

  .contact .smf-form .smf-item .smf-item__col--label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    width: 100%;
    gap: 10px;
    position: relative;
  }

  .contact .smf-form .smf-item.must .smf-item__col--label:before {
    content: "必須";
    background: rgba(133, 52, 255, 0.1);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 48px;
    height: 26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    z-index: 0;
  }

  .contact .smf-form .smf-item .smf-item__col--controls {
    width: 100%;
  }

  .contact .smf-form input[type="text"],
  .contact .smf-form input[type="email"],
  .contact .smf-form input[type="tel"] {
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
    height: 42px;
    padding: 10px;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .contact .smf-form textarea {
    background: #fff;
    border: 1px #ccc solid;
    width: 100%;
    height: 230px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  .contact .smf-form .smf-radio-buttons-control__control {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .contact .smf-form .smf-radio-button-control {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
  }

  .contact .smf-form .smf-radio-button-control input {
    border: 1px #000 solid;
    width: 16px;
    height: 16px;
    background: #fff;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
  }

  .contact .smf-form .smf-radio-button-control input:checked:before {
    position: absolute;
    content: "";
    background: #8534ff;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
  }

  .contact .smf-action button {
    width: 260px;
    height: 50px;
    font-size: 14px;
  }

  .contact .smf-action button:hover {
    opacity: 1;
  }

  .contact .check {
    margin: 50px 0 0;
  }

  .contact .check .smf-label {
    padding: 30px 20px;
  }
}

.contact .contact_infor {
  margin: 30px 0 0;
}

.contact .contact_infor .infor_tit {
  font-weight: 600;
  margin: 0 0 30px;
}

.contact .contact_infor .infor_cont p {
  font-size: 14px;
  margin: 0 0 10px;
}

.contact .smf-system-error-content-ready {
  display: none;
}

.contact:has(.snow-monkey-form[data-screen="complete"]) .teaser {
  display: none;
}

.contact:has(.snow-monkey-form[data-screen="complete"]) .contact_note {
  display: none;
}

.contact:has(.snow-monkey-form[data-screen="complete"]) .btn {
  text-align: center;
  margin-top: 30px;
}

.contact:has(.snow-monkey-form[data-screen="complete"]) .btn a {
  display: flex;
  width: 300px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  background: #8534ff;
  font-size: 19px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* terms
----------------------------------------------- */
.terms_block {
  padding: 80px 0 100px;
}

.terms_block .hdl {
  margin: 0 0 50px;
}

.terms_block .terms_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.terms_block .terms_tit {
  font-weight: 600;
  margin: 0 0 10px;
}

.terms_block .terms_item {
}

.terms_block .terms_item a {
  text-decoration: underline;
}

.terms_block .terms_number {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.terms_block .terms_dot {
  list-style: circle;
  padding: 0 0 0 1em;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (max-width: 767px) {
  .terms_block {
    padding: 60px 0;
  }

  .terms_block .hdl {
    margin: 0 0 30px;
  }
}

/* sct_block
----------------------------------------------- */
.sct_block {
  padding: 80px 0 100px;
}

.sct_block .hdl {
  margin: 0 0 50px;
}

@media (max-width: 767px) {
  .sct_block {
    padding: 60px 0;
  }

  .sct_block .hdl {
    margin: 0 0 30px;
  }
}

.sct_block .sct_table {
  width: 100%;
  border-left: 1px #4c4948 solid;
  border-top: 1px #4c4948 solid;
}

.sct_block .sct_table a {
  text-decoration: underline;
}

.sct_block .sct_table th,
.sct_block .sct_table td {
  vertical-align: middle;
  padding: 15px 20px;
  border-right: 1px #4c4948 solid;
  border-bottom: 1px #4c4948 solid;
}

.sct_block .sct_table th {
  width: 30%;
  background: rgba(133, 52, 255, 0.1);
  font-weight: 600;
}

.sct_block .sct_table td {
  width: 70%;
}

@media (max-width: 767px) {
  .sct_block .sct_table th,
  .sct_block .sct_table td {
    font-size: 12px;
    vertical-align: middle;
    padding: 10px;
  }

  .sct_block .sct_table th {
    width: 35%;
  }

  .sct_block .sct_table td {
    width: 65%;
  }
}

/* retention-policy
----------------------------------------------- */

.retention-policy a {
  text-decoration: underline;
}

.retention-policy .hdl {
  word-break: keep-all;
}

.retention-policy_block {
  padding: 80px 0 100px;
}

.retention-policy_items {
  display: flex;
  flex-direction: column;
  gap: 3em;
  margin-top: 50px;
}

.retention-policy_item {
}

.retention-policy_item_title {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 20px;
}

.retention-policy_item_box {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-left: 1.5em;
}

.retention-policy_item_box_item {
}

.retention-policy_item_subtitle {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.retention-policy_item_dot-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  /* margin-left: 2em; */
}

.retention-policy_item_dot-txt {
  position: relative;
  display: flex;
  gap: 1em;
}

.retention-policy_item_dot-txt::before {
  position: relative;
  content: "・";
  font-size: 1em;
}

.retention-policy_item_num-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  /* margin-left: 2em; */
}

.retention-policy_item_num-item {
}

.retention-policy_item_txt {
  margin-bottom: 0.5em;
}

.retention-policy_item_dot-list + .retention-policy_item_txt {
  margin-top: 1.5em;
}

.retention-policy_item_dot2-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-left: 4em;
  margin-top: 0.5em;
}

.retention-policy_item_dot2-item {
  position: relative;
  list-style-type: circle;
}

.retention-policy_item_dot2-item:before {
}

@media (max-width: 767px) {
  .retention-policy_item_title {
    font-size: 18px;
  }

  .retention-policy_block {
    padding: 60px 0;
  }

  .retention-policy_item_box {
    margin-left: 0;
    gap: 1em;
  }

  .retention-policy_item_dot-list {
    /* margin-left: 1em; */
  }
}
