@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#top_back {
  width: 100%;
  background-image: url("../img/business/top_img.JPG");
  background-position: center;
  background-repeat: repeat;
  background-size: cover; }
  #top_back h1 {
    width: 30%;
    padding: 3em 10%;
    font-size: 200%;
    color: #fff;
    background: rgba(94, 94, 94, 0.7);
    color: #fff; }
    #top_back h1 span {
      display: block;
      font-weight: normal;
      font-size: 50%; }

#business01 {
  width: 80%;
  margin: 5em auto 0; }
  #business01 h2 {
    font-size: 200%;
    color: #fff; }
    #business01 h2 i {
      font-style: normal;
      background-color: #bc1b21;
      padding: 0.25em 1%;
      margin: 0 0.5em 0 0; }
    #business01 h2 span {
      font-weight: normal;
      font-size: 50%;
      color: #191919;
      vertical-align: middle; }
  #business01 .business_inner {
    width: 100%;
    margin: 2.5em 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #business01 .business_inner dl {
      width: 40%; }
      #business01 .business_inner dl dt {
        font-size: 156%;
        margin: 0 0 1em; }
    #business01 .business_inner figure {
      width: 56%; }
  #business01 .b_bottom {
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #business01 .b_bottom figure {
      width: 150px; }
    #business01 .b_bottom p {
      width: 460px; }
      #business01 .b_bottom p a {
        background: #191919;
        border-radius: 50px;
        position: relative;
        margin: 0 0 0 2em;
        max-width: 250px;
        padding: 10px 40px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none; }
        #business01 .b_bottom p a:hover {
          background: #2F2F2F;
          color: #FFF; }
        #business01 .b_bottom p a:after {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 20px;
          border-radius: 1px;
          transition: 0.3s ease-in-out; }
        #business01 .b_bottom p a:hover:after {
          border-color: #FFF; }

.back01 {
  width: 100%;
  margin: 5em 0 0;
  padding: 5em 0;
  background-color: #f5f5f5; }

#business02 {
  width: 80%;
  margin: 5em auto 0; }
  #business02 h2 {
    font-size: 200%;
    color: #fff; }
    #business02 h2 i {
      font-style: normal;
      background-color: #bc1b21;
      padding: 0.25em 1%;
      margin: 0 0.5em 0 0; }
    #business02 h2 span {
      font-weight: normal;
      font-size: 50%;
      color: #191919;
      vertical-align: middle; }
  #business02 .group01 {
    margin: 3em 0 0; }
    #business02 .group01 h3 {
      color: #bc1b21;
      font-size: 156%; }
    #business02 .group01 dl {
      width: 40%;
      margin: 2em 0 0; }
      #business02 .group01 dl dt {
        font-size: 156%;
        margin: 0 0 1em; }
    #business02 .group01 ul {
      width: 70%;
      margin: 3em auto 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #business02 .group01 ul li {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        #business02 .group01 ul li dl {
          width: 30%; }
          #business02 .group01 ul li dl dt {
            font-size: 100%;
            color: #bc1b21;
            margin: 0 0 1em; }
        #business02 .group01 ul li figure {
          width: 58%; }
  #business02 .group02 {
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #business02 .group02 dl {
      width: 60%; }
      #business02 .group02 dl dt {
        font-size: 156%;
        margin: 0 0 1em; }
    #business02 .group02 div {
      width: 36%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #business02 .group02 div dl {
        width: 30%; }
        #business02 .group02 div dl dt {
          font-size: 100%;
          color: #bc1b21;
          margin: 0 0 1em; }
      #business02 .group02 div figure {
        width: 45%; }
  #business02 .b_bottom {
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #business02 .b_bottom figure {
      width: 100px; }
    #business02 .b_bottom p {
      width: 230px; }
      #business02 .b_bottom p a {
        background: #191919;
        border-radius: 50px;
        position: relative;
        margin: 0 0 0 2em;
        max-width: 250px;
        padding: 10px 40px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none; }
        #business02 .b_bottom p a:hover {
          background: #2F2F2F;
          color: #FFF; }
        #business02 .b_bottom p a:after {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 20px;
          border-radius: 1px;
          transition: 0.3s ease-in-out; }
        #business02 .b_bottom p a:hover:after {
          border-color: #FFF; }

