/* =Reset=
-------------------------------------------------------------- */
/* assets */
:root{
	--color_primary: #333;
	--color_main: #0053A2;
	--color_main-light: #E3F1FD;
	--color_point: #A50;
	--color_point-grad_start: #EFA52E;
	--color_point-grad_end: #E68E00;
	--color_point2: #003879;
	--color_point2-grad_start: #005DC7;
	--color_point2-grad_end: #001B3A;
	--color_white: #FFF;
	--color_gray: #CCC;
	--color_gray-light: #EFEFEF;
	--color_gray-light2: #E8EBED;
	--color_gray-dark: #999;
	--color_gray-dark2: #797979;
	--color_danger: #c00;
	--color_marker: #FFEF3A;
	--color_shadow: rgba(0,0,0,0.14);
	--color_shadow2: rgba(0,0,0,0.25);

	--fs-xxl: 4.76em;	/* 16の場合：76px, 14の場合：70px, 13の場合：67px */
	--fs-xl: 2.38em;	/* 16の場合：38px, 14の場合：35px, 13の場合：32.5px */
	--fs-l: 2em;		/* 16の場合：32px, 14の場合：28px, 13の場合：26px */
	--fs-l-m: 1.75em;
	--fs-m: 1.5em;		/* 16の場合：24px, 14の場合：21px, 13の場合：19.5px */
	--fs-s: 1.25em;		/* 16の場合：20px, 14の場合：18px, 13の場合：16.2px */
	--fs-xs: 1.13em;	/* 16の場合：18px, 14の場合：16px, 13の場合：14.6px */
	--fs-xxs: 0.88em;	/* 16の場合：14px, 14の場合：12px, 13の場合：11.4px */
	
	--family-normal: "Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo UI","Meiryo","メイリオ",Helvetica,Helvetica Neue,Arial,Osaka,sans-serif;
	--family-meiryo: "Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	--family-gothic: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	--family-min: "fot-udmincho-pr6n","Yu Mincho Medium","游明朝 Medium",YuMincho,"游明朝体","Hiragino Mincho ProN","ヒラギノ明朝 ProN","Hiragino Mincho Pro","ヒラギノ明朝 Pro", "Times New Roman", serif;
}

body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,table,th,td,figure{margin:0;padding:0;}
header,main,footer,article,aside,section,figure,picture{display: block;}

h1,h2,h3,h4,h5,h6{font-size:100%;}
table{border-collapse: collapse;border-spacing:0;}
caption{text-align:left;}
fieldset,img{border:0;}
img { max-width: 100%;}
input,button,textarea,select{font-size:inherit; font-family:inherit;}
hr { display: none;}

