@charset "UTF-8";
:root{
    --theme_color:rgb(0, 161, 153);
    --theme_color2:rgba(139,197,108,1);
}
div,p,a,button,table,tr,td,input,textarea,img,ul,ol{
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

button{display:block;margin:0;padding:0;border:0;background-color:#fff;}
div{margin:0;padding:0;text-align:left;}
h1,h2,h3,h4,h5{font-weight:normal;margin:0;}
p{margin:0;padding:0;text-align:left;color:rgb(102,102,102);}
img{display:block;width:100%;vertical-align:bottom;object-fit:contain;}
table{width:100%;border-collapse:collapse;border:1px solid #cccccc;}
th{border:1px solid #cccccc; }
td{border:1px solid #cccccc; }
a:link,a:visited {color:#aaaaaa;text-decoration:none;}
a:hover,a:active {opacity:0.7;}
a,button{outline:none;}

.dotTx{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*共通*/
.hid{overflow:hidden;}
.esc_opacity0{opacity:0;}
.esc_dispNone{display:none;}
.esc_jsLoading{opacity:0;}
.esc_hidden{overflow:hidden;}
@media screen and (min-width: 769px) {
	.onlyMb{display:none;}
}
@media screen and (max-width: 768px) {
	.onlyPc{display:none;}
}


/*設定*/
body{
    margin:0;
	padding:0;
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    line-height:1.4;
}
div,p,a,button,h1,h2,h3,h4,h5,td,th,ul,ol{
	color:#000000;
    font-family: /*"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:500;
	font-size:16px;
}
@media screen and (max-width:768px){
    div,p,a,button,h1,h2,h3,h4,h5,td,th,ul,ol{
        font-size:3vw;
    }
}

ul,ol{
    color:inherit;
    margin:0;
    padding:0;
}
li{
    color:inherit;
	font-size:inherit;
    font-weight:inherit;
    position:relative;
    list-style-type: none;
}
li:before{
    position:absolute;
    content:"";
}
a,button{cursor:pointer}
a,button{transition-property:opacity;}
a:hover,button:hover{transition-duration:0.2s;opacity:0.7}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.flex{
    display:flex;
    align-items:stretch;
    align-content:stretch;/* 折り返し時の配置指定 */
    justify-content: space-between;
/*    justify-content: flex-start;*/
    flex-direction:row;
    flex-wrap: wrap;/* 折り返し指定 */
}
.midCenter{
	 display: -webkit-flex;
	 display: flex;
	 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	 align-items: center; /* 縦方向中央揃え */
	 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
@media screen and (max-width: 768px) {
    .noFlex_mb{
        display:block;
    }   
}



/*wordpress*/
.content {
/*    font-size:18px;*/
}
.content li{
    list-style-type: circle;
}
.content ul,.content ol{
    padding-left:2em;
}
.content img.aligncenter{
    width:100%;
}
#breadcrumb span{
    font-size:14px;
}
@media screen and (max-width: 768px) {
    .content {
/*        font-size:3vw;*/
    }
    #breadcrumb span{
        font-size:2.6vw;
    }
}
.alignnone{padding:0.5em;margin:0;}	
.aligncenter{display:block;margin:0.5em auto;}	
.alignright{float:right;display:inline;margin:0 0 1em 1em;}	
.alignleft{float:left;display:inline;margin:0 1em 1em 0;}	
.clear {clear: both;}
@media screen and (max-width: 768px) {
    .alignright,.alignleft{width:48vw;}
}
#textArea .content [id^=gallery-] img{border-width:1px;}
@media screen and (max-width: 768px) {
#textArea .content [id^=gallery-] img{border-width:0px;height:auto;}
}

@media screen and (max-width: 768px) {
    .ggmap {
		position: relative;padding-bottom: 56.25%;padding-top: 30px;height: 0;overflow: hidden;
    }
    .ggmap iframe, .ggmap object, .ggmap embed {
		position: absolute;top: 0;	left: 0;width: 100%; height: 100%;
    }
}

/*企業申込*/
hr{
    border-top:1px dotted rgb(150,150,150,1);
    border-bottom:0;
}

.company-form a:link ,.company-form a:visited{
    font-weight:bold;
    color:#009a90;
    font-size:inherit;
}

span.must{
    color:rgb(2550,0,0);
}
tr.person_og1{
    border-top:1px dashed rgb(153,153,153);
}
tr.person_og2{
    border-top:1px dashed rgb(153,153,153);
}
td:where(.date1,.date2,.date3) p{
    width:100%;
    float:left;
    background-color:rgb(221,227,225);
}
td:where(.date1,.date2,.date3) div{
    float:left;
    margin-right:0.1em;   
}


@media screen and (max-width:1024px) and (min-width:768px){
    .tabletNone{
        display:none;
    }
    .tabletDisp{
        display:block;
    }
}

/*椙山*/
.font-CG{
    font-family: 'Century Gothic';
}
::-webkit-scrollbar{
	width: 7px;
    height:7px;
}
::-webkit-scrollbar-track{
	background: rgba(222,222,222,1);
	border: none;
    border-radius: 10px;
    box-shadow:0 0 0 0; 
}
::-webkit-scrollbar-thumb{
	background: rgba(239,130,0,0.7);
	border-radius: 10px;
	box-shadow: none;
}
.under{
	text-decoration: underline;
}
.link-underline:hover{
	text-decoration: underline;
}
.link-underline:link,.link-underline:visited{
	color:#00a199;
}
[id^=thumb_file] object{
    position:absolute;
    width:100%;
    height:100%;
}
[id^=thumb_file] object embed,[id^=thumb_file] object body{
    overflow:hidden;
}
.red-input{
    background-color:rgb(255,230,230)
}
.bt_delFile , .bt_backFile , .bt_nextFile , [id*=thumb_] a{
    display:none;
}
[id*=thumb_]:hover .bt_delFile,[id*=thumb_]:hover .bt_backFile,[id*=thumb_]:hover .bt_nextFile,[id*=thumb_]:hover a,[id*=thumb_]:active .bt_delFile,[id*=thumb_]:active .bt_backFile,[id*=thumb_]:active .bt_nextFile,[id*=thumb_]:active a{
    display:block;
}

.zoomURL a{
    position:absolute;
    height:2.4em;
    top:0;
    right:0;
    padding:0.2em 0.3em;
    background-color:#00a199;
    color:#fff;
    font-size:80%;
}



/*slide*/
#slideArea_date p{
    transition-property:"font-size","margin-top";
    transition-delay:0.3s;
    transition-duration: 0.3s;
}
#slideArea_date .slick-current p{
    font-size:20px;
    margin-top:0;
}
@media screen and (max-width: 768px) {
    #slideArea_date .slick-current p{
        font-size:4.5vw;
    }
}
/*light-gallery*/
button.lg-prev.lg-icon{
	display:none;
}

table.join-list th{
	background-color:rgba(0,155,145,1);
	color:#fff;
}
table.join-list tr:nth-child(2n){
	background-color:rgba(240,240,240);
}

/*椙山2024追加*/
.entry .deco_dotUp{
    display:none;
}
/*インターン2025追加*/
#bt_test_mail{
    background:#fff;
    border:1px solid rgba(0,155,145,1);
    border-radius:3px;
    padding:0.2em 1em;
    color:rgba(0,155,145,1);
}
/*椙山2025追加*/
.hide_td{
    display:none;
}
tr[data-time=b] td{
    height:1.5em;
}
td[data-time=b] *{
    display:none;
}
.table_time td[data-time=b1] p,.table_time td[data-time=b2] p{
    min-width:6em;
}
#bt_joinList:not(.dl_ok){
    background-color:rgb(200,200,200);
    color:#fff;
}