	@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;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #111;
}

body#cominfo {
  /* header */
  /* content */
}
body#cominfo header {
  height: 650px;
}
body#cominfo header nav {
  background-color: white;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 5px 30px 5px 10px;
  max-width: 980px;
  margin: auto;
  position: fixed;
  z-index: 11;
  right: 0;
  left: 0;
  top: 20px;
  transition: background-color 2s;
}
body#cominfo header nav h1 {
  line-height: 1;
  margin: 0;
}
body#cominfo header nav h1 img {
  height: 50px;
  opacity: 1;
  transition: 0.2s;
  cursor: pointer;
}
body#cominfo header nav h1:hover img {
  opacity: 0.5;
}
body#cominfo header nav ul {
  float: right;
}
body#cominfo header nav ul li {
  float: left;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0;
}
body#cominfo header nav ul li a {
  position: relative;
  display: inline-block;
  transition: .2s;
}
body#cominfo header nav ul li a:hover {
  color: #999;
}
body#cominfo header nav ul li a::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #111;
  transition: .2s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body#cominfo header nav ul li a:hover::after {
  width: 100%;
}
body#cominfo header nav ul li + li {
  margin-left: 20px;
}
body#cominfo header nav.transP {
  background-color: rgba(255, 255, 255, 0.8);
}
body#cominfo header #slide {
  position: relative;
  width: 100%;
  height: 650px;
}
body#cominfo header #slide div {
  position: absolute;
}
body#cominfo header #slide #japan {
  width: 100%;
  height: 650px;
  background: url(../img/mainbanner_1.jpg) no-repeat;
  background-position: 0 -50px;
  color: #fff;
}
body#cominfo header #slide #japan p {
  border-bottom: 1px solid #fff;
}
body#cominfo header #slide #us {
  width: 100%;
  height: 650px;
  background: url(../img/mainbanner_2.jpg) no-repeat;
}
body#cominfo header #slide #us p {
  border-bottom: 1px solid #111;
}
body#cominfo header #slide #us p::before {
  position: absolute;
  content: "";
  background: url(../img/plane_2_2.png) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  bottom: -26px;
  right: -55px;
}
body#cominfo header #slide #us p.country::before {
  background: none;
}
body#cominfo header #slide #de {
  width: 100%;
  height: 650px;
  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%;
  height: 650px;
  background: url(../img/mainbanner_4.jpg) no-repeat;
  color: #fff;
  background-position: 0 -70px;
}
body#cominfo header #slide #uk p {
  border-bottom: 1px solid #fff;
}
body#cominfo header .main_banner {
  width: 1000px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
body#cominfo header .main_banner h2 {
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  font-family: 'Cinzel Decorative', cursive ,"游ゴシック体", "Yu Gothic";
}
body#cominfo header .main_banner h2 span {
  font-size: 86px;
}
body#cominfo header .main_banner p {
  font-family: "游ゴシック体", "Yu Gothic";
  font-size: 25px;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
