/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

/* レイアウト
--------------------------------------------------------------------------*/

html {
}

body {
	color: #333;
    background: url("../img/common/bg.png") center top repeat-y;
    background-size: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: 100%;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 90%;
    max-width: 1500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width30 {
	width: 35%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 300%;
	text-align: left;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

h1 span {
	display: block;
	align-items: center;
	color: #58BEDD;
	font-size: 35%;
    padding-bottom: 10px;
    padding-left: 60px;
	text-transform: uppercase;
}

h1::before {
	content: '';
    position: relative;
    top: -13px;
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 3px;
	background-color: #58BEDD;
}

h2 {
    border-left: 4px solid #58BEDD;
	padding-left: 20px;
	font-size: 180%;
	margin-bottom: 40px;
	text-align: left;
}

h2 span {
	font-size: 65%;
    margin-left: 20px;
	color: #58BEDD;
    font-weight: 500;
}

h3 {
	font-size: 160%;
	margin-bottom: 30px;
	text-align: left;
    line-height: 160%;
}

h3 span {
    display: inline-block;
    background: #58BEDD;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 3px 12px;
    margin-right: 10px;
    font-size: 120%;
    color: #FFF;
}

p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 220%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ul.text li span {
	display: inline-block;
	vertical-align: top;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header_btn {
    text-align: left;
	margin-left: 5%;
    margin-bottom: 20px;
}

#header_btn ul li {
    font-size: 90%;
    display: inline-block;
}

#header_btn ul li a {
    display: block;
    padding: 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    color: #FFF;
    text-decoration: none;
}

#header_btn ul li:nth-child(1) a {
    background: #58BEDD;
    border: 2px solid #58BEDD;
    border-top: none;
}

#header_btn ul li:nth-child(1) a:hover {
    background: #FFF;
    color: #3AA4C4;
    border: 2px solid #3AA4C4;
    border-top: none;
}

#header {
    margin-bottom: 100px;
}

.header_left {
	float: left;
	margin-left: 5%;
}

.header_right {
	float: right;
	margin-right: 5%;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
}

#dropmenu {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 1000;
}

#dropmenu li {
	position: relative;
	z-index: 1000;
	line-height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	text-align: center;
	box-sizing: border-box;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 13px 10px 13px 12px;
	font-size: 90%;
	line-height: 100%;
	text-decoration: none;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 2000;
	top: 100%;
	left: 0;
	width: 300%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#dropmenu li:nth-child(7) a {
    background: #FC9904 url("../img/nav/navi_arrow.svg") center right 10px no-repeat;
    border-radius: 100px;
    padding: 13px 45px 13px 30px;
    color: #FFF;
}

#dropmenu li:nth-child(7) a:hover {
    background: #58BEDD url("../img/nav/navi_arrow.svg") center right 10px no-repeat;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	font-size: 90%;
	transition: .2s;
	border-right: none;
}

#dropmenu li ul li a {
	padding: 15px 12px;
	text-align: left;
	color: #FFF;
}

#dropmenu li ul li:nth-child(7) a {
}

#dropmenu > li:hover > a { background: #58BEDD; color:#FFF; border-radius: 100px; }
#dropmenu > li:hover li:hover > a {  background: #3AA4C4; color: #FFF; transition: 0.5s;}
#dropmenu li:hover > ul > li {
	overflow: visible;
	height: 44px;
	background: #58BEDD;
	border-bottom: 1px solid #93D5E8;
	box-sizing: border-box;
}

#home #dropmenu li a#cat-nav-1 { color: #CCCCCC; }
#message #dropmenu li a#cat-nav-2 { color: #CCCCCC; }
#recruitment #dropmenu li a#cat-nav-3 { color: #CCCCCC; }
#interview #dropmenu li a#cat-nav-4 { color: #CCCCCC; }
#education #dropmenu li a#cat-nav-5 { color: #CCCCCC; }
#data #dropmenu li a#cat-nav-6 { color: #CCCCCC; }


#menu_btn {
	display: none;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#home #container {
	position: relative;
    margin-top: 120px;
}

#container {
	position: relative;
    margin-top: 100px;
}

