@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
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, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: url(../img/bg01.jpg) center top/100%;
  color: #1C317B;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    background-image: url(../img/bg01-sp.jpg);
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_wrap {
  position: relative;
  z-index: 1;
}

.c_btn {
  text-align: center;
  margin-top: 3.5rem;
}

.c_btn a {
  background: #09184A;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 36rem;
  font-weight: bold;
  max-width: 100%;
  gap: 1.5em;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    font-size: 2rem;
  }
}

.c_btn a.b {
  background: #fff;
  border: solid 0.3rem #1C317B;
  color: #09184A;
}

@media screen and (max-width: 767px) {
  .c_btn a.b {
    font-size: 2.2rem;
    height: 8rem;
  }
}

.c_btn a:after {
  content: '→';
  width: 1em;
}

.c_ttl {
  font-weight: 900;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1.23;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 4.2rem;
    margin-bottom: 3.5rem;
  }
}

.c_ttl i {
  display: inline-block;
  padding: 0 15.5rem;
  position: relative;
}

.c_ttl i:before, .c_ttl i:after {
  content: '';
  position: absolute;
  background: url(../img/ttl-bg06.svg) no-repeat 50%/contain;
  width: 10.6rem;
  height: 100%;
  top: 0;
}

.c_ttl i:before {
  left: 0;
}

.c_ttl i:after {
  right: 0;
}

.c_ttl2 {
  position: relative;
  background: url(../img/ttl-bg01-l.svg) no-repeat left center/auto 100%, url(../img/ttl-bg01-r.svg) no-repeat right center/auto 100%;
  background-color: #DEC65F;
  height: 5.6rem;
  border-radius: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl2 {
    font-size: 2.6rem;
    height: 6.8rem;
    background: url(../img/ttl-bg01-l-sp.svg) no-repeat left center/auto 100%, url(../img/ttl-bg01-r-sp.svg) no-repeat right center/auto 100%;
    background-color: #DEC65F;
  }
}

.c_ttl3 {
  text-align: center;
  position: relative;
  font-size: 5.2rem;
  font-weight: 900;
  margin-bottom: 3rem;
}

.c_ttl3.b {
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .c_ttl3.b {
    margin-bottom: 3.5rem;
    padding-top: 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .c_ttl3 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}

.c_ttl3:before, .c_ttl3:after {
  content: '';
  background: url(../img/ttl-bg07-l.svg) no-repeat 50%/contain;
  width: 42.1rem;
  height: 24.7rem;
  position: absolute;
  z-index: -1;
}

.c_ttl3:before {
  left: -8rem;
  top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl3:before {
    left: -10rem;
    top: -5rem;
  }
}

.c_ttl3:after {
  background-image: url(../img/ttl-bg07-r.svg);
  width: 51.4rem;
  height: 19.7rem;
  right: -18.5rem;
  top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .c_ttl3:after {
    right: -25rem;
    top: -5rem;
  }
}

.c_ttl3 small {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c_ttl3 small {
    font-size: 2.4rem;
  }
}

.c_ttl3 small:before, .c_ttl3 small:after {
  content: '';
  height: 1.3em;
  background: #09184A;
  width: .3rem;
  position: absolute;
  border-radius: 3em;
  top: .1em;
}

.c_ttl3 small:before {
  transform: rotate(-35deg);
  margin-left: -1.5em;
}

.c_ttl3 small:after {
  transform: rotate(35deg);
  margin-left: 1.5em;
}

.c_bg {
  position: relative;
  z-index: 0;
}

.c_bg:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  height: 100%;
  width: 116rem;
  z-index: -1;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c_bg:before {
    width: 100%;
  }
}

.c_bg.b {
  padding: 9rem 0 8rem;
}

.c_bg.b:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  background: url(../img/bg02.webp) repeat-x center bottom/100%;
  bottom: 0;
  height: 50rem;
}

@media screen and (max-width: 767px) {
  .c_bg.b:after {
    background-image: url(../img/bg02-sp.webp);
    height: 18.7rem;
  }
}

@media screen and (max-width: 767px) {
  .c_bg.b {
    padding: 8rem 3rem 9rem;
  }
}

.c_line {
  background: #06C755;
  border-radius: 3em;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  gap: .8em;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 40rem;
  height: 8.6rem;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c_line {
    font-size: 2.8rem;
    width: 46rem;
    height: 10.6rem;
  }
}

.c_line img {
  width: 1.375em;
}

@media screen and (max-width: 767px) {
  .c_line img {
    width: 3.4rem;
  }
}

.c_line:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #06C755;
  opacity: .25;
  z-index: -1;
  mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .c_cta .head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 40.3rem;
  }
}

.c_cta .head p {
  font-size: 5.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  .c_cta .head p {
    font-size: 5.4rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .head p small {
    font-size: 4.2rem;
  }
}

.c_cta .head p i {
  display: block;
}

@media screen and (max-width: 767px) {
  .c_cta .head p i {
    font-size: 2.6rem;
    white-space: nowrap;
  }
  .c_cta .head p i br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c_cta .head img {
    width: 43.5rem;
    margin-left: 5.4rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .head img {
    width: 44.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.c_cta .btn {
  display: flex;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c_cta .btn {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c_cta .btn a {
    height: 9rem;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .btn a {
    flex: 1;
  }
}

.c_cta .doc {
  background: #FFCE00;
  color: #09184A;
}

.c_cta .doc:before {
  background: #FFCE00;
}

.c_cta .doc img {
  width: 1.09em;
}

.c_cta .mail {
  background: #1C317B;
}

.c_cta .mail:before {
  background: #09184A;
}

.c_cta .mail img {
  width: 1.09em;
}

@media screen and (max-width: 767px) {
  .c_cta .c_line {
    width: 50rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 96rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  background: #fff;
  height: 8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #header {
    padding: 0 1rem 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
    padding: 0 3rem;
  }
}

body:has(.top_main) #header {
  transform: translateY(-100%);
  transition: transform .3s;
}

body:has(.top_main) #header.fixed {
  transform: none;
}

.h_logo img {
  width: 18.3rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 24.4rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 5rem;
  }
  .h_nav li {
    margin-bottom: 2.5rem;
  }
  .h_nav br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 1.875em;
  }
  .h_nav a {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    line-height: 1.25;
  }
}

@media screen and (min-width: 768px) {
  nav {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}

.h_btn {
  display: flex;
}

@media screen and (min-width: 768px) {
  .h_btn {
    gap: .5rem;
  }
  .h_btn img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h_btn {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    gap: 1px;
    left: 0;
    z-index: 66;
  }
  .h_btn.is_pc {
    display: none;
  }
  .h_btn a {
    flex: 1;
  }
}

.h_btn a {
  width: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 12rem;
}

@media screen and (max-width: 767px) {
  .h_btn a {
    flex-direction: column;
    font-size: 2.2rem;
    gap: .5rem;
  }
}

@media screen and (min-width: 768px) {
  .h_btn a {
    border-radius: 3em;
    height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .h_btn img {
    height: 3rem;
    width: 2.5rem;
    object-fit: contain;
  }
}

.h_btn .line {
  background: #06C755;
}

.h_btn .doc {
  background: #FFCE00;
  color: #1C317B;
}

.h_btn .mail {
  background: #1C317B;
}

@media screen and (max-width: 767px) {
  .h_btn .mail {
    widht: 2.6rem;
  }
}

.h_link {
  font-size: 2.2rem;
  font-weight: bold;
}

.h_link li {
  margin-top: 1rem;
}

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

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 2rem;
    top: 1.6rem;
    width: 8rem;
    cursor: pointer;
  }
  .h_menu img {
    display: block;
    position: absolute;
    transition: opacity .3s;
  }
  .h_menu .close {
    opacity: 0;
  }
  body.open .h_menu .open {
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    top: 8rem;
    height: calc(100% - 8rem);
    right: 0;
    width: 100%;
    background: rgba(9, 24, 74, 0.85);
    color: #fff;
    padding: 8rem 7rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut 0s;
  }
  body.loaded #toggle_menu {
    animation-duration: .8s;
  }
}

#gototop {
  position: fixed;
  right: 3rem;
  bottom: 15rem;
  z-index: 10;
}