body#cominfo header .main_banner p.country {
  display: block;
  border-bottom: none !important;
  padding-left: 10px;
  font-size: 40px;
  padding-top: 15px;
  font-weight: 100;
  font-family: 'Cinzel Decorative', cursive , "游ゴシック体", "Yu Gothic";
}
body#cominfo header .main_banner p::before {
  position: absolute;
  content: "";
  background: url(../img/plane_2.png) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  bottom: -25px;
  right: -55px;
}
body#cominfo header .main_banner p.country::before {
  background: none;
}
body#cominfo header a.scroll {
  position: absolute;
  z-index: 30;
  top: 550px;
  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 {
  width: 1000px;
  margin: auto;
}
body#cominfo #content h2 {
  color: #333333;
  letter-spacing: 0.15em;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 50px;
}
body#cominfo #content #service, body#cominfo #content #media, body#cominfo #content #company, body#cominfo #content #recruit {
  padding: 100px 0;
  overflow: hidden;
}
body#cominfo #content #service h2::after {
  content: "サービス内容";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #service .inner div {
  overflow: hidden;
  float: left;
}
body#cominfo #content #service .inner div p {
  float: left;
  width: 495px;
  height: 530px;
  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;
  right: 150px;
  width: 0;
}
body#cominfo #content #service .inner div p img#img3 {
  position: absolute;
  bottom: 0px;
  left: 50px;
  width: 0;
}
body#cominfo #content #service .inner div p img#img4 {
  position: absolute;
  bottom: 0px;
  right: 50px;
  width: 0;
}
body#cominfo #content #service .inner div p img#img5 {
  position: absolute;
  bottom: 0px;
  left: 140px;
  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: 125px;
  left: 0;
  right: 0;
  width: 0;
}
body#cominfo #content #service .inner div p img#img8 {
  position: absolute;
  top: 190px;
  left: 600px;
  width: 150px;
}
body#cominfo #content #service .inner div dl {
  float: left;
  height: 530px;
  padding: 0px 45px;
  width: 495px;
  box-sizing: border-box;
  text-align: justify;
  margin-left: 10px;
  text-align: left;
}
body#cominfo #content #service .inner div dl dt {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
body#cominfo #content #service .inner div dl dt br{
  display: none;
}
body#cominfo #content #service .inner div dl dd {
  color: #666;
  margin-bottom: 30px;
  font-size: 15px;
}
body#cominfo #content #media {
  background-color: #f4f4f4;
  padding-bottom: 100px;
}
body#cominfo #content #media h2::after {
  content: "セカイモンがメディアに紹介されました。";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #media dl {
  /* width: 325px; */
  background-color: #fff;
  padding-bottom: 15px;
  float: left;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 400px;
}
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 dl:hover dt img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
body#cominfo #content #media dl:hover {
  background-color: #111;
}
body#cominfo #content #media dl:hover dd {
  color: #fff;
}
body#cominfo #content #media dl:hover dt::after {
  background: rgba(0, 0, 0, 0.5);
}
body#cominfo #content #media p {
  margin-top: 100px;
  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;
}
body#cominfo #content #media p span::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  font-weight: 100;
  margin-left: 10px;
}
body#cominfo #content #media p span:hover {
  border: 1px solid #666;
  color: #fff;
  background-color: #111;
}
body#cominfo #content #company {
  background-color: #f4f4f4;
  /* ボーダー伸縮*/
  /* 擬似要素の共通スタイル */
  /* 左下へ配置 */
  /* change color after hover */
}
body#cominfo #content #company h2::after {
  content: "会社情報";
  font-size: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo #content #company a + a {
  margin-top: 100px;
  display: block;
  height: 100%;
  width: 100%;
}
body#cominfo #content #company .company_cont {
  overflow: hidden;
  cursor: pointer;
}
body#cominfo #content #company #company_img, body#cominfo #content #company #company_img2 {
  float: left;
  width: 500px;
  height: 400px;
}
body#cominfo #content #company #company_img span, body#cominfo #content #company #company_img2 span {
  width: 500px;
  height: 400px;
  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 {
  float: left;
  overflow: hidden;
  width: 500px;
  height: 400px;
}
body#cominfo #content #company dl {
  background-color: #fff;
  color: #111;
  width: 500px;
  height: 175px;
  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: 100px 50px 0 50px;
}
body#cominfo #content #company dl.dl_top dt {
  font-size: 22px;
  letter-spacing: 0.15em;
  font-family: "游ゴシック体", "Yu Gothic";
  font-weight: 400;
}
body#cominfo #content #company dl.dl_top dd {
  font-size: 16px;
  letter-spacing: 0.1em;
}
body#cominfo #content #company .dl_border {
  background-color: #fff;
  width: 500px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 50px;
  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: 50px;
  width: 10%;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
