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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
  position: relative;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe,
img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details,
dialog {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #374151;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans,
    Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

dl,
ul {
  margin: 0;
  padding: 0;
}

small {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

@media (min-width: 481px) {
  .u-mobile-show {
    display: none;
  }
}

@media (max-width: 480px) {
  .u-desktop-show {
    display: none;
  }
}

.header {
  margin: 0 auto;
  max-width: 1600px;
  padding: 5px 10px 7px;
}

@media (min-width: 481px) {
  .header {
    padding: 17px 10px 19px;
  }
}

.footerContainer {
  background-color: #e70012;
  padding: 32px 28px 24px;
  width: 100%;
}

@media (min-width: 481px) {
  .footerContainer {
    padding: 15px 0 0;
  }
}

.footer {
  display: flex;
  flex-direction: column;
}

@media (min-width: 481px) {
  .footer {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.footer__illust {
  margin: 0 auto;
  width: 180px;
}

@media (max-width: 1000px) {
  .footer__illust {
    display: none;
  }
}

@media (min-width: 481px) {
  .footer__illust {
    height: 334px;
    margin: 0 0 -1px;
    width: 430px;
  }
}

@media (max-width: 1000px) {
  .footer__content {
    margin: 0 auto;
  }
}

@media (min-width: 481px) {
  .footer__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
    width: 530px;
  }
}

.footerEmphasisBlock {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 481px) {
  .footerEmphasisBlock {
    font-size: 1.8rem;
    margin: 0 auto;
    width: 405px;
  }
}

.footerEmphasisBlock:before {
  left: -16px;
  transform: rotate(60deg);
}

.footerEmphasisBlock:after,
.footerEmphasisBlock:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 26px;
  width: 58px;
}

.footerEmphasisBlock:after {
  right: -12px;
  transform: rotate(-60deg);
}

.footer__title {
  margin: 16px auto 0;
  width: 295px;
}

@media (min-width: 481px) {
  .footer__title {
    max-width: 530px;
    width: 90%;
  }
}

.footer__title > picture > img {
  width: 100%;
}

.footer__button {
  display: none;
}

@media (min-width: 481px) {
  .footer__button {
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    color: #e70012;
    display: flex;
    display: inline-flex;
    font-size: 1.6rem;
    height: 50px;
    justify-content: center;
    margin: 32px auto 0;
    padding: 0 20px;
    width: 100%;
    width: 187px;
  }
}

.footer__button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.footer__buttonIcon {
  margin-left: 14px;
}

.footer__reception {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin-top: 35px;
  text-align: center;
}

@media (min-width: 481px) {
  .footer__reception {
    margin-top: 16px;
  }
}

.footerOfficialLink {
  background-color: #f4f4f2;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.footerOfficialLink > a {
  color: #374151;
  display: flex;
  text-decoration: underline;
}

.footerOfficialLink > a > img {
  margin-right: 10px;
}

.footerOfficialLink > a:hover {
  text-decoration: none;
}

.footerBar {
  background-color: #d4d4d4;
  width: 100%;
}

.footerBar__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 10px;
}

@media (min-width: 481px) {
  .footerBar__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.copyright {
  font-size: 1.3rem;
  margin-top: 10px;
}

@media (min-width: 481px) {
  .copyright {
    margin-top: 0;
  }
}

.floatingNavigationContainer {
  background-color: #e70012;
  background-image: url(../assets/img/border.png);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  box-shadow: 0 -20px 25px -5px rgba(0, 0, 0, 0.1),
    0 -10px 10px -5px rgba(0, 0, 0, 0.04);
  left: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}

@media (min-width: 1050px) {
  .floatingNavigationContainer {
    display: none;
  }
}

.floatingNavigation {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.floatingNavigation__text {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.floatingNavigation__button {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #e70012;
  display: flex;
  display: inline-flex;
  font-size: 1.4rem;
  height: 40px;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
  max-width: 300px;
}

.floatingNavigation__button--big {
  max-width: 610px;
}

.recommend {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 16px;
}

@media (min-width: 481px) {
  .recommend {
    padding: 80px 40px 120px;
  }
}

.recommend__title {
  font-size: 3.2rem;
  text-align: center;
}

@media (min-width: 481px) {
  .recommend__title {
    font-size: 4rem;
  }
}

.recommendList {
  margin-top: 60px;
}

.recommendList__item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 24px;
}

@media (min-width: 481px) {
  .recommendList__item {
    display: flex;
  }
}

.recommendList__item ~ .recommendList__item {
  padding-top: 24px;
}

.recommendList__thumbnail {
  width: 100%;
}

@media (min-width: 481px) {
  .recommendList__thumbnail {
    width: 420px;
  }
}

@media (min-width: 481px) and (max-width: 999px) {
  .recommendList__thumbnail {
    width: 240px;
  }
}

.recommendList__thumbnail > img {
  width: 100%;
}

.recommendList__detail {
  flex: 1 1;
  padding-top: 24px;
}

@media (min-width: 481px) {
  .recommendList__detail {
    margin-left: 24px;
    padding-top: 0;
  }
}

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

.recommendList__category {
  background-color: #e5e7eb;
  border-radius: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 2px 12px;
}

.recommendList__date {
  font-size: 1.4rem;
}

.recommendList__title {
  color: #374151;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
}

.recommendList__title:hover {
  text-decoration: underline;
}

.floatButtonUpper {
  position: fixed;
  right: 40px;
  top: -15px;
  z-index: 1000;
  white-space: nowrap;
}

@media (min-width: 481px) and (max-width: 665px) {
  .floatButtonUpper {
    top: 45px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .floatButtonUpper {
    position: static;
  }
}

.floatButtonUpper__inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.floatButtonUpper__text {
  position: absolute;
  top: 80px;
  right: 80px;
}

@media (max-width: 1050px) {
  .floatButtonUpper__text {
    display: none;
  }
}

.floatButton {
  align-items: center;
  background-color: red;
  border-radius: 6px;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  margin: 32px 0 0;
  padding: 0 24px;
  /* max-width: 210px; */
  width: 100%;
  transition: all 0.3s;
}

.floatButton--pc {
  display: flex;
}

.floatButton--sp {
  display: none;
  max-width: 165px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1050px) {
  .floatButton {
    padding: 0 10px;
  }

  .floatButton--pc {
    display: none;
  }

  .floatButton--sp {
    display: flex;
  }
}

.floatButton:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.floatButton__icon {
  margin-left: 16px;
}

.heroContainer {
  background-image: none;
}

@media screen and (max-width: 1050px) {
  .heroContainer {
    height: 460px;
  }
}

@media (min-width: 481px) {
  .heroContainer {
    background-image: url(../assets/img/hero_bg.svg);
    background-position: top;
    background-repeat: no-repeat;
    height: 660px;
  }
}

.heroInner {
  background-image: url(../assets/img/hero_home.svg);
  background-position: center 29px;
  background-repeat: no-repeat;
  height: 460px;
  position: relative;
  width: 100%;
}

@media (min-width: 481px) {
  .heroInner {
    background-position: bottom;
    background-size: auto;
    height: 660px;
  }
}

@media (max-width: 481px) {
  .heroInner {
    background-position: center 0;
  }
}

.heroContent {
  padding-top: 90px;
}

@media (min-width: 481px) {
  .heroContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 215px;
  }
}

.heroEmphasisBlock {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 280px;
}

@media (min-width: 481px) {
  .heroEmphasisBlock {
    font-size: 2rem;
    margin: 0 auto;
    width: 380px;
  }
}

.heroEmphasisBlock:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: -16px;
  position: absolute;
  top: 20px;
  transform: rotate(60deg);
  width: 45px;
}

@media (min-width: 481px) {
  .heroEmphasisBlock:before {
    top: 26px;
    width: 58px;
  }
}

.heroEmphasisBlock:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: -12px;
  top: 20px;
  transform: rotate(-60deg);
  width: 45px;
}

@media (min-width: 481px) {
  .heroEmphasisBlock:after {
    top: 26px;
    width: 58px;
  }
}

.hero__title {
  display: block;
  margin: 16px auto 0;
  padding: 0;
  width: 259px;
}

@media (min-width: 481px) {
  .hero__title {
    max-width: 893px;
    padding: 0 40px;
    width: 100%;
  }
}

.hero__title > picture > img {
  width: 100%;
}

.hero__buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 24px auto 0;
}

