@charset "utf-8";
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */

/*　メイン画像　*/

#top .main .slider article {
	height: 70vh;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#top .main .slider article h2 {
	font-size: 60px;
	font-size: 6rem;
	font-weight: bold;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}

#top .main .slider article p {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: white 2px 2px 0px, white -2px 2px 0px,
             white 2px -2px 0px, white -2px -2px 0px;
}

#top .main .slider article section {
	width: 1000px;
	margin: 0 auto;
}

#top .main .slider article section > div {
	margin-top: 8%;
}

#top .main .slider .sl01 {
	background: url(../img/top/main.jpg)no-repeat center / cover;
}

#top .main .slider .sl02 {
	background: url(../img/top/main.jpg)no-repeat center / cover;
}
                                                           

/*　ニュースボックス　*/
#top .news_box {
	padding: 20px 0;
	background: #07429a;
}

#top .news_box dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	width: 1000px;
	margin: 0 auto;
	color: #fff;
}

#top .news_box dl dt {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

#top .news_box dl dd {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px dotted #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
}

#top .news_box dl dd a {
	color: #fff !important;
	text-decoration: underline;
	margin-left: 40px;
}

#top .news_box dl dd a:hover {
	text-decoration: none;
}

/*　トップ　ファーストセクション　*/

#top main #contents > section:first-of-type {
	background: url(../img/top/concept_back.jpg)no-repeat center / cover;
	position: relative;
	z-index: 0;
}

#top main #contents > section:first-of-type:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(7,66,154,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#top main #contents > section:first-of-type .inner > div {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-top: 5%;
}

#top main #contents > section:first-of-type .inner > div article {
	flex: 0 1 45%;
	-webkit-flex: 0 1 45%;
}

#top main #contents > section:first-of-type .inner > div article p {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}

#top main #contents > section:first-of-type .inner > div article p:nth-child(2) {
	margin-top: 5%;
}

#top main #contents > section:first-of-type .inner > div figure {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	margin-left: 5%;
}

#top main #contents > section:first-of-type .inner h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
}


/*　トップ　secondセクション　*/
#top main #contents > section:nth-of-type(2) .inner > div {
	display: flex;
	display: -webkit-flex;
	width: calc(100% + 2vw);
}

#top main #contents > section:nth-of-type(2) .inner > div article {
	width: calc(100% / 4 - 2vw);
	margin-left: 2vw;
	padding: 15px;
	border-radius: 30px;
}

#top main #contents > section:nth-of-type(2) .inner > div article:first-of-type {
	margin-left: 0;
	background: #07429a;
}
#top main #contents > section:nth-of-type(2) .inner > div article:nth-of-type(2) {
	background: #0aa8bf;
}
#top main #contents > section:nth-of-type(2) .inner > div article:nth-of-type(3) {
	background: #fcb800;
}
#top main #contents > section:nth-of-type(2) .inner > div article:nth-of-type(4) {
	background: #0cd264;
}

#top main #contents > section:nth-of-type(2) .inner > div article dl {
	margin-top: 15px;
	color: #fff;
}
#top main #contents > section:nth-of-type(2) .inner > div article dl dt h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

#top main #contents > section:nth-of-type(2) .inner > div article dl dd {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	margin-top: 10px;
	line-height: 1.6;
}

#top main #contents > section:nth-of-type(2) .inner > p {
	margin: 5% auto 0;
}


/*　トップ　ギャラリーセクション　*/

#top main #contents > section:nth-of-type(3) {
	background: #07429a;
}


/*画像　アコーディオン*/

.content > div {
	display: flex;
	display: -webkit-flex;
	width: calc(100% + 2vw);
}

.content > div:nth-of-type(n+2) {
	margin-top: 2vw;
}

.content > div picture {
	width: calc(100% / 3 - 2vw);
	margin-left: 2vw;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	position: relative;
	cursor: pointer;
}

