@charset "utf-8";

/* default */

body {
  font-family:"Open Sans", "Noto Sans JP", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: #222222;
  line-height: 2em;
  position: relative;
  background-color:#fff;
}
.mincho {
  font-family: "Open Sans", 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "-apple-system", "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
a {
  color: #3F51B5;
}
a:hover {
  color: #4d4dea;
  text-decoration: none;
}
::selection {
  color: #fff;
  background: #3F51B5;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
img.pull-right {
  margin: 0 0 .5em .5em;
}
.require {
  color: red;
}
ul li {
  list-style-type: none;
  position: relative;
  margin: 0 0 .5em;
}
ul li:focus {
  outline-color: transparent;
}
ol {
  padding: 2em;
}
ol li {
  padding: 0 0 1em;
}
ul {
  padding-left: .5em;
  margin: 1em 0 2em;
}
ul.inline li {
  display: inline-block;
  margin-right: 2.5em;
}
ul.check-icon {
  padding-left: 1.2em;
}
ul.check-icon li {
  position: relative;
  display: inline-block;
  width: 13em;
  font-size: .9rem;
  margin: 0;
}
ul.check-icon li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  font-size: .9rem;
  padding-right: .5em;
  position: absolute;
  left: -1.3em;
  top: 0;
  color: #3F51B5;
}
.title01 {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 2;
  text-align: left;
  min-width: 5em;
}
.title01 small {
  position: relative;
  display: block;
  font-size: .9rem;
  font-weight: normal;
  text-align: right;
}
.title01 small:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px solid;
  position: absolute;
  top: 1em;
  left: 0;
}
.title01 small span {
  position: relative;
  z-index: 10;
  display: inline-block;
  background-color: #ffffff;
  padding: 0 .1rem;
}
.news .title01 small span {
  background-color:#f8f8f8;
}
.title01:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  opacity: .04;
  font-weight: 800;
  font-size: 4.7rem;
  width: 90vw;
  overflow:hidden;
  border: none;
  line-height: 2;
  margin: 0;
}
.title02 {
  color: #3F51B5;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  border: none;
  margin-bottom: 0;
}
.title02:after {
  content: none;
  border: none;
}
.title03 {
  font-size: 1.2rem;
  border-bottom: solid 4px #eaeaea;
  position: relative;
  padding: .3em 0;
  margin-bottom: .5em;
  text-align:left;
}
.title03:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #3F51B5;
  bottom: -4px;
  width: 15%;
}
p {
  line-height: 2;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
}
.separator {
  width: 100%;
  margin: 1rem auto;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}
.fa-phone {
  -webkit-transform: rotate(100deg);
  -moz-transform: rotate(100deg);
  -ms-transform: rotate(100deg);
  -o-transform: rotate(100deg);
  transform: rotate(100deg);
}
section {
  padding: 5rem 1.5rem 4rem;
}
section.highlight{
  padding: 3rem 1.5rem;
  margin-bottom:0;
  background-color:#f1f4ff;
}
.logged-in {
  padding-top: 32px;
}
.logged-in header {
  padding-top: 32px;
}
h2 {
  font-size: 2rem;
  display: block;
  line-height: 2;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}
h2:after {
  display: block;
  width: 5rem;
  border-bottom: 2px solid #3F51B5;
  content: "";
  margin: 0 auto;
}
h3 {
  font-size: 1.2rem;
  border-bottom: solid 4px #eaeaea;
  position: relative;
  padding: .3em 0;
  margin-bottom: .5em;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #3F51B5;
  bottom: -4px;
  width: 15%;
}
h4 {
  color: #3F51B5;
  font-weight:bold;
  font-size: 1.2rem;
}
table {
  max-width: 100%;
  width: 100%;
  table-layout: fixed;
  margin: 1em 0;
  vertical-align: middle;
}
table th {
  text-align: center;
  width: 30%;
  background-color: #F3F3F3;
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #ddd;
}
table td {
  vertical-align: middle;
  padding: 1em;
  border: 1px solid #ddd;
  line-height: 1.5;
  background: #fff;
}
.table td, .table th {
  padding: 1em;
  vertical-align: middle;
}
.pc-text-center{
  text-align: center;
}
@media (max-width: 640px) {
  table.sp-block, table.sp-block thead, table.sp-block tbody, table.sp-block tr, table.sp-block th, table.sp-block td {
    display: block;
    width: auto!important;
  }
  table.sp-block th {
    background-color: #F3F3F3;
    border-bottom: none;
    padding: .4em 0;
  }
  table.sp-block td {
    border-bottom: none;
  }
  table.sp-block {
    border-bottom: 1px solid #ddd;
  }
}
.columns.reverse {
  flex-direction: row-reverse;
}
.button{
  transition:.4s;
}

