/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt"; }

img {
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

.sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp {
      display: none; } }

.textred {
  color: #a50319; }

.logored {
  color: #e60012; }

.logogreen {
  color: #006934; }

.header {
  background: #fef5e7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  max-width: 1140px;
  margin: 0 auto; }
  .header-logo {
    width: 30%; }
    @media screen and (min-width: 768px) {
      .header-logo {
        width: 25%; } }
    .header-logo img {
      width: 100%; }
  .header-flex {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .header-flex img {
      width: 100%; }
  .header-phone {
    width: 50%;
    padding: 0 15px; }
  .header-contact {
    width: 20%; }

main {
  max-width: 1140px;
  margin: 0 auto; }

.keyvisual {
  overflow: hidden; }

.business-title {
  display: flex;
  position: relative;
  padding: 20px 0;
  margin: 0 15px; }
  .business-title-img {
    height: 30px;
    background: #fff;
    z-index: 2;
    padding-right: 15px; }
  .business-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #3e3a39;
    width: 100%;
    height: 1px; }
.business-area01 {
  padding: 0 15px;
  background: url("../images/business-image01.svg") no-repeat bottom right;
  background-size: auto 50%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 60%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .business-area01 {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      align-items: flex-start;
      justify-content: center;
      background-size: auto 100%; } }
  .business-area01-block {
    height: 100%; }
    @media screen and (min-width: 768px) {
      .business-area01-block {
        max-width: 50%;
        min-height: 250px; } }
    @media screen and (min-width: 1000px) {
      .business-area01-block {
        max-width: 600px; } }
  .business-area01-title {
    font-size: 4vw;
    color: #a50319;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .business-area01-title {
        font-size: 3vw; } }
  .business-area01-text {
    font-size: 3vw;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .business-area01-text {
        font-size: 1.2vw; } }
.business-area02 {
  padding: 20px 15px 30px; }
  .business-area02-title {
    display: flex;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .business-area02-title {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start; } }
    .business-area02-title-col01 {
      min-width: 60%;
      padding-top: 0;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .business-area02-title-col01 {
          padding-top: 30px; } }
      .business-area02-title-col01 img {
        width: 100%;
        max-height: 30px; }
    .business-area02-title-col02 {
      min-width: 40%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .business-area02-title-col02 {
          padding-left: 15px; } }
      .business-area02-title-col02 img {
        width: 100%;
        max-height: 40px; }
        @media screen and (min-width: 768px) {
          .business-area02-title-col02 img {
            max-height: 80px; } }
  .business-area02-subtitle {
    margin-top: 30px; }
    .business-area02-subtitle-h3 {
      border-bottom: 1px solid #3e3a39;
      margin-bottom: 10px; }
      .business-area02-subtitle-h3 img {
        height: 30px; }
    .business-area02-subtitle-text {
      font-size: 3vw;
      line-height: 1.8; }
      @media screen and (min-width: 768px) {
        .business-area02-subtitle-text {
          font-size: 14px; } }
.business-area03 {
  padding: 30px 15px;
  background: #fef5e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .business-area03 img {
    width: calc(100% - 30px);
    margin: 15px auto; }
    @media screen and (min-width: 768px) {
      .business-area03 img {
        margin: 50px auto;
        width: 80%; } }
.business-area04 {
  position: relative;
  margin: 30px 0;
  padding: 15px 15px;
  background: #fef5e7; }
  .business-area04-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .business-area04-block img {
      width: 70%; }
      @media screen and (min-width: 768px) {
        .business-area04-block img {
          width: auto;
          min-height: 80px; } }
  .business-area04-title {
    margin: 15px 0;
    font-size: 3vw;
    color: #3f0000; }
    @media screen and (min-width: 768px) {
      .business-area04-title {
        font-size: 1.3vw; } }
    @media screen and (min-width: 1024px) {
      .business-area04-title {
        font-size: 14px; } }
  .business-area04-btn {
    text-align: center;
    margin-top: 30px; }
    @media screen and (min-width: 1000px) {
      .business-area04-btn {
        margin-top: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); } }
    .business-area04-btn img {
      max-height: 95px; }

.manage-title {
  display: flex;
  position: relative;
  padding: 20px 0;
  margin: 0 15px; }
  .manage-title-img {
    height: 30px;
    background: #fff;
    z-index: 2;
    padding-right: 15px; }
  .manage-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #3e3a39;
    width: 100%;
    height: 1px; }
.manage-subtitle {
  text-align: center;
  padding: 20px 0;
  margin: 0 15px;
  font-size: 3vw; }
  @media screen and (min-width: 1280px) {
    .manage-subtitle {
      font-size: 40px; } }
.manage-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .manage-area {
      flex-direction: row; } }
  .manage-area-block {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .manage-area-block {
        width: 50%; } }
  .manage-area a {
    line-height: 1.2;
    color: #000;
    text-align: center;
    padding-bottom: 15px; }

.company-title {
  display: flex;
  position: relative;
  padding: 20px 0;
  margin: 0 15px; }
  .company-title-img {
    height: 30px;
    background: #fff;
    z-index: 2;
    padding-right: 15px; }
  .company-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #3e3a39;
    width: 100%;
    height: 1px; }
.company-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .company-area {
      flex-direction: row;
      padding: 0 45px; } }
  .company-area-block {
    width: 100%;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .company-area-block {
        padding-top: 0;
        width: 50%; } }
    .company-area-block-table {
      width: 100%; }
      .company-area-block-table tr th, .company-area-block-table tr td {
        vertical-align: top;
        font-size: 3.6vw;
        display: block;
        text-align: left;
        line-height: 1.8; }
        @media screen and (min-width: 768px) {
          .company-area-block-table tr th, .company-area-block-table tr td {
            font-size: 12px;
            padding-right: 20px;
            display: table-cell; } }
        @media screen and (min-width: 1140px) {
          .company-area-block-table tr th, .company-area-block-table tr td {
            font-size: 16px; } }
        .company-area-block-table tr th .ccc-logo, .company-area-block-table tr td .ccc-logo {
          border: 1px solid #3e3a39;
          max-width: 150px;
          margin-top: 20px; }
          @media screen and (min-width: 768px) {
            .company-area-block-table tr th .ccc-logo, .company-area-block-table tr td .ccc-logo {
              margin-top: 0; } }
        .company-area-block-table tr th a, .company-area-block-table tr td a {
          text-decoration: none; }
        .company-area-block-table tr th .company-url, .company-area-block-table tr td .company-url {
          color: #00a0e9;
          text-decoration: none; }
      .company-area-block-table tr th {
        padding-top: 20px; }
        @media screen and (min-width: 768px) {
          .company-area-block-table tr th {
            padding-top: 0; } }

footer {
  padding: 30px 15px;
  text-align: center;
  font-size: 3vw;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    footer {
      font-size: 1.4vw; } }
