/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* header */
.header-top > .container {
  max-width: 1320px !important;
  width: min(1320px, calc(100vw - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.site-header-container{
	max-width:1320px;
}


#global-nav.global-nav--layout--penetration .global-nav-list {
  width: min(1320px, calc(100vw - 40px)) ;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}



.global-nav, .header_scrolled .site-header{
	border-top:solid 1px #c7a243;
}

h2{
	font-family: Hiragino Mincho ProN, "游明朝", serif;
}

.menu li a{
	color:#fffffe;
}

.menu li .global-nav-name{
	font-size:16px;
}

.global-nav--layout--penetration .global-nav-list>li{
	position: relative;
	border: none;
}

.global-nav--layout--penetration .global-nav-list>li::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 36%;
background: rgba(199, 162, 67, 0.18);
}

.global-nav--layout--penetration .global-nav-list>li:last-child::after{
	display: none;
}

.global-nav--layout--penetration .global-nav-list>li:first-child{
	border-left:0;
}

.global-nav-list > li > a {
  position: relative;
}

.global-nav-list > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #c7a243;
  transition: width .25s ease;
}

.global-nav-list > li:hover > a::after,
.global-nav-list > li.current-menu-item > a::after {
  width: 46%;
}

.global-nav-list>li:before{
	border-bottom:0;
}

.site-header-sub{
	padding-top:1.8rem;
}


/* 横並びボタン */
.row-button .vk_buttons_col{
  display:flex;
  gap:18px;
  justify-content:flex-end;
  align-items:center;
}

/* 共通 */
.apply-button .vk_button_link,
.contact-button .vk_button_link{
  min-width:190px;
  padding:15px 28px;
  border-radius:8px;
  box-shadow:none;
  transition:all .25s ease;
  position:relative;
  overflow:hidden;
  background-image:none !important;
}

.apply-button .vk_button_link_txt,
.contact-button .vk_button_link_txt{
  font-weight:700;
  letter-spacing:.05em;
  position:relative;
  z-index:2;
}
.apply-button .vk_button_link_txt{
	
  position: relative;
  left: -0.1em;

}

/* 申請フォーム */
.apply-button .vk_button_link{
  background:#d4b15a !important;
  border:1px solid rgba(243,231,187,0.82);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.20),
    0 4px 12px rgba(0,0,0,0.10);
}

.apply-button .vk_button_link_txt{
  color:#041b46 !important;
}

/* お問合せ */
.contact-button .vk_button_link{
  background:#0a2b5d !important;
  border:1px solid rgba(212,177,90,0.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 4px 12px rgba(0,0,0,0.12);
}

.contact-button .vk_button_link_txt{
  color:#fffffe !important;
}

/* 共通 hover */
.apply-button .vk_button_link:hover,
.contact-button .vk_button_link:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(0,0,0,0.18);
}

/* 申請フォーム hover */
.apply-button .vk_button_link:hover{
  background:#caa13c !important;
  border-color:rgba(243,231,187,0.92);
}

/* お問合せ hover */
.contact-button .vk_button_link:hover{
  background:#0a2b5d !important;
  border-color:rgba(228,207,138,0.72);
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #0a234f;
  transform: scale(2);
	 margin-right: 12px !important;

}

/* h2 */
h2.center-h2.is-style-vk-heading-plain {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 22px;
  text-align: center;
  color: #041b46;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

h2.center-h2.is-style-vk-heading-plain::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f6a1e 0%, #c7a243 45%, #f2e4b3 100%);
}

/* h3 */
h3.center-h3{
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 14px;
  text-align: center;
  color: #0a234f;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}

h3.center-h3.is-style-vk-heading-plain::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: rgba(199, 162, 67, 0.85);
}

/* certification-box */
.certification-box {
  gap: 24px;
  margin: 0 0 56px;
}

.certification-box > .wp-block-column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
  padding: 34px 24px 28px;
  margin: 0 !important;
  background: #fff;
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(4, 27, 70, 0.06);
  text-align: center;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.certification-box > .wp-block-column:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(4, 27, 70, 0.09);
}

.certification-box h4.is-style-vk-heading-plain {
  margin: 0 0 14px;
  text-align: center;
  color: #041b46;
  font-size: 25px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.certification-box h4.is-style-vk-heading-plain::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin: 14px auto 0;
  background: rgba(199, 162, 67, 0.8);
}

.certification-box p {
  margin: 0;
  text-align: center;
  color: #7a6a43;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (max-width: 1199.98px) {
  .certification-box > .wp-block-column {
    padding: 30px 18px 24px;
  }

  .certification-box h4.is-style-vk-heading-plain {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 991.98px) {
  .certification-box {
    flex-wrap: wrap !important;
    gap: 20px;
  }

  .certification-box > .wp-block-column {
    flex: 0 0 calc(50% - 10px) !important;
    flex-basis: calc(50% - 10px) !important;
    max-width: calc(50% - 10px);
    padding: 32px 20px 26px;
  }

  .certification-box h4.is-style-vk-heading-plain {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 767.98px) {
  .certification-box {
    gap: 16px;
    margin-bottom: 40px;
  }

  .certification-box > .wp-block-column {
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: 100%;
    min-height: auto;
    padding: 28px 18px 22px;
  }

  .certification-box h4.is-style-vk-heading-plain {
    font-size: 21px;
    line-height: 1.4;
  }

  .certification-box p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* about-box */

.about-box {
  gap: 18px;
  margin: 0 0 56px;
}

.about-box > .wp-block-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 20px 22px;
  margin: 0 !important;
  background: linear-gradient(135deg, #12356b 0%, #193f7a 52%, #12356b 100%);
  border: 1px solid rgba(199, 162, 67, 0.28);
  border-radius: 12px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(4, 27, 70, 0.10);
  text-align: center;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.about-box > .wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.10) 0%,
    rgba(255, 255, 255, 0.04) 18%,
    rgba(255, 255, 255, 0) 46%
  );
  pointer-events: none;
}

.about-box > .wp-block-column::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(243, 231, 187, 0.82);
  font-size: 24px;
  line-height: 1;
  transition: transform .25s ease, color .25s ease;
}

