@charset "UTF-8";
/* 2, Contents */
/* 基本 */
.l-container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 50px 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s;
}
@media screen and (max-width: 1090px) {
  header {
    position: sticky;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header {
  background-color: #fff;
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  gap: 20px;
}
@media screen and (max-width: 1090px) {
  .l-header__area1 {
    height: 65px;
  }
}
.l-header__left {
  display: flex;
  width: fit-content;
  margin: 0px 0px 0 15px;
}
@media screen and (max-width: 767px) {
  .l-header__left {
    margin: 0;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  padding: 0px;
}
@media screen and (max-width: 1090px) {
  .l-header__right {
    display: none;
  }
}

.l-header-branding {
  margin: 20px 0px 0 0px;
  padding: 0px 0;
}
@media screen and (max-width: 1090px) {
  .l-header-branding {
    margin: 14px 0px 0 0px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    margin: 17px 0px 0 0px;
  }
}
.l-header-branding > a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header-branding > a img {
    width: 254px;
  }
}

.l-header-banner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .l-header-banner {
    display: none;
  }
}
.l-header-banner__info {
  width: fit-content;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-header-banner__info {
    margin: auto;
  }
}
.l-header-banner__tel {
  display: block;
  font-family: "din2014_d", sans-serif;
  font-size: 30px;
  line-height: 0.6;
  letter-spacing: 0.03em;
  text-align: left;
  color: #0B2D75;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-header-banner__tel {
    text-align: center;
    margin-bottom: 20px;
  }
}
.l-header-banner__tel img {
  position: relative;
  top: 2px;
  opacity: 0.5;
  margin-right: 8px;
}
.l-header-banner__time {
  display: block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #0b2d75;
}
@media screen and (max-width: 767px) {
  .l-header-banner__time {
    margin: 15px 0 20px;
    font-size: 10px;
    text-align: center;
  }
}
.l-header-banner__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 264px;
  height: 43px;
  padding: 12px 20px 12px 20px;
  background-color: #092d76;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header-banner__contact a {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

/* Navi */
.l-gnav {
  display: flex;
  justify-content: center;
  position: absolute;
  inset: auto 0;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0px 0px 0 0px;
  background-color: rgba(11, 45, 117, 0.6);
}
@media screen and (max-width: 1090px) {
  .l-gnav {
    display: none;
  }
}
.l-gnav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content__content-outer {
  margin-bottom: 150px;
}
.l-single-content p {
  margin-bottom: 2em;
  line-height: 2;
}
.l-single-content img {
  margin-bottom: 1.5em;
}
.l-single-content ul,
.l-single-content ol {
  margin-bottom: 2em;
  line-height: 1.5;
}
.l-single-content h2 {
  margin: 2em 0 1em 0;
  font-size: 28px;
  line-height: 1.5;
}
.l-single-content h3 {
  margin: 2em 0 1em 0;
  font-size: 24px;
  line-height: 1.5;
}
.l-single-content h4 {
  margin: 2em 0 1em 0;
  font-size: 21px;
  line-height: 1.5;
}
.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}

/* ブログ 記事一覧
--------------------------- */
/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    padding: 20px 0px;
  }
}
.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  color: #000;
  text-align: center;
  font-size: 23px;
  font-family: "Sofia_Pro_Soft_Bold", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 6px;
    font-size: 14px;
  }
}
.l-blog-pagenation .page-numbers.current {
  background-color: #000;
  color: #fff;
}
.l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
  width: 100px;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
    width: 74px;
    font-size: 12px;
  }
}
.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}
.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3ba3d5;
  border-right: 1px solid #3ba3d5;
  transform: rotate(-135deg);
}
.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}
.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3ba3d5;
  border-right: 1px solid #3ba3d5;
  transform: rotate(45deg);
}

/* ブログ 個別記事
--------------------------- */
.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #3ba3d5;
  border-bottom: 1px solid #3ba3d5;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}
.l-single-pagenation__prev, .l-single-pagenation__next {
  width: 33.3%;
}
.l-single-pagenation__prev > a, .l-single-pagenation__next > a {
  display: inline-block;
  position: relative;
}
.l-single-pagenation__prev a {
  padding-left: 35px;
}
.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}
.l-single-pagenation__next a {
  padding-right: 35px;
}
.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.l-single-pagenation__center {
  width: 33.3%;
}
.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}
@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.melancholia .l-page__content-outer {
  margin-bottom: 0px;
}

/* --------------------------
カスタム投稿 全体
--------------------------- */
.l-custom-title {
  position: relative;
  margin: 0px 0 80px 0;
  text-align: center;
}
.l-custom-title::before {
  content: "";
  position: absolute;
  top: 124px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #154F72;
}
@media screen and (max-width: 767px) {
  .l-custom-title::before {
    display: none;
  }
}
.l-custom-title__text {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #475555;
  background-color: #fff;
  padding: 10px 45px 15px 45px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-custom-title__text {
    padding: 10px 0px 15px 0px;
    font-size: 25px;
  }
}