/* animetion */

.img_slide_anim {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.5, 0.1, 0.2, 1) 0.2s;
}
.img_slide_anim:nth-child(1) {
  transition-delay: 0.1s;
}
.img_slide_anim:nth-child(2) {
  transition-delay: 0.3s;
}
.img_slide_anim:nth-child(3) {
  transition-delay: 0.5s;
}
.img_slide_anim:nth-child(4) {
  transition-delay: 0.7s;
}
.img_slide_anim:nth-child(5) {
  transition-delay: 0.9s;
}
.img_slide_anim:nth-child(6) {
  transition-delay: 1.1s;
}
.img_slide_anim.imgStart {
  transform: translateY(0);
  opacity: 1;
}
.section_head {
  position: relative;
  z-index: 1;
  padding: 0 0 0;
  max-width: 1600px;
  margin: 0 auto;
  opacity: 0;
}
.section_head.start h2 {
  animation: leftFade 1s cubic-bezier(0.33, 0.33, 0.06, 1) forwards;
  -moz-animation: leftFade 1s cubic-bezier(0.33, 0.33, 0.06, 1) forwards;
  -webkit-animation: leftFade 1s cubic-bezier(0.33, 0.33, 0.06, 1) forwards;
  -ms-animation: leftFade 1s cubic-bezier(0.33, 0.33, 0.06, 1) forwards;
}
.section_head.start span {
  animation: bottomFade 0.6s ease-out 0.3s forwards;
  -moz-animation: bottomFade 0.6s ease-out 0.3s forwards;
  -webkit-animation: bottomFade 0.6s ease-out 0.3s forwards;
  -ms-animation: bottomFade 0.6s ease-out 0.3s forwards;
}
.section_head.start{
  opacity: 1;
}
@keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes head_anim {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-webkit-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes leftFade {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes bottomFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* end/animetion */


/* header */

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.fixed{
  position:fixed;
  background: rgba(255, 255, 255, 0.85);
  z-index:9999;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.04);
}
.navbar-brand .navbar-item:hover:before{
  content:none;
}
header.fixed .navbar-brand a img{
  opacity:0;
}
header.fixed .navbar-brand a{
  position:relative;
}
header.fixed .navbar-brand a:after{
  position:absolute;
  content:"";
  width: 100%;
  height:100%;
  top:0.5rem;
  left:0.75rem;
  display:block;
  padding:0.5rem 0.5rem;
  background:url(../img/logo02.png) no-repeat;
  background-size:150px auto;
}
header.fixed .navbar a{
  color:#222;
  opacity:1;
}
header .navbar {
  background: none;
}
.navbar-item img {
  width: 150px;
  height: auto;
  max-height: none;
}
.navbar-item {
  color: #fff;
  font-weight: 600;
}
p.control {
  margin: 0;
}

/* end/header */


/* hero */

.hero {
  background: none;
  position:relative;
  background-size: cover;
  padding:0;
  overflow:hidden;
}

/* slideなしで追記 */
.hero{
	background:url(../img/main01.jpg) 80% top no-repeat;
	background-size:cover;
	position:relative;
}
.hero:after {
    content: '';
    position:absolute;
    width:100%;
    height:100%;
    background-color: rgba(49,49,91,0.62);
}

/* slideなしで追記 */
.hero path {
  fill-opacity: 0;
  transition: fill-opacity 0.5s;
}
.hero .done{
  transition: .4s;
}
.hero .done .st0 {
  fill: #fff;
  fill-opacity: 1;
}
.hero-body{
  text-align:center;
  position:relative;
  z-index:10;
}
.hero .done path {
  stroke: none;
}
.image-crossfader {
  overflow: hidden;
  height: 100%;
  width:100%;
  top:0;
  left:0;
  display:block;
}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.06);
}
.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/main01.jpg) ;
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/main01.jpg) ;
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/main01.jpg) ;
}
/* end/hero */