@media (min-width: 481px) {
  .hero__buttons {
    margin: 32px auto 0;
  }
}

.hero__button {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #e70012;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding: 0 17px;
  transition: all 0.3s;
}

.hero__button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1050px) {
  .hero__button {
    font-size: 14px;
  }

  .hero__button--pc {
    display: none;
  }
}

.hero__button--column {
  width: 250px;
}

@media (max-width: 1050px) {
  .hero__button--column {
    width: auto;
  }
}

.hero__button--calendar {
  width: auto;
}

@media screen and (min-width: 481px) and (max-width: 595px) {
  .hero__button--calendar {
    display: flex;
    width: 200px;
  }
}

@media (min-width: 481px) {
  .hero__button--calendar {
    display: flex;
  }
}

.hero__buttonIcon {
  margin-right: 12px;
}

.hero__illustContainer {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

@media (min-width: 481px) {
  .hero__illustContainer {
    display: flex;
    height: 200px;
    padding: 0 30px;
  }
}

.hero__illustContainer > img {
  display: block;
}

@media (max-width: 1000px) {
  .hero__illustContainer > img:first-child,
  .hero__illustContainer > img:nth-child(3) {
    display: none;
  }
}

.hero__illustContainer > img:nth-child(2) {
  height: 140px;
}

@media (min-width: 481px) {
  .hero__illustContainer > img:nth-child(2) {
    height: auto;
    margin: 0 40px;
  }
}

.information {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 5px 10px 7px;
}

@media (min-width: 1000px) {
  .information {
    justify-content: flex-end;
  }
}

.Breadcrumb {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 1.4rem;
  flex-wrap: wrap;
  margin-top: 24px;
}

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

.Breadcrumb__item {
  display: flex;
  gap: 5px;
}

.Breadcrumb__item::after {
  content: ">";
  display: block;
  color: #ee9491;
}

.Breadcrumb__item:last-child::after {
  content: "";
}

.Breadcrumb__link {
  color: #6a6f79;
  text-decoration: none;
  width: fit-content;
}

.informationLink,
.informationLink__new {
  align-items: center;
  display: flex;
}

.informationLink__new {
  background-color: #ff443c;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  line-height: 1;
  margin-left: 16px;
  width: 47px;
}

.informationLink__text {
  color: #374151;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 16px;
  text-decoration: underline;
}

.informationLink__text:hover {
  text-decoration: none;
}

.informationLink__icon {
  margin-left: 20px;
}

.useCaseContainer {
  background-color: #fff;
  width: 100%;
}

.useCase {
  padding: 40px 24px 150px;
}

@media (min-width: 481px) {
  .useCase {
    margin: 0 auto;
    max-width: 920px;
    padding: 80px 40px 150px;
  }
}

.useCase__title {
  color: #111827;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 8px;
}

@media (min-width: 481px) {
  .useCase__title {
    font-size: 4.2rem;
    margin: 0;
    padding: 0 90px;
    position: relative;
    text-align: center;
  }
}

.useCase__titleQuestion1 {
  display: none;
}

@media (min-width: 481px) {
  .useCase__titleQuestion1 {
    display: block;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.useCase__titleQuestion2 {
  display: none;
}

@media (min-width: 481px) {
  .useCase__titleQuestion2 {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.useCase__titleQuestion3 {
  transform: translate(-6px, -3px) scale(0.8);
}

@media (min-width: 481px) {
  .useCase__titleQuestion3 {
    display: none;
  }
}

.useCase__list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

@media (min-width: 481px) {
  .useCase__list {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
}

.useCase__listItem {
  margin-top: 0;
}

@media (min-width: 481px) {
  .useCase__listItem {
    width: calc(33.33333% - 15px);
  }
}

.useCase__listItem ~ .useCase__listItem {
  margin-top: 24px;
}

@media (min-width: 481px) {
  .useCase__listItem ~ .useCase__listItem {
    margin-top: 0;
  }
}

.useCase__img {
  width: 90%;
}

@media (min-width: 481px) {
  .useCase__img {
    width: 100%;
  }
}

.useCase__balloon {
  background: #fff;
  border: 2px solid #111827;
  border-radius: 18px;
  color: #111827;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding: 12px 16px;
  position: relative;
  width: 100%;
}

@media (min-width: 481px) {
  .useCase__balloon {
    min-height: 90px;
  }
}

.useCase__balloon:before {
  background-color: #fff;
  border-bottom: 2px solid #111827;
  border-right: 2px solid #111827;
  bottom: -12px;
  content: "";
  height: 20px;
  left: 30px;
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}

.conciergeContainer {
  background-color: #f3f4f6;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}

.conciergeContainer:after {
  border-color: #f3f4f6 transparent transparent;
  border-style: solid;
  border-width: 60px 49vw 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}

.concierge {
  padding: 78px 16px 60px;
  position: relative;
}

@media (min-width: 481px) {
  .concierge {
    margin: 0 auto;
    max-width: 920px;
    padding: 125px 0 80px;
  }
}

.concierge__illust {
  height: 160px;
  left: 50%;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 160px;
}

@media (min-width: 481px) {
  .concierge__illust {
    height: 220px;
    top: -100px;
    width: 220px;
  }
}

.concierge__header {
  position: relative;
}

@media (min-width: 481px) {
  .concierge__header {
    margin: 0 auto;
    max-width: 872px;
  }
}

.concierge__title {
  color: #374151;
  font-size: 2.4rem;
  margin: 16px 0 0;
}

@media (min-width: 481px) {
  .concierge__title {
    font-size: 4.2rem;
    text-align: center;
  }

  .conciergeFreeConsultationContainer {
    left: 0;
    position: absolute;
    top: -40px;
    transform: rotate(-20deg);
  }
}

.conciergeFreeConsultation {
  color: red;
  font-size: 2rem;
  font-weight: 700;
  margin: 12px auto;
  position: relative;
  text-align: center;
  width: 165px;
}

@media (min-width: 481px) {
  .conciergeFreeConsultation {
    font-size: 2.4rem;
    margin: 0 auto;
    width: 185px;
  }
}

.conciergeFreeConsultation:before {
  left: 0;
  transform: rotate(60deg);
}

.conciergeFreeConsultation:after,
.conciergeFreeConsultation:before {
  background-color: red;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 13px;
  width: 30px;
}

.conciergeFreeConsultation:after {
  right: 0;
  transform: rotate(-60deg);
}

.aboutConcierge {
  margin-top: 56px;
}

@media (min-width: 481px) {
  .aboutConcierge {
    margin: 60px auto 0;
  }
}

.aboutConcierge__title {
  color: #374151;
  display: flex;
  font-size: 2.4rem;
  justify-content: left;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 481px) {
  .aboutConcierge__title {
    font-size: 3.2rem;
    padding-bottom: 30px;
    justify-content: center;
  }
}

.aboutConcierge__title:before {
  background-color: red;
  border-radius: 4px;
  content: "";
  height: 100%;
  margin-right: 16px;
  width: 5px;
  position: absolute;
  left: 5px;
}

@media (min-width: 481px) {
  .aboutConcierge__title:before {
    bottom: 0;
    height: 8px;
    left: 50%;
    margin-right: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
}

.aboutConciergeUpperBox {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  padding: 40px 16px;
  width: 100%;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox {
    padding: 40px;
  }
}

.aboutConciergeUpperBox__items {
  display: flex;
  flex-direction: column;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__items {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
  }
}

.aboutConciergeUpperBox__item {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__item {
    width: calc(50% - 40px);
  }
}

.aboutConciergeUpperBox__item ~ .aboutConciergeUpperBox__item {
  margin-top: 37px;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__item ~ .aboutConciergeUpperBox__item {
    margin-top: 0;
  }
}

.aboutConciergeUpperBox__title {
  color: #111827;
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__title {
    font-size: 2rem;
  }
}

.aboutConciergeUpperBox__illust {
  display: block;
  margin: 28px auto 0;
  max-width: 100%;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__illust {
    margin-top: 24px;
  }
}

.aboutConciergeUpperBox__source {
  color: #6b7280;
  font-size: 1.2rem;
  margin-top: 16px;
  width: 100%;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__source {
    margin-top: 24px;
    text-align: right;
  }
}

.aboutConciergeUpperBox__description {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 14px;
}

@media (min-width: 481px) {
  .aboutConciergeUpperBox__description {
    margin-top: 20px;
  }
}

.aboutConciergePoint__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 481px) {
  .aboutConciergePoint__list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.aboutConciergePoint__listItem {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  padding: 24px 16px;
  width: 100%;
}

@media (min-width: 481px) {
  .aboutConciergePoint__listItem {
    flex-direction: row;
    padding: 24px;
    width: calc(50% - 12px);
  }
}

.aboutConciergePoint__illust {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

@media (min-width: 481px) {
  .aboutConciergePoint__illust {
    height: 120px;
    margin: 0 24px 0 0;
    width: 120px;
  }
}

.aboutConciergePoint__description {
  margin-top: 16px;
}

@media (min-width: 481px) {
  .aboutConciergePoint__description {
    font-size: 1.4rem;
  }
}

.aboutConciergePoint__description > span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.consultation {
  margin-top: 60px;
}

@media (min-width: 481px) {
  .consultation {
    margin-top: 80px;
  }
}

.consultation__title {
  color: #374151;
  display: flex;
  font-size: 2.4rem;
  justify-content: left;
  position: relative;
  padding-left: 20px;
}

@media (min-width: 481px) {
  .consultation__title {
    font-size: 3.2rem;
    padding-bottom: 30px;
    justify-content: center;
  }
}

.consultation__title:before {
  background-color: red;
  border-radius: 4px;
  content: "";
  height: 100%;
  margin-right: 16px;
  width: 5px;
  position: absolute;
  left: 5px;
}

@media (min-width: 481px) {
  .consultation__title:before {
    bottom: 0;
    height: 8px;
    left: 50%;
    margin-right: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
  }
}

.consultationDetail__list {
  margin-top: 24px;
}

.consultationDetail__listItem {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  overflow: hidden;
  padding: 24px 16px;
  position: relative;
  width: 100%;
}

@media (min-width: 481px) {
  .consultationDetail__listItem {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto 0;
    max-width: 920px;
    padding: 40px;
  }
}

.consultationDetail__imgContainer {
  text-align: center;
  width: 100%;
}

@media (min-width: 481px) {
  .consultationDetail__imgContainer {
    width: 440px;
  }
}

.consultationDetail__imgLarge {
  width: 88%;
}

.consultationDetail__content {
  padding: 24px 0 0;
}

@media (min-width: 481px) {
  .consultationDetail__content {
    padding: 0;
    width: 360px;
  }
}

.consultationDetail__tag {
  align-items: center;
  border: 1px solid #ff443c;
  border-radius: 52px;
  color: #ff443c;
  display: inline-flex;
  font-size: 1.4rem;
  height: 36px;
  justify-content: center;
  padding: 0 12px;
}

.consultationDetail__title {
  color: #111827;
  font-size: 2.4rem;
  margin-top: 16px;
}

@media (min-width: 481px) {
  .consultationDetail__title {
    font-size: 3.2rem;
  }
}

.consultationDetail__description {
  line-height: 1.6;
  margin-top: 24px;
}

@media (min-width: 481px) {
  .consultationDetail__listItem:nth-child(2n)
    .consultationDetail__imgContainer {
    order: 2;
  }
}

.consultationDetail__buttonContainer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: 100%;
}

.consultationDetail__button {
  align-items: center;
  border: 1px solid #e70012;
  border-radius: 25px;
  color: #e70012;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  width: 182px;
}

.consultationDetail__buttonIcon {
  margin-left: 20px;
}

@media (max-width: 480px) {
  .consultationFlowContainer {
    padding: 60px 16px;
  }
}

@media (min-width: 481px) {
  .consultationFlowContainer {
    margin: 0 auto;
    max-width: 1000px;
    padding: 80px 40px 120px;
  }

  .consultationFlow {
    margin: 0 auto;
  }
}

.consultationFlow__title {
  color: #111827;
  font-size: 2.4rem;
  text-align: center;
}

@media (min-width: 481px) {
  .consultationFlow__title {
    font-size: 4.2rem;
  }
}

.consultationFlow__step {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

@media (min-width: 481px) {
  .consultationFlow__step {
    flex-direction: row;
  }
}

.consultationFlow__Illust {
  width: 80%;
}

@media (min-width: 481px) {
  .consultationFlow__Illust {
    margin-right: 40px;
    width: 400px;
  }

  .consultationFlow__content {
    width: calc(50% - 10px);
  }
}

.consultationFlow__header {
  align-items: center;
  display: flex;
  margin-top: 24px;
}

.consultationFlow__number {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin-right: 16px;
  width: 32px;
}

.consultationFlow__stepTitle {
  color: #374151;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.consultationFlow__notes {
  line-height: 1.6;
  margin-top: 16px;
}

@media (min-width: 481px) {
  .consultationFlow__step:nth-child(2n) .consultationFlow__Illust {
    margin-right: 0;
    order: 1;
  }

  .consultationFlow__step:nth-child(2n) .consultationFlow__content {
    margin-right: 40px;
  }
}

.Qa {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 480px) {
  .Qa {
    padding: 20px 16px 45px;
  }
}

.Qa__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 480px) {
  .Qa__title {
    font-size: 2.4rem;
  }
}

.Qa__title:before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 2.9em;
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 6px;
  width: 100px;
}

@media (max-width: 480px) {
  .Qa__title:before {
    height: 5px;
    width: 70px;
  }
}

.Qa__list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.Qa__item {
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  cursor: pointer;
}

.Qa__head {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
}

.Qa__plus {
  display: block;
  position: relative;
  margin-left: auto;
  width: 15px;
  height: 15px;
}

.Qa__plus::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  padding-right: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Qa__plus::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.Qa__head--active .Qa__plus::after {
  transform: translateY(-50%) rotate(180deg);
}

.Qa__icon {
  color: red;
  font-size: 20px;
}

.Qa__content {
  display: none;
  padding-top: 15px;
  line-height: 1.6;
}

.Recommend,
.Area-info,
.Loan-simulation {
  padding: 80px 16px 0;
  margin: 0 auto;
  max-width: 880px;
}

.Loan-simulation {
  padding-bottom: 44px;
}

@media (max-width: 480px) {
  .Recommend,
  .Area-info,
  .Loan-simulation {
    padding: 40px 16px;
  }

  .Loan-simulation {
    padding-bottom: 75px;
  }
}

.Recommend__title,
.Area-info__title,
.Loan-simulation__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .Recommend__title,
  .Area-info__title,
  .Loan-simulation__title {
    color: #374151;
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}
.Recommend__title::before,
.Area-info__title::before,
.Loan-simulation__title::before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

.Recommend__sub-title {
    color: #374151;
    display: flex;
    font-size: 2.5rem;
    font-weight: normal;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 480px) {
    .Recommend__sub-title {
        color: #374151;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
}

.br-sp {
    display: none;
}

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

.Recommend__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:120px;
}

@media (max-width: 480px) {
    .Recommend__link {
        margin-bottom:60px;
    }
}


.Recommend__link--image:hover {
    opacity: 0.8;
  }

@media (max-width: 480px) {
  .Recommend__title::before,
  .Area-info__title::before,
  .Loan-simulation__title::before {
    height: 5px;
    width: 70px;
  }
}

.Recommend__list,
.Area-info__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}

@media (max-width: 480px) {
  .Recommend__list,
  .Area-info__list {
    gap: 24px 16px;
  }
}

.Recommend__list .columnList__item,
.Area-info__list .columnList__item {
  width: calc(50% - 20px);
}

@media (max-width: 480px) {
  .Recommend__list .columnList__item,
  .Area-info__list .columnList__item {
    width: calc(50% - 8px);
  }
}

.Loan-simulation__flex {
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

@media (max-width: 680px) {
  .Loan-simulation__flex {
    flex-direction: column;
    gap: 30px;
  }
}

.Loan-simulation__img {
  max-width: 235px;
  max-height: 207px;
  width: 100%;
  height: 100%;
}

.Loan-simulation__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.Loan-simulation__item {
  width: calc(50% - 20px);
}

@media (max-width: 690px) {
  .Loan-simulation__list {
    gap: 30px;
  }

  .Loan-simulation__item {
    width: 100%;
  }
}

.Loan-simulation__link {
  display: block;
  width: 100%;
  border: solid 1px #e70012;
  border-radius: 6px;
  background-color: #fff;
  padding: 20px 60px 20px 20px;
  color: #e70012;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.Loan-simulation__link:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.Loan-simulation__link-text--big {
  font-size: 2.2rem;
  padding-right: 3px;
}

@media (max-width: 690px) {
  .Loan-simulation__link-text--big {
    font-size: 2rem;
  }
}

.Loan-simulation__icon-tab {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.columnBackButtonContainer {
  padding-bottom: 40px;
}

.columnBackButton {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (min-width: 481px) {
  .columnBackButton {
    justify-content: start;
  }
}

.columnBackButton__arrow {
  height: 32px;
  margin-right: 8px;
  width: 32px;
}

.columnBackButton__logo {
  width: 274px;
}

.columnButtonContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  right: 40px;
  top: 45px;
}

@media screen and (max-width: 1050px) {
  .columnButtonContainer {
    top: -15px;
    right: 15px;
  }
}

@media screen and (max-width: 600px) {
  .columnButtonContainer {
    right: 0;
    top: 0;
    position: static;
  }
}

.columnButton {
  display: flex;
  align-items: center;
  color: #e70012;
  padding: 10px;
  border-radius: 6px;
  border: #e70012 1px solid;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s;
  box-shadow: none;
}

.columnButton:hover {
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05),
    0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 481px) {
  .columnButton {
    font-size: 14px;
    height: 50px;
    margin: 32px 0 0;
    padding: 0 24px;
  }
}

@media screen and (max-width: 600px) {
  .columnButton {
    margin: 0;
  }
}

.columnHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.columnHeader__category {
  align-items: center;
  border: 1px solid #ff443c;
  border-radius: 18px;
  color: #ff443c;
  display: flex;
  font-size: 1.4rem;
  height: 36px;
  justify-content: center;
  padding: 0 12px;
}

.columnHeader__date {
  color: #374151;
  font-size: 1.4rem;
}

.columnPrimaryHeading {
  font-size: 2.8rem;
  margin-top: 12px;
}

.columnSecondaryHeading {
  display: flex;
  font-size: 2.4rem;
  margin-top: 80px;
}

.columnSecondaryHeading:before {
  background-color: red;
  border-radius: 10px;
  content: "";
  display: block;
  height: auto;
  margin-right: 16px;
  width: 6px;
}

.columnSectionHeading {
  font-size: 2rem;
  margin-top: 40px;
}

.columnSectionHeading--small {
  margin-top: 36px;
}

.columnTopContainer {
  margin: 0 auto;
  max-width: 880px;
  padding: 15px 16px 120px;
}

@media (min-width: 1000px) {
  .columnTopContainer {
    padding: 36px 0 120px;
  }
}

.columnListContainer__title {
  color: #374151;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 480px) {
  .columnListContainer__title {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}

.columnListContainer__title:before {
  background-color: red;
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (max-width: 480px) {
  .columnListContainer__title:before {
    height: 5px;
    width: 70px;
  }
}

.columnList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 48px 0;
  margin-top: 60px;
}

@media (max-width: 480px) {
  .columnList {
    flex-direction: row;
    gap: 24px 16px;
  }
}

@media (min-width: 481px) and (max-width: 999px) {
  .columnList {
    flex-direction: row;
    gap: 60px 40px;
  }
}

@media (min-width: 1000px) {
  .columnList {
    flex-direction: row;
    gap: 60px 40px;
  }
}

@media (max-width: 480px) {
  .columnList__item {
    width: calc(50% - 8px);
  }
}

@media (min-width: 481px) and (max-width: 999px) {
  .columnList__item {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1000px) {
  .columnList__item {
    width: 260px;
  }

  .columnCard:hover {
    opacity: 0.7;
  }
}

.columnCard__imgWrapper {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.columnCard__img {
  aspect-ratio: 686/458;
  width: 100%;
}

@media (max-width: 480px) {
  .columnCard__img {
    aspect-ratio: 327/326;
  }
}

.columnCard__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

@media (max-width: 480px) {
  .columnCard__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px 0;
  }
}

.columnCard__category {
  align-items: center;
  border: 1px solid #ff443c;
  border-radius: 52px;
  color: #ff443c;
  display: flex;
  font-size: 1.4rem;
  height: 36px;
  justify-content: center;
  padding: 0 12px;
}

.columnCard__date {
  color: #374151;
  font-size: 1.4rem;
}

.columnCard__text {
  color: #374151;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
}

@media (max-width: 480px) {
  .columnCard__text {
    font-size: 1.4rem;
  }
}

.columnContainer {
  margin-top: 15px;
  padding: 0 16px;
}

@media (min-width: 1000px) {
  .columnContainer {
    margin: 36px auto 0;
    padding: 0;
    width: 860px;
  }
}

.columnContent,
.columnHero {
  margin-top: 36px;
}

.columnHero {
  aspect-ratio: 686/588;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 481px) {
  .columnHero {
    aspect-ratio: 860/513;
    border-radius: 15px;
  }
}

.columnHero--ex {
  aspect-ratio: 686/516;
  border-radius: 10px;
}

@media (min-width: 481px) {
  .columnHero--ex {
    aspect-ratio: 860/513;
    border-radius: 15px;
  }
}

.columnTableOfContents {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-top: 40px;
  padding: 16px;
}

.columnTableOfContents__title {
  font-weight: 700;
}

.columnTableOfContents__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.columnTableOfContents__list--left-padding {
  padding-left: 16px;
}

.columnTableOfContents__list > li {
  margin-top: 8px;
  padding-left: 26px;
  position: relative;
}

.columnTableOfContents__list > li:first-child {
  margin-top: 0;
}

.columnTableOfContents__list > li > span {
  display: block;
  left: 0;
  padding-right: 20px;
  position: absolute;
  top: 0;
}

.columnParagraphGroup {
  margin-top: 36px;
}

.columnParagraphGroup p {
  line-height: 1.6;
}

.columnParagraphGroup p ~ p {
  margin-top: 16px;
}

.columnParagraphGroupMidium {
  margin-top: 24px;
}

.columnParagraphGroupMidium p {
  line-height: 1.6;
}

.columnParagraphGroupMidium p ~ p,
.columnParagraphGroupSmall {
  margin-top: 16px;
}

.columnParagraphGroupSmall p {
  line-height: 1.6;
}

.columnParagraphGroupSmall p ~ p {
  margin-top: 16px;
}

.columnParagraphGroupSmall a {
  color: #3b82f6;
}

.columnParagraphGroupSmall a:hover {
  text-decoration: underline;
}

.columnParagraphGroupSmall a:active,
.columnParagraphGroupSmall a:visited {
  text-decoration: none;
}

.columnParagraphGroupLarge {
  padding-bottom: 84px;
}

.columnParagraphGroup--section {
  margin-top: 16px;
}

.columnParagraph {
  line-height: 1.6;
}

.columnReferenceGroup {
  margin-top: 16px;
}

.columnReferenceGroup > p {
  line-height: 1.6;
}

.columnReferenceGroup > p > a {
  color: #374151;
  text-decoration: underline;
}

.columnReferenceGroup > p > a:hover {
  text-decoration: none;
}

.columnReference {
  line-height: 1.6;
}

.columnReference > a {
  color: #374151;
  text-decoration: underline;
}

.columnReference > a:hover {
  text-decoration: none;
}

.columnSummary__balloon {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px 16px 32px;
  position: relative;
  width: 100%;
}

.columnSummary__balloon:before {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  bottom: -12px;
  content: "";
  height: 20px;
  left: calc(50% - 60px);
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
}

.columnSummary__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.columnSummary__list > li {
  margin-top: 8px;
  display: flex;
}

.columnSummary__list > li:first-child {
  margin-top: 0;
}

.columnSummary__list > li > span {
  padding-right: 5px;
  display: block;
}

.column__list > li > p {
  display: flex;
}

.column__list--sub {
  margin: 5px 0 0 50px;
  list-style: circle;
}

@media screen and (max-width: 768px) {
  .column__list--sub {
    margin: 5px 0 0 30px;
  }
}

.columnSummary__button {
  margin: 0 auto;
  width: 182px;
}

.columnSummary__button--2col {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 15px;
}

@media (max-width: 768px) {
  .columnSummary__button--2col {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    gap: 0;
  }
}

.columnSummary__illust {
  display: flex;
  justify-content: center;
}

.columnImage {
  aspect-ratio: 686/516;
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 481px) {
  .columnImage {
    aspect-ratio: 860/513;
    border-radius: 15px;
  }
}

.columnPoint {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  line-height: 1.6;
  margin-top: 16px;
  padding: 12px;
}

.columnIllust {
  max-width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--005 {
    max-width: 600px;
  }
}

.columnImage--016-01 {
  aspect-ratio: 686/588;
  width: 100%;
}

@media (min-width: 481px) {
  .columnImage--016-01 {
    aspect-ratio: 860/513;
  }
}

.columnIllust--018-01 {
  aspect-ratio: 343/316;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--018-01 {
    aspect-ratio: 413/346;
    max-width: 413px;
  }
}

.columnIllust--018-02 {
  aspect-ratio: 343/323;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--018-02 {
    aspect-ratio: 593/420;
    max-width: 593px;
  }
}

.columnIllust--018-03 {
  aspect-ratio: 343/346;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--018-03 {
    aspect-ratio: 641/436;
    max-width: 641px;
  }
}

.columnIllust--018-04 {
  aspect-ratio: 343/396;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--018-04 {
    aspect-ratio: 750/470;
    max-width: 750px;
  }
}

.columnIllust--018-05 {
  aspect-ratio: 343/325;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--018-05 {
    aspect-ratio: 633/467;
    max-width: 633px;
  }
}

.columnIllust--019-01 {
  aspect-ratio: auto;
  width: 100%;
}

@media (min-width: 481px) {
  .columnIllust--019-01 {
    max-width: 600px;
  }
}

.columnMerit {
  border: 1px solid #d1d5db;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 481px) {
  .columnMerit {
    flex-direction: row;
  }

  .columnMerit__column {
    border-right: 1px solid #d1d5db;
    width: 50%;
  }
}

.columnMerit__column ~ .columnMerit__column {
  border-top: 1px solid #d1d5db;
}

@media (min-width: 481px) {
  .columnMerit__column ~ .columnMerit__column {
    border-right: none;
    border-top: none;
  }
}

.columnMerit__header {
  background-color: #f3f4f6;
  border-bottom: 1px solid #d1d5db;
  padding: 12px;
}

.columnMerit__body {
  padding: 12px;
}

.columnMerit__body > ul > li {
  padding: 0 0 4px 16px;
  position: relative;
}

.columnMerit__body > ul > li > span {
  left: 0;
  position: absolute;
  top: 2px;
}

.columnProfile {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 16px;
  width: 100%;
}

@media (min-width: 481px) {
  .columnProfile {
    flex-direction: row;
  }
}

.columnProfile__photo {
  display: block;
  height: 120px;
  margin: 0 auto;
  width: 120px;
  border-radius: 50%;
}

@media (min-width: 481px) {
  .columnProfile__photo {
    margin: 0 24px 0 0;
  }
}

.columnProfile__body {
  display: flex;
  flex-direction: column;
}

.columnProfile__name {
  font-size: 1.6rem;
  margin-top: 24px;
}

@media (min-width: 481px) {
  .columnProfile__name {
    margin-top: 0;
  }
}

.columnProfile__detail {
  font-size: 1.4rem;
  margin-top: 8px;
}

.columnProfile__detail > a {
  color: #3b82f6;
}

.columnProfile__detail > a:hover {
  text-decoration: underline;
}

.columnNum__list {
  padding: 16px 0 0;
}

.columnNum__list > ul > li {
  padding: 0 0 12px 32px;
  position: relative;
}

.columnNum__list > ul > li > span {
  left: 0;
  position: absolute;
  top: 2px;
}

.columnReserve {
  margin-top: 16px;
  padding-bottom: 38px;
}

@media (min-width: 481px) {
  .columnReserve {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 52px;
  }
}

.columnReserve__imgContainer {
  display: flex;
  justify-content: center;
}

@media (min-width: 481px) {
  .columnReserve__imgContainer {
    order: 2;
  }
}

.columnReserve__imgContainer > img {
  aspect-ratio: 1;
}

.columnReserve__buttonContainer {
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

@media (min-width: 481px) {
  .columnReserve__buttonContainer {
    order: 1;
  }
}

.columnReserve__button {
  align-items: center;
  background-color: red;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: flex;
  display: inline-flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
}

.columnReserve__button:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.columnReserve__buttonIcon {
  margin-left: 14px;
}

.columnTableContainer {
  margin-top: 16px;
  overflow-x: auto;
  width: 100%;
}

.columnTableNote {
  font-size: 1.4rem;
}

.columnTableNote > a {
  color: #3b82f6;
}

.columnTableNote > a:hover {
  text-decoration: underline;
}

.columnTableNode--right {
  text-align: right;
}

.columnInterview {
  margin-top: 24px;
  width: 100%;
}

.columnInterview__right,
.columnInterview__left {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

@media (max-width: 768px) {
  .columnInterview__right,
  .columnInterview__left {
    align-items: start;
  }
}

.columnInterview__right {
  flex-direction: row-reverse;
}

.columnInterview__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .columnInterview__photo {
    width: 45px;
    height: 45px;
  }
}

.columnInterview__right .columnInterview__photo {
  margin-left: 30px;
}

.columnInterview__left .columnInterview__photo {
  margin-right: 30px;
}

@media (max-width: 768px) {
  .columnInterview__right .columnInterview__photo {
    margin-left: 17.5px;
  }

  .columnInterview__left .columnInterview__photo {
    margin-right: 17.5px;
  }
}

.columnInterview__text {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
}

@media (max-width: 768px) {
  .columnInterview__text {
    padding: 10px;
    min-height: 45px;
  }
}

.columnInterview__text:before {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  content: "";
  height: 20px;
  position: absolute;
  width: 20px;
}

@media (max-width: 768px) {
  .columnInterview__text:before {
    height: 12px;
    width: 12px;
  }
}

.columnInterview__right .columnInterview__text:before {
  bottom: 50%;
  right: -10px;
  transform: translateY(50%) rotate(-45deg);
}

.columnInterview__left .columnInterview__text:before {
  bottom: 50%;
  left: -10px;
  transform: translateY(50%) rotate(135deg);
}

@media (max-width: 768px) {
  .columnInterview__right .columnInterview__text:before {
    bottom: initial;
    top: 22.5px;
    right: -6.5px;
    transform: translateY(-50%) rotate(-45deg);
  }

  .columnInterview__left .columnInterview__text:before {
    bottom: initial;
    top: 22.5px;
    left: -6.5px;
    transform: translateY(-50%) rotate(135deg);
  }
}

.columnInterview__question {
  position: relative;
  padding: 16px 16px 30px;
}

@media (max-width: 768px) {
  .columnInterview__question {
    padding: 10px 10px 30px;
    min-height: 45px;
  }
}

.columnBannerLink {
  margin: 36px auto 0;
  display: block;
  width: fit-content;
  transition: all 0.3s;
}

.columnBannerLink:hover {
  opacity: 0.7;
}

.columnBanner {
  width: 100%;
}

.Selfcheck {
  margin-top: 36px;
}

.Selfcheck__title {
  color: #374151;
  font-size: 3.2rem;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 36px;
}

.Selfcheck__title:before {
  background-color: red;
  border-radius: 4px;
  content: "";
  bottom: 0;
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (max-width: 481px) {
  .Selfcheck__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .Selfcheck__title:before {
    content: none;
  }
}

.Selfcheck__list {
  display: flex;
  flex-direction: column;
}

.Selfcheck__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(55, 65, 81, 0.5);
  cursor: pointer;
}

.Selfcheck__item:last-child {
  border-bottom: 1px solid rgba(55, 65, 81, 0.5);
}

.Selfcheck__item input[type="checkbox"] {
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  border: 1px solid rgba(55, 65, 81, 0.5);
  vertical-align: -5px;
  cursor: pointer;
  margin-right: 15px;
}

.Selfcheck__item input[type="checkbox"]:checked::before {
  position: absolute;
  top: -1px;
  left: 5px;
  transform: rotate(45deg);
  width: 8px;
  height: 16px;
  border-right: 3px solid red;
  border-bottom: 3px solid red;
  content: "";
}

.Selfcheck__num {
  color: red;
  font-size: 2rem;
  width: 23px;
  display: block;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  flex-shrink: 0;
}

.Selfcheck__text {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  cursor: pointer;
  padding: 25px 10px;
}

.Concierge {
  background-color: #f3f4f6;
  margin-bottom: 70px;
}

.Concierge__inner {
  max-width: 1120px;
  padding: 60px 40px;
  margin: 0 auto;
}

@media (max-width: 850px) {
  .Concierge {
    margin-bottom: 50px;
  }

  .Concierge__inner {
    padding: 50px 15px;
  }
}

.About {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 36px;
}

.About__item {
  width: calc(100% / 3 - 15px);
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 19px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.About__head {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.About__point {
  align-items: center;
  background-color: #ff0000;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  height: 6.5rem;
  justify-content: center;
  letter-spacing: 0.1em;
  padding-top: 0.5rem;
  text-indent: 0.1em;
  width: 6.5rem;
  flex-shrink: 0;
}

@media (max-width: 850px) {
  .About {
    flex-direction: column;
    gap: 30px;
  }

  .About__item {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
}

.About__num {
  display: block;
  font-size: 3rem;
  margin-top: -0.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-indent: 0.2em;
}

.About__img {
  max-height: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.About__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.About p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 15px;
  padding-inline: 1rem;
}

.About__img img {
  max-height: 130px;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.aboutConcierge__title-sub {
  text-align: center;
  margin: 20px auto 36px;
  display: block;
}

.Flow__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.Flow__item {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: calc(100% / 3 - 15px);
  border-radius: 20px;
  position: relative;
}

.Flow__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px red solid;
  border-right: 5px red solid;
  top: 50%;
  right: -17px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
}

.Flow__item:last-child::after {
  content: none;
}

.Flow__head {
  align-items: center;
  background-color: #fff6b6;
  border-radius: 2rem 2rem 0 0;
  display: flex;
  height: 10.9rem;
  padding-left: 40px;
}

.Flow__title {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 20px;
}

.Flow__text {
  padding-block: 3rem;
  padding-inline: 3rem;
}

@media (max-width: 850px) {
  .Flow__list {
    flex-direction: column;
    gap: 30px;
  }

  .Flow__item {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  .Flow__item::after {
    bottom: -20px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(135deg);
  }
}

.Point {
  position: relative;
  margin-top: 80px;
}

.Point__head {
  position: relative;
  z-index: 1;
  display: inline-block;
  gap: 0.6rem;
  margin-top: -8rem;
  padding-top: 5.8rem;
  text-align: center;
  width: 100%;
}

.Point__head-inner {
  margin-inline: auto;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.Point__head-inner::before {
  background: url(../assets/img/icon_point_border_l.svg) center / contain
    no-repeat;
  bottom: 1.9rem;
  content: "";
  display: block;
  height: 4rem;
  left: -4rem;
  position: absolute;
  width: 3rem;
}

.Point__head-inner::after {
  background: url(../assets/img/icon_point_border_l.svg) center / contain
    no-repeat;
  bottom: 1.9rem;
  content: "";
  display: block;
  height: 4rem;
  position: absolute;
  right: -4rem;
  width: 3rem;
  transform: scale(-1, 1);
}

.Point__four {
  color: #ff0000;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 8.2rem;
  font-weight: 700;
  line-height: 0.9;
  vertical-align: bottom;
}

.Point__title {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3125;
}

.Point__title--small {
  display: block;
  font-size: 2.6rem;
}

.Point__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 36px;
}

.Point__item {
  background-color: #fff;
  border-radius: 2rem;
  display: flex;
  height: fit-content;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.Point__item:nth-child(even) {
  flex-direction: row-reverse;
}

.Point__text-outer {
  flex: 1;
  padding-inline: 5rem 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.Point__text-head {
  align-items: center;
  display: flex;
  gap: 10%;
}

.Point__text-left {
  color: #ff0000;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  text-indent: 0.2em;
  flex-shrink: 0;
}

.Point__text-number {
  display: block;
  font-size: 7.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-indent: 0.2em;
}

.Point__text-right {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5454545455;
}

.Point__text-outer p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 1rem;
}

.Point__img {
  background-color: #fffbdb;
  border-radius: 0 2rem 2rem 0;
  position: relative;
  width: 40%;
}

.Point__item:nth-child(even) .Point__img {
  border-radius: 2rem 0 0 2rem;
}

.Point__img img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.Point__item:nth-child(1) img {
  width: 20vw;
}

.Point__item:nth-child(2) img {
  width: 20vw;
}

.Point__item:nth-child(3) img {
  width: 19vw;
}

.Point__item:nth-child(4) img {
  width: 26vw;
}

@media (max-width: 850px) {
  .Point__item,
  .Point__item:nth-child(even) {
    flex-direction: column-reverse;
    height: auto;
  }

  .Point__text-outer {
    padding: 20px;
  }

  .Point__text-head {
    gap: 5%;
  }

  .Point__text-left {
    font-size: 1rem;
  }

  .Point__text-right {
    font-size: 1.8rem;
  }

  .Point__text-number {
    font-size: 4rem;
  }

  .Point__img,
  .Point__item:nth-child(even) .Point__img {
    height: 45vw;
    width: 100%;
    border-radius: 2rem 2rem 0 0;
  }

  .Point__item:nth-child(1) img {
    width: 40vw;
  }

  .Point__item:nth-child(2) img {
    width: 40vw;
  }

  .Point__item:nth-child(3) img {
    width: 40vw;
  }

  .Point__item:nth-child(4) img {
    width: 54vw;
  }
}

.Campaign {
  margin-top: 36px;
}

.Campaign__title {
  color: #374151;
  font-size: 3.2rem;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 36px;
}

.Campaign__title:before {
  background-color: red;
  border-radius: 4px;
  content: "";
  bottom: 0;
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}

@media (max-width: 481px) {
  .Campaign__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .Campaign__title:before {
    content: none;
  }
}

.Campaign__container {
  margin-bottom: 100px;
}

.Campaign__container:last-child {
  margin-bottom: 80px;
}

.Campaign__name {
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.Campaign__name::before {
  background-color: red;
  border-radius: 10px;
  content: "";
  display: block;
  height: auto;
  margin-right: 16px;
  width: 6px;
}

.Campaign__img {
  margin-top: 36px;
  border-radius: 20px;
  width: 100%;
}

.Campaign__duration,
.Campaign__cord {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
  font-size: 2rem;
}

.Campaign__cord {
  margin: 36px 0 10px;
}

.Campaign__duration-title,
.Campaign__cord-title {
  color: red;
  font-weight: bold;
}

.Campaign__duration-detail,
.Campaign__cord-detail {
  margin: 0;
  font-weight: bold;
}

@media (max-width: 481px) {
  .Campaign__container {
    margin-bottom: 60px;
  }

  .Campaign__container:last-child {
    margin-bottom: 40px;
  }

  .Campaign__name {
    font-size: 2rem;
  }

  .Campaign__duration,
  .Campaign__cord {
    font-size: 1.8rem;
    flex-direction: column;
    gap: 5px;
  }

  .Campaign__img {
    border-radius: 10px;
  }
}

.Campaign__detail {
  margin-top: 36px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
}

.Campaign__detail-head {
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
  background-color: white;
  color: red;
  border: 1px red solid;
  cursor: pointer;
  font-size: 1.8rem;
}

.Campaign__plus {
  display: block;
  position: relative;
  margin-left: auto;
  width: 15px;
  height: 15px;
}

.Campaign__plus::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  padding-right: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Campaign__plus::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 15px;
  height: 3px;
  width: 15px;
  background-color: red;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.Campaign__detail-head--active .Campaign__plus::after {
  transform: translateY(-50%) rotate(180deg);
}

.Campaign__detail-content {
  padding: 20px 30px;
  display: none;
}

.Campaign__detail-content h3 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}

.Campaign__detail-content h4 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}

.Campaign__detail-content h5 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.Campaign__detail-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 30px;
}

.Campaign__detail-content li {
  list-style-type: disc;
}

.Campaign__detail-content a {
  display: inline-block;
}

.Campaign__detail-content p {
  margin-bottom: 20px;
}

.Campaign__text-big {
  font-size: 1.8rem;
}

.Campaign__detail-block {
  margin-bottom: 45px;
}

.Campaign__detail-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .Campaign__detail-content {
    padding: 20px;
  }

  .Campaign__detail-content h3 {
    font-size: 2rem;
  }

  .Campaign__detail-content h4 {
    font-size: 1.8rem;
  }

  .Campaign__detail-content ul {
    padding-left: 1.6rem;
  }

  .Campaign__detail-content li {
    font-size: 1.45rem;
  }

  .Campaign__text-big {
    font-size: 1.6rem;
  }

  .Campaign__text-medium {
    font-size: 1.45rem;
  }

  .Campaign__detail-block {
    margin-bottom: 35px;
  }
}

.columnTable001_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 860px;
}

.columnTable001_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0;
  text-align: center;
}

.columnTable001_01 th span {
  color: #6b7280;
  display: block;
  font-size: 1.2rem;
}

.columnTable001_01 th:first-child {
  width: 182px;
}

.columnTable001_01 th:nth-child(2),
.columnTable001_01 th:nth-child(3),
.columnTable001_01 th:nth-child(4) {
  width: 226px;
}

.columnTable001_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.columnTable001_01 td span {
  color: #6b7280;
  display: block;
  font-size: 1.2rem;
}

.columnTable001_01 td:first-child {
  width: 182px;
}

.columnTable001_01 td:nth-child(2),
.columnTable001_01 td:nth-child(3),
.columnTable001_01 td:nth-child(4) {
  width: 226px;
}

.columnTable001_02 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 860px;
}

.columnTable001_02 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0;
  text-align: center;
}

.columnTable001_02 th:first-child {
  width: 92px;
}

.columnTable001_02 th:nth-child(2),
.columnTable001_02 th:nth-child(3),
.columnTable001_02 th:nth-child(4),
.columnTable001_02 th:nth-child(5) {
  width: 193px;
}

.columnTable001_02 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.columnTable001_02 td:first-child {
  width: 92px;
}

.columnTable001_02 td:nth-child(2),
.columnTable001_02 td:nth-child(3),
.columnTable001_02 td:nth-child(4),
.columnTable001_02 td:nth-child(5) {
  width: 193px;
}

.columnTable001_03 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 860px;
}

.columnTable001_03 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0;
  text-align: center;
}

.columnTable001_03 th:first-child {
  width: 92px;
}

.columnTable001_03 th:nth-child(2),
.columnTable001_03 th:nth-child(3),
.columnTable001_03 th:nth-child(4) {
  width: 257px;
}

.columnTable001_03 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.columnTable001_03 td:first-child {
  width: 92px;
}

.columnTable001_03 td:nth-child(2),
.columnTable001_03 td:nth-child(3),
.columnTable001_03 td:nth-child(4) {
  width: 257px;
}

.columnTable002_01 {
  border-collapse: collapse;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  border-top: 1px solid #d1d5db;
}

.columnTable002_01 th.columnTable002_01__header {
  text-align: center;
}

.columnTable002_01 th {
  background-color: #f3f4f6;
  border-bottom: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0 12px 12px;
  text-align: left;
  width: 160px;
}

.columnTable002_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: right;
  width: 300px;
}

.columnTable002_01 .columnTable002_01__total {
  padding: 2px 0 0;
}

.columnTable002_01 .columnTable002_01__total > span {
  display: block;
  padding: 12px;
}

.columnTable002_01 .columnTable002_01__total:before {
  background-color: #d1d5db;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.columnTable002_02 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 860px;
}

.columnTable002_02 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0;
  text-align: center;
}

.columnTable002_02 th:first-child,
.columnTable002_02 th:nth-child(2),
.columnTable002_02 th:nth-child(3) {
  width: 287px;
}

.columnTable002_02 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.columnTable002_02 td:first-child,
.columnTable002_02 td:nth-child(2),
.columnTable002_02 td:nth-child(3) {
  width: 287px;
}

.columnTable002_03 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 860px;
}

.columnTable002_03 th.columnTable002_03__header {
  text-align: center;
}

.columnTable002_03 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable002_03 th:first-child {
  width: 100px;
}

.columnTable002_03 th:nth-child(2),
.columnTable002_03 th:nth-child(3) {
  width: 381px;
}

.columnTable002_03 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable002_03 td:first-child {
  width: 100px;
}

.columnTable002_03 td:nth-child(2),
.columnTable002_03 td:nth-child(3) {
  width: 381px;
}

.columnTable004_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 540px;
}

.columnTable004_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable004_01 th:first-child {
  text-align: center;
  width: 60px;
}

.columnTable004_01 th:nth-child(2),
.columnTable004_01 th:nth-child(3) {
  width: 240px;
}

.columnTable004_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable004_01 td:first-child {
  width: 60px;
}

.columnTable004_01 td:nth-child(2),
.columnTable004_01 td:nth-child(3) {
  width: 240px;
}

.columnTable004_02 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 590px;
}

.columnTable004_02 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable004_02 th:first-child {
  text-align: center;
  width: 60px;
}

.columnTable004_02 th:nth-child(2) {
  width: 240px;
}

.columnTable004_02 th:nth-child(3) {
  width: 290px;
}

.columnTable004_02 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable004_02 td:first-child {
  width: 60px;
}

.columnTable004_02 td:nth-child(2) {
  width: 240px;
}

.columnTable004_02 td:nth-child(3) {
  width: 290px;
}

.columnTable004_03 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 780px;
}