.about-box > .wp-block-column:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #163d76 0%, #214986 52%, #163d76 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 10px 22px rgba(4, 27, 70, 0.15);
}

.about-box > .wp-block-column:hover::after {
  transform: translateY(-50%) translateX(2px);
  color: #f2e4b3;
}

.about-box h3.is-style-vk-heading-plain {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0 34px 0 24px;
  color: #fffffe;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.about-box h3.is-style-vk-heading-plain::after {
  display: none;
}

@media (max-width: 1199.98px) {
  .about-box {
    gap: 16px;
    flex-wrap: wrap !important;
  }

  .about-box > .wp-block-column {
    padding: 18px 20px;
  }

  .about-box h3.is-style-vk-heading-plain {
    font-size: 18px !important;
    line-height: 1.35;
    letter-spacing: 0.03em;
    padding: 0 30px 0 20px;
  }
}

@media (max-width: 991.98px) {
  .about-box > .wp-block-column {
    flex: 0 0 calc(50% - 8px) !important;
    flex-basis: calc(50% - 8px) !important;
    max-width: calc(50% - 8px);
  }

  .about-box h3.is-style-vk-heading-plain {
    font-size: 22px;
    line-height: 1.4;
    padding: 0 30px 0 20px;
  }
}

@media (max-width: 767.98px) {
  .about-box {
    gap: 14px;
    margin-bottom: 40px;
  }

  .about-box > .wp-block-column {
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    max-width: 100%;
    min-height: auto;
    padding: 18px;
  }

  .about-box h3.is-style-vk-heading-plain {
    font-size: 20px;
    line-height: 1.35;
    padding: 0 28px 0 18px;
  }

  .about-box > .wp-block-column::after {
    right: 14px;
    font-size: 22px;
  }
}

/* 申請ボタン2 */
.apply-button2{
  max-width: 520px;
  margin: 32px auto 0;
  text-align: center;
}

.apply-button2 .vk_button_link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 16px 34px;
  background: #d4b15a !important;
  background-image: none !important;
  border: 0;
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 8px 18px rgba(4, 27, 70, 0.10);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.apply-button2 .vk_button_link:hover{
  transform: translateY(-2px);
  background: #caa13c !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 10px 22px rgba(4, 27, 70, 0.14);
}

.apply-button2 .vk_button_link_txt{
  color: #041b46 !important;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (max-width: 767.98px){
  .apply-button2 .vk_button_link{
    min-height: 56px;
    padding: 14px 20px;
  }

  .apply-button2 .vk_button_link_txt{
    font-size: 21px;
  }
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  min-width: 170px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #12356b 0%, #183d76 52%, #12356b 100%);
  border: 1px solid rgba(199, 162, 67, 0.22);
  border-radius: 10px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 6px 14px rgba(4, 27, 70, 0.08);
  color: #fffffe;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.about-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.03) 18%,
    rgba(255, 255, 255, 0) 46%
  );
  pointer-events: none;
}

.about-list li::after {
  content: "›";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(243, 231, 187, 0.68);
  font-size: 18px;
  line-height: 1;
  transition: transform .25s ease, color .25s ease;
}

.about-list li:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #153a72 0%, #1d4785 52%, #153a72 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(4, 27, 70, 0.12);
}

.about-list li:hover::after {
  transform: translateY(-50%) translateX(2px);
  color: rgba(243, 231, 187, 0.9);
}

.about-list li a {
  display: block;
  padding: 0 22px 0 12px;
  color: inherit;
  text-decoration: none;
}

.about-list li a:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .about-list {
    gap: 12px;
  }

  .about-list li {
    min-width: 155px;
    padding: 13px 16px;
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .about-list {
    gap: 10px;
    margin-bottom: 36px;
  }

  .about-list li {
    width: 100%;
    min-width: 0;
    padding: 13px 14px;
    font-size: 17px;
  }

  .about-list li::after {
    right: 12px;
    font-size: 17px;
  }

  .about-list li a {
    padding: 0 20px 0 10px;
  }
}

.headline-h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 16px;
  color: #041b46;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
}

.headline-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f6a1e 0%, #c7a243 45%, #f2e4b3 100%);
}

@media (max-width: 767.98px) {
  .headline-h2 {
    margin-bottom: 24px;
    padding-bottom: 14px;
    font-size: 26px;
  }

  .headline-h2::after {
    height: 2px;
  }
}

/*機構について*/

