 /* Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Kelvin - Free Bootstrap 3 Resume Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  background-color: #f2f1ef;
    font-family: "Raleway","Lato","Meiriyo","Noto Sans CJK JP","Noto Sans Japanese","Helvetica","Arial", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #555;
    margin-left:1px;
    margin-right:1px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*custombottun*/
 .btn-tpb{
    color: #0a4665;
    background-color:#fff;
    border:1px solid #0a4665;
    margin-left:40px;
    opacity: 0.7;
}

.btn-tpb:hover,
.btn-tpb:focus,
.btn-tpb:active {
    color: #fff;
    background-color: #0f6897;
    border: 1px solid #888 ;
    opacity: 0.7;
}


/* pc */
@media screen and (min-width: 1025px) {

/*custombottun*/
 .btn-tpb{
    color: #0a4665;
    background-color:#fff;
    border:1px solid #0a4665;
    margin-left:40px;
    opacity: 0.7;
}

.btn-tpb:hover,
.btn-tpb:focus,
.btn-tpb:active {
    color: #fff;
    background-color: #0f6897;
    border: 1px solid #888 ;
    opacity: 0.7;
}
.col-lg-13 {
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom:50px;
}

}
 
/* tablet  */
@media screen and  (min-width: 781px) {
/*custombottun*/
 .btn-tpb{
    color: #0a4665;
    background-color:#fff;
    border:1px solid #0a4665;
    margin-left:10px;
    opacity: 0.7;
}

.btn-tpb:hover,
.btn-tpb:focus,
.btn-tpb:active {
    color: #fff;
    background-color: #0f6897;
    border: 1px solid #888 ;
    opacity: 0.7;
}
}
 
/* smartPhone */
@media screen and (max-width: 780px) {

 .btn-tpb{
	display:none;
}

.btn-tpb:hover,
.btn-tpb:focus,
.btn-tpb:active {
  display:none;
}
}
 

/*sidebar-btn*/

.btn-side {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);

}

.btn-side:hover,
.btn-side:focus,
.btn-side:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}


/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 11px;
}



#sidebar-wrapper.active {
    right: 250px;
    width: 250px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Titles */

h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #fff;
    padding-left:10px;
}


 h2, h3, h5, h6 {
    font-family: "Raleway","Lato","Meiriyo","Noto Sans CJK JP","Noto Sans Japanese", sans-serif;
    font-weight: 300;
    color: #fff;
}
h4 {
    font-family: "Raleway","Lato","Meiriyo","Noto Sans CJK JP","Noto Sans Japanese", sans-serif;
    font-weight: 300;
    color: #fff;
}

/* Paragraph & Typographic */
p {
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;

}

.centered {
    text-align: left;
}

/* Links */
a {
    color: #f85c37;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin:0em 10px;
    padding: 0;
}


/*---------------------------------------------------
	3.1 Topbar
---------------------------------------------------*/

#section-topbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	overflow: visible;
	font: normal 16px/24px  "Raleway","Lato","Meiriyo","Noto Sans CJK JP","Noto Sans Japanese", sans-serif;
}

#section-topbar a {
  color: #fff;
}

#topbar-inner {
	background: #111;
	line-height: 0;
	text-align: center;
}

/*
	Top Bar

	By default, top navigation bar uses "fixed" position
*/
#section-topbar ul#nav {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;

	border-right: 1px solid #222;

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

#section-topbar ul#nav > li {
	display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav a {
  display: block;
  font: normal 11px/18px "Raleway","Lato","Meiriyo","Noto Sans CJK JP","Noto Sans Japanese","Helvetica","Arial" sans-serif;
  text-decoration: none;
  padding: 18px 20px 18px 20px;
  border-left: 1px solid #222;
}

	#section-topbar ul#nav a:hover {
	  background: #222;
	  text-decoration: none;
	  border-left: 1px solid #111;
	}

	#section-topbar ul#nav .active a {
		background: #44bbaa;
		border-left: 1px solid #111;
	}

		#section-topbar ul#nav .active a:hover {
			background: #44bbaa;
		}
#section-topbar i {
	font-size: 25px;
}
/*---------------------------------------------------
	SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */


#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat ;
	position:center;
	background-position:top center;
	margin-top: 0px;
	padding-top:300px;
	text-align:center center;
	background-attachment: fixed;
	min-height: 680px;
	width:100%;
}





@media screen and (max-width:780px){

    #menu-toggle {
    z-index: 1000;
    position: fixed;
    top: 0;
    right:0;
}

.toggle {
    margin:0;
}

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat ;
	position:center;
	background-position:top center;
	margin-top: 0px;
	padding-top:75px;
	text-align:center center;
	background-attachment: fixed;
	min-height: 600px;
	width:100%;
}
}

#headerwrap t {
	font-weight:500;

}


/*ふぃるむ*/


    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}



/* Intnro Wrap */

#intro {
	background: #2c3e50;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left:20px;
	padding-right:20px;
	color: white;
}

#intro h5, p {
	color: white;
}



#intro i {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#skillswrap {
	background: #2c3e50;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left:20px;
	padding-right:20px;
	color: white;
}

#skillswrap h5, p {
	color: white;
}

#footwrap {
	background: #2f2f2f;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-left:20px;
	padding-right:20px;
}

#footwrap p {
	color: white;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	padding-right: 8px;
	color: #1abc9c;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 10px;
	text-align: right;
}

