/*
Theme Name: Lightning Child
Version: 1.0
Template: lightning
*/

@import url('../lightning/style.css');

/*
カスタマイズ
*/

body {
    background-image: url(../../uploads/img/beluga_bg_2.svg), url(../../uploads/img/beluga_bg_2.svg), url(../../uploads/img/beluga_bg_3.svg), url(../../uploads/img/beluga_bg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 5000px, 5000px, 3000px, cover;
    background-position: 59% 10.5%, 50% 35%, -15% 69%, 0 0;
}

.search-form {
	display: flex;
	order: 5;
}

.search-area {
	display: table;
}

.search-area-l,
.search-area-r {
	display: table-cell;
	vertical-align: middle;
}

.search-field {
	padding: 10px 15px;
	border-radius: 5px;
	border: solid 1px #ddd;
}

.search-submit {
	margin-left: 5px;
	transition: 0.5s;
}

.search-submit:hover {
	opacity: 0.8;
}

input[type=submit].search-submit {
	background-color: #005d80;
}

.global-nav {
	height: 100px;
}

.global-nav-list li {
	width: 80px;
	margin-left: 30px;
}

.global-nav-list li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
}

.global-nav-list>li .global-nav-name {
    font-size: 12px;
	font-weight: normal !important;
}

.global-nav-list>li>a {
	padding: 14px 0 !important;
}

.site-body {
	padding-top: 0;
}

.beluga_figure {
	width: 100%;
	margin: 0;
}

.beluga_figure.kv_01 {
	margin: 1em 0em;
}

.beluga_img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
}

.beluga_kv {
	display: table;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px 0;
}

.beluga_kv_l,
.beluga_kv_r {
	display: table-cell;
	vertical-align: middle;
}

.beluga_kv_l .beluga_figure {
	max-width: 370px;
	margin: 0 auto;
}

.beluga_kv_l {
	padding-right: 120px;
}

.beluga_kv_l_body {
	text-align:　justify;
	margin-top: 50px;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #4d4d4d;
}

.beluga_kv_r {
	width: 480px;
}

.beluga_outline_btn {
	display: block;
	width: auto;
	position: fixed;
	right: 85px;
	bottom: 40px;
	z-index: 5;
}

.beluga_outline_btn .beluga_img {
	width: auto;
	height: 240px;
}

.beluga_outline_title {
	text-align: center;
	font-size: 45px;
}

.beluga_outline_body {
	display: flex;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 50px;
}

.beluga_outline_body_l,
.beluga_outline_body_c,
.beluga_outline_body_r {
	width: 31%;
}

.beluga_outline_body_l {
	margin-right: 3.5%;
}

.beluga_outline_body_r {
	margin-left: 3.5%;
}

.beluga_outline_body_headline {
	padding: 5px;
	border-radius: 1px;
	background-color: #005d80;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.beluga_outline_body_content {
	margin-top: 10px;
	text-align:　justify;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	/*color: #666666;*/
	/*
	text-shadow:1px 1px 0 rgba(255,255,255,0.8),-1px 1px 0 rgba(255,255,255,0.8),1px -1px 0 rgba(255,255,255,0.5),-1px -1px 0 rgba(255,255,255,0.8);
	*/
    mix-blend-mode: darken;
}

.beluga_outline_img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 50px;
}

.beluga_outline_img .beluga_img {
	width: 515px;
}

.vk_block-margin-xl--margin-bottom {
    margin-bottom: 0 !important;
}

.beluga_top_company_slider {
	display: none;
	margin-top: 30px;
	margin-bottom: 50px !important;
}

.beluga_top_achievements_logos_wrap {
    background-color: #fff;
    padding: 2em;
}