.entry-body p {

  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

/* 本文中リスト */
.about-list2 {
  margin: 20px 0 28px;
  padding: 18px 22px 18px 26px;
  list-style: none;
  background: rgba(255, 255, 255, 0.58);
  border-left: 3px solid rgba(4, 27, 70, 0.20);
  border-radius: 0 8px 8px 0;
}

.about-list2 li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 1.4em;
  color: #243142;
  font-size: 17px;
  line-height: 1.9;
}

.about-list2 li:last-child {
  margin-bottom: 0;
}

.about-list2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a47f2a;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .about-list2 {
    margin: 16px 0 24px;
    padding: 16px 16px 16px 18px;
  }

  .about-list2 li {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 三つ星認証について */

/* table */

.certification-table table.has-fixed-layout {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #fff;
  border: 1px solid rgba(4, 27, 70, 0.2) !important;
	border-radius:14px;
 
  overflow: hidden;
 
}

.certification-table table.has-fixed-layout tr {
  border: none !important;
}

.certification-table table.has-fixed-layout td {
  padding: 18px 22px !important;
  font-size: 16px;
  line-height: 1.85;
  vertical-align: middle;
  color: #243142;
  border: none !important;
  border-bottom: 1px solid rgba(4, 27, 70, 0.08) !important;
  background: #fff;
	 
}

.certification-table table.has-fixed-layout tr:last-child td {
  border-bottom: none !important;
}

.certification-table table.has-fixed-layout td:first-child {
  width: 28%;
  min-width: 150px;
	height: 80px;
  background: linear-gradient(135deg, #0f2750 0%, #15356a 100%) !important;
  color: #fffffe !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.certification-table table.has-fixed-layout a {
  color: #041b46;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(199, 162, 67, 0.65);
  transition: color .25s ease, border-color .25s ease;
}

.certification-table table.has-fixed-layout a:hover {
  color: #8f6a1e;
  border-color: rgba(143, 106, 30, 0.9);
}

@media (max-width: 767.98px) {
 

.certification-table table.has-fixed-layout td {
    padding: 14px 16px !important;
    font-size: 14px;
    line-height: 1.75;
  }

.certification-table table.has-fixed-layout td:first-child {
    width: 40% !important;
    min-width: 120px !important;
    padding: 14px 12px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
  }

  .certification-table table.has-fixed-layout td:last-child {
    padding-top: 8px;
    border-bottom: none !important;
  }

  .certification-table table.has-fixed-layout tr {
    border-bottom: 1px solid rgba(4, 27, 70, 0.08) !important;
  }

  .certification-table table.has-fixed-layout tr:last-child {
    border-bottom: none !important;
  }
}

.certification-h3 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 0 18px;
  color: #041b46;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.certification-h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 6px;
  height: 1.1em;
  border-radius: 999px;
  background: linear-gradient(180deg, #8f6a1e 0%, #c7a243 45%, #f2e4b3 100%);
}

.h3-plain {
  margin: 0 0 20px;
  color: #041b46;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
}


/*カード*/

.criteria-box {
  margin: 28px 0 56px;
}

.criteria-box .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
}

.criteria-box .criteria-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 24px) !important;
  width: calc(50% - 24px) !important;
  max-width: calc(50% - 24px) !important;
  margin: 0 12px 24px !important;
  padding: 30px 26px 36px;
  background: #fff;
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(4, 27, 70, 0.06);
  overflow: hidden;
}

.criteria-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(135deg, #8f6a1e 0%, #c7a243 45%, #f2e4b3 100%);
}

.criteria-card h4.is-style-vk-heading-plain {
  margin: 0 0 16px;
  color: #041b46;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.criteria-badge {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 16px;
  padding: 5px 10px;
  background: rgba(4, 27, 70, 0.06);
  border-radius: 999px;
  color: #041b46;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.criteria-lead {
  margin: 0 0 20px;
  min-height: 3.6em;
  color: #243142;
  font-size: 16px;
  line-height: 1.8;
}

.criteria-list {
  margin: 0;
  padding-left: 1.5em;
}

.criteria-list li {
  margin: 0 0 18px;
  padding-bottom: 16px;
  color: #243142;
  font-size: 16px;
  line-height: 1.85;
  border-bottom: 1px solid rgba(4, 27, 70, 0.08);
}

.criteria-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.criteria-list li::marker {
  color: #8f6a1e;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .criteria-box .criteria-card {
    flex: 0 0 calc(100% - 24px) !important;
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
}

