@charset "utf-8";

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

Setup

----------------------------------*/
html {
	height: 100%;
	font-size: 62.5%;
}

#lp-forte {
	line-height: 1.5;
	text-align: left;
	color: #222;
	font-size: 100%;
	font-weight: 300;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .05em;
 }

#lp-forte .inner {
	margin: 0 auto;
	padding: 0 15px;
 }

em {
	font-style: normal;
	font-size: inherit;
}

span {
	font-size: inherit;
}

#lp-forte img {
	width: 100%;
}

#lp-forte .btn {
	margin: 50px auto 0;
	text-align: center;
}

#lp-forte .btn a {
	display: inline-block;
	background: #282747;
	border-radius: 2px;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	text-decoration: none;
	position: relative;
	padding: 18px 70px 18px 60px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#lp-forte .btn a:hover {
	opacity: .9;
}

#lp-forte .btn a:hover:before {
	-webkit-transform: translateX(3px);
	transform: translateX(3px) rotate(45deg);
}

#lp-forte .btn a:hover:after {
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

#lp-forte .btn a:before {
    content: '';
    position: absolute;
    top: 35px;
    right: 30px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: 100% 0;
    transition: all 0.2s ease-in-out;
}

#lp-forte .btn a:after {
    content: '';
    position: absolute;
    top: 35px;
    right: 30px;
    width: 24px;
    height: 0;
    border-top: 1px solid #fff;
    transition: all 0.2s ease-in-out;
}

.main-title .main-title-inner {
	height: 132px;
	box-sizing: border-box;
	padding: 35px 0 0 0;
}

.main-title .main-title-inner span {
	font-size: 1.5rem;
	display: block;
}

.main-title .main-title-inner em {
	margin-left: -12px;
}


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

.performance

----------------------------------*/
.performance {
	background: #e8eef3;
	padding: 30px 0 50px;
}

.performance header {
	text-align: center;
}

.performance header .about {
	background: #0b3388;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
	text-align: left;
    padding: 14px 20px;
    display: inline-block;
    text-align: justify;
	text-justify: inter-ideograph;
}

.performance header .about br {
	display: none;
}

.performance header .about em {
	color: #ffe617;
	font-style: normal;
	font-size: inherit;
}

.performance header .shoulder {
	color: #0b3388;
	font-size: 1.9rem;
	font-weight: bold;
	margin-top: 26px;
}

.performance header .shoulder em {
	background: linear-gradient(transparent 60%, #ffe617 60%);
	padding-bottom: 2px;
}

.performance header h2 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 3.6rem;
	color: #0b3388;
	margin-top: 10px;
}

.performance header h2 em {
	font-size: 5.8rem;
	letter-spacing: 0.1em;
	padding-top: 20px;
	margin-top: -30px;
	display: block;
}

