@charset "UTF-8";

.object-fit {
  overflow: hidden;
}

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

.anywhere {
  overflow-wrap: anywhere;
}

.cmn-text-center {
  text-align: center;
}

.color-red {
  color: var(--color-red);
}

.cmn-gap-l,
.cmn-gap-m {
  display: flex;
  flex-direction: column;
}

.cmn-gap-l {
  gap: min(65px, calc(65 / 1100 * 100vw));
}

.cmn-gap-m {
  gap: min(17px, calc(17 / 1100 * 100vw));
}

.cmn-text {
  font-size: 16px;
}

.cmn-text-l {
  font-size: 22px;
}

.cmn-caution {
  font-size: 12px;
}

.cmn-list-dot li {
  position: relative;
  padding-left: 1em;
}

.cmn-list-dot li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.cmn-list-no {
  counter-reset: _counter;
}

.cmn-list-no li {
  counter-increment: _counter;
  position: relative;
  padding-left: 1.5em;
}

.cmn-list-no li::before {
  content: counter(_counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.cmn-h1-container .lead a,
.sec-about .lead1 a,
.cmn-container .cmn-text a,
.cmn-container .cmn-text-l a,
.cmn-container .cmn-caution a,
.cmn-container th a,
.cmn-container td a,
.cmn-container ul li a,
.cmn-container ol li a {
  font-weight: 700;
  color: var(--color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.3s;
}

.cmn-h1-container .lead a[target=_blank]::after,
.sec-about .lead1 a[target=_blank]::after,
.cmn-container .cmn-text a[target=_blank]::after,
.cmn-container .cmn-text-l a[target=_blank]::after,
.cmn-container .cmn-caution a[target=_blank]::after,
.cmn-container th a[target=_blank]::after,
.cmn-container td a[target=_blank]::after,
.cmn-container ul li a[target=_blank]::after,
.cmn-container ol li a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1;
  width: 1.4em;
  background: url(../img/common/icon_blank_link.svg) no-repeat;
  background-size: contain;
}

.cmn-container th a,
.cmn-container td a {
  font-weight: 500;
}

.cmn-container th a[target=_blank]::after,
.cmn-container td a[target=_blank]::after {
  width: 0.8em;
  transform: translateY(-0.2em);
}

.cmn-container + .cmn-1col {
  padding: 0 min(20px, calc(20 / 1100 * 100vw));
  margin-top: min(60px, calc(60 / 1100 * 100vw));
  margin-bottom: min(80px, calc(80 / 1100 * 100vw));
}

.cmn-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: min(1280px, calc(1280 / 1100 * 100vw));
  padding: 0 min(20px, calc(20 / 1100 * 100vw));
  margin-bottom: min(40px, calc(40 / 1100 * 100vw));
}

.cmn-container:last-child {
  margin-bottom: min(80px, calc(80 / 1100 * 100vw));
}

.cmn-container .box {
  background: var(--color-white);
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(80px, calc(80 / 1100 * 100vw)) 0;
}

.cmn-container .inner {
  margin: 0 auto;
  width: min(1024px, calc(1024 / 1100 * 100vw));
  line-height: 1.8;
}

.cmn-table table,
.cmn-table-period table {
  width: 100%;
  border-collapse: collapse;
}

.cmn-table tr,
.cmn-table-period tr {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.cmn-table th,
.cmn-table td,
.cmn-table-period th,
.cmn-table-period td {
  padding: min(12px, calc(12 / 1100 * 100vw)) min(16px, calc(16 / 1100 * 100vw));
}

.cmn-table th,
.cmn-table-period th {
  text-align: left;
  vertical-align: top;
  width: min(320px, calc(320 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-table th,
body[data-type=businesses] .cmn-table-period th {
  background: var(--color-light-blue2);
}

body[data-type=residential] .cmn-table th,
body[data-type=residential] .cmn-table-period th {
  background: var(--color-light-green2);
}

.cmn-table th,
.cmn-table td {
  font-size: 16px;
}

.cmn-table-period th,
.cmn-table-period td {
  font-size: 19px;
}

.cmn-table-period th .cmn-text,
.cmn-table-period td .cmn-text {
  font-size: 19px;
}

.cmn-table-status table {
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: min(820px, calc(820 / 1100 * 100vw));
  border-collapse: collapse;
}

.cmn-table-status th,
.cmn-table-status td {
  white-space: nowrap;
  padding: min(10px, calc(10 / 1100 * 100vw)) min(12px, calc(12 / 1100 * 100vw));
  font-size: 17px;
}

.cmn-table-status th {
  text-align: center;
  color: var(--color-white);
  background: #60bfba;
  font-weight: 700;
}

.cmn-table-status th:not(:last-child) {
  border-right: 2px solid var(--color-white);
}

.cmn-table-status tr:has(td) {
  border-bottom: 1px solid var(--color-border);
}

.cmn-table-status td:first-child {
  font-weight: 700;
}

.cmn-table-status td {
  text-align: left;
  background: var(--color-white);
}

.cmn-table-status td:nth-child(3) {
  text-align: center;
}

.cmn-table-status td:first-child,
.cmn-table-status td:nth-child(3) {
  background: var(--color-light-green2);
}

.cmn-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(36px, calc(36 / 1100 * 100vw));
}

.cmn-1col .cmn-button {
  margin: 0 auto;
  width: min(496px, calc(496 / 1100 * 100vw));
}

.cmn-button a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: min(8px, calc(8 / 1100 * 100vw));
  filter: drop-shadow(0 min(4px, calc(4 / 1100 * 100vw)) 0 rgba(143, 167, 222, 0.5));
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(20px, calc(20 / 1100 * 100vw)) min(25px, calc(25 / 1100 * 100vw));
}

.cmn-button a span {
  flex: 1;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 19px;
}

.cmn-button a::after {
  content: "";
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 8/16;
  width: min(8px, calc(8 / 1100 * 100vw));
}

.cmn-button a[target=_blank]::after {
  aspect-ratio: 1;
  width: min(30px, calc(30 / 1100 * 100vw));
}

.cmn-button a[href$=".pdf"]::after {
  aspect-ratio: 20/24;
  width: min(20px, calc(20 / 1100 * 100vw));
}

.cmn-button a[href$=".zip"]::after,
.cmn-button a[href$=".doc"]::after {
  aspect-ratio: 1;
  width: min(24px, calc(24 / 1100 * 100vw));
}

.cmn-button a {
  transition: opacity 0.3s;
}

.cmn-button[data-color=blue] a {
  color: var(--color-white);
  background: var(--color-blue);
  border: 2px solid var(--color-blue);
}

.cmn-button[data-color=blue] a::after {
  background-image: url(../img/common/icon_arrow_w.svg);
}

.cmn-button[data-color=blue] a[target=_blank]::after {
  background-image: url(../img/common/icon_blank_w.svg);
}

.cmn-button[data-color=blue] a[href$=".pdf"]::after {
  background-image: url(../img/common/icon_pdf_w.svg);
}

.cmn-button[data-color=blue] a[href$=".zip"]::after,
.cmn-button[data-color=blue] a[href$=".doc"]::after {
  background-image: url(../img/common/icon_download_w.svg);
}

.cmn-button[data-color=green] a {
  color: var(--color-white);
  background: var(--color-green);
  border: 2px solid var(--color-green);
}

.cmn-button[data-color=green] a::after {
  background-image: url(../img/common/icon_arrow_w.svg);
}

.cmn-button[data-color=green] a[target=_blank]::after {
  background-image: url(../img/common/icon_blank_w.svg);
}

.cmn-button[data-color=green] a[href$=".pdf"]::after {
  background-image: url(../img/common/icon_pdf_w.svg);
}

.cmn-button[data-color=green] a[href$=".zip"]::after,
.cmn-button[data-color=green] a[href$=".doc"]::after {
  background-image: url(../img/common/icon_download_w.svg);
}

.cmn-button[data-color=white] a {
  background: var(--color-white);
}

body[data-type=businesses] .cmn-button[data-color=white] a {
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
}

body[data-type=businesses] .cmn-button[data-color=white] a::after {
  background-image: url(../img/common/icon_arrow_b.svg);
}

body[data-type=businesses] .cmn-button[data-color=white] a[target=_blank]::after {
  background-image: url(../img/common/icon_blank_b.svg);
}

body[data-type=businesses] .cmn-button[data-color=white] a[href$=".zip"]::after,
body[data-type=businesses] .cmn-button[data-color=white] a[href$=".doc"]::after {
  background-image: url(../img/common/icon_download_b.svg);
}

body[data-type=residential] .cmn-button[data-color=white] a {
  color: var(--color-green);
  border: 2px solid var(--color-green);
}

body[data-type=residential] .cmn-button[data-color=white] a::after {
  background-image: url(../img/common/icon_arrow_g.svg);
}

body[data-type=residential] .cmn-button[data-color=white] a[target=_blank]::after {
  background-image: url(../img/common/icon_blank_g.svg);
}

body[data-type=residential] .cmn-button[data-color=white] a[href$=".zip"]::after,
body[data-type=residential] .cmn-button[data-color=white] a[href$=".doc"]::after {
  background-image: url(../img/common/icon_download_g.svg);
}

.cmn-button[data-color=white] a[href$=".pdf"]::after {
  background-image: url(../img/common/icon_pdf_r.svg) !important;
}

.cmn-button[data-type=back] a {
  flex-direction: row-reverse;
}

.cmn-button[data-type=back] a::after {
  transform: scale(-1, 1);
}

.cmn-faq > div {
  position: relative;
}

.cmn-faq > div::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: max(-20px, calc(-20 / 1100 * 100vw));
  border-bottom: 1px solid var(--color-border);
}

.cmn-faq dt {
  position: relative;
  font-weight: 700;
  padding-left: min(55px, calc(55 / 1100 * 100vw));
  margin-bottom: min(20px, calc(20 / 1100 * 100vw));
  font-size: 19px;
}

.cmn-faq dt::before {
  content: "";
  position: absolute;
  top: max(-1px, calc(-1 / 1100 * 100vw));
  left: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  width: min(36px, calc(36 / 1100 * 100vw));
}

body[data-type=residential] .cmn-faq dt::before {
  border: 2px solid #7edbd6;
}

.cmn-faq dt::after {
  content: "Q";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: min(13px, calc(13 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-faq dt::after {
  color: var(--color-blue);
}

body[data-type=residential] .cmn-faq dt::after {
  color: var(--color-green);
}

.cmn-faq dd {
  position: relative;
  padding-left: min(55px, calc(55 / 1100 * 100vw));
  font-size: 16px;
}

.cmn-faq dd::before {
  content: "";
  position: absolute;
  top: max(-5px, calc(-5 / 1100 * 100vw));
  left: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  width: min(36px, calc(36 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-faq dd::before {
  background: #eff5ff;
}

body[data-type=residential] .cmn-faq dd::before {
  background: #d8fcfc;
}

.cmn-faq dd::after {
  content: "A";
  color: var(--color-red);
  font-weight: 700;
  position: absolute;
  top: max(-5px, calc(-5 / 1100 * 100vw));
  left: min(13px, calc(13 / 1100 * 100vw));
  font-size: 19px;
}

.anchor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: min(32px, calc(32 / 1100 * 100vw));
  row-gap: min(10px, calc(10 / 1100 * 100vw));
  margin: min(30px, calc(30 / 1100 * 100vw)) auto min(20px, calc(20 / 1100 * 100vw)) auto;
  width: min(1024px, calc(1024 / 1100 * 100vw));
}

.anchor a {
  transition: opacity 0.3s;
}

.anchor a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-border);
  gap: min(16px, calc(16 / 1100 * 100vw));
  padding: min(16px, calc(16 / 1100 * 100vw)) 0;
}

.anchor a::after {
  content: "";
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(max(-6px, calc(-6 / 1100 * 100vw)), min(6px, calc(6 / 1100 * 100vw))) rotate(90deg);
  aspect-ratio: 8/16;
  width: min(7px, calc(7 / 1100 * 100vw));
  height: max-content;
}

body[data-type=businesses] .anchor a::after {
  background-image: url(../img/common/icon_arrow_b.svg);
}

body[data-type=residential] .anchor a::after {
  background-image: url(../img/common/icon_arrow_g.svg);
}

.anchor a span {
  flex: 1;
}

.bread-crumbs {
  position: relative;
  z-index: 1;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  padding: min(10px, calc(10 / 1100 * 100vw)) 0;
}

.bread-crumbs ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: min(1280px, calc(1280 / 1100 * 100vw));
  padding: 0 min(20px, calc(20 / 1100 * 100vw));
  font-size: 12px;
}

.bread-crumbs ul a {
  color: var(--color-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}

.bread-crumbs ul li:not(:last-child) a {
  display: flex;
  align-items: center;
  column-gap: min(10px, calc(10 / 1100 * 100vw));
  margin-right: min(10px, calc(10 / 1100 * 100vw));
}

.bread-crumbs ul li:not(:last-child) a::after {
  content: "";
  flex-shrink: 0;
  display: block;
  aspect-ratio: 8/16;
  background: url(../img/common/icon_arrow_b.svg) no-repeat;
  background-size: contain;
  width: min(5px, calc(5 / 1100 * 100vw));
}

.status-open {
  color: var(--color-blue);
}

.status-closed {
  color: var(--color-red);
}

.cmn-h1-container {
  overflow: hidden;
  position: relative;
  background: var(--color-white);
  padding: min(40px, calc(40 / 1100 * 100vw)) 0 min(80px, calc(80 / 1100 * 100vw)) 0;
  margin-bottom: min(40px, calc(40 / 1100 * 100vw));
}

.cmn-h1-container:not(:has(.lead)) {
  padding-bottom: min(40px, calc(40 / 1100 * 100vw));
}

.cmn-h1-container:not(:has(.lead)) .cmn-h1 {
  margin-bottom: 0 !important;
}

.cmn-h1-container::before {
  content: "";
  position: absolute;
  left: 50%;
  aspect-ratio: 656/528;
  background: url(../img/common/bg_footer.webp) no-repeat;
  background-size: contain;
  margin-left: min(200px, calc(200 / 1100 * 100vw));
  top: max(-200px, calc(-200 / 1100 * 100vw));
  width: min(656px, calc(656 / 1100 * 100vw));
}

.cmn-h1-wrap {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  max-width: min(1280px, calc(1280 / 1100 * 100vw));
  padding: 0 min(20px, calc(20 / 1100 * 100vw));
}

.cmn-h1-wrap .lead {
  margin: 0 auto;
  line-height: 1.8;
  width: min(1024px, calc(1024 / 1100 * 100vw));
  font-size: 16px;
}

.cmn-h1 {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1246/200;
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  margin-bottom: min(40px, calc(40 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-h1 {
  background: var(--color-blue);
}

body[data-type=residential] .cmn-h1 {
  background: var(--color-green);
}

.cmn-h1::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url(../img/common/bg_h1@pc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.cmn-h1 h1 {
  color: var(--color-white);
  margin: 0 auto;
  width: min(1024px, calc(1024 / 1100 * 100vw));
  font-size: 46px;
}

.cmn-h2.h2-type1 {
  padding: min(40px, calc(40 / 1100 * 100vw)) min(20px, calc(20 / 1100 * 100vw));
  margin-bottom: 0 !important;
}

.cmn-h2.h2-type1 h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: min(10px, calc(10 / 1100 * 100vw));
  font-size: 46px;
}

.cmn-h2.h2-type1 h2::after {
  content: "";
  height: 3px;
  width: min(24px, calc(24 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-h2.h2-type1 h2 {
  color: var(--color-blue);
}

body[data-type=businesses] .cmn-h2.h2-type1 h2::after {
  background: var(--color-blue);
}

body[data-type=residential] .cmn-h2.h2-type1 h2 {
  color: var(--color-green);
}

body[data-type=residential] .cmn-h2.h2-type1 h2::after {
  background: var(--color-green);
}

.cmn-h2 {
  line-height: 1.4;
  position: relative;
  margin-bottom: min(17px, calc(17 / 1100 * 100vw));
}

.cmn-h2 h2 {
  font-size: 24px;
}

.cmn-h2.h3-type1 {
  z-index: 1;
  overflow: hidden;
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(8px, calc(8 / 1100 * 100vw)) min(16px, calc(16 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-h2.h3-type1 {
  background: var(--color-light-blue);
}

body[data-type=residential] .cmn-h2.h3-type1 {
  background: var(--color-light-green);
}

.cmn-h2.h3-type1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(../img/common/bg_h3@pc.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 144/51;
  width: min(144px, calc(144 / 1100 * 100vw));
}

.cmn-h2.h3-type2 {
  border-left-style: solid;
  padding-left: min(12px, calc(12 / 1100 * 100vw));
  border-width: min(4px, calc(4 / 1100 * 100vw));
}

body[data-type=businesses] .cmn-h2.h3-type2 {
  color: var(--color-blue);
  border-color: var(--color-blue);
}

body[data-type=residential] .cmn-h2.h3-type2 {
  color: var(--color-green);
  border-color: var(--color-green);
}

html:has(#menu-check:checked) {
  overflow: hidden;
}

main {
  padding-top: min(90px, calc(90 / 1100 * 100vw));
}

.global_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 10000;
  border-bottom: 1px solid var(--color-border);
  height: min(90px, calc(90 / 1100 * 100vw));
}

.global_header .header {
  box-sizing: content-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  max-width: min(1280px, calc(1280 / 1100 * 100vw));
  padding: 0 min(20px, calc(20 / 1100 * 100vw));
}

.global_header #menu-check {
  display: none;
}

.global_header .logo {
  width: min(434px, calc(434 / 1100 * 100vw));
}

.global_header .logo {
  transition: opacity 0.3s;
}

.global_header .menu.for-pc .nav {
  display: flex;
  align-items: center;
  gap: min(40px, calc(40 / 1100 * 100vw));
}

.global_header .menu.for-pc .nav a {
  transition: opacity 0.3s;
}

.global_header .menu.for-pc .nav a[class^=nav] {
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
  display: flex;
  align-items: center;
  gap: min(8px, calc(8 / 1100 * 100vw));
  font-size: 16px;
}

.global_header .menu.for-pc .nav a[class^=nav].is-disabled {
  display: block;
  pointer-events: none;
  color: var(--color-gray);
}

.global_header .menu.for-pc .nav a[class^=nav].nav-businesses::after {
  content: "";
  aspect-ratio: 8/16;
  background: url(../img/common/icon_arrow_b.svg) no-repeat;
  background-size: contain;
  width: min(6px, calc(6 / 1100 * 100vw));
}

.global_header .menu.for-pc .nav a[class^=nav].nav-residential::after {
  content: "";
  aspect-ratio: 8/16;
  background: url(../img/common/icon_arrow_g.svg) no-repeat;
  background-size: contain;
  width: min(6px, calc(6 / 1100 * 100vw));
}

.global_header .menu.for-pc .nav a[class^=nav] span {
  font-size: 14px;
}

.global_header .menu.for-pc .nav a.button-contact {
  display: flex;
  background: var(--grad-yellow);
  gap: min(8px, calc(8 / 1100 * 100vw));
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(15px, calc(15 / 1100 * 100vw)) min(22px, calc(22 / 1100 * 100vw));
  font-weight: 700;
  font-size: 16px;
}

.global_header .menu.for-pc .nav a.button-contact .icon {
  flex-shrink: 1;
  width: min(20px, calc(20 / 1100 * 100vw));
}

.global_header #menu-check:checked ~ .menu.for-sp {
  opacity: 1;
  pointer-events: auto;
}

.global_header #menu-check:checked ~ .menu.for-sp .menu-content {
  transform: translate3d(0, 0, 0);
}

.global_header .menu-button {
  display: none;
}

footer {
  position: relative;
  overflow: hidden;
  background: var(--color-white);
}

footer::before {
  content: "";
  position: absolute;
  right: 50%;
  aspect-ratio: 656/528;
  background: url(../img/common/bg_footer.webp) no-repeat;
  background-size: contain;
  margin-right: min(200px, calc(200 / 1100 * 100vw));
  bottom: max(-150px, calc(-150 / 1100 * 100vw));
  width: min(656px, calc(656 / 1100 * 100vw));
}

footer .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: min(80px, calc(80 / 1100 * 100vw)) 0;
  width: min(1024px, calc(1024 / 1100 * 100vw));
}

footer .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: var(--color-blue);
  gap: min(10px, calc(10 / 1100 * 100vw));
  margin-bottom: min(30px, calc(30 / 1100 * 100vw));
  font-size: 46px;
}

footer .contact::after {
  content: "";
  background: var(--color-blue);
  height: 3px;
  width: min(24px, calc(24 / 1100 * 100vw));
}

footer .box {
  text-align: center;
  background: var(--color-white);
  border: 2px solid var(--color-border);
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(40px, calc(40 / 1100 * 100vw)) min(40px, calc(40 / 1100 * 100vw)) min(50px, calc(50 / 1100 * 100vw)) min(40px, calc(40 / 1100 * 100vw));
}

footer .secretariat {
  display: flex;
  flex-direction: column;
  margin-bottom: min(30px, calc(30 / 1100 * 100vw));
}

footer .secretariat strong {
  font-weight: 900;
  font-size: 28px;
}

footer .secretariat span {
  font-size: 19px;
}

footer .tel-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: min(100px, calc(100 / 1100 * 100vw));
  margin-bottom: min(20px, calc(20 / 1100 * 100vw));
}

footer .tel-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background: var(--color-border);
}

footer .tel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, calc(10 / 1100 * 100vw));
}

footer .tel-inner .title {
  color: var(--color-white);
  font-weight: 700;
  border-radius: 1em;
  padding: 0.2em 1em;
  font-size: 19px;
}

footer .tel-inner.residential .title {
  background: var(--color-green);
}

footer .tel-inner.businesses .title {
  background: var(--color-blue);
}

footer .tel-inner .tel {
  display: flex;
  justify-content: flex-end;
}

footer .tel-inner .icon {
  width: min(30px, calc(30 / 1100 * 100vw));
  margin-right: min(8px, calc(8 / 1100 * 100vw));
}

footer .tel-inner .no {
  line-height: 1;
  font-weight: 700;
  font-size: 46px;
}

footer .tel-inner.residential .no {
  color: var(--color-green);
}

footer .tel-inner.businesses .no {
  color: var(--color-blue);
}

footer .tel-inner span {
  font-size: 19px;
}

footer .time {
  font-weight: 700;
  margin-bottom: -0.25em;
  font-size: 19px;
}

footer .holiday {
  font-size: 14px;
}

footer .mail {
  margin-top: min(30px, calc(30 / 1100 * 100vw));
  margin-bottom: min(30px, calc(30 / 1100 * 100vw));
  font-size: 14px;
}

footer .button-contact {
  display: flex;
  justify-content: center;
}

footer .button-contact a {
  transition: opacity 0.3s;
}

footer .button-contact a {
  display: flex;
  background: var(--grad-yellow);
  filter: drop-shadow(0 min(4px, calc(4 / 1100 * 100vw)) 0 rgba(143, 167, 222, 0.5));
  width: min(352px, calc(352 / 1100 * 100vw));
  gap: min(8px, calc(8 / 1100 * 100vw));
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(18px, calc(18 / 1100 * 100vw)) min(22px, calc(22 / 1100 * 100vw));
  font-weight: 700;
  font-size: 19px;
}

footer .button-contact a span {
  flex: 1;
  text-align: center;
}

footer .button-contact a .icon {
  flex-shrink: 1;
  width: min(20px, calc(20 / 1100 * 100vw));
}

footer .copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--color-white);
  background: var(--color-blue);
  font-weight: 700;
  padding: min(30px, calc(30 / 1100 * 100vw)) 0;
  font-size: 12px;
}

.pagetop {
  pointer-events: none;
  position: relative;
  position: fixed;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: var(--color-white);
  aspect-ratio: 1;
  width: min(60px, calc(60 / 1100 * 100vw));
  transition: transform 0.5s;
  transform: translateY(min(120px, calc(120 / 1100 * 100vw)));
  bottom: min(40px, calc(40 / 1100 * 100vw));
  right: min(35px, calc(35 / 1100 * 100vw));
}

.pagetop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  aspect-ratio: 8/16;
  background: url(../img/common/icon_arrow_b.svg) no-repeat;
  background-size: contain;
  width: min(8px, calc(8 / 1100 * 100vw));
}

.pagetop[data-visible=true] {
  transform: translateY(0);
  pointer-events: auto;
}

body[data-type=top] .sec-kv {
  background-image: url(../img/toppage/kv@pc.webp), linear-gradient(90deg, #49abed 0%, #49abed 50%, #eff5ff 50%, #eff5ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, top left;
  background-size: auto 100%, 100% 100%;
  height: min(630px, calc(630 / 1100 * 100vw));
}

body[data-type=top] .sec-kv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: min(80px, calc(80 / 1100 * 100vw));
}

body[data-type=top] .sec-kv h1 img {
  opacity: 0;
  transform: translateY(30px);
}

body[data-type=top] .sec-kv .h1-1 {
  width: min(262px, calc(262 / 1100 * 100vw));
}

body[data-type=top] .sec-kv .h1-2 {
  width: min(860px, calc(860 / 1100 * 100vw));
}

body[data-type=top] .sec-kv .h1-3 {
  width: min(418px, calc(418 / 1100 * 100vw));
}

body[data-type=top] .sec-about .inner {
  margin: 0 auto;
  width: min(1024px, calc(1024 / 1100 * 100vw));
  padding: min(80px, calc(80 / 1100 * 100vw)) 0;
}

body[data-type=top] .sec-about .lead1 {
  margin: 0 auto min(60px, calc(60 / 1100 * 100vw)) auto;
  width: min(848px, calc(848 / 1100 * 100vw));
  line-height: 1.8;
  font-size: 19px;
}

body[data-type=top] .sec-about .lead2 {
  text-align: center;
  margin-bottom: min(30px, calc(30 / 1100 * 100vw));
  font-weight: 700;
  line-height: 1.56;
  font-size: 32px;
}

body[data-type=top] .sec-about .lead2 span {
  color: var(--color-blue);
}

body[data-type=top] .sec-about nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(32px, calc(32 / 1100 * 100vw));
}

