@charset "UTF-8";
/*16*1.75/2*/
/*======*/
/* 共通 */
/*======*/
/* PC/SP出し分け
------------------------------ */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* TELタグ
-----------------------------------*/
a[href^="tel:"] {
  cursor: default;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

strong {
  font-weight: var(--title-font-weight);
}

/* 旧ページ対応
-----------------------------------*/
.top-page,
.column-page,
.page-service-list,
.bg-space + .content-area,
.bg-space + .page-contact {
  background-color: #fff;
  overflow: hidden;
}
.top-page *,
.column-page *,
.page-service-list *,
.bg-space + .content-area *,
.bg-space + .page-contact * {
  box-sizing: content-box;
}

.site-main {
  font-family: var(--menu-font);
}
.site-main .page-title {
  display: none;
}
.site-main .annoucement-tab-content a {
  color: blue;
}
.site-main .annoucement-tab-content .article-link {
  color: #000066;
}

.page-service-list .heroimg-wrapper .heroimg-heading,
.page-service-list .heroimg-subHeading,
.page-service-list .lita-solution .heading2 {
  color: #fff;
}
.page-service-list .step-item-num.bg-blue {
  margin: 1em 0;
}
.page-service-list .sec .strengths div.table {
  box-sizing: border-box;
}
.page-service-list .heading2-wrapper .pen {
  margin-top: 16px;
}

/* エントリーフォーム */
/*.site-main.page {
	background-color: #FFF;
	overflow: hidden;

	* {
		box-sizing: content-box;
	}

	.confirm-btn {
		line-height: 1;
	}

}*/
/* レイアウト
-----------------------------------*/
body {
  height: 100%;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main p,
main ul,
main ol,
main dl,
main table {
  font-family: var(--title-font);
}
main .bg-white {
  padding: 64px 0 120px;
  background-color: #fff;
}
main .bg-white h1,
main .bg-white h2,
main .bg-white h3,
main .bg-white h4,
main .bg-white h5,
main .bg-white p,
main .bg-white ul,
main .bg-white ol,
main .bg-white dl,
main .bg-white table {
  color: #333;
}
@media (max-width: 767px) {
  main .bg-white {
    padding: 64px 0;
  }
}
main .bg-gray {
  padding: 64px 0 120px;
  background-color: #f2f2f2;
}
main .bg-gray h1,
main .bg-gray h2,
main .bg-gray h3,
main .bg-gray h4,
main .bg-gray h5,
main .bg-gray p,
main .bg-gray ul,
main .bg-gray ol,
main .bg-gray dl,
main .bg-gray table {
  color: #333;
}
@media (max-width: 767px) {
  main .bg-gray {
    padding: 64px 0;
  }
}
main .com-sec01 {
  padding: 64px 0 120px;
  background-color: #fff;
}
main .com-sec01 h1,
main .com-sec01 h2,
main .com-sec01 h3,
main .com-sec01 h4,
main .com-sec01 h5,
main .com-sec01 p,
main .com-sec01 ul,
main .com-sec01 ol,
main .com-sec01 dl,
main .com-sec01 table {
  color: #333;
}
@media (max-width: 767px) {
  main .com-sec01 {
    padding: 64px 0;
  }
}
main .com-sec02 {
  padding: 64px 0 120px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  main .com-sec02 {
    padding: 64px 0;
  }
}
main .com-sec02 .white-txt h1,
main .com-sec02 .white-txt h2,
main .com-sec02 .white-txt h3,
main .com-sec02 .white-txt h4,
main .com-sec02 .white-txt h5,
main .com-sec02 .white-txt p,
main .com-sec02 .white-txt ul,
main .com-sec02 .white-txt ol,
main .com-sec02 .white-txt dl,
main .com-sec02 .white-txt table {
  color: #fff;
}
main .com-sec02 .white-txt .heading03 {
  color: #fff;
}
main .com-sec02 .white-txt .heading04 {
  border-color: rgba(255, 255, 255, 0.4);
}
main .com-sec02 .white-txt a {
  color: #fff;
}
main .com-sec02 .white-txt a:hover {
  color: #eaba49;
}
main .com-sec03 {
  padding: 64px 0 120px;
  background-color: var(--dark-color1);
}
@media (max-width: 767px) {
  main .com-sec03 {
    padding: 64px 0;
  }
}
main .com-sec03 .white-txt h1,
main .com-sec03 .white-txt h2,
main .com-sec03 .white-txt h3,
main .com-sec03 .white-txt h4,
main .com-sec03 .white-txt h5,
main .com-sec03 .white-txt p,
main .com-sec03 .white-txt ul,
main .com-sec03 .white-txt ol,
main .com-sec03 .white-txt dl,
main .com-sec03 .white-txt table {
  color: #fff;
}
main .com-sec03 .white-txt .heading03 {
  color: #fff;
}
main .com-sec03 .white-txt .heading04 {
  border-color: rgba(255, 255, 255, 0.4);
}
main .com-sec03 .white-txt a {
  color: #fff;
}
main .com-sec03 .white-txt a:hover {
  color: #eaba49;
}
main .com-sec04 {
  padding: 64px 0 120px;
  background: url(/wp-content/themes/lita/assets/images/common/com_bg01.jpg);
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  main .com-sec04 {
    padding: 64px 0;
    background: url(/wp-content/themes/lita/assets/images/common/com_bg01_sp.jpg);
    background-size: 100% 100%;
    background-position: top center;
  }
}
main .com-sec04 .white-txt h1,
main .com-sec04 .white-txt h2,
main .com-sec04 .white-txt h3,
main .com-sec04 .white-txt h4,
main .com-sec04 .white-txt h5,
main .com-sec04 .white-txt p,
main .com-sec04 .white-txt ul,
main .com-sec04 .white-txt ol,
main .com-sec04 .white-txt dl,
main .com-sec04 .white-txt table {
  color: #fff;
}
main .com-sec04 .white-txt .heading03 {
  color: #fff;
}
main .com-sec04 .white-txt .heading04 {
  border-color: rgba(255, 255, 255, 0.4);
}
main .com-sec04 .white-txt a {
  color: #fff;
}
main .com-sec04 .white-txt a:hover {
  color: #eaba49;
}
main .com-sec05 {
  padding: 64px 0 120px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  main .com-sec05 {
    padding: 64px 0;
  }
}
main .com-sec05 .white-txt h1,
main .com-sec05 .white-txt h2,
main .com-sec05 .white-txt h3,
main .com-sec05 .white-txt h4,
main .com-sec05 .white-txt h5,
main .com-sec05 .white-txt p,
main .com-sec05 .white-txt ul,
main .com-sec05 .white-txt ol,
main .com-sec05 .white-txt dl,
main .com-sec05 .white-txt table {
  color: #fff;
}
main .com-sec05 .white-txt .heading03 {
  color: #fff;
}
main .com-sec05 .white-txt .heading04 {
  border-color: rgba(255, 255, 255, 0.4);
}
main .com-sec05 .white-txt a {
  color: #fff;
}
main .com-sec05 .white-txt a:hover {
  color: #eaba49;
}
main .com-wrap01 {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  main .com-wrap01 {
    display: block;
    margin-bottom: 40px;
  }
}
main .com-wrap01 .txt {
  width: 50%;
}
@media (max-width: 767px) {
  main .com-wrap01 .txt {
    width: 100%;
  }
}
main .com-wrap01 .txt .inner {
  max-width: 632px;
  padding: 0 32px 0;
}
@media (max-width: 767px) {
  main .com-wrap01 .txt .inner {
    padding: 0 24px 16px;
  }
}
main .com-wrap01 figure {
  width: 50%;
}
@media (max-width: 767px) {
  main .com-wrap01 figure {
    width: 100%;
  }
}
main .com-wrap01.txt-right {
  flex-direction: row-reverse;
}
main .com-wrap01.txt-left .txt .inner {
  margin: 0 0 0 auto;
}
main .com-wrap02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  main .com-wrap02 {
    display: block;
  }
}
main .com-wrap02 .left-cts {
  width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
@media (max-width: 767px) {
  main .com-wrap02 .left-cts {
    width: 100%;
    position: initial;
  }
}
main .com-wrap02 .right-cts {
  width: calc(100% - 264px);
  padding: 24px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  main .com-wrap02 .right-cts {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
    border-radius: 8px;
  }
}

.all-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  background-color: var(--dark-color1);
  z-index: 99;
}

section .contents {
  max-width: 1048px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  section .contents {
    padding: 0 24px;
  }
}

section .contents p,
section .contents ul,
section .contents ol {
  margin-bottom: 1em;
}

/* 背景宇宙
------------------------------ */
.bg-space .bg-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.bg-space .bg-area.type01 {
  background-image: url(../images/space_bg.webp);
}
.bg-space .bg-area.type02 {
  background-image: url(../images/common/space_bg02.webp);
}
.bg-space .bg-area.type03 {
  background-image: url(../images/common/space_bg03.webp);
}
.bg-space .bg-area.type04 {
  background-image: url(../images/common/space_bg04.webp);
}
.bg-space .bg-area.type05 {
  background-image: url(../images/common/space_bg05.webp);
}
.bg-space.show .bg-area {
  opacity: 1;
}

/* フォーム
-----------------------------------*/
input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 8px;
  font-size: 16px;
}

