/*
 * StyleName: common.css
 * Version: 1.0
 */
/*!
 * normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/*=============================================
  * reset
  *=============================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  border: 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

img,
input {
  vertical-align: middle;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html address {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table,
caption,
th,
td {
  font-style: normal;
  font-weight: normal;
}

hr {
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: 0;
}

form,
fieldset,
input,
button,
select,
optgroup,
option,
textarea,
label,
legend {
  margin: 0;
  padding: 0;
  outline: none;
}

span,
em,
strong,
dfn,
code,
samp,
kbd,
var,
cite,
abbr,
acronym,
q,
br,
ins,
del,
a,
img,
object {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: inherit;
  border: 0;
}

/*=============================================
  * reset - custom
  *=============================================*/
:before,
:after {
  pointer-events: none;
}

* {
  max-height: 1000000px;
}

*:first-child + html img,
* html img {
  vertical-align: top;
}

html,
body {
  line-height: 1;
  word-spacing: normal;
  min-height: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

html.break-jump,
.break-jump body {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

input,
button,
select,
optgroup,
option,
textarea,
label {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

select,
button,
input:button,
input:submit,
input:reset {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: smaller;
}

del {
  text-decoration: line-through;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
  -moz-outline-style: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

code {
  border: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*=============================================
  * body
  *=============================================*/
body {
  background: #f8f8f8;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.025em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }
}

/*=============================================
  * main
  *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.wrap2 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.wrap2 .wp-post-image {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .wrap {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 960px;
  }
}

@media screen and (max-width: 1023px) {
  .wrap,
  .wrap2 {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .wrap,
  .wrap2 {
    max-width: 100%;
    padding: 0 24px;
  }
}
.pc {
  display: block;
}

.ipd {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ipd {
    display: block;
  }
}

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

  .sp {
    display: block;
  }
}

/*=============================================
  * font
  *=============================================*/
.fnt-satoshi {
  font-family: "Satoshi", sans-serif;
}

/*=============================================
  * header
  *=============================================*/
.header__login {
  background-color: #000;
  color: #fff;
  text-align: right;
  padding: 0 20px;
  position: relative;
  z-index: 1;

  a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 32px;
  }
}

header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  transition: 0.5s;
}

.header__wrap {
  display: flex;
  align-items: flex-end;
  gap: 45px;
  background-color: #fff;
  color: #333;
  transition: 0.5s;
  padding: 16px 32px;
}

header .logo {
  padding-bottom: 6px;
}

header .logo a {
  display: block;
  width: 205px;
}

header .nav-sub {
  display: flex;
  gap: 40px;
  transition: 0.5s !important;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  position: absolute;
  top: 15px;
  right: 45px;
  z-index: 1;
  transition: 0.5s;
}

header .nav-sub .tel a {
  background: url("../images/common/icon-tel.png") no-repeat center left/15px
    auto;
  padding-left: 20px;
}

#navbar {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 1 0 0;
}

#navbar .nav {
  display: flex;
  gap: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.025em;
  flex: 1 0 0;
  padding-top: 255px;
}

#navbar .bnr {
  display: flex;
  gap: 16px;
}

#navbar .bnr li {
  width: 194px;
}

#navbar .bnr li a:after {
  display: none;
}

#navbar .bnr .btn-trial a {
  background-color: #fff;
  color: #0f58d5;
  border: 1px solid;
}

#navbar .bnr .btn-download a {
  background-color: #0f58d5;
  color: #fff;
}

header .login a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 32px;
  color: #333;
}

header .login a i {
  display: block;
  background: url("../images/common/icon-login.svg") no-repeat center top /
    cover;
  width: 14px;
  height: 15px;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1480px) {
  .header__wrap {
    padding: 16px 32px;
  }

  header .nav-sub {
    right: 20px;
  }

  #navbar {
    gap: 20px;
  }

  #navbar .nav {
    gap: 20px;
  }
}

@media screen and (max-width: 1350px) {
  #navbar {
    gap: 10px;
  }

  #navbar .nav {
    font-size: 12px;
    gap: 10px;
  }
}