#business03 {
  width: 80%;
  margin: 0em auto; }
  #business03 h2 {
    font-size: 200%;
    color: #fff; }
    #business03 h2 i {
      font-style: normal;
      background-color: #bc1b21;
      padding: 0.25em 1%;
      margin: 0 0.5em 0 0; }
    #business03 h2 span {
      font-weight: normal;
      font-size: 50%;
      color: #191919;
      vertical-align: middle; }
  #business03 .group01 {
    margin: 3em auto 0 0;
    width: 90%; }
    #business03 .group01 h3 {
      color: #bc1b21;
      font-size: 156%; }
    #business03 .group01 .inner {
      width: 100%;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #business03 .group01 .inner dl {
        width: 48%; }
        #business03 .group01 .inner dl dt {
          font-size: 156%;
          margin: 0 0 1em; }
      #business03 .group01 .inner figure {
        width: 48%; }
  #business03 .group02 {
    margin: 3em 0 0 auto;
    width: 90%; }
    #business03 .group02 h3 {
      color: #bc1b21;
      font-size: 156%; }
    #business03 .group02 .inner {
      width: 90%;
      margin: 0 auto 0 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      #business03 .group02 .inner dl {
        width: 48%; }
        #business03 .group02 .inner dl dt {
          font-size: 156%;
          margin: 0 0 1em; }
      #business03 .group02 .inner figure {
        width: 48%; }
  #business03 .group03 {
    margin: 3em 0 0 auto;
    width: 90%; }
    #business03 .group03 h3 {
      color: #bc1b21;
      font-size: 156%;
      margin: 0 0 0 47%; }
    #business03 .group03 .inner {
      width: 90%;
      margin: 0 auto 0 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; }
      #business03 .group03 .inner dl {
        width: 48%; }
        #business03 .group03 .inner dl dt {
          font-size: 156%;
          margin: 0 0 1em; }
      #business03 .group03 .inner figure {
        width: 48%; }
  #business03 .group04 {
    margin: 3em 0 0 auto;
    width: 80%; }
    #business03 .group04 h3 {
      color: #bc1b21;
      font-size: 156%;
      margin: 0 0 0 47%; }
    #business03 .group04 .inner {
      width: 90%;
      margin: 0 auto 0 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: space-between; }
      #business03 .group04 .inner dl {
        width: 48%; }
        #business03 .group04 .inner dl dt {
          font-size: 156%;
          margin: 0 0 1em; }
      #business03 .group04 .inner figure {
        width: 48%; }
  #business03 .b_bottom {
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    #business03 .b_bottom figure {
      width: 100px; }
    #business03 .b_bottom p {
      width: 230px; }
      #business03 .b_bottom p a {
        background: #191919;
        border-radius: 50px;
        position: relative;
        margin: 0 0 0 2em;
        max-width: 250px;
        padding: 10px 40px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none; }
        #business03 .b_bottom p a:hover {
          background: #2F2F2F;
          color: #FFF; }
        #business03 .b_bottom p a:after {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 20px;
          border-radius: 1px;
          transition: 0.3s ease-in-out; }
        #business03 .b_bottom p a:hover:after {
          border-color: #FFF; }

