@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-height);
  padding: 0 2.4rem;
  background-color: var(--color-white);
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  header {
    padding: 0 1.6rem;
  }
}
header .header-logo {
  display: block;
  height: 3.6rem;
}
@media (max-width: 768px) {
  header .header-logo {
    height: 2.4rem;
  }
}
header .left {
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 768px) {
  header .right {
    display: none;
  }
}
header .menu {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  header .menu {
    display: none;
  }
}
header .menu-item {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer;
}
header .menu-item:hover {
  color: var(--color-dark-red);
}
header .btn-business {
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-red);
  cursor: pointer;
  border: 0.1rem solid var(--color-red);
  border-radius: 0.4rem;
  text-decoration: none;
}
header .btn-business:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  header .btn-business {
    display: none;
  }
}
header .btn-register {
  display: grid;
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-red);
  border-radius: 4rem;
  text-decoration: none;
}
header .btn-register:hover {
  opacity: 0.8;
}

.spMenuTrigger {
  top: 0.8rem;
  right: 0.8rem;
  z-index: 100;
  display: none;
  position: fixed;
  width: 4.8rem;
  height: 4.8rem;
  background-color: var(--color-white);
  background-image: url("../images/common/menu-trigger.svg");
  background-size: 3.6rem 3.6rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.is-spmenu-open .spMenuTrigger {
  background-image: url("../images/common/menu-trigger-close.svg");
}
@media (max-width: 768px) {
  .spMenuTrigger {
    display: block;
  }
}

.spMenu {
  padding-top: var(--header-height);
  transform: translateY(-100%);
  transition: all 0.15s ease;
  background-color: #fff;
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.is-spmenu-open .spMenu {
  transform: translateY(0);
}
.spMenu .spMenuItems {
  display: grid;
}
.spMenu .spMenuItem {
  padding: 2.4rem 1.6rem;
  border-bottom: 0.1rem #ddd solid;
}
.spMenu .btn-register {
  display: grid;
  padding: 1.2rem 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-red);
  border-radius: 4rem;
  text-decoration: none;
  text-align: center;
}
.spMenu .btn-register:hover {
  opacity: 0.8;
}
.spMenu .spMenuItem__link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}

#sidebar {
  display: grid;
  gap: 4rem;
}
#sidebar .banner img {
  width: 100%;
}
#sidebar .banner:hover {
  opacity: 0.8;
}
#sidebar .widget {
  background-color: var(--color-white);
  padding: 4rem 3.2rem;
  border-radius: 0.8rem;
}
#sidebar .widget-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
#sidebar .widget-items {
  display: grid;
  gap: 2.4rem;
}
#sidebar .widget-item {
  display: grid;
  grid-template-columns: auto 1fr;
  text-decoration: none;
  color: var(--color-black);
  gap: 0.4rem 1.6rem;
}
#sidebar .widget-item:hover {
  opacity: 0.8;
}
#sidebar .widget-item-thumbnail {
  width: 8rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-size: cover;
  grid-row: span 2;
  border-radius: 0.4rem;
}
#sidebar .widget-item-title {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  max-height: 4.2em;
}
#sidebar .widget-item-date {
  font-size: 1.2rem;
  opacity: 0.8;
}