.columnTable004_03 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable004_03 th:first-child {
  text-align: center;
  width: 60px;
}

.columnTable004_03 th:nth-child(2) {
  width: 200px;
}

.columnTable004_03 th:nth-child(3) {
  width: 520px;
}

.columnTable004_03 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable004_03 td:first-child {
  width: 56px;
}

.columnTable004_03 td:nth-child(2) {
  width: 200px;
}

.columnTable004_03 td:nth-child(3) {
  width: 520px;
}

.columnTable006_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 564px;
}

.columnTable006_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable006_01 th:first-child {
  text-align: center;
  width: 60px;
}

.columnTable006_01 th:nth-child(2) {
  width: 424px;
}

.columnTable006_01 th:nth-child(3) {
  width: 80px;
}

.columnTable006_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable006_01 td:first-child {
  width: 60px;
}

.columnTable006_01 td:nth-child(2) {
  width: 424px;
}

.columnTable006_01 td:nth-child(3) {
  width: 80px;
}

.columnTable008_01 {
  border-collapse: collapse;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  border-top: 1px solid #d1d5db;
}

.columnTable008_01 th {
  background-color: #f3f4f6;
  border-bottom: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px 0 12px 12px;
  text-align: left;
  width: 200px;
}

.columnTable008_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: right;
  width: 200px;
}

