/*
Theme Name: twentynineteen-child
Template: twentynineteen
Theme URI: https://wordpress.org/themes/twentynineteen/
*/
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
article,
footer,
header,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
blockquote,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
nav,
header,
footer,
img,
figure,
address,
time,
iframe,
details,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}
a,
a:focus,
a:visited {
  cursor: pointer;
  text-decoration: none !important;
  color: #333333 !important;
  outline: none;
}
img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
ul,
li {
  list-style: none;
}
.page .entry .entry-content,
.entry .entry-summary {
  max-width: 100%;
  margin: 0;
}
.page .entry .entry-content > *,
.entry .entry-summary > * {
  margin: 0;
  max-width: 100%;
}
.wp-block-image .alignleft > figcaption {
  display: block;
}
.wp-block-image {
  margin-bottom: 0;
}
.entry-footer {
  display: none;
}
h1:before {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .page .entry .entry-content,
  .entry .entry-summary {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .page .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
  }
  .site-branding {
    margin: 0;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
  }
}

/* page-seo.php */
.page-seo-child .mv,.page-seo-child h2,.page-seo-child h1 {
  /* font-family: 'Hiragino Sans'!important; */
}

.page-seo-child .b {
  font-weight: bold;
}
.page-seo-child .forPC {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page-seo-child .forPC {
    display: none;
  }
}
.page-seo-child .forSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-seo-child .forSP {
    display: inline-block;
  }
}
.page-seo-child li {
  list-style: none;
}
.page-seo-child img {
  height: auto;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}
.page-seo-child .cm__inner {
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-seo-child .cm__inner {
    max-width: calc(100vw - 32px);
  }
}
.page-seo-child .cm__btn {
  background-color: #013fb7;
  color: #fff !important;
  display: block;
  text-align: center;
  width: 275px;
  height: 56px;
  border-radius: 4px;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #001c53 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all 0.3s ease 0s;
}
.page-seo-child .cm__btn:hover {
  background-position: -100% 0;
  color: #fff !important;
}