footer {
  padding: 6rem 0;
  background-color: var(--color-black);
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .inner {
    width: calc(100% - 3.2rem);
    flex-direction: column;
    gap: 4rem;
  }
}
footer .logo {
  height: 6rem;
}
footer .menu {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  footer .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .menu-item {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
}
footer .menu-item:hover {
  color: var(--color-orange);
}
@media (max-width: 768px) {
  footer .menu-item {
    font-size: 1.2rem;
  }
}

#top {
  margin-top: var(--header-height);
}
#top #firstvisual {
  display: grid;
  gap: 2.4rem;
  place-content: center flex-start;
  height: 65rem;
  padding: 0 12rem;
  background-image: url("../images/lp/top/fv/background.webp");
  background-size: cover;
}
@media (max-width: 768px) {
  #top #firstvisual {
    gap: 2.4rem;
    place-content: center;
    height: auto;
    padding: 0 1.6rem;
    overflow: hidden;
    height: 62rem;
    position: relative;
    background-image: url("../images/lp/top/fv/background.sp.webp");
  }
  #top #firstvisual::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3));
    display: block;
  }
}
#top #firstvisual .fv-copy {
  height: 13rem;
}
@media (max-width: 768px) {
  #top #firstvisual .fv-copy {
    position: absolute;
    z-index: 1;
    top: 3rem;
    height: 6.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top #firstvisual .fv-logo {
  height: 14rem;
}
@media (max-width: 768px) {
  #top #firstvisual .fv-logo {
    position: absolute;
    z-index: 1;
    top: 34rem;
    left: 50%;
    transform: translateX(-50%);
    height: 10rem;
  }
}
#top #firstvisual .btn-area {
  display: flex;
  gap: 3.6rem;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  #top #firstvisual .btn-area {
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 46rem;
    left: 50%;
    transform: translateX(-50%);
    gap: 1.6rem;
  }
}
#top #firstvisual .btn-register {
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  width: 36rem;
  padding: 2.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-red);
  border-radius: 4rem;
}
@media (max-width: 768px) {
  #top #firstvisual .btn-register {
    width: 34rem;
    padding: 1.8rem;
    font-size: 2.2rem;
  }
}
#top #firstvisual .btn-register:hover {
  filter: brightness(1.1);
}
#top #firstvisual .btn-business {
  display: grid;
  padding: 1.8rem 4.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-blue);
  border-radius: 4rem;
}
#top #firstvisual .btn-business:hover {
  filter: brightness(1.1);
}
@media (max-width: 768px) {
  #top #firstvisual .btn-business {
    width: 34rem;
    padding: 1.6rem;
    font-size: 1.6rem;
    box-sizing: border-box;
    place-content: center;
  }
}
#top #about {
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}
@media (max-width: 768px) {
  #top #about {
    background-color: #ffffff;
  }
}
#top #about::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 120rem;
  height: 120rem;
  content: "";
  background-color: #fff;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #top #about::after {
    display: none;
  }
}
#top #about .about-inner {
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  #top #about .about-inner {
    padding: 6rem 0;
  }
}
#top #about .title-area {
  display: grid;
  gap: 4rem;
  place-items: center center;
}
@media (max-width: 768px) {
  #top #about .title-area {
    gap: 2.4rem;
  }
}
#top #about .about-title {
  height: 9rem;
}
@media (max-width: 768px) {
  #top #about .about-title {
    height: 9rem;
  }
}
#top #about .about-text {
  width: 72rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 768px) {
  #top #about .about-text {
    width: auto;
    font-size: 1.4rem;
    padding: 0 2rem;
  }
}
#top #about .about-dots {
  height: 1.2rem;
}
#top #about .items-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top #about .items-area {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#top #about .item {
  display: grid;
  gap: 2.4rem;
  place-items: center center;
  text-align: center;
}
@media (max-width: 768px) {
  #top #about .item {
    gap: 1.6rem;
    width: 90%;
    margin: 0 auto;
  }
}
#top #about .item-image {
  width: 28rem;
}
@media (max-width: 768px) {
  #top #about .item-image {
    width: 20rem;
    margin-bottom: -2.4rem;
  }
}
#top #about .item-title {
  height: 6.7rem;
}
#top #about .item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
#top #about .btn-area {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  #top #about .btn-area {
    margin-top: 3.2rem;
  }
}
#top #about .btn-register {
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  width: 36rem;
  padding: 2.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-red);
  border-radius: 4rem;
}
@media (max-width: 768px) {
  #top #about .btn-register {
    width: 34rem;
    padding: 1.8rem;
    font-size: 2.2rem;
  }
}
#top #about .btn-register:hover {
  filter: brightness(1.1);
}
#top #contents {
  display: grid;
  gap: 6rem;
  padding: 14rem 0;
  background-color: #f9f4f1;
}
@media (max-width: 768px) {
  #top #contents {
    gap: 2.4rem;
    padding: 6rem 0;
  }
}
#top #contents .contents-area {
  display: grid;
  gap: 3.2rem;
  width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top #contents .contents-area {
    width: calc(100% - 3.2rem);
  }
}
#top #contents .contents-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: normal;
  color: var(--color-orange);
}
#top #contents .contents-header::after {
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  background-color: var(--color-orange);
}
@media (max-width: 768px) {
  #top #contents .contents-header {
    font-size: 2.4rem;
  }
}
#top #contents .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  #top #contents .items {
    grid-template-columns: 1fr;
  }
}
#top #contents .item {
  display: block;
  overflow: hidden;
  color: var(--color-black);
  text-decoration: none;
  border-radius: 0.8rem;
}
#top #contents .item:hover {
  opacity: 0.8;
}
#top #contents .item-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-size: cover;
}
#top #contents .item-text {
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: var(--color-white);
  display: grid;
  gap: 0.8rem;
}
#top #contents .item-title {
  font-size: 1.6rem;
  font-weight: bold;
}
#top #contents .item-footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  opacity: 0.8;
}
#top #contents .item-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  opacity: 0.8;
}
#top #contents .more-link-area {
  display: grid;
  justify-content: flex-end;
}
#top #contents .more-link {
  font-size: 1.4rem;
  color: var(--color-orange);
  text-decoration: none;
}
#top #contents .more-link:hover {
  text-decoration: underline;
}
#top #merit {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  #top #merit {
    grid-template-columns: 1fr;
  }
}
#top #merit .left {
  background-image: url("../images/lp/top/merit/background.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  #top #merit .left {
    height: 100vw;
  }
}
#top #merit .right {
  display: grid;
  gap: 4rem;
  place-items: center center;
  padding: 6rem;
}
@media (max-width: 768px) {
  #top #merit .right {
    padding: 3rem 1.6rem;
    gap: 3.2rem;
  }
}
#top #merit .merit-image {
  width: 60rem;
}
@media (max-width: 768px) {
  #top #merit .merit-image {
    width: 100%;
  }
}
#top #merit .merit-text {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #top #merit .merit-text {
    padding: 0 1.6rem;
  }
}
#top #flow {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 12rem;
  align-items: center;
  justify-content: center;
  height: 65rem;
  padding: 0 24rem;
  background-image: url("../images/lp/top/flow/background.webp");
  background-size: cover;
}
@media (max-width: 768px) {
  #top #flow {
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    padding: 4rem 3.2rem;
    height: auto;
    background-position: center;
  }
}
#top #flow .flow-text {
  display: grid;
  gap: 2.4rem;
  color: var(--color-white);
}
#top #flow .flow-title {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  #top #flow .flow-title {
    font-size: 2.4rem;
  }
}
#top #flow .flow-description {
  font-size: 1.3rem;
  line-height: 2;
}
#top #flow .flow-image {
  width: 40rem;
}
@media (max-width: 768px) {
  #top #flow .flow-image {
    width: 80%;
  }
}
#top #faq {
  padding: 12rem 0;
}
@media (max-width: 768px) {
  #top #faq {
    padding: 4rem 1.6rem;
  }
}
#top #faq .faq-title {
  margin-bottom: 6.8rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #top #faq .faq-title {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
}
#top #faq .faq-items {
  width: 96rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #top #faq .faq-items {
    width: 100%;
  }
}
#top #faq .faq-item {
  position: relative;
  border-bottom: 0.1rem solid var(--color-ash-blue);
}
#top #faq .faq-question {
  position: relative;
  padding: 2.4rem;
  padding-right: 8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  cursor: pointer;
}
#top #faq .faq-question:hover {
  color: var(--color-orange);
}
@media (max-width: 768px) {
  #top #faq .faq-question {
    padding: 1.6rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-right: 4.2rem;
  }
}
#top #faq .faq-question::before, #top #faq .faq-question::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 3rem;
  height: 0.1rem;
  content: "";
  background-color: var(--color-ash-blue);
  transform: translate(50%, -50%);
}
@media (max-width: 768px) {
  #top #faq .faq-question::before, #top #faq .faq-question::after {
    width: 1.8rem;
  }
}
#top #faq .faq-question::after {
  transition: 0.1s ease-in-out;
  transform: translate(50%, -50%) rotate(90deg);
}
#top #faq .faq-question.is-open::after {
  transform: translate(50%, -50%);
}
#top #faq .faq-answer {
  display: none;
  padding: 2.4rem;
  padding-top: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #top #faq .faq-answer {
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 0 0 1.6rem;
  }
}
#top #conversion {
  position: relative;
  overflow: hidden;
  background-color: #f9f4f1;
}
#top #conversion::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 96rem;
  height: 96rem;
  content: "";
  background-color: #fff;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  #top #conversion::after {
    width: 44rem;
    height: 44rem;
  }
}
#top #conversion .conversion-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  padding: 12rem 0;
  justify-items: center;
}
@media (max-width: 768px) {
  #top #conversion .conversion-inner {
    gap: 2rem;
    padding: 6rem 0;
  }
}
#top #conversion .conversion-text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  #top #conversion .conversion-text {
    font-size: 1.6rem;
  }
}
#top #conversion .conversion-logo {
  height: 8rem;
}
@media (max-width: 768px) {
  #top #conversion .conversion-logo {
    height: 7rem;
  }
}
#top #conversion .btn-register {
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  width: 36rem;
  padding: 2.4rem;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-red);
  border-radius: 4rem;
}
@media (max-width: 768px) {
  #top #conversion .btn-register {
    width: 34rem;
    padding: 1.8rem;
    font-size: 2.2rem;
  }
}
#top #conversion .btn-register:hover {
  filter: brightness(1.1);
}

