@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/
/* 標準データ最終更新日：2024/11/22  */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
body, html {
  font-family: 'Montserrat', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  letter-spacing: 0.1rem;
}
:root {
  --en: 'Montserrat', "Noto Sans JP", sans-serif;
  --vk-line-height: 2em !important;
  --vk-color-text-body: #303030 !important;
}
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--vk-color-text-link-hover);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など */
/*見出し*/
h1, h2, h3, h4, h5, h6, .page-header-title {
  font-family: 'Montserrat', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
  letter-spacing: 0.1em;
	/*text-transform: uppercase;*/
}
.is-style-af-heading-reverse .vk_heading_subtext {
  line-height: 1.4em;
  margin-bottom: .2em !important;
}
/*上部ボーター装飾の見出し*/
.heading-bar-primary, .heading-bar-csutom1, .heading-bar-csutom2, .heading-bar-csutom3, .heading-bar-csutom4, .heading-bar-csutom5 {
  position: relative;
  padding-top: .6em;
}
.heading-bar-primary::before,
.heading-bar-csutom1::before,
heading-bar-csutom2::before,
.heading-bar-csutom3::before,
.heading-bar-csutom4::before,
.heading-bar-csutom5::before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
  border-radius: 50px;
}
.heading-bar-csutom1::before {
  background-color: var(--vk-color-custom-1);
}
.heading-bar-csutom2::before {
  background-color: var(--vk-color-custom-2);
}
.heading-bar-csutom3::before {
  background-color: var(--vk-color-custom-3);
}
.heading-bar-csutom4::before {
  background-color: var(--vk-color-custom-4);
}
.heading-bar-csutom5::before {
  background-color: var(--vk-color-custom-5);
}
/*サークルアイコンの見出し*/
.heading-circle-primary, .heading-circle-custom1, .heading-circle-custom2, .heading-circle-custom3, .heading-circle-custom4, .heading-circle-custom5 {
	position: relative !important;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ddd;
}
.heading-circle-primary::before,.heading-circle-primary::after, .heading-circle-custom1::before,.heading-circle-custom1::after, .heading-circle-custom2::before,.heading-circle-custom2::after, .heading-circle-custom3::before,.heading-circle-custom3::after, .heading-circle-custom4::before,.heading-circle-custom4::after, .heading-circle-custom5::before,.heading-circle-custom5::after{
	position: absolute;
	content: '';
	border-radius: 100%;
}
.heading-circle-primary::before, .heading-circle-custom1::before, .heading-circle-custom2::before, .heading-circle-custom3::before, .heading-circle-custom4::before, .heading-circle-custom5::before{
	top: .2em;
	left: .2em;
	width: 18px;
	height: 18px;
	z-index: 2;
}
.heading-circle-primary::before{
	background-color: var(--vk-color-primary);
}
.heading-circle-custom1::before{
	background-color: var(--vk-color-custom-1);
}
.heading-circle-custom2::before{
	background-color: var(--vk-color-custom-2);
}
.heading-circle-custom3::before{
	background-color: var(--vk-color-custom-3);
}
.heading-circle-custom4::before{
	background-color: var(--vk-color-custom-4);
}
.heading-circle-custom5::before{
	background-color: var(--vk-color-custom-5);
}
.heading-circle-primary::after, .heading-circle-custom1::after, .heading-circle-custom2::after, .heading-circle-custom3::after, .heading-circle-custom4::after, .heading-circle-custom5::after{
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background-color: #eee;
}
/*サブテキストを大文字に*/
.page-header-subtext, .vk_heading_subtext, .uppercase {
  text-transform: uppercase;
}
/*ボタン*/
.vk_button_link-type-text .vk_button_link_caption {
  font-weight: 600;
  transition: .3s;
}
.vk_button_link-type-text .vk_button_link_caption::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../../wp-content/uploads/icon_arrow_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 10px;
  transition: .3s;
}
.vk_button_link-type-text .vk_button_link_caption:hover::after {
  transform: scale(1.2);
  transition: .3s;
}
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption {
  text-decoration: none !important;
  opacity: .7;
}
/* リンクエリア拡大 */
.stretched-linkitem {
  position: relative !important;
}
.stretched-linkitem a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.stretched-linkitem h2, h3, h4, h5, h6 {
  position: unset !important;
}
.stretched-linkitem a {
  text-decoration: none;
}
.stretched-linkitem a:hover {
  color: unset !important;
}
/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: hidden;
}
.hover-move:hover img {
  transform: scale(1.05);
  transition: .3s;
}
.hover-move img {
  transition: .3s;
}
/*テーブルのフォントサイズリセット*/ 
:where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset !important;
}
/*余白調整*/
.gap-none{
  gap: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
#site-header-container {
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
.logged-in #site-header {
  top: 32px;
}
/* グローバルナビ */
.global-nav-list > li > a {
  transition: .3s;
/*   padding: 10px 0 !important; */
  border-bottom: 3px solid transparent;
  font-family: var(--en);
  font-weight: 400;
}
.global-nav-list > li > a:hover,
.global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-primary) !important;
  border-bottom: 3px solid var(--vk-color-custom-4);
}
.global-nav-list > li > a {
  transition: .3s;
  border-bottom: 3px solid transparent;
}


