@charset "UTF-8";
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium","游ゴシック体", "Yu Gothic", "游ゴシック体", Lato, "Noto Sans JP",  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.01em;
  line-height: 2em;
  font-weight: 500;
  font-size: 10px;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #111;
}

body#cominfo {
  /* header */
  /* content */
}
body#cominfo #sp_menu {
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding: 10px 2.5% 10px 2.5%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 15;
  box-sizing: border-box;
}
body#cominfo #sp_menu h1 img {
  height: 50px;
}
body#cominfo #sp_menu .navOpen {
  width: 50px;
  height: 50px;
  float: right;
  cursor: pointer;
  border: 1px solid #111;
  border-radius: 5px;
  line-height: 14px;
  box-sizing: border-box;
  text-align: center;
  padding: 18px 0;
  transition: 0.5s;
  font-size: 0.8rem;
  -webkit-transition: 0.5s;
  background-color: #fff;
}
body#cominfo #sp_menu .navOpen.navClose {
  background-color: #111;
  color: #fff;
}
body#cominfo #sp_menu .menu-sp {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
}
body#cominfo #sp_menu .menu-sp ul {
  padding: 20px 2.5% 0 2.5%;
}
body#cominfo #sp_menu .menu-sp li {
  line-height: 1.4;
  border-top: 1px #ccc dotted;
  padding: 10px 0;
  font-size: 1rem;
}
body#cominfo #sp_menu .menu-sp li:last-child {
  border-bottom: 1px #ccc bottom;
}
body#cominfo #sp_menu .menu-sp a {
  display: block;
  width: 100%;
  height: 100%;
}
body#cominfo header {
  height: 100%;
}
body#cominfo header #slide {
  position: relative;
  width: 100%;
  height: 450px;
}
body#cominfo header #slide div {
  position: absolute;
}
body#cominfo header #slide #japan, body#cominfo header #slide #us, body#cominfo header #slide #de, body#cominfo header #slide #uk {
  height: 450px;
  background-size: auto 450px !important;
  background-position: center !important;
}
body#cominfo header #slide #japan {
  width: 100%;
  background: url(../img/mainbanner_1_sp.jpg) no-repeat;
  color: #fff;
}
body#cominfo header #slide #japan p {
  border-bottom: 1px solid #fff;
}
body#cominfo header #slide #us {
  width: 100%;
  background: url(../img/mainbanner_2.jpg) no-repeat;
}
body#cominfo header #slide #us p {
  border-bottom: 1px solid #111;
}
body#cominfo header #slide #de {
  width: 100%;
  background: url(../img/mainbanner_3.jpg) no-repeat;
  color: #fff;
}
body#cominfo header #slide #de p {
  border-bottom: 1px solid #fff;
}
body#cominfo header #slide #uk {
  width: 100%;
  background: url(../img/mainbanner_4.jpg) no-repeat;
  color: #fff;
}
body#cominfo header #slide #uk p {
  border-bottom: 1px solid #fff;
}
body#cominfo header .main_banner {
  width: 100%;
  position: absolute;
  top: 42.5%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