.page-seo-child .header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .page-seo-child .header {
    padding: 10px 0 0;
  }
}
.page-seo-child .header__logo {
  width: 80px;
}
.page-seo-child .header__logo img {
  vertical-align: middle;
}
.page-seo-child .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-seo-child .header__toggle {
  background-color: rgba(255, 255, 255, 0.48);
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-seo-child .header__toggle {
    width: 32px;
    height: 32px;
    gap: 3px;
  }
}
.page-seo-child .header__toggle span {
  width: 56px;
  height: 2px;
  background-color: #000;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-seo-child .header__toggle span {
    width: 16px;
  }
}
.page-seo-child .mv {
  position: relative;
  font-family: 'Hiragino Sans'!important;
}
.page-seo-child .mv video {
  height: 720px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv {
  }
  .page-seo-child .mv video {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100vw;
  }
}
.page-seo-child .mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background-color: rgba(47, 97, 195, 0.3);
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.page-seo-child .mv::before {
  background-color: rgba(47, 97, 195, 0.4);
}
}
.page-seo-child .mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__inner {
    max-width: calc(100vw - 16px);
    top: 55%;
  }
}
.page-seo-child .mv__catch {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__catch {
    font-size: 1.8rem;
  }
}
.page-seo-child .mv__catch::before {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.page-seo-child .mv__ttl {
  font-weight: bold;
  font-family: 'Hiragino Sans'!important;
  color: #fff;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
  line-height: 1.6;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__ttl {
    font-size: 2.4rem;
    margin-top: 8px;
    letter-spacing: -1.2px;
  }
}
.page-seo-child .mv__ttl span {
  display: inline;
}
.page-seo-child .mv__ttl .bg {
  font-size: 6.4rem;
  background-color: #fff;
  color: #000;
  padding: 13px 16px;
}

.page-seo-child .mv__ttl .sm {
  font-size: 4rem;
}
.page-seo-child .mv__ttl .md {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__ttl .sm {
    font-size: 2.4rem;
  }
  .page-seo-child .mv__ttl .md {
    font-size: 2.4rem;
  }
  .page-seo-child .mv__ttl .bg {
    font-size: 3.2rem;
    padding: 12px 16px;
    line-height: 2;
  }
}
.page-seo-child .mv__box {
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 56px;
  position: relative;
  z-index: 2;
  max-width: 648px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box {
    margin-top: 50px;
  }
}
.page-seo-child .mv__box-ttl {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
.page-seo-child .mv__box-ttl {
  line-height: 1.4;
  font-size: 14px;
}
}
.page-seo-child .mv__box-ttl::before,
.page-seo-child .mv__box-ttl::after {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box-ttl::before,
  .page-seo-child .mv__box-ttl::after {
    width: 76px;
  }
}
.page-seo-child .mv__box-ttl::before {
  left: 0;
}
.page-seo-child .mv__box-ttl::after {
  right: 0;
}
.page-seo-child .mv__box-ttl .color {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box-ttl .color {
    font-size: 2.4rem;
  }
}
.page-seo-child .mv__box-list {
  display: grid;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box-list {
    display: flex;
    flex-flow:row wrap-reverse; /* 子要素をrow方向に並べ、逆に折返す*/
    gap: 8px;
  }
  .page-seo-child .mv__box-item:first-of-type {
    order: 3;
  }
  .page-seo-child .mv__box-item:nth-of-type(2) {
    order: 1;
  }
  .page-seo-child .mv__box-item:last-of-type {
    order: 2;
  }
}
.page-seo-child .mv__box-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box-item {
    padding-bottom: 12px;
    max-width: 168px;
    min-width: 168px;
  }
}
.page-seo-child .mv__box-item-catch {
  font-weight: bold;
  font-size: 1.6rem;
}
.page-seo-child .mv__box-item-bg {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.page-seo-child .mv__box-item-bg .bg {
  font-size: 3.2rem;
  line-height: 1.6;
  color: #fe9d2a;
}
@media screen and (max-width: 768px) {
  .page-seo-child .mv__box-item-bg .bg {
    font-size: 2.4rem;
  }
}
.page-seo-child .mv__box-item-txt {
  margin-top: auto;
}
.page-seo-child .mv__box-item img {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}
.page-seo-child .nayami {
  padding-top: 80px;
  background-color: #F6F6F6;
  margin-top: -10px;
  font-family: 'Hiragino Sans'!important;
}
.page-seo-child .nayami__ttl {
  font-family: 'Hiragino Sans'!important;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  border-bottom: 3px solid #000;
  padding-bottom: 8px;
  display: table;
  font-weight: bold;
}
.page-seo-child .nayami__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.page-seo-child .nayami__item {
  gap: 16px;
  position: relative;
  line-height: 1.8;
  border: 3px solid #111;
  border-radius: 2px;
  font-size: 16px;
  padding: 34px 19px 30px;
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.92);
  font-weight: bold;
}

