@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(55, 125, 255, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(55, 125, 255, 0.7);
}

/*==============================
intersection of SubPage
==============================*/
.pg-simple-header {
  padding-top: min(4em, 8.32vw);
}

.wp-pagenavi {
  text-align: center;
  letter-spacing: -0.04em;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: min(4.375em, 9.1vw);
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 0.5em;
  border-bottom: 5px solid #EFF5FF;
  letter-spacing: normal;
  min-width: 1em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.wp-pagenavi .current {
  color: #377DFF;
  border-color: #377DFF;
}
@media (hover: hover) {
  .wp-pagenavi a {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .wp-pagenavi a:hover, .wp-pagenavi a:active {
    border-color: #79A8FF;
  }
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last, .wp-pagenavi .first {
  width: auto;
  border: none;
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last, .wp-pagenavi .first {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .previouspostslink:active,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .nextpostslink:active,
  .wp-pagenavi .last:hover,
  .wp-pagenavi .last:active, .wp-pagenavi .first:hover, .wp-pagenavi .first:active {
    color: #79A8FF;
  }
}
.wp-pagenavi .extend {
  border: none;
}

.pg-mv {
  max-width: 100%;
  display: grid;
  place-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0);
}
.pg-mv .pg-mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pg-mv .pg-mv-inner {
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
}
.pg-mv .pg-mv-txt .pg-mv-en {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-weight: 700;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.3em;
  left: 0;
  font-size: min(4em, 14.2vw);
  line-height: 1;
}
.pg-mv .pg-mv-txt .pg-mv-jp {
  font-size: min(1.5em, 5.5vw);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .pg-mv {
    aspect-ratio: 144/20;
    margin-bottom: 4.375em;
  }
  .pg-mv.company .pg-mv-img {
    background: url(../img/pg_mv_company.jpg) no-repeat center/cover;
  }
  .pg-mv.sitemap .pg-mv-img {
    background: url(../img/pg_mv_sitemap.jpg) no-repeat center/cover;
  }
  .pg-mv.faq .pg-mv-img {
    background: url(../img/pg_mv_faq.jpg) no-repeat center/cover;
  }
  .pg-mv.privacypolicy .pg-mv-img {
    background: url(../img/pg_mv_privacypolicy.jpg) no-repeat center/cover;
  }
}
@media only screen and (max-width: 767px) {
  .pg-mv {
    aspect-ratio: 144/60;
    margin-bottom: 9.1vw;
  }
  .pg-mv.company .pg-mv-img {
    background: url(../img/sp_pg_mv_company.jpg) no-repeat center/cover;
  }
  .pg-mv.sitemap .pg-mv-img {
    background: url(../img/sp_pg_mv_sitemap.jpg) no-repeat center/cover;
  }
  .pg-mv.faq .pg-mv-img {
    background: url(../img/sp_pg_mv_faq.jpg) no-repeat center/cover;
  }
  .pg-mv.privacypolicy .pg-mv-img {
    background: url(../img/sp_pg_mv_privacypolicy.jpg) no-repeat center/cover;
  }
}

@media only screen and (min-width: 768px) {
  .l-contents {
    padding-bottom: 9.375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-contents {
    padding-bottom: 19.5vw;
  }
}

.l-archive .arch-recommend {
  -o-border-image: linear-gradient(0deg,#377dff 1px,#0000 0) 0//0 100vw 0 100vw;
     border-image: linear-gradient(0deg,#377dff 1px,#0000 0) fill 0//0 100vw 0 100vw;
  padding-bottom: 2em;
  margin-bottom: 4.375em;
}
.l-archive .arch-recommend .arch-recommend-ttl {
  margin-top: -1em;
  margin-bottom: 0.5em;
  line-height: 1.3;
  -o-border-image: linear-gradient(0deg, rgba(55,125,255,0) calc(42% - 1px), rgba(55,125,255,1) calc(42% - 1px), rgba(55,125,255,1) 43%, rgba(55,125,255,0) 43%) 0//0 100vw 0 100vw;
     border-image: linear-gradient(0deg, rgba(55,125,255,0) calc(42% - 1px), rgba(55,125,255,1) calc(42% - 1px), rgba(55,125,255,1) 43%, rgba(55,125,255,0) 43%) fill 0//0 100vw 0 100vw;
}
.l-archive .arch-recommend .arch-recommend-ttl .inner {
  padding: 0.5em;
  font-size: min(1.25em, 4.58vw);
  font-weight: 700;
  display: inline-block;
  background: #fff;
}
.l-archive .arch-recommend .arch-recommend-ttl .no {
  font-size: 2em;
}
@media only screen and (min-width:768px) {
  .l-archive .arch-recommend .md-article-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .l-archive .arch-recommend .md-article-box {
    grid-template-columns: repeat(1, minmax(0, 600px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.5em, 3.14vw) 2%;
  }
}

.l-company .company-table {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.l-company .company-table th, .l-company .company-table td {
  padding: 1em 0.5em;
  letter-spacing: 0.05em;
}
.l-company .company-table th {
  font-weight: 700;
}
.l-company .company-table tr:not(:last-child) th, .l-company .company-table tr:not(:last-child) td {
  border-bottom: 1px solid #EFF5FF;
}
.l-company .company-table .sp-block {
  display: inline-block;
}
.l-company .company-table a {
  color: #377DFF;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-company .company-table a:hover, .l-company .company-table a:active {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .l-company .company-table th {
    width: 12em;
  }
  .l-company .company-table td {
    width: calc(100% - 12em);
  }
}
@media only screen and (max-width: 480px) {
  .l-company .company-table th, .l-company .company-table td {
    display: block;
    width: 100%;
  }
  .l-company .company-table th {
    padding: 1em 3% 0;
    border: none !important;
  }
  .l-company .company-table td {
    padding: 0.5em 3% 1em;
    margin-bottom: 1em;
  }
}

.l-faq .faq-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(1.25em, 4.58vw);
  font-weight: 700;
  margin-bottom: 2em;
  max-width: 1000px;
  margin: 0 auto 2em;
}
.l-faq .faq-ttl:before, .l-faq .faq-ttl:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #377DFF;
}
.l-faq .faq-ttl:before {
  margin-right: 1rem;
}
.l-faq .faq-ttl:after {
  margin-left: 1rem;
}
.l-faq .pg-faq-list + .faq-ttl {
  margin-top: min(3.2em, 8.31vw);
}

.l-sitemap .sitemap-ttl {
  margin-bottom: 2em;
  font-size: 1.125em;
  font-weight: 700;
  background: #EFF5FF;
  border-left: 6px double #377DFF;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-sitemap .sitemap-ttl a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-sitemap .sitemap-ttl a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 0.75em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e13a";
}
@media (hover: hover) {
  .l-sitemap .sitemap-ttl a:hover, .l-sitemap .sitemap-ttl a:active {
    color: #377DFF;
  }
  .l-sitemap .sitemap-ttl a:hover:after, .l-sitemap .sitemap-ttl a:active:after {
    color: #377DFF;
  }
}
.l-sitemap .sitemap-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em 3%;
}
.l-sitemap .sitemap-list li {
  line-height: 1.5;
}
.l-sitemap .sitemap-list a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-right: 1em;
}
.l-sitemap .sitemap-list a:after {
  position: absolute;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  font-size: 0.75em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e13a";
}
@media (hover: hover) {
  .l-sitemap .sitemap-list a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .l-sitemap .sitemap-list a:hover, .l-sitemap .sitemap-list a:active {
    color: #377DFF;
  }
  .l-sitemap .sitemap-list a:hover:after, .l-sitemap .sitemap-list a:active:after {
    color: #377DFF;
  }
}
.l-sitemap .sitemap-list + .sitemap-ttl {
  margin-top: min(3.2em, 8.31vw);
}

.l-pp a {
  color: #377DFF;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-pp .pp-intro {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.l-pp .pp-box {
  max-width: 1000px;
  margin: auto;
}
.l-pp .pp-box p {
  letter-spacing: 0.05em;
}
.l-pp .pp-box p + p {
  margin-top: 1.75em;
}
.l-pp .pp-box h2 {
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 0.5em;
}
.l-pp .pp-box p + h2,
.l-pp .pp-box ol + h2 {
  margin-top: 1.75em;
}
.l-pp .pp-box ol {
  margin-top: 0.5em;
  margin-bottom: 1em;
  counter-reset: number 0;
}
.l-pp .pp-box ol li {
  position: relative;
  padding-left: 2em;
  letter-spacing: 0.05em;
}
.l-pp .pp-box ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.l-pp .pp-box ol li + li {
  margin-top: 0.25em;
}
.l-pp .pp-box .point-list li {
  padding-left: 1em;
  line-height: 1.5;
}
.l-pp .pp-box .point-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\ece0";
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.l-pp .pp-addr {
  margin-top: 1em;
}
.l-pp .pp-addr div dt {
  line-height: 1.5;
  font-weight: 700;
}
.l-pp .pp-addr div dd {
  padding-left: 1em;
  line-height: 1.5;
}
.l-pp .pp-addr div + div {
  margin-top: 0.5em;
}
.l-pp .last {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .l-pp .pp-box h2 {
    font-size: 1.5em;
  }
  .l-pp .pp-addr div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-pp .pp-addr dt {
    width: 10em;
  }
  .l-pp .pp-addr dd {
    width: calc(100% - 10em);
    position: relative;
  }
  .l-pp .pp-addr dd:before {
    position: absolute;
    left: 0;
    top: 0;
    content: ":";
  }
}
@media only screen and (max-width: 767px) {
  .l-pp .pp-box h2 {
    font-size: calc(16.173px + 1.02vw);
  }
}

.l-404 {
  padding-bottom: 0;
}
.l-404 .sp-block {
  display: inline-block;
}
.l-404 .p404-message .p404-message-box {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.l-404 .p404-message .p404-message-box p {
  letter-spacing: 0.05em;
}
.l-404 .p404-article {
  background: #EFF5FF;
}
.l-404 .p404-article h2 {
  font-weight: 700;
  font-size: min(1.5em, 5.5vw);
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) {
  .l-404 .p404-message {
    padding: 3.125em 0 6.25em;
  }
  .l-404 .p404-article {
    padding: 6.25em 0 9.375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-404 .p404-message {
    padding: 6.5vw 0 13vw;
  }
  .l-404 .p404-article {
    padding: 13vw 0 19.5vw;
  }
  .l-404 .p404-article .article-item:last-child {
    display: none;
  }
}