.content > div picture:before {
    background: rgba(147,86,0,0.7);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.content > div picture:hover:before {
	opacity: 1;
}

.content > div picture p {
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	opacity: 0;
	transition: all .3s ease-out .2s;
    -webkit-transition: all .3s ease-out .2s;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.content > div picture:hover p {
	opacity: 1;
}

.content > div picture p span:first-of-type {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.content > div picture p span:nth-of-type(2) {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
}

.content > div picture {
	width: calc(100% / 3 - 2vw);
	margin-left: 2vw;
	position: relative;
	cursor: pointer;
}

.content > div picture:nth-child(3n+1) {
	margin-left: 0;
}

#top main #contents > section:nth-of-type(3) .inner > div:nth-of-type(odd) {
	margin: 2vw 0 0;
}

/*お知らせ　タブ*/

#top main #contents > section:nth-of-type(4) .inner > p {
	margin: 5% auto 0;
}

.tab { 
	display: flex;
	display: -webkit-flex;
}

.tab li { 
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	flex: 1 1;
	-webkit-flex: 1 1;
	cursor: pointer;
	border-left: 1px solid #fff;
}

.tab li:first-child { 
	background: #07429a;
}
.tab li:nth-child(2) { 
	background: #0aa8bf;
}
.tab li:nth-child(3) { 
	background: #0cd264;
}

.tab li:nth-child(1).select { 
	background: #07429a;
	position: relative;
}
.tab li:nth-child(2).select { 
	background: #0aa8bf;
	position: relative;
}
.tab li:nth-child(3).select { 
	background: #0cd264;
	position: relative;
}

#lower.flow .tab li:first-child { 
	background: #0cd264 !important;
}
#lower.flow .tab li:nth-child(2) { 
	background: #0aa8bf !important;
}

#lower.flow .tab li:nth-child(1).select { 
	background: #0cd264 !important;
	position: relative;
}
#lower.flow .tab li:nth-child(2).select { 
	background: #0aa8bf !important;
	position: relative;
}

.tab li.select:after { 
	content: "";
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #07429a;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

#lower.flow .tab li:first-child.select:after { 
	content: "";
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #0cd264;
    position: absolute;
	top: 85%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

.tab li:nth-child(2).select:after { 
	content: "";
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #0aa8bf;
    position: absolute;
	top: 85%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}
.tab li:nth-child(3).select:after { 
	content: "";
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #0cd264;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

.tab_contents { 
	padding-top: 40px;
	border-top: 2px solid #ededed;
	margin-top: 60px;
}

.tab_contents div { 
	background: #fff; 
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeIn;
}

.tab_contents div > dl { 
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 30px 0;
	border-bottom: 1px dotted #ededed;
}

.tab_contents div > dl:first-of-type { 
	padding: 0 0 30px 0;
}

.tab_contents div > dl:last-of-type { 
	border-bottom: 2px solid #ededed;
}

.tab_contents div > dl dt { 
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	min-width: 100px;
	min-height: 30px;
	height: 30px\0;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
.tab_contents div > dl dt.all { 
	background: #07429a;
}
.tab_contents div > dl dt.seminar { 
	background: #0aa8bf;
}
.tab_contents div > dl dt.union { 
	background: #0cd264;
}

.tab_contents div > dl dd { 
	margin-left: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.tab_contents div > dl dd a { 
	margin-left: 30px;
	text-decoration: underline;
	color: #0000ff !important;
}
.tab_contents div > dl dd a:hover { 
	text-decoration: none;
}

@keyframes fadeIn {
	
0% {
    opacity: 0;
    transform: translateY(0px);
}
100% {
    opacity: 1;
    transform: translateY(0px);
}

}

.hide { 
	display:none; 
}

#lower.flow .tab_contents {
	padding-top: 0;
	border-top: 0;
	margin-top: 6%;
}

#lower.flow .tab_contents > div > article {
	padding: 40px 45px;
	border-radius: 30px;
}
#lower.flow .tab_contents > div:first-of-type > article {
	border: 5px solid #0cd264;
	background: url(../img/flow/pattern01.png) repeat;
}
#lower.flow .tab_contents > div:nth-of-type(2) > article {
	border: 5px solid #0aa8bf;
	background: url(../img/flow/pattern02.png) repeat;
}