#gototop img {
  width: 5.5rem;
}

#gototop.show {
  visibility: visible;
  animation: itemFadeIn 1s;
}

#gototop:not(.show) {
  visibility: hidden;
  animation: itemFadeOut .8s;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}

#footer {
  background: url(../img/f-bg.jpg) no-repeat 50%/cover;
  padding: 2rem 0;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 12rem;
  }
}

@media screen and (min-width: 768px) {
  .f_inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .f_link {
    display: flex;
    gap: 3.6rem;
  }
  .f_link a {
    text-decoration: underline;
    text-underline-offset: .2em;
  }
  .f_link li + li {
    position: relative;
  }
  .f_link li + li:before {
    content: '／';
    position: absolute;
    left: -2.6rem;
  }
}

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

.f_copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 2rem;
    text-align: center;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: url(../img/mv-bg.jpg) no-repeat 50%/cover;
  height: 90rem;
  position: relative;
  margin-bottom: 2.5rem;
}

.top_main:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2.1rem;
  background: url(../img/mv-line.svg) repeat-x center top/auto 100%;
  left: 0;
  bottom: -2.5rem;
  z-index: 1;
}

.top_main:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/bg-pattern01.svg) repeat-x center top/3rem;
  height: 2.2rem;
  top: 0;
  left: 0;
  opacity: .65;
}

@media screen and (max-width: 767px) {
  .top_main {
    background-image: url(../img/mv-bg-sp.jpg);
    height: 117rem;
  }
}

.top_main .box {
  position: absolute;
  width: 74.6rem;
  top: 7rem;
  right: calc(50% - 16.2rem);
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_main .box {
    width: 100%;
    right: 0;
    top: 7.7rem;
    z-index: 0;
  }
}

.top_main .logo {
  margin-bottom: 3.7rem;
}

.top_main .logo img {
  width: 42.7rem;
}

@media screen and (max-width: 767px) {
  .top_main .logo img {
    width: 36.6rem;
  }
}

.top_main .ttl {
  margin-bottom: 2.4rem;
}

.top_main .ttl img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_main .ttl img {
    width: 55rem;
  }
}

.top_main .royalty img {
  width: 64.9rem;
}

@media screen and (max-width: 767px) {
  .top_main .royalty img {
    width: 56rem;
  }
}

.top_main .feature {
  margin-top: -.3rem;
}

@media screen and (max-width: 767px) {
  .top_main .feature {
    margin-top: -1.5rem;
  }
}

.top_main .feature img {
  width: 67.6rem;
}

@media screen and (max-width: 767px) {
  .top_main .feature img {
    width: 56rem;
  }
}

.top_main .other img {
  position: absolute;
}

.top_main .voice {
  left: calc(50% + 36rem);
  width: 32rem;
  top: 6rem;
}

.top_main .img {
  max-width: 64.7rem;
  bottom: 0;
  left: calc(50% + 1.4rem);
}

@media screen and (max-width: 767px) {
  .top_main .img {
    left: 2.8rem;
    max-width: 69.4rem;
  }
}

.top_main .blurb {
  width: 33rem;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_main .blurb {
    width: 28.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top_info .c_bg {
    padding-top: 6rem;
  }
}

.top_info .date {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .top_info .date {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
}

.top_info .date em {
  font-size: 8rem;
}

@media screen and (max-width: 767px) {
  .top_info .date em {
    font-size: 9rem;
  }
}

.top_info .date i {
  font-size: 5rem;
}

@media screen and (max-width: 767px) {
  .top_info .date i {
    font-size: 4rem;
  }
}

.top_info .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top_info .row {
    flex-direction: column;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info .row figure {
    width: 48rem;
  }
}

@media screen and (min-width: 768px) {
  .top_info .desc {
    width: calc(100% - 51rem);
  }
}

.top_info .desc dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4rem 0;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .top_info .desc dl {
    gap: .5rem 0;
    margin: 3rem 4rem 2rem;
  }
}

.top_info .desc dt {
  width: 5.875em;
  background: #09184A;
  color: #fff;
  text-align: center;
  position: relative;
  padding: .4em 0;
}

@media screen and (max-width: 767px) {
  .top_info .desc dt {
    width: 14.4rem;
    font-size: 2rem;
    padding: .25em 0;
  }
}

.top_info .desc dt:after {
  content: '';
  position: absolute;
  height: 100%;
  width: .8rem;
  right: -.8rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: inherit;
  top: 0;
}

.top_info .desc dd {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
  width: calc(100% - 11.7rem);
}

@media screen and (max-width: 767px) {
  .top_info .desc dd {
    width: calc(100% - 17rem);
    font-size: 2.8rem;
  }
}

.top_info .desc p {
  color: #B7000A;
  font-size: 2rem;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .top_info .desc p {
    margin: 0 2rem;
  }
}

.top_info .btn {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 3rem;
}

.top_info .wrap {
  position: relative;
  z-index: 2;
}

.top_info .c_line span {
  text-align: left;
}

.top_info .c_line small {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .top_info .c_line small {
    font-size: 1.8rem;
  }
}

.top_info .msg {
  border: solid 0.3rem #1C317B;
  padding: 4rem 4rem;
  border-radius: 1.5rem;
  position: relative;
  text-align: center;
  background: #fff;
}

.top_info .msg:before {
  content: '';
  position: absolute;
  inset: .7rem;
  border: solid 1px #09184A;
  border-radius: 1rem;
}

.top_info .msg dt {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_info .msg dt {
    font-size: 2.6rem;
    line-height: 1.38;
  }
}

.top_info .msg dt i {
  display: inline-block;
  margin: 0 1em;
}

@media screen and (max-width: 767px) {
  .top_info .msg dt i {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    margin: 0;
  }
  .top_info .msg dt i.a {
    left: 0;
  }
  .top_info .msg dt i.b {
    right: 0;
  }
}

.top_info .msg dd {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_info .msg dd {
    font-size: 2.2rem;
    text-align: left;
  }
  .top_info .msg dd br {
    display: none;
  }
}

.img_slider {
  display: flex;
  overflow: hidden;
}

.img_slider p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: .9rem;
  padding-right: 2rem;
}

