@charset "UTF-8";

/********************************************************************/
/*				parallax style		last up date 2017.8.2			*/
/********************************************************************/



/*reset*/

html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	/* font: inherit; */
	font-weight: normal;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/* line-height: inherit; */
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#parallax-main h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}


#parallax-main * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/*common*/

@charset "UTF-8";

body {
	overflow-y: scroll;
	overflow-x: hidden;
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana,  "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	text-align: left;
}

@media only screen and (max-width: 640px){
body {
	font-size: 14px !important;
}
	}
@font-face {
	font-family: rounded-mplus-1c-regular;
	src:url("../font/rounded-mplus-1c-regular.ttf") format("truetype")
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

img {
	max-width: 100%;
}

.cont {
	max-width: 960px;
	margin: 0 auto;
}

@media only screen and (max-width: 970px){
.cont {
	padding: 0 20px;
}
	}


@media only screen and (max-width: 640px){
.cont {
	padding: 0 10px;
}
	}

.anim_pause{
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.anim_run{
	-webkit-animation-play-state: running;
	animation-play-state: running;
}


/*---------- header ----------*/

header {
    width: 100%;
    height: 70px;
}

header .inner {
    position: relative;
    width: 1200px;
    height: 130px;
    padding: 19px 30px 0;
    margin: 0 auto;
}

header .headerLogo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 106px;
    height: 42px;
    margin: -21px 0 0 0;
}


/* language select menu 2016.07.06 */
div#language-menu{
	position:absolute;
	right:30px;
	bottom:30px;
}
div#language-menu ul.menu{
	position: relative;
	margin:0;
	padding:0;
	width:100px;
	height:auto;
	text-align:center;
	list-style:none;
	border:solid 1px #444;
	background:#fff;
	border-radius:0;
}
/* 親（1階層）メニュー */
div#language-menu ul.menu > li {
	display:inline-block;
	width:100%;
	height:28px;
	line-height:28px;
	text-align:center;
	background:#fff;
}
div#language-menu ul.menu > li a {
	display: block;
	padding:0;
	color: #333;
	text-decoration:none;
}
div#language-menu ul.menu li.menu__single ul.menu__second-level{
	position:absolute;
	top:28px;
	left:-20px;
	padding:10px;
	width:140px;
	background:#222; /* 子メニューBG基本 -> 暗めのグレー */
	border:none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
div#language-menu ul.menu li.menu__single ul.menu__second-level > div.menu-block{
	margin:0 0 10px 0;
}
div#language-menu ul.menu li.menu__single ul.menu__second-level > div li a{
	color:#fff;
}
div#language-menu ul.menu li.menu__single ul.menu__second-level > div li a:hover{
	color:#000;
}

@media only screen and (max-width: 970px){
header .headerLogo {
    left: 10px;
}
    }

@media only screen and (max-width: 768px){

    }

@media only screen and (max-width: 640px){
	}


/*---------- gNav ----------*/

nav#gNav {
	/* position: fixed; */
	width: 100%;
	background: #c8c8c8;
	z-index: 1000;
}

nav#gNav .gNaviToggle {
	z-index: 1000;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #FFF;
	cursor: pointer;
}

nav#gNav .gNaviToggle img {
	width: 100%;
}

nav#gNav ul{
width: 1200px;margin: 0 auto;}

nav#gNav li {
	float: left;
	height: 30px;
	text-align: center;
}

nav#gNav li a {
	display: block;
	color: #333;
}

nav#gNav li a:hover {
	opacity: 0.8;
}

nav#gNav li.contact a {
	color: #FFF;
	text-align: center;
	width: 130px;
	height: 66px;
	background: url(../img/ico_mail.png) 50% 17px no-repeat,#00a2e6;
	padding: 40px 0 0 0;
}

nav#gNav li.contact a:hover {
	color: #FFF;
	background: url(../img/ico_mail.png) 50% 17px no-repeat,#555;
    transition: all 0.2s cubic-bezier(0.01, 0.74, 0.49, 0.72);
}