#business {
  margin-top: var(--header-height);
}
#business #firstvisual {
  position: relative;
  height: 64rem;
  background-image: url("../images/lp/business/fv/background.webp"), linear-gradient(90deg, #0f0202 50%, #47140d 50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #business #firstvisual {
    height: 64rem;
    background-image: url("../images/lp/business/fv/background.sp.webp");
    background-size: cover;
    background-position: center bottom;
  }
}
#business #firstvisual .content {
  position: absolute;
  width: 72rem;
  left: 50%;
  top: 50%;
  transform: translate(-12rem, -50%);
  display: grid;
  justify-items: center;
  justify-content: center;
  align-content: center;
}
@media (max-width: 768px) {
  #business #firstvisual .content {
    top: 3.2rem;
    width: 100%;
    transform: translateX(-50%);
  }
}
#business #firstvisual .fv-copy {
  height: 18.3rem;
}
@media (max-width: 768px) {
  #business #firstvisual .fv-copy {
    height: 8rem;
  }
}
#business #firstvisual .fv-logo {
  height: 14rem;
  margin-right: 4rem;
}
@media (max-width: 768px) {
  #business #firstvisual .fv-logo {
    height: 6.5rem;
    margin-right: 0;
  }
}
#business #firstvisual .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #business #firstvisual .actions {
    flex-direction: column;
  }
}
#business #firstvisual .btn-conversion {
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 0.8rem;
  width: 36rem;
  height: 8rem;
  background-color: var(--color-red);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 768px) {
  #business #firstvisual .btn-conversion {
    width: 30rem;
    height: 6rem;
    font-size: 2rem;
  }
}
#business #firstvisual .fv-tel {
  height: 7.5rem;
}
@media (max-width: 768px) {
  #business #firstvisual .fv-tel {
    height: 6rem;
  }
}
#business #about .inner {
  width: 120rem;
  margin: 0 auto;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  #business #about .inner {
    width: calc(100% - 6.4rem);
    padding: 3.2rem;
    flex-direction: column;
    gap: 1.6rem;
  }
}
#business #about .title {
  height: 32rem;
}
@media (max-width: 768px) {
  #business #about .title {
    height: auto;
    width: 100%;
  }
}
#business #about .description {
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  #business #about .description {
    font-size: 1.4rem;
  }
}
#business #merit {
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.5)), var(--color-dark-red);
  background-position: 1rem center;
  min-height: 100rem;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  #business #merit {
    padding: 6rem 0;
  }
}
#business #merit .title {
  height: 16rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #business #merit .title {
    height: 8rem;
  }
}
#business #merit .items {
  display: grid;
  gap: 8rem;
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #business #merit .items {
    width: calc(100% - 3.2rem);
    gap: 4rem;
  }
}
#business #merit .item {
  display: grid;
  gap: 2rem;
  grid-template-columns: auto auto;
  align-items: center;
}
@media (max-width: 768px) {
  #business #merit .item {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    justify-content: center;
    justify-items: center;
  }
}
#business #merit .num {
  width: 20rem;
}
@media (max-width: 768px) {
  #business #merit .num {
    width: 12rem;
  }
}
#business #merit .panel {
  border-radius: 0.4rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 4rem 6rem;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: 96rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #business #merit .panel {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2.4rem;
    padding: 2.4rem;
    width: 100%;
  }
}
#business #merit .item-image {
  width: 18rem;
}
#business #merit .item-text {
  display: grid;
  gap: 2.4rem;
}
#business #merit .item-title {
  height: 9.2rem;
}
@media (max-width: 768px) {
  #business #merit .item-title {
    height: 4.6rem;
  }
}
#business #merit .item-description {
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  #business #merit .item-description {
    font-size: 1.3rem;
  }
}
#business #merit .item-notice {
  font-size: 1.2rem;
}
#business #merit .item-02 .num {
  order: 2;
}
@media (max-width: 768px) {
  #business #merit .item-02 .num {
    order: 0;
  }
}
#business #merit .item-02 .panel {
  align-items: start;
}
#business #merit .item-02 .item-image {
  margin-top: -4rem;
  margin-left: -6rem;
  margin-bottom: -4rem;
  width: auto;
  height: 33rem;
}
@media (max-width: 768px) {
  #business #merit .item-02 .item-image {
    margin: 0;
    width: 20rem;
    height: auto;
  }
}
#business #merit .item-03 .panel {
  grid-template-columns: 1fr;
  justify-items: center;
}
#business #merit .item-03 .item-image {
  width: 58rem;
}
@media (max-width: 768px) {
  #business #merit .item-03 .item-image {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
#business #flow {
  height: 54rem;
  padding: 0 24rem;
  background-image: linear-gradient(105deg, transparent 50%, black 50%), url("../images/lp/business/flow/background.webp");
  background-size: cover;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #business #flow {
    height: auto;
    padding: 6rem 3.2rem;
    grid-template-columns: 1fr;
    background-image: url("../images/lp/business/flow/background.webp");
    gap: 2rem;
  }
}
#business #flow .text {
  display: grid;
  gap: 2.4rem;
  color: var(--color-white);
  width: 36rem;
}
@media (max-width: 768px) {
  #business #flow .text {
    width: 100%;
  }
}
#business #flow .title {
  width: 100%;
}
@media (max-width: 768px) {
  #business #flow .title {
    width: auto;
    height: 8.6rem;
  }
}
#business #flow .description {
  font-size: 1.6rem;
  line-height: 200%;
}
@media (max-width: 768px) {
  #business #flow .description {
    font-size: 1.4rem;
  }
}
#business #flow .image {
  width: 32rem;
}
@media (max-width: 768px) {
  #business #flow .image {
    width: 20rem;
  }
}
#business #faq {
  background-color: #e7e2e3;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  #business #faq {
    padding: 4rem 0;
  }
}
#business #faq .inner {
  width: 120rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #business #faq .inner {
    width: calc(100% - 3.2rem);
  }
}
#business #faq .title {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  gap: 2.4rem;
  align-items: center;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  #business #faq .title {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    margin-bottom: 4rem;
  }
}
#business #faq .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-dark-red);
}
#business #faq .title-image {
  height: 6.4rem;
}
@media (max-width: 768px) {
  #business #faq .title-image {
    height: 4.2rem;
  }
}
#business #faq .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 768px) {
  #business #faq .items {
    grid-template-columns: 1fr;
  }
}
#business #faq .item {
  padding: 4rem;
  background: #fff;
  display: grid;
  gap: 1.6rem;
  align-content: start;
}
@media (max-width: 768px) {
  #business #faq .item {
    padding: 3.2rem;
  }
}
#business #faq .item-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-dark-red);
  line-height: 140%;
}
@media (max-width: 768px) {
  #business #faq .item-title {
    font-size: 1.6rem;
  }
}
#business #faq .item-body {
  font-size: 1.6rem;
  line-height: 200%;
  word-break: break-word;
}
@media (max-width: 768px) {
  #business #faq .item-body {
    font-size: 1.4rem;
  }
}
#business #faq .others {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--color-black);
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  #business #faq .others {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
#business #contact {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  #business #contact {
    padding: 3.2rem 0;
  }
}
#business #contact .inner {
  width: 72rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #business #contact .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 1.6rem;
  }
}
#business #contact .title {
  display: block;
  height: 13.5rem;
  margin: 0 auto 2.4rem;
}
@media (max-width: 768px) {
  #business #contact .title {
    height: 7rem;
    margin: 0 auto 2.4rem;
  }
}
#business #contact .description {
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
  margin: 0 auto 2.4rem;
}
@media (max-width: 768px) {
  #business #contact .description {
    font-size: 1.4rem;
    width: calc(100% - 3.2rem);
  }
}
#business #contact .tel {
  display: block;
  height: 7.5rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #business #contact .tel {
    height: 4.8rem;
  }
}