#lower.flow .tab_contents > div > article > p {
	padding: 10px 40px;
	width: 450px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	border-radius: 18px;
}
#lower.flow .tab_contents > div:first-of-type > article > p {
	background: #0cd264;
}
#lower.flow .tab_contents > div:nth-of-type(2) > article > p {
	background: #0aa8bf;
}

#lower.flow .tab_contents > div > article > p:nth-of-type(2) {
	margin: 40px auto 0;
}

#lower.flow .tab_contents > div:nth-of-type(2) > article > p:nth-of-type(2) span  {
	display: block;
}
#lower.flow .tab_contents > div:nth-of-type(2) > article > p:nth-of-type(2) span:first-child  {
	text-align: center;
	margin-bottom: 10px;
}
#lower.flow .tab_contents > div:nth-of-type(2) > article > p:nth-of-type(2) span:nth-child(2)  {
	text-align: left;
}

#lower.flow .tab_contents > div > article > dl {
	margin-top: 40px;
}

#lower.flow .tab_contents > div > article > dl dt {
	padding: 20px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
}
#lower.flow .tab_contents > div:first-of-type > article > dl dt {
	background: #0cd264;
}

#lower.flow .tab_contents > div:nth-of-type(2) > article > dl dt {
	background: #0aa8bf;
}

#lower.flow .tab_contents > div > article > dl dt span:first-child {
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 20px;
}
#lower.flow .tab_contents > div:first-of-type > article > dl dt span:first-child {
	color: #0cd264;
}

#lower.flow .tab_contents > div:nth-of-type(2) > article > dl dt span:first-child {
	color: #0aa8bf;
}

#lower.flow .tab_contents > div > article > dl dd {
	background: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px;
	border-radius: 0 0 20px 20px;
}
#lower.flow .tab_contents > div:first-of-type > article > dl dd {
	border: 2px solid #0cd264;
}
#lower.flow .tab_contents > div:nth-of-type(2) > article > dl dd {
	border: 2px solid #0aa8bf;
}

#lower.flow .tab_contents > div > article > dl dd > section {
	display: flex;
	display: -webkit-flex;
	margin-top: 40px;
}

#lower.flow .tab_contents > div > article > dl dd > section picture {
	flex: 1 1;
	-webkit-flex: 1 1;
}

#lower.flow .tab_contents > div > article > dl dd > section picture:nth-child(2) {
	margin-left: 40px;
}


/* -----------------------------------------------------------
    投稿ページ
----------------------------------------------------------- */
#lower.single main #contents > section .news_title h2 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.4;
}

#lower.single main #contents > section .news_title div {
	font-weight: 700;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 2.5% 0 0;
}

#lower.single main #contents > section .news_title div time {
	color: #a29d91;
}

#lower.single main #contents > section .news_title div dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 0 0 2%;
}

#lower.single main #contents > section .news_title div dl dt:after {
    content: "：";
    margin: 0 0.25em;
}

#lower.single main #contents > section .news_title div dl dd {
    color: #07429a;
}

#lower.single main #contents > section .article_box {
    border-top: 1px solid #e5e1d7;
	border-bottom: 1px solid #e5e1d7;
	margin: 2.5% 0 0;
	padding: 6.5% 0;
}

#lower.single main #contents > section .article_box > p {
    font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
}

#lower.single main #contents > section .article_box > p {
   margin: 0 0 3%;
   text-align: justify;
   text-justify: inter-ideograph;
}

#lower.single main #contents > section .article_box > p:first-of-type {
    margin: 0;
}

#lower.single main #contents > section .inner .pager {
    display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 6% 0 0;
}

#lower.single main #contents > section .inner .pager li:first-of-type a:before {
    font-size: 24px;
    font-size: 2.4rem;
    content: "\f104";
    margin: 0 0.75em 0 0;
}