.columnTable008_01 .columnTable008_01__total {
  padding: 2px 0 0;
}

.columnTable008_01 .columnTable008_01__total > span {
  display: block;
  padding: 12px;
}

.columnTable008_01 .columnTable008_01__total:before {
  background-color: #d1d5db;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}

.columnTable009_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 442px;
}

.columnTable009_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable009_01 th:first-child {
  width: 200px;
}

.columnTable009_01 th:nth-child(2) {
  width: 242px;
}

.columnTable009_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable009_01 td:first-child {
  width: 200px;
}

.columnTable009_01 td:nth-child(2) {
  width: 242px;
}

.columnTable012_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 696px;
}

.columnTable012_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable012_01 th:first-child {
  width: 216px;
}

.columnTable012_01 th:nth-child(2) {
  width: 480px;
}

.columnTable012_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable012_01 td:first-child {
  width: 216px;
}

.columnTable012_01 td:nth-child(2) {
  width: 480px;
}

.columnTable013_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 676px;
}

.columnTable013_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_01 th:first-child {
  width: 190px;
}

.columnTable013_01 th:nth-child(2) {
  width: 162px;
}

.columnTable013_01 th:nth-child(3) {
  width: 146px;
}

.columnTable013_01 th:nth-child(4) {
  width: 178px;
}