@media (max-width: 767.98px) {
  .criteria-box .row {
    margin-left: 0;
    margin-right: 0;
  }

  .criteria-box .criteria-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 18px !important;
    padding: 22px 18px 20px;
  }

  .criteria-card h4.is-style-vk-heading-plain {
    font-size: 21px;
  }

  .criteria-badge {
    font-size: 12px;
  }

  .criteria-lead,
  .criteria-list li {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* 認定証・バナーサンプル */
.certification-banner-box {
  align-items: flex-start;
  gap: 32px;
}

.certification-banner-box > .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.certification-banner-box > .wp-block-column:last-child figure.wp-block-image {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 18px 18px 10px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(4, 27, 70, 0.05);
  text-align: center;
}

.certification-banner-box > .wp-block-column:last-child figure.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.certification-banner-box > .wp-block-column:last-child figure.wp-block-image figcaption {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  color: #4a5668;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}

.certification-banner-box > .wp-block-column:last-child figure:first-child img {
  max-width: 82%;
}

.certification-banner-box > .wp-block-column:last-child figure:last-child img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .certification-banner-box {
    gap: 24px;
  }

  .certification-banner-box > .wp-block-column:last-child figure:first-child img {
    max-width: 72%;
  }
}

@media (max-width: 767.98px) {
  .certification-banner-box {
    gap: 20px;
  }

  .certification-banner-box > .wp-block-column:last-child {
    gap: 18px;
  }

  .certification-banner-box > .wp-block-column:last-child figure.wp-block-image {
    padding: 16px 16px 12px;
  }

  .certification-banner-box > .wp-block-column:last-child figure:first-child img,
  .certification-banner-box > .wp-block-column:last-child figure:last-child img {
    max-width: 80%;
  }
}

/* flow */

.certification-flow {
  margin: 2px 0;
}

.certification-flow .vk_flow_frame {
  position: relative;
  margin-bottom: 2px;
  padding: 22px 24px 20px 26px;
  background: #fff;
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(4, 27, 70, 0.06);
  overflow: hidden;
}

.certification-flow .vk_flow_frame::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  
  border-radius: 999px;
}

.certification-flow .vk_flow_frame_text {
  margin: 0;
}

.certification-flow .vk_flow_frame_text_title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  color: #041b46;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.certification-flow .vk_flow_frame_text_title::before {
  content: counter(flow-step, decimal-leading-zero);
  counter-increment: flow-step;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  flex: 0 0 2.4em;
  padding: 0;
  background: linear-gradient(135deg, #12356b 0%, #193f7a 52%, #12356b 100%);
  border: 1px solid rgba(199, 162, 67, 0.34);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    inset 0 1px 0 rgba(255,255,255,0.08);
  color: #fffffe;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-sizing: border-box;
}

.certification-flow .vk_flow_frame_text_content {
  margin: 0;
  color: #243142;
  font-size: 17px;
  line-height: 1.9;
}

.vk_flow.vk_flow-arrow-on::after,
.vk_flow > .vk_flow_frame_arrow {
  position: relative;
  content: "";
  background: var(--vk_flow-arrow) center 50% no-repeat;
  background-size: 204px 78px;
  display: block;
  overflow: hidden;
  width: 204px;
  height: 78px;
  margin: 6px auto;
}



@media (max-width: 767.98px) {
  .certification-flow .vk_flow_frame {
    padding: 18px 18px 16px 20px;
    margin-bottom: 6px;
  }

  .certification-flow .vk_flow_frame_text_title {
    gap: 10px;
    font-size: 22px;
  }
	
	  .certification-flow .vk_flow_frame_text_title::before {
    width: 2.2em;
    height: 2.2em;
    flex: 0 0 2.2em;
    font-size: 13px;
  }

 
  .certification-flow .vk_flow_frame_text_content {
    font-size: 15px;
    line-height: 1.8;
  }
	
	  .vk_flow.vk_flow-arrow-on::after,
  .vk_flow > .vk_flow_frame_arrow {
    margin: 0px auto;
  }
	
}

.certification-flow-wrap {
  counter-reset: flow-step;
}

.certification-flow .vk_flow_frame_text_title::before {
  content: counter(flow-step, decimal-leading-zero);
  counter-increment: flow-step;
}

.list-lead {
  margin: 0 0 14px;
  color: #041b46;
  font-size: 18px;
  line-height: 1.7 !important;
  font-weight: 700 !important;
}

/* チェックリスト */

.about-list3 {
  margin: 20px 0 28px;
  padding: 18px 22px 8px 24px;
  background: rgba(255, 255, 255, 0.42);
  border-left: 3px solid rgba(4, 27, 70, 0.16);
  border-radius: 0 8px 8px 0;
}

.about-list3 li {
  margin: 0 0 14px 18px !important;
  color: #243142;
  font-size: 17px;
  line-height: 1.9;
}

.about-list3 li:last-child {
  margin-bottom: 0;
}


.about-list3.is-style-vk-check-square-mark li::before {
  color: #12356b;
  font-size: 0.95em;
}

@media (max-width: 767.98px) {
  .about-list3 {
    margin: 16px 0 24px;
    padding: 16px 16px 16px 18px;
  }

  .about-list3 li {
    font-size: 16px;
    line-height: 1.8;
  }
}

.about-list4 {
  margin: 20px 0 28px;
  padding: 18px 22px 18px 24px;
  list-style: none;
  background: rgba(4, 27, 70, 0.04);
  border-left: 3px solid rgba(4, 27, 70, 0.22);
  border-radius: 0 8px 8px 0;
}

.about-list4 li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 1.8em;
  color: #243142;
  font-size: 17px;
  line-height: 1.9;
}

.about-list4 li:last-child {
  margin-bottom: 0;
}

.about-list4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 0.6em;
  height: 0.6em;
  background: #041b46;
  border-radius: 2px;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .about-list4 {
    margin: 16px 0 24px;
    padding: 16px 16px 16px 18px;
  }

  .about-list4 li {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 三ツ星名鑑 */
.directory-box {
  gap: 0;
  margin: 0 0 48px;
  align-items: stretch;
}

.directory-box > .wp-block-column {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* 5カラム */
.directory-box .vk_gridColumn .row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px 20px;
  margin: 0;
}

/* カラム幅の既定を無効化 */
.directory-box .vk_gridColumn_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* リンク付きカードの内側 */
.directory-box .vk_gridColumn_item_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .25s ease;
}