#c p {
	color: white
}

/* Global Values */

.desc {
	padding-top: 50px;
	padding-bottom:25px;
	padding-left:5px;
	padding-right:5px;
}

.acordion {
	padding-top: 1px;
	width:100%;
}


.desc p {
	color: #555;
}

.map p {
	color: #fffff;
}


.contact p {
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left:10px;
    padding-right:10px;
}

.desc t {
	color: #34495e;
	font-weight: 700;
	margin-left:5px;
}

.desc imp {
	padding: 6px;
	color: white;
	background: #34495e;
}

.desc more {
	color: #95a5a6;
}


sm {
	font-size: 12px;
}

/*google map*/
.g_map {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}
.g_map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}

/*アコーディオン（スキル）*/
/*アコーディオン多階層*/

a {
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
 }

  a:hover {
    color: white;
    text-decoration: underline;
 }

.nonrecruit a:hover {
    color: #555;
    text-decoration: underline;
}

ul {
  padding-left:0;
  list-style-type: none;
 }

.contents {
  margin: 0 auto;
  padding: 20px 0;
  min-width: 320px;
  max-width: 920px;
 }

.title01 {
  margin: 0 16px 100px;
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
 }

.title02 {
  margin: 0 0 30px;
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
 }

.title03 {
  margin: 0 0 30px;
  font-size: 2.5rem;
  font-weight: normal;
 }

.text {
  margin: 0;
 }

.demo {
  margin: 0 16px 0px; 
}

.demo a {
  display: block;
}

.demo .child {
  display: none;
  margin: 0 0 -1px;
  padding-left:0px;
  background: #f8f8f8;
  border: 1px solid #eaeaea; 
}

.demo .child .menu {
  background: #eaeaea;
  color: #5e5e5e;
}
.demo .child .menu:hover {
  background: #d0d0d0;
}

.demo .child > li {
  margin: 4px 0;

  border-bottom: 1px dotted #dddddd;
}

.demo .child > li:last-child {
  border-bottom: 0;
}

.switch .menu:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1.0rem;
  content: '>';
  font-size: 1.4rem;
  font-weight: bold;
  font-family:"sans-serif";
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear; 
}

.switch .menu.active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

.demo .child02 {
  display: none;
  margin: 0 0 -1px;
  padding-left:0px;
  background: #f8f8f8;
  border: 1px solid #eaeaea; 
  width:100%
}

.child01 {
  border: 1px solid #eaeaea;
  display:block;
}

.child02 {
  color: #5e5e5e;
  display:block;
  margin: 1px 0 0;
}

.menu {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 10px; 
}

.source {
  margin: 0;
  padding: 30px 0 0; 
}

.demo05 .child > li {
  border-bottom: 0;
 }

.demo05 .menu {
  background: #eaeaea;
  color: #555;
  padding: 12px;
}

li {
width:100%;
}

.demo05 .menu:hover {
  background: #d0d0d0;
  text-decoration: none; 
}

/*ぼたんうごき*/
@media screen and (max-width: 780px) {
#animation {
display:none;
}
}

@media screen and (min-width: 781px) {

#animation {
width:125px;
}
}

@media screen and  (min-width: 1025px) {

#animation {
width:139px;
}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px);
 }
 100% { opacity: 0.7; -webkit-transform: translateY(0);
 }

}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


@media screen and (max-width: 780px) {
#animation2 {
display:none;
}
}

@media screen and (min-width: 781px) {

#animation2 {
width:125px;
}
}

@media screen and (min-width: 1025px) {

#animation2 {
width:139px;
}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@media screen and (max-width: 780px) {
#animation3 {
display:none;
}
}

@media screen and (min-width: 781px) {

#animation3 {
width:125px;
}
}

@media screen and (min-width: 1025px) {

#animation3 {
width:139px;
}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 780px) {
#animation4 {
display:none;
}
}

@media screen and  (min-width: 781px){

#animation4 {
width:125px;
}
}

@media screen and (min-width: 1025px) {

#animation4 {
width:139px;
}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



@media screen and (max-width: 780px) {
#animation5 {
display:none;
}
}

@media screen and (min-width: 781px){

#animation5 {
width:125px;
}
}


@media screen and (min-width: 1025px) {

#animation5 {
width:139px;
}
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(1); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-150px); -ms-transform: translateY(-150px); transform: translateY(-150px); }
 100% { opacity: 0.7; -webkit-transform: translateY(1); -ms-transform: translateY(1); transform: translateY(1); }
}

th {
  text-align: left;
  font-weight:500;
  width:140px;
}

td {
  text-align:left;
  font-weight:200;
}


th {
padding-left:15px;
}

td {
padding-left:20px;
 }

html,body {
 overflow-x:hidden;
 }


.br-sp {
  display:none;
}

.br-pc {
  display:block;
}


@media only screen and (max-width:470px){
    tbody tr{
        display: block;
        margin-bottom: 1.5em;
    }
    tbody th,
    tbody td{
        display: list-item;
        border: none;
        list-style-type: none;
    }

  .br-pc {
    display:none;
}

  .br-sp {
    display:block;
  }

th {
padding-left:12px;
width:auto;
}

td {
padding-left:18px;
 }
}

.nonrecruit p {
  color:#555;
  padding-left:10px;

}
.contact span {
color:#f85c37;
padding-left:12px;
}

.nonrecruit span {
color:#f85c37;
}