#lower.single main #contents > section .inner .pager li:nth-of-type(2) a:before {
    font-size: 18px;
    font-size: 1.8rem;
    content: "\f00a";
    margin: 0 0.75em 0 0;
}

#lower.single main #contents > section .inner .pager li:nth-of-type(3) a:after {
    font-size: 24px;
    font-size: 2.4rem;
    content: "\f105";
    margin: 0 0 0 0.75em;
}

#lower.single main #contents > section .inner .pager li a {
    display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#lower.single main #contents > section .inner .pager li a:hover {
    color: #fcb800;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#lower.single main #contents > section .inner .pager li a:before , #lower.single main #contents > section .inner .pager li a:after {
	font-family: FontAwesome;
	font-weight: normal;
	color: #fcb800;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}



/* -----------------------------------------------------------
    外国人技能実習制度とは
----------------------------------------------------------- */

#lower.training main #contents > .inner > section {
    padding: 8% 0;
	border-bottom: 1px dotted #ededed;
}

#lower.training main #contents > .inner > section > section {
    margin-top: 6%;
}

#lower.training main #contents > .inner > section:first-of-type {
    padding-bottom: 8%;
	border-bottom: 1px dotted #ededed;
}

#lower.training main #contents > .inner > section:last-of-type {
    padding-bottom: 0;
	border-bottom: 0;
}

#lower.training main #contents > .inner > section > section > dl:not(:first-of-type) {
	margin-top: 6%;
}

#lower.training main #contents > .inner > section > section > dl dt h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	position: relative;
	padding: 0 0 0 0.75em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #07429a;
}

#lower.training main #contents > .inner > section > section > dl dt h3:before {
    content: "";
    background: #07429a;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:first-of-type dt h3 {
	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:first-of-type dt h3:before {
    background: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dt h3 {
	color: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dt h3:before {
    background: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:first-of-type dt h3 {
	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:first-of-type dt h3:before {
    background: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:nth-of-type(2) dt h3 {
	color: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:nth-of-type(2) dt h3:before {
    background: #0aa8bf;
}

#lower.training main #contents > .inner > section > section > dl dd {
    margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

#lower.training main #contents > .inner > div {
    margin: 6% 0;
}

#lower.training main #contents > .inner > section:first-of-type p {
    margin-top: 2.5%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

#lower.training main #contents > .inner > section:first-of-type p:first-of-type {
    margin-top: 0;
}

#lower.training main #contents > .inner > div.page_nav {
   background: #f8f8f8;
   padding: 40px;
}
#lower.training main #contents > .inner > div.page_nav > ul {
   background: #fff;
   border: 1px solid #333333;
   padding: 20px;
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
}
#lower.training main #contents > .inner > div.page_nav > ul li {
   flex-grow: 1;
   -webkit-flex-grow: 1;
   flex-shrink: 1;
   -webkit-flex-shrink: 1;
   flex-basis: calc( 50% - 10px );
   -webkit-flex-basis: calc( 50% - 10px );
}

#lower.training main #contents > .inner > div.page_nav > ul li:nth-of-type(2n) {
   margin-left: 20px;
}

#lower.training main #contents > .inner > div.page_nav > ul li:nth-of-type(n+3) {
   margin-top: 20px;
}

#lower.training main #contents > .inner > div.page_nav > ul li a {
   display: block;
   text-align: center;
   background: #07429a;
   color: #fff;
   font-size: 1.2vw;
   font-weight: bold;
   padding: 25px 0;
   position: relative;
   z-index: 0;
}

#lower.training main #contents > .inner > div.page_nav > ul li a:hover {
   background: #fcb800;
}

#lower.training main #contents > .inner > div.page_nav > ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.96,0.8);
    -webkit-transform: scale(0.96,0.8);
}

#lower.training main #contents > .inner > div.page_nav > ul li:last-of-type a:after {
    transform: scale(0.98,0.9);
    -webkit-transform: scale(0.98,0.9);
}