@media screen and (max-width: 1199px) {
  header {
    background-color: #fff;
    color: #333;
  }

  header .logo {
    flex: 1 0 0;
    position: relative;
    z-index: 3;
  }

  header .logo a {
    display: block;
    width: 185px;
  }

  header .nav-sub {
    top: 27px;
    right: 80px;
    display: none;
  }

  header .nav-sub .tel a {
    background-image: url("../images/common/icon-tel-black.png");
  }

  header .login.sp {
    display: block;
    align-self: center;
  }

  .hamburger {
    display: block;
  }

  #navbar {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #333;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 150px 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    z-index: -1;
  }

  #navbar .nav {
    flex-direction: column;
    gap: 20px;
    font-size: 15px;
    text-align: center;
    flex: 0 0 0;
    padding-top: 190px;
  }

  #navbar .login {
    display: none;
  }

  .navOpen header:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  .navOpen #navbar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #navbar .bnr .btn-trial a {
    background-color: #fff;
    color: #0f58d5;
    border: 1px solid #0f58d5 !important;
  }
}

@media screen and (max-width: 1023px) {
  header .nav-sub {
    gap: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .header__wrap {
    justify-content: space-between;
    padding: 16px 16px;
  }

  header .nav-sub {
    display: none;
  }

  header .logo a {
    display: block;
    width: 155px;
  }

  #navbar {
    justify-content: center;
    padding: 100px 5vw;
  }

  #navbar .bnr {
    flex-direction: column;
    align-items: center;
  }

  .header__login {
    padding: 0 10px;

    a {
      gap: 10px;
      font-size: 13px;
      line-height: 28px;
    }
  }
}

/*=============================================
  * footer
  *=============================================*/
footer {
  background: #fff;
  color: #919191;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0;
  position: relative;
  /* padding: 150px 0 120px; */
}

footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 120px;
}

footer .col {
  flex: 1 0 0;
}

footer .logo {
  width: 216px;
}

footer .txt {
  padding-top: 40px;
}

footer nav {
  display: flex;
  /* gap: 120px; */
  gap: 90px;
}

footer nav ul li + li {
  padding-top: 20px;
}

footer address {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  footer .wrap {
    gap: 30px 60px;
  }

  footer nav {
    gap: 30px 60px;
  }
}

@media screen and (max-width: 1023px) {
  footer .wrap {
    justify-content: center;
  }

  footer .col {
    flex: inherit;
    text-align: center;
  }

  footer .logo {
    margin: 0 auto;
  }

  footer address {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  footer {
    font-size: 14px;
    line-height: 28px;
    /* padding: 50px 0; */
  }

  footer .txt {
    padding-top: 20px;
  }

  footer nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
  }

  footer nav ul li + li {
    padding-top: 10px;
  }

  footer nav ul:not(.bnr) {
    width: 50%;
  }

  footer .logo {
    width: 186px;
  }
}

/*=============================================
  * section
  *=============================================*/
section {
  position: relative;
}

/* -- -- */
.h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.025em;
  text-align: center;
}

.h2:after {
  content: "";
  display: block;
  width: 60px;
  border-top: 4px solid #0f58d5;
  margin: 30px auto 0;
}

.h2-blueline {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  position: relative;
  padding-bottom: 24px; /* space for the line */
  margin-bottom: 56px;
  color: #000;
}

.h2-blueline::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.h2-underline-dark {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.h2-underline-dark::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.h-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.025em;
}

.h-20 {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.025em;
}

.h-22 {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.025em;
}

.h-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.025em;
}

.h-26 {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.025em;
}

.h-46 {
  font-weight: 700;
  font-size: 46px;
  line-height: 66px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 20px;
    line-height: 32px;
  }

  .h2:after {
    width: 40px;
    margin-top: 20px;
  }

  .h-18 {
    font-size: 14px;
  }

  .h-20,
  .h-22 {
    font-size: 16px;
    line-height: 29px;
  }

  .h-24,
  .h-26 {
    font-size: 20px;
    line-height: 29px;
  }

  .h-46 {
    font-size: 24px;
    line-height: 32px;
  }

  .h2-blueline {
    font-size: 28px;
    margin-bottom: 0;
  }
  .h2-blueline::after {
    width: 48px;
  }
  .h2-underline-dark {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }
}

/* -- -- */
.cl-blue {
  color: #aaaaaa;
}

.cl-blue1 {
  color: #083090;
}

.cl-black {
  color: #000;
}

/* -- -- */
.btn-trial {
  width: 230px;
}

.btn-trial a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #0f58d5;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.025em;
  border-radius: 50px;
  padding: 8px 0 9px;
}

.btn-trial a:after {
  content: "";
  display: block;
  width: 29px;
  height: 17px;
  background: url("../images/common/icon-laptop.png") no-repeat center top/cover;
}