body[data-type=top] .sec-about .item {
  filter: drop-shadow(0 min(4px, calc(4 / 1100 * 100vw)) min(12px, calc(12 / 1100 * 100vw)) rgba(0, 0, 0, 0.1));
  overflow: hidden;
  background: var(--color-white);
  border-radius: min(7px, calc(7 / 1100 * 100vw));
}

body[data-type=top] .sec-about .item.residential .item-header {
  background: var(--color-green);
}

body[data-type=top] .sec-about .item.residential .item-header::after {
  background: var(--color-green);
}

body[data-type=top] .sec-about .item.residential .button a {
  background: var(--color-green);
}

body[data-type=top] .sec-about .item.businesses .item-header {
  background: var(--color-blue);
}

body[data-type=top] .sec-about .item.businesses .item-header::after {
  background: var(--color-blue);
}

body[data-type=top] .sec-about .item.businesses .button a {
  background: var(--color-blue);
}

body[data-type=top] .sec-about .item-header {
  position: relative;
  font-weight: 900;
  text-align: center;
  color: var(--color-white);
  padding: min(32px, calc(32 / 1100 * 100vw));
  font-size: 28px;
}

body[data-type=top] .sec-about .item-header::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(-13px, calc(-13 / 1100 * 100vw));
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  aspect-ratio: 24/14;
  width: min(24px, calc(24 / 1100 * 100vw));
}

