.ty2{
	display: none;
}
.mo {
	display: none;
}

.table-scroll {display: none;}
#content {
	overflow: hidden;
}

.page-header .container {
    position: relative;
    width: 100%;
}
.page-header .container .summary {
    overflow: hidden;
    height: 300px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
 
.page-header .container .summary.type-01 {background-image: url(../images/sub/bg_page_header01.png);}
.page-header .container .summary.type-02 {background-image: url(../images/sub/bg_page_header02.png);}
.page-header .container .summary.type-03 {background-image: url(../images/sub/bg_page_header03.png);}
.page-header .container .summary.type-04 {background-image: url(../images/sub/bg_page_header04.png);} 


.page-header .container h2 {
    font-size: 60px;
    color: #fff;
    text-align:center;
    padding-top: 90px;
    font-family: 'Happiness-Sans-Title';
}
.page-header .container .page-path {
    position: absolute;
    bottom: 0;
    left: 15px;
    display: flex;
    width: calc(100% - 30px);
    border-radius: 0 0 15px 15px;
    background-color: #f5f5f5;
}
.page-header .container .page-path .home {
    display: block;
    width: 70px;
    background-image:url(../images/sub/ico_home.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
    background-color: #ff8518;
    border-radius: 0 0 0 15px;
}
.page-header .container .page-path > div {
    border-right: 1px solid #ddd;
}
.page-header .container .page-path > div > a, .page-header .container .page-path > div > button {
    width: 280px;
    display: block;
    font-size: 18px;
    line-height: 69px;
    color:#666;
    text-align: left;
    padding:0 25px;
    border: none;
    background-color: #f5f5f5;
	border-radius: 0 0 15px 0; 
}
.page-header .container .page-path > div.depth-1 a {
    background-image:url(../images/sub/ico_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    background-size: auto;
	cursor: default;
}
.page-header .container .page-path > div.dropdown {
    position: relative;
}
.page-header .container .page-path > div.dropdown > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.page-header .container .page-path > div.dropdown > ul > li ~ li {
    border-top: 1px solid #ddd;
}
.page-header .container .page-path > div.dropdown > ul > li > a {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 0 25px;
    line-height: 55px;
    font-weight: 400;
    transition: all .15s;
}
.page-header .container .page-path > div.dropdown > ul > li > a:hover {
    color: #fff;
    background-color: #ff8518;
}
.page-header .container .page-path > div.dropdown.show > ul {
    display: block;
}
.page-header .container .page-path > div.dropdown .btn-drop {
    position: relative;
}
.page-header .container .page-path > div.dropdown .btn-drop:after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 13px;
    height: 8px;
    content: '';
    transition: all .15s;
    transform: translateY(-50%);
    background-image:url(../images/sub/ico_arrow_down.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto;
}
/* .page-header .container .page-path > div.dropdown.show > .btn-drop:after {
    transform: translateY(-50%)  rotate(180deg);
} */

/* sub common */
/* section-content */
/* .section-content {
    padding-top: 90px;
} */
/* section {
	padding-bottom: 150px;
} */
/* section-header */
.section-header {
    text-align: center;
    padding: 90px 0;
}
.section-header h3 {
    position: relative;
    font-size: 50px;
    font-weight: bold;
    color: #111;
    padding-top: 25px;
    font-family: 'Happiness-Sans-Title';
}
.section-header h3:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ff8518;
    border-radius: 50%;
}

/* article-header */
article {
    padding-top: 30px;
}
.article-header {
    padding: 90px 0 40px;
}
.article-header h4 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Happiness-Sans-Bold';
    color: #111;
    background-image:url(../images/sub/ico_title.png);
    background-repeat: no-repeat;
    background-position:0 0;
    background-size: auto;
    padding-left: 20px;
}

/* square-list */
/* .square-list > li {
    position: relative;
    font-size: 18px;
    color: #666;
    padding-left: 15px;
    line-height: 40px;   
}
.square-list > li > span {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #ff8518;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.square-list-box {
    border-top: 2px solid #ff8518;
    width: 840px;
}
.square-list-box > ul {
    width: 100%;
}
.square-list-box > ul > li > dl {
    padding: 50px 0 50px 120px;
    display: flex;
}
.square-list-box > ul > li > dl > dt {
    font-size: 23px;
    font-weight: bold;
    color: #111;
    display: inline-block;
    width: 140px;
    line-height: 40px;
}
.square-list-box > ul > li > dl > dd > .square-list > li {
    position: relative;
    font-size: 18px;
    color: #666;
    padding-left: 15px;
    line-height: 40px;   
}
    
.square-list-box > ul > li > dl > dd > .square-list > li > span {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #ff8518;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} */

/* table */
.outline .section-content .container article .table-wrap {
    width: 100%;
	margin: 0 auto;
}
.table-wrap {
    width: 100%;
}
.table-wrap table {
    width: 1430px;
    table-layout: fixed;
	margin: 0 auto;
}
.board-list .table-wrap .table {
	max-width: 1430px;
	width: 100%;
}
.table-wrap table thead,
.table-wrap table tbody {
    text-align: center;
}
.table-wrap table thead th {
    border-top: 1px solid #ff8518;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    font-size: 20px;
    color: #ff8518;
    border-right: 1px solid #ddd;
}
.table-wrap table thead th:last-child,
.table-wrap table tbody td:last-child {
    border-right: none;
}
.table-wrap table tbody td:last-child {
	font-weight: 600;
}
.table-wrap table tbody td {
    border-bottom:1px solid #ddd;
    font-size: 18px;
    /* font-weight: 500; */
    color: #666;
    line-height: 60px;
    border-right: 1px solid #ddd;
    vertical-align: middle;
}

/* board */

section.board-list {
	padding-bottom: 100px;
}

.table-wrap .table thead tr th {
	border-right: 0;
}
.table-wrap .table thead tr th:last-child {
	border-right: 0;
}
.table-wrap .table tbody td {
	border-right: 0;
}
.table-wrap .table tbody td:last-child {
	border-right: 0;
}
.table-wrap .table tbody td > a {
	display: block;
	text-align: left;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-wrap .table tbody td.d-block {
	display: table-cell !important;
}

#bo_v > .article-header {
	padding: 0;
}

#bo_v_con {
	min-height: 300px;
} 

