@charset "UTF-8";
html {
  font-size: 16px;
  color: #043355;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width:575px) {
  html {
    font-size: 14px;
  }
}
html body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #043355;
  line-height: 1.8;
  letter-spacing: 1px;
}
html body p {
  font-size: 1rem;
  line-height: 2;
}
html body a {
  text-decoration: none;
  color: #043355;
}
html body a:hover {
  color: #043355;
}
html body img {
  width: 100%;
}
html body ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  html body .pc-only {
    display: none;
  }
}
@media screen and (max-width:575px) {
  html body .pc-tablet-only {
    display: none;
  }
}
html body .tab-sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .tab-sp-only {
    display: inherit;
  }
}
html body .sp-only {
  display: none;
}
@media screen and (max-width:575px) {
  html body .sp-only {
    display: inherit;
  }
}

.header {
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  /*activeクラスが付与されると線が回転して×に*/
}
.header .header__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  padding: 25px 20px 35px 20px;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media screen and (max-width: 991px) {
  .header .header__inner {
    padding: 10px 15px 20px 15px;
  }
}
.header .header-logo a.custom-logo-link {
  transition: 0.2s;
}
.header .header-logo a.custom-logo-link img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .header .header-logo a.custom-logo-link img {
    width: 250px;
  }
}
@media screen and (max-width:575px) {
  .header .header-logo a.custom-logo-link img {
    width: 200px;
  }
}
.header .header-logo a.custom-logo-link:hover {
  opacity: 0.7;
}
.header .openbtn {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  top: 30px;
  z-index: 99;
  display: none;
  /*ボタンの横線・閉じている時*/
}
@media screen and (max-width: 991px) {
  .header .openbtn {
    top: 5px;
    display: block;
  }
}
.header .openbtn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  width: 45%;
}
.header .openbtn span:nth-of-type(1) {
  top: 12px;
}
.header .openbtn span:nth-of-type(2) {
  top: 19px;
}
.header .openbtn span:nth-of-type(3) {
  top: 26px;
}
.header span.active {
  background-color: white;
}
.header span.active:nth-of-type(1) {
  top: 13px;
  left: 11.5px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}
.header span.active:nth-of-type(2) {
  opacity: 0;
}
.header span.active:nth-of-type(3) {
  top: 25px;
  left: 11.5px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  width: 45%;
}
.header nav {
  margin-bottom: 0;
  align-items: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 991px) {
  .header nav {
    display: none;
  }
}
.header nav ul {
  margin-bottom: 0;
  display: flex;
}
.header nav ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 0 20px;
  margin: 0 5px;
}
.header nav ul li a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
}
.header nav ul li a:hover {
  opacity: 0.7;
}