body#cominfo header .main_banner h2 {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: 'Cinzel Decorative', cursive ,"游ゴシック体", "Yu Gothic";
}
body#cominfo header .main_banner h2 span {
  font-size: 2.5rem;
}
body#cominfo header .main_banner p {
  font-size: 1rem;
  display: inline-block;
  padding-bottom: 5px;
}
body#cominfo header .main_banner p.country {
  display: block;
  border-bottom: none !important;
  background: none;
  font-size: 30px;
  padding-top: 10px;
  font-weight: 100;
  font-family: 'Cinzel Decorative', cursive , "游ゴシック体", "Yu Gothic";
}
body#cominfo header a.scroll {
  position: absolute;
  z-index: 30;
  top: 370px;
  margin: auto;
  right: 0;
  left: 0;
}
body#cominfo header a.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
body#cominfo header a.scroll span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
body#cominfo header a.scroll span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
body#cominfo header a.scroll span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body#cominfo #content {
  /* service */
  /* media */
  /* company */
  /* recruit */
  /* button */
}
body#cominfo #content .inner {
  padding: 0 2.5%;
  margin: auto;
}
body#cominfo #content h2 {
  color: #333333;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 100;
  margin-bottom: 30px;
  padding-top: 30px;
}
body#cominfo #content #service, body#cominfo #content #media, body#cominfo #content #company, body#cominfo #content #recruit, {
  padding: 30px 0;
  overflow: hidden;
}
body#cominfo #content #service h2 {
  margin-bottom: 0;
}
body#cominfo #content #service h2::after {
  content: "サービス内容";
  font-size: 0.8rem;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #service .inner {
  padding-bottom:30px;
}
body#cominfo #content #service .inner div {
  overflow: hidden;
}
body#cominfo #content #service .inner div p {
  float: left;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  /* animation */
}
body#cominfo #content #service .inner div p img#img1 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
}
body#cominfo #content #service .inner div p img#img2 {
  position: absolute;
  bottom: -5px;
  left: 55%;
  width: 0;
}
body#cominfo #content #service .inner div p img#img3 {
  position: absolute;
  bottom: 0px;
  left: 15%;
  width: 0;
}
body#cominfo #content #service .inner div p img#img4 {
  position: absolute;
  bottom: 0px;
  left: 75%;
  width: 0;
}
body#cominfo #content #service .inner div p img#img5 {
  position: absolute;
  bottom: 0px;
  left: 32%;
  width: 0;
}
body#cominfo #content #service .inner div p img#img6 {
  position: absolute;
  margin: auto;
  top: 25px;
  left: 0;
  right: 0;
  width: 0;
}
body#cominfo #content #service .inner div p img#img7 {
  position: absolute;
  margin: auto;
  top: 75px;
  left: 0;
  right: 0;
  width: 0;
}
body#cominfo #content #service .inner div p img#img8 {
  position: absolute;
  top: 125px;
  left: 500px;
  width: 100px;
}
body#cominfo #content #service .inner div dl {
  float: left;
  padding-top: 30px;
  width: 100%;
  box-sizing: border-box;
}
body#cominfo #content #service .inner div dl dt {
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
  text-align: center;
}
body#cominfo #content #service .inner div dl dd {
  color: #666;
  margin-bottom: 30px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: justify;
}
body#cominfo #content #media {
  background-color: #f4f4f4;
  padding-bottom: 30px;
}
body#cominfo #content #media h2::after {
  content: "セカイモンがメディアに紹介されました。";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
  font-size: 0.7rem;
}
body#cominfo #content #media dl {
  width: 80%;
  background-color: #fff;
  padding-bottom: 15px;
  float: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 330px;
  margin-left: 10%;
}
body#cominfo #content #media dl dt {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
body#cominfo #content #media dl dt img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: 0.2s;
  -webkit-transition: 0.2;
}
body#cominfo #content #media dl dt::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 325px;
  height: 222px;
  background: transparent;
  transition: 0.2s;
  -webkit-transition: 0.2;
}
body#cominfo #content #media dl dd {
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  line-height: 1.5em;
  margin-top: 5px;
}
body#cominfo #content #media p {
  margin-top: 50px;
  text-align: center;
}
body#cominfo #content #media p span {
  padding: 10px 50px;
  border: 1px solid #666;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #333;
  border-radius: 5px;
  margin: 0;
  transition: .2s;
  cursor: pointer;
  font-size: 0.8rem;
}
body#cominfo #content #media p span::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 100;
  margin-left: 10px;
}
body#cominfo #content #company {
  background-color: #f4f4f4;
  /* ボーダー伸縮*/
  /* 擬似要素の共通スタイル */
  /* 左下へ配置 */
  /* change color after hover */
}
body#cominfo #content #company .inner {
  padding-bottom:30px;
}
body#cominfo #content #company h2::after {
  content: "会社情報";
  font-size: 0.8rem;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #company .company_cont {
  overflow: hidden;
  cursor: pointer;
}
body#cominfo #content #company a + a {
  margin-top: 30px;
  display: block;
  height: 100%;
  width: 100%;
}
body#cominfo #content #company #company_img, body#cominfo #content #company #company_img2 {
  width: 100%;
  height: 200px;
  background-position: center auto !important;
  background-size: 100% auto !important;
}
body#cominfo #content #company #company_img span, body#cominfo #content #company #company_img2 span {
  width: 100%;
  height: 200px;
  display: block;
  background-color: #111;
  opacity: 0;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
body#cominfo #content #company #company_img {
  background: url(../img/company_1.png);
}
body#cominfo #content #company #company_img2 {
  background: url(../img/company_2.png);
}
body#cominfo #content #company .company_txt {
  overflow: hidden;
  width: 100%;
}
body#cominfo #content #company dl {
  background-color: #fff;
  color: #111;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
body#cominfo #content #company dl.dl_top {
  padding: 30px 30px 15px 30px;
}
body#cominfo #content #company dl.dl_top dt {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  font-family: "游ゴシック体", "Yu Gothic";
  font-weight: 400;
  margin-bottom: 10px;
}
body#cominfo #content #company dl.dl_top dd {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}
body#cominfo #content #company .dl_border {
  background-color: #fff;
  height: 15px;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
  display: block;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
body#cominfo #content #company .dl_border::before,
body#cominfo #content #company .dl_border_inner::before {
  background-color: #111;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
body#cominfo #content #company .dl_border::before {
  top: -1px;
  height: 1px;
  left: 30px;
  width: 10%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
body#cominfo #content #company dl.dl_bottom {
  padding: 0px 30px 30px 30px;
  overflow: hidden;
}
body#cominfo #content #company dl.dl_bottom dt {
  font-size: 0.8rem;
  line-height: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}