/* グローバルナビ・ホバーで日英切り替えアニメーション */
:root{
    --nav-height:60px; /* ヘッダーの高さを指定 */
}
.device-pc .global-nav-list>li>a {
    width: 100%;
    height: var(--nav-height);
    padding: 0 10px !important;!
}
.global-nav-list>li .global-nav-name {
    font-size: 1rem;
    display: block;
    width: 100%;
    height: var(--nav-height);
    line-height: var(--nav-height);
}
.global-nav-list>li .global-nav-description {
    font-size: 0.875rem;
    opacity: unset;
    height: var(--nav-height);
    line-height: var(--nav-height);
}
.global-nav-list>li>a .global-nav-name,
.global-nav-list>li>a .global-nav-description{
   transition:.3s;
}
.global-nav-list>li>a:hover .global-nav-name,
.global-nav-list>li>a:hover .global-nav-description{
   transform: translate(0, calc( var(--nav-height) * -1 ) );
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.fotter-sitemap a {
  text-decoration: none !important;
}
.fotter-sitemap a:hover {
  text-decoration: underline !important;
}
.fotter-sitemap ul {
  padding: 0 !important;
  margin: 0 !important;
}
.fotter-sitemap ul li {
  list-style: none;
  padding: 0 0 0 15px !important;
  margin: .5em 0 !important;
  position: relative !important;
}
.fotter-sitemap ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 9px;
}
.site-footer-copyright p {
  text-align: right !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
/*パンくず*/
.breadcrumb-list {
  margin: 0;
  padding: 15px 0;
}
.breadcrumb-list li {
  display: inline-block;
  margin: 0;
  list-style: none
}
.breadcrumb-list li a {
  text-decoration: none;
}
.breadcrumb-list li a:hover {
  color: var(--vk-color-custom-1);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/* MV */
div#mainvisual-wrap {
    position: relative;
    width: 100%;
}
p#mainvisual-text-en {
    width: fit-content;
    margin-left: auto;
	font-size: 4.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}
p#mainvisual-text-ja {
    letter-spacing: 0.15em;
    margin-right: 6px;
}
#mainvisual-news {
    position: absolute;
    bottom: 0;
    left: 0;
	margin-left: calc(50% - 50vw);
    padding-left: 40px;
    background: rgb(233 233 233 / 80%);
    border-top-right-radius: 20px;
}
#mainvisual-news .postListText {
    border: none;
}
#mainvisual-news .postListText_date {
    font-size: 1rem;
    font-weight: bold;
}
#mainvisual-news h2 {
    font-size: 18px;
}

/*FVの投稿のホバーを消す*/
.top-feed-news .vk_post:hover{
	background: none;
}
/*コンセプト*/
/*.top-concept {
  background-position: center top !important;
}*/

.top-concept .wp-block-columns  {
	width: fit-content;
	gap:3rem;
}
.top-concept .wp-block-columns .wp-block-column {
	width: fit-content;
    flex-basis: unset;
    flex-grow: unset;
}
.top-concept{
  position: relative;
  overflow: visible !important;
}
/* .top-concept::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 110%;
  background-image: url("../../../wp-content/uploads/concept_bg.png");
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
} */
/*サービス*/
.service-item .wp-block-cover__inner-container {
  width: 100% !important;
  max-width: 100%;
}
.service-item img.wp-block-cover__image-background {
    width: 100%;
    object-fit: contain !important;
}

.service-item .wp-block-cover {
   border: solid 3px #eee;
}
.service-item .icon {
  overflow: visible;
}
/*product*/
.product-logo{
  border: 2px solid #eee;
  border-radius: 5px;
  text-align: center;
}
.product-logo a {
    display: block;
  padding: 1em;

    width: 100%;
}
.product-logo img{
    max-height: 70px;
    width: auto;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
}
.product-logo:hover{
  border: 2px solid #ddd;
}
.product-logo:hover img{
  transform: scale(1.1);
  transition: .3s;
}
/*リクルート*/
.top-recruit {
  position: relative;
}
.top-recruit::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 25%;
  border-radius: 50%;
  background-color: #f5f1ed;
}
.recruit-persons {
  flex-wrap: wrap !important;
  position: relative;
  gap: 0;
}
.recruit-persons > * {
  flex: 0 0 calc( (100% + 2em) / 3);
}
.recruit-persons figure, .recruit-persons img {
    margin-bottom: 0 !important;
    margin-left: -1em;
    margin-top: -1em;
}
/*メディア*/
.media-logo.wp-block-gallery{
	gap:2rem 4rem !important;
	max-width: 900px;
	margin-inline:auto;
	justify-content: center;
}
.media-logo.wp-block-gallery .wp-block-image {
    width: fit-content !important;
	flex-grow: 0 !important;
}
.media-logo.wp-block-gallery .wp-block-image img {
    max-height: 50px !important;
    width: auto !important;
    max-width: unset !important;
    object-fit: contain;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}

