@charset "UTF-8";
@keyframes a {
  0% {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
  }
  to {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
  }
}

@keyframes rotateIn {
  0 {
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transform: rotateY(-180deg);
    background-position: 125pc 0
  }
  50% {
    opacity: .33;
    -ms-filter: "alpha(opacity=33)";
    transform: rotateY(-90deg);
    background-position: 750pt 0
  }
  to {
    opacity: .8;
    -ms-filter: "alpha(opacity=80)";
    transform: rotateY(0);
    background-position: center 0
  }
}

*, :after, :before {
  box-sizing: border-box
}

body {
  font-family: Hiragino Kaku Gothic Pro, Hiragino Sans, 游ゴシック Medium, meiryo, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.font-en {
  font-family: Helvetica Neue, Hiragino Kaku Gothic Pro, Hiragino Sans, 游ゴシック Medium, meiryo, sans-serif
}

ul ol {
  padding: 0
}

h1, h2, h3, h4 {
  font-weight: 400;
  margin: 0
}

p, ul {
  margin: 0
}

a {
  text-decoration: none;
  color: inherit
}
a:hover {
  color:#e02629;
}
ol, ul {
  list-style: none
}

body.lock {
  position: fixed
}

img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
.hover:hover {
  opacity: .7}
.pc {
  display: inline-block
}

.sp {
  display: none
}

.u-left {
  text-align: left!important
}

.u-center {
  text-align: center!important
}

.u-right {
  text-align: right!important
}

.u-top {
  vertical-align: top!important
}

.u-middle {
  vertical-align: middle!important
}

.u-bottom {
  vertical-align: bottom!important
}

.u-baseline {
  vertical-align: baseline!important
}

.u-hide {
  display: none!important
}

.u-mt-0 {
  margin-top: 0!important
}

.u-mt-5 {
  margin-top: 5px!important
}

.u-mt-10 {
  margin-top: 10px!important
}

.u-mt-15 {
  margin-top: 15px!important
}

.u-mt-20 {
  margin-top: 20px!important
}

.u-mt-25 {
  margin-top: 25px!important
}

.u-mt-30 {
  margin-top: 30px!important
}

.u-mt-35 {
  margin-top: 35px!important
}

.u-mt-40 {
  margin-top: 40px!important
}

.u-mt-45 {
  margin-top: 45px!important
}

.u-mt-50 {
  margin-top: 50px!important
}

.u-mb-0 {
  margin-bottom: 0!important
}

.u-mb-5 {
  margin-bottom: 5px!important
}

.u-mb-10 {
  margin-bottom: 10px!important
}

.u-mb-15 {
  margin-bottom: 15px!important
}

.u-mb-20 {
  margin-bottom: 20px!important
}

.u-mb-25 {
  margin-bottom: 25px!important
}

.u-mb-30 {
  margin-bottom: 30px!important
}

.u-mb-35 {
  margin-bottom: 35px!important
}

.u-mb-40 {
  margin-bottom: 40px!important
}

.u-mb-45 {
  margin-bottom: 45px!important
}

.u-mb-50 {
  margin-bottom: 50px!important
}

.u-clear {
  clear: both
}

.u-float-l {
  float: left
}

.u-float-r {
  float: right
}

.u-clearfix:after {
  content: '';
  clear: both;
  display: block
}
.txt-right {
  text-align: right;

}
@media screen and (min-width:1000px) {
  a {
    cursor: pointer
  }
  header {
    height: 130px;
    line-height: 85px;
    padding: 30px 40px 0;
  }
  header:after {
    content: '';
    clear: both;
    display: block
  }
  header .header_left {
    float: left
  }
  header .header_left .header_logo {
    display: inline-block;
    vertical-align: middle
  }
  header .header_right {
    float: right
  }
  header .header_right .header_nav li {
    display: inline-block;
    margin: auto 20px
  }
  header .header_right .header_nav li.access {
    margin: auto auto auto 20px
  }
  header .header_right .header_nav li.access .nav_inner_link {
    border: solid 1px #000;
    border-radius: 8px;
    padding: 8.5px 21.5px;
    vertical-align: middle
  }
  header .header_right .header_nav li:last-child {
    display: none
  }
  .c-onlySP {
    display: none!important
  }


}

@media screen and (max-width:999px) {
  header {
    height: 50px;
    line-height: 45px;
    padding-right: 4vw;
    width: 100%;
    position: relative;
    top: 0;
    padding-top:6px;
    z-index: 3
  }
  header.is-fixed {
    background: #fff;
    box-shadow: 0 .1px 10px #999;
    position: fixed;
    animation-name: a;
    animation-duration: .3s
  }
  header .header_left {
    padding-left: 4.26vw;
    float: left
  }
  header .header_left .header_logo {
    width: 248px;
    display: inline-block;
    vertical-align: middle
  }
  header .header_right {
    float: right;
    height: 100%;
    position: relative
  }
  header .header_right .header_nav_btn {
    background: url(../img/sp/common/header_icn_menu.png)no-repeat;
    background-size: 100%;
    height: 40px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    left: auto
  }
  header .header_nav_sp {
    background: #f7f7f7;
    color: #000;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    overflow: scroll;
    transition: right .2s ease-out
  }
  header .header_nav_sp.is-open {
    right: 0;
    padding-top:6px;
  }
  header .header_nav_sp .header_nav_btn {
    background: url(../img/sp/common/header_icn_menu_close.png)no-repeat;
    background-size: 100%;
    border: 0;
    height: 40px;
    width: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    right: 4%;
    top: 6px;
    bottom: auto;
    left: auto;
    z-index: 3
  }
  header .header_nav_sp li {
    position: relative;
    text-align: center;
  }
  header .header_nav_sp li:nth-child(n+3) a {
    display: block;
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px
  }
  header .header_nav_sp li:nth-child(n+3):after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background: url(../img/pc/common/footer_icn_arrow.png)no-repeat;
    background-size: 100%;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    left: auto;
    right: 8%
  }
  header .header_nav_sp li.menu {
    border: 0;
    margin-top: 25px;
    margin-bottom: 6.66vw;
    padding: 0;
    text-align: center
  }
  header .header_nav_sp li.title {
    color:#e02629;
    font-size: 140%;

  }
  header .header_nav_sp li span {
    font-size: 92%;
    color:#e02629;
  }
  header .header_nav_sp .nav_header {
    height: 50px;
    line-height: 50px
  }
  header .header_nav_sp .nav_header:after {
    content: '';
    clear: both;
    display: block
  }
  header .header_nav_sp .nav_header .header_logo {
    width: 248px
  }
  .c-onlyPC {
    display: none!important
  }
  .c-onlySP {
    display: block;
    margin: auto
  }
  .s-wrapper {
    padding-top: 10px;
  }

  .pc {
    display: none
  }
  .sp {
    display: inline-block
  }

}