input[type="date"],
select {
  max-width: 100%;
  padding: 8px;
  font-size: 16px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* パンくず
-----------------------------------*/
.b-nv {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .b-nv {
    display: none;
  }
}
.b-nv ul {
  display: flex;
  justify-content: flex-start;
  padding: 16px 0;
}
.b-nv ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
  line-height: 1;
}
.b-nv ul li a {
  margin-right: 8px;
}
.b-nv ul li::after {
  content: "";
  display: block;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.b-nv ul li:last-child::after {
  content: none;
}

/* タイトル
-----------------------------------*/
.title-area {
  padding: 64px 0 80px;
}
@media (max-width: 767px) {
  .title-area {
    padding: 24px 0 48px;
  }
}
.title-area .heading-title {
  margin-bottom: 0;
  font-family: var(--title-font);
  font-size: 56px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .title-area .heading-title {
    font-size: 40px;
  }
}
.title-area .heading-title span {
  display: block;
  margin-top: 16px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .title-area .heading-title span {
    margin-top: 8px;
    font-size: 21px;
  }
}

.heading01 {
  margin: 128px 0 64px;
  font-family: var(--title-font);
  font-size: 56px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .heading01 {
    margin: 80px 0 40px;
    font-size: 49px;
  }
}
.heading01 span {
  display: block;
  margin-top: 16px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .heading01 span {
    font-size: 18px;
  }
}

.heading02 {
  margin: 88px 0 24px;
  font-family: var(--title-font);
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .heading02 {
    margin: 64px 0 16px;
    font-size: 32px;
  }
}

.heading03 {
  margin: 88px 0 32px;
  font-family: var(--title-font);
  font-size: 32px;
  color: #333;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading03 {
    margin: 48px 0 24px;
    font-size: 20px;
  }
}