@media (max-width: 768px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding:0;
		margin-top:1em;
	}
}

/* タイムライン2カラム */
.timeline-2column {
  --time-width: 150px;
}
.timeline-2column.vk_timeline .vk_timeline_item {
  padding-left: calc(var(--time-width) + 30px);
}
.timeline-2column.vk_timeline .vk_timeline_item_lineStyle-default::before {
  left: var(--time-width);
  top: 28px;
  height: 100%;
}
.timeline-2column.vk_timeline .vk_timeline_item_style {
  left: calc(var(--time-width) - 5px);
  top: 15px;
}
.timeline-2column.vk_timeline .vk_timeline_item_caption {
  position: absolute;
  left: 0;
  top: 5px;
  width: calc(var(--time-width) - 30px);
  text-align: left;
  font-size: 1.6rem;
  color: #999;
  font-family: var(--en);
}
/*アンカーリンク*/
.anc {
  border-left: 1px solid #ddd;
}
.anc .vk_gridcolcard_item {
  border-right: 1px solid #ddd;
}

/* サービス　３growth */

.wp-block-vk-blocks-outer.service-cover {
    background-size: 600px !important;
    background-position: 120% 50% !important;
    border: solid 3px #eee;
    border-radius: 30px;
    margin-bottom: 3rem;
    transition: .3s;
}
.wp-block-vk-blocks-outer.service-cover:hover {
    border-color: #ccc;
}
.wp-block-vk-blocks-outer.service-cover .vk_outer_container {
    position: unset !important;
}
.wp-block-vk-blocks-outer.service-cover a.vk_button_link.vk_button_link-type-text::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.wp-block-vk-blocks-outer.service-cover span.vk_outer-background-area {
    transition:.3s;
}
.wp-block-vk-blocks-outer.service-cover:hover span.vk_outer-background-area {
    opacity: 0 !important;
    transition:.3s;
}
.service-cover:hover .vk_button_link_caption:after{
  transform: scale(1.2);
  transition: .3s;
}

.wp-block-cover.service-header {
	    min-height: unset !important;
/*     min-height: 70vh; */
}
.wp-block-cover.service-header .vk_heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
	gap:1.5rem;
}
.wp-block-cover.service-header h1.vk_heading_title {
    font-size: 2rem;
	width: fit-content;
}
.wp-block-cover.service-header p.vk_heading_subtext {
    font-size: 1rem;
	margin-bottom:0;
}

/* Brand Growth */

/* Human Growth */
.wp-block-cover.humang-outline-wrap {
    padding: 0;
}
.humang-outline-cols {
    margin-bottom: 0 !important;
    gap: 6%;
    margin: 0px 6%;
}
.humang-outline-col {
}
.humang-outline-col .vk_heading_title {
    margin-bottom: 0;
    font-size: 0.875rem;
}
.humang-outline-col .vk_heading_subtext {
    font-size: 1.25rem;
}
.humang-outline-col ul.wp-block-list {
    margin: 0 1.5rem;
    font-size: 0.875rem;
}

.device-pc .humang-detail {
    gap: 0;
}
.humang-detail .wp-block-column {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
}



/* Company Growth */
.works-gridcols .vk_gridColumn_item .vk_gridColumn_item_inner {
    padding: 2rem;
}
p.works-tag {
    display: inline-block;
    background: red;
    padding: .3em 0.9em;
    line-height: 1;
    border-radius: 100px;
    font-size: 0.875em;
}
.works-gridcols .wp-block-group {
    margin-bottom: 1rem;
}


