@charset "utf-8";
/* CSS Document */

/* reset
---------------------------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;    
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	list-style: none;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height: 1.6;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color:#333333;
	font-size: 16px;
	-webkit-text-size-adjust: 100%; 
} 
a {
	text-decoration: none;
	color: #333;
}
img {
	display: block;
}
#wrapper {
	width:100%;
	min-width: 1024px;
}

.container {
	width: 1024px;
	display: block;
	margin: 0 auto; 
	overflow: hidden;
}
.menu_sp, .sp{
	display: none;
}
.pc {
	display: block;
}
section {
	padding: 50px 0;
}
/* common
---------------------------------------------------------- */
.tit_sub {
	font-size: 36px;
	font-weight: bold;
	color: #1f71a3;
	text-align: center;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 50px;
	padding-top: 50px;
}
.btn01 {
	display: inline-block;
	overflow: hidden;
	width: 468px;
	padding: 13px 0;
	border-bottom: 2px solid #ce7218;
	font-weight: bold;
	background: #fb8b1e;
	border-radius: 4px;
	margin: 0 auto;
}
.btn01 span{
	background: url(../img/index/ico_arrow.png) left top 4px no-repeat;
	background-size: 16px;
	padding-left: 25px;
	color: #fff;
}
.alt-bg {
	background: #e4f5ff;
}
.alt-bg .tit_sub {
	border-color: #acd6ef;
}
/* 220707 add start */
.trial {
	padding: 30px 0;
	text-align: center;
}
.trial a {
	align-items: center;
	background: #fb8b1e;
	border-radius: 10px;
	box-shadow: 0 4px #c25f00;
	color: #fff;
	display: flex;
	height: 95px;
	justify-content: center;
	margin: 10px auto 0;
	position: relative;
	width: 600px;
}
.trial a::after {
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	content: "";
	display: block;
	height: 16px;
	position: absolute;
	right: 20px;
	transform: rotate(45deg);
	width: 16px;
}
.trial p {
	font-size: 20px;
}
.trial a p {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
}
.trial a p span {
	display: block;
	font-size: 24px;
}
/* 220707 add end */
/* header
---------------------------------------------------------- */
header {
	position: fixed;
	display: block;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 4;
	box-shadow: 2px 0px 3px rgba(0, 0, 0, .3);
}
header .hWrap{
	/* width: 1024px; */
	width: 1120px;
	display: block;
	margin: 0 auto; 
}
header .hWrap h1 a img,
header .hWrap p a img {
	width: 226px;
	float: left;
	position: absolute;
	box-shadow: 1px 0 6px rgba(0,0,0,.16);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .hWrap h1 a img.logo02,
header .hWrap p a img.logo02 {
	opacity: 0;
	width: 167px;
	box-shadow: none;
}
.sticky header .hWrap h1 a img.logo02,
.sticky header .hWrap p a img.logo02 {
	opacity: 1;
}
.sticky header .hWrap h1 a img.logo01,
.sticky header .hWrap p a img.logo01 {
	opacity: 0;
}
header .hWrap nav {
	float: right;
	/* width: 750px; */
	width: 850px;
	padding: 14px 0;
}
header .new-msg p {
	font-family: 'Yu Mincho';
	font-weight: bold;
	display: inline-block;
	color: red;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 13px;
	transform: rotate(-15deg);
}
header .editSet {
	padding-left: 10px;
}
@media screen and (max-width:640px) {
	header .new-msg p {
		display: none;
	}
}
/* edited css 09022020
------------------------------------------------------------ */
header .hWrap nav ul li {
	position: relative;
	margin-right: 29px;
	float: left;
}
header .hWrap nav ul li a,
header .hWrap nav ul li span.dropdown-toggle,
header .hWrap nav ul li span.dropdown-toggle2 {
	position: relative;
	padding: 14px 0;
	float: left;
	cursor: pointer;
	font-size: 16px;
}
/* end ------------------------------------------------------------ */
header .hWrap nav .btn {
	background: url(../img/common/ico_mail.png) left 35px top 15px no-repeat #fb8b1e;
	background-size: 27px;
	border-radius: 4px;
	color: #fff;
	padding: 14px 36px 12px 73px;
	display: block;
	width: 98px;
	float: right;
	border-bottom: 2px solid #ce7218;
	font-weight: bold;
}
/* added css 09022020
------------------------------------------------------------ */
#gNav ul li.parent {
	position: relative;
}
#gNav ul li.parent ul.dropdown li,
#gNav ul li.parent ul.dropdown2 li {
	float: none;
	margin: 0;
	width: 200px;
}
#gNav ul li.parent ul.dropdown li a,
#gNav ul li.parent ul.dropdown2 li a {
	display: block;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	transition: opacty .4s ease;
	-webkit-transition: opacty .4s ease;
	-moz-transition: opacty .4s ease;
	-ms-transition: opacty .4s ease;
	-o-transition: opacty .4s ease;
}
#gNav ul li.parent ul.dropdown li:last-child a,
#gNav ul li.parent ul.dropdown2 li:last-child a {
	border-bottom: 0;
}
#gNav ul li.parent ul.dropdown li a:hover,
#gNav ul li.parent ul.dropdown2 li a:hover {
	opacity: .5;
}
.dropdown,
.dropdown2 {
	position: absolute;
	top: 67px;
	left: 0;
	padding: 0;
	background-color: #f7f7f7;
}
.dropdown.is-active,
.dropdown2.is-active {
	display: block;
}
/* end ------------------------------------------------------------ */
/* pagetop
---------------------------------------------------------- */
#pagetop a img {
	position: fixed;
	right: 20px;
	bottom: 30px;
}
.cd-top {
	position: fixed;
	right: 20px;
	bottom: 80px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 2;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

/* footer
---------------------------------------------------------- */
footer .policy_link{
	text-align: center;
	padding: 13px 0 12px;
	border-top: 1px solid #ddd;
}
footer .footer-flex {
	display: flex;
	justify-content: center;
}
footer .footer-flex p{
	padding-right: 50px;
}
footer .txt_link{
	color: #5aa0da;
}
footer .txt_link:hover{
	text-decoration: underline;
}
footer .copyright {
	color: #fff;
	font-size: 14px;
	background: #5aa0da;
	padding: 16px 0;
	text-align: center;
}

footer .trademark{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
footer .trademark img{
	width: 70px;
	height: auto;
	padding: 0 10px;
}
@media screen and (max-width:640px) {
	/* common
	---------------------------------------------------------- */
	body{
		line-height: 1.5;
		font-size: 14px;
		position: relative;
	} 
	#wrapper {
		min-width: 100%;
		position: relative;
	}
	#wrapper.open{
		box-shadow: 5px 0 5px -5px #333;
		z-index: 2;
	}
	.container {
		width: 94%;
	}
	.menu_sp, .sp{
		display: block;
	}
	.pc {
		display: none;
	}
	section {
		padding: 25px 0;
	}
	.btn01 {
		width: 240px;
		padding: 10px 0;
	}
	.btn01 span {
		background: url(../img/index/ico_arrow.png) left top 6px no-repeat;
		background-size: 10px;
		padding-left: 15px;
	}
	.tit_sub {
		font-size: 155%;
		padding-top: 25px;
		margin-bottom: 25px;
	}
	/* 220707 add start */
	.trial {
		padding: 20px 0;
	}
	.trial a {
		height: 75px;
		margin: 10px auto 0;
		width: 320px;
	}
	.trial a::after {
		border-right-width: 3px;
		border-top-width: 3px;
		height: 10px;
		right: 15px;
		width: 10px;
	}
	.trial p {
		font-size: 110%;
	}
	.trial a p {
		font-size: 170%;
		font-weight: bold;
		line-height: 1.4;
	}
	.trial a p span {
		font-size: 70%;
	}
	/* 220707 add end */
	/* header
	---------------------------------------------------------- */
	header {
		overflow: visible;
		padding: 8px 2% 7px 0;
		box-sizing: border-box;
	}
	header .hWrap {
		width: 100%;
		overflow: hidden;
	}
	header .hWrap h1 a img,
	header .hWrap p a img {
		box-shadow: 1px 0 3px rgba(0,0,0,.16);
		bottom: -10px;
		z-index: 3;
		top: 0;
		left: 2%;
	}
	header .hWrap h1 a img.logo01,
	header .hWrap p a img.logo01 {
		opacity: 0;
		width: 115px
	}
	header .hWrap h1 a img.logo02,
	header .hWrap p a img.logo02 {
		opacity: 1;
	}
	header .hWrap nav .btn {
		display: none;
	}
	header .hWrap h1 a img.logo02,
	header .hWrap p a img.logo02 {
		width: 115px;
	}
	/* menu
	---------------------------------------------------------- */
	.menu_sp {
		float: right;
		width: 100px;
	}
	.menu_sp button  {
		padding: 0;
		border: none;
		background: none;
	}
	.menu_sp button img {
		width: 46px;
		height: 44px;
		border-bottom: 2px solid #ce7218;
		font-weight: bold;
		background: #fb8b1e;
		border-radius: 4px;
	}
	.menu_sp .menu_trigger img{
		border-color: #3a6a92;
		background: #5aa0db;
	}
	.menu_trigger {
		float: right;
	}
	.mail {
		float: left;
	}
	#pagetop a img {
		width: 45px;
		right: 10px;
		bottom: 38px;
	}
	#pagetop a {
		opacity: 1!important;
	}
	/* nav
	---------------------------------------------------------- */
	#gNav {
		top: 0;
		padding: 0;
		background: #e4f5ff;
		z-index: 2;
		right: -200px;
		display: block;
		float: none;
		padding-bottom: 100%;
		position: fixed;
		height: 100%;
		width: 200px;
		overflow: auto;
	}
	#gNav .navWrap {
		height: 100%;
		background: #ddf2ff;
		-webkit-box-shadow: inset 3px 0px 5px 0px rgba(0,0,0,0.12);
		-moz-box-shadow: inset 3px 0px 5px 0px rgba(0,0,0,0.12);
		box-shadow: inset 3px 0px 5px 0px rgba(0,0,0,0.12);
	}
	/* added / edited css 09022020
	------------------------------------------------------------ */
	header .hWrap nav ul li,
	#gNav ul li.parent ul.dropdown li,
	#gNav ul li.parent ul.dropdown2 li  {
		margin-right: 0;
		float: none;
		width: 100%;
	}
	#gNav ul li a,
	#gNav ul li span.dropdown-toggle,
	#gNav ul li span.dropdown-toggle2 {
		background: url(../img/common/ico_arrow.png) right 10px center no-repeat;
		background-size: 10px;
		float: none;
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 15px;
		border-bottom: 1px solid #c5d6e0;
	}
	#gNav ul li span.dropdown-toggle,
	#gNav ul li span.dropdown-toggle2 {
		background-image: url(../img/common/ico_plus02.png)
	}
	#gNav ul li span.dropdown-toggle.active,
	#gNav ul li span.dropdown-toggle2.active {
		background-image: url(../img/common/ico_minus02.png)
	}
	#gNav ul li.parent ul.dropdown li a,
	#gNav ul li.parent ul.dropdown2 li a {
		padding: 15px;
	}
	.dropdown,
	.dropdown2 {
		position: static;
		background-color: #c7eaff;
	}
	/* end ------------------------------------------------------------ */
	/* footer
	---------------------------------------------------------- */
	footer .copyright,
	footer .policy_link{
		font-size: 80%;
		padding: 10px 0;
	}
	footer .footer-flex p{
		padding-right: 20px;
	}
	footer .trademark img{
		width: 50px;
	}
}
@media screen and (min-width:641px) {
	#gNav {
		display: block!important;
	}
}

