@charset "UTF-8";
body {
  background: #fcfcf4;
  font-family: "Noto Sans JP", serif;
  color: #383b3a;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* ========================================================
# 関数の設定
======================================================== */
/* ========================================================
# リキッドレイアウト設定
======================================================== */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1.25vw;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}

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

body {
  font-family: var(--font-family-ja);
  -webkit-font-smoothing: antialiased;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: unset;
  text-decoration: unset;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: unset;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-wrap: break-word;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.-lg-fs_xs {
  font-size: var(--font-size-xs);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xs {
    font-size: var(--font-size-xs-sp);
  }
}

.-lg-fs_s {
  font-size: var(--font-size-s);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .-lg-fs_s {
    font-size: var(--font-size-s-sp);
  }
}

.-lg-fs_m {
  font-size: var(--font-size-m);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .-lg-fs_m {
    font-size: var(--font-size-m-sp);
  }
}

.-lg-fs_l {
  font-size: var(--font-size-l);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_l {
    font-size: var(--font-size-l-sp);
  }
}

.-lg-fs_xl {
  font-size: var(--font-size-xl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xl {
    font-size: var(--font-size-xl-sp);
  }
}

.-lg-fs_xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .-lg-fs_xxl {
    font-size: var(--font-size-xxl-sp);
  }
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(35, 96, 153, 0.2)), color-stop(90%, rgba(35, 96, 153, 0.2)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, rgba(35, 96, 153, 0.2) 70%, rgba(35, 96, 153, 0.2) 90%, transparent 90%);
}

.-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

/* ========================================================
# utilityクラス
======================================================== */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

/*
resources/default/public/assets/base/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}
.icon-circle-arrow.-white .path1:before {
  color: #fff;
}
.icon-circle-arrow.-white .path2:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path1:before {
  color: var(--color-base-primary);
}
.icon-circle-arrow.-primary .path2:before {
  color: var(--color-base-primaryInside);
}
.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-base-secondary);
}
.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-base-secondaryInside);
}
.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}
.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}
.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}
.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}
.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-base-secondary);
}

.base-c-mediaArticles {
  width: 100%;
}
.base-c-mediaArticles .c-mediaArticles__header {
  margin: 0 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header {
    margin: 0 0 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.base-c-mediaArticles .c-mediaArticles__header .title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header .title {
    font-size: 24px;
  }
}
.base-c-mediaArticles .c-mediaArticles__header .tag {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 5px 29px;
  background-color: #eeeeee;
  color: #0e1315;
  border-radius: 3px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__header .tag {
    font-size: 1rem;
  }
}
.base-c-mediaArticles .c-mediaArticles__description {
  font-size: 13px;
  line-height: 1.85;
  color: #0e1315;
  margin: 0 0 18px 0;
}
.base-c-mediaArticles .c-mediaArticles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-c-mediaArticles .c-mediaArticles__article:hover a .title {
  color: #33bad4;
}
.base-c-mediaArticles .c-mediaArticles__article:hover a {
  opacity: 1;
}
.base-c-mediaArticles .c-mediaArticles__article:hover img {
  opacity: 0.7;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure {
    border-radius: 4px !important;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info {
  position: relative;
  width: 100%;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .category {
  display: inline-block;
  color: #fff;
  padding: 6px 20px 7px;
  border-radius: 3px;
  background-color: #0e1315;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .category {
    font-size: 13px;
    line-height: 1.6;
    padding: 4px 14px;
    border-radius: 0 4px 0 4px !important;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .title {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0e1315;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .title {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 3px;
  margin: 0 8px 8px 0;
  background-color: #eeeeee;
  color: #0e1315;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-c-mediaArticles .c-mediaArticles__article .c-mediaArticles__info .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #0e1315;
}
.base-c-mediaArticles .base-c-button2 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles .base-c-button2 {
    margin-top: 0;
  }
}
.base-c-mediaArticles.-column1 .base-c-button2 {
  width: 100%;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article {
  padding: 20px 21px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__article {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article:hover {
  -webkit-box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__article:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__figure {
  overflow: hidden;
  width: 41%;
  max-width: 300px;
  padding-bottom: 24.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__figure {
    width: 140px;
    height: 100px;
    margin-right: 15px;
    padding-bottom: 0;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info {
  position: relative;
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .category {
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .category {
    position: absolute;
    left: -155px;
    top: 72px;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 8px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
    line-height: 1.6;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .title {
    max-height: 70px;
    margin: 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.base-c-mediaArticles.-column1 .c-mediaArticles__info .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column1 .c-mediaArticles__info .detail {
    display: block;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article {
  width: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article {
    width: calc(50% - 7.5px);
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article:nth-child(2n) {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article:nth-child(2n) {
    margin-left: 15px;
  }
}
.base-c-mediaArticles.-column3 .c-mediaArticles__article {
  width: calc(33% - 3px);
}
.base-c-mediaArticles.-column3 .c-mediaArticles__article:not(:nth-child(3n-2)) {
  margin-left: calc(4.5px + 0.5%);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3 .c-mediaArticles__article {
    width: calc(50% - 7.5px);
  }
  .base-c-mediaArticles.-column3 .c-mediaArticles__article:not(:nth-child(3n-2)) {
    margin-left: initial;
  }
  .base-c-mediaArticles.-column3 .c-mediaArticles__article:nth-child(2n) {
    margin-left: 15px;
  }
}
.base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article {
  margin-left: 0;
}
.base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article:not(:nth-child(3n-1)):not(:first-child) {
  margin-left: calc(4.5px + 0.5%);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article:not(:nth-child(3n-1)):not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article {
    width: 100%;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .c-mediaArticles__info {
    margin-top: -34px;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .title {
    font-size: 22px;
    line-height: 1.4;
    margin: 15px 0;
  }
  .base-c-mediaArticles.-column3.-makeFirstLarge .c-mediaArticles__article .category {
    padding: 6px 20px 7px;
    border-radius: 0 4px;
    background-color: #0e1315;
    font-size: 15px;
    line-height: 1.4;
  }
}
.base-c-mediaArticles.-column2 .base-c-button2, .base-c-mediaArticles.-column3 .base-c-button2 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .base-c-button2, .base-c-mediaArticles.-column3 .base-c-button2 {
    width: 100%;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__list, .base-c-mediaArticles.-column3 .c-mediaArticles__list {
  width: calc(100% + 28px);
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__list, .base-c-mediaArticles.-column3 .c-mediaArticles__list {
    width: 100%;
    margin-left: 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article, .base-c-mediaArticles.-column3 .c-mediaArticles__article {
  margin-bottom: 12px;
  padding: 15px 14px 13px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article:hover .c-mediaArticles__figure img, .base-c-mediaArticles.-column3 .c-mediaArticles__article:hover .c-mediaArticles__figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__article, .base-c-mediaArticles.-column3 .c-mediaArticles__article {
    padding: 0;
    margin-bottom: 30px;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__article a, .base-c-mediaArticles.-column3 .c-mediaArticles__article a {
  text-decoration: none;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__figure, .base-c-mediaArticles.-column3 .c-mediaArticles__figure {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 61.1%;
  z-index: 0;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__figure img, .base-c-mediaArticles.-column3 .c-mediaArticles__figure img {
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info, .base-c-mediaArticles.-column3 .c-mediaArticles__info {
  margin-top: -41px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info, .base-c-mediaArticles.-column3 .c-mediaArticles__info {
    margin-top: -28px;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .category, .base-c-mediaArticles.-column3 .c-mediaArticles__info .category {
  border-radius: 3px 3px 3px 12px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .category, .base-c-mediaArticles.-column3 .c-mediaArticles__info .category {
    margin-left: 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .title, .base-c-mediaArticles.-column3 .c-mediaArticles__info .title {
  margin: 18px 0 18px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .title, .base-c-mediaArticles.-column3 .c-mediaArticles__info .title {
    margin: 10px 0;
  }
}
.base-c-mediaArticles.-column2 .c-mediaArticles__info .date, .base-c-mediaArticles.-column3 .c-mediaArticles__info .date {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-column2 .c-mediaArticles__info .date, .base-c-mediaArticles.-column3 .c-mediaArticles__info .date {
    margin-top: 0;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child {
  width: calc(100% - 28px);
  margin-left: 14px;
  margin-bottom: 35px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child::before {
  display: none;
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child:hover {
  -webkit-box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child a {
    display: block;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__figure {
  overflow: hidden;
  width: 41%;
  max-width: 480px;
  padding-bottom: 25.625%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 44px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__figure {
    width: 100%;
    padding-bottom: 61.1%;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info {
  position: relative;
  margin-top: 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info {
    padding: 15px 0 0;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .category {
  border-radius: 3px;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .category {
    position: absolute;
    top: -34px;
    left: 0;
    padding: 6px 20px 7px;
    border-radius: 0 4px;
    background-color: #0e1315;
    font-size: 15px;
    line-height: 1.4;
  }
}
.base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-mediaArticles.-makeFirstLarge .c-mediaArticles__article:first-child .c-mediaArticles__info .title {
    font-size: 22px;
  }
}
.base-c-mediaArticles .base-c-banner {
  display: none;
}
.base-c-mediaArticles.-hasBanner .base-c-banner {
  display: block;
  margin-top: 35px;
}

.base-c-banner {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
}
.base-c-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.base-c-bannerArea {
  padding: 50px 0 24px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea {
    padding: 46px 0;
  }
}
.base-c-bannerArea .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-c-bannerArea .c-bannerArea__banner {
  position: relative;
  width: calc(50% - 13px);
  padding-bottom: calc(16.8% - 13px);
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea .c-bannerArea__banner {
    width: 100%;
    padding-bottom: 40.8%;
    margin-bottom: 16px;
  }
}
.base-c-bannerArea .c-bannerArea__banner:nth-child(2n) {
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-bannerArea .c-bannerArea__banner:nth-child(2n) {
    margin-left: 0;
  }
}
.base-c-bannerArea .c-bannerArea__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.base-c-blockHeader {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .base-c-blockHeader {
    font-size: var(--font-size-xl-sp);
  }
}
.base-c-blockHeader::before {
  content: "";
  display: block;
  width: 5px;
  height: 32px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
  margin-right: 15px;
}

.base-c-blogCard {
  width: 100%;
}
.base-c-blogCard.-horizontal {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal {
    margin-bottom: 32px;
  }
  .base-c-blogCard.-horizontal:last-of-type {
    margin-bottom: 0;
  }
}
.base-c-blogCard.-horizontal .c-blogCard__thumb {
  width: 200px;
  height: 134px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal .c-blogCard__thumb {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.base-c-blogCard.-horizontal .c-blogCard__contents {
  margin-left: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard.-horizontal .c-blogCard__contents {
    margin-left: 0;
    margin-top: 16px;
  }
}
.base-c-blogCard.-vertical .c-blogCard__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.base-c-blogCard.-vertical .c-blogCard__thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.base-c-blogCard.-vertical .c-blogCard__contents {
  margin-top: 12px;
}
.base-c-blogCard.-new .c-blogCard__thumb::before {
  content: "新着";
  position: absolute;
  font-size: 13px;
  letter-spacing: 0.3em;
  background-color: var(--color-base-secondary);
  font-weight: bold;
  color: var(--color-base-secondaryInside);
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--border-radius) 0 var(--border-radius) 0;
  z-index: 5;
}
.base-c-blogCard .c-blogCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__inner {
    display: block;
  }
}
.base-c-blogCard .c-blogCard__thumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-c-blogCard .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-c-blogCard .c-blogCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__meta {
    margin: 0 0 8px;
  }
}
.base-c-blogCard .c-blogCard__meta .category {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #aaaaaa;
  font-weight: bold;
}
.base-c-blogCard .c-blogCard__meta .date {
  font-size: var(--font-size-s);
  letter-spacing: 0.05em;
  color: #aaaaaa;
  font-family: var(--font-family-en);
}
.base-c-blogCard .c-blogCard__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-blogCard .c-blogCard__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-blogCard .c-blogCard__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-c-blogCard .c-blogCard__tags .tag {
  margin: 0 4px 4px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: var(--font-size-xs);
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 12px;
  border-radius: var(--border-radius);
}
.base-c-blogCard .c-blogCard__tags .tag::before {
  content: "#";
  padding-right: 2px;
}

.base-c-breadcrumb {
  padding: 16px 0;
  background-color: var(--color-base-background);
}
.base-c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.base-c-breadcrumb.-media {
  padding: 3px 0 3px;
  background-color: #eeeeee;
}
.base-c-breadcrumb.-media li + li:before {
  width: 5px;
  height: 8px;
  background: url("/assets/base/img/media/icon_breadcrumb_arrow.svg") no-repeat 0 0;
  background-size: 5px 8px;
  margin: 0 14px;
}
.base-c-breadcrumb.-media li a {
  color: #52575d;
  line-height: 24px;
}
.base-c-breadcrumb .base-c-inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
.base-c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.base-c-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-c-breadcrumb li + li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 8px;
  background: url("/assets/base/img/common/icon_breadcrumb_arrow.svg") no-repeat center;
  background-size: 5px auto;
  margin: 0 10px;
}
.base-c-breadcrumb li a {
  text-decoration: none;
  color: var(--color-base-text);
  font-size: 11px;
}

.base-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.3;
}
.base-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  opacity: 1;
}
.base-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 0px solid var(--color-base-primary);
}
.base-c-button.-secondary {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
  border: 3px solid var(--color-base-secondary);
}
.base-c-button.-white {
  background-color: #fff;
  color: var(--color-base-primary);
  border: 0 solid var(--color-base-primary);
}
.base-c-button.-large {
  min-width: 275px;
  padding: 8px 40px;
}
.base-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.base-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.base-c-button.-big {
  min-width: 360px;
  padding: 24px 80px;
}
@media screen and (max-width: 767px) {
  .base-c-button.-big {
    padding: 12px 20px 12px 20px;
  }
}
.base-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
@media screen and (max-width: 767px) {
  .base-c-button.-big .c-button__jaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.base-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-c-button.-tag {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.base-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.base-c-button .c-button__enTitle {
  font-size: var(--font-size-xs, 10px);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  letter-spacing: 0.01em;
  padding-bottom: 1px;
  opacity: 0.5;
  display: block;
}
.base-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 135%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.base-c-button2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 25px;
  position: relative;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 22px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-button2 {
    font-size: 16px;
  }
}
.base-c-button2:hover {
  opacity: 0.6;
}
.base-c-button2.-btnBgColor {
  background-color: var(--color-btn-bg);
}
.base-c-button2.-btnTextColor {
  color: var(--color-btn-text);
}
.base-c-button2.-yellow {
  background-color: #fddb3a;
  color: #0e1315;
}
.base-c-button2.-white {
  background-color: #fff;
  color: #0e1315;
}
.base-c-button2.-black {
  background-color: #0e1315;
  color: #fff;
}
.base-c-button2.-disabled {
  background-color: #aaaaaa;
  color: #fff;
  cursor: default;
}
.base-c-button2.-disabled:hover {
  opacity: 1;
}
.base-c-button2.-medium {
  height: 42px;
}
.base-c-button2.-large {
  height: 50px;
}
.base-c-button2.-arrow::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 22px;
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.base-c-button2.-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  right: 22px;
  top: 23px;
}
.base-c-button2.-tag {
  display: inline-block;
  background-color: #eeeeee;
  color: #0e1315;
  padding: 5px 15px 5px 12px;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0;
}
.base-c-button2.-tag::before {
  content: "#";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 4px;
}
.base-c-button2.-tag:hover {
  background-color: var(--color-btn-bg);
}
.base-c-button2.-tag:hover::before {
  opacity: 1 !important;
}

.base-c-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 6px;
  background-color: #eeeeee;
  color: #888888;
  font-size: 13px;
  border-radius: 3px;
}
.base-c-category + .base-c-category {
  margin-left: 8px;
}

.base-c-copylink {
  width: 108px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: var(--color-base-text-gray);
  font-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: bold;
}
.base-c-copylink::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/base/img/media/icon_link.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.base-c-cta {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-c-cta .base-c-inner.-event {
    padding: 0;
  }
}
.base-c-cta .c-cta__box {
  padding: 56px;
  background-color: #eeeeee;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__box {
    width: 100%;
    padding: 40px 16px;
    display: block;
    margin-bottom: 0;
  }
}
.base-c-cta .c-cta__boxLinks {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxLinks {
    width: 100%;
    margin-top: 20px;
  }
}
.base-c-cta .c-cta__boxLinks .base-c-button2:not(:first-child) {
  margin-top: 8px;
}
.base-c-cta .c-cta__boxCopy {
  color: #0e1315;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopy {
    margin-right: 0;
  }
}
.base-c-cta .c-cta__boxCopyTo {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopyTo {
    text-align: center;
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.base-c-cta .c-cta__boxCopyText {
  line-height: 1.5;
  font-size: 22px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__boxCopyText {
    text-align: center;
    font-size: 20px;
  }
}
.base-c-cta .c-cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__links {
    display: block;
    margin-bottom: 30px;
    border-top: 1px solid #eeeeee;
  }
}
.base-c-cta .c-cta__linksItem {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  position: relative;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 16px;
  }
}
.base-c-cta .c-cta__linksItem.-openbook::before {
  background-image: url("/assets/base/img/common/icon_openbook.svg");
}
.base-c-cta .c-cta__linksItem.-clipboard::before {
  background-image: url("/assets/base/img/common/icon_clipboard.svg");
}
.base-c-cta .c-cta__linksItem.-envelope::before {
  background-image: url("/assets/base/img/common/icon_envelope.svg");
}
.base-c-cta .c-cta__linksItem.-inbox::before {
  background-image: url("/assets/base/img/common/icon_inbox.svg");
}
.base-c-cta .c-cta__linksItem::before {
  content: "";
  display: block;
  background-size: cover;
  width: 30px;
  height: 34px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem::before {
    width: 20px;
    height: 22px;
    margin: 0 20px 0 0;
  }
}
.base-c-cta .c-cta__linksItem::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_rightcircle.svg");
  background-size: cover;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem::after {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 16px;
    top: 24px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #eeeeee;
  }
}
.base-c-cta .c-cta__linksItem:hover {
  background-color: #eeeeee;
}
.base-c-cta .c-cta__linksItem:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-cta .c-cta__linksItem:not(:last-child) {
    border-right: initial;
  }
}

.base-c-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e1315;
  font-weight: semi-bold;
  font-size: 20px;
  font-family: var(--font-family-en);
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.base-c-date::-webkit-scrollbar {
  display: none;
}
.base-c-date span {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  margin: 1px 7px 0;
}
@media screen and (max-width: 767px) {
  .base-c-date {
    font-size: 24px;
  }
}

.base-c-documentList {
  width: 100%;
  margin: 50px 0;
}
.base-c-documentList .c-documentList__title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #0e1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px 0;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 30px 0;
  }
}
.base-c-documentList .c-documentList__title::before {
  content: "";
  display: block;
  width: 6px;
  height: 34px;
  border-radius: 3px;
  background-color: #0e1315;
  margin-right: 21px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__title::before {
    width: 4px;
    height: 30px;
    margin-right: 13px;
  }
}
.base-c-documentList .c-documentList__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.base-c-documentList .c-documentList__ItemFigure {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemFigure {
    margin: 0 0 16px 0;
  }
}
.base-c-documentList .c-documentList__ItemFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-documentList .c-documentList__ItemFigure img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemFigure img {
    position: absolute;
  }
}
.base-c-documentList .c-documentList__ItemTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #0e1315;
  margin: 0 0 16px 0;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemTitle {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
}
.base-c-documentList .c-documentList__ItemText {
  font-size: 15px;
  letter-spacing: 0.03em;
  color: var(--color-base-text-gray);
  margin: 0 0 16px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-documentList .c-documentList__ItemText {
    font-size: 13px;
  }
}
.base-c-documentList .c-documentList__ItemLink {
  height: 45px;
  color: #eeeeee;
  background-color: #0e1315;
  letter-spacing: 0.03em;
  border-radius: 5px;
  font-weight: bold;
  font-size: 15px;
  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;
  text-decoration: none;
}
.base-c-documentList.-column1 .c-documentList__Item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.base-c-documentList.-column1 .c-documentList__Item + .c-documentList__Item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__Item {
    display: block;
  }
}
.base-c-documentList.-column1 .c-documentList__ItemFigure {
  width: 310px;
  height: 185px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__ItemFigure {
    width: 100%;
    height: 0;
    padding-bottom: 59.6%;
  }
}
.base-c-documentList.-column1 .c-documentList__ItemLink {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column1 .c-documentList__ItemLink {
    width: 100%;
  }
}
.base-c-documentList.-column3 .c-documentList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-c-documentList.-column3 .c-documentList__Item {
  width: calc((100% - 56px) / 3);
  margin-right: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-documentList.-column3 .c-documentList__Item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.base-c-documentList.-column3 .c-documentList__Item:nth-child(3n) {
  margin-right: 0;
}
.base-c-documentList.-column3 .c-documentList__Item:nth-child(-n+3) {
  margin-top: 0;
}
.base-c-documentList.-column3 .c-documentList__ItemFigure {
  width: 100%;
  height: 0;
  padding-bottom: 59.6%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 16px;
  position: relative;
}
.base-c-documentList.-column3 .c-documentList__ItemFigure img {
  position: absolute;
}

.base-c-eventArticle {
  width: 300px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle {
    width: 100%;
  }
}
.base-c-eventArticle:hover {
  opacity: 0.7;
}
.base-c-eventArticle:hover .c-eventArticle__figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.base-c-eventArticle a {
  text-decoration: none;
}
.base-c-eventArticle .c-eventArticle__figure {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.base-c-eventArticle .c-eventArticle__figure.-end::before {
  content: "終了しました";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle .c-eventArticle__figure.-end::before {
    font-size: 16px;
  }
}
.base-c-eventArticle .c-eventArticle__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.base-c-eventArticle .c-eventArticle__meta {
  margin: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-eventArticle .c-eventArticle__meta .base-c-status {
  margin-right: 12px;
}
.base-c-eventArticle .c-eventArticle__title {
  font-size: 20px;
  font-weight: bold;
  color: #0e1315;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin: 0 0 8px;
}
.base-c-eventArticle .c-eventArticle__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.base-c-eventArticle .c-eventArticle__info .data {
  font-size: 13px;
  color: #888888;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 0 0 8px;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline {
  display: inline-block;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline + .data.-inline {
  margin-left: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-eventArticle .c-eventArticle__info .data.-inline + .data.-inline::before {
  content: "";
  width: 1px;
  height: 8px;
  display: block;
  margin-right: 12px;
  background-color: #888888;
}
.base-c-eventArticle .c-eventArticle__info .data.-block {
  display: block;
  width: 100%;
}
.base-c-eventArticle.-right, .base-c-eventArticle.-left {
  width: 100%;
  background-color: #eeeeee;
  -webkit-box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.05), 2px 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.05), 2px 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right, .base-c-eventArticle.-left {
    background-color: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border-radius: initial;
  }
}
.base-c-eventArticle.-right .c-eventArticle__inner, .base-c-eventArticle.-left .c-eventArticle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__inner, .base-c-eventArticle.-left .c-eventArticle__inner {
    display: block;
  }
}
.base-c-eventArticle.-right .c-eventArticle__figure, .base-c-eventArticle.-left .c-eventArticle__figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 290px;
  height: 178px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__figure, .base-c-eventArticle.-left .c-eventArticle__figure {
    margin: 0 0 20px;
    width: 100%;
    height: initial;
    padding-bottom: 60%;
  }
}
.base-c-eventArticle.-right .c-eventArticle__meta, .base-c-eventArticle.-left .c-eventArticle__meta {
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__meta, .base-c-eventArticle.-left .c-eventArticle__meta {
    margin: 0 0 12px;
  }
}
.base-c-eventArticle.-right .c-eventArticle__title, .base-c-eventArticle.-left .c-eventArticle__title {
  font-size: 22px;
  margin: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__title, .base-c-eventArticle.-left .c-eventArticle__title {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.base-c-eventArticle.-right {
  padding: 30px 50px 30px 34px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right {
    padding: 0;
  }
}
.base-c-eventArticle.-right .c-eventArticle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__inner {
    display: block;
  }
}
.base-c-eventArticle.-right .c-eventArticle__figure {
  margin-left: 54px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-right .c-eventArticle__figure {
    margin-left: 0;
  }
}
.base-c-eventArticle.-left {
  padding: 30px 34px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-left {
    padding: 0;
  }
}
.base-c-eventArticle.-left .c-eventArticle__figure {
  margin-right: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-eventArticle.-left .c-eventArticle__figure {
    margin-right: 0;
  }
}

.base-c-eventCard {
  background-color: #f6f6f6;
  padding: 26px 25px 28px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard {
    background-color: #eeeeee;
    padding: 0;
    height: 54px;
    width: 100%;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
  .base-c-eventCard .base-c-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.base-c-eventCard .c-eventCard__title {
  letter-spacing: 0.03em;
  font-size: 22px;
  color: #0e1315;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__title {
    display: none;
  }
}
.base-c-eventCard .c-eventCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-status {
    height: 28px;
    width: 60px;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-date {
    font-size: 16px;
  }
  .base-c-eventCard .c-eventCard__meta .base-c-date span {
    font-size: 11px;
    margin: -2px 3px 0;
  }
}
.base-c-eventCard .c-eventCard__statusHolder {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__statusHolder {
    margin: 0 14px 0 0;
  }
}
.base-c-eventCard .c-eventCard__statusLabel {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .c-eventCard__statusLabel {
    display: none;
  }
}
.base-c-eventCard .base-c-button2 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard .base-c-button2 {
    width: 90px;
    height: 36px;
    overflow: hidden;
    font-size: 15px;
  }
}
.base-c-eventCard.-fixBottom {
  width: 100%;
  height: 60px;
  padding: 0;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-eventCard.-fixBottom {
    height: 54px;
  }
}
.base-c-eventCard.-fixBottom .base-c-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-c-eventCard.-fixBottom .c-eventCard__title {
  display: none;
}
.base-c-eventCard.-fixBottom .c-eventCard__statusHolder {
  margin: 0 20px 0 0;
}
.base-c-eventCard.-fixBottom .c-eventCard__statusLabel {
  display: none;
}
.base-c-eventCard.-fixBottom .c-eventCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.base-c-eventCard.-fixBottom .base-c-button2 {
  font-weight: bold;
  width: 120px;
  height: 40px;
}
.base-c-eventCard.-close .base-c-button2 {
  background-color: #aaaaaa;
  cursor: default;
}
.base-c-eventCard.-close .base-c-button2:hover {
  opacity: 1;
}

.base-c-footer {
  background-color: var(--color-base-footerBackground);
}
.base-c-footer .c-footerBanner {
  padding: 80px 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-footer .c-footerBanner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.base-c-footer .c-footerBanner .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyLogo {
  width: 200px;
  height: auto;
  max-height: 60px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyLogo {
    max-height: 48px;
    margin-bottom: 20px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTel {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTel {
    display: block;
    text-align: center;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber {
  font-family: var(--font-family-en);
  text-decoration: none;
  color: var(--color-base-footerText);
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber {
    font-size: 24px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelNumber .fa {
  -webkit-transform: rotate(10deg) translateY(3px);
  transform: rotate(10deg) translateY(3px);
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__companyTelTime {
  font-size: 10px;
  color: var(--color-base-footerText);
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList {
    max-width: 480px;
    width: 100%;
    margin: 36px auto 0 auto;
    padding: 0 16px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem {
  width: 25%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n + 5) {
  margin-top: 10px;
}
.base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-base-footerText);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBanner .base-c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
    font-size: 12px;
  }
}
.base-c-footer .c-footerBar {
  padding: 12px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar {
    padding: 0;
    margin-top: 24px;
    text-align: center;
  }
}
.base-c-footer .c-footerBar > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner {
    display: block;
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0;
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n + 2) {
  margin-left: 20px;
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-base-text);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: block;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer .c-footerBar > .base-c-inner .c-footerBar__copyright {
    font-size: 12px;
    margin-top: 24px;
    background: var(--color-base-text);
    color: var(--color-base-footerText);
    margin: 0 -15px;
    padding: 8px 0;
  }
}

.base-c-footer2 {
  background-color: var(--color-footer);
  position: relative;
}
.base-c-footer2 .c-footer2__banner {
  padding: 40px 0 60px;
  background-color: #1a2226;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__banner {
    padding: 44px 0 30px;
  }
}
.base-c-footer2 .c-footer2__bannerDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerDescription {
    display: block;
  }
}
.base-c-footer2 .c-footer2__bannerDescription .logo {
  width: 130px;
  height: auto;
  margin: 6px 64px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerDescription .logo {
    margin: 0 0 20px 0;
  }
}
.base-c-footer2 .c-footer2__bannerDescription .text {
  font-size: 0.6875rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #eeeeee;
  margin: 0;
}
.base-c-footer2 .c-footer2__bannerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bannerContent {
    display: block;
  }
}
.base-c-footer2 .c-footer2__nav {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__nav {
    margin-right: 0;
  }
}
.base-c-footer2 .c-footer2__navCategory {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.base-c-footer2 .c-footer2__navCategory li {
  display: inline-block;
  margin: 0 50px 12px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory li {
    width: calc(50% - 30px);
    margin: 0 0 8px 0;
  }
}
.base-c-footer2 .c-footer2__navCategory li a {
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navCategory li a {
    font-size: 16px;
  }
}
.base-c-footer2 .c-footer2__navKeyword {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 20px 24px 22px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword {
    padding: 15px 17px 18px;
    margin-bottom: 20px;
  }
}
.base-c-footer2 .c-footer2__navKeyword .title {
  color: #eeeeee;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .title {
    font-size: 16px;
    font-weight: bold;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list {
    margin-top: 12px;
    gap: 8px;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-c-footer2 .c-footer2__navKeyword .list li a {
  text-decoration: none;
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li a {
    color: var(--color-base-text-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li {
    border-radius: 3px;
    padding: 3px 12px;
    background-color: #eeeeee;
  }
}
.base-c-footer2 .c-footer2__navKeyword .list li + li::before {
  content: "/";
  margin-right: 8px;
  font-size: 11px;
  color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__navKeyword .list li + li::before {
    display: none;
  }
}
.base-c-footer2 .c-footer2__conversion {
  width: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__conversion {
    width: 100%;
  }
}
.base-c-footer2 .c-footer2__conversion .base-c-button2:not(:first-child) {
  margin-top: 8px;
}
.base-c-footer2 .c-footer2__conversionContact {
  margin-top: 25px;
}
.base-c-footer2 .c-footer2__conversionContact .text {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #eeeeee;
  text-align: center;
  margin: 0;
}
.base-c-footer2 .c-footer2__conversionContact .tel {
  display: block;
  font-family: var(--font-family-en);
  color: #eeeeee;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  margin: 7px 0 5px;
  text-decoration: none;
}
.base-c-footer2 .c-footer2__conversionSNS {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.base-c-footer2 .c-footer2__conversionSNS .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}
.base-c-footer2 .c-footer2__conversionSNS .button + .button {
  margin-left: 8px;
}
.base-c-footer2 .c-footer2__conversionSNS .button .fa {
  color: #eeeeee;
}
.base-c-footer2 .c-footer2__bar {
  padding: 7px 0;
  background-color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar {
    padding: 0;
    text-align: center;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    padding: 0;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0 30px;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem {
    margin: 14px 0 0 0;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #eeeeee;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem + .c-footer2__bar__navItem::before {
    display: none;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem .c-footer2__bar__navLink {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__navList .c-footer2__bar__navItem .c-footer2__bar__navLink {
    font-size: 13px;
  }
}
.base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__copyright {
  display: block;
  font-family: var(--font-family-en);
  color: #eeeeee;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .base-c-footer2 .c-footer2__bar > .base-c-inner .c-footer2__bar__copyright {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #0e1315;
    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;
  }
}

.base-c-footer3 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .base-c-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.base-c-footer3 .c-footer3__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer3 .c-footer3__naviContent .list {
  width: 570px;
  padding: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 36px 0 0 0;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.base-c-footer3 .c-footer3__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer3 .c-footer3__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .bnr-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.base-c-footer3 .c-footer3__naviContent .bnr-content .bnr {
  width: 240px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer3 .c-footer3__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer3 .c-footer3__naviContent .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer3 .c-footer3__naviContent .sns li {
  list-style: none;
  width: 28px;
  height: 28px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__naviContent .sns li {
    margin-left: 0;
    margin: 0 7px;
  }
}
.base-c-footer3 .c-footer3__naviContent .sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.base-c-footer3 .c-footer3__naviContent .sns a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.base-c-footer3 .c-footer3__naviContent .sns a .fb {
  width: 7px;
  height: 14px;
}
.base-c-footer3 .c-footer3__naviContent .sns a .tw {
  width: 14px;
  height: 11px;
}
.base-c-footer3 .c-footer3__copyContent {
  background-color: #fff;
  padding: 18px 0;
}
.base-c-footer3 .c-footer3__copyContent .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer3 .c-footer3__copyContent .logoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .logoContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
  }
}
.base-c-footer3 .c-footer3__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer3 .c-footer3__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer3 .c-footer3__copyContent .logoContent .copy {
  font-size: 11px;
  color: #888;
  margin: 0;
  margin-left: 16px;
}
.base-c-footer3 .c-footer3__copyContent .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer3 .c-footer3__copyContent .list li {
  list-style: none;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-footer3 .c-footer3__copyContent .list li {
    margin: 0 12px;
  }
}
.base-c-footer3 .c-footer3__copyContent .list a {
  font-size: 11px;
  color: #888888;
  text-decoration: none;
  font-weight: 600;
}

.base-c-footer4 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .base-c-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.base-c-footer4 .c-footer4__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer4 .c-footer4__naviContent .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.base-c-footer4 .c-footer4__naviContent .list {
  padding: 0;
  margin-top: 0;
  margin-right: 78px;
}
.base-c-footer4 .c-footer4__naviContent .list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list {
    width: 50%;
    margin: 0 0 36px 0;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.base-c-footer4 .c-footer4__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer4 .c-footer4__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .bnr-content {
    width: 100%;
    margin-top: 32px;
  }
}
.base-c-footer4 .c-footer4__naviContent .bnr-content .bnr {
  width: 176px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer4 .c-footer4__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer4 .c-footer4__naviContent .tel {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel {
    margin-top: 32px;
    text-align: center;
  }
}
.base-c-footer4 .c-footer4__naviContent .tel__text {
  position: relative;
  font-family: var(--font-family-en);
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.8px;
  padding-left: 21px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel__text {
    display: inline-block;
    margin-top: 0;
  }
}
.base-c-footer4 .c-footer4__naviContent .tel__text:before {
  content: "";
  background: url(/assets/base/img/common/logo-phone.svg) no-repeat;
  width: 21px;
  height: 21px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.base-c-footer4 .c-footer4__naviContent .tel__time {
  font-size: 10px;
  color: #fff;
  text-align: right;
  margin-top: 2px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__naviContent .tel__time {
    text-align: center;
  }
}
.base-c-footer4 .c-footer4__copyContent {
  background-color: #fff;
  padding: 12px 0;
}
.base-c-footer4 .c-footer4__copyContent .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer4 .c-footer4__copyContent .logoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer4 .c-footer4__copyContent .logoContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
  }
}
.base-c-footer4 .c-footer4__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer4 .c-footer4__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer4 .c-footer4__copyContent .logoContent .copy {
  margin: 0;
  font-size: 13px;
  color: #181818;
  font-family: var(--font-family-en);
}
.base-c-footer4 .c-footer4__copyContent .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.base-c-footer4 .c-footer4__copyContent .list li {
  position: relative;
  list-style: none;
  margin-right: 3px;
  padding-right: 6px;
}
.base-c-footer4 .c-footer4__copyContent .list li:before {
  content: "/";
  font-size: 10px;
  font-weight: 600;
  color: #181818;
  position: absolute;
  right: 0;
  top: 5px;
}
.base-c-footer4 .c-footer4__copyContent .list li:last-child:before {
  display: none;
}
.base-c-footer4 .c-footer4__copyContent .list a {
  font-size: 10px;
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}

.base-c-footer5 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .base-c-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.base-c-footer5 .c-footer5__naviContent {
  background-color: var(--color-base-footerBackground);
  padding: 70px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent {
    padding: 60px 0;
  }
}
.base-c-footer5 .c-footer5__naviContent .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.base-c-footer5 .c-footer5__naviContent .list {
  padding: 0;
  margin-top: 0;
  margin-right: 78px;
}
.base-c-footer5 .c-footer5__naviContent .list:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list {
    width: 50%;
    margin: 0 0 36px 0;
    padding: 0 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.base-c-footer5 .c-footer5__naviContent .list li {
  margin-right: 24px;
  margin-bottom: 24px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.base-c-footer5 .c-footer5__naviContent .list a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .list a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .bnr-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.base-c-footer5 .c-footer5__naviContent .bnr-content .bnr {
  width: 109px;
  margin-left: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .bnr-content .bnr {
    margin: 0 auto;
  }
}
.base-c-footer5 .c-footer5__naviContent .bnr-content .bnr img {
  width: 100%;
}
.base-c-footer5 .c-footer5__naviContent .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.base-c-footer5 .c-footer5__naviContent .sns li {
  list-style: none;
  width: 30px;
  height: 30px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__naviContent .sns li {
    margin-left: 0;
    margin: 0 7px;
  }
}
.base-c-footer5 .c-footer5__naviContent .sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.base-c-footer5 .c-footer5__naviContent .sns img {
  width: 100%;
}
.base-c-footer5 .c-footer5__copyContent {
  background-color: #fff;
  padding: 12px 0;
}
.base-c-footer5 .c-footer5__copyContent .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__copyContent .base-c-inner {
    display: block;
  }
}
.base-c-footer5 .c-footer5__copyContent .logoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-footer5 .c-footer5__copyContent .logoContent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px;
  }
}
.base-c-footer5 .c-footer5__copyContent .logoContent .bnr {
  width: 116px;
}
.base-c-footer5 .c-footer5__copyContent .logoContent .bnr img {
  width: 100%;
}
.base-c-footer5 .c-footer5__copyContent .logoContent .copy {
  margin: 0;
  font-size: 13px;
  color: #181818;
  font-family: var(--font-family-en);
}
.base-c-footer5 .c-footer5__copyContent .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.base-c-footer5 .c-footer5__copyContent .list li {
  position: relative;
  list-style: none;
  margin-right: 3px;
  padding-right: 6px;
}
.base-c-footer5 .c-footer5__copyContent .list li:before {
  content: "/";
  font-size: 10px;
  font-weight: 600;
  color: #181818;
  position: absolute;
  right: 0;
  top: 5px;
}
.base-c-footer5 .c-footer5__copyContent .list li:last-child:before {
  display: none;
}
.base-c-footer5 .c-footer5__copyContent .list a {
  font-size: 10px;
  color: #181818;
  text-decoration: none;
  font-weight: 600;
}

.base-c-form {
  max-width: 800px;
  margin: 0 auto;
}
.base-c-form .c-form__item + .c-form__item {
  margin-top: 24px;
}
.base-c-form .c-form__itemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__itemLabel {
    font-size: 16px;
  }
}
.base-c-form .c-form__itemLabel.is-required:after {
  content: "必須";
  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;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #d35645;
  height: 22px;
  white-space: nowrap;
  padding: 0 10px;
  border-radius: var(--border-radius);
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__itemLabel.is-required:after {
    font-size: 11px;
    height: 20px;
    padding: 0 8px;
  }
}
.base-c-form .c-form__input,
.base-c-form .c-form__textarea,
.base-c-form .c-form__select > select {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  font-size: 15px;
}
.base-c-form .c-form__input::-webkit-input-placeholder, .base-c-form .c-form__textarea::-webkit-input-placeholder, .base-c-form .c-form__select > select::-webkit-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input::-moz-placeholder, .base-c-form .c-form__textarea::-moz-placeholder, .base-c-form .c-form__select > select::-moz-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input:-ms-input-placeholder, .base-c-form .c-form__textarea:-ms-input-placeholder, .base-c-form .c-form__select > select:-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input::-ms-input-placeholder, .base-c-form .c-form__textarea::-ms-input-placeholder, .base-c-form .c-form__select > select::-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input::placeholder,
.base-c-form .c-form__textarea::placeholder,
.base-c-form .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-form .c-form__input:focus,
.base-c-form .c-form__textarea:focus,
.base-c-form .c-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
  box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
}
.base-c-form .c-form__input,
.base-c-form .c-form__select > select {
  height: 48px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__input,
  .base-c-form .c-form__select > select {
    padding: 0 16px;
  }
}
.base-c-form .c-form__textarea {
  min-height: 240px;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__textarea {
    min-height: 200px;
    padding: 16px;
  }
}
.base-c-form .c-form__select {
  position: relative;
}
.base-c-form .c-form__select > select {
  cursor: pointer;
  padding-right: 48px;
}
.base-c-form .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_6514_3337)%22%3E%3Cpath%20d%3D%22M8.5%200.987305L4.5%206.5873H12.5L8.5%200.987305ZM8.5%2015.3873L12.5%209.7873H4.5L8.5%2015.3873Z%22%20fill%3D%22%231B1B1B%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6514_3337%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%20transform%3D%22translate(0.5%200.1875)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}
.base-c-form .c-form__radio + .c-form__radio {
  margin-top: 16px;
}
.c-form__item .base-c-form .c-form__radio {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-form__item .base-c-form .c-form__radio {
    padding-left: 20px;
  }
}
.c-form__item .base-c-form .c-form__radio:first-of-type {
  margin-top: 22px;
}
.base-c-form .c-form__radio > label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-c-form .c-form__radio > label input[type=radio] {
  display: none;
}
.base-c-form .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-base-text);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.base-c-form .c-form__radio .c-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.base-c-form .c-form__radio .c-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 8px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--color-base-text);
}
.base-c-form .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-c-form .c-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.base-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}
.base-c-form .c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.base-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-base-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 12px;
}
.base-c-form .c-form__agree {
  text-align: center;
  margin-top: 24px;
}
.base-c-form .c-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
}
.base-c-form .c-form__agree .privacy a {
  color: #999;
}
.base-c-form .c-form__agreeText {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-form .c-form__agreeText {
    font-size: 14px;
  }
}
.base-c-form .c-form__agreeText a {
  color: var(--color-base-text);
}
.base-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.base-c-hardCodeButton {
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeButton {
    font-size: 16px;
  }
}
.base-c-hardCodeButton:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: var(--color-base-primary);
  z-index: -1;
  -webkit-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.base-c-hardCodeButton:hover {
  opacity: 1;
}
.base-c-hardCodeButton:hover:before {
  width: 100%;
}
.base-c-hardCodeButton:hover.-arrow i::before {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.base-c-hardCodeButton:hover.-arrow i::after {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.base-c-hardCodeButton:hover.-arrow.-stroke i::before {
  border-top-color: #fff;
}
.base-c-hardCodeButton:hover.-arrow.-stroke i::after {
  background-color: #fff;
}
.base-c-hardCodeButton:hover.-arrow.-secondary i::before {
  border-top-color: var(--color-base-primary);
}
.base-c-hardCodeButton:hover.-arrow.-secondary i::after {
  background-color: var(--color-base-primary);
}
.base-c-hardCodeButton:hover.-stroke {
  color: #fff;
}
.base-c-hardCodeButton:hover.-secondary {
  color: var(--color-base-primary);
}
.base-c-hardCodeButton.-stroke {
  background-color: inherit;
  border-color: var(--color-base-primary);
  color: var(--color-base-primary);
}
.base-c-hardCodeButton.-secondary {
  border-color: var(--color-base-primary);
  background-color: var(--color-base-primary);
  color: #fff;
}
.base-c-hardCodeButton.-secondary:before {
  background-color: #fff;
}
.base-c-hardCodeButton.-disabled {
  background-color: #aaaaaa;
  color: #fff;
  cursor: default;
}
.base-c-hardCodeButton.-disabled:hover {
  opacity: 1;
}
.base-c-hardCodeButton.-medium {
  height: 42px;
}
.base-c-hardCodeButton.-large {
  height: 48px;
}
.base-c-hardCodeButton.-arrow i::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-base-primary);
  right: 22px;
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.base-c-hardCodeButton.-arrow i::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  background-color: var(--color-base-primary);
  right: 22px;
  top: 50%;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.base-c-hardCodeButton.-arrow.-stroke i::before {
  border-top-color: var(--color-base-primary);
}
.base-c-hardCodeButton.-arrow.-stroke i::after {
  background-color: var(--color-base-primary);
}
.base-c-hardCodeButton.-arrow.-secondary i::before {
  border-top-color: #fff;
}
.base-c-hardCodeButton.-arrow.-secondary i::after {
  background-color: #fff;
}
.base-c-hardCodeButton.-tag {
  display: inline-block;
  background-color: #eeeeee;
  color: #0e1315;
  padding: 5px 15px 5px 12px;
  text-decoration: none;
  line-height: 1.6;
  letter-spacing: 0;
  word-break: break-all;
}
.base-c-hardCodeButton.-tag::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("/assets/base/img/common/icon_hash.svg");
  background-size: cover;
  margin-right: 8px;
}
.base-c-hardCodeButton.-tag:hover {
  background-color: var(--color-base-primary);
}

.base-c-hardCodeForm {
  max-width: 800px;
  margin: 0 auto;
}
.base-c-hardCodeForm .c-form__itemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemLabel {
    font-size: 16px;
  }
}
.base-c-hardCodeForm .c-form__itemLabel.is-required:before {
  content: "必須";
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-base-primary);
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 12px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemLabel.is-required:before {
    font-size: 14px;
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
  }
}
.base-c-hardCodeForm .c-form__item + .c-form__item {
  margin-top: 42px;
}
.base-c-hardCodeForm .c-form__itemAtt {
  color: var(--color-base-text);
  font-size: 15px;
  margin: 6px 0 12px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__itemAtt {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .valid {
  display: none;
  margin: 8px 0 32px;
  color: #d35645;
  font-size: 14px;
}
.base-c-hardCodeForm .valid + .c-form__item {
  margin-top: 42px;
}
.base-c-hardCodeForm .valid.invalid {
  display: block;
}
.base-c-hardCodeForm .valid.invalid + .c-form__item {
  margin-top: 32px;
}
.base-c-hardCodeForm .c-form__input,
.base-c-hardCodeForm .c-form__textarea,
.base-c-hardCodeForm .c-form__select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f1f3f3;
  font-size: 15px;
}
.base-c-hardCodeForm .c-form__input::-webkit-input-placeholder, .base-c-hardCodeForm .c-form__textarea::-webkit-input-placeholder, .base-c-hardCodeForm .c-form__select > select::-webkit-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input::-moz-placeholder, .base-c-hardCodeForm .c-form__textarea::-moz-placeholder, .base-c-hardCodeForm .c-form__select > select::-moz-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input:-ms-input-placeholder, .base-c-hardCodeForm .c-form__textarea:-ms-input-placeholder, .base-c-hardCodeForm .c-form__select > select:-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input::-ms-input-placeholder, .base-c-hardCodeForm .c-form__textarea::-ms-input-placeholder, .base-c-hardCodeForm .c-form__select > select::-ms-input-placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input::placeholder,
.base-c-hardCodeForm .c-form__textarea::placeholder,
.base-c-hardCodeForm .c-form__select > select::placeholder {
  color: var(--color-base-text);
  opacity: 0.3;
}
.base-c-hardCodeForm .c-form__input.invalid,
.base-c-hardCodeForm .c-form__textarea.invalid,
.base-c-hardCodeForm .c-form__select > select.invalid {
  background-color: #fbe5e5;
}
.base-c-hardCodeForm .c-form__input,
.base-c-hardCodeForm .c-form__select > select {
  height: 50px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__input,
  .base-c-hardCodeForm .c-form__select > select {
    padding: 0 16px;
  }
}
.base-c-hardCodeForm .c-form__textarea {
  min-height: 300px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__textarea {
    min-height: 240px;
    padding: 16px;
  }
}
.base-c-hardCodeForm .c-form__select {
  position: relative;
}
.base-c-hardCodeForm .c-form__select > select {
  cursor: pointer;
  padding-right: 96px;
}
.base-c-hardCodeForm .c-form__select:before, .base-c-hardCodeForm .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
}
.base-c-hardCodeForm .c-form__select:before {
  width: 2px;
  height: 32px;
  background-color: #ddd;
  top: 50%;
  right: 66px;
  margin-top: -16px;
}
.base-c-hardCodeForm .c-form__select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-base-text);
  border-right: 2px solid var(--color-base-text);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 29px;
  margin-top: -4px;
}
.base-c-hardCodeForm .c-form__radio + .c-form__radio {
  margin-top: 18px;
}
.base-c-hardCodeForm .c-form__radio .c-form__item {
  padding-left: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__radio .c-form__item {
    padding-left: 20px;
  }
}
.base-c-hardCodeForm .c-form__radio .c-form__item:first-of-type {
  margin-top: 22px;
}
.base-c-hardCodeForm .c-form__radio > label input[type=radio] {
  display: none;
}
.base-c-hardCodeForm .c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-base-primary);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel:before {
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  content: " ";
  display: block;
  margin-right: 12px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--color-base-primary);
}
.base-c-hardCodeForm .c-form__radio .c-form__radioLabel .small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__radio .c-form__radioLabel .small {
    font-size: 12px;
  }
}
.base-c-hardCodeForm .c-form__checkbox {
  padding: 40px;
  text-align: center;
}
.base-c-hardCodeForm .c-form__checkbox input[type=checkbox] {
  display: none;
}
.base-c-hardCodeForm .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}
.base-c-hardCodeForm .c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.base-c-hardCodeForm .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-base-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 15px;
}
.base-c-hardCodeForm .c-form__agree {
  margin-top: 30px;
  border: 3px solid #eee;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader {
  background: #eceeee;
  padding: 32px 32px 24px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .text {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .text {
    font-size: 15px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link {
  color: var(--color-base-text);
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .link:before {
  content: "▶";
  display: inline-block;
  margin-right: 0.5em;
}
.base-c-hardCodeForm .c-form__agree .c-form__agreeHeader .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-hardCodeForm .c-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0 0;
  text-align: center;
}
.base-c-hardCodeForm .c-form__agree .privacy a {
  color: #999;
}
.base-c-hardCodeForm .c-form__agreeText {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-c-hardCodeForm .c-form__agreeText {
    font-size: 14px;
  }
}
.base-c-hardCodeForm .c-form__agreeText a {
  color: var(--color-base-text);
}
.base-c-hardCodeForm .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton {
  min-width: 300px;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled {
  opacity: 0.5;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover {
  color: #fff;
  cursor: default;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover:before {
  display: none;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover i:before {
  border-top-color: #fff;
}
.base-c-hardCodeForm .c-form__action .base-c-hardCodeButton:disabled:hover i:after {
  background-color: #fff;
}

.base-c-header-amp {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.base-c-header-amp .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
    height: 60px;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo {
    margin-bottom: 0;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoImg {
  width: 200px;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoImg {
    height: 24px;
    max-width: 160px;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoTagline {
  margin: 6px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.23em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__logo a .c-header-amp__logoTagline {
    margin: 0;
  }
}
.base-c-header-amp .base-c-inner .c-header-amp__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    border: 0;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color-base-background);
    text-align: center;
    outline: none;
  }
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton > i {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--color-base-text);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .base-c-header-amp .base-c-inner .c-header-amp__menuButton > i + i {
    margin-top: 4px;
  }
}
.base-c-header-amp #leadgrid-header__toggleMenu {
  display: none;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__nav {
  display: block;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(2) {
  opacity: 0;
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(1) {
  -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.base-c-header-amp #leadgrid-header__toggleMenu:checked ~ .c-header-amp__menuButton > i:nth-child(3) {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}
.base-c-header-amp .c-header-amp__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--color-base-background);
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:nth-of-type(n + 2) {
    margin-top: 3px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:hover > .c-header-amp__navPanel {
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem:hover > .c-header-amp__navPanel {
    display: none;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #ddd;
    height: 66px;
    line-height: 66px;
    padding: 0 75px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeEnTitle,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeEnTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-base-text);
  letter-spacing: 2.46507px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeEnTitle,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeEnTitle {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeJaTitle,
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeJaTitle {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  color: var(--color-base-text);
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label .c-header-amp__linkeJaTitle,
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a .c-header-amp__linkeJaTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > label:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel {
  display: none;
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, #eeeeee 30px);
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li {
    width: calc((100% - 180px) / 4);
    margin-right: 60px;
    margin-bottom: 28px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-base-text);
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul {
    padding: 24px 0 30px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li + li {
    margin-top: 24px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-base-text);
    text-decoration: none;
    padding: 0 25px 0 45px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navList .c-header-amp__navItem .c-header-amp__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton {
    display: block;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button + .base-c-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp .c-header-amp__nav .c-header-amp__navWrap .c-header-amp__navButton .base-c-button + .base-c-button {
    margin-left: auto;
    margin-top: 20px;
  }
}
.base-c-header-amp #leadgrid-header__toggleNavPanel {
  display: none;
}
.base-c-header-amp #leadgrid-header__toggleNavPanel:checked ~ label:after {
  background: url("/assets/base/img/common/icon_header_nav_minus.svg") no-repeat center center;
}
@media screen and (max-width: 767px) {
  .base-c-header-amp #leadgrid-header__toggleNavPanel:checked ~ .c-header-amp__navPanel {
    display: block;
  }
}

.base-c-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-c-header .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1440px;
  height: 100px;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 60px;
  }
}
.base-c-header .base-c-inner .c-header__logo {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo {
    margin-bottom: 0;
  }
}
.base-c-header .base-c-inner .c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.base-c-header .base-c-inner .c-header__logo a img {
  width: 200px;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo a img {
    width: auto;
    height: 34px;
    max-width: 160px;
    margin: 0 auto 0 0;
  }
}
.base-c-header .base-c-inner .c-header__logo a .c-header__logoTagline {
  margin: 6px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__logo a .c-header__logoTagline {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #fff;
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    border-top: 1px dashed var(--color-base-gray);
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:last-child {
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active {
  position: relative;
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
    display: none;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > span:after {
    background: url("/assets/base/img/common/icon_header_nav_minus.svg") no-repeat center center;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    padding: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 12px 15px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-base-text);
  letter-spacing: 2.46507px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
    display: none;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  color: var(--color-base-text);
  text-transform: none;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/assets/base/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
  display: none;
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, #eeeeee 30px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    background: var(--color-base-background);
    border-top: 1px dashed var(--color-base-gray);
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li {
    width: calc((100% - 150px) / 4);
    margin-right: 50px;
    margin-bottom: 18px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-base-text);
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 6px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    position: relative;
    top: 1px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    padding: 10px 0;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li + li {
    margin-top: 1px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-base-text);
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a::before {
    content: " ";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/assets/base/img/common/icon_header_nav_arrow_black.svg) no-repeat center center;
    background-size: 6px 10px;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
    display: none;
  }
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: 30px auto 0 auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button + .base-c-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button + .base-c-button {
    margin-left: auto;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .base-c-header .base-c-inner .c-header__nav .c-header__navWrap .c-header__navButton .base-c-button .c-button__enTitle {
    display: none;
  }
}
.base-c-header .base-c-inner .c-header__menuButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header .base-c-inner .c-header__menuButton {
    opacity: 1;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: var(--color-base-primary);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    outline: none;
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header .base-c-inner .c-header__menuButton.is-active > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .base-c-header .base-c-inner .c-header__menuButton > i {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #eeeeee;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .base-c-header .base-c-inner .c-header__menuButton > i + i {
    margin-top: 4px;
  }
}

.base-c-header2 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: var(--color-header-bg);
}
.base-c-header2 .base-c-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 30px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header2 .c-header2__logo {
  margin-right: 97px;
  width: 130px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-c-header2 .c-header2__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header2 .c-header2__logo {
    margin-right: 40px;
  }
}
.base-c-header2 .c-header2__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__logo {
    margin-right: initial;
  }
}
.base-c-header2 .c-header2__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
.base-c-header2 .c-header2__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__nav {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__nav .c-header2__search {
    display: none;
  }
}
.base-c-header2 .c-header2__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  width: 50vw;
  max-width: 660px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header2 .c-header2__navList {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navList {
    width: 100%;
    margin: auto;
  }
  .base-c-header2 .c-header2__navList::before {
    content: "MENU";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
  }
}
.base-c-header2 .c-header2__navItem {
  display: inline-block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem {
    display: block;
    font-size: 16px;
    height: 56px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }
}
.base-c-header2 .c-header2__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-header-text);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0e1315;
  }
  .base-c-header2 .c-header2__navItem a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-c-header2 .c-header2__navItem:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header2 .c-header2__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  position: relative;
  margin-left: 30px;
}
.base-c-header2 .c-header2__search:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-left: 0;
  }
  .base-c-header2 .c-header2__search::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    opacity: 0;
    top: 19px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.base-c-header2 .c-header2__search::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__search::before {
    width: 40px;
    height: 40px;
  }
}
.base-c-header2 .c-header2__searchText {
  color: var(--color-header-text);
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__conversion {
    width: 100%;
    max-width: 480px;
    padding: 0 16px;
    margin-top: 20px;
  }
}
.base-c-header2 #modalToggler,
.base-c-header2 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 #navToggler:checked ~ .c-header2__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header2 #navToggler:checked ~ .c-header2__spButtons > .c-header2__hamburger i:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.base-c-header2 #modalToggler:checked ~ .c-header2__searchModal {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .base-c-header2 #modalToggler:checked ~ .c-header2__searchModal {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 #modalToggler:checked ~ .base-c-inner .c-header2__spButtons > .c-header2__search::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .base-c-header2 #modalToggler:checked ~ .base-c-inner .c-header2__spButtons > .c-header2__search::before {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-c-header2 .c-header2__searchModal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10000;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal {
    top: 60px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__inner {
  width: 640px;
  position: relative;
  padding-top: 62px;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__inner {
    width: 100%;
    max-width: 480px;
    margin-top: 0;
    padding: 20px 16px 0;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: var(--color-btn-bg);
  cursor: pointer;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-header2 .c-header2__searchModal .searchModal__close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__close {
    display: none;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__close::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header2 .c-header2__searchModal .searchModal__close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header2 .c-header2__searchModal .searchModal__form {
  width: 100%;
  height: 60px;
  position: relative;
}
.base-c-header2 .c-header2__searchModal .searchModal__formInput {
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding: 16px 24px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__formInput {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__formInput {
    padding: 8px 24px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__formInput:focus {
  outline: none;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit:hover {
  opacity: 0.7;
}
.base-c-header2 .c-header2__searchModal .searchModal__formSubmit::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: cover;
}
.base-c-header2 .c-header2__searchModal .searchModal__list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__searchModal .searchModal__list {
    margin: 20px 0 0;
  }
  .base-c-header2 .c-header2__searchModal .searchModal__list::before {
    content: "TAG";
    display: block;
    width: calc(100% + 32px);
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-left: -16px;
  }
}
.base-c-header2 .c-header2__searchModal .searchModal__list li {
  display: inline-block;
  margin: 0 8px 8px 0;
}
.base-c-header2 .c-header2__spButtons {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__spButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-c-header2 .c-header2__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-left: 8px;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-header2 .c-header2__hamburger:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header2 .c-header2__hamburger:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.base-c-header2 .c-header2__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0e1315;
  position: absolute;
  left: 10px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header2 .c-header2__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-header3 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.base-c-header3 .base-c-inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 16px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header3 .c-header3__logo {
  position: absolute;
  width: 130px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header3 .c-header3__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__logo {
    position: relative;
  }
}
.base-c-header3 .c-header3__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__logo {
    margin-right: initial;
  }
}
.base-c-header3 .c-header3__content {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
.base-c-header3 .c-header3__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__nav {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__nav .c-header3__search {
    display: none;
  }
}
.base-c-header3 .c-header3__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  width: 50vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0 16px;
  }
  .base-c-header3 .c-header3__navList::before {
    content: "CATEGORY";
    display: block;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.base-c-header3 .c-header3__navItem {
  display: block;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem {
    display: inline-block;
    margin: 0 8px 10px 0;
  }
}
.base-c-header3 .c-header3__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem a {
    display: inline-block;
    background-color: #eeeeee;
    color: #0e1315;
    padding: 5px 15px 5px 12px;
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
    border-radius: 3px;
  }
  .base-c-header3 .c-header3__navItem a:hover {
    background: #fddb3a;
    opacity: 1;
  }
  .base-c-header3 .c-header3__navItem a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url("/assets/base/img/common/icon_hash.svg");
    background-size: cover;
    margin-right: 8px;
  }
}
.base-c-header3 .c-header3__navItem:last-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header3 .c-header3__conversion {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__conversion {
    position: relative;
    width: 100%;
    max-width: 480px;
    padding: 0 16px;
    margin-top: 20px;
  }
}
.base-c-header3 #modalToggler,
.base-c-header3 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 #navToggler:checked ~ .c-header3__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header3 #navToggler:checked ~ .c-header3__hamburger i:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.base-c-header3 .c-header3__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #0e1315;
  position: relative;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header3 .c-header3__hamburger {
    display: block;
  }
}
.base-c-header3 .c-header3__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #eeeeee;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.base-c-header3 .c-header3__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header3 .c-header3__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header3 .c-header3__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-header4 {
  position: sticky;
  top: -29px;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 109px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 {
    height: 60px;
    top: 0;
  }
}
.base-c-header4 .base-c-inner {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header4 .c-header4__logo {
  position: relative;
  width: 180px;
  height: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header4 .c-header4__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__logo {
    width: 150px;
    height: 40px;
    margin-right: initial;
  }
}
.base-c-header4 .c-header4__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.base-c-header4 .c-header4__content {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
.base-c-header4 .c-header4__nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .base-c-header4 .c-header4__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee;
  }
}
.base-c-header4 .c-header4__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navWrap {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header4 .c-header4__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0;
  }
}
.base-c-header4 .c-header4__navItem {
  display: block;
  margin-right: 2.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem {
    margin: 0 0 0 0;
    text-align: center;
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
  }
}
.base-c-header4 .c-header4__navItem a {
  line-height: 22px;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem a {
    display: block;
    text-align: left;
    padding: 12px 15px;
    color: #0e1315;
    font-size: var(--font-size-s-sp);
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .base-c-header4 .c-header4__navItem a:hover {
    opacity: 1;
  }
}
.base-c-header4 .c-header4__navItem .c-header4__spNavTitle {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem .c-header4__spNavTitle {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #0e1315;
    opacity: 0.6;
    text-transform: uppercase;
  }
}
.base-c-header4 .c-header4__navItem:last-child {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header4 .c-header4__conversion {
  position: relative;
}
.base-c-header4 .c-header4__conversion a {
  display: inline-block;
  padding: 13px 40px;
  border-radius: var(--border-radius-button);
  font-weight: 700;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
}
.base-c-header4 .c-header4__conversion a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.base-c-header4 .c-header4__conversion a:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion a:first-of-type {
    margin: 0 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion a {
    display: block;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__conversion {
    width: 100%;
    margin: 0 auto;
    padding: 24px 15px 30px 15px;
  }
}
.base-c-header4 .c-header4__hamburger {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: var(--color-base-primary);
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header4 .c-header4__hamburger.is-active > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
.base-c-header4 .c-header4__hamburger i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: block;
  background-color: #eeeeee;
  position: unset;
}
.base-c-header4 .c-header4__hamburger i:nth-child(2) {
  margin-top: 4px;
}
.base-c-header4 .c-header4__hamburger i:nth-child(3) {
  margin-top: 4px;
}
.base-c-header4 .c-header4__tel {
  display: block;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header4 .c-header4__tel {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__tel {
    margin: 30px 15px 0;
    padding: 8px 15px 15px;
    border-radius: 200px;
    background-color: #F9f9f9;
    border: 1px solid #DCDCDC;
  }
}
.base-c-header4 .c-header4__telLink {
  font-family: var(--font-family-en);
  font-size: calc(1.25rem + (1vw - 7.68px) * 0.5952);
  min-height: 0vw;
  letter-spacing: 1.92px;
  line-height: 28.8px;
  margin-top: 2px;
  color: #0e1315;
  font-weight: bold;
  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;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telLink {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 32px;
  }
}
.base-c-header4 .c-header4__telLink::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telLink::before {
    width: 24px;
    height: 24px;
  }
}
.base-c-header4 .c-header4__telTime {
  text-align: right;
  color: #0e1315;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-header4 .c-header4__telTime {
    font-size: 12px;
    padding: 0 0 4px 0;
    text-align: center;
  }
}

.base-c-header5 {
  position: sticky;
  top: -29px;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 109px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 {
    height: 60px;
    top: 0;
  }
}
.base-c-header5 .base-c-inner {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .base-c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    max-width: 480px;
    height: 60px;
  }
}
.base-c-header5 .c-header5__logo {
  position: relative;
  width: 180px;
  height: 54px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
}
.base-c-header5 .c-header5__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__logo {
    width: 150px;
    height: 40px;
    margin-right: initial;
  }
}
.base-c-header5 .c-header5__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.base-c-header5 .c-header5__content {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }
}
.base-c-header5 .c-header5__nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .base-c-header5 .c-header5__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #eee;
  }
}
.base-c-header5 .c-header5__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navWrap {
    max-width: 480px;
    display: block;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.base-c-header5 .c-header5__navList {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navList {
    width: 100%;
    margin: auto;
    display: block;
    white-space: initial;
    overflow: initial;
    padding: 0;
  }
}
.base-c-header5 .c-header5__navItem {
  display: block;
  margin-right: 2.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem {
    margin: 0 0 0 0;
    text-align: center;
    border-bottom: 1px dashed var(--color-base-gray);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
  }
}
.base-c-header5 .c-header5__navItem a {
  line-height: 22px;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem a {
    display: block;
    text-align: left;
    padding: 12px 15px;
    color: #0e1315;
    font-size: var(--font-size-s-sp);
    text-decoration: none;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .base-c-header5 .c-header5__navItem a:hover {
    opacity: 1;
  }
}
.base-c-header5 .c-header5__navItem .c-header5__spNavTitle {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem .c-header5__spNavTitle {
    display: block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.3em;
    color: #0e1315;
    opacity: 0.6;
    text-transform: uppercase;
  }
}
.base-c-header5 .c-header5__navItem:last-child {
  margin-right: 56px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__navItem:last-child {
    margin-right: 0;
  }
}
.base-c-header5 .c-header5__switchbtn {
  width: 280px;
  z-index: 197;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: #ECECEC;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-header5 .c-header5__switchbtn span {
  color: var(--color-header-text);
  background-color: var(--color-base-primary);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  border-radius: 30px;
}
.base-c-header5 .c-header5__switchbtn span.transition {
  left: 50%;
}
.base-c-header5 .c-header5__switchbtn a {
  font-family: var(--font-family-en);
  display: block;
  font-size: 13px;
  padding: 13px 33px;
  border-radius: 30px;
  font-weight: 700;
  font-size: calc(0.625rem + (1vw - 7.68px) * 0.4464);
  min-height: 0vw;
  color: var(--color-base-text);
  width: 50%;
  height: 100%;
  position: relative;
  border: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.917647px;
  line-height: 18.82px;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__switchbtn a {
    font-size: 13px;
    padding: 8px 33px;
  }
}
.base-c-header5 .c-header5__switchbtn a.active-case {
  color: #fff;
}
.base-c-header5 .c-header5__switchbtn a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__switchbtn {
    position: relative;
    padding: 0 16px;
    margin: 40px auto 0 auto;
    width: 90%;
  }
}
.base-c-header5 .c-header5__hamburger {
  width: 42px;
  height: 42px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background: var(--color-base-primary);
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header5 .c-header5__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .base-c-header5 .c-header5__hamburger.is-active > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
}
.base-c-header5 .c-header5__hamburger i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 1.5px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  display: block;
  background-color: #eeeeee;
  position: unset;
}
.base-c-header5 .c-header5__hamburger i:nth-child(2) {
  margin-top: 4px;
}
.base-c-header5 .c-header5__hamburger i:nth-child(3) {
  margin-top: 4px;
}
.base-c-header5 .c-header5__tel {
  display: block;
  margin-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-c-header5 .c-header5__tel {
    display: none;
  }
}
.base-c-header5 .c-header5__telLink {
  font-family: var(--font-family-en);
  font-size: calc(1.25rem + (1vw - 7.68px) * 0.5952);
  min-height: 0vw;
  letter-spacing: 1.92px;
  line-height: 18.8px;
  color: var(--color-base-text);
  font-weight: bold;
  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;
}
.base-c-header5 .c-header5__telLink::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2px;
}
.base-c-header5 .c-header5__telTime {
  text-align: right;
  color: var(--color-base-text);
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.base-c-header6 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.base-c-header6__con {
  position: relative;
}
.base-c-header6__con .innerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .innerArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .innerArea {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    position: relative;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .logoArea {
    padding: 26px 0;
  }
}
.base-c-header6__con .logoArea a {
  display: block;
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .logoArea img {
    height: 51px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .logoArea img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .menuArea {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .menuArea {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 12px 10px;
  }
  .base-c-header6__con .menuArea .line {
    display: block;
    height: 3px;
    width: 100%;
    background: #0e1315;
    border-radius: 6px;
  }
  .base-c-header6__con .menuArea .line:nth-child(2), .base-c-header6__con .menuArea .line:nth-child(3) {
    margin-top: 3px;
  }
  .base-c-header6__con .menuArea .line:nth-child(4), .base-c-header6__con .menuArea .line:nth-child(5) {
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .base-c-header6__con .menuArea .line:nth-child(4) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .base-c-header6__con .menuArea .line:nth-child(5) {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__con .searchArea {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__con .searchArea {
    width: 100%;
    background: #fff;
    padding: 20px 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__list {
    background: #f5f5f5;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__list {
    margin-top: 25px;
    border-bottom: 1px solid #dbdbdb;
  }
}
.base-c-header6__list .listArea {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-c-header6__list .listArea > li {
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .base-c-header6__list .listArea > li {
    border-top: 1px solid #dbdbdb;
  }
}
.base-c-header6__list .listArea > li a {
  display: block;
  color: #0e1315;
  font-size: var(--font-size-s);
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea > li a {
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__list .listArea > li a {
    padding: 24px 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
  }
  .base-c-header6__list .listArea > li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #0e1315;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__list .listArea > li + li {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header6__tag {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header6__tag {
    display: block;
    margin-top: 50px;
  }
}
.base-c-header6__tag .titleArea {
  display: block;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: 1px;
  color: #52575d;
  font-weight: 600;
  padding: 11px 16px;
  background-color: #eee;
}
.base-c-header6__tag .listArea {
  margin: 10px auto 0;
  padding: 0 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-c-header6__tag .listArea > li {
  list-style-type: none;
  margin-right: 8px;
  margin-top: 10px;
}

.base-c-searchBox {
  position: relative;
}
.base-c-searchBox .inputArea {
  border: none;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .inputArea {
    font-size: 14px;
    line-height: 1;
    padding: 11px 42px 11px 24px;
    background: #f5f5f5;
    border-radius: var(--border-radius);
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .inputArea {
    font-size: 16px;
    line-height: 25.6px;
    padding: 18px 9px 18px 18px;
    background: #eee;
    border-radius: 3px;
    width: 100%;
  }
}
.base-c-searchBox .inputArea::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.base-c-searchBox .inputArea::-moz-placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.base-c-searchBox .inputArea:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.base-c-searchBox .inputArea::-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.base-c-searchBox .inputArea::placeholder {
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .inputArea::-webkit-input-placeholder {
    color: #787878;
  }
  .base-c-searchBox .inputArea::-moz-placeholder {
    color: #787878;
  }
  .base-c-searchBox .inputArea:-ms-input-placeholder {
    color: #787878;
  }
  .base-c-searchBox .inputArea::-ms-input-placeholder {
    color: #787878;
  }
  .base-c-searchBox .inputArea::placeholder {
    color: #787878;
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .inputArea::-webkit-input-placeholder {
    color: #52575d;
  }
  .base-c-searchBox .inputArea::-moz-placeholder {
    color: #52575d;
  }
  .base-c-searchBox .inputArea:-ms-input-placeholder {
    color: #52575d;
  }
  .base-c-searchBox .inputArea::-ms-input-placeholder {
    color: #52575d;
  }
  .base-c-searchBox .inputArea::placeholder {
    color: #52575d;
  }
}
.base-c-searchBox .inputArea:focus {
  outline: 1px solid var(--color-base-primary);
}
.base-c-searchBox .btnArea {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .base-c-searchBox .btnArea {
    width: 34px;
    height: 34px;
    border-radius: var(--border-radius);
    top: 4px;
    right: 4px;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .base-c-searchBox .btnArea {
    width: 32px;
    height: 32px;
    top: 14px;
    right: 9px;
    background: #eee;
  }
}
.base-c-searchBox .btnArea input {
  display: none;
}
.base-c-searchBox .btnArea .icon img {
  vertical-align: bottom;
}

.base-c-tag-bg {
  font-size: var(--font-size-m-sp);
  line-height: 25.6px;
  position: relative;
  padding: 4px 14px 4px 29px;
  text-decoration: none;
  display: block;
  color: #0e1315;
  font-weight: 500;
  background: #EEEEEE;
  border-radius: 3px;
}
.base-c-tag-bg:hover {
  background: var(--color-base-primary);
  opacity: 1;
  color: #fff;
}
.base-c-tag-bg:before {
  content: "#";
  position: absolute;
  left: 12px;
}

.base-c-header6__con .is--active .line:nth-child(1), .base-c-header6__con .is--active .line:nth-child(2), .base-c-header6__con .is--active .line:nth-child(3) {
  display: none;
}
.base-c-header6__con .is--active .line:nth-child(4), .base-c-header6__con .is--active .line:nth-child(5) {
  visibility: visible;
  opacity: 1;
}

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

.base-c-header7 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.base-c-header7__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-c-header7__inner {
    padding: 26px 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    background-color: #fff;
  }
}
.base-c-header7 .base-c-button2.-tag {
  font-weight: 700;
}
.base-c-header7 .base-c-button2.-tag:hover {
  background: var(--color-base-primary);
  opacity: 1;
  color: #fff;
  text-align: center;
}
.base-c-header7 .base-c-button2.-tag:hover::before {
  opacity: 0;
}
.base-c-header7 .c-header7__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-header7 .c-header7__logo img {
  max-height: 40px;
}
.base-c-header7 .c-header7__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__nav {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__nav .c-header7__search {
    display: none;
  }
}
.base-c-header7 .c-header7__navList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.base-c-header7 .c-header7__navItem {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__navItem {
    display: block;
    font-size: 16px;
    height: 56px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }
  .base-c-header7 .c-header7__navItem + .c-header7__navItem {
    margin-left: 0 !important;
  }
}
.base-c-header7 .c-header7__navItem a {
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__navItem a:hover {
    opacity: 1;
  }
  .base-c-header7 .c-header7__navItem a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .base-c-header7 .c-header7__navItem a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--color-base-primary);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    bottom: -40px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__navItem a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0e1315;
  }
  .base-c-header7 .c-header7__navItem a::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #0e1315;
    border-right: 2px solid #0e1315;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-c-header7 .c-header7__navItem + .c-header7__navItem {
  margin-left: 2.5vw;
}
.base-c-header7 .c-header7__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  position: relative;
  margin-left: 36px;
}
.base-c-header7 .c-header7__search:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #eeeeee;
    margin-left: 0;
  }
  .base-c-header7 .c-header7__search::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    opacity: 0;
    top: 19px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.base-c-header7 .c-header7__search::before {
  content: "";
  display: block;
  width: 42px;
  height: 32px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__search::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__search::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 24px;
    top: 4px;
    left: 0;
    background: #0e1315;
  }
}
.base-c-header7 .c-header7__searchText {
  color: var(--color-header-text);
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  letter-spacing: 0.03em;
}
.base-c-header7 #modalToggler,
.base-c-header7 #navToggler {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header7 #navToggler:checked ~ .c-header7__content {
    height: calc(100vh - 60px);
  }
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(2) {
  opacity: 0;
}
.base-c-header7 #navToggler:checked ~ .c-header7__spButtons > .c-header7__hamburger i:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.base-c-header7 #modalToggler:checked ~ .c-header7__searchModal {
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .base-c-header7 #modalToggler:checked ~ .c-header7__searchModal {
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 #modalToggler:checked ~ .base-c-header7__inner .c-header7__spButtons > .c-header7__search::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .base-c-header7 #modalToggler:checked ~ .base-c-header7__inner .c-header7__spButtons > .c-header7__search::before {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1.5px;
    background-color: #0e1315;
    position: absolute;
    left: 10px;
    top: 19px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.base-c-header7 .c-header7__searchModal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.98);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__searchModal {
    z-index: 10000;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal {
    top: 70px;
    z-index: 0;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__inner {
  width: 640px;
  position: relative;
  padding-top: 62px;
  margin-top: 124px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__inner {
    width: 100%;
    margin-top: 0;
    padding: 20px 16px 0;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background-color: #f5f5f5;
  cursor: pointer;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-header7 .c-header7__searchModal .searchModal__close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__close {
    display: none;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__close::before {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header7 .c-header7__searchModal .searchModal__close::after {
  content: "";
  width: 18px;
  height: 2px;
  background-color: #0e1315;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
  left: 7px;
}
.base-c-header7 .c-header7__searchModal .searchModal__form {
  width: 100%;
  height: 60px;
  position: relative;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput {
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding: 16px 24px;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput {
    padding: 8px 24px;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput::-webkit-input-placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput::-moz-placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput:-ms-input-placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput::-ms-input-placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
  color: #52575d;
  font-size: var(--font-size-s);
  line-height: 28px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-webkit-input-placeholder {
    font-weight: 700;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-moz-placeholder {
    font-weight: 700;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput:-ms-input-placeholder {
    font-weight: 700;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-ms-input-placeholder {
    font-weight: 700;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-webkit-input-placeholder {
    font-weight: 500;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-moz-placeholder {
    font-weight: 500;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput:-ms-input-placeholder {
    font-weight: 500;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::-ms-input-placeholder {
    font-weight: 500;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__formInput::placeholder {
    font-weight: 500;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__formInput:focus {
  outline: none;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  border: none;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit:hover {
  opacity: 0.7;
}
.base-c-header7 .c-header7__searchModal .searchModal__formSubmit::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_search.svg");
  background-size: cover;
}
.base-c-header7 .c-header7__searchModal .searchModal__list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 74px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__searchModal .searchModal__list {
    margin: 20px 0 0;
  }
  .base-c-header7 .c-header7__searchModal .searchModal__list::before {
    content: "TAG";
    display: block;
    width: calc(100% + 32px);
    height: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    font-family: var(--font-family-en);
    color: var(--color-base-text-gray);
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 16px;
    margin-bottom: 20px;
    margin-left: -16px;
  }
}
.base-c-header7 .c-header7__searchModal .searchModal__list li {
  display: inline-block;
  margin: 0 8px 10px 0;
}
.base-c-header7 .c-header7__spButtons {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__spButtons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-c-header7 .c-header7__hamburger {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-left: 8px;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-header7 .c-header7__hamburger:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .base-c-header7 .c-header7__hamburger:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.base-c-header7 .c-header7__hamburger i {
  display: block;
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0e1315;
  position: absolute;
  left: 10px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(1) {
  top: 13px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(2) {
  top: 19px;
}
.base-c-header7 .c-header7__hamburger i:nth-child(3) {
  top: 25px;
}

.base-c-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .base-c-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-c-inner.-large {
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .base-c-inner.-large {
    max-width: 480px;
  }
}
.base-c-inner.-media {
  max-width: 1240px;
  padding: 0 46px;
}
@media screen and (max-width: 767px) {
  .base-c-inner.-media {
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-inner.-event {
    max-width: 480px;
    padding: 0 16px;
  }
}

.base-c-itemCase {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase {
    width: 100%;
    margin-bottom: 60px;
  }
}
.base-c-itemCase.is-new:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-base-primary);
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}
.base-c-itemCase:nth-child(3n) {
  margin-right: 0;
}
.base-c-itemCase .c-itemCase__inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  background: #ffffff;
  border-radius: var(--border-radius);
  color: var(--color-base-text);
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__thumb {
  margin: 0;
  width: 100%;
  padding-bottom: 59.74%;
  overflow: hidden;
  border-radius: var(--border-radius);
  position: relative;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content {
  padding: 0 16px 20px;
  height: 100%;
  position: relative;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author {
  margin-top: 24px;
  text-align: center;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorImg {
  width: auto;
  height: 40px;
  margin: 0 auto;
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorName {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__author .c-itemCase__authorName {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 16px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .base-c-itemCase .c-itemCase__inner .c-itemCase__content .c-itemCase__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-itemCase .c-itemCase__meta {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.base-c-itemCase .c-itemCase__meta .tag {
  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;
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 12px;
}

.base-c-noresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
.base-c-noresult .c-noresult__label {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
}
.base-c-noresult .c-noresult__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__title {
    margin-top: 15px;
  }
}
.base-c-noresult .c-noresult__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-noresult .c-noresult__text {
    margin-top: 30px;
  }
}
.base-c-noresult .base-c-button {
  margin-top: 50px;
}

.base-c-price {
  line-height: 1;
  margin: 0;
}
.base-c-price .c-price__count {
  font-size: 32px;
  font-weight: bold;
  font-family: var(--font-family-en);
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .base-c-price .c-price__count {
    letter-spacing: 1px;
  }
}
.base-c-price .c-price__label {
  font-size: 13px;
  font-weight: bold;
  position: relative;
  bottom: 1px;
}

.base-c-section {
  padding: 64px 0;
}
.base-c-section:nth-child(2n+1) {
  background-color: var(--color-base-background);
}
.base-c-section.-noBackground {
  background-color: initial;
}
@media screen and (max-width: 767px) {
  .base-c-section {
    padding: 48px 0;
  }
}
.base-c-section .c-section__cta {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-c-section .c-section__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-c-section .c-section__cta .base-c-button:nth-of-type(n + 2) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-section .c-section__cta .base-c-button:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.base-c-section .c-section__subTitle {
  font-size: 15px;
  line-height: 200%;
  margin: -30px 0 0 0;
  padding: 0;
  text-align: center;
}

.base-c-sectionHeader {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader {
    margin-bottom: 32px;
  }
}
.base-c-sectionHeader .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-weight: bold;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
  content: "";
  margin-top: 16px;
  display: block;
  height: 5px;
  width: 40px;
  background-color: var(--color-base-primary);
  border-radius: 10px;
}
.base-c-sectionHeader .c-sectionHeader__content {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__content {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader .c-sectionHeader__content {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
}

.base-c-sectionHeader2 {
  position: relative;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 {
    padding: 16px 0;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  overflow: hidden;
}
.base-c-sectionHeader2 .c-sectionHeader2__bg img {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.base-c-sectionHeader2 .c-sectionHeader2__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0e1315;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.base-c-sectionHeader2 .base-c-inner {
  position: relative;
  z-index: 10;
}
.base-c-sectionHeader2 .c-sectionHeader2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__descriptionTitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #eeeeee;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__descriptionTitle {
    font-size: 22px;
    margin: 0 0 10px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__descriptionText {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #eeeeee;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__descriptionText {
    font-size: 13px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__figure {
  position: relative;
  margin: 0 0 0 80px;
  width: 360px;
  height: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}
.base-c-sectionHeader2 .c-sectionHeader2__figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__figure {
    width: 100%;
    height: 0;
    padding-bottom: 61.2%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__nav {
  margin-top: 30px;
}
.base-c-sectionHeader2 .c-sectionHeader2__navList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem {
  width: 220px;
  height: 60px;
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__navItem {
    width: calc(50% - 2px);
    height: 50px;
  }
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem.-active {
  background-color: white;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem.-active a {
  color: #0e1315;
  font-weight: bold;
}
.base-c-sectionHeader2 .c-sectionHeader2__navItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader2 .c-sectionHeader2__navItem a {
    font-size: 16px;
  }
}

.base-c-sectionHeader3 {
  background-color: #eeeeee;
  padding: 20px 16px 48px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 {
    padding: 16px 0 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 > .base-c-inner {
    display: block;
  }
}
.base-c-sectionHeader3 .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .title {
    width: 100%;
    max-width: 480px;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
  }
}
.base-c-sectionHeader3 .text {
  margin: 0 auto;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .text {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader3 .text {
    width: 100%;
    max-width: 480px;
    text-align: left;
  }
}

.base-c-sectionHeader4 {
  background-color: #eeeeee;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 {
    height: 160px;
  }
}
.base-c-sectionHeader4 > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.base-c-sectionHeader4 .subtitle {
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.27px;
  color: #181818;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 .subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}
.base-c-sectionHeader4 .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 33px;
  line-height: 48px;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader4 .title {
    font-size: 24px;
  }
}

.base-c-sectionHeader5__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 17px;
}
.base-c-sectionHeader5__title:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 5px;
  border-radius: 1px;
  background: var(--color-base-primary);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.base-c-sectionHeader5__title span {
  display: block;
}
.base-c-sectionHeader5__title .enTitle {
  font-size: var(--font-size-xs);
  line-height: 19.2px;
  letter-spacing: 0.1em;
}
.base-c-sectionHeader5__title .jaTitle {
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .base-c-sectionHeader5__title .jaTitle {
    font-size: var(--font-size-xxl);
    line-height: 61.6px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-sectionHeader5__title .jaTitle {
    font-size: var(--font-size-l);
    line-height: 33.6px;
  }
}
.base-c-sectionHeader5__lead {
  font-size: var(--font-size-s);
  line-height: 27px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 28px auto 0;
}

.base-c-share {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-c-share {
    position: fixed;
    bottom: 0;
    display: block;
    z-index: 50;
    margin-bottom: 54px;
    width: 100%;
    max-width: 480px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.base-c-share .c-share__contents {
  background-color: rgba(14, 19, 21, 0.4);
  left: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: initial;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.base-c-share .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.base-c-share .c-share__shareBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 65px;
}
.base-c-share .c-share__shareBtns a {
  margin-bottom: 8px;
}
.base-c-share .c-share__shareBtns a img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
}
.base-c-share #c-share__togger {
  display: none;
}
.base-c-share #c-share__togger:checked ~ .c-share__contents {
  height: 100vh;
}
.base-c-share .base-c-copylink {
  margin-bottom: 20px;
}
.base-c-share .c-share__OpenCloseBtn {
  position: absolute;
  display: block;
  bottom: 11px;
  left: 16px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-image: url("/assets/base/img/common/icon_sns-circle.svg");
  background-size: contain;
  z-index: 100;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05), -1px -1px 4px rgba(0, 0, 0, 0.1);
}

.base-c-sidebar {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 60px;
  }
}
.base-c-sidebar .c-sidebar__ads {
  display: block;
  line-height: 1;
  margin-bottom: 16px;
}
.base-c-sidebar .c-sidebar__ads img {
  width: 100%;
  height: auto;
}
.base-c-sidebar .c-sidebar__related,
.base-c-sidebar .c-sidebar__category,
.base-c-sidebar .c-sidebar__tag {
  margin-bottom: 40px;
}
.base-c-sidebar .c-sidebar__relatedWrap {
  margin-top: -12px;
}
.base-c-sidebar .c-sidebar__relatedTitle,
.base-c-sidebar .c-sidebar__categoryTitle,
.base-c-sidebar .c-sidebar__tagTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__relatedTitle,
  .base-c-sidebar .c-sidebar__categoryTitle,
  .base-c-sidebar .c-sidebar__tagTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-c-sidebar .c-sidebar__relatedTitle::after,
.base-c-sidebar .c-sidebar__categoryTitle::after,
.base-c-sidebar .c-sidebar__tagTitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #888888;
  display: block;
  margin-left: 12px;
}
.base-c-sidebar .c-sidebar__relatedItem {
  border-bottom: 3px solid #f5f5f5;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__relatedItem {
    border-bottom: 2px solid #f5f5f5;
  }
}
.base-c-sidebar .c-sidebar__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 16px 0;
}
.base-c-sidebar .c-sidebar__relatedItem .wrap {
  margin-left: 14px;
}
.base-c-sidebar .c-sidebar__relatedItem .thumb {
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 56px;
  background-color: var(--color-base-background);
  border-radius: var(--border-radius);
}
.base-c-sidebar .c-sidebar__relatedItem .thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.base-c-sidebar .c-sidebar__relatedItem .badge {
  display: inline-block;
  color: #aaaaaa;
  font-size: 10px;
  font-weight: bold;
}
.base-c-sidebar .c-sidebar__relatedItem .date {
  font-family: var(--font-family-en);
  font-size: 14px;
  letter-spacing: 1px;
  color: #aaaaaa;
  font-weight: bold;
}
.base-c-sidebar .c-sidebar__relatedItem .title {
  font-size: var(--font-size-xs);
  line-height: 1.4;
  font-weight: bold;
  margin: 4px 0 0;
}
.base-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.base-c-sidebar .c-sidebar__categoryList li a {
  display: block;
  border-bottom: 2px solid #f5f5f5;
  text-decoration: none;
  color: var(--color-base-text);
  font-size: var(--font-size-s);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 0;
}
.base-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}
.base-c-sidebar .c-sidebar__tagItem {
  display: block;
  margin: 0 8px 8px 0;
}
.base-c-sidebar .c-sidebar__tagItem a {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #eeeeee;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar .c-sidebar__tagItem a {
    font-size: var(--font-size-xs-sp);
  }
}
.base-c-sidebar .c-sidebar__tagItem a::before {
  content: "# ";
}
.base-c-sidebar .c-sidebar__tagItem a:hover {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  opacity: 1;
}

.base-c-sidebar2 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar2 {
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.base-c-sidebar2 .base-c-eventCard:not(.-fixBottom) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .base-c-sidebar2 .base-c-eventCard:not(.-fixBottom) {
    margin-bottom: 0;
  }
}

.c-sidebar2__ads {
  display: block;
  width: 300px;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__ads {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-sidebar2__ads .c-sidebar2__adsImage {
  width: 100%;
  height: auto;
}

.c-sidebar2__category {
  margin: 30px 0;
}
.c-sidebar2__category .title {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .title {
    line-height: 1.6;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
.c-sidebar2__category .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0e1315;
  display: block;
  margin-left: 18px;
}
.c-sidebar2__category .list {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .c-sidebar2__category .list {
    font-size: 16px;
  }
}
.c-sidebar2__category .list a {
  color: #0e1315;
  opacity: 1;
}
.c-sidebar2__category .list .category {
  margin-bottom: 16px;
}
.c-sidebar2__category .list .category a:hover {
  color: #33bad4;
}
.c-sidebar2__category .list .category::before {
  content: "・";
  display: inline-block;
  margin-right: 9px;
}
.c-sidebar2__category .list .tag {
  display: inline-block;
  background-color: #eeeeee;
  padding: 5px 15px 5px 12px;
  margin: 0 8px 8px 0;
  border-radius: 3px;
}
.c-sidebar2__category .list .tag:hover {
  background-color: var(--color-btn-bg);
}
.c-sidebar2__category .list .tag a {
  text-decoration: none;
  line-height: 1.6;
}
.c-sidebar2__category .list .tag a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("/assets/base/img/common/icon_hash.svg");
  background-size: cover;
  margin-right: 8px;
}

.base-c-slide {
  padding: 0 0 28px;
  overflow: hidden;
}
.base-c-slide .c-slideInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.base-c-slide .swiper-container {
  overflow: visible !important;
}
.base-c-slide .swiper-button-prev,
.base-c-slide .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-btn-bg);
  outline: none;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-slide .swiper-button-prev:hover,
.base-c-slide .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-prev,
  .base-c-slide .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-c-slide .swiper-button-prev::after,
.base-c-slide .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #0e1315;
  border-right: 2px solid #0e1315;
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-prev {
    border-radius: 0 4px 4px 0;
  }
}
.base-c-slide .swiper-button-prev::after {
  -webkit-transform: translateX(2px) rotate(-135deg);
  transform: translateX(2px) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .base-c-slide .swiper-button-next {
    border-radius: 4px 0 0 4px;
  }
}
.base-c-slide .swiper-button-next::after {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}
.base-c-slide .swiper-pagination {
  position: absolute;
  bottom: -27px;
}
.base-c-slide .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.base-c-slide .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-btn-bg);
}
.base-c-slide .c-slide__card {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-slide .c-slide__card a {
  text-decoration: none;
}
.base-c-slide .c-slide__card:hover .c-slide__cardFigure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.base-c-slide .c-slide__card:hover a {
  opacity: 0.7;
}
.base-c-slide .c-slide__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardFigure {
    position: relative;
  }
}
.base-c-slide .c-slide__cardFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-c-slide .c-slide__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(14, 19, 21, 0.7)), to(rgba(14, 19, 21, 0)));
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-c-slide .c-slide__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.base-c-slide .c-slide__cardInfo .category {
  display: inline-block;
  color: #fff;
  padding: 6px 20px 7px;
  border-radius: 3px;
  background-color: #0e1315;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
.base-c-slide .c-slide__cardInfo .title {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
  }
}
.base-c-slide .c-slide__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-c-slide .c-slide__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #eeeeee;
  color: #0e1315;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .tag {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide .c-slide__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-c-slide .c-slide__cardInfo .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-c-slide .c-slide__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}
.base-c-slide.-slideA .c-slideInner {
  max-width: 712px;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slideInner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-c-slide.-slideA .swiper-container {
  width: 640px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-container {
    width: 100vw;
  }
}
.base-c-slide.-slideA .c-slide__card {
  height: 400px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__card {
    height: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardFigure {
    height: 64vw;
  }
}
.base-c-slide.-slideA .swiper-button-prev {
  left: -36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-button-prev {
    left: 0;
    top: 32vw;
  }
}
.base-c-slide.-slideA .swiper-button-next {
  right: -36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-button-next {
    right: 0;
    top: 32vw;
  }
}
.base-c-slide.-slideA .c-slide__cardInfo {
  width: 100%;
  left: 0;
  padding: 0 30px 28px 36px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .category {
    border-radius: 0 4px 0 0;
    position: absolute;
    top: -47px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .title {
    color: #0e1315;
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .detail {
    display: block;
    max-width: 480px;
    padding: 0 16px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .c-slide__cardInfo .date {
    position: absolute;
    top: -39px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideA .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB {
    padding: 0 0 50px;
    margin-bottom: 10px;
  }
}
.base-c-slide.-slideB .c-slideInner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slideInner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-c-slide.-slideB .swiper-container {
  width: 100%;
}
.base-c-slide.-slideB .c-slide__card {
  height: 560px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__card {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__cardFigure {
    height: 64vw;
    min-height: 360px;
  }
}
.base-c-slide.-slideB .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .swiper-button-prev {
    left: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-c-slide.-slideB .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .swiper-button-next {
    right: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-c-slide.-slideB .c-slide__cardInfo {
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .base-c-slide.-slideB .c-slide__cardInfo {
    max-width: 480px;
    width: 100%;
    padding: 0 16px 32px;
  }
}

.base-c-status {
  height: 28px;
  min-width: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 3px;
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-c-status {
    width: 90px;
  }
}
.base-c-status.-open {
  background-color: #1da1f2;
}
.base-c-status.-close {
  background-color: #255880;
}
.base-c-status.-end {
  background-color: #aaaaaa;
}

.base-c-taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist {
    display: block;
    margin-bottom: 40px;
  }
}
.base-c-taglist .c-taglist__title {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__title {
    font-size: 14px;
  }
}
.base-c-taglist .c-taglist__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__list {
    margin-left: 0;
    margin-top: 16px;
  }
}
.base-c-taglist .c-taglist__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-base-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .base-c-taglist .c-taglist__list a {
    padding: 0 16px;
    height: 28px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.base-c-taglist .c-taglist__list a:hover, .base-c-taglist .c-taglist__list a.is-current {
  background-color: var(--color-base-primary);
  color: #fff;
  opacity: 1;
}

.base-c-topBtn {
  position: sticky;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 30px;
  margin-bottom: -60px;
  -webkit-transform: translateY(-30px) scale(1);
  transform: translateY(-30px) scale(1);
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background-color: var(--color-btn-bg);
  z-index: 5;
  outline: none;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-event1 {
    margin-bottom: -84px;
    -webkit-transform: translateY(-64px) scale(1);
    transform: translateY(-64px) scale(1);
  }
}
.base-c-topBtn.-event2 {
  margin-bottom: -104px;
  -webkit-transform: translateY(-74px) scale(1);
  transform: translateY(-74px) scale(1);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-event2 {
    margin-bottom: -84px;
    -webkit-transform: translateY(-64px) scale(1);
    transform: translateY(-64px) scale(1);
  }
}
.base-c-topBtn.-hide {
  opacity: 0;
  -webkit-transform: translateY(-30px) scale(0.7);
  transform: translateY(-30px) scale(0.7);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn.-hide {
    -webkit-transform: translateY(-20px) scale(0.7);
    transform: translateY(-20px) scale(0.7);
  }
}
.base-c-topBtn:hover {
  -webkit-transform: translateY(-30px) scale(1.1);
  transform: translateY(-30px) scale(1.1);
}
@media screen and (max-width: 767px) {
  .base-c-topBtn:hover {
    -webkit-transform: translateY(-20px) scale(1.1);
    transform: translateY(-20px) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .base-c-topBtn {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: -40px;
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }
}
.base-c-topBtn::before {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid var(--color-btn-text);
  border-left: 3px solid var(--color-btn-text);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 5px;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-c-topBtn::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid var(--color-btn-text);
    border-left: 2px solid var(--color-btn-text);
  }
}

.base-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.base-c-wysiwyg h2,
.base-c-wysiwyg h3,
.base-c-wysiwyg h4,
.base-c-wysiwyg h5,
.base-c-wysiwyg h6 {
  margin: 0;
  line-height: 1.5;
}
.base-c-wysiwyg h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 10px 15px;
  margin-top: 60px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h2 {
    margin-top: 40px;
  }
}
.base-c-wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 15px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h3 {
    margin-top: 40px;
  }
}
.base-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
}
.base-c-wysiwyg h4 {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h4 {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg h4 {
    margin-top: 30px;
  }
}
.base-c-wysiwyg p {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg p {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg p {
    line-height: 1.8;
  }
}
.base-c-wysiwyg li {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg li {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg li {
    line-height: 1.8;
  }
}
.base-c-wysiwyg ul, .base-c-wysiwyg ol {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg ul, .base-c-wysiwyg ol {
    margin: 20px 0;
  }
}
.base-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.base-c-wysiwyg ol li {
  padding-left: 52px;
  text-indent: -40px;
}
.base-c-wysiwyg ol li:before {
  content: "0" counter(n) ".";
  counter-increment: n;
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.1;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg ol li:before {
    font-size: px(17);
    margin-top: 5px;
  }
}
.base-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.base-c-wysiwyg a {
  word-wrap: break-word;
}
.base-c-wysiwyg blockquote {
  padding: 24px 24px 24px 56px;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  background-color: #eeeeee;
  margin: 30px 0;
  color: #666666;
  border-radius: var(--border-radius);
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote {
    padding: 16px 16px 16px 48px;
    margin: 20px 0;
  }
}
.base-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .base-c-wysiwyg blockquote::before {
    top: 16px;
    left: 16px;
  }
}
.base-c-wysiwyg blockquote p {
  margin: 0;
}
.base-c-wysiwyg table {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: fixed;
}
.base-c-wysiwyg table tbody, .base-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.base-c-wysiwyg table th {
  background-color: var(--color-base-primaryFaded);
}
.base-c-wysiwyg table td, .base-c-wysiwyg table th {
  border: 1px solid #CCC;
  padding: 10px;
  min-width: 230px;
}
.base-c-wysiwyg table th[colspan="2"] {
  min-width: 460px;
}
.base-c-wysiwyg table td[colspan="2"] {
  min-width: 460px;
}
.base-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.base-c-wysiwyg code .hljs-ln-code, .base-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 5px;
}
.base-c-wysiwyg code .hljs-ln-numbers {
  border-right: 1px solid #ccc;
}
.base-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  margin: 30px 0;
}
.base-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-c-wysiwyg iframe {
  max-width: 100%;
}
.base-c-wysiwyg h2:first-child, .base-c-wysiwyg h3:first-child, .base-c-wysiwyg h4:first-child, .base-c-wysiwyg h5:first-child, .base-c-wysiwyg h6:first-child, .base-c-wysiwyg p:first-child, .base-c-wysiwyg ol:first-child, .base-c-wysiwyg ul:first-child, .base-c-wysiwyg blockquote:first-child, .base-c-wysiwyg img:first-child, .base-c-wysiwyg table:first-child {
  margin-top: 0;
}

.leadgrid-c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leadgrid-c-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.leadgrid-c-button.-primary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-secondary {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: 3px solid var(--color-base-primary);
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}
.leadgrid-c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white {
  background-color: #fff;
  color: var(--color-base-secondary);
  border: 3px solid var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-base-secondary);
}
.leadgrid-c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-base-primary);
}
.leadgrid-c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}
.leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-m);
}
.leadgrid-c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}
@media screen and (max-width: 767px) {
  .leadgrid-c-button.-big {
    padding: 28px 64px;
  }
}
.leadgrid-c-button.-big .c-button__jaTitle {
  font-size: var(--font-size-l);
}
.leadgrid-c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.leadgrid-c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: var(--font-size-s);
}
.leadgrid-c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}
.leadgrid-c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("/assets/base/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}
.leadgrid-c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}
.leadgrid-c-button.-notValid {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button.-noRecaptcha {
  pointer-events: none;
  opacity: 0.5;
}
.leadgrid-c-button .c-button__enTitle {
  font-size: var(--font-size-xs);
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}
.leadgrid-c-button .c-button__jaTitle {
  font-size: var(--font-size-s);
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}
.leadgrid-c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.base-text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-text {
    font-size: 0.9375rem;
  }
}

.radius {
  border-radius: 0.25rem;
}

.button {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #6da10d;
  padding: 1rem 1.4375rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-radius: 0.125rem;
  min-width: 12.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background: #445f10;
  }
}
.button2 {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(0.625rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 1.4375rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-radius: 0.125rem;
  min-width: 12.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button2 {
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .button2:hover {
    background: #383b3a;
    border-color: transparent;
  }
}
.back-blur {
  backdrop-filter: blur(0.625rem);
}

.realizedream-corp-c-section-title .section-title__en {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title .section-title__en {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.realizedream-corp-c-section-title .section-title__en .dec {
  aspect-ratio: 53/41;
  width: 3.3125rem;
  display: block;
  margin-bottom: 0.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title .section-title__en .dec {
    margin-bottom: unset;
    width: 1.25rem;
    margin-inline: unset;
  }
}
.realizedream-corp-c-section-title .section-title__en .dec img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-c-section-title .section-title__en .text {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1b7b4f;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title .section-title__en .text {
    font-size: 0.75rem;
    padding-bottom: 0.0625rem;
    margin-inline: unset;
    margin-bottom: unset;
  }
}
.realizedream-corp-c-section-title .section-title__jp {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b7b4f;
  line-height: 1.4;
  margin-top: -0.5625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title .section-title__jp {
    font-size: 1.5rem;
    line-height: 1.05;
    margin-top: unset;
  }
}

.realizedream-corp-c-section-title.-white .section-title__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title.-white .section-title__en {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3125rem;
  }
}
.realizedream-corp-c-section-title.-white .section-title__en .dec {
  aspect-ratio: 53/41;
  width: 3.3125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-section-title.-white .section-title__en .dec {
    width: 1.25rem;
  }
}
.realizedream-corp-c-section-title.-white .section-title__en .dec img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-c-section-title.-white .section-title__en .text {
  text-align: left;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-right: auto;
  margin-inline: unset;
}
.realizedream-corp-c-section-title.-white .section-title__jp {
  color: #ffffff;
  text-align: left;
}

.button3 {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: transparent;
  backdrop-filter: blur(0.625rem);
  border: 1px solid rgba(27, 123, 79, 0.5);
  padding: 0.75rem 1.4375rem;
  color: #1b7b4f;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-radius: 0.125rem;
  min-width: 12.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button3 {
    font-size: 0.9375rem;
  }
}

@media (any-hover: hover) {
  .button3:hover {
    color: #ffffff;
    background: #1b7b4f;
    border: 1px solid rgba(27, 123, 79, 0.3);
  }
}
.realizedream-corp-c-footer {
  background: #3a540a;
  position: relative;
}
.realizedream-corp-c-footer::after {
  content: "";
  display: block;
  pointer-events: none;
  z-index: 1;
  background-image: url("/assets/realizedream-corp/img/common/footer-dec.svg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 594/458;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer::after {
    width: 100%;
    bottom: 2.625rem;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.realizedream-corp-c-footer .c-footer__page-top {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  padding: 1rem;
  background: #6da10d;
  display: grid;
  place-content: center;
}
.realizedream-corp-c-footer .c-footer__page-top::after {
  content: "";
  display: block;
  background: #ffffff;
  width: 1.75rem;
  aspect-ratio: 28/15;
  -webkit-mask-image: url("/assets/realizedream-corp/img/common/arrow-top.svg");
  mask-image: url("/assets/realizedream-corp/img/common/arrow-top.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__page-top:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-footer .c-footer__inner {
  padding: 3.875rem 0 0;
  max-width: 55.625rem;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__inner {
    max-width: 37.5rem;
    padding: 5rem 2.5rem 0;
  }
}
.realizedream-corp-c-footer .c-footer__logo {
  display: block;
  aspect-ratio: 179/52;
  width: 11.1875rem;
  margin-bottom: 2.5rem;
}
.realizedream-corp-c-footer .c-footer__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-c-footer .c-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 8.9375rem;
  gap: 2.1875rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__nav {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-c-footer .c-footer__nav-block {
  color: #ffffff;
}
.realizedream-corp-c-footer .c-footer__nav-title {
  font-size: 0.9375rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-weight: 700;
  line-height: 1.65;
  display: block;
  padding: 0.3125rem 0;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__nav-title {
    padding: 0;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__nav-title:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-footer .c-footer__nav-link {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  padding: 0.125rem 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__nav-link {
    padding: 0;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__nav-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__nav-right {
    margin-top: 1.25rem;
  }
}
.realizedream-corp-c-footer .c-footer__nav-snss {
  display: grid;
  grid-template-columns: 1.6875rem 1.6875rem;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
}
.realizedream-corp-c-footer .c-footer__sns-icon {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-footer.leadgridCms-onlyInnerWorkspace .c-footer__nav-snss {
  grid-template-columns: 3.5625rem 3.5625rem;
}
.realizedream-corp-c-footer.leadgridCms-onlyInnerWorkspace .c-footer__sns-icon {
  padding: 0.9375rem;
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__sns-icon:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-footer .c-footer__button {
  min-width: 8.9375rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__button {
    padding: 0.25rem 1.4375rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__button:hover {
    background: #383b3a;
  }
}
.realizedream-corp-c-footer .c-footer__bottom {
  max-width: 80rem;
  padding: 0 2.625rem;
  margin-inline: auto;
  color: #ffffff;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__bottom {
    max-width: 37.5rem;
    padding: 0 2.5rem;
    padding-bottom: 5rem;
  }
}
.realizedream-corp-c-footer .c-footer__copy {
  text-align: center;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__copy {
    margin-right: auto;
    text-align: left;
    margin-inline: unset;
  }
}
.realizedream-corp-c-footer .c-footer__policy {
  text-align: right;
  display: block;
  font-family: "Montserrat", sans-serif;
  opacity: 0.8;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-footer .c-footer__policy {
    margin-top: -1.0625rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-footer .c-footer__policy:hover {
    opacity: 1;
  }
}

html,
body {
  scroll-padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  html,
  body {
    scroll-padding-top: 4.6875rem;
  }
}

body:has(.realizedream-corp-s-mv) .realizedream-corp-c-header,
body:has(.realizedream-corp-s-pageFv) .realizedream-corp-c-header,
body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-c-header {
  background: transparent;
}
body:has(.realizedream-corp-s-mv) .realizedream-corp-c-header.is-active,
body:has(.realizedream-corp-s-pageFv) .realizedream-corp-c-header.is-active,
body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-c-header.is-active {
  background: rgba(109, 161, 13, 0.65);
}

.realizedream-corp-c-header {
  position: fixed;
  z-index: 100;
  background: rgba(109, 161, 13, 0.65);
  -webkit-transition: 0.3s ease-in-out background;
  transition: 0.3s ease-in-out background;
  top: 0;
  right: 0;
  left: 0;
}
.realizedream-corp-c-header.leadgridCms-onlyInnerWorkspace {
  position: relative !important;
  z-index: 100 !important;
  background: rgba(109, 161, 13, 0.65) !important;
}
.realizedream-corp-c-header .c-header__inner {
  padding: 1.375rem 2rem 1.375rem 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__inner {
    max-width: 37.5rem;
    padding: 0.9375rem 0.8125rem 0.75rem;
    gap: 1.25rem;
  }
}
.realizedream-corp-c-header .c-header__logo {
  aspect-ratio: 120/35;
  width: 7.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__logo {
    width: 8.125rem;
  }
}
.realizedream-corp-c-header .c-header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-c-header .c-header__nav {
  margin-left: 4.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__nav {
    display: none;
  }
}
.realizedream-corp-c-header .c-header__link {
  display: block;
  padding: 0.125rem 0;
  border-bottom: 1px solid transparent;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: relative;
}
.realizedream-corp-c-header .c-header__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 99%;
  width: 100%;
  left: 0;
  right: 0;
  height: 3.75rem;
  opacity: 0;
}
@media (any-hover: hover) {
  .realizedream-corp-c-header .c-header__link:hover {
    border-bottom: 1px solid #ffffff;
  }
}
.realizedream-corp-c-header .c-header__megamenu {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  visibility: hidden;
  opacity: 0;
  clip-path: inset(0% 0% 20% 0%);
  position: fixed;
  top: 6.25rem;
  left: 0;
  right: 0;
  background: rgba(252, 252, 244, 0.8);
  width: 100%;
  backdrop-filter: blur(0.9375rem);
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__megamenu {
    display: none;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-header .c-header__nav-wrap:hover .c-header__megamenu {
    opacity: 1;
    clip-path: inset(0% 0% -0.9375rem 0%);
    visibility: visible;
  }
  .realizedream-corp-c-header.leadgridCms-onlyInnerWorkspace .c-header__nav-wrap:hover .c-header__megamenu {
    opacity: 1 !important;
    visibility: visible !important;
    clip-path: inset(0% 0% 0% 0%) !important;
    position: fixed !important;
    z-index: 100 !important;
  }
  .realizedream-corp-c-header.leadgridCms-onlyInnerWorkspace .c-header__megamenu:hover {
    opacity: 1 !important;
    visibility: visible !important;
    clip-path: inset(0% 0% 0% 0%) !important;
    position: fixed !important;
    z-index: 100 !important;
  }
}
.realizedream-corp-c-header .c-header__megamenu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.realizedream-corp-c-header .c-header__megamenu-title {
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b7b4f;
  padding-right: 2.5rem;
}
.realizedream-corp-c-header .c-header__megamenu-lists {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  max-width: 46.25rem;
  gap: 0.75rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px solid rgba(27, 123, 79, 0.3);
}
.realizedream-corp-c-header .c-header__megamenu-list-wrap {
  min-width: 12.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.realizedream-corp-c-header .c-header__megamenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
}
.realizedream-corp-c-header .c-header__megamenu-list .c-header__megamenu-list-img {
  aspect-ratio: 53/30;
  width: 3.3125rem;
}
.realizedream-corp-c-header .c-header__megamenu-list .c-header__megamenu-list-text {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1b1b1b;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.realizedream-corp-c-header .c-header__megamenu-list .arrow {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  aspect-ratio: 1;
  width: 1.0625rem;
  background: rgba(58, 84, 10, 0.05);
  display: grid;
  place-content: center;
  border-radius: 50%;
}
.realizedream-corp-c-header .c-header__megamenu-list .arrow::after {
  content: "";
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
  aspect-ratio: 251/454;
  width: 0.375rem;
  -webkit-mask-image: url("/assets/realizedream-corp/img/common/circle-arrow.svg");
  mask-image: url("/assets/realizedream-corp/img/common/circle-arrow.svg");
  background: #1b7b4f;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
.realizedream-corp-c-header div.c-header__megamenu-list {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .realizedream-corp-c-header .c-header__megamenu-list:hover .c-header__megamenu-list-text {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b;
  }
  .realizedream-corp-c-header .c-header__megamenu-list:hover .arrow {
    background: #1b7b4f;
  }
  .realizedream-corp-c-header .c-header__megamenu-list:hover .arrow::after {
    background: #ffffff;
  }
}
.realizedream-corp-c-header .c-header__contact {
  display: block;
  background: rgba(109, 161, 13, 0.5);
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__contact {
    display: none;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-header .c-header__contact:hover {
    background: #383b3a;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__tel {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
}
.realizedream-corp-c-header .c-header__tel-number {
  pointer-events: none;
  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;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__tel-number {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.875rem;
    pointer-events: all;
  }
}
.realizedream-corp-c-header .c-header__tel-number .icon {
  aspect-ratio: 1;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__tel-number .icon {
    width: 0.75rem;
  }
}
.realizedream-corp-c-header .c-header__tel-number .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-c-header .c-header__tel-number .number {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__tel-number .number {
    letter-spacing: 0;
  }
}
.realizedream-corp-c-header .c-header__tel-time {
  display: block;
  position: relative;
  z-index: 3;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 0.9375rem;
  text-align: right;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-header .c-header__tel-time {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.realizedream-corp-c-header .c-header__hamburger {
  aspect-ratio: 1;
  width: 2.625rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-header .hamburger__line {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  width: 1.5rem;
  height: 2px;
  background: #1b7b4f;
  top: 50%;
  position: absolute;
  left: 50%;
}
.realizedream-corp-c-header .hamburger__line:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.3125rem));
  transform: translate(-50%, calc(-50% - 0.3125rem));
}
.realizedream-corp-c-header .hamburger__line:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.realizedream-corp-c-header .hamburger__line:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 0.3125rem));
  transform: translate(-50%, calc(-50% + 0.3125rem));
}
.realizedream-corp-c-header .c-header__hamburger.is-open {
  background: rgba(255, 255, 255, 0.2);
}
.realizedream-corp-c-header .c-header__hamburger.is-open .hamburger__line {
  background: #ffffff;
}
.realizedream-corp-c-header .c-header__hamburger.is-open .hamburger__line:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.realizedream-corp-c-header .c-header__hamburger.is-open .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.realizedream-corp-c-header .c-header__hamburger.is-open .hamburger__line:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.realizedream-corp-c-drawer {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow: auto;
  scrollbar-width: none;
  background: rgba(57, 76, 22, 0.8);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer {
    display: block;
  }
}
.realizedream-corp-c-drawer.js-drawer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-drawer.is-active {
  opacity: 1;
  visibility: visible;
}
.realizedream-corp-c-drawer .c-drawer__inner {
  background: #3a540a;
  max-width: 37.5rem;
  margin-inline: auto;
  padding: 0 2.0625rem;
  min-height: calc(100% + 7.5rem);
  position: relative;
  z-index: 3;
  clip-path: inset(0.8125rem 0.8125rem 0.8125rem 0.8125rem round 0.5rem);
}
.realizedream-corp-c-drawer .c-drawer__inner::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 349/289;
  width: 21.8125rem;
  background-image: url("/assets/realizedream-corp/img/common/footer-dec.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.realizedream-corp-c-drawer .c-drawer__container {
  padding: 6.625rem 0 7.5rem;
  position: relative;
  z-index: 4;
}
.realizedream-corp-c-drawer .c-drawer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 8.9375rem;
  gap: 2.1875rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer .c-drawer__nav {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-c-drawer .c-drawer__nav-block {
  color: #ffffff;
}
.realizedream-corp-c-drawer .c-drawer__nav-title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.65;
  display: block;
  padding: 0.3125rem 0;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer .c-drawer__nav-title {
    padding: 0;
  }
}
.realizedream-corp-c-drawer .c-drawer__nav-list:first-of-type {
  display: none;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit .c-drawer__nav-list:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit .c-drawer__nav-list:nth-of-type(5) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit .c-drawer__nav-list:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit .c-drawer__nav-list:nth-of-type(5) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.realizedream-corp-c-drawer .c-drawer__nav-lists.--recruit .c-drawer__nav-list:nth-of-type(3) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.realizedream-corp-c-drawer .c-drawer__nav-link {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  padding: 0.125rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer .c-drawer__nav-link {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer .c-drawer__nav-right {
    margin-top: 1.25rem;
  }
}
.realizedream-corp-c-drawer .c-drawer__nav-snss {
  display: grid;
  grid-template-columns: 1.6875rem 1.6875rem;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
}
.realizedream-corp-c-drawer .c-drawer__sns-icon {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .realizedream-corp-c-drawer .c-drawer__sns-icon:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-drawer .c-drawer__buttons {
  grid-template-columns: 1fr;
  gap: 0.5rem;
  display: grid;
}
.realizedream-corp-c-drawer .c-drawer__button {
  min-width: 8.9375rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-drawer .c-drawer__button {
    padding: 0.5rem 1.4375rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-drawer .c-drawer__button:hover {
    background: #383b3a;
  }
}
.realizedream-corp-c-breads .c-breads__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.75rem 1.3125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-breads .c-breads__items {
    gap: 0.125rem 0.75rem;
  }
}
.realizedream-corp-c-breads .c-breads__item-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.realizedream-corp-c-breads .c-breads__item-wrap:last-of-type .c-breads__item {
  word-break: break-all;
  overflow: hidden;
}
.realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type) {
  position: relative;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type) {
    padding-right: 0.5rem;
  }
}
.realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 0.25rem);
  top: 50%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 0.75rem;
  aspect-ratio: 1;
  background-image: url("../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type)::after {
    left: calc(100% - 0.25rem);
  }
}
.realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type) .c-breads__item {
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .realizedream-corp-c-breads .c-breads__item-wrap:not(:last-of-type):hover .c-breads__item {
    color: #383b3a;
  }
}
.realizedream-corp-c-breads .c-breads__item-wrap:last-of-type {
  pointer-events: none;
  color: #383b3a;
}
.realizedream-corp-c-breads .c-breads__item {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-breads .c-breads__item {
    line-height: 1.65;
  }
}

.leadgridCms-onlyInnerWorkspace .c-breads__item-wrap {
  pointer-events: all !important;
}
.leadgridCms-onlyInnerWorkspace .c-breads__item-wrap:last-of-type {
  pointer-events: all !important;
}

.realizedream-corp-c-sidebar {
  width: 18.75rem;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sidebar {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    margin-top: 3.875rem;
  }
}
.realizedream-corp-c-sidebar .c-sidebar__related,
.realizedream-corp-c-sidebar .c-sidebar__category,
.realizedream-corp-c-sidebar .c-sidebar__tag {
  margin-bottom: 2.5rem;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedTitle,
.realizedream-corp-c-sidebar .c-sidebar__categoryTitle,
.realizedream-corp-c-sidebar .c-sidebar__tagTitle {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
  color: #1b7b4f;
  margin: 0 0 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedTitle::after,
.realizedream-corp-c-sidebar .c-sidebar__categoryTitle::after,
.realizedream-corp-c-sidebar .c-sidebar__tagTitle::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(27, 123, 79, 0.3);
  display: block;
  margin-left: 1.25rem;
}
@media (any-hover: hover) {
  .realizedream-corp-c-sidebar .c-sidebar__relatedItem a:hover .thumb img {
    scale: 1.1;
  }
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #383b3a;
  padding: 1.25rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(27, 123, 79, 0.3);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sidebar .c-sidebar__relatedItem a {
    border-bottom: 1px solid rgba(27, 123, 79, 0.3);
  }
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem .wrap {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.8125rem;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem .thumb {
  position: relative;
  min-width: 5rem;
  width: 5.5625rem;
  background-color: transparent;
  border-radius: 0.25rem;
  aspect-ratio: 89/51;
  overflow: hidden;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem .thumb img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem .date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: rgba(27, 123, 79, 0.5);
  margin-bottom: 0.1875rem;
}
.realizedream-corp-c-sidebar .c-sidebar__relatedItem .title {
  font-size: 0.875rem;
  line-height: 1.65;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.realizedream-corp-c-sidebar .c-sidebar__categoryList {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.realizedream-corp-c-sidebar .c-sidebar__categoryList li a {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
  color: #52443c;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: #383b3a;
  text-decoration-color: #383b3a;
}
.realizedream-corp-c-sidebar .c-sidebar__categoryList li a::before {
  content: "";
  display: inline-block;
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #383b3a;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-left: 0.375rem;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media (any-hover: hover) {
  .realizedream-corp-c-sidebar .c-sidebar__categoryList li a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.realizedream-corp-c-sidebar .c-sidebar__tagList {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sidebar .c-sidebar__tagList {
    margin-top: 1.5rem;
  }
}
.realizedream-corp-c-sidebar .c-sidebar__tagItem {
  display: block;
}
.realizedream-corp-c-sidebar .c-sidebar__tagItem a {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #6da10d;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 500;
  border: 1px solid #6da10d;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-sidebar .c-sidebar__tagItem a::before {
  content: "#";
  margin-right: 0.25rem;
}
.realizedream-corp-c-sidebar .c-sidebar__tagItem a:hover {
  color: #ffffff;
  background-color: #6da10d;
  border-color: #6da10d;
}

.realizedream-corp-c-noresult {
  text-align: center;
  margin: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-noresult {
    margin: 5rem 0;
  }
}
.realizedream-corp-c-noresult .c-noresult__noResult-en-title {
  letter-spacing: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-noresult .c-noresult__noResult-en-title {
    margin-bottom: 0.625rem;
    font-size: 2rem;
  }
}
.realizedream-corp-c-noresult .c-noresult__noResult-jp-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #383b3a;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-noresult .c-noresult__noResult-jp-title {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }
}
.realizedream-corp-c-noresult .c-noresult__noResult-text {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: #383b3a;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-noresult .c-noresult__noResult-text {
    text-align: left;
  }
}
.realizedream-corp-c-noresult .realizedream-corp-c-button {
  margin-inline: auto;
}
.realizedream-corp-c-categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-categoryList {
    display: block;
    margin-bottom: 0;
  }
}
.realizedream-corp-c-categoryList .c-categoryList__title {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b7b4f;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-categoryList .c-categoryList__title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}
.realizedream-corp-c-categoryList .c-categoryList__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.realizedream-corp-c-categoryList .c-categoryList__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #6da10d;
  font-weight: 500;
  background-color: #ffffff;
  max-width: 100%;
  border-radius: 0.25rem;
  border: 1px solid #6da10d;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-categoryList .c-categoryList__list a:hover, .realizedream-corp-c-categoryList .c-categoryList__list a.is-current {
  background-color: #6da10d;
  color: #fff;
}

.c-newsList {
  padding: 2rem 2.5rem;
  display: block;
  border-bottom: 1px solid #fcfcf4;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .c-newsList {
    padding: 0.875rem 2.375rem 0.875rem 0;
  }
}
.c-newsList .c-newsList__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8125rem;
  margin-bottom: 0.0625rem;
}
.c-newsList .c-newsList__date {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  color: rgba(27, 123, 79, 0.5);
}
.c-newsList .c-newsList__cat {
  margin-top: -0.1875rem;
  color: rgba(27, 123, 79, 0.5);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.c-newsList .c-newsList__title {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  color: #383b3a;
}
@media screen and (max-width: 767px) {
  .c-newsList .c-newsList__title {
    font-size: 0.9375rem;
  }
}
.c-newsList .c-newsList__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-newsList .c-newsList__tag {
  padding: 0.0625rem 0.5rem;
  background: rgba(58, 84, 10, 0.05);
  color: #1b7b4f;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.c-newsList .c-newsList__tag::before {
  content: "#";
  margin-right: 0.1875rem;
}

@media (any-hover: hover) {
  .c-newsList:hover .c-newsList__title {
    -webkit-text-decoration-color: #383b3a;
    text-decoration-color: #383b3a;
  }
}
.realizedream-corp-c-share {
  position: sticky;
  top: 8.75rem;
  height: 100%;
  width: 2rem;
  margin-left: -3.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    margin-left: 0;
    width: auto;
    margin-left: 1.25rem;
  }
}
.realizedream-corp-c-share a {
  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: 1.5rem;
  height: 1.5rem;
}
.realizedream-corp-c-share a + a {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-share a + a {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-share a:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-share amp-social-share {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.3125rem;
}
.realizedream-corp-c-share amp-social-share + amp-social-share {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}

.realizedream-corp-c-related {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-related {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.c-related__title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .c-related__title {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.c-related__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-related__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.realizedream-corp-c-headerDetail .c-headerDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-headerDetail .c-headerDetail__meta {
    margin-bottom: 1.375rem;
  }
}
.realizedream-corp-c-headerDetail .c-headerDetail__meta .category {
  color: rgba(27, 123, 79, 0.5);
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (any-hover: hover) {
  .realizedream-corp-c-headerDetail .c-headerDetail__meta .category:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-headerDetail .c-headerDetail__meta .date {
  color: rgba(27, 123, 79, 0.5);
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.realizedream-corp-c-headerDetail .c-headerDetail__title {
  margin-bottom: 2.5rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #383b3a;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-headerDetail .c-headerDetail__title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-c-headerDetail .c-headerDetail__tags {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-headerDetail .c-headerDetail__tags {
    margin-bottom: 1.375rem;
  }
}
.realizedream-corp-c-headerDetail .c-headerDetail__tags .tag {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  padding: 0.125rem 0.5rem;
  background: rgba(58, 84, 10, 0.05);
  color: #1b7b4f;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.realizedream-corp-c-headerDetail .c-headerDetail__tags .tag::before {
  content: "#";
  margin-right: 0.1875rem;
}
@media (any-hover: hover) {
  .realizedream-corp-c-headerDetail .c-headerDetail__tags .tag:hover {
    color: #ffffff;
    background-color: #6da10d;
    border-color: #6da10d;
  }
}

.realizedream-corp-c-thumb {
  margin-bottom: 2.5rem;
  aspect-ratio: 662/338;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-thumb {
    aspect-ratio: 335/254;
  }
}
.realizedream-corp-c-thumb img {
  border-radius: 0.25rem;
}

.c-card .c-card__eyecatch {
  margin-bottom: 0.5rem;
  position: relative;
  aspect-ratio: 312/179;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-card .c-card__eyecatch img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .c-card:hover .c-card__eyecatch img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.c-card .c-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.25rem;
  gap: 0.9375rem;
}
.c-card .c-card__category {
  margin-top: 0.0625rem;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(27, 123, 79, 0.5);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card .c-card__date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: rgba(27, 123, 79, 0.5);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card .c-card__title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
  color: #383b3a;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.c-card .c-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.c-card .c-card__tag {
  padding: 0.125rem 0.5rem;
  background: rgba(58, 84, 10, 0.05);
  color: #1b7b4f;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.c-card .c-card__tag::before {
  content: "#";
  margin-right: 0.1875rem;
}

.inner {
  max-width: 53.375rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

html body .realizedream-corp-c-inner {
  max-width: 53.375rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  html body .realizedream-corp-c-inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}

.realizedream-corp-c-wysiwyg {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}
.realizedream-corp-c-wysiwyg h2,
.realizedream-corp-c-wysiwyg h3,
.realizedream-corp-c-wysiwyg h4,
.realizedream-corp-c-wysiwyg h5,
.realizedream-corp-c-wysiwyg h6 {
  margin: 0;
}
.realizedream-corp-c-wysiwyg h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 2.5rem;
  margin-bottom: 3.3125rem;
  padding: 0.625rem 1.0625rem;
  background: #f3f3e1;
  position: relative;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg h2 {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
  }
}
.realizedream-corp-c-wysiwyg h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: calc(100% + 1.25rem);
  left: 0;
  height: 3px;
  background: #6da10d;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg h2::after {
    top: calc(100% + 0.625rem);
  }
}
.realizedream-corp-c-wysiwyg h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg h3 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
}
.realizedream-corp-c-wysiwyg h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.3125rem;
  height: 100%;
  background-color: #6da10d;
}
.realizedream-corp-c-wysiwyg h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg h4 {
    margin-top: 1.875rem;
    margin-bottom: 2.8125rem;
  }
}
.realizedream-corp-c-wysiwyg p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg p {
    font-size: 0.9375rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    line-height: 1.5;
  }
}
.realizedream-corp-c-wysiwyg p a {
  color: #1b7b4f;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-wysiwyg p a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.realizedream-corp-c-wysiwyg li {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg li {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 0.9375rem;
  }
}
.realizedream-corp-c-wysiwyg ul,
.realizedream-corp-c-wysiwyg ol {
  margin: 1.875rem 0;
}
.realizedream-corp-c-wysiwyg ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.realizedream-corp-c-wysiwyg ol li {
  padding-left: 2rem;
  text-indent: -2rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg ol li {
    padding-left: 2.1875rem;
    text-indent: -2.1875rem;
  }
}
.realizedream-corp-c-wysiwyg ol li::before {
  color: #6da10d;
  content: "0" counter(n) ".";
  counter-increment: n;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  margin-right: 0.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg ol li::before {
    font-size: 0.9375rem;
    margin-top: 0.1875rem;
  }
}
.realizedream-corp-c-wysiwyg ol li:nth-of-type(n + 10):before {
  content: counter(n) ".";
}
.realizedream-corp-c-wysiwyg ul {
  list-style: none;
  padding-left: 0;
}
.realizedream-corp-c-wysiwyg ul li {
  padding-left: 2.0625rem;
  text-indent: -2.0625rem;
}
.realizedream-corp-c-wysiwyg ul li::before {
  display: inline-block;
  background-color: #6da10d;
  content: "";
  margin-right: 0.75rem;
  margin-left: 0.6875rem;
  width: 0.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg ul li::before {
    width: 0.625rem;
  }
}
.realizedream-corp-c-wysiwyg a {
  word-wrap: break-word;
}
.realizedream-corp-c-wysiwyg blockquote {
  padding: 1.5rem 2.75rem 1.5rem 3.9375rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background: rgba(58, 84, 10, 0.05);
  margin: 1.875rem 0;
  position: relative;
  border: none;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg blockquote {
    padding: 3.125rem 1.5rem 1.5rem 1.5rem;
    margin: 1.875rem 0;
  }
}
.realizedream-corp-c-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 1.8125rem;
  aspect-ratio: 29/23;
  -webkit-mask-image: url("/assets/realizedream-corp/img/common/icon_quote.svg");
  mask-image: url("/assets/realizedream-corp/img/common/icon_quote.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #6da10d;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-wysiwyg blockquote::before {
    top: 1.5rem;
    left: 1.5rem;
    width: 1.25rem;
  }
}
.realizedream-corp-c-wysiwyg blockquote p {
  margin: 0;
}
.realizedream-corp-c-wysiwyg table {
  border: 8px solid rgba(58, 84, 10, 0.05);
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  table-layout: fixed;
}
.realizedream-corp-c-wysiwyg table tbody,
.realizedream-corp-c-wysiwyg table thead {
  width: 100%;
  display: table;
}
.realizedream-corp-c-wysiwyg table th {
  background-color: #6da10d;
  color: #ffffff;
}
.realizedream-corp-c-wysiwyg table td,
.realizedream-corp-c-wysiwyg table th {
  overflow: hidden;
  border: 1px solid rgba(58, 84, 10, 0.05);
  padding: 0.625rem;
  min-width: 16.5rem;
}
.realizedream-corp-c-wysiwyg table th[colspan="2"] {
  min-width: 28.75rem;
}
.realizedream-corp-c-wysiwyg table td[colspan="2"] {
  min-width: 28.75rem;
}
.realizedream-corp-c-wysiwyg table td {
  background: #ffffff;
}
.realizedream-corp-c-wysiwyg code .hljs-ln {
  margin-top: 0;
  margin-bottom: 0;
}
.realizedream-corp-c-wysiwyg code .hljs-ln-code,
.realizedream-corp-c-wysiwyg code .hljs-ln-numbers {
  border: none;
  padding: 0;
  min-width: 0.3125rem;
}
.realizedream-corp-c-wysiwyg code .hljs-ln-numbers {
  border-right: 0.0625rem solid #ccc;
}
.realizedream-corp-c-wysiwyg img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin: 2.5rem 0;
}
.realizedream-corp-c-wysiwyg .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #62900b;
}
.realizedream-corp-c-wysiwyg iframe {
  max-width: 100%;
}
.realizedream-corp-c-wysiwyg h2:first-child,
.realizedream-corp-c-wysiwyg h3:first-child,
.realizedream-corp-c-wysiwyg h4:first-child,
.realizedream-corp-c-wysiwyg h5:first-child,
.realizedream-corp-c-wysiwyg h6:first-child,
.realizedream-corp-c-wysiwyg p:first-child,
.realizedream-corp-c-wysiwyg ol:first-child,
.realizedream-corp-c-wysiwyg ul:first-child,
.realizedream-corp-c-wysiwyg blockquote:first-child,
.realizedream-corp-c-wysiwyg img:first-child,
.realizedream-corp-c-wysiwyg table:first-child {
  margin-top: 0;
}
.realizedream-corp-c-wysiwyg p a {
  color: #1b7b4f;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .realizedream-corp-c-wysiwyg p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}
.realizedream-corp-c-wysiwyg a img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .realizedream-corp-c-wysiwyg a img:hover {
    opacity: 0.8;
  }
}
.realizedream-corp-c-wysiwyg .fr-dii {
  float: left;
  margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  max-width: calc(100% - 1rem);
}

.realizedream-corp-c-form .leadgrid-form__row {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .leadgrid-form__row {
    margin-top: 1.875rem;
  }
}
.realizedream-corp-c-form .leadgrid-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #1b1b1b;
  letter-spacing: 1.4px;
  margin-bottom: 1.25rem;
}
.realizedream-corp-c-form .leadgrid-form__label::before {
  content: "任意";
  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;
  font-size: 0.75rem;
  font-weight: bold;
  color: #1b1b1b;
  background-color: #f3f3e1;
  height: 1.625rem;
  white-space: nowrap;
  padding: 0.1875rem 0.875rem;
  border-radius: 0.3125rem;
  margin-right: 1rem;
}
.realizedream-corp-c-form .leadgrid-form__label.-required:before {
  content: "必須";
  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;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  height: 1.625rem;
  white-space: nowrap;
  padding: 0.1875rem 0.875rem;
  border-radius: 0.3125rem;
  margin-right: 1rem;
}
.realizedream-corp-c-form .sc-dLMFU,
.realizedream-corp-c-form .sc-fqkvVR {
  font-size: 0.875rem;
  font-weight: 400;
  color: #d35645;
  line-height: 1.4;
  letter-spacing: 0;
  letter-spacing: 0;
}
.realizedream-corp-c-form .leadgrid-form__input,
.realizedream-corp-c-form .leadgrid-form__textarea,
.realizedream-corp-c-form .leadgrid-form__select > select {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f3f3e1;
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
}
.realizedream-corp-c-form .leadgrid-form__input::-webkit-input-placeholder, .realizedream-corp-c-form .leadgrid-form__textarea::-webkit-input-placeholder, .realizedream-corp-c-form .leadgrid-form__select > select::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::-moz-placeholder, .realizedream-corp-c-form .leadgrid-form__textarea::-moz-placeholder, .realizedream-corp-c-form .leadgrid-form__select > select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input:-ms-input-placeholder, .realizedream-corp-c-form .leadgrid-form__textarea:-ms-input-placeholder, .realizedream-corp-c-form .leadgrid-form__select > select:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::-ms-input-placeholder, .realizedream-corp-c-form .leadgrid-form__textarea::-ms-input-placeholder, .realizedream-corp-c-form .leadgrid-form__select > select::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::placeholder,
.realizedream-corp-c-form .leadgrid-form__textarea::placeholder,
.realizedream-corp-c-form .leadgrid-form__select > select::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input:focus,
.realizedream-corp-c-form .leadgrid-form__textarea:focus,
.realizedream-corp-c-form .leadgrid-form__select > select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
  box-shadow: 0 0 0 0.24rem rgba(134, 183, 254, 0.005);
}
.realizedream-corp-c-form .leadgrid-form__input,
.realizedream-corp-c-form .leadgrid-form__select > select {
  height: 3.125rem;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .leadgrid-form__input,
  .realizedream-corp-c-form .leadgrid-form__select > select {
    padding: 0 1rem;
    height: 2.8125rem;
  }
}
.realizedream-corp-c-form .leadgrid-form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__textarea {
  min-height: 18.75rem;
  padding: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .leadgrid-form__textarea {
    padding: 1rem 0.625rem;
  }
}
.realizedream-corp-c-form .leadgrid-form__textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.realizedream-corp-c-form .leadgrid-form__select {
  position: relative;
}
.realizedream-corp-c-form .leadgrid-form__select > select {
  cursor: pointer;
  padding-right: 4.125rem;
}
.realizedream-corp-c-form .leadgrid-form__select::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  border-radius: 0.0625rem;
  background: #dddddd;
  height: 2rem;
  margin-top: unset;
}
.realizedream-corp-c-form .sc-cPiKLX.eQJVDn::before {
  border: 2px solid #1b1b1b;
  width: 1.375rem;
  background: transparent;
  height: 1.375rem;
  min-width: unset;
}
.realizedream-corp-c-form .leadgrid-form__radio input:checked + .sc-cPiKLX {
  font-weight: 400;
}
.realizedream-corp-c-form .sc-cPiKLX.eQJVDn::after {
  background-color: unset !important;
  background: radial-gradient(#000 0 0.375rem, transparent 0.375rem 100%) !important;
  width: 1.375rem !important;
  height: 1.375rem !important;
  margin-top: unset !important;
  left: 0 !important;
  min-width: unset !important;
  top: 1px !important;
}
.realizedream-corp-c-form .eQJVDn {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  color: #1b1b1b;
}
.realizedream-corp-c-form .leadgrid-form__radio + .leadgrid-form__radio {
  margin-top: 1.125rem;
}
.leadgrid-form__item .realizedream-corp-c-form .leadgrid-form__radio {
  padding-left: 2.125rem;
}
@media screen and (max-width: 767px) {
  .leadgrid-form__item .realizedream-corp-c-form .leadgrid-form__radio {
    padding-left: 1.25rem;
  }
}
.leadgrid-form__item .realizedream-corp-c-form .leadgrid-form__radio:first-of-type {
  margin-top: 1rem;
}
.realizedream-corp-c-form .leadgrid-form__radio > label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realizedream-corp-c-form .leadgrid-form__radio > label input[type=radio] {
  display: none;
}
.realizedream-corp-c-form .leadgrid-form__radio > label input[type=radio]:checked + .leadgrid-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -0.375rem;
  left: 0.3125rem;
}
.realizedream-corp-c-form .leadgrid-form__radio .leadgrid-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  position: relative;
  cursor: pointer;
}
.realizedream-corp-c-form .leadgrid-form__radio .leadgrid-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 0.5rem;
  min-width: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 0.125rem solid #1b1b1b;
}
.realizedream-corp-c-form .c-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.realizedream-corp-c-form .c-form__checkbox label {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realizedream-corp-c-form .c-form__checkbox input[type=checkbox] {
  display: none;
}
.realizedream-corp-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 0.5rem;
  height: 0.875rem;
  border-bottom: 0.1875rem solid #1b1b1b;
  border-right: 0.1875rem solid #1b1b1b;
  border-radius: 0.125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0.4375rem;
  margin-top: -0.5rem;
}
.realizedream-corp-c-form .c-form__checkboxLabel {
  color: #1b1b1b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 0.9375rem;
  cursor: pointer;
  position: relative;
}
.realizedream-corp-c-form .c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 1.375rem;
  background: transparent;
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.75rem;
  border: 2px solid #1b1b1b;
}
.realizedream-corp-c-form .c-form__agree {
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__agree {
    max-width: 23.4375rem;
    margin-inline: auto;
  }
}
.realizedream-corp-c-form .c-form__agree > div {
  margin-bottom: 0.5rem;
}
.realizedream-corp-c-form .c-form__agree .privacy {
  color: #999;
  font-size: 0.75rem;
  text-align: center;
  margin: 0.9375rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__agree .privacy {
    text-align: left;
  }
}
.realizedream-corp-c-form .c-form__agree .privacy a {
  color: #999;
}
.realizedream-corp-c-form .c-form__agreeText {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__agreeText {
    font-size: 0.875rem;
  }
}
.realizedream-corp-c-form .c-form__agreeText a {
  color: #383b3a;
}
.realizedream-corp-c-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__action {
    margin-top: 3.125rem;
  }
}
.realizedream-corp-c-form .leadgrid-c-button {
  border: unset;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #6da10d;
  padding: 1rem 1.4375rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  border-radius: 0.125rem;
  min-width: 12.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .leadgrid-c-button {
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-form .leadgrid-c-button:hover {
    background: #445f10;
    -webkit-transform: unset;
    transform: unset;
  }
}
.realizedream-corp-c-form .sc-imWYAI {
  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;
  padding: 0.6875rem 1.25rem;
  border-radius: 0.1875rem;
  border: 2px solid rgba(58, 84, 10, 0.05);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.8125rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1b1b1b;
  background: #f3f3e1;
  line-height: 1.65;
  min-height: 3rem;
}
.realizedream-corp-c-form .sc-fqkvVR.eqlkwm {
  display: none;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__agreeText_not_scroll {
    text-align: left;
  }
}
.realizedream-corp-c-form .c-form__agreeText_not_scroll > div {
  margin-bottom: 1rem;
  color: #1b1b1b;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .c-form__agreeText_not_scroll > div {
    text-align: left !important;
    width: 16.875rem;
    text-align: left;
  }
}
.realizedream-corp-c-form .sc-imWYAI img {
  width: 1.375rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
}
.realizedream-corp-c-form .label--file-note {
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .label--file-note {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.realizedream-corp-c-form .label--file-note::after {
  content: "※添付できるファイル総容量は5MBまでです。";
  display: inline-block;
  margin-left: 0.5625rem;
  color: #d35645;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-form .label--file-note::after {
    width: 100%;
    margin-left: unset;
  }
}

.realizedream-corp-c-toc {
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-toc {
    margin: 1.875rem 0;
  }
}
.realizedream-corp-c-toc .c-toc__inner {
  border: 1px solid rgba(58, 84, 10, 0.05);
  border-radius: 0.3125rem;
  padding: 1.875rem 2.5rem;
  background: #f3f3e1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-toc .c-toc__inner {
    padding: 1.875rem 0.9375rem 1.875rem 1.25rem;
  }
}
.realizedream-corp-c-toc .c-toc__title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  color: #383b3a;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-toc .c-toc__title {
    font-size: 1.25rem;
  }
}
.realizedream-corp-c-toc .c-toc__list {
  list-style: none;
  padding-left: 0;
}
.realizedream-corp-c-toc .c-toc__item {
  margin-bottom: 0.25rem;
  line-height: 1.6;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-toc .c-toc__item {
    margin-bottom: 0.25rem;
  }
}
.realizedream-corp-c-toc .c-toc__item::before {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 1;
  left: 0;
  width: 0.375rem;
  background: #383b3a;
  border-radius: 50%;
  top: 0.625rem;
}
.realizedream-corp-c-toc .c-toc__item--lv3 {
  margin-left: 1em;
}
.realizedream-corp-c-toc .c-toc__item--lv4 {
  margin-left: 2em;
}
.realizedream-corp-c-toc .c-toc__link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #383b3a;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-toc .c-toc__link {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-c-toc .c-toc__link:hover {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    color: #000;
  }
}

.realizedream-corp-c-sectionHeader {
  margin-bottom: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader {
    margin-bottom: 2rem;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__topper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1b7b4f;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
    margin-bottom: 0.875rem;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  font-weight: bold;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
  content: "";
  margin-top: 1rem;
  display: block;
  height: 0.3125rem;
  width: 2.5rem;
  background-color: rgba(27, 123, 79, 0.5);
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::after {
    width: 3rem;
    height: 0.25rem;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__content {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0.9375rem 0 0;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.realizedream-corp-c-sectionHeader .c-sectionHeader__content:empty {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-sectionHeader .c-sectionHeader__content {
    line-height: 1.65;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.85px;
  }
}

.realizedream-corp-c-relatedNews {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-relatedNews {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}

.c-relatedNews__title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .c-relatedNews__title {
    margin-bottom: 2.125rem;
  }
}

.c-newsList {
  padding: unset;
}

.c-relatedNews__list {
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-relatedNews__list {
    gap: 2.875rem;
  }
}

.c-newsList__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.c-newsList__cat {
  font-size: 0.75rem;
}

.c-newsList__date {
  font-size: 0.75rem;
}

.c-newsList__title {
  margin-bottom: 0.5rem;
}

.c-relatedNews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-relatedNews__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}

.realizedream-corp-c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.realizedream-corp-c-pager .c-pager__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: rgba(58, 84, 10, 0.05);
  color: #1b7b4f;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-pager .c-pager__item i {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-pager .c-pager__item + .c-pager__item {
  margin-left: 0.75rem;
}
.realizedream-corp-c-pager .c-pager__item.-current {
  background-color: #62900b;
  color: #fff;
}
.realizedream-corp-c-pager .c-pager__item.-prev i {
  display: block;
  width: 0.5rem;
  aspect-ratio: 5/9;
  background: #1b7b4f;
  -webkit-mask-image: url("../img/common/pager-arrow.svg");
  mask-image: url("../img/common/pager-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.realizedream-corp-c-pager .c-pager__item.-next i {
  display: block;
  width: 0.5rem;
  aspect-ratio: 5/9;
  background: #1b7b4f;
  -webkit-mask-image: url("../img/common/pager-arrow.svg");
  mask-image: url("../img/common/pager-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (any-hover: hover) {
  .realizedream-corp-c-pager .c-pager__item:hover {
    background-color: #6da10d;
    color: #fff;
  }
  .realizedream-corp-c-pager .c-pager__item:hover i {
    background: #ffffff;
  }
}

.realizedream-corp-c-editor {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #ffffff;
  padding: 1.6875rem 2.625rem 1.8125rem 2.375rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(58, 84, 10, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor {
    margin-top: 1.6875rem;
    margin-bottom: 6.25rem;
    padding: 1.6875rem 2.4375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.realizedream-corp-c-editor .c-editor__top {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__top {
    display: contents;
  }
}
.realizedream-corp-c-editor .c-editor__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__left {
    display: contents;
  }
}
.realizedream-corp-c-editor .c-editor__img {
  aspect-ratio: 1;
  width: 4.125rem;
  border-radius: 50%;
  background: gray;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.25rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.625rem;
    text-align: center;
  }
}
.realizedream-corp-c-editor .c-editor__info .text {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__info .text {
    margin-bottom: 0.625rem;
  }
}
.realizedream-corp-c-editor .c-editor__info .name {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1.27px;
  display: block;
}
.realizedream-corp-c-editor .c-editor__snslinks {
  max-width: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__snslinks {
    margin-bottom: 1.3125rem;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-inline: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.realizedream-corp-c-editor .c-editor__snslink {
  aspect-ratio: 1;
  width: 1.125rem;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-c-editor .c-editor__snslink img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (any-hover: hover) {
  .realizedream-corp-c-editor .c-editor__snslink:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-c-editor .c-editor__bottom {
  font-size: 0.875rem;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.85px;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-c-editor .c-editor__bottom {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.base-s-bannerarea-2 {
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea-2 {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea-2 .base-c-inner {
    max-width: 510px;
  }
}
.base-s-bannerarea-2 .s-bannerarea-2__banner {
  width: 100%;
}
.base-s-bannerarea-2 .s-bannerarea-2__banner img {
  width: 100%;
  height: auto;
}

.base-s-bannerarea .s-bannerarea__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-bannerarea .s-bannerarea__item {
  border-radius: var(--border-radius);
  overflow: hidden;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__item {
    padding: 0;
  }
  .base-s-bannerarea .s-bannerarea__item + .s-bannerarea__item {
    margin-top: 16px;
  }
}
.base-s-bannerarea .s-bannerarea__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-bannerarea .s-bannerarea__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-bannerarea .s-bannerarea__item {
    width: 100%;
  }
}

.base-s-blog .s-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -16px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-blog .s-blog__list li {
  max-width: 33.3%;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li {
    padding: 0;
    max-width: 100%;
  }
}
.base-s-blog .s-blog__list li:nth-child(3n) {
  margin-right: 0;
}
.base-s-blog .s-blog__list li a {
  position: relative;
  display: block;
  padding-bottom: 32px;
  text-decoration: none;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.base-s-blog .s-blog__list li a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("/assets/base/img/top/blog/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__list li a:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listWrap {
    margin-left: 18px;
  }
}
.base-s-blog .s-blog__listThumb {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listThumb {
    min-width: 115px;
    height: 70px;
  }
}
.base-s-blog .s-blog__listThumb img {
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listThumb img {
    height: 70px;
  }
}
.base-s-blog .s-blog__listDate {
  display: block;
  margin: 16px 0 0;
  font-size: 13px;
  font-family: var(--font-family-en);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listDate {
    margin: 0;
  }
}
.base-s-blog .s-blog__listTitle {
  margin: 8px 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blog .s-blog__listTitle {
    line-height: 1.6;
  }
}

.base-s-blogDetail {
  padding: 64px 0 128px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail {
    padding: 32px 0 80px;
  }
}
.base-s-blogDetail > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail > .base-c-inner {
    display: block;
  }
}
.base-s-blogDetail .s-blogDetail__content {
  width: calc(100% - 340px);
  max-width: 650px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__content {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.base-s-blogDetail .s-blogDetail__meta {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1;
}
.base-s-blogDetail .s-blogDetail__meta .date {
  font-family: var(--font-family-en);
  margin-right: 12px;
  color: #aaaaaa;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.base-s-blogDetail .s-blogDetail__meta .category {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogDetail .s-blogDetail__tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 -8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-s-blogDetail .s-blogDetail__tags .tag {
  margin: 0 8px 8px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__tags .tag::before {
  content: "# ";
}
.base-s-blogDetail .s-blogDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__wrap {
    display: block;
  }
}
.base-s-blogDetail .s-blogDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 32px;
  margin-left: -56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
    margin-bottom: 24px;
    margin-left: 0;
    margin-top: 24px;
    width: auto;
  }
}
.base-s-blogDetail .s-blogDetail__share a {
  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: 32px;
  height: 32px;
}
.base-s-blogDetail .s-blogDetail__share a + a {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share a + a {
    margin-top: 0;
    margin-left: 8px;
  }
}
.base-s-blogDetail .s-blogDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.base-s-blogDetail .s-blogDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-blogDetail .s-blogDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.base-s-blogDetail .s-blogDetail__thumb {
  margin: 24px 0;
}
.base-s-blogDetail .s-blogDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-blogDetail .s-blogDetail__profile {
  border: 3px solid #d8d8d8;
  padding: 25px 45px;
  position: relative;
  margin-top: 80px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profile {
    padding: 16px;
  }
}
.base-s-blogDetail .s-blogDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-blogDetail .s-blogDetail__profileThumb {
  position: relative;
  overflow: hidden;
  min-width: 64px;
  width: 64px;
  height: 64px;
  background-color: var(--color-base-background);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileThumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-blogDetail .s-blogDetail__profileThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.base-s-blogDetail .s-blogDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileWrap {
    padding-top: 0;
  }
}
.base-s-blogDetail .s-blogDetail__profileLabel {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileLabel {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileLabel {
    font-size: 12px;
  }
}
.base-s-blogDetail .s-blogDetail__profileName {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-blogDetail .s-blogDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 35px;
  right: 45px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileSns {
    top: 24px;
    right: 16px;
  }
}
.base-s-blogDetail .s-blogDetail__profileSns a {
  text-decoration: none;
}
.base-s-blogDetail .s-blogDetail__profileSns a + a {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileSns a + a {
    margin-left: 12px;
  }
}
.base-s-blogDetail .s-blogDetail__profileText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__profileText {
    margin-top: 8px;
    font-size: 13px;
  }
}
.base-s-blogDetail .s-blogDetail__pager {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next, .base-s-blogDetail .s-blogDetail__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next, .base-s-blogDetail .s-blogDetail__pagerLink.-prev {
    width: 48%;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next a, .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
  display: block;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next a, .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
    padding: 20px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .label, .base-s-blogDetail .s-blogDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .title, .base-s-blogDetail .s-blogDetail__pagerLink.-prev .title {
  text-decoration: underline;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next {
  margin-left: auto;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .icon-arrow {
  right: 0;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_next.svg");
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}
.base-s-blogDetail .s-blogDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/blog_detail/icon_arrow_prev.svg");
}
.base-s-blogDetail .s-blogDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-blogDetail .s-blogDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.base-s-blogDetail .s-blogDetail__recommend {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommend {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.base-s-blogDetail .s-blogDetail__recommendTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-blogDetail .s-blogDetail__recommendList {
  margin-top: 24px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb {
  width: 190px;
  height: 106.875px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb {
    width: 100%;
  }
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.base-s-blogDetail .s-blogDetail__recommendList .wrap {
  margin-left: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__recommendList .wrap {
    width: 100%;
    padding-bottom: 59.75%;
  }
}
.base-s-blogDetail .s-blogDetail__recommendList .category {
  font-size: 12px;
}
.base-s-blogDetail .s-blogDetail__recommendList .date {
  font-size: 14px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__meta {
  margin-bottom: 8px;
}
.base-s-blogDetail .s-blogDetail__recommendList .c-blogCard__title {
  font-size: 16px;
  margin-bottom: 8px;
}
.base-s-blogDetail .s-blogDetail__related {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__related {
    max-width: 480px;
    margin: auto;
    margin-top: 40px;
  }
}
.base-s-blogDetail .s-blogDetail__relatedTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-blogDetail .s-blogDetail__relatedList {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard:nth-child(n+3) {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__relatedList .base-c-blogCard:nth-child(n+3) {
    margin-top: 0;
  }
}
.base-s-blogDetail .s-blogDetail__toc {
  background: var(--color-base-primaryFaded);
  padding: 35px 24px 25px;
  margin: 48px 0;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc {
    margin: 0 0 32px;
    padding: 24px;
  }
}
.base-s-blogDetail .s-blogDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.base-s-blogDetail .s-blogDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.base-s-blogDetail .s-blogDetail__toc .title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  font-weight: bold;
  color: var(--color-base-primary);
  display: block;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.base-s-blogDetail .s-blogDetail__toc .h2list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc .h2list {
    padding: 0;
  }
}
.base-s-blogDetail .s-blogDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  text-indent: initial;
  padding-left: 24px;
  text-indent: -14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc .h2list li {
    font-size: 13px;
  }
}
.base-s-blogDetail .s-blogDetail__toc .h2list li:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-base-primary);
  border-radius: 10px;
  position: relative;
  top: -5px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc .h2list li:before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
}
.base-s-blogDetail .s-blogDetail__toc .h2list li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  color: var(--font-size-l);
}
.base-s-blogDetail .s-blogDetail__toc .h2list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-base-primary);
}
.base-s-blogDetail .s-blogDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.base-s-blogDetail .s-blogDetail__toc .h3list {
  margin: 0;
  padding: 8px 0;
}
.base-s-blogDetail .s-blogDetail__toc .h3list li {
  margin: 0;
}
.base-s-blogDetail .s-blogDetail__toc .h3list li:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-base-text);
  border-radius: 10px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .base-s-blogDetail .s-blogDetail__toc .h3list li:before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
}
.base-s-blogDetail .s-blogDetail__toc .h3list a {
  padding-bottom: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.base-s-blogDetail .s-blogDetail__toc .h3list a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.base-s-blogList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-1 {
    padding: 48px 0;
  }
}
.base-s-blogList-1 > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-1 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-1 .s-blogList-1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.base-s-blogList-1 .s-blogList-1__list {
  width: 100%;
}

.base-s-blogList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 {
    padding: 48px 0;
  }
}
.base-s-blogList-2 > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-2 .s-blogList-2__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.base-s-blogList-2 .s-blogList-2__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__contentWrap {
    margin-bottom: -30px;
  }
}
.base-s-blogList-2 .s-blogList-2__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogList-2 .s-blogList-2__description {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__description {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__description {
    margin: 0 0 32px;
  }
}
.base-s-blogList-2 .s-blogList-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.base-s-blogList-2 .s-blogList-2__list .base-c-blogCard {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__list .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogList-2 .s-blogList-2__list .base-c-blogCard:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .s-blogList-2__list .base-c-blogCard:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-2 .base-c-sidebar.-sp-hide {
    display: none;
  }
}

.base-s-blogList-3 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 {
    padding: 48px 0;
  }
}
.base-s-blogList-3 > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 > .base-c-inner {
    display: block;
    max-width: 480px;
  }
}
.base-s-blogList-3 .s-blogList-3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard {
    width: 100%;
    margin-bottom: 32px;
  }
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(n+4) {
    margin-top: 0;
  }
}
.base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-1), .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-2) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-1), .base-s-blogList-3 .s-blogList-3__list .base-c-blogCard:nth-child(3n-2) {
    margin-right: 0;
  }
}
.base-s-blogList-3 .s-blogList-3__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-blogList-3 .s-blogList-3__description {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: justify;
  width: 100%;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__description {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-blogList-3 .s-blogList-3__description {
    margin: 0 0 32px;
  }
}

.base-s-card .s-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-card .s-card__list li {
  width: calc((100% - 32px) / 2);
  padding: 32px;
  border: 3px solid #f5f5f5;
  border-radius: var(--border-radius);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__list li {
    padding: 24px 16px;
    width: 100%;
    max-width: 480px;
  }
}
.base-s-card .s-card__listTitle {
  margin: 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-card .s-card__listContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
  }
}
.base-s-card .s-card__listContent .s-card__listThumb {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 175px;
  min-width: 175px;
  height: 130px;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listThumb {
    width: 100%;
    min-width: auto;
  }
}
.base-s-card .s-card__listContent .s-card__listDescription {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 24px;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listDescription {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listContent .s-card__listDescription {
    margin: 12px 0 0 0;
  }
}
.base-s-card .s-card__listButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-card .s-card__listButton {
    margin-top: 16px;
  }
}

.base-s-carousel-2 .s-carousel-2__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-base-primaryFaded);
  padding: 42px 40px;
  height: 370px;
  border-radius: 5px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2 .s-carousel-2__Item.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__Item {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.base-s-carousel-2 .s-carousel-2__imgWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__imgWrap {
    width: 100%;
  }
}
.base-s-carousel-2 .s-carousel-2__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-carousel-2 .s-carousel-2__contentWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0%;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 14px 0 0 0;
  line-height: 30px;
  letter-spacing: 1.05882px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
  display: inline-block;
  margin-top: 29px;
  background-color: var(--color-base-primary);
  border-radius: 30px;
  color: #fff;
  padding: 11px 94px 14px;
  font-weight: bold;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  height: auto;
  border-radius: var(--border-radius-button);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2 .s-carousel-2__contentWrap .s-carousel-2__btn {
    padding: 11px 60px 14px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2__title {
    max-width: 697px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2__title {
    padding: 0 20px;
  }
}
.base-s-carousel-2__con {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-carousel-2__con {
    max-width: 1194px;
    margin-top: 95px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel-2__con {
    margin-top: 45px;
  }
}

.base-c-carousel-2-slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider {
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn {
    padding: 0 15px;
  }
}
.base-c-carousel-2-slider__btn > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__btn > ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul li {
    width: calc((100% - 5px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__btn > ul li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__btn > ul li + li:nth-child(n+3) {
    margin-top: 5px;
  }
}
.base-c-carousel-2-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 64%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .base-c-carousel-2-slider__con {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-carousel-2-slider__con {
    margin-top: 40px;
  }
}

.base-c-slider-tab {
  font-weight: 700;
  display: block;
  list-style-type: none;
  width: auto;
  height: auto;
  border-radius: 5px;
  opacity: 1;
  background: #fff;
  border: 3px solid var(--color-base-primary);
  text-align: center;
  color: var(--color-base-primary);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .base-c-slider-tab {
    font-size: var(--font-size-m);
    line-height: 26.1px;
    letter-spacing: 1.62px;
    padding: 27px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-tab {
    font-size: var(--font-size-s);
    line-height: 27px;
    letter-spacing: 0.04em;
    padding: 14px 0;
  }
}
.base-c-slider-tab:hover, .base-c-slider-tab.swiper-pagination-bullet-active {
  background: var(--color-base-primary);
  color: #fff;
}

.base-c-slider-btn {
  border-radius: 100%;
  background: var(--color-base-primary);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (min-width: 768px) {
  .base-c-slider-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-btn {
    width: 40px;
    height: 40px;
  }
}
.base-c-slider-btn:hover {
  opacity: 0.7;
}
.base-c-slider-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .base-c-slider-btn:before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-slider-btn:before {
    width: 6px;
    height: 6px;
  }
}
.base-c-slider-btn.-next:before {
  border-width: 2px 2px 0 0;
}
.base-c-slider-btn.-prev:before {
  border-width: 0 0 2px 2px;
}

.base-s-carousel {
  background-color: #fff !important;
}
.base-s-carousel .base-c-inner {
  max-width: 960px;
}
.base-s-carousel .s-carousel__Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-base-primaryFaded);
  padding: 48px 40px;
  border-radius: 5px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .base-s-carousel .s-carousel__Item.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__Item {
    padding: 0 16px 32px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.base-s-carousel .s-carousel__imgWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__imgWrap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.base-s-carousel .s-carousel__imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-carousel .slick-arrow {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: var(--color-base-primary);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  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;
}
.base-s-carousel .slick-arrow::after {
  z-index: 2;
  width: 35px;
  height: 35px;
}
.base-s-carousel .slick-arrow:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}
.base-s-carousel .prev-arrow {
  left: -6.9444%;
  top: 167.5px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .prev-arrow {
    left: -8px;
  }
}
.base-s-carousel .prev-arrow::after {
  content: "";
  background: url("/assets/base/img/carousel/icon_arrow_prev.svg") no-repeat;
  background-position: center;
}
.base-s-carousel .next-arrow {
  right: -6.9444%;
  top: 167.5px;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .next-arrow {
    right: -8px;
  }
}
.base-s-carousel .next-arrow::after {
  content: "";
  background: url("/assets/base/img/carousel/icon_arrow_next.svg") no-repeat;
  background-position: center;
}
.base-s-carousel .s-carousel__contentWrap {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
  }
}
.base-s-carousel .s-carousel__contentWrap .s-carousel__title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0%;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap .s-carousel__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-carousel .s-carousel__contentWrap .s-carousel__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 16px 0 0 0;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .base-s-carousel .s-carousel__contentWrap .s-carousel__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-case-1 .s-case-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-case-1 .s-case-1__list {
    margin: 0;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-1 .s-case-1__list .base-c-itemCase {
  margin: 0;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 767px) {
  .base-s-case-1 .s-case-1__list .base-c-itemCase {
    margin: 0 0 0;
    width: 100%;
  }
}

.base-s-case-2 .s-case-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__item {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-2 .s-case-2__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  max-width: 520px;
  width: 100%;
  height: 310px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemImage {
    position: static;
    height: 190px;
  }
}
.base-s-case-2 .s-case-2__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-case-2 .s-case-2__itemWrap {
  width: 520px;
  border-radius: var(--border-radius);
  border: 2px solid #f5f5f5;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap {
    max-width: 100%;
    margin-top: 16px;
  }
}
.base-s-case-2 .s-case-2__itemWrap a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 48px 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap a {
    padding: 24px 24px 40px;
  }
}
.base-s-case-2 .s-case-2__itemWrap a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("/assets/base/img/top/case/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 36px;
  right: 52px;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemWrap a:after {
    bottom: 24px;
    right: 24px;
  }
}
.base-s-case-2 .s-case-2__itemLogo img {
  width: 70px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-case-2 .s-case-2__itemCompany {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemCompany {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-case-2 .s-case-2__itemTitle {
  margin: 8px 0 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-case-2 .s-case-2__itemText {
  margin: 8px 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-case-2 .s-case-2__itemText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-case-3__inner {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}
.base-s-case-3__slider {
  margin-top: 42px;
  position: relative;
}
.base-s-case-3__slider > ul {
  margin: 0;
  padding: 0;
}
.base-s-case-3__slider .slick-dots li:only-child {
  display: none;
}
.base-s-case-3__slider .base-c-itemCase {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .sliderArea {
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .sliderArea {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-slide {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-slide {
    padding: 0;
  }
}
.base-s-case-3__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-dots > li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-dots > li + li {
    margin-left: 20px;
  }
}
.base-s-case-3__slider .slick-dots > li {
  list-style-type: none;
  background: #C4C4C4;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .base-s-case-3__slider .slick-dots > li {
    width: 8px;
    height: 8px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-case-3__slider .slick-dots > li {
    width: 15px;
    height: 15px;
    margin-top: 50px;
  }
}
.base-s-case-3__slider .slick-dots > li button,
.base-s-case-3__slider .slick-dots > li [type=button] {
  display: none;
}
.base-s-case-3__slider .slick-dots > li.slick-active, .base-s-case-3__slider .slick-dots > li:hover {
  background: var(--color-base-primary);
}
.base-s-case-3__slider__prev, .base-s-case-3__slider__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.base-s-case-3__slider__prev {
  left: 0;
}
.base-s-case-3__slider__next {
  right: 0;
}
.base-s-case-3 .s-case-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 -60px;
}
@media screen and (max-width: 767px) {
  .base-s-case-3 .s-case-1__list {
    display: grid;
    margin: 0 0 -60px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-case-3 .s-case-1__list .base-c-itemCase {
  margin: 0 9px;
  width: calc((100% - 54px) / 3);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-case-3 .s-case-1__list .base-c-itemCase {
    margin: 0 0 30px;
    width: 100%;
  }
}

.base-s-caseDetail > .base-c-inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail > .base-c-inner {
    padding: 32px 15px;
  }
}
.base-s-caseDetail .s-caseDetail__container {
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__container {
    padding: 30px 0 80px;
  }
}
.base-s-caseDetail .s-caseDetail__content {
  max-width: 800px;
  margin: 0 auto;
}
.base-s-caseDetail .s-caseDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta {
    display: block;
  }
}
.base-s-caseDetail .s-caseDetail__meta .date {
  font-size: 13px;
  font-family: var(--font-family-en);
  letter-spacing: 0.09em;
  margin-right: 12px;
  margin-top: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__meta .tag {
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: var(--border-radius);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  min-width: initial;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 3px 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .tag {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__meta .tag {
    margin-right: 4px;
    margin-bottom: 4px;
  }
}
.base-s-caseDetail .s-caseDetail__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.base-s-caseDetail .s-caseDetail__companyLogo {
  overflow: hidden;
}
.base-s-caseDetail .s-caseDetail__companyLogo img {
  width: auto;
  height: 36px;
}
.base-s-caseDetail .s-caseDetail__companyName {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 0 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__companyName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__title {
  margin: 0 0 40px;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__title {
    margin-bottom: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__thumb {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__thumb {
    margin-bottom: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__thumb img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-caseDetail .s-caseDetail__author {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 32px 48px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__author {
    padding: 24px 15px;
    margin-bottom: 40px;
  }
}
.base-s-caseDetail .s-caseDetail__authorName {
  margin: 0 0 16px;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorName {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__authorList {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-s-caseDetail .s-caseDetail__authorList + .s-caseDetail__authorList {
  margin-top: 16px;
}
.base-s-caseDetail .s-caseDetail__authorList dt {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 4px 0;
  min-width: 120px;
  white-space: nowrap;
  border-radius: var(--border-radius);
  background-color: #fff;
  font-weight: bold;
  text-align: 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;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dt {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dt {
    position: relative;
    margin: 0 0 4px 0;
  }
}
.base-s-caseDetail .s-caseDetail__authorList dd {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  min-height: 34px;
  line-height: 1.45;
  width: 100%;
  margin: 0;
  padding: 8px 0 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dd {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__authorList dd {
    padding: 8px 0 0 0;
  }
}
.base-s-caseDetail .s-caseDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__wrap {
    display: block;
  }
}
.base-s-caseDetail .s-caseDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-caseDetail .s-caseDetail__share a {
  display: block;
  width: 26px;
}
.base-s-caseDetail .s-caseDetail__share a + a {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-caseDetail .s-caseDetail__entry {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__entry {
    padding-left: 0;
    width: 100%;
  }
}
.base-s-caseDetail .s-caseDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.base-s-caseDetail .s-caseDetail__body {
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body h2,
.base-s-caseDetail .s-caseDetail__body h3,
.base-s-caseDetail .s-caseDetail__body h4,
.base-s-caseDetail .s-caseDetail__body h5,
.base-s-caseDetail .s-caseDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}
.base-s-caseDetail .s-caseDetail__body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 14px 20px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h2 {
    padding: 10px 16px;
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-left: 5px solid var(--color-base-primary);
  padding-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h3 {
    margin-bottom: 16px;
  }
}
.base-s-caseDetail .s-caseDetail__body h4 {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body h4 {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-caseDetail .s-caseDetail__body p,
.base-s-caseDetail .s-caseDetail__body li {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body p,
  .base-s-caseDetail .s-caseDetail__body li {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-caseDetail .s-caseDetail__body p + p {
  margin-top: 35px;
}
.base-s-caseDetail .s-caseDetail__body ul + h2,
.base-s-caseDetail .s-caseDetail__body ol + h2,
.base-s-caseDetail .s-caseDetail__body p + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h2,
  .base-s-caseDetail .s-caseDetail__body ol + h2,
  .base-s-caseDetail .s-caseDetail__body p + h2 {
    margin-top: 40px;
  }
}
.base-s-caseDetail .s-caseDetail__body ul + h3,
.base-s-caseDetail .s-caseDetail__body ol + h3,
.base-s-caseDetail .s-caseDetail__body p + h3 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h3,
  .base-s-caseDetail .s-caseDetail__body ol + h3,
  .base-s-caseDetail .s-caseDetail__body p + h3 {
    margin-top: 28px;
  }
}
.base-s-caseDetail .s-caseDetail__body ul + h4,
.base-s-caseDetail .s-caseDetail__body ol + h4,
.base-s-caseDetail .s-caseDetail__body p + h4 {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body ul + h4,
  .base-s-caseDetail .s-caseDetail__body ol + h4,
  .base-s-caseDetail .s-caseDetail__body p + h4 {
    margin-top: 20px;
  }
}
.base-s-caseDetail .s-caseDetail__body ol {
  list-style: decimal-leading-zero;
}
.base-s-caseDetail .s-caseDetail__body ol li::marker {
  font-size: 24px;
  font-family: var(--font-family-en);
}
.base-s-caseDetail .s-caseDetail__body blockquote {
  padding: 24px 24px 24px 70px;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  background-color: #eeeeee;
  margin: 0 0 16px;
  color: #888888;
  border-radius: var(--border-radius);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote {
    padding: 16px 16px 16px 48px;
  }
}
.base-s-caseDetail .s-caseDetail__body blockquote::before {
  content: "";
  display: block;
  width: 30px;
  height: 23px;
  background-image: url("/assets/base/img/common/icon_quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body blockquote::before {
    top: 16px;
    left: 16px;
    width: 20px;
    height: 15px;
  }
}
.base-s-caseDetail .s-caseDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-caseDetail .s-caseDetail__body table thead, .base-s-caseDetail .s-caseDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-caseDetail .s-caseDetail__body table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-caseDetail .s-caseDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-caseDetail .s-caseDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-caseDetail .s-caseDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-caseDetail .s-caseDetail__download {
  background-color: var(--color-base-primary);
  text-align: center;
  padding: 40px 0 45px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__download {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.base-s-caseDetail .s-caseDetail__downloadText {
  margin: 0 0 16px;
  font-weight: bold;
  color: var(--color-base-primaryInside);
}
.base-s-caseDetail .s-caseDetail__downloadButton {
  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;
}
@media screen and (max-width: 767px) {
  .base-s-caseDetail .s-caseDetail__downloadButton > .base-c-button {
    min-width: 100%;
  }
}
.base-s-caseDetail .s-caseDetail__relation {
  padding: 0;
  margin-top: 100px;
}

.base-s-caseFilter {
  padding: 64px 0;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter {
    padding: 32px 16px;
  }
}
.base-s-caseFilter .base-c-inner {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
}
.base-s-caseFilter .s-caseFilter__Header {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Header {
    padding: 0 0px;
    height: 72px;
  }
}
.base-s-caseFilter .s-caseFilter__Header:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
}
.base-s-caseFilter .s-caseFilter__Header.is-active .s-caseFilter__Toggle > span:nth-child(2) {
  display: none;
}
.base-s-caseFilter .s-caseFilter__Title {
  font-size: 20px;
  font-weight: bold;
}
.base-s-caseFilter .s-caseFilter__Toggle {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: var(--border-radius);
  position: relative;
}
.base-s-caseFilter .s-caseFilter__Toggle > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-text);
}
.base-s-caseFilter .s-caseFilter__Toggle > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.base-s-caseFilter .s-caseFilter__Content {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Content {
    padding-bottom: 24px;
  }
}
.base-s-caseFilter .s-caseFilter__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Wrap {
    display: block;
    padding: 0;
  }
}
.base-s-caseFilter .s-caseFilter__List {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__List {
    width: 100%;
    padding: 16px;
  }
}
.base-s-caseFilter .s-caseFilter__List + .s-caseFilter__List {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__List + .s-caseFilter__List {
    margin-left: 0;
    margin-top: 20px;
  }
}
.base-s-caseFilter .s-caseFilter__List .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 8px;
  line-height: 1.3;
  border-bottom: 3px solid #ddd;
}
.base-s-caseFilter .s-caseFilter__List .s-filterList-inner {
  max-width: initial;
  margin: 0;
  padding: 0;
}
.base-s-caseFilter .s-caseFilter__List .s-filterList-inner .s-filterItem.-checkbox {
  width: 100%;
  padding: 0;
}
.base-s-caseFilter .s-caseFilter__Button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Button > .base-c-button {
    min-width: 100%;
  }
}
.base-s-caseFilter .s-caseFilter__Footer {
  text-align: center;
  margin-top: 24px;
  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;
}
@media screen and (max-width: 767px) {
  .base-s-caseFilter .s-caseFilter__Footer > .base-c-button {
    min-width: 100%;
  }
}

.base-s-campany-1 .base-c-inner .s-campany-1__tableList {
  width: 100%;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableTitle {
  border-top: 2px solid #fff;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableDescription {
  border-top: 2px solid var(--color-base-primary);
  background-size: 8px 1px;
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  font-weight: bold;
  min-width: 200px;
  padding: 16px 10px 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
    min-width: 100px;
    padding: 16px 10px;
  }
}
.base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-campany-1 .base-c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
    padding: 16px;
    line-height: 1.5;
  }
}

.base-s-companyDetail__map {
  margin-top: 100px;
  padding: 64px 0;
  background-color: var(--color-base-background);
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map {
    margin-top: 0;
    padding: 0;
    background: none;
  }
}
.base-s-companyDetail__map .base-c-inner {
  position: relative;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .base-c-inner {
    max-width: 100%;
    padding: 0;
  }
}
.base-s-companyDetail__map iframe {
  position: absolute;
  top: -120px;
  left: 0;
  display: block;
  border: none;
  border-radius: var(--border-radius);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-companyDetail__map iframe {
    width: 40%;
    left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map iframe {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 280px;
    margin: 0 auto;
    position: initial;
  }
}
.base-s-companyDetail__map .s-mapTextBox {
  width: 720px;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: var(--border-radius);
  padding: 48px 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-companyDetail__map .s-mapTextBox {
    width: 60%;
    margin-right: 2%;
    padding: 8%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .s-mapTextBox {
    width: 100%;
    padding: 0 15px;
    padding-top: 32px;
    margin-top: 0;
  }
}
.base-s-companyDetail__map .s-mapTextBox__detail {
  max-width: 480px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.base-s-companyDetail__map .s-mapTextBox__detail:last-child {
  margin-bottom: 0;
}
.base-s-companyDetail__map .s-mapTextBox__title {
  width: 60px;
  font-size: 15px;
  font-weight: 600;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.5em;
}
.base-s-companyDetail__map .s-mapTextBox__text {
  width: 300px;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-companyDetail__map .s-mapTextBox__text {
    width: 100%;
  }
}
.base-s-companyDetail__map .s-mapTextBox__text a {
  display: inline-block;
  border: solid 1px #000;
  border-radius: var(--border-radius);
  font-size: 11px;
  padding: 3px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-base-text);
  margin-left: 1em;
  line-height: 1.2em;
}

.base-s-complete {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .base-s-complete {
    padding: 64px 0;
  }
}
.base-s-complete .s-complete__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-complete .s-complete__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}
.base-s-complete .s-complete__contentTitle {
  font-size: var(--font-size-m);
  margin: 24px 0 0;
}
.base-s-complete .s-complete__contentText {
  font-size: var(--font-size-s);
  line-height: 1.8;
  margin: 32px 0 0;
}
.base-s-complete .s-complete__contentButton {
  margin-top: 32px;
}

.base-s-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-contact {
    padding: 48px 0;
  }
}
.base-s-contact.-variant .s-contact__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-contact.-variant .s-contact__ctaTitle {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telTitle {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telNumber a .number {
  color: var(--color-base-secondaryInside);
}
.base-s-contact.-variant .s-contact__telTime {
  color: var(--color-base-secondaryInside);
}
.base-s-contact .s-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-contact .s-contact__cta {
  position: relative;
  z-index: 1;
}
.base-s-contact .s-contact__ctaTitle {
  color: var(--color-base-primaryInside);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__ctaTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-contact .s-contact__tel {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.base-s-contact .s-contact__tel.-color-black * {
  color: var(--color-base-text) !important;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__tel {
    margin-top: 24px;
  }
}
.base-s-contact .s-contact__telTitle {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-primaryInside);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-contact .s-contact__telNumber {
  display: inline-block;
  margin: 0;
}
.base-s-contact .s-contact__telNumber a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.base-s-contact .s-contact__telNumber a .fa {
  margin-right: 4px;
  font-size: 42px;
  -webkit-transform: rotate(10deg) translateY(3px);
  transform: rotate(10deg) translateY(3px);
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telNumber a .fa {
    font-size: 32px;
    position: relative;
    bottom: 2px;
  }
}
.base-s-contact .s-contact__telNumber a .number {
  display: block;
  font-family: var(--font-family-en);
  font-size: 52px;
  color: var(--color-base-primaryInside);
  line-height: 1;
  letter-spacing: 0.035em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telNumber a .number {
    font-size: 40px;
  }
}
.base-s-contact .s-contact__telTime {
  display: block;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color-base-primaryInside);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-s-contact .s-contact__telTime {
    font-size: var(--font-size-xs-sp);
  }
}

.base-s-contactDetail {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail {
    padding: 48px 0;
  }
}
.base-s-contactDetail .s-contactDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-s-contactDetail .s-contactDetail__documentImage {
  display: block;
  margin: 0 38px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
.base-s-contactDetail .s-contactDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-contactDetail .s-contactDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentTitle {
    font-size: 20px;
  }
}
.base-s-contactDetail .s-contactDetail__documentText {
  font-size: 15px;
  line-height: 2;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactDetail .s-contactDetail__documentText {
    font-size: 13px;
  }
}

.base-s-contactTell .s-contactTell__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--color-base-text);
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__inner {
    display: block;
    padding: 24px;
  }
}
.base-s-contactTell .s-contactTell__text {
  max-width: 530px;
  padding: 54px 34px 54px 48px;
  line-height: 2;
  font-size: 15px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__text {
    padding: 0;
    font-size: 13px;
  }
}
.base-s-contactTell .s-contactTell__text:after {
  content: " ";
  display: block;
  width: 4px;
  height: calc(100% - 56px);
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__text:after {
    display: none;
  }
}
.base-s-contactTell .s-contactTell__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 36px 0 45px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel {
    padding: 24px 0 0;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 2px solid #f5f5f5;
  }
}
.base-s-contactTell .s-contactTell__tel .telText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 36px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telText {
    font-size: 11px;
    margin-bottom: 6px;
    margin-left: 27px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a {
  font-size: 44px;
  letter-spacing: 3.5px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-base-text);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a {
    font-size: 32px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a i {
    height: 26px;
  }
}
.base-s-contactTell .s-contactTell__tel .telNumber a i img {
  width: auto;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telNumber a i img {
    height: 26px;
  }
}
.base-s-contactTell .s-contactTell__tel .telTips {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-contactTell .s-contactTell__tel .telTips {
    font-size: 10px;
    margin-top: 4px;
  }
}

.base-s-course .s-course__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.base-s-course .s-course__listItem + .s-course__listItem {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listItem + .s-course__listItem {
    margin-top: 48px;
  }
}
.base-s-course .s-course__listInner {
  color: var(--color-base-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listInner {
    display: block;
  }
}
.base-s-course .s-course__listThumb {
  border-radius: var(--border-radius);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 194px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listThumb {
    width: 100%;
    height: 210px;
  }
}
.base-s-course .s-course__listThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-course .s-course__listContents {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listContents {
    margin: 20px 0 0;
  }
}
.base-s-course .s-course__listTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-course .s-course__listDesc {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listDesc {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-course .s-course__listPrice .num {
  font-size: 24px;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .num {
    font-size: 16px;
  }
}
.base-s-course .s-course__listPrice .num span {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .num span {
    font-size: 32px;
  }
}
.base-s-course .s-course__listPrice .unit {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .unit {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listPrice .unit {
    font-size: 12px;
  }
}
.base-s-course .s-course__listText {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.base-s-course .s-course__listText li {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listText li {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-course .s-course__listMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-s-course .s-course__listLink {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink {
    font-size: 12px;
  }
}
.base-s-course .s-course__listLink:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 7px;
  margin-right: 10px;
  background: url(/assets/base/img/top/course/icon_arrow_01.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .base-s-course .s-course__listLink:before {
    width: 18px;
    margin-right: 7px;
  }
}

.base-s-cta-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 {
    padding: 48px 0;
  }
}
.base-s-cta-1.-variant .s-cta-1__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-1.-variant .s-cta-1__title {
  color: var(--color-base-secondaryInside);
}
.base-s-cta-1 .s-cta-1__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-1 .s-cta-1__icon {
  width: 120px;
  height: 120px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__icon {
    width: 60px;
    height: 60px;
    border-radius: 13px;
  }
}
.base-s-cta-1 .s-cta-1__icon img {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-cta-1 .s-cta-1__title {
  color: var(--color-base-primaryInside);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 32px 0 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__title {
    margin: 16px 0;
    padding: 0 24px;
  }
}
.base-s-cta-1 .s-cta-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-1 .s-cta-1__wrap {
    gap: 16px;
  }
}
.base-s-cta-1 .s-cta-1__button {
  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;
}
.base-s-cta-1 .s-cta-1__button img {
  max-width: 100%;
  height: auto;
}

.base-s-cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__background {
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__title {
  color: var(--color-base-secondaryInside);
}
.base-s-cta-2.-variant .base-c-inner .s-cta-2__wrap .base-c-button {
  background: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-cta-2 .base-c-inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-2 .base-c-inner .s-cta-2__title {
  color: var(--color-base-primaryInside);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 1.55294px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
.base-s-cta-2 .base-c-inner .s-cta-2__wrap .base-c-button {
  min-width: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-cta-2 .base-c-inner .s-cta-2__wrap .base-c-button {
    width: 100%;
  }
}

.base-s-cta-3 {
  padding: 65px 0;
  background-color: #181818;
}
.base-s-cta-3 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-cta-3 .s-cta-3__title {
  color: #eeeeee;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 32px;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-cta-3 .s-cta-3__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cta-3 .s-cta-3__link {
  display: inline-block;
  padding: 0 150px;
  height: 120px;
  border-radius: 60px;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.base-s-cta-3 .s-cta-3__linkSubtitle {
  font-family: var(--font-family-en);
  font-size: 16px;
  letter-spacing: 3.2px;
  line-height: 19px;
  color: #181818;
}
.base-s-cta-3 .s-cta-3__linkTitle {
  font-size: 26px;
  letter-spacing: 1.8px;
  line-height: 38px;
  font-weight: bold;
  color: #181818;
}
.base-s-cta-3 .s-cta-3__tel {
  margin-top: 40px;
}
.base-s-cta-3 .s-cta-3__telText {
  color: #eeeeee;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}
.base-s-cta-3 .s-cta-3__telLink {
  font-family: var(--font-family-en);
  font-size: 52px;
  letter-spacing: 3.5px;
  line-height: 62px;
  color: #eeeeee;
  font-weight: bold;
  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;
}
.base-s-cta-3 .s-cta-3__telLink::before {
  content: "";
  display: block;
  width: 31px;
  height: 41px;
  background-image: url("/assets/base/img/common/icon_tel-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.base-s-cta-3 .s-cta-3__telTime {
  text-align: right;
  color: #eeeeee;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
}

.base-s-cta-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-4 .s-cta-4__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primaryFaded);
}
.base-s-cta-4 .base-c-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-4 .base-c-inner .s-cta-4__box {
  max-width: 50%;
  width: 100%;
  background-color: var(--color-base-primaryInside);
  padding: 28px 45px 32px;
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .s-cta-4__box {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .s-cta-4__box {
    width: 100%;
    max-width: unset;
    padding: 24px 24px;
  }
}
.base-s-cta-4 .base-c-inner .s-cta-4__box .s-cta-4__text {
  font-weight: 700;
  margin-top: 0;
}
.base-s-cta-4 .base-c-inner .base-c-button {
  color: var(--color-base-primaryInside);
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  background-color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .base-c-button {
    width: 100%;
  }
}
.base-s-cta-4 .base-c-inner .base-c-button:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-4 .base-c-inner .base-c-button:nth-of-type(n + 2) {
    margin: 20px 0 0 0;
  }
}
.base-s-cta-4 .base-c-inner .base-c-button .icon-circle-arrow {
  right: 30px;
  width: 26px;
  height: 26px;
  font-size: 26px;
}

.base-s-cta-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-5 .s-cta-5__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-background);
}
.base-s-cta-5 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  width: 50%;
  max-width: 482px;
  background-color: var(--color-base-primary);
  padding: 36px 40px 48px;
  position: relative;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box {
    width: 100%;
    padding: 32px 40px;
    max-width: unset;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__title {
  font-weight: 700;
  margin: 0;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
  max-width: 315px;
  width: 85%;
  margin: 0;
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__text {
    width: 100%;
  }
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__link {
  text-decoration: none;
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  color: var(--color-base-primaryInside);
}
.base-s-cta-5 .base-c-inner .s-cta-5__box .s-cta-5__link:hover {
  opacity: unset;
}
.base-s-cta-5 .base-c-inner .s-cta-5__backlogo {
  opacity: 0.1;
  font-size: 56px;
  font-weight: 700;
  font-family: var(--font-family-en);
  position: absolute;
  bottom: -1px;
  right: 4px;
  line-height: 1;
}

.base-s-cta-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 {
    display: block;
  }
}
.base-s-cta-6 .s-cta-6__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap {
    display: block;
    width: 100%;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box {
  width: 50%;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box {
    display: block;
    width: 100%;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
  margin: 0 auto;
  padding: 40px 0 56px;
  position: relative;
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__boxInner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 15px;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__title {
  font-weight: 700;
  margin: 0;
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__title {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text {
  margin: 0;
  margin-top: 16px;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box .s-cta-6__text::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  background-color: currentColor;
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box:nth-of-type(2n) {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
}
.base-s-cta-6 .s-cta-6__wrap .s-cta-6__box:nth-of-type(2n) .base-c-button {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-secondaryInside);
}
.base-s-cta-6 .s-cta-6__wrap .base-c-button {
  min-width: 50%;
  margin: 0 auto;
  padding: 17px 0;
  color: var(--color-base-primary);
  background-color: var(--color-base-primaryInside);
  margin-top: 60px;
}
.base-s-cta-6 .s-cta-6__wrap .base-c-button .icon-arrow {
  position: absolute;
  right: 30px;
}

.base-s-cta-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-7 .s-cta-7__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-7 .base-c-inner {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
}
.base-s-cta-7 .base-c-inner .s-cta-7__box {
  width: 33.3333333333%;
  max-width: 359px;
  background-color: var(--color-base-primaryInside);
  padding: 32px;
  text-align: center;
  border-radius: var(--border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .s-cta-7__box {
    width: 100%;
    max-width: unset;
    padding: 30px;
  }
}
.base-s-cta-7 .base-c-inner .s-cta-7__box .s-cta-7__text {
  color: var(--color-base-primary);
  font-weight: 700;
  margin-top: 0;
  text-align: left;
}
.base-s-cta-7 .base-c-inner .base-c-button {
  min-width: 200px;
  max-width: 260px;
  display: inline-block;
  color: var(--color-base-primaryInside);
  margin: 0 auto;
  padding: 12px 50px 12px 40px;
  background-color: var(--color-base-primary);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-7 .base-c-inner .base-c-button {
    padding: 12px 35px 12px 25px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-7 .base-c-inner .base-c-button {
    width: 100%;
  }
}

.base-s-cta-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 {
    display: block;
  }
}
.base-s-cta-8 .s-cta-8__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-base-primary);
}
.base-s-cta-8 .base-c-inner {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box {
  width: 33.3333333333%;
  padding: 56px 32px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color-base-primaryInside);
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box {
    padding: 40px;
    width: 100%;
    max-width: unset;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box .s-cta-8__text {
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box .s-cta-8__text {
    margin: 0 0 20px;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
  border-left: 2px solid var(--color-base-primaryInside);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__box:nth-of-type(n + 2) {
    border: none;
    border-top: 2px solid var(--color-base-primaryInside);
    margin: 0;
  }
}
.base-s-cta-8 .base-c-inner .s-cta-8__title {
  color: #eeeeee;
  font-weight: bold;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    margin: 0 0 20px;
    font-size: var(--font-size-xl);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .s-cta-8__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-cta-8 .base-c-inner .base-c-button {
  min-width: 200px;
  max-width: 260px;
  display: inline-block;
  background-color: var(--color-base-primaryInside);
  margin: 0 auto;
  padding: 12px 40px;
  color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .base-c-button {
    width: 100%;
  }
}
.base-s-cta-8 .base-c-inner .base-c-button:nth-of-type(n + 2) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-8 .base-c-inner .base-c-button:nth-of-type(n + 2) {
    margin: 20px 0 0;
  }
}
.base-s-cta-8 .base-c-inner .base-c-button .icon-arrow {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  top: 17px;
}

.base-s-cta-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px 0;
  position: relative;
  background-color: var(--color-base-primaryFaded);
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 {
    display: block;
    padding: 48px 0;
  }
}
.base-s-cta-9 .base-c-inner {
  width: 100%;
}
.base-s-cta-9 .base-c-inner .s-cta-9__subtitle {
  color: var(--color-base-secondaryInside);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.base-s-cta-9 .base-c-inner .s-cta-9__title {
  position: relative;
  color: var(--color-base-secondaryInside);
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 1.55294px;
  padding-bottom: 24px;
}
.base-s-cta-9 .base-c-inner .s-cta-9__title:before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: var(--color-base-primary);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.base-s-cta-9 .base-c-inner .s-cta-9__text {
  width: 697px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__text {
    width: 100%;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__wrap {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button {
  width: 49%;
  font-size: 26px;
  padding: 40px 84px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button {
    width: 100%;
    min-width: 50%;
    padding: 28px 64px;
    margin-bottom: 16px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__wrap .base-c-button.-arrow:before {
  font-size: 13px;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox {
    width: 100%;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .text {
  font-size: 15px;
  color: var(--color-base-secondaryInside);
  text-align: center;
  font-weight: 600;
  margin: 0;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.01em;
  font-family: var(--font-family-en);
  font-weight: 600;
  color: var(--color-base-secondaryInside);
  margin: auto;
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .telNum {
  position: relative;
  display: inline-block;
  color: var(--color-base-secondaryInside);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .telNum {
    padding-left: 30px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .icon {
  position: absolute;
  left: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: var(--color-base-secondaryInside);
  width: 40px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .base-s-cta-9 .base-c-inner .s-cta-9__telBox .tel .icon {
    left: -12px;
  }
}
.base-s-cta-9 .base-c-inner .s-cta-9__telBox .text-mini {
  font-size: 12px;
  color: var(--color-base-secondaryInside);
  text-align: right;
  margin: 0;
  margin-top: 10px;
}

.base-s-cta-sticky1 {
  position: relative;
  z-index: 90;
}
.base-s-cta-sticky1 .s-cta-sticky1__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-sticky1 .s-cta-sticky1__button {
    background: var(--color-base-secondary);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: var(--color-base-text);
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 18px 28px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
  }
}
.base-s-cta-sticky1 .s-cta-sticky1__icon {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
.base-s-cta-sticky1 .s-cta-sticky1__icon path {
  fill: var(--color-base-secondaryInside);
}

.base-s-cta-sticky2 {
  position: relative;
  z-index: 90;
}
.base-s-cta-sticky2 .s-cta-sticky2__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-cta-sticky2 .s-cta-sticky2__button {
    background: var(--color-base-primary);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: var(--color-base-primaryInside);
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 18px 28px;
    position: fixed;
    bottom: 0;
    right: 0;
    text-decoration: none;
  }
}
.base-s-cta-sticky2 .s-cta-sticky2__icon {
  display: inline-block;
  width: 14px;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
}
.base-s-cta-sticky2 .s-cta-sticky2__icon path {
  fill: var(--color-base-primaryInside);
}

.base-s-cxo .s-cxo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -12px 0 -12px;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__wrap {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 0 auto;
  }
}
.base-s-cxo .s-cxo__item {
  width: 33.3%;
  padding: 40px 12px 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__item {
    width: 100%;
    padding: 0;
  }
  .base-s-cxo .s-cxo__item + .s-cxo__item {
    margin: 32px 0 0;
  }
}
.base-s-cxo .s-cxo__itemThumb {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.base-s-cxo .s-cxo__itemThumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-cxo .s-cxo__itemJob {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemJob {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-cxo .s-cxo__itemName {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemName {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-cxo .s-cxo__itemText {
  margin: 8px 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-cxo .s-cxo__itemText {
    margin-top: 16px;
  }
}

.base-s-documentArchive {
  margin-bottom: 44px;
}
.base-s-documentArchive .s-documentArchive__documents {
  margin: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-documentArchive .s-documentArchive__documents {
    margin: 40px 0 60px;
  }
}

.base-s-documentDetail2 .s-documentDetail2__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__contents {
    margin-top: 20px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__figure {
  border: 3px solid #eeeeee;
  margin: 0 0 20px 0;
  height: 0;
  position: relative;
}
.base-s-documentDetail2 .s-documentDetail2__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentDetail2 .s-documentDetail2__tel {
  border: 3px solid #eeeeee;
  padding: 21px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__tel {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__detail {
  margin-bottom: 40px;
}
.base-s-documentDetail2 .s-documentDetail2__telText {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #0e1315;
}
.base-s-documentDetail2 .s-documentDetail2__telInfo {
  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;
  margin: 0;
}
.base-s-documentDetail2 .s-documentDetail2__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #0e1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__documents {
  clear: both;
}
.base-s-documentDetail2 .s-documentDetail2__detailTitle {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #0e1315;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailTitle {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
  }
}
.base-s-documentDetail2 .s-documentDetail2__detailText {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #0e1315;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailText {
    font-size: 16px;
    height: 200px;
    overflow: hidden;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form {
  clear: both;
  background-color: #eeeeee;
  padding: 42px 38px;
  /*フォームのスタイル調整*/
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__form {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 25px 16px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-documentDetail2 .s-documentDetail2__form label::before {
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 5px;
  margin-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.base-s-documentDetail2 .s-documentDetail2__form input,
.base-s-documentDetail2 .s-documentDetail2__form select {
  height: 54px;
  padding-left: 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form input:focus,
.base-s-documentDetail2 .s-documentDetail2__form select:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-documentDetail2 .s-documentDetail2__form textarea {
  padding: 15px 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span {
  font-weight: 500;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span::before {
  border: 2px solid #33bad4;
  background-color: #ffffff;
}
.base-s-documentDetail2 .s-documentDetail2__form input[type=radio] + span::after {
  background-color: #33bad4 !important;
}
.base-s-documentDetail2 .s-documentDetail2__form input,
.base-s-documentDetail2 .s-documentDetail2__form select,
.base-s-documentDetail2 .s-documentDetail2__form textarea {
  background-color: #ffffff;
}
.base-s-documentDetail2 .s-documentDetail2__form input + div,
.base-s-documentDetail2 .s-documentDetail2__form select + div,
.base-s-documentDetail2 .s-documentDetail2__form textarea + div {
  font-size: 13px;
  color: #d35645;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
  color: #d35645;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy {
  margin: 0;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy::before {
  display: none;
}
.base-s-documentDetail2 .s-documentDetail2__form #js-contact-privacy input {
  height: initial;
}
.base-s-documentDetail2 .s-documentDetail2__form form > div + div {
  margin-top: 20px;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__agreeText,
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__checkbox {
  line-height: 1.5;
  font-size: 13px;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__agreeText a,
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .c-form__checkbox a {
  color: #33bad4;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .privacy {
  font-size: 11px;
  color: #888888;
  line-height: 1.5;
}
.base-s-documentDetail2 .s-documentDetail2__form .c-form__agree .privacy a {
  color: #888888;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button {
  margin: auto;
  margin-top: 30px;
  background-color: #0e1315;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 430px;
  min-width: initial;
  height: 50px;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button:hover {
  -webkit-transform: initial;
  transform: initial;
  opacity: 0.6;
}
.base-s-documentDetail2 .s-documentDetail2__form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-documentDetail2.-column1 .s-documentDetail2__figure {
  width: calc(50% - 54px);
  padding-bottom: calc((50% - 54px) * 0.67);
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
    float: none;
  }
}
.base-s-documentDetail2.-column1 .s-documentDetail2__tel {
  width: calc(50% - 54px);
  margin-bottom: 40px;
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__tel {
    width: 100%;
    float: none;
  }
}
.base-s-documentDetail2.-column1 .s-documentDetail2__detail {
  width: calc(50% + 54px);
  padding-left: 54px;
  float: right;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column1 .s-documentDetail2__detail {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__contents {
    display: block;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__body {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__body {
    margin-right: 0;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__figure {
  width: 100%;
  padding-bottom: 67%;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
  }
}
.base-s-documentDetail2.-column2 .s-documentDetail2__form {
  width: 40%;
  min-width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 35px 32px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2.-column2 .s-documentDetail2__form {
    width: calc(100% + 32px);
    min-width: initial;
    padding: 25px 16px;
  }
}
.base-s-documentDetail2 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 #detailOpener:checked ~ .s-documentDetail2__detailText {
    height: auto;
  }
}
.base-s-documentDetail2 #detailOpener:checked ~ .s-documentDetail2__detailOpener {
  display: none;
}
.base-s-documentDetail2 .s-documentDetail2__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail2 .s-documentDetail2__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: var(--color-base-text-gray);
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 28px;
  }
}

.base-s-documentDetail3 .s-documentDetail3__body::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.base-s-documentDetail3 .s-documentDetail3__figure {
  margin: 0 0 24px 0;
  height: 0;
  position: relative;
  width: calc(50% - 40px);
  padding-bottom: calc((50% - 40px) * 0.5625);
  float: left;
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 67%;
    float: none;
  }
}
.base-s-documentDetail3 .s-documentDetail3__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentDetail3 .s-documentDetail3__tel {
  border: 3px solid #EEEEEE;
  padding: 24px 24px;
  width: calc(50% - 40px);
  border-radius: var(--border-radius);
  margin-bottom: 32px;
  float: left;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__tel {
    width: 100%;
    float: none;
    padding: 16px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__detail {
  width: calc(50% + 40px);
  min-height: 400px;
  padding-left: 40px;
  float: right;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detail {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 0;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telText {
  margin: 0 0 8px 0;
  font-size: var(--font-size-s);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
.base-s-documentDetail3 .s-documentDetail3__telInfo {
  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;
  margin: 0;
}
.base-s-documentDetail3 .s-documentDetail3__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color-base-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail3 .s-documentDetail3__documents {
  clear: both;
}
.base-s-documentDetail3 .s-documentDetail3__detailTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-text);
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailTitle {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailTitle {
    margin: 0 0 16px 0;
  }
}
.base-s-documentDetail3 .s-documentDetail3__detailText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailText {
    overflow: hidden;
  }
}
.base-s-documentDetail3 .base-c-form {
  clear: both;
  max-width: 800px;
  margin: auto;
  margin-top: 48px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .base-c-form {
    margin-top: 24px;
  }
}
.base-s-documentDetail3 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 #detailOpener:checked ~ .s-documentDetail3__detailText {
    height: auto;
  }
}
.base-s-documentDetail3 #detailOpener:checked ~ .s-documentDetail3__detailOpener {
  display: none;
}
.base-s-documentDetail3 .s-documentDetail3__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail3 .s-documentDetail3__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #666666;
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 16px;
  }
}

.base-s-documentDetail4 .s-documentDetail4__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__contents {
    display: block;
  }
}
.base-s-documentDetail4 .s-documentDetail4__body {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__body {
    margin-right: 0;
  }
}
.base-s-documentDetail4 .s-documentDetail4__figure {
  margin: 0 0 16px 0;
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__figure {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentDetail4 .s-documentDetail4__tel {
  border: 3px solid #eeeeee;
  padding: 24px 24px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__tel {
    padding: 16px;
    margin-bottom: 40px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__detail {
  margin-bottom: 20px;
}
.base-s-documentDetail4 .s-documentDetail4__telText {
  margin: 0 0 8px 0;
  font-size: var(--font-size-s);
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
.base-s-documentDetail4 .s-documentDetail4__telInfo {
  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;
  margin: 0;
}
.base-s-documentDetail4 .s-documentDetail4__telLink {
  font-family: var(--font-family-en);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color-base-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telLink {
    font-size: 18px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__telLink::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/base/img/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telLink::before {
    width: 18px;
    height: 18px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__telTime {
  font-size: 11px;
  letter-spacing: 0.03em;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__telTime {
    font-size: 10px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__documents {
  clear: both;
}
.base-s-documentDetail4 .s-documentDetail4__detailTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: var(--color-base-text);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailTitle {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailTitle {
    margin: 0 0 16px 0;
  }
}
.base-s-documentDetail4 .s-documentDetail4__detailText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-base-text);
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailText {
    overflow: hidden;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form {
  clear: both;
  background-color: #eeeeee;
  width: 40%;
  min-width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 32px 24px;
  /*フォームのスタイル調整*/
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__form {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 24px 16px;
    min-width: initial;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 12px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-documentDetail4 .s-documentDetail4__form label::before {
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 5px;
  margin-left: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.base-s-documentDetail4 .s-documentDetail4__form input,
.base-s-documentDetail4 .s-documentDetail4__form select,
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  height: 45px;
  padding-left: 20px;
}
.base-s-documentDetail4 .s-documentDetail4__form input:focus,
.base-s-documentDetail4 .s-documentDetail4__form select:focus,
.base-s-documentDetail4 .s-documentDetail4__form textarea:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  padding: 15px 20px;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span {
  font-weight: 500;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span::before {
  border: 2px solid var(--color-base-text);
  background-color: #ffffff;
}
.base-s-documentDetail4 .s-documentDetail4__form input[type=radio] + span::after {
  background-color: var(--color-base-text) !important;
}
.base-s-documentDetail4 .s-documentDetail4__form input,
.base-s-documentDetail4 .s-documentDetail4__form select,
.base-s-documentDetail4 .s-documentDetail4__form textarea {
  background-color: #ffffff;
}
.base-s-documentDetail4 .s-documentDetail4__form input + div,
.base-s-documentDetail4 .s-documentDetail4__form select + div,
.base-s-documentDetail4 .s-documentDetail4__form textarea + div {
  font-size: 13px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy {
  margin: 0;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy::before {
  display: none;
}
.base-s-documentDetail4 .s-documentDetail4__form #js-contact-privacy input {
  height: initial;
}
.base-s-documentDetail4 .s-documentDetail4__form form > div + div {
  margin-top: 24px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__agreeText,
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__checkbox {
  line-height: 1.5;
  font-size: 13px;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__agreeText a,
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .c-form__checkbox a {
  color: var(--color-base-text);
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .privacy {
  font-size: 11px;
  color: #888888;
  line-height: 1.5;
}
.base-s-documentDetail4 .s-documentDetail4__form .c-form__agree .privacy a {
  color: #888888;
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button {
  margin: auto;
  margin-top: 20px;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  border: none;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 430px;
  min-width: initial;
  height: 50px;
  border-radius: var(--border-radius-button);
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button:hover {
  -webkit-transform: initial;
  transform: initial;
  opacity: 0.6;
}
.base-s-documentDetail4 .s-documentDetail4__form .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-documentDetail4 #detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 #detailOpener:checked ~ .s-documentDetail4__detailText {
    height: auto;
  }
}
.base-s-documentDetail4 #detailOpener:checked ~ .s-documentDetail4__detailOpener {
  display: none;
}
.base-s-documentDetail4 .s-documentDetail4__detailOpener {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail4 .s-documentDetail4__detailOpener {
    border-radius: 5px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    color: #666666;
    line-height: 1.7;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 28px;
  }
}

.base-s-documentDetail {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail {
    padding: 48px 0;
  }
}
.base-s-documentDetail .s-documentDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.base-s-documentDetail .s-documentDetail__documentImage {
  display: block;
  margin: 0 40px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}
.base-s-documentDetail .s-documentDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentDetail .s-documentDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentTitle {
    font-size: 20px;
  }
}
.base-s-documentDetail .s-documentDetail__documentText {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .base-s-documentDetail .s-documentDetail__documentText {
    font-size: 13px;
  }
}

.base-s-documentList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-documentList-1 .s-documentList-1__block + .s-documentList-1__block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__block + .s-documentList-1__block {
    margin-top: 60px;
  }
}
.base-s-documentList-1 .s-documentList-1__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 24px;
  }
}
.base-s-documentList-1 .s-documentList-1__card {
  width: calc(33.3% - 16px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__card {
    width: 100%;
  }
}
.base-s-documentList-1 .s-documentList-1__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardFigure {
    margin: 0 0 10px;
  }
}
.base-s-documentList-1 .s-documentList-1__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentList-1 .s-documentList-1__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-documentList-1 .s-documentList-1__cardText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-1 .s-documentList-1__cardText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-documentList-1 .s-documentList-1__cardLink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border-radius: var(--border-radius-button);
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.base-s-documentList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-documentList-2 .s-documentList-2__block + .s-documentList-2__block {
  margin-top: 80px;
}
.base-s-documentList-2 .s-documentList-2__list {
  padding: 0;
  list-style: none;
}
.base-s-documentList-2 .s-documentList-2__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__card {
    display: block;
    margin: 0 0 40px;
  }
  .base-s-documentList-2 .s-documentList-2__card:last-child {
    margin-bottom: 0 !important;
  }
}
.base-s-documentList-2 .s-documentList-2__card:not(:nth-child(3n-2)) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__card:not(:nth-child(3n-2)) {
    margin: 0 0 40px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 312px;
  height: 175px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardFigure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 16px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-documentList-2 .s-documentList-2__cardContent {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-documentList-2 .s-documentList-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardTitle {
    -webkit-line-clamp: 2;
  }
}
.base-s-documentList-2 .s-documentList-2__cardText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-documentList-2 .s-documentList-2__cardLink {
  display: inline-block;
  padding: 12px 50px;
  border-radius: var(--border-radius-button);
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .base-s-documentList-2 .s-documentList-2__cardLink {
    width: 100%;
    text-align: center;
  }
}

.base-s-editableWysiwyg {
  padding: 64px 0 128px;
}
@media screen and (max-width: 767px) {
  .base-s-editableWysiwyg {
    padding: 32px 0 80px;
  }
}
.base-s-editableWysiwyg > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-editableWysiwyg > .base-c-inner {
    display: block;
  }
}

.base-s-error {
  padding: 128px 0;
}
@media screen and (max-width: 767px) {
  .base-s-error {
    padding: 64px 0;
  }
}
.base-s-error .s-error__content {
  text-align: center;
}
.base-s-error .s-error__contentLabel {
  margin: 0;
  font-family: var(--font-family-en);
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}
.base-s-error .s-error__contentTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-error .s-error__contentTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-error .s-error__contentText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-error .s-error__contentText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-error .s-error__contentButton {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-s-eventArchive {
  margin-bottom: 44px;
}
.base-s-eventArchive .s-eventArchive__articles {
  margin: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-eventArchive .s-eventArchive__articles {
    margin: 30px 0 60px;
  }
}
.base-s-eventArchive .s-eventArchive__articles .base-c-pager2 {
  margin-top: 60px;
}
.base-s-eventArchive .s-eventArchive__articlesList .base-c-eventArticle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventArchive .s-eventArchive__articlesList .base-c-eventArticle {
    margin-bottom: 40px;
  }
}

.base-s-eventDetail {
  margin-bottom: 44px;
  padding: 28px 0 0;
}
.base-s-eventDetail > .base-c-inner {
  padding: 0;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail > .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .base-c-cta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.base-s-eventDetail .s-eventDetail__additional {
  position: relative;
  width: 300px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additional {
    width: 100%;
    position: relative;
    top: initial;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.base-s-eventDetail .s-eventDetail__additionalContainer {
  position: sticky;
  top: 120px;
  margin-bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard {
  margin-bottom: 30px;
  z-index: 10;
}
.base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard .base-c-inner {
  max-width: 640px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard .base-c-inner {
    max-width: 480px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__additionalContainer .base-c-eventCard {
    position: fixed;
    bottom: 0;
    left: 0;
    top: initial;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.base-s-eventDetail.-column1 .s-eventDetail__additional {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.base-s-eventDetail.-column1 .s-eventDetail__additional .base-c-eventCard {
  margin-bottom: 0;
}
.base-s-eventDetail.-column1 .s-eventDetail__additionalContainer {
  margin-bottom: 0;
}
.base-s-eventDetail.-column1 > .base-c-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-s-eventDetail.-column1 .s-eventDetail__content {
  margin-right: 0;
}
.base-s-eventDetail .s-eventDetail__content {
  max-width: 640px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__content {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.base-s-eventDetail .s-eventDetail__header .s-eventDetail__eyecatch {
  width: 100%;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__header .s-eventDetail__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__meta {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__meta .base-c-status {
  margin-right: 20px;
}
.base-s-eventDetail .s-eventDetail__category {
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__category {
    margin-bottom: 0;
  }
}
.base-s-eventDetail .s-eventDetail__category .tag {
  background-color: #f5f5f5;
  color: var(--color-base-text-gray);
  border-radius: 3px;
  padding: 4px 18px;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.85px;
}
.base-s-eventDetail .s-eventDetail__category .tag + .tag {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__category .tag + .tag {
    margin-left: 14px;
  }
}
.base-s-eventDetail .s-eventDetail__title {
  margin: 0 0 16px 0;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.base-s-eventDetail .s-eventDetail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author {
    margin: 0 0 10px 0;
  }
}
.base-s-eventDetail .s-eventDetail__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-eventDetail .s-eventDetail__author .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-eventDetail .s-eventDetail__author .name {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__author .name {
    font-size: 1rem;
  }
}
.base-s-eventDetail .s-eventDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__wrap {
    display: block;
  }
}
.base-s-eventDetail .s-eventDetail__share {
  position: sticky;
  top: 120px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-eventDetail .s-eventDetail__share .s-eventDetail__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share .s-eventDetail__shareTitle {
    display: none;
  }
}
.base-s-eventDetail .s-eventDetail__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-eventDetail .s-eventDetail__share a img {
  width: 100%;
  height: auto;
}
.base-s-eventDetail .s-eventDetail__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.base-s-eventDetail .s-eventDetail__body {
  padding-left: 40px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body {
    padding-left: 0;
    width: 100%;
    position: relative;
  }
}
.base-s-eventDetail .s-eventDetail__body h2,
.base-s-eventDetail .s-eventDetail__body h3,
.base-s-eventDetail .s-eventDetail__body h4,
.base-s-eventDetail .s-eventDetail__body h5,
.base-s-eventDetail .s-eventDetail__body h6 {
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__body h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  border-bottom: 4px solid #0e1315;
  padding-bottom: 20px;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h2 {
    font-size: 24px;
    padding-bottom: 10px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h3 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  border-radius: 3px;
  padding: 20px;
  margin: 60px 0 40px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h3 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body h5 {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body h5 {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote {
  background-color: #eeeeee;
  margin: 40px 0;
  padding: 40px 40px 30px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote {
    padding: 20px 16px;
    margin: 20px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote p {
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__body blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote::before {
    top: 5px;
    left: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-eventDetail .s-eventDetail__body blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body blockquote::after {
    bottom: 5px;
    right: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-eventDetail .s-eventDetail__body ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ol {
    margin: 30px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body ol li {
  margin-left: 50px;
  text-indent: -50px;
  position: relative;
}
.base-s-eventDetail .s-eventDetail__body ol li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ol li + li {
    margin-top: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__body ol li::before {
  content: "0" counter(n);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  counter-increment: n;
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #eeeeee;
  z-index: 1;
  text-indent: 0;
  margin-right: 16px;
}
.base-s-eventDetail .s-eventDetail__body ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.base-s-eventDetail .s-eventDetail__body ul {
  padding-left: 28px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body ul {
    margin: 30px 0;
  }
}
.base-s-eventDetail .s-eventDetail__body ul li + li {
  margin-top: 12px;
}
.base-s-eventDetail .s-eventDetail__body p,
.base-s-eventDetail .s-eventDetail__body li,
.base-s-eventDetail .s-eventDetail__body ol {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p,
  .base-s-eventDetail .s-eventDetail__body li,
  .base-s-eventDetail .s-eventDetail__body ol {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p,
  .base-s-eventDetail .s-eventDetail__body li,
  .base-s-eventDetail .s-eventDetail__body ol {
    line-height: 1.6;
  }
}
.base-s-eventDetail .s-eventDetail__body p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body p + p {
    margin-top: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__body a {
  color: #33bad4;
  word-wrap: break-word;
}
.base-s-eventDetail .s-eventDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-eventDetail .s-eventDetail__body table thead, .base-s-eventDetail .s-eventDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-eventDetail .s-eventDetail__body table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-eventDetail .s-eventDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-eventDetail .s-eventDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-eventDetail .s-eventDetail__body img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body img {
    max-width: initial;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.base-s-eventDetail .s-eventDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-eventDetail .s-eventDetail__body label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px !important;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #0e1315;
}
.base-s-eventDetail .s-eventDetail__body label::before {
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  padding: 0px 9px;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.base-s-eventDetail .s-eventDetail__body input:focus {
  -webkit-box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  box-shadow: 0 0 0 4px rgba(51, 186, 212, 0.5);
  outline: none;
}
.base-s-eventDetail .s-eventDetail__body input + div,
.base-s-eventDetail .s-eventDetail__body select + div,
.base-s-eventDetail .s-eventDetail__body textarea + div {
  font-size: 13px;
  color: #ea2c62;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox label input {
  margin: 3px 6px 0 0;
}
.base-s-eventDetail .s-eventDetail__body .c-form__checkbox + div {
  font-size: 13px;
  text-align: center;
  color: #ea2c62;
}
.base-s-eventDetail .s-eventDetail__body #js-contact-privacy::before {
  display: none;
}
.base-s-eventDetail .s-eventDetail__body form > div + div {
  margin-top: 20px;
}
.base-s-eventDetail .s-eventDetail__body .c-form__agree .c-form__agreeText,
.base-s-eventDetail .s-eventDetail__body .c-form__agree .c-form__checkbox {
  text-align: center;
}
.base-s-eventDetail .s-eventDetail__body .c-form__agree .privacy {
  font-size: 10px;
  text-align: center;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button {
  margin: auto;
  margin-top: 30px;
  background-color: #0e1315;
  color: #fff;
  border: none;
  letter-spacing: 0.03em;
  width: 300px;
  height: 50px;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .c-button__jaTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__body .leadgrid-c-button {
    width: 100%;
    height: 50px;
  }
  .base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .c-button__jaTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button:hover {
  -webkit-transform: initial;
  transform: initial;
  opacity: 0.6;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 22px;
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  right: 22px;
  top: 23px;
}
.base-s-eventDetail .s-eventDetail__body .leadgrid-c-button .icon-circle-arrow {
  display: none;
}
.base-s-eventDetail .s-eventDetail__eventTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable {
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dt {
  width: 200px;
  display: block;
  border-top: 1px solid #eeeeee;
  padding: 21px 0 21px 24px;
  font-weight: bold;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dt {
    width: 100%;
    padding: 11px 14px;
    border-top: initial;
    background-color: #fafafa;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dt:nth-child(4n-1) {
  background-color: #fafafa;
}
.base-s-eventDetail .s-eventDetail__eventTable dd {
  width: calc(100% - 200px);
  display: block;
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 21px 24px 21px 0;
  color: #4f4f4f;
  line-height: 1.6;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dd {
    width: 100%;
    padding: 16px 0 20px;
    border-top: initial;
  }
}
.base-s-eventDetail .s-eventDetail__eventTable dd:nth-child(4n) {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__eventTable dd:nth-child(4n) {
    background-color: initial;
  }
}
.base-s-eventDetail .s-eventDetail__presenterList {
  list-style: none;
  padding: 0 !important;
}
.base-s-eventDetail .s-eventDetail__presenter {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
}
.base-s-eventDetail .s-eventDetail__presenterFigure {
  width: 80px;
  height: 80px;
  margin: 0 27px 0 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterFigure {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }
}
.base-s-eventDetail .s-eventDetail__presenterFigure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__presenterInfo {
  position: relative;
}
.base-s-eventDetail .s-eventDetail__presenterTitle {
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail .s-eventDetail__presenterName {
  font-size: 13px;
  color: #0e1315;
  margin-bottom: 10px;
  display: block;
}
.base-s-eventDetail .s-eventDetail__presenterDescription {
  font-size: 11px !important;
  color: #888888;
  margin: 0;
}
.base-s-eventDetail .s-eventDetail__presenterSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterSNS {
    position: relative;
  }
}
.base-s-eventDetail .s-eventDetail__presenterSNS a > img {
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__presenterSNS a > img {
    margin: 16px 8px 0 0;
  }
}
.base-s-eventDetail .s-eventDetail__pickup {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickup {
    margin: 60px 0 50px;
  }
}
.base-s-eventDetail .s-eventDetail__pickup .base-c-button2 {
  width: 300px;
  margin: auto;
}
.base-s-eventDetail .s-eventDetail__pickupTitle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #0e1315;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupTitle {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList {
    margin-bottom: 10px;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle {
    width: 100%;
  }
}
.base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle:nth-child(2n) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail .s-eventDetail__pickupList .base-c-eventArticle:nth-child(2n) {
    margin-left: 0;
  }
}

.base-s-eventTop {
  margin-bottom: 44px;
}
.base-s-eventTop .s-eventTop__articles {
  margin: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventTop .s-eventTop__articles {
    margin: 40px 0 60px;
  }
}
.base-s-eventTop .s-eventTop__articles .base-c-pager2 {
  margin-top: 56px;
}
.base-s-eventTop .s-eventTop__articlesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.base-s-eventTop .s-eventTop__articlesList .base-c-eventArticle {
  width: calc(33.3% - 16px);
}
@media screen and (max-width: 767px) {
  .base-s-eventTop .s-eventTop__articlesList .base-c-eventArticle {
    width: 100%;
  }
}

.base-s-event {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-event {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-event .base-c-inner {
    max-width: 480px;
  }
}
.base-s-event .s-event__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__list {
    display: block;
  }
}
.base-s-event .s-event__card {
  display: block;
  width: calc((100% - 48px) / 3);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__card {
    width: 100%;
    margin: 24px 0 0;
  }
  .base-s-event .s-event__card:first-of-type {
    margin-top: 0;
  }
}
.base-s-event .s-event__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__cardFigure {
    margin: 0 0 8px;
  }
}
.base-s-event .s-event__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-event .s-event__cardContent {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__cardContent {
    margin-left: 0px;
  }
}
.base-s-event .s-event__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  color: var(--color-base-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-event .s-event__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.base-s-event .s-event__cardStatus {
  min-width: 69px;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
  font-weight: bold;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__cardStatus {
    font-size: var(--font-size-xs-sp);
  }
}
.base-s-event .s-event__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-event .s-event__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-event .s-event__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-event .s-event__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-event .s-event__cardTime span {
  font-weight: bold;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 24px;
  margin: 0 3px;
}
.base-s-event .s-event__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 8px;
}
.base-s-event .s-event__condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-event .s-event__capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.base-s-event .s-event__capacity::after {
  content: "";
  display: block;
  width: 1px;
  height: 8.5px;
  background-color: #888888;
  margin-left: 12px;
}
.base-s-event .s-event__place {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.base-s-event .s-event__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.base-s-event .s-event__cardTag {
  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;
  padding: 2px 14px;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #666666;
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .base-s-event .s-event__cardTag {
    font-size: var(--font-size-xs-sp);
  }
}

.base-s-eventDetail-2 {
  margin-bottom: 44px;
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 {
    padding-top: 1px !important;
  }
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__sidebar {
  position: fixed;
  bottom: 0;
  top: initial;
  height: initial;
  margin: 0;
  width: 100%;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__sidebarBanners {
  display: none;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard {
  padding: 10px 0;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 650px;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
  display: none;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
    margin-right: 8px;
  }
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
  height: 40px;
  width: initial;
  padding: 0 16px;
}
.base-s-eventDetail-2.-column1 .s-eventDetail-2__statusLabel {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 {
    padding: 30px 0 40px;
  }
}
.base-s-eventDetail-2 > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 > .base-c-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
    padding: 0 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__status {
  height: 28px;
  min-width: 68px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 11px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  margin-right: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__status {
    margin-right: 8px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-open {
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-close {
  color: var(--color-base-text);
  background-color: var(--color-base-primaryFaded);
}
.base-s-eventDetail-2 .s-eventDetail-2__status.-end {
  color: #ffffff;
  background-color: #aaaaaa;
}
.base-s-eventDetail-2 .s-eventDetail-2__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-base-text);
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  font-family: var(--font-family-en);
  font-size: 20px;
  letter-spacing: 1px;
}
.base-s-eventDetail-2 .s-eventDetail-2__date span {
  font-weight: bold;
  font-size: 13px;
  margin: 0 7px;
}
.base-s-eventDetail-2 .s-eventDetail-2__date::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__date {
    font-size: 18px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__content {
  max-width: 640px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__content {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__meta {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__tags {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 16px;
}
.base-s-eventDetail-2 .s-eventDetail-2__tags .tag {
  display: inline-block;
  padding: 6px 14px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 6px 8px 0;
  text-decoration: none;
}
.base-s-eventDetail-2 .s-eventDetail-2__title {
  margin: 0 0 16px 0;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author {
    margin: 0 0 10px 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-eventDetail-2 .s-eventDetail-2__author .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__author .name {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__author .name {
    font-size: 1rem;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__body {
    display: block;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share {
  position: sticky;
  top: 120px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share .s-eventDetail-2__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share .s-eventDetail-2__shareTitle {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__share a img {
  width: 100%;
  height: auto;
}
.base-s-eventDetail-2 .s-eventDetail-2__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch {
  width: 100%;
  max-width: initial;
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlyPC {
  display: block;
  margin-bottom: 40px;
  margin-top: -250px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlyPC {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch.-onlySP {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 24px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.base-s-eventDetail-2 .s-eventDetail-2__about {
  margin-top: 60px;
}
.base-s-eventDetail-2 .s-eventDetail-2__about h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  background-color: var(--color-base-primaryFaded);
  border-bottom: 5px solid var(--color-base-primary);
  padding: 10px 15px;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h2 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h2 {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__about h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 15px;
  margin: 60px 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h3 {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__about h3 {
    margin-bottom: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__about h3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius);
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable {
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dt {
  width: 200px;
  display: block;
  border-top: 1px solid #eeeeee;
  padding: 21px 0 21px 24px;
  font-weight: bold;
  color: #0e1315;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dt {
    width: 100%;
    padding: 11px 14px;
    border-top: initial;
    background-color: #fafafa;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dt:nth-child(4n-1) {
  background-color: #fafafa;
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dd {
  width: calc(100% - 200px);
  display: block;
  border-top: 1px solid #eeeeee;
  margin: 0;
  padding: 21px 24px 21px 0;
  color: #4f4f4f;
  line-height: 1.6;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dd {
    width: 100%;
    padding: 16px 0 20px;
    border-top: initial;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__eventTable dd:nth-child(4n) {
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__eventTable dd:nth-child(4n) {
    background-color: initial;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterList {
  list-style: none;
  padding: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenter {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterFigure {
  width: 80px;
  height: 80px;
  margin: 0 27px 0 0;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterFigure {
    width: 60px;
    height: 60px;
    margin: 0 16px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterFigure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterInfo {
  position: relative;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterTitle {
  font-size: 15px;
  font-weight: bold;
  color: #0e1315;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterTitle {
    font-size: 16px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterName {
  font-size: 13px;
  color: #0e1315;
  margin-bottom: 10px;
  display: block;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterDescription {
  font-size: 11px;
  color: #888888;
  margin: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterSNS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterSNS {
    position: relative;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__presenterSNS a > img {
  margin: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__presenterSNS a > img {
    margin: 16px 8px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickup {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickup {
    margin: 60px 0 50px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickup .base-c-button {
  width: 300px;
  margin: auto;
}
.base-s-eventDetail-2 .s-eventDetail-2__pickupTitle {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #0e1315;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickupTitle {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__pickupList {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__pickupList {
    display: block;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__card {
  display: block;
  width: calc(50% - 13px);
  margin: 0 0 60px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__card:nth-child(even) {
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__card:nth-child(even) {
    margin-left: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 14px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardFigure {
    margin: 0 0 10px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 10px;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
}
.base-s-eventDetail-2 .s-eventDetail-2__cardTags .tag {
  display: inline-block;
  padding: 4px 14px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 6px 8px 0;
}
.base-s-eventDetail-2 .s-eventDetail-2__sidebar {
  position: sticky;
  top: 80px;
  margin-bottom: 80px;
  max-width: 300px;
  width: 30%;
  height: 100%;
  padding: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2__sidebar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2__sidebarBanners img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 16px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard {
  background-color: #f6f6f6;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: #eeeeee;
    padding: 0;
    height: 54px;
    width: 100%;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .base-c-inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .base-c-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__status {
    margin: 0;
    height: 28px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__date {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__date span {
  font-size: 11px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
  letter-spacing: 0.03em;
  font-size: 22px;
  color: #0e1315;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__title {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusHolder {
    margin: 0 12px 0 0;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusLabel {
  font-size: 15px;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__statusLabel {
    display: none;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 48px;
  border-radius: var(--border-radius-button);
  text-decoration: none;
  font-weight: bold;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton.-open {
  background-color: var(--color-base-secondary);
  color: var(--color-base-secondaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard .s-eventDetail-2__applyButton {
    height: 36px;
    width: 90px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom {
  width: 100%;
  height: 60px;
  padding: 0;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom {
    height: 54px;
  }
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .base-c-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__title {
  display: none;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__statusHolder {
  margin: 0 16px 0 0;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__statusLabel {
  display: none;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .s-eventDetail-2__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-fixBottom .base-c-button2 {
  font-weight: bold;
  width: 120px;
  height: 40px;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-close .base-c-button2 {
  background-color: #aaaaaa;
  cursor: default;
}
.base-s-eventDetail-2 .s-eventDetail-2-eventCard.-close .base-c-button2:hover {
  opacity: 1;
}

iframe {
  max-width: 100%;
}

.base-s-eventList-1 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-eventList-1 .s-eventList-1__list {
  padding: 0;
  list-style: none;
}
.base-s-eventList-1 .s-eventList-1__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__card {
    display: block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 40px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 320px;
  height: 180px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardFigure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 10px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-eventList-1 .s-eventList-1__cardContent {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventList-1 .s-eventList-1__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-1 .s-eventList-1__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventList-1 .s-eventList-1__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.base-s-eventList-1 .s-eventList-1__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
  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;
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventList-1 .s-eventList-1__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventList-1 .s-eventList-1__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventList-1 .s-eventList-1__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventList-1 .s-eventList-1__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 8px;
}
.base-s-eventList-1 .s-eventList-1__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
.base-s-eventList-1 .s-eventList-1__cardTags .tag {
  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;
  padding: 4px 16px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .s-eventList-1__card.-imgNone .s-eventList-1__cardContent {
    margin-left: 40px;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardMeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 40px;
    border-right: 3px dashed #F5F5F5;
    min-width: 158px;
    margin-bottom: 0;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardStatus {
    margin-right: 0;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime {
    margin-top: 15px;
    font-size: 20px;
    line-height: 1;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime .week {
    font-size: 11px;
    line-height: 1;
  }
  .s-eventList-1__card.-imgNone .s-eventList-1__cardTime .time {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .s-eventList-1__card.-imgNone {
    margin-bottom: 25px;
    padding-bottom: 17px;
    border-bottom: 3px dashed #F5F5F5;
  }
}

.base-s-eventList-2 {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .base-c-inner {
    max-width: 480px;
  }
}
.base-s-eventList-2 .s-eventList-2__list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 56px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__list {
    display: block;
  }
}
.base-s-eventList-2 .s-eventList-2__card {
  display: block;
  width: calc(33.3% - 16px);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__card {
    width: 100%;
    margin: 0 0 40px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardFigure {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin: 0 0 16px;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardFigure {
    margin: 0 0 8px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardFigure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-eventList-2 .s-eventList-2__cardContent {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardContent {
    margin-left: 0px;
  }
}
.base-s-eventList-2 .s-eventList-2__cardTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  color: var(--color-base-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-eventList-2 .s-eventList-2__cardTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-eventList-2 .s-eventList-2__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.base-s-eventList-2 .s-eventList-2__cardStatus {
  padding: 6px 12px;
  border-radius: 3px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-right: 12px;
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-close {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
}
.base-s-eventList-2 .s-eventList-2__cardStatus.-end {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-eventList-2 .s-eventList-2__cardTime {
  font-family: var(--font-family-en);
  font-size: 20px;
  color: var(--color-base-text);
}
.base-s-eventList-2 .s-eventList-2__cardTime span {
  font-weight: bold;
  font-size: 13px;
}
.base-s-eventList-2 .s-eventList-2__cardInfo {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #888888;
  margin: 0 0 8px;
}
.base-s-eventList-2 .s-eventList-2__cardTags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
.base-s-eventList-2 .s-eventList-2__cardTags .tag {
  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;
  padding: 4px 16px;
  background-color: #eeeeee;
  border-radius: 3px;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.base-c-section.base-s-faq {
  background: #fff;
}

.base-s-faq .s-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-faq .s-faq__list li {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--color-base-gray);
  border-radius: var(--border-radius);
}
.base-s-faq .s-faq__list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__list li + li {
    margin-top: 8px;
  }
}
.base-s-faq .s-faq__list li.is-active {
  background-color: var(--color-base-background);
  border-color: var(--color-base-background);
}
.base-s-faq .s-faq__listTitle {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 32px 88px 32px 32px;
  color: var(--color-base-text);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listTitle {
    padding: 15px 60px 15px 20px;
  }
}
.base-s-faq .s-faq__listTitle.is-active .s-faq__listIcon > span:nth-child(2) {
  display: none;
}
.base-s-faq .s-faq__listText {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: none;
  padding: 0 96px 32px 32px;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listText {
    padding: 0 15px 15px;
  }
}
.base-s-faq .s-faq__listIcon {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius-button);
  position: absolute;
  top: 26px;
  right: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .base-s-faq .s-faq__listIcon {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 16px;
    margin-top: -15px;
  }
}
.base-s-faq .s-faq__listIcon:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.base-s-faq .s-faq__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-primaryInside);
}
.base-s-faq .s-faq__listIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.intro + .base-s-feature-1 {
  margin-top: -100px;
}
.base-s-feature-1 .s-feature-1__box {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__box {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-1 .s-feature-1__box + .s-feature-1__box {
  margin-top: 70px;
}
.base-s-feature-1 .s-feature-1__boxPoint {
  font-family: var(--font-family-en);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-base-primary);
}
.base-s-feature-1 .s-feature-1__boxPoint .en {
  display: block;
  font-size: 15px;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  line-height: 1;
  font-weight: bold;
}
.base-s-feature-1 .s-feature-1__boxPoint .number {
  display: block;
  font-size: 58px;
  line-height: 1;
  font-weight: bold;
}
.base-s-feature-1 .s-feature-1__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-feature-1 .s-feature-1__boxText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 24px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-feature-1 .s-feature-1__boxImage {
  margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-1 .s-feature-1__boxImage img {
    width: 100%;
    height: auto;
  }
}

.base-s-feature-2 .base-c-inner {
  max-width: 1200px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner {
    padding: 0 16px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureList {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 64px;
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
  margin-top: 64px;
  padding: 50px 36px 50px 130px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
    margin-top: -15px;
    padding: 15px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
  margin: 0 -7% 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .base-s-feature-2 .base-c-inner .s-feature-2__featureItem:last-child {
    margin-bottom: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61.4%;
  background-color: #fff;
  padding: 50px 130px 50px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #EEEEEE;
  border-radius: var(--border-radius);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__textArea {
    display: block;
    padding: 12px;
    width: 100%;
    margin-top: -15px;
    z-index: 10;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number {
  position: relative;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: var(--color-base-primary);
  text-align: center;
  padding-top: 32px;
  font-family: var(--font-family-en);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number {
    width: 72px;
    height: 72px;
    position: absolute;
    top: -60px;
    left: -15px;
    padding-top: 28px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number span {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number span {
    font-size: 10px;
    top: 14px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__number:after {
  font-size: 38px;
  content: "0" counter(feature);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__number:after {
    font-size: 28px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text {
    width: 100%;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text h3 {
  font-size: var(--font-size-l);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text h3 {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__text p {
  font-size: var(--font-size-s);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__text p {
    line-height: 1.6;
    margin-top: 8px;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__imageArea {
  width: 45.6%;
  height: 0;
  padding-bottom: 29.8%;
  position: relative;
  margin: 0 0 -75px -7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-feature-2 .base-c-inner .s-feature-2__imageArea {
    width: calc(100% + 30px);
    padding-bottom: 65.3%;
    margin: 0;
    border-radius: 0;
  }
}
.base-s-feature-2 .base-c-inner .s-feature-2__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.base-s-feature-3 {
  background-color: var(--color-base-background);
}
.base-s-feature-3 .base-c-sectionHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-feature-3 .s-feature-3__featureList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__featureList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-3 .s-feature-3__featureItem {
  max-width: calc(33.3% - 2px);
  width: 100%;
  text-align: center;
  list-style: none;
  background-color: var(--color-base-background);
  padding: 40px 24px;
}
.base-s-feature-3 .s-feature-3__featureItem:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__featureItem {
    max-width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
  }
}
.base-s-feature-3 .s-feature-3__itemImage {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemImage {
    width: 100%;
  }
}
.base-s-feature-3 .s-feature-3__itemImage img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemImage img {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemImage {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__text {
    text-align: left;
  }
}
.base-s-feature-3 .s-feature-3__itemTitle {
  margin: 24px 0 0 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemTitle {
    margin: 0;
  }
}
.base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
  margin: 16px 0 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-3 .s-feature-3__itemContent .-lg-fs_s {
    margin: 8px 0 0 0;
    line-height: 1.6;
  }
}

.base-s-feature-4 {
  background-color: #fff;
}
.base-s-feature-4 .base-c-sectionHeader {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-feature-4 .s-feature-4__featureList {
  margin: 0 -16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__featureList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-feature-4 .s-feature-4__featureItem {
  width: 33.3%;
  text-align: center;
  list-style: none;
  padding: 0 16px;
}
.base-s-feature-4 .s-feature-4__featureItem:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__featureItem {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
  .base-s-feature-4 .s-feature-4__featureItem:not(:first-child) {
    margin-top: 24px;
  }
}
.base-s-feature-4 .s-feature-4__itemImage {
  margin: 0;
}
.base-s-feature-4 .s-feature-4__itemImage img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
.base-s-feature-4 .s-feature-4__itemTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 24px 0 0 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-feature-4 .s-feature-4__itemContent .-lg-fs_s {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 16px 0 0 0;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .base-s-feature-4 .s-feature-4__itemContent .-lg-fs_s {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-feature-5__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__con {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__con {
    margin-top: 61px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-feature-5__con__item + .base-s-feature-5__con__item {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-feature-5__con__item + .base-s-feature-5__con__item {
    margin-top: 40px;
  }
}

.base-c-feature-5-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col.-sp--var1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .base-c-feature-5-col.-sp--var2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.base-c-feature-5-col__con {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__con {
    width: calc(100% - 520px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__con {
    width: 100%;
    margin-top: 15px;
  }
}
.base-c-feature-5-col__con .conArea {
  font-size: var(--font-size-s);
  line-height: 27px;
}
.base-c-feature-5-col__con .conArea p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__con .conArea {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__con .conArea {
    margin-top: 15px;
  }
}
.base-c-feature-5-col__img {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .base-c-feature-5-col__img {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-feature-5-col__img {
    width: 100%;
  }
  .-sp--var1 .base-c-feature-5-col__img {
    margin-top: 15px;
  }
}
.base-c-feature-5-col__img img {
  width: 100%;
  vertical-align: bottom;
}

.base-c-label-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: var(--color-base-primary);
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .base-c-label-point {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point {
    width: 70px;
    height: 70px;
  }
  .-sp--var2 .base-c-label-point {
    width: 50px;
    height: 50px;
  }
}
.base-c-label-point .textE {
  display: block;
}
@media screen and (min-width: 768px) {
  .base-c-label-point .textE {
    font-size: var(--font-size-xs);
    line-height: 14.4px;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point .textE {
    font-size: var(--font-size-xs);
    line-height: 14.4px;
  }
  .-sp--var2 .base-c-label-point .textE {
    font-size: 10px;
    line-height: 12px;
  }
}
.base-c-label-point .textN {
  display: block;
  padding-bottom: 4px;
  font-family: var(--font-family-en);
  margin-top: 4px;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .base-c-label-point .textN {
    font-size: 36px;
    line-height: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-label-point .textN {
    font-size: 36px;
    line-height: 0.6;
  }
  .-sp--var2 .base-c-label-point .textN {
    font-size: 25px;
    line-height: 0.6;
  }
}

.base-c-title-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-title-point {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-c-title-point__text {
  font-size: var(--font-size-l);
  line-height: 33.6px;
}
@media screen and (min-width: 768px) {
  .base-c-title-point__text {
    width: calc(100% - 70px - 10px);
  }
}
@media screen and (max-width: 767px) {
  .-sp--var1 .base-c-title-point__text {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .-sp--var2 .base-c-title-point__text {
    width: calc(100% - 50px - 10px);
  }
}

.base-s-filterSection {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-filterSection {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-filterSection .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.s-filterContainer {
  background: var(--color-base-background);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .s-filterContainer {
    padding: 16px;
    margin-right: -16px;
    margin-left: -16px;
  }
}

.s-filterList-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-filterList-container + .s-filterList-container {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .s-filterList-container {
    display: block;
  }
}

.s-filterList-head {
  font-size: var(--font-size-m);
  font-weight: bold;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .s-filterList-head {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s-filterList-head + .s-filterList-inner {
    margin-top: 8px;
  }
}

.s-filterList-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -16px 0 -16px;
  max-width: calc(100% - 200px);
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .s-filterList-inner {
    margin-top: -4px;
    max-width: initial;
    padding-left: 0;
  }
}

.s-filterItem.-checkbox {
  margin: 8px 0;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .s-filterItem.-checkbox {
    margin: 4px 0;
    width: 50%;
  }
}
.s-filterItem.-checkbox label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-filterItem.-checkbox input[type=checkbox] {
  display: none;
}
.s-filterItem.-checkbox input[type=checkbox]:checked + .text::before {
  background-color: #236099;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4399%3A71004)%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.475L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4399%3A71004%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.s-filterItem.-checkbox input[type=checkbox]:disabled + .text {
  cursor: no-drop;
}
.s-filterItem.-checkbox input[type=checkbox]:disabled + .text::before {
  background-color: #aaa;
}
.s-filterItem.-checkbox .text {
  font-size: var(--font-size-s);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.s-filterItem.-checkbox .text::before {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 3px;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0 8px 0 0;
}
.s-filterItem.-radio {
  margin: 8px 16px;
}
@media screen and (max-width: 767px) {
  .s-filterItem.-radio {
    margin: 4px 16px;
  }
}
.s-filterItem.-radio label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s-filterItem.-radio input[type=radio] {
  display: none;
}
.s-filterItem.-radio input[type=radio]:checked + .text::before {
  background-color: #236099;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4399%3A71004)%22%3E%3Cpath%20d%3D%22M4.75502%2012.0149L0.205017%207.46495C-0.0683389%207.19159%20-0.0683389%206.74838%200.205017%206.475L1.19494%205.48504C1.4683%205.21166%201.91154%205.21166%202.1849%205.48504L5.24999%208.55011L11.8151%201.98505C12.0884%201.71169%2012.5317%201.71169%2012.805%201.98505L13.795%202.975C14.0683%203.24835%2014.0683%203.69157%2013.795%203.96495L5.74497%2012.015C5.47159%2012.2883%205.02837%2012.2883%204.75502%2012.0149V12.0149Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4399%3A71004%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.s-filterItem.-radio input[type=radio]:disabled + .text {
  cursor: no-drop;
}
.s-filterItem.-radio input[type=radio]:disabled + .text::before {
  background-color: #aaa;
}
.s-filterItem.-radio .text {
  font-size: var(--font-size-s);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.s-filterItem.-radio .text::before {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50rem;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin: 0 8px 0 0;
}

.s-filterList-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}
.s-filterList-footer.-justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.s-filterList-footer.-justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.s-filterList-footer .s-filterList-button {
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  background: var(--color-base-gray);
  font-size: var(--font-size-s);
  border-radius: var(--border-radius);
  -webkit-appearance: none;
  border: none;
  padding: 0 8px;
  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;
  height: 48px;
  cursor: pointer;
  font-weight: bold;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .s-filterList-footer .s-filterList-button {
    height: 40px;
  }
}
.s-filterList-footer .s-filterList-button + .s-filterList-button {
  margin-left: 8px;
}
.s-filterList-footer .s-filterList-button .icon {
  margin-right: 8px;
}
.s-filterList-footer .s-filterList-button.-reset {
  background: #eee;
  color: #999;
}
.s-filterList-footer .s-filterList-button.-reset:hover {
  opacity: 0.5;
}
.s-filterList-footer .s-filterList-button.-submit {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}

.base-s-flow-1 .base-c-inner {
  overflow: hidden;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList {
  margin: 0;
  padding: 40px 80px;
  list-style: none;
  counter-reset: step 0;
  border: 3px solid #F5F5F5;
  background-color: #fff;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList {
    padding: 16px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  counter-increment: step;
  overflow: hidden;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 42px;
  top: -14px;
  left: 38px;
  border-left: 2px solid var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::before {
    display: none;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::after {
  content: "";
  top: 148px;
  border-left: 2px solid var(--color-base-primary);
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 38px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem {
    display: block;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber {
  background-color: var(--color-base-primary);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel {
  color: var(--color-base-primaryInside);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  color: var(--color-base-primaryInside);
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1)::after {
  display: none;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-child(1)::after {
  top: 98px;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
    padding-top: 0;
    margin-top: 30px;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: var(--color-base-primaryFaded);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
    min-width: 70px;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel {
  font-size: 12px;
  line-height: 100%;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--color-base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  font-size: 28px;
  line-height: 1;
  content: "0" counter(step);
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
    font-size: 26px;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
    margin-left: 0;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    padding-left: 90px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
  margin: 10px 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-1 .base-c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-flow-2 .base-c-inner {
  overflow: hidden;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList {
  margin: 0;
  padding: 60px 32px 35px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step 0;
  background-color: #fff;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList {
    padding: 0;
    display: block;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem {
  position: relative;
  counter-increment: step;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem::after {
  content: "";
  top: 40px;
  border-top: 2px solid var(--color-base-primary);
  z-index: 1;
  position: absolute;
  width: 80px;
  height: 2px;
  right: -66px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem::after {
    display: none;
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem {
    width: 100%;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-last-of-type(1)::after {
  display: none;
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-child(1) {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem:nth-child(1) {
    width: 100%;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
    padding-left: 0;
    margin-top: 30px;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: var(--color-base-primary);
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
    width: 70px;
    min-width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
  font-size: 12px;
  line-height: 100%;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 2.4px;
  color: var(--color-base-primaryInside);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel:after {
  font-size: 28px;
  line-height: 1;
  content: "0" counter(step);
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color-base-primaryInside);
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
    margin-left: 0;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
  margin: 0;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    padding-left: 80px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
  margin: 10px 0 0;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-flow-2 .base-c-inner .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-form {
  background: #fff;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-form {
    padding: 48px 0;
  }
}
.base-s-form .s-form__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.base-s-form .leadgrid-form__row + div {
  margin-top: 28px;
}
.base-s-form .c-form__agree {
  display: none;
}
.base-s-form .c-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-form .c-form__action {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-form .leadgrid-form__label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .base-s-form .leadgrid-form__label .hqIvTY {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 8px;
  }
}

.base-s-hardCodeContactDetail {
  padding: 130px 0 130px;
}
@media screen and (max-width: 767px) {
  .base-s-hardCodeContactDetail {
    padding: 80px 0 80px;
  }
}
.base-s-hardCodeContactDetail .base-c-inner {
  max-width: 860px;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled {
  opacity: 0.5;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover {
  color: #fff;
  cursor: default;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover:before {
  display: none;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover i:before {
  border-top-color: #fff;
}
.base-s-hardCodeContactDetail .base-c-hardCodeButton:disabled:hover i:after {
  background-color: #fff;
}

.base-s-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: var(--color-base-primaryFaded);
  padding: 54px 0;
  position: relative;
  min-height: 240px;
}
@media screen and (max-width: 767px) {
  .base-s-header {
    padding: 32px 20px;
    min-height: initial;
  }
}
.base-s-header .s-header__background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.3;
}
.base-s-header .s-header__title {
  margin: 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
.base-s-header .s-header__title > span {
  display: block;
  line-height: 1;
}
.base-s-header .s-header__title .en {
  font-family: var(--font-family-en);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: -1.2px;
}
.base-s-header .s-header__title .ja {
  font-size: 32px;
  margin-top: 8px;
  letter-spacing: 4px;
  margin-left: -4px;
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__title .ja {
    font-size: 24px;
  }
}
.base-s-header .s-header__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 560px;
  margin: 24px auto 0;
  color: #181818;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-header .s-header__text {
    font-size: 13px;
    margin-top: 16px;
  }
}

.base-s-image .base-c-inner .s-image__list {
  margin-top: 40px;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-image .base-c-inner .s-image__list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-image .base-c-inner .s-image__list .s-image__item {
  width: 100%;
  height: auto;
  list-style-type: none;
}
.base-s-image .base-c-inner .s-image__list .s-image__item:nth-of-type(n + 2) {
  margin-top: 40px;
}
.base-s-image .base-c-inner .s-image__list .s-image__item .s-image__itemImage {
  width: 960px;
  height: 460px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: var(--border-radius);
}

.base-s-infografic .s-infografic__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.base-s-infografic .s-infografic__item {
  width: calc((100% - 48px) / 3);
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__item {
    width: 100%;
    margin-top: 24px;
  }
  .base-s-infografic .s-infografic__item:first-of-type {
    margin-top: 0;
  }
}
.base-s-infografic .s-infografic__amount {
  text-align: center;
  margin: 0;
}
.base-s-infografic .s-infografic__number {
  font-weight: 700;
  font-size: 90px;
  line-height: 130px;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__number {
    font-size: 80px;
    line-height: 116px;
  }
}
.base-s-infografic .s-infografic__unit {
  font-weight: 700;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__unit {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-infografic .s-infografic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__content {
    margin-top: 16px;
  }
}
.base-s-infografic .s-infografic__title {
  font-weight: 700;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__title {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-infografic .s-infografic__description {
  font-weight: 500;
  font-size: 13px;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #888888;
  margin: 8px 0 0 0;
}
.base-s-infografic .s-infografic__button {
  margin-top: 24px;
  padding: 14px 63.5px;
  display: inline-block;
}
.base-s-infografic .s-infografic__annotation {
  margin: 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__annotation {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-infografic .s-infografic__annotation {
    margin-top: 24px;
  }
}

.base-s-intro-1 .base-c-inner .s-intro-1__turnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  counter-reset: turn 0;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-double .s-intro-1__turnItem {
  width: 33.3333333333%;
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
  padding-left: 100px;
  width: calc(33.3333333333% + 20px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
  width: calc(33.3333333333% + 20px);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
    width: 100%;
    padding: 12px 20px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList.-quadruple .s-intro-1__turnItem {
  width: 33.3333333333%;
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem {
  counter-increment: turn;
  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;
  height: 100px;
  padding: 24px;
  background-color: var(--color-base-primary);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem {
    height: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2) {
  position: relative;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2) {
    margin-top: 16px;
    border-radius: 5px;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2)::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  top: 0px;
  left: 7px;
  -webkit-transform: rotate(45deg) translateX(-50px) translateY(50px);
  transform: rotate(45deg) translateX(-50px) translateY(50px);
  background-color: var(--color-base-primary);
  border-top: #fff solid 4px;
  border-right: #fff solid 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n + 2)::after {
    display: none;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.3;
  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;
  font-weight: bold;
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 100%;
  margin-bottom: 2px;
  content: "0" counter(turn);
  color: var(--color-base-primaryInside);
  font-family: Barlow Semi Condensed;
  position: relative;
  left: -8px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
    margin-bottom: 0;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content {
  border-radius: var(--border-radius);
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content {
    margin-top: 20px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentTitle {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentTitle {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-1 .base-c-inner .s-intro-1__content .s-intro-1__contentText {
    margin-top: 16px;
  }
}

.base-s-intro-2 .s-intro-2__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-2 .s-intro-2__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 56px 0 -40px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__point {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-2 .s-intro-2__point li {
  width: calc((100% - 40px) / 2);
  border: 3px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding: 30px 16px;
  border-top: none;
  background-color: #ffffff;
}
.base-s-intro-2 .s-intro-2__point li::before {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.base-s-intro-2 .s-intro-2__point li::after {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__point li {
    width: 100%;
  }
}
.base-s-intro-2 .s-intro-2__pointNumber {
  font-family: var(--font-family-en);
  font-size: 30px;
  font-weight: bold;
  color: var(--color-base-primary);
  padding: 0 12px;
  position: absolute;
  top: calc(-0.5em - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.base-s-intro-2 .s-intro-2__pointText {
  text-align: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__pointText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-intro-2 .s-intro-2__box {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 48px 56px;
  margin-top: 80px;
  position: relative;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__box {
    padding: 40px 16px 40px;
    margin-top: 100px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-2 .s-intro-2__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -46px;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__box:before {
    top: -26px;
    height: 40px;
  }
}
.base-s-intro-2 .s-intro-2__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-2 .s-intro-2__boxText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-2 .s-intro-2__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-intro-3 .s-intro-3__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__subTitle {
  text-align: center;
}
.base-s-intro-3 .s-intro-3__subTitle .-title {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__subTitle .-title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__subTitle + .s-intro-3__point {
  margin-top: 40px;
}
.base-s-intro-3 .s-intro-3__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 56px 0 -50px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__point {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
  }
}
.base-s-intro-3 .s-intro-3__point li {
  width: calc((100% - 44px) / 2);
  border: 3px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  border-top: none;
  margin-bottom: 40px;
  position: relative;
  padding: 32px 32px 28px 32px;
  background-color: #ffffff;
}
.base-s-intro-3 .s-intro-3__point li::before {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  left: 0;
}
.base-s-intro-3 .s-intro-3__point li::after {
  content: "";
  width: 45%;
  height: 3px;
  background: var(--color-base-primary);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__point li {
    width: 100%;
  }
}
.base-s-intro-3 .s-intro-3__pointNumber {
  font-family: var(--font-family-en);
  font-size: 30px;
  font-weight: bold;
  color: var(--color-base-primary);
  padding: 0 12px;
  position: absolute;
  top: calc(-0.5em - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}
.base-s-intro-3 .s-intro-3__pointTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-intro-3 .s-intro-3__pointText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 18px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__pointText {
    line-height: 1.6;
  }
}
.base-s-intro-3 .s-intro-3__box {
  background-color: var(--color-base-primaryFaded);
  border-radius: var(--border-radius);
  padding: 50px 60px;
  margin-top: 88px;
  position: relative;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__box {
    padding: 40px 16px 40px;
    margin-top: 100px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-intro-3 .s-intro-3__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -46px;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__box:before {
    top: -26px;
    height: 40px;
  }
}
.base-s-intro-3 .s-intro-3__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-intro-3 .s-intro-3__boxText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-intro-3 .s-intro-3__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-introducedCompany-1 .s-introducedCompany-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    gap: 8px;
  }
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item {
  width: calc(25% - 16px);
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__item {
    width: calc(50% - 4px);
  }
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item a {
  display: block;
  line-height: 1;
}
.base-s-introducedCompany-1 .s-introducedCompany-1__item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .base-s-introducedCompany-1 .s-introducedCompany-1__item {
    width: calc(33.3333333333% - 12px);
  }
  .base-s-introducedCompany-1 .s-introducedCompany-1__item:nth-child(4n) {
    margin-right: 18px;
  }
  .base-s-introducedCompany-1 .s-introducedCompany-1__item:nth-child(3n) {
    margin-right: 0;
  }
}

.base-s-introducedCompany-2 .s-introducedCompany-2__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__text .count {
  font-size: 40px;
  font-family: var(--font-family-en);
  letter-spacing: 3.18px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text .count {
    font-size: 32px;
    margin-right: 2px;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__text .count__text {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__text .count__text {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__wrap {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item {
  width: 16.6%;
  overflow: hidden;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__item {
    width: 50%;
  }
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item a {
  display: block;
  line-height: 1;
}
.base-s-introducedCompany-2 .s-introducedCompany-2__item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.base-s-introducedCompany-2 .s-introducedCompany-2__tips {
  font-size: 10px;
  margin: 8px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .base-s-introducedCompany-2 .s-introducedCompany-2__tips {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.base-s-issue-1__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-issue-1__inner {
    max-width: 983px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-issue-1__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-issue-1__con {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-issue-1__con {
    margin-top: 56px;
  }
}

.base-c-list-issue-1 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-c-list-issue-1__item {
  list-style-type: none;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item {
    font-size: var(--font-size-l);
    line-height: 33.6px;
    width: calc((100% - 60px) / 2);
    padding-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item {
    font-size: var(--font-size-l-sp);
    line-height: 28.8px;
    width: 100%;
    padding-left: 17px;
  }
}
.base-c-list-issue-1__item:before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--color-base-primary);
  border-radius: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item:before {
    width: 8px;
    height: 8px;
    top: 13px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item:before {
    width: 7px;
    height: 7px;
    top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .base-c-list-issue-1__item:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-list-issue-1__item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.base-s-link-2 {
  margin-top: -40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 {
    padding-bottom: 56px;
  }
}
.base-s-link-2 .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.base-s-link-2 .s-link-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__list {
    margin: -16px -8px;
    width: auto;
  }
}
.base-s-link-2 .s-link-2__listItem {
  padding: 10px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__listItem {
    padding: 16px 8px;
    width: 50%;
  }
}
.base-s-link-2 .s-link-2__listLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid var(--color-base-primary);
  color: var(--color-base-primary);
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-link-2 .s-link-2__listLink {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-link-2 .s-link-2__listLink svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  margin-right: 8px;
}
.base-s-link-2 .s-link-2__listLink svg path {
  fill: var(--color-base-primary);
}

.base-s-link {
  margin-top: -40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-link {
    padding-bottom: 56px;
  }
}
.base-s-link .base-c-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-link .base-c-link_list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.base-s-link .base-c-link_list-item {
  list-style: none;
}
.base-s-link .base-c-link_list-item:not(:nth-child(3n)) {
  margin-right: 2%;
}
.base-s-link .base-c-link_list-item:nth-child(n+4) {
  margin-top: 2%;
}
.base-s-link .base-c-button + .base-c-button {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-link .base-c-button + .base-c-button {
    margin: 8px 0 0;
  }
}

.base-s-logoSlider .base-c-sectionHeader {
  max-width: 62.5rem;
  width: 100%;
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.base-s-logoSlider .base-c-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList.slick-initialized {
  opacity: 1;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem {
  outline: none;
}
.base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem .s-logoSlider__logoImage {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  display: block;
  margin: 0 8px;
  outline: none;
  width: 300px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-s-logoSlider .base-c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem .s-logoSlider__logoImage {
    margin: 0 10px;
  }
}

.base-s-mainvisual-1 {
  overflow: hidden;
  background-color: var(--color-base-primaryFaded);
  position: relative;
}
.base-s-mainvisual-1 > .base-c-inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 > .base-c-inner {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copy {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyTitle {
    text-align: left;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  max-width: 660px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyText {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyText {
    text-align: left;
    margin-top: 16px;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__copyButton {
  padding-left: 0;
  margin-top: 40px;
  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;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .s-mainvisual-1__copyButton {
    margin-top: 24px;
    display: block;
  }
}
.base-s-mainvisual-1 .s-mainvisual-1__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.base-s-mainvisual-1 .-primary_mv {
  color: #fff;
  text-decoration: none;
}
.base-s-mainvisual-1 .-large-mv:not(:nth-child(n+3)) {
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .-large-mv:not(:nth-child(n+3)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-1 .-large-mv:not(:first-child) {
    margin-top: 6%;
  }
}

.base-s-mainvisual-2 {
  overflow: hidden;
}
.base-s-mainvisual-2 > .base-c-inner {
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 > .base-c-inner {
    padding: 48px 0 180px;
    text-align: center;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copy {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copy {
    padding: 0 16px;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton {
  max-width: 54%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton {
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton_list {
  padding-left: 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton_list {
    display: block;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton_item {
  list-style: none;
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton_item:not(:nth-child(2n)) {
  margin-right: 6%;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton_item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__copyButton_item:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__copyButton_item:not(:first-child) {
    margin-top: 2%;
  }
}
.base-s-mainvisual-2 .s-mainvisual-2__image {
  position: absolute;
  bottom: 0;
  right: 108px;
  width: 307px;
  height: 514px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 307px 514px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-2 .s-mainvisual-2__image {
    bottom: -250px;
    right: 50%;
    width: 180px;
    margin-right: -90px;
    background-size: contain;
  }
}

.base-s-mainvisual-3 {
  padding: 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 {
    padding: 0;
  }
}
.base-s-mainvisual-3 .s-mainvisual-3__bg {
  position: absolute;
  width: 60vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .s-mainvisual-3__bg {
    position: relative;
    margin: 16px 0 0 0;
    width: 100%;
    padding-bottom: 63.8%;
    height: auto;
  }
}
.base-s-mainvisual-3 .s-mainvisual-3__bg .s-mainvisual-3__image {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.base-s-mainvisual-3 .base-c-inner {
  position: relative;
  max-width: 1060px;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner {
    max-width: 480px;
    padding: 32px 0;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
    font-size: var(--font-size-xxl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Title {
    display: block;
    padding: 0px 16px;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Text {
    display: block;
    padding: 0px 16px;
    margin-top: 10px;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button {
    margin-top: 24px;
    display: block;
    padding: 0px 16px;
  }
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .c-button__enTitle {
    font-size: 10px;
    padding: 0 0 2px 0;
  }
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0;
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button_list_item {
  list-style: none;
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button_list_item:not(:first-child) {
  margin-top: 20px;
}
.base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .base-c-button:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-3 .base-c-inner .s-mainvisual-3__Button .base-c-button:nth-of-type(n + 2) {
    margin-top: 8px;
  }
}

.base-s-mainvisual-4 {
  position: relative;
  overflow: hidden;
}
.base-s-mainvisual-4 > .base-c-inner {
  position: relative;
  max-width: 1060px;
  padding: 48px 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 > .base-c-inner {
    padding: 32px 0;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copy {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copy {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyButton {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton a img {
    width: 140px;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__copyButton a + a {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__copyButton a + a {
    margin-top: 10px;
    margin-left: 0;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__bg {
  position: absolute;
  width: 60vw;
  height: 100%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-4 .s-mainvisual-4__bg {
    position: relative;
    margin: 16px 0 0 0;
    width: 100%;
    padding-bottom: 63.8%;
    height: auto;
  }
}
.base-s-mainvisual-4 .s-mainvisual-4__bg .s-mainvisual-4__image {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  right: 0;
  height: 100%;
}

.base-s-mainvisual-5 {
  overflow: hidden;
  background-color: var(--color-base-primaryFaded);
  position: relative;
}
.base-s-mainvisual-5 > .base-c-inner {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 > .base-c-inner {
    padding: 0;
    padding: 48px 0;
    display: block;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copy {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    text-align: center;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  line-height: 1.55;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyTitle span {
  background: rgba(37, 37, 37, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyTitle {
    text-align: center;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyText {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  max-width: 660px;
  line-height: 1.49;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyText {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyText span {
  background: rgba(37, 37, 37, 0.7);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyText {
    text-align: left;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__copyButton {
  margin-top: 40px;
  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;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyButton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-5 .s-mainvisual-5__copyButton .base-c-button {
    width: 100%;
    margin: 0;
  }
}
.base-s-mainvisual-5 .s-mainvisual-5__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.base-s-mainvisual-form {
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form {
    padding: 0;
  }
}
.base-s-mainvisual-form .s-mainvisual-form__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .s-mainvisual-form__image {
    height: calc(100vh - 50px);
  }
}
.base-s-mainvisual-form .base-c-inner {
  position: relative;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner {
    padding: 0;
    display: block;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box {
  width: 535px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box {
    width: auto;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: calc(100vh - 200px);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title {
  font-size: var(--font-size-xxl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  z-index: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title {
    font-size: var(--font-size-xxl-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title span {
  background-color: rgba(37, 37, 37, 0.7);
  color: var(--color-base-primaryInside);
  line-height: 1.6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__title span {
    padding: 0;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 24px 0 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span {
  background-color: rgba(37, 37, 37, 0.7);
  color: var(--color-base-primaryInside);
  line-height: 1.6;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 2px 7px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span {
    padding: 0;
  }
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__box .s-mainvisual-form__text span br {
    display: none;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form {
  background: var(--color-base-primaryInside);
  padding: 24px 32px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form {
    width: 100%;
    padding: 27px 17px 42px;
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formTitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formText {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 16px auto 24px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-inner .s-mainvisual-form__form .s-mainvisual-form__formText {
    font-size: 12px;
    margin: 20px auto 23px;
  }
}
.base-s-mainvisual-form .leadgrid-form__label {
  font-size: 12px;
  letter-spacing: 1.55px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__label {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.base-s-mainvisual-form .leadgrid-form__label::before {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0px 8px;
  margin-right: 8px;
  letter-spacing: 1.55px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__label::before {
    margin-right: 13px;
  }
}
.base-s-mainvisual-form .leadgrid-form__input {
  font-size: 14px;
  padding: 10px 14px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__input {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__select::before {
  height: 24px;
  right: 40px;
  margin-top: -12px;
}
.base-s-mainvisual-form .leadgrid-form__select::after {
  right: 18px;
  margin-top: -6px;
}
.base-s-mainvisual-form .leadgrid-form__select select {
  font-size: 14px;
  padding: 10px 14px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__select select {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__textarea {
  padding: 10px 14px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__textarea {
    font-size: 15px;
  }
}
.base-s-mainvisual-form .leadgrid-form__radio {
  display: inline-block;
  width: initial;
}
.base-s-mainvisual-form .leadgrid-form__radio + .leadgrid-form__radio {
  margin: 0 0 0 12px;
}
.base-s-mainvisual-form .leadgrid-form__radio label > span {
  font-size: 14px;
}
.base-s-mainvisual-form .leadgrid-form__radio label > span::before {
  margin-right: 4px;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.base-s-mainvisual-form .leadgrid-form__radio input[type=radio]:checked + span::after {
  min-width: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox {
  display: inline-block;
  width: initial;
}
.base-s-mainvisual-form .leadgrid-form__checkbox + .leadgrid-form__checkbox {
  margin: 0 0 0 12px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox label > span {
  font-size: 14px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox label > span::before {
  margin-right: 4px;
  min-width: 18px;
  width: 18px;
  height: 18px;
}
.base-s-mainvisual-form .leadgrid-form__checkbox input[type=checkbox]:checked + span::after {
  width: 7px;
  height: 12px;
  left: 6px;
  margin-top: -7px;
}
.base-s-mainvisual-form .leadgrid-form__row + div {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .leadgrid-form__row + div {
    margin-top: 16px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__agreeText {
  font-size: 10px;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__agreeText {
    font-size: 10px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__checkboxLabel {
  font-size: 12px;
}
.base-s-mainvisual-form .base-c-form .c-form__checkboxLabel:before {
  min-width: 12px;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.base-s-mainvisual-form .base-c-form .c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  width: 5px;
  height: 9px;
  border-bottom: 3px solid var(--color-base-text);
  border-right: 3px solid var(--color-base-text);
  border-radius: 2px;
  left: 4px;
  margin-top: -5px;
}
.base-s-mainvisual-form .base-c-form .c-form__agree .privacy {
  margin-top: 12px;
  font-size: 10px;
  line-height: 1.172;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__agree .privacy {
    margin-top: 16px;
    font-size: 12px;
  }
}
.base-s-mainvisual-form .base-c-form .c-form__action {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-mainvisual-form .base-c-form .c-form__action {
    margin-top: 32px;
  }
}
.base-s-mainvisual-form .leadgrid-c-button.-large .c-button__jaTitle {
  font-size: var(--font-size-s);
}
.base-s-mainvisual-form .leadgrid-c-button.-large {
  padding: 8px 28px;
  border-radius: 2px;
}
.base-s-mainvisual-form .leadgrid-form__error {
  font-size: 12px;
  margin-top: 4px;
}

.base-s-map .s-map__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.3%;
}
.base-s-map .s-map__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__wrap {
    max-width: 480px;
    margin: 0 auto;
  }
}
.base-s-map .s-map__text {
  margin: 32px 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-map .s-map__text {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

.base-s-mediaArchives {
  padding: 0 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives {
    padding: 0 0 80px;
  }
}
.base-s-mediaArchives > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives > .base-c-inner {
    display: block;
  }
}
.base-s-mediaArchives .s-mediaArchives__header {
  background-color: #eeeeee;
  padding: 20px 16px 48px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header {
    padding: 16px 0 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header > .base-c-inner {
    display: block;
  }
}
.base-s-mediaArchives .s-mediaArchives__header .title {
  margin: 0;
  text-align: center;
  color: #0e1315;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .title {
    width: 100%;
    max-width: 480px;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: left;
  }
}
.base-s-mediaArchives .s-mediaArchives__header .text {
  margin: 0 auto;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .text {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .s-mediaArchives__header .text {
    width: 100%;
    max-width: 480px;
    text-align: left;
  }
}
.base-s-mediaArchives .base-c-sidebar2 {
  margin-left: 48px;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaArchives .base-c-sidebar2 {
    margin: 0;
  }
}

.base-s-mediaDetail {
  padding: 28px 0 120px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail {
    padding: 30px 0 80px;
  }
}
.base-s-mediaDetail.-column1 .base-c-sidebar2 {
  display: none;
}
.base-s-mediaDetail.-column1 > .base-c-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-s-mediaDetail.-column1 .s-mediaDetail__content {
  margin-right: 0;
}
.base-s-mediaDetail > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail > .base-c-inner {
    display: block;
  }
}
.base-s-mediaDetail .s-mediaDetail__content {
  max-width: 800px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__content {
    margin-right: 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta {
    margin-bottom: 16px;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta .date {
  font-size: 20px;
  font-family: var(--font-family-en);
  letter-spacing: 1px;
  margin-right: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta .date {
    font-size: 16px;
    margin-right: 14px;
  }
}
.base-s-mediaDetail .s-mediaDetail__meta .tag {
  background-color: #f5f5f5;
  color: var(--color-base-text-gray);
  border-radius: 3px;
  padding: 4px 18px;
  text-decoration: none;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.85px;
}
.base-s-mediaDetail .s-mediaDetail__meta .tag + .tag {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__meta .tag + .tag {
    margin-left: 14px;
  }
}
.base-s-mediaDetail .s-mediaDetail__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
}
.base-s-mediaDetail .s-mediaDetail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 25px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author {
    margin: 0 0 10px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__author .thumb {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  overflow: hidden;
}
.base-s-mediaDetail .s-mediaDetail__author .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.base-s-mediaDetail .s-mediaDetail__author .name {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__author .name {
    font-size: 1rem;
  }
}
.base-s-mediaDetail .s-mediaDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__wrap {
    display: block;
  }
}
.base-s-mediaDetail .s-mediaDetail__sp-share {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__sp-share {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 50px;
    z-index: 100;
    -webkit-box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
  }
}
.base-s-mediaDetail .s-mediaDetail__sp-share > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
.base-s-mediaDetail .s-mediaDetail__sp-share .s-mediaDetail__share {
  margin-bottom: 0;
}
.base-s-mediaDetail .s-mediaDetail__sp-share__copyBtn {
  width: 108px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 15px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: var(--color-base-text-gray);
  font-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: bold;
}
.base-s-mediaDetail .s-mediaDetail__sp-share__copyBtn::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/base/img/media/icon_link.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.base-s-mediaDetail .s-mediaDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 40px;
  margin-left: -80px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
  }
}
.base-s-mediaDetail .s-mediaDetail__share .s-mediaDetail__shareTitle {
  font-family: var(--font-family-en);
  line-height: 140%;
  padding: 12px 0;
  border-bottom: 2px solid #0e1315;
  display: block;
  width: 40px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share .s-mediaDetail__shareTitle {
    border-bottom: none;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__share a {
  display: block;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share a {
    width: 30px;
    border-radius: 3px;
    overflow: hidden;
  }
}
.base-s-mediaDetail .s-mediaDetail__share a img {
  width: 100%;
  height: auto;
}
.base-s-mediaDetail .s-mediaDetail__share a + a {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__share a + a {
    margin-top: 0;
    margin-left: 10px;
  }
}
.base-s-mediaDetail .s-mediaDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.base-s-mediaDetail .s-mediaDetail__toc {
  background-color: #eeeeee;
  padding: 30px 40px 24px;
  border-radius: 3px;
  margin: 40px 0 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc {
    width: calc(100% + 32px);
    margin: 30px 0px 40px -16px;
    padding: 30px 16px 24px;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .title {
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc .title {
    line-height: 1.6;
    font-size: 1rem;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li a {
  display: block;
  color: #0e1315;
  padding-bottom: 6px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__toc .h2list li a {
    font-size: 1rem;
  }
}
.base-s-mediaDetail .s-mediaDetail__toc .h2list li a:hover {
  opacity: 1;
  color: #33bad4;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list {
  margin: 0;
  color: var(--color-base-text-gray);
  list-style: disc;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list a {
  color: inherit !important;
}
.base-s-mediaDetail .s-mediaDetail__toc .h3list a:hover {
  opacity: 1;
  color: #33bad4 !important;
}
.base-s-mediaDetail .s-mediaDetail__body {
  padding-left: 40px;
  width: calc(100% + 40px);
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body {
    padding-left: 0;
    width: 100%;
    position: relative;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h2,
.base-s-mediaDetail .s-mediaDetail__body h3,
.base-s-mediaDetail .s-mediaDetail__body h4,
.base-s-mediaDetail .s-mediaDetail__body h5,
.base-s-mediaDetail .s-mediaDetail__body h6 {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__body h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.3;
  border-bottom: 4px solid #0e1315;
  padding-bottom: 20px;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h2 {
    font-size: 24px;
    padding-bottom: 10px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h3 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  border-radius: 3px;
  padding: 20px;
  margin: 60px 0 40px;
  background-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h3 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body h5 {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body h5 {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote {
  background-color: #eeeeee;
  margin: 40px 0;
  padding: 40px 40px 30px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote {
    padding: 20px 16px;
    margin: 20px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote p {
  margin: 0;
}
.base-s-mediaDetail .s-mediaDetail__body blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote::before {
    top: 5px;
    left: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 16px;
  height: 13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("/assets/base/img/media/icon_quote.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body blockquote::after {
    bottom: 5px;
    right: 6px;
    width: 12px;
    height: 9px;
    background-size: 12px 9px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ol {
    margin: 30px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol li {
  margin-left: 50px;
  text-indent: -50px;
  position: relative;
}
.base-s-mediaDetail .s-mediaDetail__body ol li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ol li + li {
    margin-top: 10px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ol li::before {
  content: "0" counter(n);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  counter-increment: n;
  font-family: var(--font-family-en);
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  min-width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #eeeeee;
  z-index: 1;
  text-indent: 0;
  margin-right: 16px;
}
.base-s-mediaDetail .s-mediaDetail__body ol li:nth-of-type(n + 10):before {
  content: counter(n);
}
.base-s-mediaDetail .s-mediaDetail__body ul {
  padding-left: 28px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body ul {
    margin: 30px 0;
  }
}
.base-s-mediaDetail .s-mediaDetail__body ul li + li {
  margin-top: 12px;
}
.base-s-mediaDetail .s-mediaDetail__body p,
.base-s-mediaDetail .s-mediaDetail__body li,
.base-s-mediaDetail .s-mediaDetail__body ol {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p,
  .base-s-mediaDetail .s-mediaDetail__body li,
  .base-s-mediaDetail .s-mediaDetail__body ol {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p,
  .base-s-mediaDetail .s-mediaDetail__body li,
  .base-s-mediaDetail .s-mediaDetail__body ol {
    line-height: 1.6;
  }
}
.base-s-mediaDetail .s-mediaDetail__body p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body p + p {
    margin-top: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body a {
  color: #33bad4;
  word-wrap: break-word;
}
.base-s-mediaDetail .s-mediaDetail__body table {
  border-collapse: collapse;
  margin: 20px 0;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body table {
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body table thead, .base-s-mediaDetail .s-mediaDetail__body table tbody {
  width: 100%;
  display: block;
}
.base-s-mediaDetail .s-mediaDetail__body table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-mediaDetail .s-mediaDetail__body table th {
  border: 1px solid #CDD3D9;
  text-align: left;
  padding: 8px 10px;
  background-color: var(--color-base-primaryFaded);
  font-size: var(--font-size-s);
  font-weight: bold;
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-mediaDetail .s-mediaDetail__body table td {
  border: 1px solid #CDD3D9;
  padding: 12px 10px;
  font-size: var(--font-size-s);
  display: block;
  min-width: 260px;
  width: 100%;
}
.base-s-mediaDetail .s-mediaDetail__body img {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body img {
    max-width: initial;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body .s-mediaDetail__eyecatch {
  max-width: initial;
  margin: 0 0 34px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__body .s-mediaDetail__eyecatch {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 30px;
  }
}
.base-s-mediaDetail .s-mediaDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-base-primary);
}
.base-s-mediaDetail .s-mediaDetail__profile {
  border: 2px solid #eeeeee;
  padding: 24px 28px 28px;
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profile {
    margin-top: 30px;
    padding: 16px 16px 20px;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileThumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: var(--color-base-background);
  border-radius: 50%;
  border: 2px solid #eeeeee;
  overflow: hidden;
}
.base-s-mediaDetail .s-mediaDetail__profileThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.base-s-mediaDetail .s-mediaDetail__profileWrap {
  margin-left: 24px;
  padding-top: 8px;
}
.base-s-mediaDetail .s-mediaDetail__profileLabel {
  font-size: 14px;
}
.base-s-mediaDetail .s-mediaDetail__profileName {
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileName {
    font-size: 1rem;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileSns {
    top: 24px;
    right: 24px;
  }
}
.base-s-mediaDetail .s-mediaDetail__profileSns a {
  text-decoration: none;
}
.base-s-mediaDetail .s-mediaDetail__profileSns a img {
  width: 24px;
  height: 24px;
}
.base-s-mediaDetail .s-mediaDetail__profileSns a + a {
  margin-left: 8px;
}
.base-s-mediaDetail .s-mediaDetail__profileText {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: var(--color-base-text-gray);
  line-height: 1.8;
  margin: 7px 0 7px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaDetail .s-mediaDetail__profileText {
    font-size: 0.6875rem;
  }
}
.base-s-mediaDetail .base-c-mediaArticles {
  margin: 40px 0 20px;
}
.base-s-mediaDetail .base-c-mediaArticles .c-mediaArticles__header {
  margin-bottom: 40px;
}
.base-s-mediaDetail .base-c-mediaArticles .c-mediaArticles__header .tag {
  display: none;
}
.base-s-mediaDetail .base-c-mediaArticles + .base-c-mediaArticles {
  margin: 20px 0 !important;
}
.base-s-mediaDetail .base-c-mediaArticles + .base-c-mediaArticles .c-mediaArticles__header {
  margin-bottom: 26px;
}

.base-s-mediaTop {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.base-s-mediaTop .base-c-mediaArticles {
  margin-bottom: 64px;
}
.base-s-mediaTop.-column3.-slideA, .base-s-mediaTop.-column2.-slideA {
  padding: 460px 46px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideA, .base-s-mediaTop.-column2.-slideA {
    padding: 0 0 30px;
  }
}
.base-s-mediaTop.-column3.-slideA .base-c-slide, .base-s-mediaTop.-column2.-slideA .base-c-slide {
  top: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideA .base-c-slide, .base-s-mediaTop.-column2.-slideA .base-c-slide {
    top: 0;
  }
}
.base-s-mediaTop.-column3.-slideB, .base-s-mediaTop.-column2.-slideB {
  padding: 620px 46px 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideB, .base-s-mediaTop.-column2.-slideB {
    padding: 0 0 30px;
  }
}
.base-s-mediaTop.-column3.-slideB .base-c-slide, .base-s-mediaTop.-column2.-slideB .base-c-slide {
  top: 60px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3.-slideB .base-c-slide, .base-s-mediaTop.-column2.-slideB .base-c-slide {
    top: 0;
  }
}
.base-s-mediaTop.-column3 .base-c-slide {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3 .base-c-slide {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column3 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.base-s-mediaTop.-column3 .base-c-sidebar2 {
  display: none;
}
.base-s-mediaTop.-column2 {
  display: grid;
  grid-template-columns: 1fr 350px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 {
    display: block;
  }
}
.base-s-mediaTop.-column2 .base-c-slide {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-slide {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.base-s-mediaTop.-column2 .base-c-mediaArticles:nth-child(2) {
  grid-column: 1;
}
.base-s-mediaTop.-column2 .base-c-mediaArticles:nth-child(n+3) {
  grid-column: 1/3;
}
.base-s-mediaTop.-column2 .base-c-sidebar2 {
  grid-row: 1;
  grid-column: 2;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column2 .base-c-sidebar2 {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
  }
}
.base-s-mediaTop.-column1.-slideA {
  grid-template-rows: 450px 1fr;
}
.base-s-mediaTop.-column1.-slideB {
  grid-template-rows: 610px 1fr;
}
.base-s-mediaTop.-column1 {
  padding: 20px 46px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 {
    display: block;
    padding: 0;
  }
}
.base-s-mediaTop.-column1 .base-c-mediaArticles {
  grid-column: 1;
}
.base-s-mediaTop.-column1 .base-c-sidebar2 {
  grid-row: 1;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 .base-c-mediaArticles {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaTop.-column1 .base-c-sidebar2 {
    max-width: 480px;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.base-s-mediaSlider-1 {
  width: 100%;
  margin: auto;
  padding: 0 0 56px;
  overflow: hidden;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 712px;
  padding: 0 36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__inner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-s-mediaSlider-1 .swiper-container {
  overflow: visible !important;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-container {
    width: 100vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev,
.base-s-mediaSlider-1 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-base-secondary);
  outline: none;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-1 .swiper-button-prev:hover,
.base-s-mediaSlider-1 .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-prev,
  .base-s-mediaSlider-1 .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev::after,
.base-s-mediaSlider-1 .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-base-secondaryInside);
  border-right: 2px solid var(--color-base-secondaryInside);
}
.base-s-mediaSlider-1 .swiper-button-prev {
  left: -36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-prev {
    border-radius: 0 4px 4px 0;
    left: 0;
    top: 32vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-prev::after {
  -webkit-transform: translateX(2px) rotate(-135deg);
  transform: translateX(2px) rotate(-135deg);
}
.base-s-mediaSlider-1 .swiper-button-next {
  right: -36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-button-next {
    border-radius: 4px 0 0 4px;
    right: 0;
    top: 32vw;
  }
}
.base-s-mediaSlider-1 .swiper-button-next::after {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}
.base-s-mediaSlider-1 .swiper-pagination {
  position: absolute;
  bottom: -34px;
}
.base-s-mediaSlider-1 .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.base-s-mediaSlider-1 .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-base-secondary);
  border: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .swiper-pagination {
    display: none;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  height: 400px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__card {
    height: 100%;
    border-radius: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card a {
  text-decoration: none;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card:hover .s-mediaSlider-1__cardFigure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.base-s-mediaSlider-1 .s-mediaSlider-1__card:hover a {
  opacity: 0.7;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure {
    position: relative;
    height: 64vw;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(14, 19, 21, 0.7)), to(rgba(14, 19, 21, 0)));
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 0 30px 28px 36px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo {
    position: relative;
    padding: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .category {
  display: inline-block;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  padding: 6px 20px 7px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .category {
    border-radius: 0 4px 0 0;
    position: absolute;
    top: -47px;
    left: 0;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
    color: var(--color-base-text);
    max-width: 480px;
    padding: 0 16px;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 5px;
  margin-right: 8px;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .detail {
    display: block;
    max-width: 480px;
    padding: 0 16px;
    margin: auto;
  }
}
.base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-1 .s-mediaSlider-1__cardInfo .date {
    position: absolute;
    top: -39px;
    right: 16px;
  }
}

.base-s-mediaSlider-2 {
  width: 100%;
  margin: auto;
  padding: 0 0 50px;
  margin-bottom: 10px;
  overflow: hidden;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__inner {
    max-width: initial;
    width: 100vw;
    padding: 0;
  }
}
.base-s-mediaSlider-2 .swiper-container {
  overflow: visible !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-container {
    width: 100vw;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev,
.base-s-mediaSlider-2 .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: var(--color-base-secondary);
  outline: none;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-2 .swiper-button-prev:hover,
.base-s-mediaSlider-2 .swiper-button-next:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-prev,
  .base-s-mediaSlider-2 .swiper-button-next {
    width: 40px;
    height: 60px;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev::after,
.base-s-mediaSlider-2 .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-base-secondaryInside);
  border-right: 2px solid var(--color-base-secondaryInside);
}
.base-s-mediaSlider-2 .swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-prev {
    left: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .swiper-button-prev::after {
  -webkit-transform: translateX(2px) rotate(-135deg);
  transform: translateX(2px) rotate(-135deg);
}
.base-s-mediaSlider-2 .swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-button-next {
    right: 0;
    bottom: -40px;
    top: initial;
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .swiper-button-next::after {
  -webkit-transform: translateX(-2px) rotate(45deg);
  transform: translateX(-2px) rotate(45deg);
}
.base-s-mediaSlider-2 .swiper-pagination {
  position: absolute;
  bottom: -34px;
}
.base-s-mediaSlider-2 .swiper-pagination span {
  background: #eeeeee;
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 4px !important;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #d4d4d4;
}
.base-s-mediaSlider-2 .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--color-base-secondary);
  border: none;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .swiper-pagination {
    display: none;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  height: 560px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__card {
    height: 100%;
    border-radius: 0;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card a {
  text-decoration: none;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card:hover .s-mediaSlider-2__cardFigure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.base-s-mediaSlider-2 .s-mediaSlider-2__card:hover a {
  opacity: 0.7;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure {
    position: relative;
    height: 64vw;
    min-height: 360px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardFigure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(14, 19, 21, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(14, 19, 21, 0.7)), to(rgba(14, 19, 21, 0)));
  background: linear-gradient(0deg, rgba(14, 19, 21, 0.7) 20%, rgba(14, 19, 21, 0) 100%);
  z-index: 10;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo {
    max-width: 480px;
    width: 100%;
    padding: 0 16px 32px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .category {
  display: inline-block;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  padding: 6px 20px 7px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 3px;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 13px 0 15px;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .title {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.03em;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 16px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tagList {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
  display: inline-block;
  padding: 2.5px 12px;
  border-radius: 5px;
  margin-right: 8px;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .tag {
    padding: 2px 9px;
    margin-bottom: 4px;
  }
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-mediaSlider-2 .s-mediaSlider-2__cardInfo .date {
  display: inline-block;
  font-family: var(--font-family-en);
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 13px;
  color: #fff;
}

.base-s-movie-1 .s-movie-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-movie-1 .s-movie-1__wrap {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-movie-1 .s-movie-1__wrap .s-movie-1__movieBox {
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.base-s-movie-1 .s-movie-1__wrap .s-movie-1__movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
}

.base-s-news .s-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-news .s-news__list li + li {
  border-top: 1px solid var(--color-base-gray);
}
.base-s-news .s-news__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__list li a {
    padding: 16px 0 16px 0;
  }
}
.base-s-news .s-news__listDate {
  font-family: var(--font-family-en);
  color: var(--color-base-text-gray);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
}
.base-s-news .s-news__listDate + .category {
  margin: 0 0 0 8px;
}
.base-s-news .category {
  background-color: var(--color-base-gray);
  color: var(--color-base-text-gray);
  font-size: var(--font-size-xs, 10px);
  line-height: 1.6;
  padding: 2px 10px;
  border-radius: var(--border-radius);
}
.base-s-news .s-news__listTitle {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: normal;
  margin: 4px 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__listTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-news .s-news__listTitle {
    line-height: 1.6;
    margin-top: 6px;
  }
}

.base-s-newsDetail {
  background-color: var(--color-base-primaryFaded);
}
.base-s-newsDetail .s-newsDetail__container > .base-c-inner {
  background-color: #fff;
  padding: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__container > .base-c-inner {
    padding: 32px 15px 80px;
  }
}
.base-s-newsDetail .s-newsDetail__meta {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__meta {
    margin-bottom: 10px;
  }
}
.base-s-newsDetail .s-newsDetail__meta > * + * {
  margin-top: 12px;
}
.base-s-newsDetail .s-newsDetail__meta .date {
  display: block;
  font-size: 13px;
  font-family: var(--font-family-en);
  letter-spacing: 0.09em;
}
.base-s-newsDetail .s-newsDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-newsDetail .s-newsDetail__wrap {
  position: relative;
  padding: 48px 0 0 0;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__wrap {
    padding-top: 0;
  }
}
.base-s-newsDetail .s-newsDetail__header {
  padding-bottom: 40px;
}
.base-s-newsDetail .s-newsDetail__share {
  position: sticky;
  margin-left: -80px;
  top: 140px;
  height: 0;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }
}
.base-s-newsDetail .s-newsDetail__share a {
  display: block;
  width: 26px;
}
.base-s-newsDetail .s-newsDetail__share a + a {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-newsDetail .base-c-wysiwyg {
  padding: 0;
  width: 100%;
}
.base-s-newsDetail .s-newsDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.base-s-newsDetail .s-newsDetail__toc {
  background: var(--color-base-primaryFaded);
  padding: 35px 24px 25px;
  margin: 48px 0;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc {
    margin: 0 0 32px;
    padding: 24px;
  }
}
.base-s-newsDetail .s-newsDetail__toc ol {
  list-style: none;
  padding-left: 0;
  counter-reset: n;
}
.base-s-newsDetail .s-newsDetail__toc ol li {
  padding-left: 20px;
  text-indent: -17px;
}
.base-s-newsDetail .s-newsDetail__toc .title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
  font-weight: bold;
  color: var(--color-base-primary);
  display: block;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc .title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.base-s-newsDetail .s-newsDetail__toc .h2list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc .h2list {
    padding: 0;
  }
}
.base-s-newsDetail .s-newsDetail__toc .h2list li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
  text-indent: initial;
  padding-left: 24px;
  text-indent: -14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc .h2list li {
    font-size: 13px;
  }
}
.base-s-newsDetail .s-newsDetail__toc .h2list li:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-base-primary);
  border-radius: 10px;
  position: relative;
  top: -5px;
  left: -6px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc .h2list li:before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
}
.base-s-newsDetail .s-newsDetail__toc .h2list li a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
  color: var(--font-size-l);
}
.base-s-newsDetail .s-newsDetail__toc .h2list li a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-base-primary);
}
.base-s-newsDetail .s-newsDetail__toc .h2list li::marker {
  content: none;
  display: none;
}
.base-s-newsDetail .s-newsDetail__toc .h3list {
  margin: 0;
  padding: 8px 0;
}
.base-s-newsDetail .s-newsDetail__toc .h3list li {
  margin: 0;
}
.base-s-newsDetail .s-newsDetail__toc .h3list li:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color-base-text);
  border-radius: 10px;
  position: relative;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetail .s-newsDetail__toc .h3list li:before {
    width: 4px;
    height: 4px;
    margin-right: 8px;
  }
}
.base-s-newsDetail .s-newsDetail__toc .h3list a {
  padding-bottom: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: normal;
}
.base-s-newsDetail .s-newsDetail__toc .h3list a:hover {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.base-s-newsDetailPager {
  display: none;
  background-color: var(--color-base-primaryFaded);
}
.base-s-newsDetailPager .s-newsDetailPager__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  padding: 65px 0 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pager {
    width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back {
    display: none;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back a {
  color: var(--color-base-text);
  text-decoration: none;
  padding: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--color-base-primary);
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .icon-back {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-back .icon-back g {
  fill: var(--color-base-primary);
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev {
    width: 48%;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
  display: block;
  background-color: #fff;
  color: var(--color-base-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
    padding: 20px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .label, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .title, .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .title {
  text-decoration: underline;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next {
  margin-left: auto;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a {
  padding-right: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next a {
    padding-right: 38px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .icon-arrow {
  right: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-next .icon-arrow:before {
  background-image: url("/assets/base/img/news_detail/icon_arrow_next.svg");
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev a {
    padding-left: 38px;
  }
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .icon-arrow {
  left: 0;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink.-prev .icon-arrow:before {
  background-image: url("/assets/base/img/news_detail/icon_arrow_prev.svg");
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-newsDetailPager .s-newsDetailPager__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.base-s-newsList {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsList {
    padding: 48px 0;
  }
}
.base-s-newsList .s-newsList__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.base-s-newsList .s-newsList__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 64px 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list li a {
    padding: 16px 40px 16px 0;
  }
}
.base-s-newsList .s-newsList__list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url("/assets/base/img/top/news/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 30px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list li a:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.base-s-newsList .s-newsList__list li + li {
  border-top: 2px solid var(--color-base-background);
}
.base-s-newsList .s-newsList__list li:last-child {
  border-bottom: 2px solid var(--color-base-background);
}
.base-s-newsList .s-newsList__list .s-news__listDate {
  font-family: var(--font-family-en);
  color: #999;
  letter-spacing: 1px;
}
.base-s-newsList .s-newsList__list .s-news__listTitle {
  font-size: var(--font-size-s);
  line-height: 1.5;
  margin: 8px 0 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-newsList .s-newsList__list .s-news__listTitle {
    font-size: 14px;
  }
}

.base-s-newsList2 {
  padding: 56px 0 128px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 {
    padding: 24px 0 48px;
  }
}
.base-s-newsList2 .s-newsList2__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.base-s-newsList2 .s-newsList2__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-base-text);
  padding: 24px 64px 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list li a {
    padding: 16px 40px 16px 0;
  }
}
.base-s-newsList2 .s-newsList2__list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url("/assets/base/img/top/news/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 30px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list li a:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.base-s-newsList2 .s-newsList2__list li + li {
  border-top: 2px solid var(--color-base-background);
}
.base-s-newsList2 .s-newsList2__list li:last-child {
  border-bottom: 2px solid var(--color-base-background);
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .date {
  font-family: var(--font-family-en);
  color: #999;
  letter-spacing: 1px;
  margin: 0 8px 0 0;
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-text);
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
    font-size: var(--font-size-xs-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listMeta .category {
    padding: 2px 10px;
    letter-spacing: 0;
  }
}
.base-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-newsList2 .s-newsList2__list .s-newsList2__listTitle {
    font-size: 14px;
    line-height: 1.4;
    margin: 8px 0 0 0;
  }
}

.base-s-plan-1 .base-c-inner {
  overflow: hidden;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table {
  width: 100%;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: none;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  background: #fff;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid var(--color-base-primary);
    border-radius: var(--border-radius);
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) {
    margin-top: 32px;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableTitle {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableTitle {
    border-top: 2px solid var(--color-base-primary);
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n + 2) .s-plan-1__tableDescription {
  border-top: 2px solid var(--color-base-primary);
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  min-width: 200px;
  color: var(--color-base-primaryInside);
  background-color: var(--color-base-primary);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    font-size: 1.17em;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle > *:nth-child(n+1) {
  margin-top: 6px;
  font-weight: normal;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
  margin: 0;
  line-height: 1.5;
  padding: 16px 16px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
  border-left: 2px solid var(--color-base-primary);
  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;
  min-width: 320px;
}
@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
    border-left: none;
    border-top: 3px solid var(--color-base-primary);
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList {
    padding-left: 30px;
    width: 100%;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList .s-plan-1__menuItem:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__count {
  white-space: nowrap;
}
.base-s-plan-1 .base-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__label {
  white-space: nowrap;
}

.base-s-plan-2 .s-plan-2__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__title:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-color: var(--color-base-text);
  margin-right: 6px;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card {
  margin-top: 20px;
  width: 100%;
  border: 2px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  background-color: #fff;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0;
  padding: 20px 50px;
  width: 38%;
  font-weight: bold;
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
    padding: 20px 10px;
    font-size: 14px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
  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;
  padding: 20px 50px;
  border-left: 3px solid var(--color-base-primary);
  width: 62%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
    padding: 20px 10px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice .base-c-price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
  border-top: 2px solid var(--color-base-primary);
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
    padding: 20px 15px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
    font-size: 14px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
  margin: 16px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
    padding-left: 20px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
  margin-left: 24px;
  width: calc(50% - 40px);
  font-size: 14px;
  line-height: 1.5;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.base-s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n + 3) {
  margin-top: 10px;
}

.base-s-plan-3 .base-c-inner {
  overflow: hidden;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 2px solid var(--color-base-primary);
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl {
    width: auto;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl::-webkit-scrollbar {
  display: none;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dt {
  border-top: 2px solid #fff;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dd {
  border-top: 2px solid var(--color-base-primary);
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: var(--color-base-primaryInside);
  margin: 0;
  background-color: var(--color-base-primary);
  min-width: 200px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 16px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt {
    width: 130px;
    min-width: 130px;
    padding: 16px 10px;
    position: sticky;
    left: 0;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dt span {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dt span {
    font-size: var(--font-size-xs-sp);
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd {
  margin: 0;
  line-height: 1.5;
  padding: 16px 16px 16px 32px;
  font-size: 14px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd {
    width: calc(100% - 130px);
    padding: 16px;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd:last-of-type {
  border-left: 3px solid var(--color-base-primary);
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
    padding: 16px 16px 16px 40px;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul {
  padding-left: 20px;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .base-c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
  }
}
.base-s-plan-3 .base-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .base-c-price .c-price__count {
  overflow-wrap: break-word;
  max-width: 100%;
}

.base-s-policy {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-policy {
    padding: 48px 0;
  }
}
.base-s-policy .s-policy__contentItem + .s-policy__contentItem {
  margin-top: 40px;
}
.base-s-policy .s-policy__contentItem .title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .title {
    font-size: 16px;
  }
}
.base-s-policy .s-policy__contentItem .text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__contentItem .text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-policy .s-policy__credit {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__credit {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-policy .s-policy__credit {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .base-s-price-1 .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-price-1 .s-price-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__wrap {
    display: block;
    margin-top: 0;
  }
}
.base-s-price-1 .s-price-1__item {
  width: calc((100% - 48px) / 4);
  position: relative;
  background: #f5f5f5;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__item {
    width: 100%;
  }
  .base-s-price-1 .s-price-1__item + .s-price-1__item {
    margin-top: 40px;
  }
  .base-s-price-1 .s-price-1__item:last-child {
    margin-bottom: 32px;
  }
}
.base-s-price-1 .s-price-1__item.is-recommend {
  border: 2px solid var(--color-base-primary);
}
.base-s-price-1 .s-price-1__item.is-recommend:before {
  content: "オススメ！";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 22px;
  background-color: var(--color-base-secondary);
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 50rem;
}
.base-s-price-1 .s-price-1__item.is-recommend .s-price-1__itemTitle {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-price-1 .s-price-1__item.is-recommend .s-price-1__itemTitle {
    height: 70px;
  }
}
.base-s-price-1 .s-price-1__item.is-recommend .base-c-button {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-price-1 .s-price-1__itemTitle {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  font-size: var(--font-size-m);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.base-s-price-1 .s-price-1__itemPrice {
  padding: 20px 16px 16px 16px;
  text-align: center;
}
.base-s-price-1 .s-price-1__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: 8px auto 0 auto;
  text-align: center;
  font-size: var(--font-size-xs);
}
.base-s-price-1 .s-price-1__itemButton {
  padding: 0 16px 24px 16px;
}
.base-s-price-1 .s-price-1__itemButton .base-c-button {
  border-radius: var(--border-radius-button);
  height: 48px;
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  font-size: var(--font-size-s);
}
.base-s-price-1 .s-price-1__itemList {
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
}
.base-s-price-1 .s-price-1__itemList li {
  font-size: 14px;
  padding: 12px 16px;
  font-weight: bold;
}
.base-s-price-1 .s-price-1__itemList li:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .base-s-price-2 .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-price-2 .s-price-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__wrap {
    display: block;
    margin-top: 0;
  }
}
.base-s-price-2 .s-price-2__item {
  width: calc((100% - 32px) / 3);
  position: relative;
  background: #f5f5f5;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__item {
    width: 100%;
  }
  .base-s-price-2 .s-price-2__item + .s-price-2__item {
    margin-top: 40px;
  }
  .base-s-price-2 .s-price-2__item:last-child {
    margin-bottom: 32px;
  }
}
.base-s-price-2 .s-price-2__item.is-recommend {
  border: 2px solid var(--color-base-primary);
}
.base-s-price-2 .s-price-2__item.is-recommend:before {
  content: "オススメ！";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 22px;
  background-color: var(--color-base-secondary);
  color: #fff;
  position: absolute;
  font-weight: bold;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 12px;
  border-radius: 50rem;
}
.base-s-price-2 .s-price-2__item.is-recommend .s-price-2__itemTitle {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-price-2 .s-price-2__item.is-recommend .s-price-2__itemTitle {
    height: 70px;
  }
}
.base-s-price-2 .s-price-2__item.is-recommend .base-c-button {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
.base-s-price-2 .s-price-2__itemTitle {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  font-size: var(--font-size-m);
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.is-recommend .base-s-price-2 .s-price-2__itemTitle {
  height: 97px;
}
.is-recommend .base-s-price-2 .s-price-2__itemTitle:before {
  content: " ";
  display: block;
  width: 1px;
  height: 27px;
  background-color: transparent;
}
.base-s-price-2 .s-price-2__itemPrice {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-s-price-2 .s-price-2__itemPrice .base-c-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-s-price-2 .s-price-2__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: 8px auto 0 auto;
  text-align: center;
  font-size: var(--font-size-xs);
}
.base-s-price-2 .s-price-2__itemButton {
  padding: 0 16px 24px 16px;
}
.base-s-price-2 .s-price-2__itemButton .base-c-button {
  border-radius: var(--border-radius-button);
  height: 48px;
  background-color: var(--color-base-primaryFaded);
  color: var(--color-base-primary);
}
.base-s-price-2 .s-price-2__itemList {
  margin: 0;
  padding: 0 0 24px;
  list-style: none;
}
.base-s-price-2 .s-price-2__itemList li {
  font-size: 14px;
  padding: 12px 16px;
  font-weight: bold;
}
.base-s-price-2 .s-price-2__itemList li:nth-child(odd) {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .base-s-questionDetail .base-c-inner {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-questionDetail .s-questionDetail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -8px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link {
    display: block;
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkItem {
  padding: 8px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkItem {
    width: 100%;
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--color-base-primary);
  border-radius: var(--border-radius);
  color: var(--color-base-primary);
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 24px 43px 24px 26px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%201.5L7%206.5L2%201.5%22%20stroke%3D%22%23336095%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") 0 0/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 24px;
  width: 14px;
  height: 8px;
}
.base-s-questionDetail .s-questionDetail__link .s-questionDetail__linkLink:hover {
  opacity: 1;
  background-color: var(--color-base-background);
}
.base-s-questionDetail .s-questionDetail__title {
  margin-top: 80px;
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-left: 5px solid var(--color-base-primary);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail__title {
    margin-top: 48px;
  }
}
.base-s-questionDetail .s-questionDetail1__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__list {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-questionDetail .s-questionDetail1__list li {
  position: relative;
  background-color: #fff;
  border: 2px solid var(--color-base-gray);
  border-radius: var(--border-radius);
}
.base-s-questionDetail .s-questionDetail1__list li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__list li + li {
    margin-top: 8px;
  }
}
.base-s-questionDetail .s-questionDetail1__list li.is-active {
  background-color: var(--color-base-background);
  border-color: var(--color-base-background);
}
.base-s-questionDetail .s-questionDetail1__listTitle {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 32px 88px 32px 32px;
  color: var(--color-base-text);
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listTitle {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listTitle {
    padding: 15px 60px 15px 20px;
  }
}
.base-s-questionDetail .s-questionDetail1__listTitle.is-active .s-questionDetail1__listIcon > span:nth-child(2) {
  display: none;
}
.base-s-questionDetail .s-questionDetail1__listText {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: none;
  padding: 0 88px 32px 32px;
  color: var(--color-base-text);
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listText {
    padding: 0 15px 15px;
  }
}
.base-s-questionDetail .s-questionDetail1__listIcon {
  display: block;
  width: 42px;
  height: 42px;
  background-color: var(--color-base-primary);
  border-radius: var(--border-radius-button);
  position: absolute;
  top: 26px;
  right: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .base-s-questionDetail .s-questionDetail1__listIcon {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 16px;
    margin-top: -15px;
  }
}
.base-s-questionDetail .s-questionDetail1__listIcon:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.base-s-questionDetail .s-questionDetail1__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-base-primaryInside);
}
.base-s-questionDetail .s-questionDetail1__listIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .base-s-ranking-1__con {
    margin-top: 0;
  }
}
.base-s-ranking-1__con__item + .base-s-ranking-1__con__item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-ranking-1__con__item + .base-s-ranking-1__con__item {
    margin-top: 16px;
  }
}

.base-c-list-ranking-1 {
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 32px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1 {
    padding: 16px 16px 16px 16px;
  }
}
.base-c-list-ranking-1-wrapper {
  counter-reset: num;
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label {
  min-width: 60px;
  min-height: 48px;
  width: 60px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label {
    width: 35px;
    height: 28px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:after, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:after, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:before {
  line-height: 1;
  top: 22px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:before, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:before {
    top: 20px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__text {
  display: block;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__text, .base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__text {
    margin-left: 15px;
  }
}
.base-c-list-ranking-1:nth-child(1) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--1.svg");
}
.base-c-list-ranking-1:nth-child(2) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--2.svg");
}
.base-c-list-ranking-1:nth-child(3) .base-c-list-ranking-1__label:after {
  background-image: url("/assets/base/img/common/icon-ranking-1--3.svg");
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label {
    width: 25px;
    height: 25px;
  }
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c4c4c4;
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__label:before {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__text {
  display: block;
  padding: 0 0 0 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1:nth-child(n+4) .base-c-list-ranking-1__text {
    padding: 0 0 0 24px;
  }
}
.base-c-list-ranking-1__label {
  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;
  position: relative;
}
.base-c-list-ranking-1__label:before {
  counter-increment: num;
  content: counter(num);
  font-family: var(--font-family-en);
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 1;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1__label:before {
    font-size: 18px;
    line-height: 16px;
  }
}
.base-c-list-ranking-1__text {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-size-m);
}
@media screen and (max-width: 767px) {
  .base-c-list-ranking-1__text {
    font-size: var(--font-size-xs);
    line-height: 19.2px;
  }
}

.base-s-ranking .s-ranking__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .base-s-ranking .s-ranking__tab {
    width: 100%;
  }
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem {
  color: #888;
  cursor: pointer;
  background: var(--color-base-gray);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  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: 60px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem:first-of-type {
  border-radius: 5px 0px 0px 5px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem:last-of-type {
  border-radius: 0px 5px 5px 0px;
}
.base-s-ranking .s-ranking__tab .s-ranking__tabItem[aria-selected=true] {
  color: var(--color-base-primaryInside);
  cursor: default;
  background: var(--color-base-primary);
}
@media screen and (max-width: 767px) {
  .base-s-ranking .s-ranking__tab .s-ranking__tabItem {
    font-size: 15px;
    height: 45px;
    width: 50%;
  }
}
.base-s-ranking .s-ranking__list {
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
  counter-reset: rankingNum;
}
.base-s-ranking .s-ranking__list[aria-hidden=true] {
  display: none;
}
.base-s-ranking .s-ranking__list .base-c-blogCard {
  position: relative;
  counter-increment: rankingNum;
}
.base-s-ranking .s-ranking__list .base-c-blogCard:before {
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  content: counter(rankingNum);
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-family-en);
  position: absolute;
  top: -9px;
  left: -11px;
  line-height: 1;
  padding-top: 14px;
  height: 35px;
  width: 50px;
  text-align: center;
  z-index: 10;
}
.base-s-ranking .s-ranking__list .base-c-blogCard:first-of-type:before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-gold.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(2):before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-silver.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(3):before {
  color: #fff;
  background-image: url(/assets/base/img/top/ranking/icon_crown-bronze.svg);
}
.base-s-ranking .s-ranking__list .base-c-blogCard:nth-of-type(N + 4):before {
  color: #777;
  background-image: url(/assets/base/img/top/ranking/icon_crown-gray.svg);
}

.s-recruit-1__ArticleView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s-recruit-1__ArticleView-text {
  color: #888;
  font-size: var(--font-size-s);
}
.s-recruit-1__ArticleView-text small {
  font-size: var(--font-size-xs);
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .s-recruit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s-recruit-section .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.s-recruit-section .base-c-pager .c-pager__item {
  border-radius: var(--border-radius);
}

.s-recruit-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 16px auto 0 auto;
}

.s-itemRecruit {
  list-style: none;
}
.s-itemRecruit + .s-itemRecruit {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit {
    padding: 0;
    border: none;
    margin-top: 40px;
  }
  .s-itemRecruit:first-child {
    margin-top: 16px;
  }
}

.s-itemRecruit__inner {
  color: var(--color-base-text);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__inner {
    display: block;
  }
}

.s-bgLoading {
  background-color: #f6f6f6;
  background-image: url(../img/common/icon-loading.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px;
}

.s-itemRecruit__thumb {
  position: relative;
  margin: 0;
  max-width: 320px;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__thumb {
    max-width: 100%;
    height: 220px;
    overflow: hidden;
  }
}
.s-itemRecruit__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.002);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.002);
}

.s-itemRecruit__thumbLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}
.s-itemRecruit__thumbLabel.-leftTop {
  position: absolute;
  top: 8px;
  left: 8px;
}
.s-itemRecruit__thumbLabel span {
  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;
  font-size: var(--font-size-xs);
  background: #ddd;
  padding: 0 10px;
  height: 24px;
  border-radius: 3px;
}
.s-itemRecruit__thumbLabel span + span {
  margin-left: 4px;
}
.s-itemRecruit__thumbLabel span.-new-graduate {
  background: #113CFC;
  color: #fff;
}
.s-itemRecruit__thumbLabel span.-mid-career {
  background: #E02401;
  color: #fff;
}
.s-itemRecruit__thumbLabel span.-part {
  background: #F78812;
  color: #fff;
}

.s-itemRecruit__content {
  max-width: calc(100% - 320px);
  width: 100%;
  padding-left: 32px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__content {
    max-width: 100%;
    padding: 0;
    margin: 16px 0 0 0;
  }
}

.s-itemRecruit__meta {
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 13px;
}
.s-itemRecruit__meta span {
  margin: 0;
  padding: 0;
}
.s-itemRecruit__meta span + span {
  margin-left: 12px;
}

.s-itemRecruit__title {
  font-size: var(--font-size-m);
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0;
}

.s-itemRecruit__description p {
  line-height: 1.6;
  font-size: var(--font-size-s);
  margin: 8px 0 0 0;
  padding: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .s-itemRecruit__description p {
    -webkit-line-clamp: 2;
  }
}

.base-s-recruitDetail {
  padding: 60px 0 140px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail {
    padding: 30px 0 80px;
  }
}
.base-s-recruitDetail > .base-c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail > .base-c-inner {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail__content {
  max-width: 650px;
}
.base-s-recruitDetail .s-recruitDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 13px;
  color: #aaaaaa;
  font-weight: bold;
  font-family: var(--font-family-en);
}
.base-s-recruitDetail .s-recruitDetail__meta .category {
  text-decoration: none;
  color: #aaaaaa;
}
.base-s-recruitDetail .s-recruitDetail__title {
  font-size: var(--font-size-xl);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__title {
    font-size: var(--font-size-xl-sp);
  }
}
.base-s-recruitDetail .s-recruitDetail__tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-s-recruitDetail .s-recruitDetail__tags .tag {
  margin: 0 8px 8px 0;
  background-color: var(--color-base-primaryFaded);
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 5px;
  text-decoration: none;
}
.base-s-recruitDetail .s-recruitDetail__tags .tag::before {
  content: "# ";
}
.base-s-recruitDetail .s-recruitDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__wrap {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 24px;
    width: auto;
  }
}
.base-s-recruitDetail .s-recruitDetail__share a {
  display: block;
  width: 26px;
}
.base-s-recruitDetail .s-recruitDetail__share a + a {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-recruitDetail .s-recruitDetail__share amp-social-share {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}
.base-s-recruitDetail .s-recruitDetail__share amp-social-share + amp-social-share {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__share amp-social-share + amp-social-share {
    margin-top: 0;
    margin-left: 24px;
  }
}
.base-s-recruitDetail .s-recruitDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__content {
    margin: auto;
  }
}
.base-s-recruitDetail .s-recruitDetail__body {
  padding-left: 30px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.base-s-recruitDetail .s-recruitDetail__thumb {
  margin: 40px 0;
}
.base-s-recruitDetail .s-recruitDetail__thumb img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.base-s-recruitDetail .s-recruitDetail__table {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.03em;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    border: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dt {
  width: 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dddddd;
  border-right: 1px dashed #dddddd;
  padding: 16px;
  background: #f0f0f0;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table dt {
    width: 100%;
    padding: 8px 16px;
    border-top: initial;
    border-right: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dt:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail__table dd {
  width: calc(100% - 252px);
  display: block;
  border-top: 1px solid #dddddd;
  background: #F7F9FA;
  margin: 0;
  padding: 16px 10px 16px 16px;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.04em;
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail__table dd {
    width: 100%;
    padding: 8px 16px;
    border-top: initial;
  }
}
.base-s-recruitDetail .s-recruitDetail__table dd:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail__table dd.-download {
  white-space: initial;
}
.base-s-recruitDetail .s-recruitDetail__table dd.-download a {
  color: #1e2dff;
}
.base-s-recruitDetail .s-recruitDetail__applyButton {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-s-recruitDetail .s-recruitDetail__applyButton span.-disabled {
  border: 3px solid #aaaaaa;
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail__applyButton span.-disabled:hover {
  -webkit-transform: none;
  transform: none;
}
.base-s-recruitDetail .s-recruitDetail__applyButton__link {
  font-size: 18px;
  padding: 18px 40px;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard {
  padding: 22px 30px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 8px;
  max-width: 800px;
  position: fixed;
  z-index: 10;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard {
    padding: 7px 7px 4px 9px;
    bottom: 8px;
    width: calc(100% - 16px);
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__mainWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__titleWrap {
    display: block;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 16px;
  border-radius: var(--border-radius);
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__status {
    font-size: 8px;
    padding: 1.5px 8px;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__title {
  font-weight: bold;
  display: block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__title {
    margin-left: 0;
    line-height: 1.8;
    font-size: 15px;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta {
    display: none;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta span::after {
  content: "／";
  display: inline-block;
  margin: 0 10px;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__meta span:first-of-type {
  border-top: none;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8.5px 49px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply.-disabled {
  background-color: #aaaaaa;
  color: #ffffff;
}
.base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply.-open {
  background-color: var(--color-base-primary);
  color: var(--color-base-primaryInside);
}
@media screen and (max-width: 767px) {
  .base-s-recruitDetail .s-recruitDetail-stickeyCard .s-recruitDetail-stickeyCard__apply {
    height: 36px;
    width: 90px;
    padding: 0;
  }
}

.base-s-breadcrumb {
  padding: 16px 0;
  background-color: var(--color-base-background);
}
.base-s-breadcrumb::-webkit-scrollbar {
  display: none;
}
.base-s-breadcrumb.-media {
  padding: 3px 0 3px;
  background-color: #eeeeee;
}
.base-s-breadcrumb.-media li + li:before {
  width: 5px;
  height: 8px;
  background: url("/assets/base/img/media/icon_breadcrumb_arrow.svg") no-repeat 0 0;
  background-size: 5px 8px;
  margin: 0 14px;
}
.base-s-breadcrumb.-media li a {
  color: #52575d;
  line-height: 24px;
}
.base-s-breadcrumb .base-s-inner {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.base-s-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.base-s-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.base-s-breadcrumb li + li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 8px;
  background: url("/assets/base/img/common/icon_breadcrumb_arrow.svg") no-repeat center;
  background-size: 5px auto;
  margin: 0 10px;
}
.base-s-breadcrumb li a {
  text-decoration: none;
  color: var(--color-base-text);
  font-size: 11px;
}

.base-s-service-1__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .base-s-service-1__inner {
    max-width: 870px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__inner {
    max-width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .base-s-service-1__con {
    margin-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__con {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .base-s-service-1__con__item + .base-s-service-1__con__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service-1__con__item + .base-s-service-1__con__item {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .base-c-service-1-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col {
    position: relative;
  }
}
.base-c-service-1-col__img {
  overflow: hidden;
  border-radius: 100%;
}
.base-c-service-1-col__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con {
    width: calc(100% - 180px - 65px);
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con {
    width: 100%;
  }
}
.base-c-service-1-col__con .titleArea {
  letter-spacing: 0.04em;
}
.base-c-service-1-col__con .titleArea h3 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .titleArea {
    font-size: var(--font-size-l);
    line-height: 33.6px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .titleArea {
    font-size: var(--font-size-m);
    line-height: 28.8px;
    font-weight: 700;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 120px;
  }
}
.base-c-service-1-col__con .conArea {
  letter-spacing: 0.04em;
  font-size: var(--font-size-s);
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .conArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .conArea {
    margin-top: 15px;
  }
}
.base-c-service-1-col__con .conArea p {
  margin: 0;
}
.base-c-service-1-col__con .btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .base-c-service-1-col__con .btnArea {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .base-c-service-1-col__con .btnArea {
    margin-top: 15px;
  }
}

.base-c-btn {
  display: block;
  font-size: 13px;
  line-height: 18.85px;
  letter-spacing: 0.92px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 9px 50px 9px 40px;
  text-align: center;
  background: var(--color-base-primary);
}
.base-c-btn.-arrow {
  position: relative;
}
.base-c-btn.-arrow:after {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent transparent transparent #D4E6F3;
  border-width: 6px 8px;
  border-style: solid;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.base-c-btn.-radius--s {
  border-radius: 5px;
}

.base-s-service .s-service-1__box {
  text-align: center;
}
.base-s-service .s-service-1__box + .s-service-1__box {
  margin-top: 80px;
}
.base-s-service .s-service-1__boxPoint {
  background-color: #fff;
  font-family: var(--font-family-en);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-base-primary);
  border: 3px solid var(--color-base-primary);
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.base-s-service .s-service-1__boxPoint .en {
  display: block;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-right: -2.5px;
  line-height: 1;
  font-weight: bold;
}
.base-s-service .s-service-1__boxPoint .number {
  display: block;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: bold;
}
.base-s-service .s-service-1__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-service .s-service-1__boxText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 820px;
  margin: 20px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-service .s-service-1__boxImage {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__boxImage img {
    width: 100%;
    height: auto;
  }
}
.base-s-service .s-service-1__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 48px -12px 0 -12px;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__itemList {
    margin-top: 32px;
  }
}
.base-s-service .s-service-1__item {
  max-width: 33.3%;
  min-width: 280px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__item {
    max-width: 100%;
  }
  .base-s-service .s-service-1__item + .s-service-1__item {
    margin-top: 16px;
  }
}
.base-s-service .s-service-1__itemInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: var(--border-radius);
}
.base-s-service .s-service-1__itemLogo {
  margin: 0;
  width: 100%;
  height: 75px;
}
.base-s-service .s-service-1__itemLogo img {
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}
.base-s-service .s-service-1__itemTitle {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__itemTitle {
    font-size: var(--font-size-m-sp);
  }
}
.base-s-service .s-service-1__itemText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 16px 0 24px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__itemText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-service .s-service-1__itemText {
    margin-bottom: 16px;
  }
}
.base-s-service .s-service-1__itemButton {
  color: #fff;
  background: var(--color-base-primary);
  border-radius: var(--border-radius-button);
  line-height: 1.4;
  margin: auto 0 0 0;
  width: 100%;
  padding: 12px 16px;
  height: 48px;
}

.base-s-solution .base-c-sectionHeader {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .base-s-solution .base-c-sectionHeader {
    margin-bottom: 40px;
  }
}
.base-s-solution .s-solution__solutionList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.base-s-solution .s-solution__solutionItem {
  width: 25%;
  text-align: center;
  list-style: none;
  padding: 0 12px 48px;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__solutionItem {
    width: 50%;
  }
  .base-s-solution .s-solution__solutionItem:nth-child(2n) {
    padding: 0 0 32px 12px;
  }
  .base-s-solution .s-solution__solutionItem:nth-child(2n+1) {
    padding: 0 12px 32px 0;
  }
}
.base-s-solution .s-solution__itemImage {
  margin: 0;
}
.base-s-solution .s-solution__itemImage img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__itemImage img {
    width: 100px;
    height: 100px;
  }
}
.base-s-solution .s-solution__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-solution .s-solution__text {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .base-s-text .base-c-inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-text .s-text__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .base-s-text .s-text__title {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-text .s-text__text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .base-s-text .s-text__text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}

.base-s-textbox-1 .base-c-inner {
  padding: 0;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content {
  display: grid;
  grid-template-areas: "Title Title" "Content Image";
  grid-template-columns: calc(50% - 30px) calc(50% + 30px);
  padding: 0;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion {
  grid-template-areas: "Title Title" "Image Content";
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentDescription {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentDescription {
    margin: 24px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content.-inversion .s-textbox-1__contentImage {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
  grid-area: Title;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0;
  color: var(--color-base-text);
  letter-spacing: 1.55294px;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
    font-size: var(--font-size-l-sp);
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
  grid-area: Content;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
    margin: 20px 0 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription > :nth-child(n+2) {
  margin-top: 20px;
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 30px;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .base-s-textbox-1 .base-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
    max-width: 100%;
    height: auto;
  }
}

.base-s-universal-btn {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn {
    padding: 48px 0;
  }
}
.base-s-universal-btn .s-universal__contentItem + .s-policy__contentItem {
  margin-top: 40px;
}
.base-s-universal-btn .s-universal__contentItem .title {
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn .s-universal__contentItem .title {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn .s-universal__contentItem .title {
    font-size: 16px;
  }
}
.base-s-universal-btn .s-universal__contentItem .text {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn .s-universal__contentItem .text {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.base-s-universal-btn .s-universal__credit {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn .s-universal__credit {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .base-s-universal-btn .s-universal__credit {
    margin-top: 24px;
  }
}
.base-s-universal-btn .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.base-s-universal-btn .fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-s-universal-btn ul {
  margin: 0;
  padding: 0;
}
.base-s-universal-btn ul li {
  list-style: none;
}
.base-s-universal-btn #fontSize ul {
  width: 110px;
  height: 35px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}
.base-s-universal-btn #fontSize ul li {
  width: 35px;
  min-width: inherit;
  text-align: center;
  line-height: 28px;
  height: 35px;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 35px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  font-weight: bold;
}
.base-s-universal-btn #fontSize ul li:first-of-type {
  border: none;
}
.base-s-universal-btn #fontSize p {
  text-align: center;
  font-weight: 600;
  font-size: 0.87em;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}

.realizedream-corp-s-mv {
  position: relative;
  padding: 6.875rem 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv {
    padding: 4.1875rem 0.8125rem 0.875rem;
  }
}
.realizedream-corp-s-mv .s-mv__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  clip-path: inset(0 0 3.75rem 0);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__bg-image {
    clip-path: inset(0 0 1.875rem 0);
  }
}
.realizedream-corp-s-mv::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(57, 76, 22, 0.8);
  z-index: 4;
  backdrop-filter: blur(10px);
  clip-path: inset(0 0 3.75rem 0);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv::after {
    clip-path: inset(0 0 1.875rem 0);
  }
}
.realizedream-corp-s-mv .s-mv__inner {
  position: relative;
  z-index: 5;
  max-width: 76.0625rem;
  margin-inline: auto;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-mv .s-mv__image {
  aspect-ratio: 1217/683;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__image {
    aspect-ratio: 349/698;
  }
}
.realizedream-corp-s-mv .s-mv__image img {
  border-radius: 0.5rem;
}
.realizedream-corp-s-mv .s-mv__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 2.875rem 2.1875rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#737373));
  background: linear-gradient(transparent, #737373);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__content {
    padding: 1.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2e2e2e));
    background: linear-gradient(transparent, #2e2e2e);
  }
}
.realizedream-corp-s-mv .s-mv__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__content-wrap {
    display: block;
  }
}
.realizedream-corp-s-mv .s-mv__content-texts {
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-mv .s-mv__title {
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__title {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__lead {
    font-size: 0.75rem;
    line-height: 1.65;
  }
}
.realizedream-corp-s-mv .s-mv__buttons {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 10.625rem;
  margin-bottom: 0.9375rem;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__buttons {
    display: none;
  }
}
.realizedream-corp-s-mv .s-mv__button {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: rgba(109, 161, 13, 0.8);
  padding: 1.0625rem;
  text-align: center;
  display: block;
  font-size: 0.9375rem;
  min-width: unset;
  width: 100%;
  min-width: 10.5rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .realizedream-corp-s-mv .s-mv__button:hover {
    background: rgba(27, 123, 79, 0.8);
  }
}
.realizedream-corp-s-mv .s-mv__scroll {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -2.6875rem;
  border-radius: 12.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.75rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-mv .s-mv__scroll {
    padding: 0.25rem 0.75rem;
    margin-top: unset;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-mv .s-mv__scroll:hover {
    opacity: 0.7;
  }
}

.realizedream-corp-s-hiro {
  padding: 9.875rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro {
    padding: 6.25rem 0 5rem;
    background: #fcfcf4;
  }
}
.realizedream-corp-s-hiro::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-48%);
  transform: translateX(-48%);
  bottom: -1.875rem;
  aspect-ratio: 1170/904;
  width: 73.125rem;
  background-image: url("/assets/realizedream-corp/img/top/hiro-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro::after {
    width: calc(100% - 1rem);
    bottom: 0;
  }
}
@-webkit-keyframes texts {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-25% - 0.9375rem));
    transform: translateX(calc(-25% - 0.9375rem));
  }
}
@keyframes texts {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-25% - 0.9375rem));
    transform: translateX(calc(-25% - 0.9375rem));
  }
}
.realizedream-corp-s-hiro.leadgridCms-onlyInnerWorkspace .s-hiro__bg-texts {
  -webkit-animation: unset;
  animation: unset;
}
.realizedream-corp-s-hiro .s-hiro__bg-texts-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.realizedream-corp-s-hiro .s-hiro__bg-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.9375rem;
  -webkit-animation: texts 28s linear infinite;
  animation: texts 28s linear infinite;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__bg-texts {
    top: 0.8125rem;
  }
}
.realizedream-corp-s-hiro .s-hiro__bg-text {
  font-size: 12.5rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #6da10d;
  letter-spacing: 0.02em;
  opacity: 0.1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__bg-text {
    font-size: 6.25rem;
  }
}
.realizedream-corp-s-hiro .s-hiro__inner {
  max-width: 73.375rem;
  padding: 0 25px;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-hiro .s-hiro__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: unset;
  }
}
.realizedream-corp-s-hiro .s-hiro__text {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__text {
    display: contents;
  }
}
.realizedream-corp-s-hiro .s-hiro__title {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b7b4f;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: -5rem;
  margin: 5rem auto 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 3.75rem auto 3rem;
    font-size: 1.5rem;
  }
}
.realizedream-corp-s-hiro .s-hiro__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__lead {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 2.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-inline: auto;
  }
}
.realizedream-corp-s-hiro .s-hiro__image {
  position: sticky;
  -ms-flex-item-align: start;
  align-self: flex-start;
  z-index: 2;
  top: 6.25rem;
  width: 41.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-hiro .s-hiro__image {
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-s-hiro .s-hiro__image-wrap img {
  aspect-ratio: 658/494;
}

.realizedream-corp-s-about {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62900b), to(transparent));
  background: linear-gradient(#62900b 0 calc(100% - 2.625rem), transparent calc(100% - 2.625rem) 100%);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6da10d), to(transparent));
    background: linear-gradient(#6da10d 0 calc(100% - 17.125rem), transparent calc(100% - 17.125rem) 100%);
  }
}
.realizedream-corp-s-about .s-about__inner {
  max-width: 80rem;
  padding: 0 2.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__inner {
    max-width: 37.5rem;
    padding: 0 0 0 0.8125rem;
  }
}
.realizedream-corp-s-about .s-about__container {
  padding: 5rem 0 5rem 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9.0625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__container {
    padding: 5rem 1.5rem 2.5rem 0.5rem;
    display: block;
  }
}
.realizedream-corp-s-about .section-title__en .dec {
  margin-inline: unset;
}
.realizedream-corp-s-about .s-about__box {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__box {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.realizedream-corp-s-about .s-about__title {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__title .section-title__jp {
    text-align: center;
  }
}
.realizedream-corp-s-about .s-about__text {
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__text {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__button {
    margin-inline: auto;
  }
}
.realizedream-corp-s-about .s-about__img {
  aspect-ratio: 642/425;
  width: 40.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__img {
    width: 100%;
  }
}
.realizedream-corp-s-about .s-about__office {
  background: rgba(64, 89, 17, 0.9);
  padding: 5rem 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 1.625rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office {
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 2.5rem 1.25rem 2.5rem 1.5rem;
    gap: unset;
    margin-left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.realizedream-corp-s-about .s-about__office-img {
  aspect-ratio: 409/251;
  width: 25.5625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office-img {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-s-about .s-about__office-box {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office-box {
    display: contents;
  }
}
.realizedream-corp-s-about .s-about__office-title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office-title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.realizedream-corp-s-about .s-about__office-text {
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 1.25rem;
    line-height: 1.65;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-about .s-about__office-button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-inline: auto;
  }
}

body:has(.realizedream-corp-s-service) {
  background: #fcfcf4;
}

.realizedream-corp-s-service {
  overflow: hidden;
  margin: 5rem 0 3.3125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service {
    margin: 5rem 0 5rem;
  }
}
.realizedream-corp-s-service .s-service__heading {
  max-width: 50.4375rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__heading {
    max-width: 37.5rem;
    padding: 0 1.8125rem;
  }
}
.realizedream-corp-s-service .realizedream-corp-c-section-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .realizedream-corp-c-section-title {
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-service .s-service__lead {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__lead {
    margin-bottom: 2.8125rem;
  }
}
.realizedream-corp-s-service .s-service__items {
  padding: 1px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  margin-bottom: 3.125rem;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__items {
    grid-template-columns: 1fr;
    padding: 1px 0;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-s-service .s-service__item-wrap {
  margin-left: -2px;
  margin-top: -2px;
}
.realizedream-corp-s-service .s-service__item {
  border: 1px solid #cbcbcb;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #fcfcf4;
  padding: 2.5rem 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__item {
    padding: 1.25rem 1.25rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-service .s-service__item:hover {
    background: #eaeadc;
  }
  .realizedream-corp-s-service .s-service__item:hover .s-service__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.realizedream-corp-s-service .s-service__img {
  aspect-ratio: 346/212;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__img {
    margin-bottom: 0.625rem;
  }
}
.realizedream-corp-s-service .s-service__img img {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.realizedream-corp-s-service .s-service__item-title {
  margin-bottom: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b7b4f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-service .s-service__item-title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-service .s-service__button {
  margin-inline: auto;
}

.realizedream-corp-s-img {
  margin: 3.3125rem 0 4.8125rem;
  aspect-ratio: 1280/670;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-img {
    aspect-ratio: 374/196;
    margin: 2.5rem 0 5rem;
  }
}

.realizedream-corp-s-news {
  background: #f3f3e1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .s-news__inner {
    margin-inline: auto;
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-news .s-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .s-news__container {
    display: block;
  }
}
.realizedream-corp-s-news .s-news__image {
  aspect-ratio: 625/812;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .s-news__image {
    display: none;
  }
}
.realizedream-corp-s-news .s-news__content {
  width: 30%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.125rem 7.5rem 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .s-news__content {
    width: 100%;
    padding: 5rem 0;
  }
}
.realizedream-corp-s-news .realizedream-corp-c-section-title {
  margin-bottom: 2.5rem;
}
.realizedream-corp-s-news .realizedream-corp-c-section-title .section-title__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .realizedream-corp-c-section-title .section-title__en {
    gap: 0.3125rem;
  }
}
.realizedream-corp-s-news .realizedream-corp-c-section-title .dec {
  margin-inline: unset;
}
.realizedream-corp-s-news .realizedream-corp-c-section-title .text {
  margin-inline: unset;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .realizedream-corp-c-section-title .text {
    padding: 0 0.3125rem;
  }
}
.realizedream-corp-s-news .realizedream-corp-c-section-title .section-title__jp {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .realizedream-corp-c-section-title .section-title__jp {
    text-align: center;
  }
}
.realizedream-corp-s-news .s-news__lists {
  margin-bottom: 2.5rem;
}
.realizedream-corp-s-news .s-news__list {
  display: block;
  padding: 2.1875rem 0;
  border-top: 1px solid rgba(27, 123, 79, 0.3);
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media (any-hover: hover) {
  .realizedream-corp-s-news .s-news__list:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-s-news .s-news__list:last-of-type {
  border-bottom: 1px solid rgba(27, 123, 79, 0.3);
}
.realizedream-corp-s-news .s-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8125rem;
}
.realizedream-corp-s-news .s-news__date {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #1b7b4f;
  letter-spacing: 0.02em;
  opacity: 0.5;
}
.realizedream-corp-s-news .s-news__label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: rgba(27, 123, 79, 0.5);
}
.realizedream-corp-s-news .s-news__text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.65;
}
.realizedream-corp-s-news .button3 {
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-news .button3 {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-news .button3:hover {
    background: #383b3a;
  }
}

.realizedream-corp-s-recruit {
  position: relative;
  padding: 5rem 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit {
    padding: 5rem 0 2.625rem;
  }
}
.realizedream-corp-s-recruit .s-recruit__bg-texts {
  pointer-events: none;
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-animation: texts 15s linear infinite;
  animation: texts 15s linear infinite;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__bg-texts {
    bottom: -2.5rem;
  }
}
.realizedream-corp-s-recruit.leadgridCms-onlyInnerWorkspace .s-recruit__bg-texts {
  pointer-events: all;
  -webkit-animation: unset;
  animation: unset;
}
.realizedream-corp-s-recruit .s-recruit__bg-text {
  font-size: 12.5rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: rgba(109, 161, 13, 0.1);
  line-height: 1.8;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__bg-text {
    font-size: 6.25rem;
  }
}
.realizedream-corp-s-recruit .s-recruit__inner {
  max-width: 51.0625rem;
  padding: 0 25px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__inner {
    max-width: 37.5rem;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.realizedream-corp-s-recruit .realizedream-corp-c-section-title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .realizedream-corp-c-section-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.realizedream-corp-s-recruit .s-recruit__lead {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b7b4f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__lead {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-recruit .s-recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__content {
    display: contents;
  }
}
.realizedream-corp-s-recruit .s-recruit__texts {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__texts {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 2.5rem;
  }
}
.realizedream-corp-s-recruit .s-recruit__text {
  margin-bottom: 2.5rem;
}
.realizedream-corp-s-recruit .s-recruit__image {
  width: 26.625rem;
  aspect-ratio: 426/406;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .s-recruit__image {
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-recruit .button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-inline: auto;
  }
}

.realizedream-corp-s-cta {
  padding: 5.9375rem 0 6.25rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta {
    padding: 7.0625rem 0;
  }
}
.realizedream-corp-s-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 31, 5, 0.8);
  z-index: 2;
  pointer-events: none;
}
.realizedream-corp-s-cta .s-cta__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.realizedream-corp-s-cta .s-cta__lead {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta .s-cta__lead {
    font-size: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.realizedream-corp-s-cta .button3 {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media (any-hover: hover) {
  .realizedream-corp-s-cta .button3:hover {
    background: #383b3a;
  }
}
.realizedream-corp-s-cta .s-cta__tel-lead {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.65;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta .s-cta__tel-lead {
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-cta .s-cta__tel-box {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
  margin-inline: auto;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta .s-cta__tel-box {
    pointer-events: all;
  }
}
.realizedream-corp-s-cta.leadgridCms-onlyInnerWorkspace .s-cta__tel-box {
  pointer-events: all !important;
}
.realizedream-corp-s-cta .s-cta__tel {
  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;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #ffffff;
  position: relative;
  z-index: 3;
  gap: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta .s-cta__tel {
    font-size: 1.5rem;
    pointer-events: all;
  }
}
.realizedream-corp-s-cta .s-cta__tel .icon {
  aspect-ratio: 1;
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta .s-cta__tel .icon {
    width: 1.5rem;
  }
}
.realizedream-corp-s-cta .s-cta__tel .icon img {
  -o-object-fit: contain;
  object-fit: contain;
}
.realizedream-corp-s-cta .s-cta__tel .number {
  letter-spacing: 0.21875rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.realizedream-corp-s-cta .s-cta__time {
  display: block;
  position: relative;
  z-index: 3;
  font-family: "Oswald", "Noto Sans JP", serif;
  font-size: 0.9375rem;
  text-align: right;
  font-weight: 700;
}

.realizedream-corp-s-support {
  overflow: hidden;
}
.realizedream-corp-s-support .s-support__inner {
  max-width: 62.375rem;
  padding: 0 25px;
  margin: 4.8125rem auto 5.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__inner {
    margin: 5rem 0;
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-support .s-support__heading {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .section-title__en {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .section-title__en .dec {
    margin-inline: auto;
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .section-title__en .text {
    text-align: center;
    margin-inline: auto;
  }
}
.realizedream-corp-s-support .s-support__read {
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__read {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-support .s-support__slider-wrap {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__slider-wrap {
    margin-bottom: 1.875rem;
  }
}
.realizedream-corp-s-support .swiper-support {
  overflow: visible !important;
}
.realizedream-corp-s-support.leadgridCms-onlyInnerWorkspace .swiper-wrapper {
  -webkit-transform: unset !important;
  transform: unset !important;
}
.realizedream-corp-s-support .s-support__slide {
  padding: 3rem 6.25rem 3rem 3.125rem;
  background: #6da10d;
  border-radius: 0.5rem;
  opacity: 0.3;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__slide {
    padding: 0.75rem 0.75rem 2.125rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-support .s-support__slide:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-s-support .swiper-slide {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .swiper-slide {
    width: 17.8125rem;
  }
}
.realizedream-corp-s-support .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.realizedream-corp-s-support .s-support__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__content {
    display: block;
  }
}
.realizedream-corp-s-support .s-support__image {
  width: 25.5rem;
  aspect-ratio: 408/290;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__image {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-support .s-support__text {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__text {
    width: 100%;
  }
}
.realizedream-corp-s-support .s-support__text-title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__text-title {
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-support .s-support__text-desc {
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0;
  white-space: pre-wrap;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.realizedream-corp-s-support .s-support__buttons {
  pointer-events: none;
  position: absolute;
  width: 73rem;
  bottom: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
  bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__buttons {
    display: none;
  }
}
.realizedream-corp-s-support .s-support__button {
  pointer-events: all;
  cursor: pointer;
  aspect-ratio: 1;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  background: #3a540a;
  display: grid;
  place-content: center;
}
.realizedream-corp-s-support .s-support__button::after {
  content: "";
  display: block;
  -webkit-mask-image: url("/assets/realizedream-corp/img/common/circle-arrow.svg");
  mask-image: url("/assets/realizedream-corp/img/common/circle-arrow.svg");
  background: #ffffff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  aspect-ratio: 303/548;
  width: 0.5rem;
  -webkit-transform: translateX(0.0625rem);
  transform: translateX(0.0625rem);
  z-index: 3;
}
.realizedream-corp-s-support .s-support__prev {
  scale: -1 1;
}
.realizedream-corp-s-support .s-support__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__bottom {
    display: block;
  }
}
.realizedream-corp-s-support .swiper-pagination {
  margin-top: -1.5rem !important;
  position: static !important;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .swiper-pagination {
    margin-top: unset !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .s-support__pagination {
    margin-bottom: 2.8125rem;
  }
}
.realizedream-corp-s-support .swiper-pagination-bullet {
  width: 1.0625rem;
  height: 1.0625rem;
  background: rgba(109, 161, 13, 0.2) !important;
  margin: unset !important;
  margin-right: 1.4375rem !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .swiper-pagination-bullet {
    width: 0.75rem !important;
    height: 0.75rem !important;
    text-align: center;
    margin: 0 0.5rem !important;
  }
}
.realizedream-corp-s-support .swiper-pagination-bullet-active {
  background: #1b7b4f !important;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-support .button3 {
    margin-inline: auto;
  }
}

.realizedream-corp-s-complete {
  margin: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-complete {
    margin: 1.25rem 0 5rem;
  }
}
.realizedream-corp-s-complete .s-complete__inner {
  max-width: 46rem;
  padding: 0 25px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-complete .s-complete__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-complete .s-complete__en-title {
  letter-spacing: 0.02em;
  margin-bottom: 0.875rem;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1b7b4f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-complete .s-complete__en-title {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
  }
}
.realizedream-corp-s-complete .s-complete__jp-title {
  margin-bottom: 3.125rem;
  font-size: 1.125rem;
  line-height: 1.65;
  letter-spacing: 0;
  font-weight: 700;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-complete .s-complete__jp-title {
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-complete .s-complete__text {
  margin-bottom: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-complete .s-complete__text {
    text-align: left;
  }
}
.realizedream-corp-s-complete .button {
  margin-inline: auto;
  background: rgba(109, 161, 13, 0.75);
  position: relative;
}
.realizedream-corp-s-complete .button::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1;
}
.realizedream-corp-s-complete .button span {
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .realizedream-corp-s-complete .button:hover {
    background: #445f10;
  }
}

.realizedream-corp-s-breads {
  padding: 7.8125rem 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-breads {
    padding: 5rem 0 1.25rem;
  }
}
.realizedream-corp-s-breads .s-bread__inner {
  max-width: 80rem;
  padding: 0 2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-breads .s-bread__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-pageFv {
  padding-bottom: 1.25rem;
}
.realizedream-corp-s-pageFv .s-pageFv__top {
  position: relative;
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-pageFv .s-pageFv__img {
  position: relative;
  z-index: 1;
  max-height: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__img {
    height: 30.1875rem;
  }
}
.realizedream-corp-s-pageFv .s-pageFv__img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(57, 76, 22, 0.8);
  z-index: 1;
  pointer-events: none;
}
.realizedream-corp-s-pageFv .s-pageFv__img img {
  max-height: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__img img {
    max-height: unset;
  }
}
.realizedream-corp-s-pageFv .s-pageFv__content {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  max-width: 35.1875rem;
  padding-bottom: 5rem;
  min-height: 17.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__content {
    width: calc(100% - 40px);
    max-width: 37.5rem;
    min-height: unset;
    padding-bottom: unset;
    top: 10.625rem;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.realizedream-corp-s-pageFv .s-pageFv__title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__title {
    margin-bottom: 1.75rem;
  }
}
.realizedream-corp-s-pageFv .realizedream-corp-c-section-title {
  color: #ffffff;
}
.realizedream-corp-s-pageFv .section-title__en {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .section-title__en {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .section-title__en .dec {
    aspect-ratio: 53/41;
    width: 3.3125rem;
    margin-bottom: 0.3125rem;
    margin-inline: auto;
  }
}
.realizedream-corp-s-pageFv .section-title__en .text {
  color: #ffffff;
  border-color: #ffffff;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .section-title__en .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 0.25rem;
  }
}
.realizedream-corp-s-pageFv .section-title__jp {
  color: #ffffff;
  overflow: hidden;
}
.realizedream-corp-s-pageFv .s-pageFv__text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__text {
    font-weight: 500;
    font-size: 0.875rem;
  }
}
.realizedream-corp-s-pageFv .s-pageFv__breads {
  max-width: 78.5rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv .s-pageFv__breads {
    max-width: 41.5rem;
    padding: 0 2rem;
  }
}

.realizedream-corp-s-caseList {
  margin: 6.25rem 0 6.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseList {
    margin: 2.125rem 0 2.5rem;
  }
}
.realizedream-corp-s-caseList .s-caseList__inner {
  max-width: 65rem;
  padding: 0 25px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseList .s-caseList__inner {
    max-width: 37.5rem;
    padding: 0 20px;
    display: block;
  }
}
.realizedream-corp-s-caseList .s-caseList__content {
  width: calc(100% - 21.25rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseList .s-caseList__content {
    width: 100%;
    margin-bottom: 3.125rem;
  }
}
.realizedream-corp-s-caseList .s-caseList__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 1.25rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseList .s-caseList__lists {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.realizedream-corp-s-newsList {
  margin: 5.625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsList {
    margin: 0 0 5rem;
  }
}
.realizedream-corp-s-newsList .s-newsList__inner {
  max-width: 65.25rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsList .s-newsList__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-newsList .s-newsList__list {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsList .s-newsList__list {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.realizedream-corp-s-newsList .c-newsList {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.875rem 2.5rem 1.5625rem;
  border-bottom: 1px solid rgba(109, 161, 13, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsList .c-newsList {
    padding: 1.25rem 0;
  }
}
.realizedream-corp-s-newsList .c-newsList__info {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.realizedream-corp-s-newsList .c-newsList__title {
  width: 100%;
  word-break: break-all;
  -webkit-line-clamp: 3;
  margin-bottom: unset;
}

.realizedream-corp-s-interviewList {
  margin: 4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewList {
    margin: 2.5rem 0 3.4375rem;
  }
}
.realizedream-corp-s-interviewList .s-interviewList__inner {
  max-width: 64.125rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewList .s-interviewList__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-interviewList .realizedream-corp-c-categoryList {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewList .realizedream-corp-c-categoryList {
    margin-bottom: 2.8125rem;
  }
}
.realizedream-corp-s-interviewList .s-interviewList__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem 1.25rem;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewList .s-interviewList__list {
    gap: 3.125rem;
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
  }
}

.realizedream-corp-s-caseDetail {
  margin: 5rem 0 5.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail {
    margin: 2rem 0 3.75rem;
  }
}
.realizedream-corp-s-caseDetail .s-caseDetail__inner {
  max-width: 64.875rem;
  padding: 0 25px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .s-caseDetail__inner {
    display: block;
    padding: 0 25px;
  }
}
.realizedream-corp-s-caseDetail .s-caseDetail__content {
  width: calc(100% - 20.3125rem);
  max-width: 41.375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .s-caseDetail__content {
    width: 100%;
  }
}
.realizedream-corp-s-caseDetail .s-caseDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .s-caseDetail__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-toc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: unset;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-wysiwyg {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: unset;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-editor {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-related {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: unset;
    margin-bottom: 2.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .realizedream-corp-c-button {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: unset;
    margin-bottom: 3.875rem;
  }
}
.realizedream-corp-s-caseDetail .s-caseDetail__body {
  padding-left: 1.5625rem;
  width: calc(100% + 1.5625rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-caseDetail .s-caseDetail__body {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
.realizedream-corp-s-caseDetail .button {
  margin-inline: auto;
}

.realizedream-corp-s-newsDetail {
  margin: 3.75rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail {
    margin: 2rem 0 3.75rem;
  }
}
.realizedream-corp-s-newsDetail .s-newsDetail__inner {
  max-width: 64.875rem;
  padding: 0 25px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .s-newsDetail__inner {
    max-width: 37.5rem;
    padding: 0 20px;
    display: block;
  }
}
.realizedream-corp-s-newsDetail .s-newsDetail__content {
  width: calc(100% - 20.3125rem);
  max-width: 41.375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .s-newsDetail__content {
    width: 100%;
  }
}
.realizedream-corp-s-newsDetail .s-newsDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .s-newsDetail__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-thumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-toc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: unset;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-wysiwyg {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: unset;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-editor {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-relatedNews {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: unset;
    margin-bottom: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .realizedream-corp-c-button {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: unset;
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-newsDetail .s-newsDetail__body {
  padding-left: 1.5625rem;
  width: calc(100% + 1.5625rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-newsDetail .s-newsDetail__body {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
.realizedream-corp-s-newsDetail .button {
  margin-inline: auto;
}
.realizedream-corp-s-newsDetail .c-newsList {
  border: unset;
}
.realizedream-corp-s-newsDetail .c-newsList__info {
  width: 100%;
}
.realizedream-corp-s-newsDetail .c-newsList__tags {
  width: 100%;
}

.realizedream-corp-s-breads-post {
  margin: 5.875rem 0 0;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-breads-post {
    margin: 4.375rem 0 0;
    padding: 0.625rem 0;
  }
}
.realizedream-corp-s-breads-post .s-bread__inner {
  max-width: 78.5rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-breads-post .s-bread__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-interviewDetail {
  margin: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewDetail {
    margin: 2rem 0 3.75rem;
  }
}
.realizedream-corp-s-interviewDetail .s-interviewDetail__inner {
  max-width: 44.5rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewDetail .s-interviewDetail__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-interviewDetail .s-interviewDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewDetail .s-interviewDetail__wrap {
    display: block;
  }
}
.realizedream-corp-s-interviewDetail .s-interviewDetail__body {
  padding-left: 1.5625rem;
  width: calc(100% + 1.5625rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-interviewDetail .s-interviewDetail__body {
    width: 100%;
    padding-left: 0;
  }
}
.realizedream-corp-s-interviewDetail .button {
  margin-inline: auto;
}

.realizedream-corp-s-read {
  margin: 4.25rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-read {
    margin: 1.25rem 0 5rem;
  }
}
.realizedream-corp-s-read .s-read__text {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-read .s-read__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

.realizedream-corp-s-form {
  margin: 5.4375rem 0 8.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-form {
    margin: 2.5rem 0 5rem;
  }
}
.realizedream-corp-s-form .s-form__inner {
  max-width: 53.375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-form .s-form__inner {
    max-width: 37.5rem;
  }
}

.realizedream-corp-s-feature-2 + .realizedream-corp-s-textbox-1 {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 + .realizedream-corp-s-textbox-1 {
    margin-top: 6.25rem;
  }
}

.realizedream-corp-s-intro-3 + .realizedream-corp-s-feature-2 {
  padding: 5rem 0 8.125rem;
  margin-bottom: 7.5rem;
  margin-top: 5rem;
  background: rgba(58, 84, 10, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 + .realizedream-corp-s-feature-2 {
    margin-top: 5rem;
    padding: 5rem 0 1.25rem;
    margin-bottom: 6.25rem;
  }
}

.realizedream-corp-s-feature-2 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 {
    margin-top: 1.25rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner {
  max-width: 74.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner {
    padding: 0 0.625rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureList {
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .realizedream-corp-c-sectionHeader {
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem {
    display: block;
    margin-bottom: 4.375rem;
    padding: 0 1.25rem 1.25rem;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:last-child {
    margin-bottom: 0;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 3.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) {
    display: block;
    margin-bottom: 4.375rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
  margin-top: 4rem;
  padding: 3.125rem 2.25rem 3.125rem 8.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__textArea {
    margin-top: unset;
    padding: unset;
    padding-top: 4.375rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
  margin: 0 -7% 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:nth-child(even) .s-feature-2__imageArea {
    margin: 0;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__featureItem:last-of-type {
  margin-bottom: unset;
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61.4%;
  background-color: #fff;
  padding: 3.125rem 8.125rem 3.875rem 2.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.125rem solid #eeeeee;
  border-radius: 5px;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__textArea {
    display: block;
    width: 100%;
    z-index: 10;
    margin-top: unset;
    padding: unset;
    padding-top: 4.375rem;
    border: unset;
    border-radius: unset;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number {
  position: relative;
  aspect-ratio: 1;
  width: 6.25rem;
  font-family: "Barlow", sans-serif;
  margin-right: 1.5rem;
  border-radius: 50%;
  background-color: #6da10d;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number {
    aspect-ratio: 1;
    width: 5rem;
    position: absolute;
    padding-top: unset;
    top: -2.1875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number span {
  position: absolute;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number span {
    font-size: 0.625rem;
    position: static;
    -webkit-transform: unset;
    transform: unset;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number:after {
  font-size: 2.375rem;
  content: "0" counter(feature);
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-top: 0.3125rem;
  letter-spacing: 0.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__number:after {
    font-size: 1.75rem;
    margin-top: unset;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text {
  width: 75%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text {
    width: 100%;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  padding-right: 1.25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text h3 {
    margin-bottom: 0;
    margin-top: unset;
    padding-right: unset;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__text p {
    margin-bottom: 1rem;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__imageArea {
  width: 45.6%;
  height: 0;
  padding-bottom: 29.8%;
  position: relative;
  margin: 0 0 -4.6875rem -7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__imageArea {
    margin: 0;
    border-radius: 0.3125rem;
    padding-bottom: unset;
    width: 100%;
    height: auto;
    aspect-ratio: 317/207;
  }
}
.realizedream-corp-s-feature-2 .realizedream-corp-c-inner .s-feature-2__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realizedream-corp-s-companyDetail {
  overflow: hidden;
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}
.realizedream-corp-s-companyDetail .realizedream-corp-c-inner {
  max-width: 72.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .realizedream-corp-c-inner {
    margin-inline: auto;
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .realizedream-corp-c-sectionHeader {
    max-width: 37.5rem;
    margin-inline: auto;
    padding: 0 20px;
  }
}
.realizedream-corp-s-companyDetail .s-companyDetail__map {
  margin-top: 5.625rem;
  padding: 2.75rem 0 4rem;
  background-color: rgba(58, 84, 10, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .s-companyDetail__map {
    margin-top: 0;
    padding: 0 0 1.25rem 0;
  }
}
.realizedream-corp-s-companyDetail iframe {
  aspect-ratio: 540/360;
  width: 33.75rem;
  margin-top: -5.875rem;
  position: absolute;
  display: block;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail iframe {
    margin-top: unset;
    max-width: unset;
    aspect-ratio: 374/249;
    width: 100vw;
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
    position: relative;
    left: 50%;
    border-radius: unset;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox {
  width: 34.875rem;
  margin-left: auto;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 2.5rem 2.5rem;
  margin-right: -1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .s-mapTextBox {
    width: 100%;
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-right: unset;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox__detail {
  margin: 0 auto 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .s-mapTextBox__detail {
    display: block;
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox__detail:last-child {
  margin-bottom: 0;
}
.realizedream-corp-s-companyDetail .s-mapTextBox__title {
  color: #000;
  width: 7rem;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 1.25rem 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .s-mapTextBox__title {
    width: 100%;
    font-size: 0.9375rem;
    margin-bottom: 0.4375rem;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox__text {
  color: #000;
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-companyDetail .s-mapTextBox__text {
    width: 100%;
    line-height: 1.7;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox__text a {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #6da10d;
  text-decoration: none;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.625rem;
  line-height: 1.2em;
}
@media (any-hover: hover) {
  .realizedream-corp-s-companyDetail .s-mapTextBox__text a:hover {
    opacity: 0.7;
  }
}
.realizedream-corp-s-companyDetail .s-mapTextBox__link {
  font-family: "Montserrat", sans-serif;
}

.realizedream-corp-s-logoSlider {
  margin: 5rem 0 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-logoSlider {
    margin: 3.75rem 0 5rem;
  }
}
.realizedream-corp-s-logoSlider .realizedream-corp-c-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: unset !important;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList.slick-initialized {
  opacity: 1;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoItem {
  outline: none;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoItem img {
  display: block;
  margin: 0 1.25rem;
  width: 9.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList li:nth-of-type(4n + 1) img {
  aspect-ratio: 1;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList li:nth-of-type(4n + 2) img {
  aspect-ratio: 1;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList li:nth-of-type(4n + 3) img {
  aspect-ratio: 300/150;
}
.realizedream-corp-s-logoSlider .s-logoSlider__logoList li:nth-of-type(4n + 4) img {
  aspect-ratio: 450/150;
}

@media screen and (max-width: 767px) {
  body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1 .realizedream-corp-c-sectionHeader {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1 .s-textbox-1__contentImage {
    margin-top: unset !important;
    margin-bottom: 1.375rem !important;
  }
}

.realizedream-corp-s-textbox-1 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 {
    margin-top: 6.25rem;
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-textbox-1.--reverse .realizedream-corp-c-inner .s-textbox-1__content {
  grid-template-areas: "Title Title" "Image Content";
  grid-template-columns: calc(50% + 1.875rem) calc(50% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1.--reverse .realizedream-corp-c-inner .s-textbox-1__content {
    padding: unset;
    grid-template-areas: "Image" "Title" "Content";
    grid-template-columns: 100%;
  }
}
.realizedream-corp-s-textbox-1.--reverse .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 3rem 1.875rem 0 0;
  width: calc(100% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1.--reverse .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
    margin: 2.125rem 0 0 0;
    width: 100%;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner {
  max-width: 63rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content {
  display: grid;
  grid-template-areas: "Title Title" "Content Image";
  grid-template-columns: calc(50% - 1.875rem) calc(50% + 1.875rem);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content {
    padding: unset;
    grid-template-areas: "Image" "Title" "Content";
    grid-template-columns: 100%;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
  grid-area: Title;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentTitle.--left {
  text-align: left;
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
  grid-area: Content;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentDescription > :nth-child(n+2) {
  margin-top: 1.25rem;
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .button {
  margin-top: 1.5rem;
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 3rem 0 0 1.875rem;
  width: calc(100% - 1.875rem);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage {
    margin: 2.125rem 0 1.375rem 0;
    width: 100%;
  }
}
.realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-textbox-1 .realizedream-corp-c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
    max-width: 100%;
    height: auto;
  }
}

.realizedream-corp-s-history {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history {
    margin-top: 6.25rem;
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-history .realizedream-corp-c-inner {
  max-width: 53.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-history .realizedream-corp-c-sectionHeader {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .realizedream-corp-c-sectionHeader {
    margin-bottom: 2rem;
  }
}
.realizedream-corp-s-history .s-history__lists-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  background: #eeeeee;
  border: 3px solid #eeeeee;
  border-radius: 0.3125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__lists-wrap {
    gap: unset;
  }
}
.realizedream-corp-s-history .s-history__lists {
  display: grid;
  grid-template-columns: 4.8125rem 1fr;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__lists {
    grid-template-columns: 1fr;
  }
}
.realizedream-corp-s-history .s-history__list-name {
  background: #1b7b4f;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.04em;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-name {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-history .s-history__list-content {
  background: #ffffff;
}
.realizedream-corp-s-history .s-history__list-item {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-item {
    padding: 0.5rem 1.25rem;
  }
}
.realizedream-corp-s-history .s-history__list-item:last-of-type {
  border-bottom: none;
}
.realizedream-corp-s-history .s-history__list-item-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.875rem;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-item-year {
    gap: 0.5rem;
  }
}
.realizedream-corp-s-history .s-history__list-item-year .description {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.realizedream-corp-s-history .s-history__list-content {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-content {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-history .s-history__list-content .year {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-content .year {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-content .year {
    width: 4.375rem;
  }
}
.realizedream-corp-s-history .s-history__list-content .description {
  color: #1b1b1b;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-history .s-history__list-content .description {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-history .s-history__list-content .small {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #1b1b1b;
  opacity: 0.5;
}

.realizedream-corp-s-relation {
  margin: 7.1875rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation {
    margin: 5.9375rem 0 7.125rem;
  }
}
.realizedream-corp-s-relation .realizedream-corp-c-sectionHeader {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .realizedream-corp-c-sectionHeader {
    margin-bottom: 3.875rem;
  }
}
.realizedream-corp-s-relation .realizedream-corp-c-inner {
  max-width: 57.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-relation .s-relation__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__items {
    gap: 2.875rem;
  }
}
.realizedream-corp-s-relation .s-relation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__item {
    display: block;
  }
}
.realizedream-corp-s-relation .s-relation__img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__img {
    margin-bottom: 1.25rem;
    margin-inline: auto;
  }
}
.realizedream-corp-s-relation .s-relation__content {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__content {
    width: 100%;
  }
}
.realizedream-corp-s-relation .s-relation__title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    text-align: center;
  }
}
.realizedream-corp-s-relation .s-relation__text {
  margin-bottom: 1.25rem;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .s-relation__text {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-relation .button {
    margin-inline: auto;
  }
}

.realizedream-corp-s-image {
  margin: 10rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image {
    margin: 5rem 0 5rem;
  }
}
.realizedream-corp-s-image .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-image .realizedream-corp-c-inner .s-image__img {
  margin-top: 2.5rem;
  max-width: 37.5rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image .realizedream-corp-c-inner .s-image__img {
    max-width: unset;
    width: calc(100% - 0.5rem);
  }
}
.realizedream-corp-s-image .realizedream-corp-c-inner .s-image__img img {
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image .realizedream-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 0.875rem;
  }
}

.realizedream-corp-s-solution {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution {
    margin-top: 1.25rem;
  }
}
.realizedream-corp-s-solution .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-solution .realizedream-corp-c-sectionHeader {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .realizedream-corp-c-sectionHeader {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .realizedream-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 0.875rem;
  }
}
.realizedream-corp-s-solution .s-solution__solutionList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__solutionList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.375rem, 1fr));
    place-content: center;
    gap: 1.875rem 1.25rem;
  }
}
.realizedream-corp-s-solution .s-solution__solutionItem {
  width: 25%;
  text-align: center;
  list-style: none;
  padding: 0 0.75rem 3rem;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__solutionItem {
    width: auto;
    padding: unset;
  }
}
.realizedream-corp-s-solution .s-solution__itemImage {
  margin: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__itemImage {
    margin-bottom: 1.25rem;
  }
}
.realizedream-corp-s-solution .s-solution__itemImage img {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__itemImage img {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.realizedream-corp-s-solution .s-solution__text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-solution .s-solution__text {
    margin-top: 1.3125rem;
    max-width: 13.875rem;
    margin-inline: auto;
  }
}

.realizedream-corp-s-flow-2 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 {
    margin-top: 6.5rem;
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-flow-2 .realizedream-corp-c-inner {
  overflow: hidden;
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-flow-2 .realizedream-corp-c-sectionHeader {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .realizedream-corp-c-sectionHeader {
    margin-bottom: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .realizedream-corp-c-sectionHeader .c-sectionHeader__content {
    font-size: 0.875rem;
    letter-spacing: 0.85px;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList {
  margin: 0;
  padding: 0 1.25rem 2.1875rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: step 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList {
    padding: 0;
    display: block;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem {
  position: relative;
  counter-increment: step;
  width: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem::after {
  content: "";
  top: 2.5rem;
  background: #000;
  z-index: 1;
  position: absolute;
  width: 10rem;
  height: 0.125rem;
  right: -6.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem::after {
    display: none;
    top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem {
    width: 100%;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem:nth-last-of-type(1)::after {
  display: none;
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
  padding-left: 2.5rem;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem + .s-flow-2__stepItem {
    padding-left: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  width: 5.375rem;
  background-color: #6da10d;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.625rem;
  border: 8px solid #6da10d;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber {
    width: 4.375rem;
    min-width: 4.375rem;
    height: 4.375rem;
    position: absolute;
    top: 0.5rem;
    left: 1.625rem;
    margin: 0;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
  font-size: 0.75rem;
  line-height: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel {
    letter-spacing: 0.125rem;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepNumber .s-flow-2__stepLabel::after {
  font-size: 1.75rem;
  line-height: 1;
  content: "0" counter(step);
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #ffffff;
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap {
    margin-left: 0;
    padding: 0 1.4375rem;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepTitle {
    padding-left: 5.5rem;
    font-size: 1.25rem;
    min-height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
  margin: 0.625rem 0 0;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-flow-2 .s-flow-2__stepList .s-flow-2__stepItem .s-flow-2__stepWrap .s-flow-2__stepText {
    margin-top: -0.3125rem;
    padding-left: 5.5rem;
  }
}

.realizedream-corp-s-intro-3 {
  margin: 2.625rem 0 5.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 {
    margin: 1.3125rem 0 2.5rem;
  }
}
.realizedream-corp-s-intro-3 .realizedream-corp-c-inner {
  max-width: 65rem;
}
.realizedream-corp-s-intro-3 .realizedream-corp-c-sectionHeader {
  max-width: 63.125rem;
}
.realizedream-corp-s-intro-3 .s-intro-3__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  text-align: center;
  font-weight: bold;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__title {
    font-size: 1.5rem;
    margin-top: 2.5rem;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 3.5rem 0 -3.125rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__point {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.125rem;
    margin-bottom: unset;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__point li {
  width: calc((100% - 3rem) / 2);
  border: 0.1875rem solid #6da10d;
  background: rgba(58, 84, 10, 0.05);
  border-radius: 5px;
  border-top: none;
  margin-bottom: 2.5rem;
  position: relative;
  padding: 2.25rem 2.25rem 1.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__point li {
    padding: 2.5rem 2.125rem 1.75rem;
    margin-bottom: 3.125rem;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__point li::before, .realizedream-corp-s-intro-3 .s-intro-3__point li::after {
  content: "";
  width: 45%;
  height: 0.1875rem;
  background: #6da10d;
  position: absolute;
  top: 0;
}
.realizedream-corp-s-intro-3 .s-intro-3__point li::before {
  left: 0;
}
.realizedream-corp-s-intro-3 .s-intro-3__point li::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__point li {
    width: 100%;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__pointNumber {
  background: #6da10d;
  font-family: "Barlow", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  color: #ffffff;
  aspect-ratio: 1;
  width: 3.75rem;
  border-radius: 50%;
  position: absolute;
  display: grid;
  place-content: center;
  top: calc(-0.5em - 0.875rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  z-index: 3;
}
.realizedream-corp-s-intro-3 .s-intro-3__pointTitle {
  color: #1b1b1b;
  font-size: var(--font-size-m);
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__pointTitle {
    font-size: var(--font-size-m-sp);
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__pointTitle {
    font-size: 1.125rem;
    text-align: left;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__pointText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin: 1.125rem 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__pointText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__pointText {
    line-height: 1.65;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__box {
  background-color: #6da10d;
  border-radius: 5px;
  padding: 3.125rem 3.75rem;
  margin-top: 4.5rem;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__box {
    padding: 1.25rem 1.25rem;
    margin-top: 4.5rem;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__box::before {
  content: " ";
  display: block;
  position: absolute;
  top: -2.875rem;
  left: 50%;
  width: 0.125rem;
  height: 4.375rem;
  background-color: #6da10d;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__box::before {
    height: 3rem;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__boxTitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__boxTitle {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
    text-align: left;
  }
}
.realizedream-corp-s-intro-3 .s-intro-3__boxText {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-intro-3 .s-intro-3__boxText {
    font-size: 0.9375rem;
  }
}

.realizedream-corp-s-plan-3 {
  margin: 6.5625rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 {
    margin: 3.75rem 0;
  }
}
.realizedream-corp-s-plan-3.-noTitle {
  margin: 0;
}
.realizedream-corp-s-plan-3.-noTitle .c-sectionHeader__topper {
  display: none;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner {
  overflow: hidden;
  max-width: 77.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner {
    padding-right: unset;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table-wrap {
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table-wrap {
    margin-top: 2.5rem;
    width: 100%;
    overflow: auto;
    padding-right: 20px;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.25rem;
  overflow: auto;
  border: 0.0625rem solid #eeeeee;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl {
    width: auto;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl::-webkit-scrollbar {
  display: none;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dt {
  border-top: 0.0625rem solid #eeeeee;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl:nth-of-type(n + 2) dd {
  border-top: 0.0625rem solid #eeeeee;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  background-color: #1b7b4f;
  min-width: 17.8125rem;
  display: grid;
  place-content: center;
  padding: 1.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dt {
    width: 8.125rem;
    font-size: 1rem;
    min-width: 8.125rem;
    padding: 1rem 0.625rem;
    text-align: center;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dt span {
  font-size: var(--font-size-xs);
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dt span {
    font-size: var(--font-size-xs-sp);
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd {
  margin: 0;
  line-height: 1.5;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 0.875rem;
  width: 18.75rem;
  border-left: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd {
    width: 18.75rem;
    min-width: 18.75rem;
    padding: 1rem;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
    padding: 1rem 1rem 1rem 2.5rem;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul {
  padding-left: 1.25rem;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul li:nth-of-type(n + 2) {
  margin-top: 0.625rem;
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice {
  display: grid;
  place-content: center;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price__count {
  color: #1b1b1b;
  text-align: center;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 100%;
  color: #1b1b1b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price__count {
    padding: unset;
    font-size: 1.125rem;
  }
}
.realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price__text {
  color: #1b1b1b;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-3 .realizedream-corp-c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price__text {
    font-size: 0.875rem;
    color: #1b1b1b;
    padding: unset;
  }
}
.realizedream-corp-s-plan-3 .s-plan-1__cautionHead {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.realizedream-corp-s-plan-3 .s-plan-3__caution {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
}

.realizedream-corp-s-feature-3 {
  padding: 5rem 0 8.75rem;
  background: rgba(58, 84, 10, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 {
    padding: 2.5rem 0 4.375rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner {
  max-width: 74.375rem;
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureList {
  margin-top: 5.3125rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureList {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 2.1875rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem {
  position: relative;
  counter-increment: feature;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem {
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) .s-feature-3__textArea {
  margin-top: 4rem;
  padding: 3.125rem 2.25rem 3.75rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) .s-feature-3__textArea {
    margin-top: -0.9375rem;
    padding: 0.9375rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) .s-feature-3__imageArea {
  margin: 0 -7% 0 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:nth-child(even) .s-feature-3__imageArea {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
  }
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:last-child {
    margin-bottom: 0;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__featureItem:last-of-type {
  margin-bottom: unset;
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 61.4%;
  background-color: #fff;
  padding: 3.125rem 8.125rem 3.125rem 2.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__textArea {
    display: block;
    padding: 0.75rem;
    width: 100%;
    margin-top: -0.9375rem;
    z-index: 10;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  background-color: #6da10d;
  text-align: center;
  padding-top: 2rem;
  font-family: "Montserrat", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number {
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    top: -3.75rem;
    left: -0.9375rem;
    padding-top: 1.75rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number span {
  position: absolute;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  font-family: "Barlow", sans-serif;
  letter-spacing: 1.4px;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number span {
    font-size: 0.625rem;
    top: 0.875rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number:after {
  font-size: 2.375rem;
  content: "0" counter(feature);
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-top: 0.3125rem;
  letter-spacing: 0.125rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__number:after {
    font-size: 1.75rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text {
    width: 100%;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #1b1b1b;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text h3 {
    margin-bottom: 0;
    margin-top: 0.5rem;
    font-size: var(--font-size-xl-sp);
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text p {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__text p {
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__imageArea {
  width: 45.6%;
  height: 0;
  padding-bottom: 29.8%;
  position: relative;
  margin: 0 0 -4.6875rem -7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__imageArea {
    width: calc(100% + 1.875rem);
    padding-bottom: 65.3%;
    margin: 0;
    border-radius: 0;
  }
}
.realizedream-corp-s-feature-3 .realizedream-corp-c-inner .s-feature-3__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realizedream-corp-s-plan-1 {
  margin: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 {
    margin: 3.75rem 0;
  }
}
.realizedream-corp-s-plan-1.-noTitle {
  margin: 0;
}
.realizedream-corp-s-plan-1.-noTitle .c-sectionHeader__topper {
  display: none;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner {
    padding-right: unset;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table-scroll {
    overflow: auto;
    padding-right: 20px;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table {
  width: 100%;
  position: relative;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border: 0.125rem solid #efefef;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
  color: #1b1b1b;
  background: #ffffff;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:not(:last-of-type) {
  border-right: 0.125rem solid #efefef;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList + .s-plan-1__tableList {
  margin-top: -2px;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList::-webkit-scrollbar {
  display: none;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
  background: #1b7b4f;
  text-align: center;
  color: #ffffff;
  text-align: center;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  min-width: 12.1875rem;
  color: #ffffff;
  padding: 1rem;
  background-color: #1b7b4f;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 0.9375rem;
    width: 6.25rem;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle > *:nth-child(n+1) {
  margin-top: 0.375rem;
  font-weight: normal;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
  margin: 0;
  line-height: 1.5;
  padding: 1.75rem 1.5rem;
  font-size: 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
    min-width: 18.75rem;
    background: #ffffff;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
  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;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price__count {
  font-size: 2.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #1b1b1b;
  letter-spacing: 1.5px;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price__label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price__label {
    font-size: 0.875rem;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(2) {
  min-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(2) {
    min-width: 18.75rem;
    border-right: 0.125rem solid #efefef;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList {
    padding-left: 1.875rem;
    width: 100%;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList .s-plan-1__menuItem:nth-of-type(n + 2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__count,
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .base-c-price .base-c-price__label {
  white-space: nowrap;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
}
.realizedream-corp-s-plan-1 .realizedream-corp-c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(1) .s-plan-1__tableTitle {
  border-top: unset;
}
.realizedream-corp-s-plan-1 .s-plan-1__cautionHead {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 400;
}
.realizedream-corp-s-plan-1 .s-plan-1__caution {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

.realizedream-corp-s-card .realizedream-corp-c-inner {
  max-width: 80.625rem;
}
.realizedream-corp-s-card .s-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .s-card__list {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.realizedream-corp-s-card .s-card__list li {
  color: #1b1b1b;
  padding: 3.125rem 1.875rem 2.375rem;
  border: 0.1875rem solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .s-card__list li {
    padding: 1.5rem 1rem;
    width: 100%;
  }
}
.realizedream-corp-s-card .s-card__listTitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
.realizedream-corp-s-card .s-card__listContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .s-card__listContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
  }
}
.realizedream-corp-s-card .s-card__listContent .s-card__listThumb {
  width: 8.6875rem;
  min-width: 8.6875rem;
  aspect-ratio: 139/94;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .s-card__listContent .s-card__listThumb {
    width: 100%;
    min-width: auto;
  }
}
.realizedream-corp-s-card .s-card__listContent .s-card__listDescription {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .s-card__listContent .s-card__listDescription {
    font-size: 0.875rem;
    margin: 0.75rem 0 0 0;
  }
}
.realizedream-corp-s-card .button {
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card .button {
    margin-top: 1rem;
  }
}

.realizedream-corp-s-declaration {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-declaration {
    margin: 3.75rem 0;
  }
}
.realizedream-corp-s-declaration .realizedream-corp-c-inner {
  max-width: 63.125rem;
}
.realizedream-corp-s-declaration .s-declaration__title {
  position: relative;
  text-align: center;
  padding-bottom: 0.875rem;
  font-weight: 700;
}
.realizedream-corp-s-declaration .s-declaration__title::after {
  content: "";
  margin-top: 1rem;
  display: block;
  height: 0.3125rem;
  width: 2.5rem;
  background-color: rgba(27, 123, 79, 0.5);
  border-radius: 0.625rem;
  margin-inline: auto;
}
.realizedream-corp-s-declaration .s-declaration__title .main {
  margin-bottom: 0.875rem;
  display: block;
  color: #1b7b4f;
  font-size: 2.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-declaration .s-declaration__title .main {
    font-size: 1.75rem;
  }
}
.realizedream-corp-s-declaration .s-declaration__title .sub {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 700;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-declaration .s-declaration__title .sub {
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-declaration .s-declaration__text {
  margin-bottom: 2em;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-declaration .s-declaration__text {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-declaration .s-declaration__link {
  color: #0000ff;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-declaration .s-declaration__link {
    font-size: 0.875rem;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-declaration .s-declaration__link:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.realizedream-corp-s-pageFv2 + .realizedream-corp-s-textbox-1 {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 + .realizedream-corp-s-textbox-1 {
    margin-bottom: 2.5rem;
    margin-top: 1.25rem;
  }
}

body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1:nth-of-type(4) {
  margin-top: 8.75rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1:nth-of-type(4) {
    margin-top: 4.375rem;
    margin-bottom: 3.125rem;
  }
}
body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1:nth-of-type(5) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  body:has(.realizedream-corp-s-pageFv2) .realizedream-corp-s-textbox-1:nth-of-type(5) {
    margin-top: 3.125rem;
  }
}

.realizedream-corp-s-pageFv2 {
  padding-bottom: 1.25rem;
}
.realizedream-corp-s-pageFv2 .s-pageFv2__top {
  position: relative;
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-pageFv2 .s-pageFv2__img {
  position: relative;
  z-index: 1;
  height: 32.6875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .s-pageFv2__img {
    height: 30.1875rem;
  }
}
.realizedream-corp-s-pageFv2 .s-pageFv2__img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(57, 76, 22, 0.8);
  z-index: 1;
  pointer-events: none;
}
.realizedream-corp-s-pageFv2 .s-pageFv2__img img {
  max-height: 30.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .s-pageFv2__img img {
    max-height: unset;
  }
}
.realizedream-corp-s-pageFv2 .s-pageFv2__content {
  opacity: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  max-width: 35.1875rem;
  padding-bottom: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .s-pageFv2__content {
    max-width: 37.5rem;
    padding: 0 20px;
    top: 9.8125rem;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 99%;
  }
}
.realizedream-corp-s-pageFv2 .s-pageFv2__title {
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-pageFv2 .realizedream-corp-c-section-title {
  color: #ffffff;
}
.realizedream-corp-s-pageFv2 .section-title__en {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .section-title__en .dec {
    width: 3.3125rem;
    margin-bottom: 0.75rem;
  }
}
.realizedream-corp-s-pageFv2 .section-title__en .text {
  color: #ffffff;
  border-color: #ffffff;
}
.realizedream-corp-s-pageFv2 .section-title__jp {
  color: #ffffff;
  overflow: hidden;
}
.realizedream-corp-s-pageFv2 .s-pageFv2__text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .s-pageFv2__text {
    font-size: 0.875rem;
  }
}
.realizedream-corp-s-pageFv2 .s-pageFv2__breads {
  max-width: 78.5rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-pageFv2 .s-pageFv2__breads {
    max-width: 41.5rem;
    padding: 0 2rem;
  }
}
.realizedream-corp-s-pageFv2 .button2 {
  margin-top: 1.25rem;
  margin-inline: auto;
}

.realizedream-corp-s-career {
  margin: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career {
    margin: 5rem 0;
  }
}
.realizedream-corp-s-career .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-career .s-career__list {
  gap: 1.5rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
  }
}
.realizedream-corp-s-career .s-career__body {
  padding: 0 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__body {
    padding: unset;
  }
}
.realizedream-corp-s-career .s-career__item {
  color: #1b1b1b;
}
.realizedream-corp-s-career .s-career__item img {
  width: 100%;
  height: auto;
  border-radius: 0.3125rem;
  margin-bottom: 1.125rem;
  aspect-ratio: 318/190;
}
.realizedream-corp-s-career .s-career__item .s-career__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 0.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__item .s-career__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__item .s-career__title {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
  }
}
.realizedream-corp-s-career .s-career__item .s-career__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__item .s-career__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__item .s-career__text {
    margin-bottom: 0.625rem;
  }
}
.realizedream-corp-s-career .s-career__item .s-career__item-button {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-career .s-career__item .s-career__item-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 6.25rem;
    margin-left: auto;
    padding: 0.5rem 0.75rem;
  }
}
.realizedream-corp-s-career .s-career__button {
  margin-inline: auto;
}

.realizedream-corp-s-people {
  padding: 5rem 0;
  background: rgba(58, 84, 10, 0.05);
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-people {
    padding: 5rem 0 2.5rem;
  }
}
.realizedream-corp-s-people .realizedream-corp-c-sectionHeader {
  margin-bottom: 2.5rem;
}
.realizedream-corp-s-people .s-people__list {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-people .s-people__list {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }
}
.realizedream-corp-s-people .s-people__item {
  padding: 0.75rem 0.75rem 1.5rem;
  background: #ffffff;
  border-radius: 0.25rem;
}
.realizedream-corp-s-people .c-card__category {
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-people .c-card__category {
    font-size: 0.875rem;
  }
}
.realizedream-corp-s-people .c-card__date {
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-people .c-card__date {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-people .c-card__title {
  color: #1b1b1b;
  font-size: 1.125rem;
  font-weight: 700;
}
.realizedream-corp-s-people .c-card__tags {
  gap: 0.4375rem 0.625rem;
}
.realizedream-corp-s-people .c-card__tag {
  font-size: 0.75rem;
  color: #1b1b1b;
  padding: 0.1875rem 0.875rem;
  background: rgba(58, 84, 10, 0.05);
}
.realizedream-corp-s-people .button {
  margin-inline: auto;
}

.realizedream-corp-s-cta2 {
  background: url("/assets/realizedream-corp/img/top/cta.jpg") no-repeat center center/cover;
  padding: 7.9375rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta2 {
    padding: 3.75rem 0;
  }
}
.realizedream-corp-s-cta2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(125, 147, 83, 0.8);
  z-index: 2;
  pointer-events: none;
}
.realizedream-corp-s-cta2 .s-cta2__img {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.realizedream-corp-s-cta2 .s-cta2__inner {
  max-width: 62.5rem;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta2 .s-cta2__inner {
    max-width: 37.5rem;
    padding: 0 20px;
  }
}
.realizedream-corp-s-cta2 .s-cta2__lead {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.75rem;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.realizedream-corp-s-cta2 .s-cta2__button {
  position: relative;
  z-index: 3;
  display: block;
  background: #ffffff;
  padding: 1.25rem;
  text-align: center;
  color: #1b7b4f;
  border-radius: 0.25rem;
  min-width: 21.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta2 .s-cta2__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 11.5rem;
    padding: 0.625rem 0.9375rem;
  }
}
.realizedream-corp-s-cta2 .s-cta2__button .jp {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1b7b4f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-cta2 .s-cta2__button .jp {
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-cta2 .s-cta2__button .en {
  font-size: 0.9375rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-family: "Montserrat", sans-serif;
  color: #1b7b4f;
  line-height: 1.8;
  display: block;
}
@media (any-hover: hover) {
  .realizedream-corp-s-cta2 .s-cta2__button:hover {
    background: #383b3a;
  }
  .realizedream-corp-s-cta2 .s-cta2__button:hover .jp {
    color: #ffffff;
  }
  .realizedream-corp-s-cta2 .s-cta2__button:hover .en {
    color: #ffffff;
  }
}

.realizedream-corp-s-feature-1 {
  margin: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 {
    margin: 1.25rem 0 5rem;
  }
}
.realizedream-corp-s-feature-1 .realizedream-corp-c-inner {
  max-width: 54rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .realizedream-corp-c-sectionHeader {
    margin-bottom: 3.375rem;
  }
}
.realizedream-corp-s-feature-1 li:last-of-type .s-feature-1__box {
  margin-bottom: unset;
}
.realizedream-corp-s-feature-1 .s-feature-1__box {
  text-align: center;
  margin-bottom: 2.5rem;
}
.realizedream-corp-s-feature-1 .s-feature-1__boxPoint {
  font-family: "Barlow", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6da10d;
}
.realizedream-corp-s-feature-1 .s-feature-1__boxPoint .en {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.15625rem;
  margin-right: -0.15625rem;
  line-height: 2.4px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxPoint .en {
    margin-bottom: 0.3125rem;
  }
}
.realizedream-corp-s-feature-1 .s-feature-1__boxPoint .number {
  display: block;
  font-size: 3.625rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1rem;
}
.realizedream-corp-s-feature-1 .s-feature-1__boxTitle {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin: 1rem auto 0;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxTitle {
    font-size: var(--font-size-l-sp);
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxTitle {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    margin-top: unset;
  }
}
.realizedream-corp-s-feature-1 .s-feature-1__boxText {
  font-size: 0.9375rem;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 1.125rem auto 0;
  text-align: left;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxText {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 2rem;
    margin-top: unset;
  }
}
.realizedream-corp-s-feature-1 .s-feature-1__boxImage {
  margin: 2rem 0 0;
  max-width: 43.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature-1 .s-feature-1__boxImage {
    aspect-ratio: 335/244;
  }
}
.realizedream-corp-s-feature-1 .s-feature-1__boxImage img {
  border-radius: 0.3125rem;
}

.realizedream-corp-s-image2 {
  margin: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image2 {
    margin: 5rem 0 1.875rem;
  }
}
.realizedream-corp-s-image2 .realizedream-corp-c-inner {
  max-width: 53.125rem;
}
.realizedream-corp-s-image2 .realizedream-corp-c-inner .s-image2__img {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-image2 .realizedream-corp-c-inner .s-image2__img {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.realizedream-corp-s-card2 {
  margin: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 {
    margin: 2.5rem 0 3.75rem;
  }
}
.realizedream-corp-s-card2 .realizedream-corp-c-inner {
  max-width: 54.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-card2 .s-card2__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.realizedream-corp-s-card2 .s-card2__list li {
  color: #1b1b1b;
  padding: 3.125rem 1.875rem 2.375rem;
  border: 0.1875rem solid #f5f5f5;
  border-radius: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__list li {
    padding: 3.125rem 1.875rem 2.5rem;
    width: 100%;
  }
}
.realizedream-corp-s-card2 .s-card2__listTitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__listTitle {
    margin-bottom: 1.875rem;
  }
}
.realizedream-corp-s-card2 .s-card2__listContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__listContent {
    display: block;
    margin-bottom: 0.8125rem;
  }
}
.realizedream-corp-s-card2 .s-card2__listContent .s-card2__listThumb {
  width: 8.6875rem;
  min-width: 8.6875rem;
  aspect-ratio: 139/94;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__listContent .s-card2__listThumb {
    width: 100%;
    aspect-ratio: 275/130;
    min-width: auto;
    margin-bottom: 0.8125rem;
  }
}
.realizedream-corp-s-card2 .s-card2__listContent .s-card2__listDescription {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 0.625rem;
  color: #1b1b1b;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__listContent .s-card2__listDescription {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .s-card2__listContent .s-card2__listDescription {
    font-size: 0.9375rem;
    margin: unset;
    margin-bottom: 1.875rem;
  }
}
.realizedream-corp-s-card2 .button {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-card2 .button {
    margin-top: unset;
  }
}

.realizedream-corp-s-feature {
  margin: 2.5rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature {
    margin: 1.25rem 0 5rem;
  }
}
.realizedream-corp-s-feature .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-feature .s-feature__list {
  border: 3px solid #f5f5f5;
  padding: 2.5rem 5.625rem;
  background: #ffffff;
  border-radius: 0.1875rem;
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__list {
    padding: 1.25rem 0.9375rem;
    gap: 1.1875rem;
    margin-top: 2.5rem;
  }
}
.realizedream-corp-s-feature .s-feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.375rem 1.25rem;
  }
}
.realizedream-corp-s-feature .s-feature__icon {
  width: 5.625rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__icon {
    width: 3.75rem;
    margin-bottom: unset;
    margin-inline: auto;
  }
}
.realizedream-corp-s-feature .s-feature__content {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__content {
    display: contents;
  }
}
.realizedream-corp-s-feature .s-feature__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #1b7b4f;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__title {
    text-align: left;
    font-size: 1.25rem;
    width: calc(100% - 3.75rem - 1.25rem);
  }
}
.realizedream-corp-s-feature .s-feature__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-feature .s-feature__text {
    width: 100%;
  }
}

.realizedream-corp-s-benefit {
  margin: 2.5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit {
    margin: 5rem 0;
  }
}
.realizedream-corp-s-benefit .realizedream-corp-c-inner {
  max-width: 66.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-benefit.--fr2 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit.--fr2 {
    margin-bottom: 5rem;
  }
}
.realizedream-corp-s-benefit.--fr2 .realizedream-corp-c-inner {
  max-width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit.--fr2 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-benefit.--fr2 .s-benefit__list {
  max-width: 43.75rem;
  margin-inline: auto;
  gap: 1.875rem 2.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit.--fr2 .s-benefit__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.realizedream-corp-s-benefit.--fr2 .s-benefit__item {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit.--fr2 .s-benefit__item {
    width: 100%;
    padding: 0 1.125rem;
  }
}
.realizedream-corp-s-benefit.--fr2 .s-benefit__title {
  margin-bottom: 0.75rem;
}
.realizedream-corp-s-benefit .s-benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5.625rem 3.75rem;
  margin-top: 4.375rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit .s-benefit__list {
    margin-top: 3.75rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.realizedream-corp-s-benefit .s-benefit__item {
  width: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit .s-benefit__item {
    padding: 0 1.125rem;
    width: unset;
  }
}
.realizedream-corp-s-benefit .s-benefit__icon {
  width: 6.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.realizedream-corp-s-benefit .s-benefit__title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1b1b1b;
}
.realizedream-corp-s-benefit .s-benefit__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-benefit .s-benefit__text {
    font-size: 0.9375rem;
  }
}

.realizedream-corp-s-office {
  margin: 6.875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-office {
    margin: 5rem 0 2.5rem;
  }
}
.realizedream-corp-s-office .realizedream-corp-c-inner {
  max-width: 64.625rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-office .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-office .s-office__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.125rem 0.9375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-office .s-office__list {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    gap: 1.25rem;
  }
}
.realizedream-corp-s-office .s-office__item {
  text-align: center;
  color: #1b1b1b;
}
.realizedream-corp-s-office .s-office__image {
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 1.125rem;
  aspect-ratio: 324/190;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-office .s-office__image {
    aspect-ratio: 318/190;
    margin-bottom: 0.9375rem;
  }
}
.realizedream-corp-s-office .s-office__title {
  text-align: center;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.65;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-office .s-office__title {
    text-align: left;
    margin-bottom: unset;
    font-size: 1.125rem;
  }
}

.realizedream-corp-s-jobLinks {
  margin: 2.8125rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-jobLinks {
    margin: 0.875rem 0 2.5rem;
  }
}
.realizedream-corp-s-jobLinks .realizedream-corp-c-inner {
  max-width: 54.75rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-jobLinks .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-jobLinks .s-jobLinks__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-jobLinks .s-jobLinks__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.realizedream-corp-s-jobLinks .s-jobLinks__button {
  min-width: 14.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.625rem;
  background-color: #6da10d;
  color: #fff;
  padding: 0.625rem 0.875rem;
  border-radius: 0.125rem;
  font-weight: bold;
  font-size: 0.9375rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-jobLinks .s-jobLinks__button {
    min-width: unset;
    width: 100%;
    padding: 0.625rem 1rem;
    line-height: 1.5;
  }
}
@media (any-hover: hover) {
  .realizedream-corp-s-jobLinks .s-jobLinks__button:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
  }
}
.realizedream-corp-s-jobLinks .s-jobLinks__button .s-jobLinks__arrow {
  aspect-ratio: 1;
  width: 0.75rem;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-jobLinks .s-jobLinks__button .s-jobLinks__arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.realizedream-corp-s-job {
  margin: 7.1875rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job {
    margin: 2.5rem 0 3.75rem;
  }
}
.realizedream-corp-s-job .s-job__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job .s-job__list {
    gap: 2.5rem;
  }
}
.realizedream-corp-s-job .s-job__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job .s-job__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job .s-job__title {
    font-size: 1.25rem;
  }
}
.realizedream-corp-s-job .s-job__table-wrap {
  border-radius: 0.4375rem 0.4375rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(58, 84, 10, 0.05);
}
.realizedream-corp-s-job .s-job__table {
  width: 100%;
  border-collapse: collapse;
}
.realizedream-corp-s-job .s-job__table th,
.realizedream-corp-s-job .s-job__table td {
  text-align: left;
}
.realizedream-corp-s-job .s-job__table th {
  padding: 1rem;
  background-color: #1b7b4f;
  color: #fff;
  width: 12.1875rem;
  font-weight: bold;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job .s-job__table th {
    padding: 1rem;
    width: 7.5625rem;
    vertical-align: top;
  }
}
.realizedream-corp-s-job .s-job__table td {
  padding: 1rem 1.4375rem;
  background: #ffffff;
  border-bottom: 1px solid rgba(58, 84, 10, 0.05);
  color: #1b1b1b;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-job .s-job__table td {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}

.realizedream-corp-s-privacy {
  margin: 5.3125rem 0 7.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-privacy {
    margin: 2.5rem 0 5rem;
  }
}
.realizedream-corp-s-privacy .realizedream-corp-c-inner {
  max-width: 63.125rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-privacy .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-privacy .s-privacy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-privacy .s-privacy__list {
    gap: 1.25rem;
  }
}
.realizedream-corp-s-privacy .s-privacy__item {
  color: #1b1b1b;
}
.realizedream-corp-s-privacy .s-privacy__title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #d8d8d8;
  letter-spacing: 0;
}
.realizedream-corp-s-privacy .s-privacy__text {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-privacy .s-privacy__text {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-privacy .s-privacy__text {
    font-size: 0.9375rem;
  }
}
.realizedream-corp-s-privacy .s-privacy__text span {
  display: block;
  height: 1.4375rem;
}

.realizedream-corp-s-plan-5 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-5 {
    padding: 3.75rem 0;
  }
}
.realizedream-corp-s-plan-5.-noTitle {
  margin: 0;
}
.realizedream-corp-s-plan-5.-noTitle .c-sectionHeader__topper {
  display: none;
}
.realizedream-corp-s-plan-5 .realizedream-corp-c-inner {
  max-width: 59.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-5 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-plan-5 .s-plan-5__wrap {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-5 .s-plan-5__wrap {
    background: rgba(58, 84, 10, 0.05);
    padding: 0.5rem 0.5rem 2.1875rem;
    border-radius: 0.25rem;
  }
}
.realizedream-corp-s-plan-5 .s-plan-5__note {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-plan-5 .s-plan-5__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  border: 1px solid #979797;
  background: #fff;
  margin-bottom: 1.25rem;
}
.realizedream-corp-s-plan-5 .s-plan-5__table th,
.realizedream-corp-s-plan-5 .s-plan-5__table td {
  overflow-wrap: anywhere;
  border: 2px solid #979797;
  padding: 1.25rem 1rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-5 .s-plan-5__table th,
  .realizedream-corp-s-plan-5 .s-plan-5__table td {
    padding: 1.25rem;
    text-align: left;
  }
}
.realizedream-corp-s-plan-5 .s-plan-5__table td {
  color: #000000;
}
.realizedream-corp-s-plan-5 .s-plan-5__table thead th {
  background: #1b7b4f;
  color: #fff;
}
.realizedream-corp-s-plan-5 .s-plan-5__table tr th:nth-of-type(1) {
  width: 12rem;
}
.realizedream-corp-s-plan-5 .s-plan-5__table .s-plan-5__recommend {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: -0.125rem;
  display: block;
}
.realizedream-corp-s-plan-5 .s-plan-5__table .s-plan-5__head {
  background: #1b7b4f;
  color: #fff;
}
.realizedream-corp-s-plan-5 .s-plan-5__caption {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-5 .s-plan-5__caption {
    white-space: nowrap;
  }
}

.realizedream-corp-s-plan-6 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-6 {
    padding: 3.75rem 0;
  }
}
.realizedream-corp-s-plan-6.-noTitle {
  margin: 0;
}
.realizedream-corp-s-plan-6.-noTitle .c-sectionHeader__topper {
  display: none;
}
.realizedream-corp-s-plan-6 .realizedream-corp-c-inner {
  max-width: 59.875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-6 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-plan-6 .s-plan-6__note {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #000;
}
.realizedream-corp-s-plan-6 .s-plan-6__scroll {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-6 .s-plan-6__scroll {
    background: rgba(58, 84, 10, 0.05);
    border-radius: 0.25rem;
    padding: 0.5rem 0.5rem 2.1875rem;
  }
}
.realizedream-corp-s-plan-6 .s-plan-6__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #979797;
}
.realizedream-corp-s-plan-6 .s-plan-6__table th,
.realizedream-corp-s-plan-6 .s-plan-6__table td {
  border: 2px solid #979797;
  padding: 1.25rem;
  font-size: 1.25rem;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-6 .s-plan-6__table th,
  .realizedream-corp-s-plan-6 .s-plan-6__table td {
    white-space: nowrap;
  }
}
.realizedream-corp-s-plan-6 .s-plan-6__table thead th {
  background: #1b7b4f;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.realizedream-corp-s-plan-6 .s-plan-6__table tbody th {
  background: #1b7b4f;
  color: #fff;
}
.realizedream-corp-s-plan-6 .s-plan-6__table tbody td {
  color: #000;
}
.realizedream-corp-s-plan-6 .s-plan-6__caution {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}

.realizedream-corp-s-plan-7 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 {
    padding: 3.75rem 0;
  }
}
.realizedream-corp-s-plan-7.-noTitle {
  margin: 0;
}
.realizedream-corp-s-plan-7.-noTitle .c-sectionHeader__topper {
  display: none;
}
.realizedream-corp-s-plan-7 .realizedream-corp-c-inner {
  max-width: 59.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 .realizedream-corp-c-inner {
    max-width: 37.5rem;
  }
}
.realizedream-corp-s-plan-7 .s-plan-7__note {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #000;
}
.realizedream-corp-s-plan-7 .s-plan-7__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #979797;
  max-width: 25.5625rem;
}
.realizedream-corp-s-plan-7 .s-plan-7__table .cell-inner {
  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;
  min-height: 5rem;
  height: 100%;
  padding: 0.5rem 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 .s-plan-7__table .cell-inner {
    text-align: left;
    min-height: 4.375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 10.75rem;
  }
}
.realizedream-corp-s-plan-7 .s-plan-7__table th,
.realizedream-corp-s-plan-7 .s-plan-7__table td {
  border: 2px solid #979797;
  font-size: 1.25rem;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 .s-plan-7__table th,
  .realizedream-corp-s-plan-7 .s-plan-7__table td {
    text-align: left;
    white-space: unset;
  }
}
.realizedream-corp-s-plan-7 .s-plan-7__table th {
  background: #1b7b4f;
  color: #fff;
  width: 11.375rem;
}
.realizedream-corp-s-plan-7 .s-plan-7__table td {
  color: #000;
  width: 14.1875rem;
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 .s-plan-7__table td {
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .realizedream-corp-s-plan-7 .s-plan-7__table td .cell-inner {
    width: 9.375rem;
  }
}
.realizedream-corp-s-plan-7 .s-plan-7__caution {
  font-size: 1.25rem;
  margin-top: 1.25rem;
}