@charset "UTF-8";
/*
Theme Name: KWS
Theme URI: https://kitamura-ws.com/
Author: Kitamura
Author URI: https://kitamura-ws.com/
Description: キタムラWeb制作所スタイルシート
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  display: block;
  width: 100%;
}

h1 {
  font-size: 1.6rem;
  text-align: left;
  color: #fff;
}

.l-container {
  width: 1232px;
  min-width: 1200px;
  margin: 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .l-container {
    width: 100%;
    min-width: auto;
  }
}
.l-container--wide {
  width: 100%;
}

.c-bg .l-container {
  padding-right: 0;
  padding-left: 0;
}

:root {
  --color-red-gr: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}

html {
  font-size: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 75%;
  }
}

img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  min-width: 1200px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: auto;
  }
}
body.active {
  overflow: hidden;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
a,
th,
td,
dl,
dt,
dd,
span,
li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: justify;
}

.c-en,
.c-number {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.l-main + * {
  margin-top: 8rem;
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

dl dt,
dl dd {
  font-size: 1.25rem;
  line-height: 1.5;
}

.c-section + .c-section {
  margin-top: 9.4rem;
}
@media (max-width: 768px) {
  .c-section + .c-section {
    margin-top: 8rem;
  }
}

.c-text {
  font-size: 1.125rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .c-text {
    font-size: 16px;
  }
}
.c-text + * {
  margin-top: 1rem;
}
.c-text--link {
  text-decoration: underline;
  color: #333333;
}
.c-text--link:hover {
  text-decoration: none;
}
.c-text--link--blank {
  position: relative;
  padding-left: 32px;
}
.c-text--link--blank::before {
  position: absolute;
  top: 58%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/img/ico_link_ex.svg);
}
.c-text--bold {
  font-weight: bold;
}

.p-cta {
  max-width: 720px;
  margin-top: 16rem;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 2rem;
  border-radius: 24px;
  background: #000000;
}
@media (max-width: 768px) {
  .p-cta {
    margin-top: 6rem;
  }
}
.p-cta-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.p-cta .c-btn {
  margin-top: 2rem;
}

.c-bg {
  margin-top: 5rem;
  padding: 8rem 0 5rem;
  background-color: rgba(179, 179, 179, 0.2);
}
@media (max-width: 768px) {
  .c-bg {
    padding: 6rem 4% 4rem;
  }
}
.c-bg--blk {
  padding: 8rem 0;
  background-color: #000000;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-pagetop {
  position: fixed;
  z-index: 99;
  right: 5%;
  bottom: 5%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 768px) {
  .c-pagetop {
    right: 4%;
    bottom: 16px;
  }
}
.c-pagetop-inner {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: #000000;
}
.c-pagetop-inner:hover {
  cursor: pointer;
}
.c-pagetop-inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background-image: url(../../assets/img/ico_arrow_02.svg);
  background-position: center center;
  background-size: 100%;
}
.c-pagetop #js-scroll-top {
  opacity: 0;
}
.c-pagetop #js-scroll-top.active {
  opacity: 1;
}

.c-dl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.c-dl-list__dt {
  font-size: 1rem;
}
.c-dl-list__dd {
  font-size: 1rem;
  margin-left: 24px;
}

.l-header {
  position: relative;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .l-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 4%;
  }
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
}
.l-header__info {
  width: 100%;
}
.l-header__info > p {
  font-size: 0.875rem;
}
.l-header__logo {
  width: 360px;
}
@media (max-width: 768px) {
  .l-header__logo {
    width: 240px;
  }
}
.l-header__logo-inner {
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}
@media (max-width: 768px) {
  .l-header__logo-inner {
    font-size: 1.5rem;
  }
}
.l-header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .l-header__nav {
    position: absolute;
    top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 8px 4% 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
.l-header .c-btn--blk .c-btn-inner {
  font-size: 0.875rem;
  padding: 8px 2rem 8px 16px;
}
.l-header .c-btn--blk .c-btn-inner::before, .l-header .c-btn--blk .c-btn-inner::after {
  right: 6px;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
@media (max-width: 768px) {
  .l-header__nav-list {
    display: none;
  }
}
.l-header__nav-list-item-inner {
  font-size: 0.875rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #222222;
}
.l-header__nav-list-item-inner:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向0、Y方向1*/
}
.l-header__nav-list-item-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: #222222;
  /*左上基点*/
}
.l-header__nav-list-item + .l-header__nav-list-item {
  margin-left: 24px;
}
.l-header__contact {
  font-size: 0rem;
  font-weight: bold;
  position: relative;
  display: block;
  margin-left: 24px;
  padding: 4px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 24px;
  background-color: #222222;
}
@media (max-width: 768px) {
  .l-header__contact {
    font-size: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 4px 4px;
  }
}
@media (max-width: 768px) {
  .l-header__contact::before {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    content: "";
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url(../../assets/img/ico_mail_sp_01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.l-header__contact-inner {
  font-size: 0.875rem;
  bottom: 8px;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .l-header__contact:hover {
    color: #ffffff;
    background-color: #000000;
  }
}
.l-header .c-btn {
  margin-top: 0;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .l-header .c-btn {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) {
    display: none;
  }
}

@media (max-width: 768px) {
  .l-header__nav-wrapper {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
  }
  .l-header__nav-wrapper.active {
    display: block;
  }
}

.l-header__sp-btn {
  display: none;
}
@media (max-width: 768px) {
  .l-header__sp-btn {
    /*ボタン内側の基点となるためrelativeを指定*/
    top: 7px;
    right: 11px;
    display: block;
    width: 88px;
    height: 48px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #222222;
  }
}

.l-header__sp-btn-inner {
  position: relative;
  top: 50%;
  left: 50%;
  /*ボタン内側の基点となるためrelativeを指定*/
  display: block;
  width: 88px;
  height: 48px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*ボタン内側*/
.l-header__sp-btn-inner span {
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 32px;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #ffffff;
}

.l-header__sp-btn-inner span:nth-of-type(1) {
  top: 16px;
}

.l-header__sp-btn-inner span:nth-of-type(2) {
  top: 23px;
}

.l-header__sp-btn-inner span:nth-of-type(3) {
  top: 30px;
}

/*activeクラスが付与されると線が回転して×に*/
.l-header__sp-btn-inner.active span:nth-of-type(1) {
  top: 23px;
  width: 24px;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}

.l-header__sp-btn-inner.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.l-header__sp-btn-inner.active span:nth-of-type(3) {
  top: 23px;
  width: 24px;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list {
    position: fixed;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 32px);
    max-width: 400px;
    height: calc(100% - 104px);
    margin-top: 0rem;
    background-color: #000000;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item {
    display: block;
    width: 80%;
    height: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item-inner {
    font-size: 1.75rem;
    line-height: 1.75;
    display: block;
    text-align: center;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list .l-header__nav-list-item + .l-header__nav-list-item {
    position: relative;
    margin-top: 12px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) .l-header__nav-list-item-inner {
    font-size: 1.75rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 8px 16px;
    text-align: left;
    color: #000000;
    border-radius: 8px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) .l-header__nav-list-item-inner {
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) .l-header__nav-list-item-inner::after {
    position: absolute;
    top: 50%;
    right: 12px;
    left: initial;
    width: 24px;
    height: 24px;
    content: "";
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    background-color: transparent;
    background-image: url(../../assets/img/ico_arrow_blk_right_03.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .l-header__nav-wrapper.active .l-header__nav-list-item:has(.l-header__nav-list-item-inner[href*=contact]) .l-header__nav-list-item-inner::after {
    right: 8px;
  }
}

* + .l-footer {
  margin-top: 0rem;
}

.l-footer {
  display: block;
  padding-top: 6rem;
  background: #ffffff;
}
.l-footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .l-footer-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-menu-list__item-inner {
  line-height: 1.75;
  position: relative;
}
.l-footer-menu-list__item-inner:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向0、Y方向1*/
}
.l-footer-menu-list__item-inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  background: #000000;
  /*左上基点*/
}
.l-footer-menu-list__item-inner {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
}

.l-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-footer-info {
  margin-top: 2rem;
}
.l-footer-info-link {
  font-size: 1.75rem;
  font-weight: bold;
}
.l-footer-info-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer-info-mail-title, .l-footer-info-mail-mail {
  font-size: 1rem;
}
.l-footer-info-ins {
  margin-top: 1rem;
}

.l-footer-menu {
  font-size: 1rem;
}
.l-footer-menu .l-footer-menu-list__item + .l-footer-menu-list__item {
  margin-left: 24px;
}
@media (max-width: 768px) {
  .l-footer-menu .l-footer-menu-list__item + .l-footer-menu-list__item {
    margin-top: 1rem;
    margin-left: 0;
  }
}

.l-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
.l-footer-logo-inner {
  width: 40px;
}
@media (max-width: 768px) {
  .l-footer-logo-inner {
    width: 24px;
  }
}
.l-footer-logo-name {
  font-size: 1rem;
  margin-left: 8px;
}

.l-footer-copyright {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 4rem;
  padding: 1rem;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.c-cta-wrapper {
  display: block;
  padding: 0;
  -webkit-transition: background-position 0.5s;
  transition: background-position 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(51%, #434343), to(#000000));
  background-image: linear-gradient(to right, #000000 0%, #434343 51%, #000000 100%);
  background-size: 200% auto;
}
.c-cta-wrapper:hover {
  text-decoration: none;
  background-position: right center;
  /* change the direction of the change here */
}

.c-cta {
  display: block;
  margin-top: 16rem;
  padding: 8rem 0;
  text-decoration: none;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}
.c-cta--footer .c-cta-inner {
  font-size: 3rem;
  font-weight: bold;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-cta--footer .c-cta-inner {
    font-size: 2.5rem;
  }
}
.c-cta--footer .c-cta-inner--sub {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.c-cta--footer:hover .c-cta-inner,
.c-cta--footer:hover .c-cta-inner--sub {
  color: #ffffff;
}

.l-under-main {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .l-under-main {
    margin-top: 4rem;
  }
}

.c-header--2 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.45;
  padding: 8px 16px;
  color: #000000;
  border-left: 4px solid #000000;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .c-header--2 {
    font-size: 20px;
  }
}
.c-header--2 + * {
  margin-top: 1.5rem;
}

.c-header--3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .c-header--3 {
    font-size: 18px;
  }
}
.c-header--3 + * {
  margin-top: 1.25rem;
}

* + .c-header--2 {
  margin-top: 2rem;
}

* + .c-header--3 {
  margin-top: 1.5rem;
}

.c-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-dt,
.c-dd {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .c-dt,
.c-dd {
    font-size: 16px;
  }
}
.c-dt:nth-child(n+3),
.c-dd:nth-child(n+3) {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .c-dt:nth-child(n+3),
.c-dd:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .c-dt:nth-child(n+2),
.c-dd:nth-child(n+2) {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .c-dt:nth-child(2n),
.c-dd:nth-child(2n) {
    margin-top: 8px;
  }
}

.c-dt {
  font-weight: bold;
  width: 30%;
}
@media (max-width: 768px) {
  .c-dt {
    width: 100%;
  }
}

.c-dd {
  width: 70%;
}
@media (max-width: 768px) {
  .c-dd {
    width: 100%;
  }
}

.c-list__item {
  font-size: 1rem;
  position: relative;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .c-list__item {
    font-size: 16px;
  }
}
.c-list__item::before {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .c-list__item::before {
    font-size: calc((16px * 1.75) / 2);
  }
}

.l-pagetitle {
  font-weight: bold;
  background-color: #00001a;
}
.l-pagetitle h1.l-pagetitle--main {
  padding: 3rem 16px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .l-pagetitle h1.l-pagetitle--main {
    padding: 1.5rem 16px;
    font-size: 2rem;
  }
}
.l-pagetitle p.l-pagetitle--main {
  padding: 1rem 16px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.l-pagetitle .l-container {
  padding: 0;
}

.l-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: scroll;
}
.l-breadcrumbs-wrapper {
  margin-top: 1rem;
}
.l-breadcrumbs__item {
  white-space: nowrap;
}
.l-breadcrumbs__item + .l-breadcrumbs__item {
  margin-left: 24px;
  position: relative;
  line-height: 1.45;
}
.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  position: absolute;
  left: -20px;
  content: "";
  background-image: url(../../assets/img/ico_arrow_01.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

a.l-breadcrumbs__item-inner {
  color: #000;
  text-decoration: underline;
}

.c-btn {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 280px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}
@media (max-width: 768px) {
  .c-btn {
    max-width: 60%;
  }
}
.c-btn-inner {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #000000;
  border-radius: 8px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-btn-inner {
    padding: 8px 2rem 8px 1rem;
  }
}
.c-btn-inner::before, .c-btn-inner::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/img/ico_arrow_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn--back {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
}
.c-btn--contact {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 4rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 16px;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  text-decoration: none;
  color: #ffffff;
  border: red 4px solid;
  border-radius: 40px;
  background-color: red;
}
@media (min-width: 769px) {
  .c-btn--contact:hover {
    color: red;
    border: red 4px solid;
    background-color: #ffffff;
  }
}
.c-btn--blk .c-btn-inner {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #000000;
  background-color: #000000;
}
.c-btn--blk .c-btn-inner::before, .c-btn--blk .c-btn-inner::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-btn--blk .c-btn-inner::before, .c-btn--blk .c-btn-inner::after {
    width: 16px;
    height: 16px;
  }
}
.c-btn--blk .c-btn-inner::before {
  opacity: 1;
  background-image: url(../../assets/img/ico_arrow_white_right_02.svg);
}
.c-btn--blk .c-btn-inner::after {
  opacity: 0;
  background-image: url(../../assets/img/ico_arrow_blk_right_03.svg);
}
.c-btn--blk:hover .c-btn-inner {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
}
.c-btn--blk:hover .c-btn-inner::before {
  opacity: 0;
}
.c-btn--blk:hover .c-btn-inner::after {
  opacity: 1;
}
.c-btn--gra {
  text-decoration: none;
}
.c-btn--gra .c-btn-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#e4626a), to(#6a55ff));
  background: linear-gradient(to right, #e4626a 0%, #6a55ff 100%);
}
.c-btn--gra .c-btn-inner::before {
  opacity: 1;
  background-image: url(../../assets/img/ico_arrow_white_01.svg);
}
.c-btn--gra .c-btn-inner::after {
  opacity: 0;
  background-image: url(../../assets/img/ico_arrow_03.svg);
}
.c-btn--gra .c-btn-inner:hover {
  opacity: 1;
  background: #ffffff;
}
.c-btn--gra .c-btn-inner:hover::before {
  opacity: 0;
}
.c-btn--gra .c-btn-inner:hover::after {
  opacity: 1;
}
.c-btn--red-gr .c-btn-inner {
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0844), color-stop(51%, #ffb199), to(#ff0844));
  background-image: linear-gradient(to right, #ff0844 0%, #ffb199 51%, #ff0844 100%);
  background-size: 200% auto;
  -webkit-box-shadow: 0 0 20px #eeeeee;
          box-shadow: 0 0 20px #eeeeee;
}
.c-btn--red-gr .c-btn-inner::before, .c-btn--red-gr .c-btn-inner::after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn--red-gr .c-btn-inner::after {
  opacity: 1;
  background-image: url(../../assets/img/ico_arrow_white_right_02.svg);
}
.c-btn--red-gr:hover .c-btn-inner {
  background-position: right center;
}

.c-btn-circle {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 2px solid #000000;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .c-btn-circle {
    width: 240px;
    height: 240px;
    margin: 3rem auto 0;
  }
}
.c-btn-circle::before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  content: "";
  -webkit-transition: opacity 0.2s, left 0.2s;
  transition: opacity 0.2s, left 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  background-image: url(../../assets/img/ico_arrow_blk_right_02.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .c-btn-circle::before {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 769px) {
  .c-btn-circle:hover {
    background-color: #000000;
  }
}
@media (min-width: 769px) {
  .c-btn-circle:hover::before {
    left: 80%;
    opacity: 0;
  }
}
.c-btn-circle-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn-circle-wrapper {
    position: static;
    -webkit-transform: initial;
            transform: initial;
  }
}
.c-btn-circle-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 40%;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s, left 0.2s;
  transition: opacity 0.2s, left 0.2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  opacity: 0;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn-circle:hover .c-btn-circle-text {
    left: 50%;
    opacity: 1;
  }
}

.c-btn--blog {
  margin-top: 6rem;
}
.c-btn--blog-inner {
  font-size: 1.25rem;
  display: block;
  padding: 8px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #000000;
  border-radius: 32px;
  background-color: #000000;
}
.c-btn--blog-inner:hover {
  color: #000000;
  background-color: #ffffff;
}

.c-cta-btn {
  position: absolute;
  right: 8%;
  bottom: 8%;
  text-decoration: none;
}
.c-cta-btn-inner {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  padding-right: 12px;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0844), color-stop(51%, #ffb199), to(#ff0844));
  background-image: linear-gradient(to right, #ff0844 0%, #ffb199 51%, #ff0844 100%);
  background-size: 200% auto;
  -webkit-box-shadow: 0 0 20px #eeeeee;
          box-shadow: 0 0 20px #eeeeee;
}
.c-cta-btn-inner::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 48px;
  height: 48px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-cta-btn-inner::after {
  opacity: 1;
  background-image: url(../../assets/img/ico_arrow_white_right_02.svg);
}
.c-cta-btn-inner:hover {
  background-position: right center;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-flex--2 {
  margin-left: -24px;
}
@media (max-width: 768px) {
  .c-flex--2 {
    margin-left: 0;
  }
}
.c-flex--2 .c-flex__item {
  width: calc(50% - 24px);
  margin-left: 24px;
}
@media (max-width: 768px) {
  .c-flex--2 .c-flex__item {
    width: 100%;
    margin-left: 0;
  }
}
.c-flex--2 .c-flex__item-img {
  width: 100%;
}
.c-flex--2 .c-flex__item:nth-child(n+3) {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .c-flex--2 .c-flex__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.c-flex--3 {
  margin-left: -40px;
}
@media (max-width: 768px) {
  .c-flex--3 {
    margin-left: 0;
  }
}
.c-flex--3 .c-flex__item {
  width: calc(33.33% - 40px);
  margin-left: 40px;
}
@media (max-width: 768px) {
  .c-flex--3 .c-flex__item {
    width: 100%;
    margin-left: 0;
  }
}
.c-flex--3 .c-flex__item-img {
  width: 100%;
}
@media (max-width: 768px) {
  .c-flex--3 .c-flex__item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.c-flex--3 .c-flex__item:nth-child(n+4) {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .c-flex--3 .c-flex__item:nth-child(n+4) {
    margin-top: 3rem;
  }
}

#particles-js {
  position: relative;
  height: 750px;
}

.p-top-kv {
  height: calc(100svh - 71px);
  min-height: 700px;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .p-top-kv {
    height: calc(100svh - 40px);
    min-height: 550px;
  }
}
.p-top-kv__title {
  font-size: 6.25rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .p-top-kv__title {
    font-size: 2.25rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
.p-top-kv__title-sub {
  font-size: 2rem;
  position: absolute;
  top: 55%;
  left: calc(-2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.p-top-kv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 6rem;
  color: #000000;
}
@media (max-width: 768px) {
  .p-top-kv-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.p-top-kv__sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-left: 4px;
}
@media (max-width: 768px) {
  .p-top-kv__sub-title {
    font-size: 1.25rem;
  }
}
.p-top-kv__greeting {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  text-transform: capitalize;
}
.p-top-kv__greeting::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #000000;
}
.p-top-kv__copy {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-top-kv__copy {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-top-kv__copy-wrapper {
  width: calc(100% - 50% - 80px);
}
@media (max-width: 768px) {
  .p-top-kv__copy-wrapper {
    width: 100%;
  }
}
.p-top-kv__copy-inner {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.45;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 768px) {
  .p-top-kv__copy-inner {
    font-size: 2rem;
  }
}
@-webkit-keyframes qode-italic-text {
  0%, 60% {
    opacity: 0;
  }
  100%, 70% {
    opacity: 1;
  }
}
@keyframes qode-italic-text {
  0%, 60% {
    opacity: 0;
  }
  100%, 70% {
    opacity: 1;
  }
}
@-webkit-keyframes qode-italic-text-out {
  0%, 60% {
    opacity: 1;
  }
  100%, 70% {
    opacity: 0;
  }
}
@keyframes qode-italic-text-out {
  0%, 60% {
    opacity: 1;
  }
  100%, 70% {
    opacity: 0;
  }
}
.p-top-kv__copy-inner--main {
  font-family: "Noto Serif JP", sans-serif;
  -webkit-animation: qode-italic-text-out 0.7s ease 3;
          animation: qode-italic-text-out 0.7s ease 3;
  white-space: nowrap;
  opacity: 1;
}
.p-top-kv__copy-inner--sub {
  position: absolute;
  left: -8px;
  -webkit-animation: qode-italic-text 0.7s ease 3;
          animation: qode-italic-text 0.7s ease 3;
  white-space: nowrap;
  opacity: 0;
}
.p-top-kv__img {
  position: relative;
  z-index: 0;
  display: block;
  width: 50%;
  margin-left: 80px;
  aspect-ratio: 1.333;
}
@media (max-width: 768px) {
  .p-top-kv__img {
    width: 90%;
    margin: 4rem auto 0;
  }
}
.p-top-kv__img::before, .p-top-kv__img::after {
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -8px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: top 0.3s, left 0.3s;
  transition: top 0.3s, left 0.3s;
  background-color: #e80000;
}
.p-top-kv__img::after {
  position: absolute;
  z-index: -1;
  top: -8px;
  left: -4px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: top 0.3s, left 0.3s;
  transition: top 0.3s, left 0.3s;
  background-color: #005bea;
}
.p-top-kv__img:hover::before {
  top: -8px;
  left: -16px;
}
.p-top-kv__img:hover::after {
  top: -4px;
  left: -8px;
}
.p-top-kv-under {
  font-size: 20rem;
  line-height: 1;
  display: block;
  overflow: hidden;
  margin-top: 8rem;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #000000;
}
@media (max-width: 768px) {
  .p-top-kv-under {
    font-size: 7rem;
  }
}
.p-top-kv__desc {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  text-align: left;
}
@media (max-width: 768px) {
  .p-top-kv__desc {
    margin-top: 1.5rem;
  }
}

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#slider {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dg {
  z-index: 100 !important;
}

:root {
  --bg: #f8f8f8;
  --clr-1: #00c2ff;
  --clr-2: #33ff8c;
  --clr-3: #ffc640;
  --clr-4: #e54cff;
  --blur: 1rem;
  --fs: clamp(3rem, 8vw, 7rem);
  --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

.title {
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  letter-spacing: var(--ls);
  text-transform: capitalize;
  background: #f8f8f8;
}

.aurora {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.aurora__item {
  position: absolute;
  overflow: hidden;
  width: 60vw;
  height: 60vw;
  border-radius: 37% 29% 27% 27%/28% 25% 41% 37%;
  background-color: #00c2ff;
  -webkit-filter: blur(var(--blur));
          filter: blur(var(--blur));
  mix-blend-mode: overlay;
}

.aurora__item:nth-of-type(1) {
  top: -50%;
  -webkit-animation: aurora-border 6s ease-in-out infinite, aurora-1 12s ease-in-out infinite alternate;
          animation: aurora-border 6s ease-in-out infinite, aurora-1 12s ease-in-out infinite alternate;
}

.aurora__item:nth-of-type(2) {
  top: 0;
  right: 0;
  -webkit-animation: aurora-border 6s ease-in-out infinite, aurora-2 12s ease-in-out infinite alternate;
          animation: aurora-border 6s ease-in-out infinite, aurora-2 12s ease-in-out infinite alternate;
  background-color: var(--clr-3);
}

.aurora__item:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: aurora-border 6s ease-in-out infinite, aurora-3 8s ease-in-out infinite alternate;
          animation: aurora-border 6s ease-in-out infinite, aurora-3 8s ease-in-out infinite alternate;
  background-color: var(--clr-2);
}

.aurora__item:nth-of-type(4) {
  right: 0;
  bottom: -50%;
  -webkit-animation: aurora-border 6s ease-in-out infinite, aurora-4 24s ease-in-out infinite alternate;
          animation: aurora-border 6s ease-in-out infinite, aurora-4 24s ease-in-out infinite alternate;
  background-color: var(--clr-4);
}

@-webkit-keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }
  50% {
    top: 100%;
    right: 75%;
  }
  75% {
    top: 100%;
    right: 25%;
  }
  100% {
    top: 0;
    right: 0;
  }
}

@keyframes aurora-1 {
  0% {
    top: 0;
    right: 0;
  }
  50% {
    top: 100%;
    right: 75%;
  }
  75% {
    top: 100%;
    right: 25%;
  }
  100% {
    top: 0;
    right: 0;
  }
}
@-webkit-keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0;
  }
  60% {
    top: 100%;
    left: 75%;
  }
  85% {
    top: 100%;
    left: 25%;
  }
  100% {
    top: -50%;
    left: 0;
  }
}
@keyframes aurora-2 {
  0% {
    top: -50%;
    left: 0;
  }
  60% {
    top: 100%;
    left: 75%;
  }
  85% {
    top: 100%;
    left: 25%;
  }
  100% {
    top: -50%;
    left: 0;
  }
}
@-webkit-keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }
  40% {
    bottom: 100%;
    left: 75%;
  }
  65% {
    bottom: 40%;
    left: 50%;
  }
  100% {
    bottom: 0;
    left: 0;
  }
}
@keyframes aurora-3 {
  0% {
    bottom: 0;
    left: 0;
  }
  40% {
    bottom: 100%;
    left: 75%;
  }
  65% {
    bottom: 40%;
    left: 50%;
  }
  100% {
    bottom: 0;
    left: 0;
  }
}
@-webkit-keyframes aurora-4 {
  0% {
    right: 0;
    bottom: -50%;
  }
  50% {
    right: 40%;
    bottom: 0;
  }
  90% {
    right: 25%;
    bottom: 50%;
  }
  100% {
    right: 0;
    bottom: -50%;
  }
}
@keyframes aurora-4 {
  0% {
    right: 0;
    bottom: -50%;
  }
  50% {
    right: 40%;
    bottom: 0;
  }
  90% {
    right: 25%;
    bottom: 50%;
  }
  100% {
    right: 0;
    bottom: -50%;
  }
}
@-webkit-keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27%/28% 25% 41% 37%;
  }
  25% {
    border-radius: 47% 29% 39% 49%/61% 19% 66% 26%;
  }
  50% {
    border-radius: 57% 23% 47% 72%/63% 17% 66% 33%;
  }
  75% {
    border-radius: 28% 49% 29% 100%/93% 20% 64% 25%;
  }
  100% {
    border-radius: 37% 29% 27% 27%/28% 25% 41% 37%;
  }
}
@keyframes aurora-border {
  0% {
    border-radius: 37% 29% 27% 27%/28% 25% 41% 37%;
  }
  25% {
    border-radius: 47% 29% 39% 49%/61% 19% 66% 26%;
  }
  50% {
    border-radius: 57% 23% 47% 72%/63% 17% 66% 33%;
  }
  75% {
    border-radius: 28% 49% 29% 100%/93% 20% 64% 25%;
  }
  100% {
    border-radius: 37% 29% 27% 27%/28% 25% 41% 37%;
  }
}
.p-top-greeting-header {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-top-greeting-desc {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.p-top-service {
  position: relative;
}
.p-top-service-wrapper {
  margin-top: 0;
}
.p-top-service__desc {
  width: 100%;
  margin-top: 2rem;
}
.p-top-service__link {
  margin-top: 0;
}
.p-top-service .p-top-header {
  margin-top: 1rem;
}

.p-top-cases {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.p-top-cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  margin-left: -24px;
}
@media (max-width: 768px) {
  .p-top-cases-list {
    margin-left: -12px;
  }
}
.p-top-cases-list__item {
  width: calc((100% / 3) - 24px);
  margin-left: 24px;
}
@media (max-width: 768px) {
  .p-top-cases-list__item {
    width: calc((100% / 2) - 12px);
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .p-top-cases-list__item:nth-child(n+3) {
    margin-top: 2rem;
  }
}
.p-top-cases-list__item-link {
  text-decoration: none;
  color: #000000;
}
.p-top-cases-list__item-img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  aspect-ratio: 1.732;
}
.p-top-cases-list__item-img:hover {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
.p-top-cases-list__item-img-inner {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.p-top-cases-list__item-title {
  margin-top: 8px;
}
.p-top-cases-list__item-title-inner {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}
.p-top-cases-list__item-title-inner:hover {
  text-decoration: none;
}
.p-top-cases-list__item-title-wrapper {
  text-decoration: none;
}
.p-top-cases-list__item-title-wrapper:hover {
  text-decoration: underline;
}
.p-top-cases-list__item-cat {
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  color: #ffffff;
  border-radius: 16px;
  background-color: #005bea;
}

.p-top-swiper-slide {
  font-size: 0;
  text-decoration: none;
}
.p-top-swiper-slide .p-top-swiper-slide__img {
  position: relative;
}
.p-top-swiper-slide .p-top-swiper-slide__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background-color: #000000;
}
.p-top-swiper-slide:hover {
  text-decoration: underline;
}
.p-top-swiper-slide:hover .p-top-swiper-slide__img {
  position: relative;
}
.p-top-swiper-slide:hover .p-top-swiper-slide__img::before {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  height: 90%;
  content: "";
  -webkit-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  opacity: 0.5;
  background-color: #000000;
}
.p-top-swiper-slide:hover .p-top-swiper-slide__img::after {
  font-size: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "+";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.p-top-swiper-slide .p-top-swiper-slide__img {
  font-size: 0;
  display: block;
}
.p-top-swiper-slide__title {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

.swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .swiper {
    width: 100%;
  }
}
.swiper .swiper-wrapper {
  height: auto;
}
.swiper .swiper-slide {
  width: 100%;
}
@media (max-width: 768px) {
  .swiper .swiper-slide {
    width: 100%;
  }
}
.swiper .swiper-button-prev {
  left: -80px;
}
.swiper .swiper-button-prev::before {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
}
.swiper .swiper-button-prev::after {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../../assets/img/ico_arrow_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-prev:hover::before {
  background-color: #000000;
}
.swiper .swiper-button-prev:hover::after {
  background-image: url(../../assets/img/ico_arrow_02.svg);
}
.swiper .swiper-button-next {
  right: -80px;
}
.swiper .swiper-button-next::before {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
  background-color: #ffffff;
}
.swiper .swiper-button-next::after {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  content: "";
  background-image: url(../../assets/img/ico_arrow_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper .swiper-button-next:hover::before {
  background-color: #000000;
}
.swiper .swiper-button-next:hover::after {
  background-image: url(../../assets/img/ico_arrow_02.svg);
}

.swiper-pagination {
  top: initial;
  bottom: -24px !important;
}

.swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 0;
  background-color: #000000;
}

.p-top-header {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
  color: #222222;
}
@media (max-width: 768px) {
  .p-top-header {
    font-size: 2.5rem;
  }
}
.p-top-header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #000000;
}
.p-top-header--wrapper {
  text-align: left;
}
.p-top-header__desc {
  margin-top: 2rem;
  text-align: center;
}
.p-top-header__copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 1rem;
  text-align: left;
}

@media (max-width: 768px) {
  .p-top-news {
    margin-top: 4rem;
  }
}

.p-top-about {
  position: relative;
}

.p-top-reason-content {
  margin-top: 4rem;
}
.p-top-reason-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-reason-number {
  font-size: 1.75rem;
  font-weight: bold;
  font-style: italic;
  line-height: 48px;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #000000;
}
@media (max-width: 768px) {
  .p-top-reason-number {
    font-size: 1.5rem;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
}
.p-top-reason-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 8px;
}

.p-top-blog-list {
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 4rem;
}
.p-top-blog-list__item {
  font-size: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-top-blog-list__item-img {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1.732;
}
@media (max-width: 768px) {
  .p-top-blog-list__item-img {
    width: 100%;
  }
}
.p-top-blog-list__item-img:hover img {
  scale: 1.1;
}
.p-top-blog-list__item-img img {
  display: block;
  width: 100%;
  min-height: 100%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  aspect-ratio: 1.732;
}
.p-top-blog-list__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .p-top-blog-list__item-info {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.p-top-blog-list__item-title {
  font-size: 1.125rem;
  line-height: 1.45;
  display: block;
  margin-left: 8px;
  color: #000000;
}
.p-top-blog-list__item-title:hover {
  text-decoration: none;
}
.p-top-blog-list__item-date {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 4px;
}
.p-top-blog-list__item-desc {
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 8px;
}
.p-top-blog-list__item-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
}
.p-top-blog-list__item-tag-list-item {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #707070;
}
.p-top-blog-list__item-tag-list-item + .p-top-blog-list__item-tag-list-item {
  margin-top: 8px;
  margin-top: 2px;
}
.p-top-blog .c-btn {
  margin-top: 3rem;
}

.p-top-blog-list__item + .p-top-blog-list__item {
  margin-top: 1rem;
}

.p-top-cases,
.p-top-blog {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-top-cases,
.p-top-blog {
    margin-top: 8rem;
  }
}

/*
body.module {
  height: 200vh;
  margin: 0;

  background: rgb(255, 255, 255);
}

#blob {
  position: relative;

  width: 100%;
  height: calc(100vh - 56px);

  background: #000000;


  &::before,
  &::after {
    position: absolute;
    bottom: 0;
    left: 50%;

    content: "";
    transform: translate(-50%, 50%);
  }



  &::after {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 2px;
    height: 200px;

    content: "";
    transform: translate(-50%, 50%);

    background: linear-gradient(to top, #e4626a 0%, #6a55ff 100%);
  }
}

.p-kv-scroll,
.p-kv-thanks {
  font-size: 1.25rem;
  font-weight: bold;

  position: absolute;
  z-index: 10;
  bottom: 0;
  bottom: 5%;
  left: 50%;

  display: block;

  padding: 4px 16px;

  content: "";
  content: "Scroll";
  transition: opacity 0.6s;
  transform: translate(-50%, 50%);
  text-transform: capitalize;

  opacity: 1;
  color: #ffffff;
  //border: 1px solid #0000ff;
  border-radius: 24px;
  background: linear-gradient(to right, #e4626a 0%, #6a55ff 100%);
}

.p-kv-thanks {
  bottom: -4rem;

  transform: translate(-50%, 0);
  text-transform: none;

  opacity: 0;
}


.p-kv-scroll.fade {
  opacity: 0;
}

.p-kv-thanks.appearance {
  opacity: 1;
}

canvas {
  position: absolute;
  z-index: 1;

  width: 100%;
  //height: 500px;
}

.text-light {
  font-family: Roboto;

  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;

  user-select: none;
  transform: translate(-50%, -50%);

  color: #ffffff;

  mix-blend-mode: difference;

  &--jp {
    font-size: 2.5rem;
  }


  &--en {
    font-size: 1.25rem;
  }



  &-inner {
    font-size: 2.5rem;
    font-weight: bold;
  }
}


.p-kv-bg-text {
  font-family: "Anton";
  font-size: 7rem;
  line-height: 1.45;

  position: absolute;
  z-index: 0;
  top: 50%;
  left: 10%;

  transform: translateY(-50%);
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;

  color: transparent;

  -webkit-text-stroke: 1px blue;
}

.p-kv-img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;

  width: 300px;
  height: auto;
}
*/
.p-top-bg-gray {
  margin-top: 8rem;
  padding: 8rem 0;
  background-color: #cdcecf;
}

.p-top-service-wrapper {
  margin-top: 0;
}

.p-top-link {
  display: inline-block;
  margin-top: 1rem;
}
.p-top-link-inner {
  width: 160px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .p-top-link-inner {
    width: 80px;
  }
}
.p-top-link-inner:hover {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-contact {
  max-width: 720px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4% 4rem;
}
.p-contact .c-text {
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact .c-text {
    text-align: left;
  }
}
.p-contact-agree {
  text-align: left;
}
@media (max-width: 768px) {
  .p-contact-agree {
    text-align: left;
  }
}
.p-contact__header--main {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}
.p-contact-form {
  width: 100%;
  margin-top: 3rem;
}
.p-contact-form-inner {
  display: block;
  width: 100%;
}
.p-contact-form__content {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
}
.p-contact-form__content + .p-contact-form__content {
  margin-top: 1rem;
}
.p-contact-form__content:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.p-contact-form__th {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  text-align: left;
}
.p-contact-form__th-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: solid 1px #333333;
}
.p-contact-form__td {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.p-contact-form__label:hover {
  cursor: pointer;
}
.p-contact-form__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 1rem;
  padding: 8px;
  resize: none;
}
.p-contact input[type=submit] {
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  margin: 2rem auto 0;
  padding: 16px 0;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  color: #ffffff;
  border: 1px solid #000000;
  border-radius: 24px;
  border-radius: 24px;
  background-color: #000000;
}
.p-contact input[type=submit]:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  color: #000000;
  border: 1px solid #333333;
  background-color: #ffffff;
}
.p-contact-page-title {
  padding: 3rem 16px;
  background: -webkit-gradient(linear, left top, right top, from(#00c6fb), to(#005bea));
  background: linear-gradient(90deg, #00c6fb 0%, #005bea 100%);
}
.p-contact-page-title__main {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}
.p-contact + * {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-contact + * {
    margin-top: 8rem;
  }
}
.p-contact__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact-finish {
  margin-top: 8rem;
}
.p-contact-finish-header {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.p-contact-finish-desc {
  max-width: 720px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.p-contact-finish-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}
.p-contact-finish-link__item {
  position: relative;
  padding-left: 24px;
}
.p-contact-finish-link__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/img/ico_arrow_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header--contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-blog-list {
  font-size: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-blog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000;
}
.c-blog-list__item-img {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #707070;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-blog-list__item-img img {
  width: 100%;
  height: auto;
}
.c-blog-list__item-img:hover {
  opacity: 0.7;
}
.c-blog-list__item-title {
  margin-top: 1rem;
}
.c-blog-list__item-title-inner {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
}
.c-blog-list__item-title-inner:hover {
  text-decoration: underline;
}
.c-blog-list__item-desc {
  margin-top: 1rem;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .c-blog-list__item-desc {
    font-size: 16px;
  }
}

.p-blog-article {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.p-blog-article__summary {
  margin-top: 3rem;
}
.p-blog-article-thumb {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-blog-article-thumb {
    width: 90%;
  }
}
.p-blog-article-thumb-inner {
  display: block;
}
.p-blog-article__title {
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-blog-article__title {
    font-size: 1.5rem;
  }
}
.p-blog-article__date-list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-blog-article__section {
  margin-top: 3rem;
}
.p-blog-article__date {
  font-size: 1rem;
}
.p-blog-article__cat {
  font-size: 1rem;
  margin-left: 16px;
}
.p-blog-article__header--2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-blog-article__header--3 {
  font-size: 1.125rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}

.main-content p {
  font-size: 1.125rem;
}
.main-content * + p {
  margin-top: 1rem;
}

.p-blog-index .p-top-blog {
  margin-top: 0;
}

.p-under-cases-list {
  margin-top: 4rem;
}

.p-work {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-work__img {
  width: 64%;
  margin: 0 auto;
}
.p-work__info {
  position: sticky;
  top: 20px;
  width: 100%;
}
.p-work__title {
  font-size: 2rem;
  font-weight: bold;
}
.p-work__table {
  max-width: 960px;
  margin: 6rem auto 0;
}
.p-work__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}
.p-work__table tr + tr {
  margin-top: 1rem;
}
.p-work__table-th {
  font-size: 1rem;
  font-weight: bold;
  width: 180px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-work__table-th {
    width: 100%;
  }
}
.p-work__table-td {
  width: calc(100% - 180px);
}
@media (max-width: 768px) {
  .p-work__table-td {
    width: 100%;
    margin-top: 1rem;
  }
}
.p-work__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.p-work__menu-inner {
  display: block;
  width: 32px;
  height: 32px;
}

.p-voice-table {
  display: block;
  overflow: scroll;
  width: auto;
}
.p-voice-table-wrapper {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 50px;
  white-space: nowrap;
  margin-inline: auto;
}
.p-voice-table tbody {
  border-top: 1px solid #ebca1b;
  border-left: 1px solid #ebca1b;
}
.p-voice-table tr th,
.p-voice-table tr td {
  padding: 8px 16px;
  border-right: 1px solid #ebca1b;
  border-bottom: 1px solid #ebca1b;
}
.p-voice-table tr th {
  background-color: rgba(112, 112, 112, 0.1);
}
.p-voice-table tr td {
  background-color: #ffffff;
}
.p-voice-table tr th:first-child,
.p-voice-table tr td:first-child {
  width: 120px;
}
@media (max-width: 768px) {
  .p-voice-table tr th:first-child,
.p-voice-table tr td:first-child {
    width: 80px;
  }
}
.p-voice-table tr th:nth-child(2),
.p-voice-table tr td:nth-child(2) {
  width: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-voice-table tr th:nth-child(2),
.p-voice-table tr td:nth-child(2) {
    width: 80px;
  }
}
.p-voice-table tr th:nth-child(4),
.p-voice-table tr td:nth-child(4),
.p-voice-table tr th:nth-child(6),
.p-voice-table tr td:nth-child(6) {
  width: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-voice-table tr th:nth-child(4),
.p-voice-table tr td:nth-child(4),
.p-voice-table tr th:nth-child(6),
.p-voice-table tr td:nth-child(6) {
    width: 80px;
  }
}
.p-voice-table tr th:nth-child(5),
.p-voice-table tr td:nth-child(5) {
  width: 180px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-voice-table tr th:nth-child(5),
.p-voice-table tr td:nth-child(5) {
    width: 160px;
  }
}

.p-profile {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 6rem;
}

.p-profile-section + .p-profile-section {
  margin-top: 12rem;
}
@media (max-width: 768px) {
  .p-profile-section + .p-profile-section {
    margin-top: 8rem;
  }
}

.p-profile-info .c-text {
  font-size: 1.125rem;
  margin-top: 0;
}

.p-profile-table {
  max-width: 720px;
  margin: 4rem auto 0;
}
.p-profile-table-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 2px solid #f0f0f0;
}
.p-profile-table-inner + .p-profile-table-inner {
  margin-top: 3rem;
}
.p-profile-table__dt {
  width: 20%;
}
.p-profile-table__dd {
  width: calc(80% - 24px);
  margin-left: 24px;
}

.p-profile-greeting-header {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}
.p-profile-greeting-header--center {
  text-align: center;
}

.p-service {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 4rem;
}
.p-service .p-service__summary + *,
.p-service .p-service-section + .p-service-section {
  margin-top: 3rem;
}

.p-price-top-desc {
  font-size: 1rem;
  margin-top: 8px;
}
.p-price-top-desc--large {
  font-size: 2rem;
}
.p-price-title {
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 50%;
  padding: 4px 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  border-radius: 32px;
  background-color: #222222;
}
.p-price-section {
  position: relative;
  max-width: 960px;
  margin-top: 8rem;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem 2rem;
  border: 2px solid #222222;
}
.p-price-section + .p-price-section {
  margin-top: 8rem;
}
.p-price-header--2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-price-header--2 {
    font-size: 2.25rem;
  }
}
.p-price-price {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .p-price-price {
    font-size: 2rem;
  }
}
.p-price-price-inner {
  font-size: 1rem;
}
.p-price-desc {
  font-size: 1rem;
  margin-top: 2rem;
  text-align: center;
}
.p-price-dl {
  margin-top: 2rem;
}
.p-price-dl-wrapper {
  max-width: 720px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.p-price-dl-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-price-dl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f0f0f0;
}
.p-price-dl-inner + .p-price-dl-inner {
  margin-top: 1rem;
}
.p-price-dt {
  font-size: 1rem;
  font-weight: bold;
  width: 50%;
}
@media (max-width: 768px) {
  .p-price-dt {
    width: 100%;
  }
}
.p-price-dd {
  font-size: 1rem;
  width: 50%;
}
@media (max-width: 768px) {
  .p-price-dd {
    width: 100%;
    margin-top: 1rem;
  }
}