@charset "UTF-8";
@import url("menu.css");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  list-style-type: none; }

.placing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.placing {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .placing {
  height: 1%; }

* + html .placing {
  height: 1%; }

.placing {
  display: block; }

/* End hide from IE-mac */
html {
  overflow: auto; }

body {
  font-size: 100%;
  line-height: 100%;
  overflow: hidden;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
  font-size: 80%; }

h1 {
  text-align: left;
  font-size: 80%;
  padding: 5px 0; }

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover {
  color: #000;
  text-decoration: none; }

a img {
  border: none; }

table {
  border-collapse: collapse;
  width: 100%; }

p {
  margin: 0 0 16px 0; }

img {
  border: 0; }

dl dt {
  padding: 0;
  margin: 0; }

em {
  font-style: normal; }

.red {
  color: #ff0000; }

.centering {
  text-align: center; }

.small {
  font-size: 85%; }

ul#menu li {
  float: left; }

.right {
  text-align: right; }

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0;
  padding: 0; }

dl dt {
  margin: 0;
  padding: 0; }

#page-top {
  position: fixed;
  bottom: 10px;
  right: 60px;
  font-size: 150%; }
  #page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-radius: 5px; }
    #page-top a i {
      color: #fff; }

#page-top a:hover {
  text-decoration: none;
  background: #666;
  color: #fff; }

body {
  color: #555; }

#header {
  max-width: 1000px;
  margin: 0 auto; }
  #header .head_left {
    float: left;
    width: 35%;
    margin: 10px;
    line-height: 160%; }
    #header .head_left .title1 a {
      display: block;
      background: url("../img/com/logo_1.png") 50% 50% no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      padding-top: 20%;
      background-size: contain; }
  #header .head_right {
    float: right;
    background: url("../img/com/image_1.png") 50% 10% no-repeat;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2%;
    width: 60%; }

#content_bg {
  background: #E1EECF;
  border-top: 2px solid #ccc;
  padding-top: 5px; }

#content {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 160%; }
  #content ul.green_ul {
    margin: 10px;
    border: solid 2px #ED4A75;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative; }
    #content ul.green_ul li {
      line-height: 1.5;
      padding: 0.5em 0;
      list-style-type: none !important; }
      #content ul.green_ul li:before {
        font-family: FontAwesome;
        content: "\f138";
        position: absolute;
        left: 1em;
        /*左端からのアイコンまでの距離*/
        color: #ED4A75;
        /*アイコン色*/ }
  #content .full_h2 {
    position: relative;
    color: #111;
    font-size: 180%;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #ED4A75; }
    #content .full_h2:before {
      content: "";
      position: absolute;
      background: #d48789;
      top: 0;
      left: 0.4em;
      height: 20px;
      width: 20px;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
    #content .full_h2:after {
      content: "";
      position: absolute;
      background: #d26466;
      top: 1.0em;
      left: 0;
      height: 13px;
      width: 13px;
      transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg); }
  #content .h4_text {
    margin: 20px auto;
    width: 90%; }
    #content .h4_text h4 {
      position: relative;
      color: white;
      background: #cae0ff;
      line-height: 1.4;
      font-size: 140%;
      font-weight: bold;
      padding: 0.5em 0.5em 0.5em 1.8em; }
      #content .h4_text h4:before {
        /*疑似要素*/
        font-family: FontAwesome;
        content: "\f14a";
        position: absolute;
        left: 0.5em;
        /*左端からのアイコンまでの距離*/ }
    #content .h4_text ul {
      border: solid 1px #ccc;
      padding: 0.5em 1em 0.5em 2.3em;
      position: relative;
      background: #fafafa; }
      #content .h4_text ul li {
        line-height: 1.5;
        padding: 0.5em 1em;
        list-style-type: none !important; }
        #content .h4_text ul li:before {
          font-family: FontAwesome;
          content: "\f0da";
          padding: 1em;
          color: gray;
          /*アイコン色*/ }
  #content table.company_table {
    width: 90%;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 12px; }
    #content table.company_table th {
      width: 30%;
      background: #F8C5FF;
      vertical-align: middle;
      text-align: left;
      overflow: visible;
      position: relative;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      padding: 20px;
      /* firefox */ }
      #content table.company_table th:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #F8C5FF;
        border-width: 10px;
        margin-top: -10px; }