section {
	padding-bottom: 100px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column3 p span {
	display: block;
	text-align: center;
	margin-top: 5px;
}

.column4 {
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.left50 {
	width: 48%;
	float: left;
}

.right50 {
	width: 48%;
	float: right;
}

.left40 {
	width: 40%;
	float: left;
}

.right60 {
	width: 55%;
	float: right;
}

.left60 {
	width: 60%;
	float: left;
}

.right40 {
	width: 35%;
	float: right;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	z-index: 100;
}

#main p {
	position: absolute;
	bottom: 15%;
	left: 15%;
	right: 15%;
	transform: translateY(0%) translateX(0%);
	margin: auto;
	z-index: 1;
}

#ceo {
    background: url("../img/content/top/ceo.png") top right no-repeat;
    background-size: contain;
}

.picture_box,
.picture_box2 {
	box-sizing: border-box;
	position: relative;
    z-index: 1;
	transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.picture_box div {
    position: relative;
    z-index: 3;
    margin-top: -50px;
	padding: 15px 20px 10px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    width: 90%;
    left: 5%;
    right: 5%;
    border-radius: 10px;
}

.picture_box div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.picture_box div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.picture_box div p.name {
    font-size: 140%;
}

.picture_box2 div {
    position: relative;
    z-index: 3;
    margin-top: -50px;
	padding: 25px 20px 20px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    width: 45%;
    left: 5%;
    border-radius: 10px;
}

.picture_box2 div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.picture_box2 div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.picture_box2 div p.name {
    font-size: 140%;
}

.picture_box a,
.picture_box2 a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.picture_box a:hover,
.picture_box2 a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap,
.picture_box2 a .imgWrap2 {
    overflow: hidden;
    border-radius: 20px;
    background: #58BEDD;
}

.picture_box a .imgWrap img,
.picture_box2 a .imgWrap2 img {
    width: 100%;
    height: auto;
    transition: .3s;
    border-radius: 20px;
}

.picture_box a:hover .imgWrap img,
.picture_box2 a:hover .imgWrap2 img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    background-size: 100%;
}

#message #prt_main { background: url("../img/content/message/main.jpg") center center no-repeat; }
#recruitment #prt_main { background: url("../img/content/recruitment/main.jpg") center center no-repeat; }
#interview #prt_main { background: url("../img/content/interview/main.jpg") center center no-repeat; }
    #case01 #prt_main { background: url("../img/content/interview/case01/main.jpg") center center no-repeat; }
    #case02 #prt_main { background: url("../img/content/interview/case02/main.jpg") center center no-repeat; }
    #case03 #prt_main { background: url("../img/content/interview/case03/main.jpg") center center no-repeat; }
    #case04 #prt_main { background: url("../img/content/interview/case04/main.jpg") center center no-repeat; }
    #case05 #prt_main { background: url("../img/content/interview/case05/main.jpg") center center no-repeat; }
    #case06 #prt_main { background: url("../img/content/interview/case06/main.jpg") center center no-repeat; }
    #case07 #prt_main { background: url("../img/content/interview/case07/main.jpg") center center no-repeat; }
#education #prt_main { background: url("../img/content/education/main.jpg") center center no-repeat; }
#data #prt_main { background: url("../img/content/data/main.jpg") center center no-repeat; }
#entry #prt_main { background: url("../img/content/entry/main.jpg") center center no-repeat; }

#prt_main_bg {
    padding: 150px 0;
    /*
    background: rgba(255,255,255, 0.7);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    */
}

#case01 #prt_main_bg,
#case02 #prt_main_bg,
#case03 #prt_main_bg,
#case04 #prt_main_bg,
#case05 #prt_main_bg,
#case06 #prt_main_bg,
#case07 #prt_main_bg {
    padding: 80px 0 60px;
}

#prt_main_box {
    position: flex;
}

#prt_main_left {
}

#prt_main_left p {
    background: #58BEDD;
    border-radius: 100px;
    padding: 3px 0;
    text-align: center;
    color: #FFF;
    margin-bottom: 5px;
    width: 30%;
    font-size: 90%;
}

#prt_main_left ul {
    margin-top: 20px;
    width: 30%;
    font-size: 90%;
    border-top: 1px solid #58BEDD;
}

#case03 #prt_main_left ul {
    margin-top: 20px;
    width: 35%;
    font-size: 90%;
    border-top: 1px solid #58BEDD;
}

#prt_main_left ul li {
    list-style: none;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #58BEDD;
    text-transform: none;
}

#prt_main_right {
    position: absolute;
    right: 5%;
    top: 200px;
    width: 50%;
}

#prt_main_left h1 {
	text-align: left;
	margin: 0;
	padding: 0;
}