.heading04 {
  margin: 64px 0 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading04 {
    margin: 40px 0 16px;
    font-size: 18px;
  }
}

.heading05 {
  margin: 24px 0 16px;
  /*padding: 8px;
  background: linear-gradient(to right, #d1d1e3, transparent);*/
  font-family: var(--title-font);
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .heading05 {
    margin: 24px 0 16px;
    font-size: 18px;
  }
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/
.link-txt {
  position: relative;
  text-decoration: underline;
}

.link-arrow {
  position: relative;
  padding-right: 40px;
}

/* リンクボタン
-----------------------------------*/
.theme-btn {
  border-radius: 0;
}
.theme-btn input[type="button"],
.theme-btn input[type="submit"] {
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: var(--title-font);
}

.com-bt {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  transition: 0.5s all;
}
.com-bt:hover {
  background-color: #eee;
  text-decoration: none;
  color: #333;
}
@media (max-width: 767px) {
  .com-bt {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.com-bt.next {
  position: relative;
}
.com-bt.next::after {
  content: "";
  position: absolute;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(-45deg);
}
.com-bt.prev {
  position: relative;
}
.com-bt.prev::before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  margin-top: -4px;
  border-color: #333;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 8px;
  vertical-align: middle;
  width: 8px;
  transform: rotate(135deg);
}

.com-bt02 {
  display: table;
  color: #fff;
  font-family: var(--title-font);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  padding: 15px 50px;
  background: linear-gradient(
    to right,
    #060f19 0%,
    #060f19 50%,
    #eae4a1 50%,
    #b8a434 75%,
    #674a02 100%
  );
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  padding: 21px 2.5em;
  letter-spacing: 0.1em;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .com-bt02 {
    font-size: 18px;
  }
}
.com-bt02 .f12 {
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .com-bt02 .f12 {
    font-size: 12px;
  }
}
.com-bt02:hover {
  color: #fff;
  background-position: 0 0;
}

input[type="submit"].com-bt,
input[type="button"].com-bt,
button.com-bt {
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
}
input[type="submit"].com-bt:hover,
input[type="button"].com-bt:hover,
button.com-bt:hover {
  background-color: #eee;
  color: #333;
}
@media (max-width: 767px) {
  input[type="submit"].com-bt,
  input[type="button"].com-bt,
  button.com-bt {
    font-size: 14px;
  }
}

/*============*/
/* 共通・汎用 */
/*============*/
/* 段落
-----------------------------------*/
/* ぶら下げインデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
  content: "";
  clear: both;
  display: block;
}

.multicolumn,
.multilist {
  overflow: hidden !important;
}

.multicolumn-left {
  float: left;
}

.multicolumn-right {
  float: right;
}

.multilist li {
  float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 {
  width: 1000px;
}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
  margin-left: 23px;
  list-style: disc;
}
.list-df li {
  list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
  padding-left: 1em;
}

.list-dot li:before {
  content: "・";
  margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
  margin-left: 30px;
  list-style-type: decimal;
}

/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 {
  width: 5%;
}

col.colw10 {
  width: 10%;
}

col.colw15 {
  width: 15%;
}

col.colw20 {
  width: 20%;
}

col.colw25 {
  width: 25%;
}

col.colw30 {
  width: 30%;
}

col.colw35 {
  width: 35%;
}

col.colw40 {
  width: 40%;
}

col.colw45 {
  width: 45%;
}

col.colw50 {
  width: 50%;
}

/* テーブル */
.com-table01 {
  width: 100%;
  margin-bottom: 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .com-table01 {
    margin-bottom: 24px;
  }
}
.com-table01 th {
  padding: 8px 16px;
  background-color: #d1d1e3;
  border: solid 1px #333;
  font-weight: bold;
  font-family: var(--text-font);
  color: #333;
}
@media (max-width: 767px) {
  .com-table01 th {
    padding: 4px;
  }
}
.com-table01 td {
  padding: 8px 16px;
  border: solid 1px #333;
  font-family: var(--text-font);
  color: #333;
}
@media (max-width: 767px) {
  .com-table01 td {
    padding: 4px;
  }
}
.com-table01 thead th {
  text-align: center;
}
.com-table01.type02 {
  border-spacing: 4px;
  border-collapse: separate;
}
.com-table01.type02 th,
.com-table01.type02 td {
  border: none;
}
.com-table01.type02 td {
  background-color: #fff;
}

.com-table02 {
  width: 100%;
  margin-bottom: 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767px) {
  .com-table02 {
    margin-bottom: 16px;
  }
}
.com-table02 th {
  padding: 8px 16px;
  border-bottom: solid 2px #d1d1e3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .com-table02 th {
    padding: 4px;
  }
}
.com-table02 td {
  padding: 8px 16px;
  border-bottom: solid 2px #d1d1e3;
}
@media (max-width: 767px) {
  .com-table02 td {
    padding: 4px;
  }
}

/* 共通カラム
-----------------------------------*/
.list-col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 767px) {
  .list-col2 {
    display: block;
  }
}
.list-col2 > li {
  width: 48%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .list-col2 > li {
    width: 100%;
  }
}