/* concept */
section.concept.highlight{
  margin-bottom:0;
}
.concept .lead{
  font-size:1.8rem;
  color:#3F51B5;
}
/* end/concept */

/* associated */
.associated{
  background-color:#f1f4ff;
}
.associated .title01 small span {
  background-color:#f1f4ff;
}
/* end/associated */

/* Wholesale  */
.wholesale{
  padding: 2rem ;
  background:url(../img/wholesale.png) no-repeat center right;
  background-size:cover;
  color:#fff;
}
.wholesale .content{
  width:55%;
}
.wholesale h2{
  font-weight:700;
  line-height:1.3;
  text-align:left;
  color:#fff;
  font-size:3rem;
  margin:1rem 0 1.5rem;
}
.wholesale h2 small{
  font-weight:500;
  display:block;
  font-size:1rem;
}
.wholesale h2::after{
  content:none;
}
.wholesale p.lead{
  margin-bottom:0;
}
@media screen and (max-width: 1087px){
  .wholesale{
     padding: 2rem 1rem;
  }
}
@media screen and (max-width: 640px) {
  .wholesale{
     background-position: center right 45%;
  }
  .wholesale .content{
    width:65%;
  }
}

/* end/Wholesale  */

/* business */

.business {
  padding: 0;
}
.business .business_row {
  margin: 0 0 5rem;
  position: relative;
}
.business .business_row:first-of-type .title01:after {
  content: "88MOBILE";
}
.business .business_row:nth-of-type(2) .title01:after {
  content: "DIGITEL";
}
.business .business_row:nth-of-type(3) .title01:after {
  content: "HOME光";
  font-size:4rem;
}
.business .business_row:nth-of-type(4) .title01:after {
  content: "EZ Jet ボールブラシ";
}
.business .business_row:nth-of-type(5) .title01:after {
  content: "HOME光";
}
.business .business_row .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.5rem;
  min-height: 400px;
}
.business .business_row.reverse .container {
  flex-direction: row-reverse;
}
.business .business_row .container .business_cont {
  width: 48%;
}
.business .business_row:first-of-type:before {
  display: block;
  width: 48%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: url(../img/top_img001.jpg) no-repeat center top;
  background-size: cover;
}
.business .business_row:nth-of-type(2):before {
  display: block;
  width: 48%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(../img/top_img002.jpg) no-repeat center top;
  background-size: cover;
}
.business .business_row:nth-of-type(3):before {
  display: block;
  width: 48%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  /*background: url(../img/top_img003.jpg) no-repeat center top;*/
  background: url(../img/top_img005.jpg) no-repeat center top;
  background-size: cover;
}
.business .business_row:nth-of-type(4):before {
  display: block;
  width: 48%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(../img/top_img006.jpg) no-repeat center top;
  background-size: cover;
}
.business .business_row:nth-of-type(5):before {
  display: block;
  width: 48%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background: url(../img/top_img005.jpg) no-repeat center top;
  background-size: cover;
}
/* end/business */


/* column */