/* 採用情報 */
.corevalue {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.corevalue .vk_heading {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0.5rem;
}

.corevalue .vk_heading .vk_heading_title {
    margin: 0;
    padding-right: 1em;
}

.corevalue .vk_heading p.vk_heading_subtext::before,
.corevalue .vk_heading p.vk_heading_subtext::after {
    content: '-';
    padding:0 .5em;
}

.recruit-benefit .vk_heading_title {
    font-size: 1.2rem;
}
.recruit-benefit .vk_heading_title i {
	color:var(--vk-color-custom-4);
	padding-right:.3em;
}
.recruit-benefit .vk_gridColumn_item {
    margin-bottom: 2rem;
}
.recruit-benefit .vk_gridColumn_item_inner p:last-child {
    margin: 0;
}


.recruitflow{
    gap: 2em;
}

.recruit-cta-outer {
    overflow: visible;
}
.recruit-cta-image1 {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-70% , 0);
}
.recruit-cta-image2 {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(70% , 0);
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* パーツごとにコメントアウトで注釈を入れてください。 */
/*投稿リスト*/
.vk_post.card {
  box-shadow: 0px 0px 15px 0 #ddd;
  border: medium none !important;
	padding: 20px 30px !important;
}
.vk_post:hover .vk_post_title a {
  border: medium none !important;
}
.vk_post {
  padding: 1em !important;
}
.vk_post_imgOuter {
  border-radius: 10px;
}
.card-body {
  padding: 1.25rem 0 !important;
}

/*アーカイブ*/
.card-noborder .vk_post_imgOuter {
  border: 1px solid var(--vk-color-border-image);
  border-radius: 10px;
  margin: 0 !important;
}
.card-noborder .card-body {
  padding-top: 10px;
}
.sub-section {
  margin-bottom: 4em !important;
}
.sub-section .sub-section-title, .site-body-bottom .sub-section-title {
  color: #474747 !important;
  border-bottom: 2px solid #111 !important;
  padding: .5em 0 !important;
  text-align: left !important;
}
.veu_postList .postList_title {
  font-size: .9rem;
}
.sub-section .widget_archive > ul li a, .sub-section .widget_nav_menu > ul li a {
  border: none;
  padding: 1em 0;
  color: unset;
}
.sub-section .widget_archive > ul li:not(:last-child), .sub-section .widget_nav_menu > ul li:not(:last-child) {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.localNavi {
  border-bottom: 1px solid var(--vk-color-border-hr);
}
.localNavi > li {
  position: relative;
  padding: 0;
}
.localNavi li::before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: .2em;
  left: 10px;
  top: 18px;
  font-size: .9rem;
  color: var(--vk-color-primary);
}
.localNavi li a {
  padding-left: 25px !important;
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  text-decoration: underline;
  background: none;
}
.sub-section .widget_nav_menu ul.children {
  border-top: 1px solid var(--vk-color-border-hr);
}
.sub-section .widget_nav_menu ul.children a {
  padding-left: 1em;
}
.sub-section ul li.current-cat a {
  background-color: transparent !important;
}
.entry-header .entry-title, .archive-header-title {
  margin-bottom: var(--vk-margin-meta);
  font-size: 1.6rem;
  position: relative;
  z-index: 0;
  padding: .8em 0;
}
.entry-header .entry-title::before, .archive-header-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--vk-color-primary);
}
.entry-header .entry-title::after, .archive-header-title::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 30px;
  top: 0;
  background-color: var(--vk-color-custom-2);
}
.sub-section .widget_archive > ul li a:hover, .sub-section .widget_nav_menu > ul li a:hover {
  color: var(--vk-color-primary) !important;
  background-color: #f5f5f5 !important;
}
.main-section > .vk_posts > .vk_post-col-xl-12 .vk_post_title {
  font-size: 1.1rem !important;
}
.entry-meta-data-list {
  display: none !important;
}

/* 投稿タイプ「商品」アーカイブ */
.tax-brand .page-header {
	display:none;
}
.tax-brand .site-body {
    padding-top: 0;
    /* padding-bottom: 5rem; */
}
.siries-feature .wp-block-vk-blocks-icon .is-style-outline .vk_icon_border {
    border-width: 5px;
    margin-bottom: 1rem;
}
dl.vk_faq-body {
    margin: 0;
}
.vk_faq .vk_faq_title:before,
.vk_faq .vk_faq_content:before{
    font-family: var(--en);
	font-weight: 700;
    color: #fff;
}
.vk_faq .vk_faq_title:before {
    background: var(--vk-color-custom-2);
}
.vk_faq .vk_faq_content:before{
	background: var(--vk-color-custom-4);
}
.vk_faq .vk_faq_title {
    border: none;
}

.post-type-product .vk_post .vk_post_imgOuter:before {
    padding-top: 100%;
}

/* 投稿タイプ「商品」詳細 */
.single-product .page-header {
    background: none;
    min-height: 10rem;
}
.single-product .entry-body {
    font-weight: lighter;
    line-height: 2;
    font-family: 'Noto Sans JP';
}

.post-type-product .vk_posts.next-prev {
    display: none;
}

