
body {
  background-color: #f2f2f2;

  font-family: "Lato", kozuka-gothic-pro, sans-serif;
  font-weight: 400;
  font-style: normal;

  /* font-family: "Lato"; */
  /* font-weight: 300; */
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

.vertical {
  writing-mode: vertical-rl;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
  color: #333;
}

/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}
b {
  font-size:120%;
  padding-bottom:0.7em;
}
.centered {
  text-align: center;
}

/* Links */

a {
  color: #1abc9c;
  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: 1em 0;
  padding: 0;
}

/*---------------------------------------------------
3.1 Topbar
---------------------------------------------------*/

#section-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
  font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar2 {
  position: fixed;
  top: 12px;
  left: 0px;
  right: 0;
  z-index: 10001;
  overflow: visible;
  font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar3 {
  position: fixed;
  top: 12px;
  left: 0px;
  right: 0;
  z-index: 10002;
  overflow: visible;
  font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: white;
}

#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 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 18px 20px 18px 20px;
  border-left: 1px solid #222;
}

#section-topbar ul#nav a:focus {
  background: #111;
  text-decoration: none;
  border-left: 1px solid #111;
}

#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/PAK86_codeing20140517.jpg.jpg) no-repeat center top;
  */
  /* background: url(../img/AdobeStock_222896559.jpeg) no-repeat center top; */
  /* background: url(../img/xmas/AdobeStock_300499350.jpeg) no-repeat center top; */
  background: url(../img/AdobeStock_478546397.jpeg) no-repeat left top;
  margin-top: 60px;
  padding-top: 80px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 340px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  font-size: 80px;
  color: white;
  text-shadow: 1px 2px 3px white; 
}

#headerwrap h3 {
  font-size: 20px;
  color: white;
  color: #fff;
}

/* Intnro Wrap */

#intro {
  background: #2c3e50;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}

#intro h4, 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;
  color: white;
}

#skillswrap h5, p {
  color: white;
}

#footwrap {
  background: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footwrap p {
  color: white;
}

#footwrap h5 {
  color: white;
}

#footwrap t {
  font-weight: 700;
}

#footwrap i {
  padding-right: 8px;
  color: #1abc9c;
}

/* Copyright Wrap */

#copyrights {
  background: #222222;
  padding: 20px 0;
  text-align: center;
  color:white;
  font-size: 16px;
}

#copyrights p {
  margin: 0 0 5px 0;
}

.credits {
  color: #999;
}

/* Global Values */

.desc {
  padding-top: 50px;
  padding-bottom: 50px;
}

.desc p {
  color: #2f2f2f;
}

.desc t {
  color: #34495e;
  font-weight: 700;
}

.desc imp {
  padding: 6px;
  color: white;
  background: #34495e;
}

.desc more {
  color: #95a5a6;
}

sm {
  font-size: 12px;
}

/* Contact Form */

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: left;
}

.contact-form .form-send button {
  background: #44bbaa;
  border: 0;
  padding: 10px 30px;
  color: white;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #23c8b1;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: white;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: white;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color:white;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

#news {
  padding-top: 60px;
  padding-bottom: 60px;
}
#news p {
  color :#555;
}


/* 上へボタン */
h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color:white;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/* コメント */
.comment_main {
  line-height: 2.8em;
  text-shadow: 0.3px 0.3px 0.3px white;
  padding-bottom: 2em;
}
.comment_explanation {
  line-height: 2em;
  font-size: 80%;
  opacity: .6;
  font-style: normal;
  text-shadow: 0.3px 0.3px 0.3px white;
}

.comment_explanation_recruit {
  /* padding-left: 2em; */
  padding-left:1em;
  text-indent:-1em;
  padding-top: 0;
  padding-bottom: 0;
}
.comment_explanation_recruit_detail {
  padding-left: 1em;
}
.comment_explanation_recruit_detail_g {
  padding-left: 0em;
  text-indent:-1em;
}

/* コメント詳細 */
.comment_detail {
  line-height: 2em;
  text-shadow: 0.3px 0.3px 0.3px white;
  font-size: 80%;
  opacity: .6;
  padding-left: 1em;
  padding-bottom: 6px;
}

.service_logo {
  font-size: 150% !important;
  color: #396EA2 !important;
}

a.menu_title {
  color:white;
}

a.menu_title:hover {
  color:#396EA2;
}

/*　フレーム　*/
.blur, .blur > img {
  margin: 0; padding: 0;
  border: 0;
  /* width:80%;
  height:80%; */
}