#single .single-main-frame {
  display: grid;
  gap: 6rem;
}
#single article {
  background-color: var(--color-white);
  padding: 4rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #single article {
    padding: 2.4rem;
  }
}
#single .single-title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  #single .single-title {
    font-size: 2.4rem;
  }
}
#single .single-info {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #single .single-info {
    margin-bottom: 2.4rem;
  }
}
#single .single-categories {
  display: flex;
  gap: 1.6rem;
}
#single .single-category {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border: 1px solid #5c5c5c;
  border-radius: 0.4rem;
  color: #5c5c5c;
}
#single .single-category:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #single .single-category {
    font-size: 1.2rem;
  }
}
#single .single-date {
  font-size: 1.4rem;
  color: var(--color-black);
  opacity: 0.8;
}
@media (max-width: 768px) {
  #single .single-date {
    font-size: 1.2rem;
  }
}
#single .single-thumbnail {
  margin-left: -4rem;
  width: calc(100% + 8rem);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #single .single-thumbnail {
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem);
    margin-bottom: 2.4rem;
  }
}
#single .single-related {
  display: grid;
  gap: 1.6rem;
}
#single .single-related-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #single .single-related-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
#single .single-body {
  --article-body-color: var(--color-black);
  --article-color-1: var(--color-orange);
  --article-color-2: var(--color-blue);
  --article-link-color: var(--color-blue);
  --article-base-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(var(--article-base-size) * 1.6);
  line-height: 200%;
  word-break: break-all;
  font-weight: 400;
  color: var(--article-body-color);
}
@media (max-width: 768px) {
  #single .single-body {
    --article-base-size: 0.9rem;
  }
}
#single .single-body > * {
  margin-block-start: 1em;
  margin-block-end: 1em;
  max-width: calc(100vw - 4.8rem);
}
#single .single-body i,
#single .single-body em {
  font-style: italic;
}
#single .single-body b,
#single .single-body strong {
  font-weight: bold;
}
#single .single-body figure {
  margin: 0;
}
#single .single-body img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
#single .single-body iframe {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  aspect-ratio: 16/9;
}
#single .single-body a {
  text-decoration: none;
  color: var(--article-link-color);
}
#single .single-body a:hover {
  text-decoration: underline;
}
#single .single-body h1,
#single .single-body h2,
#single .single-body h3,
#single .single-body h4,
#single .single-body h5,
#single .single-body h6 {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: calc(var(--article-base-size) * 3.2) 0 calc(var(--article-base-size) * 1.6);
}
#single .single-body h1 {
  font-size: calc(var(--article-base-size) * 3.2);
}
#single .single-body h2 {
  font-size: calc(var(--article-base-size) * 2.4);
  color: var(--article-color-1);
  border-bottom: calc(var(--article-base-size) * 0.1) solid var(--article-color-1);
  padding: calc(var(--article-base-size) * 0.8) 0;
}
#single .single-body h3 {
  font-size: calc(var(--article-base-size) * 2.4);
  background: var(--article-color-1);
  padding: calc(var(--article-base-size) * 0.5) calc(var(--article-base-size) * 1);
  color: var(--color-white);
}
#single .single-body h4 {
  font-size: calc(var(--article-base-size) * 2.4);
  color: var(--article-color-2);
  border-bottom: calc(var(--article-base-size) * 0.1) solid var(--article-color-2);
  padding: calc(var(--article-base-size) * 0.8) 0;
}
#single .single-body h5 {
  color: var(--article-color-1);
  font-size: calc(var(--article-base-size) * 2);
}
#single .single-body h6 {
  font-size: calc(var(--article-base-size) * 2);
}
#single .single-body p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#single .single-body ul {
  list-style-type: disc;
  padding-left: calc(var(--article-base-size) * 2);
}
#single .single-body ol {
  list-style-type: decimal;
  padding-left: calc(var(--article-base-size) * 2);
}
#single .single-body blockquote {
  padding: calc(var(--article-base-size) * 1) calc(var(--article-base-size) * 2);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: calc(var(--article-base-size) * 1.4);
}
#single .single-body dl.wp-caption,
#single .single-body dl.wp-caption * {
  -webkit-user-drag: none;
}
#single .single-body .wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0; /* browser reset */
}
#single .single-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#single .single-body .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#single .single-body .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#single .single-body .banner {
  display: block;
  width: 80%;
  margin: 1em auto;
}
@media (max-width: 768px) {
  #single .single-body .banner {
    width: 100%;
  }
}