.img_slider img {
  height: 24rem;
  max-width: none;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_slide {
  background: url(../img/bg03.jpg) no-repeat 50%/cover;
  padding: 5rem 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_slide {
    background-image: url(../img/bg03-sp.jpg);
    padding: 6rem 0 5rem;
  }
}

.top_slide p {
  color: #fff;
  margin-bottom: 3rem;
}

.top_slide p small {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}

.top_slide p small:before, .top_slide p small:after {
  content: '';
  height: 1.3em;
  background: #fff;
  width: .3rem;
  position: absolute;
  border-radius: 3em;
  top: .1em;
}

.top_slide p small:before {
  transform: rotate(-30deg);
  margin-left: -1.5em;
}

.top_slide p small:after {
  transform: rotate(30deg);
  margin-left: 1.5em;
}

.top_slide p span {
  display: block;
  font-weight: 900;
  font-size: 3.8rem;
}

.top_slide p em {
  color: #FFCE00;
}

.top_slide p i {
  font-size: 6.2rem;
  line-height: 1;
}

.top_royalty {
  position: relative;
  text-align: center;
  padding: 7rem 0 10.5rem;
  overflow: hidden;
}

.top_royalty:before {
  content: '';
  position: absolute;
  background: url(../img/zero-royalty-bg.svg) no-repeat 50%/auto 100%;
  width: 100%;
  height: 63.7rem;
  z-index: -1;
  left: 0;
  top: 6rem;
}

@media screen and (max-width: 767px) {
  .top_royalty:before {
    background-image: url(../img/zero-royalty-bg-sp.svg);
    width: 77.4rem;
    height: 81.6rem;
    left: -6.7rem;
    top: 4rem;
  }
}

.top_royalty .ttl {
  background: url(../img/ttl-bg02.svg) no-repeat center top/12.1rem;
  padding-top: 10rem;
  font-size: 6.6rem;
  font-weight: 900;
  margin: 0 -2rem 4rem;
  white-space: nowrap;
}

.top_royalty .ttl small {
  font-size: 4.6rem;
}

.top_royalty .ttl em {
  font-size: 7.6rem;
}

.top_royalty .ttl i {
  display: block;
  background: url(../img/ttl-bg-noren.svg) no-repeat 50%/contain;
  height: 13rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 1.6em;
  margin-top: .5em;
}

.top_royalty p {
  font-size: 2rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .top_royalty p {
    font-size: 2.2rem;
  }
}

.top_problem {
  margin-bottom: 4rem;
}

.top_problem .row {
  position: relative;
}

.top_problem .row:before {
  content: '';
  width: 100vw;
  background: url(../img/problem-bg-sp.png) repeat-x center top/auto 100%;
  height: 27.8rem;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top_problem .row:before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%  -50%;
    background-image: url(../img/problem-bg.png);
  }
}

@media screen and (max-width: 767px) {
  .top_problem .row:before {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_problem .row {
    display: flex;
    justify-content: space-between;
  }
  .top_problem .row ul {
    width: 58rem;
  }
}

.top_problem .row img {
  display: block;
  margin: 0 auto;
}

.top_problem .row img.a {
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .top_problem .row img.a {
    display: none;
  }
}

.top_problem .row img.b {
  width: 24.4rem;
}

@media screen and (max-width: 767px) {
  .top_problem .row img.b {
    width: 38.4rem;
  }
}

.top_problem .ttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  padding: 1rem 0 .5rem;
}

@media screen and (max-width: 767px) {
  .top_problem .ttl {
    padding: 5.5rem 0 2rem;
  }
}

.top_problem .ttl em {
  font-weight: 900;
  font-size: 4.2rem;
  margin: .3em 0;
}

.top_problem li {
  background: url(../img/problem-list-bg.svg) no-repeat 50%/contain;
  width: 100%;
  height: 11.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.top_problem li + li {
  margin-top: 1rem;
}

.top_support .c_bg {
  padding-bottom: 9rem;
}

.top_support .c_bg:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/support-bg-pattern.webp) no-repeat 50%/cover;
  height: 22.6rem;
  width: 116rem;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_support .c_bg:after {
    background-image: url(../img/support-bg-pattern-sp.webp);
    height: 40rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_support .c_bg {
    padding: 0 3rem 9rem;
  }
}

.top_support .ttl {
  font-size: 4.6rem;
  font-weight: 900;
  position: relative;
  height: 30rem;
  line-height: 1.78;
}

@media screen and (max-width: 767px) {
  .top_support .ttl {
    height: auto;
    font-size: 3.6rem;
  }
}

.top_support .ttl img {
  width: 33rem;
}

@media screen and (min-width: 768px) {
  .top_support .ttl img {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .top_support .ttl img {
    width: 26.4rem;
    display: block;
    margin: 0 auto 3.6rem;
  }
}

.top_support .ttl em {
  position: relative;
  font-size: 5.8rem;
  color: #D2B43B;
}

@media screen and (max-width: 767px) {
  .top_support .ttl em {
    font-size: 5rem;
  }
}

.top_support .ttl em:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/support-ttl-bg.svg) no-repeat 50%/contain;
  width: 35rem;
  height: 5rem;
  z-index: -1;
  bottom: -.1em;
}

@media screen and (max-width: 767px) {
  .top_support .ttl em:before {
    width: 30rem;
    height: 4.3rem;
  }
}

.top_support .ttl2 {
  position: relative;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.3;
  top: -4.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_support .ttl2 {
    top: -3.6rem;
    font-size: 5.6rem;
  }
}

.top_support .ttl2:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/ttl-bg03-pattern.svg) repeat-x center top/3rem;
  height: 3rem;
  width: 100vw;
  z-index: -1;
  top: 2rem;
}

.top_support .ttl2 i {
  display: block;
  background: #09184A;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  border-radius: .8rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_support .ttl2 i {
    margin: 0 0 4rem;
  }
}

.top_support .ttl2 i:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/arrow-down.svg) no-repeat 50%/contain;
  height: 3.7rem;
  bottom: -2.5rem;
}

.top_support .lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .top_support .lead {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.top_support .list {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_support .list {
    gap: 2rem 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .top_support .list {
    margin: 5rem 0 6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_support .list a {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    height: 17rem;
    align-items: center;
  }
  .top_support .list a figure {
    width: 16.5rem;
    text-align: center;
  }
}

.top_support .list li {
  border: solid 0.3rem #1C317B;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .top_support .list li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .top_support .list li {
    padding: 2.5rem 2rem 2rem;
    width: 30rem;
  }
}

.top_support .list p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 1.2rem;
  white-space: nowrap;
}

.top_support .list img {
  height: 12rem;
  margin-bottom: 1rem;
}

.top_support .more {
  position: relative;
  display: inline-flex;
  width: 22rem;
  align-items: center;
  justify-content: center;
  background: #09184A;
  color: #fff;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  gap: .8em;
  border-radius: 3em;
}

.top_support .more:after {
  content: '';
  background: url(../img/arw-r01.svg) no-repeat 50%/contain;
  width: 1em;
  height: 1em;
}

.top_support .ttl3 {
  height: 11.6rem;
  position: relative;
  background: url(../img/ttl-bg04-l.svg) no-repeat left center/auto 100%, url(../img/ttl-bg04-r.svg) no-repeat right center/auto 100%;
  height: 11.6rem;
  border-radius: .8rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.6rem;
  font-weight: 900;
  display: block;
}

@media screen and (max-width: 767px) {
  .top_support .ttl3 {
    margin-bottom: 4rem;
    font-size: 4.8rem;
    height: auto;
    background: url(../img/ttl-bg04-l.svg) no-repeat left top/3.5rem, url(../img/ttl-bg04-r.svg) no-repeat right top/3.5rem;
  }
}

.top_support .ttl3 small {
  display: block;
  font-weight: bold;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_support .ttl3 small {
    font-size: 2.4rem;
    padding: .6em 0 .3em;
  }
}

.top_support .ttl3 em {
  color: #D2B43B;
}

.top_support .ttl3 i {
  position: relative;
}

.top_support .ttl3 i:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/support-ttl-bg02.svg) no-repeat 50%/contain;
  width: 22.5rem;
  height: 3.4rem;
  z-index: -1;
  bottom: -.1em;
}

