@charset "UTF-8";
/* CSS Document */

.webfont {
  transform: rotate(0.001deg);
}
.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.imgLarge img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
  padding: 40px 0;
  padding-bottom: 0;
}
.Head h1 {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.1em;
  padding-bottom: 17px;
  border-bottom: #343434 1px solid;
}
.fAddress h2,
.title1,
.ul4 > li h4 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 2em;
  font-weight: 700;
  display: flex;
  grid-gap: 8px;
}
.subHead {
  margin-bottom: 32px;
  align-items: center;
  display: flex;
  align-items: center;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
}
.subHead .en {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.subHead:before,
.subHead:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #343434;
}

.subHead:before {
  margin-right: 2.3125rem;
}

.subHead:after {
  margin-left: 2.3125rem;
}

@media (max-width: 768px) {
  .subHead:before {
    margin-right: 1.3125rem;
  }

  .subHead:after {
    margin-left: 1.3125rem;
  }
}

h3 {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  line-height: 1.5em;
  font-weight: 600;
}
.lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 500;
  text-align: center;
}
.num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
}

/* flex */
.flex,
.column2,
.column3,
.column4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 {
  grid-gap: 24px 80px;
}
.column3 {
  grid-gap: 24px 32px;
}
.column4 {
  grid-gap: 12px 40px;
}
.column2 > *,
.column3 > *,
.column4 > * {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #550030;
}

/* BG */
.bg1 {
  background: #550030;
}
.bg1 * {
  color: #ffffff !important;
}
.bg2 {
  background: #e8f1fa;
}
.bg3 {
  background: #f0f0f0;
}
.bg4 {
  border: #c8c8c8 1px solid;
}
.bgW {
  background: #ffffff;
}