.beluga_top_achievements_logos {
    display: flex;
    -webkit-mask: linear-gradient(270deg,#000 70%,transparent) top left,linear-gradient(90deg,#000 70%,transparent) top right,linear-gradient(-270deg,#000 70%,transparent) bottom right,linear-gradient(-90deg,#000 70%,transparent) bottom left;
    mask: linear-gradient(270deg,#000 70%,transparent) top left,linear-gradient(90deg,#000 70%,transparent) top right,linear-gradient(-270deg,#000 70%,transparent) bottom right,linear-gradient(-90deg,#000 70%,transparent) bottom left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 51% 51%;
    mask-size: 51% 51%;
    overflow: hidden;
    row-gap: 16px;
    transform-style: preserve-3d;
    width: 100%;
}

.achievements_logos_wrap {
    animation: beluga_top_achievements_logos_move 20s linear infinite;
    display: flex;
    gap: 48px;
}

@keyframes beluga_top_achievements_logos_move {
	to {
		transform:translate3d(calc(-50% - 24px), 0, 0)
	}
}

.achievements_logos {
    display: flex;
    gap: 48px;
    justify-content: center;
}

.achievements_logo img {
    min-width: 200px;
    height: 64px;
    object-fit: contain;
}

.beluga_top_title {
	margin-top: 50px;
	margin-bottom: 150px;
	color: #000;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.beluga_top_title:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #fff;
	z-index: -1;
}

.beluga_top_about_wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0;
}

.beluga_top_about_body {    
	background-color: rgba(255, 252, 215, 0.8);
    padding: 1em;
    border-radius: 20px;
	display: table;
	width: 100%;
	color: #000;
	line-height: 2em;
}

.beluga_top_about_body_l,
.beluga_top_about_body_r {
	display: table-cell;
	vertical-align: top;
}

.beluga_top_about_body_l {
	padding-right: 3em;
	text-align:　justify;
}

.beluga_top_about_body_r {
	width: 450px;
}

.beluga_top_check_wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}

.beluga_top_check_slider {
	background-color: #ededed;
}

.beluga_top_check_body {
    display: flex;
    width: 100%;
    color: #595757;
    line-height: 2em;
    /*justify-content: center;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.beluga_top_check_body .beluga_top_check_body_title {
    font-size: 26px;
}

.beluga_top_check_body .beluga_top_check_body_text {
    font-size: 18px;
}

.beluga_top_check_body_l,
.beluga_top_check_body_r {
	display: table-cell;
	vertical-align: top;
	padding: 0 4em;
}

.beluga_top_check_body_l {
	text-align:　justify;
}

.beluga_top_check_content_wrap {
	flex: 0 1 auto;
	width: 50%;
}

.beluga_top_check_content {
	background: #fff;
    border-radius: 40px;
    width: 375px;
	margin: 40px auto;
    -webkit-transition: all .3s;
    transition: all .3s;
	box-shadow: 0 0 10px #777;
	/*padding: 1em 0;*/
}

.beluga_top_check_content:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.beluga_top_check_body .beluga_figure img.beluga_img {
	border-radius: 0 0 40px 40px;
    height: 245px;
    width: auto;
}

.beluga_top_check_body_text {
	padding: 30px;
    height: 225px;
}

.beluga_top_work_wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0;
}

.beluga_top_work_wrap a {
	color: var(--vk-color-text-link-hover);
}

.beluga_top_work_body_1 {
	display: table;
	width: 100%;
	line-height: 2em;
	background-color: #ffffff;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.beluga_top_work_body_1_l,
.beluga_top_work_body_1_r {
	display: table-cell;
	vertical-align: middle;
	text-align:　justify;
}

.beluga_top_work_body_1_l {
	width: 500px;
}

.beluga_top_work_body_1_r {
	padding-left: 4em;
}

.beluga_top_work_body_title {
	font-weight: bold;
	font-size: 18px;
}

.beluga_top_detail_wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0;
}

.beluga_top_detail_body_1,
.beluga_top_detail_body_2 {
	display: table;
	width: 100%;
	line-height: 2em;
	background-color: transparent;
	padding: 2em;
}

.beluga_top_detail_body_1_l,
.beluga_top_detail_body_1_r,
.beluga_top_detail_body_2_l,
.beluga_top_detail_body_2_r {
	display: table-cell;
	vertical-align: middle;
	text-align:　justify;
}

.beluga_top_detail_body_1_l,
.beluga_top_detail_body_2_r {
	width: 450px;
}

.beluga_top_detail_body_1_r{
	padding-left: 4em;
}

.beluga_top_detail_body_2_l {
	padding-right: 4em;
}

.beluga_top_detail_body_title {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 0;
}

.beluga_top_detail_body_1 .beluga_figure,
.beluga_top_detail_body_2 .beluga_figure {
	border-radius: 3px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}


.beluga_top_request_wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}

.beluga_top_request {
	background-color: #fff;
	width: 100%;
	padding: 50px;
	border-radius: 1px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

.beluga_top_award, .beluga_top_media {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

/* 紹介ムービーここから */
#movie {
	background-image: url(../../uploads/img/beluga_bg.svg);
    background-position: -100% 100%;
    transform: scale(1, -1);
	padding: 3em;
}

#movie .beluga_top_request_wrap {
	transform: scale(1, -1);
	background-color: rgb(0, 98, 132);
    text-align: center;
    padding-top: 0px;
}

span.beluga_top_movie_title {
    font-size: xxx-large;
    color: #FFF;
	line-height: 2em;
}

