/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
    overflow-y: scroll;/* スクロールバーの有無によるズレ対策 */
	font-size: 62.5%;
    background: #ffffff;
}

body {
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    background: #ffffff;
    color: #1e1e1e;
    font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/*----------------------------------------------------
    リンク
----------------------------------------------------*/
a:link {
    color: #1e1e1e;
    text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:visited {
    color: #1e1e1e;
    text-decoration: none;
}

a:hover {
    color: #1e1e1e;
    text-decoration: none;
}

a:active {
    color: #1e1e1e;
    text-decoration: none;
}

a.link:link {
    color: #0000ff;
    text-decoration: none;
}

a.link:visited {
    color: #0000ff;
    text-decoration: none;
}

a.link:hover {
    color: #0000ff;
    text-decoration: none;
}

a.link:active {
    color: #0000ff;
    text-decoration: none;
}

/* -----------------------------------------------------------
    #wrapper
----------------------------------------------------------- */
.row #wrapper {
	overflow: hidden;
}

.col #wrapper {
	overflow: visible;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
.row header {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	height: 100px;
	background: #ffffff;
	position: fixed;
	z-index: 999;
}

.col header {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: column;
	-webkit-flex-direction: column;
	min-width: 300px;
	height: 100vh;
	background: #ffffff;
	position: fixed;
	z-index: 999;
	border-right: 1px solid #eeeeee;
}

.row header h1 {
	margin: 0 0 0 5%;
    width: 340px;
}

.col header h1 {
	margin: 5% 0 0;
}

header #gNav {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
    width: 100%;
}

.col header #gNav {
    height: 100%;
}


.row header #gNav {
    margin: 0 6%;
}

.col header #gNav {
    margin: 0;
	padding: 5% 27%;
}

@media screen and (max-width: 1240px){
header #gNav {
	font-size: 90%;
}
}

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

.row header #gNav {
    margin: 0 3% ;
}


@media screen and (min-width: 1240px){

#top #main .main section p {
	width: 100% !important;
}

footer {
	font-size: 90%;
}
}

#top.row .inner {
    padding: 0 5%;
}

}

.row header #gNav > ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
    justify-content: space-between;
	-webkit-justify-content: space-between;
    width: 100%;
}

.col header #gNav > ul {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.row header #gNav > ul > li {
	margin: 0;
}

.col header #gNav > ul > li {
	margin: 28px 0 0;
}

header #gNav > ul > li:first-child {
	margin: 0;
}

header #gNav > ul > li > a {
	position: relative;
}

header #gNav > ul > li > a:after {
	content: "";
	background: #ff7800;
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.row header #gNav > ul > li a:after {
	bottom: -41px;
}

.col header #gNav > ul > li a:after {
	bottom: -5px;
}

.row .is-fixed header #gNav > ul > li a:after {
	bottom: -41px;
}

header #gNav > ul > li a:hover:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.row header #gNav > ul > li a.current:after {
	content: "";
	background: #ff7800;
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 100%;
	height: 5px;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.col header #gNav > ul > li a.current:after {
	content: "";
	background: #ff7800;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 3px;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.row .is-fixed header #gNav > ul > li a.current:after {
	bottom: -41px;
}

header #tel_box a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	min-width: 300px;
	height: 100px;
	background: #19b7da;
	color: #ffffff;
	padding: 2%;
}

header #tel_box a p span {
	display: block;
	font-weight: bolder;
}

header #tel_box a p span:nth-child(1) {
	font-size: 28px;
	font-size: 2.8rem;
}

header #tel_box a p span:nth-child(1):before {
	font-family: FontAwesome;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
	content: "\f095";
	margin: 0 0.3em 0 0;
	letter-spacing: -0.25em\0;/*IE*/
}

header #tel_box a p span:nth-child(2) {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

header #gNav #sp_tel_box {
	display: none;
}

#panel-btn {
	display: none;
}

/*----------------------------------------------------*/
/*グローバルメニュー　ドロップダウン*/
/*----------------------------------------------------*/
.hover-click {
    position: relative;
}

.hover-click > ul > li > a {	
    border-bottom: 1px solid #FFF !important;
	display: block;
    width: 240%;
    text-align: left;
    text-decoration: none;
    background: #ff7800;
    color: #fff;
	padding: 10px 20px;
}

.hover-click > ul {
    display: none;
    z-index: 9999;
    position: absolute;
}

.hover-click2 {
    position: relative;
}

.hover-click2 > ul {
    display: none;
    z-index: 9999;
    position: absolute;
}

.hover-click2 > ul > li > a {
    border-bottom: 1px solid #ffffff !important;
    display: block;
    width: 190%;
    text-decoration: none;
    background: #ff7800;
    color: #ffffff;
    padding: 10px 20px;
}