#gNaviSp {
	display: none;
}

@media only screen and (max-width: 970px){
nav#gNav .gNaviToggle {
	right: 10px;
}
nav#gNav ul{
	border-left: 0;
}
nav#gNav li:last-child {
	border-right: 0;
}
	}


@media only screen and (max-width: 768px){
nav#gNav ul{
	position: absolute;
}
nav#gNav li {
	width: 50%;
	border-right: 0;
}
nav#gNav li:nth-child(2n+1) {
	border-right: 1px solid #FFFFFF;
}
nav#gNav li:last-child {
	width: 100%;
	border-right: 0;
}
	}

@media only screen and (max-width: 768px){
nav#gNav {
	display: none;
}

#gNaviSp {
	display: block;
}

#gNaviSp ul {
	display: none;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 1000;
}

#gNaviSp ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid #555;
}

#gNaviSp ul li a {
	display: block;
	width: 100%;
	color: #FFF;
	font-family: "Times New Roman", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, "MS P明朝", MS PMincho serif;
}

#gNaviSp .gNaviToggle {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #00a2e6;
}
	}


.mg0 {margin: 0;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mb1em{margin-bottom: 1em;}


.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}

.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}
.mr50 {margin-right: 50px;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}

.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}

.mgAT {
	margin-right: auto;
	margin-left: auto;
}

.pd0 {padding: 0;}
.pd10 {padding: 10px;}
.pd20 {padding: 20px;}

.pt0 {padding-top: 0;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}
.pt50 {padding-top: 50px;}

.pb0 {padding-bottom: 0;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.pb50 {padding-bottom: 50px;}

.pr0 {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pr50 {padding-right: 50px;}

.pl0 {padding-left: 0;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.pl50 {padding-left: 50px;}


.taC {text-align: center;}
.taR {text-align: right;}
.taL {text-align: left;}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
 
.cf:after {
    clear: both;
}
 
.cf {
    *zoom: 1;
}


@-webkit-keyframes pulse01 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

@keyframes pulse01 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}

.pulse01 {
  -webkit-animation-name: pulse01;
  animation-name: pulse01;
}


@-webkit-keyframes pulse02 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse02 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse02 {
  -webkit-animation-name: pulse02;
  animation-name: pulse02;
}


.fixed {
  position: fixed !important;
}

/*---------- header ----------*/

header {
height: 130px;}


.headerLogo1 {
    width: 200px;
    height: 76px;
}

.headerLogo2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 649px;
    height: 92px;
    margin: 0 auto !important;
}


/*---------- secMainVisual ----------*/

#secMainVisual {
    background: #e6ebe7;
    width: 100%;
    height: 842px;
}

#secMainVisual .inner {
    width: 1200px;
    padding: 8px 30px 0;
    margin: 0 auto;
}

#secMainVisual .inner img {
  display: block;
}


/*---------- secMainBnr  2016.11.26更新 ----------*/

#secMainBnr {
    background: #e6ebe7;
}

#secMainBnr .inner {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
	position:relative;
}

#secMainBnr h1 {
    padding: 20px 0 0 80px;
}

#secMainBnr h1 img {
    display: block;
}

/* 2016.11.28 NEWホームナビボタン */
#secMainBnr .inner a.mainnavi-button:hover img{
	opacity: 0.8;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
#secMainBnr .inner a#kankou-button{
	position:absolute;
	top:58px;
	left:76px;
}
#secMainBnr .inner a#incentive-button{
	position:absolute;
	top:123px;
	left:273px;
}
#secMainBnr .inner a#convention-button{
	position:absolute;
	top:33px;
	left:423px;
}
#secMainBnr .inner a#tabunka-button{
	position:absolute;
	top:78px;
	left:621px;
}
#secMainBnr .inner a#soshiki-button{
	position:absolute;
	top:123px;
	left:818px;
}
#secMainBnr .inner a#sanjyo-button{
	position:absolute;
	top:55px;
	left:980px;
}
#secMainBnr .inner a#tabibiyori-button{
	position:absolute;
	top:248px;
	left:75px;
}
#secMainBnr .inner a#conventionnavi-button{
	position:absolute;
	top:223px;
	left:422px;
}
#secMainBnr .inner a#kokusai-button{
	position:absolute;
	top:271px;
	left:620px;
}

