@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* SP
----------------------------------*/
@media screen and (max-width: 1024px) {
  /* header */
  #header .inner {
    width: 95%;
    padding: 18px 0; }
    #header .inner .navi {
      display: none; }

  /* footer */
  #footer .inner {
    margin: 0 auto;
    width: 95%; }

  /* slidepro_wrapper */
  #slidepro_wrapper #slidepro {
    width: 95%; }

  /* contents */
  .single, .single_02 {
    width: 95%;
    padding-bottom: 40px; }

  /* bg */
  .bg_common {
    padding-top: 40px; }

  .bg_03 {
    background-size: 130px auto; }

  /* column */
  .column4 .child {
    width: 22.5%; }
    .column4 .child:nth-child(4n) {
      margin: 0 3% 3% 0; }
    .column4 .child:nth-child(3n) {
      margin: 0 0 3% 0; }

  /* mtitle */
  .mtitle {
    font-size: 3.2rem; }

  /* article */
  .article .article_image, .article .article_image2 {
    width: 50%; }
  .article .article_detail, .article .article_detail2 {
    width: 50%;
    padding: 30px 0; }
    .article .article_detail .inner, .article .article_detail2 .inner {
      width: 90%; }

  /* gallery_ul */
  .gallery_ul li a {
    height: 155px; }

  /* item_flow */
  .item_flow .item_flow_num {
    line-height: 35px;
    width: 35px;
    height: 35px; }
  .item_flow .item_flow_ttl {
    font-size: 2rem; }

  /* length */
  .length {
    -ms-writing-mode: initial;
    writing-mode: initial;
    height: auto;
    width: 100%;
    line-height: 1.6;
    position: relative; }
    .length .mtitle, .length .text {
      margin-left: 0; }
    .length .mtitle {
      font-size: 4rem; }
    .length .detail {
      padding-right: 280px; }
    .length .image {
      width: 270px;
      position: absolute;
      top: 32%;
      right: 0;
      margin-right: 0;
      margin: 0; }

  /* breadcrumb_box */
  .breadcrumb_box .breadcrumb {
    width: 95%; }

  /* phonemenu */
  #page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #drawernav {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #8588de;
    color: #FFFFFF;
    z-index: 500;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }
    #drawernav ul {
      list-style: none;
      padding: 0; }
      #drawernav ul li a {
        display: block;
        padding: 10px 20px;
        font-size: 1.4rem;
        color: #FFFFFF; }
        #drawernav ul li a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f0da";
          margin-right: 10px; }
    #drawernav img {
      display: block;
      width: 90%;
      padding: 5px 0;
      margin: 0 auto; }

  .icon-bar {
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  .fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1); }

  #humberger {
    background: #8588de;
    color: #FFFFFF;
    display: block;
    position: fixed;
    top: 1%;
    right: 1%;
    z-index: 600;
    width: 35px;
    padding: 14px 10px 10px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase; }

  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000; }
  .drawer-opened .fixed-content {
    left: -240px; }
  .drawer-opened #drawernav {
    right: 0; }
  .drawer-opened #humberger .icon-bar {
    background: #FFFFFF; }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg); }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0; }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg); }
  .drawer-opened #overlay {
    z-index: 2;
    opacity: 0.3;
    left: -240px;
    position: fixed; } }
@media screen and (max-width: 667px) {
  body {
    font-size: 1.3rem; }

  /* contact_btn */
  .contact_btn {
    display: block; }
    .contact_btn li {
      width: 100%;
      margin: 0 0 15px; }
      .contact_btn li:last-child {
        margin: 0; }

  /* slidepro_wrapper */
  #slidepro_wrapper {
    margin-bottom: 10px; }

  /* contents */
  .contents {
    display: block; }
    .contents .main, .contents .side {
      width: 100%; }
    .contents .main {
      margin-bottom: 40px; }

  /* mtitle */
  .mtitle_big {
    margin-bottom: 20px;
    font-size: 2.5rem; }
    .mtitle_big span {
      font-size: 1.4rem; }

  .mtitle_middle {
    font-size: 2rem; }

  .mtitle {
    font-size: 2.5rem; }

  /* btn */
  .btn01, .btn02 {
    width: 95%; }

  /* column */
  .half {
    display: block; }
    .half .child {
      width: 100%; }

  .column2 {
    display: block; }
    .column2 .child {
      width: 100%;
      margin: 0 0 15px; }
      .column2 .child:nth-child(2n) {
        margin: 0 0 20px; }

  .column3 {
    display: block; }
    .column3 .child {
      width: 100%;
      margin: 0 0 15px; }
      .column3 .child:nth-child(3n) {
        margin: 0 0 15px; }
      .column3 .child:last-child {
        margin: 0; }

  .column4 .child, .column3_2 .child, .column2_2 .child {
    width: 48.5%; }
    .column4 .child:nth-child(3n), .column3_2 .child:nth-child(3n), .column2_2 .child:nth-child(3n) {
      margin: 0 3% 3% 0; }
    .column4 .child:nth-child(2n), .column3_2 .child:nth-child(2n), .column2_2 .child:nth-child(2n) {
      margin: 0 0 3%; }

  .column3_1 .child {
    width: 31.3%; }
    .column3_1 .child:nth-child(4n) {
      margin: 0 3% 3% 0; }
    .column3_1 .child:nth-child(3n) {
      margin: 0 0 3% 0; }

  /* tbl */
  .tbl01 th {
    width: 30%; }

  .company th {
    width: 30%; }

  .tbl_new tr th {
    width: 26%; }

  /* list */
  .list_note {
    font-size: 1rem; }

  /* article */
  .article {
    display: block; }
    .article .article_image, .article .article_detail, .article .article_image2, .article .article_detail2 {
      width: 100%; }
    .article .article_image {
      display: none; }

  /* box_style */
  .box_style {
    display: block;
    padding: 15px; }
    .box_style .box_image, .box_style .box_detail {
      width: 100%; }
    .box_style .box_image {
      display: none; }

  /* gallery_ul */
  .gallery_ul li {
    width: 48.5%; }
    .gallery_ul li:nth-child(3n) {
      margin: 0 3% 3% 0; }
    .gallery_ul li:nth-child(2n) {
      margin: 0 0 3%; }
    .gallery_ul li a {
      height: 130px; }

  /* item_flow */
  .item_flow .item_flow_num {
    line-height: 25px;
    width: 25px;
    height: 25px; }
    .item_flow .item_flow_num span {
      font-size: 1.5rem; }
  .item_flow .item_flow_ttl {
    padding-left: 60px;
    font-size: 1.8rem; }

  /* length */
  .length .detail {
    padding-right: 0; }
  .length .image {
    display: none; }

  .sns_list {
    margin-bottom: 0; }
    .sns_list li {
      width: 100%;
      margin: 0 0 15px 0; }
      .sns_list li:nth-child(3n) {
        margin: 0 0 15px 0; }
      .sns_list li:last-child {
        margin: 0; }

  /* etc */
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    float: none;
    margin: 0 auto 15px; }

  .w200, .w300, .w400 {
    width: 100%;
    margin-bottom: 15px; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .cbox {
    padding: 15px; }

  /* page_title_box */
  #page_title_box {
    padding: 20px 0 1px; }

  /* form */
  .form {
    width: 100%; }
    .form dl dt {
      float: none;
      width: 100%;
      line-height: 20px;
      padding-top: 10px; }
    .form dl dd {
      width: 100%;
      padding-left: 0;
      padding-bottom: 10px;
      padding-top: 10px;
      line-height: 20px; }
      .form dl dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px; } }