body#cominfo #content #company dl.dl_bottom {
  padding: 0px 50px 100px 50px;
  height: 220px;
}
body#cominfo #content #company dl.dl_bottom dt {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
body#cominfo #content #company dl.dl_bottom dd {
  font-size: 14px;
  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;
  top: 9px;
  left: -20px;
  transition: all 0.2s linear 0s;
}
body#cominfo #content #company dl.dl_bottom dd::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  top: 10px;
  left: -15px;
}
body#cominfo #content #company .company_cont.button_on {
  /* ボーダー伸縮*/
  /* hover */
}
body#cominfo #content #company .company_cont.button_on #company_img span, body#cominfo #content #company .company_cont.button_on #company_img2 span {
  opacity: 0.5;
}
body#cominfo #content #company .company_cont.button_on dl {
  background-color: #111;
  color: #fff;
}
body#cominfo #content #company .company_cont.button_on dl.dl_top {
  padding: 100px 50px 0 50px;
}
body#cominfo #content #company .company_cont.button_on dl.dl_top dt {
  font-size: 22px;
  letter-spacing: 0.15em;
  font-family: "游ゴシック体", "Yu Gothic";
  font-weight: 400;
}
body#cominfo #content #company .company_cont.button_on dl.dl_top dd {
  font-size: 16px;
  letter-spacing: 0.1em;
}
body#cominfo #content #company .company_cont.button_on .dl_border {
  background: #111;
}
body#cominfo #content #company .company_cont.button_on .dl_border::before {
  width: 400px;
  width: calc(400px);
  background-color: #fff;
}
body#cominfo #content #company .company_cont.button_on .dl_border .dl_border_inner::before {
  height: 100%;
  height: calc(100% + 1px);
}
body#cominfo #content #company .company_cont.button_on dl.dl_bottom {
  padding: 0px 50px 100px 50px;
  height: 220px;
}
body#cominfo #content #company .company_cont.button_on dl.dl_bottom dt {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
}
body#cominfo #content #company .company_cont.button_on dl.dl_bottom dd {
  font-size: 14px;
  float: right;
  position: relative;
  display: inline;
}
body#cominfo #content #company .company_cont.button_on dl.dl_bottom dd::before {
  position: absolute;
  content: " ";
  width: 13px;
  height: 13px;
  background-color: #fff;
  top: 9px;
  left: -20px;
}
body#cominfo #content #company .company_cont.button_on dl.dl_bottom dd::after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #111;
  top: 10px;
  left: -15px;
}
body#cominfo #content #recruit {
  /* 左上へ配置 */
  /* 右下へ配置 */
  /* 左下へ配置 */
  /* 右上へ配置 */
  /* hover */
}
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: 50px;
}
body#cominfo #content #recruit #rec1, body#cominfo #content #recruit #rec1_2 {
  width: 1000px;
  height: 550px;
  position: relative;
  overflow: hidden;
}
body#cominfo #content #recruit #rec1 .rec_inner_border ul, body#cominfo #content #recruit #rec1_2 .rec_inner_border ul {
  list-style: none;
  position: absolute;
  z-index: 2;
  color: #fff;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 30%;
  opacity: 0;
  transition: .2s;
  -webkit-transition: .2s;
  opacity: 0;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li, body#cominfo #content #recruit #rec1_2 .rec_inner_border li {
  text-align: center;
  font-size: 70px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.AND::after, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.AND::after {
  content: "";
  background: url(../img/customer.png) no-repeat;
  position: absolute;
  top: 0;
  right: -55px;
  background-color: #fff;
  padding: 10px 0;
  width: 90px;
  height: 70px;
  line-height: 70px;
  border-radius: 100%;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.engineer::after, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.engineer::after {
  content: "";
  background: url(../img/engineer.png) no-repeat;
  position: absolute;
  top: 0px;
  right: -35px;
  width: 90px;
  height: 90px;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.txt, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.txt {
  font-size: 24px;
  letter-spacing: 0.2em;
  bottom: -50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 290px;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.txt span::before, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.txt span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #fff;
  top: 5px;
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.txt span.arrow1::before, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.txt span.arrow1::before {
  right: -10px;
  animation-name: arrow1;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
}
@keyframes arrow1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.3;
  }
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.txt span.arrow2::before, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.txt span.arrow2::before {
  right: -20px;
  animation-name: arrow2;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
}
@keyframes arrow2 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
body#cominfo #content #recruit #rec1 .rec_inner_border li.txt span.arrow3::before, body#cominfo #content #recruit #rec1_2 .rec_inner_border li.txt span.arrow3::before {
  right: -30px;
  animation-name: arrow3;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
}
@keyframes arrow3 {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
body#cominfo #content #recruit #rec1_2 .rec_inner_border ul {
  top: 35%;
}
body#cominfo #content #recruit #rec1.button_on .rec_inner_border ul, body#cominfo #content #recruit #rec1_2.button_on .rec_inner_border ul {
  opacity: 1;
}
body#cominfo #content #recruit #rec1::before, body#cominfo #content #recruit #rec1::after, body#cominfo #content #recruit #rec1 .rec_inner_border::before, body#cominfo #content #recruit #rec1 .rec_inner_border::after,
body#cominfo #content #recruit #rec1_2::before, body#cominfo #content #recruit #rec1_2::after, body#cominfo #content #recruit #rec1_2 .rec_inner_border::before, body#cominfo #content #recruit #rec1_2 .rec_inner_border::after {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  transition: .2s;
  -webkit-transition: .2s;
}
body#cominfo #content #recruit #rec1::before,
body#cominfo #content #recruit #rec1_2::before {
  height: 3px;
  left: 30px;
  top: 30px;
  width: 0px;
  transition-delay: .0s;
}
body#cominfo #content #recruit #rec1::after,
body#cominfo #content #recruit #rec1_2::after {
  bottom: 30px;
  height: 3px;
  right: 30px;
  width: 0px;
  transition-delay: .0s;
}
body#cominfo #content #recruit #rec1 .rec_inner_border::before,
body#cominfo #content #recruit #rec1_2 .rec_inner_border::before {
  bottom: 30px;
  height: 0px;
  left: 30px;
  width: 3px;
  transition-delay: .0s;
}
body#cominfo #content #recruit #rec1 .rec_inner_border::after,
body#cominfo #content #recruit #rec1_2 .rec_inner_border::after {
  height: 0px;
  right: 30px;
  top: 30px;
  width: 3px;
  transition-delay: .0s;
}
body#cominfo #content #recruit #rec1.button_on::before,
body#cominfo #content #recruit #rec1.button_on::after,
body#cominfo #content #recruit #rec1_2.button_on::before,
body#cominfo #content #recruit #rec1_2.button_on::after {
  height: 2px;
  width: 940px;
  transition-delay: .2s;
}
body#cominfo #content #recruit #rec1.button_on .rec_inner_border::before,
body#cominfo #content #recruit #rec1.button_on .rec_inner_border::after,
body#cominfo #content #recruit #rec1_2.button_on .rec_inner_border::before,
body#cominfo #content #recruit #rec1_2.button_on .rec_inner_border::after {
  width: 2px;
  height: 490px;
  transition-delay: .4s;
}
body#cominfo #content #recruit #rec1 .rec_inner {
  background-image: url(../img/recruit/recruit8.jpg);
  background-size: 100%;
}
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: 1000px;
  height: 550px;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