.l-custom__content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 150px;
}
.l-custom__content-wrap--single {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-custom__content-wrap--single {
    padding-top: 50px;
  }
}
.l-custom__content-wrap--single .l-custom__sidebar {
  padding-top: 7px;
}
.l-custom__content {
  width: 900px;
}
@media screen and (max-width: 1260px) {
  .l-custom__content {
    margin: auto;
  }
}
.l-custom__sidebar {
  margin-left: 13px;
  padding-top: 91px;
  width: 230px;
}
@media screen and (max-width: 1260px) {
  .l-custom__sidebar {
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
}

.l-custom-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 110px 0 250px 0;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
  gap: 10px;
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 1260px) {
  .l-custom-pagenation {
    margin: 110px 0 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-custom-pagenation {
    margin: 50px 0 100px 0;
    padding: 20px 0px;
  }
}
.l-custom-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  color: #fff;
  background-color: #cecece;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-custom-pagenation .page-numbers {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    font-size: 14px;
  }
}
.l-custom-pagenation .page-numbers.current {
  background-color: #234C9D;
}
.l-custom-pagenation .page-numbers.dots {
  background-color: transparent;
  color: #636f68;
}

.l-single-custom-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #494c50;
  border-bottom: 1px solid #494c50;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .l-single-custom-pagenation {
    font-size: 14px;
  }
}
.l-single-custom-pagenation__prev,
.l-single-custom-pagenation__next {
  width: 33.3%;
}

.l-single-custom-pagenation__prev > a,
.l-single-custom-pagenation__next > a {
  display: inline-block;
  position: relative;
}

.l-single-custom-pagenation__prev a {
  padding-left: 35px;
}

.l-single-custom-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

.l-single-custom-pagenation__next a {
  padding-right: 35px;
}

.l-single-custom-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.l-single-custom-pagenation__center {
  width: 33.3%;
}

.l-single-custom-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .l-single-custom-pagenation__center a {
    width: 100%;
  }
}
.c-custom-heading__title {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 33px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #475555;
}
@media screen and (max-width: 767px) {
  .c-custom-heading__title {
    padding: 0 0 10px 25px;
    font-size: 18px;
    border-bottom: 2px solid #475555;
  }
}
.c-custom-heading__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 32px;
  border-radius: 2px;
  background-color: #66a5d1;
}
@media screen and (max-width: 767px) {
  .c-custom-heading__title .p-block03__title::before {
    width: 8px;
    height: 28px;
  }
}

/* Sidebar */
.l-sidebar {
  width: 300px;
}

.widget {
  margin-bottom: 80px;
}
.widget > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widgettitle {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 28px;
  border-bottom: 2px solid #234C9D;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0.1em;
}
.widgettitle::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #234C9D;
}

.widget_recent_entries ul li {
  padding: 18px 0 20px 0;
  line-height: 1.75;
  border-bottom: 1px dotted #636f68;
}
.widget_recent_entries ul li:first-of-type {
  padding: 0 0 20px 0;
}

footer {
  position: relative;
}

.l-footer-area01-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1090px) {
  .l-footer-area01-block01 {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.l-footer-area01-block01__content {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-footer-area01-block01__content {
    justify-content: center;
    width: 100%;
  }
}
.l-footer-area01-block01__content-inner {
  width: 100%;
  max-width: 540px;
  padding: 100px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-block01__content-inner {
    padding: 80px 0 10px;
  }
}
.l-footer-area01-block01__brand {
  margin-bottom: 70px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-block01__brand {
    padding-left: 0;
    text-align: center;
  }
}
.l-footer-area01-block01__map {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .l-footer-area01-block01__map {
    width: 100%;
  }
}
.l-footer-area01-block01__map iframe {
  width: 100%;
  min-height: 513px;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-block01__map iframe {
    min-height: 400px;
  }
}

.l-footer-area01-list01 {
  border-top: 2px solid #1a3c81;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01 {
    margin: 0 20px;
  }
}
.l-footer-area01-list01__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01__item {
    flex-wrap: wrap;
  }
}
.l-footer-area01-list01__item:last-of-type {
  border-top: 2px dotted #1a3c81;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01__item:last-of-type {
    padding: 30px 0;
  }
}
.l-footer-area01-list01__item dt {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 134px;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  color: #1a3c81;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01__item dt {
    width: 100%;
    justify-content: center;
    padding: 0 0 10px;
  }
}
.l-footer-area01-list01__item dd {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  line-height: 2.08;
  letter-spacing: 0.1em;
  color: #14316a;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01__item dd {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.l-footer-area01-list01__item dd::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #1a3c81;
}
@media screen and (max-width: 767px) {
  .l-footer-area01-list01__item dd::after {
    display: none;
  }
}

.l-footer-area02 {
  padding: 60px 0 35px 0;
  background-color: #14316a;
}
@media screen and (max-width: 767px) {
  .l-footer-area02 {
    padding: 30px 0 50px 0;
  }
}
.l-footer-area02 .menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 0;
  gap: 10px 10px;
}
.l-footer-area02 .menu > li {
  width: calc(20% - 32px);
}
@media screen and (max-width: 1090px) {
  .l-footer-area02 .menu > li {
    width: calc(33% - 26.6666666667px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer-area02 .menu > li {
    width: 100%;
  }
}
.l-footer-area02 .menu > li > a {
  display: block;
  position: relative;
  padding: 10px 0px 10px 0px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.l-footer-area02 .menu > li > a:hover {
  opacity: 0.7;
}
.l-footer-area02 .menu > li > a > span {
  display: block;
  opacity: 0.75;
  font-family: "din2014_b", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.l-footer-block01__copylight {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-block01__copylight {
    margin: auto;
  }
}

.l-footer-bnr-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1090px) {
  .l-footer-bnr-block {
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
  }
}

.l-footer-bnr-block02 {
  margin-bottom: 75px;
  text-align: center;
}
