@charset "UTF-8";

/******************************************************************

しずおか就職フェス用レイアウト

*****************************************************************/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body *,
body *:before,
body *:after {
  box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
    color: #000;
}

address {
  font-style: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  margin: 0;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a,
a:link,
a:visited {
  color: #000;
    text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 744px) {
    .pc {
        display: block;
    }
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 743px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
}

h2 {
	font-size: 36px;
	line-height: 1.3;
    color: #0f218b;
    padding: 40px 0 30px;
    text-align: center;
}

h2:before {
    content: "";
    display: inline-block;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_titleicon.png) center center / contain no-repeat;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

@media screen and (max-width:743px) {
	h2 {
        font-size: 24px;
        padding: 20px 0 15px;
    }
    
    h2:before {
        width: 28px;
        height: 28px;
        margin: -5px 8px 0 0;
    }
}

p {
        font-size: 16px;
    }

@media screen and (max-width: 743px) {
    p {
        font-size: 14px;
    }
}

#wrapper{
    position: relative;
}

.disabled a {
	pointer-events: none;
}

@media screen and (min-width:743px) {
    footer .rightbox {
	pointer-events: none;
    }
}


/*-----------------------
 メインビジュアル
-----------------------*/
#main {
    width:100%;
    margin:0 auto;
    text-align: center;
    background: #92ebf8 url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainbg_pc.png) no-repeat center top;
}
#main .titlearea {
    position: relative;
	overflow: visible;
    max-width: 960px;	
	margin: 0 auto;
	text-align: center;
}

#main .titlearea .logo {
    position: absolute;
    right: 0;
    top: 7px;
}

#main .titlearea h1 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
    max-width: 630px;
    height: auto;
}

#main .titlearea h1:before {
    position: absolute;
    content: "";
    width: 226px;
    height: 205px;
    left: -195px;
    bottom: 10px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto01.png) center center / contain no-repeat;
}

#main .titlearea h1:after {
    position: absolute;
    content: "";
    width: 230px;
    height: 213px;
    right: -210px;
    bottom: -70px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto02.png) center center / contain no-repeat;
}

#main .titlearea img {
    width: 100%;
    max-width: 630px;
}

#main .datearea {
    max-width: 640px;
    margin:0 auto;
    padding:0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
}

#main .datearea p {
    width: 50%;
    font-size: 0;
    line-height: 0; 
}

#main .datearea img {
    max-width: 325px;
}

#main .datearea ul {
    list-style: none;
    text-align: left;
    font-weight: bold;
}

#main .datearea ul li {
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_checkico.png) no-repeat 0 5px;
    background-size: auto 24px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-size: 20px;
}

.maincopy {
    max-width: 960px;
    font-size: 18px;
    line-height: 1.7;
    margin: 50px auto;
}

@media screen and (max-width:1024px) {
    #main .titlearea img {
        width: 80%;
        height: 80%;
    }
    
    #main .titlearea h1:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 181px;
    left: -130px;
    bottom: 0px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto01.png) center center / contain no-repeat;
    }

    #main .titlearea h1:after {
    position: absolute;
    content: "";
    width: 190px;
    height: 176px;
    right: -110px;
    bottom: -60px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto02.png) center center / contain no-repeat;
    }
    
    .maincopy {
        margin: 30px auto;
        padding: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width:820px) {
    #main .titlearea img {
        width: 70%;
        height: 70%;
    }
    
    #main .titlearea h1:before {
    position: absolute;
    content: "";
    width: 170px;
    height: 154px;
    left: -60px;
    bottom: 10px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto01.png) center center / contain no-repeat;
    }

    #main .titlearea h1:after {
    position: absolute;
    content: "";
    width: 160px;
    height: 148px;
    right: -50px;
    bottom: -50px;
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainphoto02.png) center center / contain no-repeat;
    }
    
    .maincopy {
        margin: 30px auto;
        padding: 15px;
        font-size: 16px;
    }
}

@media screen and (min-width:667px) and (max-width:743px) {
    #main .titlearea h1:before,
    #main .titlearea h1:after {
        display: none;
    }
}

@media screen and (max-width:666px) {
    #main {
        background: #92ebf8 url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_mainbg_sp.png) left bottom no-repeat;
        background-size: 100% auto;
    }
    
    #main .titlearea .logo {
        width: 53px;
        height: auto;
        top: 5px;
        right: 5px;
    }
    
    #main .titlearea img {
        width: 100%;
    }
    
    #main .datearea p {
        width: 100%;
    }
    
    #main .titlearea h1:before,
    #main .titlearea h1:after {
        display: none;
    }
    
    #main .datearea {
        flex-direction: column;
        margin-top: -15px;
    }
    
    #main .datearea img {
        width: 100%;
        max-width: initial;
        margin-bottom: 20px;
    }
    
    #main .datearea ul {
        position: relative;
        margin-left: 10%;
    }
    
    #main .datearea ul li {
    background-size: auto 12px;
    padding-left: 15px;
    margin-bottom: 2px;
    font-size: 14px;
    }
    
    .maincopy {
        margin: 20px auto;
        padding: 15px;
    }
}

