/*
Theme Name: 20250610
Theme URL: http://www.telesight.co.jp
Description: Wordpress test theme.
Author: web
Version: 1.1
*/


/*-------------------------------*/
body {
    font-size: 100%; line-height: 160%; letter-spacing:0;
}
html >/**/body {
    font-size: 14px; line-height: 160%; letter-spacing: 0;
}
body {
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font: 14px;
	*font-size: small;
	*font: x-small;
}
/*-------------------------------*/
html,body {
    height: 100%;
}
div#all {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	padding: 0 0 0 0;
}
body > #all {
    height: auto;
}

#all {
    background: url(assets/images/profile/bg.jpg) center top no-repeat fixed;
}

.sp {
    display: none;
}
/*-------------------------------
  header
-------------------------------*/
#header {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10000;
}
#header .header_logo {
	width: 168px;
	height: 40px;
	float: right;
	cursor: pointer;
}
#header .header_logo img {
    width: 100%;
}

/*-------------------------------
  nav
-------------------------------*/
#nav_wrap {
	width: 40px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #efefef;
	z-index: 100000;
	background: #616974;
}
#nav {
	width: 40px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -163px 0 0;
}
#nav li {
	width: 40px;
	height: 32px;
	margin: 0 0 10px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-indent: -100px;
	cursor: pointer;
}
#nav00 { background-image: url(assets/images/common/nav00_off.png);}
#nav00.act { background-image: url(assets/images/common/nav00_on.png);}
#nav01 { background-image: url(assets/images/common/nav01_off.png);}
#nav01.act { background-image: url(assets/images/common/nav01_on.png);}
#nav02 { background-image: url(assets/images/common/nav02_off.png);}
#nav02.act { background-image: url(assets/images/common/nav02_on.png);}
#nav03 { background-image: url(assets/images/common/nav03_off.png);}
#nav03.act { background-image: url(assets/images/common/nav03_on.png);}
#nav04 { background-image: url(assets/images/common/nav04_off.png);}
#nav04.act { background-image: url(assets/images/common/nav04_on.png);}
/* #nav05 { background-image: url(assets/images/common/nav05_off.png);}
#nav05.act { background-image: url(assets/images/common/nav05_on.png);} */
#nav05 { background-image: url(assets/images/common/nav06_off.png);}
#nav05.act { background-image: url(assets/images/common/nav06_on.png);}
#nav06 { background-image: url(assets/images/common/nav07_off.png);}
#nav06.act { background-image: url(assets/images/common/nav07_on.png);}
#nav07 { background-image: url(assets/images/common/nav08_off.png);}
#nav07.act { background-image: url(assets/images/common/nav08_on.png);}

/*-------------------------------
  section
-------------------------------*/
.section {
	width: 100%;
	min-width: 1000px;
	height: auto;
}
/* .sec_inner {
	width: 1000px;
	height: auto;
	margin: 0 auto;
} */
.page_icon {
	width: 104px;
	height: 104px;
	margin: 0 auto;
}
.page_icon img {
    width: 100%;
}
.page_ttl {
	width: auto;
	height: 60px;
	margin: 20px 0 0;
}
.page_ttl img {
    height: 100%;
}
.section h2 {
	width: 100%;
	height: auto;
	margin: 10px 0 0;
	padding: 5px 0;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.section h2.gry_ttl {
    background: #616974;
}
.section h2.blu_ttl {
    background: #37aee6;
}

/*-------------------------------
	#top
-------------------------------*/
#top {
	height: 600px;
	position: relative;
	background: url(assets/images/top/main_bg.jpg) center top no-repeat fixed;
}
#top_logo {
	width: 508px;
	height: 87px;
	margin: -43px 0 0 -254px;
	position: absolute;
	top: 50%;
	left: 50%;
}
#top_arrow {
	width: 50px;
	height: 50px;
	margin: 0 0 0 -25px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	cursor: pointer;
}

