@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	background-color: #F6F6F6;
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	padding: 10px;
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}


/*
マーカーペン風
-------------------------------------------*/
.marker-pink { background: linear-gradient(transparent 60%, #ff99cc 0%); }

/*
-------------------------------------------*/

/*
フローティングバナー
-------------------------------------------*/
.banner {
    position: fixed;
    margin: 70px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 20px;
}

.banner-back {
    width: 300px;
    background-color: #fff;
    border-radius: 25px;
}

.banner-top {
    padding: 0px 1px;   /* 上下0px 左右1px */
    border-radius: 25px 25px 0px 0px;
    background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
    background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
    background: radial-gradient(#0AB0C7, #006EB0 70%);
}

.banner-copy {
    font-size: 18px;
    position: relative;
}


.banner-bottom {
    padding: 10px 0px 10px 0px;   /* 上25px が空きの原因 */
    line-height: 1.6;
}

.banner-body {
    width: 300px;
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
    .banner {
        display: none;
    }
}
/*
-------------------------------------------*/

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: #00365E;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header.header_bg_01 {
	background-image: url(../img/top_image_01.jpg);
}
header.header_bg_02 {
	background-image: url(../img/top_image_02.jpg);
}
header.header_bg_03 {
	background-image: url(../img/top_image_03.jpg);
}
header.header_bg_04 {
	background-image: url(../img/top_image_04.jpg);
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

header .h_box,
header .h_btn {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_box .h_lang {
	font-family: 'EB Garamond', serif;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #00365E;
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: #00365E;
}

header .h_box {
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
	width: 270px;
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #00365E;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: #00365E;
	color: #FFFFFF;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

header .h_tel {
	font-family: 'EB Garamond', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}

header .h_tel strong {
	font-weight: normal;
}

header .h_tel a {
	color: #FFF;
	text-decoration: none;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

header .h_tel i {
	padding-right: 10px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

/*
パン屑
-------------------------------------------*/
.pankuzu {
	display: block;
	padding: 10px;
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.pankuzu li {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.pankuzu li::after {
	content: "＞";
	padding-left: 10px;
	color: #AAA;
	font-size: 12px;
}
.pankuzu li:last-child::after {
	content: "";
}

/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	color: #00365E;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
	color: #4694B9;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 40px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: #00365E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: #00365E;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #044760;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


/*
TOPビデオタグ
-------------------------------------------*/
     video {
        top:0;
        width: 100%;
        height: 80%;
        background: #000;/*背景を黒で表示*/
}
/*
帯（サービス・スタッフ）部分
-------------------------------------------*/

/*
追加分　統計用語集の索引
-------------------------------------------*/
.sample-demo {
  margin: 0 0 40px 0;
  padding: 0;
}
.sample-demo .demo1 {
  display: flex;
/* liのレスポンシブ対応*/
  justify-content: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

/* liのレスポンシブ対応*/
}
.sample-demo .demo1 li a {
  display: block;
  width: 55px;
  padding: 10px;
  margin-right: 1px;
  text-align: center;
  color: #fff;
  background: #3D36D7;
}
.sample-demo .demo1 li a:hover {
  opacity: 0.7;
}


/* アクティブ化されている <a> をすべて選択します */
.sample-demo .demo1 .active li a {
    font-weight: bold;
	background-color: #FF9E00;
	border-bottom-color: #006A9D;
}


.columns {/*分けたいリストの親要素に指定する。column-countはカラム数*/
  column-count: 3;
  column-gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00365E;
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	top: 40%;
	left: 44%;
	z-index: 100;
}

.top_form {
	position: absolute;
	top: 18%;
	left: 5%;
	width: 32%;
	max-width: 500px;
	max-height: 380px;
	height: 68%;
	z-index: 100;
	background-color: rgba(253,253,253,0.00);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

.top_img .top_form h2 {
	font-size: 20px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 20px;
	padding-top: 10px;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	color: #000;
}

.top_img .top_form dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 60px;
}

.top_img .top_form dl dt {
	float: left;
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	margin-left: 3%;
}
.top_img .top_form dl dd {
	float: right;
	display: block;
	width: 60%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 3%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	padding: 5px;
	min-width: 200px;
	font-size: 16px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #DDD;
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form dl dd select:focus,
.top_img .top_form form dl dd input:focus {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,1.0);
}

.top_img .top_form form .form_btn {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,0.2);
	margin: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.top_img .top_form form .form_btn input {
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 200px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #F90;
	background-color: #F90;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.top_img .top_form form .form_btn input:hover {
	border: 2px solid #000;
	background-color: #FFB900;
	cursor: pointer;
}

/*
３列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box {
	width: 32%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 20px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2E749A;
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
帯（トップページのサービス一覧）部分
-------------------------------------------*/
.obi .service > ul > li > p:first-of-type,
.obi .service > ul > li > p:first-of-type strong {
  color: #fff !important;
}
/*
帯（サービス・スタッフ）部分
-------------------------------------------*/
.obi {
	background-color: #002744;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-image: url(../img/obi.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	background-image: url(../img/obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.service ul,
.staff ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li,
.staff ul li {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
}

.service ul li p,
.staff ul li p {
	font-size: 12px;
	margin: 10px;
}
.service ul li a,
.staff ul li a {
	text-decoration: none;
	color: #FFF;
}
.service ul li p strong,
.staff ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.service ul li p .rubi,
.staff ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service ul li a .mask,
.staff ul li a .mask {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img,
.staff ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.staff ul li a:hover .mask {
	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
}
.staff ul li a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

a.btn_more {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #FFF;
	position: relative;
	font-size: 14px;
	line-height: 30px;
}

a.btn_more::before {
	display: block;
	position: absolute;
	width: 20px;
	height: 30px;
	font-size: 12px;
	content: ">";
	left: 5px;
	top: 5px;
}
a.btn_more:hover::before {
	left: 8px;
}

a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

.list_box a.btn_more {
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #002744;
	margin-bottom: 20px;
}
.list_box a.btn_more:hover {
	color: #002744;
	background-color: #FFF;
	border-top-color: #001F35;
	border-right-color: #001F35;
	border-bottom-color: #001F35;
	border-left-color: #001F35;
}

/*
FAQ
-------------------------------------------*/
.content .dl_faq dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #066C93;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	position: relative;
}
.content .dl_faq dt::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "Q.";
	position: absolute;
	top: 0px;
	left: 10px;
}
.content .dl_faq dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	position: relative;
}
.content .dl_faq dd::before {
	display: block;
	font-size: 24px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	font-weight: bold;
	content: "A.";
	position: absolute;
	top: 10px;
	left: 10px;
	color: #066C93;
}

/*
お問い合わせ枠
-------------------------------------------*/
.content .contact {
	text-align: center;
	background-color: #F9F9F9;
	border: 2px solid #FFF;
	margin-bottom: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	margin-top: 50px;
}
.content .contact  h2 {
	background-color: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 15px;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #066C93;
}
.content .contact .tel a {
	font-size: 30px;
	color: #004F88;
	text-decoration: none;
}
.content .contact .tel a i {
	padding-right: 10px;
}
.content .contact .tel a strong {
	font-size: larger;
	font-weight: normal;
}

.btn_contact a {
	display: block;
	padding-top: 15px;
	padding-bottom: 13px;
	background-color: #066C93;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
}
.btn_contact a:hover {
	background-color: #FFF;
	color: #066C93;
	border: 1px solid #066C93;
}
.btn_contact a i {
	padding-right: 10px;
}


/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #00365E;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #49697A;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
}

/*
PR枠
-------------------------------------------*/
.box_pr {
	font-size: 10px;
	line-height: 20px;
	color: #A2B6C8;
	background-color: #002139;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.box_pr li {
	display: inline-block;
	margin: 5px;
}
.box_pr li a {
	color: #A2B6C8;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(0,34,83,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(0,34,83,1.0);
}


/* =========================================================
   price.html page design enhancement
   Scoped to .price-page to avoid affecting other pages.
========================================================= */
.price-page {
  --price-navy: #06243f;
  --price-blue: #0a6fb6;
  --price-cyan: #15a4c8;
  --price-gold: #c8a85a;
  --price-ink: #172033;
  --price-muted: #5f6b7a;
  --price-line: #dbe6ef;
  --price-bg: #f4f8fb;
  --price-card: #ffffff;
  color: var(--price-ink);
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 45%, #f8fafc 100%);
}
.price-page * { box-sizing: border-box; }
.price-page a { text-decoration: none; }
.price-page .price-hero {
  position: relative;
  overflow: hidden;
  margin: 0 auto 32px;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 4vw, 54px);
  border-radius: 0 0 34px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(21,164,200,.32), transparent 27%),
    radial-gradient(circle at 78% 18%, rgba(200,168,90,.28), transparent 22%),
    linear-gradient(135deg, #03162b 0%, #062f55 48%, #075a84 100%);
  box-shadow: 0 22px 48px rgba(3,22,43,.22);
}
.price-page .price-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -150px auto;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
}
.price-page .price-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .75fr);
  gap: 30px;
  align-items: center;
}
.price-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #d9f6ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.price-page .price-hero h1 {
  margin: 16px 0 14px;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.24;
  letter-spacing: .02em;
  font-weight: 700;
}
.price-page .price-hero .lead {
  max-width: 860px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.9);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.9;
}
.price-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.price-page .hero-btn,
.price-page .hero-btn-sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .03em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.price-page .hero-btn {
  color: #05213d;
  background: linear-gradient(135deg, #fff 0%, #eaf8ff 100%);
  box-shadow: 0 12px 30px rgba(0,0,0,.24);
}
.price-page .hero-btn-sub {
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
}
.price-page .hero-btn:hover,
.price-page .hero-btn-sub:hover { transform: translateY(-2px); }
.price-page .hero-panel {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 46px rgba(0,0,0,.2);
}
.price-page .hero-panel-title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.price-page .hero-panel ul { display: grid; gap: 12px; }
.price-page .hero-panel li {
  position: relative;
  padding-left: 30px;
  color: rgba(255,255,255,.92);
  line-height: 1.7;
  font-size: 14px;
}
.price-page .hero-panel li::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(21,164,200,.95);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.price-page .price-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 54px;
}
.price-page .price-notice {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 24px 0 34px;
}
.price-page .notice-card {
  padding: 18px 16px;
  border: 1px solid var(--price-line);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(12,40,68,.08);
}
.price-page .notice-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--price-navy);
  font-size: 18px;
}
.price-page .notice-card span {
  display: block;
  color: var(--price-muted);
  font-size: 13px;
  line-height: 1.7;
}
.price-page .section-head {
  margin: 42px 0 18px;
  text-align: center;
}
.price-page .section-head .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--price-blue);
  background: #e8f5fb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.price-page .section-head h2 {
  margin: 0;
  padding: 0;
  color: var(--price-navy);
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.35;
  font-weight: 700;
  background: transparent;
  border: 0;
}
.price-page .section-head p {
  max-width: 820px;
  margin: 12px auto 0;
  color: var(--price-muted);
  font-size: 15px;
  line-height: 1.9;
}
.price-page .price-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 18px 0 34px;
}
.price-page .price-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--price-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(12,40,68,.08);
}
.price-page .price-summary-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--price-blue), var(--price-cyan), var(--price-gold));
}
.price-page .price-summary-card .icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--price-blue), var(--price-cyan));
  box-shadow: 0 10px 22px rgba(10,111,182,.24);
}
.price-page .price-summary-card h3 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--price-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0;
}
.price-page .price-summary-card .from {
  color: var(--price-muted);
  font-size: 13px;
}
.price-page .price-summary-card .yen {
  display: block;
  margin: 4px 0 10px;
  color: #0a4f85;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 900;
}
.price-page .price-summary-card p {
  margin: 0;
  color: var(--price-muted);
  font-size: 13px;
  line-height: 1.75;
}
.price-page .table-shell {
  overflow: hidden;
  margin: 22px 0 28px;
  border: 1px solid var(--price-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(12,40,68,.1);
}
.price-page .table-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--price-line);
  background: linear-gradient(135deg, #ffffff 0%, #eef7fc 100%);
}
.price-page .table-caption strong {
  color: var(--price-navy);
  font-size: 18px;
}
.price-page .table-caption span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  color: #8a5e00;
  background: #fff7dc;
  font-size: 12px;
  font-weight: 800;
}
.price-page .price-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.price-page table.price-table {
  width: 100%;
  min-width: 920px;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.price-page .price-table thead {
  background: linear-gradient(135deg, var(--price-navy), #0b4e80);
}
.price-page .price-table thead th {
  padding: 17px 15px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  white-space: nowrap;
  border: 0;
}
.price-page .price-table tbody th,
.price-page .price-table tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid #e8eef5;
  text-align: left;
  vertical-align: middle;
  line-height: 1.75;
}
.price-page .price-table tbody th.category {
  width: 118px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  background: linear-gradient(180deg, #0a6fb6, #074b7d);
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.price-page .price-table tbody tr:nth-child(odd) { background: #fbfdff; }
.price-page .price-table tbody tr:hover { background: #f1f8ff; }
.price-page .price-table .service-name { color: var(--price-navy); font-weight: 800; }
.price-page .price-table .duration { white-space: nowrap; color: #25435d; font-weight: 700; }
.price-page .price-table .rush { color: #d32f2f; font-weight: 900; }
.price-page .price-table .rush-sub { color: #087344; font-size: 12px; font-weight: 800; }
.price-page .price-table .price-yen {
  white-space: nowrap;
  color: #075a9c;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
.price-page .price-table .price-yen.rush-price { color: #087344; }
.price-page .yen-mark {
  font-size: 0.62em;
  font-weight: 700;
  margin-right: 1px;
  vertical-align: 0.06em;
}
.price-page .price-table .small-note {
  display: block;
  margin-top: 6px;
  color: #b54835;
  font-size: 12px;
  line-height: 1.65;
}
.price-page .tax-note {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-left: 4px solid var(--price-gold);
  border-radius: 12px;
  background: #fff9e8;
  color: #7a5510;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}
.price-page .include-grid,
.price-page .flow-grid,
.price-page .faq-grid {
  display: grid;
  gap: 18px;
}
.price-page .include-grid { grid-template-columns: repeat(3, 1fr); }
.price-page .flow-grid { grid-template-columns: repeat(4, 1fr); }
.price-page .include-card,
.price-page .flow-card,
.price-page .faq-card {
  border: 1px solid var(--price-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(12,40,68,.075);
}
.price-page .include-card { padding: 24px; }
.price-page .include-card h3,
.price-page .flow-card h3 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--price-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
}
.price-page .include-card p,
.price-page .flow-card p,
.price-page .faq-card p {
  margin: 0;
  color: var(--price-muted);
  font-size: 14px;
  line-height: 1.85;
}
.price-page .flow-card { padding: 22px; position: relative; }
.price-page .flow-card .num {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--price-blue), var(--price-cyan));
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
.price-page .faq-grid { grid-template-columns: repeat(2, 1fr); }
.price-page .faq-card { padding: 22px; }
.price-page .faq-card h3 {
  margin: 0 0 8px;
  padding: 0;
  color: var(--price-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 800;
}

/* Heading marker alignment fix: keep the blue vertical accent outside the text area. */
.price-page .price-summary-card h3,
.price-page .include-card h3,
.price-page .flow-card h3,
.price-page .faq-card h3 {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 16px;
}
.price-page .price-summary-card h3::before,
.price-page .include-card h3::before,
.price-page .flow-card h3::before,
.price-page .faq-card h3::before {
  content: "";
  display: block;
  flex: 0 0 4px;
  width: 4px;
  height: 1.45em;
  margin-top: .12em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--price-blue), var(--price-cyan));
  position: static;
}
.price-page .include-card h3 i {
  flex: 0 0 auto;
  margin-top: .16em;
  color: var(--price-navy);
}

.price-page .price-cta {
  position: relative;
  overflow: hidden;
  margin: 46px 0 20px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(200,168,90,.33), transparent 24%),
    linear-gradient(135deg, #06243f 0%, #074d79 72%, #0a6fb6 100%);
  box-shadow: 0 22px 48px rgba(3,22,43,.2);
  text-align: center;
}
.price-page .price-cta h2 {
  margin: 0 0 12px;
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
}
.price-page .price-cta p {
  max-width: 760px;
  margin: 0 auto 22px;
  color: rgba(255,255,255,.9);
  line-height: 1.9;
}
.price-page .price-cta .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 28px;
  border-radius: 999px;
  color: #06243f;
  background: #fff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

/* お見積り・ご注文フォームへ：マウスオーバー効果 */
.price-page .price-cta .cta-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.88);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease, border-color .28s ease;
}
.price-page .price-cta .cta-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, #fff7dc 0%, #ffe49a 46%, #ffffff 100%);
  transition: opacity .28s ease;
}
.price-page .price-cta .cta-button::after {
  content: "";
  position: absolute;
  top: -130%;
  left: -55%;
  width: 36%;
  height: 360%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.78) 50%, transparent 100%);
  transform: rotate(24deg) translateX(-170%);
  transition: transform .62s ease;
}
.price-page .price-cta .cta-button i {
  transition: transform .28s ease;
}
.price-page .price-cta .cta-button:hover,
.price-page .price-cta .cta-button:focus-visible {
  color: #06243f;
  border-color: #ffffff;
  background: #fffdf3;
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 24px 46px rgba(0,0,0,.30), 0 0 0 6px rgba(255,255,255,.14);
}
.price-page .price-cta .cta-button:hover::before,
.price-page .price-cta .cta-button:focus-visible::before {
  opacity: 1;
}
.price-page .price-cta .cta-button:hover::after,
.price-page .price-cta .cta-button:focus-visible::after {
  transform: rotate(24deg) translateX(520%);
}
.price-page .price-cta .cta-button:hover i,
.price-page .price-cta .cta-button:focus-visible i {
  transform: translateX(4px) rotate(-8deg);
}
.price-page .price-cta .cta-button:focus-visible {
  outline: 3px solid rgba(255,255,255,.72);
  outline-offset: 4px;
}

.price-page .price-contact-override {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
@media (max-width: 980px) {
  .price-page .price-hero-inner { grid-template-columns: 1fr; }
  .price-page .price-notice,
  .price-page .price-summary-grid { grid-template-columns: repeat(2, 1fr); }
  .price-page .include-grid,
  .price-page .flow-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .price-page .price-hero { border-radius: 0 0 24px 24px; }
  .price-page .hero-actions { flex-direction: column; }
  .price-page .hero-btn,
  .price-page .hero-btn-sub { width: 100%; }
  .price-page .price-wrap { width: min(100% - 22px, 1180px); }
  .price-page .price-notice,
  .price-page .price-summary-grid,
  .price-page .include-grid,
  .price-page .flow-grid,
  .price-page .faq-grid { grid-template-columns: 1fr; }
  .price-page .table-caption { align-items: flex-start; flex-direction: column; }
  .price-page table.price-table { min-width: 820px; }
  .price-page .price-table thead th,
  .price-page .price-table tbody th,
  .price-page .price-table tbody td { display: table-cell; }
  .price-page .price-table thead tr,
  .price-page .price-table tbody tr { display: table-row; }
  .price-page .price-table thead { display: table-header-group; }
  .price-page .price-table tbody { display: table-row-group; }
}


/*
テーブル
-------------------------------------------*/
    /* 全体の基本設定 */
    .table-container2 {
      margin: 20px auto;
      width: 95%;
      max-width: 1600px;
      overflow-x: auto;
    }
    /* テーブル全体のスタイル */
    table {
      width: 100%;
      border-collapse: collapse;
      background: #ffffff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      overflow: hidden;
    }	
    /* テーブルヘッダー */
    thead {
      background: linear-gradient(to right, #4A90E2, #145DA0);
      color: #fff;
    }
    thead th {
      padding: 15px;
      font-size: 16px;
      text-align: center;
    }
    /* テーブルボディ */
    tbody tr {
      transition: background-color 0.3s ease;
    }
    tbody tr:nth-child(odd) {
      background-color: #f9f9f9;
    }
    tbody tr:hover {
      background-color: #f1f7ff;
    }
    th, td {
      padding: 12px 15px;
      text-align: center;
      border-bottom: 1px solid #dddddd;
      vertical-align: middle;
    }
    /* アイコンなどのスタイル */
    .discount-icon {
      vertical-align: middle;
      margin-right: 5px;
    }
    .strike {
      text-decoration: line-through;
    }
    .small-note {
      font-size: 0.8em;
      color: #ff5252;
    }
    /* レスポンシブ対応（スマホ用） */
    @media (max-width: 600px) {
      table, thead, tbody, th, td, tr {
        display: block;
      }
      thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
      }
      tr {
        border: 1px solid #ccc;
        margin-bottom: 5px;
      }
      td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
      }
      td:before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
      }
		
      /* 各カラムの見出しを設定 */
      td:nth-of-type(1):before { content: ""; }
      td:nth-of-type(2):before { content: ""; }
      td:nth-of-type(3):before { content: ""; }
      td:nth-of-type(4):before { content: ""; }
      td:nth-of-type(5):before { content: ""; }
    }

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 30px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: #00365E;
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}


@media screen and (min-width:1800px) {

.top_form {
	top: 30%;
	left: 15%;
}

}

@media screen and (min-width:1101px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}

header h1 {
	left: 20px;
	top: 15px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 640px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

header .h_tel {
	position: absolute;
	top: 50px;
	right: 300px;
	font-size: 22px;
	z-index: 1000;
}
header .h_tel i {
	padding-right: 10px;
}
header .h_tel strong {
	font-size: 28px;
}
/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 80px;
	background-color: #00365E;
	background-color: rgba(0,15,44,0.9);
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul li{
	width: 183px;
	height: 80px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 183px;
	height: 80px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}
#g_navi li:last-child a::after {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}

#g_navi ul li a.ac_menu {
	position: relative;
}
#g_navi ul li a.ac_menu::after {
	font-size: 10px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 3px;
	left: 82px;
	color: #3987A4;
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: #00365E;
}

#g_navi ul li div {
	position: absolute;
	z-index: 2000;
	top: 80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	width: 100%;
	height: 56px;
	background-color: #00365E;
}
#g_navi ul li ul{
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
}

