@charset "UTF-8";





/********************************************************
  base
*********************************************************/

/****************************
  responsive
*****************************/
.pc {
	display: none !important;
}

/********************************************************
  common
*********************************************************/

/****************************
  header
*****************************/

header {
}

.header_area {
	margin-top: -50px;
	width: 100%;
	position: fixed;
	height: 50px;
	background: #fff;
	z-index: 10;
}

.header_logo {
	padding-top: 14px;
	padding-left: 10px;
	width: 160px;
	height: auto;
}

.header_logo img {
	width: 100%;
	height: auto;
}

.header_logo a {
	color: white;
	text-decoration: none;
}

.header_logo a:hover {
	opacity: .8;
}

/*----------ハンバーガーアイコン----------*/
.btnGnav,
.btnGnav span {
	display: inline-block;
	transition: all .4s;
}

.btnGnav {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 102;
	width: 30px;
	height: 9px;
}

.btnGnav span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
}

.btnGnav span:nth-of-type(1) {
	top: 0;
}

.btnGnav span:nth-of-type(2) {
	bottom: 0;
}

.btnGnav.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.btnGnav.active span:nth-of-type(2) {
	-webkit-transform: translateY(1px) rotate(45deg);
	transform: translateY(1px) rotate(45deg);
}

/*----------ナビゲーション----------*/

.gNav {
	color: #fff;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0;
	display: none;
	z-index: 6;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}


/* .gNav .listItem a {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: left;
	border-bottom: 1px solid #7b7b7b;
	text-decoration: none;
} */

.listItem {
	font-size: 12px;
}

.gNav .listItem .listItem_01 {
	padding: 10px 0 10px 10px;
	display: block;
	width: 100%;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #7b7b7b;
	text-decoration: none;
}