/*-------------------------------
  information
-------------------------------*/
#info {
    background-color: #fff;
    padding: 50px 0;
}
#info_hd {
    width: 520px;
    height: auto;
    margin: 0 auto;
}
#info_hd .info_ttl {
    text-align: center;
    font-size: 60px;
    font-weight: normal;
    line-height: 70px;
    color: #616974;
    letter-spacing: 0.1em;
}
#info_hd .info_ttl_wa {
    width: 95%;
    margin: 0 auto;
}
#info_inner {
    width: 80%;
    max-width: 1000px;
    font-size: 0;
    margin: 40px auto 0;
}
#info_inner ul {
    width: 67%;
    display: inline-block;
    font-size: 0; padding: 0;
}
#info_inner ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin-right: 5%;
    margin-bottom: 5%;
    cursor: pointer;
    opacity: 1.0;
    transition: all 0.5s ease;
}
#info_inner ul li:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
}
#info_inner ul li:nth-child(n + 5) {
    display: none;
}
#info_inner a {
    text-decoration: none;
    color: #000;
}
#info_inner .info_thumb {
    margin-bottom:10px;
    width: 100%;
    max-height: 175px;
    background: #eee;
    overflow: hidden;
    border: 1px solid #eee;
}
#info_inner .info_thumb img {
    width: 100%;
}
#info_inner .info_time {
}
#info_inner .info_sub_ttl {
    margin: 0 0 10px;
    font-size: 14px;
}
#facebook_pligin {
    width: 33%;
    display:inline-block;
    vertical-align: top;
    font-size:12px;
}
#instagram {
    width: 322px;
    height: 80px;
    margin: 6px auto 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.4em;
    color: #000;
    border: 1px solid #eee;
}
#instagram a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
#instagram a:link,
#instagram a:active,
#instagram a:visited {
    text-decoration: none;
    color: #000;
}
#instagram a:hover {
    background-color: #eee;
    transition: all 0.5s ease;
}
#instagram a > img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
#info h2 {
    height: auto;
    padding: 5px 0;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
#info h3 {
    margin: 20px 0 10px;
    padding: 0;
}

/*-------------------------------
  #about
-------------------------------*/
#about {
	height: auto;
	padding: 100px 0;
	background: #e0f2ff;
}
#about_hd {
	width: 700px;
	height: auto;
	margin: 0 auto;
}
#about_inner > p {
	width: 430px;
	height: auto;
	margin: 30px auto 0;
	font-size: 125%;
	line-height: 1.5;
}

/*-------------------------------
  #works
-------------------------------*/
#works {
	height: auto;
	padding: 60px 0;
	background: url(assets/images/common/shadow.png) repeat-x #fff;
}
#works_hd{
	width: 260px;
	height: auto;
	margin: 0 auto;
}
#works_inner {
    background-color: #fff;
	margin: 0 auto;
	padding: 40px 0 0;
	width: 80%;
    max-width: 1000px;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#works_inner dl {
	border: 1px solid #eee;
    font-size: 0;
	width: 30%;
    margin-bottom: 20px;
    padding: 0;
}
#works_inner dl dt {
	margin-bottom: 15px;
}
#works_inner dl dd {
    width: 100%;
    margin: 0 0 10px 0;
}

/*#works_inner ul li:not(:nth-of-type(4n)) {
    margin-right: 4%;
}*/
#works_inner .works_more {
    display: none;
}
#works_inner .works_thumb img {
    width: 100%;
}
#works_inner .works_cont_name {
    font-size: 14px;
    line-height: 1;
    margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
}
#works_inner .works_cont_pos {
    font-size: 14px;
	font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    background-color: #616974;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
}
#works_inner .works_copy {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    font-size: 8px;
}

/*-------------------------------
  #service
  2020.08.12 組織図更新　画像からテキストに変更
-------------------------------*/
#service {
	height: auto;
	padding: 60px 0;
	background: url(assets/images/common/shadow.png) repeat-x #3a4450;
	position: relative;
	z-index: 100;
}
#svc_hd {
	width: 290px;
	height: auto;
	margin: 0 auto;
}
#svc_chart {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
#svc_chart .svc_sub_txt {
    padding: 25px 0;
    font-size: 130%;
    text-align: center;
    color: #fff;
}
#svc_chart img {
    width: 100%;
}
/* #svc_chart ul {
    padding: 0;
}
#svc_chart ul li {
    width: 16%;
    height: 16%;
    float: left;
    background-color: #fff;
} */
/* #svc_chart ul li:not(:last-child) {
    margin-right: 0.8%;
} */
/* #svc_chart ul li img {
    opacity: 1.0;
    transition: all 0.5s ease;
} */
/* #svc_chart ul li:not(:first-child) img:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
    cursor: pointer;
} */