.performance .main section {
	background: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 20px 20px 35px;
	margin-top: 15px;
	display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.performance .main section img {
	width: 180px !important;
	margin: 0 auto;
}

.performance .main section p:first-of-type {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px 0 20px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}

.performance .main section p:first-of-type br {
	display: none;
}

.performance .main section p:first-of-type em {
	background: linear-gradient(transparent 60%, #ffe617 60%);
	padding-bottom: 2px;
}

.performance .main section p:last-of-type {
	font-size: 1.3rem;
	margin-top: auto;
}

.performance .main section p:last-of-type span {
	display: inline-block;
}

.performance .others {
	margin-top: 60px;
}

.performance .others h3 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #282747;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}

.performance .others h3 em {
	font-size: 3.2rem;
	color: #0b3388;
}

.performance .others h3 span {
	font-size: 1.6rem;
	padding-left: 10px;
}

.performance .others ul {
	background: #fff;
	border-radius: 3px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 20px 30px;
}

.performance .others ul li {
	width: 46%;
	line-height: 0;
}

.performance .support {
	margin-top: 60px;
}

.performance .support h3 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #282747;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}

.performance .support h3 em {
	font-size: 3.2rem;
	color: #0b3388;
}

.performance .support h3 span {
	font-size: 1.6rem;
}

.performance .support ul {
	background: #fff;
	border-radius: 3px;
	list-style-type: none;
	padding: 20px 40px;
}

.performance .support ul li {
	color: #282747;
	font-size: 4.5vw;
	font-weight: bold;
	clear: both;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #b5c1db;
}

.performance .support ul li:last-child {
	font-size: 1.4rem;
	line-height: 1.5em;
	border: none;
	margin-top: 20px;
}

.performance .support ul li:last-child em {
	background: linear-gradient(transparent 60%, #ffe617 60%);
	padding-bottom: 2px;
	font-size: 2.2rem;
}

.performance .support ul li span {
	float: right;
	color: #0b3388;
	font-size: 1.6rem;
	margin-top: -34px;
}

.performance .support ul li span em {
	font-size: 4.6rem;
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 900;
	letter-spacing: 0em;
}

.performance .prize {
	margin-top: 60px;
}

.performance .prize h3 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #282747;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}

.performance .prize h3 em {
	font-size: 3.2rem;
	color: #0b3388;
}

.performance .prize ul {
	background: #fff;
	border-radius: 3px;
	list-style-type: none;
	padding: 40px;
}

.performance .prize ul li {
	color: #555;
	font-size: 1.1rem;
	text-align: center;
}

.performance .prize ul li:not(:first-child) {
	margin-top: 40px;
}

.performance .prize ul li img {
	padding-bottom: 10px;
	display: block;
}


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

.evaluation

----------------------------------*/
.evaluation {
	padding: 60px 0 50px;
}

.evaluation header h2 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	color: #282747;
	font-size: 2.6rem;
	margin-bottom: 30px;
}

.evaluation .review section {
	border: solid 2px #b5c1db;
	border-radius: 3px;
	padding: 20px 20px 95px;
	margin: 15px auto 0;
	box-sizing: border-box;
	position: relative;
}

.evaluation .review section:nth-of-type(1) {
	background: url(../img/feature/forte/evaluation_mt.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 3% bottom;
}

.evaluation .review section:nth-of-type(2) {
	background: url(../img/feature/forte/evaluation_hk.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 97% bottom;
}

.evaluation .review section:nth-of-type(3) {
	background: url(../img/feature/forte/evaluation_jt.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 3% bottom;
}

.evaluation .review section:nth-of-type(4) {
	background: url(../img/feature/forte/evaluation_kt.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 97% bottom;
}

.evaluation .review section:nth-of-type(5) {
	background: url(../img/feature/forte/evaluation_th.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 3% bottom;
}

.evaluation .review section:nth-of-type(6) {
	background: url(../img/feature/forte/evaluation_ty.gif) no-repeat;
	background-size: 70px 84px;
	background-position: 97% bottom;
}

.evaluation .review section p:first-of-type {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}

.evaluation .review section p:first-of-type em {
	background: linear-gradient(transparent 60%, #ffe617 60%);
	padding-bottom: 2px;
}

.evaluation .review section p:first-of-type br {
	display: none;
}

.evaluation .review section:nth-of-type(odd) p:last-of-type {
	font-size: 3.2vw;
	color: #0b3388;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.evaluation .review section:nth-of-type(even) p:last-of-type {
	font-size: 3.2vw;
	color: #0b3388;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 25px;
}

.satisfaction h3 {
	color: #0a3387;
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 2.6rem;
}

.satisfaction h3 strong {
	font-size: inherit;
	display: block;
}

.satisfaction h3 em {
	font-size: 8rem;
	letter-spacing: 0;
	line-height: 1;
}

.satisfaction {
	margin-top: 50px;
}

.satisfaction h3 span {
	font-size: 1.4rem;
	vertical-align: text-top;
	margin-left: -8px;
}

.satisfaction .read {
	text-align: left;
	letter-spacing: .04em;
	margin: 20px auto 30px;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
}

.satisfaction .read br {
	display: none;
}

.satisfaction .graph {
	text-align: center;
}

.satisfaction .graph h4 {
	background: #0b3388;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: .08em;
    padding: 6px 20px 10px;
    display: block;
}

.satisfaction .graph h4 em {
	font-size: 1.8rem;
	padding-right: 10px;
}

.satisfaction .graph p:first-of-type {
	padding: 25px 0 10px;
	width: 90%;
	margin: 0 auto;
}

.satisfaction .graph p:last-of-type {
	color: #555;
    font-size: 1.2rem;
}


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

.elected

----------------------------------*/
.elected {
	background: #e8eef3;
	padding: 60px 0;
}

.elected header h2 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	color: #282747;
	font-size: 2.6rem;
	margin-bottom: 30px;
}

.elected section {
	background: #fff;
	border-radius: 3px;
    padding: 40px 20px 30px;
    margin-top: 30px;
    position: relative;
}

.elected section:before {
	color: #e8eef3;
	font-size: 7rem;
	font-style: italic;
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: absolute;
	top: 8px;
	right: 15px;
}

.elected section:nth-of-type(1):before {
	content: "1";
}

.elected section:nth-of-type(2):before {
	content: "2";
}

.elected section:nth-of-type(3):before {
	content: "3";
}

.elected section h3 {
	color: #0a3387;
	font-size: 4.6vw;
	position: relative;
	margin-right: -15px;
}

.elected section > div p {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-top: 30px;
	letter-spacing: .01em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.elected section > div p em {
	font-weight: bold;
	background: linear-gradient(transparent 80%, #ffe617 80%);
	padding-bottom: 1px;
}

.elected section > p {
	line-height: 0;
	margin-top: 20px;
}

.elected .consultant {
	background: #093386;
	border-radius: 3px;
    padding: 30px 20px;
    margin-top: 30px;
}

.elected .consultant > p {
	line-height: 0;
	margin-bottom: 20px;
}

.elected .consultant > div p {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: .1em;
	color: #fff;
	font-size: 1.7rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.elected .consultant > div p em {
	color: #ffe617;
}

.elected .consultant > div p br {
	display: none;
}

.elected .consultant .btn {
	margin: 30px 0 0 0 !important;
}

.elected .consultant .btn a {
	background: #fff !important;
	color: #093386 !important;
	letter-spacing: .08em !important;
}

.elected .consultant .btn a:before {
    border-top: 1px solid #093386 !important;
}

.elected .consultant .btn a:after {
    border-top: 1px solid #093386 !important;
}


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

.cv

----------------------------------*/
.cv {
	padding: 60px 0 50px;
}

.cv .entry {
	background: #001b51;
	box-sizing: border-box;
	border-radius: 3px;
    padding: 30px 20px;
    position: relative;
}

.cv .entry p {
	width: 104px;
	position: absolute;
	bottom: 96px;
	right: 22px;
	line-height: 0;
}

.cv .entry h2 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 4.4vw;
	letter-spacing: 0.1em;
	color: #fff;
	margin-right: 110px;
}

.cv .entry .cv_btn {
	margin-top: 20px;
}

.cv .entry .cv_btn a {
	display: block;
	border-radius: 2px;
	padding: 22px 0;
	text-align: center;
	background: #b92e2d;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cv .entry .cv_btn a:hover {
	opacity: .9;
}

.cv .job {
	background: #d7c195;
	box-sizing: border-box;
	border-radius: 3px;
    padding: 25px 20px 30px;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.cv .job p {
	width: 140px;
	position: absolute;
	bottom: 0;
	left: 30px;
	line-height: 0;
}

.cv .job h2 {
	font-family: source-han-serif-japanese, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #222;
	text-align: center;
	margin-top: -6px;
}

.cv .job h2 em {
	font-size: 3.2rem;
}

.cv .job .job_btn {
	margin-top: 15px;
}

.cv .job .job_btn a {
	display: block;
	border-radius: 2px;
	padding: 22px 0;
	text-align: center;
	background: #8f7a52;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cv .job .job_btn a:hover {
	opacity: .9;
}

.cv .btn {
	margin: 50px 15px 0 !important;
}

.cv .btn a {
	padding: 18px 70px 18px 50px !important;
}

.cv .btn a:before,
.cv .btn a:after {
	top: 42px !important;
}


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

.fortenav

----------------------------------*/
.fortenav {
	background: #e8eef3;
	padding: 50px 0 46px;
}

.fortenav h2 {
	font-weight: bold;
	padding-bottom: 6px;
	font-size: 1.5rem;
}

.fortenav h2:last-of-type {
	margin-top: 30px;
}

.fortenav li {
	display: inline-block;
}

.fortenav li:not(:first-of-type):before {
	content: "｜";
	padding-right: 2px;
}

.fortenav li a {
	color: #093386;
}

.fortenav li a:hover {
	text-decoration: none;
}
