@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');

.mainvisual {
    height: 100vh;
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mainvisual a.scroll {
    padding-top: 60px;
}

.mainvisual a.scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
}

.mainvisual a.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border-radius: 100%;
    box-sizing: border-box;
    background: #fff;
}

.mainvisual a.scroll span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}

.mainvisual a.scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.message {
    width: 1120px;
    margin: 100px auto;
    text-align: center;
}

.message h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 48px;
    font-family: 'Crimson Text', serif;
    font-weight: normal;
}

.message h2:before, .project h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 100px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #861c3c;
    border-radius: 1px;
}

.message h3 {
	background: none;
    position: relative;
    width: 750px;
    margin: 10px auto 40px;
    font-weight: normal;
    font-size: 27px;
    font-family: "Sawarabi Mincho";
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message h3::before, .project h3::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}
.message h3::before, .message h3::after, .project h3::before, .project h3::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message h3::after, .project h3::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}
.message h3::before, .message h3::after, .project h3::before, .project h3::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.message p {
    margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8em;
}

.about {
    width: 100%;
    padding: 80px 0;
    background-image: url(/wp-content/themes/osaka/img/about-background.jpg);
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
}

.about h2 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 30px #333, 0px 0px 30px #333, 0px 0px 30px #333, 0px 0px 4px #333, 0px 0px 5px #333, 0px 0px 6px #333;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 2em;
    font-family: "Sawarabi Mincho";
}

.about .information {
    width: 1020px;
    margin: 40px auto;
}

.about .menu {
    height: 290px;
    text-align: center;
    float: left;
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: bold;
    margin-right: 30px;
    background: rgba(255, 255, 255, 0.88);
    padding: 15px;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
}

.about .menu img:nth-of-type(1) {
    margin-bottom: 18px;
}

.about .submenu {
    width: 310px;
    float: left;
    margin-right: 30px;
}

.about a.btn {
    background: rgba(255, 255, 255, 0.88);
    height: 90px;
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    line-height: 90px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.about a.btn::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #c12748;
    position: absolute;
    z-index: 100;
}

.about a.btn::after {
    content: "";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
}

.about .submenu-last {
    width: 990px;
}

.project {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.project{
    width: 1120px;
    margin: 100px auto 50px;
}

.project h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 48px;
    font-family: "Sawarabi Mincho";
    font-weight: normal;
}