body[data-type=top] .sec-about .item-header span {
  color: var(--color-yellow);
}

body[data-type=top] .sec-about .item-inner {
  display: flex;
  flex-direction: column;
  gap: min(15px, calc(15 / 1100 * 100vw));
  padding: min(50px, calc(50 / 1100 * 100vw)) min(30px, calc(30 / 1100 * 100vw)) min(40px, calc(40 / 1100 * 100vw)) min(30px, calc(30 / 1100 * 100vw));
}

body[data-type=top] .sec-about .button {
  display: flex;
  justify-content: center;
}

body[data-type=top] .sec-about .button a {
  transition: opacity 0.3s;
}

body[data-type=top] .sec-about .button a {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-weight: 700;
  gap: min(8px, calc(8 / 1100 * 100vw));
  border-radius: min(7px, calc(7 / 1100 * 100vw));
  padding: min(18px, calc(18 / 1100 * 100vw)) min(25px, calc(25 / 1100 * 100vw));
  width: min(387px, calc(387 / 1100 * 100vw));
  filter: drop-shadow(0 min(4px, calc(4 / 1100 * 100vw)) 0 rgba(143, 167, 222, 0.5));
  font-size: 19px;
}

body[data-type=top] .sec-about .button a::after {
  content: "";
  flex-shrink: 1;
  background: url(../img/common/icon_arrow_w.svg) no-repeat;
  background-size: contain;
  aspect-ratio: 8/16;
  width: min(8px, calc(8 / 1100 * 100vw));
}