/* メインスライダー */
figure.wp-image.product-gallery-image.slick-slide {
    margin: 0 10px !important;!
    padding: 0 !important;!
}
figure.product-gallery-image img {
    aspect-ratio: 1;
    object-fit: contain;
    border: solid 1px #eee;
}
/* サムネをスライダーにしない */
figure.product-gallery.product_thumb .slick-track {
	transform: unset !important;
	width: 100% !important;
	display: flex;
    justify-content: flex-start;
	flex-flow: row wrap;
}
figure.product-gallery.product_thumb .slick-track:before,
figure.product-gallery.product_thumb .slick-track:after {
	display: none;
}
figure.product-gallery.product_thumb .slick-slide {
    display: block!important;
    float: none !important;
    flex: 0 0 20%;
    margin: 0;
    padding: 5px;
}
figure.product-gallery.product_thumb .slick-slide img {
    opacity: 0.8;
    filter: brightness(0.7);
    transition: .3s ;
	outline: solid 2px transparent;
	cursor:pointer;
}
figure.product-gallery.product_thumb .slick-slide.slick-current img,
figure.product-gallery.product_thumb .slick-slide:hover img {
    opacity: 1;
    filter: grayscale(0);
    transition: .3s;
	outline: solid 2px #484848;
	cursor:normal;
	
}



a.vk_button_link.btn.btn-buy {
    min-width: 360px;
    background: #333;
    color: #fff;
    margin-bottom: .5em;
    transition: .1s;
    position: relative;
}
a.vk_button_link.btn.btn-buy::after {
    content: '\f35d';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-family:
    "Font Awesome 6 Free";
    font-weight: 900;
}
a.vk_button_link.btn.btn-buy:hover {
    opacity: 0.8;
}
a.vk_button_link.btn.btn-buy.btn-rakuten {
    background: #bf0412;
}
a.vk_button_link.btn.btn-buy.btn-amazon {
    background: #ff9900;
    color: #111;
}
a.vk_button_link.btn.btn-buy.btn-yahoo {
    background: #f50e3b;
}


/* 次の記事、前の記事　サムネイルなし */
.vk_posts.next-prev {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vk_posts.next-prev .card {
    background: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0;
}
.vk_posts.next-prev .vk_post_imgOuter {
    display: none;
}
.vk_posts.next-prev .next-prev-prev .card-body::before,
.vk_posts.next-prev .next-prev-next .card-body::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vk_posts.next-prev .next-prev-prev .card-body {
    padding-right: 1rem !important;
    padding-left: 40px !important;
}
.vk_posts.next-prev .next-prev-prev .card-body::before{
    content: '\f104';
    left: 15px;
}
.vk_posts.next-prev .next-prev-next .card-body {
    padding-right: 40px !important;
    padding-left: 1rem !important;
}
.vk_posts.next-prev .next-prev-next .card-body::before{
    content: '\f105';
    right: 15px;
}
.vk_posts.next-prev .next-prev-next h5.vk_post_title.card-title{
    width: fit-content !important;
    margin-right: 0;
}
.vk_posts.next-prev .next-prev-next .vk_post_date{
    text-align: right;
}
/* 中央の区切り線 */
.device-pc .vk_posts.next-prev::after {
    content: '';
    position: absolute;
    right: 50%;
    height: 100%;
    width: 1px;
    background: var(--vk-color-border-hr);
}

/* ページネーション */
ul.page-numbers {
    display: flex;
    gap: 10px;
}
ul.page-numbers li {
    float: none;
}
ul.page-numbers li>.page-numbers {
    font-size: 20px;
    font-weight: bold;
}
ul.page-numbers li>.page-numbers{
    border: solid 2px transparent !important;
		border-radius: 0 !important;
		margin-left: 0 !important;
}
ul.page-numbers li>a.prev.page-numbers,
ul.page-numbers li>a.next.page-numbers {
    background: #fff;
    border-color:transparent !important;
}

ul.page-numbers li>.page-numbers:not(.current) {
    border: solid 2px #eee !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    font-size: 20px;
    font-weight: bold;
}

ul.page-numbers li>.page-numbers:not(.current){
	transition:.3s;
}
ul.page-numbers li>.page-numbers:not(.current):hover{
	filter: brightness(0.9);
}
ul.page-numbers li>.page-numbers,
ul.page-numbers li>.page-numbers:not(.current) {
    width: 50px;
    border-radius: 50% !important;
    padding: 0 !important;
    display: grid !important;
    align-items: center;
    background: #eee;
    aspect-ratio: 1 / 1;
    max-width: 10vw;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  メモ用
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime{
  overflow: hidden;
}
.eachTextAnime:not(.appeartext) {
    visibility: hidden;
	opacity: 0;
}
.appeartext span {
    visibility: hidden;
	opacity: 0;
}
.eachTextAnime.appeartext span {
	animation: text_anime_on 0.3s ease-out forwards;
	display: inline-block;
	animation-delay: var(--delay);
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
	  visibility: hidden;
    transform: translateY(1em);
  }
  100% {
    opacity: 1;
	  visibility: visible;
    transform: none;
  }
}

html #wptime-plugin-preloader {
    background-size: 200px;
}

