@charset "UTF-8";
/* CSS Document */
/*グロナビ*/
#side_bar nav ul li:nth-of-type(2) a {
  color: #ed0100; }

/* +++++++++++++++++++++++++++++++++++++

 企業情報　css

++++++++++++++++++++++++++++++++++++++ */
.first_image {
  width: 100%;
  min-width: 1000px;
  height: 420px;
  position: absolute;
  background: url("../img/about/about_main.jpg") center top no-repeat;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .first_image {
      min-width: 100%;
      margin-top: 60px;
      height: 160px; } }

/*.first_image*/
.cont_inner {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  height: auto;
  display: block;
  right: 0px;
  left: 0px;
  top: 420px;
  z-index: 1;
  margin-bottom: 500px;
  /*h2*/
  /*.pan_nav*/
  /*p.read_copy*/
  /*.anchor_area*/ }
  @media only screen and (max-width: 768px) {
    .cont_inner {
      top: 220px;
      margin-bottom: 320px; } }
  .cont_inner h2 {
    font-size: 28px;
    color: #fff;
    display: inline-block;
    padding: 35px 70px 45px 80px;
    letter-spacing: 0.3em;
    position: relative;
    top: -70px;
    left: 0;
    opacity: 0;
    background: #fe5822;
    background: -moz-linear-gradient(bottom left, #ed0201 0%, #fe5822 100%);
    background: -webkit-gradient(linear, left bottom, right top, from(#ed0201), to(#fe5822));
    background: -webkit-linear-gradient(bottom left, #ed0201 0%, #fe5822 100%);
    background: -o-linear-gradient(bottom left, #ed0201 0%, #fe5822 100%);
    background: linear-gradient(to top right, #ed0201 0%, #fe5822 100%);
    animation: fadeUp 0.8s 0.5s ease-in-out;
    animation-fill-mode: forwards; }
    @media only screen and (max-width: 768px) {
      .cont_inner h2 {
        font-size: 20px;
        padding: 15px 15px 30px 20px;
        letter-spacing: 0.2em;
        position: relative;
        top: -45px;
        animation: fadeUpSp 0.8s 0.5s ease-in-out;
        animation-fill-mode: forwards; } }
    .cont_inner h2:before {
      content: '';
      display: block;
      width: 10px;
      height: 1px;
      background-color: #f99b97;
      position: absolute;
      top: 76px;
      left: 80px; }
      @media only screen and (max-width: 768px) {
        .cont_inner h2:before {
          top: 45px;
          left: 20px; } }
    .cont_inner h2:after {
      content: 'About';
      font-size: 12px;
      letter-spacing: 0.1em;
      color: #f99b97;
      position: absolute;
      top: 70px;
      left: 95px;
      font-family: Roboto;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .cont_inner h2:after {
          font-size: 10px;
          top: 40px;
          left: 35px; } }
  .cont_inner .pan_nav {
    font-size: 12px;
    position: absolute;
    width: 95%;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: right;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .cont_inner .pan_nav {
        font-size: 10px;
        top: 14px; } }
    .cont_inner .pan_nav ul li {
      display: inline-block;
      /*a*/ }
      .cont_inner .pan_nav ul li:last-child:after {
        display: none; }
      .cont_inner .pan_nav ul li:after {
        content: "〉";
        padding-left: 8px; }
      .cont_inner .pan_nav ul li a {
        color: #ed0100;
        transiton: 0.3; }
        .cont_inner .pan_nav ul li a:hover {
          opacity: 0.7; }
  .cont_inner p.read_copy {
    width: 1000px;
    margin: 30px auto 90px;
    line-height: 2em;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cont_inner p.read_copy {
        width: 90%;
        margin: 20px auto 30px;
        font-size: 14px;
        line-height: 1.8em; } }
    .cont_inner p.read_copy:after {
      content: "About";
      font-size: 200px;
      letter-spacing: 0.01em;
      font-family: Roboto;
      font-weight: 600;
      color: #fef1f0;
      position: absolute;
      top: 20px;
      right: -50px;
      z-index: -1;
      opacity: 0;
      animation: en_anim 0.8s  1.0s ease-in-out;
      animation-fill-mode: forwards; }
      @media only screen and (max-width: 768px) {
        .cont_inner p.read_copy:after {
          font-size: 20vw;
          top: -25px;
          right: -20px; } }
  .cont_inner .anchor_area {
    width: 1000px;
    margin: 0 auto 120px;
    /*.anchor_title*/
    /*.a_btn*/ }
    @media only screen and (max-width: 768px) {
      .cont_inner .anchor_area {
        width: 90%;
        margin-bottom: 0px; } }
    .cont_inner .anchor_area .anchor_title {
      font-family: Roboto;
      font-weight: 700;
      letter-spacing: 0.1em;
      font-size: 12px;
      margin-bottom: 15px;
      position: relative; }
      .cont_inner .anchor_area .anchor_title:after {
        content: '';
        width: 15px;
        height: 1px;
        background-color: #ddd;
        position: absolute;
        top: 5px;
        left: 80px; }
    .cont_inner .anchor_area .a_btn {
      width: 184px;
      height: 120px;
      float: left;
      margin-right: 20px;
      /*a*/ }
      @media only screen and (max-width: 768px) {
        .cont_inner .anchor_area .a_btn {
          width: 100%;
          height: 50px;
          float: none;
          margin-bottom: 15px;
          margin-right: 0; } }
      .cont_inner .anchor_area .a_btn:last-of-type {
        margin-right: 0; }
      .cont_inner .anchor_area .a_btn a {
        display: block;
        width: 100%;
        height: 120px;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.05);
        transition: 0.3s; }
        @media only screen and (max-width: 768px) {
          .cont_inner .anchor_area .a_btn a {
            height: 50px;
            background-color: #f1f0ef;
            box-shadow: none; } }
        .cont_inner .anchor_area .a_btn a:hover {
          box-shadow: none;
          transform: scale(0.98);
          opacity: 0.8; }
        .cont_inner .anchor_area .a_btn a h3 {
          width: 176px;
          padding: 5px 0;
          font-size: 12px;
          text-align: center;
          font-weight: 400;
          letter-spacing: 0.05em;
          background-color: rgba(255, 255, 255, 0.8);
          position: absolute;
          bottom: 4px;
          right: 0;
          left: 0;
          margin: 0 auto; }
          @media only screen and (max-width: 768px) {
            .cont_inner .anchor_area .a_btn a h3 {
              text-align: left;
              position: relative;
              width: 60%;
              margin: 10px 0 0 25vw;
              padding-left: 30px;
              padding-top: 21px;
              font-size: 14px;
              background-color: transparent; } }
          .cont_inner .anchor_area .a_btn a h3:after {
            content: '';
            position: absolute;
            left: 10px;
            top: 7px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8.7px 5px 0 5px;
            border-color: #ed0100 transparent transparent transparent; }
            @media only screen and (max-width: 768px) {
              .cont_inner .anchor_area .a_btn a h3:after {
                top: 24px; } }
    .cont_inner .anchor_area .a_btn:nth-of-type(1) a {
      background-image: url("../img/about/img_anchor01.jpg"); }
    .cont_inner .anchor_area .a_btn:nth-of-type(2) a {
      background-image: url("../img/about/img_anchor02.jpg"); }
    .cont_inner .anchor_area .a_btn:nth-of-type(3) a {
      background-image: url("../img/about/img_anchor03.jpg"); }
    .cont_inner .anchor_area .a_btn:nth-of-type(4) a {
      background-image: url("../img/about/img_anchor04.jpg"); }
    .cont_inner .anchor_area .a_btn:nth-of-type(5) a {
      background-image: url("../img/about/img_anchor05.jpg"); }
    .cont_inner .anchor_area .a_btn:nth-of-type(6) a {
      background-image: url("../img/about/img_anchor05.jpg"); }

/*.cont_inner*/
.wrap {
  width: 1000px;
  /*height: 1100px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .wrap {
      width: 90%;
      height: auto;
      display: block;
      margin-bottom: -20px; } }

/*.wrap*/
.contents_wrap {
  height: auto;
  width: 730px;
  margin-right: 50px;
  /*.about_inner*/
  /*.base_wrap*/ }
  @media only screen and (max-width: 768px) {
    .contents_wrap {
      margin-right: 0;
      width: 100%;
      padding-top: 15px;
      height: auto;
      margin: 0 auto 50px; } }
  .contents_wrap .about_inner {
    margin-bottom: 100px;
    width: 730px;
    /*h3*/
    /*.ceo*/
    /*.philosophy*/
    /*h4*/
    /*table*/
    /*.department*/ }
    @media only screen and (max-width: 768px) {
      .contents_wrap .about_inner {
        width: 100%;
        margin-bottom: 0; } }
    .contents_wrap .about_inner h3 {
      position: static;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 0.1em;
      margin-bottom: 40px;
      position: relative;
      padding-top: 20px; }
      @media only screen and (max-width: 768px) {
        .contents_wrap .about_inner h3 {
          font-size: 18px;
          padding-top: 70px; } }
      .contents_wrap .about_inner h3:before {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #f6807f;
        position: absolute;
        left: 0;
        bottom: -15px; }
    .contents_wrap .about_inner p {
      line-height: 2.2em;
      letter-spacing: 0.05em; }
    .contents_wrap .about_inner .ceo {
      position: relative;
      width: 100%;
      height: 370px;
      background: url("../img/about/ceo.jpg") no-repeat;
      background-size: contain;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .contents_wrap .about_inner .ceo {
          height: auto;
          padding-top: 47vw;
          margin-bottom: 15px; } }
      .contents_wrap .about_inner .ceo dt {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.1em;
        position: absolute;
        top: 150px;
        right: 170px; }
        @media only screen and (max-width: 768px) {
          .contents_wrap .about_inner .ceo dt {
            top: 15vw;
            right: 12vw; } }
      .contents_wrap .about_inner .ceo dd {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.1em;
        position: absolute;
        top: 180px;
        right: 160px; }
        @media only screen and (max-width: 768px) {
          .contents_wrap .about_inner .ceo dd {
            font-size: 16px;
            top: 22vw;
            right: 10vw; } }
    .contents_wrap .about_inner .philosophy {
      font-weight: 500;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .contents_wrap .about_inner .philosophy {
          text-align: center;
          margin-bottom: 0; } }
    .contents_wrap .about_inner h4 {
      font-weight: 400;
      font-size: 18px;
      color: #ed0100;
      letter-spacing: 0.08em;
      line-height: 1.8em;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .contents_wrap .about_inner h4 {
          font-size: 16px;
          line-height: 1.6em;
          letter-spacing: 0.05em; }
          .contents_wrap .about_inner h4 br {
            display: none; } }
    .contents_wrap .about_inner table {
      margin-bottom: 40px;
      width: 100%;
      /*tr*/ }
      .contents_wrap .about_inner table tr {
        border-bottom: 1px solid #ddd;
        /*th*/
        /*td*/ }
        .contents_wrap .about_inner table tr th {
          font-weight: 500;
          width: 180px;
          text-align: left;
          padding-top: 20px; }
          @media only screen and (max-width: 768px) {
            .contents_wrap .about_inner table tr th {
              width: 100%;
              display: block;
              padding-bottom: 10px; } }
        .contents_wrap .about_inner table tr td {
          line-height: 1.8em;
          padding: 20px 0; }
          @media only screen and (max-width: 768px) {
            .contents_wrap .about_inner table tr td {
              width: 100%;
              display: block;
              padding: 0 0 10px; } }
          .contents_wrap .about_inner table tr td a {
            font-weight: 400;
            transition: 0.3s; }
            .contents_wrap .about_inner table tr td a:hover {
              color: #ed0100; }
    .contents_wrap .about_inner .department {
      width: 730px;
      position: relative;
      overflow: hidden;
      background-color: #f1f0ef;
      padding: 20px;
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      /*dl*/ }
      @media only screen and (max-width: 768px) {
        .contents_wrap .about_inner .department {
          width: 100%;
          padding: 5px 0 10px; } }
      .contents_wrap .about_inner .department dl {
        background-color: #fff;
        padding: 40px 30px;
        box-sizing: border-box;
        margin: 10px;
        width: 47%;
        height: 195px;
        text-align: center;
        /*dt*/
        /*dd*/ }
        @media only screen and (max-width: 768px) {
          .contents_wrap .about_inner .department dl {
            width: 90%;
            padding: 20px 10px 10px;
            height: auto;
            margin: 0 auto 10px; } }
        .contents_wrap .about_inner .department dl dt {
          font-weight: 400;
          letter-spacing: 0.1em;
          font-size: 16px;
          color: #ed0100;
          margin-bottom: 20px;
          text-align: center;
          display: inline-block;
          position: relative; }
          .contents_wrap .about_inner .department dl dt:before {
            content: "";
            width: 20px;
            height: 1px;
            background-color: #f69190;
            position: absolute;
            top: 7px;
            left: -30px; }
          .contents_wrap .about_inner .department dl dt:after {
            content: "";
            width: 20px;
            height: 1px;
            background-color: #f69190;
            position: absolute;
            top: 7px;
            right: -30px; }
        .contents_wrap .about_inner .department dl dd {
          text-align: left;
          overflow: hidden;
          /*ul*/ }
          .contents_wrap .about_inner .department dl dd ul {
            float: left; }
            @media only screen and (max-width: 768px) {
              .contents_wrap .about_inner .department dl dd ul {
                float: none;
                margin-right: 0; } }
            .contents_wrap .about_inner .department dl dd ul li {
              line-height: 1.5em;
              margin-bottom: 5px;
              text-indent: -14px;
              padding-left: 14px; }
              .contents_wrap .about_inner .department dl dd ul li:before {
                content: "■";
                font-size: 10px;
                margin-right: 5px;
                vertical-align: 1px; }
      .contents_wrap .about_inner .department .center {
        width: 120px;
        height: 112px;
        position: absolute;
        z-index: 3;
        left: 335px;
        right: 0;
        top: 485px;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .contents_wrap .about_inner .department .center {
            display: none; } }
  .contents_wrap .base_wrap {
    margin-bottom: 60px;
    /*.base_inner*/ }
    .contents_wrap .base_wrap h4 {
      width: 100%;
      color: #fff;
      background-color: #2b2b2b;
      box-sizing: border-box;
      padding: 2px 0 2px 10px;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.1em;
      margin-bottom: 30px;
      border-left: 5px solid #ed0100; }
      @media only screen and (max-width: 768px) {
        .contents_wrap .base_wrap h4 {
          margin-bottom: 20px; } }
    .contents_wrap .base_wrap .base_inner {
      height: 290px;
      margin-bottom: 30px;
      padding-top: 10px;
      overflow: hidden;
      /*.ad_area*/ }
      @media only screen and (max-width: 768px) {
        .contents_wrap .base_wrap .base_inner {
          height: auto; } }
      .contents_wrap .base_wrap .base_inner .ad_area {
        width: 330px;
        height: 290px;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
        float: left;
        /*dt*/
        /*dd*/ }
        @media only screen and (max-width: 768px) {
          .contents_wrap .base_wrap .base_inner .ad_area {
            width: 100% x;
            height: auto;
            float: none;
            border-bottom: none; } }
        .contents_wrap .base_wrap .base_inner .ad_area dt {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 20px; }
          .contents_wrap .base_wrap .base_inner .ad_area dt:before {
            content: "■";
            font-size: 12px;
            vertical-align: 2px;
            margin-right: 4px; }
          @media only screen and (max-width: 768px) {
            .contents_wrap .base_wrap .base_inner .ad_area dt {
              margin-bottom: 10px; } }
        .contents_wrap .base_wrap .base_inner .ad_area dd p {
          line-height: 1.8em;
          margin-bottom: 15px; }
          @media only screen and (max-width: 768px) {
            .contents_wrap .base_wrap .base_inner .ad_area dd p {
              line-height: 1.5em; } }
        .contents_wrap .base_wrap .base_inner .ad_area dd .map_btn a {
          display: block;
          width: 140px;
          height: 25px;
          background-color: #ebebeb;
          font-weight: 400;
          font-size: 12px;
          position: relative;
          text-align: center;
          padding-top: 6px;
          letter-spacing: 0.05em;
          box-sizing: border-box;
          margin-bottom: 15px;
          transition: 0.3s; }
          .contents_wrap .base_wrap .base_inner .ad_area dd .map_btn a:after {
            content: "";
            position: absolute;
            top: 9px;
            right: 8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 6.9px;
            border-color: transparent transparent transparent #2b2b2b;
            transition: 0.3s; }
          .contents_wrap .base_wrap .base_inner .ad_area dd .map_btn a:hover {
            background-color: #2b2b2b;
            color: #fff; }
            .contents_wrap .base_wrap .base_inner .ad_area dd .map_btn a:hover:after {
              border-color: transparent transparent transparent #fff;
              right: 4px; }
      .contents_wrap .base_wrap .base_inner .map_area {
        width: 370px;
        float: right; }
        @media only screen and (max-width: 768px) {
          .contents_wrap .base_wrap .base_inner .map_area {
            width: 100%;
            height: 250px;
            float: none; } }
        .contents_wrap .base_wrap .base_inner .map_area iframe {
          width: 370px;
          height: 290px; }
          @media only screen and (max-width: 768px) {
            .contents_wrap .base_wrap .base_inner .map_area iframe {
              width: 100%;
              height: 250px; } }

/*.contents_wrap*/
.category_area {
  width: 220px;
  height: 480px;
  top: 20px;
  position: -webkit-sticky;
  position: sticky;
  /*dl.box*/ }
  @media only screen and (max-width: 768px) {
    .category_area {
      display: none; } }
  .category_area dl.box {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px 1px 10px;
    background: #ffece0;
    margin-bottom: 20px;
    background: -moz-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: -webkit-gradient(linear, left center, right center, from(#fcd9d9), color-stop(12%, #fcd9d9), color-stop(74%, #ffece0), to(#ffece0));
    background: -webkit-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: -o-linear-gradient(left, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%);
    background: linear-gradient(to right, #fcd9d9 0%, #fcd9d9 12%, #ffece0 74%, #ffece0 100%); }
    .category_area dl.box dt {
      color: #ed0100;
      margin-bottom: 10px; }
    .category_area dl.box dd {
      /*ul li a*/ }
      .category_area dl.box dd ul li a {
        display: block;
        padding: 15px 0 15px 15px;
        box-sizing: border-box;
        background-color: #fff;
        margin-bottom: 10px;
        position: relative;
        transition: 0.3s; }
        .category_area dl.box dd ul li a:after {
          content: '';
          position: absolute;
          top: 20px;
          right: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 0 4px 6.9px;
          border-color: transparent transparent transparent #ed0100;
          transition: 0.3s; }
        .category_area dl.box dd ul li a:hover {
          opacity: 0.7; }
        .category_area dl.box dd ul li a:hover:after {
          right: 5px; }

/*.category_area*/
/* +++++++++++++++++++++ ipad用サイドメニューcss ++++++++++++++++++++++*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .category_area {
    margin-top: -100px;
    padding-top: 100px; } }
/* +++++++++++++++++++++ ipad用ナビ ++++++++++++++++++++++*/
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  　#container {
    overflow: visible; } }
/* ipadここまで */
@keyframes fadeUp2 {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@keyframes fadeUp {
  0% {
    opacity: 0;
    top: -40px; }
  100% {
    opacity: 1;
    top: -70px; } }
@keyframes fadeUpSp {
  0% {
    opacity: 0;
    top: -10px; }
  100% {
    opacity: 1;
    top: -45px; } }
@keyframes en_anim {
  0% {
    opacity: 0;
    letter-spacing: 0.1em; }
  100% {
    opacity: 1;
    letter-spacing: 0.02em; } }
.contact_area {
  border-top: 1px solid #dddddd; }