#archive .arcive-title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-orange);
}
@media (max-width: 768px) {
  #archive .arcive-title {
    font-size: 2.8rem;
  }
}
#archive .archive-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #archive .archive-contents {
    grid-template-columns: 1fr;
  }
}
#archive .item {
  background-color: #fff;
  display: block;
  overflow: hidden;
  color: var(--color-black);
  text-decoration: none;
  border-radius: 0.8rem;
}
#archive .item:hover {
  opacity: 0.8;
}
#archive .item-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-size: cover;
}
#archive .item-text {
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: var(--color-white);
  display: grid;
  gap: 0.8rem;
}
#archive .item-title {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
#archive .item-footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  opacity: 0.8;
}
#archive .item-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  opacity: 0.8;
}
#archive .m-pagenation {
  text-align: center;
  margin-top: 4rem;
}
#archive .m-pagenation li {
  display: inline-block;
}
#archive .m-pagenation .pagenation-item {
  display: inline-flex;
  height: 4rem;
  width: 4rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #ddd;
  font-weight: bold;
  border-radius: 10rem;
  text-decoration: none;
  margin: 0 0.4rem;
}
#archive .m-pagenation .pagenation-item.current {
  background-color: #333;
  color: #fff;
}
#archive .m-pagenation a:hover {
  background-color: #555;
  color: #fff;
}

#account .l-inner {
  width: 60rem;
}
@media (max-width: 768px) {
  #account .l-inner {
    width: calc(100% - 3.2rem);
  }
}
#account .panel {
  background-color: #fff;
  padding: 6rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #account .panel {
    padding: 3.6rem 2.4rem;
  }
}
#account .account-header {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #account .account-header {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
#account .account-caution {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
  text-align: center;
  background: #ffead6;
  padding: 2rem;
  border: 0.1rem solid var(--color-orange);
  border-radius: 0.4rem;
  font-weight: bold;
  color: var(--color-orange);
}
@media (max-width: 768px) {
  #account .account-caution {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}
#account .account-description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  #account .account-description {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.6;
  }
}
#account .form-content {
  display: grid;
  gap: 2.4rem;
}
#account .form-section {
  margin-top: 1.6rem;
  border-bottom: 0.1rem solid #eee;
}
#account .form-section:last-child {
  border-bottom: none;
  margin-bottom: 1rem;
}
#account .section-title {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-orange);
  margin-bottom: 2.4rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid var(--color-orange);
}
@media (max-width: 768px) {
  #account .section-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
  }
}
#account .edit-btn {
  appearance: none;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  width: 20rem;
  font-size: 1.6rem;
  color: #333;
  border-radius: 10rem;
  height: 4.8rem;
  border: 0.2rem solid #333;
  text-decoration: none;
  font-weight: bold;
}
#account .edit-btn:hover {
  background: #333;
  color: white;
}
#account .submit-btn {
  appearance: none;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 10rem;
  height: 4.8rem;
  border: none;
  background: var(--color-orange);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 768px) {
  #account .submit-btn {
    width: 100%;
    font-size: 1.5rem;
    height: 4.4rem;
  }
}
#account .submit-btn:hover {
  background: var(--color-red);
  color: white;
}
#account .submit-btn:disabled {
  opacity: 0.5;
}
#account .btn-area {
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  #account .btn-area {
    margin-top: 1.5rem;
  }
}
#account .input {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  #account .input {
    margin-bottom: 2.4rem;
  }
}
#account .input h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 140%;
  color: #666666;
  margin-bottom: 1.6rem;
}
#account .input h6 span.required {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: var(--color-red);
  font-weight: bold;
  border-radius: 0.2rem;
  margin-left: 0.8rem;
  line-height: 1;
}
#account .input h6 span.label {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #aaa;
  font-weight: normal;
  border-radius: 0.2rem;
  margin-left: 0.8rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #account .input h6 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
#account .input p {
  font-size: 1.2rem;
  color: #bbb;
  margin-top: 0.6rem;
}
#account .input select,
#account .input input {
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 1.2rem 1.2rem;
  background: #ffffff;
  border: 0.1rem solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 0.4rem;
  width: 100%;
  outline: none;
  appearance: none;
}
#account .input select:focus,
#account .input input:focus {
  background: #fff9f0;
  border: 0.1rem solid var(--color-orange);
  box-shadow: 0 0 0.2rem var(--color-orange);
}
#account .input select::placeholder,
#account .input input::placeholder {
  color: #ddd;
}
#account .input select.authorization_code,
#account .input input.authorization_code {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1rem;
}
@media (max-width: 768px) {
  #account .input select,
  #account .input input {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
#account .input textarea {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1.2rem;
  background: #ffffff;
  border: 0.1rem solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 0.4rem;
  width: 100%;
  min-height: 10rem;
  outline: none;
  resize: vertical;
}
#account .input textarea:focus {
  background: #fff9f0;
  border: 0.1rem solid var(--color-orange);
  box-shadow: 0 0 0.2rem var(--color-orange);
}
#account .input textarea::placeholder {
  color: #ddd;
}
@media (max-width: 768px) {
  #account .input textarea {
    font-size: 1.4rem;
  }
}
#account .input .select {
  position: relative;
  cursor: pointer;
}
#account .input .select::after {
  position: absolute;
  display: block;
  content: "";
  right: 1.6rem;
  top: 45%;
  width: 0;
  height: 0;
  border: 0.6rem solid transparent;
  border-top-color: #333;
  pointer-events: none;
}
#account .checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  #account .checkbox-group {
    grid-template-columns: 1fr;
  }
}
#account .checkbox-wrapper {
  position: relative;
}
#account .custom-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#account .checkbox-label {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
  padding-left: 3rem;
  position: relative;
  transition: color 0.2s;
}
#account .checkbox-label:hover {
  color: var(--color-orange);
}
#account .checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #c4c4c4;
  border-radius: 0.4rem;
  background-color: #fff;
  transition: all 0.2s;
}
#account .checkbox-label::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 0.6rem;
  height: 1.2rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  #account .checkbox-label {
    font-size: 1.4rem;
  }
}
#account .custom-checkbox:checked + .checkbox-label::before {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}
#account .custom-checkbox:checked + .checkbox-label::after {
  opacity: 1;
}
#account .custom-checkbox:focus + .checkbox-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.3);
}
#account .radio-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#account .radio-wrapper {
  position: relative;
}
#account .custom-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#account .radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
  border: 0.1rem solid #c4c4c4;
  border-radius: 0.4rem;
  padding: 1rem 2.4rem;
  background-color: #fff;
  text-align: center;
}
#account .radio-label:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}
@media (max-width: 768px) {
  #account .radio-label {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
  }
}
#account .custom-radio:checked + .radio-label {
  background-color: var(--color-orange);
  color: #fff;
  border-color: var(--color-orange);
}
#account .custom-radio:focus + .radio-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 0, 0.3);
}
#account .date-inputs {
  display: flex;
  gap: 1.2rem;
}
#account .date-inputs select {
  flex: 1;
  text-align: left;
  padding-right: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333333' d='M6 9L0 3h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