.list-col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 3.5%;
}
@media (max-width: 767px) {
  .list-col3 {
    gap: 4%;
  }
}
.list-col3 > li {
  width: 31%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .list-col3 > li {
    width: 48%;
  }
}

/* com-box
-----------------------------------*/
.com-box01 {
  display: block;
  padding: 16px;
  border: 1px solid #333;
}

.com-box02 {
  display: block;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #ccc;
}

/* link-box
-----------------------------------*/
.link-box01 a {
  display: block;
  padding: 4px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.link-box01 a:hover {
  opacity: 0.7;
}
.link-box01 a .txt {
  margin-top: 4px;
  padding: 16px;
  background-color: #fff;
}

.link-box02 a {
  display: block;
  padding: 4px;
  border: 1px solid #333;
  background-color: #fff;
}
.link-box02 a:hover {
  opacity: 0.7;
}
.link-box02 a .txt {
  margin-top: 4px;
  padding: 16px;
}

.link-box03 a {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .link-box03 a {
    padding: 2px;
  }
}
.link-box03 a:hover {
  opacity: 0.7;
}
.link-box03 a figure {
  width: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .link-box03 a figure {
    width: 35%;
  }
}
.link-box03 a .txt {
  width: 50%;
  padding: 8px 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .link-box03 a .txt {
    width: 65%;
    padding: 8px;
  }
  .link-box03 a .txt p {
    font-size: 12px;
  }
}

.link-box04 a {
  display: flex;
  justify-content: space-between;
  padding: 4px;
  border: 1px solid #333;
  background-color: #fff;
}
@media (max-width: 767px) {
  .link-box04 a {
    padding: 2px;
  }
}
.link-box04 a:hover {
  opacity: 0.7;
}
.link-box04 a figure {
  width: 50%;
}
@media (max-width: 767px) {
  .link-box04 a figure {
    width: 35%;
  }
}
.link-box04 a .txt {
  width: 50%;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .link-box04 a .txt {
    width: 65%;
    padding: 8px;
  }
  .link-box04 a .txt p {
    font-size: 12px;
  }
}

/* 書籍関連
-----------------------------------*/
.book-area {
  margin: 0;
}
@media (max-width: 767px) {
  .book-area .col-4 {
    padding: 0 4px !important;
  }
}
.book-area .book-block {
  padding: 0 20px;
  margin-bottom: 0;
  padding: 0;
}
.book-area .book-block .book-cover p {
  margin-bottom: 0 !important;
}
.book-area .book-block .book-cover + p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .book-area .book-block p {
    font-size: 10px;
  }
}
.book-area .book-block .book-ranking {
  position: absolute;
  top: 10px;
  right: -25px;
  text-align: center;
  line-height: 1.1;
  background: #b8a434;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #fff;
  padding: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .book-area .book-block .book-ranking {
    position: static;
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    padding: 4px;
    font-size: 10px;
  }
}
.book-area .book-block .book-ranking span {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .book-area .book-block .book-ranking span {
    font-size: 16px;
  }
}