.btn_area .right > a {
	background-color: #ff8518;
}
.btn_area .left > a {
	background-color: #fff; 
	border: 1px solid #ddd; 
	color: #666;
}
.respon_l {
	padding-bottom: 100px;
}

/* gallery */
section.gallery {
	padding-bottom: 100px;
}
#bo_v .btn_area .right > a {
	background-color: #ff8518;
}
#bo_v .btn_area .left > a {
	background-color: #fff; 
	border: 1px solid #ddd; 
	color: #666;
}
section.gallery .container .section-content > div > form > ul {
	display: flex; 
	width: calc(100% + 40px); 
	margin: 0 -20px; 
	flex-wrap: wrap;
}
section.gallery .container .section-content > div > form > ul > .empty_list {
	margin: 0 auto;
}
section.gallery .container .section-content > div > form > ul > .gall_li {
	text-align: center; 
	width: 25%; 
	padding: 0 20px;
}
section.gallery .container .section-content > div > form > ul > .gall_li:nth-of-type(4) ~ .gall_li {
	margin-top: 30px;
}
section.gallery .container .section-content > div > form > ul > .gall_li > a > .details {
	padding: 10px; 
	border-bottom: 1px solid #ddd;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}

/* article-top */
.article-top .article-title {
    padding: 65px 0 85px 60px;
    width: 550px;
    border-top: 3px solid #ff8518;
    float: left;
}
.article-top .article-title small {
    font-size: 18px;
    color: #ff8518;
    font-weight: bold;
}
.article-top .article-title h4 {
    font-size: 40px;
    color: #111;
    padding-top: 20px;
}
.article-top .details {
    padding: 80px 50px 85px 0;
}
.article-top .details .type-2 > ul {
    padding-left: 60px;
}

/* article-intro */
.article-intro {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.article-intro > div {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}
.article-intro > div.title {
    width: 550px;
    padding: 65px 0 85px 60px;
    border-top: 3px solid #ff8518;
}
.article-intro > div.title small {
    display: block;
    font-size: 18px;
    color: #ff8518;
    font-weight: bold;
}
.article-intro > div.title h4 {
    font-size: 40px;
    color: #111;
    margin-top: 20px;
}
.article-intro > .list {
    position: relative;
    border-top: 3px solid #f5f5f5;
    /* padding-left: 60px; */
    padding-top: 70px;
}
/* .article-intro > .list::before {
    position: absolute;
    top: 65px;
    left: 0;
    content: '';
    width: 1px;
    height: 75px;
    background-color: #ddd;
} */

/* square-list02 */
.square-list.type-2 > ul {
    padding: 5px 0 5px 60px;
    border-left: 1px solid #ddd;
}
.square-list.type-2 > ul.width > li.w55 {
	width: 55%;
}
.square-list.type-2 > ul.width > li.w45 {
	width: 45%;
}
.square-list > ul > li {
    position: relative;
    font-size: 20px;
    color: #666;
    line-height: 32px;   
    padding-left: 15px;
}
.square-list > ul > li:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    background-color: #ff8518;
}
.square-list > ul > li.line:before {
	transform: none;
	top: 13px;
}
.square-list.type-2 > ul {
    display: flex;
    flex-wrap: wrap;
}
.square-list.type-2 > ul > li {
    width: 50%;
}

/* .square-list.type-2 > ul {
    overflow: hidden;
}
.square-list.type-2 > ul > li {
    float: left;
    width: 50%;
}
.square-list.type-2 > ul > li:nth-of-type(2n + 1) {
    clear: both;
} */



/* article-list */

.article-list {
	margin-top: 30px;
}
.article-list > ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.article-list > ul > li {
    width: 25%;
    padding: 0 20px;
}

.article-list > ul > li:nth-of-type(4) ~ li {
    margin-top: 40px;
}
.article-list > ul > li > img {
    display: block;
    width: 100%;
}

 /* doc-tit */
.doc-bg {
    width: 100%;
    /* height: 450px; */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
}
.doc-bg.doc-1 {
    background-image: url(../images/sub/bg_doc_01_.png);
}
.doc-bg.doc-2 {
    background-image: url(../images/sub/bg_doc_02.png);
}
.doc-bg.doc-3 {
    background-image: url(../images/sub/bg_doc_03.png);
}
.doc-tit {
   text-align: center;
   padding-top: 150px;
}
.doc-tit > small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ff8518;
}
.doc-tit > h4 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-top: 15px;
}
.doc-tit > p {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    padding-top: 40px;
}