/* TRIANGLE */
.triangle {
  background: #000000;
  width: 60px;
  height: calc(tan(60deg) * 60px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tUp {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tRight {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tDown {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tLeft {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* BTN */
.btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  background-color: #550030;
  border: 2px solid #550030;
  color: #ffffff;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.bg1 .btn > * {
  background: #ffffff;
  color: #550030 !important;
}

.contactWrap {
  background: url("../images/common/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #ffffff;
  height: 60vw;
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactWrap .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contactWrap .textWrap h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #ffffff;
  color: #141414;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class]) > li,
main ul.space > li {
  padding-left: 1.45em;
  /* text-align: justify; */
}
main ul:not([class]) > li::before,
main ul.space > li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0.225em;
  top: 0;
}
main ul.space > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul1 > li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #343434 1px solid;
}
.ul1 > li:not(:last-child)::after {
  content: "";
  border-bottom: #ffffff 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ul1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul1 h3 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}
.ul1 p {
  text-align: justify;
}
.ul2 > li {
  background: #ffffff;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.ul2 > li:not(:last-child) {
  margin-bottom: 24px;
}
.ul2 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.ul2 > li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}
.ul2 > li .mapWrap .embed {
  padding-top: 76.25%;
}
.ul2 > li .imgWrap {
  border-top: #c8c8c8 1px solid;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}
.ul2 > li .imgWrap figure img {
  margin-bottom: 8px;
}
.ul2 > li .imgWrap figcaption {
  font-weight: 700;
}
.ul3 > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 60px;
  padding: 32px;
  background: #ffffff;
}
.ul3 > li:not(:last-child) {
  margin-bottom: 32px;
}
.ul3 > li .note > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul4 > li {
  background: #e8f1fa;
  padding: 24px 16px;
}
.ul4 > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul5 > li {
  border-bottom: #ffffff 1px solid;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
.ul5 > li:not(:last-child) {
  margin-bottom: 12px;
}
.ul6 {
}
.ul6 > li {
  border: #c8c8c8 1px solid;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ul6 > li h4 {
  font-size: clamp(1.7rem, 2vw, 2rem);
  line-height: 1.5em;
}
.ul6 > li .en {
  color: #969696;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
}
.ul7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 40px;
}
.ul7 > li {
  border: #ffffff 1px solid;
  width: 100%;
  padding: 32px 24px;
}
.ul7 > li > *:not(:last-child):not(.num) {
  margin-bottom: 16px;
}
.ol1 {
  counter-reset: item;
}
.ol1 > li:not(:last-child) {
  margin-bottom: 40px;
}
.ol1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ol1 > li > h3 {
  padding-left: 1.8em;
}
.ol1 > li > h3::before {
  font-family: "Roboto", sans-serif;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ol1 .ul3 > li {
  border: #c8c8c8 1px solid;
  padding: 32px 16px;
  grid-gap: 24px 48px;
}
.ol1 .ul3 > li .note h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}
.ol1 .ul3 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.annotation {
}
.annotation > * {
  padding-left: 1.5em;
}
.annotation > *::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2em;
}
.dl1 {
}
.dl1 > * {
  background: #ffffff;
  padding: 24px 29px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.dl1 > *:last-child {
  margin-bottom: 0;
}

.dl1 dt {
  width: 26%;
  font-weight: 700;
}
.dl1 dd {
  flex: 1;
  font-weight: 400;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

.dl1 dd ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 32px;
}

.dl1 dd ul li a {
  text-decoration: underline;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Top */
.Main .over {
}

.Main .over img {
}
.Main .overlayText {
}

.Main .overlayText .subMessage {
  background: #ffffff;
  color: #343434;
  margin-bottom: 20px;
  padding: 8px 9px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.1em;
  font-weight: 500;
  display: inline-block;
}

.Main .overlayText h1 span {
  background: #ffffff;
  color: #343434;
  margin-bottom: 6px;
  padding: 4px 9px;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  line-height: 1.1em;
  font-weight: 500;
  display: inline-block;
}

.Main .overlayText h1 span:nth-of-type(2) {
  margin-bottom: 0;
}

.home .Company .contWrap .note .en,
.home .Service .contWrap .note .en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6rem, 10vw, 10rem);
  line-height: 1.1em;
  position: absolute;
}
.home .Company .contWrap .note > *:not(:last-child):not(h2),
.home .Service .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}

.home .Company .contWrap .note > h2,
.home .Service .contWrap .note > h2 {
  margin-bottom: 24px;
}
.home .Company .itemWrap {
  text-align: center;
}
.home .Company .itemWrap {
  margin-bottom: 64px;
}
.home .Company .itemWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
.home .Company .itemWrap h3 span {
  border-bottom: #550030 3px solid;
  padding-bottom: 8px;
  display: inline-block;
}
.home .Company .itemWrap .ul6 {
  display: flex;
  flex-wrap: wrap;
}
.home .Company .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 42px 80px;
}
.home .Company .contWrap .note .en {
  color: #f0f0f0;
}
.home .Company .contWrap .note p {
  text-align: justify;
}
.home .Service {
  background-image: url("../images/top/bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.home .Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.home .Service .contWrap .note .en {
  color: rgba(0, 0, 0, 0.1) !important;
  mix-blend-mode: multiply;
}
.home .Service .contWrap .note .title1::before {
  color: #ffffff;
}

/* About Page sticky */
.StickySidebarSection h2 {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  margin-bottom: 50px;
  line-height: 1.3em;
  font-weight: 600;
}
.StickySidebarSection .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.StickySidebarSection .contWrap .note .en {
}
.StickySidebarSection .contWrap .note .title1::before {
}

/* Page */
.Page .cont > *:not(:last-child) {
  margin-bottom: 48px;
}
.Page .contWrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px 72px;
}
.Page .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}
.Page .contWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}
.serviceWrap .inner .bgW {
  padding: 0 16px;
}
.serviceWrap .inner .bgW > section:not(:last-child):not(.Link)::after {
  content: "";
  background: #550030;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.serviceWrap .pNav {
  padding-top: 32px;
  font-weight: 700;
  display: flex;
  grid-gap: 2em;
}
.serviceWrap .pNav a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.serviceWrap .pNav a i {
  background: #550030;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.serviceWrap .pNav a i::after {
  content: "";
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}
.License h3 {
  text-align: center;
}

/* About */
.Overview .monthlyWrap {
  padding: 32px 16px;
  margin-bottom: 30px !important;
}
.Overview .monthlyWrap > *:not(:last-child) {
  margin-bottom: 8px;
}
.Overview .monthlyWrap .column3 {
  grid-gap: 0 20px;
  flex: 1;
}

.Overview .monthlyWrap .column3 li {
  padding-left: 1.45em;
  text-align: justify;
  font-weight: 400;
}

.Overview .monthlyWrap .column3 li a {
  text-decoration: underline;
}

.Overview .monthlyWrap .column3 li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0.225em;
  top: 0;
}

.History {
}