/* edit reset */
a { transition: all 0.2s ease;}
a:hover { text-decoration: none;}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
input[type="number"], textarea {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid var(--color_gray);
	border-radius: 4px;
	padding: 0.4em 0.5em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"],
textarea { width: 100%;}
input[type="number"] { width: 6em;}
input[type="submit"], input[type="reset"], input[type="button"],
button { -webkit-appearance: none; appearance: none; cursor: pointer; outline: none;}
select {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid var(--color_gray);
	border-radius: 5px;
	padding: 0.4em 0.5em;
}
select.full { width: 100%;}

/* base
-------------------------------------------------------------- */
html, body { height: 100%;}
body{
	font-size:16px;
	font-family: var(--family-normal);
	color:var(--color_primary);
}
#wrapper,.contents {overflow:hidden;}
#wrapper { position: relative; min-height: 100%;}

*, *:before, *,:after { box-sizing: border-box;}
dl, p { margin: 1em 0;}

@media screen and (max-width: 896px) {
	ul, ol { padding-left: 1.8em;}
}


/* utility
-------------------------------------------------------------- */
.fLeft		{float:left !important;}
.fRight		{float:right !important;}
.clr, .clear {clear:both; overflow: hidden;}

/* clearfix */
.cf:before,
.cf:after	{content:".";display:block;height:0;overflow:hidden;}
.cf:after	{clear:both;}
.cf			{zoom:1;} /* IE < 8 */

/* fonts */
.tLeft		{text-align:left !important;}
.tRight		{text-align:right !important;}
.tCenter	{text-align:center !important;}
.clConcept	{color: var(--color_main);}
.clBlack	{color:var(--color_primary);}
.clRed		{color:var(--color_danger);}
.clWhite	{color:var(--color_white);}
.fsM {font-size: 1.18em;}
.fsL {font-size: 1.25em;}
.bold {font-weight: bold;}
.yellowMarker {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 0.3em;
	text-decoration-color: var(--color_marker);
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}
.sFont{ font-size:0.8rem; font-weight: normal; }
.vaTop{ vertical-align: top; }


/* margin */
.m0			{margin: 0 !important;} /* 強制リセット用のため多用厳禁 */
.mt5 {margin-top:5px;} .mt10 {margin-top:10px;} .mt15 {margin-top:15px;} .mt20 {margin-top:20px;}
.mt1em {margin-top:1em;} .mt2em {margin-top:2em;} .mt3em {margin-top:3em;} .mt4em {margin-top:4em;}
.mr5 {margin-right:5px;} .mr10 {margin-right:10px;} .mr15 {margin-right:15px;} .mr20 {margin-right:20px;}
.mb5 {margin-bottom:5px;} .mb10 {margin-bottom:10px;} .mb15 {margin-bottom:15px;} .mb20 {margin-bottom:20px;}
.mb1em {margin-bottom:1em;} .mb2em {margin-bottom:2em;} .mb3em {margin-bottom:3em;} .mb4em {margin-bottom:4em;}
.ml5 {margin-left:5px;} .ml10 {margin-left:10px;} .ml15 {margin-left:15px;} .ml20 {margin-left:20px;} .ml40 {margin-left:40px;}
.ml1em {margin-left:1em;} .ml2em {margin-left:2em;} .ml3em {margin-left:3em;} .ml4em {margin-left:4em;}

/* padding */
.p0			{padding: 0 !important;} /* 強制リセット用のため多用厳禁 */
.pt5 {padding-top:5px;} .pt10 {padding-top:10px;} .pt15 {padding-top:15px;} .pt20 {padding-top:20px;}
.pt1em {padding-top:1em;} .pt2em {padding-top:2em;} .pt3em {padding-top:3em;} .pt4em {padding-top:4em;}
.pr5 {padding-right:5px;} .pr10 {padding-right:10px;} .pr15 {padding-right:15px;} .pr20 {padding-right:20px;}
.pr1em {padding-right:1em;} .pr2em {padding-right:2em;} .pr3em {padding-right:3em;} .pr4em {padding-right:4em;}
.pb5 {padding-bottom:5px;} .pb10 {padding-bottom:10px;} .pb15 {padding-bottom:15px;} .pb20 {padding-bottom:20px;}
.pb1em {padding-bottom:1em;} .pb2em {padding-bottom:2em;} .pb3em {padding-bottom:3em;} .pb4em {padding-bottom:4em;}
.pl5 {padding-left:5px;} .pl10 {padding-left:10px;} .pl15 {padding-left:15px;} .pl20 {padding-left:20px;}
.pl1em {padding-left:1em;} .pl2em {padding-left:2em;} .pl3em {padding-left:3em;} .pl4em {padding-left:4em;}


.hidePc-Tb {display: none;}
.hidePc-Sp {display: none;}

@media screen and (max-width: 896px) {
	.hideTb {display: none;}
	.hidePc-Tb {display: block; display: initial;}
	.tCenter.tbLeft {text-align:left !important;}
}
@media screen and (max-width: 480px) {
	.hideSp {display: none;}
	.hidePc-Sp {display: block; display: initial;}
	.tCenter.spLeft {text-align:left !important;}
}

/* モバイルファースト用（iPhoneXRサイズ基準）
@media screen and (min-width: 480px) {}
@media screen and (min-width: 896px) and (min-width: 1024px) {}
@media screen and (min-width: 1024px) {}
 */
/* デスクトップファースト用（iPhoneXRサイズ基準）
@media screen and (max-width: 1024px) and (orientation: portrait) {} //タブレット縦のみ
@media screen and (max-width: 896px) and (orientation: landscape) {} //スマホ横のみ
@media screen and (max-width: 896px) {}
@media screen and (max-width: 768px) {} //従来のスマホ基準
@media screen and (max-width: 480px) {}
 */


 /* module
-------------------------------------------------------------- */

.header {
	position: fixed;
	display: table;
	width: 100%;
	padding: 0.5em;
	z-index: 9999;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.noForm .header {width: 100%;}
.contents {padding-bottom: 2.5em;}
footer {
	width: 100%;
	color: var(--color_white);
	text-align: center;
	background-color: var(--color_main);
	font-size: 12px;
}
footer.contents {
	padding-top: 0;
	padding-bottom: 0;
}
footer a {color: var(--color_white);}
.noForm .footer {width: 100%;}

.contents, .header, .footer {padding-right: 28%;}
.noForm .contents, .noForm .header, .noForm .footer {padding-right: 0;}

@media screen and (max-width: 1366px) {
	.header, .contents,
	.footer {padding-right: 32%;}
}
@media screen and (max-width: 1024px) {
	.header, .contents,
	.footer {padding-right: 0;}
}

.sec {padding: 10% 4%;}
main.contents .sec:last-child{ padding-bottom: 0; }

.sec > .inr {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
}
.sec > .inr.widthS { width: 730px; }

a[target="_blank"]:after {
	display: inline-block;
	content: "\f35d";
	color: inherit;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 0.4em;
}
.btn,
a.btn {
	position: relative;
	display: inline-block;
	background: transparent linear-gradient(90deg, var(--color_point-grad_start) 0%, var(--color_point-grad_end) 100%);
	box-shadow: 0px 5px 12px var(--color_shadow);
	border: none;
	border-radius: 38px;
	padding: 0.4em 2em 0.4em 1.6em;
	text-decoration: none;
	color: var(--color_white);
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.btn:after {
    background: url("../img/common/arrow_white_right.svg") no-repeat;
    position: absolute;
    top: 60%;
    right: 0.6em;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    margin-top: -0.5em;
}
.btn:hover {
	cursor: pointer;
	transition: all .3s;
	opacity: 0.85;
}
.hl1 {
	color: var(--color_main);
	font-size: 48px;
	font-family: var(--family-min);
	font-weight: bold;
	text-align: center;
	line-height: 1.12;
	margin: 0 0 1em 0;
}
.hl_white {color: var(--color_white);}
table { width: 100%; border: none; margin: 0;}
th, td {
	background-color: var(--color_white);
	border: 1px solid var(--color_gray);
	word-break: break-all;
	padding: 0.75em;
}
th {
	width: 25%;
	text-align: left;
	background-color: var(--color_gray-light);
}
thead th {width: auto;}

@media screen and (max-width: 1644px){
	.hl1 {font-size: 3vw;}
	.btn a { font-size: 1.8vw; }
}
@media screen and (max-width: 1240px) {
	.sec {padding: 8% 4%;}
	.hl1 {font-size: 36px;}
	.btn a{ font-size:2.2vw;}
}
@media screen and (max-width: 896px) {
	.btn a{ font-size:2.8vw;}
}
@media screen and (max-width:768px){
	.hl1{ font-size:30px;}
	.btn a{ font-size:30px;}
}
@media screen and (max-width: 480px) {
	.sec {padding-top: 10%; padding-bottom: 10%;}
	.borderBox {border-width: 8px; border-radius: 8px;}
	hr.borderDot {margin: 5% 0;}
	.hl1 {font-size: 28px;}
	.btn a{ font-size:24px;}
}


/* header
-------------------------------------------------------------- */
.header {
	background-color: var(--color_white);
	box-shadow: 0px 3px 6px var(--color_shadow2);
	color: var(--color_main);
	height: 70px;
}
.hLogo img{
	vertical-align: top;
	margin: 2%;
}
.hNav {
    vertical-align: middle;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hNav {padding-right: 2%;}
.gNav, .btnNav {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.hNav .hMenu li {
	display: inline-block;
	vertical-align: middle; padding: 0;
	padding: 0 0.5em;
}
.hNav .hMenu li.contact{ display: none; }
.gNav li a {
	font-weight: bold;
	text-decoration: none;
	color: var(--color_main);
}
.hNav li a:hover{
	text-decoration: underline;
	transition: all .3s;
}
.hBtn {display: none;}
.triggerBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 50px;
	height: 50px;
}
.triggerBtn > span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 14px;
	margin: auto;
}
.triggerBtn > span:before,
.triggerBtn > span:after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	border-top: 3px solid var(--color_main);
	border-radius: 3px;
	transition: 0.2s all linear;
	margin: auto;
}
.triggerBtn > span:before {top: 0;}
.triggerBtn > span:after {bottom: 0;}

.fixed .triggerBtn > span:before,
.fixed .triggerBtn > span:after,
.open_menu .triggerBtn > span:before,
.open_menu .triggerBtn > span:after {border-top-color: var(--color_main);}
.open_menu .triggerBtn > span:before {top: 5px; transform: rotate(45deg);}
.open_menu .triggerBtn > span:after {bottom: 5px; transform: rotate(-45deg);}

.open_menu .header{
	position: fixed;
	background-color: var(--color_white);
	box-shadow: 0px 3px 6px var(--color_shadow2);
	color: var(--color_main);
}
.open_menu .header{color: var(--color_main);}
.open_menu .header{color: var(--color_main);}
.open_menu .header:before,
.open_menu .header:after{display: none;}

.open_menu .hLogo{background: url(../img/header/header_logo_color.svg) no-repeat 0 50% / contain;}
.open_menu .hLogo img{visibility: hidden;}

@media screen and (max-width: 1366px) {
	.hMenu, .gNav, .btnNavi {padding: 0;}
}
@media screen and (max-width: 1024px) {
	.hTop,
	.hBtm { font-size: 0.88em;}
	.btnNavi li a {min-width: 140px;}
	.gNav li {padding: 0 10px;  }
}
@media screen and (max-width: 896px) {
	.hLogo img {width: 180px;}
	.hContact{
		display:block;
		margin-right:4em;
	}
	.triggerBtn {display: block;}
	.header {height: 50px;}
	.hNav {display: none;}
	.header > .inr {font-size: 1em; padding: 10px 4%;}
	.open_menu .hNav {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		display: flex;
		flex-flow: column-reverse nowrap;
		justify-content: center;
		background: var(--color_white);
		box-shadow: 0px 3px 6px var(--color_shadow2);
		padding: 1%;
	}
	.hMenu {width: 100%;}
	.gNav{display:block; width: 100%;}
	.gNav{padding:0; margin-top: 0;}
	.gNav li + li {margin: 0; border-top: 1px dotted var(--color_gray-dark);}
	.hMenu ul li {width: 100%;}
	.hNav .hMenu li.contact{ display: block; }
	.gNav li a {
		position: relative;
		display: block;
		color: var(--color_primary);
		font-weight: bold;
		padding: 0.5em 0 0.5em 2em;
	}
	
	.gNav li a:before {
		position: absolute;
		left: 1em;
		top: 50%;
		display: block;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 6px;
		border-color: transparent transparent transparent var(--color_main);
		margin-top: -4px;
	}
	.btnNav {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 1em;
		align-items: center;
	}
	.btnNav li + li {padding-left: 2%;}
	.hBtn {display: inline-block;}
	.btnNav .hBtn a { 
		background: linear-gradient(to bottom, var(--color_point-grad_start) 0%, var(--color_point-grad_end) 100%);
		border-bottom: 5px solid var(--color_point);
		color: var(--color_white);
		text-decoration: none;
		padding: 0.8em 1.5em;
		border-radius: 40px;
		font-weight: bold;
	}
}
@media screen and (max-width: 480px) {
	.hContact .btn a {
		padding: 0.5em;
		font-size: 0.82em;
	}
}


/* mv
-------------------------------------------------------------- */
.mv {
	background: transparent linear-gradient(135deg, var(--color_point2-grad_start) 0%, var(--color_point2-grad_end) 100%);
	padding: 70px 0 0;
}
.mv .inr {
background: url("../img/mv/mv.png") right top no-repeat;
background-size: auto 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 456px;
	height: 28.8vw;
}
.mv .txt {
    padding: 4.5em 6%;
    width: 58%;
}
.mv h1 {
	font-size:3.2vw;
	font-family: var(--family-min);
	color: var(--color_white);
	font-weight: bold;
	line-height: 1.25;
	position: relative;
	margin-bottom: 0.4em;
}
.mv .tagline {
	font-size:1.3vw;
	color: var(--color_white);
	font-weight: 500;
	line-height: 1.65;
	position: relative;
	margin-bottom: 1.5em;
}
.mv .tagline br.spDisp {
display: none;
}
.mv .btn,
.mv a.btn {
	border-radius: 60px;
	min-width: 68%;
	transition: 0!important;
}
@media screen and (max-width: 1366px) {
	.mv .inr {
		background: url("../img/mv/mv_tb.png") right  top no-repeat;
		background-size: auto 100%;
		min-height: auto;
		height: 456px;
	}
	.mv .txt {
		width: 80%;
	}
	.mv h1 {
		font-size:46px;
	}
	.mv .tagline {
		font-size:19px;
	}
	.mv .btn,
	.mv a.btn {
		min-width: 55%;
	}
}
@media screen and (max-width: 1024px) {
	.mv .inr {
		min-height: 44.6vw;
	}
	.mv h1 {
		font-size:4.2vw;
	}
	.mv .tagline {
		font-size:2vw;
	}
	.mv .tagline br.spDisp {
		display: inline;
	}
}
@media screen and (max-width: 896px) {
	.mv {
		padding-top: 50px;
	}
	.mv .tagline br.spDisp {
		display: inline;
	}
}
@media screen and (max-width: 666px) {
	.mv .inr {
		background: url("../img/mv/mv_sp.png") left top no-repeat;
		background-size: 100% auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		min-height: auto;
		min-height: none;
		height: auto;
		height: none;
		padding-top: 60vw;
	}
	.mv .txt {
		background: transparent linear-gradient(135deg, var(--color_point2-grad_start) 0%, var(--color_point2-grad_end) 100%);
		padding: 10vw 2.5vw 14vw;
		text-align: center;
		width: 100%;
	}
	.mv h1 {
		font-size:9vw;
		font-weight: 600;
		letter-spacing: -0.04em;
		line-height: 1.4;
		margin-bottom: 0.4em;
	}
	.mv .tagline {
		font-size: 4.5vw;
		font-weight: 500;
		letter-spacing: 0.02em;
		line-height: 1.9;
		margin-bottom: 1.8em;
	}
}

.anshinno1{
	padding:4em 1em 0 1em;
	text-align:center;
}
.anshinno1 .inr{max-width:730px;width: 100%;}
.anshinno1 p{
	color:var(--color_gray-dark2);
	font-size:0.78em;
	line-height: 1.9;
	text-align:left;
}
@media screen and (max-width: 666px) {
.anshinno1{
	padding: 44px 5vw 12px;
}
.anshinno1 p{
margin-top: 20px;
}
}

.topVoice {
padding: 1% 2% 5% 2%;
}
.topVoice .inr{
	display:flex;
	justify-content:space-evenly;
	flex-wrap: wrap;
	gap: 0.2em;
}
.topVoice .inr picture{
	padding:0.2em;
}
@media screen and (max-width: 1366px) {
	.topVoice .inr picture img{ height:3vw; }
}
@media screen and (max-width: 1024px) {
	.topVoice .inr picture img{height: 4.6vw;}
}
@media screen and (max-width: 896px) {
	.topVoice .inr picture img{height: 5.6vw;}
}
@media screen and (max-width: 480px) {
	.topVoice { padding-bottom: 10%; }
	.topVoice .inr{ gap:0.1em; }
	.topVoice .inr picture img{height: 8vw;}
}


/* sideForm
-------------------------------------------------------------- */
.sideForm {
	font-size: 0.875em;
	position: fixed;
	top: 0;
	right: 0;
	width: 28%;
	height: 100%;
	background-color: var(--color_white);
	box-shadow: 0 0 16px var(--color_shadow2);
	z-index: 10000;
}
.sideForm > .inr {
	height: 100%;
	padding: 5% 8%;
	overflow: auto;
}
.sideForm .hl{
	color: var(--color_main);
	font-size: 1.6vw;
	font-family: var(--family-min);
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.sideForm dl {margin: 0 0 1em;}
.sideForm dt {
	font-weight: bold;
	font-size: 0.8vw;
	margin-bottom: 0.25em;
}
.sideForm dd { margin-bottom: 1em; }
.sideForm span.must,
.sideForm span.arbitrary{
	color: var(--color_white);
	padding: 0 0.3em;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 0.25em;
}
.sideForm span.must { background-color: var(--color_main); }
.sideForm span.arbitrary { background-color: var(--color_gray-dark); }
.sideForm textarea,
.sideForm input[type="text"],
.sideForm input[type="tel"],
.sideForm input[type="email"] { font-size: 0.8vw;}
.sideForm p { font-size: 0.8vw; margin: 0.5em 0 2em;}
@media screen and (max-width: 1680px) {
	.sideForm .hl{ font-size: 1.75em;}
	.sideForm dl { margin-bottom: 0.6em;}
	.sideForm dt { font-size: 1.1em;}
	.sideForm textarea,
	.sideForm input[type="text"],
	.sideForm input[type="tel"],
	.sideForm input[type="email"] { font-size: 1.1em;}
	.sideForm p { font-size: 1.1em; margin-bottom: 1.5em;}
}
@media screen and (max-width: 1644px) {
	.sideForm .hl{ font-size: 1.75em;}
	.sideForm dt { font-size: 1.1em;}
	.sideForm textarea,
	.sideForm input[type="text"],
	.sideForm input[type="tel"],
	.sideForm input[type="email"] { font-size: 1.1em;}
	.sideForm p { font-size: 1.1em;}
}
@media screen and (max-width: 1366px) {
	.sideForm {width: 32%;}
	.sideForm > .inr {padding: 8% 8% 5%;}
}
@media screen and (max-width: 1024px) {
	.sideForm {
		position: static;
		width: auto;
		height: auto;
		box-shadow: none;
		background-color:var(--color_main);
		padding: 2%;
		font-size: 1em;
	}
	.sideForm > .inr {
		height: auto;
		padding: 4%;
		background-color:var(--color_white);
	}
}
@media screen and (max-width: 480px) {
	.sideForm {padding-top: 10%; padding-bottom: 10%;}
}

.formBtn {text-align: center;}


/* secAssignment
-------------------------------------------------------------- */
.secAssignment {
background: #F0F0F0;
background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(213, 213, 213, 1) 100%);
padding: 7.5% 5% 0;
}
.secAssignment .hl1 br {
display: none;
}
.secAssignment ul {
background: url("/consulting/lp/isms_notion/img/assignment/bg.svg") center bottom no-repeat;
	display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 0 260px;
}
.secAssignment ul li {
display: flex;
justify-content: center;
align-items: center;
	position: relative;
	width: 31.333333%;
	background: var(--color_white) no-repeat center 90px / 45%;
	text-align: center;
	list-style: none;
	line-height: 1.55;
	font-size:1.45em;
	font-weight: bold;
	padding: 4% 1.5%;
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.05));
	font-feature-settings: "palt";
}
.secAssignment ul li:before {
  content: "";
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 30px solid var(--color_white);
}
.secAssignment ul li:nth-child(1):before {
transform: rotate(-20deg);
}
.secAssignment ul li:nth-child(3):before {
transform: rotate(20deg);
}
@media screen and (min-width:1025px) and (max-width:1440px) {
.secAssignment ul li {
	font-size:1.5vw;
}
}
@media screen and (max-width: 1024px) {
.secAssignment ul li {
	font-size:2.1vw;
}
}
@media screen and (max-width: 666px) {
.secAssignment {
padding: 3em 1em 0 1em;
}
.secAssignment .hl1 {
line-height: 1.4;
}
.secAssignment .hl1 br {
display: inline;
}
.secAssignment ul {
background: url("/consulting/lp/isms_notion/img/assignment/bg.svg") center bottom no-repeat;
background-size: 77% auto;
display: block;
padding-bottom: 45vw;
}
.secAssignment ul li {
	width: 100%;
	font-size:1.1rem;
	margin-bottom: 32px;
}
.secAssignment ul li:before {
transform: rotate(-20deg);
}
.secAssignment ul li:nth-child(3):before {
transform: rotate(-20deg);
}
}


