﻿@charset "UTF-8";





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

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

body {
	font-family: Noto Sans CJK JP;
	min-width: 1100px;
}





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

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

header {
}

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

.header_logo {
	margin: 0 auto;
	padding-top: 14px;
	width: 271px;
	height: auto;
}

.header_logo img {
	width: 271px;
	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: 40px;
	bottom: 27px;
	z-index: 102;
	width: 40px;
	height: 18px;
}

.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(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

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

.gNav {
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	display: none;
	z-index: 6;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 14px;
	-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 .listItem_01 {
	padding: 10px 0;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	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 .r_item_01 {
	position: relative;
}

.gNav .r_item_01 span {
	position: relative;
}

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

/* .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::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 span {
	position: relative;
}

.gNav .r_item span::before {
	content: "";
	margin-top: 24px;
	position: absolute;
	top: -17px;
	right: -15px;
	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 span {
	position: relative;
}

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

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

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

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

.gNav .listItem .box_02 {

}

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

.gNav .listItem .text_image_01 {
	display: inline-block;
	width: 210px;
	float: left;
}

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

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

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

.gNav .listItem .text_image_03 {
	margin-left: 41px;
	display: inline-block;
	width: 126px;
	float: left;
}

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

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

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


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

.right_side {
	float: right;
}

.left_side {
	float: left;
}

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

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

.footer_navi .content {
	margin-top: 20px;
	padding: 20px 40px
}

.footer_navi .content .text {
	font-size: 13px;
	line-height: 3.07;
	letter-spacing: 0.1em;
	font-weight: 400;
}

.footer_navi .content .text_02 {
	font-size: 15px;
	line-height: 2.66;
	letter-spacing: 0.2em;
}

.footer_navi .content .copyright {
	margin-top: 55px;
	text-align: right;
	font-size: 11px;
	line-height: 3.63;
	letter-spacing: 0.1em;
}




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

/****************************
  sec_01
*****************************/
.sec_01 {
	padding-bottom:60px;
	background: #fffaec;
}
.sec_01 .kv {
	/* margin: 70px auto 0; */
	margin: 0px auto 0;
	background: url("../images/sec_01_image03.png") no-repeat center center;
	background-size: cover;
	position: relative;
	height: 100vh;
	width: 100%;
}

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

.sec_01 .kv_text {
	position: absolute;
	top: 15%;
	left: 170px;
	width: 49%;
	height: auto;
}

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

.sec_01 .kv_scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 51px;
	height: auto;
}

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

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

.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: 10%;
	right: 10%;
  height: 80px;
	width: 430px;
	border-radius: 10px;
	background: url("../images/btn_01.png") repeat;
	/* background-color: #c9c9c9;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d4d4d4), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d4d4d4),color-stop(.75, #d4d4d4), color-stop(.75, transparent),to(transparent));
  background-size: 13px 13px;
  -webkit-background-size: 13px 13px; */
}

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

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

.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: -26px 22px 0;
	padding-top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	letter-spacing: 0.08em;
	line-height: 2.0;
}

.sec_01 .content_text_01 .sc-box {
	opacity: 0;
}

.sec_01 .content_text_01 .sc-box .on {
	opacity: 1;
}

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

.sec_01 .content_text_02 {
	margin-top: 57px;
	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: 25px;
	line-height: 1.83;
	letter-spacing: 0.2em;
	font-weight: 400;
}

.sec_01 .content_text_02 .text {
	padding: 40px 0;
	font-weight: 500;
}

.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;
	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: 30px;
	padding-top: 100px;
	position: relative;
	min-width: 1100px;
}

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

.sec_01 .content_text_03 .text {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
  font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.16em;
	font-weight: 500;
}

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

.content_text_03_01_inner {
	margin: auto;
	position: absolute;
	text-align: center;
	width: 1100px;
	top: 9%;
	left: 0;
	right: 0;
}