.btn-download {
  width: 230px;
}

.btn-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #444444;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.025em;
  border-radius: 50px;
  padding: 9px 0;
}

.btn-download a:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/common/icon-download.png") no-repeat center
    top/cover;
}

/* -- -- */
.button a {
  display: inline-block;
  width: 100%;
  max-width: 306px;
  background-color: #fff;
  border: 2px solid #3174e7;
  color: #3174e7;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50px;
  padding: 11px 0 16px 0;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}

.button a:after {
  content: "";
  display: inline-block;
  background: #3174e7;
  -webkit-mask: url("../images/common/arrow-right-grey.png") no-repeat
    center/cover;
  mask: url("../images/common/arrow-right-grey.png") no-repeat center/cover;
  width: 10px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.b01 a:after {
  -webkit-mask: url("../images/top/mv-icon1.png") no-repeat center/cover;
  mask: url("../images/top/mv-icon1.png") no-repeat center/cover;
  width: 24px;
  height: 19px;
}

.b02 a:after {
  -webkit-mask: url("../images/top/mv-icon2.png") no-repeat center/cover;
  mask: url("../images/top/mv-icon2.png") no-repeat center/cover;
  width: 25px;
  height: 20px;
}

.b03 a:after {
  -webkit-mask: url("../images/top/mv-icon3.png") no-repeat center/cover;
  mask: url("../images/top/mv-icon3.png") no-repeat center/cover;
  width: 22px;
  height: 17px;
}

.button a:hover {
  background-color: #3174e7;
  color: #fff;
  opacity: 1;
}

.button a:hover:after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .button a {
    font-size: 15px;
    padding: 10px 0 13px 0;
  }

  .btn-trial a {
    font-size: 14px;
  }

  .btn-download a {
    font-size: 14px;
  }

  .b01 a:after {
    width: 19px;
    height: 15px;
  }

  .b02 a:after {
    width: 20px;
    height: 15px;
  }

  .b03 a:after {
    width: 17px;
    height: 12px;
  }
}

/* -- -- */
.txt-c {
  text-align: center;
}

/* -- -- */
.section__cta {
  background-color: #0f58d5;
  text-align: center;
  padding: 80px 0;
}

.section__cta .titlearea {
  color: #fff;
  padding-bottom: 40px;
}

.section__cta .desc {
  padding-top: 30px;
}

.section__cta .box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.section__cta .box .col {
  background-color: #fff;
  border-radius: 26px;
}

.section__cta .box .col-img {
  width: 100%;
  padding-top: 230px;
  position: relative;
}

.section__cta .box .col-img img {
  height: 100%;
  border-radius: 26px 26px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.section__cta .box .col-textarea {
  padding: 35px;
}

.section__cta .box .txt {
  padding-top: 15px;
}

.section__cta .box .button {
  padding-top: 25px;
}

@media screen and (max-width: 1200px) {
  .section__cta .box .col-textarea {
    padding: 35px 15px;
  }
}

@media screen and (max-width: 1023px) {
  .section__cta .box {
    grid-template-columns: 380px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .section__cta {
    background-color: #3174e7;
    text-align: center;
    padding: 30px 0;
  }

  .section__cta .box .txt br {
    display: none;
  }

  .section__cta .titlearea {
    padding-bottom: 20px;
  }

  .section__cta .desc {
    padding-top: 15px;
  }

  .section__cta .box {
    grid-template-columns: 1fr;
  }

  .section__cta .box .col-textarea {
    padding: 15px 35px 25px 35px;
  }

  .section__cta .box .col {
    width: 300px;
    margin: 0 auto;
  }
}

/*=============================================
  * Hamburger
  *=============================================*/
.hamburger {
  background-color: #fff;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  border-radius: 50%;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 8px;
  background: transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 4px;
}

.hamburger span:before {
  top: 0;
}

.hamburger span:after {
  top: 6px;
}

.hamburger.is-active span {
  background: transparent;
}

.hamburger.is-active span:before {
  top: 3px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.hamburger.is-active span:after {
  top: 3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*=============================================
  * key
  *=============================================*/
.breadcrumb {
  color: #555;
  padding-top: 30px;
  font-size: 12px;
  line-height: 1.5;
  
}
.breadcrumb.post{
    padding-top: 0;
  }

.breadcrumb ul {
  /* display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px; */
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ↓ 全てのliで一旦テキストの折り返しを禁止 */
.breadcrumb li {
  white-space: nowrap;
  display: inline;
}

/* ↓ そして、最後のliだけ折り返しを許可するルールを追記 */
.breadcrumb li:last-child {
  white-space: normal; /* または initial */
}

.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 8px;
  background: url("../images/common/arrow-right-grey2.svg") no-repeat center
    top/cover;
  margin: 0 10px;
}

.breadcrumb a {
  color: #3174e7;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* -- -- */
#key {
  padding: 70px 0;
}

#key .page-title {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.05em;
  line-height: 66px;
  text-align: center;
}

#key .page-title span {
  display: block;
  font-size: 18px;
  letter-spacing: 0.025em;
  line-height: 32px;
  text-transform: uppercase;
}

.nons {
  transition: 0.5s;
  display: none !important;
}

.ons {
  display: block;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  #key {
    padding: 50px 0;
  }

  #key .page-title {
    font-size: 32px;
    line-height: 48px;
  }

  #key .page-title span {
    font-size: 15px;
  }
}