/* s1_1 greeting */

.greeting .container .section-content {
    display: block;
    width: 100%;
    overflow: hidden;
	position: relative;
	padding-bottom: 150px;
}
.greeting .container .section-content .greeting-content {
    position:relative;
}
.greeting .container .section-content .greeting-content > small {
    font-size: 18px;
    font-weight: bold;
    color: #ff8518;
	display: block;
}
.greeting .container .section-content .greeting-content h4 {
    font-size: 40px;
    color: #111;
    line-height: 55px;
    margin-top:15px;
    margin-bottom: 50px;
    font-family: 'Happiness-Sans-Bold';
}
.greeting .container .section-content .greeting-content p {
    font-size: 22px;
    color: #666;
    line-height: 1.6;
    letter-spacing: -.5px;
}
.greeting .container .section-content .greeting-content > p > b {
    font-size: 25px;
    font-weight: bold;
    color: #111;
}
.greeting .container .section-content .greeting-content > p > small {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    padding-right: 15px;
}
.greeting .container .section-content .greeting-img {
    /* width: 712px; */
    padding: 37px;
	position: absolute;
	bottom: 110px;
	right: 0;
    /* padding-top: 37px;
    padding-left: 37px; */
    background-image: url(../images/sub/bg_greeting_.png);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.greeting .container .section-content .greeting-img img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 5px 34.2px 3.8px rgba(0, 0, 0, .1);
}


/* s1_2 intro */