#maintenance {
  margin: 5em 0 0; }
  #maintenance #m_back_red {
    background-color: #bc1b21;
    background-image: url("../img/business/photo09.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40%; }
    #maintenance #m_back_red #m_inner {
      width: 80%;
      margin: 0 auto;
      padding: 5em 0; }
      #maintenance #m_back_red #m_inner h2 {
        font-size: 200%;
        color: #fff;
        display: inline;
        background-color: #000;
        padding: 0.25em 2%; }
      #maintenance #m_back_red #m_inner p {
        margin: 2em 0 0;
        color: #fff;
        line-height: 2.5; }
        #maintenance #m_back_red #m_inner p span {
          display: inline-block;
          background-color: #fff;
          padding: 0.25em 2%;
          margin: 0.5em 0 0;
          border-radius: 10px;
          color: #000; }
  #maintenance #youtube {
    width: 80%;
    margin: 3em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #maintenance #youtube li {
      width: 48%;
      aspect-ratio: 16 / 9; }
      #maintenance #youtube li iframe {
        width: 100%;
        height: 100%; }
      #maintenance #youtube li p {
        font-size: 130%;
        font-weight: bold;
        text-align: center; }

#sale {
  width: 80%;
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #sale #sale_inner {
    width: 38%; }
    #sale #sale_inner h2 {
      font-size: 200%;
      color: #fff;
      display: inline;
      background-color: #bc1b21;
      padding: 0.25em 2%; }
    #sale #sale_inner p {
      margin: 3em 0 0; }
      #sale #sale_inner p span {
        display: block;
        margin: 0 0 3em; }
      #sale #sale_inner p a {
        background: #191919;
        border-radius: 50px;
        position: relative;
        margin: 0 0 0 2em;
        max-width: 250px;
        padding: 10px 40px;
        color: #fff;
        transition: 0.3s ease-in-out;
        font-weight: 500;
        text-decoration: none; }
        #sale #sale_inner p a:hover {
          background: #2F2F2F;
          color: #FFF; }
        #sale #sale_inner p a:after {
          content: '';
          width: 5px;
          height: 5px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          top: 50%;
          right: 20px;
          border-radius: 1px;
          transition: 0.3s ease-in-out; }
        #sale #sale_inner p a:hover:after {
          border-color: #FFF; }
  #sale figure {
    width: 58%; }