body#cominfo #content #company dl.dl_bottom dd {
  font-size: 0.8rem;
  line-height: 0.8rem;
  float: right;
  position: relative;
  display: inline;
}
body#cominfo #content #company dl.dl_bottom dd::before {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  background-color: #111;
  left: -20px;
  transition: all 0.2s linear 0s;
  line-height: 0.8rem;
}
body#cominfo #content #company dl.dl_bottom dd::after {
  position: absolute;
  line-height: 0.8rem;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 1px;
  left: -15px;
}
body#cominfo #content #recruit {
  padding-bottom: 0;
}
body#cominfo #content #recruit h2 {
  margin-bottom: 25px;
}
body#cominfo #content #recruit h2::after {
  content: "採用情報";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #recruit p {
  margin-bottom: 30px;
}
body#cominfo #content #recruit #rec1, body#cominfo #content #recruit #rec1_2 {
  width: 100%;
  position: relative;
}
body#cominfo #content #recruit #rec1 .rec_inner_border ul, body#cominfo #content #recruit #rec1_2 .rec_inner_border ul {
  display: none;
}
body#cominfo #content #recruit #rec1 .rec_inner {
  background-image: url(../img/recruit/recruit8.jpg);
}
body#cominfo #content #recruit #rec1_2 .rec_inner {
  background-image: url(../img/recruit_img2.jpg);
}
body#cominfo #content #recruit #rec1 .rec_inner, body#cominfo #content #recruit #rec1_2 .rec_inner {
  width: 100%;
  height: 300px;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-size: 100%;
  background-repeat: no-repeat;
}
body#cominfo #content #recruit #rec1_2 {
  margin-top: 45px;
}
body#cominfo #content #recruit #rec1 p, body#cominfo #content #recruit #rec1_2 p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  background-color: #14a5db;
  width: 100%;
  bottom: -15px;
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
  font-size: 0.8rem;
}
body#cominfo #content #recruit #rec1 p::after, body#cominfo #content #recruit #rec1_2 p::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 0.8rem;
  font-weight: 100;
  margin-left: 10px;
}
body#cominfo #content #recruit #rec2 {
  margin-top: 45px;
}
body#cominfo #content #recruit #rec2 h2::after {
  content: "メンバー紹介";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #recruit #rec2 dl {
  text-align: center;
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 0 30px 0;
  transition: all 0.2s linear 0s;
  cursor: pointer;
  margin-bottom:30px;
}
body#cominfo #content #recruit #rec2 dl dt {
  margin-bottom: 50px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: .2s;
  -webkit-transition: .2s;
}
body#cominfo #content #recruit #rec2 dl dd {
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  -webkit-transform: translateY(0px);
}
body#cominfo #content #recruit #rec2 dl dd.txt::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -30px;
  letter-spacing: -0.2em;
  height: 1px;
  width: 5%;
  display: inline-block;
  background-color: #111;
  transition: .2s;
}
body#cominfo #content #recruit #rec2 dd.link {
  border: 2px solid #111;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  margin-top: 30px;
  font-size: 0.8rem;
}
body#cominfo #content #recruit #rec2 dd.link::before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 2px;
}
body#cominfo #content #service .inner dl dd.button {
  border: 1px solid #666;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #333;
  border-radius: 5px;
  margin: 0;
  transition: .2s;
  cursor: pointer;
}
body#cominfo #content #service .inner dl dd.button::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  font-weight: 100;
  margin-left: 10px;
}
body#cominfo #content #service .inner dl dd.button_on {
  border: 1px solid #666;
  color: #fff;
  background-color: #111;
  opacity: 0.5;
}
body#cominfo #content #service .inner dl dd.button_on a:visited:hover, body#cominfo #content #service .inner dl dd.button_on a:link:hover {
  color: #fff;
}
body#cominfo footer {
  /* follow */
  /* access */
  /* googlemap */
}
body#cominfo footer #follow {
  background-color: #333333;
}
body#cominfo footer #follow .inner {
  padding: 30px 0;
  width: 100%;
  margin: auto;
  color: #fff;
  text-align: center;
}
body#cominfo footer #follow .inner h2 {
  font-family: "游ゴシック体", "Yu Gothic";
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
body#cominfo footer #follow .inner h2 span {
  font-size: 0.8rem;
  color: DCDDDD;
  letter-spacing: 0;
  margin-left: 10px;
}
body#cominfo footer #follow .inner h2::before {
  content: " ";
  background: url(../img/footericon_1.png) no-repeat;
  height: 30px;
  width: 23px;
  position: absolute;
  left: -40px;
  bottom: 0px;
  background-size: 100%;
  line-height: 1.5rem;
}
body#cominfo footer #follow .inner #snsicon {
  overflow: hidden;
}
body#cominfo footer #follow .inner #snsicon ul {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
body#cominfo footer #follow .inner #snsicon ul li {
  text-align: center;
  height: 40px;
  font-size: 40px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 40px;
  line-height: 40px;
  float: left;
  transition: all 0.2s linear 0s;
}
body#cominfo footer #follow .inner #snsicon ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
body#cominfo footer #follow .inner #snsicon ul li a:link, body#cominfo footer #follow .inner #snsicon ul li a:visited {
  color: #fff;
}
body#cominfo footer #follow .inner #snsicon ul li:hover a:link, body#cominfo footer #follow .inner #snsicon ul li:hover a:visited {
  color: #111;
}
body#cominfo footer #follow .inner #snsicon ul li + li {
  margin-left: 15px;
}
body#cominfo footer #follow .inner #snsicon ul li:hover {
  background-color: #fff;
  color: #333;
}
body#cominfo footer #access {
  background-color: #414141;
}
body#cominfo footer #access .inner {
  padding: 30px 2.5%;
  width: 95%;
  margin: auto;
  color: #fff;
  text-align: center;
}
body#cominfo footer #access .inner h2 {
  font-family: "游ゴシック体", "Yu Gothic";
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
body#cominfo footer #access .inner h2 span {
  font-size: 0.8rem;
  color: DCDDDD;
  letter-spacing: 0;
  margin-left: 10px;
}
body#cominfo footer #access .inner h2::before {
  content: " ";
  background: url(../img/footericon_2.png) no-repeat;
  height: 30px;
  width: 25px;
  position: absolute;
  left: -40px;
  bottom: 0;
  background-size: 100%;
  line-height: 1.5rem;
}
body#cominfo footer #access .inner p {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2rem;
}
body#cominfo footer #googlemap {
  width: 100%;
  height: 400px;
}
body#cominfo footer #foot_menu {
  background-color: #414141;
  padding: 30px 0;
  text-align: center;
  position: relative;
}
body#cominfo footer #foot_menu .inner {
  overflow: hidden;
  margin: auto;
  color: #fff;
  text-align: center;
}
body#cominfo footer #foot_menu .inner p {
  clear: both;
  font-size: 0.8rem;
  margin-top: 30px;
  line-height: 0.8rem;
}
body#cominfo footer #foot_menu .inner ul {
  overflow: hidden;
  list-style: none;
}
body#cominfo footer #foot_menu .inner ul li {
  padding: 5px 0;
  width: 50%;
  float: left;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.8rem;
}
body#cominfo footer #foot_menu .inner ul li a, body#cominfo footer #foot_menu .inner ul li a:link, body#cominfo footer #foot_menu .inner ul li a:visited {
  color: #fff;
}
body#cominfo footer #foot_menu .inner ul li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #FFF;
  margin-right: 2px;
}
body#cominfo footer #foot_menu .inner ul li:nth-child(odd) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
body#cominfo footer #foot_menu .inner ul li:nth-child(even) {
  border-right: 1px solid #fff;
}
body#cominfo footer #foot_menu .inner ul li:nth-child(5), body#cominfo footer #foot_menu .inner ul li:nth-child(6) {
  border-bottom: 1px solid #fff;
}