/* ========================================
   base-202510.css - テスト用CSS
   main_visual セクション - 背景と人物画像の重ね合わせ
   既存のtop.cssを完全に上書き
   ======================================== */

#main_visual {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: none !important;
	padding: 0 !important;
	margin-top: 80px;
	display: block;
}

#main_visual .mainWrap {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	height: 100%;
	overflow: visible !important;
	padding: 0 !important;
}

.main_visual_container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* 背景画像 - haikei.jpg を画面いっぱいに表示 */
.main_visual_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('https://ses-cloud.jp/promo/img/promo/202510/haikei.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	z-index: 1;
	display: block !important;
}

/* 人物+テキスト画像を背景の上に配置 */
.main_visual_content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_visual_person {
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

/* PC表示時（1024px以上） */
@media screen and (min-width: 1024px) {
	#main_visual {
		height: 600px;
	}

	#main_visual .mainWrap {
		height: 600px;
	}

	.main_visual_container {
		height: 600px;
	}

	.main_visual_background {
		height: 600px;
	}

	.main_visual_content {
		height: 600px;
	}
}

/* タブレット表示時（641px - 1023px） */
@media screen and (min-width: 641px) and (max-width: 1023px) {
	#main_visual {
		height: 500px;
	}

	#main_visual .mainWrap {
		height: 500px;
	}

	.main_visual_container {
		height: 500px;
	}

	.main_visual_background {
		height: 500px;
	}

	.main_visual_content {
		height: 500px;
	}
}