@media screen and (max-width: 767px) {
  .top_support .ttl3 i:before {
    width: 23.8rem;
    height: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_support .list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
  }
}

.top_support .list2 dl {
  background: url(../img/follow-list-bg02.svg) no-repeat 50%/cover;
  width: 46.5rem;
  height: 44.8rem;
  padding: 3rem;
  position: relative;
}

.top_support .list2 dl:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #fff;
  width: 11rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: -1px;
}

@media screen and (max-width: 767px) {
  .top_support .list2 dl {
    background-image: url(../img/follow-list-bg02-sp.svg);
    width: auto;
    height: auto;
    padding-top: 4rem;
    border-radius: 1.5rem;
  }
}

.top_support .list2 dt {
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.top_support .list2 dd {
  background: #fff;
  padding: 3rem;
  border-radius: .8rem;
  font-size: 1.8rem;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .top_support .list2 dd {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
    padding: 2.5rem 3rem;
  }
}

.top_support .ttl4 {
  position: relative;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3125;
  top: -3.7rem;
}

.top_support .ttl4 i {
  background: url(../img/follow-list-bg.svg) no-repeat 50%/contain;
  height: 6.9rem;
  color: #fff;
  font-size: 2.2rem;
  display: block;
  margin: 0 auto .5em;
  padding-top: .8em;
}

@media screen and (max-width: 767px) {
  .top_support .ttl4 i {
    font-size: 2rem;
    padding-top: 1.2em;
    height: 7rem;
  }
}

.top_support .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.c_slide {
  position: relative;
  padding-bottom: 9.6rem;
  margin-bottom: 4rem;
}

.c_slide .btn i {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background: url(../img/arw-prev01.svg) no-repeat 50%/contain;
}

.c_slide .btn .prev {
  left: 0;
}

.c_slide .btn .next {
  background-image: url(../img/arw-next01.svg);
  right: 0;
}

.c_slide .pager {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  left: 0;
  display: flex;
  gap: 2.2rem;
  justify-content: center;
}

.c_slide .swiper-pagination-bullet {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  background: #B0BDD3;
}

.c_slide .swiper-pagination-bullet-active {
  background: #1C317B;
}

.top_feature {
  background: url(../img/feature-bg.jpg) no-repeat 50%/cover;
  position: relative;
  padding: 12rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .top_feature {
    padding: 12rem 2rem 8rem;
  }
}

.top_feature:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/bg-pattern01.svg) repeat-x center top/3rem;
  height: 2.2rem;
  top: 0;
  left: 0;
  opacity: .65;
}

.top_feature .ttl {
  text-align: center;
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 1.46;
  padding-bottom: 5rem;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl {
    font-size: 3rem;
    text-align: left;
    padding-bottom: 3.5rem;
  }
  .top_feature .ttl em {
    display: block;
    font-size: 5.2rem;
    line-height: 1.19;
    margin-top: .2em;
  }
  .top_feature .ttl em small {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_feature .ttl small {
    font-size: 4.2rem;
  }
}

.top_feature .ttl i {
  background: url(../img/ttl-bg05.svg) no-repeat 50%/contain;
  width: 16rem;
  height: 16.3rem;
  font-size: 2.6rem;
  position: absolute;
  left: 0;
  color: #D2B43B;
  line-height: 1.3;
  padding-top: 1.85em;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl i {
    text-align: center;
    top: -7.7rem;
    left: 34.2rem;
    right: 20rem;
    font-size: 2.2rem;
    width: 14.4rem;
    height: 14.6rem;
    padding-top: 2.1em;
    z-index: -2;
  }
}

.top_feature .ttl img {
  position: absolute;
  bottom: 0;
  width: 31.2rem;
  right: 1.4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl img {
    bottom: auto;
    top: -6.5rem;
    width: 36.3rem;
    right: -10rem;
  }
}

.top_feature .num {
  background: url(../img/feature-list-num.svg) no-repeat 50%/contain;
  height: 6.4rem;
  text-align: center;
  color: #1C317B;
  position: absolute;
  width: 100%;
  left: 0;
  top: -2.8rem;
  font-weight: bold;
  font-size: 2.4rem;
  z-index: 1;
}

.top_feature .ttl2 {
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
  border-radius: 1.5rem 1.5rem 0 0;
  text-align: center;
  height: 11rem;
  padding-top: 1.8em;
  overflow: hidden;
}

.top_feature .ttl2:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #09184A;
  border-radius: 50%;
  width: 56.7rem;
  height: 22.9rem;
  bottom: 0;
  z-index: -1;
}

.top_feature .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.7rem 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_feature .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.6rem;
  }
}

.top_feature .list > li {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding-bottom: 3rem;
}

.top_feature .list > li:nth-child(1) .bg {
  width: 10.7rem;
  top: -3.8rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_feature .list > li:nth-child(1) .bg {
    left: -2rem;
    top: -1.8rem;
  }
}

.top_feature .list > li:nth-child(2) .bg {
  bottom: -2.4rem;
  right: 0;
  width: 13.7rem;
}

@media screen and (max-width: 767px) {
  .top_feature .list > li:nth-child(2) .bg {
    right: -3rem;
  }
}

.top_feature .list > li:nth-child(3) .bg {
  top: -.6rem;
  right: -4.5rem;
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .top_feature .list > li:nth-child(3) .bg {
    top: auto;
    bottom: -2.3rem;
    left: -2rem;
    right: auto;
  }
}

.top_feature .list > li ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_feature .list > li ul {
    width: 28.6rem;
    margin: 0 auto;
  }
}

.top_feature .list > li ul li {
  width: 8.2rem;
}

.top_feature .list > li ul img {
  border-radius: 50%;
}

.top_feature .list > li ul p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  color: #09184A;
  margin-top: .3em;
}

.top_feature .bg {
  position: absolute;
  z-index: 1;
}

.top_feature .line, .top_feature figure {
  margin: 0 3.7rem;
}

.top_feature .line {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_feature .c_line {
    font-size: 2.4rem;
    width: 44rem;
    height: 9.6rem;
  }
}

.top_feature .sub {
  color: #000000;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_feature .sub {
    font-size: 2.4rem;
  }
}

.top_feature .sub:before, .top_feature .sub:after {
  content: '';
  height: 1.3em;
  background: #09184A;
  width: .2rem;
  position: absolute;
  border-radius: 3em;
  top: .1em;
}

.top_feature .sub:before {
  transform: rotate(-45deg);
  margin-left: -1.5em;
}

.top_feature .sub:after {
  transform: rotate(45deg);
  margin-left: 1.5em;
}

.top_feature .note {
  font-size: 1.6rem;
  font-weight: bold;
  color: #B7000A;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .top_feature .note {
    font-size: 2rem;
  }
}