body#cominfo.page {
  /* background-color: #14a5db; */
}
body#cominfo.page header {
  height: 50px;
}
body#cominfo.page header nav ul li.under_line a::after {
  width: 100%;
}
body#cominfo.page header ul#breadcrumb {
  color: #fff;
  list-style: none;
  padding: 80px 2.5% 0 2.5%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
body#cominfo.page header ul#breadcrumb a, body#cominfo.page header ul#breadcrumb a:link, body#cominfo.page header ul#breadcrumb a:visited {
  color: #fff;
}
body#cominfo.page header ul#breadcrumb li {
  float: left;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-right: 25px;
  position: relative;
}
body#cominfo.page header ul#breadcrumb li a:hover {
  opacity: 0.5;
}
body#cominfo.page header ul#breadcrumb li + li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  left: -15px;
  top: -1px;
}
body#cominfo.page header ul#breadcrumb li.under_line::after {
  position: absolute;
  line-height: 0.8rem;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0.8;
}
body#cominfo.page #content {
  font-size: 16px;
  line-height: 1.5em;
}
body#cominfo.page #content #company, body#cominfo.page #content #media, body#cominfo.page #content #message, body#cominfo.page #content #service, body#cominfo.page #content #recruit, body#cominfo.page #content #introduce {
  background-color: #14a5db;
  padding: 100px 0 0 0;
}
body#cominfo.page #content #company .inner h2, body#cominfo.page #content #media .inner h2, body#cominfo.page #content #message .inner h2, body#cominfo.page #content #service .inner h2, body#cominfo.page #content #recruit .inner h2, body#cominfo.page #content #introduce .inner h2 {
  margin-bottom: 10px;
  color: #fff;
}
body#cominfo.page #content #company .inner h2::after, body#cominfo.page #content #media .inner h2::after, body#cominfo.page #content #message .inner h2::after, body#cominfo.page #content #service .inner h2::after, body#cominfo.page #content #recruit .inner h2::after, body#cominfo.page #content #introduce .inner h2::after {
  color: #fff;
  letter-spacing: 0.1em;
}
body#cominfo.page #content #media h2::after {
  content: "メディア紹介";
  font-size: 0.8rem;
}
body#cominfo.page #content #text {
  padding: 30px 0;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
body#cominfo.page #content #text a:link, body#cominfo.page #content #text a:visited {
  color: blue;
}
body#cominfo.page #content #text a:hover {
  opacity: 0.5;
}
body#cominfo.page #content #text.company h3 {
  font-size: 25px;
  color: #14a5db;
  margin-bottom: 50px;
  padding-left: 20px;
  text-align: center;
}
body#cominfo.page #content #text.company span {
  display: inline-block;
  margin: auto;
  position: relative;
}
body#cominfo.page #content #text.company h3 span::before {
  font-family: 'FontAwesome';
  content: "\f0f7";
  color: #14a5db;
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  left: -25px;
  top: 2px;
}
body#cominfo.page #content #text.company ul {
  overflow: hidden;
}
body#cominfo.page #content #text.company ul a {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 5%;
}
body#cominfo.page #content #text.company ul li {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #14a5db;
  padding: 5px 10px;
  display: inline-block;
  color: #14a5db;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
}
body#cominfo.page #content #text.company ul li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 3px;
}
body#cominfo.page #content #text.company ul a:last-child {
  margin-bottom: 30px;
}
body#cominfo.page #content #text.company dl {
  clear: both;
  overflow: hidden;
  border-top: 1px dotted #ccc;
  padding: 20px 0;
}
body#cominfo.page #content #text.company dl dt {
  float: left;
  width: 20%;
  text-align: center;
  margin-right: 5%;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content #text.company dl dd {
  float: left;
  width: 75%;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content #text.company dl dd.link .block {
  display: inline-block;
  float: left;
  letter-spacing: 0;
  width: 45%;
}
body#cominfo.page #content #text.company dl dd.link .block p {
  text-align: center;
}
body#cominfo.page #content #text.company dl dd.link .block p span {
  font-size: 10px;
}
body#cominfo.page #content #text.company dl dd.link .block p.img {
  position: relative;
  height: 100px;
  width: 100%;
}
body#cominfo.page #content #text.company dl dd.link .block p.img img {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
body#cominfo.page #content #text.company dl dd.link .block:nth-child(odd) {
  margin-right: 8%;
}
body#cominfo.page #content #text.company dl dd.link div {
  overflow: hidden;
}
body#cominfo.page #content #text.company dl:last-child {
  border-bottom: 1px dotted #ccc;
}
body#cominfo.page #content #history {
  padding: 30px 0 0 0;
}
body#cominfo.page #content #history a, body#cominfo.page #content #history a:link, body#cominfo.page #content #history a:visited {
  color: #fff;
  border-bottom: 1px solid #fff;
}
body#cominfo.page #content #history a:hover {
  opacity: 0.5;
}
body#cominfo.page #content #history h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
body#cominfo.page #content #history span {
  display: inline-block;
  margin: auto;
  position: relative;
}
body#cominfo.page #content #history h3 span::before {
  font-family: 'FontAwesome';
  content: "\f0ac";
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  position: absolute;
  left: -30px;
}
body#cominfo.page #content #history .barchart-wrap {
  width: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  padding: 25px;
  background-color: #fff;
}
body#cominfo.page #content #history .barchart {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 110px;
  margin: 0 auto;
  box-sizing: border-box;
}
body#cominfo.page #content #history .anime_on [class*=date] {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  width: 30px;
  background: #ccc;
  -moz-animation: anime1 1s 1 ease;
  -webkit-animation: anime1 1s 1 ease;
  animation: anime1 1s 1 ease;
}
body#cominfo.page #content #history .anime_on .date1 {
  background: #1DB791;
  left: 5px;
}
body#cominfo.page #content #history .anime_on .date2 {
  background: #1a8d94;
  left: 45px;
}
body#cominfo.page #content #history .anime_on .date3 {
  background: #0cc;
  left: 85px;
}
@-webkit-keyframes anime1 {
  0% {
    height: 0px;
  }
}
@keyframes anime1 {
  0% {
    height: 0px;
  }
}