@media screen and (max-width:430px) {
}


/*-----------------------
 参加申し込み
-----------------------*/
.registration {
    margin:0 auto;
    padding:0;
	background: #e5f4fb; 
}

.float-registration {
    display: none;/*最初は隠す*/
    margin:0 auto;
    padding:0;
	background: #e5f4fb;
    width: 100%;
    max-height: 180px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 -8px 3px -3px rgba(155,155,155, 0.25);
}

.registration .inner,
.float-registration .inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.registration .inner img.ph,
.float-registration .inner img.ph {
    width: 21%;    
    max-width: 200px;
}

.registration .inner p,
.float-registration .inner p {
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}

.registration .inner div,
.float-registration .inner div {
    display: flex;
    align-items: center;
    margin-left: 3%;
    width: 76%;
}

.registration .inner div img,
.float-registration .inner div img  {
    max-width: 465px;
}

.registration .inner div a,
.float-registration .inner div a {
    margin-top: 7px;
    margin-left: 3%;
    display: block;
    color: #0f218b;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: #fdfa0e;
    box-shadow: 0px 5px 0px 0 #a7b100;
    width: 40%;
    border-radius: 38px;
    height: 76px;
    line-height: 80px;
}

.registration .inner div a:hover,
.float-registration .inner div a:hover {
    opacity: 0.7;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    .registration .inner,
    .float-registration .inner {
        padding-right: 15px;
    }
    
    .registration .inner div a,
    .float-registration .inner div a {
        font-size: 34px;
    }
}

@media screen and (max-width:743px) {
    .registration,
    .float-registration {
        height: 128px;
    }
    
    .registration .inner img.ph,
    .float-registration .inner img.ph {
        height: 128px;
        width: auto;
    }
    
    .registration .inner div,
    .float-registration .inner div {
        flex-direction: column;
        justify-content: center;
        padding-right: 15px;
    }
    
    .registration .inner div a,
    .float-registration .inner div a {
        font-size: 18px;
        width: 80%;
        height: 38px;
        line-height: 40px;
        box-shadow: 0px 3px 0px 0 #a7b100;
    }
    
    .registration .inner div img,
    .float-registration .inner div img  {
        max-width: 290px;
    }
}

@media (hover: none) {
    .registration .inner div a:hover,
    .float-registration .inner div a:hover {
        opacity: 1;
    }
}
    
    
/*-----------------------
 しずおか就職フェスのポイント
-----------------------*/
#point {
    width: 100%;
    background: #d3f7fc;
    padding-bottom: 40px;
}

#point .inner {
    max-width: 960px;
    margin: 0 auto;
}

#point ul {
    display: flex;
    flex-wrap: wrap;
}

#point ul li {
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    background: #92ebf8;
    padding: 15px 20px 20px;
}

#point ul li:last-child {
    margin-right: 0;
}

#point ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

#point ul li p {
    font-size: 16px;
    padding: 15px 0 0;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    #point {
        padding: 0 15px 40px;
    }
}

@media screen and (max-width: 743px) {
    #point {
        padding: 0 15px 25px;
    }
    
    #point ul li {
        width: 100%;
        padding: 12px;
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    #point ul li:first-child {
    }
    
    #point ul li img {
        width: 34%;
        height: auto;
    }
    
    #point ul li p {
        font-size: 14px;
        margin-left: 4%;
        width: 62%;
        padding: 0;
    }
    
    #point ul li:last-child {
        margin-bottom: 0;
    }
}


/*-----------------------
 来場者特典
-----------------------*/
#benefit {
	width:100%;
	padding-bottom: 50px;
    background: #e5f4fb;
}

#benefit .inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

#benefit .inner img.ph {
    max-width: 200px;
}

#benefit .inner p {
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}

#benefit .inner div {
    margin-left: 3%;
}

#benefit .inner div img {
    max-width: 588px;
}
    
.note {
    margin-top: 20px;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    #benefit .inner {
        padding-right: 20px;
    }
}

