@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
  display: block;
  height: auto;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Line font";
  font-style: normal;
  font-weight: 100;
  src: url(../library/line-thin.woff2) format("woff2"), url(../library/line-thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Line font";
  font-style: normal;
  font-weight: 400;
  src: url(../library/line-regular.woff2) format("woff2"), url(../library/line-regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Line font";
  font-style: normal;
  font-weight: 700;
  src: url(../library/line-bold.woff2) format("woff2"), url(../library/line-bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Line font";
  font-style: normal;
  font-weight: 800;
  src: url(../library/line-extrabold.woff2) format("woff2"), url(../library/line-extrabold.woff) format("woff");
  font-display: swap;
}
h1, h2, h3, h4, h5, h6, p, span, li, div, section, a, button {
  font-family: "Line font";
  font-weight: 400;
}

.main {
  background-color: #f9f9f9;
}
.main--single {
  padding-top: 200px;
}
@media screen and (max-width: 766px) {
  .main--single {
    padding-top: 100px;
  }
}
.main__error {
  font-size: 36px;
  padding-top: 120px;
  text-align: center;
  transform: translateY(25%);
}
@media screen and (max-width: 766px) {
  .main__error {
    font-size: 24px;
    padding-top: 100px;
  }
}

.mainBody {
  display: flex;
  justify-content: center;
}
.mainBody__inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 92%;
  gap: 56px;
}
.mainBody__inner--twoColumn {
  margin-top: 0;
}
@media screen and (max-width: 766px) {
  .mainBody__inner--twoColumn {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.mainBody__content--twoColumn {
  width: 75%;
}
@media screen and (max-width: 766px) {
  .mainBody__content--twoColumn {
    width: 100%;
  }
}
.mainBody__side {
  width: 25%;
}
@media screen and (max-width: 766px) {
  .mainBody__side {
    width: 100%;
  }
}

#ez-toc-container {
  padding: 16px;
}

.ez-toc-heading-level-2 {
  padding-bottom: 1% !important;
  padding-right: 1% !important;
}

.cmsContent {
  margin-bottom: 48px;
}
@media screen and (max-width: 766px) {
  .cmsContent {
    margin-bottom: 64px;
  }
}
.cmsContent h2 {
  display: block;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  font-size: 28px;
  margin: 24px 0;
  margin-top: 40px;
  padding: 12px;
  background-color: #eee;
}
@media screen and (max-width: 766px) {
  .cmsContent h2 {
    font-size: 20px;
    margin: 24px 0;
    padding: 12px;
  }
}
.cmsContent h3 {
  position: relative;
  display: block;
  color: #333;
  font-weight: 700;
  width: 100%;
  line-height: 1.4;
  font-size: 24px;
  margin: 3em 0 0.5em;
  padding-bottom: 8px;
  border-bottom: solid #ccc 2px;
}
@media screen and (max-width: 766px) {
  .cmsContent h3 {
    font-size: 18px;
    margin: 20px 0 10px;
    padding-bottom: 8px;
  }
}
.cmsContent h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 12%;
  border-bottom: solid #333 2px;
}
.cmsContent p,
.cmsContent pre {
  font-size: 16px;
  margin: 24px 0;
  color: #333;
  line-height: 1.9;
  font-weight: 400;
}
.cmsContent p a,
.cmsContent pre a {
  display: inline;
  color: blue;
  text-decoration: underline;
}
.cmsContent img,
.cmsContent video,
.cmsContent iframe,
.cmsContent figure {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin: 12px 0 12px;
}
@media screen and (max-width: 766px) {
  .cmsContent img,
  .cmsContent video,
  .cmsContent iframe,
  .cmsContent figure {
    margin: 12px 0;
  }
}
.cmsContent .wp-block-embed {
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .cmsContent .wp-block-embed {
    margin-top: 24px;
  }
}
.cmsContent iframe {
  width: 50%;
  aspect-ratio: 16/9;
}
.cmsContent iframe.wp-embedded-content {
  aspect-ratio: 2/3;
}
@media screen and (max-width: 766px) {
  .cmsContent iframe {
    width: 100%;
  }
}
.cmsContent ul,
.cmsContent ol {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 32px 48px;
}
@media screen and (max-width: 766px) {
  .cmsContent ul,
  .cmsContent ol {
    padding: 32px;
    margin: 20px 0;
  }
}
.cmsContent li {
  list-style: disc;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin: 12px 0;
}
@media screen and (max-width: 766px) {
  .cmsContent li {
    font-size: 14px;
    margin: 12px 0;
  }
}
.cmsContent p,
.cmsContent pre {
  font-size: 16px;
  margin: 1.5em 0 0.5em;
}
@media screen and (max-width: 766px) {
  .cmsContent p,
  .cmsContent pre {
    font-size: 16px;
  }
}
.cmsContent td {
  border: #333 solid 1px;
  padding: 1em;
}

.sidebar {
  width: 100%;
  max-width: 320px;
  position: sticky;
  top: 120px;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .sidebar {
    position: static;
    max-width: none;
    padding: 0 20px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

#stalker {
  position: fixed;
  /*丸の大きさと色の指定*/
  width: 420px;
  height: 420px;
  margin: -210px 0 0 -210px;
  /*真ん中にくるようにマイナスマージンで調整*/
  z-index: 1000;
  /*カーソルの後ろに来るように*/
  pointer-events: none;
  /*クリックできなくなるのを防ぐため。noneで対応*/
  opacity: 0;
  transition: transform 0.3s;
}
#stalker.mvSection-active {
  background-image: url("../images/common/scroll-down.svg");
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-attachment: inherit;
  animation: scroll-down-rotate infinite linear 30s both;
}
@keyframes scroll-down-rotate {
  to {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(1080deg);
  }
}
#stalker.originSection-active {
  background-image: url("../images/top/origin-img.webp");
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-attachment: inherit;
  transition: transform 0.3s;
  opacity: 0.2;
}
#stalker.contactSection-active {
  background-image: url("../images/top/contact-us.svg");
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-attachment: inherit;
  animation: scroll-down-rotate infinite linear 30s both;
}
@keyframes scroll-down-rotate {
  to {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(1440deg);
  }
}