body#cominfo.page #content #history .lead {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  color: #fff;
}
body#cominfo.page #content #history .lead span {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
body#cominfo.page #content #history #content .table {
  width: 100%;
  margin: 30px auto;
  font-size: 0.8rem;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
}
body#cominfo.page #content #history #content .table dl {
  display: table;
  width: 100%;
  padding: 15px 0;
  line-height: 1.8;
  border-top: 1px dotted #fff;
}
body#cominfo.page #content #history #content .table dt {
  display: table-cell;
  width: 15%;
  font-weight: normal;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 5px;
}
body#cominfo.page #content #history #content .table dd {
  display: table-cell;
}
body#cominfo.page #content #history #content .table dd div span:first-child {
  display: inline-block;
  width: 15%;
  color: #fff;
  font-weight: bold;
  vertical-align:top;
}
body#cominfo.page #content #history #content .table .Multiple div {
  padding-bottom:10px;
}

body#cominfo.page #content #history #content .table dd div span:last-child {
  display: inline-block;
  width: 81%;
}


body#cominfo.page #content #text.media .top-message h2 {
  text-align: center;
  font-size: 3.8rem;
}
body#cominfo.page #content #text.media .tab-inner ul {
  display: none;
  list-style: none;
}
body#cominfo.page #content #text.media .tab-inner .select {
  display: block;
}
body#cominfo.page #content #text.media .top-content {
  background-color: #d981a9;
}
body#cominfo.page #content #text.media .tab {
  width: 100%;
  margin: 0%;
  text-align: center;
  background-color: #14a5db;
  color: #FFF;
  padding: 10px 0;
}
body#cominfo.page #content #text.media .tab li {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  padding: 7px 13px;
  border-radius: 3px;
}
body#cominfo.page #content #text.media .tab .select {
  background-color: #0f5873;
}
body#cominfo.page #content #text.media .tab-inner {
  margin: 30px 0px 0px 0px;
}
body#cominfo.page #content #text.media .tab-inner li {
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
body#cominfo.page #content #text.media .tab-inner li span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
}
body#cominfo.page #content #text.media .tab-inner li .date {
  width: 120px;
  font-size: 0.8rem;
  display: block;
  margin-left: 45px;
}
body#cominfo.page #content #text.media .tab-inner li .name {
  font-weight: bold;
}
body#cominfo.page #content #text.media .tab-inner li .info {
  display: block;
  margin-top: 3px;
  margin-left: 45px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content #text.media .media-type {
  padding: 1px 2px;
  border-radius: 3px;
  font-size: 1rem;
  color: #FFF;
