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

/*拡大防止*/
body {
    -webkit-text-size-adjust: 100%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	/* ロゴのサイズ変更 */
.site-header-logo img {
max-height: 50px;
}
}

@media (max-width: 767.98px) {
  .site-header-logo {
    text-align: center;
  }

  .site-header-logo a {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 60px;
    margin: 0 auto;
    background: url("https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/title_sp1.png") no-repeat center center / contain;
  }

  .site-header-logo a img {
    opacity: 0;
  }
}

@media (max-width: 575.98px) {
  .site-header-logo {
    text-align: center;
  }

  .site-header-logo a {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    background: url("https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/title_sp1.png") no-repeat center center / contain;
  }

  .site-header-logo a img {
    opacity: 0;
  }
}

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

/*スライド開始調整*/
.swiper{
  opacity: 0;
  transition: opacity .3s linear;
}
.swiper.swiper-initialized{
  opacity: 1;
}


/*スマホメニューに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;
}

/*ホームアイコン指定*/


#menu-item-50 {
  flex: 0 0 56px;
  max-width: 56px;
}

#menu-item-50 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#menu-item-50 .global-nav-name {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-item-50 .global-nav-name i {
  margin-right: 0;
  font-size: 1.1em;
}

/* SNSアイコン */
.menu-headertopnav-container .menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu-headertopnav-container .menu > li {
  margin: 0;
}

.menu-headertopnav-container .menu > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.menu-headertopnav-container .menu > li > a i {
  font-size: 18px;
  line-height: 1;
}

#menu-item-2173 img {
  display: block;
  width: 34px;
  height: auto !important;
  max-width: none;
}

/* スライドボタン */
.item-2 .ltg-slide-text-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  left: -90px;
  top: 125px;
  margin: 0;
  padding: 12px 22px 13px;
  background: linear-gradient(to bottom, #2b4675 0%, #1f3559 100%);
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.18) inset,
    0 5px 14px rgba(0,0,0,0.22);
  text-shadow: none !important;
  line-height: 1.2;
  font-size: clamp(17px, 1.45vw, 26px);
  letter-spacing: 0.02em;
}

.item-2 .ltg-slide-text-title:after {
  content: none !important;
}

.item-2 .ltg-slide-text-title i {
  font-size: 0.85em;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  top: 1px;
}

@media (max-width: 1200px) {
  .item-2 .ltg-slide-text-title {
    left: -40px;
    top: 90px;
    padding: 10px 18px 11px;
    font-size: 18px;
  }
}

@media (max-width: 1120px) {
  .item-2 .ltg-slide-text-title {
    left: -10px;
    top: 65px;
    padding: 9px 16px 10px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .item-2 .mini-content-container-2 {
    text-align: left !important;
    padding-right: 18px;
  }

  .item-2 .ltg-slide-text-title {
    position: static;
    left: auto;
    top: auto;
    max-width: calc(100vw - 36px);
    box-sizing: border-box;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .item-2 .mini-content-container-2 {
    padding-left: 18px;
  }

  .item-2 .ltg-slide-text-title {
    margin-top: 42px;
    font-size: 18px;
    padding: 11px 16px 12px;
    white-space: normal;
    line-height: 1.35;
    gap: 8px;
  }

  .item-2 .ltg-slide-text-title i {
    display: inline-block;
    margin-left: 6px;
  }
}

@media (max-width: 575.98px) {
  .item-2 .mini-content-container-2 {
    padding-left: 8px;
  }

  .item-2 .ltg-slide-text-title {
    margin-top: 36px;
    font-size: 15px;
    padding: 9px 4px 10px 10px;
    white-space: nowrap;
    gap: 0;
  }

  .item-2 .ltg-slide-text-title i {
    margin-left: 0;
    margin-right: 0;
  }
}

/* こんな方に */
.top-content-h2{
  color:#1f3559;
  text-align:center;
  letter-spacing:.03em;
  margin-bottom:1.2em;
  position:relative;
  padding-bottom:14px;
}
.top-content-h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:72px;
  height:4px;
  background:#a50046;
  border-radius:2px;
}
.top-content-box{
  margin-top:1.2em;

}

/* カード */
.top-content-box .vk_gridcolcard_item_container{
  position:relative;
  z-index:0;
  background:#fff;
  border:1px solid rgba(28,48,82,.12);
  border-radius:14px;
  overflow:hidden;
  height:100%;
  box-shadow:none;
  transition:transform .22s ease,border-color .22s ease;
}
.top-content-box .vk_gridcolcard_item_container::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  z-index:-1;
  opacity:0;
  transform:translateY(0);
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease,box-shadow .22s ease;
  box-shadow:
    0 16px 30px rgba(0,0,0,.08),
    0 4px 10px rgba(0,0,0,.04);
}
.top-content-box .vk_gridcolcard_item_container:hover{
  transform:translateY(-2px);
  border-color:rgba(28,48,82,.20);
}
.top-content-box .vk_gridcolcard_item_container:hover::after{
  opacity:1;
  transform:translateY(2px);
}

/* 画像 */
.top-content-box .vk_gridcolcard_item_header{
  position:relative;
  overflow:hidden;
  background:#e9edf5;
}
.top-content-box .vk_gridcolcard_item_header img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.top-content-box .vk_gridcolcard_item_container:hover .vk_gridcolcard_item_header img{
  transform:scale(1.04);
}
.top-content-box .vk_gridcolcard_item_header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:linear-gradient(90deg,#1f3559 0%,#2f4f86 100%);
}

/* 本文 */


.top-content-box .vk_gridcolcard_item_body{
  padding:16px 14px 18px;
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.top-content-box .vk_gridcolcard_item_body h3{
  margin:0 !important;
  color:#1f3559;
  font-weight:700;
  font-size:1.12rem;
  line-height:1.45;
  letter-spacing:.02em;
  text-align:center;
	font-size:1.6rem;
}

/* スマホ */
@media (max-width:575.98px){
  .top-content-h2{
    margin-bottom:1em;
    padding-bottom:12px;
		font-size:1.5rem;
  }
  .top-content-h2::after{
    width:56px;
    height:3px;
  }

  .top-content-box.vk_gridcolcard{ gap:18px; }

  .top-content-box .vk_gridcolcard_item_container{ border-radius:12px; }

  .top-content-box .vk_gridcolcard_item_body{
    padding:14px 12px 16px;
    min-height:78px;
  }
  .top-content-box .vk_gridcolcard_item_body h3{
    font-size:1.5rem;
    line-height:1.4;
  }

  .top-content-box .vk_gridcolcard_item_container:hover{
    transform:none;
    border-color:rgba(28,48,82,.12);
  }
  .top-content-box .vk_gridcolcard_item_container:hover::after{
    opacity:0;
    transform:none;
  }
  .top-content-box .vk_gridcolcard_item_container:hover .vk_gridcolcard_item_header img{
    transform:none;
  }
}




/*youtube風スライド*/
.vk_slider.carousel-slide .swiper-wrapper {
  transition-timing-function: linear;
}

.vk_slider.carousel-slide .swiper-wrapper .vk_slider_item_container {
  padding: 0.4rem !important;
}

.carousel-slide .swiper-wrapper {
  display: flex !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.carousel-slide > .swiper-wrapper > .swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}

.carousel-slide figure.wp-block-image {
  margin: 0 !important;
}

.carousel-slide figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}


/*特徴*/

/* point-container */
.point-container{
  position: relative;
  width: 100vw;
  margin: 2.5em calc(50% - 50vw) !important;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}
.point-container .vk_outer-background-area{
  background-color: transparent !important;
  opacity: 1 !important;
}
.point-container::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(255,255,255,0.35);
}
.point-container .vk_outer_container{
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 2.4rem 1.2rem 3rem 1.2rem;
}

/* logo */
.point-container .wp-block-image.aligncenter{
  margin-bottom: 1.8rem;
}
.point-container .wp-block-image.aligncenter img{
  display: block;
  margin: 0 auto;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.06));
}

/* point-box */
.point-container .point-box{
  margin: 0 !important;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 6px 16px rgba(31,53,89,0.05);
  align-items: center !important;
  gap: 0.4rem;
}
.point-container .point-box + .point-box{ margin-top: 12px !important; }

.point-container .point-box > .wp-block-column:first-child{
  display:flex;
  justify-content:center;
  align-items:center;
}


/* icon */
.point-container .vk_icon{ color:#1f3559; }
.point-container .vk_icon .vk_icon_frame{
  display:flex;
  justify-content:center;
  align-items:center;
}
.point-container .vk_icon .vk_icon_border{
  width:86px;
  height:86px;
  border-radius:999px;
  background: linear-gradient(180deg,#1f3559 0%,#2d4f84 100%) !important;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:700;
  box-shadow: 0 6px 14px rgba(31,53,89,0.16), inset 0 1px 0 rgba(255,255,255,0.18);
}
.point-container .vk_icon .vk_icon_font{ font-size:2.05rem; line-height:1; }


@media (max-width: 575.98px){
	.point-container .vk_icon .vk_icon_font{ font-size:1rem; line-height:1; }
	
}

/* text */
.point-container .point-box h3{
  margin: 0 0 .25rem 0 !important;
  color:#1f3559;
  font-size:2rem;
  line-height:1.4;
  font-weight:700;
  letter-spacing:.01em;
  position:relative;
  padding-bottom: 12px;
}

/* long gray line */
.point-container .point-box h3::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:1px;
  height:1px;
  background: rgba(31,53,89,0.16);
}

/* short burgundy line */
.point-container .point-box h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:46px;
  height:4px;
  background:#a50046;
  border-radius:2px;
}