.sec_01 .content_text_03 .content_text_03_01 .text_01 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.sec_01 .content_text_03 .content_text_03_01 .text_02 {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 1.94;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.sec_01 .content_text_03 .content_text_03_01 .text_03 {
	margin-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  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: 36px;
	width: 20%;
}

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

.sec_01 .content_text_03 .content_backimage_07 {
	position: absolute;
	top: 145px;
	z-index: 5;
	left: 50%;
	width: 22px;
}

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

.sec_01 .content_text_04 {
	margin-top: 70px;
	position: relative;
	text-align: center;
	font-weight: 500;
}

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

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

.content_text_03 .content_backimage_inner {
	position: relative;
	/* margin: 0 auto -210px;
	width: 1100px; */
	/* height: 200px; */
}

.sec_01_image02 {
	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: 43px;
	color: #4d67d9;
	line-height: 1.86;
	letter-spacing: 0.2em;
	font-weight: 400px;
}

.sec_01 .content_text_04 .block {
	margin-top: 73px;
	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: 25px;
	background: #993333;
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

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

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

.sec_01 .content_text_04 .block .text_02 {
	padding: 25px 35px;
	font-size: 21px;
	color: black;
	line-height: 2;
}

.sec_01 .content_text_04 .block_02 {
	margin-top: 73px;
	display: inline-block;
	position: relative;
	float: right;
	width: 450px;
	background: #fff;
	border-radius: 20px;
	font-weight: 400;
}

.sec_01 .content_text_04 .block_02 .content_backimage_04 {
	position: absolute;
	top: -90px;
	right: -60px;
	width: 131px;
	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: 25px;
	background: #993333;
	border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	font-size: 30px;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
}

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

.sec_01 .content_text_04 .block_02 .text_02 {
	padding: 25px 35px;
	font-size: 21px;
	color: black;
	line-height: 2;
}

.sec_01 .content_text_04 .comment {
	margin: 20px auto 0;
	padding: 20px 35px;
	position: relative;
	width: 960px;
	background: #ebd1c2;
	box-sizing: border-box;
	font-size: 21px;
	color: #993333;
	letter-spacing: 0.14em;
	font-weight: bold;
}

.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 .btn_01  {
	margin: 50px auto -80px;
	padding: 30px 57px;
	position: relative;
	display: block;
	width: 1100px;
	height: 80px;
	background: url("../images/btn_02.png");
	/* 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: 25px;
	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;
}

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

.sec_01 .content_text_04 .btn .btn_01::before {
	content: "";
	position: absolute;
	width: 41px;
	height: 41px;
	right: 30px;
	top: 18px;
	background: url("../images/sec_06_btn_02.png") no-repeat;
}


/* .sec_01 .content_text_04 .btn a::before {
	content: "";
	position: absolute;
	width: 41px;
	height: 41px;
	right: 30px;
	top: 18px;
	background: #fff;
	opacity: .3;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.sec_01 .content_text_04 .btn a::after {
	content: "";
	position: absolute;
	right: 40px;
	top: 29px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */

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

.sec_02 {
	margin-top: 11px;
	padding-top: 100px;
}

.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: 25px;
	font-weight: bold;
	letter-spacing: 0.2;
	line-height: 1.6;
}

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

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

.sec_02 .sec_02_inner .headline {
	margin: 40px auto 0;
	padding: 50px 0;
	width: 959px;
	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: 45px;
	border-radius: 7px;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.sec_02 .sec_02_inner .text_01 {
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.sec_02 .sec_02_inner .text_block {
	margin: 40px auto 0;
	width: 1100px;
}

.sec_02 .sec_02_inner .text_02 {
	margin-left: 100px;
	display: inline-block;
	text-align: center;
	font-size: 35px;
	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: 50px;
}

.sec_02 .sec_02_inner .text_03 {
	margin-left: 90px;
	text-align: center;
	display: inline-block;
	width: 220px;
}

.sec_02 .sec_02_inner .text_03 .textColor {
	color: #993333;
	font-size: 50px;
	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 {
	text-align: center;
	display: inline-block;
	font-size: 23px;
	color: #4a65d5;
	line-height: 1.7;
	letter-spacing: 0.04em;
	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: 60px auto 0;
	width: 1100px;
	text-align: center;
	position: relative;
	font-size: 20px;
	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/text_image01.png") no-repeat;
	width: 39px;
	height: 66px;
	top: 0;
	right: 80px;
}

.sec_02 .sec_02_inner .text_04::before {
	content: "";
	position: absolute;
	background: url("../images/text_image02.png") no-repeat;
	width: 39px;
	height: 66px;
	top: 0;
	left: 80px;
}

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



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

.sec_03  {
	margin-top: 90px;
	padding: 120px 0;
	background: #fffaec;
}

.sec_03 .content_01 {
	font-weight: 500;
}

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

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

.sec_03 .box_groupe {
	margin: 0 auto;
	width: 960px;
}

.sec_03 .box_groupe .box_01 {
	width: 450px;
	float: left;
	display: inline-block;
}

.sec_03 .box_groupe .box_01 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.sec_03 .box_groupe .box_01 .title .small_text {
	font-size: 14px;
	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: 30px 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	height: 110px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em
}

.sec_03 .box_groupe .box_01 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	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: 10px;
	width: 264px;
	height: auto;
}

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

.sec_03 .box_groupe .box_02 {
	width: 450px;
	float: right;
	display: inline-block;
}

.sec_03 .box_groupe .box_02 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.sec_03 .box_groupe .box_02 .title .small_text {
	font-size: 1px;
	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: 30px 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	height: 110px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em
}

/* .sec_03 .box_groupe .box_02 .text .text_02 {
	padding-right: 17px;
	text-align: right;
	height: 30px;
  font-size: 13px;
  letter-spacing: 0.1em;
} */

.sec_03 .box_groupe .box_02 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	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 {
	margin-top: 10px;
	width: 181px;
	height: auto;
}

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

.sec_03 .box_groupe_02 {
	margin: 60px auto 0;
	width: 960px;
}

.sec_03 .box_groupe_02 .box_01 {
	width: 450px;
	float: left;
	display: inline-block;
}

.sec_03 .box_groupe_02 .box_01 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.sec_03 .box_groupe_02 .box_01 .title .small_text {
	font-size: 14px;
	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: 30px 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	height: 110px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em
}

.sec_03 .box_groupe_02 .box_01 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	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: 10px;
	width: 162px;
	height: auto;
}

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

.sec_03 .box_groupe_02 .box_02 {
	float: right;
	display: inline-block;
}

.sec_03 .box_groupe_02 .box_02 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
	width: 450px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.sec_03 .box_groupe_02 .box_02 .title .small_text {
	font-size: 14px;
	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: 30px 30px;
	box-sizing: border-box;
	height: 110px;
	background: rgba(255,255,255,0.1);
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.sec_03 .box_groupe_02 .box_02 .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	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: 10px;
	width: 202px;
	height: auto;
}

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

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

.sec_03 .content_02 {
	margin: 100px auto 0;
	width: 1100px;
	font-weight: 500;
}

.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: 100px;
	margin-top: -100px;
}

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

.sec_03 .content_02 .block_01 .title_box {
	padding-left: 30px;
	position: relative;
	border-left: 1px solid #66645e;
}

.sec_03 .content_02 .block_01 .title_box:after {
	content: "";
	position: absolute;
	border-top: 1px solid #66645e;
	top: 50%;
	right: 100%;
	width: 50em;
}

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

.sec_03 .content_02 .block_01 .block .btn_01 {
	padding: 5px 0 0 165px;
	box-sizing: border-box;
	/* padding: 5px 75px 5px 177px; */
	position: relative;
	display: inline-block;
	float: right;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	border-radius: 5px;
	background: #6d4584;
	color: #fff;
	cursor: pointer;
}

.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: 9px;
	right: 19px;
	width: 30px;
	height:27px;
}

.sec_03 .content_02 .block_01 .block .btn_01::before {
	content: "";
	position: absolute;
	background: url("../images/sec_03_text01.png") no-repeat;
	top: 15px;
	left: 40px;
	width: 116px;
	height: 14px;
}

.sec_03 .content_02 .block_01 .block .btn_02 {
	margin-top: 15px;
	/* padding: 6px 118px; */
	padding: 5px 0 0 108px;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	position: relative;
	display: inline-block;
	float: right;
	border-radius: 5px;
	background: #6d4584;
	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: 30px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
}

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

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

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

.sec_03 .content_02 .block_02 .title {
	padding-top: 100px;
	margin-top: -100px;
}

.sec_03 .content_02 .block_02 .title_box {
	padding-left: 30px;
	position: relative;
	border-left: 1px solid #66645e;
}

.sec_03 .content_02 .block_02 .title_box:after {
	content: "";
	position: absolute;
	border-top: 1px solid #66645e;
	top: 50%;
	right: 100%;
	width: 50em;
}

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

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

.sec_03 .content_02 .block_02 .block .btn_01 {
	padding: 5px 0 0 165px;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	display: inline-block;
	position: relative;
	float: right;
	border-radius: 5px;
	background: #bf524f;
	color: #fff;
	text-decoration: none;
}

.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/sec_03_text02.png") no-repeat;
	top: 10px;
	left: 60px;
	width: 190px;
	height: 37px;
}