#lower.training main #contents > .inner > section > section.flex_box {
    display: flex;
    display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#lower.training main #contents > .inner > section > section.flex_box > picture {
    flex: 0 1 38%;
   -webkit-flex: 0 1 38%;
   margin-left: 6%;
}

#lower.training main #contents > .inner > section > section.flex_box > div {
    flex: 1 1;
   -webkit-flex: 1 1;
}
#lower.training main #contents > .inner > section > section.flex_box > div p {
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5%;
}

#lower.training main #contents > .inner > section:nth-of-type(2) > p {
     font-size: 14px;
    font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5%;
}

#lower.training main #contents > .inner > section:nth-of-type(2) > ol {
    margin-top: 6%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #0aa8bf;
	counter-reset: my-counter;
  	list-style: none;
  	padding: 0;
}
#lower.training main #contents > .inner > section:nth-of-type(2) > ol li {
  	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#lower.training main #contents > .inner > section:nth-of-type(2) > ol li:nth-of-type(n+2) {
	margin-top: 4%;
}
#lower.training main #contents > .inner > section:nth-of-type(2) > ol li:before {
  	content: counter(my-counter);
  	counter-increment: my-counter;
  	border:1px solid #0aa8bf;
  	color: #0aa8bf;
  	display: block;
  	text-align: center;
  	height: 20px;
  	width: 20px;
  	border-radius: 50%;
  	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 10px;
	margin-top: 2px;
}

#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl dd ol {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	counter-reset: my-counter;
  	list-style: none;
  	padding: 0;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl dd ol > li {
  	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl dd ol > li:before {
  	content: counter(my-counter);
  	counter-increment: my-counter;
  	display: block;
  	text-align: center;
  	height: 20px;
  	width: 20px;
  	border-radius: 50%;
  	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 10px;
	margin-top: 2px;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl dd ol > li:nth-of-type(n+2) {
	margin-top: 2.5%;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:first-of-type dd ol > li:before {
  	border:1px solid #0cd264;
  	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dd ol > li:before {
  	border:1px solid #0aa8bf;
  	color: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:first-of-type dd ol > li {
  	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dd ol > li {
  	color: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dd ol > li:nth-child(3) {
  	flex-wrap: wrap;
  	-webkit-flex-wrap: wrap;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dd ol > li:nth-child(3) ul {
  	width: 70%;
	margin-left: 5em;
	margin-top: 10px;
	list-style: circle;
}
#lower.training main #contents > .inner > section:nth-of-type(4) > section > dl:nth-of-type(2) dd ol > li:nth-child(3) ul > li {
  	list-style: circle;
}


#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl dd ol {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	counter-reset: my-counter;
  	list-style: none;
  	padding: 0;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl dd ol > li {
  	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl dd ol > li:before {
  	content: counter(my-counter);
  	counter-increment: my-counter;
  	display: block;
  	text-align: center;
  	height: 20px;
  	width: 20px;
  	border-radius: 50%;
  	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 10px;
	margin-top: 2px;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl dd ol > li:nth-of-type(n+2) {
	margin-top: 1.5%;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:first-of-type dd ol > li:before {
  	border:1px solid #0cd264;
  	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:nth-of-type(2) dd ol > li:before {
  	border:1px solid #0aa8bf;
  	color: #0aa8bf;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:first-of-type dd ol > li {
  	color: #0cd264;
}
#lower.training main #contents > .inner > section:nth-of-type(5) > section > dl:nth-of-type(2) dd ol > li {
  	color: #0aa8bf;
}

#lower.training main #contents > .inner > section:nth-of-type(5) > section > .tbl {
  	margin-top: 4%;
}

#lower.training main #contents > .inner > section:nth-of-type(5) > section > .tbl table {
  	border-collapse: collapse;
	table-layout: fixed;
	border: 2px solid #ededed;
}

#lower.training main #contents > .inner > section:nth-of-type(5) > section > .tbl table th ,
#lower.training main #contents > .inner > section:nth-of-type(5) > section > .tbl table td {
  	text-align: center;
	padding: 20px;
	border: 2px solid #ededed;
	font-size: 16px;
  	font-size: 1.6rem;
	vertical-align: middle;
}

#lower.training main #contents > .inner > section:nth-of-type(5) > section > .tbl table th {
  	font-weight: bold;
}

#lower.training main #contents > .inner > section:nth-of-type(6) > section > dl {
  	margin-top: 6%;
}

#lower.training main #contents > .inner > section:nth-of-type(6) > section > dl dd {
  	margin-top: 4%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

#lower.training main #contents > .inner > section:nth-of-type(6) > section > dl dd picture {
	flex-grow: 0;
	-webkit-flex-grow: 0;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-basis: calc(50% - 2.5%);
	-webkit-flex-basis: calc(50% - 2.5%);
}


/* -----------------------------------------------------------
    組合について
----------------------------------------------------------- */
#lower.company main #contents > .inner > section > dl {
	display: flex;
	display: -webkit-flex;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed; 
}

#lower.company main #contents > .inner > section > dl:first-of-type {
	margin-top: 6%;
}

#lower.company main #contents > .inner > section > dl:last-of-type {
	border-bottom: 1px solid #ededed;
}

#lower.company main #contents > .inner > section > dl > dt {
	background: #ededed;
	padding: 30px 20px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	flex: 0 1 20%;
	-webkit-flex: 0 1 20%;
}