#secMainBnr .box_01 {
    padding: 17px 0 0 75px;
}

#secMainBnr ul {
    display: table;
}

#secMainBnr ul li {
    display: table-cell;
    vertical-align: middle;
}

#secMainBnr ul li img:hover {
    opacity: 0.8;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
#secMainBnr ul li img {
    display: block;
}

#secMainBnr .box_01 ul li:not(:last-child) {
    padding: 0 34px 0 0;
}

#secMainBnr .box_02 {
    padding: 10px 0 0 73px;
}

#secMainBnr .box_02 ul li:not(:last-child) {
    padding: 0 29px 0 0;
}


/*---------- secNews ----------*/

#secNews {
    width: 1260px;
    margin: 0 auto;
    background: url(../images/home/bg_text_s.png) 0 -10px no-repeat;
}

#secNews .inner {
    position: relative;
    width: 1200px;
    height: 308px;
    margin: 0 auto;
    padding: 17px 58px 0 668px;

/* バナー増加時height
    height: 364px;
*/
}

#secNews .ttl_news{
    position: absolute;
    top: 17px;
    left: 60px;
}

/** 新着情報部 **/
#secNews .box_01 {
    position: absolute;
    top: 17px;
    left: 166px;
    background: rgba(255,255,255,0.7);
    width: 473px;
    height: 242px;
    padding: 20px 25px;
    box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#secNews .box_01 ul {
    margin-bottom: 10px;
	width:423px;
}

#secNews .box_01 ul li {
	margin-bottom: 16px;
	padding:0 0 3px 0;
	border-bottom:dotted 1px #3f3b3a;
}

#secNews .box_01 ul li span.date {
	float: left;
	width: 90px;
}

#secNews .box_01 p.post-link{
	float: right;
	width: 326px;
	word-wrap: break-word;
}
#secNews .box_01 p.post-link a{
	text-decoration:none;
	color:#32a99f;
}
#secNews .box_01 p.post-link a:hover{
	text-decoration:underline;
}

/* SNSバナー部 */
#secNews .box_sns {
}
#secNews .box_sns ul li {
    float: left;
    margin: 0 23px 20px 0;
}
#secNews .box_sns ul li img {
    display: block;
}

/** For Foreign Residents部 **/
#secNews .box_02 {
    float: left;
    width: 232px;
}
#secNews .box_02 ul li:not(:last-child) {
    margin: 0 0 15px;
}
#secNews .box_02 ul li img {
    display: block;
}
#secNews .box_02 ul li:first-child:hover img {
    opacity: 0.8;
}
#secNews .box_02 li#home_foreign-link{
	position:relative;
	width:232px;
	height:125px;
	background: url('../images/home/btn_for_foreign_residents.png') 0 0 no-repeat;
}
#secNews .box_02 li#home_foreign-link a{
	text-decoration:none;
}
#secNews .box_02 li#home_foreign-link a.link-btn{
	display:block;
	width:212px;
	height:25px;
}
/* english */
#secNews .box_02 li#home_foreign-link a.english-btn{
	position:absolute;
	top:35px;
	left:10px;
}
#secNews .box_02 li#home_foreign-link a.english-btn:hover{
	background: url('../images/home/foreign-top_btn01.png') 0 0 no-repeat;
}
/* chinese */
#secNews .box_02 li#home_foreign-link a.chinese-btn{
	position:absolute;
	top:64px;
	left:10px;
}
#secNews .box_02 li#home_foreign-link a.chinese-btn:hover{
	background: url('../images/home/foreign-top_btn03.png') 0 0 no-repeat;
}
/* korean */
#secNews .box_02 li#home_foreign-link a.korean-btn{
	position:absolute;
	top:92px;
	left:10px;
}
#secNews .box_02 li#home_foreign-link a.korean-btn:hover{
	background: url('../images/home/foreign-top_btn02.png') 0 0 no-repeat;
}