body[data-type=top] .sec-about .button a.is-disabled {
  pointer-events: none;
  color: #777;
  background: #eee !important;
  filter: none;
}

body[data-type=top] .sec-about .button a.is-disabled::after {
  display: none;
}

body[data-type=top] .sec-about .button a span {
  text-align: center;
  flex: 1;
}

body[data-type=top] .sec-about .caution {
  font-size: 19px;
}

:where(body) {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 16px;
}

sup {
  font-size: 70%;
}

@media print, screen and (min-width: 769px) {
  .global_header .menu.for-sp {
    display: none;
  }

  ._only_sp {
    display: none;
  }
}

@media only screen and (max-width: 768.8px) {
  .cmn-gap-l {
    gap: 13.3333333333vw;
  }

  .cmn-gap-m {
    gap: 3.3333333333vw;
  }

  .cmn-text {
    font-size: 1.6rem;
  }

  .cmn-text-l {
    font-size: 2rem;
  }

  .cmn-caution {
    font-size: 1.2rem;
  }

  .cmn-container + .cmn-1col {
    padding: 0 6.6666666667vw;
    margin-top: 16vw;
    margin-bottom: 21.3333333333vw;
  }

  .cmn-container {
    max-width: inherit;
    padding: 0 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }

  .cmn-container:last-child {
    margin-bottom: 21.3333333333vw;
  }

  .cmn-container .box {
    border-radius: 1.3333333333vw;
    padding: 10.6666666667vw 0 13.3333333333vw 0;
  }

  .cmn-container .inner {
    width: 73.8666666667vw;
  }

  .cmn-table th,
  .cmn-table td,
  .cmn-table-period th,
  .cmn-table-period td {
    display: block;
    padding: 3.2vw 4.2666666667vw;
  }

  .cmn-table th,
  .cmn-table-period th {
    width: auto;
  }

  .cmn-table th,
  .cmn-table td {
    font-size: 1.6rem;
  }

  .cmn-table-period th,
  .cmn-table-period td {
    font-size: 1.8rem;
  }

  .cmn-table-period th .cmn-text,
  .cmn-table-period td .cmn-text {
    font-size: 1.8rem;
  }

  .cmn-table-status table {
    table-layout: auto;
    max-width: inherit;
  }

  .cmn-table-status th,
  .cmn-table-status td {
    font-size: 1.25rem;
  }

  .cmn-table-status th,
  .cmn-table-status td {
    letter-spacing: 0;
    padding: 1.6vw 0.5333333333vw;
  }

  .cmn-2col {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .cmn-1col .cmn-button {
    width: 100%;
  }

  .cmn-button a {
    gap: 2.1333333333vw;
    filter: drop-shadow(0 1.0666666667vw 0 rgba(143, 167, 222, 0.5));
    border-radius: 1.8666666667vw;
    padding: 4.8vw 4vw;
  }

  .cmn-button a span {
    font-size: 1.6rem;
  }

  .cmn-button a::after {
    width: 2.1333333333vw;
  }

  .cmn-button a[target=_blank]::after {
    width: 8vw;
  }

  .cmn-button a[href$=".pdf"]::after {
    width: 5.3333333333vw;
  }

  .cmn-button a[href$=".zip"]::after,
  .cmn-button a[href$=".doc"]::after {
    width: 6.4vw;
  }

  .cmn-faq > div::after {
    bottom: -5.3333333333vw;
  }

  .cmn-faq dt {
    font-size: 1.6rem;
  }

  .cmn-faq dt {
    padding-left: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .cmn-faq dt::before {
    top: -0.2666666667vw;
    width: 8vw;
  }

  .cmn-faq dt::after {
    left: 2.6666666667vw;
  }

  .cmn-faq dd {
    font-size: 1.6rem;
  }

  .cmn-faq dd {
    padding-left: 10.6666666667vw;
  }

  .cmn-faq dd::before {
    top: -0.2666666667vw;
    width: 8vw;
  }

  .cmn-faq dd::after {
    font-size: 1.6rem;
  }

  .cmn-faq dd::after {
    top: -0.2666666667vw;
    left: calc(2.6666666667vw + 2px);
  }

  .anchor {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 8vw;
    margin-bottom: 8vw;
    width: 86.6666666667vw;
  }

  .anchor a {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw 0;
  }

  .anchor a::after {
    transform: translate(-1.6vw, 1.6vw) rotate(90deg);
    width: 1.8666666667vw;
  }

  .bread-crumbs {
    padding: 2.6666666667vw 0;
  }

  .bread-crumbs ul {
    font-size: 1.2rem;
  }

  .bread-crumbs ul {
    max-width: inherit;
    padding: 0 4vw;
  }

  .bread-crumbs ul li:not(:last-child) a {
    column-gap: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }

  .bread-crumbs ul li:not(:last-child) a::after {
    width: 1.3333333333vw;
  }

  .cmn-h1-container {
    padding: 5.3333333333vw 0 10.6666666667vw 0;
    margin-bottom: 8vw;
  }

  .cmn-h1-container:not(:has(.lead)) {
    padding-bottom: 5.3333333333vw;
  }

  .cmn-h1-container::before {
    left: auto;
    margin-left: 0;
    right: -48vw;
    top: -53.3333333333vw;
    width: 120vw;
  }

  .cmn-h1-wrap {
    max-width: inherit;
    padding: 0 4vw;
  }

  .cmn-h1-wrap .lead {
    font-size: 1.6rem;
  }

  .cmn-h1-wrap .lead {
    width: 86.6666666667vw;
  }

  .cmn-h1 {
    aspect-ratio: 690/202;
    border-radius: 1.3333333333vw;
    margin-bottom: 8vw;
  }

  .cmn-h1::after {
    background-image: url(../img/common/bg_h1@sp.webp);
  }

  .cmn-h1 h1 {
    font-size: 2.6rem;
  }

  .cmn-h1 h1 {
    width: 78.4vw;
  }

  .cmn-h2.h2-type1 {
    padding: 5.3333333333vw 6.6666666667vw 8vw 6.6666666667vw;
  }

  .cmn-h2.h2-type1 h2 {
    font-size: 2.6rem;
  }

  .cmn-h2.h2-type1 h2 {
    gap: 2.6666666667vw;
  }

  .cmn-h2.h2-type1 h2::after {
    width: 6.4vw;
  }

  .cmn-h2 {
    margin-bottom: 3.3333333333vw;
  }

  .cmn-h2 h2 {
    font-size: 2rem;
  }

  .cmn-h2.h3-type1 {
    border-radius: 1.3333333333vw;
    padding: 2.1333333333vw 3.2vw;
  }

  .cmn-h2.h3-type1::after {
    background-image: url(../img/common/bg_h3@sp.webp);
    aspect-ratio: 288/90;
    width: 38.4vw;
  }

  .cmn-h2.h3-type2 {
    padding-left: 3.2vw;
    border-width: 1.0666666667vw;
  }

  main {
    padding-top: 21.3333333333vw;
  }

  .global_header {
    height: 21.3333333333vw;
  }

  .global_header .header {
    max-width: inherit;
    padding: 0 5.3333333333vw 0 4vw;
  }

  .global_header .logo {
    width: 48.1333333333vw;
  }

  .global_header .menu.for-pc {
    display: none;
  }

  .global_header .menu.for-sp {
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 21.3333333333vw;
    left: 0;
    width: 100vw;
    height: calc(100vh - 21.3333333333vw);
    background: var(--color-white);
  }

  .global_header .menu.for-sp .menu-back {
    position: absolute;
    inset: 0;
    cursor: default;
  }

  .global_header .menu.for-sp .menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    overscroll-behavior: none;
  }

  .global_header .menu.for-sp .menu-panel .menu-scroller {
    position: relative;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
  }

  .global_header .menu.for-sp .menu-panel .menu-content {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    padding-bottom: 5.3333333333vw;
  }

  .global_header .menu.for-sp .menu-panel nav {
    border-bottom: 1px solid var(--color-border);
  }

  .global_header .menu.for-sp .menu-panel nav .title {
    text-align: center;
    font-weight: 900;
    font-size: 2rem;
    color: var(--color-white);
    padding: 4vw;
  }

  .global_header .menu.for-sp .menu-panel nav .title span {
    color: var(--color-yellow);
  }

  .global_header .menu.for-sp .menu-panel nav.nav-businesses .title {
    background: var(--color-blue);
  }

  .global_header .menu.for-sp .menu-panel nav.nav-residential .title {
    background: var(--color-green);
  }

  .global_header .menu.for-sp .menu-panel nav .nav {
    display: flex;
    flex-direction: column;
    padding: 0 6.6666666667vw;
  }

  .global_header .menu.for-sp .menu-panel nav .nav a {
    position: relative;
    font-size: 1.8rem;
    padding: 4.8vw 0 4.8vw 6.4vw;
  }

  .global_header .menu.for-sp .menu-panel nav .nav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-border);
    width: 2.6666666667vw;
    height: 2px;
  }

  .global_header .menu.for-sp .menu-panel nav .nav a:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
  }

  .global_header .menu.for-sp .menu-panel nav .nav a.is-disabled {
    pointer-events: none;
    color: #aaa;
  }

  .global_header .menu.for-sp .menu-panel nav .nav .caution {
    padding: 3.2vw 0;
    font-size: 1.6rem;
  }

  .global_header .menu.for-sp .menu-panel .button-contact {
    margin: 0 auto;
    display: flex;
    background: var(--grad-yellow);
    gap: 2.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 4.8vw 5.8666666667vw;
    font-weight: 700;
    font-size: 1.6rem;
    filter: drop-shadow(0 1.0666666667vw 0 rgba(143, 167, 222, 0.5));
    width: 86.6666666667vw;
  }

  .global_header .menu.for-sp .menu-panel .button-contact span {
    flex: 1;
    text-align: center;
  }

  .global_header .menu.for-sp .menu-panel .button-contact .icon {
    flex-shrink: 1;
    width: 5.3333333333vw;
  }

  .global_header .menu-button {
    display: block;
  }

  .global_header .menu-button label {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    border: 2px solid var(--color-border);
    border-radius: 1.8666666667vw;
    gap: 2.1333333333vw;
    width: 12.2666666667vw;
  }

  .global_header .menu-button label span {
    transition: transform 0.3s;
    background: var(--color-blue);
    width: 6.4vw;
    height: 2px;
  }

  .global_header .menu-button.is-open span:first-child {
    transform: translate(0, 1.3333333333vw) rotate(45deg);
  }

  .global_header .menu-button.is-open span:last-child {
    transform: translate(0, -1.3333333333vw) rotate(-45deg);
  }

  footer::before {
    right: auto;
    margin-right: 0;
    left: -26.6666666667vw;
    bottom: -21.3333333333vw;
    width: 120vw;
  }

  footer .inner {
    padding: 13.3333333333vw 0;
    width: 86.6666666667vw;
  }

  footer .contact {
    font-size: 2.6rem;
  }

  footer .contact {
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }

  footer .contact::after {
    width: 6.4vw;
  }

  footer .box {
    text-align: left;
    border-radius: 1.3333333333vw;
    padding: 10.6666666667vw 5.3333333333vw 16vw 5.3333333333vw;
  }

  footer .secretariat {
    margin-bottom: 5.3333333333vw;
  }

  footer .secretariat strong {
    font-size: 2rem;
  }

  footer .secretariat span {
    font-size: 1.6rem;
  }

  footer .tel-wrap {
    gap: 0;
    flex-direction: column;
    margin-bottom: 4vw;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }

  footer .tel-wrap::after {
    display: none;
  }

  footer .tel-inner {
    gap: 2.6666666667vw;
    padding: 4vw 0;
    align-items: flex-start;
  }

  footer .tel-inner.residential {
    border-bottom: 1px solid var(--color-border);
  }

  footer .tel-inner .title {
    font-size: 1.4rem;
  }

  footer .tel-inner .icon {
    width: 4.8vw;
    margin-right: 1.3333333333vw;
  }

  footer .tel-inner .no {
    font-size: 2.6rem;
  }

  footer .tel-inner span {
    font-size: 1.6rem;
  }

  footer .time {
    font-size: 1.6rem;
  }

  footer .holiday {
    font-size: 1.2rem;
  }

  footer .mail {
    font-size: 1.2rem;
  }

  footer .mail {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  footer .button-contact a {
    font-size: 1.6rem;
  }

  footer .button-contact a {
    filter: drop-shadow(0 1.0666666667vw 0 rgba(143, 167, 222, 0.5));
    width: 100%;
    gap: 2.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 4.8vw 5.8666666667vw;
  }

  footer .button-contact a .icon {
    width: 5.3333333333vw;
  }

  footer .copyright {
    font-size: 0.8rem;
  }

  footer .copyright {
    padding: 8vw 0;
  }

  .pagetop {
    width: 11.2vw;
    transform: translateY(29.8666666667vw);
    bottom: 13.3333333333vw;
    right: 4vw;
  }

  .pagetop::after {
    width: 1.6vw;
  }

  body[data-type=top] .sec-kv {
    background: url(../img/toppage/kv@sp.webp) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 78.6666666667vw;
  }

  body[data-type=top] .sec-kv h1 {
    padding-top: 8vw;
  }

  body[data-type=top] .sec-kv .h1-1 {
    width: 29.3333333333vw;
  }

  body[data-type=top] .sec-kv .h1-2 {
    width: 94.4vw;
  }

  body[data-type=top] .sec-kv .h1-3 {
    width: 47.2vw;
  }

  body[data-type=top] .sec-about .inner {
    width: 86.6666666667vw;
    padding: 10.6666666667vw 0 14.6666666667vw 0;
  }

  body[data-type=top] .sec-about .lead1 {
    font-size: 1.6rem;
  }

  body[data-type=top] .sec-about .lead1 {
    width: auto;
    line-height: 1.56;
    margin-bottom: 10.6666666667vw;
  }

  body[data-type=top] .sec-about .lead2 {
    font-size: 2rem;
  }

  body[data-type=top] .sec-about .lead2 {
    line-height: 1.4;
    margin-bottom: 8vw;
  }

  body[data-type=top] .sec-about nav {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
  }

  body[data-type=top] .sec-about .item {
    filter: drop-shadow(0 1.0666666667vw 3.2vw rgba(0, 0, 0, 0.1));
    border-radius: 1.3333333333vw;
  }

  body[data-type=top] .sec-about .item-header {
    font-size: 2rem;
  }

  body[data-type=top] .sec-about .item-header {
    padding: 4.2666666667vw;
  }

  body[data-type=top] .sec-about .item-header::after {
    bottom: -2.4vw;
    width: 4.5333333333vw;
  }

  body[data-type=top] .sec-about .item-inner {
    gap: 4.2666666667vw;
    padding: 8vw 6.9333333333vw 9.6vw 6.9333333333vw;
  }

  body[data-type=top] .sec-about .button a {
    font-size: 1.6rem;
  }

  body[data-type=top] .sec-about .button a {
    gap: 2.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 4.8vw 6.6666666667vw;
    width: 100%;
    filter: drop-shadow(0 1.0666666667vw 0 rgba(143, 167, 222, 0.5));
  }

  body[data-type=top] .sec-about .button a::after {
    width: 2.1333333333vw;
  }

  body[data-type=top] .sec-about .caution {
    font-size: 1.6rem;
  }

  :where(body) {
    font-size: 1.6rem;
  }

  :where(body) {
    overflow-x: clip;
  }

  ._only_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099.8px) {
  .cmn-text {
    font-size: 1.6rem;
  }

  .cmn-text-l {
    font-size: 2.2rem;
  }

  .cmn-caution {
    font-size: 1.2rem;
  }

  .cmn-table th,
  .cmn-table td {
    font-size: 1.6rem;
  }

  .cmn-table-period th,
  .cmn-table-period td {
    font-size: 1.9rem;
  }

  .cmn-table-period th .cmn-text,
  .cmn-table-period td .cmn-text {
    font-size: 1.9rem;
  }

  .cmn-table-status th,
  .cmn-table-status td {
    font-size: 1.7rem;
  }

  .cmn-button a span {
    font-size: 1.9rem;
  }

  .cmn-faq dt {
    font-size: 1.9rem;
  }

  .cmn-faq dd {
    font-size: 1.6rem;
  }

  .cmn-faq dd::after {
    font-size: 1.9rem;
  }

  .bread-crumbs ul {
    font-size: 1.2rem;
  }

  .cmn-h1-wrap .lead {
    font-size: 1.6rem;
  }

  .cmn-h1 h1 {
    font-size: 4.6rem;
  }

  .cmn-h2.h2-type1 h2 {
    font-size: 4.6rem;
  }

  .cmn-h2 h2 {
    font-size: 2.4rem;
  }

  .global_header .menu.for-pc .nav a[class^=nav] {
    font-size: 1.6rem;
  }

  .global_header .menu.for-pc .nav a[class^=nav] span {
    font-size: 1.4rem;
  }

  .global_header .menu.for-pc .nav a.button-contact {
    font-size: 1.6rem;
  }

  footer .contact {
    font-size: 4.6rem;
  }

  footer .secretariat strong {
    font-size: 2.8rem;
  }

  footer .secretariat span {
    font-size: 1.9rem;
  }

  footer .tel-inner .title {
    font-size: 1.9rem;
  }

  footer .tel-inner .no {
    font-size: 4.6rem;
  }

  footer .tel-inner span {
    font-size: 1.9rem;
  }

  footer .time {
    font-size: 1.9rem;
  }

  footer .holiday {
    font-size: 1.4rem;
  }

  footer .mail {
    font-size: 1.4rem;
  }

  footer .button-contact a {
    font-size: 1.9rem;
  }

  footer .copyright {
    font-size: 1.2rem;
  }

  body[data-type=top] .sec-about .lead1 {
    font-size: 1.9rem;
  }

  body[data-type=top] .sec-about .lead2 {
    font-size: 3.2rem;
  }

  body[data-type=top] .sec-about .item-header {
    font-size: 2.8rem;
  }

  body[data-type=top] .sec-about .button a {
    font-size: 1.9rem;
  }

  body[data-type=top] .sec-about .caution {
    font-size: 1.9rem;
  }

  :where(body) {
    font-size: 1.6rem;
  }
}