/*  width: 30px; */
  text-align: center;
}
body#cominfo.page #content #text.media .web {
  background-color: #14a5db;
}
body#cominfo.page #content #text.media .magazine {
  background-color: #83cd81;
}
body#cominfo.page #content #text.media .newspaper {
  background-color: #d5c833;
}
body#cominfo.page #content #text.media .tv {
  background-color: #e38152;
}
body#cominfo.page #content #text.media .other {
  background-color: #ccc;
}
body#cominfo.page #content #message h2::after {
  content: "CEOメッセージ";
  font-size: 0.8rem;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo.page #content .message {
  padding-bottom: 10px !important;
}
body#cominfo.page #content .message h3 {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  position: relative;
  font-weight: 100;
}
body#cominfo.page #content .message h3::after {
  content: "世界をもっと身近に";
  font-size: 2rem;
  position: absolute;
  right: 0px;
  left: 0;
  bottom: -35px;
}
body#cominfo.page #content .message dl {
  overflow: hidden;
  padding-top: 60px;
}
body#cominfo.page #content .message dl dt {
  width: 100%;
}
body#cominfo.page #content .message dl dt img {
  width: 100%;
}
body#cominfo.page #content .message dl dt p {
  text-align: right;
}
body#cominfo.page #content .message dl dt p img {
  width: 100px;
}
body#cominfo.page #content .message dl dd {
  width: 100%;
}
body#cominfo.page #content .message dl p {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
body#cominfo.page #content .message dl p span {
  font-weight: bold;
}
body#cominfo.page #content .message dl img {
  width: 125px;
}
body#cominfo.page #content #philosophy {
  background-color: #C8E4F2;
  padding-top: 30px;
  color: #111;
}
body#cominfo.page #content #philosophy h3 {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: center;
}
body#cominfo.page #content #philosophy span {
  border: 2px solid #111;
  padding: 10px;
  display: inline-block;
}
body#cominfo.page #content #philosophy h3::before {
  font-family: 'FontAwesome';
  content: "\f1da";
  color: #666;
  font-size: 20px;
  font-weight: 100;
  position: absolute;
  left: -25px;
  top: 2px;
}
body#cominfo.page #content #philosophy #philo {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #666;
}
body#cominfo.page #content #philosophy #philo p {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: bold;
}
body#cominfo.page #content #philosophy #guide h4 {
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
body#cominfo.page #content #philosophy #guide h4::before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #666;
  margin-right: 2px;
}
body#cominfo.page #content #philosophy #guide ul {
  list-style: none;
  padding-bottom: 30px;
}
body#cominfo.page #content #philosophy #guide ul li {
  line-height: 1.2rem;
  font-size: 0.8rem;
}
body#cominfo.page #content .service h3 {
  margin-bottom: 30px;
}
body#cominfo.page #content .service h3 img {
  width: 100%;
}
body#cominfo.page #content .service p {
  line-height: 1.2rem;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
body#cominfo.page #content .service h4 {
  color: #111;
  width: 100%;
  border: 2px solid #111;
  padding: 5px 0;
  border-radius: 20px;
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 30px;
}
body#cominfo.page #content .service #point3 {
  margin-bottom: 30px;
  overflow: hidden;
}
body#cominfo.page #content .service #point3 .number1, body#cominfo.page #content .service #point3 .number2, body#cominfo.page #content .service #point3 .number3 {
  background-color: #14a5db;
  width: 100%;
  height: 50px;
  position: relative;
  float: left;
  padding-top: 15px;
}
body#cominfo.page #content .service #point3 .number2 {
  background-color: #066d94;
}
body#cominfo.page #content .service #point3 .number1::after {
  content: "1";
  position: absolute;
  padding: 5px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
body#cominfo.page #content .service #point3 .number2::after {
  content: "2";
  position: absolute;
  padding: 5px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
body#cominfo.page #content .service #point3 .number3::after {
  content: "3";
  position: absolute;
  padding: 5px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
body#cominfo.page #content .service #point3 .txt, body#cominfo.page #content .service #point3 .txt2 {
  float: left;
  width: 100%;
  background-color: #14a5db;
  color: #fff;
  box-sizing: border-box;
  padding: 0 2.5% 15px 2.5%;
}
body#cominfo.page #content .service #point3 .txt2 {
  background-color: #066d94;
}
body#cominfo.page #content .service #point3 dl {
  font-weight: bold;
}
body#cominfo.page #content .service #point3 dl dt {
  margin-bottom: 15px;
  font-size: 1rem;
  text-align: center;
}
body#cominfo.page #content .service #point3 dl dd {
  line-height: 1.2rem;
  border-top: 1px dotted #fff;
  padding-top: 15px;
  font-size: 0.8rem;
}
body#cominfo.page #content .service #sekaimon_link {
  border: 2px solid #14a5db;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  margin-bottom: 30px;
  padding: 5px 0;
}
body#cominfo.page #content .service #sekaimon_link a {
  width: 100%;
  height: 100%;
  display: block;
}
body#cominfo.page #content .service #sekaimon_link a, body#cominfo.page #content .service #sekaimon_link a:link, body#cominfo.page #content .service #sekaimon_link a:visited {
  color: #14a5db;
  font-weight: bold;
}
body#cominfo.page #content .service #sekaimon_link span::before {
  font-family: 'FontAwesome';
  content: "\f101";
}
body#cominfo.page #content .service #sekaimon_link:hover {
  background-color: #14a5db;
}
body#cominfo.page #content .service #sekaimon_link:hover a, body#cominfo.page #content .service #sekaimon_link:hover a:link, body#cominfo.page #content .service #sekaimon_link:hover a:visited {
  color: #fff;
  opacity: 1;
}
body#cominfo.page #content .service #community {
  padding-top: 30px;
  border-top: 1px dotted #ccc;
  padding: 30px 0 5px 0;
}
body#cominfo.page #content .service #community img {
  width: 100%;
  margin-bottom: 30px;
}
body#cominfo.page #content .service #community p {
  border: 2px solid #2faa9d;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  margin-bottom: 30px;
  padding: 5px 0;
}
body#cominfo.page #content .service #community p a {
  width: 100%;
  height: 100%;
  display: block;
}
body#cominfo.page #content .service #community p a, body#cominfo.page #content .service #community p a:link, body#cominfo.page #content .service #community p a:visited {
  color: #2faa9d;
  font-weight: bold;
}
body#cominfo.page #content .service #community p span::before {
  font-family: 'FontAwesome';
  content: "\f101";
}
body#cominfo.page #content .service #community p:hover {
  background-color: #2faa9d;
}
body#cominfo.page #content .service #community p:hover a, body#cominfo.page #content .service #community p:hover a:link, body#cominfo.page #content .service #community p:hover a:visited {
  color: #fff;
  opacity: 1;
}
body#cominfo.page #content .service #customer {
  border: 2px solid #111;
  padding: 30px;
  text-align: center;
  box-sizing: border-box;
}
body#cominfo.page #content .service #customer h4 {
  border-style: none;
  font-size: 1rem;
  margin-bottom: 15px;
}
body#cominfo.page #content .service #customer p {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: block;
  margin-bottom: 30px;
  text-align: justify;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content .service #customer .button {
  display: inline-block;
  background-color: #111;
  padding: 3px 0px;
  width: 250px;
  color: #fff;
  border: 2px solid #111;
  box-sizing: border-box;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  font-size: 0.8rem;
}
body#cominfo.page #content .service #customer .button a::before {
  font-family: 'FontAwesome';
  content: "\f101";
}
body#cominfo.page #content .service #customer .button a {
  display: block;
  width: 100%;
  height: 100%;
}
body#cominfo.page #content .service #customer .button a, body#cominfo.page #content .service #customer .button a:link, body#cominfo.page #content .service #customer .button a:visited {
  color: #fff;
}
body#cominfo.page #content .service #customer .button:hover {
  background-color: #fff;
  border: 2px solid #111;
}
body#cominfo.page #content .service #customer .button:hover a, body#cominfo.page #content .service #customer .button:hover a:link, body#cominfo.page #content .service #customer .button:hover a:visited {
  color: #111;
  opacity: 1;
}
body#cominfo.page #content .recruit {
  padding-bottom: 0 !important;
}
body#cominfo.page #content .recruit p {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content .recruit h2::after {
  content: "採用情報";
  font-size: 0.8rem;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo.page #content .recruit #rec_page {
  overflow: hidden;
}
body#cominfo.page #content .recruit #rec_page dl {
  width: 100%;
  background-color: #14a5db;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
