@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	display: flex;
}
.mainVisual .textBox {
	flex: 1;
	padding: 150px 72px 78px;
	box-sizing: border-box;
	background: url(../img/index/fv_bg.jpg) no-repeat center top / cover;
}
.mainVisual .inner {
	margin: 0 auto;
	max-width: 836px;
}
.mainVisual .btn a {
	display: inline-block;
}
.mainVisual .topTxt {
	margin-bottom: 41px;
	padding: 2px;
	background-color: rgba(4, 29, 35, 0.6); 	
	box-sizing: border-box;
}
.mainVisual .topTxt .title {
	padding: 14px 5px 13px;
	color: #373109;
	font-size: 2.91rem;
	font-weight: normal;
	text-align: center;
	font-family: 'MatissePro-DB';
	letter-spacing: 0.06em;
	background: linear-gradient( 90deg, #d4c248 0%, #ecdd7a 100%);
}
.mainVisual .topTxt .title .back {
	padding: 4px 5px 6px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	background-color: #A50000;
}
.mainVisual .topTxt .title .dot {
	font-size: 3.6rem;
	position: relative;
}
.mainVisual .topTxt .title .dot::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: -6px;
	content: '';
	background-color: #38320a;
	border-radius: 50%;
	transform: translateX(-50%);
}
.mainVisual .topTxt h2 {
	margin: 22px 40px 21px 53px;
	color: #FFF;
	font-size: 6.548rem;
	font-weight: normal;
	font-family: 'MatissePro-M';
	line-height: 1.34;
	position: relative;
	z-index: 10;
}
.mainVisual .topTxt h2 small {
	font-size: 4.393rem;
	display: inline-block;
	vertical-align: middle;
	margin: -8px 0 0 13px;
}
.mainVisual .topTxt h2 .bgTxt {
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.1;
	background-color: #FFF;
}
.mainVisual .topTxt h2 .bgTxt span {
	color: #a30000;
	font-weight: bold;
	letter-spacing: 0.04em;
	background: linear-gradient( 0deg, #a30000 0%, #f20d0d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast:none){
	.mainVisual .topTxt h2 .bgTxt span {
		color: #a30000;
		background: none;
	}
}
.mainVisual .topTxt h2 .size {
	letter-spacing: -0.05em;
}
.mainVisual .topTxt h2 .size + small {
	margin: 2px 0 0 3px;
}
.mainVisual .topTxt h2 .large01 {
	font-size: 7.78rem;
}
.mainVisual .topTxt h2 .sml01 {
	margin: -8px 6px 0;
	font-size: 5.22rem;
}
.mainVisual .imgBox {
	margin: 0 -2px -2px;
	padding: 35px 60px 32px;
	position: relative;
	background: url(../img/index/fv_txt_bg.png) repeat center top;
}
.mainVisual .imgBox .photo {
	position: absolute;
	right: 31px;
	bottom: 0;
}
.mainVisual .imgBox .txtBox {
	width: 72%;
}
.mainVisual .imgBox h3 {
	margin-bottom: 5px;
	color: #d4c248;
	font-weight: normal;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
}
.mainVisual .imgBox h3 small {
	margin-bottom: 12px;
	padding: 5px 15px;
	display: inline-block;
	font-size: 1.3rem;
	letter-spacing: 0.16em;
	font-family: 'yumindb';
	background: #000;
}
.mainVisual .imgBox h3 span {
	font-size: 5.152rem;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-family: 'yumindb';
}
.mainVisual .imgBox p {
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.06em;
}
.mainVisual .list {
	margin-left: 30px;
	display: flex;
}
.mainVisual .list li {
	margin: 0 20px;
	padding-top: 4px;
	width: 221px;
	height: 221px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.042rem;
	line-height: 1.358;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(132, 118, 23,0.8);
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
.mainVisual .list .item {
	font-size: 1.8rem;	
}
.mainVisual .list span {
	margin: 5px 0;
	display: block;
	color: #fdf573;
	font-size: 3.244rem;
	line-height: 1.25;
	font-family: 'MatissePro-M';
}
.mainVisual .list .larg01 {
	margin: 0;
	font-size: 4.634rem;
}
.mainVisual .list .larg02 {
	margin: 0;
	font-size: 3.835rem;	
}
.mainVisual .list .larg02 small {
	display: block;
	font-size: 2.636rem;
	line-height: 1;
}
.mainVisual .list .img {
	margin: -50px 0 10px;
}
.formBox {
	padding: 55px 0 0;
	position: relative;
	width: 400px;
	flex-basis: 400px;
	flex-shrink: 0;
	z-index: 10;
	color: #FFF;
	background: linear-gradient( 180deg, #a30000 0%, #f20d0d 100%);
}
.formBox h2 {
	margin-bottom: 18px;
	position: relative;
	font-size: 3rem;
	font-family: 'yumindb';
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
}
.formBox h2 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}
.formBox h2 .free {
	padding-top: 13px;
	display: block;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 40px;
	top: -26px;
	color: #a50000;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	background: url(../img/index/fv_ttl_bg.png) no-repeat center top / 100%;
}
.formBox .stepUl {
	margin-bottom: 30px;
	display: flex;
	background-color: #000;
}
.formBox .stepUl li {
	width: 50%;
}
.formBox .stepUl a {
	padding: 11.5px 0;
	color: #747474;
	display: block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.15em;
}
.formBox .stepUl .on::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	border: 10px solid transparent;
	border-top-color: #730c0c;
}
.formBox .stepUl span {
	margin-left: 5px;
	font-size: 2.4rem;
}
.formBox .stepUl .on {
	color: #fff !important;
	background-color: #730c0c;
	pointer-events: none;
}
.formBox .mailForm {
	padding: 0 50px 50px;
}
.formBox .formDl {
	margin-bottom: 40px;
}
.formBox .formDl dt {
	margin-bottom: 7px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.formBox .formDl dd {
	margin-bottom: 25px;
}
.formBox .formDl dd .error {
	margin-top: 5px;
}
.formBox .formDl dd .error + input {
	margin-top: 5px;
}
.formBox .formDl dd .error + select {
	margin-top: 5px;
}
.formBox .radioList {
	margin: -10px 0 -5px;
}
.formBox .radioList li {
	margin-top: 10px;
	display: inline-block;
}
.formBox .mailForm input[type="radio"],
.formBox .mailForm input[type="checkbox"] {
    display: none;
}
.formBox .mailForm input[type="radio"] + span,
.formBox .mailForm input[type="checkbox"] + span {
    padding-left: 28px;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    background: url("../img/index/radio_bg01.png") no-repeat 2px center;
}
.formBox .mailForm input[type="checkbox"] + span {
	background-image: url("../img/index/check_bg01.png");
}
.formBox .mailForm input[type="radio"]:checked + span {
    background-image: url("../img/index/radio_bg02.png");
}
.formBox .mailForm input[type="checkbox"]:checked + span {
    background-image: url("../img/index/check_bg02.png");
}
.mailForm .formDl input[type="text"],
.mailForm .formDl input[type="email"],
.mailForm .formDl input[type="tel"],
.mailForm .formDl select {
    padding: 0 19px;
    width: 100%;
    height: 50px;
	color: #50646e;
    border: 1px solid #E2E2E2;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border-radius: 5px;
    -webkit-appearance: none;
    box-sizing: border-box;
	background-color: #fff;
}
.mailForm .formDl select {
	padding-right: 35px;
	background: #FBFCFE url("../img/index/select_bg.png") no-repeat right 17px center;
}
.mailForm .formDl select::-ms-expand {
	display: none;
}
.mailForm .formDl input + select {
	margin-top: 15px;
}
.mailForm .step02 {
	display: none;
}
.mailForm .formDl select + input {
	margin-top: 10px;
}
.mailForm .formDl .note {
	display: block;
	margin: 8px 0 -8px;
}
.formBox .mailForm .policy {
	margin: -15px 0 15px;
	text-align: center;
	letter-spacing: 0.1em;
}
.formBox .mailForm .policy a {
	color: #FFF;
	text-decoration: underline;
}
.formBox .submit li {
	margin-bottom: 10px;
}
.formBox .submit li:last-child {
	margin-bottom: 0;
}
.formBox .submit input {
	width: 304px;
	height: 82px;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: url(../img/index/form_btn02.png) no-repeat center top;
}
.formBox .submit input#edit {
	background-image: url(../img/index/form_btn03.png);
}
@media all and (-ms-high-contrast:none){
	.mainVisual .topTxt .title .back {
		padding: 18px 5px 0;
		line-height: 0.8;
	}
	.mainVisual .imgBox h3 small,
	.mainVisual .imgBox h3 span,
	.formBox h2,
	.mainVisual .topTxt h2 {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.mainVisual .topTxt h2 .bgTxt {
		padding: 24px 5px 0;
		line-height: 0.8;
	}
	.mainVisual .topTxt .title {
		padding: 24px 5px 6px;
	}
	.mainVisual .imgBox h3 small {
		padding: 8px 15px 1px;
	}
	.mainVisual .topTxt h2 small {
		margin-top: 7px;
	}
	.mainVisual .list .larg01 {
		margin: 21px 0 -16px 0;
	}
	.mainVisual .list span {
		margin: 16px 0 -9px;
	}
	.mainVisual .list .larg02 {
		margin: 21px 0 -10px 0;
	}
	.mainVisual .list .larg02 small {
		margin-top: -3px;
	}
	.formBox h2 .free {
		padding-top: 16px;
	}
}
@media all and (max-width: 1366px) and (min-width: 897px) {
	.mainVisual .topTxt {
		margin-bottom: 30px;
	}
	.mainVisual .topTxt .title {
		padding: 9px 5px;
		font-size: 2.2rem;
	}
	.mainVisual .topTxt .title .dot {
		font-size: 3rem;
	}
	.mainVisual .topTxt h2 {
		margin: 25px 20px 21px 42px;
		line-height: 1;
	}
	.mainVisual .topTxt h2 .large01 {
		font-size: 6.1rem;
	}
	.mainVisual .topTxt h2 .bgTxt {
		margin: 15px 0 0;
		padding: 0 5px 3px;
		font-size: 5rem;
	}
	.mainVisual .topTxt h2 small {
		font-size: 3.4rem;
	}
	.mainVisual .topTxt h2 .sml01 {
		font-size: 4rem;
	}
	.mainVisual .topTxt h2 .size {
		font-size: 5.1rem;
	}
	.mainVisual .imgBox {
		padding: 28px 48px 26px;
	}
	.mainVisual .imgBox h3 {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox h3 small {
		padding: 5px 10px;
		font-size: 1.7rem;
		letter-spacing: 0.1em;
		margin-bottom: 8px;
	}
	.mainVisual .imgBox h3 span {
		font-size: 4rem;
	}
	.mainVisual .imgBox p {
		font-size: 1.4rem;
	}
	.mainVisual .imgBox .photo {
		right: 25px;
		width: 250px;
	}
	.mainVisual .list {
		margin-left: 20px;
	}
	.mainVisual .list li {
		margin: 0 15px;
		width: 175px;
		height: 175px;
		font-size: 1.6rem;
	}
	.mainVisual .list span {
		font-size: 2.5rem;
	}
	.mainVisual .list .larg01 {
		font-size: 3.7rem;
	}
	.mainVisual .list .item {
		font-size: 1.4rem;
	}
	.mainVisual .list .larg02 {
		margin: 0;
		font-size: 3.1rem;
	}
	.mainVisual .list .larg02 small {
		font-size: 2rem;
	}
	.mainVisual .list .img {
		margin: -37px auto 5px;
		width: 98px;
	}
}

@media all and (min-width: 897px) {
	.formBox .mailForm .policy a:hover {
		text-decoration: none;
	}
	.formBox .submit input:hover {
		opacity: 0.7;
	}
	.mainVisual .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		display: block;
	}
	.mainVisual .textBox {
		padding: 75px 25px 37px;
		width: auto;
	}
	.formBox {
		padding: 46px 0 0;
		width: auto;
	}
	.mainVisual .topTxt .title {
		padding: 7px 5px 4px;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.mainVisual .topTxt .title .dot {
		font-size: 2.137rem;
	}
	.mainVisual .topTxt .title .dot::before {
		display: none;
	}
	.mainVisual .topTxt .title .back {
		padding: 0 3px;
	}
	.mainVisual .topTxt h2 .large01 {
		font-size: 3.774rem;
	}
	.mainVisual .topTxt h2 small {
		font-size: 2.9rem;
	}
	.mainVisual .topTxt h2 .sml01 {
		margin: -1px 0 0;
		font-size: 2.53rem;
	}
	.mainVisual .topTxt h2 {
		margin: 12px 17px 11px;
		font-size: 4.31rem;
		text-align: center;
		line-height: 1.25;
	}
	.mainVisual .topTxt h2 .size {
		letter-spacing: -0.05em;
		font-size: 3.17rem;
	}
	.mainVisual .topTxt h2 .size + small {
		margin: 4px 0 0 3px;
		font-size: 2.13rem;
	}
	.mainVisual .topTxt h2 .bgTxt {
		margin-bottom: 6px;
		line-height: 1;
	}
	.mainVisual .topTxt h2 .spTxt {
		margin: 0 0 -11px;
		display: block;
	}
	.mainVisual .topTxt h2 .bgTxt + .sml01 {
		font-size: 2.9rem;
		margin: -6px 0 0 5px;
		display: inline-block;
		vertical-align: middle;
	}
	.mainVisual .imgBox {
		margin: 0 -2px -2px;
		padding: 21px 21px 23px;
	}
	.mainVisual .imgBox .photo {
		position: absolute;
		right: -3px;
		bottom: 0;
		width: 150px;
	}
	.mainVisual .imgBox h3 small {
		margin-bottom: 4px;
		padding: 3px 5px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	.mainVisual .imgBox h3 span {
		font-size: 3.2rem;
	}
	.mainVisual .imgBox h3 {
		margin-bottom: 5px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	.mainVisual .imgBox p {
		font-size: 1rem;
		letter-spacing: 0;
	}
	.mainVisual .imgBox .txtBox {
		width: 90%;
		position: relative;
		z-index: 10;
	}
	.mainVisual .inner {
		max-width: 500px;
	}
	.mainVisual .list li {
		margin: 0 4px;
		padding-top: 3px;
		font-size: 1.021rem;
		width: 105px;
		height: 105px;
	}
	.mainVisual .list .larg01 {
		margin: 0;
		font-size: 2.31rem;
	}
	.mainVisual .list {
		margin: 0 -20px 0;
		justify-content: center;
	}
	.mainVisual .list span {
		margin: 3px 0;
		font-size: 1.62rem;
	}
	.mainVisual .list .larg02 {
		margin: 0;
		font-size: 1.917rem;
	}
	.mainVisual .list .larg02 small {
		font-size: 1.38rem;
		line-height: 1;
	}
	.mainVisual .list .item {
		font-size: 0.919rem;
	}
	.mainVisual .list .img img {
		width: 63px;
	}
	.mainVisual .list .img {
		margin: -26px 0 5px;
	}
	.mainVisual .topTxt {
		margin-bottom: 23px;
	}
	.mainVisual .list .larg02 small {
		font-size: 1.2rem;
	}
	.formBox h2 .en {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	.formBox h2 {
		margin-bottom: 13px;
		font-size: 2.3rem;
	}
	.formBox h2 .free {
		margin-left: -118px;
		padding-top: 9px;
		width: 40px;
		height: 40px;
		left: 50%;
		top: -22px;
		font-size: 1.35rem;
		letter-spacing: 0.1em;
	}
	.formBox .formDl dt {
		font-size: 1.5rem;
	}
	.formBox .stepUl a {
		padding: 8px 0 5px;
		font-size: 1.5rem;
		letter-spacing: 0.15em;
	}
	.mailForm .formDl input[type="text"],
	.mailForm .formDl input[type="email"],
	.mailForm .formDl input[type="tel"],
	.mailForm .formDl select {
		padding: 0 20px 0 9px;
		height: 40px;
		font-size: 1.5rem;
		border-radius: 2px;
	}
	.formBox .stepUl {
		margin-bottom: 25px;
	}
	.formBox .mailForm {
		padding: 0 25px 85px;
	}
	.mailForm .formDl select {
		background-size: 10px auto;
	}
	.formBox .formDl dd {
		margin-bottom: 20px;
	}
	.formBox .stepUl .on::after {
		border-width: 7px;
	}
	.formBox .btn {
		text-align: center;
	}
	.formBox .btn img {
		width: 100%;
		max-width: 325px;
	}
	.formBox .formDl {
		margin-bottom: 34px;
	}
	.mailForm .formDl .note {
		font-size: 1rem;
	}
	.formBox .mailForm input[type="radio"] + span,
	.formBox .mailForm input[type="checkbox"] + span {
		padding-left: 22px;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		background-size: 15px auto;
		letter-spacing: 0.05em;
	}
	.formBox .mailForm .policy {
		margin: -12px 0 20px;
		letter-spacing: 0.1em;
		font-size: 1rem;
		line-height: 1.8;
	}
	.formBox .submit {
		margin: 0 auto;
		max-width: 325px;
	}
	.formBox .submit input {
		width: 325px;
		height: 60px;
		background-image: url(../img/index/sp_form_btn02.png);
		background-size: 100% 100%;
	}
	.formBox .submit input#edit {
		background-image: url(../img/index/sp_form_btn03.png);
	}
}
@media all and (max-width: 374px) {
	.mainVisual .topTxt h2 .large01 {
		font-size: 3.4rem;
	}
	.mainVisual .topTxt h2 {
		font-size: 3.6rem;
	}
	.mainVisual .topTxt h2 .bgTxt + .sml01 {
		margin: 0 0 0 5px;
		font-size: 2.6rem;
	}
	.mainVisual .textBox {
		padding: 75px 20px 37px;
	}
	.mainVisual .imgBox .photo {
		width: 128px;
	}
}



/* merit  */
.merit {
	padding: 122px 0 131px;
	background: #f6f6f6 url(../img/index/merit_bg.png) no-repeat right bottom;
}
.merit .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.merit .list::after {
	content: '';
	width: 310px;
}
.merit .list li {
	padding: 45px 25px 44px;
	width: 310px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
}
.merit .list h3 {
	margin-bottom: 25px;
	position: relative;
	color: #786c18;
	font-size: 2.2rem;
	text-align: center;
}
.merit .list h3 span {
	margin-top: -3px;
	position: absolute;
	right: -6px;
	top: 50%;
	color: #000;
	font-size: 10rem;
	opacity: 0.07;
	font-weight: normal;
	font-family: 'Times-Roman';
	transform: translateY(-50%);
	letter-spacing: 0.06em;
}
.merit .list .img {
	margin-bottom: 22px;
	text-align: center;
}
.merit .list p {
	margin: 0 5px;
	line-height: 1.75;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.merit {
		padding: 71px 0 84px;
		background-size: 325px auto;
	}
	.merit .list li {
		padding: 33px 16px 30px;
		width: auto;
		margin-bottom: 15px;
	}
	.merit .list h3 {
		margin-bottom: 5px;
		font-size: 1.8rem;
	}
	.merit .list h3 span {
		font-size: 7.5rem;
	}
	.merit .list .img {
		margin-bottom: 5px;
		text-align: center;
	}
	.merit .list .img img {
		width: 100%;
		max-width: 210px;
	}
	.merit .list p {
		line-height: 1.55;
	}
	.merit .list {
		display: block;
	}
	.merit .list li:nth-child(2) .img img {
		max-width: 188px;
	}
	.merit .list li:nth-child(3) .img {
		margin: 20px 0 21px;
	}
	.merit .list li:nth-child(3) .img img {
		max-width: 207px;
	}
}

/* riskHedge */
.riskHedge {
	padding: 123px 0 86px;
	background-color: #f0ebdf;
	position: relative;
}
.riskHedge .headLine01 {
	margin-bottom: 39px;
}
.riskHedge .headLine01 .en {
	opacity: 0.04;
}
.riskHedge .list {
	margin-bottom: 31px;
}
.riskHedge .list li {
	margin-bottom: 50px;
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	font-size: 2rem;
	position: relative;
}
.riskHedge .list li:last-child {
	margin-bottom: 0;
}
.riskHedge .list .img {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 10;
}
.riskHedge .list .text01 {
	padding: 20px 20px 20px 81px;
	width: 620px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-radius: 0 50px 50px 0;
	background-color: #fff;
	box-sizing: border-box;
	letter-spacing: 0.02em;
	position: relative;
}
.riskHedge .list .text01::after {
	width: 60px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -60px;
	background: url(../img/index/risk_icon.gif) no-repeat left top;
	content: "";
}
.riskHedge .list .text02 {
	padding: 20px 15px;
	color: #ddd77c;
	width: 320px;
	font-weight: bold;
	text-align: center;
	background-color: #00405c;
	box-sizing: border-box;
}
.riskHedge .arrow {
	margin-bottom: 15px;
	text-align: center;
}
.riskHedge .btmTxt {
	font-size: 3rem;
	font-family: 'yumindb';
	text-align: center;
	line-height: 1.73;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.15em;
}
.riskHedge .btmTxt span {
	margin: -5px 5px 0;
	color: #a50000;
	font-size: 3.6rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.35;
	border-bottom: 2px solid #a50000;
}
@media all and (-ms-high-contrast:none){
	.riskHedge .list .text01 {
		width: 590px;
	}
}
@media all and (max-width: 896px) {
	.riskHedge {
		padding: 70px 0 69px;
	}
	.riskHedge .list li {
		margin-bottom: 14px;
		padding: 20px 27px;
		display: block;
		font-size: 1.5rem;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
		border-radius: 10px;
		overflow: hidden;
		background-color: #fff;
	}
	.riskHedge .list li:last-child {
		margin-bottom: 0;
	}
	.riskHedge .list .text01 {
		padding: 0 0 14px 65px;
		min-height: 59px;
		width: auto;
		box-shadow: none;
		border-radius: 0;
		letter-spacing: 0;
		box-sizing: border-box;
	}
	.riskHedge .headLine01 {
		margin-bottom: 25px;
	}
	.riskHedge .list .text02 {
		padding: 9px 15px;
		width: auto;
	}
	.riskHedge .list .img {
		position: absolute;
		top: 12px;
		left: 28px;
		z-index: 10;
		width: 55px;
	}
	.riskHedge .list .text01::after {
		display: none;
	}
	.riskHedge .arrow {
		margin-bottom: 9px;
	}
	.riskHedge .arrow img {
		width: 62px;
	}
	.riskHedge .list {
		margin-bottom: 15px;
	}
	.riskHedge .btmTxt {
		font-size: 1.8rem;
		line-height: 1.68;
	}
	.riskHedge .btmTxt span {
		font-size: 2.3rem;
		line-height: 1.2;
	}
}



/* speakerBox */
.speakerBox {
	padding: 123px 0 130px;
	background-color: #f6f6f6;
	position: relative;
}
.speakerBox .headLine01 {
	margin-bottom: 27px;
}
.speakerBox .imgBox {
	margin-bottom: 53px;
	display: flex;
	justify-content: space-between;
}
.speakerBox .imgBox .photo {
	margin-left: 50px;
	width: 476px;
	order: 3;
}
.speakerBox .imgBox .textBox {
	margin-top: -7px;
	flex: 1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
}
.speakerBox .imgBox .textBox p {
	line-height: 1.75;
	letter-spacing: 0.15em;
}
.speakerBox .subTitle {
	margin-bottom: 73px;
	text-align: center;
	font-size: 2rem;
	font-family: 'yumindb';
	font-weight: normal;
	letter-spacing: 0.1em;
}
.speakerBox .showBox {
	padding: 45px 50px 66px;
	background: #b57c83 url(../img/index/speaker_bg03.png) no-repeat right bottom;
	display: flex;
	justify-content: space-between;
}
.speakerBox .showBox .subBox {
	padding-right: 26px;
	width: 568px;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
}
.speakerBox .showBox .subBox:last-child {
	padding-right: 0;
	width: 305px;
	border-right: none;
}
.speakerBox .listUl {
	margin: -26px -15px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.speakerBox .listUl li {
	margin: 26px 15px 0 0;
	width: 170px;
}
.speakerBox .listUl p {
	margin-top: 6px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.53;
}
.speakerBox .listUl02 {
    justify-content: space-around;
}
.speakerBox .listUl02 li {
	margin-right: 0;
	width: 150px;
}
@media all and (max-width: 896px) {
	.speakerBox {
		padding: 72px 0 75px;
	}
	.speakerBox .subTitle {
		margin-bottom: 24px;
		font-size: 1.5rem;
	}
	.speakerBox .headLine01 {
		margin-bottom: 20px;
	}
	.speakerBox .imgBox {
		margin-bottom: 37px;
		display: block;
	}
	.speakerBox .imgBox .photo {
		width: 77%;
		margin: 0 auto 27px;
	}
	.speakerBox .imgBox .photo img {
		width: 100%;
	}
	.speakerBox .imgBox .textBox {
		margin-top: 0;
	}
	.speakerBox .imgBox .textBox p {
		line-height: 1.53;
		letter-spacing: 0.08em;
	}
	.speakerBox .showBox .subBox {
		margin-bottom: 27px;
		padding: 0 0 27px;
		width: auto;
		border: none;
		border-bottom: 1px dotted #fff;
	}
	.speakerBox .showBox {
		padding: 31px 25px 49px;
		display: block;
		background-size: 226px auto;
		position: relative;
		z-index: 10;
	}
	.speakerBox .showBox .subBox:last-child {
		width: auto;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.speakerBox .listUl {
		margin: -18px 0 0 0;
		justify-content: space-between;
	}
	.speakerBox .listUl li {
		margin: 18px 0 0 0;
		width: calc(50% - 7px);
	}
	.speakerBox .listUl p {
		font-size: 1rem;
		line-height: 1.3;
	}
	.speakerBox .listUl li img {
		width: 100%;
	}
	.speakerBox .listUl02 li {
		width: calc(50% - 7px);
	}
	.speakerBox .listUl02 li:last-child {
		width: calc(50% - 7px);
	}
}
@media all and (max-width: 374px) {
	.speakerBox .showBox {
		padding: 31px 15px 49px;
	}
}

/* customerBox */
.customerBox {
	padding-top: 35px;
	background-color: #f1ebdf;
}
.customerBox .headLine01 {
	margin-bottom: -45px;
	letter-spacing: 0;
	text-align: left;
}
.customerBox .headLine01 .en {
	font-size: 11.6rem;
	position: static;
	letter-spacing: -0.01em;
}
.customerBox .imgBox {
	margin: 0 -79px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.customerBox .imgBox .photo {
	width: 492px;
}
.customerBox .imgBox .textBox {
	padding-bottom: 94px;
	flex: 1;
	font-family: 'yumindb';
}
.customerBox .btmTxt {
	font-size: 4rem;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.08em;
}
.customerBox .btmTxt .inner {
	display: inline-block;
	border-bottom: 2px solid #a50000;
}
.customerBox .btmTxt .dot {
	color: #a50000;
	display: inline-block;
	position: relative;
}
.customerBox .btmTxt .dot::before {
	margin-left: -2px;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 50%;
	top: -4px;
	content: '';
	background-color: #a50000;
	border-radius: 50%;
	transform: translateX(-50%);
}
@media all and (-ms-high-contrast:none){
	.customerBox .headLine01 .en {
		top: -20px;
	}
}
@media all and (max-width: 896px) {
	.customerBox .imgBox {
		margin: 0;
		display: block;
	}
	.customerBox .imgBox .textBox {
		padding-bottom: 17px;
	}
	.customerBox .imgBox .photo {
		width: auto;
		text-align: center;
	}
	.customerBox .imgBox .photo img {
		width: 100%;
		max-width: 246px;
	}
	.customerBox .headLine01 .en {
		font-size: 3.8rem;
	}
	.customerBox .headLine01 {
		margin-bottom: 16px;
		text-align: center;
	}
	.customerBox {
		padding-top: 45px;
	}
	.customerBox .btmTxt {
		margin: 0 -20px;
		font-size: 2.7rem;
		line-height: 1.3;
	}
}
@media all and (max-width: 374px) {
	.customerBox .btmTxt {
		font-size: 2.5rem;
	}
	.customerBox .btmTxt .dot::before {
		width: 5px;
		height: 5px;
	}
}

/* seminarBox */
.seminarBox {
	padding: 116px 0 100px;
	background: url(../img/index/seminar_bg.jpg) no-repeat center top;
	background-size: cover;
}
.seminarBox .headLine02 .en {
	margin-bottom: 13px;
	font-size: 1.8rem;
}
.seminarBox .headLine02 {
	margin-bottom: 36px;
	font-size: 4.8rem;
}
.seminarBox .listUl {
	margin: 0 auto 90px;
	max-width: 680px;
	color: #fff;
	font-size: 2.2rem;
}
.seminarBox .listUl li {
	margin-bottom: 27px;
	padding-left: 41px;
	position: relative;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.seminarBox .listUl li::before {
	width: 30px;
	height: 24px;
	position: absolute;
	top: 5px;
	left: 0;
	background: url(../img/common/icon03.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.seminarBox .listUl li:last-child {
	margin-bottom: 0;
}
.seminarBox .imgBox {
	padding: 3px;
	border: 1px solid #000;
}
.seminarBox .imgBox .bg {
	padding: 67px 56px 65px;
	color: #fff;
	background: url(../img/index/seminar_bg02.jpg) repeat left top;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.seminarBox .topTtl {
	top: -29px;
}
.seminarBox .topTtl .inner {
	min-width: 202px;
	padding: 5px 5px 1px;
	color: #ddd77c;
	font-size: 3.6rem;
	font-family: 'yumindb';
	background-color: #a50000;
	border-radius: 50px;
}
.seminarBox .topTtl .inner::after {
	border-top: 10px solid #a50000;
}
.seminarBox .imgBox .photo {
	width: 290px;
}
.seminarBox .imgBox .textBox {
	margin: -2px 50px 0 0;
	flex: 1;
}
.seminarBox .imgBox .textBox p {
	line-height: 1.75;
	letter-spacing: 0.03em;
}
.seminarBox .btn {
	margin-top: 53px;
}
.seminarBox .btn a {
	padding: 21px 5px 21px 141px;
	font-size: 2rem;
	background-color: #dcd77c;
	display: block;
	position: relative;
	letter-spacing: 0.1em;
}
.seminarBox .btn span {
	color: #a50000;
	font-weight: bold;
	font-size: 2.4rem;
	display: inline-block;
	border-bottom: 2px solid #a50000;
}
.seminarBox .btn img {
	position: absolute;
	bottom: 12px;
	left: 12px;
}
@media all and (-ms-high-contrast:none){
	.seminarBox .topTtl .inner {
		padding: 12px 5px 0;
		line-height: 1.2;
	}
}
@media all and (min-width: 897px) {
	.seminarBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.seminarBox {
		padding: 69px 0 76px;
		background-image: url(../img/index/sp_seminar_bg.jpg);
		background-position: left top;
		background-size: cover;
	}
	.seminarBox .headLine02 .en {
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	.seminarBox .headLine02 {
		margin-bottom: 28px;
		font-size: 3rem;
		line-height: 1.233;
	}
	.seminarBox .listUl {
		margin-bottom: 50px;
		max-width: inherit;
		font-size: 1.5rem;
	}
	.seminarBox .listUl li {
		margin-bottom: 17px;
		padding-left: 34px;
		letter-spacing: 0.05em;
	}
	.seminarBox .listUl li::before {
		width: 25px;
		height: 20px;
		top: 2px;
		left: 0;
	}
	.seminarBox .imgBox {
		padding: 2px;
	}
	.seminarBox .topTtl .inner {
		min-width: 120px;
		padding: 1px 5px 1px;
		font-size: 2.3rem;
	}
	.seminarBox .topTtl {
		top: -16px;
	}
	.seminarBox .imgBox .bg {
		padding: 40px 22px 22px;
		display: block;
	}
	.seminarBox .imgBox .textBox {
		margin: 0 0 26px;
	}
	.seminarBox .imgBox .photo {
		width: auto;
	}
	.seminarBox .imgBox .textBox p {
		line-height: 1.55;
		letter-spacing: 0.03em;
	}
	.seminarBox .btn img {
		bottom: auto;
		left: 15px;
		width: 72px;
		top: 15px;
	}
	.seminarBox .btn {
		margin-top: 20px;
	}
	.seminarBox .btn a {
		margin: 0 auto;
		max-width: 300px;
		padding: 16px 5px 22px 101px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.seminarBox .btn span {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.seminarBox .imgBox .photo img {
		width: 100%;
	}
}
@media all and (max-width: 374px) {
	.seminarBox .imgBox .bg {
		padding: 40px 15px 22px;
	}
	.seminarBox .btn a {
		padding: 13px 5px 15px 84px;
	}
	.seminarBox .btn img {
		left: 11px;
		width: 61px;
		top: 11px;
	}
	.seminarBox .btn span {
		font-size: 1.6rem;
	}
}




/* choiceBox */
.choiceBox {
	padding: 118px 0 93px;
	background: #f6f6f6 url(../img/index/choice_bg.png) no-repeat left bottom;
}
.choiceBox .headLine01 {
	margin-bottom: 44px;
}
.choiceBox .headLine01 .size {
	margin-top: -2px;
	font-size: 2rem;
	font-family: 'yumindb';
	display: block;
}
.choiceBox .listUl {
	display: flex;
	flex-wrap: wrap;
}
.choiceBox .listUl > li {
	margin-right: 32px;
	padding: 44px 2px 2px;
	width: 312px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-sizing: border-box;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	position: relative;
}
.choiceBox .listUl > li:nth-child(3n) {
	margin-right: 0;
}
.choiceBox .listUl .btmTxt {
	padding: 24px 28px 22px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	background-color: #e9e4de;
}
.choiceBox .listUl .title {
	margin-bottom: 18px;
	color: #786c18;
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	letter-spacing: 0.06em;
}
.choiceBox .listUl .title .num {
	margin-top: -1px;
	position: absolute;
	right: 19px;
	top: 50%;
	color: #000;
	font-size: 10rem;
	opacity: 0.07;
	font-weight: normal;
	font-family: 'Times-Roman';
	transform: translateY(-50%);
}
.choiceBox .listUl .subTtl {
	margin: 0 -15px 9px;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.08em;
}
.choiceBox .listUl .image {
	margin-bottom: 24px;
	text-align: center;
}
.choiceBox .listUl .innerBox {
	padding: 0 30px 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media all and (max-width: 896px) {
	.choiceBox {
		padding: 72px 0 70px;
		background-size: 324px auto;
	}
	.choiceBox .listUl {
		display: block;
	}
	.choiceBox .listUl > li {
		margin: 0 0 16px;
		padding: 32px 1px 1px;
		width: auto;
	}
	.choiceBox .listUl > li:last-child {
		margin-bottom: 0;
	}
	.choiceBox .headLine01 .size {
		margin-top: 3px;
		font-size: 1.5rem;
	}
	.choiceBox .headLine01 {
		margin-bottom: 26px;
	}
	.choiceBox .listUl .title {
		margin-bottom: 6px;
		font-size: 1.8rem;
	}
	.choiceBox .listUl .title .num {
		font-size: 7.5rem;
		right: 10px;
	}
	.choiceBox .listUl .image {
		text-align: center;
		margin-bottom: 19px;
	}
	.choiceBox .listUl .image img {
		width: 100%;
		max-width: 169px;
	}
	.choiceBox .listUl .subTtl {
		margin: 0 4px 9px;
		font-size: 1.8rem;
		text-align: left;
	}
	.choiceBox .listUl .innerBox {
		padding: 0 18px 20px;
	}
	.choiceBox .listUl .btmTxt {
		padding: 21px 24px 18px;
		line-height: 1.55;
		letter-spacing: 0.1em;
	}
}



/* professionalBox */
.professionalBox {
	padding: 124px 0 130px;
	background-color: #f6f6f6;
	position: relative;
}
.professionalBox .headLine01 {
	margin-bottom: 46px;
}
.professionalBox .headLine01 .txt {
	margin-top: 9px;
	line-height: 1.42;
}
.professionalBox .logoUl {
	margin-bottom: 55px;
	display: flex;
	justify-content: center;
}
.professionalBox .logoUl li {
	margin: 0 15px;
}
.professionalBox .comTable .col01 {
	color: #fff;
	background-color: #000;
}
.professionalBox .comTable .col02 {
	color: #fff;
	background-color: #a50000;
}
.professionalBox .comTable .col03 {
	background-color: #abc1d6;
}
.professionalBox .comTable .col04 {
	background-color: #cbdecb;
}
.professionalBox .comTable .col05 {
	background-color: #eadda8;
}
.professionalBox .comTable .logo {
	margin: -27px 0 -12px;
	padding: 20px 0 19px;
	width: 100%;
	background-color: #a50000;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.professionalBox .comTable .bg01 {
	color: #a50000;
	background-color: #f8e6e6;
}
.professionalBox .comTable .bg01 p {
	margin: -13px 0;
	padding: 12px 12px;
	position: relative;
}
.professionalBox .comTable .bg01 p::before,
.professionalBox .comTable .bg01 p::after {
	width: 2px;
	height:calc(100% + 2px);
	position: absolute;
	top: -1px;
	left: 0;
	background-color: #a50000;
	content: "";
}
.professionalBox .comTable .bg01 p::after {
	left: auto;
	right: 0;
}
.professionalBox .comTable tr:last-child .bg01 p {
	border-bottom: 2px solid #a50000;
}
.professionalBox .comTable .bg02 {
	background-color: #eaeff5;
}
.professionalBox .comTable .bg03 {
	background-color: #dfede0;
}
.professionalBox .comTable .bg04 {
	background-color: #efebdf;
}
.professionalBox .imgBox {
	margin-top: 47px;
	position: relative;
}
.professionalBox .imgBox .photo img {
	width: 100%;
	opacity: 0.89;
}
.professionalBox .imgBox .textBox {
	width: 100%;
	padding: 33px 40px 36px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
}
.professionalBox .imgBox .textBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #002746;
	content: "";
	mix-blend-mode: multiply;
}
.professionalBox .imgBox .textBox p {
	color: #fff;
	line-height: 1.75;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.professionalBox {
		padding: 70px 0 74px;
	}
	.professionalBox .headLine01 .en {
		font-size: 5.17rem;
		letter-spacing: -0.05em;
		top: -15px;
	}
	.professionalBox .headLine01 .txt {
		margin-top: 10px;
		line-height: 1.23;
	}
	.professionalBox .headLine01 {
		margin-bottom: 25px;
	}
	.professionalBox .imgBox .textBox {
		padding: 19px 20px 29px;
		position: relative;
		bottom: auto;
		left: auto;
	}
	.professionalBox .logoUl {
		margin: 0 9px 34px;
		display: block;
	}
	.professionalBox .logoUl li {
		margin-bottom: 21px;
		text-align: center;
	}
	.professionalBox .logoUl li:last-child {
		margin-bottom: 0;
	}
	.professionalBox .comTable .logo img {
		max-width: 78px;
	}
	.professionalBox .comTable .logo {
		margin: -15px 0 -6px;
		padding: 11px 0 10px;
	}
	.professionalBox .comTable .bg01 p {
		margin: -7px 0 -6px;
		padding: 7px 0 6px;
	}
	.professionalBox .imgBox {
		margin-top: 35px;
	}
	.professionalBox .imgBox .textBox p {
		line-height: 1.53;
		letter-spacing: 0.05em;
	}
}


/* pointBox */
.pointBox {
	padding: 117px 0 86px;
	background-color: #f1ebdf;
	position: relative;
}
.pointBox .whiteBox {
	padding: 64px 60px 91px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.pointBox .whiteBox02 {
	margin-bottom: 30px;
	padding: 86px 60px 55px;
}
.pointBox .headLine01 {
	margin-bottom: 31px;
}
.pointBox .imgBox {
	display: flex;
	justify-content: space-between;
}
.pointBox .imgBox .photo {
	margin: 7px 0 0 30px;
	width: 300px;
	opacity: 0.9;
}
.pointBox .imgBox p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.pointBox .imgBox .textBox {
	flex: 1;
}
.pointBox .headLine03 {
	margin-bottom: 26px;
}
.pointBox .headLine03 .num {
	margin: 6px 17px 0 0;
	min-width: 144px;
	min-height: 40px;
	padding: 6px 15px 2px 15px;
	color: #ddd77c;
	font-size: 2rem;
	background: url(../img/index/point_bg.png) no-repeat left top;
	background-size: 100% 100%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.07em;
}
.pointBox .headLine03 .col {
	color: #a50000;
}
.pointBox .icon {
	text-align: center;
	margin: -30px 0;
	opacity: 0.88;
}
.pointBox .comTable td {
	padding: 15px 0;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: normal;
	border: 2px solid #fff;
	background-color: #e9e4de;
}
.pointBox .comTable tr th:first-child,
.pointBox .comTable tr td:first-child {
	font-weight: normal;
}
.pointBox .comTable td small {
	font-size: 1.6rem;
	display: block;
	line-height: 1.5;
}
.pointBox .comTable tr td:first-child {
	width: 194px;
}
.pointBox .comTable tr td:nth-child(2) {
	width: 197px;
}
.pointBox .comTable tr td:nth-child(3) {
/*	width:263px; */
}
.pointBox .tableBox {
	margin-top: 31px;
}
.pointBox .comTable .trStyle td {
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
	background-color: #00405c;
}
.pointBox .comTable .trStyle02 td {
	padding: 15px 0;
	color: #fff;
	font-weight: bold !important;
	background-color: #a50000;
}
.pointBox .comTable .trStyle03 td {
	color: #a50000;
	font-weight: bold !important;
	background-color: #f7e2e1;
}
.pointBox .arrow {
	margin-bottom: 16px;
	text-align: center;
}
.pointBox .btmTxt {
	font-size: 2.4rem;
	font-family: 'yumindb';
	text-align: center;
	line-height: 1.85;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.15em;
}
.pointBox .btmTxt .col {
	color: #a50000;
}
.pointBox .btmTxt .line {
	margin: -5px 5px 0;
	color: #a50000;
	font-size: 3.6rem;
	vertical-align: middle;
	line-height: 1.3;
	border-bottom: 2px solid #a50000;
}
@media all and (-ms-high-contrast:none){
	.pointBox .headLine03 .num {
		margin-top: -1px;
		padding: 9px 15px 2px 15px;
	}
}
@media all and (min-width: 897px) {
	.pointBox .btmTxt .line {
		display: inline-block;
		line-height: 1;
	}
}
@media all and (max-width: 896px) {
	.pointBox {
		padding: 67px 0 68px;
	}
	.pointBox .headLine01 {
		margin-bottom: 25px;
	}
	.pointBox .imgBox {
		display: block;
	}
	.pointBox .imgBox .photo {
		margin: 0 auto;
		width: 81%;
		text-align: center;
	}
	.pointBox .imgBox .photo img {
		width: 100%;
	}
	.pointBox .headLine03 {
		margin-bottom: 11px;
		padding-top: 28px;
		position: relative;
	}
	.pointBox .headLine03 .num {
		min-width: 80px;
		min-height: 22px;
		padding: 5px 7px 1px;
		font-size: 1.2rem;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		background-image: url(../img/index/sp_point_bg.jpg);
	}
	.pointBox .whiteBox {
		padding: 25px 24px 60px;
		background-color: #fff;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
	}
	.pointBox .imgBox p {
		line-height: 1.53;
		letter-spacing: 0;
	}
	.pointBox .imgBox .textBox {
		margin-bottom: 20px;
	}
	.pointBox .icon {
		margin: -20px 0;
	}
	.pointBox .icon img {
		width: 55px;
	}
	.pointBox .comTable td {
		padding: 7px 0;
		font-size: 1rem;
		border-width: 1px;
	}
	.pointBox .comTable td small {
		font-size: 0.9rem;
		line-height: 1.33;
	}
	.pointBox .tableBox {
		margin-top: 20px;
	}
	.pointBox .comTable .trStyle td {
		padding: 8px 0 7px;
	}
	.pointBox .comTable tr td:first-child {
		width: 21%;
	}
	.pointBox .comTable tr td:nth-child(2) {
		width: 21%;
	}
	.pointBox .comTable tr td:nth-child(3) {
		width: 26%;
	}
	.pointBox .comTable .trStyle02 td {
		padding: 6px 0;
	}
	.pointBox .notesTxt.right {
		text-align: right;
	}
	.pointBox .whiteBox02 {
		margin-bottom: 15px;
		padding-bottom: 23px;
	}
	.pointBox .arrow {
		margin-bottom: 9px;
	}
	.pointBox .arrow img {
		width: 62px;
	}
	.pointBox .btmTxt .line {
		font-size: 2.3rem;
		line-height: 1.4;
	}
	.pointBox .btmTxt {
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
}
@media all and (max-width: 374px) {
	.pointBox .whiteBox {
		padding: 25px 15px 60px;
	}
}


/* flowBox */
.flowBox {
	padding: 116px 0 94px;
	background-color: #f6f6f6;
}
.flowBox .listUl {
	display: flex;
	flex-wrap: wrap;
}
.flowBox .listUl li {
	margin-right: 32px;
	width: 312px;
	position: relative;
}
.flowBox .listUl li:nth-child(3n) {
	margin-right: 0;
}
.flowBox .listUl li::after {
	width: 74px;
	height: 74px;
	position: absolute;
	top: 83px;
	right: -53px;
	background: url(../img/index/flow_arrow.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
	z-index: 10;
}
.flowBox .listUl li:nth-child(3n)::after {
	display: none;
}
.flowBox .listUl .num {
	position: absolute;
	top: 0;
	left: 0;
}
.flowBox .listUl .num span {
	padding: 8px 5px 5px;
	min-width: 90px;
	min-height: 30px;
	color: #ddd77c;
	display: inline-block;
	vertical-align: top;
	background: url(../img/index/flow_bg.jpg) no-repeat left top;
	background-size: cover;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}
.flowBox .listUl .image {
	margin-bottom: 23px;
	opacity: 0.9;
}
.flowBox .listUl p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.flowBox .listUl .title {
	margin-bottom: 16px;
	color: #786c18;
	font-size: 2.2rem;
	text-align: center;
}
.flowBox .listUl p a {
	color: #2a68a3;
	text-decoration: underline;
}
@media all and (-ms-high-contrast:none){
	.flowBox .listUl .num span {
		padding: 6px 5px 5px;
	}
}
@media all and (min-width: 897px) {
	.flowBox .listUl p a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	.flowBox {
		padding: 70px 0 94px;
	}
	.flowBox .listUl li {
		margin: 0 0 55px;
		width: auto;
		display: flex;
		justify-content: space-between;
		min-height: 115px;
	}
	.flowBox .listUl li:last-child {
		margin-bottom: 0;
	}
	.flowBox .listUl .image {
		margin-bottom: 0;
		width: 130px;
	}
	.flowBox .listUl .textBox {
		flex: 1;
		margin: -7px 0 0 19px;
	}
	.flowBox .headLine01 {
		margin-bottom: 35px;
	}
	.flowBox .listUl .title {
		margin-bottom: 4px;
		font-size: 1.8rem;
		text-align: left;
	}
	.flowBox .listUl p {
		line-height: 1.53;
		letter-spacing: 0;
	}
	.flowBox .listUl .num span {
		padding: 4px 5px 2px;
		min-width: 53px;
		min-height: 13px;
		letter-spacing: 0.1em;
		font-size: 1rem;
	}
	.flowBox .listUl li::after {
		width: 52px;
		height: 52px;
		top: auto;
		right: auto;
		left: 39px;
		transform: rotate(90deg);
		bottom: -46px;
	}
}
@media all and (max-width: 374px) {
	.flowBox .listUl .textBox {
		margin-left: 10px;
	}
}

/* recommendBox */
.recommendBox {
	padding: 126px 0 130px;
	background: url(../img/index/recommend_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
.recommendBox .headLine02 {
	margin-bottom: 25px;
	color: #000;
	font-size: 4.8rem;
}
.recommendBox .headLine02 .en {
	margin-bottom: 0;
}
.recommendBox .headLine02 .col {
	color: #a50100;
}
.recommendBox .headLine04 {
	margin-bottom: 71px;
	font-size: 3rem;
	line-height: 1.66;
}
.recommendBox .headLine04 .inner::before {
	top: -1px;
	left: -60px;
}
.recommendBox .headLine04 .inner::after {
	 bottom: -1px;
	 right: -46px;
 }
.recommendBox .imgBox {
	margin-bottom: 73px;
	display: flex;
	justify-content: space-between;
}
.recommendBox .imgBox .photo {
	width: 412px;
	opacity: 0.9;
	order: 3;
}
.recommendBox .imgBox .textBox {
	margin: -5px 50px 0 0;
	 flex: 1;
	 text-align: justify;
	 text-justify: inter-ideograph;
}
.recommendBox .imgBox .textBox p {
	margin-bottom: 28px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.recommendBox .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.recommendBox .imgBox .title {
	margin-bottom: 25px;
	color: #786c18;
	font-size: 2.4rem;
	font-weight: normal;
	font-family: 'yumindb';
	letter-spacing: 0.1em;
}
.recommendBox .bookBox {
	padding: 1px 1px 38px;
	background-color: rgba(255,255,255,0.9);
}
.recommendBox .bookBox .title {
	margin-bottom: 40px;
	padding: 13px 8px 11px;
	text-align: center;
	font-size: 2.4rem;
	background-color: #dcd77c;
}
.recommendBox .bookBox .bookUl {
	display: flex;
	justify-content: center;
}
.recommendBox .bookBox .bookUl li {
	margin: 0 10px;
}
.recommendBox .bookBox .bookUl img {
	opacity: 0.9;
}
.recommendBox::before {
	opacity: 0.5;
}
.recommendBox::after {
	display: none;
}
@media all and (-ms-high-contrast:none){
	.recommendBox .bookBox .title {
		padding: 16px 8px 7px;
	}
}
@media all and (max-width: 896px) {
	.recommendBox .headLine02 {
		margin-bottom: 25px;
		font-size: 3rem;
	}
	.recommendBox .headLine02 .en {
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.recommendBox {
		padding: 69px 0 150px;
		background-image: url(../img/index/sp_recommend_bg.jpg);
	}
	.recommendBox .headLine04 {
		margin-bottom: 33px;
		font-size: 1.8rem;
		line-height: 1.44;
		max-width: 300px;
	}
	.recommendBox .headLine04 .inner::before {
		top: -8px;
		left: -10px;
	}
	.recommendBox .headLine04 .inner::after {
		bottom: -4px;
		right: -17px;
		top: auto;
		left: auto;
	}
	.recommendBox .imgBox {
		margin-bottom: 38px;
		display: block;
	}
	.recommendBox .imgBox .textBox {
		margin: 0;
		width: auto;
	}
	.recommendBox .imgBox .photo {
		width: 69%;
		margin: 0 auto 26px;
	}
	.recommendBox .imgBox .photo img {
		width: 100%;
	}
	.recommendBox .imgBox .title {
		margin-bottom: 9px;
		font-size: 1.8rem;
	}
	.recommendBox .imgBox .textBox p {
		margin-bottom: 22px;
		line-height: 1.53;
		letter-spacing: 0;
	}
	.recommendBox .bookBox .title {
		margin-bottom: 24px;
		padding: 10px 8px 7px;
		font-size: 1.8rem;
	}
	.recommendBox .bookBox .bookUl {
		margin: -15px 17px 0;
		flex-wrap: wrap;
	}
	.recommendBox .bookBox .bookUl li {
		margin: 15px 5px 0;
		width: calc(33% - 10px);
	}
	.recommendBox .bookBox .bookUl li:nth-child(3n - 1) {
		margin: 15px 9px 0;
		width: calc(33% - 18px);
	}
	.recommendBox .bookBox .bookUl li img {
		width: 100%;
	}
	.recommendBox .bookBox {
	    padding: 1px 1px 15px;
	}
}


/* voiceBox */
.voiceBox {
	padding: 117px 0 140px;
	background-color: #f1ebdf;
}
.voiceBox .headLine01 {
	margin-bottom: 31px;
}
.voiceBox .listUl li {
	margin-bottom: 30px;
	padding: 60px 60px 54px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.voiceBox .listUl li:last-child {
	margin-bottom: 0;
}
.voiceBox .listUl .num {
	opacity: 0.08;
	font-family: 'Times-Roman';
	font-size: 8rem;
	position: absolute;
	bottom: -13px;
	right: 8px;
	line-height: 1 !important;
}
.voiceBox .listUl .photo {
	margin-right: 30px;
	width: 313px;
}
.voiceBox .listUl .photoBox img {
	opacity: 0.9;
}
.voiceBox .listUl .photoBox p {
	margin-top: 13px;
	color: #786c18;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
}
.voiceBox .listUl .photoBox p span {
	margin: -4px 0 0 12px;
	padding: 4px 2px;
	min-width: 86px;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	background-color: #786c18;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.voiceBox .listUl .textBox {
	margin: -6px -10px 0 38px;
	flex: 1;
}
.voiceBox .listUl .textBox p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.voiceBox .listUl .title {
	margin: 0 -40px 17px 0;
	color: #786c18;
	font-size: 2.2rem;
}
@media all and (max-width: 896px) {
	.voiceBox {
		padding: 71px 0 76px;
	}
	.voiceBox .headLine01 {
		margin-bottom: 25px;
	}
	.voiceBox .listUl li {
		display: block;
	}
	.voiceBox .listUl .textBox {
		margin: 0;
	}
	.voiceBox .listUl li {
		margin-bottom: 15px;
		padding: 25px 25px 56px;
		overflow: hidden;
	}
	.voiceBox .listUl li:last-child {
		margin-bottom: 0;
	}
	.voiceBox .listUl .photoBox p {
		margin-top: 7px;
		font-size: 1.5rem;
		text-align: left;
	}
	.voiceBox .listUl .photoBox p span {
		margin: -4px 0 0 12px;
		padding: 4px 4px 3px;
		min-width: 60px;
		font-size: 1.2rem;
	}
	.voiceBox .listUl .photoBox {
		margin-bottom: 23px;
	}
	.voiceBox .listUl .photoBox img {
		width: 100%;
	}
	.voiceBox .listUl .title {
		margin: 0 0 12px;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.voiceBox .listUl .textBox p {
		line-height: 1.53;
		letter-spacing: 0;
	}
	.voiceBox .listUl .num {
		font-size: 5rem;
		bottom: -8px;
		right: 19px;
	}
}
@media all and (max-width: 374px) {
	.voiceBox .listUl li {
		padding: 25px 15px 56px;
	}
}

/* faqBox */
.faqBox {
	padding: 123px 0 130px;
	background-color: #f6f6f6;
}
.faqBox .headLine01 {
	margin-bottom: 30px;
}
.faqBox .faqUl {
	counter-reset: num;
}
.faqBox .faqUl li {
	margin-bottom: 30px;
	padding: 0 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	background-color: #fff;
	counter-increment: num;
}
.faqBox .faqUl li:last-child {
	margin-bottom: 0;
}
.faqBox .faqUl .title {
	padding-left: 105px;
	height: 100px;
	font-size: 2rem;
	display: flex;
	align-items: center;
	line-height: 1.5;
	position: relative;
	cursor: pointer;
}
.faqBox .faqUl .title::before {
	margin-top: -20px;
	width: 75px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #a50000;
	font-size: 2.4rem;
	font-family: 'yumindb';
	content: 'Q.' counter(num);
	letter-spacing: 0.15em;
	border-right: 1px solid #e1e1e1;
}
.faqBox .faqUl .title::after {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 25px;
	right: 0;
	opacity: 0.9;
	background: url(../img/index/faq_icon01.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.faqBox .faqUl .title.on::after {
	background-image: url(../img/index/faq_icon02.png);
}
.faqBox .faqUl .dropBox {
	padding-bottom: 30px;
	display: none;
}
.faqBox .faqUl .dropBox .bg {
	padding: 23px 31px 24px;
	background-color: #f1ebdf;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast:none){
	.faqBox .faqUl .title::before {
		margin-top: -23px;
		padding-top: 7px;
	}
}
@media all and (max-width: 896px) {
	.faqBox {
		padding: 70px 0 73px;
	}
	.faqBox .headLine01 {
		margin-bottom: 21px;
	}
	.faqBox .faqUl .title {
		height: auto;
	}
	.faqBox .faqUl .title {
		padding: 16px 30px 15px 31px;
		font-size: 1.5rem;
	}
	.faqBox .faqUl .title::before {
		font-size: 1.5rem;
	}
	.faqBox .faqUl .title::before {
		margin-top: 0;
		width: auto;
		height: auto;
		top: 16px;
		left: -11px;
		font-size: 1.5rem;
		border-right: none;
	}
	.faqBox .faqUl .title::after {
		margin-top: -12px;
		width: 25px;
		height: 25px;
		top: 50%;
		right: -10px;
	}
	.faqBox .faqUl li {
		margin-bottom: 15px;
		padding: 0 25px;
	}
	.faqBox .faqUl .dropBox .bg {
		padding: 10px 15px 22px;
		background-color: #f1ebdf;
		line-height: 1.53;
		letter-spacing: -0.03em;
	}
	.faqBox .faqUl .dropBox {
		padding-bottom: 25px;
	}
}
@media all and (max-width: 374px) {
	.faqBox .faqUl .title {
		padding-right: 18px;
	}
}



/* companyBox */
.companyBox {
	padding: 126px 0 131px;
	position: relative;
	background: url(../img/index/company_bg.jpg) no-repeat center top;
	background-size: cover;
}
.companyBox .flexBox {
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.companyBox .listDl {
	width: 475px;
	line-height: 1.75;
}
.companyBox .listDl dt {
	float: left;
	font-weight: bold;
}
.companyBox .listDl dd {
	margin-bottom: 14px;
	padding: 0 0 13px 6.15em;
	border-bottom: 1px solid #fff;
}
.companyBox .listDl dd:last-child {
	margin-bottom: 0;
}
.companyBox .headLine02 {
	margin-bottom: 40px;
	font-size: 4.8rem;
}
.companyBox .headLine02 .en {
	font-size: 1.8rem;
	margin-bottom: 8px;
}
@media all and (max-width: 896px) {
	.companyBox .flexBox {
		display: block;
	}
	.companyBox .listDl {
		width: auto;
		font-size: 1.2rem;
		line-height: 1.53;
	}
	.companyBox .headLine02 .en {
		font-size: 1.5rem;
		margin-bottom: 4px;
	}
	.companyBox .headLine02 {
		margin-bottom: 27px;
		font-size: 3rem;
	}
	.companyBox {
		padding: 71px 0 75px;
	}
	.companyBox .listDl dd {
		margin-bottom: 12px;
		padding: 0 0 11px 6.15em;
		border-bottom: 1px solid #fff;
	}
	.companyBox .listDl + .listDl {
		margin-top: 12px;
	}
}

.thanksBox {
	padding: 120px 0;
	min-height: calc(100vh - 60px);
	box-sizing: border-box;
	display: flex;
	align-items: stretch;
	justify-content:center;
	flex-direction:column;
}
.thanksBox > div {
	width: 100%;
}
.thanksBox p {
	margin-bottom: 20px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
}
.thanksBox p:last-child {
	margin-bottom: 0;
}
.thanksBox p a {
	color: #2a68a3;
	text-decoration: underline;
}
.thanksBox p a:hover {
	text-decoration: none;
}
@media all and (max-width: 896px) {
	.thanksBox {
		margin: 0 -10px;
		padding: 80px 0;
		min-height: calc(100vh - 45px);
	}
	.thanksBox p {
		font-size: 1.6rem;
	}
	.thanksBox p a:hover {
		text-decoration: underline;
	}
}