/* カラム全体リンク */
.directory-box .vk_gridColumn_item_link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* 中身 */
.directory-box .vk_gridColumn_item figure,
.directory-box .vk_gridColumn_item p {
  position: relative;
  z-index: 1;
  width: 100%;
}

.directory-box .vk_gridColumn_item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.68;
  margin: 0 0 12px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(4, 27, 70, 0.05);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* ロゴ画像 */
.directory-box .vk_gridColumn_item figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
  margin: 0 auto;
}

/* Coming Soon画像 */
.directory-box .vk_gridColumn_item figure img[src*="cs-img"] {
  max-height: 120px;
}

/* サイト名 */
.directory-box .vk_gridColumn_item p {
  margin: 0;
  text-align: center;
  line-height: 1.5;
}

.directory-box .vk_gridColumn_item p a {
  color: #243142;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: color .25s ease;
}

.directory-box .vk_gridColumn_item p a:hover {
  color: #8f6a1e;
  text-decoration: none;
}

/* hover */
.directory-box .vk_gridColumn_item:hover .vk_gridColumn_item_inner {
  transform: translateY(-2px);
}

.directory-box .vk_gridColumn_item:hover figure {
  border-color: rgba(199, 162, 67, 0.28);
  box-shadow: 0 10px 22px rgba(4, 27, 70, 0.08);
}

/* タブレット */
@media (max-width: 1199.98px) {
  .directory-box .vk_gridColumn .row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .directory-box .vk_gridColumn_item figure {
    padding: 14px;
  }

  .directory-box .vk_gridColumn_item figure img {
    max-height: 76px;
  }

  .directory-box .vk_gridColumn_item p a {
    font-size: 17px;
  }
}

/* 小さめタブレット */
@media (max-width: 991.98px) {
  .directory-box .vk_gridColumn .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* スマホ */
@media (max-width: 767.98px) {
  .directory-box .vk_gridColumn .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .directory-box .vk_gridColumn_item figure {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 12px;
  }

  .directory-box .vk_gridColumn_item figure img {
    max-height: 62px;
  }

  .directory-box .vk_gridColumn_item figure img[src*="cs-img"] {
    max-height: 88px;
  }

  .directory-box .vk_gridColumn_item p a {
    font-size: 16px;
  }
}

/* よくある質問 */
.vk_faq.is-style-vk_faq-bgfill-rounded {
  margin: 0 0 20px;
  background: transparent;
  border: none;
  box-shadow: none;
}

.vk_faq.is-style-vk_faq-bgfill-rounded .vk_faq-body {
  margin: 0;

}


.vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title {
  position: relative;
  margin: 0;
  padding: 18px 22px 18px 64px;
  background: #234a86;
  border: 1px solid rgba(199, 162, 67, 0.22);
  border-radius: 14px 14px 0 0;
  color: #fffffe;
}

.vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title::before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(243, 231, 187, 0.28);
  border-radius: 999px;
  color: #f2e4b3;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title p {
  margin: 0;
  color: inherit;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content {
  position: relative;
  margin: 0;
  padding: 18px 22px 18px 64px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-top: none;
  border-radius: 0 0 14px 14px;
  
}

.vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content::before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(4, 27, 70, 0.3);
  border-radius: 999px;
  color: #041b46;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content p {
  margin: 0;
  color: #243142;
  font-size: 17px;
  line-height: 1.9;
}

.vk_faq.is-style-vk_faq-bgfill-rounded .vk_faq-header,
.vk_faq.is-style-vk_faq-bgfill-rounded .vk_faq-footer {
  display: none;
}