/** 外部サイトバナー部 **/
#secNews .box_03 {
    float: right;
    width: 230px;
}
#secNews .box_03 ul li:not(:last-child) {
    margin: 0 0 15px;
}
#secNews .box_03 ul li img {
    display: block;
}

#secNews .box_sns ul li a:hover,
#secNews .box_02 ul li map area:hover,
#secNews .box_03 ul li a:hover {
    opacity: 0.8;
}

#secNews .box_03 ul li.g7ban {
	border:solid 1px #666;
}
#secNews .box_03 ul li.g7ban img{
	width:228px;
	height:54px;
}


/*---------- sec01 ----------*/

#sec01 {
    background: url(../images/home/kankou-bussan_bg.jpg) 50% 100% no-repeat, #A5889A;
    width: 100%;
}

#sec01 > .inner {
    position: relative;
    /* background: url(../images/home/bg_text_e.png) 100% 495px no-repeat, url(../images/home/bg_sec01.jpg) no-repeat; */
    width: 1200px;
    height: 872px;
    margin: 0 auto;
}

.ttl_sec01 {
    padding: 8px 0 0 58px !important;
}
.text_sec01 {
    position: absolute;
    left: 50px;
    bottom: 393px;
}
#sec01 .box_01 {
    position: absolute;
    left: 36px;
    bottom: 8px;
    background: rgba(255,255,255,0.7);
    width: 640px;
    height: 365px;
    padding: 10px 70px 10px 20px;
}

#sec01 .box_01 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
}


.logo_sec01_01 {
    position: absolute;
    top: 123px;
    right: 200px;
}

.logo_sec01_02 {
    position: absolute;
    top: 233px;
    right: 120px;
}

.logo_sec01_03 {
    position: absolute;
    top: 296px;
    right: 200px;
}

.logo_sec01_04 {
    position: absolute;
    top: 393px;
    right: 100px;
}

.img_sec01 {
    z-index: 10;
    position: absolute;
    top: 470px;
    left: 605px;
    width: 185px;
    height: 185px;
    background: #fff;
    border-radius: 100px;
}
.img_sec01 > .inner {
    position: relative;
}
.img_sec01_01,
.img_sec01_02,
.img_sec01_03 {
    position: absolute;
}

.img_sec01_01 {
	z-index: 1;
}
.img_sec01_02 {
	z-index: 2;
}
.img_sec01_03 {
	z-index: 3;
}


@-webkit-keyframes fadeOut {
  .img_sec01 from {
    opacity: 1;
  }

  .img_sec01 to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  .img_sec01 from {
    opacity: 1;
  }

  .img_sec01 to {
    opacity: 0;
  }
}

.img_sec01 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



.img_sec01 img {
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
}

.btn_sec01 {
    position: absolute;
    right: 58px;
    top: 550px;
}
.btn_sec01 ul li {
    text-align: right;
    margin: 0 0 5px 0;
}
.btn_sec01 ul li img {
}
.btn_sec01 ul li a:hover {
    opacity: 0.8;
}


/*---------- sec02 ----------*/

#sec02 {
    background: url(../images/home/convention_bg.jpg) 50% 100% no-repeat, #7FB79C;
    width: 100%;
}

#sec02 > .inner {
    position: relative;
    /* background: url(../images/home/bg_text_n.png) 628px 100% no-repeat, url(../images/home/bg_sec02.jpg) no-repeat; */
    width: 1200px;
    height: 1017px;
    margin: 0 auto;
}