.sec_03 .content_02 .block_02 .block .btn_02 {
	margin-top: 15px;
	/* padding: 6px 118px; */
	padding: 5px 0 0 108px;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	position: relative;
	display: inline-block;
	float: right;
	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: 30px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
}

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

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

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

.sec_03 .content_02 .block_03 .title {
	padding-top: 100px;
	margin-top: -100px;
}

.sec_03 .content_02 .block_03 .title_box {
	padding-left: 30px;
	position: relative;
	border-left: 1px solid #66645e;
}

.sec_03 .content_02 .block_03 .title_box:after {
	content: "";
	position: absolute;
	border-top: 1px solid #66645e;
	top: 50%;
	right: 100%;
	width: 50em;
}

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

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

.sec_03 .content_02 .block_03 .block .btn_01 {
	/* padding: 5px 75px 5px 177px; */
	padding: 5px 0 0 165px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	float: right;
	width: 300px;
	height: 45px;
	border-radius: 5px;
	background: #568a3d;
	color: #fff;
	text-decoration: none;
}

.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/sec_03_text03.png") no-repeat;
	top: 15px;
	left: 70px;
	width: 85px;
	height: 16px;
}

.sec_03 .content_02 .block_03 .block .btn_02 {
	margin-top: 15px;
	/* padding: 6px 118px; */
	padding: 5px 0 0 108px;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	position: relative;
	display: inline-block;
	float: right;
	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: 30px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
}

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

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

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