#check {
  width: 80%;
  margin: 5em auto 0; }
  #check h2 {
    font-size: 200%;
    color: #fff;
    display: inline;
    background-color: #bc1b21;
    padding: 0.25em 2%; }
  #check p {
    margin: 3em 0 0; }
    #check p span {
      display: block;
      margin: 0 0 3em; }
    #check p a {
      background: #191919;
      border-radius: 50px;
      position: relative;
      margin: 0 0 0 2em;
      max-width: 250px;
      padding: 10px 40px;
      color: #fff;
      transition: 0.3s ease-in-out;
      font-weight: 500;
      text-decoration: none; }
      #check p a:hover {
        background: #2F2F2F;
        color: #FFF; }
      #check p a:after {
        content: '';
        width: 5px;
        height: 5px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        position: absolute;
        top: 50%;
        right: 20px;
        border-radius: 1px;
        transition: 0.3s ease-in-out; }
      #check p a:hover:after {
        border-color: #FFF; }
  #check figure {
    width: 60%;
    margin: 3em auto 0; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1420px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #sale #sale_inner {
    width: 43%; }
  #sale figure {
    width: 53%; }

  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #top_back {
    margin: 150px 0 0; }
    #top_back h1 {
      font-size: 180%; }

  #business01 h2 {
    font-size: 180%; }
    #business01 h2 span {
      display: block;
      margin: 1em 0 0; }
  #business01 .business_inner dl {
    width: 50%; }
    #business01 .business_inner dl dt {
      font-size: 130%;
      margin: 0 0 1em; }
  #business01 .business_inner figure {
    width: 46%; }

  #business02 h2 {
    font-size: 180%; }
    #business02 h2 span {
      display: block;
      margin: 1em 0 0; }
  #business02 .group01 {
    margin: 3em 0 0; }
    #business02 .group01 dl {
      width: 100%; }
    #business02 .group01 ul {
      width: 100%; }
  #business02 .group02 {
    margin: 3em 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #business02 .group02 dl {
      width: 50%; }
    #business02 .group02 div {
      width: 46%; }
      #business02 .group02 div dl {
        width: 40%; }
      #business02 .group02 div figure {
        width: 45%; }

  #business03 h2 {
    font-size: 180%; }
    #business03 h2 span {
      display: block;
      margin: 1em 0 0; }

  #maintenance #m_back_red #m_inner {
    width: 90%; }
    #maintenance #m_back_red #m_inner h2 {
      font-size: 180%; }
    #maintenance #m_back_red #m_inner p {
      line-height: 1.5; }

  #sale #sale_inner h2 {
    font-size: 180%; }
  #sale #sale_inner p a {
    display: block;
    max-width: 150px; }

  #check h2 {
    font-size: 180%; }
  #check p a {
    display: block;
    max-width: 150px; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #top_back {
    margin: 100px 0 0; }
    #top_back h1 {
      width: 40%;
      padding: 3em 5%;
      font-size: 130%; }

  #business01 {
    margin: 2.5em auto 0; }
    #business01 h2 {
      font-size: 130%; }
      #business01 h2 i {
        padding: 0.25em 2%; }
      #business01 h2 span {
        display: block;
        margin: 1em 0 0;
        font-size: 75%; }
    #business01 .business_inner {
      margin: 2.5em 0 0;
      flex-direction: column-reverse; }
      #business01 .business_inner dl {
        width: 100%; }
        #business01 .business_inner dl dt {
          font-size: 130%;
          margin: 0 0 1em; }
      #business01 .business_inner figure {
        width: 100%; }
    #business01 .b_bottom {
      margin: 1.5em auto 0;
      flex-direction: column; }
      #business01 .b_bottom figure {
        margin: 0 auto; }
      #business01 .b_bottom p {
        width: 100%; }
        #business01 .b_bottom p a {
          max-width: 150px;
          display: block;
          margin: 1em auto 0; }

  .back01 {
    margin: 2.5em 0 0;
    padding: 2.5em 0; }

  #business02 h2 {
    font-size: 130%; }
    #business02 h2 i {
      padding: 0.25em 2%; }
    #business02 h2 span {
      display: block;
      margin: 1em 0 0; }
  #business02 .group01 {
    margin: 3em 0 0; }
    #business02 .group01 dl {
      width: 100%; }
      #business02 .group01 dl dt {
        font-size: 130%; }
    #business02 .group01 ul {
      width: 90%;
      margin: 1.5em auto 0;
      flex-direction: column; }
      #business02 .group01 ul li {
        width: 100%;
        flex-direction: column-reverse; }
        #business02 .group01 ul li dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
          #business02 .group01 ul li dl dt {
            font-size: 100%;
            color: #bc1b21;
            margin: 0 1em 0 0; }
        #business02 .group01 ul li figure {
          width: 58%;
          margin: 1em 0 0; }
  #business02 .group02 {
    margin: 3em 0 0;
    flex-direction: column; }
    #business02 .group02 dl {
      width: 100%; }
      #business02 .group02 dl dt {
        font-size: 130%; }
    #business02 .group02 div {
      width: 100%;
      margin: 1.5em 0 0;
      flex-direction: column-reverse; }
      #business02 .group02 div dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #business02 .group02 div dl dt {
          font-size: 100%;
          color: #bc1b21;
          margin: 0 0 1em; }
      #business02 .group02 div figure {
        width: 45%; }
  #business02 .b_bottom {
    margin: 1.5em auto 0;
    flex-direction: column; }
    #business02 .b_bottom figure {
      width: 100px;
      margin: 0 auto; }
    #business02 .b_bottom p {
      width: 100%; }
      #business02 .b_bottom p a {
        max-width: 150px;
        display: block;
        margin: 1em auto 0; }

  #business03 {
    margin: 2.5em auto 0; }
    #business03 h2 {
      font-size: 130%; }
      #business03 h2 i {
        padding: 0.25em 2%; }
    #business03 .group01 {
      margin: 1.5em auto 0;
      width: 100%; }
      #business03 .group01 h3 {
        color: #bc1b21;
        font-size: 130%; }
      #business03 .group01 .inner {
        width: 100%;
        margin: 0;
        flex-direction: column-reverse; }
        #business03 .group01 .inner dl {
          width: 100%; }
          #business03 .group01 .inner dl dt {
            font-size: 130%; }
        #business03 .group01 .inner figure {
          width: 100%; }
    #business03 .group02 {
      margin: 3em auto 0;
      width: 100%; }
      #business03 .group02 h3 {
        font-size: 130%; }
      #business03 .group02 .inner {
        width: 100%;
        margin: 0 auto 0;
        flex-direction: column-reverse; }
        #business03 .group02 .inner dl {
          width: 100%; }
          #business03 .group02 .inner dl dt {
            font-size: 130%; }
        #business03 .group02 .inner figure {
          width: 100%; }
    #business03 .group03 {
      margin: 3em auto 0;
      width: 100%; }
      #business03 .group03 h3 {
        font-size: 130%;
        text-align: left;
        margin: 0; }
      #business03 .group03 .inner {
        width: 100%;
        margin: 0 auto 0;
        flex-direction: column-reverse; }
        #business03 .group03 .inner dl {
          width: 100%; }
          #business03 .group03 .inner dl dt {
            font-size: 130%; }
        #business03 .group03 .inner figure {
          width: 100%; }
    #business03 .group04 {
      width: 100%;
      margin: 3em auto 0; }
      #business03 .group04 h3 {
        font-size: 130%;
        text-align: left;
        margin: 0; }
      #business03 .group04 .inner {
        width: 100%;
        margin: 0 auto 0;
        flex-direction: column-reverse; }
        #business03 .group04 .inner dl {
          width: 100%; }
          #business03 .group04 .inner dl dt {
            font-size: 130%; }
        #business03 .group04 .inner figure {
          width: 100%; }
    #business03 .b_bottom {
      margin: 1.5em auto 0;
      flex-direction: column; }
      #business03 .b_bottom figure {
        width: 100px;
        margin: 0 auto; }
      #business03 .b_bottom p {
        width: 100%; }
        #business03 .b_bottom p a {
          max-width: 150px;
          display: block;
          margin: 1em auto 0; }

  #maintenance {
    margin: 2.5em 0 0; }
    #maintenance #m_back_red {
      background-color: #bc1b21;
      background-image: none; }
      #maintenance #m_back_red #m_inner {
        width: 80%;
        margin: 0 auto;
        padding: 1.5em 0; }
        #maintenance #m_back_red #m_inner h2 {
          font-size: 130%;
          padding: 0.25em 2%; }
        #maintenance #m_back_red #m_inner p {
          margin: 2em 0 0;
          line-height: 1.5; }
    #maintenance #youtube {
      width: 80%;
      margin: 1.5em auto 0;
      flex-direction: column; }
      #maintenance #youtube li {
        width: 100%; }
        #maintenance #youtube li:nth-child(n+2) {
          margin: 1em 0 0; }

  #sale {
    margin: 2.5em auto 0;
    flex-direction: column-reverse; }
    #sale #sale_inner {
      width: 100%; }
      #sale #sale_inner h2 {
        font-size: 130%; }
      #sale #sale_inner p {
        margin: 1.5em 0 0; }
        #sale #sale_inner p span {
          margin: 0 0 1.5em; }
        #sale #sale_inner p a {
          max-width: 150px;
          display: block;
          margin: 1em auto 0; }
    #sale figure {
      width: 50%;
      margin: 0 auto; }

  #check {
    margin: 2.5em auto 0; }
    #check h2 {
      font-size: 130%; }
    #check p {
      margin: 1.5em 0 0; }
      #check p span {
        display: block;
        margin: 0 0 3em; }
      #check p a {
        max-width: 150px;
        display: block;
        margin: 1em auto 0; }
    #check figure {
      width: 100%;
      margin: 1.5em auto 0; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