body#cominfo.page #content .recruit #rec_page dl dt {
  height: 150px;
  width: 100%;
}

body#cominfo.page #content .recruit #rec_page dl dd {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
  line-height: 2.5rem;
}
body#cominfo.page #content .recruit #rec_page dl dd span {
  background-color: #fff;
  color: #14a5db;
  padding: 2px 20px;
  font-size: 0.8rem;
}
body#cominfo.page #content .recruit #rec_page dl dd span::before {
  font-family: 'FontAwesome';
  content: "\f101 ";
}
body#cominfo.page #content .recruit #rec_page dl.marketing dt {
  background: url(../img/recruit/recruit3.jpg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
body#cominfo.page #content .recruit #rec_page dl.engineer dt {
  background: url(../img/recruit/recruit2.jpg) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
body#cominfo.page #content .recruit #rec_more_page {
    overflow: hidden;
}
body#cominfo.page #content .recruit #rec_more_page dt {
  width: 100%;
  background: #14a5db;
  color: #FFF;
  text-align: center;
  padding: 10PX;
  margin-bottom: 30px;
}
body#cominfo.page #content .recruit h3 {
  border: 2px solid #14a5db;
  padding: 5px 0 5px 10px;
  clear: both;
  color: #14a5db;
  font-size: 1rem;
}
body#cominfo.page #content .recruit .staff_area {
  padding-top: 30px;
  /* padding-bottom: 30px; */
  overflow: hidden;
}
body#cominfo.page #content .recruit .staff_area .staff {
  width: 100%;
  background-color: #14a5db;
}
body#cominfo.page #content .recruit .staff_area .staff p {
  width: 100%;
  height: 250px;
  background-size: 100%;
  margin-bottom: 15px;
}
body#cominfo.page #content .recruit .staff_area .staff dl {
  width: 100%;
  padding: 30px 2.5% 30px 2.5%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}
body#cominfo.page #content .recruit .staff_area .staff dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 15px;
  padding-top: 30px;
  position: relative;
}
body#cominfo.page #content .recruit .staff_area .staff dl dt::before {
  border: 2px solid #fff;
  font-size: 0.8rem;
  margin: auto;
  right: 0%;
  left: 0%;
  top: -15px;
  display: inline-block;
  width: 300px;
  text-align: center;
  padding: 5px 0;
  line-height: 12px;
  position: absolute;
}
body#cominfo.page #content .recruit .staff_area .staff dl dd {
  text-align: right;
  font-size: 1rem;
}
body#cominfo.page #content .recruit .staff_area #staff_en p {
  background: url(../img/recruit/en_4.JPG) no-repeat;
  background-size: 100%;
}
body#cominfo.page #content .recruit .staff_area #staff_en dl dt::before {
  content: "システム担当";
}
body#cominfo.page #content .recruit .staff_area #staff_cus p {
  background: url(../img/recruit/cus_4.JPG) no-repeat;
  background-size: 100%;
}
body#cominfo.page #content .recruit .staff_area #staff_cus dl dt::before {
  content: "カスタマー担当";
}
body#cominfo.page #content .recruit .staff_area #staff_mar p {
  background: url(../img/recruit/mar_4.JPG) no-repeat;
  background-size: 100%;
}
body#cominfo.page #content .recruit .staff_area #staff_mar dl dt::before {
  content: "マーケティング担当";
}
body#cominfo.page #content .recruit .staff_area h4 {
  font-size: 1.2rem;
  line-height: 1.8em;
  margin: 30px 0;
}
body#cominfo.page #content .recruit .staff_area p {
  font-weight: normal;
}
body#cominfo.page #content .recruit .staff_area .txt {
  width: 100%;
  overflow: hidden;
}
body#cominfo.page #content .recruit .staff_area .txt dl {
  margin: 0;
}
body#cominfo.page #content .recruit .staff_area .txt dl dt {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 25px;
}
body#cominfo.page #content .recruit .staff_area .txt dl dd {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body#cominfo.page #content .recruit .staff_area .txt p {
  margin-bottom: 30px;
}
body#cominfo.page #content .recruit .staff_area .txt.left p {
  width: 100%;
  height: 250px;
  background: url(../img/member1.JPG) no-repeat;
  background-size: 100% auto;
  background-position: auto center;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