section#column {
  background: url(../img/parallax_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 8rem 1.5rem 5rem;
}
section#column .container {
  position: relative;
}
section#column .title01 {
  color: #fff;
}
section#column .title01:after {
  content: "Column";
  display: block;
  position: absolute;
  bottom: -0.65rem;
  left: 0;
  opacity: .3;
  font-weight: 800;
  font-size: 6rem;
}
section#column .title01 small:after {
  border-color: #fff;
  width: 67%;
}
section#column .title01 small span {
  background: none;
}
.all_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
section#column .card {
  font-size: .9rem;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
}
section#column .card .category {
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  display: inline-block;
  padding: .1rem 1rem;
  background-color: #3F51B5;
  color: #fff;
}
section#column .card p {
  font-size: .8rem;
  margin: 0;
}
section#column .card_btn img {
  transition: all 0.8s;
}
section#column .card_btn figure {
  display: block;
  overflow: hidden;
}
section#column .card {
  transition: all 0.4s;
}
section#column .card_btn:hover .card {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
section#column .card_btn:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}

/* end/column */


/* news */

.news {
  padding: 5rem 0 5rem;
  background-color: #f8f8f8;
}
.news .title01:after {
  content: "News";
}
.news_list {
  padding: 0;
}
.news_list li {
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.news_list li a {
  display: block;
  padding: 1rem;
  transition: .4s;
}
.news_list li a:hover {
  background-color: #f8f8f8;
}
.news_list li .data {
  display: inline-block;
  margin-right: 1.5rem;
}
.news_list li p {
  display: inline-block;
  margin-bottom: 0;
}

/* end/news */


/* team */

.team {
  padding: 8rem 0 5rem;
}
.team .title01:after {
  content: "Our team";
}
.staff_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.staff_list .card {
  width: 28%;
  height: auto;
  font-size: 1rem;
  transition: 0.4s;
}
.staff_list .card:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
  transform: translateY(-4px);
  background: #fff;
}
.staff_list .name_area {
  text-align: center;
}
.staff_list .name_area h3 {
  font-size: 1.3rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  margin-bottom: .5rem;
  border: none;
}
.staff_list .name_area h3:after {
  conetnt: none;
  border: none;
}
.staff_list .name_area small {
  color: #5e5ea8;
  font-weight: 600;
  display: inline-block;
  margin-left: .5rem;
  line-height: 1;
  margin-bottom: .5rem;
}
.staff_list .name_area p {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: .9rem;
  margin-bottom: .5rem;
}
.staff_list .content {
  margin: 0;
}
.staff_list .content p {
  font-size: .9rem;
  line-height: 1.5;
  margin: 0;
}
.staff_list .btn_area {
  text-align: center;
}
.staff_list .btn_area a {
  display: inline-block;
  padding: .5rem;
}
.staff_list .btn_area a svg {
  margin-right: .2rem;
}

/* end/team */


/* bnr_area */