/*森追加css */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * INTERVIEW Page
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.interview-custom-label {
  display: inline-block;
  background-color: #007ac2;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-family: sans-serif;
  width: 428px;
  height: 40px;
  box-sizing: border-box;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.interview-highlighted-text {
  color: #0175B8;
  font-size: 18px;
  font-family: sans-serif;
}

.interview-schedule-text {
  color: #C0B4AA;
  font-size: 40px;
  font-family: sans-serif;
}

.interview-schedule {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  max-width: 400px;
  margin: 20px auto;
  font-size: 14px;
　padding-left: 20px; /* ← 左マージンを追加して揃える */
}

.time-block {
  position: relative;
  padding-left: 90px; /* ← 時刻の幅より少し広く */
  margin-bottom: 6px;
　font-size: 8px;
}

.time {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px; /* ← 横幅を確保して本文と分離 */
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 45px; /* ← 時刻と本文の間くらいに調整 */
  font-size: 12px;
  color: #0175B8;
  line-height: 1;
  margin: 0px 0 4px; /* 間隔詰めすぎない */
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * WORKING STYLE
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.working-style-tag-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.working-style-tag-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.working-style-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  color: #333;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 20px;
  white-space: nowrap;
}

.working-style-tag.large {
  font-size: 18px;
  padding: 10px 20px;
}

.working-style-more-contents-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  position: relative;
}

.working-style-more-contents-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 40px 32px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.working-style-more-contents-label {
  position: absolute;
  top: -14px; /* 枠にかぶせる位置 */
  left: 24px;
  background-color: #f9f5f1; /* 背景と同じ色で下を隠す */
  padding: 0 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 18px;
  white-space: nowrap;
}

.working-style-more-contents-label strong {
  font-weight: bold;
	font-size:18px;
  letter-spacing: 1px;
}

.working-style-more-contents-label span {
  font-size:14px;
  color: #555;
}

.working-style-more-contents-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  border: 1.5px solid #2e7d32;
  border-radius: 30px;
  color: #2e7d32;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.6;
  cursor: pointer;
  transition: background-color 0.3s;
}

.working-style-more-contents-link2 {
  display: block; /* ← inline-flex から block に変更 */
  width: 100%;    /* 親に合わせてボタン幅を揃える（任意） */
  max-width: 480px; /* ボタンの最大幅（任意） */
  margin: 12px auto; /* 中央に寄せて、上下に余白をつける */
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  border: 1.5px solid #2e7d32;
  border-radius: 30px;
  color: #2e7d32;
  font-weight: 500;
  background-color: #fff;
  line-height: 1.6;
  cursor: pointer;
  transition: background-color 0.3s;
}

.working-style-more-contents-link:hover {
  background-color: #f0f9f0;
}

.working-style-merit-box {
  background-color: #f9f5f1;
  padding: 20px 0px;
  border-radius: 22px;
  max-width: 700px;
  font-family: sans-serif;
}

.working-style-merit-label {
  display: inline-block;
  background-color: #fff;
  color: #2e7d32;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 20px;
  border-radius: 11px;
  margin-bottom: 14px;
}

.working-style-merit-item {
  display: flex;
  align-items: flex-start;  /* ← 上揃えに変更 */
  gap: 16px;
  margin-bottom: 24px;
}

.working-style-merit-icon {
  width: 32px;
  height: 32px;
  border: 2px solid #2e7d32;
  border-radius: 50%;
  color: #2e7d32;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  flex-shrink: 0;
  margin-top: 0;
}

.working-style-merit-content h3 {
  font-size: 28px;
  color: #2e7d32;
  margin: 0 0 8px;
  font-weight: bold;
  line-height: 1.6;
}

.working-style-merit-content p {
  font-size: 18px;
  color: #333;
  margin: 0;
  line-height: 1.8;
}

.working-style-timelog-box {
  background-color: #fff; /* ← 白背景に変更 */
  padding: 32px;
  border-radius: 16px;
  font-family: sans-serif;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}

.working-style-timelog-section + .timelog-section {
  margin-top: 32px;
}

.working-style-timelog-label {
  display: inline-block;
  background-color: #2e7d32;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.working-style-timelog-label.green {
  background-color: #2e7d32;
  color: white;
}

.working-style-timelog-points {
  padding-left: 0;
  margin-bottom: 16px;
  list-style-type: none;
}

.working-style-timelog-points li {
  margin-bottom: 12px;
}

.working-style-job-button-wrapper {
  text-align: left; /* ボタンを中央配置したい場合 */
  margin: 20px 0;
}

.working-style-job-button {
  display: inline-block;
  background-color: #f06c00; /* オレンジ色 */
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 999px; /* 丸み最大にすることで pill型に */
  transition: background-color 0.3s;
}

.working-style-job-button:hover {
  background-color: #d85f00; /* ホバー時にやや濃く */
}


/* オレンジボタン（業務委託スタッフ用） */
.fully_remote_job-button.orange {
  background-color: #f58a2c;
}