nav.gnav {
  background: #043355;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0px;
}
nav.gnav .gnav__wrap {
  display: flex;
  height: 100%;
  width: 90%;
  margin: auto;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  nav.gnav .gnav__wrap {
    display: block;
  }
}
@media screen and (max-width:575px) {
  nav.gnav .gnav__wrap {
    width: 300px;
    padding: 0;
  }
}
nav.gnav .gnav__wrap nav {
  height: 100%;
  display: flex;
  justify-content: center;
}
nav.gnav .gnav__wrap nav ul {
  margin-bottom: 0;
  width: 90%;
}
nav.gnav .gnav__wrap nav ul li a {
  color: white;
  height: 60px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width:575px) {
  nav.gnav .gnav__wrap nav ul li a {
    height: 50px;
    padding-left: 0px;
  }
}
nav.gnav .gnav__wrap .gnav__menu {
  -moz-column-count: 2;
       column-count: 2;
  width: 600px;
}
@media screen and (max-width: 991px) {
  nav.gnav .gnav__wrap .gnav__menu {
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width:575px) {
  nav.gnav .gnav__wrap .gnav__menu {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
nav.gnav .gnav__wrap .gnav__menu .gnav__menu__item {
  margin: 0 0 40px 0;
}
@media screen and (max-width:575px) {
  nav.gnav .gnav__wrap .gnav__menu .gnav__menu__item {
    margin-bottom: 20px;
  }
}
nav.gnav .gnav__wrap .gnav__menu .gnav__menu__item a {
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: 0.5s;
  font-family: serif;
  position: relative;
  padding-bottom: 5px;
}
nav.gnav .gnav__wrap .koban-btn {
  border: 1px solid white;
  border-color: white;
}
nav.gnav .gnav__wrap .koban-btn a {
  color: white;
}
nav.gnav .gnav__wrap .koban-btn:hover {
  background-color: white;
}
nav.gnav .gnav__wrap .koban-btn:hover a {
  color: #043355;
}

.under-line-animation a {
  position: relative;
}
.under-line-animation a:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #3E83A8;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s;
}
.under-line-animation a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.general-section {
  margin-top: 150px;
  position: relative;
  padding: 50px 0;
}
.general-section .section-inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .general-section {
    margin-top: 150px;
  }
}
@media screen and (max-width:575px) {
  .general-section {
    margin-top: 50px;
    padding: 0 3%;
    margin-bottom: 100px;
  }
}
.general-section h2.section-title {
  text-align: center;
  text-transform: uppercase;
  font-family: serif;
  letter-spacing: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 80px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width:575px) {
  .general-section h2.section-title {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.general-section h2.section-title span.section-title-sub {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  letter-spacing: 1px;
}
.general-section .row .img-area,
.general-section .row .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.general-section .row .img-area {
  margin: auto;
  text-align: center;
}
.general-section .row .img-area img {
  max-width: 250px;
  margin: auto;
}

.general-section:first-of-type {
  margin-top: 10px;
}

.under-line,
.in-text-link {
  text-decoration: underline;
}
.under-line:hover,
.in-text-link:hover {
  text-decoration: none;
}

.koban-btn {
  text-align: center;
  border: 1px solid #043355;
  width: 300px;
  margin: auto;
  border-radius: 50px;
}
.koban-btn a {
  padding: 15px 20px 15px 20px;
  display: block;
  position: relative;
}

.koban-btn:hover {
  background: #043355;
  transition-delay: 0ms;
  transition-duration: 0.3s;
}
.koban-btn:hover a {
  color: white;
}

.row.img-and-text-area .text-area,
.row.img-and-text-area .img-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width:575px) {
  .row.img-and-text-area .text-area {
    margin-bottom: 50px;
  }
}
.row.img-and-text-area .img-area {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.row.img-and-text-area .img-area img {
  max-width: 250px;
  margin: auto;
}

.pagination {
  padding: 20px 0;
  margin: 20px 0;
  justify-content: center;
}
.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px 8px 16px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
.pagination span,
.pagination a {
  color: #043355;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.pagination .current {
  background-color: #3E83A8;
  color: #ffffff;
}
.pagination a:hover,
.pagination .current {
  background-color: #3E83A8;
  color: #ffffff;
}
.pagination a.prev,
.pagination a.next {
  font-weight: bold;
}

/* 無効なリンクのスタイル */
.pagination .disabled {
  color: #6c757d;
  pointer-events: none;
}

.column-3-ul,
.column-2-ul {
  display: flex;
  flex-wrap: wrap;
}
.column-3-ul .column-3-li,
.column-2-ul .column-3-li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 50px;
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .column-3-ul .column-3-li,
  .column-2-ul .column-3-li {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}
@media screen and (max-width:575px) {
  .column-3-ul .column-3-li,
  .column-2-ul .column-3-li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
.column-3-ul .column-3-li:nth-child(3n),
.column-2-ul .column-3-li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .column-3-ul .column-3-li:nth-child(3n),
  .column-2-ul .column-3-li:nth-child(3n) {
    margin-right: 30px;
  }
}
@media screen and (max-width:575px) {
  .column-3-ul .column-3-li:nth-child(3n),
  .column-2-ul .column-3-li:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .column-3-ul .column-3-li:nth-child(2n),
  .column-2-ul .column-3-li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:575px) {
  .column-3-ul .column-3-li:nth-child(2n),
  .column-2-ul .column-3-li:nth-child(2n) {
    margin-right: auto;
  }
}
@media screen and (max-width:575px) {
  .column-3-ul .column-3-li:last-child,
  .column-2-ul .column-3-li:last-child {
    margin-bottom: 10px;
  }
}
.column-3-ul .column-2-li,
.column-2-ul .column-2-li {
  width: calc((100% - 50px) / 2);
  margin-bottom: 80px;
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  .column-3-ul .column-2-li,
  .column-2-ul .column-2-li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
    margin-right: 30px;
  }
}
@media screen and (max-width:575px) {
  .column-3-ul .column-2-li,
  .column-2-ul .column-2-li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
}
.column-3-ul .column-2-li:nth-child(2n),
.column-2-ul .column-2-li:nth-child(2n) {
  margin-right: 0;
}
.column-3-ul a .post-inner figure,
.column-2-ul a .post-inner figure {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(4, 51, 85, 0.1);
  width: 100%;
  padding-top: 52.5%;
}
.column-3-ul a .post-inner figure img,
.column-2-ul a .post-inner figure img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column-3-ul a .post-inner figure .figure-category-label,
.column-2-ul a .post-inner figure .figure-category-label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #3E83A8;
  color: white;
  font-size: 0.8rem;
  padding: 2px 5px;
}
.column-3-ul a .post-inner figure.imgouter-square,
.column-2-ul a .post-inner figure.imgouter-square {
  padding-top: 100%;
}
.column-3-ul a .post-inner .post-details .post-title,
.column-2-ul a .post-inner .post-details .post-title {
  color: #696969;
  margin-bottom: 10px;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin-top: 0;
}
.column-3-ul a .post-inner .post-details .post-excerpt,
.column-2-ul a .post-inner .post-details .post-excerpt {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #a9a9a9;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.column-3-ul a .post-inner .post-details .work-meta,
.column-2-ul a .post-inner .post-details .work-meta {
  margin-bottom: 10px;
  font-size: 14px;
}
.column-3-ul a .post-inner .post-details .work-meta .category,
.column-2-ul a .post-inner .post-details .work-meta .category {
  font-size: 12px;
  line-height: 18px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border: 1px solid #56A2C6;
  color: #56A2C6;
}
.column-3-ul a .post-inner .post-details .work-meta .area,
.column-2-ul a .post-inner .post-details .work-meta .area {
  color: #696969;
  line-height: 18px;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: 1px;
}
.column-3-ul a .post-inner .post-details .work-meta .post-data,
.column-2-ul a .post-inner .post-details .work-meta .post-data {
  color: lightgray;
}
.column-3-ul a .post-inner .post-details .column-meta,
.column-2-ul a .post-inner .post-details .column-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  color: #696969;
  align-items: center;
  flex-wrap: wrap;
}
.column-3-ul a .post-inner .post-details .column-meta .data,
.column-2-ul a .post-inner .post-details .column-meta .data {
  color: #a9a9a9;
}
@media screen and (max-width:575px) {
  .column-3-ul a .post-inner .post-details .column-meta .data,
  .column-2-ul a .post-inner .post-details .column-meta .data {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.column-3-ul a .post-inner .post-details .column-meta .category,
.column-2-ul a .post-inner .post-details .column-meta .category {
  font-size: 12px;
  line-height: 18px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border: 1px solid #3E83A8;
  color: #3E83A8;
}
@media screen and (max-width:575px) {
  .column-3-ul a .post-inner .post-details .column-meta .category,
  .column-2-ul a .post-inner .post-details .column-meta .category {
    font-size: 10px;
    padding: 0px 6px;
  }
}
.column-3-ul a:hover figure img,
.column-2-ul a:hover figure img {
  transform: scale(1.05);
}

.post-other-post-ul-outer {
  margin-bottom: 40px;
}
.post-other-post-ul-outer .column-6-ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  width: 1500px;
}
.post-other-post-ul-outer .column-6-ul .column-6-li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 10px;
  margin-right: 40px;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner figure {
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner figure img {
  width: 100%;
  height: auto;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner .details .work-meta {
  margin-bottom: 0;
  font-size: 14px;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner .details .work-meta .category {
  font-size: 12px;
  line-height: 18px;
  color: white;
  background-color: #28527A;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 12px;
  border: 1px solid #043355;
  color: #043355;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner .details .work-meta .area {
  color: #696969;
  line-height: 18px;
  padding: 2px 12px;
  font-size: 12px;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner .details .column-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  color: #696969;
}
.post-other-post-ul-outer .column-6-ul .column-6-li a .post-inner .details .title {
  color: #696969;
  margin-bottom: 0;
  font-size: 1rem;
}

.works-tag {
  background-color: #F7F7F7;
  border: 1px solid transparent;
  border-color: lightgray;
  border-radius: 5px;
  color: #043355;
  display: inline-block;
  font-size: 12px !important;
  line-height: 1;
  padding: 3px 10px;
}

.works-tag:before {
  color: #3E83A8;
  content: "#";
  font-weight: 700;
  margin-right: 3px;
}

.column-2-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-ul {
  max-width: 600px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.news-ul .news-li:first-child {
  border-top: 1px solid #DDDDDD;
}
.news-ul .news-li {
  border-bottom: 1px solid #DDDDDD;
  transition: 0.2s;
}
.news-ul .news-li a {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  transition: 0.2s;
}
@media screen and (max-width:575px) {
  .news-ul .news-li a {
    display: block;
  }
}
.news-ul .news-li a data {
  font-size: 0.9rem;
  margin-right: 40px;
}
@media screen and (max-width:575px) {
  .news-ul .news-li a data {
    font-size: 0.8rem;
  }
}
.news-ul .news-li a h3 {
  margin-bottom: 0;
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width:575px) {
  .news-ul .news-li a h3 {
    margin-top: 5px;
  }
}
.news-ul .arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}
.news-ul .arrow::before,
.news-ul .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.news-ul .li-arrow::after {
  width: 7px;
  height: 7px;
  border-top: 1px solid #3E83A8;
  border-right: 1px solid #3E83A8;
  transform: rotate(45deg);
  right: 20px;
  transition: 0.2s;
}
.news-ul .news-li:hover {
  opacity: 0.7;
}
.news-ul .news-li:hover.li-arrow:after {
  right: 15px;
}

.post-type-archive-news .news-ul,
.term-news .news-ul {
  max-width: inherit;
  margin-top: 0;
}
.post-type-archive-news .news-ul .news-li a,
.term-news .news-ul .news-li a {
  padding: 40px 100px 40px 20px;
}
@media screen and (max-width:575px) {
  .post-type-archive-news .news-ul .news-li a,
  .term-news .news-ul .news-li a {
    padding: 15px 35px 15px 10px;
  }
}

.sidebar-section {
  padding-right: 10%;
}
@media screen and (max-width: 991px) {
  .sidebar-section {
    padding-right: 0;
  }
}
.sidebar-section .sidebar-content {
  margin-bottom: 3rem;
}
.sidebar-section .sidebar-content h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.sidebar-section .sidebar-content .sidebar-ul li {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li {
  margin-bottom: 1rem;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a {
  display: flex;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a .img-area figure {
  margin-bottom: 0;
  margin-right: 5px;
  min-width: 80px;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a .img-area figure img {
  width: 70px;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a .info-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a .info-area h4 {
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  margin-bottom: 0;
}
.sidebar-section .sidebar-content .sidebar-post-ul .sidebar-post-li a .info-area .data {
  font-size: 0.8rem;
  color: lightgray;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .single-page-row .col-lg-3 {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .single-page-row .col-lg-9 {
    order: 1;
  }
}

@media screen and (max-width:575px) {
  .post-section {
    margin-bottom: 100px;
  }
}
.post-section .post-contents {
  margin-bottom: 5rem;
}
.post-section .post-contents h2 {
  font-size: 1.4rem;
  background-color: #EFEFEF;
  padding: 15px 15px 15px 25px;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  line-height: 33px;
  border-left: 2px solid #043355;
}
@media screen and (max-width:575px) {
  .post-section .post-contents h2 {
    font-size: 1.2rem;
    line-height: 28px;
    padding: 10px 10px 10px 15px;
  }
}
.post-section .post-contents h3 {
  font-size: 1.2rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.post-section .post-contents h3:before {
  content: "";
  background: #8AC4D0;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  left: 0;
}
.post-section .post-contents h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.post-section .post-contents p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.post-section .post-contents ul {
  background-color: #E8F4F6;
  border: dashed 2px #3E83A8;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  list-style: initial;
  margin-bottom: 2rem;
}
.post-section .post-contents ul li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 1rem;
}
.post-section .post-contents ul li:last-child {
  margin-bottom: 0;
}
.post-section .post-contents .point {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.post-section .post-contents .point i {
  margin-right: 10px;
  color: #3E83A8;
  font-size: 1.5rem;
}
.post-section .post-contents a {
  text-decoration: underline;
}
.post-section .post-contents a:hover {
  text-decoration: none;
}
.post-section .post-contents figure {
  margin: 2rem 0 3rem 0;
}

.writer-section {
  border: 1px solid #EAEAEA;
  padding: 35px 40px;
}
@media screen and (max-width:575px) {
  .writer-section {
    padding: 30px 20px;
  }
}
.writer-section .writer-section-title {
  font-size: 1rem;
  position: relative;
  padding-left: 40px;
  margin-bottom: 2rem;
}
.writer-section .writer-section-title:before {
  content: "";
  background: #8AC4D0;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: -4px;
}
.writer-section .writer-section-inner {
  display: flex;
}
.writer-section .writer-section-inner .writer-img {
  width: 100px;
  margin-right: 30px;
  border-radius: 50%;
  height: 100px;
}
@media screen and (max-width:575px) {
  .writer-section .writer-section-inner .writer-img {
    margin-right: 20px;
  }
}
.writer-section .writer-section-inner .witer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.writer-section .writer-section-inner .witer-info .writer-name {
  font-size: 1rem;
}
.writer-section .writer-section-inner .witer-info .writer-details {
  font-size: 0.8rem;
  margin-bottom: 0;
}

#breadcrumbs {
  margin: 10px 40px;
}
@media screen and (max-width:575px) {
  #breadcrumbs {
    margin: 10px 20px;
  }
}
#breadcrumbs span {
  font-size: 0.9rem;
  padding: 0 10px;
}
#breadcrumbs span span.breadcrumb_last {
  color: #a9a9a9;
}
#breadcrumbs span span:not(:last-child):hover {
  opacity: 0.8;
  transition: 0.2s;
}
#breadcrumbs span span:last-child {
  color: #a9a9a9;
}
#breadcrumbs span span:last-child a {
  color: #a9a9a9;
}
#breadcrumbs span:first-of-type {
  padding-left: 0;
}

footer {
  font-size: 0.9rem;
  z-index: 0;
}
footer .breadcrumb {
  max-width: 1200px;
  margin: auto;
  padding: 10px 40px;
}
@media screen and (max-width:575px) {
  footer .breadcrumb {
    padding: 10px 10px 10px 10px;
  }
}
footer .footer-inner {
  margin: auto;
  padding: 100px 20px 30px 20px;
  background-color: #303030;
}
@media screen and (max-width:575px) {
  footer .footer-inner {
    padding: 50px 10px 30px 10px;
  }
}
footer .footer-inner .footer-bottom {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin-bottom: 150px;
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
footer .footer-inner .footer-bottom .footer-logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
footer .footer-inner .footer-bottom .footer-logo a img {
  transition: 0.2s;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-bottom .footer-logo a img {
    width: 250px;
  }
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom .footer-logo a img {
    width: 200px;
  }
}
footer .footer-inner .footer-bottom .footer-logo a img:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-bottom .footer-nav-outer {
  display: flex;
  justify-content: end;
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom .footer-nav-outer {
    display: block;
    margin-top: 30px;
  }
}
footer .footer-inner .footer-bottom .footer-nav-outer nav ul {
  display: flex;
  margin-bottom: 0;
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom .footer-nav-outer nav ul {
    display: block;
  }
}
footer .footer-inner .footer-bottom .footer-nav-outer nav ul li {
  margin: 0 10px;
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom .footer-nav-outer nav ul li {
    margin: 0;
  }
}
footer .footer-inner .footer-bottom .footer-nav-outer nav ul li a {
  color: white;
  font-weight: bold;
  transition: 0.2s;
}
footer .footer-inner .footer-bottom .footer-nav-outer nav ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width:575px) {
  footer .footer-inner .footer-bottom .footer-nav-outer nav ul li a {
    display: flex;
    height: 40px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer-inner .footer-bottom .footer-contact {
  text-align: left;
}
footer .footer-inner .footer-bottom .footer-sns {
  align-items: flex-end;
}
footer .footer-inner .footer-bottom .footer-sns img {
  margin-left: 10px;
}
footer .copy-right {
  text-align: center;
  color: #666;
  margin-top: 20px;
  border-top: 1px solid dimgray;
  padding-top: 20px;
}
footer .copy-right p {
  text-align: right;
  font-size: 0.8rem;
}
@media screen and (max-width:575px) {
  footer .copy-right p {
    text-align: center;
  }
}

.page h1.page-title,
.single h1.page-title,
.archive h1.page-title,
.blog h1.page-title,
.error404 h1.page-title {
  font-size: 2.7rem;
  text-align: center;
  text-transform: uppercase;
  font-family: serif;
  letter-spacing: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .page h1.page-title,
  .single h1.page-title,
  .archive h1.page-title,
  .blog h1.page-title,
  .error404 h1.page-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:575px) {
  .page h1.page-title,
  .single h1.page-title,
  .archive h1.page-title,
  .blog h1.page-title,
  .error404 h1.page-title {
    font-size: 2rem;
    margin-top: 50px;
  }
}
.page h1.page-title span.section-title-sub,
.single h1.page-title span.section-title-sub,
.archive h1.page-title span.section-title-sub,
.blog h1.page-title span.section-title-sub,
.error404 h1.page-title span.section-title-sub {
  display: block;
  font-size: 1rem;
  margin-top: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width:575px) {
  .page h1.page-title span.section-title-sub,
  .single h1.page-title span.section-title-sub,
  .archive h1.page-title span.section-title-sub,
  .blog h1.page-title span.section-title-sub,
  .error404 h1.page-title span.section-title-sub {
    font-size: 0.8rem;
    margin-top: 5px;
  }
}

.fluid-gray {
  position: absolute;
  left: 500px;
  top: -200px;
  width: 80vw;
  height: 80vw;
  background: linear-gradient(rgba(234, 234, 234, 0.9), rgb(255, 255, 255));
  border-radius: 100%;
  transform: rotate(70deg);
}
@media screen and (max-width:575px) {
  .fluid-gray {
    left: 140px;
    top: -50px;
  }
}

@keyframes fluidrotate {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    /* 基本位置とサイズ */
  }
  14% {
    transform: translate(-2%, -2%) scale(1.02);
    /* より控えめな左上への移動とわずかな拡大 */
  }
  28% {
    transform: translate(2%, 2%) scale(0.98);
    /* より控えめな右下への移動とわずかな縮小 */
  }
  42% {
    transform: translate(-2%, 2%) scale(1.02);
    /* より控えめな左下への移動とわずかな拡大 */
  }
  56% {
    transform: translate(2%, -2%) scale(0.98);
    /* より控えめな右上への移動とわずかな縮小 */
  }
  70% {
    transform: translate(-2%, -2%) scale(1.02);
    /* より控えめな左上への移動とわずかな拡大 */
  }
  84% {
    transform: translate(2%, 2%) scale(0.98);
    /* より控えめな右下への移動とわずかな縮小 */
  }
}
iframe.wp-embedded-content {
  width: 100%;
  height: 178px;
  transition: 0.2s;
  box-shadow: 0 0 20px lightgray;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  iframe.wp-embedded-content {
    height: 98px;
  }
}

iframe.wp-embedded-content:hover {
  opacity: 0.8;
  text-decoration: none;
  box-shadow: 0 0 40px lightgray;
}

/*吹出し*/
.balloon__contener {
  clear: both;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 2rem;
}
.balloon__contener figure {
  width: 75px;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .balloon__contener figure {
    width: 60px;
    height: 60px;
  }
}
.balloon__contener figure img {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 991px) {
  .balloon__contener figure img {
    width: 60px;
    height: 60px;
  }
}
.balloon__contener figure figcaption {
  color: #000000;
  width: 75px;
  position: absolute;
  top: 83px;
  text-align: center;
  font-size: 70%;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .balloon__contener figure figcaption {
    width: 60px;
    top: 70px;
  }
}
.balloon__contener .balloon__left {
  width: 100%;
  position: relative;
  display: block;
  max-width: 90%;
  clear: both;
  margin-left: 0;
}
.balloon__contener .balloon__left figure {
  left: 0;
  margin: 0;
}
.balloon__contener .balloon__left .balloon__text {
  margin-left: 100px;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 991px) {
  .balloon__contener .balloon__left .balloon__text {
    margin-left: 80px;
  }
}
@media screen and (max-width:575px) {
  .balloon__contener .balloon__left .balloon__text {
    padding: 24px;
  }
}
.balloon__contener .balloon__left .balloon__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -10px;
  top: 25px;
  border-right: 15px solid #F7F7F7;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon__contener .balloon__right {
  width: 100%;
  position: relative;
  display: block;
  float: right;
  max-width: 80%;
  clear: both;
}
.balloon__contener .balloon__right figure {
  right: 0;
}
.balloon__contener .balloon__right .balloon__text {
  margin-right: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #eeeeee;
}
.balloon__contener .balloon__right .balloon__text::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 12px;
  border-left: 15px solid #eeeeee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.balloon__contener:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .balloon__contener .balloon__left,
  .balloon__contener .balloon__right {
    max-width: 100%;
  }
}
/* フェードイン用のクラス */
.fade-in {
  opacity: 0;
}

/* フェードインが完了した後の状態 */
.fade-in.show {
  display: block;
  opacity: 1;
  transition: 1s ease-in;
}

#ez-toc-container {
  border-top: 4px solid #043355;
  background-color: #F7F7F7;
  padding: 30px 40px;
  margin-top: 3rem;
}
@media screen and (max-width:575px) {
  #ez-toc-container {
    padding: 30px 20px;
  }
}
#ez-toc-container .ez-toc-title {
  font-size: 1.5rem;
  text-align: left;
  display: block;
  margin: 0 0 2rem 0;
}
@media screen and (max-width:575px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.2rem;
  }
}
#ez-toc-container label {
  display: none;
}
#ez-toc-container .ez-toc-btn-default {
  border: none;
  background-image: none;
}
#ez-toc-container .ez-toc-toggle i.ez-toc-glyphicon {
  display: none;
}
#ez-toc-container nav .ez-toc-list {
  background-color: inherit;
  border: none;
  padding: inherit;
  list-style: none;
  margin-bottom: inherit;
}
#ez-toc-container nav .ez-toc-list .ez-toc-page-1 a {
  text-decoration: none;
  color: #1f1f1f;
}
#ez-toc-container nav .ez-toc-list .ez-toc-page-1 a:hover {
  text-decoration: underline;
}
#ez-toc-container nav .ez-toc-list .ez-toc-page-1:last-child {
  border-bottom: none;
}
#ez-toc-container nav .ez-toc-list-level-1,
#ez-toc-container nav .ez-toc-list-level-2,
#ez-toc-container nav .ez-toc-list-level-3,
#ez-toc-container nav .ez-toc-list-level-4,
#ez-toc-container nav .ez-toc-list-level-5 {
  background-color: inherit;
  border: none;
  padding: inherit;
  list-style: none;
  margin-bottom: inherit;
  margin-bottom: 0;
  padding-bottom: 0;
}
#ez-toc-container nav .ez-toc-heading-level-2 {
  border-bottom: 1px solid #B3B3B3;
  margin: 0 0 1rem;
  padding: 0 0 1rem 0;
}
#ez-toc-container nav .ez-toc-heading-level-2 a {
  font-size: 1.1rem;
}
@media screen and (max-width:575px) {
  #ez-toc-container nav .ez-toc-heading-level-2 a {
    font-size: 1rem;
  }
}
#ez-toc-container nav .ez-toc-heading-level-3 {
  margin: 7px 0 7px 1rem;
}
#ez-toc-container nav .ez-toc-heading-level-3 a {
  font-size: 1rem;
}
#ez-toc-container nav .ez-toc-list-level-4 {
  margin: 5px 0 5px 2rem;
}
@media screen and (max-width:575px) {
  #ez-toc-container nav .ez-toc-list-level-4 {
    margin: 5px 0 5px 1rem;
  }
}
#ez-toc-container nav .ez-toc-list-level-4 a {
  font-size: 1rem;
}/*# sourceMappingURL=base-layout.css.map */