.blur {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.blur:after {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  -moz-box-shadow: inset 0px 0px 15px 15px #f2f2f2;
  -webkit-box-shadow: inset 0px 0px 15px 15px #f2f2f2;
  box-shadow: inset 0px 0px 15px 15px #f2f2f2;
  content: " ";
}

/*　フレーム2　*/
.blur_about, .blur_about > img {
  margin: 0; padding: 0;
  border: 0;
  /* width:80%;
  height:80%; */
}

.blur_about {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.blur_about:after {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  -moz-box-shadow: inset 0px 0px 15px 15px #2C3E50;
  -webkit-box-shadow: inset 0px 0px 15px 15px #2C3E50;
  box-shadow: inset 0px 0px 15px 15px #2C3E50;
  content: " ";
}

.blur_portrait {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.blur_portrait:after {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  -moz-box-shadow: inset 0px 0px 4px 4px #F2F2F2;
  -webkit-box-shadow: inset 0px 0px 4px 4px #F2F2F2;
  box-shadow: inset 0px 0px 4px 4px #F2F2F2;
  content: "のはらたつお";
}

.fas, .far {
  padding-left: 0em;
  padding-right: 0.6em;
}
.fa-cube {

}
.fa-clock {
  padding-left: 1em;

}
.fa-angle-right {
  /* padding-left: 0.6em; */
  padding-right: 0.1em;
  
}
article {
  padding-left: 2em;
}

/* font "blog" */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pf54n5');
  src:  url('../fonts/icomoon.eot?pf54n5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pf54n5') format('truetype'),
    url('../fonts/icomoon.woff?pf54n5') format('woff'),
    url('../fonts/icomoon.svg?pf54n5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo-icon:before {
  content: "\e900"; 
  padding-top: 4px;
}

@font-face {
  font-family: 'icomoon_tiktoc';
  src:  url('../fonts/tiktoc/icomoon.eot?pf54n5');
  src:  url('../fonts/tiktoc/icomoon.eot?pf54n5#iefix') format('embedded-opentype'),
    url('../fonts/tiktoc/icomoon.ttf?pf54n5') format('truetype'),
    url('../fonts/tiktoc/icomoon.woff?pf54n5') format('woff'),
    url('../fonts/tiktoc/icomoon.svg?pf54n5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-tiktoc-"], [class*=" icon-tiktoc-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_tiktoc' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktoc-logo-icon:before {
  content: "\e900"; 
  padding-top: 4px;
}


/***** for Text Animation *****/
/* text {
  display: block;
  white-space: nowrap;
  font-size: 3rem;
  stroke: #333;
  stroke-width: 0.5px;
  fill: #333;
  stroke-dasharray: 1700;
  stroke-dashoffset: 600;
  animation: textAnime 5s linear;
}
@keyframes textAnime {
  0% {
    stroke-dashoffset: 600;
    fill:transparent;
  }
  50% {
    fill:transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill:#333;
  }
} */

text {  
  display: block;
  white-space: nowrap;
  /* background-color: #ff9d9d; */
  font-family:'Source Serif Variable' !important;
  font-weight:bold;
  /* 色はお好みで */
  stroke: rgb(15, 117, 2);
  /* 色はお好みで */
  fill: rgb(255, 0, 0);
  /* 文字が大きい方がアニメーションが綺麗なので50pxを指定 */
  font-size: 30px;
  /* 100%だと最後まで表示されないので多めに設定する */
  stroke-dasharray: 200% 200%;
  /* 線が細いほうがアニメーションが綺麗なので0.5pxを指定 */
  stroke-width: 1.5px;
  -webkit-animation: stroke-anim 5s linear;
  animation: stroke-anim 5s linear;
}
@-webkit-keyframes stroke-anim {
0% {
  /* 100%だと最後まで表示されないので多めに設定する */
  stroke-dashoffset: 200%;
  fill:transparent;
}
50% {
  fill:transparent;
}
100% {
  stroke-dashoffset: 0%;
  fill:black;
}
}

@keyframes stroke-anim {
0% {
  /* 100%だと最後まで表示されないので多めに設定する */
  stroke-dashoffset: 200%;
  fill:transparent;
}
50% {
  fill:transparent;
}
100% {
  stroke-dashoffset: 0%;
  fill:rgb(255, 0, 0);
}
}

svg.text {
  border-radius:10px;
  padding:10px;
  text-align:center;
  background-color:rgb(173, 255, 173);
}