#g_navi ul li ul li a{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	height: 56px;
}
#g_navi ul li ul li a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	background-color: #115577;
}
#g_navi li li a::before,
#g_navi li li:last-child a::after {
	display: none;
}

#g_navi ul li:hover div{
  visibility: visible;
  opacity: 1;
}

#g_navi div.ac_list {
	display: block !important;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 240px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 250px;
	margin-right: 30px;
}


}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 {
	left: 10px;
	top: 10px;
	width: 180px;
}

header #h_box_sp {
	position: fixed;
	width: 100%;
	height: 170px;
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 3000;
	background-color: #00365E;
	background-color: rgba(0,15,44,0.9);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}

header .h_tel {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 320px;
	font-size: 22px;
	text-align: center;
}

header .h_tel strong {
	font-size: 28px;
}
header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #003584;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #003584;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 70%;
	height: 100%;
	top: 170px;
	left: 30%;
	overflow: auto;
	z-index: 3000;
	background-color: #00365E;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13476F;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13476F;
	background-color: #00365E;
	background-image: url(../img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
	background-color: #005177;
}

.fixed {
	overflow: hidden;
}

/*
アコーディオン
--------------------------------------------------*/


#g_navi ul li a.ac_menu {
	position: relative;
	background-image: none;
}
#g_navi ul li a.ac_menu::after {
	font-size: 11px;
	display: block;
	height: 20px;
	width: 20px;
	content: "▼";
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #C1E2F2;
}
#g_navi ul li a.ac_menu.active {
	background-color: #005177;
	border-bottom-color: #006A9D;
}
#g_navi ul li a.ac_menu.active::after {
	content: "▲";
}
#g_navi div.ac_list {
	display: none;
}

#g_navi ul li ul li a {
	padding-left: 30px;
	background-color: #005177;
	border-bottom-color: #00699B;
}
#g_navi ul li ul li a:hover {
	background-color: #00699B;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	left: 400px;
}
.top_catch img {
	width: 500px;
}

.top_form {
	position: absolute;
	top: 80px;
	left: 15px;
	width: 380px;
	height: 320px;
}

.top_img .top_form h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding-top: 8px;
}

.top_img .top_form dl {
	height: 50px;
}

.top_img .top_form dl dt {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_img .top_form dl dd {
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 14px;
	line-height: 20px;
}

.top_img .top_form form .form_btn input {
	min-width: 180px;
	font-size: 16px;
	line-height: 20px;
}


.service ul li,
.staff ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:760px) {
	
header h1 {
	left: 5px;
	top: 5px;
}

.top_img {
	min-height: 360px;
}

/*
トップフォーム
-------------------------------------------*/
.top_catch {
	display: none;
}
.top_form {
	top: 70px;
	left: 15%;
	width: 70%;
	height: 260px;
}

.top_img .top_form h2 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 5px;
}

.top_img .top_form dl {
	height: 40px;
}

.top_img .top_form dl dt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 26%;
}
.top_img .top_form dl dd {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 64%;
}

.top_img .top_form form dl dd select,
.top_img .top_form form dl dd input {
	font-size: 12px;
	line-height: 18px;
}

.top_img .top_form form .form_btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top_img .top_form form .form_btn input {
	font-size: 14px;
}

.service ul li,
.staff ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 32%;
}
img.foot_logo {
	width: 150px;
}

}









/*-----（/～760）-----*/

@media screen and (max-width:560px) {

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 18px;
	line-height: 30px;
}