.page-seo-child .nayami__item::before {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2023/10/icon_person.svg);
  min-width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  background-size: cover;
}
.page-seo-child .nayami__heading {
  background-color: #2f61c3;
  padding: 42px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  margin-top: 80px;
}
.page-seo-child .nayami__heading::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2f61c3;
}
.page-seo-child .nayami__heading-ttl {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .nayami__heading-ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .nayami__heading-ttl .bg {
  font-size: 4.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .nayami__heading-ttl .bg {
    font-size: 3rem;
  }
}
.page-seo-child .why,
.page-seo-child .how {
  position: relative;
  margin-top: 40px;
}
.page-seo-child .why__img,
.page-seo-child .how__img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.page-seo-child .why__inner,
.page-seo-child .how__inner {
  padding: 0 20px;
  background-color: #f6f6f6;
  position: relative;
  padding-top: 40px;
}
.page-seo-child .why__heading,
.page-seo-child .how__heading {
  position: relative;
}
.page-seo-child .why__heading-catch,
.page-seo-child .how__heading-catch {
  color: #fe9d2a;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .page-seo-child .why__heading-catch,
  .page-seo-child .how__heading-catch {
    font-size: 1.8rem;
  }
}
.page-seo-child .why__heading-ttl,
.page-seo-child .how__heading-ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page-seo-child .why__heading-ttl,
  .page-seo-child .how__heading-ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .why__cont,
.page-seo-child .how__cont {
  margin-top: 40px;
}
.page-seo-child .why__cont dt,
.page-seo-child .how__cont dt {
  display: table;
  background: linear-gradient(transparent 58%, #fe9d2a 19%);
  font-size: 2rem;
  font-weight: bold;
  display: inline;
}
@media screen and (max-width: 768px) {
  .page-seo-child .why__cont dt,
  .page-seo-child .how__cont dt {
    font-size: 1.8rem;
  }
}
.page-seo-child .why__cont dd,
.page-seo-child .how__cont dd {
  line-height: 1.8;
}
.page-seo-child .why__list,
.page-seo-child .how__list {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .why__list,
  .page-seo-child .how__list {
    flex-direction: column;
  }
}
.page-seo-child .why__list-ttl,
.page-seo-child .how__list-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .why__list-ttl,
  .page-seo-child .how__list-ttl {
    font-size: 2rem;
  }
}
.page-seo-child .why__item,
.page-seo-child .how__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
}
.page-seo-child .why__item img,
.page-seo-child .how__item img {
  width: 120px;
  position: relative;
  z-index: 2;
}
.page-seo-child .why__item-cont,
.page-seo-child .how__item-cont {
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding: 34px 11px;
  margin-top: -40px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 125px;
}
.page-seo-child .how {
  margin-top: 0;
}
.page-seo-child .how__img {
  top: 80px;
}
.page-seo-child .how__inner {
  padding-bottom: 83px;
  padding-top: 100px;
}
.page-seo-child .merit {
  background-color: #2f61c3;
  color: #fff;
  padding: 40px 0;
  margin-top: 80px;
}
.page-seo-child .merit__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .merit__ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .merit__ttl:nth-of-type(2) {
  margin-top: 40px;
}
.page-seo-child .merit__txt {
  margin-top: 16px;
  text-align: justify;
}
.page-seo-child .merit__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .merit__list {
    flex-direction: column;
    display: flex;
  }
}
.page-seo-child .merit__item {
  display: flex;
  flex-direction: column;
}
.page-seo-child .merit__item-ttl {
  position: relative;
  z-index: 2;
}
.page-seo-child .merit__item-ttl > span {
  border-radius: 100px;
  color: #fff;
  background-color: #111;
  text-align: center;
  font-weight: bold;
  width: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-seo-child .merit__item-ttl {
    width: 100%;
    padding: 0;
  }
  .page-seo-child .merit__item-ttl > span {
    width: calc(100% - 100px);
  }
}
.page-seo-child .merit__item-ttl .num {
  font-size: 2.4rem;
}
.page-seo-child .merit__item-box {
  border: 3px solid #111;
  background-color: #fff;
  line-height: 1.8;
  color: #111;
  height: 100%;
  padding: 16px 20px 20px;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .merit__item-box {
    margin-top: -12px;
  }
}
.page-seo-child .merit dl {
  margin-top: 40px;
}
.page-seo-child .merit dt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .merit dt {
    flex-direction: column;
  }
}
.page-seo-child .merit dt .merit__en {
  font-style: italic;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
  margin-right: 16px;
  letter-spacing: 0.04em;
}
.page-seo-child .service {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-seo-child .service__heading-ttl {
  font-size: 3.2rem;
  color: #013fb7;
  font-weight: bold;
}
.page-seo-child .service__heading-ttl .color {
  color: #111;
}
.page-seo-child .service__heading-jp {
  font-size: 1.4rem;
  font-weight: bold;
}
.page-seo-child .service__box {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
}
.page-seo-child .service .service01,
.page-seo-child .service .service02 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-seo-child .service .service01,
  .page-seo-child .service .service02 {
    flex-direction: column;
  }
}
.page-seo-child .service__box {
  padding: 24px 40px;
  border-bottom: 8px solid #2f61c3;
}
@media screen and (max-width: 768px) {
  .page-seo-child .service__box {
    padding: 24px 16px;
  }
}
.page-seo-child .service__box-ttl {
  text-align: center;
  color: #013fb7;
  font-weight: bold;
  font-size: 2.4rem;
}
.page-seo-child .service__table {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .service__table {
    flex-direction: column;
  }
}
.page-seo-child .service__table + .service__table {
  margin-top: 24px;
}
.page-seo-child .service__table dt {
  border-radius: 100px;
  color: #fff;
  background-color: #111;
  text-align: center;
  width: 180px;
  max-width: 100%;
  font-weight: bold;
  padding: 8px 0;
  min-width: 180px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .service__table dt {
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
  }
}
.page-seo-child .service__table dd {
  font-weight: bold;
}
.page-seo-child .service__table dd .sm {
  font-size: 1.4rem;
  font-weight: initial;
}
.page-seo-child .service__point {
  background: rgba(254, 157, 42, 0.1);
  border-radius: 4px;
  padding: 16px 24px;
  margin-top: 24px;
}
.page-seo-child .service__point img {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .service__point {
    padding: 16px;
  }
}
.page-seo-child .service__point-ttl {
  text-align: center;
  font-weight: bold;
  color: #fe9d2a;
  font-size: 1.8rem;
}
.page-seo-child .service__point-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.page-seo-child .service__point-item-num {
  border-radius: 100px;
  display: block;
  color: #fe9d2a;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #fff;
  width: 100px;
  text-align: center;
}
.page-seo-child .service__point-item-txt {
  margin-top: 16px;
}
.page-seo-child .service__point img {
  max-width: 471px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.page-seo-child .service__caution {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 14px;
}
.page-seo-child .service .service02 {
  margin-top: 60px;
}
.page-seo-child .service .service__table[data-type="top"] {
  align-items: flex-start;
}
.page-seo-child .customer {
  background-color: #f6f6f6;
  padding-bottom: 80px;
}
.page-seo-child .customer__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .page-seo-child .customer__ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .customer__catch {
  text-align: center;
}
.page-seo-child .customer__img {
  margin-top: 40px;
}
.page-seo-child .customer__list {
  margin-top: 88px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .customer__list {
    flex-direction: column;
    display: flex;
  }
}
.page-seo-child .customer__item {
  background-color: #fff;
}
.page-seo-child .customer__item-ttl {
  font-weight: bold;
  background: #f6f6f6;
  padding-left: 16px;
  border-left: 3px solid #013fb7;
  font-size: 2rem;
  padding-bottom: 10px;
}
.page-seo-child .customer__item-catch {
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-seo-child .customer__item-catch {
    font-size: 1.6rem;
  }
}
.page-seo-child .customer__item-check {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #d9d9d9;
}
.page-seo-child .customer__item-check-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.page-seo-child .customer__item-check p {
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  margin-top: 10px;
  gap: 10px;
}
.page-seo-child .customer__item-check p::before {
  background-image: url(/wp-content/uploads/2023/10/icon_check.svg);
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  display: block;
  content: "";
  position: relative;
  top: 2px;
}
.page-seo-child .customer__item-detail {
  padding: 16px 14px;
  background-color: #fff;
}
.page-seo-child .customer__other-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .customer__other-ttl {
    font-size: 2rem;
  }
}
.page-seo-child .customer__other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .customer__other-list {
    justify-content: center;
  }
}
.page-seo-child .customer__other-item {
  margin: 0 0 40px;
  width: 280px;
  position: relative;
  background-size: 100% 100%;
  border-radius: 4px;
  overflow: hidden;
  filter: drop-shadow(2px 2px 24px rgba(0, 0, 0, 0.2));
  transition: all 0.2s;
}
.page-seo-child .customer__other-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32.29%, rgba(0, 0, 0, 0.88) 100%);
  border-radius: 4px;
  z-index: 1;
}
.page-seo-child .customer__other-item .cat_btn {
  background-color: #000;
  margin-bottom: 8px;
  padding: 0 8px;
  color: #fff !important;
  border-radius: 4px;
  display: block;
  width: auto;
  z-index: 3;
  font-size: 12px;
  position: relative;
}
.page-seo-child .customer__other-item .title {
  text-align: left;
  height: 44px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 140%;
}
.page-seo-child .customer__other-item .text {
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  font-weight: initial;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 140%;
}
.page-seo-child .customer__other-item article {
  position: absolute;
  padding: 0 12px 16px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.page-seo-child .customer__other-item .post_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-seo-child .flow-wrap {
  padding-top: 60px;
}
.page-seo-child .flow__ttl {
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .page-seo-child .flow__ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .flow-sec {
  margin-bottom: 88px;
  background-color: #f6f6f6;
  padding-bottom: 62px;
}
.page-seo-child .flow-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-seo-child .flow {
  margin-right: 8px;
  width: 152px;
  height: 152px;
  border: 2px solid #000;
  padding: 31px 8px;
  position: relative;
}
.page-seo-child .flow:first-child:before {
  content: "";
  display: block;
  background: url(/wp-content/uploads/2020/02/Arrow-1.svg) no-repeat center center / contain;
  width: 244px;
  height: 60px;
  left: -242px;
  position: absolute;
}
.page-seo-child .flow:last-child:before {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
  width: 244px;
  height: 2px;
  top: 50%;
  transform: translatey(-50%);
  right: -244px;
}
.page-seo-child .flow:last-child:after {
  position: absolute;
  content: "";
  display: block;
  background: url(/wp-content/uploads/2020/02/Frame.svg) no-repeat center center / contain;
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 76px;
  right: -100px;
  transform: none;
}
@media screen and (max-width: 768px) {
  .page-seo-child .flow {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    height: auto;
  }
  .page-seo-child .flow:first-child:before {
    top: -107px;
    left: calc(50% - 340px);
  }
  .page-seo-child .flow:last-child:before {
    top: -652px;
    right: calc(50% - 340px);
    width: 244px;
  }
  .page-seo-child .flow:last-child:after {
    top: -688px;
    right: calc(50% - 160px);
    bottom: auto;
    width: 36px;
    height: 36px;
}
}
.page-seo-child .flow h3 {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
.flow p {
  font-size: 1.2rem;
}
.page-seo-child .flow__catch {
  margin-top: 58px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .flow__catch {
    font-size: 1.8rem;
  }
}
.page-seo-child .flow__btn {
  font-size: 2.4rem;
  border-radius: 8px;
  color: #fff !important;
  background: #000;
  max-width: 320px;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #474747 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.page-seo-child .flow__btn img {
  position: relative;
  top: 3px;
}
.page-seo-child .flow__btn:hover {
  background-position: -100% 0;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .page-seo-child .flow__btn {
    font-size: 1.8rem;
  }
}
.page-seo-child .flow__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .flow__btns {
    flex-direction: column;
    align-items: center;
  }
}
.page-seo-child .faq {
  margin-top: 80px;
  padding-bottom: 70px;
}
.page-seo-child .faq__ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-seo-child .faq__ttl {
    font-size: 2.4rem;
  }
}
.page-seo-child .faq__item {
  margin-top: 40px;
}
.page-seo-child .faq__item-q,
.page-seo-child .faq__item-a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .page-seo-child .faq__item-q,
  .page-seo-child .faq__item-a {
    padding-left: 42px;
  }
}
.page-seo-child .faq__item-q::before,
.page-seo-child .faq__item-a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-seo-child .faq__item-q::before,
  .page-seo-child .faq__item-a::before {
    width: 32px;
    height: 32px;
  }
}
.page-seo-child .faq__item-q {
  font-weight: bold;
}
.page-seo-child .faq__item-q::before {
  background-image: url(/wp-content/uploads/2023/10/icon_q.svg);
  top: -4px;
}
.page-seo-child .faq__item-a {
  margin-top: 24px;
}
.page-seo-child .faq__item-a::before {
  background-image: url(/wp-content/uploads/2023/10/icon_a.svg);
}
.page-seo-child .sec_btn {
  width: fit-content!important;
}
/*# sourceMappingURL=style.css.map */