/* ニュース一覧
-----------------------------------*/
.list-news li {
  border-bottom: 1px solid #ccc;
}
.list-news li:last-child {
  border-bottom: none;
}
.list-news li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.list-news li a .date {
  width: 80px;
  line-height: 1;
}
.list-news li a .label {
  width: 80px;
  padding: 6px 8px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-news li a .label {
    font-size: 12px;
  }
}
.list-news li a .title {
  width: calc(100% - 192px);
  word-wrap: break-word;
  line-height: 1.3;
}
.list-news li a:hover {
  color: #aaa;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list-news li a .title {
    width: 100%;
    margin-top: 8px;
  }
}

/* WPページャー
-----------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 88px 0;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    padding: 64px 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  width: 32px;
  margin: 0 2px;
  border-radius: 50%;
  color: #333;
  transition: 0.5s all;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  text-decoration: none;
  background-color: #333;
  color: #fff;
}

/* 投稿記事 タイトル
-----------------------------------*/
.entry-detail .entry-header .entry-title {
  margin: 40px 0 32px;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-title {
    margin: 28px 0;
    font-size: 24px;
  }
}
.entry-detail .entry-header .entry-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.entry-detail .entry-header .entry-meta .date {
  line-height: 1;
}
.entry-detail .entry-header .entry-meta .label {
  width: 80px;
  padding: 6px 8px;
  margin-left: 16px;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .entry-detail .entry-header .entry-meta .label {
    font-size: 12px;
  }
}
.entry-detail .entry-content {
  padding: 24px 0;
  margin: 24px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 767px) {
  .entry-detail .entry-content {
    padding: 16px 0;
    margin: 16px 0;
  }
}
.entry-detail .btn-area {
  margin: 88px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .btn-area {
    margin: 40px 0;
  }
}