@media screen and (max-width:743px) {
    #benefit {
        padding: 0 15px;
    }
    
    #benefit .inner div {
        margin-left: 0;
    }
    
    #benefit .inner div img {
        width: 100%;
    }
    
    .note {
        margin: 10px 0 25px;
        font-size: 12px;
    }
}


/*-----------------------
 企業一覧
-----------------------*/
#company {
	width:100%;
    background: #d3f7fc;
	padding-bottom: 50px;
}
#company .inner {
	margin:0 auto;
    max-width: 960px;
	text-align:center;
    background: #fff;
    padding: 20px;
}

#company .inner ul {
	margin: 0 auto;
	text-align:center;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing:border-box;
}
#company .inner ul li {
	width: 18.4%;
    margin: 2% 2% 0 0;
}

#company .inner ul li:nth-child(-n+5) {
    margin-top: 0;
}

#company .inner ul li:nth-child(5n),
#company .inner ul li:last-child {
	margin-right: 0 !important;
}

#company .inner ul li img {
	border: 1px solid #cbcbcb;
}

#company .inner ul li p {
    margin-top: 8px;
    font-size: 16px;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    #company {
        padding: 0 15px 50px;
    }
}

@media screen and (max-width:743px) {
    #company {
        padding: 0 15px 25px;
    }
    
    #company .inner {
        padding: 15px;
    }
	
    #company .inner ul li {
        width:48%;
        margin: 4% 4% 0 0;
    }
    
    #company .inner ul li:nth-child(-n+2) {
        margin-top: 0;
    }
    
    #company .inner ul li:nth-child(3),
    #company .inner ul li:nth-child(4),
    #company .inner ul li:nth-child(5) {
        margin-top: 4%;
    }

    #company .inner ul li:nth-child(2n),
    #company .inner ul li:nth-child(10) {
        margin-right: 0 !important;
    }
    
    #company .inner ul li:nth-child(10n-5) {
        margin-right: 4% !important;
    }

    #company .inner ul li img {
        width: 100%;
    }
    
    #company .inner ul li p {
        margin-top: 5px;
        font-size: 14px;
    }
}

@media (hover: none) {
    #company .inner ul li a:hover {
        opacity: 1;
    }
}


/*-----------------------
 タイムテーブル
-----------------------*/
#timetable {
    width: 100%;
    background: #e5f4fb;
    padding-bottom: 50px;
}

#timetable .inner {
    max-width: 960px;
	margin: 0 auto;
}

#timetable table {
    width: 100%;
    max-width: 960px;
    text-align: left;
}

#timetable a {
    color: #00baff;
    text-decoration: underline;
}

#timetable a:hover {
    text-decoration: none;
}

#timetable .note {
    margin-top: 0;
}

#timetable table th {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    border: 2px solid #92ebf8;
    background-color: #00baff;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}

#timetable table td {
    font-size: 18px;
    border: 2px solid #92ebf8;
    background-color: #fff;
    padding: 15px;
    vertical-align: middle;
    white-space: nowrap;
}

#timetable table td:first-child,
#timetable table td:nth-child(2) {
    width: 20%;
    text-align: center;
}

#timetable table td.bg_lightBlue {
    background: #f0f0f0 !important;
    text-align: left !important;
    padding: 10px 10px 10px 30px !important;
}

#timetable table td:last-child {
    padding-left: 30px;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    #timetable {
        padding: 0 15px 50px;
    }
}

@media screen and (max-width: 743px) {
    #timetable {
        padding: 0 15px 25px;   
    }
    
    #timetable .inner {
        overflow-x: auto;
    }
    
    #timetable .note {
        margin: 0;
    }
    
    .scroll-table-note {
        display: inline-block;
        font-size: 13px;
        padding: 7px 17px 7px 38px;
        background: #fff url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_icon-scroll.png) no-repeat 15px center;
        background-size: 17px auto;
        border-radius: 50px;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    #timetable table {
        width: 700px;
    }
    
    #timetable table th {
        font-size: 15px;
        padding: 10px;
    }
    
    #timetable table td {
        font-size: 14px;
        padding: 10px;
    }
    
    #timetable table td:first-child,
    #timetable table td:nth-child(2) {
        width: 15%;
    }
    
    #timetable table td.bg_lightBlue {
        padding: 10px !important;
    }
    
    #timetable table th:last-child,
    #timetable table td:last-child {
        padding-left: 15px;
    }
}

@media (hover: none) {
    #timetable a:hover {
        text-decoration: underline;
    }
}


/*-----------------------
 参加までの流れ
-----------------------*/
#flow {
    width: 100%;
    background: #d3f7fc;
    padding-bottom: 230px;
}

#flow .inner {
    max-width: 960px;
    margin: 0 auto;
    background: #92ebf8;
    padding: 20px 0;
}