.bnr_area {
  overflow: hidden;
  padding-bottom: 0;
}
.bnr_area a {
  display: block;
  position: relative;
  overflow: hidden;
}
.bnr_area a figure{
  overflow:hidden;
}
.bnr_area a img {
  transition: all .8s;
  width:100%;
}
.bnr_area a:hover img {
  -webkit-transform: scale(1.2) rotate(2deg);
  -moz-transform: scale(1.2) rotate(2deg);
  -o-transform: scale(1.2) rotate(2deg);
  -ms-transform: scale(1.2) rotate(2deg);
  transform: scale(1.2) rotate(2deg);
}
.bnr_area p {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 18%;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  transition: all .8s;
}
.bnr_area a:hover p {
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.bnr_area p small {
  display: block;
  font-weight: normal;
  font-size: 1rem;
}

/* end/bnr_area */


/* map */

section.map {
  padding: 5rem 0 0;
}
section.map iframe {
  width: 100%;
  vertical-align: bottom;
}

/* end/map */


/* footer */

.footer {
  background-color: #3F51B5;
  color: #fff;
  font-size: .88rem;
  padding: 3rem 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #dcdcff;
}
.footer .logo{
  display:inline-block;
}
.footer h2 {
  margin-bottom: 1rem;
}
.footer h3 {
  font-size: 1rem;
  font-weight: 600;
  border: none;
}
.footer h3:after {
  border: none;
}
.footer h2 {
  text-align: left;
}
.footer h2 img {
  display: inline-block;
}
.footer h2:after {
  border: none;
}
.footer .social {
  font-size: 2rem;
  margin: 0;
}
.footer .social a {
  margin-right: .2rem;
}
.footer ul {
  padding: 0;
}
.footer ul li a {
  display: block;
  position: relaive;
  padding-left: .8em;
  line-height: 1.5;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li a:before {
  display: block;
  position: absolute;
  content: '-';
  top: -.15em;
  left: 0;
  font-weight: 500;
}
.footer small {
  display: block;
  text-align: right;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: .88rem;
}

/* end/footer */


/* subvisual */

.subvisual {
  background: url(../img/subvisual.jpg) no-repeat;
  background-size: cover;
  background-position: 0 6%;
  height: 30vw;
  max-height: 440px;
  min-height: 260px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  aline-items: center;
  position: relative;
}
.subvisual.ito {
  background: url(../img/team001.jpg) no-repeat;
  background-size: cover;
  background-position: 0 0%;
}

#office .subvisual{background-image: url(../img/sub_about.jpg);}
#developed .subvisual{background-image: url(../img/sub_developed.jpg);}
#domestic .subvisual{background-image: url(../img/sub_domestic.jpg);}
#recruit .subvisual{background-image: url(../img/sub_recruit.jpg);}
#partner .subvisual{background-image: url(../img/sub_partner.jpg);}
#contact .subvisual{background-image: url(../img/sub_contact.jpg);}
#ito .subvisual{background-image: url(../img/sub_ito.jpg);}
#ozawa .subvisual{background-image: url(../img/sub_ozawa.jpg);}
#taguchi .subvisual{background-image: url(../img/sub_taguchi.jpg);}
#harada .subvisual{background-image: url(../img/sub_harada.jpg);}
#business .subvisual{background-image: url(../img/sub_business.jpg);}
.subvisual.news_sub{background-image: url(../img/sub_news.jpg);}
.subvisual.column_sub{background-image: url(../img/sub_column.jpg);}
.subvisual:before {
  background-color: rgba(0, 0 , 0, 0.55);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.subvisual h1 {
  font-size: 4.4rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
}
.subvisual h1 small:before {
  content: "";
  width: 10rem;
  height: 2px;
  display: block;
  margin-bottom: .5rem;
  background-color: #ffffff;
}
.subvisual h1 small {
  font-size: 1rem;
  display: block;
  font-weight: normal;
  padding-left: .5rem;
}
.subvisual h1 small a{
  color:#fff;
}
/* end/subvisual */


/* recruit_block */

.block01 {
  margin-top: 5rem;
}
.block_row01 {
  margin: 0 0 6rem;
}
.block_row02 {
  margin: 0 0 6rem;
}
.block_row01 .container {
  display: -webkit-flex;
  display: flex;
  margin-top: 2rem;
}
.block_row01 .container .block_img {
  width: 40%;
  margin-top: -2rem;
}
.block_row01 .container .cont_area {
  width: 64%;
  margin-left: -4%;
  z-index: 100;
}
.block_row01 .container .block_cont {
  background-color: rgba(255,255,255,0.8);
  padding: 1rem;
}
.block_row01 .catch {
  font-size: 2rem;
}
.block_row01 .container .block_cont .name_area {
  display: inline-block;
  background: #3F51B5;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.block_row01 .lead {
  color: #3F51B5;
}
.block_row01 .container .block_cont .name_area h2 {
  margin: 0;
  line-height: 1;
}
.block_row01 .container .block_cont .name_area h2:after {
  border: none;
}
.block_row01 .container .block_cont .name_area p {
  margin: 0;
  line-height: 1.5;
}
.block_row02 .container {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2rem;
}
.block_row02 .container .block_img {
  width: 40%;
  margin-top: -2rem;
  margin-left: -4%;
}
.block_row02 .container .cont_area {
  width: 64%;
  z-index: 100;
}
.block_row02 .container .block_cont {
  background-color: rgba(255,255,255,0.8);
  padding: 1rem;
}
.block_row02 .catch {
  font-size: 2rem;
}
.block_row02 .container .block_cont .name_area {
  display: inline-block;
  background: #3F51B5;
  color: #fff;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.block_row02 .lead {
  color: #3F51B5;
}
.block_row02 .container .block_cont .name_area h2 {
  margin: 0;
  line-height: 1;
}
.block_row02 .container .block_cont .name_area h2:after {
  border: none;
}
.block_row02 .container .block_cont .name_area p {
  margin: 0;
  line-height: 1.5;
}
.table.is-striped th {
  background: none;
}
.message {
  background: none;
}
.message .message_area {
  padding: 1rem;
  background-image: -webkit-linear-gradient(135deg, #b164ce, #96cff7);
  background-image: linear-gradient(-45deg, #b164ce, #96cff7);
}
.message .message_inner {
  background: #fff;
  margin: 0;
}

/* end/recruit_block */


/* flow */

.flow li {
  display: block;
  position: relative;
  padding: 20px 0;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  border: solid 1px #c0bfbf;
  font-size: 1.13rem;
  font-weight: 700;
  text-align: center;
}
.flow li::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -15px;
  bottom: -11px;
  border-top: 10px solid #c0bfbf;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  z-index: 10;
}
.flow li::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
  border-top: 10px solid #f2f2f2;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  z-index: 11;
}
.flow li:last-child {
  background-color: #671919;
  color: #fff;
}
.flow li:last-child:after, .flow li:last-child:before {
  content: none;
  border: none;
}

/* end/flow */


/* flow */

.cp_timeline02 {
  position: relative;
  margin: 0 auto;
  overflow:hidden;
}
.cp_timeline02:before {
  position: absolute;
  left: 50%;
  width: 5px;
  height: 100%;
  content: '';
  background: #3F51B5;
}
.cp_timeline02 h3 {
  position: relative;
  clear: both;
  max-width: 6em;
  margin: 1rem auto 1em;
  padding: .1em;
  text-align: center;
  background: #3F51B5;
  color:#fff;
  font-size: 1.2em;
  border:none;
}
.cp_timeline02 h3:after{
  border:none;
}
.cp_timeline02 ul {
  max-width: calc(100% - 2em);
  margin: 0;
  padding: 0 0 0 2em;
  list-style: none;
}
.cp_timeline02 li {
  position: relative;
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  width: 46%;
  border-radius: 3px;
  margin: 0 1rem 1rem;
  border: solid 1px #3F51B5;
}
.cp_timeline02 li:before {
  position: absolute;
  top: 12px;
  left: -14px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 0;
}
.cp_timeline02 li:after {
  position: absolute;
  top: 12px;
  left: -16px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #3F51B5 transparent transparent;
  z-index: -1;
}
.cp_timeline02 li:nth-child(even) {
  float: right;
  margin-top: 2rem;
  right: -1rem;
}
.cp_timeline02 li:nth-child(odd) {
  float: left;
  left: -1rem;
}
.cp_timeline02 li:nth-child(odd):before {
  right: -14px;
  left: auto;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
}
.cp_timeline02 li:nth-child(odd):after {
  position: absolute;
  right: -16px;
  left: auto;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #3F51B5;
  z-index: -1;
}
.cp_timeline02 li:nth-of-type(2n+1) {
  clear: both;
}
.cp_timeline02 li .flag {
  padding: 0;
  font-size:1.2rem;
  color:#;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
}
.cp_timeline02 li .desc {
  line-height: 1.5em;
}
.cp_timeline02 li .time {
  font-size: 1rem;
  margin-bottom:0;
  color: #00838F;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cp_timeline02:before {
    left: 0;
  }
  .cp_timeline02 ul {
    z-index: 1;
    padding: 0 0 0 1.5em;
  }
  .cp_timeline02 li {
    width: 98%;
  }
  .cp_timeline02 li:nth-child(even), .cp_timeline02 li:nth-child(odd) {
    float: none;
    left:0;
  }
  .cp_timeline02 li:nth-child(odd):before {
    right: auto;
    left: -14px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .cp_timeline02 li:nth-child(odd)::after {
    right: auto;
    left: -16px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #3F51B5 transparent transparent;
  }
}

/* end/flow */

#pagelinks a {
  border: 2px solid #3F51B5;
  display: block;
  padding: .5em 1em;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#pagelinks a:after {
  width: 100%;
  height: 100%;
  content: "";
  background: #3F51B5;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  transition: .4s;
}
#pagelinks a:hover {
  color: #fff;
}
#pagelinks a:hover:after {
  left: 0;
}
#pagelinks a svg {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 1rem;
}

