/*------------------------------------
			Body・Html
------------------------------------*/
body, html {
    font-family: "游ゴシック体",YuGothic, 'Yu Gothic', sans-serif;
    font-weight: 500;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity .8s ease;
			transition: opacity .8s ease;
}
html{
}
body {
	background-color: #ffffff;
	letter-spacing: 0.06em;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	overflow-y: auto;
	overflow-x: hidden;
	color: #666666;
	position: relative;
	-webkit-font-feature-settings: 'palt' 1;
			font-feature-settings: 'palt' 1;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
body {
	letter-spacing:-0.01em;
	font-family: sans-serif;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	letter-spacing:0.0028em!important;
    }
}
div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	display: block;
	outline: none; 
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s; 
}
a:-webkit-any-link {
	color: -webkit-link;
	text-decoration: none;
	cursor: pointer;
	display: inline;
	border-style:none;
}
a img {
	border-style:none;
	outline: none; 
}
a:focus{
	border-style:none;
	outline: none;
}
a img:active{
	border-style:none;
	outline:none;}
a:active{
	border-style:none;
	outline:none;}
img {
    border-style:none;
}
img {
    max-width: 100%;
    height: auto;
}
a:hover{
    opacity: 0.7;
	}
.Section.Content002 a:hover{
    opacity: 1;
	}
ul, ul li{
	list-style-type:none;
	}