* {
    box-sizing: border-box;
}
#svc_chart .svc_chart_1 {
    width: 450px;
    margin: 0 auto 30px;
}
#svc_chart .svc_chart_1::after,
#svc_chart .svc_chart_9::before {
    content: '';
    width: 2px;
    height: 30px;
    background: #fff;
    display: block;
    margin: 0 auto;
}
#svc_chart ul.svc_chart_4 {
    border: 2px solid #fff;
    padding: 30px;
    font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#svc_chart ul.svc_chart_4 li:nth-child(n + 3) {
    margin-top: 20px;
}
#svc_chart ul.svc_chart_4 li {
    width: 48%;
    height: auto;
    font-size: 14px;
	display:flex;flex-direction:column;/*子要素に追加*/
	align-self:stretch;
}
#svc_chart .svc_chart_9 {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}
#svc_chart .svc_chart_name {
    height: 50px;
    color: #fff;
    background: #37aee6;
    display: block;
    text-align: center;
    font-size: 130%;
    line-height: 50px;
}
#svc_chart .a_arrow::after {
    content: '>';
    position: absolute;
    right: 10px;
}
#svc_chart .svc_chart_thumb {
    width: 100%;
    display: block;
    border: 2px solid #37aee6;
    background: #fff;
    padding: 10px 15px;
    text-decoration-style: dotted;
	flex-grow:1;
}
#svc_chart .scale {
    transform: scale(0.8,1);
    transform-origin: 0 0;
    width: 125%;
}
#svc_chart ul li:not(:last-child) {
    margin-right: 0;
}

#right_slider_wrap {
    display: none;
}


/*-------------------------------
  #staff
-------------------------------*/
#staff {
    height: auto;
	padding: 60px 0 0;
	background: url(assets/images/common/shadow.png) repeat-x #fff;
}
#stf_hd {
	width: 211px;
	height: auto;
	margin: 0 auto;
}

/* enq */
#enq {
    background-color: #fff; padding: 0 0 50px 0;
}
#enq .enq_sub_txt {
    padding: 25px 0 2px;
    font-size: 130%;
    text-align: center;
}
#enq .enq_sub_txt_s {
    font-size: 100%;
    padding: 5px 0 25px;
    text-align: center;
    color: #616974;
}
#enq .enq_chart {
    margin: 0 auto 50px;
    text-align: center;
}
#enq .enq_chart img {
    width: 50%;
}

/* アンケート レーダーチャート */
#enq_chart {
    width: 700px;
    font-size: 0;
    margin: 0 auto 50px;
}
#enq_chart .enq_canvas {
    display: inline-block;
    text-align: center;
    width: 494px;
    margin-left: -25px;
}
#enq_chart .enq_data {
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #d5dce3;
    padding: 10px;
    font-size: 14px;
}
#enq_chart .enq_data h4 {
    margin: 0 auto;
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    padding: 0 0 5px;
    border-bottom: 1px solid #d5dce3;
}
#enq_chart .enq_data h4 > .note {
    display: none;
}
#enq_chart .enq_data ul {
    margin: 0;
    padding: 0 5px;
}
#enq_chart .enq_data ul li {
    display: block;
    text-align: left;
    margin-top: 5px;
}
#enq_chart .enq_data ul li .enq_num {
    font-size: 150%;
}
#enq_chart .enq_data ul li .note {
    font-size: 90%;
    color: #616974;
}

/* アンケート　詳細表示 */
#enq > ul {
    font-size: 0;
    width: 855px;
    margin: 0 auto;
    padding: 0;
}
#enq > ul li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 19%;
    padding: 2%;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #37aee6;
    text-align: center;
    cursor: pointer;
    opacity: 1.0;
    transition: all 0.5s ease;
}
#enq > ul li:not(:nth-of-type(4n)) {
    margin-right: 8%;
}
#enq > ul li:hover {
    opacity: 0.5;
    transition: all 0.5s ease;
}
#enq .enq_cont_inner {
    border: 2px solid #fff;
    padding: 10% 5%;
	position: relative;
}
#enq .enq_icon {
    background-color: #fff;
    color: #37aee6;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 3px 0 0;
    margin: 0 auto 10px;
}
#enq .enq_icon_arrow {
	text-align: right;
	position: absolute;
	right: 1%;
	bottom: 12%;
}