/* Contact */
.Contact.Page .contactInfo,
.Contact.Page .formWrap {
  max-width: 851px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}
.Contact.Page .contactInfo h3,
.Contact.Page .formWrap h3 {
  margin-bottom: 20px;
}
.contactInfo {
  font-weight: 400;
  text-align: justify;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contactInfo > *:not(:last-child) {
  margin-bottom: 10px;
}
.contactInfo .num * {
  color: #550030;
}
.contactInfo .num > *:not(:last-child) {
  margin-right: 10px;
}
.contactInfo .num span {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2em;
}
.contactInfo .num a {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  line-height: 1.2em;
}
.contactInfo .hour {
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.2em;
}
.formWrap {
  text-align: center;
}
section.schedule {
  padding: 0 !important;
  margin-bottom: 146px;
}
section.schedule h3 {
  text-align: center;
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
  /* font-size: 3rem; */
  margin: 0 auto 40px;
}

/* Sidebar */
.sidebarNavList {
  position: relative;
  z-index: 10;
}

.sidebarNavList li {
  font-weight: 600;
  line-height: 3.5;
}

@media screen and (max-width: 767px) {
  .sidebarNavList li {
    line-height: 2.5;
  }
}

.sidebarNavList li::before {
  content: "・";
  color: #343434;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .sidebarNavList li:hover::before {
    color: #550030;
  }
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /* flex */
  .flex:not(.flexFix) {
    flex-direction: column;
  }

  /* iframe */

  /* BTN*/

  /* UL */

  /* DL */

  /* Top */

  .Main .overlayText {
    top: -19.797px;
  }

  .Main .overlayText .subMessage {
    margin-bottom: 8px;
    padding: 8px 8px;
  }

  .Main .overlayText h1 span {
    margin-bottom: 4px;
    padding: 4px 8px;
  }

  .home .Company,
  .home .Service {
    overflow: hidden;
  }

  .StickySidebarSection {
    overflow: hidden;
  }

  .StickySidebarSection h2 {
    margin-bottom: 32px;
  }

  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .sub .ul6 > *:not(:last-child) {
    margin-bottom: -1vw;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 23%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -2%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child):nth-child(5) {
    margin-left: 10.5%;
  }
  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    left: -3rem;
    top: -36px;
  }
  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  .StickySidebarSection .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }
  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -56px;
  }

  .dl1 > * {
    padding: 20px;
  }

  .dl1 dd ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 0;
  }

  .ul3 > li {
    padding: 20px;
  }

  .Requirements.Page .column2 {
    grid-gap: 0;
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }

  /* About */
  .Overview .monthlyWrap {
    padding: 20px;
  }

  /* Contact */
  .formWrap iframe {
    height: 840px !important;
  }

  section.schedule {
    padding: 0 !important;
    margin-bottom: 50px;
  }
  section.schedule h3 {
    text-align: center;
    /* font-size: 2rem; */
    margin: 0 auto 20px;
  }
  section.schedule .schedule-img {
    width: 90%;
    margin: auto;
  }
}