div.beluga_top_movie_inner iframe {
    width: 70%;
	margin-bottom: 0;
    aspect-ratio: 16 / 9;
}

.beluga_contact_link_wrap {
    padding: 2em 0;
}

a.beluga_contact_link {
    width: 13em;
    margin: 0 auto;
    line-height: 3em;
    display: block;
    background-color: #FFF;
    text-align: center;
    color: rgb(78, 76, 78);
    font-size: larger;
    font-weight: bold;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 30px;
    transition: 0.5s;
}
/* 紹介ムービーここまで */

.site-footer-copyright p:nth-child(2) {
    display: none;
}

.beluga_footer_link {
	margin-top: 30px;
}

.beluga_footer_link ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.beluga_footer_link li {
	margin: 0;
	padding: 0 10px;
}

@media (max-width: 1300px)
{

	.beluga_outline_btn {
		/*
		top: -90px;
		*/
	}

	.beluga_outline_btn .beluga_img {
		height: 180px;
	}

}

@media (max-width: 991px)
{

	.search-form, form.wp-block-search {
		display: none;
	}
	
	.beluga_outline_btn {
		/*
		top: -60px;
		right: 30px;
		*/
		right: 2%;
		bottom: 8%;
	}

	.beluga_outline_btn .beluga_img {
		height: 120px;
	}
	
	.beluga_kv {
		padding: 0em 1em;
	}
	
	.beluga_kv_l, .beluga_kv_r {
        display: block;
        padding: 1em;
    }
	.beluga_kv_l .beluga_figure {
		max-width: 75vw;
	}
    .beluga_kv_r {
        width: 70vw;
		margin: auto;
    }
	.beluga_kv_l_body {
		margin-top: 2em;
	}
	
	.beluga_outline_title {
		font-size: 30px;
	}

    .beluga_outline_body {
        flex-direction: column;
		padding: 2em;
    }

    .beluga_outline_body_l,
    .beluga_outline_body_c,
    .beluga_outline_body_r {
        width: 100%;
        margin: 1em 0em;
    }

	.beluga_top_about_wrap {
		padding: 75px 30px;
	}

	.beluga_top_about_body_l,
	.beluga_top_about_body_r,
	.beluga_top_work_body_1_l,
	.beluga_top_work_body_1_r,
	.beluga_top_work_body_2_l,
	.beluga_top_work_body_2_r,
	.beluga_top_work_body_3_l,
	.beluga_top_work_body_3_r {
		display: block;
		width: 100%;
	}

	.beluga_top_about_body_r {
		margin: 0 auto;
		margin-top: 30px;
	}

	@keyframes beluga_top_achievements_logos_move {
		to {
			transform:translate3d(calc(-50% - 12px), 0, 0)
		}
	}
	
	.beluga_top_check_content_wrap {
		width: 100%;
	}
	
	.beluga_top_check_content {
		width: 100%;
		box-shadow: none;
	}

	.beluga_top_work_body_1,
	.beluga_top_work_body_2,
	.beluga_top_work_body_3 {
		box-shadow: none;
		border-radius: 0;
	}

	.beluga_top_work_body_1_r,
	.beluga_top_work_body_2_r {
		padding: 2em 0 0 0;
	}

	.beluga_top_work_body_3_l {
		padding: 0 0 2em 0;
	}

	
	.beluga_top_check_wrap {
		padding: 75px 30px 0 30px;
	}
	
	.beluga_top_detail_body_title {
		margin-top: 1em;
	}
	
	.beluga_top_detail_body_1_l,
	.beluga_top_detail_body_1_r,
	.beluga_top_detail_body_2_l,
	.beluga_top_detail_body_2_r{
		display: block;
		width: 100%;
		padding: 1em 0em;
	}
	
	/*紹介ムービー ここから*/
	#movie {
		padding: 2em;	
	}
	
	span.beluga_top_movie_title {
		font-size: large;
	}
	
	div.beluga_top_movie_inner {
		margin-bottom: -4px;
	}

	div.beluga_top_movie_inner iframe {
		width: 100%;
	}
	
	.beluga_contact_link_wrap {
		padding: 1em 0;
	}
	
	a.beluga_contact_link {
		line-height: 2em;
	}
	/*紹介ムービー　ここまで*/
	
}
/* 20251003 mimiro対応 ここから */