@media (max-width: 767.98px) {
  .vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title,
  .vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content {
    padding-left: 56px;
    padding-right: 16px;
  }

  .vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title::before,
  .vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content::before {
    left: 16px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .vk_faq.is-style-vk_faq-bgfill-rounded dt.vk_faq_title p {
    font-size: 19px;
    line-height: 1.55;
  }

  .vk_faq.is-style-vk_faq-bgfill-rounded dd.vk_faq_content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 申請フォーム */

.application-form {
  padding: 32px 34px 40px;
  /*border: 1px solid rgba(4, 27, 70, 0.1);*/
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  /*box-shadow: 0 10px 30px rgba(4, 27, 70, 0.05);
  color: #243142;*/
}

.application-form .form-section-title {
  margin: 56px 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(4, 27, 70, 0.12);
  color: #041b46;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.application-form .form-section-title:first-child {
  margin-top: 0;
}

.application-form .form-item {
  margin-bottom: 24px;
}

.application-form .form-placeholder-block,
.application-form .terms-block {
  margin-top: 36px;
}

.application-form label,
.application-form .form-label {
  display: block;
  margin-bottom: 8px;
  color: #1f2d40;
  font-weight: 700;
  line-height: 1.8;
}

.application-form .required {
  margin-left: 0.25em;
  color: #c40000;
  font-weight: 700;
}

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form select {
  width: 100%;
  max-width: 680px;
  padding: 0.9em 1em;
  border: 1px solid rgba(4, 27, 70, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #243142;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}

.application-form textarea {
  width: 100%;
  max-width: 860px;
  min-height: 180px;
  padding: 0.9em 1em;
  border: 1px solid rgba(4, 27, 70, 0.18);
  border-radius: 8px;
  background: #fff;
  color: #243142;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
  resize: vertical;
}

.application-form input[type="text"]:focus,
.application-form input[type="email"]:focus,
.application-form input[type="tel"]:focus,
.application-form textarea:focus,
.application-form select:focus {
  outline: none;
  border-color: #c7a243;
  box-shadow: 0 0 0 3px rgba(199, 162, 67, 0.14);
}

.application-form .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}

.application-form .wpcf7-list-item label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  color: #243142;
  line-height: 1.8;
}

.application-form .wpcf7-list-item input[type="checkbox"],
.application-form .wpcf7-list-item input[type="radio"] {
  margin-right: 0.65em;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}

.application-form .confirmation-note,
.application-form .checksheet-note {
  margin: 0 0 16px;
  color: #243142;
  line-height: 1.9;
}

.application-form .confirmation-checks {
  padding: 20px 22px;
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 10px;
  background: rgba(243, 244, 246, 0.85);
}

.application-form .confirmation-checks .wpcf7-list-item {
  margin-bottom: 12px;
}

.application-form .confirmation-checks .wpcf7-list-item:last-child,
.application-form .terms-box p:last-child,
.application-form .terms-box li:last-child,
.application-form .terms-section li:last-child {
  margin-bottom: 0;
}

.application-form .confirmation-checks p {
  margin-bottom: 0;
}

/* 送信ボタン */
.application-form .form-submit{
  max-width: 520px;
  margin: 32px auto 0;
  text-align: center;
}

.application-form .wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 16px 34px;
  border: 2px solid #041b46;
  border-radius: 10px;
  background: #d4b15a !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 8px 18px rgba(4, 27, 70, 0.10);
  color: #041b46 !important;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, opacity .25s ease;
  appearance: none;
  -webkit-appearance: none;
}

/* hover */
.application-form .wpcf7-submit:hover{
  transform: translateY(-2px);
  background: #caa13c !important;
  background-image: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 10px 22px rgba(4, 27, 70, 0.14);
}

/* disabled時 */
.application-form .wpcf7-submit:disabled{
  background: #d4b15a !important;
  background-image: none !important;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 4px 10px rgba(4, 27, 70, 0.08);
}

.application-form .wpcf7-spinner{
  display: block;
  margin: 12px auto 0;
}

.application-form .wpcf7-not-valid-tip{
  margin-top: 6px;
  color: #c40000;
  font-size: 14px;
}

.application-form .wpcf7 form .wpcf7-response-output{
  margin: 24px 0 0;
  padding: 1em 1.2em;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.8;
}

/* 利用規約 */
.application-form .terms-box {
  max-height: 360px;
  padding: 24px 24px 22px;
  overflow-y: auto;
  border: 1px solid rgba(4, 27, 70, 0.12);
  border-radius: 10px;
  background: rgba(243, 244, 246, 0.78);
  color: #243142;
  font-size: 15px;
  line-height: 1.9;
}

.application-form .terms-box p {
  margin: 0 0 1em;
}

.application-form .terms-box ol,
.application-form .terms-box ul,
.application-form .terms-section ol,
.application-form .terms-section ul {
  margin: 0.7em 0 0 1.4em;
  padding: 0;
}

.application-form .terms-box li {
  margin-bottom: 0.45em;
}

.application-form .terms-main-title {
  margin: 0 0 1.1em;
  color: #041b46;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}

.application-form .terms-intro {
  margin: 0 0 1.5em;
}

.application-form .terms-section {
  margin-top: 1.5em;
  padding-top: 1.2em;
  border-top: 1px solid rgba(4, 27, 70, 0.08);
}

.application-form .terms-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.application-form .terms-section h4 {
  margin: 0 0 0.7em;
  color: #041b46;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.application-form .terms-section p {
  margin: 0;
}

.application-form .terms-section li {
  margin-bottom: 0.5em;
}

/* 審査項目チェックシート */
.application-form .checksheet-scroll-note {
  margin: 0 0 10px;
  color: #5c6777;
  font-size: 13px;
  line-height: 1.7;
}

.application-form .checksheet-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(4, 27, 70, 0.10);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.application-form .checksheet-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: transparent;
}

.application-form .checksheet-table th,
.application-form .checksheet-table td {
  padding: 16px 14px;
  border: 1px solid rgba(4, 27, 70, 0.14);
  vertical-align: middle;
  background: #fff;
  color: #243142;
  font-size: 15px;
  line-height: 1.8;
}

.application-form .checksheet-table th[scope="rowgroup"] {
  width: 15%;
  min-width: 130px;
  background: rgba(4, 27, 70, 0.04);
  color: #041b46;
  font-weight: 700;
  text-align: left;
}

.application-form .checksheet-table th[scope="rowgroup"] span,
.application-form .checksheet-table td span {
  display: block;
  margin-top: 4px;
  color: #1f2d40;
  font-size: 0.95em;
  line-height: 1.6;
}

.application-form .checksheet-table td:nth-child(2) {
  width: 24%;
  font-weight: 700;
}

.application-form .checksheet-table td:nth-child(3) {
  width: 49%;
}

.application-form .checksheet-table .check-cell {
  width: 72px;
  min-width: 72px;
  text-align: center;
  background: rgba(243, 244, 246, 0.55);
}

.application-form .checksheet-table .check-cell .wpcf7-list-item {
  margin: 0;
}

.application-form .checksheet-table .check-cell .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.application-form .checksheet-table .check-cell .wpcf7-list-item-label {
  display: none;
}

.application-form .checksheet-table .check-cell input[type="checkbox"] {
  margin: 0;
  
  accent-color: #041b46;
}

/* SP */
@media (max-width: 767.98px) {
  .application-form {
    padding: 24px 18px 32px;
    border-radius: 12px;
  }

  .application-form .form-section-title {
    margin-top: 42px;
    font-size: 21px;
  }

  .application-form .confirmation-checks,
  .application-form .terms-box {
    padding: 18px;
  }

  .application-form .form-submit {
    max-width: 100%;
  }

  .application-form .wpcf7-submit {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 20px;
    font-size: 21px;
  }

  .application-form .terms-box {
    max-height: 320px;
    font-size: 14px;
    line-height: 1.85;
  }

  .application-form .terms-main-title {
    font-size: 16px;
  }

  .application-form .terms-section h4 {
    font-size: 15px;
  }

  .application-form .checksheet-table th,
  .application-form .checksheet-table td {
    padding: 14px 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .application-form .checksheet-table .check-cell {
    width: 64px;
    min-width: 64px;
  }
	
	.confirmation-checks p{
		line-height:3;
	}
}

@media (min-width: 1200px) {
  .application-form .checksheet-scroll-note {
    display: none;
  }
}
/* プライバシーポリシー */

.page-id-3 ul li{
	font-size:18px;
}

/* ページヘッダー */
.page-header {
  position: relative;
  overflow: hidden;
  padding: 56px 0 52px;
  background:
    linear-gradient(180deg, #f8f5ea 0%, #f4efe0 58%, #efe7d1 100%);
  border-top: 1px solid rgba(4, 27, 70, 0.08);
  border-bottom: 1px solid rgba(4, 27, 70, 0.10);
}

.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(199, 162, 67, 0.10) 0%, rgba(199, 162, 67, 0) 42%);
  pointer-events: none;
}

.page-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(92%, 1100px);
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    rgba(199, 162, 67, 0) 0%,
    rgba(199, 162, 67, 0.95) 50%,
    rgba(199, 162, 67, 0) 100%
  );
}