.ttl_sec02 {
    padding: 8px 0 0 58px !important;
}
.text_sec02 {
    position: absolute;
    left: 50px;
    bottom: 340px;
}
#sec02 .box_01 {
    position: absolute;
    left: 36px;
    bottom: 15px;
    background: rgba(255,255,255,0.7);
    width: 645px;
    height: 300px;
    padding: 10px 10px 10px 20px;
}

#sec02 .box_01 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
}


.logo_sec02_01 {
    position: absolute;
    top: 120px;
    right: 70px;

}

.logo_sec02_02 {
    position: absolute;
    top: 310px;
    right: 185px;
}

.logo_sec02_03 {
    position: absolute;
    top: 356px;
    right: 58px;
}

.logo_sec02_04 {
    position: absolute;
    top: 470px;
    right: 190px;
}

.logo_sec02_05 {
    position: absolute;
    top: 510px;
    right: 72px;
}

.img_sec02 {
    z-index: 10;
    position: absolute;
    top: 650px;
    left: 605px;
    width: 185px;
    height: 185px;
	background: #fff;
    border-radius: 100px;
}
.img_sec02 > .inner {
    position: relative;
}
.img_sec02_01,
.img_sec02_02,
.img_sec02_03 {
    position: absolute;
}

.img_sec02_01 {
	z-index: 1;




}
.img_sec02_02 {
	z-index: 2;
}
.img_sec02_03 {
	z-index: 3;
}


@-webkit-keyframes fadeOut {
  .img_sec02 from {
    opacity: 1;
  }

  .img_sec02 to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  .img_sec02 from {
    opacity: 1;
  }

  .img_sec02 to {
    opacity: 0;
  }
}

.img_sec02 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



.img_sec02 img {
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
}

/* 正式公開後は_demoの記述を削除する 2016.11.26 */
.btn_sec02,
.btn_sec02_demo {
    position: absolute;
    right: 58px;
    bottom: 30px;
}

.btn_sec02 ul li,
.btn_sec02_demo ul li {
    text-align: right;
    margin: 0 0 5px 0;
}
.btn_sec02 ul li a:hover,
.btn_sec02_demo ul li a:hover {
    opacity: 0.8;
}



/*---------- sec03 ----------*/

#sec03 {
    background: url(../images/home/tabunka-kyousei_bg.jpg) 50% 100% no-repeat, #4D98C2;
    width: 100%;
}

#sec03 > .inner {
    position: relative;
    /* background: url(../images/home/bg_text_t.png) 820px 550px no-repeat, url(../images/home/bg_sec03.jpg) no-repeat; */
    width: 1200px;
    height: 1009px;
    margin: 0 auto;
}

.ttl_sec03 {
    padding: 8px 0 0 58px !important;
}
.text_sec03 {
    position: absolute;
    top: 290px;
    left: 50px;
}
#sec03 .box_01 {
    position: absolute;
    top: 430px;
    left: 36px;
    background: rgba(255,255,255,0.7);
    width: 645px;
    height: 365px;
    padding: 10px 10px 10px 20px;
}

#sec03 .box_02 {
    position: absolute;
    left: 36px;
    bottom: 10px;
    width: 712px;
    padding: 10px 10px 10px 20px;
}

.ttl_sec03_sub {
  margin: 0 0 10px;
}

.ttl_sec03_sub img {
  display: block;
}

#sec03 .box_02 .txt_01{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    float: left;
    width: 400px;
    padding-right: 20px;
    border-right: 1px solid #FFF;
}

#sec03 .box_02 .txt_02{
    color: #4ac1f1;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    float: left;
    padding-left: 20px;
}

#sec03 .box_01 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
}


.logo_sec03_01 {
    position: absolute;
    top: 120px;
    right: 70px;
}

.logo_sec03_02 {
    position: absolute;
    top: 275px;
    right: 225px;
}

.logo_sec03_03 {
    position: absolute;
    top: 343px;
    right: 118px;
}

.logo_sec03_04 {
    position: absolute;
    top: 450px;
    right: 190px;
}