.hover-click3 {
    position: relative;
}

.hover-click3 > ul {
    display: none;
    z-index: 9999;
    position: absolute;
}

.hover-click3 > ul > li > a {
    border-bottom: 1px solid #ffffff !important;
    display: block;
    width: 320%;
    text-decoration: none;
    background: #ff7800;
    color: #ffffff;
    padding: 10px 20px;
}

.hover-click > ul > li > a:hover {
	background:#19b7da;
}

.hover-click > ul > li:last-child a {
	border-bottom:none !important;
}

.hover-click2 > ul > li > a:hover {
	background:#19b7da;
}

.hover-click2 > ul > li:last-child a {
	border-bottom:none !important;
}

.hover-click3 > ul > li > a:hover {
	background:#19b7da;
}

.hover-click3 > ul > li:last-child a {
	border-bottom:none !important;
}

/* -----------------------------------------------------------
    #main
----------------------------------------------------------- */
#lower #main {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 40vh;
	color: #1e1e1e;
	background: #eeeeee;
	padding: 100px 0 0;
}

/* -----------------------------------------------------------
    #container
----------------------------------------------------------- */
.col #container {
	margin: 0 0 0 300px;
	overflow: hidden;
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#lower main {
	padding: 6.25% 5%;
}

main {
	padding-bottom: 10%;
}
/* -----------------------------------------------------------
    heading
----------------------------------------------------------- */
.heading_01 {
	text-align: center;
}

.heading_01 span {
	display: block;
}

.heading_01 span:nth-child(1) {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1;
}

.heading_01 span:nth-child(2) {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 20px 0 0;
}

.heading_02 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #ffffff;
	background: #19b7da;
	padding: 10px 10px 10px 30px;
	padding: 10px 10px 5px 30px\0;/*IE*/
	position: relative;
}

.heading_02:before {
	content: "";
	background: #ffffff;
	width: 5px;
	height: 50%;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/* -----------------------------------------------------------
    .box
----------------------------------------------------------- */
.box {
	padding: 0 5%;
}

/* -----------------------------------------------------------
    .inner
----------------------------------------------------------- */
.inner {
	max-width: 1300px;
	min-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#top.col .inner {
	padding: 0 5%;
}

/* -----------------------------------------------------------
    .btn
----------------------------------------------------------- */
.btn {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #ff7800;
	min-height: 60px;
	height: 60px\0;/*IE*/
	position: relative;
	color: #ffffff !important;
	padding: 2%;
}

.btn:after {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f0a9";
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}

.btn:hover:after {
	color: #ffffff;
}

.btn:hover {
	background: #19b7da;
}

.btn_01 {
	border: 1px solid #ffffff;
	background: none;
}

.btn_01:hover {
	border: 1px solid #ff7800;
	background: #ff7800;
}

/* -----------------------------------------------------------
    section
----------------------------------------------------------- */
main .inner section {
	margin: 10% 0 0;
}

#lower main .inner section:first-of-type {
    xmargin: 0;
}

/* -----------------------------------------------------------
    section
----------------------------------------------------------- */
.page-wide .os-other #interview a:hover .bg span {
    transform: scale(1.05);
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */

footer .above {
	background: #eeeeee;
	padding: 2% 5%;
}

footer .above .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	position: relative;
}

footer .above .inner ol {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex: 1 1;
	-webkit-flex: 1 1;
}

footer .above .inner ol li {
	list-style: none;
	font-weight: bolder;
}

footer .above .inner ol li:after {
	font-family: FontAwesome;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	content: "\f105";
	margin: 0 0.8em;
}

footer .above .inner ol li:last-child:after {
	content: "";
}

footer .above .inner ol li a {
	font-weight: bolder;
}

#lower footer .above .inner ol li:last-child {
	font-weight: normal;
}

#lower footer .above .inner ol li a {
	color: #ff7800;
}

footer .above .inner ol li a:hover {
	opacity: 0.6;
}

footer .above .inner p {
	position: absolute;
	top: -60px;
	right: 0;
}

footer .above .inner p a {
	min-width: 240px;
}

footer .above .inner p a.btn:after {
	content: "\f0aa";
}

footer .below {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #19b7da;
	color: #ffffff;
	min-height: 100px;
	height: 100px\0;/*IE*/
	padding: 2.5% 5%;
}

footer .below .inner {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

footer .below .inner ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex: 1 1;
	-webkit-flex: 1 1;
}

footer .below .inner ul li {
	margin: 0 0 0 3%;
}

footer .below .inner ul li:first-child {

	margin: 0;
}

footer .below ul li a {
	color: #ffffff;
}

footer .below ul li a:hover {
	opacity: 0.6;
}

/* -----------------------------------------------------------
    img:hover
----------------------------------------------------------- */
a img:hover {
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}