h2 a.btn_list {
	font-size: 14px;
	line-height: 26px;
	width: 40px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.top_form {
	left: 5%;
	width: 90%;
}

.cont_list .list_box {
	width: 98%;
}
.service ul li,
.staff ul li {
	padding: 0px;
}
.service ul li img,
.staff ul li img {
	width: 140px;
}

.service ul li a .mask,
.staff ul li a .mask {
	width: 140px;
	height: 140px;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

.content .news ul li a {
	font-size: 12px;
}

.top_form {
	left: 2%;
	width: 96%;
}

.top_img .top_form dl dt {
	width: 20%;
}
.top_img .top_form dl dd {
	width: 70%;
}

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}

textarea,
input {
	max-width: 280px;
}


}
/*-----（/～400）-----*/


/*
スライドショー
---------------------------------------------------------*/
.top_img {
	height: auto;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.top_img img.img_base {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.top_img img.img01,
.top_img img.img02,
.top_img img.img03 {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	display: block;
	width: 100%;
	min-width: 760px;
	position: absolute;
	top: 0;
	left: 0;
}

.top_img img.img02 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
}

.top_img img.img03 {
	animation-delay:10s;
	-webkit-animation-delay: 10s;
}

@keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
	}
	
	10% {
		opacity: 1;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
	}

	34% {
		opacity: 1;
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
	}
	44% {
		opacity: 0;
	}
}

/*
無限ループ
-------------------------------------------*/
.loop_wrap_base {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #F3F3F3;
	padding-top: 30px;
	padding-bottom: 30px;
}


.loop_wrap_base h2 {
	font-weight: normal;
	color: #111;
	text-align: center;
	line-height: 1.2;
	padding: 10px;
	font-size: 24px;
}
.loop_wrap_base h2 span {
	letter-spacing: 0.2em;
	font-size: 14px;
	color: #555;
}

.loop_wrap {
  display: flex;
  width: 220%;
  height: auto;
}

.loop_wrap ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.loop_wrap ul li {
	width: 20%;
}

.loop_wrap ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	position: relative;
}
.loop_wrap ul li a img {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}

.loop_wrap ul li a span {
	display: inline-block;
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	letter-spacing: 1px;
	z-index: 10;
}

.loop_wrap ul li a span.cl_2 {
	background-color: #333;
	color: #FFF;
}

.loop_wrap ul li a span.cl_3 {
	background-color: #FFBF00;
	color: #000;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.loop_wrap ul:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap ul:last-child {
  animation: loop2 50s linear infinite;
}

.loop_wrap:hover ul {
  animation-play-state: paused;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(30px);
	-webkit-transform: translateY(30px);  
    -moz-transform: translateY(30px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

.h_sns {
	padding: 5px;
	position: fixed;
	top: 130px;
	right: 0px;
	 z-index: 9999;
	background-color: rgba(0,61,87,0.8);
	border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
	display: block;
	padding: 10px;
	color: #FFF;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.h_sns li a:hover {
	background-color: #000;
}


@media screen and (max-width:640px){
.h_sns {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	top: auto;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.h_sns li {
	width: 25%;
}
.h_sns li a {
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
}	
	@media (max-width:600px){
  .company table td:before { content: none !important; }
}

/* =========================================================
   Staff page corporate redesign / 2026-05
   ========================================================= */
.staff-corporate {
  position: relative;
  overflow: hidden;
  margin: 24px 0 56px;
  padding: 72px 0 78px;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 191, 217, 0.26), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.15), transparent 22%),
    linear-gradient(135deg, #031827 0%, #06395a 47%, #06111d 100%);
  color: #fff;
}
.staff-corporate::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .32;
  pointer-events: none;
}
.staff-corporate::after {
  content: "STAT AGENT";
  position: absolute;
  right: -20px;
  bottom: -46px;
  color: rgba(255,255,255,.045);
  font-family: "Cormorant Garamond", "EB Garamond", serif;
  font-size: clamp(72px, 14vw, 190px);
  letter-spacing: .08em;
  line-height: 1;
  pointer-events: none;
}
.staff-corporate__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, 92%);
  margin: 0 auto;
}
.staff-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 48px;
}
.staff-hero__eyebrow,
.staff-section-title span,
.staff-message-modern__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #70e4ff;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
}
.staff-hero__eyebrow::before,
.staff-section-title span::before,
.staff-message-modern__eyebrow::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: currentColor;
}
.staff-hero h2 {
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.24;
  letter-spacing: .04em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
}
.staff-hero__lead {
  max-width: 760px;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 2.05;
}
.staff-hero__metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.staff-hero__metrics div {
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 20px 55px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}
.staff-hero__metrics strong {
  display: block;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  letter-spacing: .08em;
  line-height: 1;
}
.staff-hero__metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.6;
}
.staff-section-title {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}
.staff-section-title span::before { display: none; }
.staff-section-title h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.45;
  letter-spacing: .06em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
}
.staff-section-title p {
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.9;
}
.staff-grid {
  display: grid;
  gap: 22px;
}
.staff-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}
.staff-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.staff-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  color: #24313c;
  box-shadow: 0 24px 68px rgba(0,0,0,.22);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.staff-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,112,167,.12), transparent 38%);
  pointer-events: none;
}
.staff-card:hover {
  transform: translateY(-8px);
  border-color: rgba(112,228,255,.72);
  box-shadow: 0 34px 90px rgba(0,0,0,.30);
}
.staff-card__visual {
  position: relative;
  height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(3,24,39,.96), rgba(4,76,110,.88)),
    radial-gradient(circle at 30% 20%, rgba(112,228,255,.4), transparent 34%);
}
.staff-card--lead .staff-card__visual { height: 255px; }
.staff-card__visual::after {
  content: "";
  position: absolute;
  left: -18%;
  right: -18%;
  bottom: -38px;
  height: 78px;
  background: #fff;
  transform: rotate(-4deg);
}
.staff-card__initial {
  position: relative;
  z-index: 0;
  color: rgba(255,255,255,.18);
  font-family: "Cormorant Garamond", serif;
  font-size: 112px;
  line-height: 1;
}
.staff-card__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  filter: saturate(.95) contrast(1.03);
  transition: transform .32s ease, opacity .32s ease;
}
.staff-card:hover .staff-card__visual img { transform: scale(1.045); opacity: .96; }
.staff-card__body {
  position: relative;
  z-index: 2;
  padding: 22px 22px 24px;
}
.staff-card__role {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 12px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #e9f7fb;
  color: #06617d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .04em;
}
.staff-card h3 {
  margin: 0;
  color: #071b2b;
  font-size: 23px;
  line-height: 1.35;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
  letter-spacing: .04em;
}
.staff-card__ruby {
  margin: 4px 0 14px;
  color: #80909e;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
}
.staff-card__text {
  min-height: 74px;
  margin: 0 0 18px;
  color: #40505c;
  font-size: 13px;
  line-height: 1.82;
}
.staff-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.staff-tags li {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f4f7f9;
  color: #53616e;
  font-size: 11px;
  line-height: 1.3;
}
.staff-quality {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.staff-quality div {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 48px rgba(0,0,0,.14);
}
.staff-quality span {
  display: block;
  color: #70e4ff;
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  line-height: 1;
}
.staff-quality strong {
  display: block;
  margin: 12px 0 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.staff-quality p {
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.85;
}
.staff-message-modern {
  position: relative;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 46px;
  padding: 36px;
  border: 1px solid #e6edf2;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(246,250,252,.98)),
    radial-gradient(circle at 100% 0%, rgba(0,112,167,.14), transparent 30%);
  box-shadow: 0 22px 60px rgba(12, 41, 59, .10);
}
.staff-message-modern::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  top: -90px;
  border-radius: 50%;
  background: rgba(0, 158, 203, .10);
}
.staff-message-modern__photo {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #031827, #07496e);
  box-shadow: 0 24px 55px rgba(0,0,0,.18);
}
.staff-message-modern__photo::after {
  content: "";
  position: absolute;
  inset: auto -20% -44px -20%;
  height: 96px;
  background: rgba(255,255,255,.22);
  transform: rotate(-5deg);
}
.staff-message-modern__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.staff-message-modern__body {
  position: relative;
  z-index: 1;
}
.staff-message-modern .h2_title_01 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.staff-message-modern p {
  color: #344754;
  font-size: 14px;
  line-height: 2.05;
}
.staff-message-modern__name {
  margin-top: 22px;
  text-align: right;
  color: #071b2b !important;
  font-size: 17px !important;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
  letter-spacing: .08em;
}
@media screen and (max-width:1100px) {
  .staff-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .staff-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .staff-message-modern { grid-template-columns: 280px minmax(0, 1fr); gap: 28px; }
}
@media screen and (max-width:760px) {
  .staff-corporate { padding: 52px 0 58px; }
  .staff-hero { grid-template-columns: 1fr; gap: 22px; }
  .staff-hero__lead { font-size: 14px; line-height: 1.9; }
  .staff-grid--featured,
  .staff-grid--compact,
  .staff-quality { grid-template-columns: 1fr; }
  .staff-card__visual,
  .staff-card--lead .staff-card__visual { height: 230px; }
  .staff-card__text { min-height: auto; }
  .staff-message-modern { grid-template-columns: 1fr; padding: 24px; border-radius: 22px; }
  .staff-message-modern__photo { min-height: 320px; }
}
@media screen and (max-width:560px) {
  .staff-corporate__inner { width: 90%; }
  .staff-hero h2 { font-size: 26px; }
  .staff-card__body { padding: 20px; }
  .staff-message-modern__photo { min-height: 280px; }
}
.staff-message-modern p {
  margin: 0 0 18px;
}
.staff-message-modern__eyebrow {
  margin: 0 !important;
}
.staff-message-modern__name {
  margin: 22px 0 0 !important;
}

/* =========================================================
   Footer FAQ｜統計解析代行・科研費・後払い対応 SEO強化
   トップページ footer 直前の「+ / -」アコーディオンFAQ
========================================================= */
.stat-footer-faq {
  position: relative;
  max-width: 1180px;
  margin: 78px auto 44px;
  padding: 60px 30px 64px;
  background:
    radial-gradient(circle at top right, rgba(47, 128, 209, 0.15), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 48%, #f2f6ff 100%);
  border: 1px solid rgba(33, 86, 160, 0.13);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(17, 45, 90, 0.12);
  overflow: hidden;
}
.stat-footer-faq::before {
  content: "";
  position: absolute;
  left: -110px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(208, 57, 85, 0.10), rgba(208, 57, 85, 0));
  pointer-events: none;
}
.stat-footer-faq::after {
  content: "FAQ";
  position: absolute;
  right: 28px;
  bottom: -18px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 124px;
  line-height: 1;
  letter-spacing: .05em;
  color: rgba(28, 75, 142, 0.045);
  pointer-events: none;
}
.stat-footer-faq__inner {
  position: relative;
  z-index: 1;
}
.stat-footer-faq__label-wrap {
  text-align: center;
}
.stat-footer-faq__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 17px;
  margin-bottom: 17px;
  color: #1f5f9f;
  background: rgba(31, 109, 194, 0.08);
  border: 1px solid rgba(31, 109, 194, 0.15);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.stat-footer-faq__label i {
  color: #1d77c3;
}
.stat-footer-faq h2 {
  margin: 0 0 14px;
  color: #14345f;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}
.stat-footer-faq__lead {
  max-width: 880px;
  margin: 0 auto 36px;
  color: #41546d;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.stat-footer-faq__lead strong {
  color: #d03955;
  background: linear-gradient(transparent 62%, #fff0a8 0%);
}
.stat-footer-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.stat-footer-faq__item {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 73, 125, 0.12);
  border-radius: 21px;
  box-shadow: 0 13px 31px rgba(19, 45, 84, 0.075);
  overflow: hidden;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}
.stat-footer-faq__item:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 19px 38px rgba(19, 45, 84, 0.13);
  border-color: rgba(31, 109, 194, 0.28);
}
.stat-footer-faq__item summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 18px 64px 18px 22px;
  color: #17365f;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.72;
  cursor: pointer;
  list-style: none;
  outline: none;
}
.stat-footer-faq__item summary::-webkit-details-marker {
  display: none;
}
.stat-footer-faq__item summary::before {
  content: "Q";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  background: linear-gradient(135deg, #2f80d1, #173d78);
  border-radius: 50%;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(33, 103, 184, 0.29);
}
.stat-footer-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #1b5f9f;
  background: #edf6ff;
  border: 1px solid rgba(31, 109, 194, 0.18);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  transition: transform .24s ease, background .24s ease, color .24s ease, box-shadow .24s ease;
}
.stat-footer-faq__item[open] {
  border-color: rgba(31, 109, 194, 0.32);
  box-shadow: 0 18px 42px rgba(19, 45, 84, 0.14);
}
.stat-footer-faq__item[open] summary {
  color: #0d3d72;
}
.stat-footer-faq__item[open] summary::after {
  content: "−";
  color: #fff;
  background: linear-gradient(135deg, #2f80d1, #173d78);
  box-shadow: 0 9px 18px rgba(33, 103, 184, 0.30);
  transform: translateY(-50%) rotate(180deg);
}
.stat-footer-faq__answer {
  padding: 0 24px 25px 69px;
  color: #43546a;
  font-size: 15px;
  line-height: 2;
  animation: statFaqFade .22s ease both;
}
.stat-footer-faq__answer strong {
  color: #14345f;
  background: linear-gradient(transparent 62%, #fff0a8 0%);
}
.stat-footer-faq__answer a {
  color: #1d67ad;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.stat-footer-faq__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 0;
  padding: 0;
  list-style: none;
}
.stat-footer-faq__chips li {
  padding: 8px 14px;
  color: #25445f;
  background: #fff;
  border: 1px solid rgba(31, 73, 125, 0.13);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(18, 48, 82, 0.06);
}
.stat-footer-faq__cta {
  margin: 34px auto 0;
  text-align: center;
}
.stat-footer-faq__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 270px;
  padding: 15px 30px;
  color: #fff;
  background: linear-gradient(135deg, #154a86, #2e86de);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(35, 104, 184, 0.28);
  transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}
.stat-footer-faq__cta a:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow: 0 22px 42px rgba(35, 104, 184, 0.36);
}
@keyframes statFaqFade {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 780px) {
  .stat-footer-faq {
    margin: 50px 14px 30px;
    padding: 40px 16px 44px;
    border-radius: 23px;
  }
  .stat-footer-faq__grid {
    grid-template-columns: 1fr;
  }
  .stat-footer-faq__item summary {
    padding: 16px 56px 16px 16px;
    font-size: 15px;
  }
  .stat-footer-faq__item summary::before {
    width: 32px;
    height: 32px;
  }
  .stat-footer-faq__item summary::after {
    right: 16px;
    width: 34px;
    height: 34px;
  }
  .stat-footer-faq__answer {
    padding: 0 18px 22px 18px;
  }
  .stat-footer-faq h2,
  .stat-footer-faq__lead {
    text-align: left;
  }
  .stat-footer-faq__label-wrap,
  .stat-footer-faq__cta {
    text-align: left;
  }
  .stat-footer-faq__cta a {
    width: 100%;
    min-width: 0;
  }
}


/* =========================================================
   Company page modern corporate design
   Added for company.html
========================================================= */
.company-modern {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 70px;
  color: #1f2f43;
}
.company-modern img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.company-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1d6fb8;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.company-eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, #1d6fb8, rgba(29,111,184,0));
}
.company-hero-pro {
  position: relative;
  overflow: hidden;
  margin: 36px 0 34px;
  padding: 56px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 18%, rgba(88,164,235,.22), transparent 30%),
    linear-gradient(135deg, #f6fbff 0%, #ffffff 48%, #edf6ff 100%);
  box-shadow: 0 26px 70px rgba(20, 55, 95, .13);
  border: 1px solid rgba(30, 105, 177, .10);
}
.company-hero-pro::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 46px solid rgba(29,111,184,.06);
}
.company-hero-pro__body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: center;
  gap: 48px;
}
.company-hero-pro h2 {
  margin: 0 0 20px;
  color: #112b49;
  font-size: clamp(29px, 4vw, 46px);
  line-height: 1.35;
  letter-spacing: .02em;
}
.company-hero-pro p {
  margin: 0;
  color: #41546c;
  font-size: 16px;
  line-height: 2;
}
.company-hero-pro p strong,
.company-intro-text strong {
  color: #0f3e75;
  background: linear-gradient(transparent 62%, #fff0a8 0%);
}
.company-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 30px;
}
.company-hero-tags span {
  display: inline-flex;
  padding: 8px 13px;
  color: #164570;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(29,111,184,.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(31, 76, 121, .07);
}
.company-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.company-primary-btn,
.company-secondary-btn,
.company-cta-band a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease;
}
.company-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, #123e75, #2e86de);
  box-shadow: 0 18px 34px rgba(27, 100, 181, .28);
}
.company-secondary-btn {
  color: #123e75;
  background: #fff;
  border: 1px solid rgba(29,111,184,.20);
  box-shadow: 0 13px 26px rgba(24, 65, 106, .10);
}
.company-primary-btn:hover,
.company-secondary-btn:hover,
.company-cta-band a:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 22px 42px rgba(27, 100, 181, .34);
}
.company-hero-pro__visual {
  position: relative;
}
.company-hero-pro__visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 52px rgba(15, 49, 85, .22);
}
.company-hero-card {
  position: absolute;
  left: -24px;
  bottom: 24px;
  width: min(280px, 82%);
  padding: 20px 22px;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(10,46,91,.94), rgba(26,113,194,.92));
  box-shadow: 0 16px 36px rgba(13, 54, 102, .34);
  backdrop-filter: blur(6px);
}
.company-hero-card span,
.company-hero-card small {
  display: block;
  opacity: .84;
  font-size: 12px;
  letter-spacing: .08em;
}
.company-hero-card strong {
  display: block;
  margin: 5px 0;
  font-size: 21px;
}
.company-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 34px;
}
.company-trust-card {
  padding: 24px 20px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(29,111,184,.11);
  box-shadow: 0 16px 38px rgba(22, 60, 100, .08);
}
.company-trust-card span {
  display: block;
  margin-bottom: 7px;
  color: #2c78bd;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.company-trust-card strong {
  display: block;
  color: #102d4d;
  font-size: 21px;
  line-height: 1.35;
}
.company-trust-card p {
  margin: 8px 0 0;
  color: #637487;
  font-size: 13px;
}
.company-intro-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: center;
  margin: 40px 0;
  padding: 36px;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(22, 60, 100, .10);
}
.company-intro-photo img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 26px;
}
.company-intro-text h2,
.company-section-head h2,
.company-cta-band h2 {
  margin: 0 0 16px;
  color: #122f50;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.45;
}
.company-intro-text p,
.company-section-head p,
.company-cta-band p {
  color: #485b70;
  line-height: 2;
}
.company-intro-points {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.company-intro-points div {
  display: grid;
  grid-template-columns: 46px 150px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 17px;
  background: #f5f9fd;
  border: 1px solid rgba(29,111,184,.10);
}
.company-intro-points i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e6fba, #65b7f4);
}
.company-intro-points strong {
  color: #163b62;
  background: none;
}
.company-intro-points span {
  color: #53667a;
  font-size: 14px;
}
.company-service-route,
.company-profile-section,
.company-photo-gallery {
  margin: 44px 0;
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid rgba(29,111,184,.10);
  box-shadow: 0 18px 46px rgba(22, 60, 100, .08);
}
.company-section-head {
  margin-bottom: 24px;
  text-align: center;
}
.company-section-head .h2_title_01 {
  background: none;
  border: none;
  padding: 0;
}
.company-service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.company-service-card {
  overflow: hidden;
  display: block;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(29,111,184,.10);
  box-shadow: 0 14px 30px rgba(22, 60, 100, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.company-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(22, 80, 143, .16);
}
.company-service-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.company-service-card div {
  padding: 20px 18px 22px;
}
.company-service-card span {
  display: block;
  color: #1d6fb8;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.company-service-card strong {
  display: block;
  margin: 6px 0 10px;
  color: #112f51;
  font-size: 19px;
}
.company-service-card p {
  margin: 0;
  color: #5a6d80;
  font-size: 14px;
  line-height: 1.8;
}
.company-table-modern {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(22,60,100,.08);
}
.company-table-modern th {
  width: 28%;
  color: #123b63;
  background: #eef6ff !important;
  font-weight: 800;
}
.company-table-modern td {
  background: #fff;
  line-height: 1.9;
}
.company-map {
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 18px;
}
.company-address-box {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: #f7fbff;
  border: 1px solid rgba(29,111,184,.10);
}
.company-address-box img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 16px;
}
.company-marker {
  display: inline;
  margin-left: 8px;
  background: linear-gradient(transparent 62%, #fff0a8 0%);
  color: #143f69;
  font-weight: 700;
}
.company-branch-list {
  display: grid;
  gap: 8px;
}
.company-branch-list span {
  display: block;
  padding: 10px 13px;
  border-radius: 12px;
  background: #f6faff;
  border-left: 4px solid #2e86de;
}
.company-logo-img {
  max-width: 210px;
  margin-top: 10px;
  border-radius: 12px;
}
.company-client-area {
  display: grid;
  gap: 14px;
}
.company-client-area > div {
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid rgba(29,111,184,.10);
}
.company-media-gallery,
.company-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 16px;
}
.company-media-gallery img,
.company-gallery-grid img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(29,111,184,.10);
  box-shadow: 0 10px 24px rgba(22,60,100,.08);
}
.company-gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(22,60,100,.09);
}
.company-gallery-grid img {
  height: 190px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  transition: transform .35s ease;
}
.company-gallery-grid figure:hover img {
  transform: scale(1.06);
}
.company-gallery-grid figcaption {
  padding: 14px 16px 16px;
  color: #173b62;
  font-weight: 800;
  text-align: center;
}
.company-cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 50px 0;
  padding: 38px 42px;
  color: #fff;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #0b2c53, #155b9f 62%, #2e86de);
  box-shadow: 0 22px 54px rgba(16, 75, 139, .28);
}
.company-cta-band .company-eyebrow,
.company-cta-band h2,
.company-cta-band p {
  color: #fff;
}
.company-cta-band .company-eyebrow::before {
  background: rgba(255,255,255,.85);
}
.company-cta-band p {
  opacity: .9;
  margin: 0;
}
.company-cta-band a {
  white-space: nowrap;
  color: #0d3b6f;
  background: #fff;
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}
@media screen and (max-width: 980px) {
  .company-hero-pro {
    padding: 34px 24px;
  }
  .company-hero-pro__body,
  .company-intro-panel,
  .company-cta-band {
    grid-template-columns: 1fr;
  }
  .company-trust-grid,
  .company-service-cards,
  .company-media-gallery,
  .company-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-hero-card {
    left: 18px;
  }
  .company-cta-band a {
    white-space: normal;
  }
}
@media screen and (max-width: 640px) {
  .company-modern {
    padding: 0 14px 50px;
  }
  .company-hero-pro,
  .company-intro-panel,
  .company-service-route,
  .company-profile-section,
  .company-photo-gallery,
  .company-cta-band {
    padding: 26px 18px;
    border-radius: 24px;
  }
  .company-hero-pro__visual img,
  .company-intro-photo img {
    height: 260px;
  }
  .company-trust-grid,
  .company-service-cards,
  .company-media-gallery,
  .company-gallery-grid {
    grid-template-columns: 1fr;
  }
  .company-intro-points div,
  .company-address-box {
    grid-template-columns: 1fr;
  }
  .company-address-box img {
    width: 100%;
    height: 170px;
  }
  .company-table-modern th,
  .company-table-modern td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .company-primary-btn,
  .company-secondary-btn,
  .company-cta-band a {
    width: 100%;
  }
}