.top_feature dl {
  margin: 2.5rem 4.7rem 3rem;
}

.top_feature dt {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1.35;
  text-align: center;
  margin-bottom: .5em;
}

.top_feature dd {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_feature dd {
    font-size: 2.2rem;
  }
}

.top_model {
  margin: 8rem 0 10rem;
  text-align: center;
}

.top_model .bg {
  background: #fff;
  border-radius: 1.5rem;
  padding: 4rem 7rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .top_model .bg {
    padding: 4rem 4rem;
    margin-top: 4.5rem;
  }
}

.top_model .tab {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_model .tab {
    gap: 1rem;
    margin-bottom: 4rem;
  }
}

.top_model .tab a {
  border-radius: 3em;
  border: solid 0.3rem #1C317B;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_model .tab a {
    height: 9rem;
    line-height: 1.27;
  }
}

.top_model .tab .active {
  background: #09184A;
  color: #fff;
  border-color: #09184A;
}

.top_model .tab li {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .top_model .lead2 {
    font-size: 2.2rem;
  }
}

.top_model .box {
  display: none;
}

.top_model .box.active {
  display: block;
  animation: itemFadeIn 1s;
}

.top_model .ttl {
  font-weight: 900;
  font-size: 3.6rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_model .ttl {
    font-size: 3.8rem;
  }
}

.top_model .lead {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}

.top_model .profit {
  font-weight: 900;
  color: #B7000A;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4.5rem;
}

.top_model .profit em {
  font-size: 2em;
}

.top_model .profit i {
  background: url(../img/bg-cloud.svg) no-repeat 50%/contain;
  width: 11rem;
  height: 8rem;
  color: #fff;
  font-size: .45em;
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
  padding-top: 1.7em;
}

.top_model th, .top_model td {
  vertical-align: middle;
  font-weight: bold;
  font-size: 2.2rem;
  height: 7.6rem;
  position: relative;
  z-index: 0;
}

.top_model thead th {
  top: .7rem;
}

.top_model thead th + th {
  background: url(../img/price-fukidashi.svg) no-repeat center top/24rem;
  height: 7.4rem;
  padding-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_model thead th + th {
    background-image: url(../img/price-fukidashi-sp.svg);
    height: 7.5rem;
    background-size: 18.5rem;
  }
}

.top_model table {
  width: auto;
}

.top_model .wrap {
  overflow: hidden;
}

.top_model tbody td, .top_model tbody th {
  height: 10rem;
}

.top_model tbody tr:last-child td:before {
  content: none;
}

.top_model tbody tr:nth-child(even) th:before {
  background: #E0D5A7;
}

.top_model tbody tr:first-child td:after {
  content: '';
  position: absolute;
  background-image: radial-gradient(circle, #1C317B 1.5px, transparent 1.5px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 3px 9px;
  height: 500%;
  width: 1rem;
  right: -.5rem;
}

.top_model tbody th {
  width: 20rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_model tbody th {
    width: 10rem;
  }
}

.top_model tbody th:before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: .6rem;
  z-index: -1;
  background: #D2B43B;
  width: 100%;
  height: calc(100% - .5rem);
  bottom: 0;
}

.top_model td {
  width: 28rem;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_model td {
    font-size: 2rem;
    width: 18.5rem;
  }
}

.top_model td:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 24rem;
  background-image: radial-gradient(circle, #1C317B 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  height: 100%;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_model td:before {
    width: 17.7rem;
  }
}

.top_model td em {
  font-size: 3.6rem;
}

.voice_faq {
  counter-reset: item;
}

.voice_faq dt {
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  align-content: center;
  align-items: center;
  gap: .6em;
  color: #09184A;
  counter-increment: item;
}

@media screen and (max-width: 767px) {
  .voice_faq dt {
    font-size: 2.2rem;
    margin-bottom: .5em;
  }
}

.voice_faq dt:before {
  content: "0" counter(item);
  background: url(../img/voice-list-num.svg) no-repeat 50%/contain;
  width: 2.4em;
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .voice_faq dt:before {
    font-size: 2.4rem;
    width: 6.6rem;
    height: 6.6rem;
  }
}