/* 投稿記事 詳細
-----------------------------------*/
.entry-detail .entry-content {
  /* 投稿画像 */
}
.entry-detail .entry-content p {
  margin: 1em 0;
}
.entry-detail .entry-content h1 {
  margin: 24px 0 16px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h1 {
    margin: 16px 0 12px;
    font-size: 24px;
  }
}
.entry-detail .entry-content h2 {
  margin: 24px 0 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h2 {
    margin: 16px 0 12px;
    font-size: 22px;
  }
}
.entry-detail .entry-content h3 {
  margin: 16px 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h3 {
    margin: 12px 0;
    font-size: 20px;
  }
}
.entry-detail .entry-content h4 {
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h4 {
    margin: 12px 0;
    font-size: 18px;
  }
}
.entry-detail .entry-content h5 {
  margin: 16px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h5 {
    margin: 12px 0;
    font-size: 16px;
  }
}
.entry-detail .entry-content h6 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-detail .entry-content h6 {
    margin: 12px 0;
    font-size: 14px;
  }
}
.entry-detail .entry-content ul {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content ul li {
  list-style: disc;
}
.entry-detail .entry-content ol {
  margin: 16px 0 16px 32px;
}
.entry-detail .entry-content blockquote {
  font-style: italic;
  padding: 0 32px;
}
.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
  font-style: normal;
}
.entry-detail .entry-content table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-detail .entry-content table th {
  padding: 16px;
  border: solid 1px #333;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table th {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content table td {
  padding: 16px;
  border: solid 1px #333;
}
@media (max-width: 767px) {
  .entry-detail .entry-content table td {
    padding: 8px 2px;
    font-size: 12px;
  }
}
.entry-detail .entry-content .alignleft,
.entry-detail .entry-content img.alignleft {
  display: inline;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .alignright,
.entry-detail .entry-content img.alignright {
  display: inline;
  float: right;
  margin-left: 16px;
  margin-top: 4px;
}
.entry-detail .entry-content .aligncenter,
.entry-detail .entry-content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-detail .entry-content img.alignleft,
.entry-detail .entry-content img.alignright,
.entry-detail .entry-content img.aligncenter {
  margin-bottom: 16px;
}
.entry-detail .entry-content .wp-caption {
  text-align: center;
}
/*# sourceMappingURL=common.css.map */

/* 2025追加 */
.section-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.sub-heading,
.sub-heading_en {
  color: #c99630;
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}

.sub-heading_ja {
  font-size: 50px;
  color: #012b9d;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.link-button {
  padding: 12px 14px 12px 24px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 332px;
  background-color: #fff;
  color: #012b9d;
  font-size: 16px;
  font-weight: var(--title-font-weight);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
}

.link-button.secondary {
  background-image: linear-gradient(
    180deg,
    rgb(0, 24, 60) 0%,
    rgb(1, 44, 159) 100%
  );
  color: #fff;
}

.link-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  content: "→";
  background-color: #012b9d;
  color: #fff;
  border-radius: 50%;
}

.link-button.secondary::after {
  background-color: #fff;
  color: #012b9d;
}

.link-button:hover {
  color: #012b9d;
}

.link-button.secondary:hover {
  color: #fff;
}

.about-lita {
  background-color: rgba(196, 196, 196, 0.1);
}

.about-lita_inner {
  padding: 80px 24px 88px;
  max-width: 1096px;
  margin: 0 auto;
}

.about-lita .contents {
  display: flex;
  gap: 88px;
  padding: 0;
  margin: 20px 0 0;
}

.about-lita .heading01 {
  color: #fff;
  white-space: nowrap;
  min-width: 250px;
  display: flex;
  align-items: baseline;
  margin: 0;
}

.about-lita .heading01 span {
  font-size: 50px;
  margin: 0;
  font-weight: var(--title-font-weight);
}

.about-lita .txt p {
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
  margin: 0;
}

/* 出版書籍 */
.books-publication .book-list {
  display: flex;
  gap: 80px;
  margin: 72px auto 0;
}

.books-publication .book-item {
  width: calc(100% / 3 - 52px);
}

.books-publication .book-list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.books-publication .img {
  position: relative;
}

.books-publication .book-list li .img .ic {
  position: absolute;
  top: -7.336%;
  right: -14.583%;
  width: 29.761%;
}

.books-publication .book-list li .img .ic img {
  padding: 0;
}

.books-publication .publish-area .media-img {
  margin-bottom: 20px;
}

.books-publication .book-name {
  margin: 4px auto 0;
  line-height: 1.5;
  color: #012b9d;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.books-publication .name {
  color: #555;
  margin: 0;
}

.books-publication .company {
  margin: 16px auto 0;
  font-size: 14px;
  color: #555;
  letter-spacing: -0.05em;
}

/* カウンセリング */
.sec-counseling {
  background-color: #fff;
  padding: 80px 0;
}

.sec-counseling .section-title {
  align-items: center;
}

.sec-counseling .section-title .sub-heading_en {
  color: #c99630;
}

.sec-counseling .heading-lead {
  margin: 8px 0 0;
  display: block;
  text-align: center;
  color: #012b9d;
  font-size: 32px;
}

.sec-counseling .conversion {
  padding: 50px 60px 64px;
  margin: 40px auto 0;
  color: #fff;
  position: relative;
  background-image: linear-gradient(
    260deg,
    rgb(0, 24, 60) 0%,
    rgb(1, 44, 159) 100%
  );
}

.sec-counseling .conversion-tag {
  position: absolute;
  left: -24px;
  top: -40px;
  font-size: 32px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  background-color: #c99630;
  color: #fff;
}

.sec-counseling .conversion-title {
  font-size: 28px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: var(--title-font-weight);
  margin: 0;
}

.sec-counseling .conversion-title strong {
  font-size: 80px;
  line-height: 1;
}