/*=============================================
  * sec_wallper
  *=============================================*/
.sec_wallper {
  padding-bottom: 120px;
}

@media screen and (max-width: 1023px) {
  .sec_wallper {
    padding-bottom: 80px;
  }
}

/* =============================================
  * 2025/07/10追記 下層ページヘッダー最終FIX (第3版) - 整形版
  * ============================================= */

/* --- PC用のスタイル (1200px以上) --- */

nav#navbar.sp {
  display: none;
}

header .header__wrap {
  justify-content: space-between;
  align-items: center;
}

.header-right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-right-content .nav-sub {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  position: static;
  margin-right: 12px;
  line-height: 1;
}

.header-right-content .nav-sub a {
  line-height: 1.2;
}

.header-right-content .nav-sub .login a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-right-content .nav-sub .login i {
  display: inline-block;
  background: url(../images/common/icon-login-black.png) no-repeat center center;
  background-size: contain;
  width: 14px;
  height: 15px;
}

/* PC用ナビゲーションのレイアウト */
.header-right-content .navbar-pc {
  display: flex;
  align-items: center;
  gap: 32px;
}

.navbar-pc .nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar-pc .nav a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.navbar-pc .bnr {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* PC表示ではボタンのアイコンを非表示にする */
.navbar-pc .btn-trial a::after,
.navbar-pc .btn-download a::after {
  display: none;
}

@media screen and (max-width: 1319px) {
  .header__wrap {
    gap: 36px;
  }
  .header-right-content .navbar-pc {
    gap: 18px;
  }
  .navbar-pc .nav {
    gap: 12px;
  }
  /* .navbar-pc .nav a {
    font-size: 14px;
  } */
}

/* --- スマホ用のスタイル (1199px以下) --- */
@media screen and (max-width: 1199px) {
  /* PC用の右側コンテンツを非表示に */
  .header-right-content {
    display: none;
  }

  /* SP用の右側要素（ボタン＋ハンバーガー）を表示し、レイアウトを整える */
  .header-mobile-right.sp {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .header-mobile-right .bnr {
    gap: 8px; /* 12px space between button group and hamburger */
  }
}

/* =============================================
 * ヘッダーボタン 統括スタイル (最終FIX版)
 * ============================================= */

/*
 * PCヘッダー(.navbar-pc)、スマホヘッダー(.header-mobile-right)、
 * ナビメニュー(#navbar)内にある、全ての.bnrボタンに共通のスタイルを適用
*/

/* ボタンの共通スタイル */
.navbar-pc .bnr a,
.header-mobile-right .bnr a,
#navbar .bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 16px;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
}

/* li要素の幅を調整 */
.navbar-pc .bnr li,
.header-mobile-right .bnr li,
#navbar .bnr li {
  width: auto; /* auto width; JS will equalize */
}

/* 「無料トライアル」ボタンのスタイル */
.navbar-pc .btn-trial a,
.header-mobile-right .btn-trial a,
#navbar .btn-trial a {
  background-color: #fff;
  color: #0f58d5;
  border: 1px solid #0f58d5;
}

/* 「資料ダウンロード」ボタンのスタイル */
.navbar-pc .btn-download a,
.header-mobile-right .btn-download a,
#navbar .btn-download a {
  background-color: #0f58d5;
  color: #fff;
  border: 1px solid #0f58d5;
}

/* ホバー時の共通スタイル */
.navbar-pc .bnr a:hover,
.header-mobile-right .bnr a:hover,
#navbar .bnr a:hover {
  opacity: 0.8;
}