.logo_sec03_05 {
    position: absolute;
    top: 490px;
    right: 72px;
}

.img_sec03 {
    z-index: 10;
    position: absolute;
    top: 390px;
    left: 610px;
    width: 185px;
    height: 185px;
    background: #fff;
    border-radius: 100px;
}
.img_sec03 > .inner {
    position: relative;
}
.img_sec03_01,
.img_sec03_02,
.img_sec03_03 {
    position: absolute;
}

.img_sec03_01 {
	z-index: 1;
}
.img_sec03_02 {
	z-index: 2;
}
.img_sec03_03 {
	z-index: 3;
}


@-webkit-keyframes fadeOut {
  .btn_sec03 from {
    opacity: 1;
  }

  .btn_sec03 to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  .btn_sec03 from {
    opacity: 1;
  }

  .btn_sec03 to {
    opacity: 0;
  }
}

.btn_sec03 .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}



.img_sec03 img {
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -webkit-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
    -moz-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 10px 0px;
}

.btn_sec03 {
    position: absolute;
    right: 58px;
    bottom: 25px;
    width: 324px;
}
.btn_sec03 ul li {
    text-align: right;
    margin: 0 0 5px 0;
}
.btn_sec03 ul li img {
}
.btn_sec03 ul li a:hover {
    opacity: 0.8;
}

.btn_sec03 ul li:hover img {
    opacity: 0.8;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.btn_sec03 ul li#sec03_foreign-link{
	position:relative;
	width:324px;
	height:123px;
	background: url('../images/home/btn_sec03_03.png') 0 0 no-repeat;
}
.btn_sec03 ul li#sec03_foreign-link a{
	text-decoration:none;
}
.btn_sec03 ul li#sec03_foreign-link a.link-btn{
	display:block;
	width:306px;
	height:25px;
}
/* english */
.btn_sec03 ul li#sec03_foreign-link a.english-btn{
	position:absolute;
	top:35px;
	left:10px;
}
.btn_sec03 ul li#sec03_foreign-link a.english-btn{
	background: url('../images/home/foreign-sec03_btn01.png') 0 0 no-repeat;
}
/* chinese */
.btn_sec03 ul li#sec03_foreign-link a.chinese-btn{
	position:absolute;
	top:62px;
	left:10px;
}
.btn_sec03 ul li#sec03_foreign-link a.chinese-btn{
	background: url('../images/home/foreign-sec03_btn03.png') 0 0 no-repeat;
}
/* korean */
.btn_sec03 ul li#sec03_foreign-link a.korean-btn{
	position:absolute;
	top:89px;
	left:10px;
}
.btn_sec03 ul li#sec03_foreign-link a.korean-btn{
	background: url('../images/home/foreign-sec03_btn02.png') 0 0 no-repeat;
}



/*---------- sec04 ----------*/

#sec04 {
    background: url(../images/home/soshikigaiyou_bg.jpg) 50% 100% no-repeat, #A07C64;
    width: 100%;
}

#sec04 > .inner {
    position: relative;
    background: url(../images/home/bg_sec04_s.png) 620px 632px no-repeat;
    width: 1200px;
    height: 905px;
    margin: 0 auto;
}

.ttl_sec04 {
    padding: 8px 0 0 58px !important;
}
.text_sec04_01 {
    padding: 8px 0 0 58px;
}
.text_sec04_02 {
    width: 545px;
    margin: 340px 0 0 58px;
}

.btn_sec04_01 {
    position: absolute;
    left: 483px;
    bottom: 46px;
}

.btn_sec04_01 a:hover {
  opacity: 0.8;
}

#sec04 .txt_01 {
  position: absolute;
  top: 638px;
  right: 220px;
  width: 350px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  z-index:100;
}
#sec04 .txt_01 span.small{
	font-size:12px;
}
#sec04 .txt_02 {
  position: absolute;
  top: 635px;
  right: 90px;
  width: 170px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.btn_sec04_02 {
    position: absolute;
    top: 692px;
    right: 125px;
    width: 135px;
}

