@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;
}

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

.pc_img,
.pc_br {
	display:none;
}

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

body {
	margin:0px;
	padding:0 0 19.2vw 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: 14.13vw;
    background:#fff;
}
.header {
    width: 100%;
    height: 14.13vw;
    margin: 0 auto;
  }
.header h1 {
    width: 30.13vw;
    height: 8.8vw;
	padding-top: 2.66vw;
	padding-left: 5.33vw;
}
.header img {
	width: 100%;
	height: auto;
}

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

.main_img_wrap {
    width: 100%;
    background:url("../../../image/lp/futures/sp_main_img_bg.jpg") no-repeat center center;
	background-size: cover;
}
.main_img {
    width: 100%;
	padding-top: 125.33%;
    margin: 0 auto;
	position: relative;
}
.main_img h2 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 42.66vw;
	left: 0;
	z-index: 1;
}
.main_img div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 46.66vw;
	left: 0;
	z-index: 2;
}
.main_img img {
	width: 100%;
	height: auto;
}

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

.cv_area_wrap {
	width: 100%;
	background: #2c4271;
	padding: 4.8vw 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 90;
}
.cv_area {
	width: 78%;
	height: 11.73vw;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.cv_area:after {
	content: "";
	background: url("../../../image/lp/futures/sp_cv_btn_arrow.png") no-repeat;
	background-size: 19.28vw 2.66vw;
	width: 19.28vw;
	height: 2.66vw;
	position: absolute;
	top: 50%;
	margin-top: -2.133vw;
	right:-8vw;
}
.cv_area a {
	width: 100%;
	height: 11.73vw;
	box-shadow:5px 5px 0px 0px #1578a6;
	border-radius:5.865vw;
	display: block;
	font-size: 6.13vw;
	line-height: 11.73vw;
	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: 4px;
	text-align: center;
	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%);
}

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

.contents_main_title {
	width: 100%;
	margin-bottom: 10vw;
	padding-bottom: 6vw;
	text-align: center;
	position: relative;
}
.contents_main_title:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #50cee8;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
}
.contents_main_title dt {
	font-size:5.86vw;
	line-height: 9.06vw;
	font-weight: bold;
	color: #515253;
	display: inline;
	letter-spacing: 1px;
}
.contents_main_title dt span {
	font-size: 2.93vw;
	padding-left: 0;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0px;
	margin-top: -2vw;
	display: block;
}
.contents_main_title dd {
	font-family: 'Oswald', sans-serif;
	font-size: 4vw;
	line-height: 1;
	color: #50cee8;
	letter-spacing: 5px;
	margin-bottom: 4vw;
}

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

.contents_001_wrap {
	width: 100%;
	padding: 13.33vw 0;
}
.contents_001 {
	width: 88%;
	margin: 0 auto;
}
.contents_001_01 {
	width:  100%;
	border-top: 5px solid #f4f4f4;
	border-left:5px solid #f4f4f4;
	box-sizing: border-box;
	margin: 0 auto;
}
.contents_001_01 dl {
	width: 100%;
	border-bottom: 5px solid #f4f4f4;
	border-right: 5px solid #f4f4f4;
	box-sizing: border-box;
	padding: 8vw 8vw 6vw 8vw;
	text-align: center;
}
.contents_001_01 dt {
	font-size: 5.6vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3vw;
	padding-bottom: 4vw;
	position: relative;
}
.contents_001_01 dd {
	font-size: 9.33vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
}
.contents_001_01 dd span {
	font-size: 13.33vw;
	line-height: 1;	
	color: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 2.66vw;
}

.contents_001_02 {
	width: 100%;
	border-left:5px solid #f4f4f4;
	box-sizing: border-box;
	margin: 0 auto;
}
.contents_001_02 dl {
	width: 100%;
	border-bottom: 5px solid #f4f4f4;
	border-right: 5px solid #f4f4f4;
	box-sizing: border-box;
	padding: 8vw 8vw 6vw 8vw;
	text-align: center;
}
.contents_001_02 dt{
	font-size: 5.5vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3vw;
	padding-bottom: 4vw;
	position: relative;
}
.contents_001_02 dd {
	font-size: 9.33vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
}
.contents_001_02 dd span {
	font-size: 13.33vw;
	line-height: 1;	
	color: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 2.66vw;
}
.contents_001_02 dd p {
	font-size: 4vw;
	line-height: 1;
	margin-bottom: 1.33vw;
}
.contents_001_02 dd small {
	display: block;
	font-size: 4vw;
	line-height: 1;
	margin-top: 2.66vw;
}
.contents_001_01 dt figure,
.contents_001_02 dt figure {
	position: absolute;
	width: 10.66vw;
	top: -6.66vw;
	right: -6.66vw;
}
.contents_001_01 dt figure img,
.contents_001_02 dt figure img {
	width: 10.66vw;
	height: auto;
}

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