@media (max-width: 768px) {
  #account .date-inputs select {
    padding: 1rem;
    font-size: 1.4rem;
  }
}
#account .note {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  line-height: 1.8;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  #account .note {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 1.2rem;
  }
}
#account .note a {
  color: var(--color-orange);
  text-decoration: none;
}
#account .note a:hover {
  text-decoration: underline;
}
#account .confirm-text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  #account .confirm-text {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
  }
}
#account .account-actions a {
  display: block;
  padding: 2.4rem 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  border-top: 0.1rem solid #666;
}
#account .account-actions a:last-child {
  border-bottom: 0.1rem solid #666;
}
#account .account-actions a::after {
  content: ">";
  float: right;
  font-weight: normal;
  opacity: 0.5;
}
#account .account-actions a:hover {
  color: var(--color-orange);
}
#account .line-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.4rem;
  background-color: #00b900;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 10rem;
  text-decoration: none;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
#account .line-login-btn:hover {
  background-color: #009900;
  color: white;
}
#account .separator_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #666;
  margin: 4rem 0;
}
#account .separator_text::before, #account .separator_text::after {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-color: #666;
  margin: 0 3.2rem;
}

#contact .l-inner {
  width: 72rem;
}
@media (max-width: 768px) {
  #contact .l-inner {
    width: calc(100% - 3.2rem);
  }
}
#contact .panel {
  background-color: #fff;
  padding: 6rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #contact .panel {
    padding: 3.6rem 2.4rem;
  }
}
#contact .title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
#contact .description {
  line-height: 2;
}
#contact .cf7-wrapper {
  margin: 4rem 0 0;
}
#contact .cf7-item {
  margin: 4rem 0 0;
}
#contact .cf7-item label {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.8rem;
}
#contact .cf7-item label.required::after {
  display: inline-block;
  content: "必須";
  margin-left: 1.2rem;
  border-radius: 0.4rem;
  background: var(--color-red);
  padding: 0.6rem 0.8rem;
  font-size: 1.2rem;
  color: #fff;
}
#contact .cf7-item input {
  display: block;
  padding: 1.2rem;
  font-size: 1.6rem;
  appearance: none;
  background: #f2f2f2;
  border: none;
  border-radius: 0.4rem;
  border: 0.1rem solid #c4c4c4;
  box-sizing: border-box;
  width: 100%;
  outline: none;
}
#contact .cf7-item input:focus {
  border-color: #333;
}
#contact .cf7-item textarea {
  display: block;
  padding: 1.2rem;
  font-size: 1.6rem;
  appearance: none;
  background: #f2f2f2;
  border: none;
  border-radius: 0.4rem;
  border: 0.1rem solid #c4c4c4;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
#contact .cf7-item textarea:focus {
  border-color: #333;
}
#contact .cf7-item .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-weight: bold;
}
#contact .cf7-item .submit {
  width: 20rem;
  margin: 4rem auto 0;
  border-radius: 4rem;
  border: none;
  color: white;
  background: #333;
  cursor: pointer;
}
#contact .cf7-item .submit:hover {
  filter: brightness(0.9);
}
#contact .wpcf7-response-output {
  padding: 2.4rem !important;
  border-radius: 0.4rem;
}
#contact .description {
  text-align: center;
}

#event.l-content {
  padding: 0;
}
#event .hero {
  background-image: url("../images/event/hero_background.webp");
  background-size: cover;
  background-position: center;
  height: 40rem;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  #event .hero {
    padding: 4rem 1.6rem;
    font-size: 1.6rem;
    height: auto;
  }
}
#event .hero-label {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
#event .hero-label-text {
  border: 0.1rem solid var(--color-white);
  padding: 0.8rem 1.6rem;
  border-radius: 0.2rem;
}
#event .hero-title {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  #event .hero-title {
    font-size: 3.2rem;
  }
}
#event .hero-description {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #event .hero-description {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
#event .event-list {
  margin: 8rem auto;
}
@media (max-width: 768px) {
  #event .event-list {
    margin: 6rem auto;
  }
}
#event .event-list .event-list-title {
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  #event .event-list .event-list-title {
    font-size: 2.8rem;
  }
}
#event .event-list .event-list-description {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  #event .event-list .event-list-description {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#event .event-list .event-list-items {
  display: flex;
  gap: 4rem;
  justify-content: center;
}
@media (max-width: 768px) {
  #event .event-list .event-list-items {
    flex-direction: column;
  }
}
#event .event-list .event-list-item {
  display: grid;
  border-radius: 0.4rem;
  text-decoration: none;
  color: var(--color-black);
  background-color: #fff;
  overflow: hidden;
  width: 33%;
}
@media (max-width: 768px) {
  #event .event-list .event-list-item {
    width: 100%;
  }
}
#event .event-list .event-list-item-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
#event .event-list .event-list-item-text {
  padding: 1.6rem;
  font-size: 1.6rem;
  display: grid;
  gap: 1.2rem;
}
#event .event-list .event-list-item-title {
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#event .event-list .event-list-item-info {
  font-size: 1.4rem;
  color: #333;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
#event .event-list.small .event-list-items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  #event .event-list.small .event-list-items {
    grid-template-columns: 1fr;
  }
}
#event .event-list.small .event-list-item-title {
  font-size: 1.4rem;
}
#event .event-list.small .event-list-item-info {
  font-size: 1.2rem;
}