#prt_main_left h1 span {
    padding: 0;
	text-transform: none;
}

#prt_main_left h1::before {
    display: none;
}

#list_navi {
	padding: 20px 0 30px;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
}


/* 写真
-------------------------------------*/

.link_box {
	box-sizing: border-box;
	position: relative;
    z-index: 1;
	transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.link_box div {
    position: relative;
    z-index: 3;
	padding: 30px 20px 25px;
    margin: 5px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    border-radius: 10px;
	transition: 0.3s;
}

.link_box div:hover {
	transition: 0.3s;
    background: #58BEDD url("../img/common/arrow_white.svg") center right 10px no-repeat;
}

.link_box div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.link_box div:hover p.sub,
.link_box div:hover p.name {
    color: #FFFFFF;
}

.link_box div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.link_box div p.name {
    font-size: 140%;
}

.link_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.link_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.maru {
}

.maru img {
    border-radius: 20px;
}

.data_box {
    border: 5px solid #58BEDD;
    background: #FFF;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.data_box p:nth-child(1) {
    text-align: center;
    font-size: 140%;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px dotted #58BEDD;
}

/* フェード
-------------------------------------*/

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	position: relative;
}

#footer_contact_bg {
    background:  url("../img/footer/footer_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0 60px;
}

#footer_contact_bg h1 {
	color: #FFF;
    text-align: center;
}

#footer_contact_bg h1::before {
    display: none;
}

#footer_contact_bg h1 span {
	color: #FFF;
    margin: auto;
    padding: 0;
}

#footer_contact_bg p {
    color: #FFF;
    font-size: 120%;
    text-align: center;
}

#footer_contact_main {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

#footer_contact_main ul {
	margin-top: 20px;
}

#footer_contact_main ul li.btn {
	list-style: none;
    width: 100%;
    padding: 25px 0;
    margin-top: 0px;
}

#footer_contact_main ul li.btn a {
    font-size: 140%;
    padding: 25px 0;
}

#footer_main {
    background: #FFFFFF;
	position: relative;
	padding: 60px 0 60px;
}

#footer_main_left {
    float: left;
	margin-top: 15px;
}

#footer_main_left p {
    line-height: 160%;
    font-size: 85%;
    margin-bottom: 30px;
}

#footer_main_right {
    float: right;
}

.sitemap {
	text-align: left;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 85%;
}

.sitemap ul {
}

.sitemap ul li {
	list-style: none;
	margin-top: 15px;

}

.sitemap ul li a {
	background: url("../img/footer/footer_arrow01.svg") top 7px left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}

.sitemap ul li ul li a {
	background: url("../img/footer/footer_arrow02.svg") center left no-repeat;
	padding-left: 15px;
}

.sitemap ul li a:hover {
	text-decoration: underline;
}

.sitemap ul li ul li {
	margin-left: 5px;
}

#footer_address {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 50px 0 0;
    margin-top: 60px;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 80%;
}

/* その他
--------------------------------------------------------------------------*/

/* loading
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}


/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
    width: 300px;
    margin-top: 40px;
    text-align: center;
}

.btn a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
    color: #FFF;
	padding: 10px;
    border-radius: 100px;
	box-sizing: border-box;
	background: #FC9904 url("../img/common/arrow.svg") center right 20px no-repeat;
}

.btn a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #3AA4C4;
}

.btn2 {
    width: 300px;
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn2 a {
	transition: 0.3s;
	text-decoration: none;
	display: block;
    color: #FFF;
	padding: 10px;
    border-radius: 100px;
	box-sizing: border-box;
	background: #CCCCCC url("../img/common/arrow.svg") center right 20px no-repeat;
}

.btn2 a:hover {
	color: #FFFFFF;
	transition: 0.3s;
	text-decoration: none;
	background-color: #333333;
}


/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
	background: #0088DB;
}


/* ワードプレス
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #EEE;
	margin-bottom: 50px;
	margin-top: 30px;
	padding: 15px 0;
	background: #F5F5F5;
	font-size: 80%;
}

.screen-reader-text {
	/*
	display: none;
	*/
}

.nav-links {
}

.nav-previous {
	float:left
}

.nav-next {
	float: right;
}