.sec-counseling .conversion-line_strong_container {
  display: flex;
  align-items: baseline;
  background-image: linear-gradient(#c99630, #c99630);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 100%;
}

.sec-counseling .conversion-contents {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 44px auto 0;
}

.sec-counseling .conversion-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}

.sec-counseling .conversion-item {
  display: flex;
  gap: 10px;
  font-size: 21px;
  line-height: 1.6;
  color: #fff;
}

.sec-counseling .conversion-item::before {
  content: "";
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background-image: url("/wp-content/themes/lita/assets/images/icons/check.svg");
  background-size: cover;
  display: block;
  margin-top: 4px;
}

.sec-counseling .conversion-button {
  margin: 44px auto 0;
}

/* template-parts/achievement.php */
.sec-achievement {
  padding: 100px 0;
}

.sec-achievement .achievement-number-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 24px;
}

.sec-achievement .achievement-number-item:first-child {
  flex-basis: 100%;
  text-align: center;
}

.sec-achievement .achievement-corporate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
}

.sec-achievement .achievement-corporate_text {
  margin: 48px 0 0;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}

.sec-achievement .text-dark .achievement-corporate_text {
  color: #555;
}

.media-sec {
  background-color: #f2f2f2;
  padding: 80px 0 56px;
}

.media-sec .section-title {
  align-items: center;
}

.media-sec .publish-area {
  margin: 72px auto 0;
  background-color: #fff;
  padding: 48px 32px;
}

.media-sec .publish-area h3 {
  margin: 0;
  font-size: 32px;
  color: #012b9d;
  font-weight: var(--title-font-weight);
  text-align: center;
}

.media-sec .media-img {
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid #012b9d;
}

.media-sec .publish-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 2;
  letter-spacing: -0.05em;
  color: #555;
}

.media-sec .publish-list-sub {
  margin: 0;
  display: flex;
  justify-content: center;
}

.media-sec .publish-list-sub li:not(:first-child)::before {
  content: "　／　";
}

.achievement-figures {
  max-width: 1048px;
  margin: 0 auto;
  padding: 80px 24px 0;
}

.achievement-figures .section-title {
  align-items: center;
}

.achievement-figures .sub-heading_ja {
  color: #fff;
}

.achievement-figures .achievement-figures-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 80px auto 0;
}

.achievement-figures .achievement-figures-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.achievement-figures .achievement-figure-client {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 2px 16px;
  display: inline-block;
}

.achievement-figures .achievement-description {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  margin: 12px 0 0;
}