#event_detail .event-datail-main-frame {
  display: grid;
  gap: 6rem;
}
@media (max-width: 768px) {
  #event_detail .event-datail-main-frame {
    gap: 4rem;
  }
}
#event_detail article {
  background-color: var(--color-white);
  padding: 4rem;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  #event_detail article {
    padding: 2.4rem;
  }
}
#event_detail .event-datail-title {
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #event_detail .event-datail-title {
    font-size: 2.4rem;
  }
}
#event_detail .event-datail-info {
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #event_detail .event-datail-info {
    margin-bottom: 3.2rem;
  }
}
#event_detail .event-datail-categories {
  display: flex;
  gap: 1.6rem;
}
#event_detail .event-datail-category {
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-flex;
  padding: 0.4rem 0.8rem;
  border: 1px solid #5c5c5c;
  border-radius: 0.4rem;
  color: #5c5c5c;
}
#event_detail .event-datail-category:hover {
  opacity: 0.8;
}
#event_detail .event-datail-date {
  font-size: 1.4rem;
  color: var(--color-black);
  opacity: 0.8;
}
#event_detail .event-datail-thumbnail {
  margin-left: -4rem;
  width: calc(100% + 8rem);
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #event_detail .event-datail-thumbnail {
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem);
    margin-bottom: 2.4rem;
  }
}
#event_detail .event-datail-related {
  display: grid;
  gap: 1.6rem;
}
#event_detail .event-datail-related-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  #event_detail .event-datail-related-title {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    margin-top: 3.2rem;
  }
}
#event_detail .event-datail-body {
  --article-body-color: var(--color-black);
  --article-color-1: var(--color-orange);
  --article-color-2: var(--color-blue);
  --article-link-color: var(--color-blue);
  --article-base-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(var(--article-base-size) * 1.6);
  line-height: 200%;
  word-break: break-all;
  font-weight: 400;
  color: var(--article-body-color);
}
@media (max-width: 768px) {
  #event_detail .event-datail-body {
    --article-base-size: 0.9rem;
  }
}
#event_detail .event-datail-body > * {
  margin-block-start: 1em;
  margin-block-end: 1em;
  max-width: calc(100vw - 4.8rem);
}
#event_detail .event-datail-body i,
#event_detail .event-datail-body em {
  font-style: italic;
}
#event_detail .event-datail-body b,
#event_detail .event-datail-body strong {
  font-weight: bold;
}
#event_detail .event-datail-body figure {
  margin: 0;
}
#event_detail .event-datail-body img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}
#event_detail .event-datail-body iframe {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  height: auto;
  aspect-ratio: 16/9;
}
#event_detail .event-datail-body a {
  text-decoration: none;
  color: var(--article-link-color);
}
#event_detail .event-datail-body a:hover {
  text-decoration: underline;
}
#event_detail .event-datail-body h1,
#event_detail .event-datail-body h2,
#event_detail .event-datail-body h3,
#event_detail .event-datail-body h4,
#event_detail .event-datail-body h5,
#event_detail .event-datail-body h6 {
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: calc(var(--article-base-size) * 3.2) 0 calc(var(--article-base-size) * 1.6);
}
#event_detail .event-datail-body h1 {
  font-size: calc(var(--article-base-size) * 3.2);
}
#event_detail .event-datail-body h2 {
  font-size: calc(var(--article-base-size) * 2.4);
  color: var(--article-color-1);
  border-bottom: calc(var(--article-base-size) * 0.1) solid var(--article-color-1);
  padding: calc(var(--article-base-size) * 0.8) 0;
}
#event_detail .event-datail-body h3 {
  font-size: calc(var(--article-base-size) * 2.4);
  background: var(--article-color-1);
  padding: calc(var(--article-base-size) * 0.5) calc(var(--article-base-size) * 1);
  color: var(--color-white);
}
#event_detail .event-datail-body h4 {
  font-size: calc(var(--article-base-size) * 2.4);
  color: var(--article-color-2);
  border-bottom: calc(var(--article-base-size) * 0.1) solid var(--article-color-2);
  padding: calc(var(--article-base-size) * 0.8) 0;
}
#event_detail .event-datail-body h5 {
  color: var(--article-color-1);
  font-size: calc(var(--article-base-size) * 2);
}
#event_detail .event-datail-body h6 {
  font-size: calc(var(--article-base-size) * 2);
}
#event_detail .event-datail-body p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#event_detail .event-datail-body ul {
  list-style-type: disc;
  padding-left: calc(var(--article-base-size) * 2);
}
#event_detail .event-datail-body ol {
  list-style-type: decimal;
  padding-left: calc(var(--article-base-size) * 2);
}
#event_detail .event-datail-body blockquote {
  padding: calc(var(--article-base-size) * 1) calc(var(--article-base-size) * 2);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: calc(var(--article-base-size) * 1.4);
}
#event_detail .event-datail-body dl.wp-caption,
#event_detail .event-datail-body dl.wp-caption * {
  -webkit-user-drag: none;
}
#event_detail .event-datail-body .wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0; /* browser reset */
}
#event_detail .event-datail-body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#event_detail .event-datail-body .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
#event_detail .event-datail-body .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
#event_detail .sidebar {
  background-color: #fff;
  padding: 4rem;
  border-radius: 0.8rem;
  display: grid;
  gap: 2.4rem;
}
#event_detail .sidebar h6 {
  font-weight: bold;
  color: #666;
  font-size: 1.6rem;
}
#event_detail .options {
  display: grid;
  gap: 1.6rem;
}
#event_detail .optionWrapper input {
  display: none;
}
#event_detail .optionWrapper .option {
  position: relative;
  display: block;
  padding-left: 3.6rem;
  cursor: pointer;
}
#event_detail .optionWrapper .option h4 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #111;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
#event_detail .optionWrapper .option .info {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
#event_detail .optionWrapper .option .place {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  color: #666;
}
#event_detail .optionWrapper .option .place svg {
  height: 1.1rem;
  vertical-align: bottom;
}
#event_detail .optionWrapper .option::before {
  content: "";
  display: block;
  border-radius: 10rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #d8d8d8;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#event_detail .optionWrapper .option.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#event_detail .optionWrapper .option .disabled_text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #666;
  display: inline-block;
}
#event_detail .optionWrapper input:checked + label::before {
  background-color: var(--color-orange);
  background-image: url("../images/common/check.svg");
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
#event_detail .btn {
  border-radius: 10rem;
  padding: 1.6rem 2rem;
  background-color: var(--color-orange);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
}
#event_detail .btn:not(.disabled):hover {
  opacity: 0.8;
}
#event_detail .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  background-color: #666666;
}

:root {
  --color-white: #fff;
  --color-red: #ff3d3d;
  --color-dark-red: #d8122a;
  --color-orange: #eb5a1e;
  --color-ash-blue: #a5a5c3;
  --color-blue: #3228be;
  --color-black: #111;
  --header-height: 8rem;
  --design-width-sp: 375;
}
@media (max-width: 768px) {
  :root {
    --header-height: 6.4rem;
  }
}