.intro .section-content .container > b {
    display: block;
    font-size: 40px;
    color: #fff;
    font-family: 'Happiness-Sans-Bold';
    height: 120px;
	line-height: 50px;
    background-color: #ff8518;
    border-radius: 15px;
    text-align: center;
	padding: 10px 0;
}
article .purpose {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 55px;
}
article .purpose p {
    font-size: 25px;
    color: #666;
    line-height: 30px;
}
article .history-content {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
article .history-content .history-img {
    font-size: 0;
    padding-right: 60px;
}
article .history-content .history-img > img {
	display: block;
	max-width: 100%;
}
article .history-content .history {
    width: 50%;
    padding-top: 40px;
}
article .history-content .history h4 {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    color: #ff8518;
    line-height: 70px;
    padding-left: 95px;
    background-image: url(../images/sub/ico_intro_history.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: auto auto;
}
article .history-content .history h4::before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    content: '';
    width: 64px;
    height: 1px;
    background-color: #ddd;
}
article .history-content .history ol {
    position: relative;
}
article .history-content .history ol::before {
    position: absolute;
    bottom: 8px;
    left: 15px;
    content: '';
    width: 1px;
    height: 357px;
    background-color: #ddd;
}
article .history-content .history ol::after {
    position: absolute;
    bottom: 3px;
    left: 12px;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ddd;
    border-radius: 50%;
}
article .history-content .history ol > li {
    padding-left: 95px;
    line-height: 55px;
}
article .history-content .history ol > li > dl {
    display: flex;
}
article .history-content .history ol > li > dl > dt {
    display: inline-block;
    width: 80px;
    font-size: 23px;
    font-weight: bold;
    color: #666;
}
article .history-content .history ol > li > dl > dd {
    font-size: 23px;
    color: #666;
    letter-spacing: -1px;
}
.point-business {
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}
.point-business > ul {
    width: calc(100% + 40px);
    display: flex;
    margin: 0 -20px;
    flex-wrap: wrap;
}
.point-business > ul > li {
    width: 33.33333%;
    padding: 0 20px;
}
.point-business > ul > li:nth-of-type(3) ~ li {
    margin-top: 40px;
}
.point-business > ul > li > figure {
    padding: 60px 0;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
}
.point-business ul > li > figure > figcaption > b {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #111;
    padding-top: 35px;
    line-height: 30px;
}
.point-business ul > li > figure > figcaption > p {
    font-size: 22px;
    color: #666;
    padding-top: 11px;
}

.intro .section-content > article {
    width: 100%;
    height: 619px;
    overflow: hidden;
    background-image: url(../images/sub/bg_intro.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.contact {
    width: 100%;
    
}
.contact > ul {
    width: calc(100% + 40px);
    display: flex;
    margin: 0 -20px;
}
.contact > ul > li {
    width: 33.33333%;
    padding: 0 20px;
}
.contact > ul > li > figure {
    padding: 60px 0 50px;
    background-color: rgba(244,245,246, .5);
    border-radius: 15px;
    text-align: center;
}
.contact ul > li > figure >figcaption > b {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    padding-top: 35px;
    display: block;
}
.contact ul > li > figure > figcaption > p {
    font-size: 23px;
    color: #666;
    padding-top: 15px;
}
.contact ul > li > figure > figcaption > address {
    font-size: 23px;
    color: #666;
    padding-top: 15px;
    font-style: normal;
}
.contact ul > li > figure > figcaption > p > a {
    font-size: 23px;
    color: #666;
}


/* s1_3 outline */
.outline {
    padding-bottom: 150px;
}
.outline > .section-header {
    padding-bottom: 0;
}
.outline > .section-content > .container > article:nth-of-type(1){
    padding-top: 0;
} 
.outline .section-content .container .outline-intro {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.outline .section-content .container .outline-intro  .intro-img {
    padding-right: 60px;
}
.outline .section-content .container .outline-intro .intro-img > img {
	display:block;
	max-width: 100%;
}
.outline .section-content .container .outline-intro > p {
    font-size: 20px;
    color: #666;
    line-height: 31px;
}
.outline .section-content .container .outline-purpose {
    padding: 60px;
    border-radius: 20px;
    background-color: #f5f5f5;
}
.outline .section-content .container .outline-purpose p {
    font-size: 25px;
    color: #666;
    line-height: 30px;
}
.outline .section-content .container .chart {
    background-image: url(../images/sub/bg_chart.png);
    background-repeat: no-repeat;
    background-position: 50% 45px;
    background-size: contain;
    padding-bottom: 90px;
}
.outline .section-content .container .chart .chart-img {
    text-align: center;
}
.outline .section-content .container .chart .chart-img > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/* s1_4 vision */

.vision .section-content .container .mission {
    width: 100%;
    padding: 120px 0 0;
    border-radius: 15px;
}
.vision .section-content .container .mission img {
    max-width: 1164px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.vision .section-content .container .doc-bg {
    margin-top: 120px;
    height: 450px;
}
.vision .section-content .value {
    margin-top: 120px;
    width: 100%;
    background-color: #f5f5f5;
}
.vision .section-content .value .container .value-list {
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
}
.vision .section-content .value .container .value-list > ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
    display: flex;    
}
.vision .section-content .value .container .value-list > ul > li {
    width: 20%;
    text-align: center;
    padding: 0 15px;
}
.vision .section-content .value .container .value-list > ul > li > figure {
    padding: 60px 0;
    border-radius: 20px;
    background-color: #fff;
	height: 297px;
}
.vision .section-content .value .container .value-list > ul > li:nth-of-type(1) > figure {
    background-color: #ff8518;
}
.vision .section-content .value .container .value-list > ul > li:nth-of-type(1) > figure > figcaption > dl > dt {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
.vision .section-content .value .container .value-list > ul > li:nth-of-type(1) > figure > figcaption > dl > dd {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.vision .section-content .value .container .value-list > ul > li > figure > figcaption > dl > dt {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    padding-top: 35px;
}
.vision .section-content .value .container .value-list > ul > li > figure > figcaption > dl > dd {
    font-size: 25px;
    color: #666;
    padding-top: 20px;
}
.vision .section-content .target {
    position: relative;
    padding: 120px 0;
}
.vision .section-content .target .container .target-content {
    position: relative;
    z-index: 1;
}
.target .container .target-content .doc-tit {
    padding-top: 0;
    margin-bottom: 40px;
}
.target .container .target-content .doc-tit h4 {
    color: #111;
    font-weight: bold;
}
.target-list {
    max-width: 1130px; 
    padding: 40px 50px; 
    margin: 0 auto;
    border-radius: 500px;
    background-color: #f5f5f5;
}
.target-list > ul {
    display: table;
    width: 100%; 
    table-layout: fixed;
}
.target-list > ul > li {
    position: relative;
    display: table-cell; 
    vertical-align: top;
    width: 33.333333333%;
}
.target-list > ul > li:after {
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    content: '';
    width: 64px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url(../images/sub/ico_after_dott.png);
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: 0 0;
}
.target-list > ul > li:nth-of-type(2):after {
    right: -50px;
    transform: translateY(-50%) rotate(180deg);
}
.target-list > ul > li:last-child:after {
    display: none;
}
.target-list > ul > li .box {
    position: relative;
    max-width: 270px;
    display: block;
    margin: 0 auto;
}
.target-list > ul > li .box:before {
    display: block;
    width: 100%;
    content: '';
    height: 100%;
    padding-top: 100%;
}
.target-list > ul > li:nth-of-type(1) .box {
    margin-left: 0;
}
.target-list > ul > li:nth-of-type(3) .box {
    margin-right: 0;
}
.target-list > ul > li .box .v-align {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}
.target-list > ul > li .box .v-align p {
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
    color: #666;
    line-height: 30px;
}
.vision .section-content .target .bg-target {
    position:absolute;
    z-index:0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 390px;
    background-image: url(../images/sub/bg_target.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: 50% 50%;
}


/* s1_5 history */

section.history {padding-bottom: 0;}

/* .history > .section-header {
    padding-bottom: 235px;
} */
.history .container .doc-bg.doc-2 {
    height: 530px;
}
.history .container .doc-bg.doc-2 .doc-tit {
    padding-top: 190px;
}
.history .container .doc-bg.doc-2 .doc-tit h4 {
    line-height: 55px;
    padding-top: 30px;
    font-family: 'Happiness-Sans-Bold';
}
.history .container .history-content {
    position: relative;
    padding-top: 80px;
}
.history .container .history-content .title {
    position: absolute;
    top: -80px;
    left: 235px;
    width: 316px;
    padding: 57px 50px;
	border-radius: 20px;
    font-family: 'Happiness-Sans-Bold';
    background-image: url(../images/sub/bg_history_title.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto;
    text-align: center;
}
.history .container .history-content .title > h4 {
    font-size: 40px;
    color: #fff;
}
.history .container .history-content .history-list {
    padding-left: 510px;
}
.history .container .history-content .history-list > ol {
    position: relative;
    padding-top: 30px;
    padding-bottom: 150px;
}
.history .container .history-content .history-list > ol::before {
    position: absolute;
    top: 0;
    left: 15px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.history .container .history-content .history-list > ol > li {
    position: relative;
    padding-left: 90px;
}
.history .container .history-content .history-list > ol > li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 31px;
    height: 31px;
    background-image: url(../images/sub/ico_history.png);
    background-repeat: no-repeat;
	background-size: auto;
    z-index: 1;
}
.history .container .history-content .history-list > ol > li::after {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    content: '';
    width: 63px;
    height: 1px;
    background-color: #ddd;
    z-index: 0;
}
.history .container .history-content .history-list > ol > li > dl {
    display: flex;
}
.history .container .history-content .history-list > ol > li > dl > dt {
    display: inline-block;
    width: 110px;
    font-size: 25px;
    font-weight: bold;
    color: #ff8518;
    line-height: 95px;
}
.history .container .history-content .history-list > ol > li > dl > dd {
    font-size: 23px;
    font-weight: 500;
    color: #666;
    letter-spacing: -.5px;
    line-height: 95px;
}




/* s1_6 location */

.location {
    padding-bottom: 150px;
}
.location .section-content .container .map {
    width:100%;
    height:400px;
}
.location .section-content .container .map iframe {
    width:100%;
    height:400px;
	border-radius: 15px;
}
.location .section-content .container .map-info {
    margin-top:30px;
    display:flex;
    justify-content:space-between;
}
.location .section-content .container .map-info .info {
    padding-top:25px;
}
.location .section-content .container .map-info .info > dl > dt {
    font-size:18px;
    font-weight:bold;
    display:inline-block;
    width:140px;
    color:#111;
}
.location .section-content .container > .map-info .info > dl{
    margin-bottom:25px;
}
.location .section-content .container .map-info .info > dl > dd {
    display:inline-block;
    font-size:18px;
}
.location .section-content .container .map-info .info > dl > dd  address{
    font-style:normal;
}
.location .section-content .container .map-info .info > dl > dd > a {
    color:#666;
}
.location .section-content .container > .map-info .info .tel {
    margin-bottom:0;
}
.location .section-content .container .map-info .btn {
	font-size:0;
}
.location .section-content .container .map-info .btn > a {
	overflow: hidden;
    display:inline-block;
    border:1px solid #ddd;
}
.location .section-content .container .map-info .btn > a img {
	transition: all .15s;
}
.location .section-content .container .map-info .btn > a:hover img {
	transform: rotate(15deg);
}
.location .section-content .container .map-info .btn > a.search {
    border-right:none;
}




/* s2_1 join */

.join {
    padding-bottom: 150px;
}
.join > .section-header {
    padding-bottom: 60px;
}
.join .section-content .container > article:nth-of-type(1) > .article-header {
    padding-top: 0;
}
.join .section-content .container .join-info .info-list {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join .section-content .container .join-info .info-list > li {
    width: 50%;
    padding: 0 20px;
    height: 250px;
}
.join .section-content .container .join-info .info-list > li:nth-of-type(1) > dl,
.join .section-content .container .join-info .info-list > li:nth-of-type(2) > dl {
    border-top: 2px solid #ff8518;
}
.join .section-content .container .join-info .info-list > li > dl {
    display: flex;
    padding: 60px 0 0 60px;
    height: 100%;
    border-bottom: 1px solid #ddd;
}
.join .section-content .container .join-info .info-list > li:last-child {
	width: 100%;
}
.join .section-content .container .join-info .info-list > li:last-child > dl {
    border-bottom: none;
    padding-bottom: 0;
	padding:60px 0 0 60px;
	width: 100%;
}
.join .section-content .container .join-info .info-list > li > dl > dt {
    display: inline-block;
    width: 140px;
    font-size: 25px;
    font-weight: bold;
    color: #111;
    line-height: 35px;
}
.join-info .info-list > li:last-child > dl > dd {
	width: 960px;
}
.join .section-content .container .join-info .info-list > li > dl > dd > .square-list > ul > li {
	font-size: 20px;
}
.join-info .info-list > li > dl > dd .use-list {
    width: 100%;
}
.join-info .info-list > li > dl > dd .use-list > ul {
    width: calc(100% + 40px);
    margin: 0 -20px;
    display: flex;
	align-items: center;
}
.join-info .info-list > li > dl > dd .use-list > ul > li {
    position: relative;
    height: 108px;
    padding: 0 20px;
	width: 25%;
}
.join-info .info-list > li > dl > dd .use-list > ul > li:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -8px;
    width: 15px;
    height: 9px;
    transform: translateY(-50%);
    background-image: url(../images/sub/ico_join_arrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto;
}
.join-info .info-list > li > dl > dd .use-list > ul > li:last-child:after {
    display: none;
}
.join-info .info-list > li > dl > dd .use-list > ul > li > p {
    font-size: 20px;
    color: #666;
	height: 100%;
    border-radius: 20px;
	text-align: center;
    border: 1px dashed #ff8518;
	padding-top: 44px;
}
.join-info .info-list > li > dl > dd .use-list > ul > li:nth-of-type(3) > p {
    line-height: 30px;
	padding-top: 25px;
}
.join .section-content .container .demand > ul {
    width: calc(100% + 45px);
    margin: 0 -22.5px;
    display: flex;
}
.join .section-content .container .demand > ul > li {
    width: 33.3333333%;
    padding: 0 22.5px;
    
}
.join .section-content .container .demand > ul > li > .square-list {
    padding: 50px 20px 60px 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100%;
}
.join .section-content .container .demand > ul > li > .square-list > b {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #111;
    margin-bottom: 35px;
    padding-left: 45px;
}
.join .section-content .container .demand > ul > li > .square-list > b::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 27px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: auto;
}
.join .section-content .container .demand > ul > li:nth-of-type(1) > .square-list > b:before {
    background-image: url(../images/sub/ico_join01.png);
}
.join .section-content .container .demand > ul > li:nth-of-type(2) > .square-list > b::before {
    background-image: url(../images/sub/ico_join02.png);
}
.join .section-content .container .demand > ul > li:nth-of-type(3) > .square-list > b:before {
    background-image: url(../images/sub/ico_join03.png);
}
.join .section-content .container .demand > ul > li > .square-list > ul > li ~ li {
    margin-top: 20px;
}
.join .section-content .container .demand > ul > li > .square-list > ul > li::before {
    top: 14px;
}
.join .section-content .container .demand > ul > li > .square-list > ul > li {
    line-height: 30px;
	font-size: 20px;
}
.join .section-content .container .demand > ul > li > .square-list > ul > li > dl {
    display: flex;
}
.join .section-content .container .demand > ul > li > .square-list > ul > li > dl > dt {
    padding-right: 5px;
	display:inline-block;
	width: 120px;
}



/* s2_2 calendar */
.calendar {
    padding-bottom: 150px;
}
.calendar .section-content .container .calendar-wrap .calendar-title {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.calendar .section-content .container .calendar-wrap .calendar-title > a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.calendar .section-content .container .calendar-wrap .calendar-title > h4 {
    font-size: 40px;
    color: #111;
    padding: 0 15px;
}
.calendar .section-content .container .calendar-wrap .calendar-title > h4 > span{
    display: inline-block;
    font-size: 40px;
    color: #111;
}
.calendar .section-content .container .calendar-wrap table{
    border-spacing:3px;
    border-collapse:separate;
    width: 100%;
    table-layout: fixed;
}
.calendar .section-content .container .calendar-wrap tr > th{
    border-radius:5px;
    background: #f5f5f5;
    font-size: 20px;
    color: #333;
    line-height: 50px;
}
.calendar .section-content .container .calendar-wrap tr > td{
    height: 150px;
    border: 1px solid #ddd;
    border-radius:5px;
    vertical-align: top;
    font-size: 18px;
    color: #666;
    padding: 15px;
}
.calendar .section-content .container .calendar-wrap tr > td > p{
    text-align: right;
    padding: 0 5px;
}
.calendar .section-content .container .calendar-wrap tr > td .date-sat{
    color: #0100ff;
}
.calendar .section-content .container .calendar-wrap tr > td .date-sun{
    color: #ff0000;
}
.calendar .section-content .container .calendar-wrap tr > td > ul {
    padding-top: 10px;
}
.calendar .section-content .container .calendar-wrap tr > td > ul > li > a{
    position: relative;
    display: block;
    padding-left: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.calendar .section-content .container .calendar-wrap tr > td > ul > li > a:before{
    position: absolute;
    content:'-';
    width: 10px;
    height: 1px;
    left: 0;
    top: 0;
}
.calendar .section-content .container .calendar-wrap tr .sun{
    background: #ff8518;
    color: #fff;
}
.calendar .section-content .container .calendar-wrap tr .sat{
    background:#00b58c ;
    color: #fff;
}




/* s2_3~5 public */
.public {
    padding-bottom: 150px;
}
.public > .section-header {
    padding-bottom: 0;
}
.public .section-content .container .content-tab {
    max-width: 855px;
    margin: 0 auto;
	padding-top: 30px;
}
.public .section-content .container .content-tab > ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 5px);
    margin: 0 -2.5px;
}
.public .section-content .container .content-tab > ul > li {
    width: 25%;
    text-align: center;
    padding: 0 2.5px;
}
.public .section-content .container .content-tab > ul > li:nth-of-type(4) ~ li {
    margin-top: 5px;
}
.public .section-content .container .content-tab > ul > li > a {
    display: block;
    width: 210px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    line-height: 55px;
    background-color: #f5f5f5;
    border-radius: 50px;
    transition: all .2s;
}
.public .section-content .container .content-tab > ul > li > a:hover {
    background-color: #00b58c;
    color: #fff;
	font-weight: 600;
}
.public .section-content .container .content-tab > ul > li > a.on {
    background-color: #00b58c;
    color: #fff;
}
.public .section-content .container article .article-intro {
    padding-top: 60px;
}
.public .section-content .container article .article-intro > .list > .square-list > ul > .w100 {
    width: 100%;
}


/* s2_6 job */
.job {
    padding-bottom: 150px;
}
.job > .section-header {
    padding-bottom: 60px;
}
.job > .section-header {
    padding-bottom: 60px;
}
.job .section-content .container > article:nth-of-type(1) > .article-header {
    padding-top: 0;
}
.job .section-content .container > article > .doc-bg.doc-3 {
    height: 260px;
}
.job .section-content .container > article > .doc-bg > .doc-tit {
    padding-top: 120px;
}
.job .section-content .container > article > .doc-bg > .doc-tit > p {
    font-size: 30px;
    padding-top: 0;
}
.job .section-content .container > article .job-info {
    margin-top: 40px;
}
.job .section-content .container > article .job-info > ul {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
}
.job .section-content .container > article .job-info > ul > li {
    width: 50%;
    padding: 0 20px;
}
.job .section-content .container > article .job-info > ul > li > dl {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100%;
}
.job .section-content .container > article .job-info > ul > li > dl > dt {
    position: relative;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #FFC000;
    padding-left: 55px;
}
.job .section-content .container > article .job-info > ul > li > dl > dt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 40px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.job .section-content .container > article .job-info > ul > li:nth-of-type(1) > dl > dt::before {
    background-image: url(../images/sub/ico_job01.png);
}
.job .section-content .container > article .job-info > ul > li:nth-of-type(2) > dl > dt::before {
    background-image: url(../images/sub/ico_job02.png);
}
.job .section-content .container > article .job-info > ul > li > dl > dd > .square-list > ul:nth-of-type(1) > li:nth-of-type(2)::before {
    top: 15px;
}
.job .section-content .container > article .summary {
    margin-top: 20px;
    border: 10px solid #f5f5f5;
    border-radius: 20px;
    padding: 70px 0 70px 390px;
}
.job .section-content .container > article .summary p {
    position: relative;
    padding-left: 155px;
    font-size: 23px;
    color: #666;
    line-height: 30px;
}
.job .section-content .container > article .summary p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 118px;
    height: 118px;
    background-image: url(../images/sub/ico_job03.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.job .section-content .container > article .summary-info {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    margin-top: 40px;
}
.job .section-content .container > article .summary-info > .info-box {
    padding: 0 20px;
    width: 50%;
    text-align: center;
}
.job .section-content .container > article .summary-info > .info-box > ul {
    padding: 60px;
    background-color: #f5f5f5;
    border-radius: 20px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li {
    width: 50%;
    padding: 0 20px;
}
.job .section-content .container > article .summary-info > .info-box > ul > li {
    text-align: center;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > b {
    display: block;
    font-size: 32px;
    color: #FFC000;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > .inner-list {
    display: flex;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-top: 45px;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > .inner-list > li {
    position: relative;
    width: 33.33333%;
    padding: 0 20px;
    height: 230px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(1) > ul > li > .inner-list > li:after {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    content: '';
    width: 23px;
    height: 22px;
    background-image: url(../images/sub/ico_arrow02.png);
    background-repeat: no-repeat;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(1) > ul > li > .inner-list > li:last-child:after {
    display: none;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > .inner-list > li > figure {
    background-color: #fff;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 0;
    height: 100%;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > .inner-list > li > figure img {
    margin-bottom: 30px;
}
.job .section-content .container > article .summary-info > .info-box > ul > li > .inner-list > li > figure > figcaption {
    line-height: 30px;
    font-size: 23px;
    color: #666;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li:nth-of-type(1) > figure {
    padding: 65px 0 70px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li:nth-of-type(2) > figure img {
    margin-bottom: 30px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li > figure > figcaption > b {
    display: block;
    font-size: 23px;
    color: #111;
    padding-bottom: 10px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li > figure > figcaption > p {
    font-size: 23px;
    color: #111;
    line-height: 30px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li:nth-of-type(2) > figure > figcaption {
    position: relative;
    padding-top: 25px;
}
.job .section-content .container > article .summary-info > .info-box:nth-of-type(2) > ul > li > .inner-list > li:nth-of-type(2) > figure > figcaption:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 35px;
    height: 2px;
    background-color: #ddd;
}