#lower.company main #contents > .inner > section > dl > dd {
	padding: 30px 20px;
	font-size: 16px;
	font-size: 1.6rem;
	flex: 1 1;
	-webkit-flex: 1 1;
}

#lower.company main #contents > .inner > section > dl > dd > dl {
	margin-top: 1%;
}

#lower.company main #contents > .inner > section > div {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 4%;
}

#lower.company main #contents > .inner > section > div > picture {
	flex-grow: 0;
	-webkit-flex-grow: 0;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	flex-basis: calc(50% - 2.5%);
	-webkit-flex-basis: calc(50% - 2.5%);
}


#lower.company main #contents > .inner > section > div > picture p {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 1.5%;
}


/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */

.contact main .lead {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 4.5%;
}

.contact main .inner section > ol {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contact main .inner section > ol li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  flex: 0 1 30%;
  -webkit-flex: 0 1 30%;
	list-style: none;
	background: #f9f7f2;
	min-height: 70px;
	height: 70px\0;/*IE*/
	position: relative;
	padding: 0 3.5% 0 2.5%;
}

.contact main .inner section > ol li:after {
	background: #ffffff;
	border-color: transparent transparent transparent #f9f7f2;
	border-style: solid;
	border-width: 35px 0 35px 25px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.contact main .inner section > ol li:last-child {
	padding: 0 2.5%;
}

.contact main .inner section > ol li:last-child:after {
	content: none;
}

.contact main .inner section > ol li.is_current {
 	background: #07429a;
}

.contact main .inner section > ol li.is_current p:nth-child(1),
.contact main .inner section > ol li.is_current p:nth-child(2),
.contact main .inner section > ol li.is_current p:nth-child(3) {
	color: #ffffff;
}

.contact main .inner section > ol li.is_current:after {
	border-left-color: #07429a;
}

.contact main .inner section > ol li p:nth-child(1) {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 0 0.5em 0 0;
}

.contact main .inner section > ol li p:nth-child(2) {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
}

.contact main .inner section > ol li p:nth-child(3) {
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: auto;
}

.contact main #formBox {
	font-size: 15px;
	font-size: 1.5rem;
	border-top: 2px solid #e5e1d7;
	border-bottom: 2px solid #e5e1d7;
	margin: 5% 0;
	padding: 3.5% 0;
}

.contact main #formBox dl {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	border-top: 1px dashed #e5e1d7;
	padding: 2.5%;
}

.contact main #formBox dl:first-child {
	border: none;
	padding: 0 2.5% 2.5%;
}

.contact main #formBox dl:last-child {
	padding: 2.5% 2.5% 0;
}