.headerSection {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 9999;
  width: 100%;
  height: 64px;
  padding: 20px;
}
.headerSection__logoCon {
  flex: 1 1 auto;
}
@media screen and (max-width: 766px) {
  .headerSection__logo {
    max-width: 70%;
    width: 100%;
    height: auto;
  }
}
.headerSection__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.headerSection__menu {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  cursor: pointer;
}
.headerSection__menu__bar {
  display: block;
  width: 64px;
  height: 2px;
  background-color: #222;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 766px) {
  .headerSection__menu__bar {
    width: 48px;
  }
}
.headerSection__menu__bar:nth-child(1) {
  transform: translateY(-4px);
}
.headerSection__menu__bar:nth-child(2) {
  transform: translateY(4px);
}
.headerSection__menu.menuToggle .headerSection__menu__bar:nth-child(1) {
  transform: translateY(2px) rotate(20deg);
}
.headerSection__menu.menuToggle .headerSection__menu__bar:nth-child(2) {
  transform: translateY(0px) rotate(-20deg);
}

.modalMenu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(17, 17, 17, 0.5);
  transition: 0.4s ease-out;
}
.modalMenu.modalToggle {
  pointer-events: auto;
  opacity: 1;
}
.modalMenu.modalToggle__inner {
  transform: translateX(0px);
}
.modalMenu__inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3vh;
  background-color: #fff;
  padding: 20vh 80px;
  width: 85%;
  height: 100vh;
  max-width: 600px;
  margin: 0 0 0 auto;
  transform: translateX(40px);
  transition: 0.4s ease-out;
}
@media screen and (max-width: 766px) {
  .modalMenu__inner {
    padding: 25vh 40px;
    width: 88%;
    gap: 4vh;
  }
}
.modalMenu__link {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  color: #444;
  text-align: left;
  transition: 0.4s ease-out;
}
.modalMenu__link:hover {
  opacity: 0.3;
}
@media screen and (max-width: 766px) {
  .modalMenu__link {
    font-size: 18px;
  }
}
.modalMenu__sub {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #ccc;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .modalMenu__sub {
    font-size: 12px;
  }
}

.footerSection {
  padding-top: 120px;
}
.footerSection__logo {
  margin: 0 auto;
}
.footerSection__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 766px) {
  .footerSection__contents {
    flex-direction: column;
    align-items: center;
  }
}
.footerSection__content {
  transition: 0.3s ease-out;
}
.footerSection__content:hover {
  opacity: 0.5;
}
.footerSection__right {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin-top: 56px;
  padding: 1em;
  background-color: #222;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp-br {
    display: block;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleY(1);
}

/*上の画面*/
.loader_cover-up {
  transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}