.voice_faq dd {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .voice_faq dd {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.voice_faq dd + dt {
  background-image: radial-gradient(circle, #D2B43B 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 9px 3px;
  padding-top: 2rem;
  margin-top: 2.5rem;
}

.top_voice {
  background: url(../img/voice-bg.jpg) repeat-x center bottom/auto 32.4rem;
  margin-top: 10rem;
  padding-bottom: 6rem;
}

.top_voice .c_slide {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .top_voice .c_slide {
    padding-bottom: 8.6rem;
  }
}

.top_voice .swiper-slide {
  transition: transform .3s;
}

.top_voice .swiper-slide-active {
  position: relative;
  transform: translateY(-3rem);
}

.top_voice li {
  height: auto;
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem 8rem;
  margin: 0 2.5rem;
  width: 80rem;
}

@media screen and (max-width: 767px) {
  .top_voice li {
    width: 50rem;
    margin: 0 1.5rem;
    padding: 3rem 5rem;
  }
}

.top_voice .head {
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .top_voice .head {
    display: flex;
    justify-content: space-between;
  }
}

.top_voice figure {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .top_voice figure {
    margin: 0 auto 3rem;
  }
}

.top_voice .desc {
  color: #09184A;
}

@media screen and (min-width: 768px) {
  .top_voice .desc {
    width: calc(100% - 33rem);
  }
}

.top_voice .store {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.1em;
}

@media screen and (max-width: 767px) {
  .top_voice .store {
    text-align: center;
    font-size: 1.8rem;
  }
}

.top_voice .name {
  font-weight: bold;
  font-size: 3.4rem;
}

@media screen and (max-width: 767px) {
  .top_voice .name {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: center;
    font-size: 3.6rem;
  }
}

.top_voice .name small {
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_voice .name small {
    font-size: 2rem;
  }
}

.top_voice .year {
  position: absolute;
  background: url(../img/bg-ribbon.svg) no-repeat 50%/contain;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFCE00;
  line-height: 1.22;
  text-align: center;
  width: 7.4rem;
  height: 10.2rem;
  right: 0;
  top: 0;
  padding-top: 1.6em;
}

.top_voice .swiper-pagination-bullet {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .top_voice .swiper-pagination-bullet {
    background: #fff;
  }
  .top_voice .swiper-pagination-bullet-active {
    background: #1C317B;
  }
}

@media screen and (max-width: 767px) {
  .top_voice .btn .prev {
    left: 6rem;
  }
  .top_voice .btn .next {
    right: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_voice .btn i {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
    width: 6rem;
    height: 100%;
    background: url(../img/arw-prev01.svg) no-repeat 50%/contain;
  }
  .top_voice .btn .prev {
    left: calc(50% - 48rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .top_voice .btn .prev {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_voice .btn .next {
    background-image: url(../img/arw-next01.svg);
    right: calc(50% - 48rem);
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .top_voice .btn .next {
    right: 0;
  }
}

.top_tenant {
  padding: 14rem 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_tenant {
    padding: 19rem 2rem 35rem;
  }
}

.top_tenant:before, .top_tenant:after {
  content: '';
  background: url(../img/multi-tenant-bg01.svg) no-repeat 50%/contain;
  width: 70rem;
  height: 16.9rem;
  position: absolute;
  z-index: -1;
}

.top_tenant:before {
  right: calc(50% + 3.7rem);
  bottom: 6.4rem;
}

@media screen and (max-width: 767px) {
  .top_tenant:before {
    bottom: auto;
    right: 6rem;
    top: 2rem;
  }
}

.top_tenant:after {
  background-image: url(../img/multi-tenant-bg02.svg);
  width: 53.2rem;
  height: 21.9rem;
  left: calc(50% + 30rem);
  top: 8.4rem;
}

@media screen and (max-width: 767px) {
  .top_tenant:after {
    top: auto;
    bottom: 27.8rem;
    left: 28.5rem;
  }
}

.top_tenant .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72.1rem;
  z-index: -2;
}

.top_tenant .ttl {
  position: relative;
  font-size: 5.2rem;
  font-weight: 900;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_tenant .ttl {
    font-size: 4.8rem;
    margin-bottom: 2rem;
  }
}

.top_tenant .ttl i {
  background: url(../img/ttl-bg08.svg) no-repeat 50%/contain;
  width: 31rem;
  height: 20rem;
  position: absolute;
  top: -7.5rem;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.38;
  color: #fff;
  padding-top: 1.6em;
  margin-left: -7rem;
}

.top_tenant .ttl em {
  color: #FFCE00;
}

.top_tenant p {
  width: 60rem;
  line-height: 2.5;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .top_tenant p {
    width: auto;
    line-height: 2;
    font-size: 2rem;
  }
}

.top_tenant .catch {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .top_tenant .catch {
    font-size: 3.4rem;
  }
}

.top_reuse {
  background: url(../img/reuse-market-bg.jpg) no-repeat 50%/cover;
  padding: 9rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .top_reuse {
    padding: 11rem 0 6rem;
  }
}

.top_reuse .box {
  background: #fff;
  padding: 8rem 8rem 5rem;
  border-radius: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_reuse .box {
    padding: 8rem 4rem 4rem;
  }
}

.top_reuse .ttl {
  text-align: center;
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.32;
  margin-bottom: 5.2rem;
}

@media screen and (max-width: 767px) {
  .top_reuse .ttl {
    font-size: 4.4rem;
    margin-bottom: 3rem;
  }
}

.top_reuse .ttl i {
  display: block;
  background: url(../img/ttl-bg09.svg) no-repeat center top/contain;
  height: 13.3rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  top: -16rem;
  padding-top: 3em;
}

@media screen and (max-width: 767px) {
  .top_reuse .ttl i {
    font-size: 2.2rem;
    width: 55rem;
    padding-top: 3.4em;
  }
}

.top_reuse p {
  font-size: 1.8rem;
  line-height: 2.5;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top_reuse p {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.top_reuse p b {
  font-weight: bold;
}

.top_reuse figure {
  margin-top: -5rem;
}

@media screen and (max-width: 767px) {
  .top_reuse figure {
    margin-top: 23rem;
  }
}

.top_price {
  margin: 10rem 0 9rem;
}

@media screen and (max-width: 767px) {
  .top_price {
    margin: 9rem 0 8rem;
  }
}

.top_price .box {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6rem 8rem;
}

@media screen and (max-width: 767px) {
  .top_price .box {
    padding: 5rem 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_price .head {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_price .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.5rem;
  }
}

.top_price .head dl + dl {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_price .head dl + dl {
    margin-top: 13rem;
  }
}

.top_price .head dl + dl:before {
  content: '';
  background: url(../img/ico-plus.svg) no-repeat 50%/contain;
  position: absolute;
  width: 5rem;
  height: 5rem;
}

@media screen and (max-width: 767px) {
  .top_price .head dl + dl:before {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: -9rem;
  }
}

@media screen and (min-width: 768px) {
  .top_price .head dl + dl:before {
    left: -8.5rem;
    bottom: 5rem;
  }
}

.top_price .head dl + dl dt {
  color: #09184A;
}

.top_price dt {
  position: relative;
  width: 34rem;
  height: 11.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  color: #D2B43B;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_price dt {
    margin: 0 auto 2.5rem;
  }
}

.top_price dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top_price dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_price dd {
    justify-content: center;
    gap: 6rem;
  }
}

.top_price dd:not(:has(em)) p {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_price dd {
    height: 12rem;
  }
}

.top_price dd p {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
  color: #09184A;
}

.top_price dd p.s {
  color: #B7000A;
}

@media screen and (max-width: 767px) {
  .top_price dd p.s i {
    font-size: 13rem;
  }
}

.top_price dd p * {
  line-height: inherit;
}

.top_price dd i {
  font-size: 11rem;
  font-weight: 900;
}

.top_price dd span {
  position: relative;
}

.top_price dd small {
  position: absolute;
  font-size: 2.8rem;
  right: 0;
  top: -.6em;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_price dd em {
    width: 17rem;
  }
}

@media screen and (max-width: 767px) {
  .top_price dd em {
    font-size: 2rem;
    width: 20rem;
  }
}

@media screen and (min-width: 768px) {
  .top_price .list {
    display: flex;
    justify-content: space-between;
  }
  .top_price .list ul {
    width: 46%;
  }
}

.top_price li {
  background: url(../img/ico-list01.svg) no-repeat left 0.3em/1em;
  padding-left: 1.5em;
  font-weight: bold;
  font-size: 2rem;
  color: #09184A;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .top_price li {
    font-size: 2.6rem;
  }
}

.top_price li small {
  display: block;
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .top_price li small {
    font-size: 1.8rem;
  }
}

.top_flow {
  overflow: hidden;
  text-align: center;
  margin: 9rem 0 8rem;
}

.top_flow ul {
  position: relative;
  z-index: 0;
  margin: 8rem 0;
}

.top_flow ul:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  width: 100vw;
  background: url(../img/flow-bg.webp) no-repeat 50%/cover;
  height: 22rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_flow ul:before {
    background-image: url(../img/flow-bg-sp.webp);
    height: 64rem;
  }
}

@media screen and (min-width: 768px) {
  .top_flow ul {
    display: flex;
    justify-content: space-between;
  }
}

.top_flow li {
  background: #D2B43B;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top_flow li:nth-child(odd) {
  background: #09184A;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_flow li {
    height: 8rem;
    border-radius: 3em;
    font-size: 2.6rem;
  }
  .top_flow li br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_flow li + li {
    margin-top: 4rem;
  }
}

.top_flow li + li:before {
  content: '';
  position: absolute;
  background: url(../img/arw-r02.svg) no-repeat 50%/contain;
}

@media screen and (min-width: 768px) {
  .top_flow li + li:before {
    width: 1.7rem;
    height: 100%;
    left: -2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_flow li + li:before {
    background-image: url(../img/arw-r02-sp.svg);
    height: 2rem;
    width: 100%;
    top: -2.9rem;
  }
}

@media screen and (min-width: 768px) {
  .top_flow li {
    width: 16rem;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
  }
}

.top_flow p {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .top_flow p {
    font-size: 2.2rem;
  }
}

.top_faq {
  background: url(../img/bg03.jpg) no-repeat 50%/cover;
  padding: 9rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .top_faq {
    padding: 8rem 0 6rem;
  }
}

@media screen and (max-width: 767px) {
  .top_faq {
    background-image: url(../img/bg03-sp.jpg);
  }
}

.top_faq .c_ttl {
  color: #fff;
}

.top_faq dl {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  margin-top: 1.5rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_faq dl {
    margin-top: 2rem;
  }
}

.top_faq dt, .top_faq dd {
  padding: 2.8rem 3rem 2.8rem 9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_faq dt, .top_faq dd {
    padding: 2.8rem 5rem 2.8rem 8rem;
  }
}

.top_faq dt:before, .top_faq dd:before {
  content: 'Q';
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  color: #fff;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2;
  text-align: center;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
  left: 3rem;
  background: #09184A;
}

@media screen and (max-width: 767px) {
  .top_faq dt:before, .top_faq dd:before {
    left: 2rem;
  }
}

.top_faq dt {
  font-size: 2.8rem;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: .05em;
  line-height: 1.33;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #09184A;
}

.top_faq dt:after {
  content: '↓';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 3rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt:after {
    right: 1.8rem;
  }
}

.top_faq dt.open + dd {
  display: block;
}

.top_faq dd {
  line-height: 2;
  font-size: 1.8rem;
  display: none;
  background: #ECF0F7;
}

@media screen and (max-width: 767px) {
  .top_faq dd {
    font-size: 2.2rem;
  }
}

.top_faq dd:before {
  content: 'A';
  background: #B7000A;
  top: 1.5em;
  translate: none;
}

@media screen and (max-width: 767px) {
  .top_form .c_ttl i {
    padding: 0 13rem;
  }
}

.top_form .c_bg {
  padding-left: 2rem;
  padding-right: 2rem;
}

.top_form .lead {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_form .lead {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top_form .lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.top_form .lead p {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .top_form .lead p {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_form .c_line {
    height: 9rem;
    width: 50rem;
  }
}

.form {
  position: relative;
  z-index: 1;
}

.form .msg {
  color: #DC000C;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .form .msg {
    font-size: 1.8rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .form dl {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  .form dt {
    width: 26rem;
  }
  .form dd {
    width: calc(100% - 26rem);
  }
}

.form .check .wpcf7-checkbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.6rem;
}

@media screen and (max-width: 767px) {
  .form .check .wpcf7-checkbox {
    gap: 0 2rem;
  }
}

.form .wpcf7-list-item {
  background: #ECF0F7;
  border-radius: .8rem;
  height: 8rem;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .form .wpcf7-list-item {
    width: calc(50% - 1rem);
  }
}

.form .wpcf7-list-item label {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
  width: 30rem;
  padding: 0 1.5em;
}

.form .wpcf7-list-item input {
  width: 1.2em;
  height: 1.2em;
}

.form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form .wpcf7-not-valid-tip {
    font-size: 2.2rem;
  }
}

.form dt {
  background: url(../img/ico-list02.svg) no-repeat left 1.2em/1.16em;
  font-size: 2.4rem;
  font-weight: 900;
  padding-left: 1.79em;
  padding-top: .9em;
}

@media screen and (max-width: 767px) {
  .form dt {
    font-size: 2.8rem;
    margin-bottom: .3em;
  }
}

.form dt em {
  color: #DC000C;
  font-size: .83em;
  margin-left: .1em;
}

.form dd {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form dd {
    font-size: 2.4rem;
  }
  .form dd + dt {
    margin-top: .4em;
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  height: 8rem;
  border-radius: .8rem;
  padding: 0 1.3em;
  width: 100%;
  border: solid 2px #1C317B;
  display: block;
}

.form dd input[type="text"]::placeholder, .form dd input[type="email"]::placeholder, .form dd input[type="tel"]::placeholder, .form dd textarea::placeholder, .form dd select::placeholder {
  color: #B0BDD3;
}

.form dd textarea {
  height: 10em;
  padding: 1em 1.5em;
}

@media screen and (max-width: 767px) {
  .form dd textarea {
    padding: .6em 1.3em;
  }
}

.form .pp {
  border: solid 2px #B0BDD3;
  border-radius: .8rem;
  display: block;
  margin: 4rem 0 2rem;
  padding: 4rem 8rem;
}

@media screen and (max-width: 767px) {
  .form .pp {
    padding: 3rem 5rem;
    margin: 5rem 0 1.5rem;
  }
}

.form .pp dt {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  width: auto;
  background: none;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .form .pp dt {
    font-size: 2.4rem;
  }
}

.form .pp dd {
  font-size: 1.8rem;
  line-height: 2;
  width: auto;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .form .pp dd {
    font-size: 2rem;
  }
}

.form .doui {
  text-align: center;
}

.form .doui label {
  background: #ECF0F7;
  border-radius: .8rem;
  height: 8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30rem;
  font-size: 2.2rem;
  font-weight: bold;
  gap: 1em;
}

.form .doui input {
  width: 1.2em;
  height: 1.2em;
}

.form .btn {
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 4rem;
  }
}

.form .btn input[type="submit"] {
  width: 100%;
  height: 100%;
}

.form .btn i {
  display: inline-block;
  background: #B7000A;
  position: relative;
  z-index: 0;
  height: 8.6rem;
  width: 45rem;
  max-width: 100%;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 3em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .form .btn i {
    font-size: 2.6rem;
  }
}

.form .btn i:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #98050D;
  opacity: .25;
  z-index: -1;
  mix-blend-mode: multiply;
  left: 0;
  bottom: 0;
}

.top_company {
  padding: 10rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .top_company {
    padding: 8rem 0 10rem;
  }
}

.top_company dl {
  background: #fff;
  border-radius: 1.5rem;
  padding: 5.5rem 8rem;
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  font-size: 1.8rem;
  gap: 1em 0;
}

@media screen and (max-width: 767px) {
  .top_company dl {
    font-size: 2rem;
    padding: 4rem;
    font-weight: bold;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .top_company dt, .top_company dd {
    line-height: 2.11;
  }
}

.top_company dt {
  width: 11em;
}

@media screen and (max-width: 767px) {
  .top_company dt {
    width: 13rem;
  }
}

.top_company dd {
  width: calc(100% - 11em);
}

@media screen and (max-width: 767px) {
  .top_company dd {
    width: calc(100% - 16rem);
  }
}

.top_company dd em {
  color: #DC000C;
  display: block;
  font-size: 1.4rem;
  margin: .4em 0 2.2rem 1em;
  line-height: 1.71;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .top_company dd em {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .top_company dd em br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top_company .box {
    margin-left: -16rem;
  }
}

.top_company .c_line {
  width: 28rem;
  height: 4.4rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_company .c_line {
    margin: 0 auto 1.5rem;
    display: flex;
    width: 38rem;
    height: 6.4rem;
    font-size: 2rem;
  }
  .top_company .c_line img {
    width: 2.6rem;
  }
}

.top_company .c_line:before {
  content: none;
}

.news_mv {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .news_mv {
    margin-top: 8rem;
  }
}

.news_mv img {
  width: 100%;
}

.low_header {
  margin-top: 8rem;
  background: url(../img/news-ttl-bg.svg) no-repeat 50%/cover;
  height: 21.3rem;
  color: #fff;
  text-align: center;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 8rem;
    background-image: url(../img/news-ttl-bg-sp.svg);
    height: 25.9rem;
  }
}

.low_header .ttl {
  font-weight: bold;
  font-size: 5.2rem;
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 5.8rem;
  }
}

.low_header p {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .low_header p {
    font-size: 2.2rem;
  }
}

.news_wrap .c_bg {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .news_wrap .c_bg {
    padding: 5rem 3.8rem 8rem;
  }
}

.cat_list {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .cat_list {
    gap: 1rem;
  }
}

.cat_list a {
  border-radius: 3em;
  border: solid 0.3rem #1C317B;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 .6em;
}

@media screen and (max-width: 767px) {
  .cat_list a {
    height: 9rem;
    line-height: 1.27;
  }
}

.cat_list .active {
  background: #09184A;
  color: #fff;
  border-color: #09184A;
}

.cat_list li {
  flex: 1;
}

.tag_list {
  display: flex;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .tag_list {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}

.tag_list dt {
  width: 5.2rem;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .tag_list dt {
    width: 6.2rem;
  }
}

.tag_list dd {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  width: calc(100% - 5.2rem);
}

@media screen and (max-width: 767px) {
  .tag_list dd {
    width: calc(100% - 6.2rem);
  }
}

.tag_list a {
  background: #DEC65F;
  border-radius: 3em;
  padding: .5em 1.2em;
}

.news_list .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.news_list li + li {
  margin-top: 5rem;
}

.news_list figure {
  width: 48rem;
}

@media screen and (max-width: 767px) {
  .news_list figure {
    width: 25rem;
  }
}

.news_list .desc {
  width: calc(100% - 51rem);
}

@media screen and (max-width: 767px) {
  .news_list .desc {
    width: calc(100% - 28rem);
  }
}

.news_list time {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .news_list time {
    font-size: 2rem;
  }
}

.news_list .ttl {
  font-weight: bold;
  font-size: 3rem;
  margin-top: .5em;
  color: #09184A;
  line-height: 1.33;
}

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

.news_list p {
  font-size: 1.8rem;
  line-height: 2.11;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .news_list p {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.news_list .more {
  margin-top: 1.5rem;
}

.news_list .more a {
  background: #ECF0F7;
  text-align: right;
  display: block;
  font-weight: bold;
  padding: .6em 1.2em;
}

@media screen and (max-width: 767px) {
  .news_list .more a {
    font-size: 2rem;
  }
}

.low_cta {
  position: relative;
  padding: 9rem 0 8rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .low_cta {
    padding: 7rem 0 7rem;
  }
}

.low_cta:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: url(../img/bg05.webp) repeat-x center bottom/auto 100%;
  bottom: 0;
  height: 22.6rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .low_cta:after {
    background-image: url(../img/bg05-sp.webp);
    height: 40rem;
    background-size: cover;
  }
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 0;
    margin-top: 6rem;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  line-height: 2;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 3.2rem;
  }
}

.wp-pagenavi .previouspostslink {
  margin-right: 4rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: 4rem;
}

.c_pager {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}

.c_pager a {
  background: #ECF0F7;
  height: 5.6rem;
  width: 20.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_pager a {
    font-size: 2.2rem;
    width: 22.2rem;
  }
}

.c_pager .prev a {
  clip-path: polygon(1.5rem 0, 100% 0, 100% 100%, 1.5rem 100%, 0 50%);
}

.c_pager .next a {
  clip-path: polygon(0 0, calc(100% - 1.5rem) 0, 100% 50%, calc(100% - 1.5rem) 100%, 0 100%);
}

.low_path {
  margin: 0 auto 4rem;
  display: flex;
  gap: .8em;
  font-size: 1.4rem;
}

.low_path a {
  color: #B0BDD3;
  text-decoration: underline;
  text-underline-offset: .2em;
  font-weight: bold;
}

.low_path li + li {
  position: relative;
  padding-left: 1.4em;
}

.low_path li + li:before {
  content: '＞';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .low_path li + li:before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .low_path li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .low_path {
    font-size: 2rem;
    margin-bottom: 5rem;
    white-space: nowrap;
  }
}

.news_article .c_bg {
  padding: 3rem 0 21.5rem;
}

@media screen and (max-width: 767px) {
  .news_article .c_bg {
    padding: 6rem 4rem 21rem;
  }
}

.news_body figure {
  margin: 5rem 0 4rem;
}

.news_body h1 {
  color: #09184A;
  font-weight: bold;
  font-size: 3rem;
  margin: 4rem 0 .6em;
}

@media screen and (max-width: 767px) {
  .news_body h1 {
    font-size: 3.6rem;
  }
}

.news_body h2 {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 4rem 0 1.5rem;
  color: #1C317B;
  padding-left: 1em;
  border-left: solid .5rem #DEC65F;
}

@media screen and (max-width: 767px) {
  .news_body h2 {
    font-size: 2.8rem;
  }
}

.news_body h3 {
  background: #DEC65F;
  padding: .3em 1.2em;
  font-weight: bold;
  font-size: 2.2rem;
  margin: 4rem 0 1.5rem;
  color: #1C317B;
}

@media screen and (max-width: 767px) {
  .news_body h3 {
    font-size: 2.6rem;
    padding: .5em 1.2em;
    background: #DEC65F url(../img/post-ttl-bg.svg) no-repeat right center/auto 100%;
  }
}

.news_body p {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .news_body p {
    font-size: 2.2rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .news_other {
    padding-top: 11rem;
  }
}

.news_other li {
  width: 30rem;
  margin: 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .news_other li {
    width: 35rem;
  }
}

.news_other li p {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #09184A;
  margin-top: .6em;
}

@media screen and (max-width: 767px) {
  .news_other li p {
    font-size: 2.8rem;
  }
}

.news_other li img {
  width: 100%;
}

.news_other .news img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .news_other .voice li {
    width: 72.6rem;
  }
}

.voice_article .voice_faq {
  margin-top: 4rem;
}

.voice_article .voice_faq dt {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .voice_article .voice_faq dd {
    font-size: 2.2rem;
    line-height: 2;
  }
}

.voice_article .voice_faq dd + dt {
  padding-top: 3rem;
  margin-top: 3.5rem;
}

.voice_article .c_pager {
  margin-top: 3rem;
}

.voice_msg {
  position: relative;
  margin-top: 11rem;
}

@media screen and (max-width: 767px) {
  .voice_msg {
    margin-top: 13rem;
  }
}

.voice_msg:before {
  content: '';
  position: absolute;
  background: url(../img/ttl-bg13.svg) no-repeat 50%/contain;
  height: 7.2rem;
  width: 100%;
  left: 0;
  top: -8.2rem;
}

.voice_msg dt {
  border-radius: 1.5rem 1.5rem 0 0;
  background: #09184A;
  color: #fff;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.4rem;
  border: solid 0.3rem #1C317B;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .voice_msg dt {
    font-size: 2.2rem;
    height: 6.2rem;
  }
}

.voice_msg dd {
  display: flex;
  justify-content: space-between;
  padding: 3rem 8rem 4rem;
  border: solid 0.3rem #1C317B;
  border-radius: 0 0 1.5rem 1.5rem;
}

@media screen and (max-width: 767px) {
  .voice_msg dd {
    flex-direction: column;
    gap: 2.8rem;
    padding: 2.8rem 4rem 4rem;
  }
}

.voice_msg figure {
  width: 36rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .voice_msg figure {
    width: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .voice_msg .desc {
    width: calc(100% - 40rem);
  }
}

/*# sourceMappingURL=style.css.map */