@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
}

::selection {
  background-color: #FFEF27;
  color: #333;
}

html * {
  font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

html,
body {
  position: relative;
  width: 100%;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
}

body {
  font-size: 1.4rem;
  line-height: 1.6875;
}

:where(body, button, input, textarea, select) {
  color: #000000;
  font-size: inherit;
  line-height: inherit;
}

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

a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 25px;
}

.mb35 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 30px;
}

.mb45 {
  margin-bottom: 35px;
}

.mb50 {
  margin-bottom: 30px;
}

.mb55 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 30px;
}

.mb65 {
  margin-bottom: 30px;
}

.mb70 {
  margin-bottom: 35px;
}

.mb75 {
  margin-bottom: 35px;
}

.mb80 {
  margin-bottom: 40px;
}

.mb85 {
  margin-bottom: 40px;
}

.mb90 {
  margin-bottom: 45px;
}

.mb95 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 50px;
}

.mb110 {
  margin-bottom: 55px;
}

.mb120 {
  margin-bottom: 60px;
}

.mb125 {
  margin-bottom: 65px;
}

.mb130 {
  margin-bottom: 60px;
}

.mb140 {
  margin-bottom: 60px;
}

.mb150 {
  margin-bottom: 60px;
}

.mb160 {
  margin-bottom: 70px;
}

.mb170 {
  margin-bottom: 70px;
}

.mb180 {
  margin-bottom: 70px;
}

.mb190 {
  margin-bottom: 70px;
}