.project h3 {
	background: none;
    position: relative;
    width: 550px;
    margin: 0 auto 30px;
    font-weight: normal;
    font-size: 27px;
    font-family: "Sawarabi Mincho";
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.project .btn {
    display: block;
    width: 400px;
    border: 2px solid #1a1a1a;
    margin: 50px auto 0;
    padding: 20px;
}

.project .arrow::before, .project .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.project .btn::before {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.introduction {
    width: 100%;
    height: 800px;
    padding: 80px 0;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.introduction .information {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.introduction .information {
    width: 1020px;
    margin: 80px auto;
}

.introduction .information p {
    text-align: center;
    margin-bottom: 5em;
}

.introduction h2 {
    color: #2c2b2b;
    text-align: center;
    text-shadow: 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 30px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
    font-weight: normal;
    font-size: 48px;
	margin-top: 120px;
    margin-bottom: 2em;
    font-family: "Sawarabi Mincho";
}

.introduction .submenu {
    width: 310px;
    float: left;
    margin-right: 30px;
}

.introduction a.btn {
    background: rgba(242, 242, 242, 0.88);
    width: 320px;
    height: 90px;
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    line-height: 90px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.introduction a.btn::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #c12748;
    position: absolute;
    z-index: 100;
}

.introduction a.btn::after {
    content: "";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
}

.introduction .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.introduction .more {
    display: block;
    width: 400px;
    color: #fff;
    background: #861c3c;
    margin: 50px auto 0;
    padding: 20px;
    text-align: center;
}

.introduction .arrow::before, .introduction .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.introduction .more::before {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recruit {
    width: 100%;
    text-align: center;
	margin-top: 180px;
}

.recruit h2 {
    color: #2c2b2b;
    text-align: center;
    font-weight: normal;
    font-size: 40px;
    margin: 30px 0 50px;
    font-family: "Sawarabi Mincho";
}

.banner {
    width: 1000px;
    margin: 80px auto;
}

.banner p{
	font-size: 16px;
	line-height: 1.8em;
}

.banner .diagnosis {
    width: 410px;
    float: left;
    background: #1c7386;
    color: #fff;
    text-align: center;
    padding: 40px;
    margin-right: 20px;
}

.banner h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Sawarabi Mincho";
}

.banner p {
    margin-top: 20px;
}

.banner .job {
    width: 410px;
    float: left;
    background: #861c3c;
    color: #fff;
    text-align: center;
    padding: 40px;
	margin: 0;
	border: none;
}

.news {
    width: 1000px;
    margin: 10em auto;
    text-align: center;
}

.news h2 {
    font-size: 48px;
    font-family: "Sawarabi Mincho";
    font-weight: normal;
    line-height: 0.7;
    margin-bottom: 10px;
    border-bottom: 1px solid #2c2b2b;
    padding-bottom: 50px;
}

.news h2 span {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.news dl {
    letter-spacing: 2px;
}

.news dl dt {
    float: left;
    padding: 15px 40px 15px 0;
}

.news dl dd {
    border-bottom: 1px dotted #ccc;
    text-align: left;
    padding: 15px 0;
}

.news .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.news .btn {
    display: block;
    width: 400px;
    border: 2px solid #1a1a1a;
    margin: 50px auto 0;
    padding: 20px;
}

.news .arrow::before, .news .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.news .btn::before {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

footer {
    background: #1a1a1a;
    color: #fff;
    font-size: 12px;
    line-height: 2.3;
}

footer .menu {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

footer .service .submenu, footer .other .submenu {
    width: 178px;
    float: left;
}

footer .top {
    width: 230px;
    float: left;
    margin-right: 55px;
}

footer .copyright {
    background: #861c3c;
    text-align: center;
    padding: 10px;
}

footer .service {
    width: 715px;
    float: left;
}

footer .recruit {
    width: 230px;
    float: left;
    margin-right: 55px;
    margin-top: 30px;
}

footer .other {
    width: 715px;
    margin-top: 30px;
    float: left;
}

footer .top h2, footer .service h2, footer .recruit h2, footer .other h2 {
    font-family: "Sawarabi Mincho";
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: 1px solid #575757;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

footer .recruit h2{
	text-align: left;
	margin: 0 0 15px;
	color: #fff;
}

footer .recruit{
	text-align: left;
}

footer .top a, footer .service a, footer .recruit a, footer .other a {
    background-image: url(/wp-content/themes/osaka/img/footer-arrow.png);
    background-repeat: no-repeat;
    background-position: 1px;
    padding-left: 15px;
}

footer a {
    color: #fff;
}

h3.h3_style01 {
    background-color: #F2F2F2;
    margin-bottom: 25px;
    clear: both;
	padding: 0;
}

h3.h3_style01 span {
    background: url(/wp-content/themes/osaka/img/h2.png) no-repeat right top;
    background-color: #871B3B;
    padding-right: 60px;
    width: auto;
    height: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-indent: 20px;
    display: inline-block;
}

h3.h3_msg {
    background-color: #FFF;
	font-family: "Sawarabi Mincho";
    font-size: 25px;
}

.normal_msg{
	font-size: 15px;
	line-height: 1.6em;
}

section.contents{
    margin-bottom: 50px;
}

.contents:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.activities li {
    width: 320px;
    height: 128px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin-bottom: 22px;
}

ul.activities li:nth-child(odd) {
    clear: both;
    margin-right: 22px;
}

ul.activities li dl {
    padding: 20px;
}

ul.activities li dl dt {
    border-left: 5px solid #851c3b;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}

ul.activities li dl dd {
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}

.search_type li {
    background: url(../img/arrow04.png) no-repeat 5px center;
    float: left;
    width: 220px;
    font-size: 14px;
    padding: 15px 0 15px 18px;
    border-bottom: 1px dotted #ccc;
    -webkitbox-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.contact_table {
    border-top: solid 1px #E6E6E6;
    border-left: solid 1px #E6E6E6;
}

.contact_table th {
    background-color: #F7F7F7;
    border-right: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    text-align: left;
    vertical-align: top;
    width: 30%;
    padding: 15px;
    line-height: 18px;
}

.contact_table span {
    color: #ff0000;
}

.contact_table td {
    border-right: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    padding: 15px;
}

.contact_table input[type="text"], .contact_table textarea {
    width: 97%;
    border: solid 1px #E6E6E6;
    padding: 5px;
}

.contact_table textarea {
    height: 80px;
}

.error_message{
    border: 2px solid #d66f6f;
    background: #ffe5e5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.error_message li{
    padding: 3px;
}

/*適職診断**********************************/
div.check_title{
	height: 40px;
	border-bottom: solid 1px #cccccc;
	background-image: url(/wp-content/themes/osaka/img_ex/check_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
div#counter_area{
	height: 24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #ff3333;
	text-align: right;
	padding-right: 10px;
}
div#check_base{
	margin-left: 150px;
	padding: 20px;
	width: 640px;
	height: 260px;
	background-image: url(/wp-content/themes/osaka/img_ex/check_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#check_area{
	position: relative;
	width: 640px;
	height: 260px;
	overflow: hidden;
}

ul#questions{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
}
ul#questions li{
	position: relative;
	width: 640px;
	height: 260px;
	margin-bottom: 50px;
	zoom: 1;
}
div.start_btn{
	position: absolute;
	left: 200px;
	top: 160px;
	width: 240px;
	height: 70px;
	
}
div.question{
	width: 640px;
	height: 160px;
}
div.yes1,
div.no1{
	position: absolute;
	bottom: 10px;
	width: 220px;
	height: 70px;
	padding: 5px 10px 5px 70px;
	cursor: pointer;
	background-image: url(/wp-content/themes/osaka/img_ex/ans_bg1_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.yes1{
	left: 10px;
}
div.no1{
	right: 10px;
}
div.yes2,
div.no2{
	position: absolute;
	left: 10px;
	width: 550px;
	height: 50px;
	padding: 5px 10px 5px 60px;
	cursor: pointer;
	background-image: url(/wp-content/themes/osaka/img_ex/ans_bg2_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.yes2{
	bottom: 75px;
}
div.no2{
	bottom: 10px;
}
div.result{
	width: 160px;
	height: 40px;
}
div.result_title{
	width: 260px;
	height: 20px;
	margin-top: 20px;
	margin-left: 10px;
}


/*マーク付き*/
div.shikaku_mark {
	background: #eeeeee;
	padding: 5px 5px 0 5px;
	margin: 5px 0 30px 10px;
}
div.shikaku_mark p {
	padding-left:1em;
	position:relative;
	padding-bottom: 5px;
	font-size: 15px;
	line-height: 22px;
}
div.shikaku_mark p span.shikaku {
	position:absolute;
	left:0px;
	top:0px;
	color: #ff3333;
}

div.result_cat{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
}

div.gyoushu{
	padding-left: 10px;
}
ul.gyoshu_list{
	font-size: 0;
	line-height: 0;
	zoom: 1;
	padding: 5px 0 0 0;
}
ul.gyoshu_list li{
	float: left;
	margin: 0 5px 5px 0;
	width: 215px;
	font-size: 0;
	line-height: 0;
	zoom: 1;
}
ul.gyoshu_list li a{
	display: block;
	height: 18px;
	color: #333333;
	border: solid 1px #cccccc;
	padding: 4px 4px 4px 26px;
	font-size: 15px;
	line-height: 18px;
	background-color: #f6f6f6;
	background-image: url(/wp-content/themes/osaka/img_ex/ss.gif);
	background-repeat:no-repeat;
	background-position: 3px 3px;
}
ul.gyoshu_list li a:hover{
	background-color: #e6e6e6;
	text-decoration: none;
}

div.clear_float {
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}

/*適職診断 ここまで****************************/

#workmap {
    margin: 50px auto;;
    background: url(../img/industry_mainimg.jpg) no-repeat;
    width: 936px;
}

.job_mov{
    margin: auto;
    width: 940px;
}

.job_mov li {
    float: left;
    width: auto;
    margin-left: 33px;
}

.job_mov li:first-child {
    margin-left: 0px;
}

.job_mov li .movie1, .job_mov li .movie2, .job_mov li .movie3 {
    font-weight: bold;
    font-size: 14px;
}

.movie_info {
    line-height: 30px;
}

.project_detail {
    display: block;
    font-size: 12px;
    line-height: 40px;
    background: url(../img/arrow.png) no-repeat -3px center;
    text-indent: 7px;
    color: #333;
}

.movie {
    width: 940px;
    margin: 50px auto 60px auto;
    clear: both;
    overflow: hidden;
}

.industry{
    margin-top: 60px;
    width: 1016px;
}

.industry li {
    float: left;
    width: 177px;
    margin-bottom: 40px;
    margin-right: 76px;
}

.industry a.name {
    font-size: 13px;
    background: url(../img/arrow.png) no-repeat 0px center;
    display: inline;
    padding-left: 10px;
    display: block;
    color: #333;
    margin-top: 10px;
    font-weight: bold;
}

.job_name{
    font-weight: normal;
    color:#333333;
}

h3.h3_style02 {
    background: url(../img/bd_ttl.png) no-repeat left bottom;
    padding-bottom: 16px;
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.tooltip{
    background: #ffeeee;
    padding: 10px;
    border-radius: 5px;
    border: solid 3px #a83e3e;
}

h4.subtitle {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 7px 0;
    margin: 35px 0 30px;
}

h4.subtitle span {
    border-left: 5px solid #851c3b;
    padding: 5px 0 5px 10px;
    font-size: 18px;
}