::selection {
    background-color: #666666;
    color: #fff;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin:0;
	font-size:14px;
}
br{
	line-height:1;
}
input[type="text"], input[type="password"], textarea, select, input[type="url"], input[type="date"], input[type=submit], input[type=file], input[type=checkbox] {
    outline: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
textarea {
    overflow: hidden;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    color: #ffffff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p,div,a,span{
    font-weight: 500;
}


/*------------------------------------
			Header&Nav
------------------------------------*/

/*---↓↓↓削除してください↓↓↓---*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#hidden-header{background-color:#fff}
#header ul{list-style:none}
#header .navbar-toggle{height:100%;width:60px;background:none;position:absolute;top:0;right:0;padding:0;margin:0;border:none;border-radius:0}
.header-1 .navbar-toggle i{position:relative;top:2px;font-size:16px;color:#fff!important}
.header-bg .navbar-toggle i{position:relative;top:2px;font-size:16px;color:#2d374b!important}
#header.light-header .navbar-toggle{background:none}
#header.light-header .navbar-toggle i{color:#2d374b}
.header-1,.header-2{height:62px;line-height:58px;z-index:99}
#logo img{max-height:32px}
.header-bg #logo img{max-height:32px}
.header-bg #logo .light-logo{display:none}
.light-header #logo .dark-logo{display:none}
.header-bg #logo .dark-logo{display:block}
.header-1 #logo,.header-2 #logo{float:left}
.header-1 #logo a,.header-2 #logo a{display:block}
.header-bg .nav-menu ul > li > a{color:#222!important}
.header-1 .nav-menu ul > li:hover > a.lang:before,.header-1 .nav-menu ul > li.active > a.lang:before{border-bottom-color:transparent!important}
.header-1 .nav-menu,.header-2 .nav-menu{line-height:62px;float:right}
.header-1 .nav-menu li,.header-2 .nav-menu li{line-height:normal;padding:0}
.header-1 .nav-menu > ul > li,.header-2 .nav-menu > ul > li{display:inline-block;position:relative}
.header-1 .nav-menu .drop a::before,.header-2 .nav-menu .drop a::before{display:none}
.header-1 .nav-menu .drop a::before,.header-2 .nav-menu .drop.active a::before{display:block}
.header-1 .nav-menu .drop .dropdown,.header-2 .nav-menu .drop .dropdown{visibility:hidden;position:absolute;top:53px;right:0;opacity:0;filter:Alpha(Opacity=0);width:130px;margin-top:-1px;border-top:1px solid;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}
.header-1 .nav-menu .drop:hover .dropdown,.header-2 .nav-menu .drop:hover .dropdown{visibility:visible;opacity:1;filter:Alpha(Opacity=1)}
.header-1 .nav-menu .drop .dropdown li a,.header-2 .nav-menu .drop .dropdown li a{color:rgba(255,255,255,.8)!important;padding:10px 14px;background-color:#2d374b;border-bottom:1px solid rgba(255,255,255,0.03)}
.header-1 .nav-menu .drop .dropdown li a img{float:left;margin:3px 7px 0 0;display:block}
.header-1 .nav-menu .drop .dropdown li:hover a,.header-2 .nav-menu .drop .dropdown li:hover a{background-color:#161616;padding-left:20px}
.header-1{position:absolute;top:25px;width:100%;background-color:transparent}
.header-1.header-bg{position:fixed;top:0;-webkit-animation-duration:.4s;-moz-animation-duration:.4s;-o-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:headerFadeIn;-moz-animation-name:headerFadeIn;-o-animation-name:headerFadeIn;animation-name:headerFadeIn}
.header-bg .nav-menu ul > li > a.login{background:none;color:#414243!important;border:1px solid rgba(0,0,0,.1)!important}
.header-bg .nav-menu ul > li > a.login:before{display:none}
.header-1.light-header .nav-menu ul > li > a.login{margin:0 0 0 10px;padding:5px 20px;background:none;color:#fff;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);border-radius:25px;letter-spacing:0;width:auto}
.header-1.light-header .nav-menu ul > li > a.login:before{display:none}
.header-1.light-header .nav-menu ul > li > a.login i{margin-right:3px}
.header-1.light-header .nav-menu ul > li > a.login:hover,.header-1.light-header .nav-menu ul > li > a.login:focus{color:#fff!important;background:#00a2e9;border:1px solid #00a2e9}
.header-bg .nav-menu ul > li > a.login:hover,.header-bg .nav-menu ul > li > a.login:focus{color:#414243!important;background:#00a2e9;border:1px solid #00a2e9;color:#fff!important}
.header-bg .nav-menu ul > li > a.login-on{background:#00a2e9!important;border-color:#00a2e9!important;color:#fff!important}
.header-1.light-header .nav-menu ul > li > a.login-on{background:#00a2e9!important;border-color:#00a2e9!important;color:#fff!important}
@-webkit-keyframes headerFadeIn {
0%{top:-60px;opacity:0;-webkit-animation-timing-function:ease-out}
100%{top:0;opacity:1;-webkit-animation-timing-function:ease-in}
}
@-moz-keyframes headerFadeIn {
0%{top:-60px;opacity:0;-moz-animation-timing-function:ease-out}
100%{top:0;opacity:1;-moz-animation-timing-function:ease-in}
}
@-o-keyframes headerFadeIn {
0%{top:-60px;opacity:0;-o-animation-timing-function:ease-out}
100%{top:0;opacity:1;-o-animation-timing-function:ease-in}
}
@keyframes headerFadeIn {
0%{top:-60px;opacity:0;animation-timing-function:ease-out}
100%{top:0;opacity:1;animation-timing-function:ease-in}
}
.header-1.header-bg.dark-header{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1)}
.header-1.header-bg.light-header{background-color:#fff;box-shadow:0 1px 1px rgba(0,0,0,0.1)}
.header-1 .nav-menu ul > li > a{outline:0;text-transform:uppercase;position:relative;display:block;font-size:13px;font-weight:600;padding:15px;letter-spacing:0;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;font-family:'Open Sans',sans-serif}
.header-1 .nav-menu > ul > li > a::before{position:absolute;top:100%;left:50%;width:0;margin-top:-10px;border-bottom:1px solid transparent;content:'';transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}
.header-1 .nav-menu ul > li:hover > a::before,.header-1 .nav-menu ul > li.active > a::before{width:20px;margin-left:-10px}
.header-1.light-header .nav-menu ul > li > a{color:#fff}
.header-1.light-header .nav-menu ul > li.active > a::before{border-bottom-color:#fff}
.header-bg .nav-menu ul > li.active > a::before{border-bottom-color:#00a2e9!important}
.header-bg .nav-menu ul > li.active > a{color:#00a2e9!important}
.header-1.dark-header .nav-menu ul > li > a{color:#00a2e9}
.header-1.dark-header .nav-menu ul > li.active > a::before{border-bottom-color:#00a2e9}
.section-home.dark-section{background-color:#2d374b}
.section-home .scroll-down-icon{position:absolute;bottom:32px;left:50%;font-size:32px;margin-left:-13px;z-index:37;-webkit-animation:scroll-down-icon 1.4s linear infinite;-moz-animation:scroll-down-icon 1.4s linear infinite;-ms-animation:scroll-down-icon 1.4s linear infinite;-o-animation:scroll-down-icon 1.4s linear infinite;animation:scroll-down-icon 1.4s linear infinite}
.scroll-down-icon{position:absolute;bottom:32px;left:50%;font-size:32px;margin-left:-13px;z-index:37;-webkit-animation:scroll-down-icon 1.4s linear infinite;-moz-animation:scroll-down-icon 1.4s linear infinite;-ms-animation:scroll-down-icon 1.4s linear infinite;-o-animation:scroll-down-icon 1.4s linear infinite;animation:scroll-down-icon 1.4s linear infinite}
.header-1, .header-2 {
    height: 62px;
    line-height: 58px;
    z-index: 99;
}
@-webkit-keyframes scroll-down-icon {
0%{-webkit-transform:scale(1);opacity:1}
50%{-webkit-transform:scale(0.8);opacity:.4}
100%{-webkit-transform:scale(1);opacity:1}
}
@-moz-keyframes scroll-down-icon {
0%{-moz-transform:scale(1);opacity:1}
50%{-moz-transform:scale(0.8);opacity:.4}
100%{-moz-transform:scale(1);opacity:1}
}
@-o-keyframes scroll-down-icon {
0%{-o-transform:scale(1);opacity:1}
50%{-o-transform:scale(0.8);opacity:.4}
100%{-o-transform:scale(1);opacity:1}
}
@keyframes scroll-down-icon {
0%{transform:scale(1);opacity:1}
50%{transform:scale(0.8);opacity:.4}
100%{transform:scale(1);opacity:1}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-items: center;
    align-items: center;
}
.header-1 .nav-menu, .header-2 .nav-menu {
    line-height: 62px;
    float: none;
    margin-left: auto;
}
.header-1 #logo, .header-2 #logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bg #logo .dark-logo {
    display: block;
    height: 40px;
}
#header.light-header .navbar-toggle {
    background: none;
}
.navbar-toggle {
    display: none;
}
@media (min-width: 768px){
.nav-menu{
	display:block!important;
}
}
@media (min-width: 768px){
.container {
    width: 750px;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
@media (max-width: 768px){
.nav-menu{
	display:none;
}
.header-1.light-header .nav-menu,
.header-2.light-header .nav-menu {
background-color: #111;
}
.navbar-toggle {
    display:  block;
}
.header-1 #logo{
	margin-top:10px;
}
.header-1 .nav-menu, .header-2 .nav-menu {
    line-height: normal;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    z-index: 98;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12);
}
#header.light-header .navbar-toggle {
    background: none;
}
#header .navbar-toggle {
    height: 100%;
    width: 60px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}
.header-bg .navbar-toggle i {
    position: relative;
    top: 2px;
    font-size: 16px;
    color: #2d374b!important;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.header-1 .nav-menu > ul > li:first-child,
.header-2 .nav-menu > ul > li:first-child {
    margin-top: 5px;
}
.header-1 .nav-menu > ul > li,
.header-2 .nav-menu > ul > li {
    width: 100%;
}
.header-bg .nav-menu ul > li > a {
    color: #fff!important;
}
.header-1 .nav-menu ul li a,
.header-2 .nav-menu ul li a {
    padding: 10px 15px;
}
.header-1.light-header .nav-menu ul > li > a.login {
    width: auto;
    float: left;
    color: #fff!important;
    border: 1px solid rgba(255,255,255,.3)!important;
}
}
/*---↑↑↑削除してください↑↑↑---*/


/*------------------------------------
			プログレスバー
------------------------------------*/
.ProgressBg {
    position: fixed;
    width: 100%;
    height: 5px;
    background: rgb(187,216,243);
    background: -moz-linear-gradient(-45deg, rgb(187,216,243) 0%, rgb(160,188,245) 24%, rgb(119,143,249) 59%, rgb(78,100,252) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(187,216,243) 0%,rgb(160,188,245) 24%,rgb(119,143,249) 59%,rgb(78,100,252) 100%);
    background: linear-gradient(135deg, rgb(187,216,243) 0%,rgb(160,188,245) 24%,rgb(119,143,249) 59%,rgb(78,100,252) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbd8f3', endColorstr='#4e64fc',GradientType=1 );
    z-index: 99999;
    top: 62px;
    left: 0;
}
.Progress {
    height: 5px;
    background-color: #001fe8;
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 9999999;
}

/*------------------------------------
				MV
------------------------------------*/
.Mv {
    width: 100%;
    height: 610px;
    position: relative;
    overflow: hidden;
    padding-top: 62px;
    background-image: URL(../images/top/mvbg.jpg);
    background-size: cover;
    background-position: center;
}
.Mv .MvImage {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: fixed;
    top: 62px;
    left: 0;
    right: 0;
    height: 553px;
    z-index: 1;
}
.Mv .MvImage img {
    max-width: 100%;
	width:100%;
    display: block;
    max-width: 1000px;
}
@media (max-width: 1041px){
.Mv {
    height: auto;
}
.Mv .MvImage {
    position: relative;
    height: auto;
    top: 0;
}
}

/*------------------------------------
				BgLine
------------------------------------*/
.BgLine {
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-sizing: border-box;
}
@media (max-width: 1041px){
.BgLine {
    background-color: transparent;
}
}

/*------------------------------------
				Sns
------------------------------------*/
.Sns {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.Sns ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Sns ul li {
    margin-right: 12px;
}
.Sns ul li:last-child{
    margin-right: 0;
}
.Sns ul li a {
    display: block;
    width: 28px;
}
.Sns ul li img{
    width: 100%;
    display: block;
}
@media (max-width: 1041px){
.Sns {
    padding-left: 2%;
    padding-right: 2%;
    max-width: 780px;
	margin:auto;
}
}

/*------------------------------------
				Contents
------------------------------------*/
.Contents {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1041px){
.Contents {
    padding-left: 2%;
    padding-right: 2%;
    max-width: 780px;
	margin:auto;
}
}

/*------------------------------------
				SideMenu
------------------------------------*/
.SideMenu {
    width: 280px;
    padding-top: 70px;
}
.SideMenu .SideMenuBox .Title{
    border-bottom: solid 2px #2f3848;
    border-top: solid 2px #2f3848;
    font-size: 17px;
    font-weight: bold;
    color: #2f3848;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
}
.SideMenuBox .SideMenuList ul{
    display: flex;
    flex-wrap: wrap;
}
.SideMenuBox .SideMenuList ul li{
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #2f3848;
    padding-bottom: 16px;
    margin-top: 8px;
    padding-top: 16px;
}
.SideMenuBox .SideMenuList ul li a{
    display: flex;
    width: 100%;
    justify-items: center;
    align-items: center;
    font-size: 15px;
    color: #2f3848;
    line-height: 1.3;
    padding-right: 20px;
}
.SideMenuBox .SideMenuList ul li a img{
    width: 20px;
    display: inline;
    vertical-align: middle;
    margin-right: 12px;
}

.ProfileBox {
    padding-top: 235px;
}
.ProfileBox .ProfilePhoto {
    padding-bottom: 10px;
}

.ProfileBox .ProfilePhoto img {
    width: 100%;
    display: block;
}
.ProfileBox .Name {
    font-family: serif;
    font-weight: bold;
    font-size: 28px;
    color: #2f3848;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #2f3848;
    margin-bottom: 15px;
    line-height: 1;
}
.ProfileBox .Company {
    font-weight: bold;
    font-size: 15px;
}
.ProfileBox .CompanyLogo {
    width: 120px;
    margin-top: 15px;
    margin-bottom: 23px;
}
.ProfileBox .CompanyLogo img {
    width: 100%;
    display: block;
}
.ProfileBox .Introduction {
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 1041px){
.SideMenu {
    width: 100%;
    padding-top: 20px;
}
.SideMenuList ul {
    display: flex;
}
.SideMenuBox .SideMenuList ul li {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}
.ProfileBox {
    padding-top: 60px;
    display: flex;
    padding-bottom: 60px;
}
.ProfileBox .ProfilePhoto {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
.ProfileBox .Detail {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}
}
@media (max-width: 768px){
.ProfileBox {
    flex-wrap: wrap;
}
.ProfileBox .ProfilePhoto {
    margin: auto;
}
.ProfileBox .Detail {
    margin-left: 1%;
    margin-right: 1%;
}
}
@media (max-width: 481px){
.SideMenu {
    padding-top: 0;
}
.SideMenuBox .SideMenuList ul li {
    width: 100%;
    padding-bottom: 8px;
    margin-top: 4px;
    padding-top: 8px;
}
.SideMenuBox .SideMenuList ul li a {
    font-size: 14px;
}
.SideMenuBox .SideMenuList ul li a img {
    width: 16px;
    margin-right: 10px;
}
.ProfileBox .ProfilePhoto {
    width: 60%;
	margin:auto;
}
.ProfileBox .Name {
    font-size: 18px;
}
.ProfileBox .Detail {
    width: 80%;
	margin:auto;
}
.ProfileBox .CompanyLogo {
    width: 100px;
}
}

/*------------------------------------
			ContentsBox
------------------------------------*/
.ContentsBox {
    width: 720px;
    padding-left: 90px;
    box-sizing: border-box;
}
.ContentsBox h3.ContentsSubTitle {
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    color: #2f3848;
    padding-bottom: 25px;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.ContentsBox p {
    font-size: 17px;
    line-height: 1.6;
	padding-bottom:35px;
}
@media (max-width: 1041px){
.ContentsBox {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
}
}
@media (max-width: 481px){
.ContentsBox h3.ContentsSubTitle {;
    line-height: 1.3;
}
}

/*------------------------------------
			ImageTitle
------------------------------------*/
.ImageTitle {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
}
.BgImage01 {
    background-image: url(../images/top/ImageTitle01.jpg);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: center;
}
.BgImage02{
	background-image:url(../images/top/ImageTitle02.jpg);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: center;
}
.ImageTitle h3.Title {
    color: #ffffff;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.12em;
    white-space: nowrap;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}
.ImageTitle h3.Title.Number01 {
    padding-left: 150px;
}
.ImageTitle h3.Title.Number02 {
    padding-left: 280px;
}
@media (max-width: 1041px){
.BgImage01,
.BgImage02 {
    background-size: auto 320px;
    background-position: 0;
}
.ImageTitle {
    justify-content: flex-start;
}
.ImageTitle h3.Title.Number01,
.ImageTitle h3.Title.Number02 {
    padding-left: 10%;
}
}
@media (max-width: 481px){
.ImageTitle {
    height: 230px;
    align-items: flex-end;
	position:relative;
}
.ImageTitle h3.Title.Number01,
.ImageTitle h3.Title.Number02 {
    padding-left: 6%;
    padding-right: 6%;
    font-size: 20px;
    white-space: normal;
    padding-bottom: 12px;
}
.BgImage01,
.BgImage02 {
    background-position: 25%;
	background-image:none;
}
.SpBg01 {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 233px;
    width: 100%;
    background-image: url(../images/top/ImageTitleSp01.jpg);
    background-repeat: no-repeat;
    background-size: auto 233px;
    background-position: center;
}
.SpBg02 {
    position: absolute;
	top:0;
    z-index: -1;
    height: 233px;
    width: 100%;
	background-image:url(../images/top/ImageTitleSp02.jpg);
    background-repeat: no-repeat;
    background-size: auto 233px;
    background-position: center;
}
}

/*------------------------------------
			TwoColumn
------------------------------------*/
.TwoColumn ul{
    display: flex;
}
.TwoColumn ul li{
    width: 50%;
    position: relative;
}
.TwoColumn ul li .AbsoluteImage01 {
    position: absolute;
    width: 390px;
    display: block;
    left: -130px;
    top: 0;
}
.TwoColumn ul li .AbsoluteImage02 {
    position: absolute;
    width: 430px;
    display: block;
    left: -170px;
    top: 0;
}
.TwoColumn ul li img{
    width: 100%;
    display: block;
}

@media (max-width: 1041px){
.TwoColumn ul {
    flex-wrap: wrap;
}
.TwoColumn ul li {
    width: 100%;
    position: relative;
}
.TwoColumn ul li .AbsoluteImage01,
.TwoColumn ul li .AbsoluteImage02 {
    position: relative;
    width: 80%;
    left: 0;
    margin: auto;
    margin-bottom: 50px;
}
}

/*------------------------------------
			DotBgBox
------------------------------------*/
.DotBgBox {
    position: absolute;
    display: block;
    top: 0;
}
.DotBgBox.Number01{
    width: 450px;
    left: -190px;
}
.DotBgBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/top/botleft.jpg);
    width: 50px;
    height: 50px;
    background-size: 50px;
}
.DotBgBox:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/top/botfight.jpg);
    width: 50px;
    height: 50px;
    background-size: 50px;
}
.DotBgBox h4{
    font-size: 32px;
    font-weight: bold;
    color: #707070;
    padding-top: 30px;
    padding-left: 75px;
    line-height: 1.72;
}
@media (max-width: 1041px){
.DotBgBox {
    position: relative;
    display: block;
    top: 0;
}
.DotBgBox.Number01 {
    width: 90%;
    left: 0;
    margin: auto;
}
.DotBgBox h4 {
    font-size: 28px;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    line-height: 1.3;
    margin-bottom: 50px;
}
}
@media (max-width: 481px){
.DotBgBox.Number01 {
    width: 95%;
}
.DotBgBox:before,
.DotBgBox:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
}
.DotBgBox h4 {
    font-size: 22px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
    margin-bottom: 30px;
}
}

