@charset "utf-8";
* {
  color: #3c3c3c;
}
* > * {
  color: inherit;
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  word-break: break-all;
  counter-reset: number 0;
}
.eg {
  font-family: 'lato', sans-serif;
  letter-spacing: 0.1rem;
}
.fWB {
  font-weight: bold;
}
.op a:hover {
  opacity: 0.6;
}
figure {
  margin: 0;
}
img {
  height: auto;
  vertical-align: middle;
}
em {
  background: linear-gradient(rgba(255, 244, 109, 0.5) 30%, rgba(255, 244, 109, 0.5) 30%);
}
.i-br {
  display: inline-block;
}
.mW {
  width: 100%;
  max-width: calc(1000px + 32px);
  margin: auto;
  padding: 0 16px;
}
ol.breadCrumb {
  list-style-type: none;
  font-size: inherit;
  padding: 1rem 0;
  line-height: 1.2;
}
ol.breadCrumb li {
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  display: inline;
  word-break: break-all;
}
.breadCrumb li:not(:last-child)::after {
  content: '\03e';
  margin: 0 0.5rem;
}
.breadCrumb li a:hover {
  opacity: 0.6;
}
.logo {
  max-width: 200px;
  width: auto;
}
.logo a {
  display: flex;
}
.lowerMain {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.lML {
  width: calc(100% - 250px);
}
.lMR {
  width: 200px;
}
#toc {
  background: #f2f3f7;
  padding: 1.5rem 4rem;
  border-radius: 10px;
  margin-bottom: 5rem;
}
#toc > div {
  text-align: center;
  margin-bottom: 2rem;
}
#toc > div span {
  display: block;
}
#toc > div span:first-child {
  font-size: 2rem;
  font-weight: bold;
}
#toc > div span:last-child {
  font-size: 1rem;
}
#toc > ol li {
  margin-bottom: 1rem;
  padding-left: 2.25rem;
  position: relative;
}
#toc > ol li a:hover {
  opacity: 0.6;
}
#toc > ol li span {
  position: absolute;
  left: 0;
}
#toc.renewal > ol li {
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}
#toc.renewal > ol li span {
  color: #005792;
  font-weight: 700;
}
.spParts {
  display: none;
}
.wp-pagenavi {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.wp-pagenavi > * {
  display: block;
  padding: 0.5rem;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'lato', sans-serif;
  min-width: 35px;
  text-align: center;
}
.wp-pagenavi > a {
  background-color: #f2f3f7;
}
.wp-pagenavi > span {
  background-color: #005792;
  color: #fff;
}
.wp-pagenavi > *:not(:last-child) {
  margin-right: 0.33rem;
}
.gmoGroupHeader {
  z-index: 9999;
}
@-webkit-keyframes buttonHover {
  0% {
    transform: translateY(0);
  }
  to {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transform: translateY(2px);
  }
}
@keyframes buttonHover {
  0% {
    transform: translateY(0);
  }
  to {
    box-shadow: 0 0 rgba(0, 0, 0, 0);
    transform: translateY(2px);
  }
}
.externalFooter img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
}
.external {
  color: #005792;
}
.external::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/external_blue.svg') no-repeat;
  background-size: contain;
  margin-left: 4px;
  margin-right: 4px;
}
#page-top {
  position: fixed;
  right: 15px;
  z-index: 10;
  transform: translateY(100px);
}
#page-top a:hover {
  opacity: 0.6;
}
#page-top a {
  display: flex;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  background: #005792;
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s;
  border-radius: 10px;
}
#page-top a span {
  display: flex;
  align-items: center;
}
#page-top a span::before,
#page-top a span::after {
  content: '';
  width: 16px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

#page-top a span::before {
  left: 4px;
  transform: rotate(-45deg);
}

#page-top a span::after {
  right: 3px;
  transform: rotate(45deg);
}
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

.authorData {
  margin: 0 0 5rem;
  border: 3px solid #c7c7c7;
  border-radius: 10px;
  padding: clamp(21px, calc((100vw - 767px) * (16 / 465) + 21px), 37px) clamp(13px, calc((100vw - 767px) * (16 / 465) + 13px), 29px);
  box-sizing: border-box;
}

.authorData .authorBlock {
  position: relative;
  min-height: clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px);
}

.authorData dl {
  position: relative;
}
.authorData dt {
  margin-left: calc(clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px) + clamp(16px, calc((100vw - 767px) * (8 / 465) + 16px), 24px));
  margin-bottom: 16px;
}
.authorData dt .authorName {
  padding-bottom: clamp(0.5rem, 2.5vw, 0.75rem);
  border-bottom: 1px solid #3c3c3c;
  display: block;
  line-height: 1.2;
}
.authorData dt .authorName.nameonly {
  /* padding-bottom: clamp(0.5rem, 2.5vw, 0.75rem);*/
}

.authorData dt .authorName .organization {
  display: inline-block;
}
.authorData dt .authorName .organization:before {
  content: '（';
}
.authorData dt .authorName .organization:after {
  content: '）';
}

.authorData dt .potision {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.authorData dd {
  margin-left: calc(clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px) + clamp(16px, calc((100vw - 767px) * (8 / 465) + 16px), 24px));
}