.gNav .listItem .listItem_02 {
	padding: 10px 0 0;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.gNav .listItem .box_01 {
	padding-bottom: 15px;
	border-bottom: 1px dashed #7b7b7b;
}

.gNav .listItem .box_01_inner {
	margin: 0 auto;
	width: 300px;
}

.gNav .listItem .box_02 {
	padding-bottom: 11px;
}

.gNav .listItem .box_02_inner {
	margin: 0 auto;
	width: 300px;
}

.gNav .listItem_01 {
	padding: 13px 0 13px 10px;
}

.gNav .r_item_01 {
	position: relative;
}

.gNav .r_item_01::before {
	content: "";
	margin-top: 24px;
	position: absolute;
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gNav .r_item {
	position: relative;
}
.gNav .r_item::before {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gNav .r_item_02::before {
	content: "";
	margin-top: 12px;
	position: absolute;
	right: 10px;
	width: 13px;
	height: 13px;
	background: url("../images/sp_menu_icon.png")
}

.gNav .listItem .text_image_01 {
	margin: 4px 0 0 0;
	display: inline-block;
	width: 140px;
}

.gNav .listItem .text_image_01 img {
	width: 100%;
}

.gNav .listItem .text_image_02 {
	margin-right: 20px;
	display: inline-block;
	float: right;
	width: 102px;
}

.gNav .listItem .text_image_02 img {
	width: 100%;
}

.gNav .listItem .text_image_03 {
	margin-left: 27px;
	width: 85px;
	display: inline-block;
}

.gNav .listItem .text_image_03 img {
	width: 100%;
}

.gNav .listItem .text_image_04 {
	margin-right: 15px;
	width: 110px;
	display: inline-block;
	float: right;
}

.gNav .listItem .text_image_04 img {
	width: 100%;
}



/****************************
  footer
*****************************/
footer {
	padding-bottom: 50px;
	background: #993333;
	color: #fff;
}

.right_side {
	float: none;
}

.left_side {
	float: none;
}

.footer_navi a {
	color: white;
	text-decoration: none;
}

.footer_navi a:hover {
	opacity: .8;
}

.footer_navi .content {
	margin-top: 12px;
	padding: 40px 15px 20px 15px;
	text-align: center;
}

.footer_navi .content .listItems {
	/* margin-top: 32px; */
	padding-top: 30px;
}

.footer_navi .content .text {
	margin-top: 16px;
	font-size: 13px;
	/* line-height: 2.1; */
	letter-spacing: 0.2em;
	font-weight: 400;
}

.footer_navi .content .text_02 {
	padding-bottom: 12px;
	position: relative;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.footer_navi .content .text_02:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 1px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 2px;
}

.footer_navi .content .copyright {
	margin-top: 35px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.06em;
}




/********************************************************
  content
*********************************************************/

/****************************
  sec_01
*****************************/
.sec_01 {
	padding-bottom: 45px;
	background: #fffaec;
}
.sec_01 .kv {
	margin-top: 50px;
	position: relative;
}

.sec_01 .kv img {
	width: 100%;
	height: auto;
}

.sec_01 .kv_text {
	position: absolute;
	top: 11%;
	left: 8%;
	width: 65%;
	height: auto;
}

.sec_01 .kv_text img {
	width: 100%;
	height: auto;
}

.sec_01 .kv_scroll {
	display: none;
	/* position: absolute;
	bottom: 9px;
	left: 50%;
	width: 37px;
	height: auto; */
}

.sec_01 .kv .kv_btn {
	position: absolute;
	bottom: 12px;
  left: 15px;
  width: 30%;
}

.sec_01 .kv .kv_btn a:hover {
	opacity: .8;
}

.sec_01 .kv .kv_btn img {
	width: 100%;
}

.sec_01 .kv .kv_btn_02 {
	position: absolute;
  bottom: 5%;
  right: 0px;
  height: 38px;
  width: 140px;
  border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
  background: url(../images/sp_btn_01.png) repeat;
}

.sec_01 .kv a:hover {
	opacity: .8;
}

.sec_01 .kv .kv_btn_02 .text_01 {
	margin: 10px 0 0 18px;
	float: left;
	font-size: 13px;
	color: #993333;
	font-weight: bold;
	text-decoration: none;
}

.sec_01 .kv .kv_btn_02 .text_01::before {
content: "";
position: absolute;
right: 6px;
top: 8px;
width: 20px;
height: 20px;
background: url("../images/sp_sec_06_btn.png") no-repeat;
}

.sec_01 .kv .kv_btn_02 .text_02 {
	position: relative;
	margin: 12px 0 0 12px;
	float: left;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.46;
	color: #000;
}

/* .sec_01 .kv .kv_btn_02 .text_02::before {
content: "";
position: absolute;
right: -44px;
top: 11px;
width: 28px;
height: 28px;
background: url("../images/kv_btn_line.png") no-repeat;
} */

.sec_01 .kv .kv_btn_02 a:hover {
	opacity: .8;
}

.dotted_line {
	margin: 11px 0 0 15px;
	display: inline-block;
	float: left;
	width: 2px;
	height: auto;
}

.sec_01 .content_text_01 {
	margin: 40px 15px 30px;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.9;
	font-weight: bold;
}

.sec_01 .content_text_01 br {
	display: none;
}


.sec_01  .content_text_01 .textColor {
	color: #a75855;
}

.sec_01 .content_text_02 {
	position: relative;
	height: auto;
	/* background: url("../images/content_backimage_01.png") repeat; */
	background-color: #dee7f4;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f0f6f8), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #f0f6f8), color-stop(.75, transparent),to(transparent));
  background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
	text-align: center;
	color: #0033cc;
	font-size: 15px;
	line-height: 1.83;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.sec_01 .content_text_02 .text {
	padding: 30px 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1;
}

.sec_01 .content_text_02 .content_backimage_01 img {
	width: 100%;
}

.sec_01 .content_text_02 .content_backimage_02 {
	margin: 0 auto;
	padding: 50px 171px 70px;
	position: relative;
	background: url("../images/sec_06_image01.png") no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.sec_01 .content_text_02 .content_backimage_02 img {
	width: 100%;
}

.sec_01 .content_text_03 {
	margin-top: -10px;
	padding-top: 50px;
	position: relative;
}

.sec_01 .content_text_03 img {
	width: 100%;
}

.sec_01 .content_text_03 .text {
	position: absolute;
	color: #fff;
	text-align: center;
  font-size: 15px;
	top: 50px;
	width: 100%;
	line-height: 1.9;
	letter-spacing: 0.16em;
	font-weight: 500;
}

.sec_01 .content_text_03 .text .textColor {
	font-weight: bold;
	font-size: 20px;
	color: #ffde00;
	letter-spacing: 0.1em;
	line-height:1.1;
}

.content_text_03_01_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	margin: 0 30px;
}

.sec_01 .content_text_03 .content_text_03_01 .text_01 {
	text-align: center;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.sec_01 .content_text_03 .content_text_03_01 .text_02 {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.83;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.sec_01 .content_text_03 .content_text_03_01 .text_03 {
	margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-shadow: 0px 0px 10px #92abdc;
}

.sec_01 .content_text_03 .content_backimage_03 {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.sec_01 .content_text_03 .content_backimage_05 {
	position: absolute;
	top: 10px;
	width: 40%;
}

.sec_01 .content_text_03 .content_backimage_05 img {
	width: 100%;
}

.sec_01_image02 {
	position: relative;
}

/* .sec_01_image02 img {
	width: 100%;
	height: auto;
} */

.sec_01 .content_text_03 .content_backimage_07 {
	position: absolute;
	top: 133px;
	left: 50%;
	width: 13px;
}

.sec_01 .content_text_03 .content_backimage_07 img {
	width: 100%;
}

.sec_01 .content_text_04 {
	margin: 40px 0 0;
	position: relative;
	font-weight: 500;
}

.sec_01 .content_text_04 .content_backimage_06 {
	position: absolute;
	top: -50px;
	width: 40%;
}

.sec_01 .content_text_04 .content_backimage_06 img {
	width: 100%;
}

.content_text_03 .content_backimage_inner {
	position: relative;
}

.sec_01 .content_text_04 .block_area {
	margin: 0 auto;
	/* width: 960px; */
}

.sec_01 .content_text_04 .text {
	text-align: center;
	font-size: 21px;
	color: #4d67d9;
	line-height: 1.42;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.sec_01 .content_text_04 .block {
	margin: 20px 15px;
	display: inline-block;
	/* float: left; */
	/* width: 450px; */
	background: #fff;
	border-radius: 20px;
	font-weight: 400;
}

.sec_01 .content_text_04 .block .text {
	margin-top: 0;
	padding: 15px;
	background: #993333;
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

.sec_01 .content_text_04 .block .text .text_01 {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sec_01 .content_text_04 .text_01_01 {
	height: 5px;
	background: #d6adad;
}

.sec_01 .content_text_04 .block .text_02 {
	padding: 15px;
	font-size: 12px;
	color: black;
	line-height: 2;
}

.sec_01 .content_text_04 .block_02 {
	margin: 20px 15px 0;
	display: inline-block;
	position: relative;
	background: #fff;
	border-radius: 20px;
	font-weight: 400;
}

.sec_01 .content_text_04 .block_02 .content_backimage_04 {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 60px;
	z-index: 10;
	height: auto;
}

.sec_01 .content_text_04 .block_02 .content_backimage_04 img {
	width: 100%;
}

.sec_01 .content_text_04 .block_02 .text {
	margin-top: 0;
	padding: 15px;
	background: #993333;
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

.sec_01 .content_text_04 .block_02 .text .text_01 {
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sec_01 .content_text_04 .block_02 .text_02 {
	padding: 15px;
	font-size: 12px;
	color: black;
	line-height: 2;
}

.sec_01 .content_text_04 .comment {
	margin: 20px 15px 0;
	padding: 15px;
	position: relative;
	background: #ebd1c2;
	box-sizing: border-box;
	font-size: 12px;
	color: #993333;
	letter-spacing: 0.14em;
	font-weight: bold;
	line-height: 1.6;
}

.sec_01 .content_text_04 .comment::before {
	content: "";
	position: absolute;
	right: 42px;
	top: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 17.5px 30px 17.5px;
	border-color: transparent transparent #ebd1c2 transparent;
}

.sec_01 .content_text_04 .btn a {
	margin: 20px auto -80px;
  padding: 18px 40px 20px 17px;
	position: relative;
	display: block;
	width: 290px;
	height: 70px;
	background: url(../images/sp_btn_02.png) no-repeat;
	/* background-color: #CAE9FF; */
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #3b73d9), color-stop(.25, #4f81dd),color-stop(.5, #4f81dd), color-stop(.5, #3b73d9),color-stop(.75, #3b73d9), color-stop(.75, #4f81dd),to(#4f81dd)); */
	/* -webkit-background-size: 14px 14px; */
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	/* box-shadow: 0 26px 0 -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #3b73d9), color-stop(.25, #4f81dd),color-stop(.5, #4f81dd), color-stop(.5, #3b73d9),color-stop(.75, #3b73d9), color-stop(.75, #4f81dd),to(#4f81dd)); */
	letter-spacing: 0.14em;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.6;
}

.sec_01 .content_text_04 .btn a:hover {
	opacity: .8;
}

.sec_01 .content_text_04 .btn a::before {
content: "";
position: absolute;
width: 24px;
height: 24px;
right: 10px;
top: 30%;
background: url(../images/sp_sec_06_btn_02.png) no-repeat;
}

/****************************
	sec_02
*****************************/

.sec_02 {
	margin: 60px 15px 0;
}

.sec_02 .content_text_01 .subtitle_text {
	font-size: 25px;
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.sec_02 .sec_02_inner .subtitle_text {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.6;
}

.sec_02 .sec_02_inner .title_text {
	margin-top: 20px;
	text-align: center;
	color: #4d67d9;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 500;
}

.sec_02 .sec_02_inner .text {
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.75;
	font-weight: 500;
}

.sec_02 .sec_02_inner .headline {
	margin: 30px auto 0;
	padding: 30px 25px;
	box-sizing:border-box;
	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	text-align:center;
	color: #f1510a;
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.sec_02 .sec_02_inner .text_01 {
	margin-top: 30px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.83;
	letter-spacing: 0.06em;
}

.sec_02 .sec_02_inner .text_block {
	margin: 0 auto;
}

.sec_02 .sec_02_inner .text_02 {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.15em;
}

.sec_02 .sec_02_inner .text_02 .textColor {
	color: #993333;
	font-weight: bold;
}

.sec_02 .sec_02_inner .text_02 .textColor_01 {
	font-size: 36px;
}

.sec_02 .sec_02_inner .text_03 {
	text-align: center;
}

.sec_02 .sec_02_inner .text_03 .textColor {
	color: #993333;
	font-size: 36px;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.sec_02 .sec_02_inner .text_03 .text_03_01,
.sec_02 .sec_02_inner .text_03 .text_03_02 {
	margin-top: 30px;
	text-align: center;
	display: inline-block;
	font-size: 13px;
	color: #4a65d5;
	letter-spacing: 0.01em;
	font-weight: 700;
}

.sec_02 .sec_02_inner .text_03 .text_03_01 {
	background: linear-gradient( transparent 85%, #ffff66 85%);
}

.sec_02 .sec_02_inner .text_03 .text_03_02 {
	background: linear-gradient(transparent 65%, #ffff66 65%);
}

.sec_02 .sec_02_inner .text_04 {
	margin: 15px auto 0;
	width: 300px;
	text-align: center;
	position: relative;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.sec_02 .sec_02_inner .text_04::after {
	content: "";
	position: absolute;
	background: url("../images/sp_text_image01.png") no-repeat;
	width: 28px;
	height: 47px;
	bottom: -9px;
	right: 15px;
}

.sec_02 .sec_02_inner .text_04::before {
	content: "";
	position: absolute;
	background: url("../images/sp_text_image02.png") no-repeat;
	width: 28px;
	height: 47px;
	bottom: -9px;
	left: 15px;
}

.sec_02 .sec_02_inner .text_04 .textColor {
	color: #cc0000;
}


/****************************
	sec_03
*****************************/

.sec_03  {
	margin-top: 45px;
	padding: 40px 20px;
	background: #fff8e6;
}

.sec_03 .content_01 {
	text-align: center;
	font-weight: 500;
}

.sec_03 .content_01 a {
  padding: 5px 17px 5px 0;
	padding-right: 17px;
	display:block;
	text-align: right;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
	line-height: 1.7;
}

.sec_03 .content_01 a:hover {
	opacity: .8;
}

.sec_03 .box_groupe {
	margin: 0 auto;
}

.sec_03 .box_groupe .box_01 .title {
	padding: 14px 0px 11px 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.sec_03 .box_groupe .box_01 .title .small_text {
	font-size: 12px;
	font-weight: normal;
}

.sec_03 .box_groupe .box_01 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330.jpg") repeat; */
	background-color: #936ba5;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #9770a8), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #9770a8),color-stop(.75, #9770a8), color-stop(.75, transparent),to(transparent));
  background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
	color: #fff;
}

.sec_03 .box_groupe .box_01 .text .text_01 {
  padding: 24px 0 15px 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.3);
	font-size: 12px;
	text-align: left;
	line-height: 2;
	letter-spacing: 0.1em
}

.sec_03 .box_groupe .box_01 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_03 .box_groupe .box_01 .text_image {
	margin-top: 5px;
	width: 180px;
	height: auto;
}

.sec_03 .box_groupe .box_01 .text_image img {
	width: 100%;
}

.sec_03 .box_groupe .box_02 {
	margin-top: 30px;
}

.sec_03 .box_groupe .box_02 .title {
	padding: 14px 0px 11px 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.sec_03 .box_groupe .box_02 .title .small_text {
	font-size: 12px;
	font-weight: normal;
}

.sec_03 .box_groupe .box_02 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330.png") repeat; */
	background-color: #9f414f;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #a14452), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #a14452),color-stop(.75, #a14452), color-stop(.75, transparent),to(transparent));
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	color: #fff;
}

.sec_03 .box_groupe .box_02 .text .text_01 {
	padding: 24px 0px 15px 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.3);
	text-align: left;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em
}

.sec_03 .box_groupe .box_02 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_03 .box_groupe .box_02 .text_image {
	width: 130px;
	height: auto;
}

.sec_03 .box_groupe .box_02 .text_image img {
	width: 100%;
}

.sec_03 .box_groupe_02 {
	text-align: center;
}

.sec_03 .box_groupe_02 .box_01 {
	margin-top: 30px;
}

.sec_03 .box_groupe_02 .box_01 .title {
	padding: 14px 0px 11px 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.sec_03 .box_groupe_02 .box_01 .title .small_text {
	font-size: 12px;
	font-weight: normal;
}

.sec_03 .box_groupe_02 .box_01 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330_01.png") repeat; */
	background-color: #6f9a57;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #759f61), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #759f61),color-stop(.75, #759f61), color-stop(.75, transparent),to(transparent));
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	color: #fff;
}

.sec_03 .box_groupe_02 .box_01 .text .text_01 {
	padding: 24px 0 15px 25px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	text-align: left;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em
}

.sec_03 .box_groupe_02 .box_01 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_03 .box_groupe_02 .box_01 .text_image {
	margin-top: 3px;
	width: 107px;
	height: auto;
}

.sec_03 .box_groupe_02 .box_01 .text_image img {
	width: 100%;
}

.sec_03 .box_groupe_02 .box_02 {
	margin-top: 30px;
}

.sec_03 .box_groupe_02 .box_02 .title {
	padding: 14px 0px 11px 20px;
	background: #fff;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.sec_03 .box_groupe_02 .box_02 .title .small_text {
	font-size: 1px;
	font-weight: normal;
}

.sec_03 .box_groupe_02 .box_02 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330_02.png") repeat; */
	background-color: #c18e14;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c3931d), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c3931d),color-stop(.75, #c3931d), color-stop(.75, transparent),to(transparent));
  background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
	color: #fff;
}

.sec_03 .box_groupe_02 .box_02 .text .text_01 {
	padding: 24px 0 15px 25px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	text-align: left;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.sec_03 .box_groupe_02 .box_02 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_03 .box_groupe_02 .box_02 .text_image {
	margin-top: 3px;
	width: 140px;
	height: auto;
}

.sec_03 .box_groupe_02 .box_02 .text_image img {
	width: 100%;
}

/****************************
	sec_03 .content_02
*****************************/

.sec_03 .content_02 {
	margin: 40px 0  0;
}

.sec_03 .content_02 a {
	text-decoration: none;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
}

.popupMovie {
	display: none;
}

.sec_03 .content_02 .block_01 .text,
.sec_03 .content_02 .block_02 .text,
.sec_03 .content_02 .block_03 .text,
.sec_03 .content_02 .block_04 .text {
	/* float: left;
	width: 750px; */
}

.sec_03 .content_02 .block_01 .title {
	padding-top: 50px;
  margin-top: -50px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

.sec_03 .content_02 .block_01 .title span:after {
	display: none;
}

.sec_03 .content_02 .block_01 .title .small_text {
	font-size: 11px;
	font-weight: normal;
}

.sec_03 .content_02 .block_01 .block .btn {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.18;
}

.sec_03 .content_02 .block_01 .block .btn_01 {
	/* padding: 5px 75px 5px 160px; */
	position: relative;
	display: block;
	height: 40px;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	background: #6d4582;
	color: #fff;
	cursor: pointer;
}

.sec_03 .content_02 .block_01 .block .box_01_inner {
	padding-top: 3px;
}

.sec_03 .content_02 .block_01 .sp_sec_03_text01 {
	display: inline-block;
	width: 105px;
	height: auto;
}

.sec_03 .content_02 .block_01 .sp_sec_03_text01 img {
	width: 100%;
}

.sec_03 .content_02 .block_01 .block .btn_01:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_01 .block a {
	text-decoration: none;
}

.sec_03 .content_02 .block_01 .block .btn_01::after {
	content: "";
	position: absolute;
	background: url("../images/icon_monitor.png") no-repeat;
	top: 6px;
	right: 19px;
	width: 30px;
	height:27px;
}

.sec_03 .content_02 .block_01 .block .btn_01::before {
	/* content: "";
	position: absolute;
	background: url("../images/sp_sec_03_text01.png") no-repeat;
	top: 17px;
	left: 17%;
	width: 138px;
	height: 21px; */
	display: none;
}

.sec_03 .content_02 .block_01 .block .btn_02 {
	margin-top: 15px;
	padding: 5px 0;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #6d4582;
	color: #fff;
}

.sec_03 .content_02 .block_01 .block .btn_02:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_01 .block .btn_02::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 20px;
	width: 26px;
	height: 32px;
}

.sec_03 .content_02 .block_01 .text {
	margin-top: 15px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sec_03 .content_02 .block_01 .text_image {
	margin-top: 10px;
	width: 247px;
	height: auto;
}

.sec_03 .content_02 .block_01 .text_image img {
	width: 100%;
}

.sec_03 .content_02 .block_02 {
	margin-top: 40px;
}

.sec_03 .content_02 .block_02 .sp_sec_03_text01 {
	display: inline-block;
	width: 91px;
	height: auto;
}

.sec_03 .content_02 .block_02 .sp_sec_03_text01 img {
	width: 100%;
}

.sec_03 .content_02 .block_02 .title {
	padding-top: 50px;
  margin-top: -50px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

.sec_03 .content_02 .block_02 .title span:after {
	display: none;
}

.sec_03 .content_02 .block_02 .title .small_text {
	font-size: 11px;
	font-weight: normal;
}

.sec_03 .content_02 .block_02 .block .btn {
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.18;
}

.sec_03 .content_02 .block_02 .block .btn_01 {
	/* padding: 5px 75px 5px 150px; */
	display: block;
	position: relative;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	background: #bf524f;
	color: #fff;
	text-decoration: none;
}

.sec_03 .content_02 .block_02 .block .box_01_inner {
	padding-top: 3px;
}

.sec_03 .content_02 .block_02 .block .btn_01:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_02 .block .btn_01::after {
	content: "";
	position: absolute;
	background: url("../images/icon_monitor.png") no-repeat;
	top: 9px;
	right: 19px;
	width: 30px;
	height:27px;
}

.sec_03 .content_02 .block_02 .block .btn_01::before {
	/* content: "";
	position: absolute;
	background: url("../images/sp_sec_03_text02.png") no-repeat;
	top: 10px;
	left: 17%;
	width: 101px;
	height: 39px; */
	display: none;
}

.sec_03 .content_02 .block_02 .block .btn_02 {
	margin-top: 15px;
	padding: 5px 0;
	position: relative;
	display: block;

	text-align: center;
	border-radius: 5px;
	background: #bf524f;
	color: #fff;
}

.sec_03 .content_02 .block_02 .block .btn_02:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_02 .block .btn_02::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 20px;
	width: 26px;
	height: 32px;
}

.sec_03 .content_02 .block_02 .text {
	margin-top: 15px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sec_03 .content_02 .block_02 .text_image {
	margin-top: 10px;
	width: 267px;
	height: auto;
}

.sec_03 .content_02 .block_02 .text_image img {
	width: 100%;
}

.sec_03 .content_02 .block_03 {
	margin-top: 40px;
}

.sec_03 .content_02 .block_03 .sp_sec_03_text01 {
	display: inline-block;
  transform: translateY(15%);
	width: 82px;
	height: auto;
}

.sec_03 .content_02 .block_03 .sp_sec_03_text01 img {
	width: 100%;
}

.sec_03 .content_02 .block_03 .title {
	padding-top: 50px;
  margin-top: -50px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

.sec_03 .content_02 .block_03 .title span:after {
	display: none;
}

.sec_03 .content_02 .block_03 .title .small_text {
	font-size: 14px;
	font-weight: normal;
}

.sec_03 .content_02 .block_03 .block .btn {
	margin-top: 18px;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.18;
}

.sec_03 .content_02 .block_03 .block .btn_01 {
	/* padding: 5px 75px 5px 140px; */
	display: block;
	position: relative;
	text-align: center;
	border-radius: 5px;
	height: 40px;
	background: #568a3d;
	color: #fff;
	text-decoration: none;
}

.sec_03 .content_02 .block_03 .block .box_01_inner {
	padding-top: 3px;
}

.sec_03 .content_02 .block_03 .block .btn_01:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_03 .block .btn_01::after {
	content: "";
	position: absolute;
	background: url("../images/icon_monitor.png") no-repeat;
	top: 9px;
	right: 19px;
	width: 30px;
	height:27px;
}

.sec_03 .content_02 .block_03 .block .btn_01::before {
	/* content: "";
	position: absolute;
	background: url("../images/sp_sec_03_text03.png") no-repeat;
	top: 15px;
	left: 17%;
	width: 100px;
	height: 19px; */
	display: none;
}

.sec_03 .content_02 .block_03 .block .btn_02 {
	margin-top: 15px;
	padding: 5px 0;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #568a3d;
	color: #fff;
}

.sec_03 .content_02 .block_03 .block .btn_02:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_03 .block .btn_02::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 20px;
	width: 26px;
	height: 32px;
}

.sec_03 .content_02 .block_03 .text {
	margin-top: 15px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sec_03 .content_02 .block_03 .text_image {
	margin-top: 10px;
	width: 201px;
	height: auto;
}

.sec_03 .content_02 .block_03 .text_image img {
	width: 100%;
}

.sec_03 .content_02 .block_04 {
	margin-top: 40px;
}

.sec_03 .content_02 .block_04 .sp_sec_03_text01 {
	display: inline-block;
	transform: translateY(15%);
	width: 106px;
	height: auto;
}

.sec_03 .content_02 .block_04 .sp_sec_03_text01 img {
	width: 100%;
}

.sec_03 .content_02 .block_04 .title {
	padding-top: 50px;
  margin-top: -50px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

.sec_03 .content_02 .block_04 .title span:after {
	display: none;
}

.sec_03 .content_02 .block_04 .title .small_text {
	font-size: 11px;
	font-weight: normal;
}

.sec_03 .content_02 .block_04 .block .btn {
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2.18;
}

.sec_03 .content_02 .block_04 .block .btn_01 {
	margin-top: 19px;
	/* padding: 5px 75px 5px 158px; */
	display: block;
	text-align: center;
	position: relative;
	border-radius: 5px;
	height: 40px;
	background: #e1b13c;
	color: #fff;
	text-decoration: none;
}

.sec_03 .content_02 .block_04 .block .box_01_inner {
	padding-top: 3px;
}

.sec_03 .content_02 .block_04 .block .btn_01:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_04 .block .btn_01::after {
	content: "";
	position: absolute;
	background: url("../images/icon_monitor.png") no-repeat;
	top: 9px;
	right: 19px;
	width: 30px;
	height:27px;
}

.sec_03 .content_02 .block_04 .block .btn_01::before {
	/* content: "";
	position: absolute;
	background: url("../images/sp_sec_03_text04.png") no-repeat;
	top: 15px;
	left: 17%;
	width: 109px;
	height: 19px; */
	display: none;
}

.sec_03 .content_02 .block_04 .block .btn_02 {
	margin-top: 15px;
	padding: 5px 0px;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 5px;
	background: #e1b13c;
	color: #fff;
}

.sec_03 .content_02 .block_04 .block .btn_02:hover {
	opacity: .8;
}

.sec_03 .content_02 .block_04 .block .btn_02::after {
	content: "";
	position: absolute;
	background: url("../images/pdf.png") no-repeat;
	top: 6px;
	right: 20px;
	width: 26px;
	height: 32px;
}

.sec_03 .content_02 .block_04 .text {
	margin-top: 18px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.04em;
}

.sec_03 .content_02 .block_04 .text_image {
	margin-top: 10px;
	width: 257px;
	height: auto;
}

.sec_03 .content_02 .block_04 .text_image img {
	width: 100%;
}


/****************************
  sec_04
*****************************/
.sec_04 {
	padding: 40px 0;
	background: #dfeafb;
}

.sec_04 .title_text {
	text-align: center;
	color: #4d67d9;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0.2em
}

.sec_04 .box_area {
	margin: 30px auto 0;
	text-align: center;
	/* width: 960px; */
}

.sec_04 .box_area .box_01 {
	margin: 0 15px;
	float: none;
}

.sec_04 .box_area .box_01 .title {
	padding: 15px 0 10px 20px;
	background: #fff;
	text-align: left;
  box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
}

.sec_04 .box_area .box_01 .title .small_text {
	font-size: 14px;
	font-weight: normal;
}

.sec_04 .box_area .box_01 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330_03.png") repeat; */
	background-color: #ef7f4d;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #f08454), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #f08454),color-stop(.75, #f08454), color-stop(.75, transparent),to(transparent));
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	color: #fff;
	font-weight: 500;
}

.sec_04 .box_area .box_01 .text .text_01 {
	padding: 17px 22px 10px 25px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	text-align: left;
	font-size: 12px;
	line-height: 1.43;
	/* letter-spacing: 0.1em */
}

.sec_04 .box_area .box_01 .text .text_01_01 {
	line-height: 2;
}

.sec_04 .box_area .box_01 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_04 .box_area .box_01 .text_image {
	margin-top: 5px;
	width: 77px;
	height: auto;
}

.sec_04 .box_area .box_01 .text_image img {
	width: 100%;
}

.sec_04 .box_area .box_02 {
	margin: 30px 15px 0;
}

.sec_04 .box_area .box_02 .title {
	padding: 15px 0 10px 20px;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
}

.sec_04 .box_area .box_02 .title .small_text {
	font-size: 14px;
	font-weight: normal;
}

.sec_04 .box_area .box_02 .text {
	position: relative;
	box-sizing: border-box;
	/* background: url("../images/tosyo_pc_home_0330_04.png") repeat; */
	background-color: #626263;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #656566), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #656566),color-stop(.75, #656566), color-stop(.75, transparent),to(transparent));
  background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
	color: #fff;
	font-weight: 500;
}

.sec_04 .box_area .box_02 .text .text_01 {
	padding: 17px 22px 10px 25px;
  box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	text-align: left;
	font-size: 12px;
	line-height: 1.43;
	letter-spacing: 0.1em
}

.sec_04 .box_area .box_02 .text .text_01_01 {
	line-height: 2;
}

.sec_04 .box_area a {
	padding: 5px 0;
	display: block;
	color: #fff;
	padding-right: 17px;
	background: rgba(0,0,0,0.05);
	text-align: right;
	font-size: 11px;
	line-height: 1.7;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.sec_04 .box_area a:hover {
	opacity: .8;
}

.sec_04 .box_area .box_02 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #fff transparent transparent transparent;
}

.sec_04 .box_area .box_02 .text_image {
	margin-top: 5px;
	width: 130px;
	height: auto;
}

.sec_04 .box_area .box_02 .text_image img {
	width: 100%;
}

/****************************
  sec_05
*****************************/
.sec_05 {
	margin: 0 15px;
	padding: 40px 0 0;
}

.sec_05 .title_text {
	margin-top: -50px;
  padding-top: 50px;
	text-align: center;
	color: #4d67d9;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0.3em;
}

.sec_05 .subtitle_text {
	margin: 30px 0 20px;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec_05 .subtitle_text:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.sec_05 .subtitle_text span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.sec_05 .table_area {
	margin: 0 auto;
	width: 270px;
}

.sec_05 .table_area .text {
	float: right;
	font-size: 12px;
	color: #000;
}

.sec_05 .table {
	text-align: center;
	font-size: 12px;
}

.sec_05 .table th,
.sec_05 .table td {
	width: 88px;
	height: 25px;

}

.sec_05 .table .table_color_01 {
	background: #b0bded;
}

.sec_05 .table .table_color_02 {
	background: #95a6e7;
}

.sec_05 .table .table_color_03 {
	background: #dfe5f8;
}

.sec_05 .btn {
	padding: 13px 25px;
	position: relative;
	display: block;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffd630), color-stop(.25, #ffde59),color-stop(.5, #ffde59), color-stop(.5, #ffd630),color-stop(.75, #ffd630), color-stop(.75, #ffde59),to(#ffde59));
	-webkit-background-size: 14px 14px;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.6;
	color: black;
	top: -30px;
	box-shadow: 0 26px 0 -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #3b73d9), color-stop(.25, #4f81dd),color-stop(.5, #4f81dd), color-stop(.5, #3b73d9),color-stop(.75, #3b73d9), color-stop(.75, #4f81dd),to(#4f81dd));
	letter-spacing: 0.14em;
	font-weight: bold;
	text-decoration: none;
}

.sec_05 .btn::before {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_05_text_image03.png") no-repeat;
	width:  60px;
	height: 61px;
	top: -35px;
	left: -15px;
}

.sec_05 .btn_02::before {
	left: -10px;
	top: -35px;
}

.sec_05 .btn::after {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_05_text_image.png") no-repeat;
	width: 65px;
	height: 65px;
	top: 24px;
	right: 0;
}

.sec_05 .content_01 {
	margin: 0 auto;
}

.sec_05 .content_01_inner {
	background: #cad3f3;
	padding-bottom: 25px;
}

.sec_05 .content_02 {
	margin: 0 auto;
}

.sec_05 .content_02_inner {
	padding-bottom: 25px;
	background: #cad3f3;
}

.sec_05 .sec_05_image {
	display: none;
}


.sec_05 .sec_05_image01 {
	margin-bottom: 10px;
	width: 572px;
	float: right;
}

.sec_05 .sec_05_image01 img {
	width: 100%;
}

.sec_05 .sec_05_image02 {
	margin: 0 auto;
	width: 155px;
	top: -16px;
	z-index: 1;
  position: relative;
}

.sec_05 .sec_05_image02 img {
	width: 100%;
}

.sec_05_image {
	display: none;
}

.sec_05_image .text {
	margin-top: 25px;
	display: inline-block;
	position: absolute;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	letter-spacing: 0.2em;
	top: 0;
	left:140px;
	font-weight: bold;
}

.sp_sec_05_text_image01 {
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	width: 270px;
}

.sp_sec_05_text_image01 img {
	width: 100%;
}

.sp_sec_05_text_image01 .text_01 {
	position: absolute;
	top: 20px;
	left: 0;
	right:0;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: center;
}

.sp_sec_05_text_image02 {
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	width: 270px;
}

.sp_sec_05_text_image02 img {
	width: 100%;
}

.sp_sec_05_text_image02 .text_01 {
	position: absolute;
	top: 20px;
	left: 63px;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	text-align: center;
}

/****************************
sec_06
*****************************/

.sec_06 {
	margin-top: 20px;
}

.sec_06 a {
	color: white;
	text-decoration: none;
}

.sec_06 a:hover {
	opacity: .8;
}



.sec_06 .title_box {
	margin: 0 auto;
	position: relative;
	background: url("../images/sp_sec_06_image01.png") no-repeat;
	background-size: cover;
	height: 270px;
	box-sizing: border-box;
	/* text-shadow: 0px 0px 10px #cde7f3; */

}


.sec_06 .title_box .subtitle_text {
	padding: 30px 0 0 15px;
	font-size: 15px;
	color: #ff9900;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.sec_06 .title_box_btn {
	position: absolute;
	top: 85%;
  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%);
  height: 45px;
  width: 290px;
  border-radius: 10px;
  background: url("../images/sp_btn_03.png") ;
}

.sec_06 .title_box_btn .text_01 {
	margin: 14px 0 0 16px;
	float: left;
	font-size: 13px;
	color: #000;
	/* font-weight: bold; */
	text-decoration: none;
}

.sec_06 .title_box_btn .text_02 {
	position: relative;
	margin: 12px 0 0 12px;
	float: left;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.46;
	color: #000;
}

.sec_06 .title_box_btn .text_01::before {
content: "";
position: absolute;
right: 20px;
top: 9px;
width: 28px;
height: 28px;
background: url("../images/sec_06_btn_03.png") no-repeat;
}

.sec_06 .title_box .title_text {
	margin-top: 15px;
	margin-left: 15px;
	font-size: 21px;
	line-height: 1.42;
	letter-spacing: 0.2em;
	color: #000;
	font-weight: bold;
	text-shadow: 0px 0px 15px #99bad4, 0px 0px 10px #99bad4, 0px 0px 10px #99bad4, 0px 0px 10px #99bad4;
}

.sec_06 .content_01 {
	background: #d6e4fa;
	padding-bottom: 40px;
}

.sec_06 .content_01 .content_01_inner {
	margin: 0 auto;
	padding-top: 40px;
}

.sec_06 .content_01 .sec_06_image {
	margin: 0 auto;
	width: 240px;
	height: auto;
}

.sec_06 .content_01 .sec_06_image img {
	width: 100%;
}

.sec_06 .content_01 .content_01_inner .box {
	margin-top: 30px;
	margin-right: 15px;
	display: inline-block;
}

.sec_06 .content_01 .content_01_inner .box .box_02,
.sec_06 .content_01 .content_01_inner .box .box_03,
.sec_06 .content_01 .content_01_inner .box .box_04 {
	margin-top: 20px;
}

.sec_06 .content_01 .content_01_inner .box .box_01,
.sec_06 .content_01 .content_01_inner .box .box_02,
.sec_06 .content_01 .content_01_inner .box .box_03,
.sec_06 .content_01 .content_01_inner .box .box_04 {
	padding-left: 90px;
}

.sec_06 .content_01 .content_01_inner .box .box_01 {
	position: relative;
}

.sec_06 .content_01 .content_01_inner .box .box_01::before {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_06_number01.png") no-repeat;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
}

.sec_06 .content_01 .content_01_inner .box .box_02 {
	position: relative;
}

.sec_06 .content_01 .content_01_inner .box .box_02::before {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_06_number02.png") no-repeat;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
}

.sec_06 .content_01 .content_01_inner .box .box_03 {
	position: relative;
}

.sec_06 .content_01 .content_01_inner .box .box_03::before {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_06_number03.png") no-repeat;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
}

.sec_06 .content_01 .content_01_inner .box .box_04 {
	position: relative;
}

.sec_06 .content_01 .content_01_inner .box .box_04::before {
	content: "";
	position: absolute;
	background: url("../images/sp_sec_06_number04.png") no-repeat;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
}

.sec_06 .content_01 .content_01_inner .box .text_01 {
	font-size: 12px;
	line-height: 1.87;
	letter-spacing: 0.14em;
	font-weight: bold;
}

.sec_06 .content_01 .content_01_inner .box .text_02 {
	font-size: 12px;
	line-height: 2;
	/* letter-spacing: 0.14em; */
}

.sec_06 .btn {
	position: relative;
}

.sec_06 .btn_text {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 20px;
	height: auto;
}
.sec_06 .btn_text img {
	width: 100%;
}

.sec_06 .btn a {
	margin: 30px auto 0;
	padding: 12px 45px;
	position: relative;
	display: block;
	background: url("../images/sp_btn_04.png");
	/* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #891f1f), color-stop(.25, #953636),color-stop(.5, #953636), color-stop(.5, #891f1f),color-stop(.75, #891f1f), color-stop(.75, #953636),to(#953636)); */
	/* -webkit-background-size: 14px 14px; */
	border-radius: 10px;
	box-sizing: border-box;
	text-align: left;
	width: 290px;
	height: 60px;
	font-size: 12px;
	/* box-shadow: 0 26px 0 -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #3b73d9), color-stop(.25, #4f81dd),color-stop(.5, #4f81dd), color-stop(.5, #3b73d9),color-stop(.75, #3b73d9), color-stop(.75, #4f81dd),to(#4f81dd)); */
	letter-spacing: 0.16em;
	line-height: 1.5;
	font-weight: 400;
	text-decoration: none;
	color: #fff;
}

.sec_06 .btn a::before {
	content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 18px;
	background: url("../images/sp_sec_06_btn_02.png") no-repeat;
}

.sec_06 .btn a::after {
	content: "";
	position: absolute;
	left: 15px;
	top: 0px;
	width: 20px;
	height: 55px;
	background: url("../images/sp_sec_06_image06.png") no-repeat;
}

.sec_06 .btn a:hover {
	opacity: .8;
}

.sec_06 .content_02 .sns_item {
	margin-top: 12px;
	text-align: center;
}

.sec_06 .content_02 .sns_item .twitter {
	margin-right: 13px;
	margin-left: 45px;
	color: #993333;
	width: 28px;
	display: inline-block;

}

.sec_06 .content_02 .sns_item .twitter img {
	width: 100%;
}

.sec_06 .content_02 .sns_item .facebook {
	margin-left : 11px;
	color: #993333;
	width: 12px;
	display: inline-block;
}

.sec_06 .content_02 .sns_item .facebook img {
	width: 100%;
}

.sec_06 .content_02 .totop {
	margin-right: 40px;
	float: right;
	color: #993333;
	width: 35px;
}

.sec_06 .content_02 .totop img {
	width: 100%;
}

.pc_br {
	display: none;
}

/****************************
fixedBnr
*****************************/

.fixedBnr {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: -100px;
	left: 0;
	color: #fff;
	z-index: 100;
	background-color: rgba(0,0,0,0.9);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fixedBnr.on {
	bottom: 0;
}

.fixedBnr.cls {
	bottom: -100px !important;
}

.fixedBnr a {
	color: #fff;
	text-align: center;
	display: block;
	text-decoration: none;
}

.fixedBnr .text_area {
	/* margin: 10px auto 0; */
	/* text-align: center; */
}

.fixedBnr .text_area .text_01 {
	font-size: 13px;
	letter-spacing: 0.2em;
}

.fixedBnr .text_area .text_02 {
	text-align: left;
  margin-top: 10px;
	margin-left: 10px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.fixedBnr .text_area .text_spot {
	display: inline-block;
}

.fixedBnr .text_area .text_03 {
	margin-left: -6px;
	padding: 7px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	background: #333;
	border-left:solid 1px #858585;
	border-right:solid 1px #858585;
}

.btnFixedBnrCls {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 25px;
	float: right;
	width: 20px;
}

.btnFixedBnrCls .close {
	margin-left: 6px;
	display: inline-block;
	text-align: center;
	font-size: 30px;
}

.btnFixedBnrCls .caption {
	/* margin-top: 8px; */
	display: inline-block;
	text-align: center;
	font-size: 7px;
	letter-spacing: 0.2em;
}

#pagetop {
	margin-right: 15px;
	width: 35px;
	height: auto;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
	float: right;
}

#pagetop:hover{
opacity: .8;
}

#pagetop img {
	width: 100%;
	height: auto;
}

/****************************
fullpage
*****************************/

#scroll {
	width: 500px;
	height: 200px;
	margin:0 auto;
	overflow: scroll;
}

#contents {
	z-index: 100;
	width: 100%;
	text-align: center;
}


@media ( max-width: 768px ) {

	.content_backimage_inner {
		height: 180px;
	}

	.sec_01_image02 {
		height: 260px;
	}

	.sec_01_image02 img {
		height: 100%;
	}

	.sec_01 .content_text_04 .content_backimage_06 {
		position: absolute;
		top: -50px;
		width: 30%;
}

.sec_01 .content_text_03 .content_backimage_05 {
	position: absolute;
	top: 10px;
	width: 30%;
}
}

@media ( max-width: 500px ) {

	.content_backimage_inner {
		height: 180px;
	}

	.sec_01_image02 {
		height: 250px;
	}

	.sec_01_image02 img {
		height: 100%;
	}

	.sec_01 .content_text_04 .content_backimage_06 {
    position: absolute;
    top: -50px;
    width: 30%;
}

.sec_01 .content_text_03 .content_backimage_05 {
	position: absolute;
	top: 10px;
	width: 30%;
}

@media ( max-width: 350px ) {

	.content_backimage_inner {
		height: 100%;
	}

	.sec_01_image02 {
		height: 340px;
	}
}