/*
スタットエージェント トップページ：幅広い分析サポート強化セクション
-------------------------------------------*/
.stat-support-showcase {
  clear: both;
  margin: 55px 0 35px;
  padding: 42px 26px 34px;
  background:
    radial-gradient(circle at 12% 8%, rgba(101, 183, 218, 0.18), transparent 30%),
    linear-gradient(135deg, #f7fbfd 0%, #ffffff 46%, #eef7fb 100%);
  border: 1px solid rgba(6, 108, 147, 0.14);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 54, 94, 0.12);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.stat-support-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #00365E, #066C93, #65B7DA);
}

.stat-support-showcase__head {
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.stat-support-showcase__eyebrow,
.stat-support-card__label {
  display: inline-block;
  color: #066C93;
  background: rgba(6, 108, 147, 0.09);
  border: 1px solid rgba(6, 108, 147, 0.18);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.8px;
  font-weight: bold;
}

.stat-support-showcase__head h2 {
  margin: 16px 0 14px;
  padding: 0;
  color: #00365E;
  font-size: 30px;
  line-height: 1.45;
  border: none;
  background: none;
  font-weight: normal;
}

.content .stat-support-showcase__head p,
.content .stat-support-showcase__closing p {
  margin: 0 auto;
  max-width: 950px;
  color: #334;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.stat-support-showcase__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.stat-support-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 54, 94, 0.10);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 54, 94, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stat-support-card:hover {
  transform: translateY(-5px);
  border-color: rgba(6, 108, 147, 0.32);
  box-shadow: 0 20px 38px rgba(0, 54, 94, 0.16);
}

.stat-support-card--wide,
.stat-support-card--security {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
}

.stat-support-card--security {
  background: linear-gradient(135deg, #ffffff 0%, #f3fbff 100%);
}

.stat-support-card__image {
  position: relative;
  min-height: 220px;
  background: #00365E;
  overflow: hidden;
}

.stat-support-card--wide .stat-support-card__image,
.stat-support-card--security .stat-support-card__image {
  flex: 0 0 36%;
  min-height: 100%;
}

.stat-support-card__image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.stat-support-card:hover .stat-support-card__image img {
  transform: scale(1.05);
  opacity: 0.92;
}

.stat-support-card__image span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  color: #fff;
  background: rgba(0, 54, 94, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 7px 14px;
  font-family: 'EB Garamond', serif;
  letter-spacing: 1.5px;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.20);
}

.stat-support-card__body {
  padding: 28px 28px 24px;
  box-sizing: border-box;
}

.stat-support-showcase .stat-support-card__body h3,
.content .stat-support-showcase .stat-support-card__body h3 {
  margin: 14px 0 14px;
  padding: 0;
  color: #00365E;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 22px;
  line-height: 1.55;
  letter-spacing: 0.5px;
  font-weight: bold;
}

.stat-support-showcase .stat-support-card__body h3::before,
.content .stat-support-showcase .stat-support-card__body h3::before {
  display: none;
}

.content .stat-support-card__body p {
  margin: 0 0 18px;
  color: #333;
  font-size: 15.5px;
  line-height: 1.9;
}

.stat-support-list {
  margin: 0;
  padding: 0;
}

.stat-support-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 11px 12px 11px 42px;
  color: #263642;
  background: #f8fbfd;
  border: 1px solid rgba(6, 108, 147, 0.10);
  border-radius: 12px;
  font-size: 14.5px;
  line-height: 1.7;
  box-sizing: border-box;
}