.sec_03 .content_02 .block_04 .title {
	padding-top: 100px;
	margin-top: -100px;
}

.sec_03 .content_02 .block_04 .title_box {
	padding-left: 30px;
	position: relative;
	border-left: 1px solid #66645e;
}

.sec_03 .content_02 .block_04 .title_box:after {
	content: "";
	position: absolute;
	border-top: 1px solid #66645e;
	top: 50%;
	right: 100%;
	width: 50em;
}

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

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

.sec_03 .content_02 .block_04 .block .btn_01 {
	/* padding: 5px 75px 5px 177px; */
	padding: 5px 0 0 165px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	float: right;
	width: 300px;
	height: 45px;
	border-radius: 5px;
	background: #e1b13c;
	color: #fff;
	text-decoration: none;
}

.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/sec_03_text04.png") no-repeat;
	top: 15px;
	left: 45px;
	width: 110px;
	height: 19px;
}

.sec_03 .content_02 .block_04 .block .btn_02 {
	margin-top: 15px;
	/* padding: 6px 118px; */
	padding: 5px 0 0 108px;
	box-sizing: border-box;
	width: 300px;
	height: 45px;
	position: relative;
	display: inline-block;
	float: right;
	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: 30px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.04em;
}

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

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


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

.sec_04 .title_text {
	text-align: center;
	color: #4d67d9;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.25;
}

.sec_04 .box_area {
	margin: 50px auto 0;
	width: 960px;
}

.sec_04 .box_area .box_01 {
	float: left;
	width: 450px;
	display: inline-block;
}

.sec_04 .box_area .box_01 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
  box-sizing: border-box;
	font-size: 16px;
	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: 31px 29px 31px 50px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	height: 125px;
	font-size: 16px;
	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: 30px;
	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: 10px;
	width: 120px;
	height: auto;
}

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

.sec_04 .box_area .box_02 {
	float: right;
	width: 450px;
	display: inline-block;
}

.sec_04 .box_area .box_02 .title {
	padding: 20px 30px;
	background: #fff;
	height: 95px;
	box-sizing: border-box;
	font-size: 16px;
	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: 31px 29px 31px 50px;
  box-sizing: border-box;
	background: rgba(255,255,255,0.2);
	height: 125px;
	font-size: 16px;
	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 17px 5px 0;
	display: block;
	color: #fff;
	background: rgba(0,0,0,0.05);
	text-align: right;
	font-size: 13px;
	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: 30px;
	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: 10px;
	width: 193px;
	height: auto;
}

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

/****************************
  sec_05
*****************************/
.sec_05 {
	padding: 70px 0;
}

.sec_05 .title_text {
	padding-top: 100px;
  margin-top: -100px;
	text-align: center;
	color: #4d67d9;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 500;
}