body#cominfo #content #recruit #rec1 .rec_inner::after, body#cominfo #content #recruit #rec1_2 .rec_inner::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 550px;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: .2s;
}
body#cominfo #content #recruit #rec1.button_on .rec_inner, body#cominfo #content #recruit #rec1_2.button_on .rec_inner {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
body#cominfo #content #recruit #rec1.button_on .rec_inner::after, body#cominfo #content #recruit #rec1_2.button_on .rec_inner::after {
  background-color: rgba(0, 0, 0, 0.5);
}
body#cominfo #content #recruit #rec1_2 {
  margin-top: 100px;
}
body#cominfo #content #recruit #rec1 p, body#cominfo #content #recruit #rec1_2 p {
  text-align: center;
  position: absolute;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 5px;
  margin: auto;
  background-color: #14a5db;
  width: 450px;
  bottom: 25px;
  right: 0%;
  left: 0%;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
body#cominfo #content #recruit #rec1 p::after, body#cominfo #content #recruit #rec1_2 p::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 18px;
  font-weight: 100;
  margin-left: 10px;
}
body#cominfo #content #recruit #rec2 {
  margin-top: 100px;
}
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: 33%;
  float: left;
  background-color: #fff;
  padding: 20px 0;
  transition: all 0.2s linear 0s;
  cursor: pointer;
  margin-right: 0.5%;
}
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.txt {
  font-size: 14px;
  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 dl:hover {
  background-color: #111;
}
body#cominfo #content #recruit #rec2 dl:hover dt {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}
body#cominfo #content #recruit #rec2 dl:hover dd, body#cominfo #content #recruit #rec2 dl:hover dd.txt::before {
  color: #fff;
}
body#cominfo #content #recruit #rec2 dl:hover dd.txt::before {
  background-color: #fff;
  width: 80%;
}
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: 100px 0;
  width: 1000px;
  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: 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