@media screen and (max-width:320px) {
  .s-recruit .p-recruitPosition .s-wrapper_inner .p-recruitPosition_list .p-recruitPosition_contents, .s-recruit .p-recruitPosition .s-wrapper_inner .p-recruitPosition_list .p-recruitPosition_contents:nth-child(n+2) {
    padding-top: 4vw
  }
  .s-recruit .p-recruitPosition .s-wrapper_inner .p-recruitPosition_list .p-recruitPosition_contents:nth-child(n+2) .p-recruitPosition_detail_list {
    margin-top: 4vw
  }
}


/* overwrite style 2019 */


/* ======================

	header

====================== */

/* PC */
.header_left {
	margin-top: -5px;
}

/* SP */
@media screen and (max-width: 999px) {
	.header_left {
		margin-top: -2px;
	}
}


/* ======================

	トップ

====================== */

/* PC */

.top-bg{
  background-size: cover;
}

.titleArea {
  text-align: center;
  margin-bottom:40px;
}
.top-servic,
.top-news,
.top-company {
  width: 1150px;
  margin: 0 auto;
  padding-top:110px;
  overflow: hidden;
}
.top-title {
  font-size: 32px;
  margin-bottom:20px;
}
.top-title-sub {
  font-size: 20px;
}
.red {
  color: #e02629;
}