.columnTable013_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_01 td:first-child {
  width: 190px;
}

.columnTable013_01 td:nth-child(2) {
  text-align: center;
  width: 152px;
}

.columnTable013_01 td:nth-child(3) {
  text-align: center;
  width: 136px;
}

.columnTable013_01 td:nth-child(4) {
  text-align: center;
  width: 168px;
}

.columnTable013_02 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 645px;
}

.columnTable013_02 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_02 th:first-child,
.columnTable013_02 th:nth-child(2),
.columnTable013_02 th:nth-child(3) {
  width: 215px;
}

.columnTable013_02 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_02 td:first-child {
  width: 215px;
}

.columnTable013_02 td:nth-child(2) {
  text-align: center;
  width: 215px;
}

.columnTable013_02 td:nth-child(3) {
  width: 215px;
}

.columnTable013_02 td > span {
  font-size: 1.4rem;
}

.columnTable013_03 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 398px;
}

.columnTable013_03 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_03 td:first-child {
  width: 258px;
}

.columnTable013_03 td:nth-child(2) {
  text-align: center;
  width: 140px;
}

.columnTable013_04 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  table-layout: fixed;
  width: 699px;
}

.columnTable013_04 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_04 th:first-child {
  text-align: center;
  width: 216px;
}

.columnTable013_04 th:nth-child(2) {
  text-align: center;
  width: 146px;
}