.point-container .point-box p{
  margin:0 !important;
  color:#44546f;
  font-size:1.5rem;
  line-height:1.7;
}

/* right accent */
.point-container .point-box > .wp-block-column:last-child{
  position:relative;
  padding-left:.25rem;
}
.point-container .point-box > .wp-block-column:last-child::before{
  content:"";
  position:absolute;
  left:-10px;
  top:.1rem;
  bottom:.1rem;
  width:2px;
  background: linear-gradient(180deg, rgba(31,53,89,0.16), rgba(165,0,70,0.10));
  border-radius:2px;
}

/* hover */
@media (hover:hover){
  .point-container .point-box{
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }
  .point-container .point-box:hover{
    transform: translateY(-2px);
    border-color: rgba(31,53,89,0.16);
    box-shadow: 0 10px 20px rgba(31,53,89,0.08);
  }
}

/* タブレット */
@media (max-width: 781.98px){
  .point-container .vk_outer_container{ padding: 1.4rem .8rem 1.3rem; }
  .point-container .wp-block-image.aligncenter{ margin-bottom: 1.1rem; }
  .point-container .wp-block-image.aligncenter img{ width:150px !important; }

  .point-container .point-box{

    border-radius:12px;
    gap:1.5rem;
  }
  .point-container .point-box + .point-box{ margin-top:10px !important; }

  .point-container .point-box .wp-block-column{ flex-basis:auto !important; }
  .point-container .point-box > .wp-block-column:first-child{
    max-width:72px;
    flex:0 0 72px;
  }

  .point-container .vk_icon .vk_icon_border{ width:48px; height:48px; }

  .point-container .point-box h3{ font-size:1.3rem; }
  .point-container .point-box h3::after{ width:36px; height:2px; }
  .point-container .point-box p{ font-size:1.2rem; line-height:1.6; }

  .point-container .point-box > .wp-block-column:last-child::before{ left:-4px; }
}


/* mobile */
@media (max-width: 575.98px){
  .point-container .vk_outer_container{ padding: 1.4rem .4rem 1.3rem; }
  .point-container .wp-block-image.aligncenter{ margin-bottom: 1.1rem; }
  .point-container .wp-block-image.aligncenter img{ width:150px !important; }

  .point-container .point-box{
padding:0.4rem;
    border-radius:12px;
    gap:.60rem;
  }
  .point-container .point-box + .point-box{ margin-top:10px !important; }

  .point-container .point-box .wp-block-column{ flex-basis:auto !important; }
  .point-container .point-box > .wp-block-column:first-child{
    max-width:72px;
    flex:0 0 72px;
  }

  .point-container .vk_icon .vk_icon_border{ width:28px; height:28px; }

  .point-container .point-box h3{ font-size:1rem; }
  .point-container .point-box h3::after{ width:36px; height:2px; }
  .point-container .point-box p{ font-size:.9rem; line-height:1.6; }

  .point-container .point-box > .wp-block-column:last-child::before{ left:-4px; }
}



/*フォント指定*/
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
	font-size:26px;
}



/* profile */
.wp-block-columns.profile-box{
  gap: 32px !important;
  align-items: flex-start !important;
}

.wp-block-columns.profile-box > .wp-block-column:first-child{
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(31,53,89,0.07);
}

.wp-block-columns.profile-box > .wp-block-column:last-child{
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(31,53,89,0.07);
  background: rgba(255,255,255,0.86);
  padding: 2rem 1.8rem !important;
}

.wp-block-columns.profile-box > .wp-block-column:last-child::before{
  width: 3px;
  opacity: 0.08;
}

.profile-box .left-content-box .title1{
  font-size: 1.2rem;
}




/* h2 */
.wp-block-columns.profile-box h2{
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 16px !important;
  margin-bottom: .9rem !important;
}

.wp-block-columns.profile-box h2::before{
  content:"";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 190px;
  height: 1px;
  background: rgba(31,53,89,0.12);
}

/* text */
.wp-block-columns.profile-box p{
  line-height: 1.75 !important;
}

.wp-block-columns.profile-box .pinyon-script-regular{
  color: rgba(31,53,89,0.55);
}


@media (min-width: 992px){
  .wp-block-columns.profile-box{
    align-items: stretch !important;
  }

  .wp-block-columns.profile-box > .wp-block-column{
    display: flex;
    flex-direction: column;
  }

  .wp-block-columns.profile-box > .wp-block-column:first-child figure,
  .wp-block-columns.profile-box > .wp-block-column:first-child .wp-block-image{
    height: 100%;
    margin: 0 !important;
  }

  .wp-block-columns.profile-box > .wp-block-column:first-child img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }
}


@media (max-width: 991.98px){
  .wp-block-columns.profile-box{
    flex-direction: column;
    align-items: stretch !important;
  }

  .wp-block-columns.profile-box > .wp-block-column{
    flex-basis: 100% !important;
  }

  .wp-block-columns.profile-box > .wp-block-column:first-child{
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
  }

  .wp-block-columns.profile-box > .wp-block-column:first-child figure{
    width: 100%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }

  .wp-block-columns.profile-box > .wp-block-column:first-child img{
    position: static !important;
    width: min(420px, 60%) !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(31,53,89,0.06);
    display: block;
  }
}

@media (min-width: 568px) and (max-width: 780px) {
  .wp-block-columns.profile-box > .wp-block-column:first-child img{
    width: min(360px, 52%) !important;
		margin-bottom:2rem;
  }
}


@media (max-width: 575.98px){
	.profile-box .left-content-box .title1{
  font-size: 1.1rem;
}
}




/* CTA button */
.contact-button .vk_button_link{
  background: linear-gradient(180deg,#a50046 0%,#a50046 50%,#6f0030 50%,#6f0030 100%) !important;
  color:#fff !important;
  border:1px solid #4b001f !important;
  border-radius:12px;
  padding:18px 26px !important;
  font-weight:900;
  letter-spacing:.04em;
  position:relative;
  overflow:hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.18),
    0 10px 24px rgba(0,0,0,0.18),
    0 2px 8px rgba(0,0,0,0.10);
  transition:transform .12s ease,filter .12s ease,box-shadow .12s ease;
}

.contact-button .vk_button_link_txt{
	font-size:2rem;
}

.contact-button .vk_button_link::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:8px;
  height:42%;
  border-radius:10px;
  background: linear-gradient(180deg,rgba(255,255,255,0.28),rgba(255,255,255,0));
  pointer-events:none;
}

.contact-button .vk_button_link::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background: rgba(255,255,255,0.22);
  pointer-events:none;
}

.contact-button .vk_button_link:hover{
  filter:brightness(1.03);
  transform:translateY(-1px);
}

.contact-button .vk_button_link:active{
  transform:translateY(2px);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.16),
    0 10px 24px rgba(0,0,0,0.16),
    0 2px 8px rgba(0,0,0,0.10);
}


@media (max-width: 575.98px){
	.contact-button .vk_button_link_txt{font-size:1.4rem;}
}

.slash-p

 {    position: relative;
    display: inline-block;
    line-height: 1.6;
    font-size: 2.5rem;
    padding: 0 2em;
    margin: 0 auto;
    color: #1f3559;
}

/* スラッシュ */
.slash-p::before,
.slash-p::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 2px;
  background: #1f3559;
}

.slash-p::before {
  left: 0;
  transform: rotate(-35deg);
  transform-origin: top left;
}

.slash-p::after {
  right: 0;
  transform: rotate(35deg);
  transform-origin: top right;
}

@media (max-width: 575.98px){

	.slash-p

 {    position: relative;
    display: inline-block;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 0 2em;
    margin: 0 auto;
    color: #1f3559;
}
}


/*お悩み*/
.worries-box{
  gap: 18px !important;
  margin: 1.6em 0 2.2em;
}

.worries-box .vk_outer{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.12);
  box-shadow: 0 6px 16px rgba(31,53,89,0.05);
}

.worries-box .vk_outer-background-area{
  opacity: 1 !important;
  background-color: rgba(255,255,255,0.88) !important;
}

.worries-box .vk_outer_container{
  padding: 28px 18px;
}

.worries-box h3{
  margin: 0 0 .55rem 0 !important;
  color: #a50046;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.25;
  font-size: 1.7rem;
}

.worries-box p{
  margin: 0 !important;

  line-height: 1.75;
  font-size: 1.4rem !important;
}

.worries-box .vk_outer::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height: 4px;
  background: linear-gradient(90deg, rgba(31,53,89,0.75), rgba(165,0,70,0.45));
  opacity: 0.35;
}