.servic-lef {
  float: left;
  width:550px;
}
.servic-right {
  float: right;
  width:550px;
}
.servic-lef img,
.servic-right img {
  margin-bottom: 30px;
}
h3.title {
  font-size:20px;
  color:#e02629;
  text-align:center;
  margin-bottom: 30px;
}
.top-news {
  margin-top: 10px;
}
ul.list {
  margin-bottom: 20px;
}
ul.list li {
  border-bottom: 1px solid #cccccc;
  padding:30px;
}
ul.list li div.day {
  float: left;
}
ul.list li div.day span{
  background-color: #e02629;
  border-radius:10px;
  text-align: center;
  padding:5px 40px;
  color: #fff;
  margin-right: 30px;
}

.top-news .btn {

}
.news-btn {
  margin: 0 auto;
  width: 350px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 16px 0;
  color: #e02629;
  position: relative;

}
.news-btn a:hover {
  color: #333;
}

.btn::after,
.top-company .list::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -12px;
  background-size: 14px 14px;
}
.company-2btn .list {
  float: left;
  width:530px;
  padding:20px;
  background-color:#eeeeee;
  text-align: center;
  margin: 0 20px;
  position: relative;
}
.company-3btn .list {
  float: left;
  width:330px;
  padding:20px;
  background-color:#eeeeee;
  text-align: center;
  margin: 0 20px;
  position: relative;
}
.access-lef {
  float: left;
  width: 550px;
}
.access-lef img {
  padding-left:150px;
}
.access-right {
  float: right;
  width: 550px;
  padding-top:80px;
}
.access-right .title {
  font-weight: bold;
  margin: 30px 0 20px;
}
.access-right span{
  background-color: #e02629;
  border-radius:10px;
  text-align: center;
  padding:5px 40px;
  color: #fff;
  margin-bottom: 20px;
}
.group-logo {
  text-align: center;
}
.group-logo img {
  margin: 0 10px;
}
footer {
  background: url(../img/footer-bg.png) center top no-repeat;
  background-size: cover;
  margin-top: 80px;
}
footer .f-menu {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0;
  color: #fff;
  font-size: 12px;
}
footer .f-menu a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copy {
  text-align: center;
  padding:20px 0 40px;
  color:#fff;
  font-size: 12px;
}
.title-ext {
  background: url(../img/pc/common/bg02.png) center top no-repeat;
  background-size: cover;
  padding:30px 0 10px;
}
.service,
.news,
.company {
  width: 1150px;
  margin: 0 auto;
  padding-top:90px;
  overflow: hidden;
}
.policy {
  width: 900px;
  margin: 0 auto;
  padding-top:20px;
  overflow: hidden;
}
h2.policy-title {
  font-weight: bold;
  font-size: 110%;
}
.p-c {
  padding:10px 20px;
}
.page-title {
  text-align: left;
  color: #e02629;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.page-title span {
  color: #000;
  margin-right: 20px;
}
ul.list li div.day2 {
  float: left;
}
ul.list li div.day2 span{
  background-color: #f2f2f2;
  border-radius:10px;
  text-align: center;
  padding:5px 70px;
  color: #222;
  margin-right: 30px;
}
.txt2{
    position: relative;
}
ul.list li .txt2::after {
  position: absolute;
  content: ">";
  top: 50%;
  right: 10px;
  font-size: 14px;
  margin-top: -12px;
  background-size: 14px 14px;
  color:#e02629;
}
.s-page-title {
  text-align: left;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.s-page-title span {
  color: #e02629;
}
.s-txt {
  margin-top:50px;
}
.service {
  line-height: 2;
}
.note {
  font-size: 10px;
  color:#222222;
}
.ceo-message {
  float: left;
  width:750px;
}
.ceo-photo {
  float:right;
  width: 350px;
}
.profile {
  background-color:#f7f7f7;
  padding: 40px 0;
  margin-top: 90px;
}
.profile-txt {
  width: 1150px;
  margin: 0 auto;
  line-height: 1.6;
}
ul.list li div.camp {
  float: left;
  width:20%;
}
ul.list li {
    overflow: hidden;
}
ul.list li div.camp-txt {
  float: right;
  width: 80%;
  text-align:left;
}
ul.list li div.camp-txt  p {
  margin-bottom: 15px;
}
ul.list li div.camp span{
  text-align:left;
  padding:5px 40px;
  color: #e02629;
  margin-right: 30px;
}
.service .page-title {
  margin-bottom: 20px;
}

@media screen and (max-width:999px) {
  .p-topMV img {
    width: 100%;
  }
  .top-bg{
  background-size: cover;
  }
  .top-servic {
    width: 100%;
    padding: 30px 20px;
  }
  .servic-lef,
  .servic-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .service .servic-lef,
  .service .servic-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .servic-lef img,
  .servic-right img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-news,
  .news,
  .service,
  .company,
  .policy{
    width: 100%;
    padding: 0px 20px 30px;
  }
   .top-company{
    width: 100%;
    padding: 20px 20px 30px;
  }
  ul.list li div.day,
  ul.list li div.day2 {
    width: 100%;
    margin-bottom: 10px;
  }

  ul.list li {
    padding: 30px 0 20px;
    line-height: 1.6;
  }
  ul.list li:first-child{
    padding: 0 0 10px;
  }
  ul.list li span.day {
    margin-bottom: 20px;
  }
  ul.list li span.txt,
  ul.list li span.txt2 {
    width: 100%;
  }
  .news-btn{
    width: 80%;
  }
  .top-news .btn {
    width: 98%;
  }
  .company-3btn .list {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .access-lef {
    width: 100%;
  }
  .access-lef img {
    padding-left: 0px;
  }
  .access-right {
    padding-top: 10px;
    width: 100%;
  }
  .access-right .title {
    margin: 20px 0 20px;
  }
  .group-logo img {
    margin-bottom: 30px;
  }
  .top-title-sub {
    font-size: 12px;
  }
  .top-title {
    font-size: 25px;
  }
  h3.title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .top-company .list:last-child {
    margin: 0 0 20px 0;
  }
  .title-ext {
    margin-bottom: 30px;
  }
  .s-page-title {
    margin-bottom: 20px;
  }
  .service .page-title {
    margin-bottom:20px;
  }
  .ceo-message {
    width: 100%;
  }
  .profile {
    width: 100%;
    padding: 20px 20px 30px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .profile  .page-title {
    margin-bottom: 20px;
  }
  .profile-txt {
    width: 100%;
  }
  ul.list li div.camp {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  ul.list li div.camp span {
    padding: 5px 0px;
  }
  ul.list li div.camp-txt {
    width: 100%;
  }
  .page-title {
    margin-bottom: 20px;
  }

  .s-txt {
  margin-top:20px;
  }
  footer .f-menu {
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px 0;
    color: #fff;
    font-size: 12px;
  }
  .policy ol{
    margin: 0;
    padding: 0 10px 0 20px;
  }
}
/* sp */

/*
	MV
—————————————————————— */

.s-top .p-topMV img {
  width: 100%;
}
span.big {font-weight: bold;}


ol.number li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
ol.square li {
  list-style-type: square;
  margin: 10px 0;
}
ol.disc li {
  list-style-type: disc;
  margin: 10px 0;
}
.mT10 {
  margin-top: 10px;
}
.mT30 {
  margin-top: 30px;
}