.stat-support-list li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  background: linear-gradient(135deg, #066C93, #65B7DA);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.stat-support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.stat-support-tags span {
  display: inline-block;
  padding: 7px 12px;
  color: #00365E;
  background: #ffffff;
  border: 1px solid rgba(6, 108, 147, 0.18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
}

.stat-support-showcase__closing {
  margin-top: 26px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #00365E 0%, #066C93 100%);
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(0, 54, 94, 0.18);
}

.content .stat-support-showcase__closing p {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .stat-support-showcase {
    padding: 34px 18px 28px;
    border-radius: 18px;
  }

  .stat-support-showcase__cards {
    grid-template-columns: 1fr;
  }

  .stat-support-card--wide,
  .stat-support-card--security {
    flex-direction: column;
  }

  .stat-support-card--wide .stat-support-card__image,
  .stat-support-card--security .stat-support-card__image {
    flex: none;
    min-height: 230px;
  }

  .stat-support-showcase__head h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .stat-support-showcase {
    margin: 35px 0 25px;
    padding: 28px 14px 22px;
  }

  .stat-support-card__body {
    padding: 22px 18px 20px;
  }

  .stat-support-showcase .stat-support-card__body h3,
  .content .stat-support-showcase .stat-support-card__body h3 {
    font-size: 19px;
  }

  .content .stat-support-showcase__head p,
  .content .stat-support-showcase__closing p,
  .content .stat-support-card__body p {
    font-size: 14.5px;
    line-height: 1.85;
  }

  .stat-support-list li {
    padding-left: 38px;
    font-size: 14px;
  }
}


    body {
      font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
      line-height: 1.9;
      color: #333;
      background: #fafafa;
      margin: 0;
      padding: 0;
    }
    .container {
      max-width: 980px;
      margin: 40px auto;
      background: #fff;
      padding: 40px 28px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
      border-radius: 12px;
    }
    .date {
      display: inline-block;
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 10px;
      background: #f2f2f2;
      padding: 6px 12px;
      border-radius: 999px;
    }
    h1 {
      font-size: 2rem;
      margin: 0 0 24px;
      color: #1a1a1a;
      line-height: 1.5;
    }
    h2 {
      font-size: 1.28rem;
      margin: 0 0 14px;
      color: #222;
    }
    h3 {
      font-size: 1.08rem;
      margin: 22px 0 10px;
      color: #333;
      border-left: 5px solid #4a90e2;
      padding-left: 12px;
      line-height: 1.6;
    }
    p {
      font-size: 1.05rem;
      margin: 0 0 18px;
    }
    .hero-image {
      margin: 18px 0 26px;
      text-align: center;
    }
    .hero-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }
    .marker-pink {
      background: linear-gradient(transparent 60%, #ffd1dc 60%);
      font-weight: bold;
    }
    .marker-yellow {
      background: linear-gradient(transparent 60%, #fff3a3 60%);
      font-weight: bold;
    }
    .marker-blue {
      background: linear-gradient(transparent 60%, #cfe8ff 60%);
      font-weight: bold;
    }
    .notice {
      background: #f8fbff;
      border-left: 5px solid #4a90e2;
      padding: 18px 20px;
      margin: 24px 0;
      border-radius: 8px;
    }
    .section-box {
      background: #fcfcfc;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 24px;
      margin: 28px 0;
    }
    .section-box p:last-child {
      margin-bottom: 0;
    }
    .toc-box {
      background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
      border: 1px solid #dcecff;
      border-radius: 14px;
      padding: 24px 24px 18px;
      margin: 28px 0 34px;
      box-shadow: 0 2px 12px rgba(74, 144, 226, 0.08);
    }
    .toc-title {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: bold;
      color: #1d4f86;
      font-size: 1.18rem;
      margin-bottom: 14px;
    }
    .toc-box ol {
      margin: 0;
      padding-left: 22px;
    }
    .toc-box li {
      margin: 8px 0;
      line-height: 1.7;
      color: #345;
    }
    .toc-box li ul {
      margin-top: 4px;
      padding-left: 18px;
    }
    .toc-box a {
      color: #1d5f9f;
      text-decoration: none;
      font-weight: 600;
    }
    .toc-box a:hover {
      text-decoration: underline;
    }
    .point-list {
      background: #fff;
      border: 1px dashed #c9dff5;
      border-radius: 10px;
      padding: 18px 20px;
      margin: 18px 0;
    }
    .point-list ul {
      margin: 0;
      padding-left: 22px;
    }
    .point-list li {
      margin: 8px 0;
      line-height: 1.8;
    }
    .mini-table {
      width: 100%;
      border-collapse: collapse;
      margin: 18px 0;
      font-size: 0.98rem;
      background: #fff;
    }
    .mini-table th,
    .mini-table td {
      border: 1px solid #e2e8f0;
      padding: 12px 10px;
      vertical-align: top;
      line-height: 1.7;
    }
    .mini-table th {
      background: #f3f8ff;
      color: #234;
      font-weight: bold;
      width: 28%;
    }
    .faq-box {
      background: #fff;
      border: 1px solid #e8e8e8;
      border-radius: 10px;
      padding: 18px 20px;
      margin: 18px 0;
    }
    .faq-box h3 {
      margin-top: 0;
    }
    .hashtags {
      margin-top: 30px;
      padding-top: 20px;
      border-top: 1px solid #e5e5e5;
      font-size: 0.95rem;
      color: #555;
      line-height: 1.8;
    }
    .hashtags span {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 8px;
      background: #f3f7ff;
      padding: 6px 10px;
      border-radius: 999px;
    }
    strong {
      color: #222;
    }
    html {
      scroll-behavior: smooth;
    }
    @media screen and (max-width: 768px) {
      .container {
        margin: 24px auto;
        padding: 26px 18px;
        border-radius: 10px;
      }
      h1 {
        font-size: 1.55rem;
      }
      h2 {
        font-size: 1.18rem;
      }
      h3 {
        font-size: 1rem;
      }
      p {
        font-size: 1rem;
      }
      .toc-box {
        padding: 20px 18px 14px;
      }
      .mini-table {
        font-size: 0.92rem;
      }
      .mini-table th,
      .mini-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
      }
    }

/* Header phone number: force white */
header .h_tel,
header .h_tel a,
header .h_tel a:link,
header .h_tel a:visited,
header .h_tel a:hover,
header .h_tel a:active,
header .h_tel i,
header .h_tel strong {
  color: #fff !important;
}


/* =========================================================
   voice.html：大手企業風・お客様の声ページ専用デザイン
========================================================= */
.voice-page {
  --voice-navy: #092b4c;
  --voice-blue: #176db3;
  --voice-sky: #5bb4ec;
  --voice-ink: #152b42;
  --voice-text: #526477;
  --voice-line: rgba(23, 109, 179, .14);
  --voice-shadow: 0 24px 60px rgba(10, 45, 82, .13);
  color: var(--voice-ink);
  padding-bottom: 74px;
}
.content .voice-page p,
.content .voice-page h2,
.content .voice-page h3,
.content .voice-page figure {
  margin-left: 0;
  margin-right: 0;
}
.content .voice-page p {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--voice-text);
  font-size: 15.5px;
  line-height: 2;
}
.content .voice-page h2,
.content .voice-page h3 {
  background: none;
  border: 0;
  box-shadow: none;
  font-weight: 800;
  letter-spacing: .02em;
}
.content .voice-page h3::before,
.content .voice-page h4::before {
  content: none;
}
.voice-page a {
  text-decoration: none;
}
.voice-page img {
  max-width: 100%;
  height: auto;
}
.voice-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px !important;
  color: var(--voice-blue) !important;
  font-family: 'Raleway', sans-serif;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}