@media (hover:hover){
  .worries-box .vk_outer{
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .worries-box .vk_outer:hover{
    transform: translateY(-2px);
    border-color: rgba(31,53,89,0.16);
    box-shadow: 0 10px 22px rgba(31,53,89,0.07);
  }
}

@media (min-width: 782px) and (max-width: 1199.98px){
	
	.worries-box h3{ font-size: 1.2rem; }
	  .worries-box p{ font-size: 0.9rem !important; }
	
}

@media (max-width: 575.98px){
  .worries-box{ gap: 12px !important; }
  .worries-box .vk_outer_container{ padding: 16px 6px 14px !important; }
  .worries-box h3{ font-size: 1.3rem; }
  .worries-box p{ font-size: 1rem !important; }
	
.worries-box {
margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}


}


.p-center{
  text-align: center;
  font-size: 2rem !important;
  font-weight: 800;
  line-height: 1.65 !important;
  letter-spacing: 0.05em;
  color: #1f3559;
  margin: 1.1em auto;
}

@media (max-width: 575.98px){
	.p-center{
		font-size:1.5rem !important;
	}
	
}

/* tutor */


.wp-block-columns.tutor-box{
  align-items: center !important;
  gap: 0 !important;
}

.wp-block-columns.tutor-box > .wp-block-column:first-child,
.wp-block-columns.tutor-box > .wp-block-column:last-child{
  display: flex;
  align-items: center;
}

.wp-block-columns.tutor-box > .wp-block-column:first-child{
  justify-content: flex-end;
}

.wp-block-columns.tutor-box > .wp-block-column:last-child{
  justify-content: flex-start;
}

.wp-block-columns.tutor-box .p-center{
  text-align: center !important;
  line-height: 1.55 !important;
  letter-spacing: 0.03em;

}

figure.tutor-img{
  margin: 0;
}

figure.tutor-img img{
  display: block;
  width: min(150px, 100%);
  height: auto !important;
  max-width: 100%;
}


.wp-block-columns.tutor-box{
  align-items: center !important;
  gap: 0 !important;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 781px) and (max-width: 991.98px){
	
	 .wp-block-columns.tutor-box{
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-columns.tutor-box .p-center{
    font-size: 1.5rem !important;
  }
}

/* 縦積み */
@media (max-width: 780.98px){
  .wp-block-columns.tutor-box{
    gap: 16px !important;
  }

  .wp-block-columns.tutor-box .p-center{
    text-align: center !important;
    font-size: 1.3rem !important;
		  margin: 0 auto;
  }

  figure.tutor-img img{
    width: 170px;
  }
}



.feature-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
}

.feature-box .vk_outer-background-area{
  background-color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}

.feature-box .vk_outer_container{
  padding: 3.5rem 1.6rem 4rem;
}


.feature-box h2{
  margin: 0 0 1.2rem 0 !important;
  color: #1f3559;
  letter-spacing: .02em;
  position: relative;
  padding-bottom: .8rem;
}
.feature-box h2::after{
  content:"";
  display:block;
  width: 220px;
  height: 1px;
  margin-top: .8rem;
  background: rgba(31,53,89,0.12);
}

.feature-box p{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #44546f;
  margin: 0 0 1.25rem 0 !important;
}

.feature-box p:first-of-type{
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .06em;
  color: rgba(31,53,89,0.78);
  background: rgba(31,53,89,0.06);
  padding: .35rem .7rem;
  border-radius: 999px;
  margin-bottom: 0 !important;
}

.feature-box .wp-block-group.is-layout-flex{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 12px;
  padding: 2px 14px;
  gap: 10px;
  align-items: center;
  box-shadow: 0 8px 18px rgba(31,53,89,0.05);
  margin: 1.25rem 0 .85rem !important;
}

.feature-box .vk_icon{ color: #a50046; }
.feature-box .vk_icon .vk_icon_border{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(165,0,70,0.10);
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-box .vk_outer_container > .wp-block-group.is-layout-flex:nth-of-type(1) h3,
.feature-box .vk_outer_container > .wp-block-group.is-layout-flex:nth-of-type(2) h3{
  margin: 0 0 .15em 0;
  color: #1f3559;
  line-height: 1.35;
  letter-spacing: .01em;
  padding: 1rem 0;
}

.feature-box h3:has(ruby){
  margin: .5em  0 .7em !important;
}

.feature-box ruby rt{
  color: #333;
  font-size: 0.35em;
  letter-spacing: .15em;
	font-weight:bold;
}

@media (max-width: 575.98px){
  .feature-box .vk_outer_container{ padding: 1.5rem 1rem 1.4rem; }
  .feature-box p{ font-size: 1rem; line-height: 1.85; }
	.feature-box h2{
		font-size:1.5rem;
	}

  .feature-box h2::after{ width: 160px; }
  .feature-box .wp-block-group.is-layout-flex{ padding: 10px 12px; border-radius: 10px; }
  .feature-box .vk_icon .vk_icon_border{ width: 30px; height: 30px; }
	
	.feature-box .vk_outer_container > .wp-block-group.is-layout-flex:nth-of-type(1) h3,
.feature-box .vk_outer_container > .wp-block-group.is-layout-flex:nth-of-type(2) h3,.feature-box .vk_outer_container > .wp-block-group.is-layout-flex:nth-of-type(3) h3{
font-size:1.2rem;
	padding:0;
}
	
	
}

.p-red .has-inline-color{
	font-size:1.5rem;
}

@media (max-width: 575.98px){
	.p-red .has-inline-color{
	font-size:1.1rem;
}
}

/*学部*/
.wp-block-columns.department-box{
  gap: 22px;
  margin: 1.6em 0 2.2em;
}


.wp-block-columns.department-box ul{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}


.wp-block-columns.department-box li{
  position: relative;
  padding: 14px 12px 14px 44px;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #1f3559;
  font-weight: 700;

  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(31,53,89,0.05);
}


.wp-block-columns.department-box li + li{
  margin-top: 10px;
}


.wp-block-columns.department-box li::before{
  content:"";
  position:absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(165,0,70,0.10);
  border: 1px solid rgba(165,0,70,0.18);
}
.wp-block-columns.department-box li::after{
  content:"";
  position:absolute;
  left: 21px;
  top: 50%;
  width: 7px;
  height: 12px;
  border-right: 3px solid #a50046;
  border-bottom: 3px solid #a50046;
  transform: translateY(-55%) rotate(40deg);
}


@media (hover:hover){
  .wp-block-columns.department-box li{
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  }
  .wp-block-columns.department-box li:hover{
    transform: translateY(-2px);
    border-color: rgba(31,53,89,0.16);
    box-shadow: 0 12px 22px rgba(31,53,89,0.07);
  }
}

@media (max-width: 780.98px){
	  .wp-block-columns.department-box{
    gap: 0 !important;
  }
		.li-m{
		margin-bottom:0;
	}
}

@media (max-width: 575.98px){
  .wp-block-columns.department-box{
    gap: 0 !important;
  }
  .wp-block-columns.department-box li{
    font-size: 1.05rem;
    padding: 12px 10px 12px 42px;
    border-radius: 10px;
  }
  .wp-block-columns.department-box li + li{
    margin-top: 8px;
  }
	.li-m{
		margin-bottom:0;
	}
}

/*文字調整*/
.site-body-container p{ font-size: 1.1rem; line-height: 2; letter-spacing: 0.02em; margin: 0; }

#post-3 .entry-body p{

  margin: 1em 0;
}



/* rec-box */
.wp-block-columns.rec-box{
  margin: 1.6em 0 2.0em;
  padding: 18px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(31,53,89,0.12);
  box-shadow: 0 10px 22px rgba(31,53,89,0.06);
  position: relative;
  overflow: hidden;
  align-items: center !important;
}


.wp-block-columns.rec-box::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height: 4px;
  background: linear-gradient(90deg,
    #a50046 0%,
    #a50046 55%,
    #1f3559 100%
  );
  opacity: 0.55;
}

/* テキスト */
.wp-block-columns.rec-box p{
  margin: 0 !important;
  text-align: center;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.45;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #1f3559;
}


.wp-block-columns.rec-box p{
  text-wrap: balance;
}

/* スマホ */
@media (max-width: 575.98px){
  .wp-block-columns.rec-box{
    padding: 16px 12px;
    border-radius: 12px;
  }
  .wp-block-columns.rec-box p{
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}

/*おすすめ理由*/
.left-h3{
  margin: 1.6em 0 .8em !important;
  padding: .65em .9em .65em 1.5em;
  color: #1f3559;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.3;
  position: relative;

  background: rgba(255,255,255,1);           
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 12px;
  
}




.left-h3::before{
  content:"";
  position:absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.2em;
  background: #a50046;
  border-radius: 3px;
}


@media (max-width: 575.98px){
	.left-h3{
		font-size:1.2rem;
	}
	
	.left-h3::before{
  content:"";
  position:absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.8em;
  background: #a50046;
  border-radius: 3px;
}
	
}


.h3-g{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 12px;
  padding: 12px 14px;
  gap: 10px;
  align-items: center;
  box-shadow: 0 8px 18px rgba(31,53,89,0.05);
  margin: 1.25rem 0 .85rem !important;
	margin-bottom: 2rem !important;
}

.h3-g h3{
	font-size:1.2rem;
}


.h3-g .vk_icon{
  color: #a50046;
}
.h3-g .vk_icon .vk_icon_border{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(165,0,70,0.10);
  display: flex;
  justify-content: center;
  align-items: center;
}



/*リスト*/
.point-list{
  list-style: none !important;
  margin: 1.1em 0 1.3em !important;
  padding: 14px 16px !important;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(31,53,89,0.06);
}

.point-list li{
  position: relative;
  margin: 0 !important;
  padding: 12px 0 12px 48px;
  color: #1f3559;
  font-weight: 700;
  line-height: 1.6;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.point-list li + li{
  border-top: 1px solid rgba(31,53,89,0.10);
}

.point-list li::before{
  content:"";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(165,0,70,0.10);
  border: 1px solid rgba(165,0,70,0.18);
}

.point-list li::after{
  content:"";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 7px;
  height: 12px;
  border-right: 3px solid #a50046;
  border-bottom: 3px solid #a50046;
  transform: translateY(-55%) rotate(40deg);
}

@media (max-width: 575.98px){
  .point-list{ padding: 12px 12px !important; }
  .point-list li{ padding: 10px 0 10px 46px;
	font-size:1.1rem;}
  .point-list li::before{ left: 12px; }
  .point-list li::after{ left: 19px; }
}



.q10-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
}


.q10-box .vk_outer-background-area{
  background-color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}


.q10-box .vk_outer_container{
  padding: 2.2rem 1.7rem 2.1rem;
}


.q10-box h2{
  margin: 0 0 1.4rem 0 !important;
  color: #1f3559;
  letter-spacing: .02em;
  line-height: 1.25;
  position: relative;
  padding-bottom: .9rem;
}
.q10-box h2::after{
  content:"";
  display:block;
  width: 72px;
  height: 4px;
  margin: .9rem auto 0;
  background:#a50046;
  border-radius: 2px;
}


.q10-box h3{
  margin: 1.25rem 0 .55rem 0 !important;
  padding: .7rem .9rem .7rem 1.2rem;
  color: #1f3559;
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.35;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(31,53,89,0.10);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(31,53,89,0.05);
  position: relative;
}


.q10-box h3::before{
  content:"";
  position:absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 1.2em;
  background: #a50046;
  border-radius: 3px;
  opacity: .95;
}


.q10-box h3{
  padding-left: 34px;
}


.q10-box p{
  margin: 0 0 1.1rem 0 !important;
  color: #44546f;
  font-size: 1.05rem;
  line-height: 1.95;
  letter-spacing: 0.02em;
}


.q10-box p:last-child{
  margin-bottom: 0 !important;
}

/* スマホ */
@media (max-width: 575.98px){
  .q10-box .vk_outer_container{
    padding: 1.6rem 1rem 1.5rem;
  }

  .q10-box p{
    font-size: 1rem;
    line-height: 1.85;
  }

	.q10-box h2{
		font-size:1.5rem;
	}
  .q10-box h2::after{
    width: 56px;
    height: 3px;
  }

  .q10-box h3{
    padding: .65rem .8rem .65rem 32px;
    border-radius: 10px;
  }
  .q10-box h3::before{
    left: 12px;
  }
}



.wp-block-columns.feature-box2{
  gap: 28px !important;
  margin: 1.8em 0 2.2em;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
}

.wp-block-columns.feature-box2 > .wp-block-column:first-child p{
  margin: 0 !important;
  color: #44546f;
  font-size: 1.03rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.content-left-box{
  padding: 0 1rem 1rem;
}

.h3-g2{
  border-radius: 12px;
  padding: 12px 14px 12px 0;
  gap: 10px;
  align-items: center;
  margin: 0 0 .9rem !important;
}

.h3-g2 .vk_icon{ color: #a50046; }
.h3-g2 .vk_icon .vk_icon_border{
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(165,0,70,0.10);
  display: flex;
  justify-content: center;
  align-items: center;
}

.h3-g2 h3{
  margin: 0 !important;
  color: #1f3559;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.25;
	font-size:1.5rem;
}

@media (min-width: 780px) and (max-width: 991.98px){
	
	.h3-g2 h3{
		font-size:1.3rem;
	}
}



.wp-block-columns.feature-box2 figure{ margin: 0 !important; }
.wp-block-columns.feature-box2 img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

@media (max-width: 767.98px){
  .wp-block-columns.feature-box2{
    gap: 14px !important;
    padding: 16px 14px;
    border-radius: 14px;
  }
	}
	
	@media (max-width: 575.98px){
	.h3-g2 h3{
		font-size:1.1rem;
	}
		.h3-g2{
			padding:0 !important
		}
		
		.h3-g2 .wp-block-vk-blocks-icon .vk_icon_font{
			font-size:20px;
		}
		.h3-g2 .vk_icon .vk_icon_border{
			background:none;
		}
		.content-left-box{
  padding: 0;
}
		

		


  .wp-block-columns.feature-box2 > .wp-block-column:last-child{ order: 2; }
  .wp-block-columns.feature-box2 > .wp-block-column:first-child{ order: 1; }

  .h3-g2{ padding: 10px 12px; border-radius: 10px; }
  .h3-g2 .vk_icon .vk_icon_border{ width: 30px; height: 30px; border-radius: 7px; }

  .wp-block-columns.feature-box2 > .wp-block-column:first-child p{
    font-size: 1rem;
    line-height: 1.85;
  }
}

.icon-g{padding-top:0.5rem;}

/* =========================
   pass-box
========================= */

.pass-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
	padding:1.5rem 0 2rem 0;
}


.pass-box .vk_outer-background-area{
  background-color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}

.pass-box .vk_outer_container{
  padding: 2.1rem 1.6rem 2rem;
}

/* タイトル */
.pass-box h2{
  margin: 0 0 1.2rem 0 !important;
  color: #1f3559;
  letter-spacing: .02em;
  position: relative;
  padding-bottom: .85rem;
}
.pass-box h2::after{
  content:"";
  display:block;
  width: 72px;
  height: 4px;
  margin: .85rem auto 0;
  background:#a50046;

  border-radius: 2px;
}
@media (max-width: 767.98px) {
	.pass-box h2::after{width: 56px;
	}
}

@media (max-width: 575.98px) {
	.pass-box h2{
		font-size:1.5rem;
	}
	.lead-h2.sp-small{
		font-size:1.4rem;
		margin-bottom:1rem;
	}
}

/* 各行 */
.pass-box .wp-block-group.is-layout-flex{
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 8px 18px rgba(31,53,89,0.05);
}

/* 行間 */
.pass-box .wp-block-group.is-layout-flex + .wp-block-group.is-layout-flex{
  margin-top: 10px !important;
}

/* スタンプ */
.pass-box .wp-block-group.is-layout-flex figure{
  margin: 0 !important;
  flex: 0 0 56px;
}
.pass-box .wp-block-group.is-layout-flex figure img{
  width: 56px !important;
  height: 56px !important;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(31,53,89,0.10));
}

/* テキスト */
.pass-box .wp-block-group.is-layout-flex p{
  margin: 0 !important;
  color: #1f3559;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

/* hover */
@media (hover:hover){
  .pass-box .wp-block-group.is-layout-flex{
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .pass-box .wp-block-group.is-layout-flex:hover{
    transform: translateY(-2px);
    border-color: rgba(31,53,89,0.16);
    box-shadow: 0 12px 22px rgba(31,53,89,0.07);
  }
}

/* スマホ */
@media (max-width: 575.98px){
  .pass-box .vk_outer_container{
    padding: 1rem 1rem 1.1rem;
  }
  .pass-box .wp-block-group.is-layout-flex{
    padding: 10px 10px;
    border-radius: 10px;
    gap: 12px;
  }
  .pass-box .wp-block-group.is-layout-flex figure{
    flex-basis: 48px;
  }
  .pass-box .wp-block-group.is-layout-flex figure img{
    width: 48px !important;
    height: 48px !important;
  }
  .pass-box .wp-block-group.is-layout-flex p{
    font-size: 1rem;
    line-height: 1.7;
  }
}

.voice-column::before {
    content: "";
    position: absolute;
    top: -1.7rem;
    left: -2.2rem;
    background-image: url(https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/sakura_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 88px;
    z-index: 10;
}

.voice-column::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    right: -1.6rem;
    background-image: url(https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/sakura_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 88px;
    z-index: 1;
}

.voice-column {
    position: relative;
    z-index: 5;
}

.voice-box {
    border-radius: 24px;
    color: #333;
	padding:4rem;
}


.gender i{ font-size: 0.9em; vertical-align: -0.08em; }
.gender.male i{ color:#1f3559; }
.gender.female i{ color:#a50046; }

.note-txt {
    font-family: "Yuji Syuku", serif;
    font-size: 18px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 1.8em 1em;
    color: #333;
    margin: 2em 0;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
    border-width: 2px;
}

.note-txt .note-body
 {
    padding-right: 3%;
    padding-left: 3%;
    margin: 0;
    line-height: 2;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #808080;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.3em;
}

.ref-p{
	line-height:1.6 !important
}

/* voice（共通） */
.voice-column{ margin: 1.8em 0 2.2em; }
.voice-box{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
}
.voice-box .vk_outer-background-area{ opacity: 1 !important; }
.voice-box .vk_outer_container{ padding: 22px 18px; }

@media (max-width: 767.98px) {
	.voice-box{
		padding:1rem;
	}
}

@media (max-width: 575.98px) {
	.voice-box .vk_outer_container{
		padding:1rem;
	}
}



.voice-box, .voice-box p{ font-size: 18px; line-height: 1.85; }


.voice-box td, .voice-box th{ font-size: 16px; line-height: 1.75; }

.voice-box p{ margin: 0 0 1em 0; }
.voice-box p:last-child{ margin-bottom: 0; }


.voice-box table{ width: 100%; border-collapse: collapse; }
.voice-box td, .voice-box th{ padding: 10px 10px; vertical-align: top; }
.voice-box figure{ margin: 0 !important; }


.voice-box .vk_block-margin-xxs--margin-bottom,
.voice-box .ref-p{ margin: 0 0 .6em 0 !important; }
.voice-box .ref-p{ margin-top: 1.2em !important; }


.voice-box .note-txt{ margin: .6em 0 0; }
.voice-box .note-body{ margin: 0 !important; }

@media (max-width: 575.98px) {
	.voice-box .note-txt{
		padding:1rem 0.5rem;
	}
}


.voice-box:has(.gender.male) .vk_outer-background-area{ background-color: rgba(80,170,255,0.14) !important; }
.voice-box:has(.gender.female) .vk_outer-background-area{ background-color: rgba(255,120,170,0.14) !important; }


.gender.male i{ color:#1f3559; margin-right:1.6px;}
.gender.female i{ color:#a50046; margin-right:1.6px;}

@media (max-width: 575.98px){
.voice-box {
    border-radius: 24px;
    color: #333;
	padding:0;
}
	
	.voice-column::before {
    content: "";
    position: absolute;
    top: -2.8rem;
    left: -2.2rem;
    background-image: url(https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/sakura_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 88px;
    z-index: 10;
}

.voice-column::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    right: -2.2rem;
    background-image: url(https://www.kossun-sophia.com/wp/wp-content/uploads/2026/03/sakura_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 88px;
    z-index: 1;
}
	
}

.lead-h2 {
  margin: 0 auto 38px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: 0.04em;
color:#1f3559;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.72),
    0 2px 10px rgba(80,20,40,0.08);
}

.lead-h2 span{
	color:#a50046;
}

@media (max-width: 575.98px){
	.lead-h2 {
	  font-size: 1.4rem;
		margin-bottom:1rem;
	}
}

/* メリット */
.merit-box .vk_outer-background-area {
  background: transparent !important;
  opacity: 1 !important;
}

.merit-box .vk_outer_container {
  margin: 0 auto;
  padding: 30px 24px 40px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 53, 89, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(31, 53, 89, 0.05);
}

.merit-box .vk_outer_container > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.merit-box h2 {
  position: relative;
  margin-bottom: 18px;
  padding: 0 0 14px;
  color: #1f3559;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.merit-box h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: #a50046;
  transform: translateX(-50%);
  border-radius: 999px;
}

.merit-box ul {
  padding-left: 0 !important;
}

.merit-box ul li {
  position: relative;
  margin: 0 0 12px;
  padding: 20px 18px 18px 2.2em;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  border: 1px solid rgba(31, 53, 89, 0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 6px 16px rgba(31,53,89,0.04);
	font-size:1.5rem;
}

@media (max-width: 991.98px) {
	
	.merit-box ul li {
		font-size:1.6rem !important;
	}
}

@media (max-width: 767.98px) {
	
	.merit-box ul li {
		font-size:1.2rem !important;
	}
}

.merit-box ul li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(31, 53, 89, 0.08);
}

.merit-box ul.is-style-vk-check-square-mark li::before {
  position: absolute;
  top: 20px;
  left: 16px;
  color: #a50046;
  font-size: 1em;
}

.text10 {
  font-size: 4rem;
}

/* 左右カラム全体 */
.merit-box .wp-block-columns {
  align-items: center;
  gap: 32px;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

/* 左カラム */
.merit-box .wp-block-columns > .wp-block-column:first-child {
  display: flex;
  align-items: center;
}

.merit-box .wp-block-columns > .wp-block-column:first-child ul {
  width: 100%;
  max-width: none;
  margin: 0;
}

/* 右カラム */
.merit-box .wp-block-columns > .wp-block-column:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.merit-box .wp-block-columns > .wp-block-column:last-child figure {
  margin: 0;
  width: 100%;
  max-width: 260px;
}

.merit-box .wp-block-columns > .wp-block-column:last-child img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 320px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(31,53,89,0.06);
}

/* タブレット以下 */
@media (max-width: 991.98px) {
  .merit-box .wp-block-columns {
    gap: 24px;
  }

  .merit-box .wp-block-columns > .wp-block-column:last-child figure {
    max-width: 220px;
  }

  .merit-box ul li {
    padding: 14px 14px 14px 2em;
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .merit-box ul.is-style-vk-check-square-mark li::before {
    top: 14px;
    left: 12px;
  }
}

/* スマホ */
@media (max-width: 767.98px) {
  .merit-box {
    margin-bottom: 0;
  }

  .merit-box .vk_outer_container {
    padding: 24px 16px 20px;
    border-radius: 12px;
  }

  .merit-box h2 {
    margin-bottom: 16px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 1.45;
  }

  .merit-box h2::after {
    width: 56px;
  }

  .merit-box .wp-block-columns {
    gap: 16px;
  }

  .merit-box .wp-block-columns > .wp-block-column:last-child figure {
    max-width: 180px;
  }
}

@media (max-width: 575.98px) {
  .merit-box {
    margin-bottom: 0;
  }

  .merit-box h2 {
    font-size: 1.5rem;
  }

  .merit-box ul {
    padding-left: 0;
  }
}


/*コース*/

.menu-box,
.menu-box2 {
  margin: 0 auto 56px;
  gap: 14px !important;
}

.menu-box .vk_gridcolcard_item,
.menu-box2 .vk_gridcolcard_item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(31, 53, 89, 0.18);
  border-radius: 10px !important;
  overflow: hidden;
  background: #f7f5f2 !important;
  box-shadow: none;
}

.menu-box .vk_gridcolcard_item_container,
.menu-box2 .vk_gridcolcard_item_container,
.menu-box .vk_gridcolcard_item_body,
.menu-box2 .vk_gridcolcard_item_body,
.menu-box .vk_gridcolcard_item_body > .wp-block-group,
.menu-box2 .vk_gridcolcard_item_body > .wp-block-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

.menu-box .vk_gridcolcard_item_body > .wp-block-group,
.menu-box2 .vk_gridcolcard_item_body > .wp-block-group {
  padding: 0;
}

/* =========================================================
   上部コース名
========================================================= */
.menu-box h3,
.menu-box2 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  margin: 0 !important;
  padding: 12px 12px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.28rem !important;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* =========================================================
   小見出しラベル
========================================================= */
.menu-box h4,
.menu-box2 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 !important;
  padding: 6px 10px;
  background: rgba(0, 0, 0, 0.06);
  color: #1f3559;
  text-align: center;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.01em;
}

/* =========================================================
   おすすめ欄
========================================================= */
.menu-box .menu-list-c:first-of-type,
.menu-box2 .menu-list-c:first-of-type {
  min-height: 132px;
  margin: 0;
  padding: 16px 18px 14px;
  background: rgba(255, 255, 255, 0.44);
}


.menu-box .menu-list-c:first-of-type ul,
.menu-box2 .menu-list-c:first-of-type ul {
  margin: 0;
  padding-left: 1.25em;
}

.menu-box .menu-list-c:first-of-type ul li,
.menu-box2 .menu-list-c:first-of-type ul li {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  line-height: 1.65;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}

.menu-box .menu-list-c:first-of-type ul li:last-child,
.menu-box2 .menu-list-c:first-of-type ul li:last-child {
  margin-bottom: 0;
}

/* =========================================================
   コース内容欄

========================================================= */
.menu-box .menu-list-c:last-of-type,
.menu-box2 .menu-list-c:last-of-type {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 210px;
  margin: 0;
  padding: 16px 18px 14px;
  background: rgba(255, 255, 255, 0.18);
}

.menu-box .menu-list-c:last-of-type > .wp-block-column,
.menu-box2 .menu-list-c:last-of-type > .wp-block-column,
.menu-box .menu-list-c:last-of-type > .wp-block-column > *,
.menu-box2 .menu-list-c:last-of-type > .wp-block-column > * {
  height: 100%;
}

.menu-box .menu-list-c:last-of-type ol,
.menu-box2 .menu-list-c:last-of-type ol {
  margin: 0;
  padding-left: 1.5em;
}

.menu-box .menu-list-c:last-of-type ol li,
.menu-box2 .menu-list-c:last-of-type ol li {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  line-height: 1.7;
}

.menu-box .menu-list-c:last-of-type ol li:last-child,
.menu-box2 .menu-list-c:last-of-type ol li:last-child {
  margin-bottom: 0;
}

/* =========================================================
   価格ブロック
========================================================= */
.menu-box h4:last-of-type,
.menu-box2 h4:last-of-type {
  margin-top: auto !important;
}

.menu-box p.vk_block-margin-sm--margin-bottom,
.menu-box2 p.vk_block-margin-sm--margin-bottom {
  margin: 0 !important;
  padding: 14px 12px 16px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;

  background: rgba(255, 255, 255, 0.35);
}

/* =========================================================
   一次対策講座 menu-box
========================================================= */
.menu-box .menu-left {
  background: #e7edf5 !important;
}
.menu-box .menu-left h3 {
  background: #455f86;
}

.menu-box .menu-center {
  background: #f3e4ea !important;
}
.menu-box .menu-center h3 {
  background: #a50046;
}

.menu-box .menu-right {
  background: #f5efdf !important;
}
.menu-box .menu-right h3 {
  background: #b19145;
}


/* =========================================================
   二次対策講座 menu-box2
========================================================= */
.menu-box2 .menu-left {
  background: #f1e6e1 !important;
}
.menu-box2 .menu-left h3 {
  background: #9b6653;
}

.menu-box2 .menu-center {
  background: #e5ebf2 !important;
}
.menu-box2 .menu-center h3 {
  background: #1f3559;
}

.menu-box2 .menu-right {
  background: #e9eee4 !important;
}
.menu-box2 .menu-right h3 {
  background: #5a6f4a;
}



/* =========================================================
   1199px以下
========================================================= */
@media (max-width: 1199.98px) {
  .menu-box h3,
  .menu-box2 h3 {
    min-height: 60px;
    font-size: 1.18rem !important;
    line-height: 1.35;
  }

  .menu-box .menu-list-c:first-of-type,
  .menu-box2 .menu-list-c:first-of-type {
    min-height: 148px;
  }

  .menu-box .menu-list-c:last-of-type,
  .menu-box2 .menu-list-c:last-of-type {
    min-height: 228px;
  }

  .menu-box .menu-list-c:first-of-type ul li,
  .menu-box2 .menu-list-c:first-of-type ul li,
  .menu-box .menu-list-c:last-of-type ol li,
  .menu-box2 .menu-list-c:last-of-type ol li {
    font-size: 15px;
  }
}

/* =========================================================
   991px以下
========================================================= */
@media (min-width: 768px) and (max-width: 991.98px) {
  .menu-box,
  .menu-box2 {
    gap: 12px !important;
  }

  .menu-box h3,
  .menu-box2 h3 {
    min-height: 58px;
    font-size: 1.08rem !important;
    line-height: 1.34;
    padding: 11px 10px 9px;
  }

  .menu-box h4,
  .menu-box2 h4 {
    font-size: 1.2rem !important;
  }

  .menu-box .menu-list-c:first-of-type,
  .menu-box2 .menu-list-c:first-of-type {
    min-height: 140px !important;
    padding: 14px 16px 12px;
  }

  .menu-box .menu-list-c:last-of-type,
  .menu-box2 .menu-list-c:last-of-type {
    min-height: 230px !important;
    padding: 14px 16px 12px;
  }

  .menu-box .menu-list-c:first-of-type ul li,
  .menu-box2 .menu-list-c:first-of-type ul li,
  .menu-box .menu-list-c:last-of-type ol li,
  .menu-box2 .menu-list-c:last-of-type ol li {
    font-size: 14px;
    line-height: 1.65;
  }

  .menu-box p.vk_block-margin-sm--margin-bottom,
  .menu-box2 p.vk_block-margin-sm--margin-bottom {
    font-size: 16px;
  }
}

/* =========================================================
   767px以下
========================================================= */
@media (max-width: 767.98px) {
  .menu-box,
  .menu-box2 {
    margin-bottom: 34px;
  }

  .menu-box .vk_gridcolcard_item,
  .menu-box2 .vk_gridcolcard_item {
    border-radius: 8px !important;
  }

  .menu-box h3,
  .menu-box2 h3 {
    min-height: auto;
    font-size: 1.2rem !important;
    line-height: 1.32;
    padding: 10px 10px 9px;
  }

  .menu-box h4,
  .menu-box2 h4 {
    min-height: 32px;
    padding: 6px 8px;
    font-size: 0.88rem;
  }

  .menu-box .menu-list-c:first-of-type,
  .menu-box2 .menu-list-c:first-of-type {

    padding: 14px 14px 22px !important;
  }

  .menu-box .menu-list-c:last-of-type,
  .menu-box2 .menu-list-c:last-of-type {

    padding: 14px 14px 22px !important;
  }

  .menu-box .menu-list-c:first-of-type ul li,
  .menu-box2 .menu-list-c:first-of-type ul li,
  .menu-box .menu-list-c:last-of-type ol li,
  .menu-box2 .menu-list-c:last-of-type ol li {
    font-size: 14px;
    line-height: 1.62;
    margin-bottom: 8px;
  }

  .menu-box p.vk_block-margin-sm--margin-bottom,
  .menu-box2 p.vk_block-margin-sm--margin-bottom {
    padding: 12px 10px 14px;
    font-size: 15px;
  }
}

@media (max-width: 575.98px) {
	
	  .menu-box .menu-list-c:first-of-type,
  .menu-box2 .menu-list-c:first-of-type {
    min-height: auto;
    padding: 14px 14px 12px;
  }
	
	  .menu-box .menu-list-c:last-of-type,
  .menu-box2 .menu-list-c:last-of-type {
    min-height: auto;
    padding: 14px 14px 12px;
  }
}

/*定員*/
.capacity-txt{
	color:#1f3559;
font-weight:bold;
	font-size:1.3rem !important;
}

/* コース比較表 */
.cf-box table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-bottom: none;
margin-left:0.4rem;
}

.cf-box tbody tr td {
  height: 97px;
  padding: 12px 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1f3559;
  background: #f2eee5;
  border: 1px solid #0a2340;
}

/* 強調行 */
.cf-box tbody tr:nth-child(4),
.cf-box tbody tr:nth-child(9) {
  border: solid 8px #e6d2a1;
}

.cf-box tbody tr:nth-child(4) td,
.cf-box tbody tr:nth-child(9) td {
  border-top: none;
  border-bottom: none;
  background: #f2eee5;
}

.cf-box tbody tr:nth-child(3) td,
.cf-box tbody tr:nth-child(8) td {
  border-bottom: none;
}

.cf-box tbody tr:nth-child(5) td {
  border-top: none;
}

/* 1行目 */
.cf-box tbody tr:first-child td {
  height: 72px;
  background: #f6efdc;
  border: none;
  color: transparent;
}

.cf-box tbody tr:first-child td:last-child {
  color: #c2a453;
  font-size: 1.28rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
	vertical-align:bottom;
}

/* 2行目 */
.cf-box tbody tr:nth-child(2) td {
  height: 72px;
  font-weight: 700;
  color: #fff;
}

.cf-box tbody tr:nth-child(2) td:first-child {
  background: #f6efdc;
  border: none;
  color: transparent;
}

.cf-box tbody tr:nth-child(2) td:nth-child(2) {
  background: #768ba2;
}

.cf-box tbody tr:nth-child(2) td:nth-child(3) {
  background: #a50046;
}

.cf-box tbody tr:nth-child(2) td:nth-child(4) {
  background: #1f3559;
}

/* 左列 */
.cf-box tbody tr:nth-child(n+3) td:first-child {
  background: #927846;
  color: #fff;
  text-align: left;
  padding-left: 16px;

}

/* 強調行の左列 */
.cf-box tbody tr:nth-child(4) td:first-child,
.cf-box tbody tr:nth-child(9) td:first-child {
  background: #927846;
  color: #fff;

}

/* 記号 */
.cf-box .maru {
  color: #ff5a66 !important;
  font-size: 1.9rem !important;
  font-weight: 700;
  line-height: 1;
}

.cf-box .batsu {
  color: #ff5a66;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.cf-box .maru-cell {
  color: #1f3559;
  font-size: 1.05rem;
  line-height: 1.45;
}

.cf-box .maru-cell::first-line {
  color: #ff5a66;
  font-size: 1.9rem !important;
  font-weight: 700;
  line-height: 1;
}

.cf-box tbody tr:nth-child(7) td:not(:first-child),
.cf-box tbody tr:nth-child(8) td:not(:first-child) {
  color: #d8cdb8;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}

.cf-box tbody tr:nth-child(4) td:not(:first-child),
.cf-box tbody tr:nth-child(9) td:not(:first-child) {
  font-size: 1.35rem;
  color: #1f3559;
}



/* タブレット以下 */
@media (max-width: 991.98px) {
  .cf-box tbody tr td {
    font-size: 1rem;
    padding: 10px 8px;
  }

  .cf-box .maru,
  .cf-box .maru-cell::first-line {
    font-size: 1.6rem;
  }

  .cf-box .batsu {
    font-size: 2.4rem;
  }

  .cf-box .maru-cell {
    font-size: 0.95rem;
  }

  .cf-box tbody tr:nth-child(4) td:not(:first-child),
  .cf-box tbody tr:nth-child(9) td:not(:first-child) {
    font-size: 1.15rem;
  }
}

:where(:not(.wp-block-table))>table{
	border:0;
}

/*アンケート*/
.cf-voice {

	overflow: visible;
}

.cf-voice .vk_outer-background-area {
  background: transparent !important;
  opacity: 1 !important;

}

.cf-voice .vk_outer_container {

  margin: 0 auto;
  padding: 36px 28px 30px 42px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 53, 89, 0.1);
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(31, 53, 89, 0.05);
}

.cf-voice .vk_outer_container > p {
  position: relative;
  margin: 0;
  padding: 22px 0 22px 2.2em;
  color: #333;
  font-size: 18px;
  line-height: 1.95;
  border-bottom: 1px solid rgba(31, 53, 89, 0.08);
}

.cf-voice .vk_outer_container > p:not(.has-text-align-right)::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 10px;
  color: #a50046;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.9;
}

.cf-voice .vk_outer_container > p:last-child {
  border-bottom: none;
  padding: 14px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.cf-voice .vk_outer_container > p.has-text-align-right::before {
  content: none;
}

@media (min-width: 781px) and (max-width: 991.98px) {
	
	.cf-voice .vk_outer_container {  padding: 36px 28px 30px 28px;
		
	}
}

@media (max-width: 780.98px) {
  .cf-voice .vk_outer_container {
    padding: 26px 16px 22px;
    border-radius: 12px;
  }

  .cf-voice .vk_outer_container > p {
    padding: 18px 0 18px 1.8em;
    font-size: 16px;
    line-height: 1.85;
  }

  .cf-voice .vk_outer_container > p:not(.has-text-align-right)::before {
    top: 14px;
    font-size: 1.7rem;
  }

  .cf-voice .vk_outer_container > p:last-child {
    padding-top: 12px;
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
	.cf-voice{
		margin-bottom:1rem;
	}
	
	  .cf-voice .vk_outer_container {
    padding: 1rem;
    border-radius: 12px;
  }
}

/*詳細*/

.outline-box {
  margin: 0 auto 56px;
	overflow: visible;
}

.outline-box .vk_outer-background-area {
  background: transparent !important;
  opacity: 1 !important;
}

.outline-box .vk_outer_container {

  margin: 0 auto;
padding: 2rem 4rem 3.5rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 53, 89, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(31, 53, 89, 0.05);
}



.outline-box .vk_outer_container > p,
.outline-box .vk_outer_container > ul {
  margin: 0;
  color: #333;
  font-size: 18px;
  line-height: 1.9;
}

.outline-box .outline-label {
  margin: 18px auto 10px !important;
  padding: 0;
  text-align: left;
}

.outline-box .outline-label:first-of-type {
  margin-top: 0 !important;
}

.outline-box .outline-label span {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(31, 53, 89, 0.06);
  border-left: 4px solid #a50046;
  color: #1f3559;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.outline-box .outline-label + p {
  margin-top: 0;
}


.outline-box .vk_outer_container > ul li {
  position: relative;
  margin-bottom: 12px;
  color: #333;
  font-size: 17px;
  line-height: 1.85;
}

.outline-box .vk_outer_container > ul li:last-child {
  margin-bottom: 0;
}

.outline-box .vk_outer_container > ul.is-style-vk-check-square-mark li {
  padding-left: 1.9em;
}

.outline-box .vk_outer_container > ul.is-style-vk-check-square-mark li::before {
  position: absolute;
  left: 0;
  top: 0.32em;
  color: #a50046;
  font-size: 1em;
  line-height: 1;
}

.outline-box .vk_outer_container > p:first-child {

  padding: 18px 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.85;
  font-weight: 700;
}



.outline-box .vk_outer_container > p:last-child mark {
  background: transparent !important;
  color: #a50046 !important;
}

.outline-box .wp-block-list.is-style-vk-check-square-mark{
	padding-left:0;
}

@media (max-width: 767.98px) {
  .outline-box .vk_outer_container {
    padding: 10px 16px 22px;
    border-radius: 12px;
  }

  .outline-box .vk_outer_container > p,
  .outline-box .vk_outer_container > ul {
    font-size: 16px;
    line-height: 1.8;
  }

  .outline-box .vk_outer_container > p:not(.outline-label):not(:last-child),
  .outline-box .vk_outer_container > ul,
  .outline-box .vk_outer_container > p:last-child,
  .outline-box .outline-label {
    max-width: 100%;
  }

  .outline-box .outline-label {
    margin: 16px 0 8px !important;
  }

  .outline-box .outline-label span {
    font-size: 15px;
    padding: 4px 10px;
  }

  .outline-box .vk_outer_container > ul {
    padding: 14px 14px 14px 18px;
  }

  .outline-box .vk_outer_container > ul li {
    font-size: 15px;
    line-height: 1.75;
  }

  .outline-box .vk_outer_container > ul.is-style-vk-check-square-mark li {
    padding-left: 1.7em;
  }

  .outline-box .vk_outer_container > ul.is-style-vk-check-square-mark li::before {
    top: 0.28em;
  }

  .outline-box .vk_outer_container > p:last-child {
    margin-top: 20px;
    padding: 14px;
    font-size: 17px;
    line-height: 1.75;
  }


}




@media (max-width: 575.98px) {
	
		.outline-box .vk_outer_container > p:first-child {
		padding: 18px 0;
		font-size:1.1rem !important;
	}
	
	.outline-box p{
		font-size:1rem !important;
	}
	
	.outline-box ul{
		padding-bottom:0 !important;
		margin-bottom:0 !important
	}
	
}

.cf-message {
  align-items: center !important;
  gap: 28px;
  max-width: 980px;
  margin: 0 auto 56px;
}

/* 左画像 */
.cf-message .wp-block-column:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf-message .wp-block-image {
  margin: 0;
}

.cf-message .wp-block-image.is-style-vk-image-circle {
  width: min(240px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(31, 53, 89, 0.08);
}

.cf-message .wp-block-image.is-style-vk-image-circle img {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: center 20%;
}

.cf-message .wp-block-column:last-child > p {
  position: relative;
  margin: 0;
  padding: 26px 28px;
  background:#fff;
  border: 1px solid rgba(31, 53, 89, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(31, 53, 89, 0.05);
  color: #333;
  font-size: 18px;
  line-height: 1.95;
}

.cf-message .wp-block-column:last-child > p::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 42px;
  width: 22px;
  height: 22px;
  background:#fff;
  border-left: 1px solid rgba(31, 53, 89, 0.1);
  border-bottom: 1px solid rgba(31, 53, 89, 0.1);
  transform: rotate(45deg);
}

/* スマホ */
@media (max-width: 767.98px) {
  .cf-message {
    gap: 16px;
  }

  .cf-message .wp-block-column:first-child,
  .cf-message .wp-block-column:last-child {
    flex-basis: 100% !important;
  }

  .cf-message .wp-block-image.is-style-vk-image-circle {
    width: min(170px, 100%);
  }

  .cf-message .wp-block-column:last-child > p {
    padding: 20px 18px;
    font-size: 16px;
    line-height: 1.85;
    border-radius: 14px;
  }

  .cf-message .wp-block-column:last-child > p::before {
    left: 24px;
    top: -10px;
    width: 18px;
    height: 18px;
    border-left: 1px solid rgba(31, 53, 89, 0.1);
    border-top: 1px solid rgba(31, 53, 89, 0.1);
    border-bottom: none;
    transform: rotate(45deg);
  }
}

/*お問合せ*/

/*フォーム項目縦並び*/
.list-block{ display: block; }
span.wpcf7-list-item{display: block;}



.post-8 table{width:100%;
max-width:750px;}

.d-2 .wpcf7-form-control{
	width:auto;}



.contact-box{
	padding:2rem;
}

@media screen and (max-width: 768px) {
	.contact-box{
	padding:1rem;
}
}
.name-box{display:flex;}


.wpcf7-form .w50{height: 40px;
    padding: 10px;
    width: 100%;
    max-width: 50px;
    resize: none;
    outline: none;
}

.wpcf7-form .w60{height: 40px;
    padding: 10px;
    width: 100%;
    max-width: 60px;
    resize: none;
    outline: none;
}

.c-select1 span.wpcf7-list-item{display:inline;}

.color-red {
    color: #f60d4e;
    font-size: 24px;
}

.wpcf7-form .checkbox-s input {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.name-box {
    display: block;
}

.wpcf7-form .w250 {
    width: 100%;
    max-width: 230px;
    height: 40px;
    padding: 10px;
    resize: none;
    outline: none;

}

.wpcf7-form .w370 {
    height:40px;
    padding: 10px;
    width: 100%;
    max-width: 370px;
    resize: none;
    outline: none;

}



.wpcf7-list-item {
    margin: 0;
}


@media screen and (min-width: 768px) {
    .wpcf7-form .choice {
        display: flex;
        align-items: flex-end;
    }
	
	.wpcf7-form .choice-1 {
        width: 30%;
		margin-right:5%;

    }
	   .wpcf7-form .choice-2 {
        width: 20%;
        margin-right: 5%;
    }
	
}



@media screen and (max-width: 767.98px) {
   .wpcf7-form .w250 {
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 10px;
    resize: none;
    outline: none;
}
	
	.wpcf7-form .w370 {
    height:40px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;

}
	
	
}

.post-8 table {
    width: 100%;
    max-width: 750px;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-lg.btn-block {
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(180deg,#a50046 0%,#a50046 50%,#6f0030 50%,#6f0030 100%) !important;
  color: #fff !important;
  border: 1px solid #4b001f !important;
  border-radius: 12px;
  padding: 18px 26px !important;
	font-size:20px;
  font-weight: 900;
  letter-spacing: .04em;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -1px 0 rgba(0,0,0,0.12),
    0 10px 24px rgba(0,0,0,0.18),
    0 2px 8px rgba(0,0,0,0.10);
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
  cursor: pointer;
}


.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-lg.btn-block:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-lg.btn-block:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.12),
    0 10px 24px rgba(0,0,0,0.16),
    0 2px 8px rgba(0,0,0,0.10);
}

.wpcf7-form-control.wpcf7-submit.btn.btn-primary.btn-lg.btn-block:focus {
  outline: none;
}

.post-8 table td {
    vertical-align: bottom;
    border: solid 1px #ccc;
background-color:#f6efdc;
	
}



.contact-box{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(31,53,89,0.10);
  box-shadow: 0 12px 26px rgba(31,53,89,0.06);
}

.contact-box .vk_outer-background-area{
  background-color: rgba(255,255,255,0.86) !important;
  opacity: 1 !important;
}

.contact-box .vk_outer_container{
  padding: 2.1rem 1rem 2rem;
}

@media (max-width: 575.98px) {
	.contact-box .vk_outer_container{
		padding:1rem 0;
	}
	
	.post-8 table td {
    vertical-align: bottom;
    border: solid 1px #ccc;
background-color:#f6efdc;
	padding:0.5rem;
	}
	.post-8 table td p{
		font-size:1rem;
	}
	
	.post-8 table td input{
		font-size:medium;
		
	}
	
	.contact-box{
		padding:1rem;
	}
}

.contact-box h2{

  color: #1f3559;
  letter-spacing: .02em;
  position: relative;
	padding-top:1rem;

	font-size:1.2rem;
}

.point_1{
	margin-bottom:0;
}

.point_1.m_b{
	margin-bottom:0.8rem;
}

.contact-box h3{
	font-size:1rem;
	border:0;
}
.contact-box h3:after{
	border:0;
}

.contact-box p{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #44546f;
  margin: 0 0 1.25rem 0 !important;
}


/* タイトル */
.post-44 h2{
  margin: 0 0 1.2rem 0 !important;
  color: #1f3559;
  letter-spacing: .02em;
  position: relative;
  padding-bottom: .85rem;
}
.post-44 h2::after{
  content:"";
  display:block;
  width: 72px;
  height: 4px;
  margin: .85rem auto 0;
  background:#a50046;

  border-radius: 2px;
}

@media (max-width: 767.98px) {
	.post-44 h2::after{width: 56px;}
}

/*会社概要*/


.company-table tr td{
	font-size:16px;
	height:50px;
	border:solid 1px #ccc;
}

@media (max-width: 575.98px) {
	.company-table tr td{font-size:1rem;}
	
	.post-44 h2{
		font-size:1.5rem;
	}
	
}

/*youtube*/
.youtube{
position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 980px;
    margin: auto; 
}
.youtube::before{
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.youtube iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
  max-width: 100%;
}


@supports (height: 100svh) {
.youtube{ max-height: 100svh; }
}

.youtube1{
position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 780px;
    margin: auto; 
}
.youtube1::before{
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.youtube1 iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
  max-width: 100%;
}


@supports (height: 100svh) {
.youtube1{ max-height: 100svh; }
}


@media (orientation: landscape) {
.youtube-box{ transform: translateZ(0); }
}


.youtube-box{
position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 980px;
    margin: auto; 
}
.youtube-box::before{
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.youtube-box iframe{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  border: 0;
  max-width: 100%;
}


@supports (height: 100svh) {
.youtube-box{ max-height: 100svh; }
}


@media (orientation: landscape) {
.youtube-box{ transform: translateZ(0); }
}


.access-box {
  align-items: stretch !important;
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto 56px;
  padding: 0;

}



.access-box .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.access-box h3 {
  display: inline-block;
  width: fit-content;
  margin: 0 0 12px;
  padding: 4px 12px;
  background: rgba(31, 53, 89, 0.06);
  border-left: 4px solid #a50046;
  color: #1f3559;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 700;
}

.access-box h3 + p {
  margin: 0 0 20px;
  color: #333;
  font-size: 18px;
  line-height: 1.9;
}

.access-box .wp-block-list {
  margin: 8px 0 0;
  padding: 18px 18px 18px 22px !important;
  background: rgba(31, 53, 89, 0.03);
  border: 1px solid rgba(31, 53, 89, 0.08);
  border-radius: 12px;
}

.access-box .wp-block-list li {
  margin-bottom: 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.access-box > .wp-block-column:first-child{
	padding-right:2rem;
}


.access-box .wp-block-list li:last-child {
  margin-bottom: 0;
}

.access-box .is-style-vk-triangle-mark li::before {
  color: #a50046;
}

.access-box .is-style-vk-triangle-mark li {
  padding-left: 1.4em;
}

.access-box .is-style-vk-triangle-mark li::before {
  left: 0 !important;
}

/* 右画像 */
.access-box .wp-block-image {
  margin: 0;
  height: 100%;
}

.access-box .wp-block-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(31, 53, 89, 0.08);
}


/* スマホ */
@media (max-width: 780.98px) {
  .access-box {
    gap: 18px;
    padding: 18px 0;
    border-radius: 12px;
  }

  .access-box h3 {
    margin-bottom: 10px;
    font-size: 15px;
    padding: 4px 10px;
  }

  .access-box h3 + p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.8;
  }

  .access-box .wp-block-list {
    padding: 14px 14px 14px 18px;
  }

  .access-box .wp-block-list li {
    font-size: 15px;
    line-height: 1.75;
  }

	.access-box .wp-block-image{
				padding-bottom:1rem;
	}

  .access-box .wp-block-image img {
    max-height: none;
    height: auto;
    border-radius: 12px;
		width:80%;
		margin:0 auto;

  }
}

@media (max-width: 780.98px) {
	
	.access-box > .wp-block-column:first-child{
	padding-right:0;
}
	
	.access-container{
		padding:4rem 1rem !important;
	}
	
}

/* スマホ用フッターSNS */
.footer-sns-sp {
  display: none;
}

@media (max-width: 991.98px) {
  .footer-sns-sp {
    display: block;
    margin: 0 0 12px;
  }

  .footer-sns-sp-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-sns-sp-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
  }

  .footer-sns-sp-list i {
    font-size: 20px;
    line-height: 1;
  }

  .footer-sns-sp-list .note-icon img {
    display: block;
    width: 34px;
    height: auto;
    max-width: none;
		margin-right:0.3rem;
  }
	
	.fa-brands.fa-tiktok{
		margin-right:0;
	}
}

/*百選バナー*/

#block-11 figure{
	margin-bottom:0;
}

#block-11 .wp-block-image {
  display: inline-block;
  margin-bottom: 0;

  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  overflow: hidden;
}

#block-11 img {
  display: block;
  border-radius: 4px;
}



		.footer-img{
		text-align:center;
		padding-top:1rem;
	}
	.footer-img img{
		
		width:100px;
		
	}




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



/*画像回り込み解除*/
@media (max-width: 780px){
.alignleft, img.alignleft{
float:none !important;
display:block !important;
margin: 0 auto !important;
		text-align:center;
		padding-bottom:1rem;
}
.alignright, img.alignright{
float:none !important;
display:block !important;
margin: 0 auto !important;
	text-align:center;
	padding-bottom:1rem;
}
	/*表示順序*/
	.order01 {
    order: 1;
  }
  .order02 {
    order: 2;
  }
	
}

/*投稿サイドバー*/

.sub-section h3{
	color:#1f3559;
	font-size:1.2rem;
}

/*cf-turnstile*/

.wpcf7-turnstile.cf-turnstile{
	text-align:right;
}

@media (max-width: 575.98px){
	.wpcf7-turnstile.cf-turnstile{
	text-align:center;
}
	