body#cominfo footer #follow .inner h2 span {
  font-size: 12px;
  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;
  top: 4px;
  background-size: 100%;
}
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: 100px 0 50px 0;
  width: 1000px;
  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: 35px;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
body#cominfo footer #access .inner h2 span {
  font-size: 12px;
  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: 40px;
  width: 25px;
  position: absolute;
  left: -40px;
  top: 5px;
  background-size: 100%;
}
body#cominfo footer #access .inner p {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}
body#cominfo footer #googlemap {
  width: 100%;
  height: 400px;
}
body#cominfo footer #foot_menu {
  background-color: #414141;
  padding: 50px 0;
}
body#cominfo footer #foot_menu .inner {
  overflow: hidden;
  width: 1000px;
  margin: auto;
  color: #fff;
  text-align: center;
}
body#cominfo footer #foot_menu .inner p {
  float: right;
  font-size: 12px;
}
body#cominfo footer #foot_menu .inner ul {
  list-style: none;
}
body#cominfo footer #foot_menu .inner ul li a {
  color: #fff;
  padding: 0.3em;
  transition: .2s;
}
body#cominfo footer #foot_menu .inner ul li a:hover {
  opacity: 0.5;
}
body#cominfo footer #foot_menu .inner ul li + li::before {
  content: "｜";
}
body#cominfo footer #foot_menu .inner ul, body#cominfo footer #foot_menu .inner li {
  float: left;
  font-size: 12px;
}

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;
  width: 1000px;
  margin: 90px auto 0 auto;
  overflow: hidden;
}
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: 12px;
  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;
  bottom: 8px;
  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: 25px;
  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: "メディア紹介";
}
body#cominfo.page #content #text {
  padding: 100px 0 100px 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 {
  margin-bottom: 50px;
}
body#cominfo.page #content #text.company ul li {
  border: 2px solid #14a5db;
  padding: 5px 20px;
  display: inline-block;
  color: #14a5db;
  margin-right: 15px;
  font-size: 1rem;
  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 dl {
  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: 10%;
}
body#cominfo.page #content #text.company dl dd {
  float: left;
  width: 70%;
}
body#cominfo.page #content #text.company dl dd.link .block {
  display: inline-block;
  float: left;
  letter-spacing: 0;
  width: 33%;
}
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;
}
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;
}
body#cominfo.page #content #text.company dl dd.link .block + .block {
  margin-left: 0.5%;
}
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 {
  margin: 50px auto 100px auto;
}
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: 25px;
  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: 25px;
  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: 1.3rem;
  line-height: 2em;
  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: 50px auto;
  font-size: 14px;
  line-height: 1.5em;
  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: 9%;
  font-weight: normal;
  color: #fff;
  font-weight: bold;
}
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: 10%;
  color: #fff;
  font-weight: bold;
  padding-bottom:10px;
}
body#cominfo.page #content #history #content .table dd div span:last-child {
  display: inline-block;
  width: 90%;
}
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: 40px 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: 12px;
}
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: 14px;
}
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: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo.page #content .message {
  padding-bottom: 80px !important;
}
body#cominfo.page #content .message h3 {
  font-size: 18px;
  line-height: 2.5em;
  margin-bottom: 20px;
  position: relative;
  display: inline;
}
body#cominfo.page #content .message h3::after {
  content: "世界をもっと身近に";
  font-size: 34px;
  position: absolute;
  right: -350px;
  bottom: -4px;
}
body#cominfo.page #content .message dl {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
body#cominfo.page #content .message dl dt {
  width: 55%;
}
body#cominfo.page #content .message dl dd {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
body#cominfo.page #content .message dl dd img.ceo {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 50px;
}
body#cominfo.page #content .message dl dd p {
  position: absolute;
  right: 0;
  bottom: 0;
}
body#cominfo.page #content .message dl p {
  line-height: 2em;
  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: #e6e6fa;
  padding: 100px 0;
  color: #111;
}
body#cominfo.page #content #philosophy h3 {
  font-size: 25px;
  margin-bottom: 50px;
  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: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #666;
}
body#cominfo.page #content #philosophy #philo p {
  font-size: 18px;
  line-height: 2em;
  font-weight: bold;
}
body#cominfo.page #content #philosophy #guide h4 {
  font-size: 18px;
  line-height: 2em;
  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;
  margin-bottom: 40px;
  line-height: 2em;
}
body#cominfo.page #content #philosophy #guide ul:last-child {
  margin-bottom: 0;
}
body#cominfo.page #content .service h3 {
  margin-bottom: 100px;
}
body#cominfo.page #content .service h3 img {
  width: 100%;
}
body#cominfo.page #content .service p {
  line-height: 2em;
  margin-bottom: 100px;
}
body#cominfo.page #content .service h4 {
  color: #111;
  width: 100%;
  border: 2px solid #111;
  padding: 8px 0;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}
