@charset "UTF-8";
*,
::before,
::after {
  min-width: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  overflow: visible;
  clear: both;
  height: 0;
  margin: 0;
  border-top-width: 1px;
  box-sizing: content-box;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  background-color: #f4fbff;
  color: #333;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-touch-callout: none; /* iOSで電話番号のポップアップメニューを無効化 */
}

.l-header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 90px;
  background-color: #005ea4;
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}

.l-headerTtl .l-headerTtl__link {
  display: flex;
  align-items: center;
}
.l-headerTtl .l-headerTtl__img {
  width: 254px;
  height: 40px;
  margin-right: 20px;
}
.l-headerTtl .l-headerTtl__ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

@media screen and (width <= 1024px) {
  .l-header {
    height: 56px;
    padding: 0 40px;
  }
  .l-headerTtl .l-headerTtl__img {
    width: 127px;
    height: 20px;
  }
  .l-headerTtl .l-headerTtl__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (width <= 649px) {
  .l-header {
    padding: 0 20px;
  }
}
.l-footer {
  width: 100%;
  border-top: 4px solid #005ea4;
  background-color: #fff;
}
.l-footer .l-footer__upper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 0;
}
.l-footer .l-footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #005ea4;
}

.l-footerLogo {
  margin-bottom: 32px;
}
.l-footerLogo .l-footerLogo__img {
  width: 254px;
  height: 40px;
}

.l-footerDetail {
  display: flex;
  justify-content: space-between;
}
.l-footerDetail .l-footerDetail__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 206px;
}