#candidate .lead .x-large {
  font-size: 1.4em;
  color: #3F51B5;
}

/* bango */

.bango-area {
  margin-top: 3rem;
}
.title-bango {
  position: relative;
  clear: both;
  text-align: left;
  margin: 0 0 2rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px dotted #999;
  display: -webkit-flex;
  display: flex;
}
.title-bango:last-child {
  border: none;
}
.title-bango .bango {
  font-size: 7rem;
  font-weight: 800;
  color: #3F51B5;
  display: inline-block;
  margin: 0 1rem 0 0;
  line-height: 1;
}
.title-bango .large {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
#recruit .title-bango .text {
  margin: 0;
  font-size: 1.4rem;
  padding-top: 1.5rem;
  line-height:1.5;
}
@media screen and (max-width: 640px) {
  .title-bango .bango {
    font-size: 5rem;
  }
  .title-bango .large {
    font-size: 1.5rem;
  }
  .cp_timeline02 li {
    width: 95%;
  }
  #recruit .title-bango .text {
    margin: 0;
    font-size: 1rem;
  }
}

/* end/bango */

#staff {
  padding: 3rem 1.5rem;
}

/* contact_area */
.contact-area figure{
  margin-top:.8em;
}
.contact-area h2{
  margin:.5em 0;
  text-align:left;
  font-size:1.6em;
  font-weight:bold;
}
.contact-area h2:after{
  content:none;
}
.contact-area{
  padding:4em 0;
  background-color:#3F51B5;
  text-align:center;
}
.contact-area p{
  text-align:center;
  color:#fff;
  font-size:1em;
}
.contact-area .contact-btn,
.contact-area .faq-btn{
  background-color:#fff;
  margin:0;
  padding:.63em 0;
  display:block;
  width:260px;
  color:#3F51B5;
  transition:.2s;
}
.contact-area .contact-btn:hover,
.contact-area .faq-btn:hover{
  background-color: #3F51B5;
  color:#fff;
  text-decoration:none;
}
.square{
  background-image:url(../img/bg_square.png);
  display:inline-block;
  padding:8px;
}
.tel-btna-area{
  width:570px;
  margin:2em auto 0;
  border:5px solid #fff;
}
.tel-btna-area a{
  color:#fff;
  line-height:3.2em;
  display: table;
  width: 100%;
  cursor:default;
}