@media (hover: hover) {
  .cmn-h1-container .lead a:hover,
  .sec-about .lead1 a:hover,
  .cmn-container .cmn-text a:hover,
  .cmn-container .cmn-text-l a:hover,
  .cmn-container .cmn-caution a:hover,
  .cmn-container th a:hover,
  .cmn-container td a:hover,
  .cmn-container ul li a:hover,
  .cmn-container ol li a:hover {
    text-decoration-color: transparent;
  }

  .cmn-button a:hover {
    opacity: 0.8;
  }

  .anchor a:hover {
    opacity: 0.8;
  }

  .bread-crumbs ul a:hover {
    text-decoration-color: currentColor;
  }

  .global_header .logo:hover {
    opacity: 0.8;
  }

  .global_header .menu.for-pc .nav a:hover {
    opacity: 0.8;
  }

  footer .button-contact a:hover {
    opacity: 0.8;
  }

  body[data-type=top] .sec-about .button a:hover {
    opacity: 0.8;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cmn-h1-container .lead a:hover,
  .sec-about .lead1 a:hover,
  .cmn-container .cmn-text a:hover,
  .cmn-container .cmn-text-l a:hover,
  .cmn-container .cmn-caution a:hover,
  .cmn-container th a:hover,
  .cmn-container td a:hover,
  .cmn-container ul li a:hover,
  .cmn-container ol li a:hover {
    text-decoration-color: transparent;
  }

  .cmn-button a:hover {
    opacity: 0.8;
  }

  .anchor a:hover {
    opacity: 0.8;
  }

  .bread-crumbs ul a:hover {
    text-decoration-color: currentColor;
  }

  .global_header .logo:hover {
    opacity: 0.8;
  }

  .global_header .menu.for-pc .nav a:hover {
    opacity: 0.8;
  }

  footer .button-contact a:hover {
    opacity: 0.8;
  }

  body[data-type=top] .sec-about .button a:hover {
    opacity: 0.8;
  }
}