.mb200 {
  margin-bottom: 70px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

.pcBr {
  display: none;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #fff;
}

html::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.pageHeader {
  padding: 20px 5%;
}

.pageHeaderLogo {
  max-width: 124px;
}

.pageHeaderLogoLink {
  display: block;
  transition: opacity 0.3s;
}
.pageHeaderLogoLink:hover {
  opacity: 0.7;
}

.contentsOuter {
  background-color: #000000;
  overflow: hidden;
}

.pageContents {
  margin-bottom: 80px;
}

.screenReaderText {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

.maxContainer {
  max-width: 1360px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.maxImg {
  width: 100%;
  height: auto;
}

.breadcrumbOuter {
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  margin: 0 auto 50px;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  padding: 15px 5%;
}

.breadcrumbItem {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
}
.breadcrumbItem:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.breadcrumbItem:last-child:after {
  content: none;
}

.breadcrumbLink {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  text-decoration: none;
}
.breadcrumbLink:hover {
  text-decoration: underline;
}

.sectionTitle {
  color: #184133;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sectionTitle span {
  display: inline-block;
}

.pageTitle {
  padding: 20px 5% 40px;
}

.newsPageTitleImg {
  max-width: 250px;
  width: 50%;
}

.pageButton {
  border: none;
  background-color: transparent;
  border-radius: 30px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 50px;
  transition: background 0.3s, color 0.3s;
}
.pageButton:hover {
  background-color: #000;
  color: #fff;
}

.archiveNews {
  max-width: 960px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.archiveNewsList {
  display: grid;
}

.archiveNewsListItem {
  border-bottom: 1px solid #494949;
}
.archiveNewsListItem:first-child {
  border-top: 1px solid #494949;
}

.archiveNewsLink {
  color: #fff;
  display: grid;
  gap: 5px 20px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 20px 45px 20px 0;
  position: relative;
  transition: opacity 0.3s;
}
.archiveNewsLink:after {
  content: "";
  display: block;
  border-left: 14px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}
.archiveNewsLink:hover {
  opacity: 0.7;
}

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

.archiveNewsTitle {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.archivePagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 50px;
}

.archivePaginationNum {
  background-color: #4A4A4A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  width: 34px;
  height: 38px;
  transition: 0.3s;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.archivePaginationNum.current {
  background-color: #fff;
  color: #000;
}

a.archivePaginationNum:hover {
  background-color: #fff;
  color: #000;
}

.archivePaginationPrev {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  transition: 0.3s;
}
.archivePaginationPrev:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -12%;
  transform: rotate(-135deg);
  transition: 0.3s;
}
.archivePaginationPrev:hover {
  background-color: #4A4A4A;
}
.archivePaginationPrev.disable {
  pointer-events: none;
}
.archivePaginationPrev.disable:before {
  border-top: solid 2px #4A4A4A;
  border-right: solid 2px #4A4A4A;
}

.archivePaginationNext {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  transition: 0.3s;
}
.archivePaginationNext:before {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 12px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 12%;
  transform: rotate(45deg);
  transition: 0.3s;
}
.archivePaginationNext:hover {
  background-color: #4A4A4A;
}
.archivePaginationNext.disable {
  pointer-events: none;
}
.archivePaginationNext.disable:before {
  border-top: solid 2px #4A4A4A;
  border-right: solid 2px #4A4A4A;
}

.no-post {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  padding: 50px 0;
}

.contact {
  background-color: #fff;
  padding: 70px 0 80px;
  overflow: hidden;
}
.contact .maxContainer {
  position: relative;
  z-index: 1;
}

.bgMaterial04 {
  max-width: 542px;
  width: 35vw;
  pointer-events: none;
  position: absolute;
  top: -60%;
  left: -10%;
  z-index: 0;
}

.bgMaterial05 {
  max-width: 475px;
  width: 35vw;
  pointer-events: none;
  position: absolute;
  bottom: -50%;
  right: -20%;
  z-index: 0;
}

.contactContents {
  position: relative;
  z-index: 1;
}

.contactTitle {
  max-width: 405px;
  width: 80%;
  margin: 0 auto 30px;
}

.contactNum {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.contactNumLink {
  font-size: 2.4rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.contactNumLink:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.contactTime {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.footer {
  border-top: 1px solid #fff;
  padding: 40px 0;
}

.footerLogo {
  max-width: 96px;
  margin: 0 auto 30px;
}

.copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 768px){
  .pageHeader {
    padding: 40px 5%;
  }
  .pageContents {
    margin-bottom: 100px;
  }
  .sectionTitle {
    font-size: 4rem;
  }
  .archiveNewsLink {
    grid-template-columns: 135px 1fr;
  }
  .archiveNewsTitle {
    width: auto;
  }
  .archivePagination {
    gap: 12px;
  }
  .archivePaginationNum {
    font-size: 1.6rem;
    width: 48px;
    height: 55px;
  }
  .archivePaginationPrev {
    width: 48px;
    height: 48px;
  }
  .archivePaginationNext {
    width: 48px;
    height: 48px;
  }
  .contact {
    padding: 90px 0 100px;
  }
  .contactTitle {
    width: 100%;
    margin: 0 auto 70px;
  }
  .contactNum {
    font-size: 3.2rem;
  }
  .contactNumLink {
    font-size: 4.8rem;
  }
  .copyright {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px){
  body {
    font-size: 1.6rem;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb110 {
    margin-bottom: 110px;
  }
  .mb120 {
    margin-bottom: 120px;
  }
  .mb125 {
    margin-bottom: 125px;
  }
  .mb130 {
    margin-bottom: 130px;
  }
  .mb140 {
    margin-bottom: 140px;
  }
  .mb150 {
    margin-bottom: 150px;
  }
  .mb160 {
    margin-bottom: 160px;
  }
  .mb170 {
    margin-bottom: 170px;
  }
  .mb180 {
    margin-bottom: 180px;
  }
  .mb190 {
    margin-bottom: 190px;
  }
  .mb200 {
    margin-bottom: 200px;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: inline;
  }
  .maxContainer {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .breadcrumbOuter {
    margin: 0 auto 80px;
  }
  .pageTitle {
    padding: 60px 5% 80px;
  }
  .archiveNews {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .archiveNewsLink {
    gap: 5px 40px;
    padding: 20px 60px 20px 0;
  }
  .archiveNewsLink:after {
    right: 26px;
  }
  .archivePagination {
    margin-top: 80px;
  }
  .bgMaterial04 {
    width: 100%;
    top: -90%;
    left: -12%;
  }
  .bgMaterial05 {
    width: 100%;
    bottom: -50%;
    right: -12%;
  }
  .contactNumLink {
    pointer-events: none;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

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