.columnTable013_04 th:nth-child(3) {
  text-align: center;
  width: 65px;
}

.columnTable013_04 th:nth-child(4) {
  text-align: center;
  width: 98px;
}

.columnTable013_04 th:nth-child(5) {
  text-align: center;
  width: 174px;
}

.columnTable013_04 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_04 td.col2 {
  width: 352px;
}

.columnTable013_04 td:first-child {
  width: 216px;
}

.columnTable013_04 td:nth-child(2) {
  width: 146px;
}

.columnTable013_04 td:nth-child(3) {
  width: 65px;
}

.columnTable013_04 td:nth-child(4) {
  text-align: center;
  width: 98px;
}

.columnTable013_04 td:nth-child(5) {
  width: 174px;
}

.columnTable013_04 td.ta-center {
  text-align: center;
}

.columnTable013_04 td > span {
  font-size: 1.4rem;
}

.columnTable013_05 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  table-layout: fixed;
  width: 678px;
}

.columnTable013_05 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
}

.columnTable013_05 th:first-child {
  width: 178px;
}

.columnTable013_05 th:nth-child(2) {
  width: 500px;
}

.columnTable013_05 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_05 td:first-child {
  width: 178px;
}

.columnTable013_05 td:nth-child(2) {
  width: 500px;
}