/* secMerit
-------------------------------------------------------------- */
.secMerit {
padding: 7.5% 5% 3%;
}
.secMerit .hl1 br {
display: none;
}
.secMerit ul {
list-style: none;
margin: 0 auto;
max-width: 1000px;
position: relative;
padding: 60px 0 0;
}
.secMerit ul li {
display: flex;
justify-content: space-between;
margin-bottom: 90px;
position: relative;
}
.secMerit ul li .meritDetail {
line-height: 1;
padding: 0 60px 0 0;
position: relative;
width: 47%;
}
.secMerit ul li .meritDetail:before {
  background: -webkit-linear-gradient(135deg,#f0f8ff,#f6fdff);
  background: linear-gradient(-45deg,#f0f8ff,#f6fdff);
  border-radius: 50%;
  content: "";
  height: 410px;
  left: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  width: 410px;
  z-index: -1;
}
.secMerit ul li .meritDetail .meritTag {
color: rgba(0,83,162,0.15);
font-size: 1.3rem;
font-weight: 500;
line-height: 1;
position: relative;
top: -10px;
}
.secMerit ul li .meritDetail .meritTag .num {
display: block;
font-size: 5rem;
font-weight: 600;
}
.secMerit ul li .meritDetail .meritTxt {
color: var(--color_main);
font-size: 1.9rem;
font-weight: 600;
line-height: 1.6;
margin: 0;
padding: 10px 0 0 20px;
width: 100%;
}
.secMerit ul li:nth-child(even) {
flex-direction: row-reverse;
}
.secMerit ul li:nth-child(even) .meritDetail {
padding: 0 0 0 40px;
}
.secMerit ul li:nth-child(even) .meritDetail:before {
  left: calc(40px);
}
.secMerit ul li .meritImg {
box-shadow: 0 0 20px rgba(0,0,0,0.18);
border: 6px solid var(--color_main);
line-height: 0;
width: 58%;
}
@media screen and (min-width:1025px) and (max-width:1300px) {
.secMerit ul {
padding: 2rem 0 0;
}
.secMerit ul li {
display: block;
margin-bottom: 4rem;
}
.secMerit ul li .meritImg{
margin-top: 28px;
		width: 100%;
}
.secMerit ul li .meritDetail {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0;
width: 100%;
}
.secMerit ul li .meritDetail:before,
.secMerit ul li:nth-child(even) .meritDetail:before{
  height: 40vw;
  left: 0%;
  top: 0;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  width: 40vw;
}
.secMerit ul li:nth-child(even) .meritDetail {
padding-left: 0;
}
.secMerit ul li .meritDetail .meritTag {
top: 0;
}
.secMerit ul li .meritDetail .meritTxt {
line-height: 1.3;
padding-left: 1.5rem;
padding-top: 1rem;
}
.secMerit ul li .meritDetail .meritTxt br {
display: none;
}
}

@media screen and (min-width:667px) and (max-width:1024px) {
.secMerit ul li {
margin-bottom: 8vw;
}
.secMerit ul li .meritDetail:before,
.secMerit ul li:nth-child(even) .meritDetail:before{
  height: 35vw;
  width: 35vw;
}
.secMerit ul li .meritDetail .meritTxt {
font-size: 2.8vw;
}
.secMerit ul li .meritDetail .meritTag {
font-size: 2.2vw;
}
.secMerit ul li .meritDetail .meritTag .num {
font-size: 8vw;
}
}

@media screen and (max-width: 666px) {
.secMerit ul {
padding: 2rem 0 0;
}
.secMerit ul li {
display: block;
margin-bottom: 4rem;
}
.secMerit ul li .meritImg{
margin-top: 28px;
		width: 100%;
}
.secMerit ul li .meritDetail {
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0;
width: 100%;
}
.secMerit ul li .meritDetail:before,
.secMerit ul li:nth-child(even) .meritDetail:before{
  height: 40vw;
  left: 0%;
  top: 0;
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  width: 40vw;
}
.secMerit ul li:nth-child(even) .meritDetail {
padding-left: 0;
}
.secMerit ul li .meritDetail .meritTag {
top: 0;
}
.secMerit ul li .meritDetail .meritTxt {
line-height: 1.3;
padding-left: 1.5rem;
padding-top: 1rem;
}
.secMerit ul li .meritDetail .meritTxt br {
display: none;
}


.secMerit ul li .meritDetail:before,
.secMerit ul li:nth-child(even) .meritDetail:before{
  height: 60vw;
  left: 0%;
  width: 60vw;
}


.secMerit {
padding: 3em 1em 1.5em 1em;
}
.secMerit .hl1 {
line-height: 1.4;
}
.secMerit .hl1 br {
display: inline;
}
.secMerit ul {
padding: 0 0 0;
}
.secMerit ul li {
margin-bottom: 10vw;
}
.secMerit ul li .meritImg{
border-width: 5px;
margin-top: 4vw;
}
.secMerit ul li .meritDetail {
padding: 0;
}
.secMerit ul li .meritDetail .meritTag {
font-size: 3.6vw;
top: 0;
}
.secMerit ul li .meritDetail .meritTag .num {
font-size: 13vw;
}
.secMerit ul li .meritDetail .meritTxt {
font-size: 5.5vw;
padding-left: 1rem;
}
.secMerit ul li .meritDetail .meritTxt br {
display: inline;
}
.secMerit ul li .meritDetail:before,
.secMerit ul li:nth-child(even) .meritDetail:before{
  height: 45vw;
  left: -15%;
  top: -15%;
  -webkit-transform: translateY(-7%);
  -ms-transform: translateY(-7%);
  transform: translateY(-7%);
  width: 45vw;
}
}



/* secFeatures
-------------------------------------------------------------- */
.secFeatures {
background-color: var(--color_main-light);
padding: 8% 5% 2%;
}
.secFeatures .featuresList {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
max-width: 1200px;
margin: 0 auto;
padding: 3% 0 0;
}
.secFeatures .featuresList >  li {
margin: 0 1.5% 6%;
text-align: center;
width: 30%;
}
.secFeatures .featuresList >  li .featuresImg {
background: #FFF;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 130px;
width: 130px;
margin: 0 auto 16px;
}
.secFeatures .featuresList >  li .featuresImg img {
filter: invert(20%) sepia(97%) saturate(1806%) hue-rotate(194deg) brightness(94%) contrast(104%);
width: 66px;
}
.secFeatures .featuresList >  li h3 {
color: var(--color_main);
  font-size: 1.4rem;
  font-weight: 600;
		font-feature-settings: "palt";
  line-height: 1.6;
}
.secFeatures .featuresList >  li h3 sup {
  font-size: 0.8rem;
  line-height: 1;
}
.secFeatures .featuresList >  li .attP {
font-size: 0.9rem;
margin: 0;
line-height: 1.4;
padding: 2% 0 0;
}
.secFeatures .featuresList >  li ul.attList {
list-style: none;
margin: 0;
padding: 4% 0 0;
}
.secFeatures .featuresList >  li ul.attList li {
font-size: 0.9rem;
}
@media screen and (max-width: 1366px) {
.secFeatures .featuresList >  li {
margin: 0 0 6%;
width: 48%;
}
}
@media screen and (max-width: 666px) {
.secFeatures {
padding: 3em 5vw 1em;
}
.secFeatures .featuresList >  li {
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
margin: 0 0 28px;
text-align: left;
width: 100%;
}
.secFeatures .featuresList >  li .featuresImg {
height: 20vw;
margin: 0;
width: 20vw;
}
.secFeatures .featuresList >  li .featuresImg img {
width: 11vw;
}
.secFeatures .featuresList >  li .featuresData {
width: 62vw;
}
.secFeatures .featuresList >  li h3 {
  font-size: 1.15rem;
  line-height: 1.45;
}
.secFeatures .featuresList >  li h3 sup {
  font-size: 0.6rem;
  line-height: 1;
}
.secFeatures .featuresList >  li .attP {
font-size: 10px;
line-height: 1.65;
padding: 2% 0 0;
}
.secFeatures .featuresList >  li .attP br {
display: none;
}
.secFeatures .featuresList >  li ul.attList {
padding: 8px 0 0;
}
.secFeatures .featuresList >  li ul.attList li {
font-size: 10px;
line-height: 1.65;
margin: 0;
}
}


/* secPlan
-------------------------------------------------------------- */
.secPlan {
background: #F0F0F0;
background: linear-gradient(90deg, var(--color_point2-grad_start) 0%, var(--color_point2) 100%);
padding: 8.5% 5%;
}
.secPlan .hl1 {
color: var(--color_white);
}
.secPlan .planList {
display: flex;
justify-content: space-between;
list-style: none;
margin: 0;
padding: 0;
}
.secPlan .planList > li {
background: var(--color_white);
margin: 0;
padding: 0;
width: 31.33333%;
}
.secPlan .planList > li .planImg {
margin: 0;
padding: 0;
}
.secPlan .planList > li .planData {
padding: 24px 12px 32px;
}
.secPlan .planList > li .planData h3 {
color: var(--color_main);
font-family: var(--family-min);
  font-size: 1.8rem;
  font-weight: bold;
		font-feature-settings: "palt";
  line-height: 1.45;
		letter-spacing: 0.06em;
		margin-bottom: 5%;
		text-align: center;
}
.secPlan .planList > li .planData p {
margin: 0;
padding: 0 12px;
}
.secPlan .planList > li .planData p.planText {
  font-size: 1rem;
}
.secPlan .planList > li .planData p.att {
font-size: 12px;
margin-top: 2%;
padding-left: 1em;
text-indent: -1em;
}
@media screen and (max-width: 666px) {
.secPlan {
padding: 3em 5vw 1em;
}
.secPlan .planList {
display: flex;
flex-wrap: wrap;
}
.secPlan .planList > li {
margin-bottom: 32px;
width: 100%;
}
}


/* priceMsg
-------------------------------------------------------------- */
.priceMsg{
background: var(--color_point2);
	color: var(--color_white);
	text-align: center;
	padding: 2em 0;
	font-size: 3.2em;
	font-weight: bold;
}
.priceMsg p{
	font-family:var(--family-min);
	line-height: 1.4;
	margin: 0 0 0.3em 0;
}
.priceMsg span{
	font-size:0.9rem;
	font-weight:normal;
}
.priceMsg .btn a {
  border-radius: 60px;
}

@media screen and (min-width: 640px) {
.priceMsg .btn a {
  font-size: 28px;
  font-weight: 600;
		min-width: 420px;
}
}
@media screen and (max-width: 1024px) {
	.priceMsg{ font-size: 1.8em; }
}
@media screen and (max-width: 640px) {
	.priceMsg{ font-size: 1.35em; }
	.priceMsg p{
	margin: 0 0 1em 0;
}
	.priceMsg .btn a {
  font-size: 20px;
		min-width: 80%;
}
}


/* secCompany
-------------------------------------------------------------- */
.comtable td table,
.comtable td th,
.comtable td td {border: none; padding: 0;}
.comtable td table {display: inline-table; width: auto; margin-bottom: 1em;}
.comtable td table:last-child {margin-bottom: 0;}
.comtable td th {width: 8.5em; background-color: transparent;}
.comtable td th,
.comtable td td {padding: 0.1em 0;}
.comtable dl {margin: 0;}
.comtable dd {margin-bottom: 1em;}
.comtable dd:last-child {margin-bottom: 0;}
.comtable ul{
	padding-left:1.5em;
	margin:0;
}
@media screen and (max-width: 640px) {

.comtable tbody > tr,
.comtable tbody > tr > th,
.comtable tbody > tr > td {
display: block;
width: 100%;
}
.comtable tbody > tr > th,
.comtable tbody > tr > td {
border-bottom: none;
}
.comtable tbody > tr > th {
font-size: 15px;
padding: 0.55em 0.75em 0.25em;
}
.comtable tbody > tr:last-child {
border-bottom: 1px solid var(--color_gray);
}

	.comtable td .noBorder tr td:nth-child(2) {display: inline;}
	.comtable td th {
		width: auto;
		vertical-align: top;
	}
	.comtable td td + td {font-size: 0.88em;}
}
@media screen and (max-width: 480px) {
	.comtable td td {display: block;}
}

footer > div { padding: 0.5em 1em;}


/* complete_page
-------------------------------------------------------------- */
.comp_header {
    vertical-align: middle;
	display: flex;
	justify-content: space-between;
}
.comp_hNav{
	color: var(--color_main);
	margin-right: 1.5em;
	line-height: 1.25;
}
.comp_header .tel {
	background-color: var(--color_main);
	color: var(--color_white);
	font-weight: bold;
	padding: 0 0.25em;
    border-radius: 3px;
    margin-right: 0.25em;
    font-size: 1em;
}
.comp_hNav a {
	font-size: 1.25em;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
	color: var(--color_main);
}
.comp_header .time {
	font-weight: normal;
    font-size: 0.92em;
}
.comp_container {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
	text-align: center;
	padding: 120px 1em 1em;
}
#comp_wrapper footer {
	padding: 0;
	position: fixed;
	bottom: 0;
}
@media screen and (max-width: 480px) {
	.comp_hNav {margin-right:0.25em;}
	.comp_header .tel {font-size: 0.5em;}
	.comp_hNav a {font-size: 1em;}
	.comp_header .time {font-size: 0.4em;}
	.comp_hNav a {pointer-events: auto;}
	.comp_container{ padding: 60px 1em 1em;}
}


/* Achievement
-------------------------------------------------------------- */
.secAchievement{
	background: transparent linear-gradient(110deg, var(--color_point2-grad_start) 0%, var(--color_point2-grad_end) 100%);
}
.secAchievement .hl1 span{ font-size:0.7em; }
.secAchievement .inr{
	background:var(--color_white);
	padding:6% 4%;
	text-align: center;
}
.secAchievement p{
	color: var(--color_gray-dark2);
	font-size: 0.78em;
	text-align: left;
}
.secAchievement picture { text-align: center;}
.secAchievement picture img { width: 100%;}
@media screen and (max-width: 480px) {
	.secAchievement picture img { width: 250px;}
}


/* Qa
--------------------------------------------------------------- */
.secQa{ background-color: var(--color_gray-light2); }
.secQa > .inr{ 
width: 1040px;
}
.secQa dl{
	display: flex;
	align-items: flex-start;
}
.secQa dl.answer {
	flex-direction: row-reverse;
	margin-bottom: 4em;
}
.secQa dl.answer:last-child{ margin-bottom:0; }
.secQa dl.question dt,
.secQa dl.answer dt img{
	width: 68px;
	max-width: unset;
	height: 68px;
	border-radius: 50%;
}
.secQa dl.question dt{
	background-color:var(--color_main);
	color:var(--color_white);
	font-size:1.8em;
	font-family: var(--family-gothic);
	display:flex;
	justify-content:center;
	align-items: center;
}
.secQa dl dd {
	background-color: var(--color_white);
	box-shadow: 0px 6px 18px var(--color_shadow2);
	align-items: center;
	position: relative;
	margin-left: 25px;
	padding: .8em 1.2em;
	border-radius: 5px;
	color: var(--color_primary);
	max-width: 800px;
	align-self: flex-start;
	font-size:1.1em;
	font-weight: bold;
	max-width: 80%;
}
.secQa dl.answer dd {
	margin-left: 0;
	margin-right: 30px;
	font-weight:normal;
}
.secQa dl dd:before {
    position: absolute; 
    content: '';
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent var(--color_white) transparent transparent;
    top: 12px;
    left: -20px;
}
.secQa dl.answer dd:before {
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent var(--color_white);
    left: 100%;
}
@media screen and (max-width: 768px){
	.secQa dl dd{ font-size:1em; }
}
@media screen and (max-width: 480px) {
	.secQa dl.question dt,
	.secQa dl.answer dt img{
		width: 40px;
		height: 40px;
		font-size:22px;
	}
}


/* Targetcompany
--------------------------------------------------------------- */
.secTarget{
	background-image: url("../img/target/bg.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	background-size:contain;
}
.secTarget .hl1{ text-align: left;}
.secTarget .box{
	display: flex;
	align-items: center;
	font-size: 1.52em;
	font-weight:bold;
	line-height: 1.3;
	gap:2%;
	width: 100%;
}
.secTarget .box:last-child{ margin-bottom: 0; }
.secTarget .box figure{ width: 50px; }
.secTarget .box figure img{ width: 80%; }
.secTarget .box p{ width: calc(100% - 50px);}
@media screen and (max-width: 1680px){
	.secTarget .box{ font-size:1.4vw;}
}
@media screen and (max-width: 1024px){
	.secTarget .box{ font-size:1.25em;}
}
@media screen and (max-width: 768px){
	.secTarget{
		background-position: center;
		background-size: cover;
	}
	.secTarget .inr{
		background-color: #FFF;
		padding:6% 4%;
	}
	.secTarget .hl1{ text-align: center;}
	.secTarget .box{
		font-size:18px;
		margin-bottom: 0;
	}
	.secTarget .box br{ display:none;}
}


/* contact
--------------------------------------------------------------- */
.contact_box{
	background-color:var(--color_main-light);
	border-radius:10px;
	padding: 2% 4%;
	display:flex;
	font-size: 0.8vw;
	font-weight:bold;
	margin:1em 0 2em;
	line-height:1.4;
}
.contact_box .point{
	display:flex;
	width:4.6vw;
	height:4.6vw;
	background-color:var(--color_main);
	align-items: center;
	align-self: center;
	justify-content:center;
	color:var(--color_white);
	text-align:center;
	line-height: 1.25;
	border-radius:50%;
	margin-right: 2em;
}
.contact_box ul{
	margin:0;
	padding:0;
}
@media screen and (max-width: 1680px){
	.contact_box{
		font-size: 1em;
		margin-bottom: 1em;
	}
	.contact_box .point{ width:80px; height:80px; font-size: 0.9em;}
}
@media screen and (max-width: 1024px){
	.contact_box{ padding: 2%;}
}

/* PC用フォームフォーカス
--------------------------------------------------------------- */

#container:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.8);
	z-index: 10000;
	transition: all 0.15s linear;
	opacity: 0;
}
#container.focus:before {
	width: 80%;
	opacity: 1;
}
.sideForm .reset {
	display: none;
	text-align: center;
	text-decoration: underline;
	margin: 12% 0 0;
	cursor: pointer;
}
.focus + .sideForm .reset { display: block;}
.sideForm .reset:hover { text-decoration: none;}