/* スマートフォン表示時（640px以下） */
@media screen and (max-width: 640px) {
	#main_visual {
		height: 400px;
		margin-top: 60px;
		padding: 0 !important;
	}

	#main_visual .mainWrap {
		height: 400px;
		width: 100%;
	}

	.main_visual_container {
		height: 400px;
	}

	.main_visual_background {
		height: 400px;
	}

	.main_visual_content {
		height: 400px;
	}
}

/* 超小型スマートフォン対応（320px以下） */
@media screen and (max-width: 320px) {
	#main_visual {
		height: 300px;
	}

	#main_visual .mainWrap {
		height: 300px;
	}

	.main_visual_container {
		height: 300px;
	}

	.main_visual_background {
		height: 300px;
	}

	.main_visual_content {
		height: 300px;
	}
}

/* 既存の不要なスタイルを非表示 */
#main_visual .mainWrap .desc {
	display: none !important;
}

#main_visual .mainWrap .img {
	display: none !important;
}

#main_visual .mainWrap .desc img {
	display: none !important;
}

#main_visual .main_link_icon {
	display: none !important;
}

/* main_link と verdy_bn の位置調整 */
#main_visual #main_link {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: auto;
	height: auto;
}

#main_visual #main_link img {
	position: static;
	top: auto;
	left: auto;
	width: 120px;
	height: auto;
}