.js-scroll-reveal {
  transition: 0.6s;
  transform: translateY(40px);
  opacity: 0;
}
.js-scroll-reveal.blockReveal {
  transition: 0.6s;
  transform: translateY(0);
  opacity: 1;
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
/*エリアの表示非表示と形状*/
.area {
  display: block;
  /*はじめは非表示*/
  z-index: 1;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  opacity: 1;
  z-index: 999;
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.logoShower {
  position: absolute;
  top: calc(100vh - 140px);
  left: 0;
  right: 0;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  z-index: 99;
  padding: 32px 0;
  transition: 0.1s;
}
.logoShower.blockReveal {
  opacity: 0;
}
@media screen and (max-width: 1501px) {
  .logoShower {
    padding: 20px 0;
    top: calc(100vh - 110px);
  }
}
@media screen and (max-width: 766px) {
  .logoShower {
    top: calc(100vh - 180px);
    padding: 16px 0;
  }
}
.logoShower__inner {
  display: flex;
  animation: slide 40s linear infinite;
  gap: 40px;
}
@media screen and (max-width: 1331px) {
  .logoShower__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 766px) {
  .logoShower__inner {
    gap: 12px;
  }
}
.logoShower__logoContainer {
  position: relative;
  width: 240px;
  height: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1501px) {
  .logoShower__logoContainer {
    width: 220px;
    height: 56px;
  }
}
@media screen and (max-width: 766px) {
  .logoShower__logoContainer {
    width: 180px;
    height: 48px;
  }
}
.logoShower__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.blogCard {
  margin-bottom: 24px;
}
.blogCard__inner {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  transition: 0.3s;
}
.blogCard__inner:hover {
  box-shadow: 0 0 8px 8px rgba(51, 51, 51, 0.03);
}
@media screen and (max-width: 766px) {
  .blogCard__inner {
    border-radius: 4px;
  }
}
.blogCard__thumbnailContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 520/380;
}
.blogCard__thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.blogCard__category {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-weight: 400;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 8px 16px;
}
.blogCard__category--single {
  font-size: 12px;
  padding: 8px 8px;
}
.blogCard__time {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (max-width: 766px) {
  .blogCard__time {
    font-size: 12px;
  }
}
.blogCard__info {
  padding: 28px 16px;
}
.blogCard__title {
  color: #333;
  line-height: 1.4;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
}
.blogCard__title--single {
  font-size: 14px;
}
.blogCard__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
@media screen and (max-width: 766px) {
  .blogCard__tags {
    margin-top: 8px;
  }
}
@media screen and (max-width: 766px) {
  .blogCard__tags {
    margin-top: 8px;
  }
}
.blogCard__tag {
  color: #444;
  font-size: 12px;
}
@media screen and (max-width: 766px) {
  .blogCard__tag {
    font-size: 12px;
  }
}
.blogCard__hoverText {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}
@media screen and (max-width: 766px) {
  .blogCard__hoverText {
    font-size: 16px;
  }
}
.blogCard__hoverCover {
  display: grid;
  place-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
  z-index: 99;
  transition: 0.5s;
  opacity: 0;
}
.blogCard:hover .blogCard__hoverCover {
  opacity: 1;
}
.blogCard:hover .blogCard__hoverText {
  transform: translateY(0%);
  opacity: 1;
}
.blogCard:hover .blogCard__thumbnail {
  transform: scale(1.1);
}

.blogContainer {
  display: flex;
  justify-content: center;
  background-color: #e1e1e1;
}
@media screen and (max-width: 766px) {
  .blogContainer {
    padding-top: 80px;
  }
}
.blogContainer--single {
  background-color: transparent;
  padding: 0;
}
.blogContainer__inner {
  width: 92%;
  max-width: 1200px;
  padding: 0 0 160px;
}
@media screen and (max-width: 766px) {
  .blogContainer__inner {
    padding: 5vh 0;
  }
}
.blogContainer__inner--twoColumn {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 766px) {
  .blogContainer__inner--twoColumn {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.blogContainer__inner--sidebar {
  width: 100%;
}
.blogContainer__link {
  display: flex;
  max-width: 100%;
  padding: 12px 0 40px;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .blogContainer__link {
    padding: 5vh 0;
  }
}
.blogContainer__bannerImg {
  display: block;
  max-width: 720px;
  width: 100%;
}
.blogContainer__contents {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-auto-rows: auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.blogContainer__contents--front {
  margin-top: 40px;
}
.blogContainer__contents--twoColumn {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
.blogContainer__contents--archive {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
.blogContainer__contents--sidebar {
  grid-template-columns: repeat(1, minmax(40px, 1fr));
}
@media screen and (max-width: 766px) {
  .blogContainer__contents {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}

.blogContent {
  display: flex;
  justify-content: center;
}
.blogContent__inner {
  width: 100%;
}
.blogContent__head {
  padding-top: 0;
  padding-bottom: 48px;
}
@media screen and (max-width: 766px) {
  .blogContent__head {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.blogContent__category {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
}
@media screen and (max-width: 766px) {
  .blogContent__category {
    font-size: 12px;
  }
}
.blogContent__time {
  display: block;
  color: #555;
  font-size: 14px;
  margin-top: 14px;
}
.blogContent__icon {
  width: 12px;
  margin-right: 6px;
}
.blogContent__title {
  color: #333;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 12px;
}
@media screen and (max-width: 766px) {
  .blogContent__title {
    font-size: 28px;
  }
}
.blogContent__tags {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px #ccc solid;
}
.blogContent__tag {
  color: #666;
  font-size: 12px;
}
.blogContent__thumbnail {
  width: 100%;
}
.blogContent__relativeArticle {
  color: #fff;
  background-color: #333;
  font-size: 16px;
  padding: 10px 16px;
}

.blogCategory {
  display: flex;
  justify-content: center;
}
.blogCategory__inner {
  width: 92%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .blogCategory__inner {
    padding: 16px 0;
  }
}
.blogCategory__lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blogCategory__link {
  display: flex;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 1000px;
}
@media screen and (max-width: 766px) {
  .blogCategory__link {
    font-size: 12px;
    padding: 4px 12px;
  }
}

.pageTitle {
  padding: 180px 20px 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .pageTitle {
    padding: 120px 20px 40px;
  }
}
.pageTitle__inner {
  width: 88%;
  max-width: 1100px;
}
.pageTitle__title {
  font-size: 48px;
}
@media screen and (max-width: 766px) {
  .pageTitle__title {
    font-size: 32px;
  }
}

.partTitle {
  font-size: 24px;
  margin-bottom: 1em;
}

.pagiNation__inner {
  display: flex;
  justify-content: center;
  gap: 1%;
  margin-top: 40px;
}

.page-numbers {
  display: grid;
  place-content: center;
  border-radius: 50%;
  border: 1px solid #222;
  color: #222;
  font-size: 14px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 766px) {
  .page-numbers {
    font-size: 14px;
    width: 40px;
    aspect-ratio: 1/1;
  }
}
.page-numbers.current {
  color: #fff;
  background-color: #111;
}
.page-numbers.next {
  display: none;
}
.page-numbers.prev {
  display: none;
}

#toc_container {
  border-radius: 4px;
  margin-top: 40px;
}
#toc_container .no_bullets {
  margin: 32px 0;
}
#toc_container .toc_title {
  font-size: 36px;
  margin: 0 0;
  font-weight: 500 !important;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 766px) {
  #toc_container .toc_title {
    font-size: 24px;
  }
}
#toc_container .toc_toggle a {
  font-size: 14px;
  color: #666;
}
#toc_container .toc_brackets {
  font-size: 14px;
  color: #333;
}
#toc_container .toc_list {
  margin-top: 0;
  padding: 24px 20px;
  border-radius: 4px;
}
#toc_container .toc_list li {
  list-style: none;
  margin: 8px 0;
}
#toc_container .toc_list li ul {
  border: none;
  padding: 8px 12px;
  margin: 0 0;
}
#toc_container .toc_list li ul li {
  margin: 8px 0;
}
#toc_container .toc_list li ul li a {
  font-size: 12px;
  color: #555;
  font-weight: 500;
  line-height: 1.2;
}
#toc_container .toc_list a {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.3s;
}
@media screen and (max-width: 766px) {
  #toc_container .toc_list a {
    font-size: 15px;
  }
}