.page-header-inner {
  position: relative;
  z-index: 1;
}

.page-header-title {
  margin: 0;
  color: #041b46;
  font-size: clamp(22px, 3vw, 38px) !important;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
	
}



.page-header-title::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #8f6a1e 0%, #c7a243 52%, #f2e4b3 100%);
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 44px 0 40px;
  }

  .page-header-title {
    letter-spacing: 0.04em;
		
  }

  .page-header-title::after {
    width: 72px;
    margin-top: 14px;
  }
}

/*モバイルメニューにMENU表記*/
.vk-mobile-nav-menu-btn {
    text-indent:2px;
    font-size: 10px;
    color: #fffffe;
    padding-top: 26px;
    overflow: visible;
    border: none;
    background-position: top;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
}
.vk-mobile-nav-menu-btn.menu-open {
  border: none;
}
.vk-mobile-nav {
  padding-top: 50px;
}

/* フッター */
.site-footer {
  background: #041b46;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.site-footer a:hover {
  color: #f2e4b3 !important;
}


/* フッターナビ */
.site-footer .footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.site-footer .footer-nav .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-footer .footer-nav-list {
  justify-content: center;
  gap: 0;
}

.site-footer .footer-nav-list > li {
  margin: 0;
}

.site-footer .footer-nav-list > li > a {
  display: inline-block;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.8;
}

.site-footer .footer-nav-list.nav--line > li + li::before {
  border-color: rgba(255, 255, 255, 0.18);
}

.footer-nav li{
	padding:0;
}

.footer-nav-list li:first-child {
    border-right: solid 1px rgba(199, 162, 67, 0.18) !important;
}

@media (min-width: 992px) {
    .header_scrolled .global-nav--scrolled--nav-container .global-nav-list>li {
        width: 100%;
        border-right:0;
    }
	    .header_scrolled .global-nav--scrolled--nav-container .global-nav-list>li:first-child {
        border-left: 0;
    }
}


/* コピーライト */
.site-footer-copyright {
  padding: 22px 0 24px;
}