.contents_002_wrap {
	width: 100%;
	background: #f4f4f4;
	padding: 13.33vw 0;
}
.contents_002 {
	width: 100%;
	margin: 0 auto;
}
.contents_002_img_01 {
	width: 100%;
	margin: 0 auto 16vw auto;
}
.contents_002_img_01 img {
	width: 100%;
	height: auto;
}
.contents_002_title_01 {
	position: relative;
	margin-bottom: 10.66vw;
	text-align: center;
}
.contents_002_title_01 dt {
	width: 100%;
	font-size: 5.06vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	position: absolute;
	top: 3.5vw;
	left: 0;
	letter-spacing: 5.33vw;
	padding-left: 5.33vw;
	box-sizing: border-box;
}
.contents_002_title_01 dd {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 10.66vw;
	line-height: 1;
	color: #fff;
	letter-spacing: 5.33vw;
	padding-left: 5.33vw;
	box-sizing: border-box;
}
.contents_002 ul {
	width: 88%;
	margin: 0 auto 25px auto;
}
.contents_002 li {
	width: 100%;
	padding: 8vw 0;
	background: #fff;
	position: relative;
	margin-bottom: 8vw;
}
.contents_002 li p {
	width: 100%;
	font-size: 4vw;
	line-height: 8.53vw;
	font-weight: bold;
	color: #515253;
	text-align: center;
	letter-spacing: 0px;
	padding-top: 0 !important;
}
.contents_002 li p br {
	display: none;
}
.contents_002 li:last-child {
	margin-bottom: 0;
}
.contents_002 li:nth-child(1):after {
	width: 100%;
	content: "01";
	font-size: 5.33vw;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -2.66vw;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(2):after {
	width: 100%;
	content: "02";
	font-size: 5.33vw;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -2.66vw;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(3):after {
	width: 100%;
	content: "03";
	font-size: 5.33vw;
	line-height: 1;
	color: #2c4271;font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -2.66vw;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(4):after {
	width: 100%;
	content: "04";
	font-size: 5.33vw;
	line-height: 1;
	color: #2c4271;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -2.66vw;
	left: 0;
	text-align: center;
}
.contents_002 li:nth-child(5):after {
	width: 100%;
	content: "05";
	font-size: 5.33vw;
	line-height: 1;
	color: #2c4271;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: -2.66vw;
	left: 0;
	text-align: center;
}

.contents_002 h3 {
  position: relative;
  text-align: center;
  width: 88%;
  padding: 8vw 5.33vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 6.66vw;
  line-height: 10.13vw;
  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: 20px;
  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: 88%;
	background: #fff;
	border: 5px solid #ededed;
	box-sizing: border-box;
	padding: 12vw 5.33vw 13.33vw 5.33vw;
	margin: 0 auto;
	text-align: center;
}
.contents_002_app dl {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 2.13vw 8vw 2.13vw;
	margin-bottom: 8vw;
}
.contents_002_app dt {
	width: 36vw;
	margin:0 auto 8vw auto;
}
.contents_002_app dt img {
	width: 100%;
	height: auto;
}
.contents_002_app dd {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
	text-align: left;
}
.contents_002_app_01 {
	width: 60vw;
	margin: 0 auto;
}
.contents_002_app_01 h4 {
	margin-bottom: 5.33vw;
}
.contents_002_app_02 {
	width: 60vw;
	margin: 0 auto;
}
.contents_002_app_02 h4 {
	margin-bottom: 8vw;
}
.contents_002_app_01 img,
.contents_002_app_02 img {
	width: 100%;
	height: auto;
}
.contents_002 p {
	font-size: 3.73vw;
	line-height: 5.86vw;
	color: #515253;
	text-align: left;
	width: 60vw;
	margin: 0 auto;
}

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

.contents_003_wrap {
	width: 100%;
	padding: 13.33vw 0;
}
.contents_003 {
	width: 88%;
	margin: 0 auto;
}
.contents_003 h3 {
	color: #515253;
	font-size: 5.33vw;
    font-weight: bold;
	display: flex;
	align-items: center;
    margin-bottom: 10.66vw;
}
.contents_003 h3:before, .contents_003 h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e1e1e1;
	display: block;
}
.contents_003 h3:before {
	margin-right: 5.33vw;
}
.contents_003 h3:after {
	margin-left: 5.33vw;
}
.contents_003_01 {
	width: 100%;
	text-align: center;
}
.contents_003_01 dt {
	margin-bottom: 9.33vw;
}
.contents_003_01 dt img {
	width: 100%;
	height: auto;
}
.contents_003_01 dd {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
	margin-bottom: 10.66vw;
	text-align: left !important;
}
.contents_003_02 {
	width: 100%;
	text-align: center;
	display: none;
}
.contents_003_02 dt {
	margin-bottom: 9.33vw;
}
.contents_003_02 dt img {
	width: 100%;
	height: auto;
}
.contents_003_02 dd {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
	margin-bottom: 6vw;
	text-align: left !important;
}
.contents_003_02 dd:nth-child(3) {
	margin-bottom: 10.66vw !important;
}
.contents_003_02 dd:nth-child(4) {
	margin-bottom: 0px !important;
}

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

.contents_004_wrap {
	width: 100%;
	background: #f4f4f4;
	padding: 13.33vw 0;
}
.contents_004 {
	width: 88%;
	margin: 0 auto;
}
.contents_004_txt_01 {
	text-align: left;
	color: #515253;
	margin-bottom: 24vw;
}
.contents_004_txt_01 dt {
	font-size: 4vw;
	line-height: 8vw;
	margin-bottom: 4vw;
}
.contents_004_txt_01 dd {
	font-size: 3.46vw;
	line-height: 7.46vw;
}
.contents_004 h3 {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 4.8vw 5.33vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 5.6vw;
  line-height: 8.53vw;
  font-weight: bold;
  color: #2c4271;
  margin: 0 auto 8vw auto;
}
.contents_004 h3 span {
	font-family: 'Oswald', sans-serif;
	font-size: 10.66vw;
	line-height: 1;
	color: #50cee8;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -2.66vw;
}
.contents_004 h3::before,
.contents_004 h3::after {
  position: absolute;
  top: 0;
  content: '';
  width: 5.33vw;
  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: 4vw;
	line-height: 8vw;
	margin-bottom: 13.33vw;
	color: #515253;
	text-align: left;
}
.contents_004 h4 {
	color: #515253;
	font-size: 5.33vw;
    font-weight: bold;
	display: flex;
	align-items: center;
    margin-bottom: 13.33vw;
}
.contents_004 h4 span {
	width: 8vw;
	height: 8vw;
	font-size: 4vw;
	line-height: 1;
	padding-top: 1.5vw;
	box-sizing: border-box;
	display: block;
	border-radius: 4vw;
	text-align: center;
	color: #fff;
	background: #2c4271;font-family: 'Oswald', sans-serif;
	margin-right: 1.33vw;
}
.contents_004 h4:before, .contents_004 h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e1e1e1;
	display: block;
}
.contents_004 h4:before {
	margin-right: 2.66vw;
}
.contents_004 h4:after {
	margin-left: 2.66vw;
}
.contents_004_step {
	background: #fff;
	width: 100%;
	padding: 6.66vw 5.33vw 5.33vw 14.66vw;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 13.33vw;
}
.contents_004_step:after {
	content: "";
	background: url("../../../image/lp/futures/sp_contents_arrow.png") no-repeat;
	background-size: 2.66vw 10.93vw;
	width: 2.66vw;
	height: 10.93vw;
	position: absolute;
	left: 50%;
	margin-left: -1.33vw;
	bottom: -8vw;
}
.contents_004_step.arrow_none:after {
	display:none;
}
.arrow_last {
	margin-bottom: 29.33vw !important;
}
.contents_004_step.arrow_last:after {
	display:none;
}
.contents_004_step h5 {
	font-size: 4.8vw;
	line-height: 8vw;
	font-weight: bold;
	color: #515253;
	padding: 0 2.66vw 4vw 2.66vw;
	margin-bottom: 4vw;
	border-bottom: 1px solid #e1e1e1;
}
.contents_004_step p {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
	padding: 0 1.33vw 0 2.66vw;
}
.contents_004_txt_03 {
	font-size: 3.46vw !important;
	line-height: 7.2vw !important;
	color: #515253;
	padding: 6vw 2.66vw 0 2.66vw !important;
}
.contents_004_step dl {
	width: 8.53vw;
	height: 21.3vw;
	padding: 6.66vw 0 0 0;
	box-sizing: border-box;
	background: #2c4271;
	position: absolute;
	top: -10px;
	left: 10px;
	color: #fff;
	text-align: center;
}
.contents_004_step dt {
	font-family: 'Oswald', sans-serif;
	font-size: 2.66vw;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 1.06vw;
}
.contents_004_step dd {
	font-family: 'Oswald', sans-serif;
	font-size: 4.8vw;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: 0px;
}
.contents_004_txt_04 {
	color: #515253;
	text-align: left;
	margin-bottom: 16vw;
}
.contents_004_txt_04 p {
	font-size: 4vw;
	line-height: 8vw;
	margin-bottom: 8vw;
}
.contents_004_txt_04 li {
	font-size: 4vw;
	line-height: 8vw;
	position: relative;
	padding: 0 1em;
}
.contents_004_txt_04 li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.contents_004 h6 {
	text-align: center;
	font-size: 5.06vw;
	line-height: 1;
	font-weight: bold;
	color: #515253;
	margin-bottom: 6.66vw;
}
.contents_004_txt_05 {
	font-size: 4vw;
	line-height: 8vw;
	margin-bottom: 9.33vw;
	color: #515253;
	text-align: left;
}
.contents_004_link {
	width: 100%;
	margin: 0 auto;
}
.contents_004_link a {
	width: 100%;
	padding: 5.33vw 0;
	background: #fff url("../../../image/lp/futures/sp_blank_window_icon.png") no-repeat center right 4vw;
	background-size: 4.53vw 4.53vw;
	font-size: 4vw;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #2c4271;
	text-decoration: underline;
	display: block;
}
.contents_004_txt_06 { /* 20230905 */
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-bottom: 10.66vw;
	color: #515253;
	text-align: left;
}

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