.tel-btna-area a:hover{
  text-decoration:none;
}
.tel-btna-area a span{
  display:table-cell;
}
.tel-btna-area .text{
  border-right:1px dashed #fff;
  vertical-align: middle;
}
.tel-btna-area .tel{
  font-size:1.5em;
  font-weight:700;
  vertical-align:top;
  line-height:2;
}
.tel-btna-area .tel small{
  font-size:.5em;
  font-weight:normal;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .contact-area .square{
    display:block;
    width:90%;
    margin:0 auto 1em!important;
  }
  .contact-area .contact-btn,
  .contact-area .faq-btn{
    margin:0 auto;
    width:100%;
  }
  .tel-btna-area{
    width:90%;
    margin:2em auto 0;
    border:5px solid #fff;
  }
}
/* end/contact_area */

/* page-top */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 1rem;
  bottom: 0;
  background: #1d2088;
  opacity: 0.6;
  z-index: 10;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a svg{
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -22px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 24px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* end/page-top */
.lead.xlarge{
  font-size:3vw;
}
/* wp-pagenavi */
.wp-pagenavi{
  position: relative;
  text-align:center;
  margin:2em 0 3em;
}
.wp-pagenavi a, .wp-pagenavi span{
  padding:5px 10px !important;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{
  border-color:#3F51B5!important;
  background-color:#3F51B5;
  color:#fff;
}
/* end/wp-pagenavi */

.title-link{
  display:block;
  padding:1rem;
  border-bottom:1px dotted #ddd;
  transition:.2s;
}
.title-link:hover{
  background-color:#f1f1f1;
  color:#3F51B5;
}

/* business_list */
.business_list{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;

}
.business_list .business_item{
  width:48%;
  border:1px solid #ddd;
  padding:4rem 2rem 4rem;
  position:relative;
  margin: 3rem 0;
}
.business_list .business_item .number{
  background:none;
  color: #fff;
  font-size:2rem;
  font-weight:700;
  border-radius:0;
  padding:1rem;
  line-height:1;
  height:auto;
  position:absolute;
  z-index:10;
  top: -2.1rem;
  left: 50%;
  margin-left: -2rem;
}
.business_list .business_item .number:after {
  content: '';
  position:absolute;
  z-index:-1;
  top: 0.1rem;
  left: 0.45rem;
  width:4rem;
  height:4rem;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #3F51B5;
}
.business_list .business_item h3{
  border:none;
  text-align:center;
  font-size:1.5rem;
  color:#3F51B5;
}
.business_list .business_item h3:after{
  border:none;
}
/* end/business_list */
.carousel{
  margin:4rem 0;
}
/* greeting */
.greeting{
  background:url(../img/greeting.png) no-repeat top right;
  background-size:auto 100%;
  padding:5rem 1.5rem 3rem;
  margin:3rem 0;
}
section.greeting p{
  font-size:.9em;
    text-shadow: 1px 1px 1px #fff,
    -1px 1px 1px #fff,
    1px -1px 1px #fff,
    -1px -1px 1px #fff;
}
section.greeting .title01 {
  color: #222222;
}
.greeting .title01:after {
  content: "Greeting";
  display: block;
  position: absolute;
  bottom: -0.65rem;
  left: 0;
  opacity: .1;
  font-weight: 800;
  font-size: 6rem;
}
section.greeting .title01 span{
  background:none;
}
section.greeting .title01 small:after {
  width: 71%;
}
/* end/greeting */
.has-text-right img{
  display:inline-block;
}

.table.profile{
  border-top:1px solid #dbdbdb;
  border-bottom:1px solid #dbdbdb;
  background:none;
}
.table.profile dl dt{
  width: 7em;
  float:left;
  padding: .4em 0;
}
.table.profile dl dd{
  width:auto;
  padding: .45em 0 .4em 7em;
}
.table.profile th{
  width:8em;
}
.table.profile th,
.table.profile td{
  padding:.5em;
}
.table.profile strong{
  display:block;
  color:#3F51B5;
  line-height:1;
}
.table.profile p{
  margin-bottom:.5em;
}
.table.profile p:last-child{
  margin-bottom:0;
}
.table.profile.is-striped tbody tr:not(.is-selected):nth-child(even){
  background:none;
}
.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .icon{
  display:none;
}
.associated .title01:after {
  content: "Associated";
}
.bnr_area .title01:after {
  content: "Service";
}
.border{
  border:1px solid #eee;
}
.pager{
  text-align:center;
}
.pager a{
  display:inline-block;
  border:1px solid #ddd;
  margin:.5em;
  padding:.5rem 1rem;
}
.pager a:hover{
  background-color:#3f51b5;
  color:#fff;
}
#newsList h3{
  border:none;
}
#newsList h3 a{
  background-color:#3f51b5;
  display:block;
  color:#fff;
  padding:.5rem;
  transition:.4s;
}
#newsList h3:before,
#newsList h3:after{
  content:none;
}
#newsList h3 a:hover{
  background-color:#0c1684;
}