.voice-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, var(--voice-blue), rgba(23, 109, 179, 0));
}
.voice-hero-corporate {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 46px;
  align-items: center;
  margin: 28px 0 30px;
  padding: 58px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 16%, rgba(91,180,236,.30), transparent 28%),
    radial-gradient(circle at 8% 86%, rgba(23,109,179,.13), transparent 32%),
    linear-gradient(135deg, #f5fbff 0%, #fff 46%, #edf6ff 100%);
  border: 1px solid var(--voice-line);
  box-shadow: var(--voice-shadow);
}
.voice-hero-corporate__bg::before,
.voice-hero-corporate__bg::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}
.voice-hero-corporate__bg::before {
  right: -145px;
  bottom: -165px;
  width: 410px;
  height: 410px;
  border: 54px solid rgba(23,109,179,.055);
}
.voice-hero-corporate__bg::after {
  left: -80px;
  top: -90px;
  width: 210px;
  height: 210px;
  background: rgba(91,180,236,.10);
}
.voice-hero-corporate__content,
.voice-hero-corporate__visual {
  position: relative;
  z-index: 1;
}
.voice-hero-corporate h2 {
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: #092b4c !important;
  font-size: clamp(30px, 4.2vw, 47px) !important;
  line-height: 1.35 !important;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
}
.voice-hero-corporate__lead {
  max-width: 650px;
  color: #435a70 !important;
  font-size: 16px !important;
  line-height: 2.05 !important;
}
.voice-hero-corporate__actions,
.voice-cta-corporate__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
.voice-pro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.4;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, background .25s ease, color .25s ease;
}
.voice-pro-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #082b4e, #176db3 62%, #37a8e6);
  box-shadow: 0 18px 36px rgba(23, 109, 179, .30);
}
.voice-pro-btn--ghost {
  color: #0b3a65 !important;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(23,109,179,.18);
  box-shadow: 0 13px 28px rgba(10, 45, 82, .10);
}
.voice-pro-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow: 0 22px 44px rgba(23, 109, 179, .32);
}
.voice-hero-corporate__visual figure {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(9,43,76,.92), rgba(23,109,179,.84)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.10) 0 1px, transparent 1px 12px);
  box-shadow: 0 26px 56px rgba(9, 43, 76, .24);
}
.voice-hero-corporate__visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,43,76,0) 45%, rgba(9,43,76,.32));
  pointer-events: none;
}
.voice-hero-corporate__visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.voice-hero-corporate__visual figure.is-noimage::before,
.voice-analysis-band figure.is-noimage::before,
.voice-card-premium figure.is-noimage::before {
  content: "Stat Agent";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,.90);
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.voice-floating-panel {
  position: absolute;
  left: -24px;
  bottom: 24px;
  width: min(300px, 84%);
  padding: 20px 22px;
  color: #fff;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(6,37,72,.95), rgba(23,109,179,.92));
  box-shadow: 0 18px 38px rgba(9,43,76,.36);
  backdrop-filter: blur(7px);
}
.voice-floating-panel span {
  display: block;
  margin-bottom: 6px;
  opacity: .82;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.voice-floating-panel strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.65;
}
.voice-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 0 38px;
}
.voice-metric-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 26px 22px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid var(--voice-line);
  box-shadow: 0 16px 38px rgba(10,45,82,.08);
}
.voice-metric-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(91,180,236,.13);
}
.voice-metric-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--voice-navy), var(--voice-blue));
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 900;
}
.voice-metric-card strong {
  display: block;
  margin-bottom: 10px;
  color: #102d4d;
  font-size: 19px;
  line-height: 1.45;
}
.content .voice-page .voice-metric-card p {
  color: #5a6d80;
  font-size: 13.5px;
  line-height: 1.85;
}
.voice-section--panel,
.voice-service-links,
.voice-process,
.voice-faq-corporate {
  margin: 44px 0;
  padding: 42px;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border: 1px solid var(--voice-line);
  box-shadow: 0 18px 48px rgba(10,45,82,.08);
}
.voice-section__head {
  margin-bottom: 28px;
}
.voice-section__head--center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.voice-section__head--center .voice-eyebrow {
  justify-content: center;
}
.voice-section__head h2,
.voice-analysis-band h2,
.voice-process h2,
.voice-faq-corporate h2,
.voice-cta-corporate h2 {
  margin: 0 0 15px !important;
  padding: 0 !important;
  color: #0f2f51 !important;
  font-size: clamp(25px, 3vw, 35px) !important;
  line-height: 1.45 !important;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif;
}
.voice-card-grid--premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.voice-card-premium {
  overflow: hidden;
  display: grid;
  grid-template-columns: 190px 1fr;
  min-height: 245px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(23,109,179,.12);
  box-shadow: 0 15px 34px rgba(10,45,82,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.voice-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(10,70,126,.15);
}
.voice-card-premium--wide {
  grid-column: 1 / -1;
  grid-template-columns: 285px 1fr;
}
.voice-card-premium figure {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(9,43,76,.92), rgba(23,109,179,.78)),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%);
}
.voice-card-premium img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
  transition: transform .35s ease;
}
.voice-card-premium:hover img {
  transform: scale(1.045);
}
.voice-card-premium__body {
  padding: 26px 26px 24px;
}
.voice-card-premium__tag {
  display: inline-flex;
  width: auto;
  margin-bottom: 12px !important;
  padding: 7px 12px;
  color: #176db3 !important;
  background: #eef7ff;
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 800;
  line-height: 1.4 !important;
}
.content .voice-card-premium h3 {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #112f51 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}
.content .voice-card-premium p:last-child {
  color: #53677c;
  font-size: 14.5px;
  line-height: 1.9;
}
.voice-analysis-band {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 36px;
  align-items: center;
  margin: 46px 0;
  padding: 42px;
  color: #fff;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #082b4e, #104d86 58%, #176db3);
  box-shadow: 0 24px 56px rgba(10,65,119,.22);
}
.voice-analysis-band .voice-eyebrow,
.voice-analysis-band h2,
.voice-analysis-band p {
  color: #fff !important;
}
.voice-analysis-band .voice-eyebrow::before {
  background: rgba(255,255,255,.85);
}
.voice-analysis-band__copy p {
  opacity: .90;
}
.voice-analysis-band__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.voice-analysis-band__photos figure {
  position: relative;
  overflow: hidden;
  min-height: 175px;
  border-radius: 22px;
  background: rgba(255,255,255,.12);
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}
.voice-analysis-band__photos figure:first-child {
  grid-row: span 2;
  min-height: 364px;
}
.voice-analysis-band__photos img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.voice-analysis-band__photos figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 8px 12px;
  color: #fff;
  border-radius: 999px;
  background: rgba(9,43,76,.78);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(5px);
}
.voice-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.voice-link-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 190px;
  padding: 25px 22px;
  color: inherit;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(23,109,179,.12);
  box-shadow: 0 14px 32px rgba(10,45,82,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.voice-link-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--voice-navy), var(--voice-blue));
  transition: transform .25s ease;
}
.voice-link-card:hover {
  transform: translateY(-5px);
  border-color: rgba(23,109,179,.30);
  box-shadow: 0 24px 46px rgba(10,70,126,.15);
}
.voice-link-card:hover::after {
  transform: translateX(4px);
}
.voice-link-card span {
  display: block;
  color: var(--voice-blue);
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.voice-link-card strong {
  display: block;
  margin: 8px 0 10px;
  color: #112f51;
  font-size: 20px;
  line-height: 1.45;
}
.content .voice-link-card p {
  padding-right: 26px;
  color: #5a6e82;
  font-size: 13.8px;
  line-height: 1.85;
}
.voice-process__list {
  counter-reset: voiceStep;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.voice-process__list li {
  position: relative;
  min-height: 206px;
  padding: 26px 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(23,109,179,.12);
  box-shadow: 0 14px 32px rgba(10,45,82,.07);
}
.voice-process__list li::after {
  content: "";
  position: absolute;
  top: 43px;
  right: -27px;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(23,109,179,.45), rgba(23,109,179,0));
}
.voice-process__list li:last-child::after {
  content: none;
}
.voice-process__list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--voice-navy), var(--voice-blue));
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 900;
}
.voice-process__list strong {
  display: block;
  margin-bottom: 10px;
  color: #112f51;
  font-size: 18px;
  line-height: 1.45;
}
.content .voice-process__list p {
  color: #5a6e82;
  font-size: 13.6px;
  line-height: 1.85;
}
.voice-faq-corporate__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.voice-faq-corporate details {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(23,109,179,.12);
  box-shadow: 0 12px 26px rgba(10,45,82,.06);
}
.voice-faq-corporate summary {
  position: relative;
  cursor: pointer;
  padding: 20px 58px 20px 22px;
  color: #112f51;
  font-size: 15.5px;
  font-weight: 900;
  line-height: 1.65;
  list-style: none;
}
.voice-faq-corporate summary::-webkit-details-marker {
  display: none;
}
.voice-faq-corporate summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--voice-navy), var(--voice-blue));
  transform: translateY(-50%);
}
.voice-faq-corporate details[open] summary::after {
  content: "−";
}
.voice-faq-corporate details p {
  padding: 0 22px 22px;
  font-size: 14px !important;
  line-height: 1.9 !important;
}
.voice-cta-corporate {
  position: relative;
  overflow: hidden;
  margin: 54px 0 0;
  padding: 46px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.22), transparent 24%),
    linear-gradient(135deg, #092b4c, #155b9f 60%, #2e9fe5);
  box-shadow: 0 26px 62px rgba(10,65,119,.26);
}
.voice-cta-corporate::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -110px;
  width: 285px;
  height: 285px;
  border-radius: 50%;
  border: 38px solid rgba(255,255,255,.10);
}
.voice-cta-corporate__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
.voice-cta-corporate .voice-eyebrow,
.voice-cta-corporate .voice-eyebrow::before,
.voice-cta-corporate h2,
.voice-cta-corporate p {
  color: #fff !important;
}
.voice-cta-corporate .voice-eyebrow::before {
  background: rgba(255,255,255,.85);
}
.voice-cta-corporate p {
  opacity: .92;
}
.voice-cta-corporate .voice-pro-btn--ghost {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .voice-hero-corporate,
  .voice-analysis-band {
    grid-template-columns: 1fr;
  }
  .voice-metrics,
  .voice-process__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-process__list li::after {
    content: none;
  }
}
@media screen and (max-width: 760px) {
  .voice-page {
    padding-bottom: 46px;
  }
  .voice-hero-corporate,
  .voice-section--panel,
  .voice-service-links,
  .voice-process,
  .voice-faq-corporate,
  .voice-analysis-band,
  .voice-cta-corporate {
    padding: 28px 18px;
    border-radius: 24px;
  }
  .voice-hero-corporate {
    gap: 26px;
  }
  .voice-hero-corporate h2 {
    font-size: 26px !important;
  }
  .voice-hero-corporate__visual figure,
  .voice-hero-corporate__visual img {
    min-height: 270px;
    height: 270px;
  }
  .voice-floating-panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }
  .voice-metrics,
  .voice-card-grid--premium,
  .voice-link-grid,
  .voice-process__list,
  .voice-faq-corporate__list,
  .voice-analysis-band__photos {
    grid-template-columns: 1fr;
  }
  .voice-card-premium,
  .voice-card-premium--wide {
    grid-template-columns: 1fr;
  }
  .voice-card-premium img {
    height: 230px;
    min-height: 230px;
  }
  .voice-analysis-band__photos figure:first-child {
    grid-row: auto;
    min-height: 220px;
  }
  .voice-analysis-band__photos figure {
    min-height: 220px;
  }
  .voice-pro-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .voice-hero-corporate__actions,
  .voice-cta-corporate__buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .voice-section__head h2,
  .voice-analysis-band h2,
  .voice-process h2,
  .voice-faq-corporate h2,
  .voice-cta-corporate h2 {
    font-size: 23px !important;
  }
  .voice-metric-card,
  .voice-card-premium__body,
  .voice-link-card,
  .voice-process__list li {
    padding: 22px 18px;
  }
}