nav.navigation {
    display: none;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
        text-align: center;
}
.pagination-box {
    display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff; /* 通常の文字色 */
    background: #F28989; /* 通常の背景色 */
}
.pagination a:hover{
    color: #fff; /* マウスホバー時の文字色 */
    background: #F28989; /* マウスホバー時の背景色 */
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    color: #FFF; /* 現在のページの文字色 */
        background: #F28989; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
    font-size: 12px;
    line-height: 12px;
}
.pagination span, .pagination a {
    padding: 8px 10px 8px 10px;
}
.pagination .current{
    padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット（640px〜800px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1000px) {

.pc {
	display:none;
}

.tab2 {
	display: block;
}

.sp {
	display:none;
}
	
.width {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
    display: none;
}

#menu_btn {
	display: block;
    position: fixed;
    top: 30px;
    right: 5%;
    z-index: 1000;
}

#menu_btn a {
    display: block;
    background: #58BEDD;
    padding: 20px;
}
    
#menu_btn a:hover img {
    opacity: 1;
}

#ceo {
    background: url("../img/content/top/ceo.png") top right no-repeat;
    background-size: contain;
}

#ceo div {
    width: 50%;
}


#footer_contact_bg {
    background: url("../img/footer/footer_woman.png") bottom right -30px no-repeat, url("../img/footer/footer_bg.jpg") center center no-repeat;
    background-size: 30%, cover;
}

.sitemap {
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 80%;
}

}


/* ----------------------------------------------------------------------------------------------------
     スマホ（〜640px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.tab2 {
	display: block;
}

.sp {
	display:block;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width30 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 230%;
	text-align: left;
	font-weight: 500;
	line-height: 130%;
	margin-bottom: 30px;
}

h1 span {
	display: block;
	align-items: center;
	color: #58BEDD;
	font-size: 35%;
    padding-bottom: 10px;
    padding-left: 50px;
	text-transform: uppercase;
}

h1::before {
	content: '';
    position: relative;
    top: -13px;
	display: inline-block;
	margin-right: 20px;
	width: 30px;
	height: 3px;
	background-color: #58BEDD;
}

h2 {
    border-left: 4px solid #58BEDD;
	padding-left: 20px;
	font-size: 180%;
	margin-bottom: 40px;
	text-align: left;
}

h2 span {
	font-size: 65%;
    margin-left: 20px;
	color: #58BEDD;
    font-weight: 500;
}

h3 {
	font-size: 130%;
	margin-bottom: 30px;
	text-align: left;
    line-height: 160%;
}

h3 span {
    display: inline-block;
    background: #58BEDD;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 120%;
    color: #FFF;
}

p + h3,
ul + h3 {
	margin-top: 40px;
}

p {
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 95%;
	padding-bottom: 20px;
	vertical-align: middle;
}

ul.text li {
	line-height: 220%;
	padding: 0 0 0 10px;
	list-style: inside;
}

ul.text li span {
	display: inline-block;
	vertical-align: top;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header_btn {
    text-align: left;
	margin-left: 5%;
    margin-bottom: 20px;
}

#header_btn ul li {
    font-size: 90%;
    display: inline-block;
}

#header_btn ul li a {
    display: block;
    padding: 10px 20px 10px;
    border-radius: 0 0 10px 10px;
    color: #FFF;
    text-decoration: none;
}

#header_btn ul li:nth-child(1) a {
    background: #58BEDD;
    border: 2px solid #58BEDD;
    border-top: none;
}

#header_btn ul li:nth-child(1) a:hover {
    background: #FFF;
    color: #3AA4C4;
    border: 2px solid #3AA4C4;
    border-top: none;
}

#header {
    margin-bottom: 100px;
}

.header_left {
	float: left;
	margin-left: 5%;
}

.header_right {
	float: right;
	margin-right: 5%;
}


/* コンテンツ
--------------------------------------------------------------------------*/

#home #container {
	position: relative;
    margin-top: 80px;
}

#container {
	position: relative;
    margin-top: 60px;
}

section {
	padding-bottom: 100px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right:0;
}

.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0%;
}

.column4 {
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 18%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 20px;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
	margin-right: 0%;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.left50 {
	width: 100%;
	float: none;
}

.right50 {
	width: 100%;
	float: none;
}

.left40 {
	width: 100%;
	float: none;
}

.right60 {
	width: 100%;
	float: none;
}

.left60 {
	width: 100%;
	float: none;
}

.right40 {
	width: 100%;
	float: none;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	z-index: 100;
}

#main p {
	position: absolute;
	bottom: 15%;
	left: 15%;
	right: 15%;
	transform: translateY(0%) translateX(0%);
	margin: auto;
	z-index: 1;
}