/*------------------------------------
			Banner
------------------------------------*/
.Banner {
    max-width: 1000px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.Banner img{
	display:block;
	width:100%;
}

@media (max-width: 1041px){
.Banner {
    width: 80%;
}
}
@media (max-width: 481px){
.Banner {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
}
}
/*------------------------------------
			Footer
------------------------------------*/
.Footer {
    width: 100%;
    margin: auto;
    background: #f7f7f7;
    box-sizing: border-box;
    display: block;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.Copyright {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 10px;
}
.Copyright .LogoFooter{
    padding-bottom: 10px;
}
.Copyright .LogoFooter a{
    display: block;
    width: 295px;
    margin: auto;
}
.Copyright .LogoFooter img{
    width: 100%;
    display: block;
}
.Copyright .AddressFooter {
    font-size: 13px;
}
.FooterLogo {
    width: 160px;
    margin: auto;
    margin-bottom: 20px;
}
.FooterLogo img {
    width: 100%;
    display: block;
}
.FooterLink {
    padding-top: 10px;
}
.FooterLink ul{
    display: flex;
    justify-content: center;
}
.FooterLink ul li{
    padding-left: 4px;
    padding-right: 4px;
}
.FooterLink ul li a{
    display: block;
    color: #666666;
}
.PageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.PageTop a {
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 12px 0;
    text-align: center;
    border-radius: 50%;
    border: solid 2px #333333;
    display: block;
    line-height: 1;
}
.Arrow {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #333333;
}

/*------------------------------------
			Common
------------------------------------*/
.MaxWidthNone{
	max-width:none;
}
.LetterSpacing2{
    letter-spacing: -0.02em;
}
.PALeftPARightNone{
	padding-left:0;
	padding-right:0;
}
.Block {
    display: block;
}
.PcBlock {
    display: block!important;
}
.IpadBlock {
    display: block!important;
}
.SpBlock {
    display: none!important;
}
br.PcNone {
    display: none;
}
br.SpNone{
    display: block;
}
@media screen and (max-width: 1041px)  {
.IpadBlock {
    display: none;
}
}
@media screen and (max-width: 481px)  {
.PcBlock {
    display: none!important;
}
.SpBlock {
    display: block!important;
}
br.PcNone {
    display: block;
}
br.SpNone{
    display: none;
}
}