/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    padding: 127px 0;
    padding-bottom: 0;
  }
  .Head h1 {
    padding-bottom: 34px;
  }
  .subHead {
  }

  /* flex */
  .flex.sb {
    justify-content: space-between;
  }
  .flex.center {
    justify-content: center;
  }
  .flex.vcenter {
    align-items: center;
  }
  .column2 > * {
    width: calc((100% - 80px) / 2);
    height: auto;
  }
  .column3 > * {
    width: calc((100% - (20px * 2)) / 3);
    height: auto;
  }
  .column4 > * {
    width: calc((100% - (40px * 3)) / 4);
    height: auto;
  }

  /* BG */

  /* BTN */
  .btn {
  }
  .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 60px;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    background-color: #ffffff;
    border: 2px solid #343434;
    color: #343434 !important;
  }

  .btn:hover img {
    content: url(../images/common/links.svg);
    opacity: 1;
  }

  .bg1 .btn > *:hover {
    background: #550030;
    color: #ffffff !important;
  }
  .contactWrap {
    height: 380px;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 64px 40px;
  }
  .home .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .home .contactWrap .btn > *:hover {
    color: #ffffff;
  }

  /* UL */
  .ul1 > li:not(:last-child) {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .ul2 > li {
    padding: 40px 48px;
    grid-gap: 48px 24px;
  }
  .ul2 > li:not(:last-child) {
    margin-bottom: 48px;
  }
  .ul2 > li .note {
    width: 27%;
    max-width: 288px;
  }
  .ul2 > li .img,
  .ul2 > li .mapWrap {
    flex: 1;
  }
  .ul2 > li .mapWrap > * {
    width: calc((100% - 24px) / 2);
  }
  .ul2 > li .mapWrap .embed {
    padding-top: 32.25%;
  }
  .ul2 > li .imgWrap {
    padding-top: 48px;
  }
  .ul2 > li .imgWrap > * {
    width: calc((100% - 48px) / 3);
  }
  .ul3 > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .ul3 > li .note {
    flex: 1;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ul3 > li .img {
    width: 40%;
    max-width: 234px;
  }
  .ul4 > li {
    padding: 32px 40px;
  }
  .ul4 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .ul7 > li {
    width: calc((100% - 40px) / 2);
    padding: 32px 40px;
  }
  .ol1 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .ol1 > li > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ol1 .ul3 > li {
    padding: 48px;
  }
  .ol1 .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .ul3 > li .note > ul {
    padding-left: 46px;
  }

  /* DL */
  dl:not([class]),
  .dl1 {
    grid-gap: 1.5em 2em;
  }
  .dl1 dt {
    width: 15%;
    max-width: 200px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
  }
  .Main .over img {
  }
  .Main .overlayText {
    position: absolute;
    left: 6%;
    bottom: 10%;
  }

  .home .Company {
    padding-bottom: 95px !important;
  }

  .home .Company .contWrap .note .en,
  .home .Service .contWrap .note .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -11rem;
    top: 0;
  }
  .home .Company .contWrap .note,
  .home .Service .contWrap .note {
    flex: 1;
  }

  .StickySidebarSection .contWrap .note {
    flex: 1;
  }

  .home .Company .contWrap .note > *:not(:last-child):not(h2),
  .home .Service .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .StickySidebarSection .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }

  .home .Company .contWrap .note .btn,
  .home .Service .contWrap .note .btn {
    margin-left: 0;
  }

  .StickySidebarSection .contWrap .note .btn {
  }

  .home .Company .itemWrap {
    margin-bottom: 104px;
  }
  .home .Company .itemWrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .home .Company .itemWrap .sub {
    padding: 0 26px;
  }
  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-top: -10px;
  }
  .home .Company .itemWrap .sub > *:nth-child(2n + 2) {
    justify-content: flex-end;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 12.65%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -1%;
  }
  .home .Company .contWrap .img {
    width: 45.08%;
    max-width: 541px;
  }
  .home .Company .contWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .Service .contWrap > * {
    width: 50%;
  }
  .home .Service::before {
    content: "";
    border-left: #ffffff 1px solid;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .home .Service .contWrap {
    align-items: flex-start;
  }
  .home .Service .contWrap > .note {
    padding-right: 80px;
    position: sticky;
    left: 0;
    top: 40px;
  }
  .home .Service .contWrap > .sub .ul1 > li {
    padding-left: 80px;
  }
  .home .Service .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* About Page sticky */
  .StickySidebarSection .contWrap > * {
    width: 72.25%;
  }

  .StickySidebarSection .contWrap {
    align-items: flex-start;
  }
  .StickySidebarSection .contWrap > .note {
    padding-right: 40px;
    position: sticky;
    left: 0;
    top: 126px;
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li {
  }
  .StickySidebarSection .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* Page */
  .Page .cont > *:not(:last-child) {
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
    width: calc((100% - 72px) / 2);
  }
  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-top: -136px;
    margin-bottom: -136px;
  }
  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4em;
  }

  /* About */
  .Overview .monthlyWrap {
    padding: 23px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 98px;
  }
  .History .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .History .inner .subHead {
    width: 26%;
  }
  .History .inner .dl1 {
    flex: 1;
  }

  .Requirements.Page .column2 {
    align-items: flex-start;
  }

  /* Contact */
  .Contact.Page .contactInfo,
  .Contact.Page .formWrap {
    padding: 56px 48px;
  }
}

/* Top */
/* Heroblock Slide */
#heroSliderContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 2774 / 1314;
}

@media (max-width: 768px) {
  #heroSliderContainer {
    aspect-ratio: 2000 / 1872;
    height: auto;
  }
  #heroSliderContainer .heroSlide img {
    width: 100%;
    height: auto;
  }
}

.heroSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.heroSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* News Section */
.informationContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  width: 100%;
  justify-content: space-around;
  margin: 0 auto;
  box-sizing: border-box;
}

/* News Section (Left) */
.newsSection {
  flex: 1;
  min-width: 300px;
  box-sizing: border-box;
}

.newsHeader {
  margin-bottom: 54px;
}

.newsHeader h2 {
  font-size: clamp(2.5rem, 3.6vw, 3.6rem);
  font-weight: 600;
  text-align: left;
}

.newsList {
  max-height: 346px;
  overflow-y: scroll;
  padding-right: 15px;
}

.newsList::-webkit-scrollbar {
  width: 12px;
}

.newsList::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 8px;
}

.newsList::-webkit-scrollbar-thumb {
  background: #343434;
  border-radius: 8px;
}

.newsItem {
  border-bottom: 1px dashed #343434;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="1"><line x1="0" y1="0" x2="5" y2="0" stroke="%23383838" stroke-width="1" /></svg>')
    1 repeat;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.newsItem:last-child {
  border-bottom: none;
}

.newsDate {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #c6c6c6;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 18.5px;
}

.newsTag {
  padding: 2px 10px;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  white-space: nowrap;
  height: 23px;
  display: flex;
  align-items: center;
}

.infoTag {
  background-color: #ffdb64;
}

.newsArticleTitle {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}

.newsListLink {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  max-width: 222px;
  margin-left: auto;
}

.newsListText {
  text-decoration: none;
  color: #343434;
  padding-right: 5px;
  border-bottom: 2px solid #343434;
}

.newsListLink button {
  background-color: #550030;
  color: #fff;
  border: 2px solid #550030;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .newsListLink {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .newsListLink:hover a {
    border-bottom-color: #550030;
  }

  @media print, screen and (min-width: 768px) {
    .newsListLink:hover button {
      background-color: #ffffff;
      color: #343434;
      border: 2px solid #343434;
      transition: all 0.3s ease-out;
    }
    .newsListLink:hover button img {
      content: url(../images/common/links.svg);
      opacity: 1;
    }
  }
}

/* Monthly Newsletter Section (Right) */
.monthlyNewsletterSection {
  background: #ffffff;
  border: 1px solid #343434;
  padding: 48px 50px;
  text-align: center;
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 568px;
  box-sizing: border-box;
  padding-top: 104px;
}

.newsletterTitle {
  background-color: #343434;
  border-bottom-right-radius: 30px;
  color: white;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 13px 20px;
  padding-right: 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  white-space: nowrap;
}

.newsletterDescription {
  font-size: clamp(1.8rem, 2vw, 2rem);
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 700;
}

.newsletterDetails {
  margin-bottom: 56px;
  text-align: left;
}

.detailsHeading {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  white-space: nowrap;
}

.detailsAndImage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.detailsList {
  list-style: decimal;
  margin-left: 10px;
  line-height: 2.25;
  font-weight: 700;
}

.newsletterImage {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border: #343434 1px solid;
}

.newsletterButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background-color: #550030;
  border: 2px solid #550030;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 64px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
  max-width: 425px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .newsletterDescription {
    margin-bottom: 43.5px;
  }
  .newsletterButton:hover {
    background-color: #ffffff;
    border: 2px solid #343434;
    color: #343434 !important;
  }
  .newsletterButton:hover img {
    content: url("../images/common/links.svg");
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .informationContainer {
    flex-direction: column;
    gap: 56px;
    align-items: normal;
  }

  .newsSection,
  .monthlyNewsletterSection {
    max-width: 100%;
  }

  .newsHeader {
    margin-bottom: 32px;
  }

  .newsHeader h2 {
  }

  .newsList::-webkit-scrollbar {
    width: 8px;
  }

  .newsDate {
    justify-content: flex-start;
  }

  .newsletterTitle {
    top: 0;
    left: 0;
    border-bottom-right-radius: 15px;
    padding-right: 33px;
  }

  .monthlyNewsletterSection {
    padding: 40px 40px;
    padding-top: 80px;
  }

  .newsletterDetails {
    margin-bottom: 20px;
  }

  .detailsList {
    font-size: 1em;
  }

  .newsletterButton {
    max-width: 255px;
    padding: 12px 25px;
  }
}