.achievement-figures .achievement-description em {
  color: #b38f3c;
  font-size: 30px;
  text-decoration: underline;
  text-underline-offset: 12px;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .media-sec .publish-list-sub {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .sub-heading,
  .sub-heading_en {
    font-size: 18px;
  }

  .section-title {
    gap: 10px;
  }

  .sub-heading_ja {
    font-size: 25px;
    line-height: 1.5;
  }

  .link-button {
    padding: 8px 10px 8px 16px;
    font-size: 14px;
    min-width: initial;
    gap: 16px;
  }

  .link-button::after {
    transform: scale(0.8);
  }

  .about-lita .contents {
    flex-direction: column;
    margin: 12px 0 0;
    gap: 32px;
  }

  .about-lita_inner {
    padding: 48px 16px 56px;
  }

  .about-lita_logo {
    width: 86px;
  }

  .about-lita .heading01 span {
    font-size: 28px;
  }

  .about-lita .txt p {
    font-size: 13px;
    line-height: 2.1;
    text-align: justify;
  }

  .corporate .sec-books .books-publication {
    padding: 0 16px;
  }

  .books-publication .book-list li .img .ic {
    top: -24px;
    right: -12px;
    width: 32px;
  }

  .books-publication .book-list li .txt {
    flex: 1;
  }

  .books-publication .book-list li .txt p {
    margin: 8px 0 0;
    font-size: 16px;
  }

  .books-publication .book-list {
    padding: 0;
    margin: 34px auto 0;
    gap: 16px;
    flex-wrap: wrap;
  }

  .books-publication .book-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 38%;
  }

  .books-publication .book-list li .txt p {
    font-size: 11.5px;
    line-height: 1.6;
  }

  .books-publication .book-list li .txt .book-name {
    font-size: 13.5px;
    margin: 4px 0 0;
  }

  .books-publication .book-list li .txt .name {
    margin: 4px 0 0;
  }

  .sec-counseling {
    padding: 48px 0;
  }

  .sec-counseling .heading-lead {
    font-size: 16px;
    margin: 0;
  }

  .sec-counseling .conversion-tag {
    width: 72px;
    height: 72px;
    left: auto;
    top: -38px;
    right: -12px;
    font-size: 16px;
  }

  .sec-counseling .conversion {
    padding: 24px 24px 32px;
    margin: 14px 0 0;
  }

  .sec-counseling .conversion-title {
    font-size: 15px;
    align-items: flex-start;
  }

  .sec-counseling .conversion-title strong {
    font-size: 42px;
  }

  .sec-counseling .conversion-line_strong_container {
    align-items: flex-end;
    margin-top: -16px;
    background-image: none;
    letter-spacing: 0.1em;
  }

  .sec-counseling .conversion-line_strong {
    text-underline-offset: 0;
    background-image: linear-gradient(#c99630, #c99630);
    background-repeat: no-repeat;
    background-size: 100% 6px;
    background-position: 0 100%;
    white-space: nowrap;
  }

  .sec-counseling .conversion-line_strong strong {
    text-decoration-color: #c99630;
    letter-spacing: 0;
  }

  .sec-counseling .conversion-contents {
    flex-direction: column;
    margin: 26px 0 0;
  }

  .sec-counseling .conversion-list {
    padding: 0 8px;
    gap: 6px;
  }

  .sec-counseling .conversion-item {
    font-size: 14px;
    gap: 6px;
    line-height: 1.5;
  }

  .sec-counseling .conversion-item::before {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
  }

  .sec-counseling .conversion-image {
    width: 65.4%;
    aspect-ratio: 387 / 209;
    object-fit: cover;
  }

  .sec-counseling .conversion-button {
    margin: 24px auto 0;
    max-width: 320px;
  }

  .sec-achievement {
    padding: 64px 0;
  }

  .sec-achievement .achievement-number-list {
    width: 80%;
    margin: 0 auto;
  }

  .sec-achievement .achievement-corporate-list {
    margin: 24px 0 0;
    gap: 16px;
  }

  .sec-achievement .achievement-corporate-item {
    width: calc(100% / 3 - 11px);
  }

  .sec-achievement .achievement-corporate_text {
    margin: 32px 0 0;
    font-size: 12px;
    text-align: justify;
  }

  .media-sec {
    padding: 48px 0;
  }

  .media-sec .publish-area {
    margin: 64px auto 0;
    padding: 24px 16px;
  }

  .media-sec .publish-area h3 {
    font-size: 22px;
  }

  .media-sec .publish-area .media-img {
    margin: 24px auto 16px;
  }

  .media-sec .publish-list {
    text-align: left;
    font-size: 14px;
    display: inline-block;
  }

  .media-sec .publish-list-sub {
    display: inline;
  }

  .media-sec .publish-list li,
  .media-sec .publish-list-sub li {
    display: inline;
    line-height: 1.7;
    color: #555;
  }

  .media-sec .publish-list li::after,
  .media-sec .publish-list-sub li::after {
    content: "、";
  }

  .media-sec .publish-list-sub li:not(:first-child)::before {
    content: none;
  }

  .achievement-figures {
    padding: 48px 16px 0;
  }

  .achievement-figures .achievement-figures-list {
    margin: 48px auto 0;
    gap: 48px;
  }

  .achievement-figures .achievement-figures-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .achievement-figures .achievement-figure-client {
    font-size: 16px;
    padding: 0 12px;
  }

  .achievement-figures .achievement-description {
    font-size: 20px;
    line-height: 1.8;
    margin: 8px 0 0;
  }

  .achievement-figures .achievement-description em {
    font-size: 24px;
    text-underline-offset: 8px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  top: 50%;
  width: 48px;
  height: 48px;
}

.swiper .swiper-button-prev {
  left: 8px;
}

.swiper .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/wp-content/themes/lita/assets/images/icons/angle.svg");
  background-size: cover;
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
}

.swiper .swiper-button-next {
  right: 8px;
}

.swiper .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/wp-content/themes/lita/assets/images/icons/angle.svg");
  background-size: cover;
  filter: brightness(0) invert(1) drop-shadow(0 0 2px rgba(0, 0, 0, 0.7));
  transform: rotate(180deg);
}

.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.case-video {
  width: 100%;
}

.video-container {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.case-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.case-heading_ja {
  text-align: center;
  margin: 48px 0 0;
  font-weight: 500;
  font-size: 32px;
  color: #012b9d;
}

.case-heading_ja.-light {
  color: #fff;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 5px;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .case-heading_ja {
    font-size: 20px;
    margin: 40px 0 0;
  }
}