#enq_btm {
	width: 100%;
	height: auto;
	display: none;
	background: rgba(55,175,230,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#8837aee6,EndColorStr=#8837aee6);/*IE8以下用*/
}
#enq_btm .enq_bg01 { background:url(assets/images/staff/enq/arrow01.png) center top no-repeat;}
#enq_btm .enq_bg02 { background:url(assets/images/staff/enq/arrow02.png) center top no-repeat;}
#enq_btm .enq_bg03 { background:url(assets/images/staff/enq/arrow03.png) center top no-repeat;}
#enq_btm .enq_bg04 { background:url(assets/images/staff/enq/arrow04.png) center top no-repeat;}
#enq_btm .enq_box {
	width: 860px;
	height: 270px;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
#enq_btm .enq_inner {
	width: 860px;
	height: 270px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#enq_btm .enq_sl {
    width: 5000px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
#enq_btm .enq_sl li {
    width: 800px;
    height: 270px;
    padding: 0 20px;
    float: left;
}
#enq_btm .enq_sl h4 {
    width: 200px;
    display: table-cell;
    vertical-align: middle;
}
#enq_btm .enq_sl p {
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    line-height: 2;
}
#enq_btm .enq_sl_inner {
    width: 100%;
    height: 270px;
    display: table;
    table-layout: fixed;
}
#enq_btm .enq_result img {
    width: 200px;
}
#enq_btm .enq_tag {
    display: block;
    text-align: right;
}

/*-------------------------------
  #recruit
-------------------------------*/
#recruit {
	height: auto;
	padding: 60px 0;
	background: url(assets/images/common/shadow.png) repeat-x #e0f2ff;
}
#recruit_hd {
	width: 295px;
	height: auto;
	margin: 0 auto;
}

#recruit_inner {
	width: 860px;
	height: auto;
	margin: 0 auto;
	color: #616975;
}
#recruit_inner .recruit_sub_txt {
    padding: 25px 0;
	font-size: 130%;
	text-align: center;
}
#recruit_inner h3 {
	width: 100%;
	height: auto;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 25px;
	background: #37aee6;
}
#recruit_cont {
    width: 860px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}
#recruit_cont nav ul {
    font-size: 0;
    margin: 0 0 10px;
}
#recruit_cont nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}
#recruit_cont nav ul li::before {
    content: '≫ ';
}
#recruit_cont nav ul li a {
    text-decoration: none;
    color: #616975;
}
#recruit_cont nav ul li a:hover {
    text-decoration: underline;
}
#recruit_cont .recruit_new .recruit_icon::after {
    content: ' new';
    color: #ff0000;
    font-size: 16px;
    font-weight: 600;
}
#recruit_cont .recruit_new .recruit_icon {
	-webkit-animation: blink 1.0s ease-in-out infinite alternate;
    -moz-animation: blink 1.0s ease-in-out infinite alternate;
    animation: blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#recruit_cont nav ul li:not(:last-child) {
    margin-right: 20px;
}
ul#recruit_cont_list {
    width: 100%;
    font-size: 0;
    text-align: left;
}
ul#recruit_cont_list li {
    display: inline-block;
    vertical-align: top;
    width: 390px;
    margin-top: 20px;
    background-color: #fff;
    transition: all 0.5s ease;
    border: 5px solid #fff;
    border-right: 5px solid #616975;
    border-bottom: 5px solid #4c535c;
    font-size: 14px;
    cursor: pointer;
}
ul#recruit_cont_list li:hover {
    transition: all 0.5s ease;
    border: 5px solid #37aee6;
}
ul#recruit_cont_list li:nth-child(2n+1) {
    margin-right: 20px;
}
ul#recruit_cont_list li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #616975;
}
ul#recruit_cont_list li .recruit_cat_ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul#recruit_cont_list li .recruit_cat_ttl_small {
    font-size: 60%;
}
ul#recruit_cont_list li .recruit_cat_txt {
    font-size: 14px;
    line-height: 1.5em;
    height: 63px;
    color: #000;
    margin-bottom: 10px;
}
ul#recruit_cont_list li .recruit_cat_txt_small {
    font-size: 12px;
    height: 22px;
    margin: 0 0 10px;
    color: #616975;
}
ul#recruit_cont_list li .note::before {
    content: '※ ';
}
ul#recruit_cont_list li .recruit_cat_more {
    border-top: 1px solid #616975;
    padding-top: 10px;
    text-align: right;
}