.fully_remote_job-button.orange:hover {
  background-color: #e67b1d;
}

/* ===========================================
 * 　Top
 * ===========================================*/
.interview-slider-container {
  position: relative;
  width: 1000px; /* 400px x 2.5 */
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* スライダー上、controls下に縦並び */
  flex: 1 1 auto;
}

.interview-slider {
  display: flex;
  transition: transform 0.5s ease;
}

.interview-slide {
  flex: 0 0 400px;
  box-sizing: border-box;
  padding: 0 10px;
}

.interview-slide img {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

/* 下のコントロールで左右ボタンとView moreを並べるコンテナ */
.interview-controls {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左から配置を開始 */
  margin-top: 20px;
}

/* < > ボタンを横並びにし、間隔71px */
.interview-buttons {
  display: flex;
  gap: 71px;
}

/* < >ボタン共通デザイン */
.interview-nav-button {
  border: 2px solid #333;
  border-radius: 50%;
  background: none;
  font-size: 1.5rem;
  width: 54px;
  height: 54px;
  cursor: pointer;
}

/* >ボタンとView moreの間に473pxのスペース */
.interview-viewmore {
  margin-left: 473px;
}

/* View more リンクのスタイル */
.interview-viewmore a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  color: #333;
}

.viewmore-icon {
  display: inline-block;
  flex-shrink: 0; /* 親の高さに引き伸ばされないようにする */
  margin-left: 10px;
  width: 54px;       /* 直径54pxに変更 */
  height: 54px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 54px; /* アイコン内で中央揃え */
  font-size: 1.2rem;
　}
}

/* ===========================================
/* RECRUIT Page
 * ===========================================*/
.job-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
	justify-content: center; /* ← これが中央寄せ */
}

.job-btn {
  display: inline-block;
  padding: 0.6em 1.5em;
  border: 1px solid #000;    /* 黒い実線 */
  border-radius: 9999px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  width: 160px;
  text-align: center;
  outline: none;             /* ← ここが重要！ */
}

.job-btn:focus {
  outline: none;             /* ← ここも忘れずに！ */
  border-color: #000;        /* フォーカス時も黒に固定 */
}

.accordion {
  border-top: 1px solid #ccc;
  margin-bottom: 1em;
}

.accordion-title{
	color: #ffa500;
}

.accordion-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
}

.accordion-icon {
  font-size: 1.2rem;
  color: #666;
  transition: transform 0.3s;
}

.accordion-content {
  display: none;  /* ← 必須！これを追加 */
  padding: 1em;
  background-color: #f9f9f9;
}

.accordion.open .accordion-content {
  display: block;
}

.accordion.open .accordion-icon {
  transform: rotate(45deg); /* +を×風に */
}

.accordion-row {
  display: flex;
  gap: 1em;
  align-items: flex-start;
}

.accordion-label {
  flex: 0 0 20%;
  font-weight: bold;
  color: #000;
}

.accordion-text {
  flex: 1;
  color: #333;
  line-height: 1.6;
}

.apply-button {
  display: inline-block;
  background-color: #ec6b00; /* オレンジ色 */
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  font-family: 'sans-serif';
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.apply-button:hover {
  background-color: #d55f00;
}

/* ===========================================
 * FAQ
 * ===========================================*/
.faq-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* デフォルト（PC）は横並び */
.faq-button {
  padding: 12px 24px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  background: #fff;
  text-align: center;
  width: 200px;
  font-size: 16px;
}

/* スマホ時（2段表示＋3つ目だけ左寄せ） */
@media (max-width: 480px) {
  .faq-buttons {
    flex-direction: row; /* スマホもflex-rowでOK */
    flex-wrap: wrap;
    justify-content: center; /* 上2つは中央寄せ */
  }

  .faq-button {
    width: 153px;
    font-size: 10px;
  }

  .faq-button:nth-child(3) {
    width: 153px;       /* 横幅指定はそのまま */
    margin-left: 0px;  /* 少し右に寄せる */
  }
}
.faq-button:hover {
  background-color: #f0f0f0;
  border-color: #999;
}

/* ===========================================
 * FAQ
 * ===========================================*/
.qa-box {
  border-top: 1px solid #ccc;
  background-color: #f9f5f2;
  padding: 1em;
  font-family: sans-serif;
}

.qa-item {
  margin-bottom: 1em;
}

.qa-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.qa-left {
  display: flex;
  align-items: center;
}

.qa-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  margin-right: 1em;
  font-size: 22px;
  flex-shrink: 0;
}

.qa-icon.q {
  background-color: #cc9900;
  color: white;
}

.qa-icon.a {
  background-color: white;
  color: black;
  border: 1px solid #ccc;
}

.qa-question span {
  font-weight: bold;
  font-size: 22px;
  color: #000;
}