.site-footer-copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* スマホ */
@media (max-width: 767.98px) {
  .site-footer .footer-nav .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-footer .footer-nav-list {
    display: block;
    text-align: center;
  }

  .site-footer .footer-nav-list > li {
    display: block;
  }

  .site-footer .footer-nav-list > li > a {
    display: block;
    padding: 6px 0;
    font-size: 14px;
  }

  .site-footer .footer-nav-list.nav--line > li + li::before {
    display: none;
  }

  .site-footer-copyright {
    padding: 18px 0 20px;
  }

  .site-footer-copyright p {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* footer-box */


.footer-box {
  margin-top: 86px;
}

.footer-box > .wp-block-column {
  padding: 30px 28px 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(4, 27, 70, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(4, 27, 70, 0.05);
  text-align: center;
}

.footer-box p {
  margin: 0 0 18px;
  color: #243142;
  font-size: 16px;
  line-height: 1.9;
}

.footer-box p:last-child {
  margin-bottom: 0;
}

.footer-box .apply-button2 {
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .footer-box {
    margin-top: 42px;
  }

  .footer-box > .wp-block-column {
    padding: 22px 18px 24px;
    border-radius: 12px;
  }

  .footer-box p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.85;
  }
}

/* スライドショーボタン */
.ltg-slide-text-caption{
  position:relative;
  text-align:left !important;
  color:inherit !important;
  text-shadow:none !important;
  min-height:560px;
}

.slide_buttons{
  position:absolute;
  right:-30px;
  bottom:30px;
  display:flex;
  gap:18px;
  z-index:5;
}

.slide_button{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  height:68px;
  min-width:0;
  padding:0 64px 0 34px;
  box-sizing:border-box;
  text-align:center;
  text-decoration:none !important;
  font-size:20px;
  font-weight:700;
  letter-spacing:.04em;
  border-radius:10px;
  white-space:nowrap;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease, border-color .25s ease;
}

.slide_button::after{
  content:"\f105";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-family:"Font Awesome 7 Free";
  font-weight:900;
  font-size:20px;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.slide_button:hover{
  transform:translateY(-2px);
  text-decoration:none !important;
}

/* 「見る」ボタン：紺単色 */
.slide_button--left{
  color:#f3e7bb !important;
  background:#0a2b5d;
  border:2px solid rgba(228,207,138,0.72);
  box-shadow:
    0 10px 22px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
}
.slide_button--left::after{
  color:#f3e7bb;
}
.slide_button--left:hover{
  background:#12356b;
  border-color:rgba(243,231,187,0.82);
  box-shadow:
    0 14px 28px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.12);
}

/* 「申請」ボタン：ゴールド単色 */
.slide_button--right{
  color:#1b2436 !important;
  background:#d4b15a;
  border:2px solid rgba(243,231,187,0.82);
  box-shadow:
    0 10px 22px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.18);
}
.slide_button--right::after{
  color:#1b2436;
}
.slide_button--right:hover{
  background:#caa13c;
  border-color:rgba(243,231,187,0.92);
  box-shadow:
    0 14px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.22);
}

/* 1299px以下 */
@media (max-width:1299px){
  .ltg-slide-text-caption{
    min-height:520px;
  }

  .slide_buttons{
    right:10px;
    bottom:90px;
    gap:14px;
  }

  .slide_button{
    height:60px;
    padding:0 52px 0 26px;
    font-size:16px;
    border-radius:8px;
  }

  .slide_button::after{
    right:16px;
    font-size:16px;
  }
}

/* 999px以下 */
@media (max-width:999px){
  .ltg-slide-text-caption{
    min-height:460px;
  }

  .slide_buttons{
    right:8px;
    bottom:90px;
    gap:10px;
  }

  .slide_button{
    height:54px;
    max-width:240px;
    padding:0 38px 0 16px;
    font-size:13px;
    letter-spacing:.02em;
    white-space:normal;
    word-break:keep-all;
    overflow-wrap:anywhere;
  }

  .slide_button::after{
    right:12px;
    font-size:14px;
  }
}

/* 576px〜767.98px：横並び */
@media (max-width:767.98px) and (min-width:576px){
  .slide_buttons{
    left:50%;
    right:auto;
    bottom:108px;
    transform:translateX(-50%);
    flex-direction:row;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:max-content;
    max-width:calc(100% - 20px);
    margin:0;
  }

  .slide_button{
    width:260px;
    height:50px;
    padding:0 34px 0 22px;
    font-size:15px;
    line-height:1;
    white-space:nowrap;
  }

  .slide_button::after{
    right:12px;
    font-size:15px;
  }
}

/* 575.98px以下：縦積み */
@media (max-width:575.98px){
  .slide_buttons{
    left:50%;
    right:auto;
    top:auto !important;
    bottom:60px !important;
    transform:translateX(-50%);
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:min(100%,300px);
    max-width:calc(100% - 20px);
    margin:0;
  }
}

  .slide_button{
    width:100%;
    max-width:340px;
    height:52px;
    padding:0 36px 0 24px;
    font-size:16px;
    line-height:1;
    text-align:center;
    white-space:nowrap;
  }

  .slide_button::after{
    right:14px;
    font-size:16px;
  }
}
.swiper-button-prev:after,.swiper-button-next:after{
	content:none;
}

@media (min-width:576px){
.footer-img{display:none;
}
}

@media (max-width:575.98px){

.footer-img{
	padding:2rem 0 0;
	width:90px;
	margin:auto;
}
}

/* スライド画像調整 */
.swiper-slide img,
.ltg-slide img,
.slide-item img {
  image-rendering: auto;
  filter: contrast(1.04) saturate(1.02);
}

/* コラム一覧ボタン */
.column-b .vk_button_link {
  position: relative;
  min-width: 160px;
  padding: 12px 42px 12px 30px !important;
  background: #fff !important;
  border: 1.5px solid #c7a243 !important;
  border-radius: 8px;
  color: #041b46 !important;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.column-b .vk_button_link_txt {
  color: #041b46 !important;
}

.column-b .vk_button_link::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #c7a243;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition:
    right 0.35s ease,
    color 0.35s ease;
}

.column-b .vk_button_link:hover {
  background: #f8f3e4 !important;
  border-color: #b58b2a !important;
  color: #041b46 !important;
  box-shadow: 0 5px 14px rgba(4, 27, 70, 0.08);
  transform: translateY(-1px);
}

.column-b .vk_button_link:hover::after {
  right: 9px;
  color: #b58b2a;
}