/* =========================================================
   rinen.html corporate design / SEO content styling
   Scoped to .rinen-page to avoid affecting other pages.
========================================================= */
.rinen-page {
  --rinen-navy: #061f3a;
  --rinen-deep: #0a3158;
  --rinen-blue: #0f75bc;
  --rinen-cyan: #23a7cf;
  --rinen-gold: #c9a75b;
  --rinen-ink: #172033;
  --rinen-muted: #627083;
  --rinen-line: #dce8f1;
  --rinen-bg: #f4f8fb;
  --rinen-card: #ffffff;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 40%, #f5f8fb 100%);
  color: var(--rinen-ink);
  padding-bottom: 64px;
}
.rinen-page * { box-sizing: border-box; }
.rinen-page p { margin: 0; line-height: 1.95; font-size: 15.5px; color: var(--rinen-muted); }
.rinen-page h1,
.rinen-page h2,
.rinen-page h3 { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", serif; }
.rinen-page h2,
.rinen-page h3 {
  margin: 0;
  padding: 0;
  color: var(--rinen-navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-weight: 800;
  letter-spacing: .02em;
}
.rinen-page h3::before { content: none !important; }
.rinen-page img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rinen-hero {
  position: relative;
  overflow: hidden;
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(16,101,162,.12);
  border-radius: 36px;
  background:
    radial-gradient(circle at 10% 5%, rgba(35,167,207,.16), transparent 26%),
    radial-gradient(circle at 82% 8%, rgba(201,167,91,.14), transparent 22%),
    linear-gradient(135deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 26px 70px rgba(8,42,74,.12);
}
.rinen-hero::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 44px solid rgba(15,117,188,.06);
}
.rinen-hero__copy,
.rinen-hero__visual { position: relative; z-index: 1; }
.rinen-eyebrow,
.rinen-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(15,117,188,.10);
  color: var(--rinen-blue);
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.rinen-hero h1 {
  margin: 0 0 18px;
  color: var(--rinen-navy);
  font-size: clamp(34px, 5.4vw, 64px);
  line-height: 1.18;
  letter-spacing: .025em;
}
.rinen-lead {
  max-width: 650px;
  font-size: clamp(15.5px, 1.7vw, 18px) !important;
  color: #3f4e61 !important;
}
.rinen-hero__buttons,
.rinen-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.rinen-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: .04em;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}
.rinen-btn::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 50%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
  transition: left .55s ease;
  z-index: -1;
}
.rinen-btn:hover::after { left: 120%; }
.rinen-btn:hover { transform: translateY(-3px); }
.rinen-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--rinen-blue), var(--rinen-cyan));
  box-shadow: 0 14px 30px rgba(15,117,188,.28);
}
.rinen-btn--primary:hover {
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(15,117,188,.36);
}
.rinen-btn--ghost {
  color: var(--rinen-navy) !important;
  border: 1px solid rgba(15,117,188,.22);
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,42,74,.07);
}
.rinen-btn--ghost:hover {
  border-color: rgba(15,117,188,.46);
  color: var(--rinen-blue) !important;
  box-shadow: 0 14px 32px rgba(8,42,74,.12);
}
.rinen-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}
.rinen-proof span {
  padding: 14px;
  border: 1px solid rgba(15,117,188,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 10px 24px rgba(8,42,74,.06);
  color: var(--rinen-muted);
  font-size: 12px;
  line-height: 1.5;
}
.rinen-proof strong {
  display: block;
  color: var(--rinen-navy);
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
}
.rinen-hero__visual {
  min-height: 540px;
}
.rinen-photo-main,
.rinen-photo-sub {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background: #dbe8f1;
  box-shadow: 0 24px 48px rgba(6,31,58,.18);
}
.rinen-photo-main {
  inset: 0 0 86px 42px;
}
.rinen-photo-sub {
  border: 8px solid #fff;
}
.rinen-photo-sub--one {
  left: 0;
  bottom: 36px;
  width: 48%;
  height: 190px;
}
.rinen-photo-sub--two {
  right: 24px;
  bottom: 0;
  width: 52%;
  height: 210px;
}
.rinen-floating-card {
  position: absolute;
  left: 34px;
  top: 34px;
  width: min(260px, 70%);
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 38px rgba(6,31,58,.16);
}
.rinen-floating-card b {
  display: block;
  color: var(--rinen-navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  letter-spacing: .04em;
}
.rinen-floating-card span {
  display: block;
  margin-top: 4px;
  color: var(--rinen-muted);
  font-size: 13px;
}
.rinen-photo-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.rinen-photo-strip figure {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  margin: 0;
  border-radius: 24px;
  background: #dbe8f1;
  box-shadow: 0 16px 36px rgba(8,42,74,.09);
}
.rinen-photo-strip img,
.rinen-gallery-card img,
.rinen-split-section__image img { transition: transform .45s ease; }
.rinen-photo-strip figure:hover img,
.rinen-gallery-card:hover img,
.rinen-split-section:hover .rinen-split-section__image img { transform: scale(1.055); }
.rinen-photo-strip figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  color: #fff;
  background: rgba(6,31,58,.72);
  backdrop-filter: blur(8px);
  font-weight: 800;
  font-size: 13px;
  text-align: center;
}
.rinen-section,
.rinen-split-section,
.rinen-service-gallery,
.rinen-process,
.rinen-faq,
.rinen-cta {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 56px;
}
.rinen-section__head {
  max-width: 900px;
  margin: 0 auto 26px;
  text-align: center;
}
.rinen-section__head h2,
.rinen-split-section__body h2,
.rinen-process__copy h2,
.rinen-cta h2 {
  font-size: clamp(26px, 3.4vw, 42px) !important;
  line-height: 1.38 !important;
}
.rinen-section__head p {
  margin-top: 14px;
}
.rinen-mission-grid,
.rinen-quality-grid,
.rinen-gallery-grid,
.rinen-faq__list {
  display: grid;
  gap: 18px;
}
.rinen-mission-grid { grid-template-columns: repeat(3, 1fr); }
.rinen-mission-grid article {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 30px 26px;
  border: 1px solid rgba(15,117,188,.13);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8,42,74,.08);
}
.rinen-mission-grid article::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(15,117,188,.07);
}
.rinen-card-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--rinen-blue), var(--rinen-cyan));
  box-shadow: 0 12px 24px rgba(15,117,188,.24);
}
.rinen-mission-grid h3,
.rinen-quality-grid h3 { font-size: 21px !important; line-height: 1.45 !important; margin-bottom: 12px; }
.rinen-split-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 34px;
  align-items: center;
  padding: 26px;
  border: 1px solid rgba(15,117,188,.12);
  border-radius: 34px;
  background: linear-gradient(135deg, #fff, #f4faff);
  box-shadow: 0 22px 56px rgba(8,42,74,.10);
}
.rinen-split-section__image {
  overflow: hidden;
  min-height: 440px;
  border-radius: 28px;
  background: #dbe8f1;
}
.rinen-split-section__body { padding: 16px 14px; }
.rinen-split-section__body p { margin-top: 14px; }
.rinen-check-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.rinen-check-list span {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 14px;
  border: 1px solid rgba(15,117,188,.13);
  border-radius: 16px;
  background: #fff;
  color: var(--rinen-navy);
  font-weight: 800;
  line-height: 1.6;
}
.rinen-check-list i { color: var(--rinen-blue); margin-top: 4px; }
.rinen-section--quality {
  padding: clamp(30px, 5vw, 50px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 0%, rgba(35,167,207,.12), transparent 24%),
    linear-gradient(135deg, #061f3a, #0b3d67 58%, #0f75bc);
  box-shadow: 0 28px 64px rgba(6,31,58,.18);
}
.rinen-section--quality .rinen-kicker,
.rinen-section--quality h2,
.rinen-section--quality .rinen-section__head p { color: #fff !important; }
.rinen-section--quality .rinen-kicker { background: rgba(255,255,255,.14); }
.rinen-section--quality .rinen-section__head p { opacity: .88; }
.rinen-quality-grid { grid-template-columns: repeat(3, 1fr); }
.rinen-quality-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
}
.rinen-quality-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(255,255,255,.68);
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  letter-spacing: .12em;
}
.rinen-quality-grid h3,
.rinen-quality-grid p { color: #fff !important; }
.rinen-quality-grid p { opacity: .86; }
.rinen-gallery-grid { grid-template-columns: repeat(4, 1fr); }
.rinen-gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 28px;
  background: #dbe8f1;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(8,42,74,.11);
}
.rinen-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(6,31,58,.86) 100%);
}
.rinen-gallery-card div {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
.rinen-gallery-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.45;
}
.rinen-gallery-card span {
  display: block;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  line-height: 1.6;
}
.rinen-process {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 28px;
  align-items: start;
}
.rinen-process__copy {
  position: sticky;
  top: 24px;
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(8,42,74,.08);
  border: 1px solid rgba(15,117,188,.12);
}
.rinen-process__copy p { margin-top: 14px; }
.rinen-process__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  counter-reset: process;
}
.rinen-process__list li {
  position: relative;
  min-height: 210px;
  padding: 28px 24px;
  border: 1px solid rgba(15,117,188,.13);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(8,42,74,.08);
}
.rinen-process__list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--rinen-blue), var(--rinen-cyan));
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
.rinen-process__list b {
  display: block;
  margin-bottom: 10px;
  color: var(--rinen-navy);
  font-size: 20px;
}
.rinen-faq__list { grid-template-columns: 1fr; }
.rinen-faq details {
  overflow: hidden;
  border: 1px solid rgba(15,117,188,.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(8,42,74,.06);
}
.rinen-faq summary {
  position: relative;
  cursor: pointer;
  padding: 20px 58px 20px 22px;
  color: var(--rinen-navy);
  font-weight: 900;
  line-height: 1.7;
  list-style: none;
}
.rinen-faq summary::-webkit-details-marker { display: none; }
.rinen-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--rinen-blue), var(--rinen-cyan));
}
.rinen-faq details[open] summary::after { content: "−"; }
.rinen-faq details p { padding: 0 22px 22px; }
.rinen-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 36px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6,31,58,.94), rgba(6,31,58,.72)),
    url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=82') center/cover no-repeat;
  box-shadow: 0 28px 66px rgba(6,31,58,.24);
}
.rinen-cta::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 44px solid rgba(255,255,255,.10);
}
.rinen-cta__inner { position: relative; z-index: 1; max-width: 840px; }
.rinen-cta .rinen-kicker,
.rinen-cta h2,
.rinen-cta p { color: #fff !important; }
.rinen-cta .rinen-kicker { background: rgba(255,255,255,.14); }
.rinen-cta p { opacity: .9; margin-top: 14px; }
.rinen-cta .rinen-btn--ghost { background: #fff; }
.rinen-tel {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 22px !important;
  font-family: 'EB Garamond', serif;
  font-size: 28px !important;
  letter-spacing: .04em;
}
.rinen-tel a { color: #fff !important; text-decoration: none; }
@media screen and (max-width: 1080px) {
  .rinen-hero,
  .rinen-split-section,
  .rinen-process { grid-template-columns: 1fr; }
  .rinen-hero__visual { min-height: 470px; }
  .rinen-photo-main { left: 0; }
  .rinen-photo-strip,
  .rinen-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .rinen-quality-grid { grid-template-columns: repeat(2, 1fr); }
  .rinen-process__copy { position: static; }
}
@media screen and (max-width: 820px) {
  .rinen-hero { padding: 26px 18px; border-radius: 28px; }
  .rinen-proof,
  .rinen-mission-grid,
  .rinen-quality-grid,
  .rinen-process__list { grid-template-columns: 1fr; }
  .rinen-photo-strip,
  .rinen-gallery-grid { grid-template-columns: 1fr; }
  .rinen-photo-strip figure,
  .rinen-gallery-card { min-height: 260px; }
  .rinen-hero__visual { min-height: 430px; }
  .rinen-photo-main { inset: 0 0 120px 0; }
  .rinen-photo-sub--one { width: 52%; height: 170px; bottom: 40px; }
  .rinen-photo-sub--two { width: 54%; height: 180px; right: 0; }
  .rinen-floating-card { left: 18px; top: 18px; }
  .rinen-split-section { padding: 18px; }
  .rinen-split-section__image { min-height: 280px; }
  .rinen-section--quality,
  .rinen-process__copy,
  .rinen-cta { padding: 28px 18px; border-radius: 26px; }
  .rinen-btn { width: 100%; }
}
@media screen and (max-width: 480px) {
  .rinen-page { padding-bottom: 42px; }
  .rinen-hero,
  .rinen-photo-strip,
  .rinen-section,
  .rinen-split-section,
  .rinen-service-gallery,
  .rinen-process,
  .rinen-faq,
  .rinen-cta { width: min(100% - 22px, 1180px); }
  .rinen-hero h1 { font-size: 31px; }
  .rinen-section__head h2,
  .rinen-split-section__body h2,
  .rinen-process__copy h2,
  .rinen-cta h2 { font-size: 24px !important; }
  .rinen-hero__visual { min-height: 390px; }
  .rinen-photo-sub { border-width: 5px; }
  .rinen-photo-sub--one { width: 56%; }
  .rinen-photo-sub--two { width: 58%; }
  .rinen-tel { font-size: 24px !important; }
}

/* SECURITY ACTION logo under SDGs in footer */
.footer-certification-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.footer-certification-logos a {
  display: block;
  text-align: center;
}
.footer-certification-logos img {
  display: block;
  height: auto;
}
.security_action_logo {
  width: 140px !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:560px) {
  .footer-certification-logos {
    gap: 10px;
  }
  .security_action_logo {
    width: 130px !important;
  }
}


/* =========================================
   CVR改善 2026-07-07
   ファーストビュー再設計／お知らせ3件カルーセル
========================================= */
.top_img.stat-hero {
	position: relative;
	min-height: 650px;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 132px 24px 96px;
	box-sizing: border-box;
	background:
		linear-gradient(115deg, rgba(0,28,48,.96) 0%, rgba(0,64,100,.92) 48%, rgba(0,64,100,.62) 67%, rgba(0,64,100,.32) 100%),
		linear-gradient(135deg, #00243d 0%, #005b84 100%);
}
.top_img.stat-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 80% 20%, rgba(255,255,255,.24) 0, rgba(255,255,255,0) 30%),
		linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.28));
	z-index: 1;
	pointer-events: none;
}
.stat-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: .45;
}
.stat-hero-inner {
	position: relative;
	z-index: 2;
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	gap: 34px;
	align-items: center;
}
.stat-hero-copy {
	color: #fff;
}
.stat-hero-kicker {
	display: inline-flex;
	align-items: center;
	margin: 0 0 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.25);
	color: #aee7ff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .09em;
}
.stat-hero-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(32px, 4.5vw, 56px);
	line-height: 1.34;
	letter-spacing: .04em;
	text-shadow: 0 6px 22px rgba(0,0,0,.25);
}
.stat-hero-lead {
	max-width: 760px;
	margin: 0 0 20px !important;
	color: #eefaff;
	font-size: 17px !important;
	line-height: 2 !important;
	letter-spacing: .04em;
}
.stat-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 0 0 24px;
	padding: 0;
}
.stat-hero-tags li {
	list-style: none;
	padding: 8px 13px;
	border-radius: 999px;
	background: #fff;
	color: #00365e;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.stat-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 0 0 18px;
}
.stat-hero-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	letter-spacing: .05em;
	transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.stat-primary-cta {
	background: linear-gradient(135deg, #d98b00 0%, #f0ad2e 100%);
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(217,139,0,.28);
}
.stat-secondary-cta {
	background: rgba(255,255,255,.95);
	color: #00365e !important;
	box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.stat-hero-actions a:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(0,0,0,.22);
}
.stat-hero-note {
	margin: 0;
	color: rgba(255,255,255,.86);
	font-size: 13px;
	letter-spacing: .06em;
}
.stat-hero-panel {
	padding: 26px 24px;
	border-radius: 22px;
	background: rgba(255,255,255,.94);
	border: 1px solid rgba(255,255,255,.55);
	box-shadow: 0 24px 50px rgba(0,0,0,.18);
	backdrop-filter: blur(8px);
}
.stat-panel-title {
	margin: 0 0 16px;
	color: #00365e;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: .04em;
}
.stat-hero-panel ol {
	margin: 0;
	padding: 0;
	counter-reset: statHero;
}
.stat-hero-panel li {
	position: relative;
	list-style: none;
	margin: 0 0 14px;
	padding: 0 0 14px 46px;
	border-bottom: 1px solid #e2edf3;
}
.stat-hero-panel li:last-child {
	margin-bottom: 0;
}
.stat-hero-panel li::before {
	counter-increment: statHero;
	content: counter(statHero);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00365e;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.stat-hero-panel strong,
.stat-hero-panel span {
	display: block;
}
.stat-hero-panel strong {
	color: #00365e;
	font-size: 16px;
	margin-bottom: 4px;
}
.stat-hero-panel span {
	color: #405b68;
	font-size: 13px;
	line-height: 1.7;
}
.stat-panel-result {
	margin-top: 18px;
	padding: 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, #eaf7fc 0%, #ffffff 100%);
	border: 1px solid #d3eaf2;
}
.stat-panel-result strong {
	font-size: 18px;
	color: #d98b00;
}

/* お知らせカルーセル */
.stat-news-section {
	position: relative;
}
.stat-news-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #00365E;
}
.stat-news-heading h2 {
	margin: 0;
	border-bottom: none !important;
}
.stat-news-list-link {
	position: static !important;
	flex: 0 0 auto;
	margin-bottom: 8px;
}
.stat-news-carousel {
	position: relative;
	padding: 0 0 32px;
}
.stat-news-viewport {
	overflow: hidden;
	width: 100%;
}
.stat-news-track {
	display: flex;
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	will-change: transform;
	transition: transform .55s ease;
}
.content .news .stat-news-track li {
	flex: 0 0 calc((100% - 32px) / 3);
	box-sizing: border-box;
	min-height: 136px;
	margin: 0 !important;
	padding: 18px 18px 16px !important;
	border: 1px solid #dbe8ee !important;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 54, 94, .08);
}
.content .news .stat-news-track li a {
	display: block;
	color: #263b47;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: .03em;
	text-decoration: none !important;
}
.content .news .stat-news-track li a:hover {
	color: #0066CC;
}
.stat-news-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}
.stat-news-dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8dce5;
	cursor: pointer;
	transition: width .22s ease, background .22s ease;
}
.stat-news-dots button.is-active {
	width: 26px;
	border-radius: 999px;
	background: #0094c8;
}
@media screen and (max-width: 1100px) {
	.top_img.stat-hero {
		padding: 104px 18px 56px;
	}
	.stat-hero-inner {
		grid-template-columns: 1fr;
	}
	.stat-hero-panel {
		max-width: 680px;
	}
}
@media screen and (max-width: 760px) {
	.top_img.stat-hero {
		min-height: auto;
		padding: 84px 14px 36px;
	}
	.stat-hero-copy h2 {
		font-size: 28px;
	}
	.stat-hero-lead {
		font-size: 14px !important;
		line-height: 1.9 !important;
	}
	.stat-hero-actions a {
		width: 100%;
		box-sizing: border-box;
	}
	.stat-hero-panel {
		padding: 20px 18px;
		border-radius: 18px;
	}
	.stat-news-heading {
		align-items: flex-start;
	}
	.content .news .stat-news-track li {
		flex-basis: 100%;
		min-height: 126px;
	}
}
@media screen and (min-width: 761px) and (max-width: 960px) {
	.content .news .stat-news-track li {
		flex-basis: calc((100% - 16px) / 2);
	}
}