body#cominfo.page #content .service #point3 {
  margin-bottom: 50px;
  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: 150px;
  height: 150px;
  position: relative;
  float: left;
}
body#cominfo.page #content .service #point3 .number2 {
  background-color: #066d94;
}
body#cominfo.page #content .service #point3 .number1::after {
  content: "1";
  position: absolute;
  font-size: 48px;
  width: 24px;
  height: 24px;
  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;
  font-size: 48px;
  width: 24px;
  height: 24px;
  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;
  font-size: 48px;
  width: 24px;
  height: 24px;
  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: 849px;
  height: 150px;
  border-left: 1px solid #87cefa;
  background-color: #14a5db;
  color: #fff;
  box-sizing: border-box;
  padding: 30px;
}
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: 22px;
}
body#cominfo.page #content .service #point3 dl dd {
  line-height: 2em;
}
body#cominfo.page #content .service #sekaimon_link {
  border: 2px solid #14a5db;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  margin-bottom: 50px;
}
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: 50px;
  border-top: 1px dotted #ccc;
}
body#cominfo.page #content .service #community img {
  width: 100%;
  margin-bottom: 50px;
}
body#cominfo.page #content .service #community p {
  border: 2px solid #2faa9d;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  margin-bottom: 50px;
}
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: 24px;
  margin-bottom: 25px;
}
body#cominfo.page #content .service #customer p {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: block;
  margin-bottom: 25px;
  text-align: justify;
}
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;
}
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: 30px !important;
}
body#cominfo.page #content .recruit p {
  font-weight: bold;
  margin-bottom: 50px;
}
body#cominfo.page #content .recruit h2::after {
  content: "採用情報";
  font-size: 14px;
  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 {
  margin-bottom: 60px;
}
body#cominfo.page #content .recruit #rec_page dl dt {
  height: 150px;
  width: 300px;
  position: absolute;
}
body#cominfo.page #content .recruit #rec_page dl dd {
  display: table-cell;
  vertical-align: middle;
  background-color: #14a5db;
  width: 1000px;
  height: 150px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding-left: 25%;
  line-height: 2em;
}
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_page dl dd span {
  background-color: #fff;
  color: #14a5db;
  padding: 2px 20px;
  font-size: 14px;
}
body#cominfo.page #content .recruit #rec_page dl dd span::before {
  font-family: 'FontAwesome';
  content: "\f101 ";
}
body#cominfo.page #content .recruit h3 {
  border: 2px solid #14a5db;
  padding: 5px 0 5px 10px;
  clear: both;
  color: #14a5db;
  font-size: 16px;
}