ul.columnTable013_05_list > li {
  padding: 0 0 4px 16px;
  position: relative;
}

ul.columnTable013_05_list > li > span {
  left: 0;
  position: absolute;
  top: 2px;
}

.columnTable013_06 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 431px;
}

.columnTable013_06 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_06 th:first-child {
  width: 130px;
}

.columnTable013_06 th:nth-child(2) {
  width: 203px;
}

.columnTable013_06 th:nth-child(3) {
  width: 98px;
}

.columnTable013_06 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_06 td:first-child {
  width: 130px;
}

.columnTable013_06 td:nth-child(2) {
  width: 203px;
}

.columnTable013_06 td:nth-child(3) {
  font-weight: 700;
  text-align: center;
  width: 98px;
}

.columnTable013_07 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 656px;
}

.columnTable013_07 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_07 th.th1 {
  font-weight: 700;
  width: 178px;
}

.columnTable013_07 th.th2 {
  width: 298px;
}

.columnTable013_07 th.th3 {
  width: 82px;
}

.columnTable013_07 th.th4 {
  width: 98px;
}

.columnTable013_07 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_07 td:first-child {
  width: 178px;
}

.columnTable013_07 td:nth-child(2),
.columnTable013_07 td:nth-child(3),
.columnTable013_07 td:nth-child(4) {
  text-align: center;
  width: 100px;
}