.btn_sec04_02 a:hover {
  opacity: 0.8;
}

#sec04 .txt_03 {
  position: absolute;
  top: 753px;
  right: 60px;
  width: 200px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}


/*---------- sec05 ----------*/

#sec05 {
    background: url(../images/home/sanjyokaiin_bg.jpg) 50% 100% no-repeat, #9EAAD4;
    width: 100%;
}

#sec05 > .inner {
    position: relative;
    /* background: url(../images/home/bg_sec05.jpg) no-repeat; */
    width: 1200px;
    height: 562px;
    margin: 0 auto;
}

.ttl_sec05 {
    padding: 8px 0 0 58px !important;
}
.text_sec05 {
    padding: 8px 0 0 58px;
}


/*---------- sec06 ----------*/

#sec06 {
    width: 100%;
}

#sec06 > .inner {
    position: relative;
    background: url(../images/home/bg_text_a.png) 540px 100% no-repeat;
    width: 1200px;
    height: 671px;
    margin: 0 auto;
}

#sec06 .txt_01 {
  padding: 0 59px 0 85px;
  margin-bottom: 15px;
}

#sec06 .txt_01 li {
	clear:left;
	margin:0 0 10px 0;
}
#sec06 .txt_01 li span{
	display:block;
	float:left;
	padding:0 10px 0 0;
	width:25px;
	text-align:right;
  font-weight: bold;
}
#sec06 .txt_01 li p{
	float:left;
	width:1020px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.ttl_sec06_01 {
    padding: 16px 0 0 58px !important;
    margin-bottom: 18px !important;
}

.ttl_sec06_02 {
margin-bottom: 20px !important;}

.ttl_sec06_03 {
margin-bottom: 20px !important;}

.btn_sec06_01 {
    float: left;
    margin-left: 60px;
    margin-right: 34px;
}
.btn_sec06_02 {
    float: left;
    margin-right: 34px;
}
.btn_sec06_03 {
    float: left;
}
.btn_sec06_05 {
    float: left;
    margin-right: 34px;
}

#sec06 .txt_02 {
  font-size: 16px;
  font-weight: bold;
}

.sec06_left {
    float: left;
    padding: 0 0 0 60px;
}

.sec06_right {
    float: left;
    padding: 0 0 0 90px;
}

.to_top{
	position: absolute;
	right: 0;
	bottom: 0;
}

#sec06 a:hover{
	opacity: 0.8;
}

#sideNav {
  /* opacity: 0; */
  position: absolute;
  top: 270px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 15px;
  height: 104px;
  z-index: 1;
}

#sideNav ul {
  float: right;
  width: 20px;
/*  height: 104px;*/
  margin-right: -570px;
}


#sideNav li:not(:last-child) {
  margin-bottom: 8px;
}

#sideNav li a {
/*  display: block;*/
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 5px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 3px 3px 0px;
  -moz-box-shadow:rgba(0, 0, 0, 0.6) 4px 4px 5px 0px;
}

#sideNav li a:hover {
  opacity: 0.7;
}
.sideNav01:hover,
.sideNav01 {
  background: #ea6094;
}
.sideNav02:hover,
.sideNav02 {
  background: #b1d146;
}
.sideNav03:hover,
.sideNav03 {
  background: #4ac1f1;
}
.sideNav04:hover,
.sideNav04 {
  background: #f5a32d;
}
.sideNav05:hover,
.sideNav05 {
  background: #144a9e;
}
#sideNav ul li{
	text-align:center;
}
#sideNav li.to-top_button  a{
	display:inline;
}


/* リセット */
body a,
body a:link,
body a:visited{
	text-decoration:underline;
	color: #FFF;
}
body a:hover{
	text-decoration: none;
	background-color: transparent;
}
body a:active{
	text-decoration:none;
	color:#FFF;
}

body #header a{
	text-decoration:none;
}
body #header a:hover{
	background-color:#fff;
}