/* --- スマホ表示での調整 (1199px以下) --- */
@media screen and (max-width: 1199px) {
  /* 【修正点①】スマホヘッダーのボタンを横並びにする */
  .header-mobile-right .bnr {
    display: flex;
    align-items: center;
    gap: 8px; /* ボタン間の隙間 */
  }

  /* 【修正点②】アイコンを非表示にする */
  .header-mobile-right .bnr a::after {
    display: none;
  }

  .header-mobile-right .bnr li {
    width: auto; /* 幅を自動調整に */
  }

  /* 【修正点③】余白(padding)と文字サイズを調整 */
  .header-mobile-right .bnr a {
    font-size: 12px;
    padding: 12px 16px; /* 余白を小さく調整 */
    line-height: 1;
  }
}

@media screen and (max-width: 1199px) {
  /* Final override: compact hamburger icon, only margins */
  .header-mobile-right .hamburger {
    width: auto !important;
    height: auto !important;
    background: none;
    border-radius: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-mobile-right.sp {
    display: flex;
    align-items: center;
  }
  .header-mobile-right .hamburger {
    margin-left: 12px;
  }
}

header .logo a {
  display: inline-block;
  line-height: 0;
}

header .logo img {
  width: 200px;
  height: auto;
}

.logo-mobile {
  display: none;
}

header .nav-sub {
  position: absolute;
}

@media screen and (max-width: 1199px) {
  .home .logo-desktop {
    display: none;
  }
  .home .logo-mobile {
    display: inline-block;
  }

  /* PC用の右側コンテンツを非表示に */
  .header-right-content {
    display: none;
  }
  .header-mobile-right.sp {
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .header-mobile-right .bnr {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

@media screen and (max-width: 767px) {
  .header__wrap {
    justify-content: space-between;
    padding: 16px 26px 16px 16px;
  }
  .header__wrap .logo {
    flex: 0 1 auto; /* Allow logo to shrink but not grow */
    min-width: 140px; /* Prevent logo from becoming too small */
  }
  .header__wrap .header-mobile-right.sp {
    flex: 0 0 auto; /* Prevent controls from shrinking */
  }
  header .logo img {
    width: 120px;
  }
  .hamburger-wrapper {
    padding: 0px; /* Add padding to create a larger clickable area */
  }
}

/* =============================================
 * Header mobile spacing adjustments (≤420px)
 * ============================================= */
@media screen and (max-width: 420px) {
  header .header__wrap {
    gap: 12px; /* Reduce space between logo and controls */
  }
  .header__wrap .logo {
    min-width: 120px; /* Allow logo to shrink a bit more */
  }
}
/* === end header mobile spacing === */

@media screen and (max-width: 767px) {
  .header-mobile-right.sp {
    gap: 12px;
  }
}

/* =============================================
 * Navbar mobile button section spacing
 * ============================================= */
@media screen and (max-width: 1199px) {
  #navbar {
    gap: 40px;
  } /* 40px gap between nav list and button block */

  /* ---- nav-bnr-mobile (hamburger extra buttons) ---- */
  #navbar .nav-bnr-mobile {
    flex-direction: column; /* always vertical */
    align-items: center;
    gap: 16px; /* button gap */
  }
  #navbar .nav-bnr-mobile li {
    width: 263px; /* fixed button width */
  }
  #navbar .nav-bnr-mobile a {
    padding: 16px; /* uniform padding */
    font-family: "DIN Condensed VF", sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  #navbar .nav a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
  }

  /* ---- Hamburger Login Link ---- */
  #navbar .login.sp {
    display: block; /* Override display:none */
    align-self: center;
  }
  #navbar .login.sp a {
    color: #666666;
    gap: 4px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
  }

  /* Hide top-right buttons when hamburger menu is open */
  .navOpen .header-mobile-right .bnr {
    display: none;
  }
}

/* =============================================
 * Breadcrumb alignment
 * ============================================= */