#flow ul {
    display: flex;
    flex-wrap: wrap;
}

#flow ul li {
    position: relative;
    width: 33.3%;
    padding: 0 5%;
}

#flow ul li:after {
    content: "";
    background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_line_pc.png) center center no-repeat;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5%;
}

#flow ul li:last-child:after {
    display: none;
}

#flow ul li:nth-child(-n+3) {
    margin-top: 0;
}

#flow ul li:nth-child(3n) {
    margin-right: 0;
}

#flow ul li img {
    display: block;
    width: 100%;
}

#flow ul li p {
    margin-top: 10px;
}

#flow ul li p span {
    display: block;
    margin: 0.75em 0;
}

@media screen and (min-width:744px) and (max-width:1024px) {
    #flow {
        padding: 0 15px 200px;
    }
}

@media screen and (max-width: 743px) {
    #flow {
        padding-bottom: 128px;
    }
    
    #flow .inner {
        margin: 0 15px 25px;
        padding: 0;
    }
    
    #flow ul li {
        width: 100%;
        padding: 12px 0;
        display: flex;
        align-items: flex-start;
        margin: 12px 12px 12px;
    }
    
    #flow ul li:after {
        content: "";
        background: url(https://static.e-aidem.com/event/wp-content/uploads/sites/7/2025/09/shizuoka_line_sp.png) center bottom no-repeat;
        background-size: auto 10px;
        width: 100%;
        height: 10px;
        position: absolute;
        top: 102%;
        left: 0;
        right: 0;
    }
    
    #flow ul li img {
        width: 34%;
        height: auto;
    }
    
    #flow ul li p {
        font-size: 14px;
        margin-top: 0;
        margin-left: 4%;
        width: 62%;
        padding: 0;
    }
    
    #flow ul li:last-child {
        margin-bottom: 0;
    }
}


/*-----------------------
 footer
-----------------------*/
footer {
	width:100%;
	margin:0 auto;
 	text-align: center;
	background-color: #dddddd;
}
    
footer .inner{
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
	text-align:left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .leftbox {
}
    
footer .leftbox .logo {
	display:inline-block;
	margin-right: 20px;
	vertical-align:middle;
}
footer .leftbox .logo img {
	width: 100px;
}
footer .company-info{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
    text-align: left;
}
footer .company-info .sp{
	margin-left:.5em;
    display:inline-block;
}
footer .company-info span {
	font-size:22px;	
}
footer .rightbox {
}
footer .rightbox p {
	font-size:20px;
	line-height: 1.3;
}
footer .rightbox strong {
	font-size:35px;
}
footer .rightbox strong a {
	color:#242424;
}
footer .rightbox .time {
	font-size:17px;
}
.border{
	display:none;
}
footer .inner_bottom {
	width:100%;
 	padding: 20px 0;
 	text-align: center;
 	font-size: 12px;
 	color: #ffffff;
	background-color: #242424;
}
.sp02{
	display:none;	
}

@media screen and (min-width:744px) and (max-width:1024px) {
    footer .inner {
        padding: 30px 15px;
    }
}

@media screen and (max-width:853px) {
    footer {
        padding-bottom: 0;
    }
    
    footer .inner{
        flex-direction: column;
        margin: 0 auto;
        padding: 13px 0;
    }
    
    footer .leftbox {
	    margin-bottom: 20px;
    }
    
    footer .leftbox .logo {
        display: block;
        margin: 0 auto 25px;
        text-align: center;
    }
    
    footer .company-info{
        display: block;
        text-align: center;
    }
    footer .company-info span {
        display: inline-block;
        margin-top: 5px;
        font-size: 18px;
    }
    footer .rightbox {
        margin-top: 20px;
        text-align: center;
    }	   	
    footer .rightbox p {
        font-size: 14px;
        line-height: 1.5;
    }
    footer .rightbox strong {
        font-size: 22px;
    }
    footer .rightbox strong a {
        color:#242424;
    }
    footer .rightbox .time {
        font-size: 12px;
    }
    
    .border{
        display:block;
        width:36px;
        margin:0 auto;
        text-align:center;
        border-bottom:4px solid #242424;
    }

    .sp02{
	display:block;
    }
    footer .company-info .sp{
	display:block;
    margin-left:0;
    margin-top:0;
    }
}

/*-----------------------
 その他
-----------------------*/
.tab-none {
    display: block;
}

@media screen and (min-width:731px) and (max-width:853px) {
    .tab-none {
        display: none;
    }
}

@media screen and (max-width:430px) {
        .tab-none {
        display: block;
    }
}