#main_visual #main_link span {
	position: static;
	top: auto;
	left: auto;
	font-size: 13px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

#main_visual #verdy_bn_box {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}

@media screen and (max-width: 640px) {
	#main_visual #main_link {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}

	#main_visual #verdy_bn_box {
		bottom: 20px;
		right: 20px;
	}
}

/* ========================================
   base-202510.css - テスト用CSS
   main_visual セクション - 背景と人物画像の重ね合わせ
   既存のtop.cssを完全に上書き
   ======================================== */

#main_visual {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: none !important;
	padding: 0 !important;
	margin-top: 80px;
	display: block;
	background-image: url('https://ses-cloud.jp/promo/img/promo/202510/haikei.jpg') !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
}

#main_visual .mainWrap {
	width: 100%;
	display: block;
	margin: 0;
	position: relative;
	height: 100%;
	overflow: visible !important;
	padding: 0 !important;
}

.main_visual_container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 背景画像 - #main_visualに設定したので非表示 */
.main_visual_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	z-index: 0;
	display: none !important;
}

/* 人物+テキスト画像を背景の上に配置 */
.main_visual_content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.main_visual_person {
	width: 110%;
	height: auto;
	max-width: 110%;
	object-fit: contain;
	object-position: bottom center;
	display: block;
}

/* PC表示時（1024px以上） */
@media screen and (min-width: 1024px) {
	#main_visual {
		height: 600px;
	}

	#main_visual .mainWrap {
		height: 600px;
	}

	.main_visual_background {
		height: 600px;
	}

	.main_visual_content {
		height: 600px;
	}
}

/* タブレット表示時（641px - 1023px） */
@media screen and (min-width: 641px) and (max-width: 1023px) {
	#main_visual {
		height: 500px;
	}

	#main_visual .mainWrap {
		height: 500px;
	}

	.main_visual_background {
		height: 500px;
	}

	.main_visual_content {
		height: 500px;
	}
}

/* スマートフォン表示時（640px以下） */
@media screen and (max-width: 640px) {
	#main_visual {
		height: 400px;
		margin-top: 60px;
		padding: 0 !important;
	}

	#main_visual .mainWrap {
		height: 400px;
		width: 100%;
	}

	.main_visual_background {
		height: 400px;
	}

	.main_visual_content {
		height: 400px;
	}
}

/* 超小型スマートフォン対応（320px以下） */
@media screen and (max-width: 320px) {
	#main_visual {
		height: 300px;
	}

	#main_visual .mainWrap {
		height: 300px;
	}

	.main_visual_background {
		height: 300px;
	}

	.main_visual_content {
		height: 300px;
	}
}

/* 既存の不要なスタイルを非表示 */
#main_visual .mainWrap .desc {
	display: none !important;
}

#main_visual .mainWrap .img {
	display: none !important;
}

#main_visual .mainWrap .desc img {
	display: none !important;
}

#main_visual .main_link_icon {
	display: none !important;
}

/* main_link と verdy_bn の位置調整 */
#main_visual #main_link {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: auto;
	height: auto;
}

#main_visual #main_link img {
	position: static;
	top: auto;
	left: auto;
	width: 120px;
	height: auto;
}

#main_visual #main_link span {
	position: static;
	top: auto;
	left: auto;
	font-size: 13px;
	color: #fff;
	display: block;
	text-align: center;
	width: 100%;
}

#main_visual #verdy_bn_box {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 3;
}

@media screen and (max-width: 640px) {
	#main_visual #main_link {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}

	#main_visual #verdy_bn_box {
		bottom: 20px;
		right: 20px;
	}
}
/* スマートフォン表示時（640px以下） */
@media screen and (max-width: 640px) {
	#main_visual {
		height: 200px;  /* ← これを 200px に変更 */
	}

	#main_visual .mainWrap {
		height: 200px;  /* ← これを 200px に変更 */
	}

	.main_visual_container {
		height: 200px;  /* ← これを 200px に変更 */
	}

	.main_visual_background {
		height: 200px;  /* ← これを 200px に変更 */
	}

	.main_visual_content {
		height: 200px;  /* ← これを 200px に変更 */
	}
}
