@charset "UTF-8";
/*
Homepage Styles
SEO Service Site - Migrated from WordPress theme
Top page specific sections and components
*/

/* 上書き */
header {
  border: none;
}

/* ページ共通部分 */
.front-page-content {
  padding-top: 7rem;
}
.front-page-content > * {
  margin-top: 10rem;
  position: relative;
  overflow-x: clip;
}
.front-page-content > *.bg_sky,
.front-page-content > *.bg_blue {
  padding: 10rem 0;
}
.front-page-content > *.bg_sky + .bg_blue,
.front-page-content > *.bg_blue + .bg_sky {
  margin-top: 0;
  overflow: hidden;
}
.front-page-content > *[data-text]::before {
  content: attr(data-text);
  display: block;
  font-size: 20rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
}
.front-page-content > *.bg_white[data-text]::before {
  -webkit-text-stroke: 1px #d2e4ff;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
}
.front-page-content > *.bg_sky[data-text]::before,
.front-page-content > *.bg_blue[data-text]::before {
  font-size: 20vw;
  top: -6vw;
  left: -5vw;
}
.front-page-content > *:nth-child(2n - 1).bg_sky[data-text]::before,
.front-page-content > *:nth-child(2n - 1).bg_blue[data-text]::before {
  right: -5vw;
  left: auto;
}
.front-page-content > *.bg_blue[data-text]::before {
  opacity: 0.2;
}
.front-page-content h2:not(.st-cta_ttl):not(.top-mv_ttl) {
  font-size: 4rem;
  text-align: center;
  padding-bottom: 6rem;
  position: relative;
  font-style: normal;
  font-weight: 800;
}
.front-page-content h2:not(.st-cta_ttl):not(.top-mv_ttl):first-letter {
  color: #c7020c;
}
.front-page-content > .bg_blue h2:not(.st-cta_ttl):not(.top-mv_ttl) {
  color: #fff;
}
.front-page-content
  > .bg_blue
  h2:not(.st-cta_ttl):not(.top-mv_ttl):first-letter {
  color: #fff500;
}
.front-page-content h3:not(.st-article_title) {
  font-size: 3.2rem;
  color: #0c1e84;
  padding-bottom: 2rem;
  font-style: normal;
  font-weight: 800;
}
.front-page-content h4 {
  font-size: 2.4rem;
  color: #0c1e84;
  padding-bottom: 1rem;
  font-style: normal;
  font-weight: 800;
}
.st-cta {
  margin-top: 0 !important;
}

.st-subcta_btn {
  margin-top: 7rem;
}

.st-subcta_btn a {
  padding: 1rem 3rem;
  border-radius: 50vw;
  border: 1px solid #0c1e84;
  color: #0c1e84;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
}

.front-page-content .inner > p {
  text-align: center;
  margin-bottom: 5rem;
}
.front-page-content .inner > p:last-child {
  margin-bottom: 0;
  margin-top: 5rem;
}