.home .mvSection {
  width: 100vw;
  transition: 0.8s ease-out;
  padding-bottom: 44vh;
}
.home .mvSection.blockReveal {
  background-color: #333;
  padding-bottom: 30vh;
}
.home .mvSection__inner {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: -25vh auto 0;
  padding: 0 20px;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 100;
}
@media screen and (max-width: 1501px) {
  .home .mvSection {
    margin: -28vh auto 0;
  }
}
@media screen and (max-width: 1331px) {
  .home .mvSection {
    margin: -30vh auto 0;
  }
}
@media screen and (max-width: 1080px) {
  .home .mvSection {
    margin: -10vh auto 0;
  }
}
@media screen and (max-width: 484px) {
  .home .mvSection {
    margin: -2vh auto 0;
  }
}
.home .mvSection .js-num .unit {
  font-size: 0.5em;
}
.home .mvSection .js-num.blockReveal {
  display: none;
}
.home .mvSection .num1 {
  position: absolute;
  top: 0px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 100;
  font-size: 64px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #eee;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .home .mvSection .num1 {
    font-size: 48px;
    opacity: 0.7;
    top: -80px;
  }
}
.home .mvSection .num2 {
  position: absolute;
  top: 400px;
  right: -20px;
  bottom: auto;
  left: auto;
  z-index: 100;
  font-size: 48px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #ddd;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .home .mvSection .num2 {
    right: 20px;
    top: 360px;
  }
}
.home .mvSection .num3 {
  position: absolute;
  top: 200px;
  right: 300px;
  bottom: auto;
  left: auto;
  z-index: 100;
  font-size: 64px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #eee;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .home .mvSection .num3 {
    top: 60px;
    font-size: 36px;
    opacity: 0.8;
    right: 300px;
  }
}
.home .mvSection .num4 {
  position: absolute;
  top: 400px;
  right: 600px;
  bottom: auto;
  left: auto;
  z-index: 100;
  font-size: 34px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #ddd;
  text-align: left;
}
.home .mvSection__content {
  max-width: 700px;
}
.home .mvSection__eg {
  font-size: 96px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #666;
  text-align: left;
  display: block;
  margin-bottom: 0.4em;
  opacity: 0;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 766px) {
  .home .mvSection__eg {
    font-size: 64px;
  }
}
.home .mvSection__eg.blockReveal {
  opacity: 1;
}
.home .mvSection__ttl {
  font-size: 64px;
  line-height: 1.4;
  font-weight: 100;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 1501px) {
  .home .mvSection__ttl {
    font-size: 56px;
  }
}
@media screen and (max-width: 1331px) {
  .home .mvSection__ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 766px) {
  .home .mvSection__ttl {
    font-size: 32px;
  }
}
.home .mvSection__ttl.blockReveal {
  color: #fff;
}
.home .mvSection__read {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  display: block;
  margin: 2em 0 0;
  transition: 0.4s ease-out;
}
@media screen and (max-width: 766px) {
  .home .mvSection__read {
    font-size: 16px;
  }
}
.home .mvSection__read.blockReveal {
  display: none;
}
.home .mvSection__txt {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 400;
  letter-spacing: 0;
  color: #ccc;
  text-align: left;
  margin: 48px 0 0 0;
  transition: 0.8s ease-out;
  opacity: 0;
}
@media screen and (max-width: 766px) {
  .home .mvSection__txt {
    max-width: 80%;
  }
}
.home .mvSection__txt.blockReveal {
  opacity: 1;
}
.home .mvSection__imgContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10vw;
  position: sticky;
  top: 200px;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 766px) {
  .home .mvSection__imgContainer {
    top: 40%;
  }
}
.home .mvSection__imgContainer.blockReveal {
  opacity: 1;
}
.home .mvSection__img {
  opacity: 0.1;
  mix-blend-mode: lighten;
  animation: loop-gallery infinite linear 60s both;
}
@keyframes loop-gallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200vw);
  }
}
@media screen and (max-width: 766px) {
  .home .mvSection__img {
    opacity: 0.3;
    animation: loop-gallery infinite linear 16s both;
  }
}
.home .mvSection__ornament {
  position: sticky;
  top: auto;
  right: auto;
  bottom: 120px;
  left: auto;
  z-index: 1;
  width: 100%;
  transition: 0.8s ease-out;
}
@media screen and (max-width: 766px) {
  .home .mvSection__ornament {
    display: none;
  }
}
.home .mvSection__ornament.blockReveal {
  display: none;
}
.home .mvSection__ornament--sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .home .mvSection__ornament--sp {
    display: block;
  }
}
.home .mvSection__video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 120px;
}
.home .serviceSection {
  padding: 240px 20px 0;
  background-color: #e1e1e1;
  padding-bottom: 180px;
}
@media screen and (max-width: 766px) {
  .home .serviceSection {
    padding-bottom: 40px;
  }
}
.home .serviceSection__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.home .serviceSection__eg {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #666;
  text-align: left;
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__eg {
    font-size: 16px;
  }
}
.home .serviceSection__eg-b {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 0;
  color: #666;
  text-align: right;
  display: block;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__eg-b {
    font-size: 16px;
  }
}
.home .serviceSection__ttl {
  font-size: 96px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #111;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__ttl {
    font-size: 64px;
  }
}
.home .serviceSection__ttl-b {
  font-size: 96px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #111;
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__ttl-b {
    font-size: 64px;
  }
}
.home .serviceSection__disc {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}
.home .serviceSection__contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4vw;
  margin-top: 56px;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__contents {
    flex-direction: column;
  }
}
.home .serviceSection__contents-b {
  margin-top: 56px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 4vw;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__contents-b {
    flex-direction: column;
    margin-bottom: 120px;
  }
}
.home .serviceSection__contents-b .serviceSection__imgContainer__inner:nth-child(1) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img07.webp");
}
.home .serviceSection__contents-b .serviceSection__imgContainer__inner:nth-child(2) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img08.webp");
}
.home .serviceSection__contents-b .serviceSection__imgContainer__inner:nth-child(3) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img09.webp");
}
.home .serviceSection__contentImg--sub {
  display: none;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__contentImg--sub {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    opacity: 0.7;
  }
}
.home .serviceSection__content {
  flex: 0 0 400px;
  border-top: 1px #ccc solid;
}
.home .serviceSection__content--serviceSub {
  border: none;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__content {
    flex: 1 1 auto;
  }
}
.home .serviceSection__content__videoText {
  line-height: 1.4;
  margin-top: 2em;
}
.home .serviceSection__content__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 4px;
  display: block;
}
.home .serviceSection__content__amazonLink {
  background-color: #fff;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  margin: 18px 0;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 4px 4px 4px rgba(51, 51, 51, 0.05);
  transition: 0.3s;
}
.home .serviceSection__content__amazonLink:hover {
  opacity: 0.7;
}
.home .serviceSection__content__li {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  width: 100%;
  border-bottom: 1px #ccc solid;
  opacity: 0.3;
  position: relative;
  transition: 0.4s ease-out;
  transform-origin: left;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__content__li {
    font-size: 24px;
    opacity: 1;
  }
}
.home .serviceSection__content__li:hover {
  opacity: 1;
}
.home .serviceSection__content__li a {
  width: 100%;
  padding: 36px 0;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__content__li a {
    padding: 56px 0 24px;
  }
}
.home .serviceSection__content__li a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 10;
  background-image: url("../images/common/circle-point.svg");
  background-size: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-attachment: inherit;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__content__li a::after {
    top: 72px;
    width: 32px;
    height: 32px;
  }
}
.home .serviceSection__content__sub {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__content__sub {
    color: #777;
  }
}
.home .serviceSection__spImgInner {
  display: none;
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 20px;
}
.home .serviceSection__spImgInner__cover {
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.7);
  padding: 32px;
}
.home .serviceSection__spImgInner__num {
  font-size: 56px;
  color: #ddd;
  font-weight: 100;
}
.home .serviceSection__spImgInner__txt {
  font-size: 12px;
  color: #ddd;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5em;
}
.home .serviceSection__spImgInner[data-img=img1] {
  background-image: url("../images/top/service-img01.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img2] {
  background-image: url("../images/top/service-img02.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img3] {
  background-image: url("../images/top/service-img03.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img4] {
  background-image: url("../images/top/service-img04.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img5] {
  background-image: url("../images/top/service-img031.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img6] {
  background-image: url("../images/top/service-img041.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img7] {
  background-image: url("../images/top/service-img021.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img8] {
  background-image: url("../images/top/service-img011.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img9] {
  background-image: url("../images/top/service-img07.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img10] {
  background-image: url("../images/top/service-img08.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img11] {
  background-image: url("../images/top/service-img09.webp");
  background-size: cover;
}
.home .serviceSection__spImgInner[data-img=img12] {
  background-image: url("../images/top/service-img051.webp");
  background-size: cover;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__spImgInner {
    display: block;
  }
}
.home .serviceSection__storeName {
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__storeName {
    font-size: 20px;
    margin-top: 20px;
  }
}
.home .serviceSection__btnHP {
  padding: 12px 32px;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
  color: #666;
  margin-top: 12px;
  transition: 0.4s;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__btnHP {
    font-size: 12px;
  }
}
.home .serviceSection__btnHP:hover {
  opacity: 0.5;
}
.home .serviceSection__contentTitle {
  font-size: 36px;
  margin-bottom: 18px;
}
.home .serviceSection__contentText {
  font-size: 14px;
  line-height: 1.7;
}
.home .serviceSection__contentBtn {
  display: block;
  margin-top: 18px;
  padding: 16px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__contentBtn {
    width: 100%;
  }
}
.home .serviceSection__contentBtn--news {
  max-width: 320px;
}
.home .serviceSection__imgWrapper {
  flex: 1 1 auto;
  aspect-ratio: 1/1;
  position: sticky;
  top: 12vh;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__imgWrapper {
    display: none;
  }
}
.home .serviceSection__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .serviceSection__img--sp {
  position: static;
  display: none;
}
@media screen and (max-width: 766px) {
  .home .serviceSection__img--sp {
    display: block;
    margin-bottom: 24px;
  }
}
.home .serviceSection__imgContainer {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
.home .serviceSection__imgContainer__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .serviceSection__imgContainer__cover {
  background-color: rgba(51, 51, 51, 0.6);
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .serviceSection__imgContainer__img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.home .serviceSection__imgContainer__inner:nth-child(1) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img01.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(2) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img051.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(3) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img02.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(4) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img05.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(5) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img04.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(6) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img031.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(7) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img041.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(8) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img021.webp");
}
.home .serviceSection__imgContainer__inner:nth-child(9) .serviceSection__imgContainer__img {
  background-image: url("../images/top/service-img011.webp");
}
.home .serviceSection__imgContainer__txt {
  color: #fff;
  font-size: 14px;
  max-width: 100%;
  line-height: 1.6;
}
.home .serviceSection__imgContainer__num {
  color: #fff;
  font-size: 88px;
  font-weight: 100;
  margin-bottom: 24px;
}
.home .originSection {
  padding: 20vh 20px;
  background-color: #ccc;
  position: relative;
}
.home .originSection__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.home .originSection__ttl {
  font-size: 96px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  mix-blend-mode: difference;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 766px) {
  .home .originSection__ttl {
    font-size: 64px;
    position: relative;
    z-index: 10;
  }
}
.home .originSection__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
  text-align: left;
  mix-blend-mode: difference;
  max-width: 40%;
  margin-bottom: 2em;
}
@media screen and (max-width: 766px) {
  .home .originSection__txt {
    max-width: 100%;
    position: relative;
    z-index: 10;
  }
}
.home .originSection__company {
  margin-top: 48px;
}
.home .originSection__company__info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  padding: 20px;
  max-width: 40%;
  border-bottom: 1px solid #aaa;
}
.home .originSection__company__info:first-child {
  border-top: 1px solid #aaa;
}
@media screen and (max-width: 766px) {
  .home .originSection__company__info {
    flex-direction: column;
    max-width: 100%;
    gap: 8px;
  }
}
.home .originSection__company__ttl {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  flex: 0 0 140px;
}
@media screen and (max-width: 766px) {
  .home .originSection__company__ttl {
    flex: 1 1 auto;
  }
}
.home .originSection__company__ttx {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  color: #444;
  text-align: left;
  flex: 1 1 auto;
}
@media screen and (max-width: 766px) {
  .home .originSection__company__ttx {
    font-size: 12px;
  }
}
.home .originSection__bgi {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 0;
  max-width: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .home .originSection__bgi {
    max-width: 80%;
    top: 12%;
    left: 18%;
    transform: translateY(0);
  }
}
.home .contactSection {
  overflow-x: hidden;
  position: relative;
  transition: 0.3s ease-out;
}
.home .contactSection.blockColor {
  background-color: #222;
}
.home .contactSection__inner {
  padding: 25vh 0px 33vh;
  background-color: transparent;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.home .contactSection__ttl {
  font-size: 96px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #eee;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 766px) {
  .home .contactSection__ttl {
    font-size: 64px;
  }
}
.home .contactSection__read {
  font-size: 20px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #eee;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}
.home .contactSection__under {
  margin: 40px auto 0;
}
.home .contactSection__ornament {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .home .contactSection__ornament {
    display: none;
  }
}
.home .contactSection__ornament--sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .home .contactSection__ornament--sp {
    display: block;
  }
}

.pageMainSection .pageTitleSection__inner {
  margin: 0 auto;
  max-width: 800px;
}
.pageMainSection .pageTitleSection__ttl {
  font-size: 88px;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0;
  color: #111;
  text-align: center;
  padding: 200px 20px 120px;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageTitleSection__ttl {
    font-size: 56px;
    padding: 20vh 20px 10vh;
  }
}
.pageMainSection .pageContentSection {
  padding: 120px 20px 80px;
  background-color: #f9f9f9;
}
.pageMainSection .pageContentSection__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.pageMainSection .pageContentSection__content p, .pageMainSection .pageContentSection__content pre {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContentSection__content p, .pageMainSection .pageContentSection__content pre {
    font-size: 14px;
    color: #666;
  }
}
.pageMainSection .pageContentSection__content h2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContentSection__content h2 {
    font-size: 20px;
  }
}
.pageMainSection .pageContactSection {
  padding: 10vh 20px 10vh;
  background-color: #F9F9F9;
}
.pageMainSection .pageContactSection__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.pageMainSection .pageContactSection .form_inner {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection .form_inner {
    flex-direction: column;
    gap: 0;
  }
}
.pageMainSection .pageContactSection .form_content-l, .pageMainSection .pageContactSection .form_content-r {
  flex: 1 1 50%;
}
.pageMainSection .pageContactSection .form_content-l p, .pageMainSection .pageContactSection .form_content-r p {
  height: 100%;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection .form_content-l, .pageMainSection .pageContactSection .form_content-r {
    flex: 1 1 auto;
  }
}
.pageMainSection .pageContactSection .wpcf7-form-control-wrap {
  display: block;
}
.pageMainSection .pageContactSection label {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection label {
    font-size: 12px;
    margin-top: 24px;
  }
}
.pageMainSection .pageContactSection input {
  display: block;
  height: 64px;
  font-size: 24px;
  padding: 12px;
  margin-bottom: 12px;
  border-bottom: #111 solid 1px;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection input {
    padding: ４px 12px 4px 12px;
    height: 36px;
  }
}
.pageMainSection .pageContactSection input::-moz-placeholder {
  font-size: 40px;
  font-weight: 700;
  color: #ccc;
}
.pageMainSection .pageContactSection input::placeholder {
  font-size: 40px;
  font-weight: 700;
  color: #ccc;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection input::-moz-placeholder {
    font-size: 18px;
  }
  .pageMainSection .pageContactSection input::placeholder {
    font-size: 18px;
  }
}
.pageMainSection .pageContactSection span[data-name=content] {
  height: 100%;
}
.pageMainSection .pageContactSection textarea {
  display: block;
  height: 88%;
  font-size: 24px;
  padding: 12px;
  margin-bottom: 12px;
  border-bottom: #111 solid 1px;
  width: 100%;
}
.pageMainSection .pageContactSection textarea::-moz-placeholder {
  font-size: 40px;
  font-weight: 700;
  color: #ccc;
}
.pageMainSection .pageContactSection textarea::placeholder {
  font-size: 40px;
  font-weight: 700;
  color: #ccc;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection textarea::-moz-placeholder {
    font-size: 16px;
  }
  .pageMainSection .pageContactSection textarea::placeholder {
    font-size: 16px;
  }
}
.pageMainSection .pageContactSection span[data-name=privacy-check] .wpcf7-form-control {
  width: 100%;
}
.pageMainSection .pageContactSection span[data-name=privacy-check] .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.pageMainSection .pageContactSection span[data-name=privacy-check] label {
  display: flex;
  width: 100%;
  gap: 12px;
  padding: 24px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.pageMainSection .pageContactSection span[data-name=privacy-check] input {
  height: 20px;
  width: 20px;
  margin: 0;
  margin-bottom: 2px;
}
.pageMainSection .pageContactSection span[data-name=privacy-check] a {
  display: inline-block;
  color: #666;
  text-decoration: underline;
}
.pageMainSection .pageContactSection input[type=submit] {
  border: none;
  background-color: #222;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  font-weight: 500;
  font-size: 24px;
  padding: 1em 2em;
  height: auto;
}
@media screen and (max-width: 766px) {
  .pageMainSection .pageContactSection input[type=submit] {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
  }
}

.attention {
  background-color: #f9f9f9;
  padding-top: 120px;
}
@media screen and (max-width: 964px) {
  .attention {
    padding-top: 20px;
  }
}
.attention__section {
  display: flex;
  justify-content: center;
}
.attention__sectionInner {
  width: 88%;
  max-width: 1080px;
  padding-bottom: 100px;
}
@media screen and (max-width: 964px) {
  .attention__sectionInner {
    padding-bottom: 100px;
  }
}
.attention__sectionInner--mini {
  max-width: 900px;
}
.attention__fixedBtn {
  position: fixed;
  bottom: 20px;
  right: 6%;
  font-size: clamp(14px, 1.5vw, 18px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1em 2em;
  max-width: 400px;
  width: 88%;
  background-color: #E68D19;
  box-shadow: 6px 6px 6px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
  transition: 0.4s;
}
.attention__fixedBtn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 766px) {
  .attention__fixedBtn {
    max-width: 100%;
    bottom: 10px;
  }
}
.attention__headingMain {
  display: block;
  color: #111;
  text-align: center;
  margin-bottom: 1em;
}
.attention__headingMain--sub {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.4;
}
.attention__headingMain--main {
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
}
@media screen and (max-width: 964px) {
  .attention__headingMain--main {
    font-size: clamp(24px, 8vw, 32px);
  }
}
.attention__heading {
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 964px) {
  .attention__heading {
    font-size: clamp(20px, 6vw, 28px);
  }
}
.attention__mvImg {
  width: 100%;
  max-width: 100%;
}
.attention__mvImg--pc {
  display: block;
}
@media screen and (max-width: 964px) {
  .attention__mvImg--pc {
    display: none;
  }
}
.attention__mvImg--sp {
  display: none;
}
@media screen and (max-width: 964px) {
  .attention__mvImg--sp {
    display: block;
  }
}
.attention__contents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.attention__contents--4column {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}
.attention__text--sub {
  text-align: right;
}
.attention__content {
  width: 100%;
}
.attention__content--voice {
  background-color: #fff;
  padding: 32px;
}
.attention__contentHeading {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 964px) {
  .attention__contentHeading {
    font-size: clamp(18px, 5vw, 20px);
  }
}
.attention__contentHeading--center {
  text-align: center;
}
.attention__contentText {
  font-size: clamp(14px, 1.1vw, 16px);
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.7;
}
.attention__contentImg {
  width: 100%;
  max-width: 100%;
}
.attention__contentImg--flow {
  max-width: 88px;
}
.attention__btn {
  display: block;
  width: 100%;
  max-width: 400px;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 1em 0;
  margin: 2em auto 0;
  background-color: #E68D19;
  border-radius: 100px;
  box-shadow: 6px 6px 6px rgba(51, 51, 51, 0.08);
  animation: jump 2s infinite;
  transition: 0.4s;
}
.attention__btn:hover {
  opacity: 0.7;
}
.attention__mvText {
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
  line-height: 2;
  margin: 2em auto;
}
.attention__priceImg {
  max-width: 540px;
  margin: auto;
}
@media screen and (max-width: 766px) {
  .attention__priceImg {
    max-width: 100%;
    width: 100%;
  }
}
.attention__ctaInner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #5CB5F8;
  border-radius: 12px;
  padding: 140px 0 64px;
  gap: 24px;
  margin-bottom: 200px;
}
@media screen and (max-width: 964px) {
  .attention__ctaInner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 64px 0 40px;
  }
}
.attention__ctaImg--main {
  display: block;
  flex: 0 0 420px;
  max-width: 420px;
}
@media screen and (max-width: 964px) {
  .attention__ctaImg--main {
    flex: 1 1 auto;
    max-width: 88%;
  }
}
.attention__ctaImg--sub {
  position: absolute;
  right: 50%;
  top: 56px;
  width: 110px;
  transform: rotate(-10deg);
}
@media screen and (max-width: 964px) {
  .attention__ctaImg--sub {
    right: auto;
    left: 4%;
    top: 240px;
  }
}
.attention__ctaHeading {
  display: block;
  color: #fff;
}
@media screen and (max-width: 964px) {
  .attention__ctaHeading {
    text-align: center;
  }
}
.attention__ctaHeading--main {
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.4;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 964px) {
  .attention__ctaHeading--main {
    font-size: clamp(20px, 6vw, 24px);
  }
}
.attention__ctaHeading--sub {
  margin-bottom: 1em;
  font-size: clamp(12px, 1vw, 14px);
}
.attention__flowInfo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.attention__faqContent {
  padding: 32px 0;
  border-top: 2px #111 solid;
  border-bottom: 2px 1px solid;
  margin-bottom: -2px;
}
.attention__faqHeading {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}
.attention__faqHeading--center {
  text-align: center;
}
.attention__faqText {
  font-size: clamp(14px, 1.1vw, 16px);
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.7;
}
.attention__plusText {
  background-color: #fff;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  text-align: center;
  padding: 3em 1em;
  margin-top: 2em;
}
.attention__thanks {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  padding: 25vh 0 40px;
  text-align: center;
}
.attention__thanksThanks {
  font-size: clamp(14px, 1.1vw, 16px);
  padding: 120px 0 40px;
  text-align: center;
}
.attention__spBr {
  display: none;
}
@media screen and (max-width: 964px) {
  .attention__spBr {
    display: block;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(-4px);
  }
  10% {
    transform: translateY(0px);
  }
  15% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-4px);
  }
  25% {
    transform: translateY(0px);
  }
}/*# sourceMappingURL=main.css.map */