@charset "UTF-8";
/* ==========================================================================
   BASE
   ========================================================================== */
body {
  font-family: "游ゴシック","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",  "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  line-height: 1.6; }

img {
  display: block;
  width: 100%;
  height: auto; }

a {
  color: #c81b63;
  line-height: 1;
  text-decoration: none; }
  a:hover {
    opacity: 0.8; }

li {
  list-style: none; }

/* ==========================================================================
   LAYOUT 下層ページ共通パーツ
   ========================================================================== */
/* ==========================================================================
   INDEX--HEADER
========================================================================== */
header {
  width: 100%;
  z-index: 29;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  header .Head__Wrapper {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc; }
    header .Head__Wrapper .Language {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 250px;
      width: 100%; }
      header .Head__Wrapper .Language ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        word-break: break-all;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500; }
      header .Head__Wrapper .Language li {
        width: 50%;
        border-bottom: 1px solid #fff;
        text-align: center;
        padding: 5px; }
        header .Head__Wrapper .Language li a {
          color: #fff;
          display: block; }
        header .Head__Wrapper .Language li:first-child {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff; }
        header .Head__Wrapper .Language li:last-child {
          border-right: 1px solid #fff; }
          @media only screen and (max-width: 1000px) {
            header .Head__Wrapper .Language li:last-child {
              border-right: none; } }
    header .Head__Wrapper .Global__Set {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-top: 30px; }
      @media only screen and (max-width: 1000px) {
        header .Head__Wrapper .Global__Set {
          display: block; } }
      header .Head__Wrapper .Global__Set .Head__Logo {
        width: auto; }
        header .Head__Wrapper .Global__Set .Head__Logo h1 {
          margin-top: 13px;
          background-image: url(/assets/img/common/logo.png);
          background-position: 20px center;
          background-repeat: no-repeat;
          height: 40px;
          width: 350px;
          margin-left: 0;
          margin-bottom: 15px; }
          header .Head__Wrapper .Global__Set .Head__Logo h1 a {
            width: 100%;
            height: 100%;
            display: block;
            text-indent: -99999px; }
            @media only screen and (max-width: 1000px) {
              header .Head__Wrapper .Global__Set .Head__Logo h1 a {
                height: 40px; } }
          @media only screen and (max-width: 1000px) {
            header .Head__Wrapper .Global__Set .Head__Logo h1 {
              margin-top: 18px !important;
              background-size: auto;
              background-position: 20px center;
              width: 100%; } }
          @media only screen and (max-width: 640px) {
            header .Head__Wrapper .Global__Set .Head__Logo h1 {
              margin-top: 18px !important;
              background-size: 50%;
              background-position: 20px 10px;
              width: 100%; } }
      header .Head__Wrapper .Global__Set .Head__Navi {
        margin-left: auto; }
        header .Head__Wrapper .Global__Set .Head__Navi nav {
          margin-top: 35px; }
          @media only screen and (max-width: 1000px) {
            header .Head__Wrapper .Global__Set .Head__Navi nav {
              margin-top: 0px;
              width: 100%; } }
        @media only screen and (max-width: 1000px) {
          header .Head__Wrapper .Global__Set .Head__Navi {
            display: none; } }
        header .Head__Wrapper .Global__Set .Head__Navi ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          width: 100%;
          justify-content: flex-end; }
          @media only screen and (max-width: 1000px) {
            header .Head__Wrapper .Global__Set .Head__Navi ul {
              display: block;
              background: rgba(0, 0, 0, 0.7); } }
          header .Head__Wrapper .Global__Set .Head__Navi ul li {
            text-align: right;
            position: relative;
            color: #fff; }
            @media only screen and (max-width: 1000px) {
              header .Head__Wrapper .Global__Set .Head__Navi ul li {
                width: 100%;
                text-align: center;
                border-top: 1px solid #fff; } }
            header .Head__Wrapper .Global__Set .Head__Navi ul li a {
              padding: 15px;
              color: #fff;
              font-weight: 500; }
              @media only screen and (max-width: 1000px) {
                header .Head__Wrapper .Global__Set .Head__Navi ul li a {
                  line-height: 1.6;
                  display: block;
                  width: 100%;
                  height: 100%; } }
            header .Head__Wrapper .Global__Set .Head__Navi ul li:after {
              content: '';
              width: 2px;
              position: absolute;
              bottom: -22px;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 10px;
              background: #fff; }
              @media only screen and (max-width: 1000px) {
                header .Head__Wrapper .Global__Set .Head__Navi ul li:after {
                  content: none; } }
    header .Head__Wrapper #Nav__Toggle {
      display: none; }
      @media only screen and (max-width: 1000px) {
        header .Head__Wrapper #Nav__Toggle {
          display: block;
          width: 30px;
          height: 30px;
          position: absolute;
          top: 40px;
          right: 10px;
          z-index: 100; }
          header .Head__Wrapper #Nav__Toggle div {
            position: relative; }
            header .Head__Wrapper #Nav__Toggle div span {
              display: block;
              height: 3px;
              background: #fff;
              position: absolute;
              width: 100%;
              left: 0;
              -webkit-transition: 0.2s ease-in-out;
              -moz-transition: 0.2s ease-in-out;
              transition: 0.2s ease-in-out; }
              header .Head__Wrapper #Nav__Toggle div span:first-child {
                top: 0px; }
              header .Head__Wrapper #Nav__Toggle div span:nth-child(2) {
                top: 12px; }
              header .Head__Wrapper #Nav__Toggle div span:last-child {
                top: 24px; } }
  @media only screen and (max-width: 1000px) {
    header.open #Nav__Toggle span:first-child {
      top: 10px !important;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg); }
    header.open #Nav__Toggle span:nth-child(2) {
      display: none; }
    header.open #Nav__Toggle span:last-child {
      top: 10px !important;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg); } }

/**
 * Footer
 */
footer {
  background: #111;
  padding: 60px 0 35px; }
  @media only screen and (max-width: 798px) {
    footer {
      padding: 30px 0 20px; } }
  footer .Contents-Inner {
    position: relative; }
  footer .Footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px; }
    @media only screen and (max-width: 798px) {
      footer .Footer {
        display: block; } }
    footer .Footer .Footer__Logo {
      width: 175px;
      margin-right: 30px; }
      @media only screen and (max-width: 798px) {
        footer .Footer .Footer__Logo {
          margin-right: auto;
          margin-left: auto;
          width: 120px; } }
    footer .Footer .Footer__Data {
      -webkit-flex: 1;
      flex: 1; }
      @media only screen and (max-width: 798px) {
        footer .Footer .Footer__Data {
          text-align: center;
          margin-top: 20px; } }
      @media only screen and (max-width: 640px) {
        footer .Footer .Footer__Data {
          margin-bottom: 20px; } }
      footer .Footer .Footer__Data span {
        font-size: 12px;
        font-size: 1.2rem;
        border: 1px solid #fff;
        padding: 3px 10px;
        display: inline-block;
        line-height: 1.5; }
      footer .Footer .Footer__Data address {
        line-height: 2.5rem;
        margin-top: 15px; }
        @media only screen and (max-width: 798px) {
          footer .Footer .Footer__Data address {
            text-align: center;
            font-size: 14px;
            font-size: 1.4rem; } }
        @media only screen and (max-width: 640px) {
          footer .Footer .Footer__Data address {
            text-align: left; } }
  footer .Toyotool {
    position: absolute;
    right: 150px;
    bottom: 15px; }
    @media only screen and (max-width: 1400px) {
      footer .Toyotool {
        bottom: 0; } }
    @media only screen and (max-width: 798px) {
      footer .Toyotool {
        position: relative;
        margin: 20px auto;
        right: auto; }
        footer .Toyotool img {
          width: inherit;
          margin: 0 auto; } }
  footer .Iso {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    margin-top: -.5em; }
    @media only screen and (max-width: 1400px) {
      footer .Iso {
        bottom: 0; } }
    @media only screen and (max-width: 798px) {
      footer .Iso {
        position: relative;
        transform: none;
        margin: 20px auto 0; }
        footer .Iso img {
          width: inherit;
          margin: 0 auto; } }
  footer .Pagetop {
    position: fixed;
    right: 0;
    bottom: 178px;
    width: 40px;
    height: 40px;
    z-index: 555; }
    @media only screen and (max-width: 798px) {
      footer .Pagetop {
        display: none; } }
    footer .Pagetop a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -99999px;
      background-color: #c81b63; }
      footer .Pagetop a:after {
        content: "";
        display: block;
        position: absolute;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(225deg);
        left: 14px;
        width: 14px;
        height: 14px; }
  footer .Copyright {
    color: #acacac;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 798px) {
      footer .Copyright {
        text-align: center; } }

/**
 * Main
 */
/**
 * ページ幅
 */
.Contents-Inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .Contents-Inner {
      width: 95%; } }

/**
 * Visual
 */