@media screen and (min-width: 768px) {
  .breadcrumb > .wrap {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
    .breadcrumb > .post {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb > .wrap {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Hide PC header buttons until widths equalized */
.navbar-pc .bnr {
  visibility: hidden;
}
.navbar-pc .bnr.ready {
  visibility: visible;
}

/* =============================================
 * 20251018追記
 * ============================================= */
/* SP Nav */
.nav-bnr-materials {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}
.nav-bnr-materials-title {
  text-align: center;
  color: #aaa;
}
.nav-bnr-materials-list {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-top: 12px;
}
.nav-bnr-materials-item {
  color: #666;
}
.nav-bnr-materials-link {
  color: #666;
  padding: 0 12px;
  font-size: 15px;
}
.nav-bnr-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  padding-top: 24px;
}
.nav-bnr-foot-link {
  color: #666;
  font-size: 15px;
  display: block;
  letter-spacing: 0.025em;
  line-height: 32px;
}
/* PC Nav */
.nav-sub {
  color: #666;
}
.nav-sub .login a {
  color: #666;
}
.nav-sub-list-parent {
  position: relative;
}
.nav-sub-title {
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-sub-ico {
  margin-left: 7px;
  width: 12px;
  display: grid;
  place-items: center;
}
.nav-sub-list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
}
.nav-sub-list.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-sub-item + .nav-sub-item {
  margin-top: 24px;
}
.nav-sub-link {
  font-weight: 600;
  font-size: 15px;
  color: #666;
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}
#guide-cta {
  background: url(../images/common/cta_bg.jpg) no-repeat center / cover;
  border-radius: 8px;
  padding: 56px 15px 64px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 88px;
  .sp_block {
    display: none;
  }
  h2 {
    color: #333;
    line-height: 1.5;
    text-align: center;
    font-size: 32px;
    margin-bottom: 32px;
  }
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .btn01,
  .btn02 {
    position: relative;
    display: block;
    width: 264px;
    height: 64px;
    border-radius: 50px;
    line-height: 1;
    font-weight: bold;
    padding-top: 14px;
    box-sizing: border-box;
    &:before {
      position: absolute;
      content: "";
      display: block;
    }
    span {
      display: block;
      &:first-child {
        font-size: 11px;
        margin-bottom: 6px;
      }
    }
  }
  .btn01 {
    background: #fff url(../images/common/ic_dl.svg) no-repeat center right
      20px / 10px auto;
    padding-left: 72px;
    &:before {
      width: 46px;
      height: auto;
      aspect-ratio: 101/84;
      background: url(../images/common/btn01.png) no-repeat center / cover;
      left: 16px;
      top: 50%;
      transform: translate(0, -50%);
    }
    span {
      &:first-child {
        color: #0b318f;
      }
      &:last-child {
        font-size: 15px;
        color: #0f58d5;
      }
    }
  }
  .btn02 {
    background: #ff4200
      url(https://deepeditor.jp/wp-content/themes/deepeditor_theme/assets/images/top/mv-icon5.svg)
      no-repeat center right 20px / 6px auto;
    padding-left: 84px;
    &:before {
      width: 60px;
      height: auto;
      aspect-ratio: 60/33;
      background: url(../images/common/btn02.png) no-repeat center / cover;
      left: 11px;
      top: 50%;
      transform: translate(0, -50%);
    }
    span {
      &:first-child {
        color: #feedd6;
      }
      &:last-child {
        color: #fff;
        font-size: 14px;
      }
    }
  }
  #guide-cta {
    margin-block-start: 54px;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  #guide-cta {
    h2 {
      font-size: 24px;
    }
  }
}
@media screen and (max-width: 767px) {
  #guide-cta {
    margin-bottom: 80px;
    background-image: url(../images/common/cta_bg_sp.jpg);
    .sp_block {
      display: block;
    }
    h2 {
      font-size: 20px;
    }
    ul {
      flex-direction: column;
      gap: 54px;
    }
  }
}
#guide-cta {

}
@media screen and (max-width: 767px) {
  #guide-cta {
  }
}
#guide-cta a {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: min(17vw, 246px);
  height: min(4.5vw, 64px);
  font-size: min(1.3vw, 16px);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  #guide-cta a {
    max-width: 327px;
    width: 100%;
    height: 64px;
    font-size: 16px;
  }
  #guide-cta ul{
    
  }
  #guide-cta li{
    width:100%;
    display: flex;
    justify-content: center;
  }
}
#guide-cta a img {
  position: absolute;
  top: max(-2.4vw, -28px);
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  #guide-cta a img {
    top: -28px;
  }
}
#guide-cta a img.free {
  width: min(11vw, 130px);
}
@media screen and (max-width: 767px) {
  #guide-cta a img.free {
    width: 130px;
  }
}
#guide-cta a img.contact {
  width: min(15vw, 187px);
}
@media screen and (max-width: 767px) {
  #guide-cta a img.contact {
    width: 187px;
  }
}