@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,figure {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
.clr {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
figure img {
	vertical-align:bottom;
	border:none;
}

/* ######################################## */

.sp_img,
.sp_br{
	display:none;
}

/* body ######################################## */

body {
	margin:0px;
	padding:0 0 94px 0;
	color:#000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: "palt";*/
}

/* ############################################## */

.header_wrap {
    width: 100%;
    height: 65px;
    background:#fff;
}
.header {
    width: 1100px;
    height: 65px;
    margin: 0 auto;
  }
.header h1 {
    width: 151px;
    height: 44px;
	padding-top: 10px;
	padding-left: 15px;
}

/* ############################################## */

.main_img_wrap {
    width: 100%;
    height: calc(100vh - 159px);
    background:url("../../../image/lp/futures/pc_main_img_bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.main_img {
    width: 1100px;
    margin: 0 auto;	
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main_img h2 {
	text-align: center;
	margin-top: -30px;
}
.main_img div {
	width: 100%;
	text-align: center;
}
/*.main_img {
    width: 1100px;
	height: 511px;
    margin: 0 auto;
	position: relative;
}
.main_img h2 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 135px;
	left: 0;
}
.main_img div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 120px;
	left: 0;
}*/

/* ############################################## */

.cv_area_wrap {
	width: 100%;
	background: #2c4271;
	padding: 20px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 90;
}
.cv_area {
	width: 450px;
	height: 54px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.cv_area:after {
	content: "";
	background: url("../../../image/lp/futures/pc_cv_btn_arrow.png") no-repeat;
	width: 100px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right:-30px;
}
.cv_area a:link,
.cv_area a:visited,
.cv_area a:active {
	width: 450px;
	height: 54px;
	box-shadow:5px 5px 0px 0px #1578a6;
	border-radius:27px;
	display: block;
	font-size: 30px;
	line-height: 54px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow:1px 1px 0px rgba(28,167,196,0.60),2px 2px 0px rgba(28,167,196,0.60);
	letter-spacing: 8px;
	text-align: center;
	transition: all 0.3s;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #9beeff 0%, #50cee8 40%, #50cee8 100%);
	background: -webkit-linear-gradient(top, #9beeff 0%,#50cee8 40%,#50cee8 100%);
	background: linear-gradient(to bottom, #9beeff 0%,#50cee8 40%,#50cee8 100%);
}
.cv_area a:hover {
	width: 450px;
	height: 54px;
	box-shadow:5px 5px 0px 0px #1578a6;
	border-radius:27px;
	display: block;
	font-size: 30px;
	line-height: 54px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-shadow:1px 1px 0px rgba(28,167,196,0.60),2px 2px 0px rgba(28,167,196,0.60);
	letter-spacing: 8px;
	text-align: center;
	transition: all 0.3s;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #bcf2fd 0%, #55daf6 40%, #55daf6 100%);
	background: -webkit-linear-gradient(top, #bcf2fd 0%,#55daf6 40%,#55daf6 100%);
	background: linear-gradient(to bottom, #bcf2fd 0%,#55daf6 40%,#55daf6 100%);
}

/* ############################################## */

.contents_main_title {
	width: 100%;
	margin-bottom: 35px;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
}
.contents_main_title:after {
	content: "";
	width: 110px;
	height: 2px;
	background: #50cee8;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -55px;
}
.contents_main_title dt {
	font-size: 33px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	display: inline;
	letter-spacing: 5px;
}
.contents_main_title dt span {
	font-size: 15px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
}
.contents_main_title dd {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #50cee8;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

/* ############################################## */

.contents_001_wrap {
	width: 100%;
	padding: 70px 0 80px 0;
}
.contents_001 {
	width: 1100px;
	margin: 0 auto;
}
.contents_001_01 {
	width:  950px;
	border-top: 10px solid #f4f4f4;
	border-left:10px solid #f4f4f4;
	box-sizing: border-box;
	margin: 0 auto;
}
.contents_001_01 dl {
	width: 50%;
	border-bottom: 10px solid #f4f4f4;
	border-right: 10px solid #f4f4f4;
	box-sizing: border-box;
	padding: 40px 50px 30px 50px;
	float: left;
	text-align: center;
}
.contents_001_01 dt {
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.contents_001_01 dd {
	font-size: 54px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
}
.contents_001_01 dd span {
	font-size: 70px;
	line-height: 1;	
	color: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 15px;
}
.contents_001_02 {
	width: 950px;
	border-left: 10px solid #f4f4f4;
	box-sizing: border-box;
	margin: 0 auto;
}
.contents_001_02 dl {
	width: 50%;
	border-bottom: 10px solid #f4f4f4;
	border-right: 10px solid #f4f4f4;
	box-sizing: border-box;
	padding: 40px 50px 30px 50px;
	float: left;
	text-align: center;
}
.contents_001_02 dt {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.contents_001_02 dd {
	font-size: 49px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
}
.contents_001_02 dd span {
	font-size: 65px;
	line-height: 1;	
	color: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 15px;
}
.contents_001_02 dd p {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 5px;
}
.contents_001_02 dd small {
	display: block;
	font-size: 25px;
	line-height: 1;
	margin-top: 10px;
}
.contents_001_01 dt figure,
.contents_001_02 dt figure {
	position: absolute;
	width: 50px;
	top: -35px;
	right: -45px;
}
.contents_001_01 dt figure img,
.contents_001_02 dt figure img {
	width: 50px;
	height: auto;
}

/* ############################################## */

.contents_002_wrap {
	width: 100%;
	background: #f4f4f4;
	padding: 60px 0;
}
.contents_002 {
	width: 1100px;
	margin: 0 auto;
}
.contents_002_img_01 {
	width: 593px;
	margin: 0 auto 50px auto;
}
.contents_002_title_01 {
	position: relative;
	margin-bottom: 45px;
	text-align: center;
}
.contents_002_title_01 dt {
	width: 100%;
	font-size: 21px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	position: absolute;
	top: 14px;
	left: 0;
	letter-spacing: 25px;
	padding-left: 25px;
	box-sizing: border-box;
}
.contents_002_title_01 dd {
	width: 100%;font-family: 'Oswald', sans-serif;
	font-size: 45px;
	line-height: 1;
	color: #fff;
	letter-spacing: 25px;
	padding-left: 25px;
	box-sizing: border-box;
}
.contents_002 ul {
	width: 948px;
	margin: 0 auto 25px auto;
}
.contents_002 li {
	width: 176px;
	height: 176px;
	background: #fff;
	position: relative;
	float: left;
	margin-right: 17px;
}
.contents_002 li p {
	width: 176px;
	font-size: 17px;
	line-height: 34px;
	font-weight: bold;
	color: #515253;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding-top: 0 !important;
}
.contents_002 li:last-child {
	margin-right: 0;
}
.contents_002 li:nth-child(1):after {
	width: 176px;
	content: "01";
	font-size: 20px;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(2):after {
	width: 176px;
	content: "02";
	font-size: 20px;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(3):after {
	width: 176px;
	content: "03";
	font-size: 20px;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(4):after {
	width: 176px;
	content: "04";
	font-size: 20px;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(5):after {
	width: 176px;
	content: "05";
	font-size: 20px;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -10px;
	left: 0;
	text-align: center;
}

.contents_002 h3 {
  position: relative;
  text-align: center;
  width: 948px;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 37px;
  line-height: 1;
  font-weight: bold;
  color: #2c4271;
  margin: 0 auto 35px auto;
}
.contents_002 h3 span {
	font-weight: normal;
}
.contents_002 h3::before,
.contents_002 h3::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 1px solid #2c4271;
  border-bottom: 1px solid #2c4271;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_002 h3::before {
  left: 0;
  border-left: 1px solid #2c4271;
}
.contents_002 h3::after {
  right: 0;
  border-right: 1px solid #2c4271;
}
.contents_002_app {
	width: 948px;
	background: #fff;
	border: 5px solid #ededed;
	box-sizing: border-box;
	padding: 50px 30px 40px 30px;
	margin: 0 auto;
	text-align: center;
}
.contents_002_app dl {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 60px 35px 60px;
	margin-bottom: 35px;
}
.contents_002_app dt {
	float: left;
	margin-right: 50px;
}
.contents_002_app dd {
	font-size: 17px;
	line-height: 30px;
	color: #515253;
	padding-top: 15px;
	text-align: left;
}
.contents_002_app_01 {
	width: 210px;
	display: inline-block;
	text-align: center;
	margin: 0 40px;
}
.contents_002_app_01 h4 {
	margin-bottom: 25px;
}
.contents_002_app_02 {
	width: 210px;
	display: inline-block;
	text-align: center;
	margin: 0 40px;
}
.contents_002_app_02 h4 {
	margin-bottom: 25px;
}
.contents_002 p {
	font-size: 15px;
	line-height: 1;
	color: #515253;
	padding-top: 40px;
}

/* ############################################## */

.contents_003_wrap {
	width: 100%;
	padding: 60px 0;
}
.contents_003 {
	width: 948px;
	margin: 0 auto;
}
.contents_003 h3 {
	color: #515253;
	font-size: 25px;
    font-weight: bold;
	display: flex;
	align-items: center;
    margin-bottom: 50px;
}
.contents_003 h3:before, .contents_003 h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e1e1e1;
	display: block;
}
.contents_003 h3:before {
	margin-right: 30px;
}
.contents_003 h3:after {
	margin-left: 30px;
}
.contents_003_01 {
	width: 948px;
	text-align: center;
}
.contents_003_01 dt {
	margin-bottom: 45px;
}
.contents_003_01 dd {
	font-size: 17px;
	line-height: 34px;
	color: #515253;
	margin-bottom: 30px;
}
.contents_003_01 dd:last-child {
	margin-bottom: 30px;
}
.contents_003_02 {
	width: 948px;
	text-align: center;
	display: none;
}
.contents_003_02 dt {
	margin-bottom: 45px;
}
.contents_003_02 dd {
	font-size: 17px;
	line-height: 34px;
	color: #515253;
	margin-bottom: 30px;
}
.contents_003_02 dd:nth-child(3) {
	margin-bottom: 60px;
}
.contents_003_02 dd:nth-child(4) {
	margin-bottom: 0px;
}

/* ############################################## */

.contents_004_wrap {
	width: 100%;
	background: #f4f4f4;
	padding: 60px 0;
}
.contents_004 {
	width: 948px;
	margin: 0 auto;
}
.contents_004_txt_01 {
	text-align: center;
	color: #515253;
	padding-top: 15px;
	margin-bottom: 120px;
}
.contents_004_txt_01 dt {
	font-size: 17px;
	line-height: 1;
	margin-bottom: 20px;
}
.contents_004_txt_01 dd {
	font-size: 15px;
	line-height: 1;
}
.contents_004 h3 {
  position: relative;
  text-align: center;
  width: 550px;
  padding: 25px 25px 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #2c4271;
  margin: 0 auto 50px auto;
}
.contents_004 h3 span {
	font-family: 'Oswald', sans-serif;
	font-size: 52px;
	line-height: 1;
	color: #50cee8;
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -7px;
}
.contents_004 h3::before,
.contents_004 h3::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 1px solid #50cee8;
  border-bottom: 1px solid #50cee8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_004 h3::before {
  left: 0;
  border-left: 1px solid #50cee8;
}
.contents_004 h3::after {
  right: 0;
  border-right: 1px solid #50cee8;
}
.contents_004_txt_02 {
	font-size: 17px;
	line-height: 1;
	margin-bottom: 80px;
	color: #515253;
	text-align: center;
}
.contents_004 h4 {
	color: #515253;
	font-size: 25px;
    font-weight: bold;
	display: flex;
	align-items: center;
    margin-bottom: 50px;
}
.contents_004 h4 span {
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	padding-top: 8px;
	box-sizing: border-box;
	display: block;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	background: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 10px;
}
.contents_004 h4:before, .contents_004 h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e1e1e1;
	display: block;
}
.contents_004 h4:before {
	margin-right: 30px;
}
.contents_004 h4:after {
	margin-left: 30px;
}
.contents_004_step {
	background: #fff;
	width: 948px;
	padding: 35px 35px 35px 160px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
}
.contents_004_step:after {
	content: "";
	background: url("../../../image/lp/futures/pc_contents_arrow.png") no-repeat;
	width: 25px;
	height: 54px;
	position: absolute;
	left: 50%;
	margin-left: -13px;
	bottom: -40px;
}
.contents_004_step.arrow_none:after {
	display:none;
}
.arrow_last {
	margin-bottom: 130px !important;
}
.contents_004_step.arrow_last:after {
	display:none;
}
.contents_004_step h5 {
	font-size: 22px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	padding: 0 10px 25px 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.contents_004_step p {
	font-size: 17px;
	line-height: 34px;
	color: #515253;
	padding: 0 10px;
}
.contents_004_txt_03 {
	font-size: 15px !important;
	line-height: 25px !important;
	color: #515253;
	padding: 15px 10px 0 10px !important;
}
.contents_004_step dl {
	width: 140px;
	height: 60px;
	padding: 15px 0 15px 0;
	box-sizing: border-box;
	background: #2c4271;
	position: absolute;
	top: 15px;
	left: -15px;
	color: #fff;
	text-align: center;
}
.contents_004_step dt {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 1;
	display: inline;
	vertical-align: middle;
	margin-right: 15px;
	padding-top: 7px;
	letter-spacing: 1px;
}
.contents_004_step dd {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 1;
	display: inline;
	vertical-align: middle;
	letter-spacing: 1px;
}
.contents_004_txt_04 {
	color: #515253;
	text-align: center;
	margin-bottom: 120px;
}
.contents_004_txt_04 p {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 20px;
}
.contents_004_txt_04 ul {
	display: inline-block;
    text-align: left;
}
.contents_004_txt_04 li {
	font-size: 15px;
	line-height: 30px;
	position: relative;
	padding-left: 1em;
}
.contents_004_txt_04 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.contents_004 h6 {
	text-align: center;
	font-size: 19px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	margin-bottom: 30px;
}
.contents_004_txt_05 {
	font-size: 17px;
	line-height: 34px;
	margin-bottom: 40px;
	color: #515253;
	text-align: center;
}
.contents_004_link {
	width: 490px;
	height: 50px;
	margin: 0 auto;
}
.contents_004_link a:link,
.contents_004_link a:visited,
.contents_004_link a:hover,
.contents_004_link a:active {
	width: 490px;
	height: 50px;
	background: #fff;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #2c4271;
	text-decoration: underline;
	display: block;
}
.contents_004_link span:after {
	content: url("../../../image/lp/futures/pc_blank_window_icon.png");
	margin-left: 10px;
	vertical-align: middle;
}
.contents_004_txt_06 { /* 20230905 */
	font-size: 17px;
	line-height: 34px;
	margin-bottom: 40px;
	color: #515253;
	text-align: center;
}

/* ############################################## */

.contents_005_wrap {
	width: 100%;
	padding: 60px 0 70px 0;
}
.contents_005 {
	width: 948px;
	margin: 0 auto;
}
.contents_005 h4 {
	text-align:center;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	margin-bottom: 30px;
}

/* 共通ディスクレーマ読み込み対応  */
.contents_005 strong {
	text-align:center;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	margin-bottom: 30px;
}

.contents_005_txt_01 {
	font-size: 15px;
	line-height: 30px;
	color: #515253;
	margin-bottom: 70px;
}
.contents_005_txt_02 {
	font-size: 15px;
	line-height: 30px;
	color: #515253;
}

/* ############################################## */

.contents_006_wrap {
	width: 100%;
	background: #f9f9f9;
	border-top: 3px solid #515253;
	padding: 40px 0 50px 0;
}
.contents_006 {
	width: 948px;
	margin: 0 auto;
}
.contents_006 dt {
	margin-bottom: 15px;
}
.contents_006 dd {
	font-size: 14px;
	line-height: 24px;
	color: #515253;
}
.contents_006 p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.contents_006 p a:link,
.contents_006 p a:visited,
.contents_006 p a:hover,
.contents_006 p a:active {
	color: #515253;
}

/* ############################################## */

.copyright {
	width: 100%;
	padding: 40px 0;
	text-align: center;
}
.copyright p {
	font-size: 12px;
	line-height: 1;
	color: #515253;
}

/* ############################################## */

.openBtn_01 {
	width: 360px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #515253;
	border: 1px solid #c9c9c9;
	background:url("../../../image/lp/futures/pc_acordion_btn_open.png") no-repeat center right 20px;
	display: block;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	margin: 40px auto 0 auto;
	cursor: pointer;
}
.openBtn_01.active {
	background:url("../../../image/lp/futures/pc_acordion_btn_close.png") no-repeat center right 20px;
}
.openBtn_01.active .main_btn {
    display: none;
}
.sub_btn {
    display: none;
}
.openBtn_01.active .sub_btn {
    display: block;
}