body#cominfo.page #content .recruit #rec_more_page {
  overflow: hidden;
}
body#cominfo.page #content .recruit #rec_more_page dl {
  width: 490px;
  height: 100px;
  background-color: #14a5db;
  float: left;
  overflow: hidden;
  margin-bottom: 60px;
}
body#cominfo.page #content .recruit #rec_more_page dl dt {
  height: 100px;
  width: 490px;
  background-color: #14a5db;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    line-height: 6em;
}
body#cominfo.page #content .recruit #rec_more_page dl dt:hover {
  opacity: 0.5;
}
body#cominfo.page #content .recruit #rec_more_page dl dd {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 2em;
}

body#cominfo.page #content .recruit #rec_more_page dl + dl {
  margin-left: 20px;
}

body#cominfo.page #content .recruit .staff_area {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
body#cominfo.page #content .recruit .staff_area .staff {
  width: 1000px;
  height: 350px;
  background-color: #14a5db;
}
body#cominfo.page #content .recruit .staff_area .staff p {
  width: 500px;
  height: 350px;
  float: left;
}
body#cominfo.page #content .recruit .staff_area .staff dl {
  width: 500px;
  height: 350px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  padding-top: 150px;
  color: #fff;
  font-weight: bold;
}
body#cominfo.page #content .recruit .staff_area .staff dl dt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 50px;
}
body#cominfo.page #content .recruit .staff_area .staff dl dd {
  text-align: right;
}
body#cominfo.page #content .recruit .staff_area #staff_en p {
  background: url(../img/recruit/en_3.JPG) no-repeat;
  background-size: auto 350px;
}
body#cominfo.page #content .recruit .staff_area #staff_en dl dt {
  position: relative;
}
body#cominfo.page #content .recruit .staff_area #staff_en dl dt::before {
  position: absolute;
  content: "システムチーム 担当";
  border: 2px solid #fff;
  font-size: 14px;
  margin: auto;
  right: 0%;
  left: 0%;
  bottom: 110px;
  display: inline-block;
  width: 300px;
  text-align: center;
  padding: 5px 0;
  line-height: 12px;
}
body#cominfo.page #content .recruit .staff_area #staff_cus p {
  background: url(../img/recruit/cus_3.JPG) no-repeat;
  background-size: auto 350px;
}
body#cominfo.page #content .recruit .staff_area #staff_cus dl dt {
  position: relative;
}
body#cominfo.page #content .recruit .staff_area #staff_cus dl dt::before {
  position: absolute;
  content: "カスタマー担当";
  border: 2px solid #fff;
  font-size: 14px;
  margin: auto;
  right: 0%;
  left: 0%;
  bottom: 110px;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 5px 0;
  line-height: 12px;
}
body#cominfo.page #content .recruit .staff_area #staff_mar p {
  background: url(../img/recruit/mar_3.JPG) no-repeat;
  background-size: auto 350px;
}
body#cominfo.page #content .recruit .staff_area #staff_mar dl dt {
  position: relative;
}
body#cominfo.page #content .recruit .staff_area #staff_mar dl dt::before {
  position: absolute;
  content: "マーケティング 担当";
  border: 2px solid #fff;
  font-size: 14px;
  margin: auto;
  right: 0%;
  left: 0%;
  bottom: 110px;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 5px 0;
  line-height: 12px;
}
body#cominfo.page #content .recruit .staff_area h4 {
  clear: both;
  font-size: 24px;
  margin-bottom: 25px;
}
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;
  float: left;
}
body#cominfo.page #content .recruit .staff_area .txt dl dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 25px;
}
body#cominfo.page #content .recruit .staff_area .txt dl dd {
  line-height: 1.5em;
}
body#cominfo.page #content .recruit .staff_area .txt p {
  height: 100%;
  float: left;
  margin-bottom: 0;
}
body#cominfo.page #content .recruit .staff_area .txt.left.staff_en p {
  width: 50%;
  margin-left: 5%;
  background: url(../img/member_1_2.JPG) no-repeat;
  background-size: 100% 350px;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.left.staff_cus p {
  width: 50%;
  margin-left: 5%;
  background: url(../img/member_2_1.jpg) no-repeat;
  background-size: 100% 350px;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.left.staff_mar p {
  width: 50%;
  margin-left: 5%;
  background: url(/img/member_3_1.JPG) no-repeat;
  background-size: 100% 350px;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.left {
  height: 350px;
}
body#cominfo.page #content .recruit .staff_area .txt.left dl {
  width: 45%;
}
body#cominfo.page #content .recruit .staff_area .txt.right {
  height: 350px;
}
body#cominfo.page #content .recruit .staff_area .txt.right dl {
  width: 50%;
}
body#cominfo.page #content .recruit .staff_area .txt.right p {
  width: 45%;
  margin-right: 5%;
  background: url(../img/recruit/en_2.jpg) no-repeat;
  background-size: auto 100%;
  background-position: auto center;
}
body#cominfo.page #content .recruit .staff_area .txt.right.staff_cus p {
  width: 45%;
  margin-right: 5%;
  background: url(../img/member_2_1.jpg) no-repeat;
  background-size: auto 100%;
  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: 14px;
  letter-spacing: 0;
  color: #666;
  margin-left: 10px;
}
body#cominfo.page #content .recruit.introduce .staff_area {
  padding: 0;
}
body#cominfo.page #content .recruit.introduce #rec_page dl {
  margin-bottom: 20px;
}
body#cominfo.page #content #recruit.introduce {
  padding: 100px 0;
  background-color: #f4f4f4;
}
body#cominfo.page #content #recruit.introduce #rec2 {
  margin-top: 0;
}
body#cominfo.page #content #recruit.introduce #rec2 dl.on {
  background-color: #111;
  cursor: default;
}
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%;
}

.none {
  height: 1500px;
  overflow: hidden;
}

#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: 150px;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
}

.sp_only {
  display: none;
}

/*# sourceMappingURL=style.css.map */

img.member {
  border-radius: 50%;
  height: 300px;
  width: 300px;
}

body#cominfo.page #content #history #content .table dl p span:first-child {
  display: inline-block;
  width: 10%;
  color: #fff;
  font-weight: bold;
}

td {
  width: 80px;
}

td.description {
  width: 60%;
  height: 35px;
}

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;
}

table {
  margin: 10px auto;
}

.year {
  padding-top: 20px;
}

.prev-arrow {
  left: -3%;
  font-size: 30px;
}

.next-arrow {
  right: -3%;
  font-size: 30px;
}

/* 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;
  gap: 10px;
}
.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;
  }
}
*/