#ceo {
    background: url("../img/content/top/ceo.png") top center no-repeat;
    background-size: contain;
    padding-top: 380px;
}

#ceo div {
    width: 100%;
}

.fontLLL {
	font-size: 160%;
}

.picture_box,
.picture_box2 {
	box-sizing: border-box;
	position: relative;
    z-index: 1;
	transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.picture_box div {
    position: relative;
    z-index: 3;
    margin-top: -50px;
	padding: 15px 20px 10px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    width: 90%;
    left: 5%;
    right: 5%;
    border-radius: 10px;
}

.picture_box div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.picture_box div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.picture_box div p.name {
    font-size: 140%;
}

.picture_box2 div {
    position: relative;
    z-index: 3;
    margin-top: -50px;
	padding: 20px 20px 15px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    width: 90%;
    left: 5%;
    right: 5%;
    border-radius: 10px;
}

.picture_box2 div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.picture_box2 div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.picture_box2 div p.name {
    font-size: 140%;
}

.picture_box a,
.picture_box2 a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.picture_box a:hover,
.picture_box2 a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.picture_box a .imgWrap,
.picture_box2 a .imgWrap2 {
    overflow: hidden;
    border-radius: 20px;
    background: #58BEDD;
}

.picture_box a .imgWrap img,
.picture_box2 a .imgWrap2 img {
    width: 100%;
    height: auto;
    transition: .3s;
    border-radius: 20px;
}

.picture_box a:hover .imgWrap img,
.picture_box2 a:hover .imgWrap2 img {
	transform: scale(1.1) !important;
	opacity: 0.5;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    background-size: cover;
}

#message #prt_main { background: url("../img/content/message/main.jpg") center center no-repeat; }
#recruitment #prt_main { background: url("../img/content/recruitment/main.jpg") center center no-repeat; }
#interview #prt_main { background: url("../img/content/interview/main.jpg") center center no-repeat; }
    #case01 #prt_main { background: url("../img/content/interview/case01/main.jpg") center center no-repeat; }
    #case02 #prt_main { background: url("../img/content/interview/case02/main.jpg") center center no-repeat; }
    #case03 #prt_main { background: url("../img/content/interview/case03/main.jpg") center center no-repeat; }
    #case04 #prt_main { background: url("../img/content/interview/case04/main.jpg") center center no-repeat; }
    #case05 #prt_main { background: url("../img/content/interview/case05/main.jpg") center center no-repeat; }
    #case06 #prt_main { background: url("../img/content/interview/case06/main.jpg") center center no-repeat; }
    #case07 #prt_main { background: url("../img/content/interview/case07/main.jpg") center center no-repeat; }
#education #prt_main { background: url("../img/content/education/main.jpg") center center no-repeat; }
#data #prt_main { background: url("../img/content/data/main.jpg") center center no-repeat; }
#entry #prt_main { background: url("../img/content/entry/main.jpg") center center no-repeat; }

#prt_main_bg {
    padding: 40px 0 150px;
}

#case01 #prt_main_bg,
#case02 #prt_main_bg,
#case03 #prt_main_bg,
#case04 #prt_main_bg,
#case05 #prt_main_bg,
#case06 #prt_main_bg,
#case07 #prt_main_bg {
    padding: 30px 0 150px;
}

#prt_main_box {
    position: flex;
}

#prt_main_left {
}

#prt_main_left p {
    background: #58BEDD;
    border-radius: 100px;
    padding: 3px 0;
    text-align: center;
    color: #FFF;
    margin-bottom: 5px;
    margin-left: 5%;
    width: 90%;
    font-size: 90%;
}

#prt_main_left ul {
    margin-top: 20px;
    width: 90%;
    font-size: 90%;
    margin-left: 5%;
    border-top: 1px solid #58BEDD;
}

#case03 #prt_main_left ul {
    margin-top: 20px;
    width: 90%;
    font-size: 90%;
    margin-left: 5%;
    border-top: 1px solid #58BEDD;
}

#prt_main_left ul li {
    list-style: none;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #58BEDD;
    text-transform: none;
}

#prt_main_right {
    position: absolute;
    left: 7.5%;
    right: 7.5%;
    top: 280px;
    width: 85%;
}