.Key__Visual {
  position: relative;
  height: 325px;
  background: #000; }
  @media only screen and (max-width: 798px) {
    .Key__Visual {
      height: 280px; } }
  .Key__Visual h1 {
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    padding-top: 150px;
    font-weight: bold; }
    @media only screen and (max-width: 798px) {
      .Key__Visual h1 {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 130px; } }
  .Key__Visual p {
    color: inherit;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
    color: #c81b63;
    line-height: 1; }
    @media only screen and (max-width: 798px) {
      .Key__Visual p {
        font-size: 14px;
        font-size: 1.4rem; } }

/**
 * パンくず
 */
#breadcrumb {
  overflow: hidden; }

.Bread-Crumbs {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c81b63;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }
  .Bread-Crumbs ol {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin: 10px auto;
    max-width: 1200px; }
    @media only screen and (max-width: 1400px) {
      .Bread-Crumbs ol {
        margin: 10px; } }
  .Bread-Crumbs__Item {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6; }
    .Bread-Crumbs__Item:not(:last-of-type):after {
      content: "/";
      margin: 0 14px;
      color: #fff; }
  .Bread-Crumbs__Link {
    color: inherit; }

@media only screen and (max-width: 640px) {
  .Bred-Crumbs ol {
    margin-top: 16px; }
  .Bred-Crumbs__Item {
    letter-spacing: normal; } }
table caption {
  padding: 10px 40px;
  line-height: 1.5;
  font-weight: bold;
  color: #9e174f; }
table th {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-collapse: collapse;
  padding: 10px 40px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left; }
table td {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: collapse;
  padding: 10px 40px;
  line-height: 1.5; }

/* ==========================================================================
   下層ページ共通パーツ
   ========================================================================== */
/* ==========================================================================

会社情報

============================================================================= */
.Company .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/company/title-bg.jpg) no-repeat center center; }
.Company .Page__Navi {
  padding: 50px 0;
  background-color: #f0f0f0; }
  .Company .Page__Navi ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%; }
    .Company .Page__Navi ul li {
      width: 50%;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      text-align: center;
      color: #111;
      font-weight: bold;
      position: relative; }
      .Company .Page__Navi ul li:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        height: 5px;
        width: 2px;
        background: #acacac; }
      .Company .Page__Navi ul li a {
        color: #c81b63;
        border-bottom: 1px solid #acacac;
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px; }
      .Company .Page__Navi ul li.active a {
        color: #111;
        border-bottom: 1px solid #222; }
.Company .Greeting {
  color: #222;
  background: url(/assets/img/company/img-president.jpg) no-repeat 85% center;
  background-size: 50%;
  padding: 60px 0;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 1000px) {
    .Company .Greeting {
      background: url(/assets/img/company/img-president.jpg) no-repeat 100% bottom;
      background-size: 60%;
      background-color: #f0f0f0; } }
  @media only screen and (max-width: 798px) {
    .Company .Greeting {
      background-size: 100%;
      padding-bottom: 60%;
      background-position: center bottom; } }
  .Company .Greeting h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px; }
  .Company .Greeting .Text {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto; }
    .Company .Greeting .Text blockquote {
      border-left: 1px solid #fff;
      padding: 0 30px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 798px) {
        .Company .Greeting .Text blockquote {
          border-left: none;
          padding: 0 5%; } }
      .Company .Greeting .Text blockquote h3 {
        color: #c81b63;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px; }
      .Company .Greeting .Text blockquote p {
        line-height: 1.8;
        font-weight: bold; }
        .Company .Greeting .Text blockquote p span {
          color: #c81b63; }
  .Company .Greeting .Text_min {
    max-width: 750px; }
.Company .Idea {
  background: url(/assets/img/company/sec02-bg.jpg) no-repeat right center;
  background-color: #222;
  padding: 60px 0 160px; }
.Company .Profile {
  background: #f0f0f0; }
  .Company .Profile .Contents-Inner {
    position: relative;
    top: -100px;
    background: #ffffff;
    padding: 40px;
    color: #222;
    margin-bottom: 30px; }
    @media only screen and (max-width: 798px) {
      .Company .Profile .Contents-Inner {
        padding: 40px 5%; } }
    .Company .Profile .Contents-Inner h2 {
      color: #111;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Company .Profile .Contents-Inner .Outline {
      width: 100%; }
      .Company .Profile .Contents-Inner .Outline th {
        width: 20%; }
        @media only screen and (max-width: 798px) {
          .Company .Profile .Contents-Inner .Outline th {
            width: 100%; } }
    .Company .Profile .Contents-Inner .History {
      width: 100%; }
      .Company .Profile .Contents-Inner .History th {
        width: 20%; }
        @media only screen and (max-width: 798px) {
          .Company .Profile .Contents-Inner .History th {
            width: 100%; } }
    .Company .Profile .Contents-Inner:last-child {
      margin-bottom: 0; }
  .Company .Profile .Access-Wrapper {
    padding: 0 !important; }
    .Company .Profile .Access-Wrapper .Access {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media only screen and (max-width: 798px) {
        .Company .Profile .Access-Wrapper .Access {
          display: block; } }
      .Company .Profile .Access-Wrapper .Access .Text {
        padding: 40px;
        width: 50%; }
        @media only screen and (max-width: 798px) {
          .Company .Profile .Access-Wrapper .Access .Text {
            width: 100%;
            padding: 40px 5%; } }
        .Company .Profile .Access-Wrapper .Access .Text figure {
          margin-bottom: 20px; }
        .Company .Profile .Access-Wrapper .Access .Text table {
          width: 100%; }
          .Company .Profile .Access-Wrapper .Access .Text table th {
            padding: 10px 30px; }
            @media only screen and (max-width: 1400px) {
              .Company .Profile .Access-Wrapper .Access .Text table th {
                padding: 10px 20px; } }
            @media only screen and (max-width: 798px) {
              .Company .Profile .Access-Wrapper .Access .Text table th {
                padding: 10px 0; } }
          .Company .Profile .Access-Wrapper .Access .Text table td {
            padding: 10px 30px; }
            @media only screen and (max-width: 1400px) {
              .Company .Profile .Access-Wrapper .Access .Text table td {
                padding: 10px 20px; } }
            @media only screen and (max-width: 798px) {
              .Company .Profile .Access-Wrapper .Access .Text table td {
                padding: 10px 0; } }
      .Company .Profile .Access-Wrapper .Access .Map-Wrap {
        width: 50%; }
        @media only screen and (max-width: 798px) {
          .Company .Profile .Access-Wrapper .Access .Map-Wrap {
            width: 100%; } }
        .Company .Profile .Access-Wrapper .Access .Map-Wrap .Map {
          position: relative;
          padding-top: 100%;
          height: 0;
          width: 100%; }
          @media only screen and (max-width: 798px) {
            .Company .Profile .Access-Wrapper .Access .Map-Wrap .Map {
              padding-top: 76.5%; } }
          .Company .Profile .Access-Wrapper .Access .Map-Wrap .Map iframe {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }
@media only screen and (max-width: 798px) {
  .Company table {
    border-bottom: 1px solid #acacac; } }
@media only screen and (max-width: 798px) {
  .Company table th {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none; } }
.Company table td sup {
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: -0.1em; }
@media only screen and (max-width: 798px) {
  .Company table td {
    padding: 10px 0;
    width: 100%;
    display: block; } }
.Company .Quality, .Company .Environment {
  padding: 30px 0;
  background-color: #f0f0f0; }
  .Company .Quality .Contents-Inner, .Company .Environment .Contents-Inner {
    background: #fff;
    color: #222;
    padding: 40px; }
    .Company .Quality .Contents-Inner h2, .Company .Environment .Contents-Inner h2 {
      color: #111;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Company .Quality .Contents-Inner h3, .Company .Environment .Contents-Inner h3 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.6;
      position: relative;
      color: #111;
      padding-left: 20px;
      margin-bottom: 20px; }
      .Company .Quality .Contents-Inner h3:before, .Company .Environment .Contents-Inner h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        width: 16px;
        background: #c81b63; }
    .Company .Quality .Contents-Inner h4, .Company .Environment .Contents-Inner h4 {
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6; }
    .Company .Quality .Contents-Inner ol, .Company .Environment .Contents-Inner ol {
      margin: 30px 0; }
      .Company .Quality .Contents-Inner ol li, .Company .Environment .Contents-Inner ol li {
        line-height: 1.6;
        margin: 10px 0;
        font-weight: bold; }
    .Company .Quality .Contents-Inner p, .Company .Environment .Contents-Inner p {
      line-height: 1.6;
      margin: 10px 0; }
    .Company .Quality .Contents-Inner ul, .Company .Environment .Contents-Inner ul {
      margin: 30px 0; }
      .Company .Quality .Contents-Inner ul li, .Company .Environment .Contents-Inner ul li {
        line-height: 1.6;
        margin: 10px 0;
        font-weight: bold; }
.Company .Environment {
  padding-bottom: 60px; }

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

採用情報

============================================================================= */
.Recruit .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/recruit/title-bg.jpg) no-repeat center center; }
.Recruit .Intro {
  background: #f0f0f0;
  padding-top: 60px; }
  @media only screen and (max-width: 798px) {
    .Recruit .Intro {
      padding-top: 00px; } }
  .Recruit .Intro .Contents-Inner {
    position: relative; }
    .Recruit .Intro .Contents-Inner .Image {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%; }
      @media only screen and (max-width: 798px) {
        .Recruit .Intro .Contents-Inner .Image {
          position: relative;
          width: 100%;
          padding-bottom: 40px; } }
  .Recruit .Intro h2 {
    color: #9e174f;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 30px;
    padding-top: 40px; }
  .Recruit .Intro .Text {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 90px; }
    @media only screen and (max-width: 798px) {
      .Recruit .Intro .Text {
        padding-bottom: 40px; } }
    .Recruit .Intro .Text p {
      margin-right: 52.4%;
      color: #111; }
      @media only screen and (max-width: 798px) {
        .Recruit .Intro .Text p {
          margin-right: 0; } }
.Recruit .Business .Contents-Inner {
  position: relative; }
  .Recruit .Business .Contents-Inner .Image {
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .Recruit .Business .Contents-Inner .Image {
        position: relative;
        top: 0;
        padding-bottom: 40px;
        width: 100%; } }
  .Recruit .Business .Contents-Inner .Text {
    z-index: 2;
    position: relative; }
    .Recruit .Business .Contents-Inner .Text h2 {
      margin-left: 50%;
      color: #222;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 50px;
      padding-top: 100px; }
      @media only screen and (max-width: 798px) {
        .Recruit .Business .Contents-Inner .Text h2 {
          margin-left: 0;
          padding-top: 60px;
          margin-bottom: 40px; } }
    .Recruit .Business .Contents-Inner .Text p {
      color: #111;
      width: 40.4285%;
      margin-right: 0;
      margin-left: auto;
      margin-bottom: 130px; }
      @media only screen and (max-width: 798px) {
        .Recruit .Business .Contents-Inner .Text p {
          width: 100%;
          margin-bottom: 30px; } }
.Recruit .Staff {
  background: #ddd; }
  @media only screen and (max-width: 798px) {
    .Recruit .Staff {
      padding-top: 60px;
      padding-bottom: 40px; } }
  .Recruit .Staff .Contents-Inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 798px) {
      .Recruit .Staff .Contents-Inner {
        display: block; } }
    .Recruit .Staff .Contents-Inner h2 {
      color: #222;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      margin: 60px 0 40px; }
      @media only screen and (max-width: 798px) {
        .Recruit .Staff .Contents-Inner h2 {
          margin-top: 0; } }
    .Recruit .Staff .Contents-Inner .Title {
      width: 23.5%; }
      @media only screen and (max-width: 798px) {
        .Recruit .Staff .Contents-Inner .Title {
          width: 100%; } }
      .Recruit .Staff .Contents-Inner .Title p {
        color: #111;
        margin-left: 60px; }
        @media only screen and (max-width: 798px) {
          .Recruit .Staff .Contents-Inner .Title p {
            margin-left: 0;
            margin-bottom: 40px; } }
    .Recruit .Staff .Contents-Inner .Content {
      width: 76.5%; }
      @media only screen and (max-width: 798px) {
        .Recruit .Staff .Contents-Inner .Content {
          width: 100%; } }
      .Recruit .Staff .Contents-Inner .Content ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; }
        @media only screen and (max-width: 640px) {
          .Recruit .Staff .Contents-Inner .Content ul {
            display: block; } }
        .Recruit .Staff .Contents-Inner .Content ul li {
          width: 33.3333%;
          padding: 40px 28px;
          height: 615px;
          position: relative; }
          @media only screen and (max-width: 798px) {
            .Recruit .Staff .Contents-Inner .Content ul li {
              height: 400px; } }
          @media only screen and (max-width: 640px) {
            .Recruit .Staff .Contents-Inner .Content ul li {
              width: 100%;
              height: 200px;
              border-bottom: 1px solid #fff;
              padding: 20px; } }
          .Recruit .Staff .Contents-Inner .Content ul li .Volume {
            color: #c81b63;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            margin-bottom: 10px; }
            @media only screen and (max-width: 640px) {
              .Recruit .Staff .Contents-Inner .Content ul li .Volume {
                margin-bottom: 0px; } }
          .Recruit .Staff .Contents-Inner .Content ul li .Department {
            color: #111;
            font-weight: bold;
            font-size: 26px;
            font-size: 2.6rem;
            margin-bottom: 10px; }
            @media only screen and (max-width: 640px) {
              .Recruit .Staff .Contents-Inner .Content ul li .Department {
                margin-bottom: 0px;
                font-size: 22px;
                font-size: 2.2rem; } }
          .Recruit .Staff .Contents-Inner .Content ul li .Name {
            color: #111;
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem;
            margin-bottom: 30px; }
          .Recruit .Staff .Contents-Inner .Content ul li .Btn {
            position: absolute;
            bottom: 66px;
            right: 30px;
            width: 62.745%;
            text-align: right;
            border-bottom: 1px solid #286992;
            padding: 10px 0; }
            @media only screen and (max-width: 640px) {
              .Recruit .Staff .Contents-Inner .Content ul li .Btn {
                position: relative;
                bottom: 0;
                text-align: left;
                right: 0;
                left: 0; } }
            .Recruit .Staff .Contents-Inner .Content ul li .Btn a {
              color: #286992;
              font-weight: bold;
              font-size: 16px;
              font-size: 1.6rem;
              display: block;
              line-height: 1.6; }
        .Recruit .Staff .Contents-Inner .Content ul .Staff-01 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit/staff01.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit .Staff .Contents-Inner .Content ul .Staff-01 {
              background: url(/assets/img/recruit/staff01.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }
        .Recruit .Staff .Contents-Inner .Content ul .Staff-02 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit/staff02.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit .Staff .Contents-Inner .Content ul .Staff-02 {
              background: url(/assets/img/recruit/staff02.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }
        .Recruit .Staff .Contents-Inner .Content ul .Staff-03 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit/staff03.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit .Staff .Contents-Inner .Content ul .Staff-03 {
              background: url(/assets/img/recruit/staff03.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }
.Recruit .Branch {
  background: #f0f0f0;
  padding: 90px 0 20px; }
  @media only screen and (max-width: 798px) {
    .Recruit .Branch {
      padding: 60px 0 20px; } }
  .Recruit .Branch h2 {
    color: #222;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px; }
  .Recruit .Branch ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between; }
    .Recruit .Branch ul li {
      width: 32%;
      background: #fff;
      color: #222; }
      .Recruit .Branch ul li h3 {
        text-align: center;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        margin: 30px 0 20px; }
        @media only screen and (max-width: 640px) {
          .Recruit .Branch ul li h3 {
            font-size: 22px;
            font-size: 2.2rem; } }
      .Recruit .Branch ul li p {
        padding: 0 5%;
        margin-bottom: 30px; }
.Recruit .Education, .Recruit .Welfare {
  background: #f0f0f0;
  color: #222;
  padding-bottom: 30px; }
  .Recruit .Education .Contents-Inner, .Recruit .Welfare .Contents-Inner {
    background: #ffffff;
    padding: 40px; }
    @media only screen and (max-width: 640px) {
      .Recruit .Education .Contents-Inner, .Recruit .Welfare .Contents-Inner {
        padding: 30px 20px; } }
    .Recruit .Education .Contents-Inner h2, .Recruit .Welfare .Contents-Inner h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #111;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Recruit .Education .Contents-Inner table th, .Recruit .Welfare .Contents-Inner table th {
      width: 20%; }
      @media only screen and (max-width: 798px) {
        .Recruit .Education .Contents-Inner table th, .Recruit .Welfare .Contents-Inner table th {
          width: 100%; } }
.Recruit .Application {
  background: #f0f0f0;
  padding-bottom: 30px; }
  .Recruit .Application .Contents-Inner {
    background: #ffffff;
    padding: 40px; }
    @media only screen and (max-width: 640px) {
      .Recruit .Application .Contents-Inner {
        padding: 30px 20px; } }
    .Recruit .Application .Contents-Inner h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #111;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Recruit .Application .Contents-Inner ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between;
      max-width: 1240px;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (max-width: 798px) {
        .Recruit .Application .Contents-Inner ul {
          display: block; } }
      .Recruit .Application .Contents-Inner ul li {
        width: 47.9%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        align-items: center; }
        @media only screen and (max-width: 798px) {
          .Recruit .Application .Contents-Inner ul li {
            width: 100%;
            margin-bottom: 20px; } }
        .Recruit .Application .Contents-Inner ul li a {
          display: block;
          border: 1px solid #286992;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.3;
          padding: 25px;
          text-align: center;
          color: #286992;
          font-weight: bold;
          width: 100%;
          height: 100%;
          position: relative; }
          @media only screen and (max-width: 640px) {
            .Recruit .Application .Contents-Inner ul li a {
              font-size: 18px;
              font-size: 1.8rem; } }
          .Recruit .Application .Contents-Inner ul li a span {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: normal; }
          .Recruit .Application .Contents-Inner ul li a:after {
            content: "";
            display: block;
            width: 50px;
            height: 1px;
            background: #286992;
            position: absolute;
            right: 0;
            top: 50%; }
        .Recruit .Application .Contents-Inner ul li:last-child a {
          line-height: 2.5; }
.Recruit .Flow {
  background: #f0f0f0;
  padding-bottom: 80px; }
  @media only screen and (max-width: 640px) {
    .Recruit .Flow {
      padding-bottom: 40px; } }
  .Recruit .Flow .Contents-Inner {
    color: #111;
    background: #fff;
    padding: 40px; }
    @media only screen and (max-width: 640px) {
      .Recruit .Flow .Contents-Inner {
        padding: 30px 20px; } }
    .Recruit .Flow .Contents-Inner h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #111;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Recruit .Flow .Contents-Inner h3 {
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 15px; }
    .Recruit .Flow .Contents-Inner ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-bottom: 20px; }
      @media only screen and (max-width: 640px) {
        .Recruit .Flow .Contents-Inner ul {
          display: block; } }
      .Recruit .Flow .Contents-Inner ul li {
        width: 18.787878%;
        border: 1px solid #c81b63;
        padding: 15px 5px;
        text-align: center;
        position: relative; }
        @media only screen and (max-width: 640px) {
          .Recruit .Flow .Contents-Inner ul li {
            width: 100%;
            margin-bottom: 10px; } }
        .Recruit .Flow .Contents-Inner ul li > div {
          color: #c81b63;
          font-weight: bold;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5;
          margin-bottom: 10px; }
          @media only screen and (max-width: 640px) {
            .Recruit .Flow .Contents-Inner ul li > div {
              margin-bottom: 5px; } }
        @media only screen and (max-width: 798px) {
          .Recruit .Flow .Contents-Inner ul li br {
            display: none; } }
        .Recruit .Flow .Contents-Inner ul li:after {
          content: "";
          display: block;
          position: absolute;
          right: -8%;
          width: 8%;
          height: 1px;
          background: #c81b63;
          top: 50%; }
          @media only screen and (max-width: 640px) {
            .Recruit .Flow .Contents-Inner ul li:after {
              right: 50%;
              left: 50%;
              bottom: -10px;
              width: 1px;
              height: 10px;
              top: auto; } }
        .Recruit .Flow .Contents-Inner ul li:last-child:after {
          content: none; }
    .Recruit .Flow .Contents-Inner .Graduate {
      border: 1px solid #c81b63;
      text-align: center;
      padding: 20px; }
      .Recruit .Flow .Contents-Inner .Graduate span {
        font-weight: bold;
        font-size: 20px;
        font-size: 2rem; }
.Recruit .Entry {
  padding: 80px 0;
  color: #111; }
  @media only screen and (max-width: 798px) {
    .Recruit .Entry {
      padding: 0 0; } }
  .Recruit .Entry .Contents-Inner {
    padding: 40px; }
    @media only screen and (max-width: 640px) {
      .Recruit .Entry .Contents-Inner {
        padding: 30px 20px; } }
    .Recruit .Entry .Contents-Inner h2 {
      font-size: 30px;
      font-size: 3rem;
      color: #111;
      font-weight: bold;
      line-height: 1.6;
      margin-bottom: 30px; }
    .Recruit .Entry .Contents-Inner h3 {
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem;
      color: #9e174f;
      line-height: 1.6;
      margin-bottom: 20px; }
    .Recruit .Entry .Contents-Inner .Entry__Box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: space-between; }
      @media only screen and (max-width: 798px) {
        .Recruit .Entry .Contents-Inner .Entry__Box {
          display: block; } }
      .Recruit .Entry .Contents-Inner .Entry__Box > div {
        width: 42.4285%; }
        @media only screen and (max-width: 798px) {
          .Recruit .Entry .Contents-Inner .Entry__Box > div {
            width: 100%;
            margin-bottom: 40px; } }
        .Recruit .Entry .Contents-Inner .Entry__Box > div > p {
          margin-bottom: 20px; }
        .Recruit .Entry .Contents-Inner .Entry__Box > div:first-child > p {
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 25px; }
        .Recruit .Entry .Contents-Inner .Entry__Box > div:last-child > p {
          margin-bottom: 40px; }
      .Recruit .Entry .Contents-Inner .Entry__Box .Btn-Entry a {
        display: block;
        background: #286992;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: bold;
        padding: 31px;
        position: relative; }
        @media only screen and (max-width: 640px) {
          .Recruit .Entry .Contents-Inner .Entry__Box .Btn-Entry a {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 20px 10px; } }
        .Recruit .Entry .Contents-Inner .Entry__Box .Btn-Entry a span {
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem; }
        .Recruit .Entry .Contents-Inner .Entry__Box .Btn-Entry a:after {
          content: "";
          display: block;
          width: 50px;
          height: 1px;
          background: #fff;
          position: absolute;
          right: 0;
          top: 50%; }
          @media only screen and (max-width: 640px) {
            .Recruit .Entry .Contents-Inner .Entry__Box .Btn-Entry a:after {
              width: 10%; } }
      .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box {
        border: 1px solid #9e174f;
        padding: 30px 25px 26px;
        color: #9e174f;
        text-align: center; }
        @media only screen and (max-width: 640px) {
          .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box {
            padding: 20px 10px; } }
        .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box p {
          font-size: 40px;
          font-size: 4rem;
          font-weight: bold;
          line-height: 25px;
          position: relative;
          padding-left: 40px;
          width: 310px;
          display: block;
          margin: 0 auto; }
          @media only screen and (max-width: 640px) {
            .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box p {
              font-size: 24px;
              font-size: 2.4rem;
              width: 100%; } }
          .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box p span {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 10px; }
          .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box p:before {
            content: "";
            background: url(/assets/img/recruit/icon-phone.png) no-repeat;
            height: 38px;
            width: 29px;
            position: absolute;
            top: -5px;
            left: 0; }
            @media only screen and (max-width: 640px) {
              .Recruit .Entry .Contents-Inner .Entry__Box .Phone-Box p:before {
                top: 0;
                background-size: 100%; } }
@media only screen and (max-width: 798px) {
  .Recruit table {
    border-bottom: 1px solid #acacac; } }
@media only screen and (max-width: 798px) {
  .Recruit table th {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none; } }
.Recruit table td sup {
  font-size: 8px;
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: -0.1em; }
@media only screen and (max-width: 798px) {
  .Recruit table td {
    padding: 10px 0;
    width: 100%;
    display: block; } }

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

採用詳細

============================================================================= */
.Recruit-Detail .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/recruit/title-bg.jpg) no-repeat center center; }
.Recruit-Detail .Voice__Detail .Title {
  border: 1px solid #000;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin: 0 auto 20px;
  text-align: center; }
  @media only screen and (max-width: 798px) {
    .Recruit-Detail .Voice__Detail .Title {
      width: 120px;
      height: 120px; } }
  .Recruit-Detail .Voice__Detail .Title .Number {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 34px;
    color: #222;
    margin-bottom: 10px; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Voice__Detail .Title .Number {
        margin-bottom: 5px;
        margin-top: 30px;
        font-size: 12px;
        font-size: 1.2rem; } }
  .Recruit-Detail .Voice__Detail .Title .Branch {
    color: #c81b63;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Voice__Detail .Title .Branch {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 5px; } }
  .Recruit-Detail .Voice__Detail .Title .Name {
    color: #222;
    font-weight: bold;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Voice__Detail .Title .Name {
        font-size: 16px;
        font-size: 1.6rem; } }
.Recruit-Detail .Voice__Detail .Contents-Inner {
  padding-bottom: 100px; }
  @media only screen and (max-width: 1400px) {
    .Recruit-Detail .Voice__Detail .Contents-Inner {
      padding-bottom: 50px; } }
  .Recruit-Detail .Voice__Detail .Contents-Inner h3 {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    color: #222;
    margin-bottom: 40px; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Voice__Detail .Contents-Inner h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper {
    overflow: hidden;
    position: relative;
    width: 83%;
    margin-left: 0; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper {
        width: 100%;
        background: #222; } }
    .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      @media only screen and (max-width: 798px) {
        .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide {
          display: block; } }
      .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:first-child {
        width: 59.2%; }
        @media only screen and (max-width: 798px) {
          .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:first-child {
            width: 100%; } }
      .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child {
        width: 40.8%;
        background: #222;
        color: #fff;
        padding: 40px 30px; }
        @media only screen and (max-width: 798px) {
          .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child {
            width: 100%;
            padding: 30px; } }
        .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child h4 {
          color: #c81b63;
          font-weight: bold;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.6;
          margin-bottom: 20px;
          position: relative;
          padding-left: 20px; }
          @media only screen and (max-width: 798px) {
            .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child h4 {
              margin-bottom: 10px; } }
          .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child h4:before {
            content: "";
            display: block;
            height: 1px;
            width: 12px;
            background: #9e174f;
            left: 0;
            top: 50%;
            position: absolute; }
        @media only screen and (max-width: 798px) {
          .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-wrapper .swiper-slide > div:last-child p {
            font-size: 14px;
            font-size: 1.4rem; } }
    .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-recruit-button-prev {
      background: url(/assets/img/recruit-detail/btn-arrow-left.png) no-repeat;
      height: 115px;
      width: 29px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
    .Recruit-Detail .Voice__Detail .Contents-Inner .Voice__Slide__Wrapper .swiper-container-recruit .swiper-recruit-button-next {
      background: url(/assets/img/recruit-detail/btn-arrow-right.png) no-repeat;
      height: 115px;
      width: 29px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
.Recruit-Detail .Voice01 {
  background: url(/assets/img/recruit-detail/detailA-bg.jpg) no-repeat right top;
  background-size: cover;
  padding-top: 50px; }
  @media only screen and (max-width: 798px) {
    .Recruit-Detail .Voice01 {
      background-image: none;
      background: #f0f0f0; } }
.Recruit-Detail .Voice02 {
  background: url(/assets/img/recruit-detail/detailB-bg.jpg) no-repeat right top;
  background-size: cover;
  padding-top: 50px; }
  @media only screen and (max-width: 798px) {
    .Recruit-Detail .Voice02 {
      background-image: none;
      background: #f0f0f0; } }
.Recruit-Detail .Voice03 {
  background: url(/assets/img/recruit-detail/detailC-bg.jpg) no-repeat right top;
  background-size: cover;
  padding-top: 50px; }
  @media only screen and (max-width: 798px) {
    .Recruit-Detail .Voice03 {
      background-image: none;
      background: #f0f0f0; } }
.Recruit-Detail .Staff {
  background: #ddd; }
  @media only screen and (max-width: 798px) {
    .Recruit-Detail .Staff {
      padding-top: 60px;
      padding-bottom: 40px; } }
  .Recruit-Detail .Staff .Contents-Inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 798px) {
      .Recruit-Detail .Staff .Contents-Inner {
        display: block; } }
    .Recruit-Detail .Staff .Contents-Inner h2 {
      color: #c81b63;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      margin: 60px 0 40px; }
      @media only screen and (max-width: 798px) {
        .Recruit-Detail .Staff .Contents-Inner h2 {
          margin-top: 0; } }
    .Recruit-Detail .Staff .Contents-Inner .Title {
      width: 23.5%; }
      @media only screen and (max-width: 798px) {
        .Recruit-Detail .Staff .Contents-Inner .Title {
          width: 100%; } }
      .Recruit-Detail .Staff .Contents-Inner .Title p {
        color: #111;
        margin-left: 60px; }
        @media only screen and (max-width: 798px) {
          .Recruit-Detail .Staff .Contents-Inner .Title p {
            margin-left: 0;
            margin-bottom: 40px; } }
    .Recruit-Detail .Staff .Contents-Inner .Content {
      width: 76.5%; }
      @media only screen and (max-width: 798px) {
        .Recruit-Detail .Staff .Contents-Inner .Content {
          width: 100%; } }
      .Recruit-Detail .Staff .Contents-Inner .Content ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%; }
        @media only screen and (max-width: 640px) {
          .Recruit-Detail .Staff .Contents-Inner .Content ul {
            display: block; } }
        .Recruit-Detail .Staff .Contents-Inner .Content ul li {
          width: 33.3333%;
          padding: 40px 28px;
          height: 388px;
          position: relative; }
          @media only screen and (max-width: 798px) {
            .Recruit-Detail .Staff .Contents-Inner .Content ul li {
              height: 380px; } }
          @media only screen and (max-width: 640px) {
            .Recruit-Detail .Staff .Contents-Inner .Content ul li {
              width: 100%;
              height: 160px;
              border-bottom: 1px solid #fff;
              padding: 20px; } }
          .Recruit-Detail .Staff .Contents-Inner .Content ul li .Volume {
            color: #c81b63;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold;
            margin-bottom: 3px; }
            @media only screen and (max-width: 1400px) {
              .Recruit-Detail .Staff .Contents-Inner .Content ul li .Volume {
                margin-top: 170px; } }
            @media only screen and (max-width: 640px) {
              .Recruit-Detail .Staff .Contents-Inner .Content ul li .Volume {
                margin-bottom: 0px;
                margin-top: 0; } }
          .Recruit-Detail .Staff .Contents-Inner .Content ul li .Department {
            color: #111;
            font-weight: bold;
            font-size: 26px;
            font-size: 2.6rem;
            margin-bottom: 3px; }
            @media only screen and (max-width: 640px) {
              .Recruit-Detail .Staff .Contents-Inner .Content ul li .Department {
                margin-bottom: 0px;
                font-size: 20px;
                font-size: 2rem; } }
          .Recruit-Detail .Staff .Contents-Inner .Content ul li .Name {
            color: #111;
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem;
            margin-bottom: 30px; }
            @media only screen and (max-width: 798px) {
              .Recruit-Detail .Staff .Contents-Inner .Content ul li .Name {
                margin-bottom: 5px; } }
          .Recruit-Detail .Staff .Contents-Inner .Content ul li .Btn {
            position: absolute;
            bottom: 35px;
            right: 35px;
            width: 62.745%;
            text-align: right;
            border-bottom: 1px solid #286992;
            padding: 10px 0; }
            @media only screen and (max-width: 640px) {
              .Recruit-Detail .Staff .Contents-Inner .Content ul li .Btn {
                position: relative;
                bottom: 0;
                text-align: left;
                right: 0;
                left: 0;
                padding: 5px 0; } }
            .Recruit-Detail .Staff .Contents-Inner .Content ul li .Btn a {
              color: #286992;
              font-weight: bold;
              font-size: 16px;
              font-size: 1.6rem;
              display: block;
              line-height: 1.6; }
              @media only screen and (max-width: 640px) {
                .Recruit-Detail .Staff .Contents-Inner .Content ul li .Btn a {
                  font-size: 14px;
                  font-size: 1.4rem; } }
        .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-01 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit-detail/staffnav01.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-01 {
              background: url(/assets/img/recruit-detail/staffnav01.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }
        .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-02 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit-detail/staffnav02.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-02 {
              background: url(/assets/img/recruit-detail/staffnav02.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }
        .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-03 {
          background: linear-gradient(rgba(238, 238, 238, 0) 40%, rgba(238, 238, 238, 0.8) 70%, #eeeeee), url(/assets/img/recruit-detail/staffnav03.jpg) top right no-repeat;
          background-size: cover; }
          @media only screen and (max-width: 640px) {
            .Recruit-Detail .Staff .Contents-Inner .Content ul .Staff-03 {
              background: url(/assets/img/recruit-detail/staffnav03.jpg) top right no-repeat;
              background-size: 50%;
              background-color: #f0f0f0; } }

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

設備

============================================================================= */
.Equipment .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/equipment/title-bg.jpg) no-repeat center center; }
.Equipment .Contents-Inner {
  padding: 60px 0; }
  .Equipment .Contents-Inner:after {
    clear: both;
    content: "";
    display: block; }
  .Equipment .Contents-Inner > div {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px; }
    @media only screen and (max-width: 798px) {
      .Equipment .Contents-Inner > div {
        width: 100%;
        float: none;
        margin-right: 0; } }
    .Equipment .Contents-Inner > div h2 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.6;
      position: relative;
      color: #111;
      padding-left: 20px; }
      .Equipment .Contents-Inner > div h2:before {
        content: "";
        display: block;
        height: 1px;
        width: 16px;
        background: #9e174f;
        position: absolute;
        top: 50%;
        left: 0; }
    .Equipment .Contents-Inner > div:nth-child(even) {
      margin-right: 0; }
    .Equipment .Contents-Inner > div > div {
      height: 400px; }
      .Equipment .Contents-Inner > div > div .swiper-container {
        width: 100%;
        height: 320px;
        margin: 0 auto; }
        .Equipment .Contents-Inner > div > div .swiper-container .swiper-slide {
          background-size: cover;
          background-position: center; }
        .Equipment .Contents-Inner > div > div .swiper-container .main {
          height: 80%;
          width: 100%; }
      .Equipment .Contents-Inner > div > div .thumb {
        height: 20%;
        padding: 10px;
        background: #222; }
        .Equipment .Contents-Inner > div > div .thumb .swiper-wrapper .swiper-slide {
          width: 25%;
          height: 100%;
          opacity: .4; }
        .Equipment .Contents-Inner > div > div .thumb .swiper-slide-thumb-active {
          opacity: 1 !important; }
      .Equipment .Contents-Inner > div > div .swiper-button-next-equip {
        background: url(/assets/img/equipment/slide-arrow-right.png) no-repeat;
        height: 56px;
        width: 29px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; }
      .Equipment .Contents-Inner > div > div .swiper-button-prev-equip {
        background: url(/assets/img/equipment/slide-arrow-left.png) no-repeat;
        height: 56px;
        width: 29px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10; }

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

製品情報

============================================================================= */
.Product .Product__threeCalTop {
  padding: 80px 0;
  background: #f0f0f0; }
  .Product .Product__threeCalTop .Contents-Inner {
    max-width: 1000px; }
    .Product .Product__threeCalTop .Contents-Inner ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .Product .Product__threeCalTop .Contents-Inner ul > li {
        width: 100%;
        margin: 0 0.5%; }
        .Product .Product__threeCalTop .Contents-Inner ul > li ul {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: -moz-flex;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          .Product .Product__threeCalTop .Contents-Inner ul > li ul > li {
            width: 50%;
            margin-bottom: 20px; }
            .Product .Product__threeCalTop .Contents-Inner ul > li ul > li h3 {
              background: #333;
              text-align: center;
              color: #fff;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: bold;
              line-height: 1.5;
              padding: 5px; }
              @media only screen and (max-width: 798px) {
                .Product .Product__threeCalTop .Contents-Inner ul > li ul > li h3 {
                  font-size: 14px;
                  font-size: 1.4rem; } }
        .Product .Product__threeCalTop .Contents-Inner ul > li h2 {
          /*text-align: center;*/
          color: #222;
          font-size: 30px;
          font-size: 3rem;
          font-weight: bold;
          border-bottom: 2px solid #c81b63;
          line-height: 1.5;
          padding-bottom: 10px;
          margin-bottom: 40px;
          position: relative; }
.Product .Product__threeCal {
  padding: 80px 0;
  background: #f0f0f0; }
  .Product .Product__threeCal h2 {
    text-align: center;
    color: #222;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 2px solid #c81b63;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 40px; }
  .Product .Product__threeCal .Contents-Inner {
    max-width: 1000px; }
    .Product .Product__threeCal .Contents-Inner ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 30px; }
      .Product .Product__threeCal .Contents-Inner ul li {
        width: 32%;
        margin: 0 0.65%; }
        .Product .Product__threeCal .Contents-Inner ul li p {
          text-align: center;
          line-height: 2.5rem;
          color: #333;
          margin-bottom: 15px; }
.Product .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/product/title-bg.jpg) no-repeat center center; }
.Product .Product__Cat {
  padding: 80px 0;
  background: #f0f0f0; }
  .Product .Product__Cat .Contents-Inner h2 {
    /*text-align: center;*/
    color: #222;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 2px solid #c81b63;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 220px; }
    .Product .Product__Cat .Contents-Inner h2:before {
      content: "";
      width: 200px;
      height: 33px;
      background: url(/assets/img/product/toyotool_logo.png) no-repeat;
      position: absolute;
      background-size: 100%;
      left: 0;
      top: 10px; }
    .Product .Product__Cat .Contents-Inner h2 .Btn {
      position: absolute;
      right: 0;
      top: 0; }
      .Product .Product__Cat .Contents-Inner h2 .Btn a {
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        background: #286992;
        font-weight: normal;
        padding: 10px 20px;
        position: relative; }
        .Product .Product__Cat .Contents-Inner h2 .Btn a:after {
          content: "";
          display: block;
          width: 10px;
          height: 1px;
          position: absolute;
          top: 50%;
          right: 0;
          background: #fff; }
  .Product .Product__Cat .Contents-Inner .Category-Title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 40px; }
    @media only screen and (max-width: 798px) {
      .Product .Product__Cat .Contents-Inner .Category-Title {
        display: block; } }
    .Product .Product__Cat .Contents-Inner .Category-Title .Title {
      width: 49%;
      color: #111;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      align-items: center; }
      .Product .Product__Cat .Contents-Inner .Category-Title .Title h3 {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.6;
        padding-left: 20px;
        position: relative; }
        .Product .Product__Cat .Contents-Inner .Category-Title .Title h3:before {
          content: "";
          display: block;
          width: 12px;
          height: 2px;
          background: #9e174f;
          position: absolute;
          top: 50%;
          left: 0; }
      @media only screen and (max-width: 798px) {
        .Product .Product__Cat .Contents-Inner .Category-Title .Title {
          width: 100%; } }
    .Product .Product__Cat .Contents-Inner .Category-Title .Comment {
      width: 51%;
      color: #222;
      border-left: 1px solid #333;
      padding-left: 2%; }
      @media only screen and (max-width: 798px) {
        .Product .Product__Cat .Contents-Inner .Category-Title .Comment {
          width: 100%;
          padding-left: 0;
          border-left: none; } }
  .Product .Product__Cat .Contents-Inner .Box-M {
    background: #fff;
    padding: 30px 2.1428% 0;
    margin-bottom: 60px; }
  .Product .Product__Cat .Contents-Inner .Box-S h4 {
    color: #9e174f;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px; }
  .Product .Product__Cat .Contents-Inner .Box-S ul {
    margin-bottom: 30px; }
    .Product .Product__Cat .Contents-Inner .Box-S ul:after {
      content: "";
      display: block;
      clear: both; }
    .Product .Product__Cat .Contents-Inner .Box-S ul li {
      float: left;
      width: 14.925%;
      margin-right: 2.0895%;
      background: #222;
      margin-bottom: 30px; }
      .Product .Product__Cat .Contents-Inner .Box-S ul li:hover {
        opacity: .8; }
      .Product .Product__Cat .Contents-Inner .Box-S ul li:nth-child(6n) {
        margin-right: 0; }
      @media only screen and (max-width: 798px) {
        .Product .Product__Cat .Contents-Inner .Box-S ul li {
          width: 32%;
          margin-right: 2%; }
          .Product .Product__Cat .Contents-Inner .Box-S ul li:nth-child(3n) {
            margin-right: 0; } }
      @media only screen and (max-width: 640px) {
        .Product .Product__Cat .Contents-Inner .Box-S ul li {
          width: 49%;
          margin-right: 2%; }
          .Product .Product__Cat .Contents-Inner .Box-S ul li:nth-child(3n) {
            margin-right: 2%; }
          .Product .Product__Cat .Contents-Inner .Box-S ul li:nth-child(even) {
            margin-right: 0; } }
      .Product .Product__Cat .Contents-Inner .Box-S ul li a {
        color: #6fbae7;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        .Product .Product__Cat .Contents-Inner .Box-S ul li a p {
          margin: 5px 10px;
          line-height: 1.5;
          height: 45px;
          overflow: hidden; }
        .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum {
          position: relative;
          width: 100%;
          overflow: hidden;
          height: 160px; }
          @media only screen and (max-width: 798px) {
            .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum {
              height: 160px; } }
          @media only screen and (max-width: 640px) {
            .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum {
              height: 140px; } }
          .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum img {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            height: 100%;
            width: auto; }
            @media only screen and (max-width: 798px) {
              .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum img {
                height: auto;
                width: 100%; } }
            @media only screen and (max-width: 640px) {
              .Product .Product__Cat .Contents-Inner .Box-S ul li a .Thum img {
                height: 100%;
                width: auto; } }

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

製品情報詳細

============================================================================= */
.Product-Detail .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/product/title-bg.jpg) no-repeat center center; }
.Product-Detail .Intro {
  background: #fff;
  padding: 80px 0; }
  .Product-Detail .Intro .Intro__Wrapper {
    width: 100%;
    max-width: 1218px;
    margin: 0 auto; }
    .Product-Detail .Intro .Intro__Wrapper h2 {
      text-align: center;
      color: #222;
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      border-bottom: 2px solid #c81b63;
      line-height: 1.5;
      padding-bottom: 10px;
      margin-bottom: 40px;
      position: relative;
      padding-top: 30px; }
      .Product-Detail .Intro .Intro__Wrapper h2:before {
        content: "";
        display: block;
        width: 100px;
        height: 30px;
        background: url(/assets/img/product/toyotool_logo.png) no-repeat center center;
        position: absolute;
        background-size: 100%;
        top: 0;
        left: 50%;
        right: 50%;
        transform: translateX(-50%); }
    .Product-Detail .Intro .Intro__Wrapper #Viewer {
      margin: 0 auto;
      width: 100%;
      max-width: 900px; }
      .Product-Detail .Intro .Intro__Wrapper #Viewer:after {
        content: "";
        display: block;
        clear: both; }
      .Product-Detail .Intro .Intro__Wrapper #Viewer > div:first-child {
        width: 100%;
        margin-right: 2.2%; }
        @media only screen and (max-width: 798px) {
          .Product-Detail .Intro .Intro__Wrapper #Viewer > div:first-child {
            width: 100%;
            float: none;
            margin-right: 0; } }
      .Product-Detail .Intro .Intro__Wrapper #Viewer .Main {
        width: 100%;
        height: 450px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc; }
        @media only screen and (max-width: 798px) {
          .Product-Detail .Intro .Intro__Wrapper #Viewer .Main {
            height: 200px;
            margin-bottom: 10px; } }
        .Product-Detail .Intro .Intro__Wrapper #Viewer .Main img {
          top: 50%;
          left: 50%;
          position: absolute;
          width: auto;
          height: 100%;
          transform: translate(-50%, -50%); }
      .Product-Detail .Intro .Intro__Wrapper #Viewer > div:last-child {
        width: 100%; }
        @media only screen and (max-width: 798px) {
          .Product-Detail .Intro .Intro__Wrapper #Viewer > div:last-child {
            width: 100%;
            float: none; } }
      .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb {
        width: 100%;
        height: 60%;
        margin-top: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media only screen and (max-width: 798px) {
          .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: flex;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
        .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb li {
          height: 80px;
          width: 23%;
          margin: 0 1% 10px;
          overflow: hidden;
          position: relative; }
          @media only screen and (max-width: 798px) {
            .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb li {
              width: 25%; } }
          .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb li.active {
            opacity: 1 !important;
            border: 1px solid #c81b63; }
          .Product-Detail .Intro .Intro__Wrapper #Viewer ul.Thumb li img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
.Product-Detail .Detail__Wrapper {
  background: #f0f0f0; }
  .Product-Detail .Detail__Wrapper .Contents-Inner {
    padding: 60px 0; }
    .Product-Detail .Detail__Wrapper .Contents-Inner h3 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      padding-left: 20px;
      position: relative;
      line-height: 1.6;
      color: #111;
      margin: 30px 0; }
      .Product-Detail .Detail__Wrapper .Contents-Inner h3:before {
        content: "";
        display: block;
        width: 14px;
        height: 2px;
        background: #9e174f;
        position: absolute;
        left: 0;
        top: 50%; }
    .Product-Detail .Detail__Wrapper .Contents-Inner table {
      color: #222;
      width: 100%;
      box-sizing: border-box;
      /*caption {
      	color: $color-title01;
      	padding: 10px;
      	text-align: left;
      	font-weight: bold;
      }*/ }
      .Product-Detail .Detail__Wrapper .Contents-Inner table th {
        border-left: 1px solid #fff;
        padding: 10px;
        text-align: center; }
        .Product-Detail .Detail__Wrapper .Contents-Inner table th:first-child {
          border-left: none; }
      .Product-Detail .Detail__Wrapper .Contents-Inner table td {
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px; }
        .Product-Detail .Detail__Wrapper .Contents-Inner table td:first-child {
          border-left: none; }
    .Product-Detail .Detail__Wrapper .Contents-Inner h4 {
      color: #9e174f;
      padding: 10px;
      text-align: left;
      font-weight: bold; }
    .Product-Detail .Detail__Wrapper .Contents-Inner p {
      color: #111;
      margin: 10px 0; }
    .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 60px; }
      @media only screen and (max-width: 798px) {
        .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two {
          display: block; } }
      .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div {
        width: 49%; }
        @media only screen and (max-width: 798px) {
          .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div {
            width: 100%; } }
        .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div .White__Box {
          background: #fff;
          padding: 28px; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div .White__Box h4 {
            color: #111;
            font-weight: bold;
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 1.5;
            margin: 10px 0; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div .White__Box .Btn a {
            display: block;
            background: #286992;
            color: #fff;
            padding: 25px;
            text-align: center;
            position: relative;
            font-weight: bold;
            line-height: 1.5;
            font-size: 16px;
            font-size: 1.6rem;
            width: 100%;
            height: 100%; }
            .Product-Detail .Detail__Wrapper .Contents-Inner .Column__Two > div .White__Box .Btn a:after {
              content: "";
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              height: 1px;
              width: 50px;
              background: #fff; }
    .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box {
      background: #fff;
      padding: 30px 2.1428% 0;
      margin-bottom: 60px; }
      .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul {
        margin-bottom: 30px; }
        .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul:after {
          content: "";
          display: block;
          clear: both; }
        .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li {
          float: left;
          width: 14.925%;
          margin-right: 2.0895%;
          background: #222;
          margin-bottom: 30px; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li:hover {
            opacity: .8; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li:nth-child(6n) {
            margin-right: 0; }
          @media only screen and (max-width: 798px) {
            .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li {
              width: 32%;
              margin-right: 2%; }
              .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li:nth-child(3n) {
                margin-right: 0; } }
          @media only screen and (max-width: 640px) {
            .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li {
              width: 49%;
              margin-right: 2%; }
              .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li:nth-child(3n) {
                margin-right: 2%; }
              .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li:nth-child(even) {
                margin-right: 0; } }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: bold; }
            .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a p {
              margin: 5px 10px;
              line-height: 1.5;
              height: 45px;
              overflow: hidden;
              color: #6fbae7; }
            .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum {
              position: relative;
              width: 100%;
              overflow: hidden;
              height: 160px; }
              @media only screen and (max-width: 798px) {
                .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum {
                  height: 160px; } }
              @media only screen and (max-width: 640px) {
                .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum {
                  height: 140px; } }
              .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                height: 100%;
                width: auto; }
                @media only screen and (max-width: 798px) {
                  .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum img {
                    height: auto;
                    width: 100%; } }
                @media only screen and (max-width: 640px) {
                  .Product-Detail .Detail__Wrapper .Contents-Inner .Related__Wrapper .White__Box ul li a .Thum img {
                    height: 100%;
                    width: auto; } }
    .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup {
      background: #fff;
      padding: 30px; }
      .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup h4 {
        border: 1px solid #c81b63;
        line-height: 1.5; }
      .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup h5 {
        color: #222;
        line-height: 1.5;
        font-weight: bold;
        margin: 10px 0; }
      .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup ul {
        margin-bottom: 10px; }
        .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup ul li {
          line-height: 1.5;
          display: inline-block; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup ul li:after {
            content: "|";
            color: #111; }
          .Product-Detail .Detail__Wrapper .Contents-Inner .Lineup ul li:last-child:after {
            content: none; }

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

個人情報保護方針

============================================================================= */
.Privacy .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/privacy/title-bg.jpg) no-repeat center center; }
.Privacy .Policy {
  background: #f0f0f0;
  padding: 40px; }
  @media only screen and (max-width: 798px) {
    .Privacy .Policy {
      padding: 20px 2%; } }
  .Privacy .Policy .Contents-Inner h2 {
    text-align: center;
    color: #222;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 2px solid #c81b63;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 40px; }
  .Privacy .Policy .Contents-Inner h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin: 30px 0 20px; }
    .Privacy .Policy .Contents-Inner h3:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 2px;
      width: 16px;
      background: #c81b63; }
  .Privacy .Policy .Contents-Inner .Policy__Content {
    background: #fff;
    padding: 40px;
    color: #222; }
    @media only screen and (max-width: 798px) {
      .Privacy .Policy .Contents-Inner .Policy__Content {
        padding: 20px; } }

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

お知らせ

============================================================================= */
.News .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/news/title-bg.jpg) no-repeat center center; }
.News h2 {
  text-align: center;
  color: #222;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 2px solid #c81b63;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 40px; }
.News .News__Index {
  padding: 60px 0; }
  .News .News__Index .Contents-Inner .News__List {
    background: #fff;
    padding: 40px; }
    .News .News__Index .Contents-Inner .News__List > ul > li.Line {
      border-bottom: 1px solid #acacac;
      margin-bottom: 20px; }
    .News .News__Index .Contents-Inner .News__List > ul > li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .News .News__Index .Contents-Inner .News__List > ul > li .Thumb {
        width: 90px;
        height: 90px;
        background: #000; }
      .News .News__Index .Contents-Inner .News__List > ul > li article {
        -webkit-flex: 1;
        flex: 1;
        margin-left: 2%; }
        .News .News__Index .Contents-Inner .News__List > ul > li article ol li:first-child {
          background: #111;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 5px; }
          .News .News__Index .Contents-Inner .News__List > ul > li article ol li:first-child span:first-child {
            margin-right: 15px; }
        .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child {
          position: relative; }
          .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a {
            color: #111; }
            .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a p:first-child {
              font-size: 18px;
              font-size: 1.8rem;
              display: block;
              font-weight: 600;
              line-height: 2.5em;
              margin-bottom: -5px; }
              @media only screen and (max-width: 798px) {
                .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a p:first-child {
                  line-height: 1.5;
                  margin-bottom: .5em;
                  font-size: 16px;
                  font-size: 1.6rem; } }
            .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a p:last-child {
              margin-bottom: 10px; }
              @media only screen and (max-width: 798px) {
                .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a p:last-child {
                  font-size: 14px;
                  font-size: 1.4rem; } }
            .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child a:before {
              content: "";
              display: block;
              width: 20%;
              border-bottom: 1px solid #286992;
              position: absolute;
              bottom: 0;
              right: 0;
              margin-bottom: -1px; }
          .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child .More {
            text-align: right;
            font-size: 14px;
            font-size: 1.4rem;
            padding-bottom: 3px; }
            .News .News__Index .Contents-Inner .News__List > ul > li article ol li:last-child .More a {
              color: #286992; }
  .News .News__Index .Pager {
    margin: 60px 0; }
    @media only screen and (max-width: 798px) {
      .News .News__Index .Pager {
        margin: 30px 0; } }
    .News .News__Index .Pager .Pager__Box {
      text-align: center; }
      .News .News__Index .Pager .Pager__Box ul {
        margin: 0 auto;
        width: auto; }
        .News .News__Index .Pager .Pager__Box ul li {
          display: inline-block;
          margin: 0 2px;
          padding-left: 0; }
          .News .News__Index .Pager .Pager__Box ul li a {
            padding: 10px 13px;
            display: block;
            text-decoration: none;
            background: #c81b63;
            color: #fff;
            border: 1px solid #c81b63;
            font-size: 1.4rem; }
            .News .News__Index .Pager .Pager__Box ul li a:hover {
              background: #fff;
              color: #c81b63;
              border: 1px solid #c81b63; }
          .News .News__Index .Pager .Pager__Box ul li span.current {
            padding: 8px 13px;
            border: 1px solid #c81b63;
            color: #c81b63;
            font-size: 14px;
            font-size: 1.4rem; }
.News .News__Detail {
  padding: 60px 0;
  background: #f0f0f0;
  color: #222; }
  .News .News__Detail .Contents-Inner .Article__Info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px; }
  .News .News__Detail .Contents-Inner .Article__Wrapper {
    background: #fff;
    padding: 40px; }
    @media only screen and (max-width: 798px) {
      .News .News__Detail .Contents-Inner .Article__Wrapper {
        padding: 20px 2.5%; } }
    .News .News__Detail .Contents-Inner .Article__Wrapper p {
      margin: 20px 0; }
    .News .News__Detail .Contents-Inner .Article__Wrapper ul {
      margin: 20px 0; }
      .News .News__Detail .Contents-Inner .Article__Wrapper ul li {
        line-height: 1.5;
        margin: 5px 0;
        padding-left: 14px;
        position: relative; }
        .News .News__Detail .Contents-Inner .Article__Wrapper ul li:before {
          content: "";
          display: block;
          width: 10px;
          height: 2px;
          background: #c81b63;
          position: absolute;
          top: 8px;
          left: 0; }
    .News .News__Detail .Contents-Inner .Article__Wrapper ol {
      margin: 20px 0;
      padding-left: 20px; }
      .News .News__Detail .Contents-Inner .Article__Wrapper ol li {
        line-height: 1.5;
        margin: 5px 0;
        list-style: decimal; }
    .News .News__Detail .Contents-Inner .Article__Wrapper img {
      width: inherit;
      max-width: 100%; }
    .News .News__Detail .Contents-Inner .Article__Wrapper table {
      margin: 20px 0; }
      @media only screen and (max-width: 798px) {
        .News .News__Detail .Contents-Inner .Article__Wrapper table {
          max-width: 100%; }
          .News .News__Detail .Contents-Inner .Article__Wrapper table caption {
            padding: 10px; }
          .News .News__Detail .Contents-Inner .Article__Wrapper table th {
            padding: 10px; }
          .News .News__Detail .Contents-Inner .Article__Wrapper table td {
            padding: 10px; } }
    .News .News__Detail .Contents-Inner .Article__Wrapper h3 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.6;
      padding-left: 20px;
      position: relative;
      margin: 30px 0 20px; }
      .News .News__Detail .Contents-Inner .Article__Wrapper h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 2px;
        width: 16px;
        background: #c81b63; }
    .News .News__Detail .Contents-Inner .Article__Wrapper h4 {
      font-weight: bold;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.6;
      color: #c81b63;
      margin: 30px 0; }
    .News .News__Detail .Contents-Inner .Article__Wrapper h5 {
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.6;
      margin: 30px 0; }
    .News .News__Detail .Contents-Inner .Article__Wrapper h6 {
      font-weight: bold;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.6;
      margin: 30px 0; }
    .News .News__Detail .Contents-Inner .Article__Wrapper blockquote {
      background: #f0f0f0;
      padding: 30px; }

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

お問い合わせ

============================================================================= */
.Contact .Key__Visual {
  background: linear-gradient(rgba(3, 0, 0, 0.6) 10%, rgba(3, 0, 0, 0)), url(/assets/img/contact/title-bg.jpg) no-repeat center center; }
.Contact .Contact__Form {
  background: #f0f0f0;
  padding: 60px 0; }
  .Contact .Contact__Form .Contents-Inner h2 {
    text-align: center;
    color: #222;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 2px solid #c81b63;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 40px; }
  .Contact .Contact__Form .Contents-Inner .Contact__Inner {
    background: #fff;
    padding: 40px;
    color: #111; }
    @media only screen and (max-width: 798px) {
      .Contact .Contact__Form .Contents-Inner .Contact__Inner {
        padding: 20px 2.5%; } }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner h3 {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1.6;
      padding-left: 20px;
      position: relative;
      margin: 30px 0 20px; }
      .Contact .Contact__Form .Contents-Inner .Contact__Inner h3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        height: 2px;
        width: 16px;
        background: #c81b63; }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone {
      border: 2px solid #9e174f;
      padding: 20px;
      max-width: 700px;
      margin: 0 auto 60px;
      font-weight: bold;
      text-align: center; }
      .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p {
        position: relative;
        font-size: 30px;
        font-size: 3rem;
        color: #9e174f;
        width: 300px;
        line-height: 1.6;
        margin: 0 auto;
        padding: 10px 0 10px 20px; }
        @media only screen and (max-width: 798px) {
          .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p {
            font-size: 28px;
            font-size: 2.8rem;
            width: 70%; } }
        @media only screen and (max-width: 640px) {
          .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p {
            width: 100%; } }
        .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p:before {
          content: "";
          display: block;
          background: url(/assets/img/contact/icon-phone.png) no-repeat;
          position: absolute;
          left: 0;
          top: 14px;
          height: 38px;
          width: 29px; }
          @media only screen and (max-width: 640px) {
            .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p:before {
              background-size: 20px auto; } }
        .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p span {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: normal;
          display: inline-block;
          margin-left: 10px; }
          @media only screen and (max-width: 640px) {
            .Contact .Contact__Form .Contents-Inner .Contact__Inner .Phone p span {
              margin-left: 5px; } }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner table {
      margin: 30px 0 60px;
      width: 100%; }
      .Contact .Contact__Form .Contents-Inner .Contact__Inner table th {
        position: relative;
        vertical-align: top; }
        @media only screen and (max-width: 1400px) {
          .Contact .Contact__Form .Contents-Inner .Contact__Inner table th {
            padding: 10px 30px 10px 40px; } }
        @media only screen and (max-width: 798px) {
          .Contact .Contact__Form .Contents-Inner .Contact__Inner table th {
            display: block;
            width: 100%;
            border-bottom: none;
            padding: 10px 30px 10px 10px; } }
      @media only screen and (max-width: 1400px) {
        .Contact .Contact__Form .Contents-Inner .Contact__Inner table td {
          padding: 10px; } }
      @media only screen and (max-width: 798px) {
        .Contact .Contact__Form .Contents-Inner .Contact__Inner table td {
          display: block;
          width: 100%; } }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner .require {
      color: #c81b63;
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      margin-left: 10px;
      position: absolute;
      right: 0;
      top: 10px; }
      @media only screen and (max-width: 798px) {
        .Contact .Contact__Form .Contents-Inner .Contact__Inner .require {
          position: relative;
          right: auto;
          top: 0; } }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner input[type=text], .Contact .Contact__Form .Contents-Inner .Contact__Inner input[type=tel], .Contact .Contact__Form .Contents-Inner .Contact__Inner input[type=email], .Contact .Contact__Form .Contents-Inner .Contact__Inner textarea {
      padding: 10px;
      -webkit-appearance: none;
      margin-bottom: 2px;
      border: 1px solid #ccc;
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "游ゴシック","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",  "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      border-radius: 0; }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner .Form__Half {
      width: 40% !important; }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner .Form__Full {
      width: 100% !important; }
    .Contact .Contact__Form .Contents-Inner .Contact__Inner p {
      margin: 10px 0;
      line-height: 1.6; }
