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

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

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

/* SP&paddingなし */
@media screen and (max-width: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s;
  /* background-color: #fbf9f0; */
  /* transition: background .3s ease, box-shadow .3s ease; */
}
header.is-scrolled {
    /* height: 100px; */
    /* background: rgba(255,255,255,.95); */
  /* box-shadow: 0 4px 20px rgba(0,0,0,.08); */
}

.l-header {
  height: 100%;
  transition: .3s ease;
  transform-origin: top center;
  background-color: #fbf9f0;
}
header.is-scrolled .l-header {
  /* transform: scaleY(.9); */
  height: 120px;
}
@media screen and (max-width: 1040px) {
  header {
    height: 65px;
  }
  header.is-scrolled .l-header {
    height: 65px;
}
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 1040px) {
  .l-header__area1 {
    height: 65px;
  }
}
.l-header__left {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0px 0px 0 50px;
  padding-bottom: 7px;
}
@media screen and (max-width: 1400px) {
  .l-header__left {
    margin: 0px 0px 0 0px;
  }
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: fit-content;
  padding: 0 20px 10px 0;
  gap: 20px;
  line-height: 1;
  height: 160px;
}
header.is-scrolled .l-header__right {
    height: 128px;
}
@media screen and (max-width: 1400px) {
  .l-header__right {
    padding: 0 0px 10px 0;
  }
  header.is-scrolled .l-header__right {
    height: 115px;
}
}
@media screen and (max-width: 1260px) {
  .l-header__right {
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 1040px) {
  .l-header__right {
    display: none;
  }
}

.l-header-branding {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0px 0px 0 0px;
  padding: 0px 0;
  line-height: 1;
}
header.is-scrolled .l-header-branding {
    margin-top: -5px;
}
@media screen and (max-width: 1400px) {
  .l-header-branding {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .l-header-branding {
    gap: 16px;
  }
}
.l-header-branding__link:hover {
  opacity: 1;
}
header.is-scrolled .l-header-branding__link {
    width: 140px;
}
@media screen and (max-width: 1400px) {
  .l-header-branding__link {
    width: 140px;
  }
}
@media screen and (max-width: 1040px) {
  .l-header-branding__link {
    width: 88px !important;
  }
}
.l-header-branding__recruit {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1400px) {
  .l-header-branding__recruit {
    width: 180px;
  }
}
@media screen and (max-width: 1040px) {
  .l-header-branding__recruit {
    width: 158px;
  }
}

.l-header-banner {
  display: flex;
  justify-content: flex-end;
  position: relative;
  gap: 10px;
}
@media screen and (max-width: 1040px) {
  .l-header-banner {
    display: none;
  }
}
.l-header-banner__official a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  width: 200px;
  height: 40px;
  padding-top: 1px;
  border-radius: 20px;
  border: solid 1px #f58908;
  background-color: #fff;
  font-family: "din2014_b", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #f58908;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1400px) {
  .l-header-banner__official a {
    width: 195px;
  }
}
.l-header-banner__official a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 10px;
  height: 5px;
  border-right: 2px solid #f58908;
  border-bottom: 2px solid #f58908;
  transform: skew(45deg);
}
.l-header-banner__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  width: 161px;
  height: 40px;
  padding-top: 1px;
  border-radius: 20px;
  background-image: linear-gradient(to right, #f58908 45%, #f9bc12 93%);
  font-family: "din2014_b", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}
.l-header-banner__contact a::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 10px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(45deg);
}

/* Navi */
.l-gnav {
  margin: 0 auto;
  padding: 0px 0px 0 0px;
}
@media screen and (max-width: 1040px) {
  .l-gnav {
    display: none;
  }
}

/* --------------------------
ブログ 全体
--------------------------- */
.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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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: 1040px) {
  .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;
}

.l-footer {
  position: relative;
  padding: 55px 20px 70px;
  background-color: #32261f;
}
.l-footer__brand {
  margin-bottom: 70px;
  text-align: center;
}
.l-footer__brand a {
  display: block;
  margin-bottom: 25px;
}
.l-footer__brand a:hover {
  opacity: 1;
}
@media screen and (max-width: 1040px) {
  .l-footer__brand a {
    width: 180px;
    margin: 0 auto 20px;
  }
}

.l-footer-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 116px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1260px) {
  .l-footer-block01 {
    gap: 30px;
  }
}
@media screen and (max-width: 1040px) {
  .l-footer-block01 {
    flex-wrap: wrap;
    gap: 75px;
  }
}
.l-footer-block01__content {
  width: 500px;
}
@media screen and (max-width: 1260px) {
  .l-footer-block01__content {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .l-footer-block01__content {
    width: 100%;
  }
}
.l-footer-block01__map {
  width: 522px;
}
@media screen and (max-width: 1260px) {
  .l-footer-block01__map {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .l-footer-block01__map {
    width: 100%;
  }
}
.l-footer-block01__map iframe {
  width: 100%;
  height: 350px;
  border-radius: 15px;
}
.l-footer-block01__copylight {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.l-footer-list01 {
  margin-bottom: 58px;
}
.l-footer-list01__item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1040px) {
  .l-footer-list01__item {
    flex-wrap: wrap;
  }
}
.l-footer-list01__item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.l-footer-list01__item dt {
  width: 100px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .l-footer-list01__item dt {
    width: 90px;
    font-size: 13px;
  }
}
.l-footer-list01__item dd {
  font-size: 15px;
  line-height: 1.67;
  color: #fff;
}
@media screen and (max-width: 1040px) {
  .l-footer-list01__item dd {
    font-size: 13px;
  }
}

.l-footer-btns__item {
  margin-bottom: 20px;
}
.l-footer-btns__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  background: url("/wp-content/themes/alive/img/icon-arrow01.png") no-repeat calc(100% - 18px) 50%;
  background-size: 30px;
  background-color: #ffa73d;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding-bottom: 3px;
}
.l-footer-btns__item:first-of-type a {
  background-color: #f58908;
}
