@charset "UTF-8";
/*! =======================================
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このCSSファイルはSassから生成されていますので、
 直接編集しないようご注意ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
 ========================================= */
.top-bar, .cs-sec-movie .intro_me {
  background-color: white;
  color: #333;
}
.header_page > div, .site-footer-wrap, .cs-sec, .cs-title, .cs-sec-woes .cs-sec, .box_training_step, .cs-sec-movie .intro_me {
  margin-left: auto;
  margin-right: auto;
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6, .gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
body, button, input, select, textarea {
  line-height: 1.8;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.marker {
  background: linear-gradient(transparent 0%, #fff45c);
}
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.mincho {
  font-family: serif;
}
.bl {
  display: inline-block;
}
.fs1 {
  font-size: 0.8rem;
}
.fs2 {
  font-size: 1rem;
}
.fs3 {
  font-size: 1.2rem;
}
.fs4 {
  font-size: 1.4rem;
}
.fs5 {
  font-size: 1.6rem;
}
.fs6 {
  font-size: 1.8rem;
}
.fs7 {
  font-size: 2rem;
}
.fs8 {
  font-size: 2.2rem;
}
.fs9 {
  font-size: 2.4rem;
}
.fs10 {
  font-size: 2.6rem;
}
@media screen and (max-width: 1000px) {
  .fs2 {
    font-size: 0.8rem;
  }
  .fs3 {
    font-size: 1rem;
  }
  .fs4 {
    font-size: 1.2rem;
  }
  .fs5 {
    font-size: 1.4rem;
  }
  .fs6 {
    font-size: 1.6rem;
  }
  .fs7 {
    font-size: 1.8rem;
  }
  .fs8 {
    font-size: 2rem;
  }
  .fs9 {
    font-size: 2.2rem;
  }
  .fs10 {
    font-size: 2.4rem;
  }
}
.txt_black {
  color: #000;
}
.txt_d_purple {
  color: #1e0f61;
}
.txt_d_orange {
  color: #ea5433;
}
.txt_white {
  color: #fff;
}
.txt_attention {
  text-indent: -1em;
  margin-left: 1em;
}
.txt_attention:before {
  content: "※";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
ul.dot_list {
  font-size: 1rem;
}
.csbtn_wrap {
  text-align: center;
}
.csbtn {
  display: inline-block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  background-color: #fff;
  border: 2px solid #1e0f61;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.csbtn:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1e0f61;
  opacity: 1;
  transition: 0.3s;
  z-index: -1;
  height: 630%;
  transform: translateX(-50%) translateY(-50%) rotate(-65deg);
}
.csbtn:visited {
  color: #fff;
}
.csbtn:hover {
  color: #1e0f61;
}
.csbtn:hover:after {
  height: 0;
}
.csbtn:active:after {
  height: 0;
}
@media screen and (max-width: 576px) {
  .csbtn {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.csbtn_down {
  display: inline-block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
  background-color: #fff;
  border: 2px solid #1e0f61;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.csbtn_down:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1e0f61;
  opacity: 1;
  transition: 0.3s;
  z-index: -1;
  height: 630%;
  transform: translateX(-50%) translateY(-50%) rotate(-65deg);
}
.csbtn_down:visited {
  color: #fff;
}
.csbtn_down:hover {
  color: #1e0f61;
}
.csbtn_down:hover:after {
  height: 0;
}
.csbtn_down:active:after {
  height: 0;
}
.text_luster {
  text-shadow: 0 0 10px #fff, 0 0 5px #fff, 0 0 0.4px #fff;
}
.round_box {
  display: inline-block;
  border-radius: 8px;
  padding: 5px 20px;
  color: #fff;
  background-color: #1e0f61;
  font-weight: bold;
  letter-spacing: 1px;
}
.no-top-bar .top-bar {
  padding: 0;
}
.top-bar {
  height: 50px;
  border-bottom: 1px solid #ccc;
  padding: 1px 0 0;
  font-weight: normal;
}
.top-bar .top-bar-wrapper {
  position: relative;
  height: 100%;
  padding: 0 10px;
}
.top-bar .top-bar-wrapper .site-description {
  width: 60%;
  font-size: 0.7rem;
  float: none;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-bar .top-bar-wrapper .site-description {
    display: none;
  }
}
.top-bar .top-bar-info {
  width: 256px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -20px;
  text-align: center;
  background: linear-gradient(0deg, #80dd0a 0%, #2fa600 40%, #2fa600 60%, #80dd0a 100%);
  transform: skewX(-25deg);
}
.top-bar .top-bar-info img {
  transform: skewX(25deg);
}
@media screen and (max-width: 1110px) {
  .top-bar .top-bar-info {
    right: 13px;
  }
}
@media screen and (max-width: 768px) {
  .top-bar .top-bar-info {
    left: 20px;
  }
}
.sticky-wrapper {
  background: linear-gradient(0deg, #e9e1ea 10%, white 50%);
}
.site-branding-wrapper {
  padding: 0 10px;
  height: 74.375px;
}
.site-branding {
  padding: 0;
  margin-right: 0;
}
.custom-logo {
  max-height: 75px;
  margin: 0;
}
@media screen and (max-width: 1110px) {
  .custom-logo {
    max-height: 65px;
  }
}
@media screen and (max-width: 1110px) {
  .main-navigation {
    font-size: 0.75rem;
  }
}
.main-navigation a:visited, .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus {
  color: none;
  opacity: 1;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
  color: none;
  opacity: 1;
}
.menu-toggle {
  display: none;
}
@media screen and (max-width: 1110px) {
  #top-menu {
    margin-right: 30px;
  }
}
#top-menu li {
  position: relative;
  top: 0;
  height: 74.375px;
  border-left: 1px solid #ccc;
  width: 110px;
  transform: skewX(-25deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1110px) {
  #top-menu li {
    width: 85px;
  }
}
#top-menu li:last-child {
  border-right: 1px solid #ccc;
}
#top-menu li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45b403;
  height: 5px;
  transform: translateY(5px);
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transition-property: transform;
  transition-property: -moz-transform;
  transition-property: -webkit-transform;
  /*
   @include set_prefix(transition-duration, 0.2s, name);
   @include set_prefix(transition-timing-function, ease-out);
   */
}
#top-menu li.current_page_item:before, #top-menu li:hover:before, #top-menu li:focus:before, #top-menu li:active:before {
  transform: translateY(0);
  transform: -moz-translateY(0);
  transform: -webkit-translateY(0);
}
#top-menu li a {
  width: 120px;
  text-align: center;
  font-weight: normal;
  padding: 0.8em;
  position: absolute;
  top: 50%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) skewX(25deg);
  -moz-transform: translate(-50%, -50%) skewX(25deg);
  -webkit-transform: translate(-50%, -50%) skewX(25deg);
}
#top-menu li a:hover {
  font-weight: normal;
  opacity: 100;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 768px) {
  .front_header .custom-header {
    width: auto;
    height: 300px;
    object-fit: cover;
  }
}
.front_header .hero_maincopy {
  position: absolute;
  top: 25%;
  left: 38%;
}
@media screen and (max-width: 1000px) {
  .front_header .hero_maincopy {
    max-width: 50%;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .front_header .hero_maincopy {
    max-width: 90%;
    top: 30%;
    left: 5%;
  }
}
.front_header .hero_subcopy {
  position: absolute;
  top: 42%;
  left: 48%;
  display: inline-block;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .front_header .hero_subcopy {
    top: 33%;
    left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .front_header .hero_subcopy {
    position: static;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .front_header .hero_subcopy {
    font-size: 120%;
  }
}
.header_page {
  width: 100%;
  height: 200px;
  background-color: #dbb9dc;
  background-image: url(../../images/back_subhead.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto contain;
}
@media screen and (max-width: 576px) {
  .header_page {
    height: 150px;
  }
}
.header_page > div {
  max-width: 1000px;
  position: relative;
  padding-top: 1px;
  padding-left: 5%;
  height: 100%;
}
.header_page > div h1 {
  color: #1e0f61;
  font-size: 1.8rem;
  font-style: italic;
  position: absolute;
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
}
.site-footer {
  background-color: #fff;
  background: linear-gradient(180deg, #e9e1ea 10%, white 50%);
}
.site-footer-wrap {
  padding: 30px 0;
  margin-bottom: 20px;
  max-width: 1000px;
}
.site-footer-inner {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .site-footer-inner {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.site-footer-inner p {
  line-height: 1.5;
}
.site-footer .copyright {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 10px solid #7b0285;
  background-color: #fff;
}
.site-footer .copyright a {
  color: #1e0f61;
}
.site-footer .pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.site-footer .pagetop a {
  cursor: pointer;
  text-align: right;
  display: inline-block;
}
.site-footer .pagetop a img {
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .site-footer .pagetop {
    bottom: -9px;
  }
  .site-footer .pagetop img {
    width: 80%;
  }
}
.cs-sec-container {
  overflow: hidden;
}
.cs-sec {
  max-width: 1000px;
  padding: 50px 0;
  position: relative;
}
.cs-title {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.6;
}
.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
  max-width: initial;
}
.site-content {
  padding: 3.2em 0;
}
@media screen and (max-width: 1110px) {
  .site-content {
    padding: 3.2em 5%;
  }
}
.home .site-content {
  padding-top: 0;
}
.cs-sec-woes {
  background-color: #e8eaf5;
  background-image: url(../../images/back_naname1.png), url(../../images/back_naname2.png), url(../../images/trouble_boss.png);
  background-position: calc(50% - 600px) top, calc(50% + 650px) bottom, calc(50% + 400px) bottom;
  background-size: auto, auto, auto 300px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .cs-sec-woes {
    background-image: none;
  }
}
.cs-sec-woes .cs-sec {
  padding: 70px 0;
  max-width: 900px;
}
.cs-sec-woes ul {
  margin-top: 30px;
  margin-right: 10px;
  list-style: none;
}
.cs-sec-woes li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  background-image: url(../../images/back_checkbox.png);
  background-repeat: no-repeat;
  background-position: left middle;
}
.cs-sec-woes li img {
  position: absolute;
  top: -5px;
  left: 0;
}
.box_training_step {
  padding-left: 90px;
  background-image: url(../../images/training_step_arrow.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.box_training_step img {
  display: block;
  margin-bottom: 5px;
}
.box_training_step img.up {
  margin-bottom: 30px;
  margin-left: 90px;
}
@media screen and (max-width: 1000px) {
  .box_training_step img.up {
    margin-left: 50px;
  }
}
.youtube {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100% !important;
  height: 100% !important;
  margin-bottom: 20px;
}
.cs-sec-movie {
  background-image: url(../../images/back_diamond.jpg);
}
.cs-sec-movie .cs-sec {
  background: linear-gradient(90deg, rgba(251, 248, 241, 0), #fbf8f1, rgba(251, 248, 241, 0));
}
.cs-sec-movie .intro_me {
  box-shadow: 1px 3px 13px 0px #b4b4b4;
  max-width: 900px;
  margin-top: 30px;
  padding: 20px 30px;
}
.cs-sec-movie .intro_me img {
  float: left;
  margin: 0.8em 1.6em 0.8em 0;
}
@media screen and (max-width: 768px) {
  .cs-sec-movie .intro_me img {
    max-width: 33%;
  }
}
@media screen and (max-width: 576px) {
  .cs-sec-movie .intro_me img {
    display: block;
    float: none;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.cs-sec-works {
  background-image: url(../../images/back_naname3.png), url(../../images/back_naname4.png);
  background-position: calc(50% - 600px) top, calc(50% + 650px) bottom;
  background-repeat: no-repeat;
}
.cs-sec-works .ex_one {
  position: relative;
  margin-bottom: 50px;
}
.cs-sec-works .ex_one_title {
  min-height: 100px;
}
.cs-sec-works .ex_one_title p {
  transform: skewX(-25deg);
  position: absolute;
  padding: 5px 10px;
}
.cs-sec-works .ex_one_title p span, .cs-sec-works .ex_one_title p img {
  transform: skewX(25deg);
  display: inline-block;
  color: white;
}
.cs-sec-works .ex_one_title p span:before {
  content: "\00a0";
}
.cs-sec-works .ex_one_title p img {
  margin-right: 15px;
}
.cs-sec-works .ex_one_title_case {
  top: 0;
  left: 0;
  background-color: #e6e6e6;
}
.cs-sec-works .ex_one_title_lead {
  width: 75%;
  top: 10px;
  left: 115px;
  background-color: #45b403;
}
@media screen and (max-width: 576px) {
  .cs-sec-works .ex_one_title_lead {
    width: 90%;
    top: 33px;
    left: 30px;
  }
}
.cs-sec-works .ex_one_exp {
  overflow: hidden;
  padding: 10px;
}
.cs-sec-works .ex_one_exp img {
  float: left;
  margin: 0.8em 1.6em 0.8em 0;
}
@media screen and (max-width: 768px) {
  .cs-sec-works .ex_one_exp img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.cs-sec-works .ex_one_exp_company {
  color: #45b403;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-top: 20px;
}
.cs-sec-works .works_etc ul {
  list-style: none;
}
.cs-sec-works .works_etc ul li {
  display: inline-block;
  margin-right: 40px;
}
.cs-sec-works .works_etc ul:nth-child(1) li {
  font-size: 1.3rem;
}
.cs-sec-works .works_etc ul:nth-child(1) li:after {
  content: "　様";
  font-size: 1.2rem;
}
.cs-sec-works .works_etc ul:nth-child(2) li {
  font-size: 1.2rem;
}
.cs-sec-skill {
  background-image: url(../../images/back_skill_staff.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.cs-sec-skill .cs-sec {
  padding-bottom: 0;
}
.cs-sec-skill-box {
  margin-left: auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .cs-sec-skill-box {
    width: 90%;
    margin-top: 20%;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .cs-sec-skill-box p {
    text-align: right;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 576px) {
  .cs-sec-skill-box p {
    text-align: center;
  }
}
.flexbox_skill {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: stretch;
  -moz-align-content: stretch;
  -webkit-align-content: stretch;
  flex-shrink: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  justify-content: space-between;
  height: 400px;
}
.flexbox_skill .flexbox_item {
  text-align: center;
  border: 1px solid #ccc;
  width: 47%;
  background-size: cover;
  background-position: bottom left;
  background-image: url(../../images/back_skill.jpg);
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.flexbox_skill .flexbox_item img {
  display: block;
  margin: 0 auto 10px;
}
.cs-sec-born .cs-sec {
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cs-sec-born .cs-sec {
    max-width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .cs-sec-born .cs-sec {
    max-width: 95%;
  }
}
.cs-sec-born .cs-sec img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cs-sec-born .cs-sec img {
    max-width: 32%;
  }
}
.cs-sec-future {
  background-image: url(../../images/back_future.jpg);
  background-position: calc(50% + 40%) top;
  background-repeat: no-repeat;
  background-size: 55% auto;
}
.cs-sec-future .cs-sec {
  padding-top: 30px;
}
@media screen and (max-width: 1110px) {
  .cs-sec-future {
    background-position: right bottom;
    background-size: 70% auto;
  }
  .cs-sec-future .cs-sec {
    height: 500px;
  }
}
.cs-sec-future-text {
  transform: skewX(-25deg);
  box-shadow: 3px 3px 3px 0px '#b4b4b4';
  width: 60%;
  margin-bottom: 100px;
  padding: 0 30px 20px;
  position: relative;
  top: 0;
  left: -5%;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 1110px) {
  .cs-sec-future-text {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cs-sec-future-text {
    width: 90%;
  }
}
.cs-sec-future-text-inner {
  transform: skewX(25deg);
  width: 95%;
}
.sec-lament {
  min-height: 370px;
  line-height: 2.5;
  background-color: #5a7281;
  background-image: url(../../images/trouble_boss2.png);
  background-repeat: no-repeat;
  background-position: -10px bottom;
  background-size: auto 100%;
  font-size: 1.4rem;
}
.sec-lament .txt_d_purple {
  font-size: 1.4em;
}
.sec-lament i {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .sec-lament {
    line-height: 2;
    background-position: left top;
  }
  .sec-lament > div {
    margin-top: 35%;
  }
  .sec-lament .txt_d_purple {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 576px) {
  .sec-lament {
    font-size: 1.1rem;
  }
}
.sec-training {
  max-width: 75%;
}
@media screen and (max-width: 768px) {
  .sec-training {
    max-width: 100%;
  }
}
.sec-training .sales_point {
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
  background-size: cover;
  background-position: bottom left;
  background-image: url(../../images/back_skill.jpg);
  margin-bottom: 20px;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: auto;
}
.sec-training .sales_point img {
  display: block;
  margin: 0 auto 10px;
}
.sec-training .sales_point span {
  display: inline-block;
  height: 55px;
}
.sec-seminer {
  position: relative;
}
.sec-seminer:before {
  content: "";
  background: linear-gradient(0, #c04, #fcee21);
  position: absolute;
  width: 55px;
  height: 90%;
  top: -20px;
  left: 10%;
}
@media screen and (max-width: 1000px) {
  .sec-seminer:before {
    left: 9%;
  }
}
@media screen and (max-width: 768px) {
  .sec-seminer:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec-seminer .row {
  padding-bottom: 30px;
}
.sec-seminer .step_tag {
  position: relative;
  top: -35px;
}
@media screen and (max-width: 1000px) {
  .sec-seminer .step_tag {
    top: -10px;
  }
}
.sec-more-merit .lead_wrap {
  min-height: 100px;
}
.sec-more-merit .lead {
  transform: skewX(-25deg);
  position: absolute;
  padding: 5px 10px;
}
.sec-more-merit .lead span, .sec-more-merit .lead img {
  transform: skewX(25deg);
  display: inline-block;
  color: white;
}
.sec-more-merit .lead span:before {
  content: "\00a0";
}
.sec-more-merit .lead img {
  margin-right: 15px;
}
.sec-more-merit .lead span {
  font-weight: bold;
}
.sec-more-merit .lead_merit {
  top: 0;
  left: 0;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1110px) {
  .sec-more-merit .lead_merit {
    left: 10px;
  }
}
.sec-more-merit .lead_text {
  width: 64%;
  top: 15px;
  left: 125px;
  letter-spacing: -1px;
  background-color: #45b403;
}
@media screen and (max-width: 768px) {
  .sec-more-merit .lead_text {
    left: 135px;
  }
}
.sec_customer_voice > div {
  box-shadow: 3px 3px 3px 0px #eee;
  font-size: 90%;
  width: 29%;
  padding: 15px;
  margin-right: 3%;
}
@media screen and (max-width: 768px) {
  .sec_customer_voice > div {
    width: 46%;
  }
}
@media screen and (max-width: 576px) {
  .sec_customer_voice > div {
    width: 95%;
    margin-right: 0;
  }
}
.sec_customer_voice > div img {
  display: block;
  margin: 0 auto;
}
.one_seminer_box .lead_copy {
  transform: skewX(-25deg);
  position: absolute;
  padding: 5px 10px;
  background-color: #e6e6e6;
  font-size: 0.9rem;
  line-height: 1.2;
}
.one_seminer_box .lead_copy span, .one_seminer_box .lead_copy img {
  transform: skewX(25deg);
  display: inline-block;
  color: white;
}
.one_seminer_box .lead_copy span:before {
  content: "\00a0";
}
.one_seminer_box .lead_copy img {
  margin-right: 15px;
}
.one_seminer_box .seminer_title {
  margin: 50px auto;
  border-bottom: 1px solid #1e0f61;
  line-height: 1.4;
}
.one_seminer_box .seminer_prog {
  list-style-type: decimal;
}
.one_seminer_box .seminer_prog li {
  padding-left: 10px;
}
.one_seminer_box .seminer_content {
  border-top: 1px dotted #ccc;
  margin-top: 10px;
}
.one_seminer_box .seminer_content tr {
  border-bottom: 1px dotted #ccc;
}
.one_seminer_box .seminer_content tr th, .one_seminer_box .seminer_content tr td {
  padding-left: 30px;
}
@media screen and (max-width: 576px) {
  .one_seminer_box .seminer_content tr th, .one_seminer_box .seminer_content tr td {
    padding-left: 10px;
  }
}
.one_seminer_box .seminer_content tr th {
  width: 30%;
}
.one_seminer_box .seminer_content tr td {
  background-color: #fff;
}
/*------------------------------
 1. Form
 ------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9;
}
input[type="reset"], input[type="submit"] {
  cursor: pointer;
  background: #1e0f61;
  border: none;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px;
}
textarea, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  padding: 10px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  /*background-color: #f2f2f2;*/
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  color: #000;
}
textarea:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-color: #ebebeb;
  border-bottom: 1px solid #fff !important;
  /*background: #e9e9e9;*/
  background: #fff;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 10px;
}
/* プレースホルダーの文字色設定 */
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #ddd;
}
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #ddd;
}
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #ddd;
}
input[type="submit"]:disabled {
  background-color: #ddd;
  cursor: default;
}
input[type="submit"]:disabled:hover {
  opacity: 1;
}
/* Section: Contact
 ------------------------------*/
.section-contact input, .section-contact textarea {
  width: 100%;
  margin-top: 5px;
}
.section-contact .address-contact {
  margin-top: 5px;
  margin-bottom: 15px;
}
.section-contact .address-contact span {
  float: left;
  color: #aaa;
}
.section-contact .address-contact .address-content {
  display: block;
  padding-left: 45px;
  font-style: italic;
  line-height: 2;
}
.section-contact .address-contact .fa-inverse {
  font-size: 12px;
}
.section-contact textarea {
  max-height: 190px;
}
.wpcf7-form {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wpcf7-form input, .wpcf7-form textarea {
  margin-bottom: 5px;
}
.wpcf7-form br {
  margin-bottom: 5px;
}
div.wpcf7-validation-errors {
  margin: 20px 0px;
  padding: 15px;
}
div.wpcf7-response-output {
  margin: 20px 0px;
}
.wpcf7-form b {
  font-size: 1rem;
}
.wpcf7-form label {
  font-size: 1rem;
  margin-right: 15px;
  font-weight: normal;
}
.wpcf7-form .item_required {
  font-size: 0.8rem;
  color: red;
}
.wpcf7-form .input-confirm {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 30px;
}
.wpcf7-form .wpcf7-submit {
  font-size: 1.2rem;
  width: 150px;
  margin-top: 50px;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 1rem;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-style: italic;
  font-size: 0.7em;
  font-weight: 600;
}
.entry-content {
  margin-left: 100px;
}
@media screen and (max-width: 1000px) {
  .entry-content {
    margin-left: 0;
  }
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  color: #fff;
}