@-moz-document url-prefix() &:after {
  #content table.company_table th {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #F8C5FF 10px solid;
    margin-top: -10px; } }
    #content table.company_table td {
      background: #fef8ff;
      width: 69%;
      padding: 20px 30px;
      font-size: 140%;
      color: #333;
      line-height: 1.8;
      border-bottom: 1px solid #F8C5FF; }
    #content table.company_table.green th {
      background: #ED4A75; }
      #content table.company_table.green th:after {
        border-left-color: #ED4A75; }
  #content .breadcrumb {
    margin: 0;
    padding: 5px 12px 5px 5px;
    text-align: right;
    color: #FFF; }
    #content .breadcrumb li {
      position: relative;
      display: inline-block;
      /*横に並ぶように*/
      list-style: none;
      font-weight: bold;
      /*太字*/
      margin-right: 12px; }
      #content .breadcrumb li:after {
        /*三角の部分*/
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        border-style: solid;
        border-color: transparent;
        border-left-color: #999;
        /*背景色*/
        border-width: 14px 12px;
        width: 0;
        height: 0; }
      #content .breadcrumb li a {
        display: inline-block;
        padding: 0 3px 0 7px;
        height: 28px;
        line-height: 28px;
        text-decoration: none;
        color: #fff;
        background: #999;
        /*背景色*/
        font-size: 80%; }
        #content .breadcrumb li a:hover {
          color: #000; }
  #content .top_image1 {
    background: url("../img/top/top_image_1.png") no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 35.2%;
    margin-bottom: 20px; }
  #content div.box1 {
    -webkit-box-shadow: 0 0 8px gray;
    box-shadow: 0 0 8px gray;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px; }
    #content div.box1 .left {
      float: left; }
    #content div.box1 .right {
      float: right; }
    #content div.box1 .h2_green, #content div.box1 .h2_orange {
      font-size: 160%;
      font-weight: bold;
      margin-bottom: 15px;
      width: 100%; }
      #content div.box1 .h2_green.h2_orange, #content div.box1 .h2_orange.h2_orange {
        color: #F8C5FF; }
      #content div.box1 .h2_green.h2_green, #content div.box1 .h2_orange.h2_green {
        color: #ED4A75; }
    #content div.box1 div.text1 {
      width: 67%; }
      #content div.box1 div.text1 p.topmargin {
        margin-top: 50px; }
    #content div.box1 div.text2 {
      width: 67%;
      text-align: left; }
      #content div.box1 div.text2 .banner_1 {
        position: relative;
        display: inline-block;
        font-weight: bold;
        padding: 0.5em 1em;
        text-decoration: none;
        border-left: solid 4px #5A9FFF;
        border-right: solid 4px #5A9FFF;
        color: #668ad8;
        background: #e1f3ff;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        float: right; }
        #content div.box1 div.text2 .banner_1 a {
          color: #668ad8; }
      #content div.box1 div.text2 .banner_1:hover {
        background: #668ad8;
        color: #FFF; }
        #content div.box1 div.text2 .banner_1:hover a {
          color: #FFF; }
    #content div.box1 div.image2 {
      width: 29%; }
      #content div.box1 div.image2 p {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
        #content div.box1 div.image2 p.top_image3 {
          background: url("../img/top/image2.png") no-repeat;
          background-size: contain;
          padding-top: 100%; }
        #content div.box1 div.image2 p.con_image1 {
          background: url("../img/concept/image2.png") no-repeat;
          background-size: contain;
          padding-top: 100%; }
  #content p {
    line-height: 150%; }

#footer {
  background: #E1EECF;
  width: 100%; }
  #footer .footerbox {
    width: 1000px;
    height: 200px;
    background: #E1EECF url("../img/com/footer.gif") no-repeat center bottom;
    background-size: contain;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 18%;
    margin: 0 auto; }
  #footer .footer_bottom {
    background-color: #666;
    padding: 10px; }
    #footer .footer_bottom div.flexbox {
      max-width: 400px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #footer .footer_bottom div.flexbox p.tw_icon a {
        display: inline-block;
        padding: 20px 10px  20px 45px;
        background: url("../img/com/twitter.png") no-repeat left;
        background-size: contain;
        border: 1px solid #fff;
        font-size: 140%; }
      #footer .footer_bottom div.flexbox p.inst_icon a {
        display: inline-block;
        padding: 20px 10px  20px 45px;
        background: url("../img/com/insta.png") no-repeat left;
        background-size: contain;
        border: 1px solid #fff;
        font-size: 140%; }
    #footer .footer_bottom p {
      max-width: 1000px;
      margin: 5px auto;
      color: #fff;
      padding: 5px; }
      #footer .footer_bottom p a {
        color: #fff; }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 989px) {
  #header .head_left {
    width: 100%;
    float: none;
    margin: 0;
    padding: 10px; }
    #header .head_left .title2 a {
      font-size: 180%; }
  #header .head_right {
    float: right;
    background: none;
    text-indent: 0%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2%;
    width: 100%;
    background-size: contain; }
  #content .item2 .left {
    float: none; }
  #content .item2 .right {
    float: none; }
  #content .item2 .text {
    width: 90%;
    margin: 0 auto; }
  #content .item2 .image {
    margin: 10px auto;
    width: 100%; }
    #content .item2 .image p {
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      #content .item2 .image p.top_image4 {
        padding-top: 90%; }
      #content .item2 .image p.top_image5 {
        padding-top: 90%; }
      #content .item2 .image p.top_image6 {
        padding-top: 90%; }
      #content .item2 .image p.top_image7 {
        padding-top: 90%; }
      #content .item2 .image p.top_image8 {
        padding-top: 90%; }
  #content .bigbox {
    width: 96%;
    margin: 0 auto; }
    #content .bigbox .h2_box {
      width: 100%; }
  #content .h2_box {
    width: 96%;
    margin: 0 auto; }
  #content div.box1 {
    width: 96%;
    margin: 20px auto; }
    #content div.box1 .left {
      float: none; }
    #content div.box1 .right {
      float: none; }
    #content div.box1 div.text1 {
      width: 100%; }
    #content div.box1 div.image1 {
      width: 95%; }
      #content div.box1 div.image1 p {
        width: 95%;
        margin: 0 auto; }
        #content div.box1 div.image1 p.office_image1 {
          display: none; }
        #content div.box1 div.image1 p.office_image2 {
          display: none; }
    #content div.box1 div.text2 {
      width: 100%; }
    #content div.box1 div.image2 {
      margin: 10px auto;
      width: 100%; }
  #content .bigbox .itembox .item {
    max-width: 980px;
    margin: 5px auto; }
  #footer .footerbox {
    width: 100%;
    height: auto; }
    #footer .footerbox p a {
      color: #fff;
      display: inline-block;
      line-height: 140%; } }