.columnTable013_07 td:nth-child(5) {
  text-align: center;
  width: 82px;
}

.columnTable013_07 td:nth-child(6) {
  text-align: center;
  width: 98px;
}

.columnTable013_07 td.col2 {
  text-align: center;
  width: 200px;
}

.columnTable013_08 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 656px;
}

.columnTable013_08 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 400;
  padding: 12px;
  text-align: left;
  text-align: center;
}

.columnTable013_08 th.th1 {
  font-weight: 700;
  width: 178px;
}

.columnTable013_08 th.th2 {
  width: 298px;
}

.columnTable013_08 th.th3 {
  width: 82px;
}

.columnTable013_08 th.th4 {
  width: 98px;
}

.columnTable013_08 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.columnTable013_08 td:first-child {
  width: 178px;
}

.columnTable013_08 td:nth-child(2),
.columnTable013_08 td:nth-child(3),
.columnTable013_08 td:nth-child(4) {
  text-align: center;
  width: 100px;
}

.columnTable013_08 td:nth-child(5) {
  text-align: center;
  width: 82px;
}

.columnTable013_08 td:nth-child(6) {
  text-align: center;
  width: 98px;
}

.columnTable013_08 td.col3 {
  text-align: center;
  width: 298px;
}

.columnTable015_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 532px;
}

.columnTable015_01 th {
  background-color: #f3f4f6;
  font-weight: 400;
  width: 80px;
}

.columnTable015_01 td,
.columnTable015_01 th {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
}

.columnTable015_01 td:nth-child(2) {
  width: 210px;
}

.columnTable015_01 td:nth-child(3) {
  width: 242px;
}

.columnTable015_01 td.text-right {
  text-align: right;
}

.columnTable021_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 600px;
}

.columnTable021_01 th {
  background-color: #f3f4f6;
  font-weight: 400;
}

.columnTable021_01 td,
.columnTable021_01 th {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
}

.columnTable021_02 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 550px;
}

.columnTable021_02 th {
  background-color: #f3f4f6;
  font-weight: 400;
  width: 100px;
}

.columnTable021_02 td,
.columnTable021_02 th {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
}

.columnTable021_02 td:nth-child(2) {
  width: 210px;
}

.columnTable021_02 td:nth-child(3) {
  width: 242px;
}

.columnTable021_02 td.text-right {
  text-align: right;
}

.columnTable028_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 480px;
}

.columnTable028_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 500;
  padding: 12px;
  text-align: center;
}

.columnTable028_01 th:first-child {
  width: 200px;
}

.columnTable028_01 th:nth-child(2) {
  width: 280px;
}

.columnTable028_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  width: 100%;
}

.columnTable028_01 td:first-child {
  width: 200px;
  text-align: center;
  font-weight: 500;
}

.columnTable028_01 td:nth-child(2) {
  width: 280px;
  text-align: right;
}

.columnTable028_01 td.pickup {
  color: #f00;
}

.columnSummary--29 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .columnSummary--29 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    gap: 0;
  }
}

.columnImageNote2col {
  display: flex;
}

.columnImageNote2col p {
  width: 100%;
}

.columnImageNote2col p.right {
  margin-top: 0;
}

.tableTitle033 {
  text-align: center;
  text-decoration: underline;
}

.columnSummary__button--29 {
  max-width: 300px;
  width: 100%;
}

.columnTable033_01 {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
  width: 100%;
}

.columnTable033_01 th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 500;
  padding: 12px;
  text-align: center;
}

.columnTable033_01 th.rank {
  background-color: #ff0;
}

.columnTable033_01 td {
  border: 1px solid #d1d5db;
  padding: 12px;
  width: 16%;
  text-align: center;
}

.columnTable033_01 td.rank {
  background-color: #ffffd9;
  font-weight: bold;
  font-size: 18px;
}

.columnImage033 {
  width: 50%;
  display: flex;
  aspect-ratio: auto;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .columnImage033 {
    width: 100%;
  }
}

.columnMovieAspect {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/* 共通 */
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.fwB {
  font-weight: bold;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .w40,
  .w50 {
    width: 100%;
  }
}

.columnTable {
  border: 1px solid #d1d5db;
  border-collapse: collapse;
}

.columnTable th {
  background-color: #f3f4f6;
  border: 1px solid #d1d5db;
  font-weight: 500;
  padding: 12px;
  text-align: center;
}

.columnTable td {
  border: 1px solid #d1d5db;
  padding: 12px;
}