/* download form
-------------------------------------------------------------- */
.contents.formArea{
	width: 100%;
	max-width: 1366px;
	padding: 4%;
	margin: 60px auto 0;
}
.formBox{
	padding:4%;
	background-color: var(--color_white);
	box-shadow: 0 0 16px var(--color_shadow2);
}

.formBox dl {margin: 0 0 1em;}
.formBox dt {
	font-weight: bold;
	margin-bottom: 0.25em;
}
.formBox dd { margin-bottom: 1em; }
.formBox span.must,
.formBox span.arbitrary{
	color: var(--color_white);
	padding: 0 0.3em;
	font-size: 12px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 0.25em;
}
.formBox span.must { background-color: var(--color_main); }
.formBox span.arbitrary { background-color: var(--color_gray-dark); }
.formBox p { margin: 0.5em 0 2em;}

@media screen and (max-width: 1680px) {
	.formBox dl { margin-bottom: 0.6em;}
	.formBox p { margin-bottom: 1.5em;}
}

.formBox .formBtn {text-align: center;}
.formBox .formBtn .btn {
	position: relative;
	display: inline-block;
	background: transparent linear-gradient(90deg, var(--color_point-grad_start) 0%, var(--color_point-grad_end) 100%);
	border: none;
	box-shadow: var(--color_shadow);
	border-radius: 26px;
	color: var(--color_white);
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 0.8em 4em;
}
.formBox .formBtn .btn.goback{
	background: var(--color_gray-dark2);
}
.formBox .formBtn .btn:after{
    background: url("../img/common/arrow_white_right.svg") no-repeat;
    position: absolute;
    top: 56%;
    right: 0.5em;
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    margin-top: -0.5em;
}
.formBox .formBtn .btn.goback:after{
    left: 0.5em;
	transform: rotate(180deg);
}
.formBox .formBtn .btn:hover {
	cursor: pointer;
	transition: all .3s;
	opacity: 0.85;
}

/* ssl
-------------------------------------------------------------- */
.sslBox{
	padding: 2em 0;
	font-size:0.88em;
	display:flex;
	align-items:center;
	gap:1em;
}
@media screen and (max-width: 480px){
	.sslBox{ flex-direction:column; }
}


/* reCAPTCHA
-------------------------------------------------------------- */
.grecaptcha-badge{ z-index: 99999; }