.sec_05 .subtitle_text {
	margin: 60px 30px;
	position: relative;
	text-align: center;
	font-size: 25px;
	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 {
	display: inline-block;
}

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

.sec_05 .table {
	text-align: center;
}

.sec_05 .table th,
.sec_05 .table td {
	width: 170px;
	height: 40px;

}

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

.sec_05 .table .table_color_02 {
	background: #b5c1ee;
}

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


.sec_05 .btn {
	margin-top: -15px;
}

.sec_05 .btn {
	padding: 30px 57px;
	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: 21px;
	color: black;
	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/sec_05_text_image03.png") no-repeat;
	width: 106px;
	height: 82px;
	top: -3px;
	left: 100px;
}

.sec_05 .btn_02::before {
	left: 140px;
}

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

.sec_05 .content_01 {
	margin: 0 auto;
	width: 1100px;
}

.sec_05 .content_02 {
	margin: 115px auto 0;
	width: 1100px;
}

.sec_05 .content_01_inner {
	display: inline-block;
}

.sec_05 .content_02_inner {
	display: inline-block;
}

.sec_05 .sec_05_image {
	position: relative;
	display: inline-block;
}


.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: 15px auto 0;
	width: 155px;
	z-index: 1;
  position: relative;
}

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

.sec_05_image {
	position: relative;
}

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

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

.sec_06 {
	margin-top: 120px;
}

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

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



.sec_06 .title_box {
	position: relative;
	padding: 50px 0 70px 0;
	background: url("../images/sec_06_image01.png") no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.sec_06 .title_box_inner {
	margin: 0 auto;
	width: 1100px;
}


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

.sec_06 .title_box_btn {
	position: absolute;
  bottom: 10%;
  right: 10%;
  height: 60px;
  width: 290px;
  border-radius: 10px;
  background: url("../images/btn_03.png") ;
}

.sec_06 .title_box_btn .text_01 {
	background: rgba(255,255,255,0.2);
	margin:20px 0 0 27px;
	float: left;
	font-size: 19px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.sec_06 .title_box_btn .text_01_inner {
}

.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: 15px;
width: 28px;
height: 28px;
background: url("../images/kv_btn_line.png") no-repeat;
}

.sec_06 .title_box .title_text {
	margin-top: 35px;
	font-size: 35px;
	line-height: 1.57;
	letter-spacing: 0.2em;
	font-weight:bold;
}

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

.sec_06 .content_01 .content_01_inner {
	margin: 0 auto;
	padding-top: 100px;
	width: 1100px;
}

.sec_06 .content_01 .sec_06_image {
	margin-left: -35px;
	display: inline-block;
	width: 323px;
	height: auto;
}

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

.sec_06 .content_01 .content_01_inner .box {
	display: inline-block;
	float: right;
}

.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: 50px;
}

.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: 115px;
}

.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/sec_06_number01.png") no-repeat;
	top: -5px;
	left: -8px;
	width: 117px;
	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/sec_06_number02.png") no-repeat;
	top: -5px;
	left: -8px;
	width: 117px;
	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/sec_06_number03.png") no-repeat;
	top: -5px;
	left: -8px;
	width: 117px;
	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/sec_06_number04.png") no-repeat;
	top: -5px;
	left: -8px;
	width: 117px;
	height: 80px;
}

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

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

.sec_06 .btn {
	position: relative;
}

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

.sec_06 .btn  a {
	margin-top: 50px;
	padding: 15px 57px;
	width: 760px;
	height: 60px;
	display: block;
	background:url("../images/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: center;
	font-size: 20px;
	/* 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: 30px;
  height: 30px;
  right: 17px;
  /* top: 18px; */
	background: url("../images/sec_06_btn_02_01.png") no-repeat;
}

/* .sec_06 .btn a::before {
	content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  right: 17px;
  top: 20px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: .4;
	font-weight: 500;
}

.sec_06 .btn a::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */

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

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

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

}

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

.sec_06 .content_02 .sns_item .facebook {
	margin-left : 13px;
	color: #993333;
	width: 14px;
	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%;
}

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

.fixedBnr {
	min-width: 1100px;
	width: 100%;
	height: 90px;
	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: 30px auto 0;
	width: 1100px;
	text-align: center;
}

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

.fixedBnr .text_area .text_02 {
	margin-top: 10px;
	font-size: 20px;
	letter-spacing: 0.1em;
}

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

.fixedBnr .text_area .text_03 {
	padding: 10px 30px;
	border: 1px solid white;
	display: inline-block;
	text-align: right;
	font-size: 22px;
	letter-spacing: 0.2em;
}

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

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

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

.sp_br {
	display: none;
}

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

#pagetop:hover{
	opacity: .8;
}

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

/****************************
movie
*****************************/