html,
body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(min(0.6944444444vw, 10px), 0.5208333333vw);
  font-weight: 400;
  background-color: var(--color-white);
}
@media (max-width: 768px) {
  html,
  body {
    /*
      * 基準サイズ。基本はremで表記する
      */
    font-size: calc(100vw / var(--design-width-sp) * 10);
  }
}

.l-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}

.l-content {
  margin-top: var(--header-height);
  font-size: 1.4rem;
  background-color: #f1f1f4;
  padding: 8rem 0;
}
@media (max-width: 768px) {
  .l-content {
    padding: 3.2rem 0;
  }
}

.l-inner {
  width: 120rem;
  margin: 0 auto;
}
.l-inner.narrow {
  width: 72rem;
}
@media (max-width: 768px) {
  .l-inner.narrow {
    width: calc(100% - 3.2rem);
  }
}
@media (max-width: 768px) {
  .l-inner {
    width: calc(100% - 3.2rem);
  }
}

.l-frame {
  display: grid;
  gap: 4rem;
  grid-template-columns: 80rem 1fr;
  align-items: start;
}
@media (max-width: 768px) {
  .l-frame {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.flashMessage {
  position: fixed;
  top: var(--header-height);
  left: 0;
  color: #ffffff;
  padding: 1.6rem;
  width: calc(100% - 3.2rem);
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 10;
}
.flashMessage.error {
  background-color: #f82633;
}
.flashMessage.success {
  background-color: #42d47f;
}
.flashMessage .closeBtn {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  height: 3.2rem;
  width: 3.2rem;
  cursor: pointer;
}
.flashMessage .closeBtn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.flashMessage .closeBtn::before, .flashMessage .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 0.1rem;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.flashMessage .closeBtn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.common .panel {
  background-color: var(--color-white);
  padding: 6rem 12rem;
  border-radius: 0.8rem;
  display: grid;
  gap: 4rem;
}
@media (max-width: 768px) {
  .common .panel {
    padding: 3.6rem 2.4rem;
    gap: 3.2rem;
  }
}
.common .title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
.common .title.left {
  text-align: left;
}
@media (max-width: 768px) {
  .common .title {
    font-size: 2.2rem;
  }
}
.common .description {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.common .items {
  display: grid;
  gap: 3.6rem;
}
.common .item {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 15rem 1fr;
  line-height: 1.4;
}
.common .item h5 {
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 768px) {
  .common .item {
    grid-template-columns: 1fr;
  }
  .common .item h5 {
    font-size: 1.4rem;
  }
}
.common .btn {
  display: grid;
  padding: 1.6rem 3rem;
  background-color: var(--color-orange);
  color: var(--color-white);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 100rem;
  width: 30rem;
  margin: 0 auto;
  text-decoration: none;
}
.common .btn:hover {
  opacity: 0.7;
}
.common .btn.secondary {
  background-color: transparent;
  color: #000;
  border: 0.2rem solid #000;
}
@media (max-width: 768px) {
  .common .btn {
    width: 20rem;
  }
}
.common .complete-icon {
  width: 12rem;
  display: block;
  margin: 0 auto;
}
.common .callout {
  --base-color: #f1f1f4;
  --main-color: var(--color-black);
  background-color: var(--base-color);
  padding: 2.4rem;
  border-radius: 0.8rem;
  border: 0.2rem solid var(--main-color);
  font-size: 1.4rem;
  line-height: 1.6;
}
.common .callout h5 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.common .callout a {
  color: var(--main-color);
  text-decoration: none;
  font-weight: bold;
}
.common .callout a:hover {
  text-decoration: underline;
}
.common .callout.orange {
  --base-color: #fff5f0;
  --main-color: var(--color-orange);
}
.common .company-grid {
  margin: 0 auto;
}
.common .company-row {
  display: grid;
  grid-template-columns: 1fr;
  line-height: 1.6;
  margin-bottom: 3rem;
}
.common .company-row:last-child {
  border-bottom: none;
}
.common .company-row div {
  padding: 0.8rem;
}
.common .company-row div:nth-of-type(1) {
  background: #333;
  color: white;
  font-weight: bold;
}
.common .company-description {
  max-width: 80rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.common .company-description h3 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  font-weight: bold;
}
.common .company-description p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.common .contact-btn {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 20rem;
  font-size: 1.6rem;
  color: #333;
  border-radius: 10rem;
  height: 4.8rem;
  border: 0.2rem solid #333;
  text-decoration: none;
  margin: 4rem auto 0;
  font-weight: bold;
}
.common .contact-btn:hover {
  background: #333;
  color: white;
}
.common .general-policy {
  font-size: 1.4rem;
  line-height: 1.8;
}
.common .general-policy h2,
.common .general-policy h3,
.common .general-policy h4,
.common .general-policy h5,
.common .general-policy h6 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.common .general-policy h2 {
  margin-top: 4rem;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .common .general-policy h2 {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}
.common .general-policy h2:first-child {
  margin-top: 0;
}
.common .general-policy h3 {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .common .general-policy h3 {
    font-size: 1.4rem;
  }
}
.common .general-policy p {
  margin-bottom: 1.2rem;
}
.common .general-policy a {
  color: var(--color-blue);
  text-decoration: none;
  font-weight: bold;
}
.common .general-policy a:hover {
  text-decoration: underline;
}
.common .general-policy ul {
  padding-left: 2.4rem;
}
.common .general-policy ul li {
  margin-bottom: 0.8rem;
  list-style: disc;
}
.common .general-policy strong {
  font-weight: bold;
}

.related-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .related-items {
    grid-template-columns: 1fr;
  }
}
.related-items .item {
  display: block;
  overflow: hidden;
  color: var(--color-black);
  text-decoration: none;
  border-radius: 0.8rem;
}
.related-items .item:hover {
  opacity: 0.8;
}
.related-items .item-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background-size: cover;
}
.related-items .item-text {
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: var(--color-white);
  display: grid;
  gap: 0.8rem;
}
.related-items .item-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.related-items .item-footer {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  opacity: 0.8;
}
.related-items .item-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.1rem;
  opacity: 0.8;
}
.related-items .more-link-area {
  display: grid;
  justify-content: flex-end;
}
.related-items .more-link {
  font-size: 1.4rem;
  color: var(--color-orange);
  text-decoration: none;
}
.related-items .more-link:hover {
  text-decoration: underline;
}

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

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

/*# sourceMappingURL=index.css.map */