@media screen and (max-width: 680px) {
  .front-page-content {
    padding-top: 7rem;
  }
  .front-page-content > * {
    margin-top: 6rem;
  }
  .front-page-content > *.bg_sky,
  .front-page-content > *.bg_blue {
    padding: 6rem 0;
  }
  .front-page-content > *.bg_sky + .bg_blue,
  .front-page-content > *.bg_blue + .bg_sky {
    margin-top: 0;
  }
  .front-page-content > *[data-text]::before {
    font-size: 16vw;
  }
  .front-page-content > *.bg_white[data-text]::before {
    top: -4vw;
  }
  .front-page-content h2:not(.st-cta_ttl):not(.top-mv_ttl) {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  .front-page-content h3:not(.st-article_title) {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .front-page-content h4:not(.st-article_title) {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
  .st-subcta_btn {
    margin-top: 5rem;
  }
  .st-subcta_btn a {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1rem;
  }
}

/* mv */
.top-mv {
  height: 65rem;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-mv .inner {
  position: relative;
  z-index: 1;
}
.top-mv h2 {
  font-size: 6.4rem;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  color: #0c1e84;
}
.top-mv h2:before {
  content: "";
  background-color: #fff500;
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  z-index: -1;
}
.top-mv .bg_text {
  position: absolute;
  display: block;
  font-size: 18rem;
  line-height: 1;
  font-weight: bold;
  -webkit-text-stroke: 1px #d2e4ff;
  text-transform: uppercase;
  color: #fff;
  bottom: 0;
  left: 40%;
  z-index: -2;
}
.top-mv .bg_text span {
  white-space: nowrap;
}
.top-mv .bg_text span:nth-of-type(1) {
  padding-left: 1.5em;
}
.top-mv .bg_text span:nth-of-type(2) {
  padding-left: 1em;
}
.top-mv .bg_text span:nth-of-type(3) {
  padding-left: 0.5em;
}
.top-mv .bg_img {
  position: absolute;
  display: block;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: -1;
}
.top-mv .bg_img img {
  max-width: 55rem;
  width: 50vw;
}
.top-mv_point {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}
.top-mv_point li {
  text-align: center;
  background-color: #f0f6ff;
  box-shadow: 5px 5px #d2e4ff;
  padding: 2rem 4rem;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
}
.top-mv_point li::before,
.top-mv_point li::after {
  content: "";
  background-color: #b4d2ff;
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}
.top-mv_point li::before {
  left: 1rem;
  top: 1rem;
}
.top-mv_point li::after {
  right: 1rem;
  bottom: 1rem;
}
.top-mv_point li span {
  color: #0c1e84;
  font-size: 3.2rem;
}
.top-mv_cta {
  display: flex;
  gap: 1rem;
}
.top-mv_cta li a {
  width: 40rem;
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  outline: 1px solid white;
  outline-offset: -0.4rem;
  transition: 0.5s;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
}
.top-mv_cta li a:hover {
  outline-offset: 0rem;
}
.top-mv_cta .contact a {
  background-color: #fff500;
}
.top-mv_cta .tel a {
  color: #fff;
  background-color: #0c1e84;
}
.top-mv_cta a em {
  font-size: 3.2rem;
}
.top-mv_cta a span {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .top-mv {
    height: 50rem;
  }
  .top-mv h2 {
    font-size: 4rem;
  }
  .top-mv .bg_text {
    font-size: 14rem;
  }
  .top-mv_point li {
    padding: 1.5rem 3rem;
    font-size: 2rem;
  }
  .top-mv_point li span {
    font-size: 2.4rem;
  }
  .top-mv_cta li a {
    width: 30rem;
    height: 7rem;
    font-size: 1.4rem;
  }
  .top-mv_cta a em {
    font-size: 2.4rem;
  }
  .top-mv_cta a span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .top-mv {
    width: 100%;
  }
  .top-mv h2 {
    font-size: 3.2rem;
  }
  .top-mv .bg_img {
    top: 20%;
    right: -5%;
    transform: none;
  }
  .top-mv .bg_img img {
    max-width: 55rem;
    width: 70vw;
  }
  .top-mv .bg_text {
    left: 0%;
  }
  .top-mv_point {
    display: flex;
    gap: 1rem;
    margin: 5rem 0 3rem;
  }
  .top-mv_point li {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }
  .top-mv_point li span {
    font-size: 2rem;
  }
  .top-mv_cta {
    flex-direction: column;
  }
  .top-mv_cta li a {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* service */
.top-service_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
}
.top-service_list li {
  width: 30%;
}
.top-service_list figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.top-service_list figcaption {
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
}
.top-service_list figcaption span {
  background-image: linear-gradient(transparent 60%, #fff500 60%);
}
.top-service_list li:nth-child(n + 4) {
  margin-top: 5%;
}

@media screen and (max-width: 980px) {
  .top-service_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .top-service_list li {
    width: 100%;
  }
  .top-service_list figure {
    height: 100%;
    justify-content: flex-end;
  }
  .top-service_list figcaption {
    font-size: 1.6rem;
  }
  .top-service_list li:nth-child(n + 4) {
    margin-top: 0;
  }
}

/* member */
.member-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 3rem;
}

.member-list li {
  width: 100%;
}

.member-list img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.member-list figcaption {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
}

.member-list figcaption span {
  font-size: 1.4rem;
  color: #929292;
}

@media screen and (max-width: 680px) {
  .member-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* achievement */
.top-achievement {
  text-align: center;
}

/* genre */
.top-genre p {
  font-size: 2.4rem;
  color: #0c1e84;
  font-weight: bold;
}
.icon-box {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.icon-box li i {
  display: block;
  border-radius: 1rem;
  padding: 2rem;
  aspect-ratio: 1 / 1;
}
.icon-box li i img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.icon-box li p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0.5em;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .top-genre p {
    font-size: 2rem;
  }
  .icon-box {
    display: grid;
    gap: 2rem 1rem;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  }
  .icon-box li i {
    padding: 1.5rem;
  }
}

/* flow */
.top-flow .st-subcta_btn {
  margin: 2rem auto;
  justify-content: flex-start;
}
.top-flow .st-subcta_btn a em {
  font-size: 2.4rem;
}
.top-flow .st-subcta_btn a span {
  font-size: 1.4rem;
}
.top-flow .st-subcta_btn > span {
  font-weight: normal;
}
.top-flow_list {
  display: grid;
  counter-reset: flow 0;
  gap: 6rem;
}
.top-flow_list li {
  position: relative;
  display: grid;
  grid-template-columns: 10rem auto;
}
.top-flow_list li::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff500;
  font-size: 4rem;
  font-weight: bold;
}
.top-flow_list li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
}
.top-flow_list li:last-child::after {
  content: none;
}
.top-flow_list li section {
  padding: 3rem;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .top-flow .st-subcta_btn {
    gap: 1rem;
  }
  .top-flow_list {
    gap: 4rem;
  }
  .top-flow_list li {
    grid-template-columns: 5rem auto;
  }
  .top-flow_list li::before {
    font-size: 2rem;
  }
  .top-flow_list li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
  }
  .top-flow_list li section {
    padding: 2rem;
  }
}

/* voice */
.post-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.st-article a {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto;
}

.st-article_img img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: hidden;
  border: 1px solid #0c1e84;
  border-radius: 10px;
}

@media screen and (max-width: 680px) {
  .post-list {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
}

/* qa */
.qa-list {
  font-weight: 700;
  font-size: 1.6rem;
}

.qa-list dl {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid #d2e4ff;
}

.qa-list .question {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}

.qa-list .question span,
.qa-list .answer .txt-box {
  display: block;
  width: calc(100% - 4rem);
  margin-left: 1rem;
}

.qa-list .answer {
  display: flex;
  align-items: center;
}

.qa-list .answer .txt-box {
  font-weight: 400;
}

.qa-list .answer p:not(:first-child) {
  margin-top: 1em;
}

.qa-list .question:before {
  content: "Q";
  background-color: #0c1e84;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  border-radius: 50vw;
  font-size: 28px;
}

.qa-list .answer:before {
  content: "A";
  background-color: #fff;
  border: 1px solid #0c1e84;
  color: #0c1e84;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  border-radius: 50vw;
  font-size: 28px;
}

/* price */
.top-price_table {
  overflow-x: scroll;
}

@media screen and (max-width: 980px) {
  .top-price_table {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 5%;
  }
  .top-price table {
    width: auto;
  }
}

/* company */
.top-company .map {
  margin-top: 5rem;
  height: 40rem;
}
.top-company table {
  table-layout: auto;
}

/* table */
table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table small {
  font-size: 0.8em;
  display: block;
}
table th,
table td {
  min-width: 15rem;
  padding: 1em;
  text-align: center;
  border: 5px solid #f0f6ff;
  background-color: #fff;
}
table th {
  background-color: #0c1e84;
  color: #fff;
  font-weight: bold;
}
table td.bg_clear {
  background-color: transparent;
}
table th.xscore {
  background-color: #c7020c;
}
table thead,
table tfoot {
  border: none;
}
table thead td {
  background-color: transparent;
  padding-bottom: 0;
  color: #0c1e84;
  font-weight: bold;
}
table tfoot td {
  background-color: #2f2e41;
  color: #fff;
  font-weight: bold;
}
table ~ figcaption {
  font-size: 0.8em;
  margin-bottom: 1rem;
}
table a {
  text-decoration: underline;
}
table a:hover {
  text-decoration: none;
}

/* list box */
.top-list_box {
  display: grid;
  gap: 3rem;
  font-size: 1.6rem;
  grid-template-columns: 1fr 1fr;
}
.top-list_box .bg_white,
.top-list_box .bg_sky {
  border-radius: 1rem;
  padding: 1.5em;
  height: 100%;
}

@media screen and (max-width: 680px) {
  .top-list_box {
    gap: 3rem;
    grid-template-columns: auto;
  }
}