.qa-toggle {
  font-size: 1.5rem;
  color: #999;
  user-select: none;
  padding: 0 10px;
}

.qa-answer {
  display: none;
  margin-left: 0px;
  padding-top: 2em;
	font-size: 22px;
  align-items: flex-start;
}

.qa-answer.open {
  display: flex;
  gap: 1em;
}

.custom-link {
  color: #000;         /* 黒色 */
  text-decoration: none; /* 下線なし */
}


/* ===========================================
 * Footer
 * ===========================================*/
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-between;
}

.footer-left {
	margin-top: 30px;
	color: #000000;
	font-size: 18px;
  flex: 1 1 30%;
}
.footer-right {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* ← ABOUT:RECRUITを6:4 にする */
  gap: 2em;
}

.footer-box {
	color: #000000;
	font-size: 22px;
}

.footer-box small {
	color: #deb887;
	font-size: 14px;
}

.footer-box ul {
	font-size: 18px;
  list-style: none;
  padding: 0;
}
.footer-box li {
  margin-bottom: 0.5em;
}

.footer-separator {
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

.box-about {
  margin-right: 40px;
}


.btn {
  display: inline-block;
  border: 2px solid #000;
  padding: 0.5em 3em;
  margin-top: 1em;
  text-decoration: none;
}

/* ===========================================
 * TOP
 * ===========================================*/
.top-faq-section {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
}

.top-faq-title {
	color: #000;
	text-align: center;
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 16.8px;
}

.top-faq-subtitle {
  font-size: 18px;
  color: #000;
  margin-bottom: 50px;
}

.top-faq-container {
  display: flex;
  justify-content: space-between;
  gap: 60px; /* ← 左右のカラム間を広げる */
  flex-wrap: nowrap; /* 折り返さず1行で並べる */
}

.top-faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top-faq-item {
  border-top: 1px solid #ccc;
  padding: 20px 40px 20px 10px;
  text-align: left;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  flex: 1; /* 高さ揃えるため */
	white-space: nowrap; /* ← テキストを1行にする */
  display: flex;
  align-items: center; /* テキストを上下中央に */
}

.top-faq-item .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 16px;
}


/* About Growth canvas page*/
.button-wrapper {
  text-align: center;
}

.custom-button {
  display: inline-block;
  padding: 12px 24px;
  color: #d23a3a;
  border: 1px solid #d23a3a;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 14px;
  background-color: transparent;
  text-align: center;
  transition: all 0.3s ease;
}

.custom-button:hover {
  opacity: 0.8;
}

.wave-section {
  position: relative;
	background-color: #ECD7BD;
	overflow: hidden;
  padding: 0;
  width: 100vw;           /* 画面幅いっぱいに */
  margin: 0;              /* 中央寄せを無効に */
  box-sizing: border-box; /* パディングを含めて制御 */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.top-wave,
.bottom-wave {
  width: 100%;
  height: 100px;
  display: block;
}

.wave-top-wrapper,
.wave-bottom-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100px;
  background-color: #ECD7BD;
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
}

.wave-top-wrapper svg,
.wave-bottom-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ECD7BD;
}

.circle-layout {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 900px;
  margin: 0 auto;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 300px;
  z-index: 1;
}

.center-text h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.center-text p {
  font-size: 14px;
  line-height: 1.6;
}

.item {
  position: absolute;
  width: 220px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  z-index: 0;
}

.item img {
  width: 100%;
  height: auto;
  margin-bottom: 6px;
}

/* 位置調整（円形配置） */
.item-top {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.item-top-left {
  top: 20%;
  left: 10%;
}

.item-bottom-left {
  bottom: 10%;
  left: 15%;
}

.item-bottom-right {
  bottom: 10%;
  right: 15%;
}

.item-top-right {
  top: 20%;
  right: 10%;
}

.item-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.section-wrapper {
  display: flex;
  position: relative;         /* ← 追加：右下配置の基準にする */
  background-color: #f8f4f0;
  padding: 40px;
  min-height: 250px;          /* 高さを確保（必要に応じて調整） */
}

.section-left {
  border-left: 5px solid #d84c4c;
  padding-left: 16px;
  max-width: 75%;
}

.section-left h2 {
  font-size: 46px;
  font-weight: 600;
  margin: 0 0 16px;
}

.section-left p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.section-right {
  position: absolute;         /* ← ここを変更 */
  bottom: 50px;               /* 下端からの余白 */
  right: 40px;                /* 右端からの余白（wrapperのpaddingと一致） */
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.section-right small{
  text-align: right;
  font-size: 14px;
}

.section-right strong{
  text-align: right;
  font-size: 24px;
}

/*TOP前久保追加*/
h2 {
	line-height: 1.125;
	letter-spacing: 1.4px;
}

.vk_inline-font-size {
	font-size: 20px;
}