/* ヘッダーロゴ差し替え */
/* 元の画像を非表示にして、親要素に背景を当てる */
body.mimiro .site-header .site-header-logo span {
  display: inline-block;
  background: url("/wp-content/uploads/img/mimiro_logo_p.png?v=202510151650") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

/* 元のimgを消す */
body.mimiro .site-header .site-header-logo span img {
  opacity: 0;
  width: 100%;
  height: auto;
}

/* ヘッダーの「実績」ボタンを非表示 */
body.mimiro .site-header .menu-item:nth-child(3),
body.mimiro .vk-mobile-nav .menu-item:nth-child(3){
  /*display: none !important;*/
}

/** 背景 **/
body.mimiro {
    background-image: url(../../uploads/img/mimiro_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

/** 課題ここから **/
.beluga_outline_body_l.left,
.beluga_outline_body_r.right{

}
/** 課題ここまで **/

/** 資料請求ボタンここから **/
.mimiro .beluga_outline_btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.mimiro .beluga_outline_btn .beluga_figure {
  position: relative;
  width: 150px;
  margin: 0;
  box-sizing: border-box;
  background: #EB7424;
  border: 3px solid #fff;
  border-radius: 12px;
  padding: 10px 10px 12px;
  text-align: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

/* 吹き出し（三角・白フチ付き） */
.mimiro .beluga_outline_btn .beluga_figure::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  border-width: 22px 16px 0 16px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.mimiro .beluga_outline_btn .beluga_figure::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  border-width: 19px 13px 0 13px;
  border-style: solid;
  border-color: #EB7424 transparent transparent transparent;
}

/* 既存SVGは非表示 */
.mimiro .beluga_outline_btn .beluga_img {
  display: none;
}

/* 配置 */
.mimiro .beluga_outline_btn .beluga_caption {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ロゴ */
.mimiro .beluga_outline_btn .beluga_logo img {
  width: 85px;
  height: auto;
  display: block;
  margin-bottom:-10px;
}

/* 区切り線 */
.mimiro .beluga_outline_btn .divider,
.mimiro .beluga_outline_btn .beluga_divider {
  width: 90%;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.8);
  margin: 8px auto 2px;
}

/* テキスト */
.mimiro .beluga_outline_btn .beluga_text {
  margin: 0;
  font-weight: 1000;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.06em;
}

.mimiro .beluga_outline_btn .beluga_text span {
  display: inline;
  font-size: inherit;
}

/* ホバー時：少し明るく */
.mimiro .beluga_outline_btn:hover .beluga_figure {
  filter: brightness(1.08);
}

/** 資料請求ボタンここまで **/

/* コピー */
.mimiro_outline {
  font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  line-height: 1.8;

  /* 黒のぼかしシャドウで浮かせる */
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.25),
    0 0 8px rgba(0, 0, 0, 0.22),
    0 4px 10px rgba(0, 0, 0, 0.3);
}

/** 機能ここから **/
.mimiro .beluga_top_check_body .beluga_figure img.beluga_img {
    height: 200px;
}

.mimiro .beluga_top_check_body_text {
    height: 245px;
}
/** 機能ここまで **/

/** 機能詳細ここから **/
.mimiro .beluga_top_detail_body_1_l,
.mimiro .beluga_top_detail_body_3_l  {
	padding-right: 4em;
}
.mimiro .beluga_top_detail_body_1_r,
.mimiro .beluga_top_detail_body_3_r  {
	background-color: rgba(255, 255, 255 ,0.15);
	padding-left: 0;
	padding: 0.2em 0.75em;
}

.mimiro .beluga_top_detail_body_2_r,
.mimiro .beluga_top_detail_body_4_r  {
	padding-left: 4em;
}
.mimiro .beluga_top_detail_body_2_l,
.mimiro .beluga_top_detail_body_4_l  {
	background-color: rgba(255, 255, 255 ,0.15);
	padding-right: 0;
	padding: 0.2em 0.75em;
}
/** 機能詳細ここまで **/

/** フッターここから **/
/* mimiro ページのフッターを中央寄せ */
body.mimiro .site-footer,
body.mimiro .site-footer .copySection,
body.mimiro .site-footer .footerCopy,
body.mimiro .site-footer .site-info {
  text-align: center !important;
  justify-content: center !important;
}

/* 余白も調整（任意） */
body.mimiro .site-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
/** フッターここまで **/

/** SP対応ここから **/
@media (max-width: 991px)
{
	.mimiro .beluga_outline_body_l,
    .mimiro .beluga_outline_body_c,
    .mimiro .beluga_outline_body_r {
        width: 100%;
        margin: 1em 0em;
    }
	.mimiro .beluga_top_detail_body_1_l,
	.mimiro .beluga_top_detail_body_1_r,
	.mimiro .beluga_top_detail_body_2_l,
	.mimiro .beluga_top_detail_body_2_r {
        display: block;
        width: 100%;
        padding: 1em 0em;
    }
}
/** SP対応ここまで **/

/* 20251003 mimiro対応 ここまで */