.l-detailList {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 333px;
}
.l-detailList .l-detailList__ttl {
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.l-detailList .l-detailList__txt {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.l-externalList {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: 128px;
}
.l-externalList.--sns {
  row-gap: 12px;
  height: 46px;
}
.l-externalList .l-externalList__link {
  position: relative;
  transition: opacity 0.3s;
  color: #005ea4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.l-externalList .l-externalList__link:hover {
  opacity: 0.4;
}
.l-externalList .l-externalList__link::after {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/icon_new_tabs.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
}

.l-snsList {
  display: flex;
  flex-direction: column;
}
.l-snsList .l-snsList__ttl {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.l-iconList {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.l-iconList .l-iconList__link {
  display: inline-block;
  transition: opacity 0.3s;
}
.l-iconList .l-iconList__link:hover {
  opacity: 0.4;
}
.l-iconList .l-iconList__img {
  width: 24px;
  height: 24px;
}

.l-copylight {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

@media screen and (width <= 1024px) {
  .l-footer .l-footer__upper {
    max-width: none;
    margin: 0;
    padding: 56px 40px;
  }
  .l-footerLogo .l-footerLogo__img {
    width: 127px;
    height: 20px;
  }
  .l-detailList {
    width: 100%;
  }
  .l-footerDetail {
    flex-direction: column;
    justify-content: normal;
    row-gap: 32px;
  }
  .l-footerDetail .l-footerDetail__inner {
    width: 100%;
  }
}
@media screen and (width <= 649px) {
  .l-footer .l-footer__upper {
    padding: 56px 20px;
  }
}
.l-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.l-sidebar .l-sidebar__inner {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.l-sidebarCardList {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.l-categoryBtnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (width <= 1024px) {
  .l-categoryBtnList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width <= 649px) {
  .l-categoryBtnList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-main {
  display: flex;
  justify-content: center;
  padding: 52px 0 120px;
  background-color: #f4fbff;
}
.l-main.--detail {
  padding-top: 40px;
}
.l-main .l-main__inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  -moz-column-gap: 48px;
       column-gap: 48px;
  max-width: 1000px;
}

.l-section {
  display: flex;
  flex-direction: column;
  min-width: 632px;
}
.l-section.--blog {
  min-height: 100vh;
}
.l-section .l-section__switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

.l-rowList {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 52px;
}

.l-colList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
  margin-bottom: 20px;
}
.l-colList.--blog {
  row-gap: 24px;
  margin-bottom: 40px;
}
.l-colList.--detail {
  margin-bottom: 0;
}

.l-cardTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.l-wrapList {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.l-archiveHeading {
  margin-bottom: 28px;
}
.l-archiveHeading.--tag {
  margin-bottom: 8px;
}

.l-wrapBtnList {
  display: grid;
  grid-template-columns: repeat(4, 152px);
  gap: 8px;
}

.l-contents .l-contents__headingTtl {
  padding: 12px 0 12px 32px;
  border-radius: 6px 6px 0 0;
  background-color: #8cabc5;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.l-contents .l-contents__content {
  padding: 20px 32px 28px;
  background-color: #fff;
}
.l-contents .l-contents__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.l-contents .l-contents__list.--third {
  row-gap: 16px;
}
.l-contents .l-contents__list.--fourth {
  row-gap: 16px;
}
.l-contents .l-contents__heading {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.l-contents .l-contents__heading.--third {
  padding-left: 20px;
}
.l-contents .l-contents__heading.--fourth {
  padding-left: 20px;
}
.l-contents .l-contents__link {
  transition: opacity 0.3s;
  color: #005ea4;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.l-contents .l-contents__link:hover {
  opacity: 0.5;
}

.l-blogHeading {
  margin-bottom: 52px;
}
.l-blogHeading .l-blogHeading__img {
  margin-bottom: 16px;
  pointer-events: none;
}
.l-blogHeading .l-blogHeading__date {
  margin-bottom: 8px;
}
.l-blogHeading .l-blogHeading__classification {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 12px;
}

.l-blog {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.l-blog.--lg {
  row-gap: 24px;
  margin-top: 52px;
}
.l-blog.--md {
  margin-top: 40px;
}
.l-blog.--sm {
  margin-top: 32px;
}

.l-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.l-recommendation {
  margin-top: 60px;
}

.l-404Section {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
  margin-top: 80px;
  text-align: center;
}

@media screen and (width <= 1024px) {
  .l-main {
    padding: 40px 40px 100px;
  }
  .l-main .l-main__inner {
    display: flex;
    flex-direction: column;
    row-gap: 52px;
    min-width: 100%;
  }
  .l-section {
    min-width: auto;
  }
  .l-section.--blog {
    min-height: auto;
  }
  .l-rowList {
    row-gap: 16px;
  }
  .l-colList {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .l-wrapBtnList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (width <= 649px) {
  .l-main {
    padding: 40px 20px 100px;
  }
  .l-colList {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
  }
  .l-colList.--blog {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 32px;
  }
  .l-colList.--detail {
    display: flex;
    flex-direction: column;
  }
  .l-colList .l-colList__item.--primary {
    grid-column: span 2;
  }
  .l-wrapBtnList {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-contents .l-contents__headingTtl {
    padding-left: 20px;
    font-size: 1.8rem;
  }
  .l-contents .l-contents__content {
    padding: 20px 20px 28px;
  }
  .l-contents .l-contents__link {
    font-size: 1.2rem;
  }
  .l-blogHeading .l-blogHeading__classification {
    display: grid;
    grid-template-rows: 1fr, 1fr;
    grid-template-columns: none;
    gap: 12px 0;
  }
  .l-blog {
    row-gap: 16px;
  }
  .l-blog.--lg {
    row-gap: 20px;
  }
  .l-404Section {
    margin: 40px 0 48px;
  }
}
.c-mainTtl {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 20px;
  color: #0e375c;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.06em;
}
.c-mainTtl::before, .c-mainTtl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
}
.c-mainTtl::before {
  z-index: 10;
  width: 60px;
  background-color: #0e375c;
}
.c-mainTtl::after {
  width: 100%;
  background-color: #ddd;
}
.c-mainTtl .c-mainTtl__hash {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-mainTtl.--archive {
  margin-bottom: 20px;
}

.c-labelTtl {
  padding: 12px 16px 12px 14px;
  border-left: 2px solid #0e375c;
  background-color: #fff;
  color: #0e375c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.c-point {
  position: relative;
}
.c-point .c-point__new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 44px;
  height: 24px;
  border-radius: 0 0 6px;
  background: #ff3f3f;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-point .c-point__new.--sidebar {
  width: 36px;
  height: 20px;
}

.c-label {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.c-categoryBtn {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 0 12px 12px;
  border-radius: 2px;
  background-color: #fff;
  transition: box-shadow 0.3s;
  color: #005ea4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.c-categoryBtn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #005ea4;
  border-right: 2px solid #005ea4;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.c-categoryBtn:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.c-categoryBtn.--archive {
  transition: background-color 0.3s;
}
.c-categoryBtn.--archive:hover {
  box-shadow: none;
}
.c-categoryBtn.--archive:hover, .c-categoryBtn.--archive.--active {
  background-color: #005ea4;
  color: #fff;
}
.c-categoryBtn.--archive:hover::after, .c-categoryBtn.--archive.--active::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-categoryBtn.--404 {
  width: 156px;
  background-color: #005ea4;
  transition: background-color 0.3s;
  color: #fff;
}
.c-categoryBtn.--404::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.c-categoryBtn.--404:hover {
  box-shadow: none;
  background-color: #fff;
  color: #005ea4;
}
.c-categoryBtn.--404:hover::after {
  border-top: 2px solid #005ea4;
  border-right: 2px solid #005ea4;
}

.c-hash {
  display: inline-block;
  transition: opacity 0.3s;
  color: #005ea4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}
.c-hash::before {
  margin-right: 1px;
  content: "#";
}
.c-hash:hover {
  opacity: 0.4;
}
.c-hash.--sm {
  font-size: 1.2rem;
}

.c-date {
  display: inline-block;
  color: #8cabc5;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-arrowLink {
  display: inline-block;
  align-self: flex-end;
  position: relative;
  padding: 6px 18px 6px 0;
  transition: opacity 0.3s;
  color: #005ea4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.c-arrowLink::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #005ea4;
  border-right: 2px solid #005ea4;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.c-arrowLink:hover {
  opacity: 0.4;
}
.c-arrowLink.--sm {
  font-size: 1.2rem;
}

.c-break {
  display: none;
}

.c-tag {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 8px;
  border: 1px solid #005ea4;
  border-radius: 12px;
  background-color: #fff;
  transition: color 0.3s;
  color: #005ea4;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.c-tag:hover {
  background-color: #005ea4;
  color: #fff;
}
.c-tag.--detail {
  padding: 5px 11px;
  font-size: 1.2rem;
}

.c-circleBtn {
  border-radius: 16px;
  transition: opacity 0.3s;
  color: #005ea4;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.c-circleBtn:hover {
  opacity: 0.4;
}
.c-circleBtn.--current {
  background-color: #8cabc5;
  color: #fff;
  pointer-events: none;
}
.c-circleBtn.--dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.c-circleBtn.--dots:hover {
  opacity: 1;
  cursor: default;
}
.c-circleBtn .c-circleBtn__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.c-circleBtn .c-circleBtn__number.--center {
  margin: 0 4px;
}
.c-circleBtn.--empty {
  width: 32px;
}

.c-arrowBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  transition: opacity 0.3s;
}
.c-arrowBtn:hover {
  opacity: 0.4;
}
.c-arrowBtn .c-arrowBtn__img {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.c-arrowBtn.--disabled {
  cursor: default;
  pointer-events: none;
}
.c-arrowBtn.--disabled .c-arrowBtn__img {
  display: none;
}

.c-thumbnail {
  overflow: hidden;
  aspect-ratio: 79/47;
}
.c-thumbnail .c-thumbnail__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.c-blogTtl {
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.c-lgTtl {
  padding-bottom: 16px;
  border-bottom: 1px solid #0e375c;
  color: #0e375c;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-mdTtl {
  padding-bottom: 16px;
  background-image: linear-gradient(to right, #0e375c 4px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 2px;
  color: #0e375c;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.c-smTtl {
  padding-bottom: 12px;
  border-bottom: 1px solid #8cabc5;
  color: #0e375c;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.c-txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}
.c-txt.--404 {
  font-size: 1.4rem;
}

.c-link {
  text-decoration-line: underline;
  font-weight: 700;
}

.c-figure {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.c-figure .c-figure__img {
  aspect-ratio: 79/47;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.c-figure .c-figure__caption {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.c-404Ttl {
  color: #0e375c;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.c-phoneNumber::before {
  content: "03-6447-2419";
  pointer-events: none;
}

@media screen and (width <= 1024px) {
  .c-arrowLink {
    padding-right: 11px;
    font-size: 1.4rem;
  }
  .c-arrowLink::after {
    width: 5px;
    height: 5px;
  }
  .c-arrowLink.--sm {
    padding-right: 18px;
  }
  .c-hash::before {
    margin-right: 2px;
  }
  .c-point .c-point__new {
    width: 36px;
    height: 20px;
  }
}
@media screen and (width <= 649px) {
  .c-mainTtl {
    font-size: 2rem;
  }
  .c-label {
    padding: 4px 7px;
  }
  .c-categoryBtn.--archive {
    padding: 10px 0 10px 8px;
    font-size: 1rem;
  }
  .c-categoryBtn.--archive::after {
    right: 10px;
    width: 5px;
    height: 5px;
  }
  .c-labelTtl {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .c-break {
    display: block;
  }
  .c-arrowLink.--sm {
    padding-right: 9px;
    font-size: 1rem;
  }
  .c-circleBtn {
    border-radius: 50%;
    font-size: 1rem;
  }
  .c-circleBtn.--dots {
    width: 27px;
    height: 27px;
  }
  .c-circleBtn .c-circleBtn__number {
    width: 27px;
    height: 27px;
  }
  .c-circleBtn.--empty {
    width: 27px;
  }
  .c-arrowBtn {
    width: 27px;
    height: 27px;
    border-radius: 14px;
  }
  .c-arrowBtn .c-arrowBtn__img {
    width: 13px;
    height: 13px;
  }
  .c-thumbnail {
    aspect-ratio: 335/199;
  }
  .c-blogTtl {
    font-size: 2.4rem;
  }
  .c-lgTtl {
    font-size: 2rem;
  }
  .c-mdTtl {
    font-size: 1.8rem;
  }
  .c-smTtl {
    font-size: 1.4rem;
  }
  .c-txt {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
  .c-figure .c-figure__img {
    aspect-ratio: 335/202;
  }
  .c-figure .c-figure__caption {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-categorySelector {
  display: inline-flex;
  position: relative;
  border-radius: 17px;
  background-color: #fff;
}
.p-categorySelector .p-categorySelector__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  width: 145px;
  height: 34px;
  transition: color 0.3s;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.p-categorySelector .p-categorySelector__btn.--active {
  color: #fff;
  cursor: default;
}
.p-categorySelector .p-categorySelector__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 145px;
  height: 100%;
  border-radius: 17px;
  background-color: #005ea4;
  transition: left 0.3s;
}

.p-rowCard {
  display: grid;
  grid-template-columns: 149px 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border-radius: 6px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.p-rowCard:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.p-rowCard .p-rowCard__imgWrap {
  overflow: hidden;
  height: 120px;
  border-radius: 6px 0 0 6px;
}
.p-rowCard .p-rowCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.p-rowCard .p-rowCard__detail {
  width: 100%;
  padding-right: 16px;
}
.p-rowCard .p-rowCard__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.p-rowCard .p-rowCard__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-rowCard.--sidebar {
  grid-template-columns: 106px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-rowCard.--sidebar .p-rowCard__imgWrap {
  height: 86px;
}
.p-rowCard.--sidebar .p-rowCard__detail {
  padding-right: 12px;
}
.p-rowCard.--sidebar .p-rowCard__heading {
  margin-bottom: 4px;
}
.p-rowCard.--sidebar .p-rowCard__label {
  display: none;
}
.p-rowCard.--sidebar .p-rowCard__ttl {
  font-size: 1.2rem;
}

.p-colCard {
  display: grid;
  grid-template-rows: 140px auto;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}
.p-colCard.--blog .p-colCard__tagList {
  margin-top: 12px;
}
.p-colCard:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.p-colCard .p-colCard__imgLink {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
  aspect-ratio: 10/7;
  transition: opacity 0.3s;
}
.p-colCard .p-colCard__imgLink:hover {
  opacity: 0.5;
}
.p-colCard .p-colCard__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.p-colCard .p-colCard__detail {
  display: flex;
  flex-direction: column;
  padding: 12px 16px 16px;
}
.p-colCard .p-colCard__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 8px 0 12px;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  cursor: pointer;
}
.p-colCard .p-colCard__ttl:hover {
  opacity: 0.5;
}

.p-pagenation {
  display: grid;
  grid-template-columns: 32px 232px 32px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-pagenation .p-pagenation__btnWrap {
  display: inline-flex;
  justify-content: center;
}
.p-pagenation .p-pagenation__number.--current {
  margin: 0 4px;
}
.p-pagenation .p-pagenation__number.--current.--adjust {
  margin: 0;
}
.p-pagenation.--only {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (width <= 1024px) {
  .p-colCard {
    grid-template-rows: calc(140 * (100vw - 120px) / 3 / 200) auto;
  }
  .p-colCard .p-colCard__detail {
    padding: 12px 20px 20px;
  }
  .p-rowCard {
    grid-template-columns: 163px 1fr;
  }
  .p-rowCard .p-rowCard__imgWrap {
    height: 132px;
  }
  .p-rowCard .p-rowCard__detail {
    padding-right: 12px;
  }
  .p-rowCard .p-rowCard__heading {
    margin-bottom: 4px;
  }
  .p-rowCard.--sidebar {
    grid-template-columns: 163px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .p-rowCard.--sidebar .p-rowCard__imgWrap {
    height: 132px;
  }
  .p-rowCard.--sidebar .p-rowCard__label {
    display: inline;
  }
  .p-rowCard.--sidebar .p-rowCard__ttl {
    height: 52px;
    font-size: 1.6rem;
  }
}
@media screen and (width <= 649px) {
  .p-categorySelector .p-categorySelector__btn {
    width: 88px;
    height: 30px;
    font-size: 1.1rem;
  }
  .p-categorySelector .p-categorySelector__bg {
    width: 88px;
  }
  .p-colCard {
    grid-template-rows: calc(140 * (100vw - 48px) / 2 / 200) auto;
  }
  .p-colCard .p-tagList {
    display: none;
  }
  .p-colCard .p-colCard__ttl {
    margin: 8px 0 0;
  }
  .p-colCard .p-colCard__detail {
    padding: 12px 12px 16px;
  }
  .p-colCard.--primary {
    grid-template-rows: calc(140 * (100vw - 40px) / 200) auto;
  }
  .p-colCard.--primary .p-colCard__ttl {
    margin: 8px 0 12px;
  }
  .p-colCard.--primary .p-colCard__detail {
    padding: 12px 20px 20px;
  }
  .p-colCard.--primary .p-tagList {
    display: flex;
  }
  .p-colCard.--blog {
    display: grid;
    grid-template-rows: 86px;
    grid-template-columns: 106px 1fr;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .p-colCard.--blog .p-colCard__imgLink {
    height: 86px;
    border-radius: 6px 0 0 6px;
  }
  .p-colCard.--blog .p-colCard__detail {
    width: 100%;
    padding: 0 12px 0 0;
  }
  .p-colCard.--blog .p-colCard__ttl {
    -webkit-line-clamp: 2;
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .p-colCard.--blog .p-colCard__category {
    display: none;
  }
  .p-colCard.--blog .p-colCard__tagList {
    display: none;
  }
  .p-rowCard {
    grid-template-columns: 106px 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .p-rowCard .p-rowCard__imgWrap {
    height: 86px;
  }
  .p-rowCard .p-rowCard__ttl {
    height: 38px;
    font-size: 1.2rem;
  }
  .p-rowCard.--sidebar {
    grid-template-columns: 106px 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .p-rowCard.--sidebar .p-rowCard__imgWrap {
    height: 86px;
  }
  .p-rowCard.--sidebar .p-rowCard__label {
    display: none;
  }
  .p-rowCard.--sidebar .p-rowCard__ttl {
    height: 38px;
    font-size: 1.2rem;
  }
  .p-pagenation {
    grid-template-columns: 27px 197px 27px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.l-breadcrumb {
  margin-top: 16px;
}

.l-breadcrumbList {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
}
.l-breadcrumbList .l-breadcrumbList__item {
  position: relative;
  padding-right: 15px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.l-breadcrumbList .l-breadcrumbList__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.l-breadcrumbList .l-breadcrumbList__item:last-child {
  padding-right: 0;
}
.l-breadcrumbList .l-breadcrumbList__item:last-child::after {
  content: none;
}
.l-breadcrumbList .l-breadcrumbList__item .l-breadcrumbList__link {
  color: #005ea4;
  font-weight: 700;
  text-decoration: underline;
}
.l-breadcrumbList .l-breadcrumbList__item .l-breadcrumbList__link:hover {
  text-decoration: none;
}

@media screen and (width <= 1024px) {
  .l-breadcrumbList {
    margin: 0 40px;
  }
  .l-breadcrumbList .l-breadcrumbList__item {
    font-size: 1rem;
  }
  .l-breadcrumbList .l-breadcrumbList__item::after {
    width: 5px;
    height: 5px;
  }
}
@media screen and (width <= 649px) {
  .l-breadcrumbList {
    margin: 0 20px;
  }
}