@charset "UTF-8";
:root {
  --oswald: "Oswald", sans-serif;
}

/* 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;
}

::selection {
  background-color: #0b355c;
  color: #fff;
}

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

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

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

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

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

a {
  color: #012241;
}
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: 1336px;
  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: #012241;
}
.header {
  padding: 25px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.headerBox {
  max-width: 1286px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  height: 60px;
  margin: 0 auto;
  gap: 25px;
}

.headerLogo {
  display: block;
  width: 300px;
}

.headerLogoLink {
  display: block;
}

.mainPage {
  margin: 0 0 80px;
  min-height: calc(100svh - 80px - 100px - 110px - 200px);
}

.pageTitleWrap {
  height: 100px;
  background-color: #EDEFF0;
  padding: 25px;
  display: flex;
  align-items: center;
}

.pageTitle {
  display: block;
  max-width: 1286px;
  margin-inline: auto;
  width: 100%;
  color: #073D70;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
}

.bread {
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  max-width: 1336px;
  margin-inline: auto;
  padding: 10px 25px;
  overflow-x: auto;
  white-space: nowrap;
}

.breadItem:not(:last-of-type) {
  display: flex;
  align-items: center;
}
.breadItem:not(:last-of-type)::after {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 15px;
  rotate: -45deg;
}

.breadLink {
  text-decoration: none;
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.821429;
  display: block;
}

.breadText {
  color: #707070;
  font-size: 1.4rem;
  line-height: 1.821429;
  display: block;
}

.newsList {
  border-top: 1px dashed #D9D9D9;
}

.newsListItem {
  border-bottom: 1px dashed #D9D9D9;
}

.newsListLink {
  display: grid;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
}

.newsListDate {
  color: #A8A8A8;
  font-size: 1.4rem;
  font-weight: bold;
}

.newsListTitle {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4375;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 40px 0 0;
}

.paginationNumber {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D9D9D9;
  text-decoration: none;
  font-weight: bold;
  color: #073D70;
}

.paginationNow {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #073D70;
  color: #fff;
  font-weight: bold;
}

.paginationPrev {
  height: 30px;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
}
.paginationPrev::before {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  border-left: 2px solid #073D70;
  border-top: 2px solid #073D70;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.paginationNext {
  height: 30px;
  aspect-ratio: 1/1;
  position: relative;
  display: block;
}
.paginationNext::before {
  content: "";
  width: 15px;
  aspect-ratio: 1/1;
  border-right: 2px solid #073D70;
  border-top: 2px solid #073D70;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.articleAsideListWrap {
  position: sticky;
  top: 25px;
}

.articleAsideListWrapTitle {
  background-color: #073D70;
  color: #fff;
  display: block;
  text-align: center;
  padding: 13px;
  margin: 0 0 10px;
}

.articleAsideListItem {
  border-bottom: 1px dashed #D9D9D9;
}

.articleAsideListLink {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 16px 0;
}

.articleAsideListDate {
  display: block;
  color: #A8A8A8;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0 0 6px;
}

.articleAsideListTitle {
  font-size: inherit;
  line-height: 1.4375;
  font-weight: normal;
}

.articleAsideListMore {
  background-color: #073D70;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 4px 8px;
  width: fit-content;
  margin: 20px 0 0 auto;
}
.articleAsideListMore::before {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #fff;
  flex-shrink: 0;
  margin: 0 9px 0 0;
  box-shadow: 0 3px 0 #fff, 0 -3px 0 #fff;
}

.articleAsideNo {
  padding: 15px 0;
}

.pageSubTitle {
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 10px;
  border-bottom: 2px solid #2356A1;
  margin: 0 0 20px;
}

.barTitle {
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 0 0 0 18px;
  position: relative;
  margin: 0 0 15px;
}
.barTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  background-color: #2356A1;
  height: calc(100% + 6px);
  transform: translateY(-50%);
}

.contact {
  background-color: #EEF3F8;
  border-radius: 15px;
  padding: 20px 15px;
}

.contactTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 15px;
}

.contactTelWrap {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.contactTel {
  display: flex;
  align-items: center;
  color: #2356A1;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
}
.contactTel::before {
  content: "";
  aspect-ratio: 1/1;
  width: 20px;
  background-image: url(../images/contact-tel.svg);
  margin: 0 2px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.contactTelSub {
  color: #2356A1;
  font-weight: bold;
  margin: 0 0 0 6px;
}

.contactFax {
  display: flex;
  align-items: center;
  color: #2356A1;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 16px;
}
.contactFax::before {
  content: "";
  aspect-ratio: 1/1;
  width: 17px;
  background-image: url(../images/contact-fax.svg);
  margin: 0 5px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.bgTitle {
  background-color: #EEF3F8;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 15px;
  margin: 0 0 20px;
}

.footer {
  background-color: rgba(4, 39, 69, 0.42);
  padding: 25px;
}

.footerBox {
  max-width: 1286px;
  margin-inline: auto;
}

.footerTop {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 6px;
}

.footerLogo {
  width: 75%;
  margin: 0 0 25px;
  display: block;
}

.footerAddress {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.82143;
  margin: 0 0 10px;
  display: block;
}

.footerTel {
  display: flex;
  align-items: baseline;
}

.footerTelTitle {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 8px 0 0;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}

.footerTelNumber {
  font-family: var(--oswald);
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
}

.footerTelSub {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 0 0 5px;
  line-height: 1.2;
}

.copyright {
  font-size: 1.1rem;
  line-height: 1.1;
  color: #fff;
}

@media (min-width: 960px){
  body {
    font-size: 1.6rem;
    text-align: justify;
  }
  .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;
  }
  .header {
    padding: 40px 25px;
  }
  .headerBox {
    height: 80px;
  }
  .headerLogo {
    width: auto;
  }
  .mainPage {
    margin: 0 0 160px;
  }
  .pageTitleWrap {
    height: 140px;
  }
  .pageTitle {
    font-size: 3.2rem;
  }
  .bread {
    margin: 0 auto 75px;
    padding: 16px 25px;
  }
  .breadItem:not(:last-of-type)::after {
    margin: 0 20px;
  }
  .newsListLink {
    grid-template-columns: 100px 1fr;
    gap: 30px;
    padding: 20px 0;
  }
  .pagination {
    margin: 90px 0 0;
  }
  .paginationNumber {
    width: 45px;
  }
  .paginationNow {
    width: 45px;
  }
  .paginationPrev {
    height: 45px;
  }
  .paginationPrev::before {
    width: 20px;
  }
  .paginationNext {
    height: 45px;
  }
  .paginationNext::before {
    width: 20px;
  }
  .pageSubTitle {
    font-size: 3rem;
    border-width: 3px;
    padding: 0 0 15px;
    margin: 0 0 25px;
  }
  .barTitle {
    font-size: 2.4rem;
    padding: 0 0 0 23px;
    margin: 0 0 20px;
  }
  .barTitle::before {
    width: 10px;
    height: calc(100% + 14px);
  }
  .contact {
    border-radius: 25px;
    padding: 46px 69px 37px 38px;
    width: fit-content;
  }
  .contactTitle {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .contactTelWrap {
    margin: 0 0 16px;
  }
  .contactTel {
    font-size: 2.4rem;
  }
  .contactTel::before {
    width: 27px;
  }
  .contactFax {
    font-size: 2.4rem;
    margin: 0 0 22px;
  }
  .contactFax::before {
    width: 24px;
  }
  .bgTitle {
    font-size: 2.4rem;
    padding: 19px 18px;
    margin: 0 0 24px;
  }
  .footer {
    padding: 22px 25px 5px;
    min-height: 130px;
  }
  .footerTop {
    display: flex;
    align-items: center;
  }
  .footerLogo {
    max-width: 360px;
    margin: 0 30px 0 0;
  }
  .footerAddress {
    margin: 0 17px 0 0;
    font-size: 1.4rem;
  }
  .footerTelWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}

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

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