.authorData .img {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(80px, calc((100vw - 767px) * (80 / 465) + 80px), 160px);
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.authorData.editorial .img {
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.authorData .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.authorData.editorial .img img {
  object-fit: contain;
}

.authorData .name {
  font-weight: 700;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.authorData .txt p {
  font-size: 14px;
}

.authorData .txt p a {
  font-size: 14px;
  text-decoration: underline;
}

.authorData .txt p a.external::after {
  width: 12px;
  height: 12px;
}

.authorData .sns {
  display: flex;
  gap: 8px;
  list-style: none;
  margin-bottom: 14px;
}

.authorData .sns a {
  display: block;
  width: 24px;
  height: 24px;
}

.authorData .link {
  margin: auto;
  width: 160px;
  text-align: center;
  margin-top: clamp(24px, calc((100vw - 767px) * (8 / 465) + 24px), 32px);
}

.authorData .link a {
  font-size: 14px;
  padding: 13px;
  display: block;
  line-height: 1;
  background: #005792;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
  transition: all 0.3s;
  text-decoration: none;
}

.lML .authorData dl {
  margin-top: 0;
}

.cta_float {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  background: #000000aa;
  padding: 8px;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.cta_float.visible {
  transform: translateY(0);
  pointer-events: auto;
}

.cta_float ul {
  display: flex;
  gap: 8px;
}

.cta_float ul li {
  width: 24%;
  font-size: 12px;
  text-align: center;
  height: 50px;
}

.cta_float ul a {
  background: #ffffff;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  line-height: 1;
  background-repeat: no-repeat;
  background-image: url(../img/icon-calendar-blue.png);
  background-size: 20px;
  background-position: center 5px;
  border: 1px solid transparent;
}
.cta_float ul .cta_web a {
  border-color: #005792;
  color: #005792;
}
.cta_float ul .cta_tel a {
  background-color: #ccdde9;
  color: #005792;
  background-image: url(../img/icon-phone-blue.png);
}
.cta_float ul .cta_root a {
  background-color: #005792;
  color: #ffffff;
  background-image: url(../img/icon-root.png);
}

.cta_name {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  padding-right: 70px;
}

@-webkit-keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#page-top.DownMove {
  -webkit-animation: DownAnime 1s forwards;
  animation: DownAnime 1s forwards;
}
@-webkit-keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}

@keyframes DownAnime {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
  }
}

.articleWrap {
  margin-bottom: 8rem;
}

.articleList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.articleList > li {
  width: 48%;
  margin-top: 16px;
  margin-bottom: 2.5rem;
  background: #f5f6fb;
  border-radius: 10px;
  position: relative;
  padding: 32px 24px 24px;
}

.articleList > li:last-child {
  margin-bottom: 0rem;
}

.articleList .cat {
  font-weight: 700;
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 16px;
  top: -20px;
  border-radius: 20px;
  background: #005792;
  color: #ffffff;
  line-height: 150%;
}

.articleList .img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  padding-top: 54.3%;
  overflow: hidden;
  transition: 0.2s;
}

.articleList .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.articleList .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 1.25;
  transition: 0.2s;
  height: calc(3em * 1.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.articleList .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.articleList .desc {
  font-size: 14px;
  line-height: 150%; /* 21px */
  letter-spacing: 0.7px;
  border-top: 1px #005792 dashed;
  padding-top: 16px;
  margin-top: 16px;
}

.articleList .tag ul {
  margin-top: clamp(16px, calc((100vw - 767px) * (8 / 265) + 16px), 24px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.articleList .tag ul li a {
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #005792;
  font-size: 12px;
  color: #005792;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.6px;
  display: block;
  transition: 0.2s;
}
.articleList .card a:hover .img {
  opacity: 0.8;
}
.articleList .card a:hover .title {
  color: #005792;
}

.articleList .tag ul li a:hover {
  background-color: #005792;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .articleList > li:nth-child(odd):nth-last-child(2) {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 768px) {
  html #wpadminbar {
    display: none;
  }
  html {
    margin-top: 0 !important;
  }
  .pcParts {
    display: none;
  }
  .spParts {
    display: block;
  }
  main {
    padding-top: 60px;
  }
  .logo {
    max-width: 150px;
  }
  .lowerMain {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .lML,
  .lMR {
    width: 100%;
  }
  #toc {
    margin-bottom: 2.5rem;
    padding: 1.5rem 5%;
  }
  #toc.renewal > div {
    margin-bottom: 1rem;
  }
  #toc.renewal > ol li {
    font-size: 0.875rem;
  }
  .wp-pagenavi {
    flex-wrap: wrap;
  }
  .wp-pagenavi > * {
    margin-bottom: 0.75rem;
  }
  .authorData.editorial {
    padding-top: 29px;
  }
  .authorData.editorial .img {
    position: relative;
    width: auto;
    height: 200px;
    margin: 0 auto 24px;
    aspect-ratio: unset;
  }
  .authorData dt {
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .authorData.editorial dt {
    height: auto;
    margin-left: 0;
  }
  .authorData dd {
    margin-left: 0;
    margin-top: 16px;
  }

  .cta_float {
    display: block;
  }
  .articleList > li {
    width: auto;
  }
  .articleList .title {
    height: auto;
  }
  .articleList .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .authorData dt .authorName .organization {
    font-size: 12px;
  }
  .authorData dt .authorName .organization:before,
  .authorData dt .authorName .organization:after {
    display: none;
  }
}