.contents_005_wrap {
	width: 100%;
	padding: 13.33vw 0;
}
.contents_005 {
	width: 88%;
	margin: 0 auto;
}
.contents_005 h4 {
	text-align:center;
	font-size: 4.8vw;
	line-height: 8vw;
	font-weight: bold;
	color: #515253;
	margin-bottom: 6.66vw;
}

/* 共通ディスクレーマ読み込み対応  */
.contents_005 string {
	text-align:center;
	font-size: 4.8vw;
	line-height: 8vw;
	font-weight: bold;
	color: #515253;
	margin-bottom: 6.66vw;
}


.contents_005_txt_01 {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
	margin-bottom: 6.66vw;
}
.contents_005_txt_02 {
	font-size: 4vw;
	line-height: 8vw;
	color: #515253;
}

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

.contents_006_wrap {
	width: 100%;
	background: #f9f9f9;
	border-top: 3px solid #515253;
	padding: 9.33vw 0;
}
.contents_006 {
	width: 88%;
	margin: 0 auto;
}
.contents_006 dt {
	width: 39.2vw;
	margin-bottom: 4vw;
}
.contents_006 dt img {
	width: 100%;
	height: auto;
}
.contents_006 dd {
	font-size: 3.46vw;
	line-height: 6.13vw;
	color: #515253;
}
.contents_006 p {
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-top: 1.33vw;
}
.contents_006 p a {
	color: #515253;
}

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

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

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

.openBtn_01 {
	width: 77.33vw;
	height: 12vw;
	font-size: 4.16vw;
	line-height: 12vw;
	color: #515253;
	border: 1px solid #c9c9c9;
	background:url("../../../image/lp/futures/sp_acordion_btn_open.png") no-repeat center right 5.33vw;
	background-size: 4.8vw 4.8vw;
	display: block;
	border-radius: 6vw;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	margin: 40px auto 0 auto;
	cursor: pointer;
	box-sizing: border-box;
}
.openBtn_01.active {
	background:url("../../../image/lp/futures/sp_acordion_btn_close.png") no-repeat center right 5.33vw;
	background-size: 4.8vw 4.8vw;
}
.openBtn_01.active .main_btn {
    display: none;
}
.sub_btn {
    display: none;
}
.openBtn_01.active .sub_btn {
    display: block;
}