body#cominfo.page #content .recruit .staff_area .txt.left.staff_cus p {
  width: 100%;
  height: 250px;
  background: url(../img/member2.JPG) no-repeat;
  background-size: 100% auto;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.left.staff_mar p {
  width: 100%;
  height: 250px;
  background: url(../img/member3.JPG) no-repeat;
  background-size: 100% auto;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.right p {
  width: 100%;
  height: 200px;
  background: url(../img/recruit/en_2.jpg) no-repeat;
  background-size: 100% auto;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area + .staff_area {
  border-top: 1px dotted #ccc;
}
body#cominfo.page #content #introduce h2::after {
  content: "メンバー紹介";
  font-size: 0.8rem;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo.page #content .recruit.introduce .staff_area {
  padding: 0;
  border-style: none;
}
body#cominfo.page #content .recruit.introduce #rec_page dl {
  margin-bottom: 30px;
}
body#cominfo.page #content #recruit.introduce {
  padding: 30px 0 0 0;
  background-color: #fff;
}
body#cominfo.page #content #recruit.introduce #rec2 {
  margin-top: 0;
}
body#cominfo.page #content #recruit.introduce #rec2 dl.on {
  background-color: #111;
}
body#cominfo.page #content #recruit.introduce #rec2 dl.on dt {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
body#cominfo.page #content #recruit.introduce #rec2 dl.on dd, body#cominfo.page #content #recruit.introduce #rec2 dl.on dd.txt::before {
  color: #fff;
}
body#cominfo.page #content #recruit.introduce #rec2 dl.on dd.txt::before {
  background-color: #fff;
  width: 80%;
}

#loader {
  width: 画像の幅px;
  height: 画像の高さpx;
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#loader img {
  width: 100px;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.pc_only {
  display: none;
}

/*# sourceMappingURL=style_sp.css.map */

img.member {
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

td {
  width: 70px;
}

td.description {
  width: 60%;
  height: 35px;
  padding-bottom: 5px;
}

body#cominfo.page #content #history #content table tbody tr td:first-child {
  font-weight: bold;
}

body#cominfo.page #content #history #content table tbody tr td:nth-child(2) {
  font-weight: bold;
}

.year {
  padding-top: 20px;
  padding-right: 3px;
}

body#cominfo.page.info {
  background-color: #14a5db;
}

/*
.slider{
  margin: 100px auto;
  width: 80%;
}
.slider img{
  height: auto;
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-next {
  right: -5px;
}

.slick-prev {
  z-index: 100;
  left: -5px;
}
*/

.prev-arrow {
  left: 3px;
}

.next-arrow {
  right: 1px;
}

/* footer */
.corporateGroup {
  background-color: #414141;
  color:#FFF;
}

.corporateGroup li {
  list-style: none;
}
.contents__area {
  margin-bottom: 0;
}
.contents__area {
  max-width: 1000px;
  margin: 0 auto;
}
.corporateGroup__logo {
  max-width: 210px;
}
.footer__logo {
  margin: 0 auto 2%;
}
.footer__logo a {
  display: block;
  text-align: center;
}
.corporateGroup a {
  color: #fff;
}
.corporateGroup__logo .beenos {
  font-size: 1rem;
}
.corporateGroup__nav {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.footer__nav {
  font-size: .75rem;
  line-height: 2;
}
.corporateGroup__nav .division:first-child {
  width: 74%;
}
.corporateGroup__nav .division__name {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: .3rem;
  margin-bottom: .4rem;
}
.corporateGroup__nav .department {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.corporateGroup__nav .division:last-child {
  width: 24%;
}
.corporateGroup {
  padding: 2.5% 0;
}
.corporateGroup__nav .department__list {
  width: calc(100% / 3 - 10px);
}
.corporateGroup__nav .department__name {
  color: #ccc;
  border-bottom: solid 1px #777;
  padding-bottom: .3rem;
  margin-bottom: .4rem;
}

   .ownLogo {
  max-width: 210px;
  min-width: 160px;
}
@media screen and (max-width: 992px){
.contents__area {
  width: 95%;
}
.corporateGroup__nav {
  text-align: center;
}
.corporateGroup__nav .division:first-child, .corporateGroup__nav .division:last-child {
  width: 100%;
}
}

@media screen and (max-width: 640px){
  .corporateGroup__nav .department__list {
    width: 100%;
  }

    .corporateGroup__nav{padding-bottom:30px;}
  .corporateGroup__nav .department__name {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .footerNavItem--small {
    display: inline-block;
  }
  .corporateGroup__nav .department__list {
    width: 100%;
  }

  .footerNavItem--small:not(:last-child)::after {
    content: '|';
    color: #aaa;
    margin: 0 .4rem;
  }
  .corporateGroup__nav .department__name::before {
    content: "<";
    margin-right: .3rem;
  }
  .corporateGroup__nav .department__name::after {
    content: ">";
    margin-left: .3rem;
  }

    .ownLogo {
    max-width: 100px;
  }
  .division:last-child {
    padding-top: 10px;
  }
}