#recruit_tbl {
	width: 840px;
	height: auto;
	margin: 35px auto 0;
	table-layout: fixed;
	background: #fff;
}
#recruit_tbl th {
	padding: 3px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #54667a;
}
#recruit_tbl td {
	padding: 15px 0;
	color: #616975;
	text-align: center;
}
#recruit_tbl a {
    color: #37aee6;
}
#recruit_tbl .mail_link {
	display: inline-block;
	margin: 0 3px;
}
#recruit_tbl .mail_link a {
	padding: 3px;
	background: #34afea;
	color: #fff;
	text-decoration: none;
}

/*-------------------------------
  #access
-------------------------------*/
#access {
	height: auto;
	padding: 60px 0;
	background: url(assets/images/common/shadow.png) repeat-x #3a4450;
	position: relative;
}
#access_hd {
	width: 265px;
	height: auto;
	margin: 0 auto;
}
#access_inner {
	margin: 30px 0 0;
	padding: 0 0 25px;
	text-align: center;
	color: #fff;
	line-height: 2;
}
#access_inner a { 
    color: #37aee6;
}
#map_btn{
	width: 105px;
	height: 26px;
	margin: 30px auto 0;
	cursor: pointer;
}
.map_arrow{
	width: 100%;
	min-width: 1000px;
	height: 45px;
	position: absolute;
	bottom: -45px;
	left: 0;
	background: url(assets/images/access/map_arrow.png) center bottom no-repeat;
	z-index: 100;
}
#map {
	width: 100%;
	height: 200px;
}
.access_btm{
	width: 100%;
	height: 60px;
	background: #3a4450;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-------------------------------
  #profile
-------------------------------*/
#profile {
    height: auto;
	padding: 60px 0;
	background: url(assets/images/common/shadow.png) repeat-x;
}
#profile_wrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88ffffff,EndColorStr=#88ffffff);/*IE8以下用*/
}
#profile_hd {
	width: 270px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0 0;
}
#profile_inner {
	width: 810px;
	height: auto;
	margin: 25px auto 0;
	color: #616974;
}
#profile_inner .profile_cont {
    background: #fff;
	padding-bottom: 20px;
}
#profile_inner .profile_cont h3 {
	width: 100%;
	height: auto;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 25px;
	background: #37aee6;
}

#vision .vision_ttl {
	margin: 20px 0 0;
	font-size: 140%;
	font-weight: normal;
	text-align: center;
}
#vision .vision_txt {
	margin: 15px 0 0;
	font-size: 110%;
	text-align: center;
	line-height: 1.7;
}

#policies ul {
    width: 660px;
    margin: 20px auto 0;
}
#policies ul li {
    width: 33.33%;
    padding: 0 25px 0 0;
    box-sizing: border-box;
    float: left;
}
#policies ul li::before {
    content: "■";
    color: #37aee6;
    padding: 0 10px 0 0;
}
#policies ul li:nth-child(3) {
    padding: 0;
}
#policies ul li:last-child {
    width: 66.66%;
    padding: 0;
}


#profile_inner .profile_tbl {
    width: 50%;
    float: left;
}
#profile_inner .profile_tbl th {
	width: 110px;
	padding-top: 25px;
	background: #37aee6;
	font-weight: normal;
	vertical-align: top;
	color: #fff;
}
#profile_inner .profile_tbl td {
	width: 260px;
	padding: 25px 25px 0;
	background: #fff;
	text-align: left;
}
#profile_inner td.profile_tbl_left {
    width: 310px;
    padding-bottom: 63px !important;
}

footer {
	width: 100%;
	padding: 10px 0;
	background: #37aee6;
	font-size: 85%;
	color: #fff;
	text-align: center;
}