/* =========================================
   トップページCV導線再構成 2026-07-07
   h1テキスト化／実績バッジ帯／料金サマリ／固定CTA
========================================= */
header .site_logo {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}
.stat-hero-copy h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(32px, 4.5vw, 56px);
	line-height: 1.34;
	letter-spacing: .04em;
	text-shadow: 0 6px 22px rgba(0,0,0,.25);
}
.stat-hero-copy h2 {
	font-size: clamp(32px, 4.5vw, 56px);
}
.stat-proof-badges {
	background: #fff;
	border-bottom: 1px solid #e1edf3;
	box-shadow: 0 12px 30px rgba(0, 54, 94, .06);
}
.stat-proof-badges__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
.stat-proof-badge {
	display: grid;
	grid-template-columns: 42px 1fr;
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	padding: 16px 14px;
	border: 1px solid #dbe8ee;
	border-radius: 16px;
	background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}
.stat-proof-badge i {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #00365e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.stat-proof-badge strong {
	display: block;
	color: #00365e;
	font-size: 15px;
	line-height: 1.45;
}
.stat-proof-badge span {
	display: block;
	color: #506775;
	font-size: 12px;
	line-height: 1.55;
}
.stat-section-head {
	text-align: center;
	margin-bottom: 24px;
}
.stat-section-head span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	margin-bottom: 9px;
	border-radius: 999px;
	background: #eaf7fc;
	color: #0077a0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .13em;
}
.stat-section-head h2 {
	margin: 0 0 10px;
	color: #00365e;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.45;
}
.stat-section-head p {
	max-width: 780px;
	margin: 0 auto;
	color: #4b6472;
	font-size: 14px;
	line-height: 1.9;
}
.stat-reason-compact,
.stat-case-highlight,
.stat-price-summary-top,
.stat-voice-excerpt,
.stat-faq-excerpt {
	margin: 42px auto;
	padding: 34px 34px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid #e1edf3;
	box-shadow: 0 14px 34px rgba(0, 54, 94, .07);
	box-sizing: border-box;
}
.stat-reason-grid,
.stat-price-grid,
.stat-voice-grid,
.stat-faq-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.stat-reason-grid article,
.stat-price-grid article,
.stat-voice-grid article {
	padding: 22px 18px;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
	border: 1px solid #dbe8ee;
	box-shadow: 0 10px 24px rgba(0, 54, 94, .06);
}
.stat-reason-grid i,
.stat-price-grid i {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	color: #fff;
	background: linear-gradient(135deg, #00365e, #0094c8);
}
.stat-reason-grid h3,
.stat-price-grid h3,
.stat-case-grid h3 {
	margin: 0 0 9px;
	color: #00365e;
	font-size: 18px;
	line-height: 1.5;
}
.stat-reason-grid p,
.stat-price-grid p,
.stat-case-grid p,
.stat-voice-grid p,
.stat-faq-grid p {
	margin: 0;
	color: #4b6472;
	font-size: 13px;
	line-height: 1.85;
}
.stat-case-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.stat-case-grid article {
	padding: 24px 22px;
	border-radius: 20px;
	background: linear-gradient(135deg, #00365e 0%, #005b84 100%);
	color: #fff;
	box-shadow: 0 18px 36px rgba(0,54,94,.18);
}
.stat-case-label {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	color: #aee7ff;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
}
.stat-case-grid h3,
.stat-case-grid p {
	color: #fff;
}
.stat-case-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}
.stat-case-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	color: #00365e !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
}
.stat-price-grid article span {
	display: block;
	margin: 8px 0 10px;
	color: #d98b00;
	font-size: 28px;
	font-weight: 800;
	font-family: Arial, sans-serif;
}
.stat-center-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}
.stat-voice-grid {
	grid-template-columns: repeat(3, 1fr);
}
.stat-voice-grid strong {
	display: block;
	color: #00365e;
	font-size: 16px;
	margin-bottom: 8px;
}
.stat-faq-grid {
	grid-template-columns: repeat(3, 1fr);
}
.stat-faq-grid details {
	padding: 20px 18px;
	border-radius: 18px;
	background: #f8fcff;
	border: 1px solid #dbe8ee;
}
.stat-faq-grid summary {
	cursor: pointer;
	color: #00365e;
	font-weight: 700;
	line-height: 1.6;
}
.stat-closing-cta {
	margin: 46px auto 0;
	padding: 54px 18px;
	background: linear-gradient(135deg, #00365e 0%, #005b84 100%);
	color: #fff;
	text-align: center;
}
.stat-closing-cta__inner {
	max-width: 880px;
	margin: 0 auto;
}
.stat-closing-cta span {
	display: inline-flex;
	margin-bottom: 12px;
	color: #aee7ff;
	font-weight: 700;
	letter-spacing: .14em;
}
.stat-closing-cta h2 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.45;
}
.stat-closing-cta p {
	margin: 0 auto 24px;
	max-width: 760px;
	color: rgba(255,255,255,.9);
	line-height: 1.9;
}
.stat-closing-cta .stat-hero-actions {
	justify-content: center;
}
.stat-fixed-cta {
	position: fixed;
	right: 22px;
	bottom: 92px;
	z-index: 5000;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.stat-fixed-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 138px;
	min-height: 44px;
	padding: 10px 14px;
	border-radius: 999px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	box-shadow: 0 12px 26px rgba(0,0,0,.22);
}
.stat-fixed-cta__main {
	background: linear-gradient(135deg, #d98b00, #f0ad2e);
}
.stat-fixed-cta__sub {
	background: linear-gradient(135deg, #00365e, #0094c8);
}
.stat-context-cta {
	margin: 28px 0;
	padding: 22px 20px;
	border-radius: 18px;
	background: linear-gradient(135deg, #eef9fd 0%, #ffffff 100%);
	border: 1px solid #d4eaf2;
	box-shadow: 0 10px 26px rgba(0,54,94,.07);
}
.stat-context-cta strong {
	display: block;
	color: #00365e;
	font-size: 18px;
	margin-bottom: 8px;
}
.stat-context-cta p {
	margin: 0 0 14px !important;
	color: #4b6472;
	line-height: 1.8;
}
.stat-context-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.stat-context-cta__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 14px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
}
.stat-context-cta__case {
	background: #fff;
	color: #00365e !important;
	border: 1px solid #cfe2ea;
}
.stat-context-cta__contact {
	background: #d98b00;
	color: #fff !important;
}
@media screen and (max-width: 1100px) {
	.stat-proof-badges__inner,
	.stat-reason-grid,
	.stat-price-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.stat-case-grid,
	.stat-voice-grid,
	.stat-faq-grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 760px) {
	header .site_logo {
		left: 5px;
		top: 5px;
	}
	.stat-hero-copy h1 {
		font-size: 28px;
	}
	.stat-proof-badges__inner,
	.stat-reason-grid,
	.stat-price-grid {
		grid-template-columns: 1fr;
	}
	.stat-reason-compact,
	.stat-case-highlight,
	.stat-price-summary-top,
	.stat-voice-excerpt,
	.stat-faq-excerpt {
		margin: 22px 10px;
		padding: 24px 16px;
		border-radius: 18px;
	}
	.stat-fixed-cta {
		left: 0;
		right: 0;
		bottom: 0;
		flex-direction: row;
		background: #fff;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
		box-shadow: 0 -8px 24px rgba(0,0,0,.16);
	}
	.stat-fixed-cta a {
		flex: 1;
		min-width: 0;
		min-height: 48px;
	}
	body {
		padding-bottom: 72px;
	}
}


/* =========================================
   お知らせカルーセル 横1段表示・枠切れ防止 2026-07-30
   PC：3件／iPad・タブレット：2件／スマホ：1件
========================================= */
.stat-news-carousel {
	position: relative;
	box-sizing: border-box;
	padding: 0 0 38px;
}
.stat-news-viewport {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	/* カードの枠線・影がビューポート下端で切れないための余白 */
	padding: 10px 0 16px;
	margin: -10px 0 -16px;
}
.stat-news-track {
	display: flex !important;
	align-items: stretch;
	gap: 16px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	will-change: transform;
	transition: transform .55s ease;
}
.content .news .stat-news-track li {
	flex: 0 0 calc((100% - 32px) / 3);
	align-self: stretch;
	box-sizing: border-box;
	width: auto !important;
	height: auto !important;
	min-height: 132px;
	margin: 0 !important;
	padding: 18px 18px 16px !important;
	border: 1px solid #dbe8ee !important;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 54, 94, .08);
	overflow: visible;
}
.content .news .stat-news-track li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	color: #263b47;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: .03em;
	text-decoration: none !important;
}
.stat-news-dots {
	bottom: 0;
}
@media screen and (min-width: 761px) and (max-width: 960px) {
	.content .news .stat-news-track li {
		flex-basis: calc((100% - 16px) / 2);
		min-height: 126px;
	}
}
@media screen and (max-width: 760px) {
	.stat-news-track {
		gap: 12px;
	}
	.content .news .stat-news-track li {
		flex-basis: 100%;
		min-height: 126px;
	}
}


/* ============================================================
   Header language switch / quote CTA overlap fix
   Added 2026-09-01
   Keeps the language selector and header CTA on separate rows
   on tablet/mobile widths without changing the desktop layout.
   ============================================================ */
@media screen and (max-width:1100px) {
  header .h_box::after {
    content: "";
    display: block;
    clear: both;
  }

  header .h_btn {
    clear: both;
    width: 100%;
  }

  header .h_btn a {
    box-sizing: border-box;
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width:560px) {
  header #h_box_sp {
    height: auto;
    min-height: 205px;
    padding-bottom: 15px;
  }

  header .h_box ul.h_lang {
    float: none !important;
    clear: both;
    display: flex;
    width: 270px;
    max-width: calc(100% - 20px);
    height: 30px;
    margin: 10px auto 12px !important;
    box-sizing: border-box;
  }

  header .h_box .h_lang li {
    flex: 1 1 50%;
    min-width: 0;
  }

  header .h_box .h_lang li a {
    float: none;
    width: auto;
    margin: 5px 5px 0;
    white-space: nowrap;
  }

  header .h_tel {
    clear: both;
  }

  header .h_btn {
    clear: both;
    padding-top: 10px;
  }

  header .h_btn a {
    float: none !important;
    display: block;
    width: 280px;
    max-width: calc(100% - 20px);
    margin: 0 auto !important;
    box-sizing: border-box;
  }
}

/* Keep the opened responsive header tall enough for its stacked controls. */
@media screen and (max-width:1100px) {
  header #h_box_sp {
    height: auto;
    min-height: 170px;
    max-height: 100vh;
  }
}
@media screen and (max-width:560px) {
  header #h_box_sp {
    min-height: 205px;
  }
}

/* ============================================================
   Header quote CTA vertical spacing adjustment
   Added 2026-09-01 (follow-up)
   Moves the Request a Quote button further below the language
   selector / phone area on responsive header layouts.
   ============================================================ */
@media screen and (max-width:1100px) {
  header #h_box_sp {
    min-height: 210px;
  }

  header .h_btn {
    clear: both;
    padding-top: 18px !important;
  }
}

@media screen and (max-width:560px) {
  header #h_box_sp {
    min-height: 245px;
    padding-bottom: 20px;
  }

  header .h_btn {
    clear: both;
    padding-top: 32px !important;
  }

  header .h_btn a {
    margin-top: 0 !important;
  }
}