.contact main #formBox dl.fs dt {
	align-self: flex-start;
	-webkit-align-self: flex-start;
	margin: 1rem 0 0;
}

.contact main #formBox dl dt {
	flex: 0 1 25%;
	-webkit-flex: 0 1 25%;
}

.contact main #formBox dl dt span {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.contact main #formBox dl dd {
	flex: 1 1;
	-webkit-flex: 1 1;
}

.contact main #formBox dl dt span:before {
	content: "必須";
	background: #c30d23;
	color: #ffffff;
	font-size: 10px;
	font-size: 1.0rem;
	margin: 0 1em 0 0;
	padding: 0.3em 0.5em;
}

.contact main #formBox dl dd ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.contact main #formBox dl.radio dd ul li {
	margin: 0 0 0 3%;
}

.contact main #formBox dl.horiz dd ul li {
	margin: 0 0 0 1.5%;
}

.contact main #formBox dl dd ul li:first-child {
	margin: 0;
}

#btnBox p {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

#btnBox #btn_wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 2.5vw 0 0;
}

#btnBox #btn_wrap button {
	border: none;
	cursor: pointer;
  transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.contact main #formBox dl dd .select {
	background: #f9f7f2;
	position: relative;
	z-index: 0;
}

.contact main #formBox dl dd .select:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 22px;
	font-size: 2.2rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
}

.contact main #formBox dl dd select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	color: #43341d;
	height: 40px;
	padding: 0 4rem 0 1rem;
	width: 100%;
}

.contact main #formBox dl dd select::-ms-expand {
	display: none;
}

.contact main #formBox dl dd select option {
	padding: 0 0 0 1rem;
}

.contact main #formBox input[type="text"],
.contact main #formBox input[type="email"],
.contact main #formBox input[type="tel"],
.contact main #formBox textarea,
.contact main #formBox select {
	-moz-appearance: none;
	border: none;
	background: #f9f7f2;
}

.contact main #formBox input,
.contact main #formBox textarea,
.contact main #formBox select {
	font-size: 15px;
	font-size: 1.5rem;
	color: #43341d;
}

.contact main #formBox input[type="text"],
.contact main #formBox input[type="email"],
.contact main #formBox input[type="tel"],
.contact main #formBox textarea,
.contact main #formBox select {
	-moz-appearance: none;
}

.contact main #formBox input[type="text"],
.contact main #formBox input[type="email"],
.contact main #formBox input[type="tel"] {
	height: 40px;
	padding: 0 1rem;
}

.contact main #formBox input[type="checkbox"],
.contact main #formBox input[type="radio"] {
	margin: -3px 0.5rem 0 0;
}

.contact main #formBox input[type="email"] {
	width: 55rem;
}

.contact main #formBox input[type="tel"] {
	width: 20rem;
}

.contact main #formBox input#postal {
	width: 11.5rem;
}

.contact main #formBox textarea {
    padding: 0.5rem 1rem;
    width: 100%;
}

.select_01 {
    width: 10rem;
}

.select_02 {
    width: 20rem;
}

.select_03 {
    width: 30rem;
}

.select_04 {
    width: 40rem;
}

.select_05 {
    width: 50rem;
}

.txtarea {
    width: 100%;
}

.txtarea_01 {
    width: 10rem;
}

.txtarea_02 {
    width: 15rem;
}

.txtarea_03 {
    width: 25rem;
}

.txtarea_04 {
    width: 35rem;
}

.txtarea_05 {
    width: 45rem;
}

.txtarea_06 {
    width: 55rem;
}

.txtarea_07 {
    width: 65rem;
}

/*    入力内容の確認ページ
----------------------------------------------------------- */
.confirm main #container #contents #formBox dl:last-child dt {
	padding: 0;
}

.confirm main #container #contents #btnBox button {
	min-width: 250px;
}

.confirm main #container #contents #btnBox button:last-child {
	margin: 0 0 0 40px;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete main #container #contents #formBox {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

.complete main #container #contents #formBox p:last-child {
	margin: 20px 0 0;
}