@media (min-width: 1069px) {
  .detailsAndImage {
    flex-direction: row;
    align-items: flex-start;
  }

  .meetingDetailsContainer {
    flex: 1;
    margin-left: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .detailsList {
  }

  .newsletterImage {
    flex-shrink: 0;
    width: auto;
    max-width: 253px;
    margin-bottom: 0;
  }
}

/* 今月のお知らせ */
.newsContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.aboutPage .newsContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.newsCard {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.newsCardLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.newsImage {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  border: #dedede 1px solid;
}

.newsContentWrapper {
  padding: 15px 28.5px;
  padding-top: 19px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.newsCardHeader {
}

.newsBody {
  padding-top: 15px;
  border-top: 1px dashed #343434;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="1"><line x1="0" y1="0" x2="5" y2="0" stroke="%23383838" stroke-width="1" /></svg>')
    1 repeat;
  margin-top: 15px;
}

.newsCategory {
}

.newsTitle {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.5em;
  font-weight: 700;
}

.newsDescription {
  flex-grow: 1;
  margin-bottom: 15px;
}

.newsButtonArea {
  position: relative;
  border-top: 1px solid #343434;
  padding: 11px 15px;
  margin-top: auto;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

@media (min-width: 769px) {
  .newsCardLink:hover .newsButtonArea {
    background-color: #550030;
  }
  .newsCardLink:hover .readMoreButtonContent span {
    color: #ffffff;
  }
}

.readMoreButtonContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
  color: #343434;
  text-decoration: none;
  font-weight: 700;
}

.readMoreButtonContent span {
  display: inline-block;
  white-space: nowrap;
  transition: color 0.3s ease;
}

@media (max-width: 1024px) {
  .newsContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .aboutPage .newsContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .newsContainer {
    grid-template-columns: 1fr;
  }

  .aboutPage .newsContainer {
    grid-template-columns: 1fr;
  }
}

.horizontalLine {
  width: 100%;
  border-top: 1px solid #343434;
}

.home .Company .contWrap .img {
  position: relative;
  display: inline-block;
}

.home .Company .contWrap .img::after {
  content: "";
  display: block;
  position: absolute;
  top: -15%;
  left: -7.5%;
  width: 130px;
  height: 130px;
  background-image: url("../images/top/local_activities_description.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .home .Company .contWrap .img::after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: -5%;
    width: 100px;
    height: 100px;
  }
}

/* About */
.neighborhoodAssociationLetter {
}

.contentWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .contentWrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 49px;
  }
}

.textSection {
  flex: 2;
  /* font-size: 16px; */
  /* margin-right: 20px; */
  text-align: justify;
}

.textSection p {
  margin-bottom: 25px;
}

/* .greeting,
.intro {
  text-align: left;
} */

.highlight,
.callToActionHighlight {
  font-weight: bold;
}

.highlight {
  color: #0066cc;
}

.callToActionHighlight {
  background-color: #e0eaff;
  padding: 2px 5px;
  border-radius: 3px;
}

.imageSection {
  flex: 1;
  text-align: right;
  max-width: 223px;
}

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

.imageSection img {
  width: 100%;
  height: auto;
}

.signature {
  margin-top: 15px;
  text-align: right !important;
}

.signature span {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.titleContainer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 15px !important;
}
.titleNumber {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainTitle {
}

/* Archive */
.pageTitle {
  font-size: clamp(2.6rem, 3.6vw, 3.6rem);
}

.yearHeading {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-bottom: 20px !important;
}

/* News */
.timelineItem {
  margin-bottom: 20px;
}

.itemContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .itemContainer {
    flex-direction: row;
    align-items: flex-start;
  }

  .dateColumn {
    flex-basis: 27.5%;
    padding-right: 15px;
  }

  .contentColumn {
    flex-basis: 80%;
  }
}

.dateRow {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  gap: 18.5px;
}

.dateText {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #a3a3a3;
  display: flex;
  align-items: center;
  gap: 18.5px;
}

.eventType {
  background-color: #ffdb64;
  padding: 2px 10px;
  border-radius: 23px;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
  white-space: nowrap;
  height: 23px;
  display: flex;
  align-items: center;
}

.titleText {
  font-weight: 700;
  margin-bottom: 20px;
}

.descriptionText {
  font-weight: 400;
}

.separatorLine {
  border: none;

  border-top: 1px dashed #343434;
  border-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="1"><line x1="0" y1="0" x2="5" y2="0" stroke="%23383838" stroke-width="1" /></svg>')
    1 repeat;
  margin: 20px 0;
}