#case01 #prt_main_right,
#case02 #prt_main_right,
#case05 #prt_main_right,
#case06 #prt_main_right,
#case07 #prt_main_right {
    top: 420px;
}

#case03 #prt_main_right {
    top: 450px;
}

#case04 #prt_main_right {
    top: 380px;
}

#prt_main_left h1 {
	text-align: center;
    font-size: 240%;
	margin: 0;
	padding: 0;
}

#prt_main_left h1 span {
    padding: 0;
	text-transform: none;
}

#prt_main_left h1::before {
    display: none;
}

#list_navi {
    margin-top: 100px;
	padding: 20px 0 30px;
}

#list_navi div {
	text-align: left;
	font-size: 70%;
}

#list_navi span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
}


/* 写真
-------------------------------------*/

.link_box {
	box-sizing: border-box;
	position: relative;
    z-index: 1;
	transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.link_box div {
    position: relative;
    z-index: 3;
	padding: 30px 20px 25px;
    margin: 5px;
    box-shadow: 0 0 5px #CCC;
    box-sizing: border-box;
    background: #FFF url("../img/common/arrow_orange.svg") center right 10px no-repeat;
    border-radius: 10px;
	transition: 0.3s;
}

.link_box div:hover {
	transition: 0.3s;
    background: #58BEDD url("../img/common/arrow_white.svg") center right 10px no-repeat;
}

.link_box div p {
    margin-bottom: 5px;
    line-height: 130%;
}

.link_box div:hover p.sub,
.link_box div:hover p.name {
    color: #FFFFFF;
}

.link_box div p.sub {
    font-size: 85%;
    color: #58BEDD;
}

.link_box div p.name {
    font-size: 140%;
}

.link_box a {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #4d4d4d;
}

.link_box a:hover {
	border-bottom-color: transparent;
	transform: translateY(0em) !important;
}

.maru {
}

.maru img {
    border-radius: 20px;
}

.data_box {
    border: 5px solid #58BEDD;
    background: #FFF;
    padding: 20px 20px 0;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.data_box p:nth-child(1) {
    text-align: center;
    font-size: 140%;
    padding-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px dotted #58BEDD;
}

/* フェード
-------------------------------------*/

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
}

/* フッター
--------------------------------------------------------------------------*/

footer {
	position: relative;
}

#footer_contact_bg {
    background: url("../img/footer/footer_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
}

#footer_contact_bg h1 {
	color: #FFF;
    text-align: center;
}

#footer_contact_bg h1::before {
    display: none;
}

#footer_contact_bg h1 span {
	color: #FFF;
    margin: auto;
    padding: 0;
}

#footer_contact_bg p {
    color: #FFF;
    font-size: 120%;
	margin-bottom: 0;
    text-align: center;
    width: auto;
    margin-left: auto;
}

#footer_contact_main {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#footer_contact_main ul {
	margin-top: 0px;
}

#footer_contact_main ul li.btn {
	list-style: none;
    width: 100%;
    padding: 25px 0;
    margin-top: 0px;
}

#footer_contact_main ul li.btn a {
    font-size: 140%;
    padding: 20px 0;
}

#footer_main {
    background: #FFFFFF;
	position: relative;
	padding: 60px 0 20px;
}

#footer_main_left {
    float: none;
	margin-top: 15px;
}

#footer_main_left p {
    line-height: 160%;
    font-size: 85%;
    text-align: center;
    margin-bottom: 30px;
}

#footer_main_right {
    float: none;
    display: none;
}

#footer_address {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 30px 0 0;
    margin-top: 10px;
}

address {
	text-align: center;
	font-style: normal;
	font-size: 80%;
}
    
/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 40px;
    right: 20px;
    font-size: 80%;
	z-index: 50;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
	background: #0088DB;
}

.btn {
    width: auto;
    margin-top: 40px;
    text-align: center;
}
    
.normalTbl table th {
    display: block;
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
    
.normalTbl table td {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 90%;
}

.normalTbl table td select {
    letter-spacing: 0;
}

.normalTbl table td input {
    width: 90% !important;
}

.normalTbl table td input[type=radio]  {
    width: auto !important;
}
    
.normalTbl2 {
    overflow-x: scroll;
}
    
.normalTbl2 table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}
    
.normalTbl2 table th,
.normalTbl2 table td {
    padding: 5px 10px;
}

.normalTbl3 table th {
    display: block;
    width: auto;
}

.normalTbl3 table td {
    display: block;
    width: auto;
}
    
}
