@charset "UTF-8";
/* Scss Document */
body, a {
  margin: 0;
  padding: 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333; }
  body h2, body h3, body h4, body h5, body h6, a h2, a h3, a h4, a h5, a h6 {
    font-weight: 500; }

body {
  background: #fbfbfb; }
  body a:focus {
    outline: none; }

@media screen and (min-width: 1260px) {
  a {
    transition: all 0.1s; } }

input:focus, a:focus, button:focus {
  outline: none; }

header {
  position: fixed;
  width: 100%;
  height: 50px;
  z-index: 999;
  background: #4C3B31;
  /* モバイル用メニューバー */ }
  header .pc {
    display: none; }
  header .sp {
    display: block; }
  header #toggle {
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background: #fbfbfb;
    transition: all 0.3s; }
    header #toggle ul.iroha_menu {
      list-style: none; }
      header #toggle ul.iroha_menu li {
        font-weight: 500;
        font-size: 16px;
        margin: 0 auto;
        width: 80%;
        text-decoration: none;
        text-align: center;
        line-height: 50px;
        color: #333;
        border-bottom: solid 1px #333; }
        header #toggle ul.iroha_menu li p {
          margin: 0; }
          header #toggle ul.iroha_menu li p a {
            display: inline; }
        header #toggle ul.iroha_menu li a {
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
          color: #333;
          width: 100%;
          display: block;
          text-decoration: none; }
        header #toggle ul.iroha_menu li a:hover {
          opacity: .6; }
        header #toggle ul.iroha_menu li .contact_button {
          width: 100%;
          margin: 0 auto; }
          header #toggle ul.iroha_menu li .contact_button a {
            background: #8BC519;
            display: block;
            color: #fbfbfb;
            font-weight: 500; }
      header #toggle ul.iroha_menu li:last-child {
        border: none;
        font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
    header #toggle .iroha_menu,
    header #toggle .iroha_menu li {
      position: relative;
      margin: 0;
      padding: 0;
      overflow: hidden; }
    header #toggle #nav-toggle {
      position: absolute;
      text-align: right;
      display: none;
      z-index: 1000;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: all 0.3s; }
  header #nav-toggle img.menu_icon {
    position: absolute;
    display: block;
    height: 30px;
    right: 20px;
    transition: all 0.3s;
    top: 10px; }
  header #nav-toggle img.open_menu {
    display: none; }
  header #nav-toggle.open img.menu_icon {
    display: none; }
  header #nav-toggle.open img.open_menu {
    position: absolute;
    height: 30px;
    right: 20px;
    transition: all 0.3s;
    top: 10px;
    display: block; }
  header .header-inner {
    position: relative;
    /* jsで「.open-menu」を付ける */ }
    header .header-inner .site-title-wrap h1 {
      display: inline;
      margin: 0;
      padding: 0; }
      header .header-inner .site-title-wrap h1 a {
        display: inline; }
        header .header-inner .site-title-wrap h1 a img {
          height: 40px;
          margin: 5px 10px; }
    header .header-inner #toggle {
      width: 80%;
      margin-right: -100%; }
    header .header-inner #toggle.open-menu {
      margin-right: 0; }
    header .header-inner #nav-toggle {
      display: block; }

.black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all 0.3s; }

article.iroha_toppage {
  padding-top: 50px; }
  article.iroha_toppage section {
    width: 90%;
    margin: 0 auto 50px; }
    article.iroha_toppage section .iroha_titles {
      position: relative;
      height: 120px; }
      article.iroha_toppage section .iroha_titles .title_position {
        position: absolute;
        height: 60px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        color: #fbfbfb;
        filter: drop-shadow(0 0 10px black); }
        article.iroha_toppage section .iroha_titles .title_position h2 {
          font-size: 35px; }
        article.iroha_toppage section .iroha_titles .title_position h2, article.iroha_toppage section .iroha_titles .title_position p {
          display: block;
          width: 90%;
          margin: 0 auto;
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
        article.iroha_toppage section .iroha_titles .title_position p {
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
    article.iroha_toppage section .button {
      padding: 0;
      text-align: center;
      display: block;
      margin: 50px 0 0; }
      article.iroha_toppage section .button p {
        margin: 0 auto;
        display: inline-block;
        font-size: 16px;
        height: 40px; }
        article.iroha_toppage section .button p a {
          padding: 7px 20px;
          height: 100%;
          display: block;
          background: #fbfbfb;
          border-radius: 3px;
          font-weight: 500;
          color: #4C3B31;
          border: 1px solid #4C3B31;
          text-decoration: none; }
        article.iroha_toppage section .button p a:hover {
          background: #4C3B31;
          color: #fbfbfb; }
  article.iroha_toppage section.iroha_topimg {
    width: 100%;
    border-bottom: 1px solid #fbfbfb;
    position: relative;
    margin: 0; }
    article.iroha_toppage section.iroha_topimg ul {
      margin: 0;
      font-size: 0; }
    article.iroha_toppage section.iroha_topimg h2 {
      margin: 0; }
      article.iroha_toppage section.iroha_topimg h2 img {
        transition: 50s all;
        width: 100%;
        max-height: 300px;
        object-fit: cover; }
    article.iroha_toppage section.iroha_topimg .iroha_message {
      color: #fbfbfb;
      position: absolute;
      height: 40px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
      z-index: 1;
      font-size: 35px;
      font-weight: 100;
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
      line-height: .9;
      filter: drop-shadow(0 0 10px black); }
      article.iroha_toppage section.iroha_topimg .iroha_message img {
        width: 70%;
        filter: drop-shadow(0 0 5px black); }
  article.iroha_toppage section.iroha_banner {
    width: 100%; }
    article.iroha_toppage section.iroha_banner .banner_box ul {
      margin: 0 auto;
      font-size: 0; }
      article.iroha_toppage section.iroha_banner .banner_box ul li {
        padding: 0 1px; }
        article.iroha_toppage section.iroha_banner .banner_box ul li img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow {
        background: rgba(255, 255, 255, 0.7);
        width: 10%;
        height: auto;
        position: absolute;
        z-index: 5; }
        article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow img {
          display: block;
          width: 50%;
          height: 100%;
          margin: auto; }
      article.iroha_toppage section.iroha_banner .banner_box ul .prev-arrow {
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      article.iroha_toppage section.iroha_banner .banner_box ul .next-arrow {
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  article.iroha_toppage section.iroha_contents {
    width: 100%;
    border-bottom: 1px solid #fbfbfb; }
    article.iroha_toppage section.iroha_contents ul {
      display: flex;
      height: 85px;
      margin: 0; }
      article.iroha_toppage section.iroha_contents ul li {
        width: 33.3333%;
        text-align: center;
        position: relative;
        height: 85px;
        border-right: 1px solid #fbfbfb; }
        article.iroha_toppage section.iroha_contents ul li a {
          display: block;
          height: 100%; }
          article.iroha_toppage section.iroha_contents ul li a img {
            width: 100%;
            height: 85px;
            object-fit: cover; }
          article.iroha_toppage section.iroha_contents ul li a h3 {
            font-size: 16px;
            height: 100%;
            line-height: 85px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            color: #fbfbfb;
            font-weight: 200;
            background: rgba(0, 0, 0, 0.4); }
          article.iroha_toppage section.iroha_contents ul li a p {
            display: none; }
      article.iroha_toppage section.iroha_contents ul li:first-child {
        border-left: 1px solid #fbfbfb; }
  article.iroha_toppage section.iroha_news {
    font-size: 16px; }
    article.iroha_toppage section.iroha_news .news {
      background: #4C3B31; }
    article.iroha_toppage section.iroha_news .event {
      background: #8BC519; }
    article.iroha_toppage section.iroha_news .case {
      background: #806000; }
    article.iroha_toppage section.iroha_news .iroha_news_title {
      margin: 0 auto;
      text-align: center; }
      article.iroha_toppage section.iroha_news .iroha_news_title h2 {
        margin: 0 auto;
        writing-mode: vertical-rl;
        text-orientation: upright; }
      article.iroha_toppage section.iroha_news .iroha_news_title p {
        font-family: gothic;
        margin-top: 5px; }
    article.iroha_toppage section.iroha_news .iroha_news_list {
      padding: 0 15px;
      margin: 0 auto; }
      article.iroha_toppage section.iroha_news .iroha_news_list dl {
        margin-top: 50px;
        margin-bottom: 30px; }
        article.iroha_toppage section.iroha_news .iroha_news_list dl dt {
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
          font-weight: 300;
          font-size: 16px;
          display: flex;
          align-items: center; }
          article.iroha_toppage section.iroha_news .iroha_news_list dl dt span {
            border-radius: 3px;
            padding: 1px 5px;
            margin-left: 5px;
            font-size: 12px;
            color: #fbfbfb; }
        article.iroha_toppage section.iroha_news .iroha_news_list dl dd {
          font-size: 16px;
          margin: 5px 0 30px; }
          article.iroha_toppage section.iroha_news .iroha_news_list dl dd a {
            text-decoration: underline; }
    article.iroha_toppage section.iroha_news .open {
      text-align: center;
      margin: 50px auto;
      padding: 7px 20px;
      max-height: 50px;
      width: 150px;
      line-height: 130%;
      display: block;
      background: #fbfbfb;
      border-radius: 3px;
      font-weight: 500;
      color: #4C3B31;
      border: 1px solid #4C3B31;
      text-decoration: none;
      -webkit-transition: .2s;
      transition: .2s;
      height: 40px; }
      article.iroha_toppage section.iroha_news .open p {
        line-height: 23px;
        margin: 0;
        font-size: 16px; }
    article.iroha_toppage section.iroha_news .open:hover {
      cursor: pointer;
      background: #4C3B31;
      color: #fbfbfb; }
    article.iroha_toppage section.iroha_news .modal_news {
      position: fixed;
      border-radius: 5px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      height: 85%;
      overflow-y: scroll;
      background-color: #fbfbfb;
      display: none;
      z-index: 10; }
      article.iroha_toppage section.iroha_news .modal_news h4 {
        background: #4C3B31;
        color: #fbfbfb;
        padding: 15px; }
        article.iroha_toppage section.iroha_news .modal_news h4 span.close {
          position: absolute;
          right: 15px;
          display: inline-block;
          background: none;
          color: #fbfbfb;
          font-size: 25px;
          line-height: 25px;
          opacity: 1; }
      article.iroha_toppage section.iroha_news .modal_news ul {
        padding: 10px 15px; }
        article.iroha_toppage section.iroha_news .modal_news ul li {
          border-bottom: 1px dashed #bababa;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          article.iroha_toppage section.iroha_news .modal_news ul li p, article.iroha_toppage section.iroha_news .modal_news ul li h5 {
            margin: 0;
            font-size: 14px; }
            article.iroha_toppage section.iroha_news .modal_news ul li p a, article.iroha_toppage section.iroha_news .modal_news ul li h5 a {
              text-decoration: underline; }
          article.iroha_toppage section.iroha_news .modal_news ul li h5 {
            font-weight: 500; }
          article.iroha_toppage section.iroha_news .modal_news ul li p {
            margin-bottom: 5px;
            font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
            article.iroha_toppage section.iroha_news .modal_news ul li p span {
              border-radius: 3px;
              padding: 1px 5px;
              margin-left: 5px;
              font-size: 14px;
              color: #fbfbfb; }
    article.iroha_toppage section.iroha_news .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 3;
      display: none; }
  article.iroha_toppage section.iroha_works {
    width: 100%;
    font-size: 16px; }
    article.iroha_toppage section.iroha_works .iroha_titles {
      background: url(../img_iroha/works_bg.jpg) no-repeat;
      background-size: 100%  auto;
      background-position: right center; }
    article.iroha_toppage section.iroha_works .iroha_work_list {
      width: 90%;
      margin: 0 auto; }
      article.iroha_toppage section.iroha_works .iroha_work_list p {
        margin: 10px 0; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li {
        position: relative;
        margin-bottom: 10px; }
        article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a {
          width: 100%; }
          article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title {
            background: rgba(0, 0, 0, 0.6);
            position: absolute;
            width: 100%;
            height: 80px;
            z-index: 10;
            top: 0; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title h3 {
              font-size: 24px;
              color: #fbfbfb;
              margin: 0;
              position: absolute;
              width: calc(100% - 10px);
              height: 70px;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              line-height: .8;
              padding: 20px;
              border: 1px solid #fbfbfb; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title h3 span {
                font-size: 12px;
                font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title h3::after {
              content: "▲";
              transform: rotate(90deg);
              text-align: center;
              color: #4C3B31;
              background: #fbfbfb;
              border-radius: 5px;
              position: absolute;
              line-height: 30px;
              height: 30px;
              width: 30px;
              right: 20px;
              top: 0;
              bottom: 0;
              margin: auto; }
          article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a img {
            width: 100%;
            height: 80px;
            object-fit: cover; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.pc {
        display: none; }
  article.iroha_toppage section.iroha_information {
    width: 100%;
    font-size: 16px; }
    article.iroha_toppage section.iroha_information .iroha_titles {
      background: url(../img_iroha/company_top.jpg) no-repeat;
      background-size: auto 100%;
      background-position: left center; }
    article.iroha_toppage section.iroha_information .iroha_access {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      article.iroha_toppage section.iroha_information .iroha_access dl {
        margin-top: 20px;
        text-align: center; }
        article.iroha_toppage section.iroha_information .iroha_access dl dt {
          font-size: 14px; }
        article.iroha_toppage section.iroha_information .iroha_access dl dd {
          font-size: 30px; }
          article.iroha_toppage section.iroha_information .iroha_access dl dd a {
            color: #7E491F; }
    article.iroha_toppage section.iroha_information .button {
      margin: 0; }
      article.iroha_toppage section.iroha_information .button p {
        background: none;
        height: 40px;
        font-size: 16px; }
        article.iroha_toppage section.iroha_information .button p a {
          background: #8BC519;
          border: 1px solid #8BC519;
          color: #fbfbfb; }
        article.iroha_toppage section.iroha_information .button p a:hover {
          background: #fbfbfb;
          color: #8BC519; }
    article.iroha_toppage section.iroha_information .address {
      margin-top: 20px; }
    article.iroha_toppage section.iroha_information .recipient {
      text-align: left; }
      article.iroha_toppage section.iroha_information .recipient a {
        text-decoration: underline; }

footer {
  background: #4C3B31;
  text-align: center;
  padding-bottom: 70px; }
  footer .foot_box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #fbfbfb; }
    footer .foot_box .iroha_img {
      width: 30%;
      max-width: 100px;
      padding: 0; }
      footer .foot_box .iroha_img img {
        width: 100%; }
    footer .foot_box .foot_menu {
      width: 100%;
      max-width: calc(100% - 110px);
      margin: 0; }
      footer .foot_box .foot_menu li {
        border: 1px solid #fbfbfb;
        width: 100%;
        margin-bottom: 3px;
        font-size: 14px; }
        footer .foot_box .foot_menu li a {
          padding: 5px 0;
          width: 100%;
          display: block;
          color: #fbfbfb;
          text-decoration: none;
          -webkit-transition: .1s;
          transition: .1s; }
        footer .foot_box .foot_menu li a:hover {
          background: #fbfbfb;
          color: #4C3B31;
          -webkit-transition: .1s;
          transition: .1s; }
      footer .foot_box .foot_menu li:last-child {
        margin: 0; }
  footer .foot_logo {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px; }
    footer .foot_logo li img {
      margin: 0 auto;
      width: 100%;
      object-fit: cover; }
    footer .foot_logo .lixil {
      width: 17%;
      margin-left: 5px; }
    footer .foot_logo .gf {
      width: 83%; }
  footer p {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    color: #fbfbfb;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    margin-top: 20px;
    font-size: 10px; }

.to_top {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 2;
  background: #fbfbfb;
  border: 1px solid #4C3B31;
  height: 50px;
  width: 50px;
  bottom: 20px;
  right: 10px; }
  .to_top a {
    height: 100%;
    display: block;
    color: #4C3B31;
    opacity: 1;
    text-decoration: none;
    position: relative; }
    .to_top a p {
      height: 25px;
      width: 25px;
      line-height: 25px;
      position: absolute;
      font-size: 25px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.to_contact {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 2;
  background: #8BC519;
  border: 1px solid #8BC519;
  height: 50px;
  width: 200px;
  bottom: 20px;
  left: 10px; }
  .to_contact a {
    height: 100%;
    display: block;
    color: #fbfbfb;
    opacity: 1;
    text-decoration: none; }
    .to_contact a p {
      line-height: 1.2;
      height: 50px;
      padding: 5px 10px;
      font-weight: 500;
      font-size: 16px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

.to_top:hover {
  background: #4C3B31;
  border: 1px solid #fbfbfb; }
  .to_top:hover a {
    color: #fbfbfb; }

.to_contact:hover {
  background: #fbfbfb;
  border: 1px solid #8BC519; }
  .to_contact:hover a {
    color: #8BC519; }

@media screen and (min-width: 700px) {
  article.iroha_toppage section {
    width: 500px; }
    article.iroha_toppage section .iroha_titles {
      position: relative;
      height: 150px; }
      article.iroha_toppage section .iroha_titles .title_position h2, article.iroha_toppage section .iroha_titles .title_position p {
        width: 500px; }
  article.iroha_toppage section.iroha_topimg {
    width: 100%;
    border-bottom: 1px solid #333;
    position: relative;
    margin: 0; }
    article.iroha_toppage section.iroha_topimg ul {
      margin: 0;
      font-size: 0; }
    article.iroha_toppage section.iroha_topimg h2 {
      margin: 0; }
      article.iroha_toppage section.iroha_topimg h2 img {
        width: 100%;
        max-height: 500px;
        object-fit: cover; }
    article.iroha_toppage section.iroha_topimg .iroha_message {
      font-size: 50px; }
      article.iroha_toppage section.iroha_topimg .iroha_message span {
        font-size: 30px; }
  article.iroha_toppage section.iroha_banner {
    width: 500px;
    margin: 30px auto 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333; }
    article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow {
      background: none;
      width: 30px; }
    article.iroha_toppage section.iroha_banner .banner_box ul .prev-arrow {
      left: -35px;
      top: 0;
      bottom: 0;
      margin: auto; }
    article.iroha_toppage section.iroha_banner .banner_box ul .next-arrow {
      right: -35px;
      top: 0;
      bottom: 0;
      margin: auto; }
    article.iroha_toppage section.iroha_banner .banner_box ul.banner_1,
    article.iroha_toppage section.iroha_banner .banner_box ul.banner_2 {
      padding: 0; }
    article.iroha_toppage section.iroha_banner .banner_box ul.banner_1 {
      width: 500px;
      padding: 0; }
  article.iroha_toppage section.iroha_contents ul {
    height: 150px; }
    article.iroha_toppage section.iroha_contents ul li {
      height: 150px; }
      article.iroha_toppage section.iroha_contents ul li a img {
        height: 150px; }
      article.iroha_toppage section.iroha_contents ul li a h3 {
        font-size: 30px;
        line-height: 150px; }
  article.iroha_toppage section.iroha_news .iroha_news_title {
    margin: 0 auto;
    text-align: center; }
    article.iroha_toppage section.iroha_news .iroha_news_title h2 {
      font-size: 40px; }
  article.iroha_toppage section.iroha_news .iroha_news_list dl dt {
    font-size: 16px;
    position: absolute; }
    article.iroha_toppage section.iroha_news .iroha_news_list dl dt span {
      font-size: 12px;
      font-weight: 500; }
  article.iroha_toppage section.iroha_news .iroha_news_list dl dd {
    font-size: 16px;
    padding-left: 35%; }
  article.iroha_toppage section.iroha_news .modal_news {
    width: 500px;
    height: auto;
    max-height: 80%; }
    article.iroha_toppage section.iroha_news .modal_news ul li {
      display: flex; }
      article.iroha_toppage section.iroha_news .modal_news ul li p, article.iroha_toppage section.iroha_news .modal_news ul li h5 {
        font-size: 14px; }
        article.iroha_toppage section.iroha_news .modal_news ul li p a, article.iroha_toppage section.iroha_news .modal_news ul li h5 a {
          text-decoration: underline; }
      article.iroha_toppage section.iroha_news .modal_news ul li h5 {
        font-weight: 400;
        margin-left: 15px; }
  article.iroha_toppage section.iroha_works .iroha_titles {
    background-size: 100% auto;
    background-position: right 50%; }
  article.iroha_toppage section.iroha_works .iroha_work_list {
    width: 500px; }
    article.iroha_toppage section.iroha_works .iroha_work_list p {
      margin: 15px 0; }
    article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li {
      margin-bottom: 10px; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title {
        height: 100px; }
        article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a .work_title h3 {
          height: 90px;
          padding: 25px; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.sp li a img {
        height: 100px; }
  article.iroha_toppage section.iroha_information .iroha_titles {
    background-size: 100% auto; }
  article.iroha_toppage section.iroha_information .iroha_access {
    width: 500px; }

  footer {
    background: #4C3B31;
    text-align: center;
    padding: 0; }
    footer .foot_box {
      width: 500px; }
      footer .foot_box .iroha_img {
        width: 60px; }
      footer .foot_box .foot_menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: calc(100% - 80px); }
        footer .foot_box .foot_menu li {
          width: 49%;
          text-align: center;
          height: 40px; }
          footer .foot_box .foot_menu li a {
            padding: 7px 0;
            color: #fbfbfb;
            font-size: 16px; }
    footer .foot_logo {
      width: 500px;
      margin: 0 auto;
      padding-top: 15px; }
    footer p {
      margin: 0;
      padding: 35px 0; } }
@media screen and (min-width: 1260px) {
  header {
    height: 70px; }
    header .sp, header .tb {
      display: none; }
    header .pc {
      display: block; }
    header .header-inner .site-title-wrap {
      display: flex;
      position: relative; }
      header .header-inner .site-title-wrap h1 {
        width: 200px; }
        header .header-inner .site-title-wrap h1 a img {
          height: 60px; }
      header .header-inner .site-title-wrap .pc {
        display: inline;
        text-align: right;
        margin: 0 0 0 auto; }
        header .header-inner .site-title-wrap .pc .iroha_menu {
          justify-content: flex-end;
          padding-right: 180px;
          margin: 0 0 0 auto;
          display: flex;
          color: #fbfbfb;
          line-height: 70px; }
          header .header-inner .site-title-wrap .pc .iroha_menu li {
            font-size: 20px;
            margin-right: 30px;
            position: relative; }
            header .header-inner .site-title-wrap .pc .iroha_menu li a {
              color: #fbfbfb;
              text-decoration: none; }
            header .header-inner .site-title-wrap .pc .iroha_menu li a::before {
              content: "";
              height: 2px;
              background: #8BC519;
              display: inline-block;
              -webkit-transition: .2s all;
              transition: .2s all;
              border-radius: 1px;
              border-bottom: 2px solid #8BC519;
              width: 0;
              position: absolute;
              bottom: 20px;
              left: 0; }
          header .header-inner .site-title-wrap .pc .iroha_menu li:hover a {
            color: #8BC519; }
          header .header-inner .site-title-wrap .pc .iroha_menu li:hover a::before {
            width: 100%; }
        header .header-inner .site-title-wrap .pc .menu_contact {
          position: absolute;
          text-align: center;
          height: 60px;
          top: 5px;
          right: 10px;
          color: #fbfbfb; }
          header .header-inner .site-title-wrap .pc .menu_contact p {
            font-size: 16px;
            margin: 0; }
            header .header-inner .site-title-wrap .pc .menu_contact p a {
              color: #fbfbfb;
              text-decoration: none; }
          header .header-inner .site-title-wrap .pc .menu_contact .contact_button a {
            font-weight: 500;
            display: block;
            padding: 5px 10px;
            background: #8BC519;
            border: 1px solid #8BC519; }
          header .header-inner .site-title-wrap .pc .menu_contact .contact_button a:hover {
            background: #fbfbfb;
            border: 1px solid #fbfbfb;
            color: #4C3B31; }
    header .header-inner #nav-toggle {
      display: none; }

  article.iroha_toppage {
    padding-top: 70px; }
    article.iroha_toppage section {
      width: 990px;
      margin: 0 auto 90px; }
      article.iroha_toppage section .iroha_titles {
        position: relative;
        height: 330px; }
        article.iroha_toppage section .iroha_titles .title_position {
          position: absolute;
          height: 100px;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 100%;
          color: #fbfbfb; }
          article.iroha_toppage section .iroha_titles .title_position h2, article.iroha_toppage section .iroha_titles .title_position p {
            display: block;
            width: 990px;
            margin: 0 auto; }
          article.iroha_toppage section .iroha_titles .title_position h2 {
            font-size: 70px; }
          article.iroha_toppage section .iroha_titles .title_position p {
            font-size: 30px; }
      article.iroha_toppage section .button {
        margin: 30px 0 0; }
        article.iroha_toppage section .button p {
          height: 40px; }
          article.iroha_toppage section .button p a {
            font-weight: 400;
            font-size: 20px;
            line-height: 23px; }
    article.iroha_toppage section.iroha_topimg {
      border-bottom: 1px solid #333;
      height: calc(100vh - 70px);
      margin-bottom: 30px; }
      article.iroha_toppage section.iroha_topimg h2 img {
        width: 100%;
        max-height: calc(100vh - 70px);
        height: calc(100vh - 70px);
        object-fit: cover; }
      article.iroha_toppage section.iroha_topimg .iroha_message {
        width: 600px;
        font-size: 70px;
        line-height: .7;
        height: 60px; }
        article.iroha_toppage section.iroha_topimg .iroha_message img {
          width: 100%; }
    article.iroha_toppage section.iroha_banner {
      width: 990px;
      margin: 0 auto 70px;
      padding-bottom: 30px;
      border-bottom: 1px solid #333; }
      article.iroha_toppage section.iroha_banner .banner_box ul {
        padding: 0 50px; }
        article.iroha_toppage section.iroha_banner .banner_box ul li a img {
          -webkit-transition: .1s all;
          transition: .1s all; }
        article.iroha_toppage section.iroha_banner .banner_box ul li a:hover img {
          -webkit-transition: .1s all;
          transition: .1s all;
          opacity: 0.6; }
        article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow {
          width: 50px; }
          article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow img {
            -webkit-transition: .1s;
            transition: .1s; }
        article.iroha_toppage section.iroha_banner .banner_box ul .slick-arrow:hover img {
          -webkit-transition: .1s all;
          transition: .1s all;
          transform: scale(1.1);
          opacity: .6; }
        article.iroha_toppage section.iroha_banner .banner_box ul .prev-arrow {
          left: 0px;
          top: 0;
          bottom: 0;
          margin: auto; }
        article.iroha_toppage section.iroha_banner .banner_box ul .next-arrow {
          right: 0px;
          top: 0;
          bottom: 0;
          margin: auto; }
      article.iroha_toppage section.iroha_banner .banner_box ul.banner_1,
      article.iroha_toppage section.iroha_banner .banner_box ul.banner_2 {
        padding: 0; }
      article.iroha_toppage section.iroha_banner .banner_box ul.banner_1 {
        width: 445px;
        padding: 0; }
    article.iroha_toppage section.iroha_contents {
      width: 990px;
      padding-bottom: 50px;
      border-bottom: 1px solid #333; }
      article.iroha_toppage section.iroha_contents ul {
        display: flex;
        height: auto;
        justify-content: space-between; }
        article.iroha_toppage section.iroha_contents ul li {
          width: 30%;
          text-align: left;
          height: 100%;
          border-right: none; }
          article.iroha_toppage section.iroha_contents ul li a {
            text-decoration: none;
            height: 100%; }
            article.iroha_toppage section.iroha_contents ul li a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              overflow: hidden; }
            article.iroha_toppage section.iroha_contents ul li a h3 {
              margin: 10px 0;
              font-size: 30px;
              height: auto;
              line-height: 1;
              position: static;
              color: #7E491F;
              background: none;
              font-weight: 500; }
            article.iroha_toppage section.iroha_contents ul li a h3::before {
              content: "";
              height: 2px;
              background: #8BC519;
              display: inline-block;
              -webkit-transition: .2s all;
              transition: .2s all;
              border-bottom: 3px solid #8BC519;
              width: 0;
              position: absolute;
              bottom: 0;
              left: 0; }
            article.iroha_toppage section.iroha_contents ul li a p {
              position: static;
              display: block;
              min-height: 100px;
              font-size: 18px; }
          article.iroha_toppage section.iroha_contents ul li a:hover img {
            opacity: 0.6;
            -webkit-transition: .2s all;
            transition: .2s all; }
          article.iroha_toppage section.iroha_contents ul li a:hover h3 {
            -webkit-transition: .2s all;
            transition: .2s all;
            color: #8BC519; }
          article.iroha_toppage section.iroha_contents ul li a:hover h3::before {
            width: 100%; }
          article.iroha_toppage section.iroha_contents ul li a:hover p {
            color: #333; }
        article.iroha_toppage section.iroha_contents ul li:first-child {
          border-left: none; }
    article.iroha_toppage section.iroha_news {
      font-size: 18px; }
      article.iroha_toppage section.iroha_news .iroha_news_box {
        display: flex; }
        article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_title {
          width: 30%;
          margin: 10px auto 0;
          text-align: center; }
          article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_title h2 {
            margin: 0 auto;
            writing-mode: vertical-rl;
            text-orientation: upright;
            display: inline-block; }
          article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_title p {
            font-family: gothic;
            font-size: 16px;
            margin-top: 5px; }
        article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list {
          width: 70%; }
          article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl {
            margin-top: 0; }
            article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dt {
              font-size: 18px; }
              article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dt span {
                margin-left: 10px; }
            article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dd {
              padding-left: 28%;
              margin-bottom: 20px;
              font-size: 18px; }
              article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dd a {
                text-decoration: underline; }
              article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dd a:hover {
                color: #4C3B31;
                opacity: 0.6; }
                article.iroha_toppage section.iroha_news .iroha_news_box .iroha_news_list dl dd a:hover .iroha_news_title h2 {
                  opacity: 1; }
      article.iroha_toppage section.iroha_news .open {
        width: auto;
        max-width: 200px;
        font-weight: 400;
        line-height: 32px; }
        article.iroha_toppage section.iroha_news .open p {
          font-size: 20px; }
      article.iroha_toppage section.iroha_news .modal_news {
        width: 700px;
        height: auto;
        overflow-y: auto; }
        article.iroha_toppage section.iroha_news .modal_news ul li p, article.iroha_toppage section.iroha_news .modal_news ul li h5 {
          font-size: 14px; }
          article.iroha_toppage section.iroha_news .modal_news ul li p a, article.iroha_toppage section.iroha_news .modal_news ul li h5 a {
            text-decoration: underline;
            color: #333; }
          article.iroha_toppage section.iroha_news .modal_news ul li p a:hover, article.iroha_toppage section.iroha_news .modal_news ul li h5 a:hover {
            opacity: .6; }
        article.iroha_toppage section.iroha_news .modal_news ul li h5 {
          font-weight: 400;
          font-size: 16px; }
    article.iroha_toppage section.iroha_works .iroha_titles {
      background: url(../img_iroha/works_bg.jpg) no-repeat;
      background-position: center 45%; }
    article.iroha_toppage section.iroha_works .iroha_work_list {
      width: 990px; }
      article.iroha_toppage section.iroha_works .iroha_work_list p {
        text-align: center;
        font-size: 20px;
        margin: 20px 0; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.sp {
        display: none; }
      article.iroha_toppage section.iroha_works .iroha_work_list ul.pc {
        width: 990px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li {
          display: flex;
          justify-content: flex-end;
          width: 49%;
          height: 250px;
          text-align: center;
          margin-bottom: 20px; }
          article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title {
            width: 45%;
            position: relative;
            border-right: 1px solid #fbfbfb;
            color: #fbfbfb; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title h3 {
              position: absolute;
              width: 100%;
              height: 60px;
              top: 30%;
              font-size: 25px;
              line-height: .9; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title h3 span {
                font-size: 60%;
                font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title p {
              margin: 0;
              font-size: 18px;
              text-align: center;
              width: 100%;
              position: absolute;
              bottom: 0;
              border-top: 1px solid #fbfbfb; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title p a {
                display: block;
                padding: 20px 5px;
                color: #fbfbfb;
                text-decoration: none; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_title p a:hover {
                background: rgba(255, 255, 255, 0.3); }
          article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic {
            width: 55%;
            overflow: hidden; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a {
              height: 250px;
              position: relative;
              display: block; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                -webkit-transition: .3s all;
                transition: .3s all; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a .eff {
                width: 100%;
                height: 100%;
                text-align: center;
                position: absolute;
                top: 0;
                margin: auto;
                background: rgba(0, 0, 0, 0.6);
                background-size: 100% 100%;
                -webkit-transition: .2s all;
                transition: .2s all; }
                article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a .eff p {
                  color: #fbfbfb;
                  position: absolute;
                  height: 20px;
                  line-height: 20px;
                  font-size: 18px;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: auto; }
            article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a:hover {
              width: 100%;
              overflow: hidden;
              color: #fbfbfb; }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a:hover img {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2); }
              article.iroha_toppage section.iroha_works .iroha_work_list ul.pc li .work_pic a:hover .eff {
                background: rgba(0, 0, 0, 0.4); }
    article.iroha_toppage section.iroha_information .iroha_titles {
      background-size: 100% auto;
      background-position: center 60%; }
    article.iroha_toppage section.iroha_information .iroha_access {
      width: 990px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      article.iroha_toppage section.iroha_information .iroha_access dl {
        width: 60%;
        margin-top: 50px;
        text-align: left;
        position: relative;
        display: flex;
        align-items: center; }
        article.iroha_toppage section.iroha_information .iroha_access dl dt {
          font-size: 20px;
          position: absolute;
          width: 225px;
          height: 25px;
          line-height: 20px;
          top: 30px;
          bottom: 0; }
        article.iroha_toppage section.iroha_information .iroha_access dl dd {
          font-size: 55px;
          padding-left: 235px; }
          article.iroha_toppage section.iroha_information .iroha_access dl dd a {
            text-decoration: none; }
    article.iroha_toppage section.iroha_information .button {
      margin-top: 70px; }
    article.iroha_toppage section.iroha_information .address {
      margin-top: 20px;
      font-size: 20px; }
    article.iroha_toppage section.iroha_information .recipient {
      display: none; }

  footer {
    padding-bottom: 0; }
    footer .foot_pc {
      padding: 20px 0;
      width: 990px;
      margin: 0 auto;
      display: flex;
      border-bottom: 1px solid #fbfbfb; }
      footer .foot_pc .foot_box {
        border: none; }
        footer .foot_pc .foot_box .foot_menu {
          justify-content: flex-start; }
          footer .foot_pc .foot_box .foot_menu li {
            width: 49%;
            margin-right: 3px; }
            footer .foot_pc .foot_box .foot_menu li a {
              font-size: 16px;
              font-weight: 500; }
      footer .foot_pc .foot_logo {
        margin-left: 10px; }
    footer p {
      width: 100%;
      margin: 0;
      padding-bottom: 35px;
      color: #fbfbfb;
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
      font-size: 14px; }

  .to_top {
    height: 70px;
    width: 70px;
    bottom: 10px;
    right: 10px; }
    .to_top a p {
      height: 35px;
      width: 35px;
      line-height: 35px;
      font-size: 35px; }

  .to_contact {
    height: 70px;
    width: 260px;
    bottom: 10px;
    left: auto;
    right: 90px; }
    .to_contact a p {
      line-height: 1.2;
      height: 80px;
      padding: 10px;
      font-size: 22px; } }
article.iroha_subpage {
  padding-top: 50px; }
  article.iroha_subpage section {
    width: 90%;
    margin: 0 auto 20px; }
    article.iroha_subpage section .sub_title {
      position: relative;
      height: 150px;
      width: 90%;
      margin: 0 auto;
      color: #fbfbfb;
      filter: drop-shadow(0 0 10px black); }
      article.iroha_subpage section .sub_title h2 {
        padding-top: 40px;
        font-size: 40px;
        margin: 0;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      article.iroha_subpage section .sub_title p {
        margin: 0;
        font-size: 20px;
        font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
  article.iroha_subpage .news_page {
    font-size: 16px;
    padding-bottom: 30px; }
    article.iroha_subpage .news_page section.page_title {
      width: 100%;
      background: url(../img_iroha/news_bg.jpg) no-repeat;
      background-size: 100% auto;
      background-position: center;
      margin-bottom: 0; }
    article.iroha_subpage .news_page section.news_content h3 {
      color: #7E491F;
      text-align: center;
      margin: 30px 0 20px;
      font-size: 25px;
      font-weight: 500; }
    article.iroha_subpage .news_page section.news_content .classification {
      display: flex;
      margin-top: 10px;
      justify-content: center; }
      article.iroha_subpage .news_page section.news_content .classification p {
        margin: 0 5px; }
    article.iroha_subpage .news_page section.news_content .news_text {
      margin-top: 30px; }
      article.iroha_subpage .news_page section.news_content .news_text h4 {
        margin-bottom: 5px; }
      article.iroha_subpage .news_page section.news_content .news_text p {
        line-height: 1.7; }
        article.iroha_subpage .news_page section.news_content .news_text p a {
          text-decoration: underline;
          color: text;
          font-weight: 500; }
    article.iroha_subpage .news_page section.news_content .news_img ul li {
      filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
      margin-bottom: 15px;
      background: #fbfbfb;
      display: inline-block; }
      article.iroha_subpage .news_page section.news_content .news_img ul li img {
        max-width: 100%; }
  article.iroha_subpage .works_page {
    font-size: 16px; }
    article.iroha_subpage .works_page section.page_title {
      width: 100%;
      background: url(../img_iroha/works_bg.jpg) no-repeat;
      background-size: 100% auto;
      background-position: right 50%;
      margin-bottom: 0; }
    article.iroha_subpage .works_page section.category {
      font-size: 18px;
      border-bottom: 1px solid #bababa;
      padding-bottom: 20px; }
      article.iroha_subpage .works_page section.category p {
        margin: 10px 0;
        text-align: center; }
      article.iroha_subpage .works_page section.category ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 5px; }
        article.iroha_subpage .works_page section.category ul li {
          display: inline-block;
          margin-right: 5px;
          margin-bottom: 5px; }
          article.iroha_subpage .works_page section.category ul li a {
            border: 1px solid #4C3B31;
            background: #4C3B31;
            color: #fbfbfb;
            border-radius: 3px;
            display: block;
            height: 100%;
            padding: 5px 10px;
            text-decoration: none;
            font-weight: 500; }
          article.iroha_subpage .works_page section.category ul li a:hover {
            background: #fbfbfb;
            opacity: .6;
            transform: scale(1.05); }
          article.iroha_subpage .works_page section.category ul li a.active {
            background: #fbfbfb;
            font-weight: 500;
            pointer-events: none; }
    article.iroha_subpage .works_page #search_form {
      margin: 0 auto;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
    article.iroha_subpage .works_page .seach_box {
      max-width: 100%;
      display: flex;
      margin: 0 auto; }
      article.iroha_subpage .works_page .seach_box #search {
        height: 45px;
        width: calc(100% - 45px);
        padding: 0 10px;
        border: 1px solid #4C3B31;
        outline: 0;
        -webkit-appearance: none;
        border-radius: 0; }
      article.iroha_subpage .works_page .seach_box #sbtn2 {
        height: 45px;
        width: 45px;
        background: #4C3B31;
        color: #fbfbfb;
        border: 1px solid #4C3B31;
        position: relative; }
        article.iroha_subpage .works_page .seach_box #sbtn2 img {
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
    article.iroha_subpage .works_page #search {
      height: 45px;
      width: calc(100% - 45px);
      padding: 0 10px;
      border: 1px solid #4C3B31;
      outline: 0;
      -webkit-appearance: none;
      border-radius: 0; }
    article.iroha_subpage .works_page #sbtn2 {
      height: 45px;
      width: 45px;
      background: #4C3B31;
      color: #fbfbfb;
      border: 1px solid #4C3B31;
      position: relative; }
      article.iroha_subpage .works_page #sbtn2 img {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    article.iroha_subpage .works_page section.case_list h3 {
      text-align: center;
      margin: 30px 0; }
    article.iroha_subpage .works_page section.case_list ul li.case_box {
      max-height: 150px;
      margin-top: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dashed #bababa;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_img {
        display: block;
        position: relative;
        width: 30%;
        height: 100%;
        margin: 0; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_img a img {
          transition: all .1s;
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          margin: auto; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_img a:hover img {
          opacity: 0.6; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_img::before {
        content: "";
        display: block;
        padding-top: 100%; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_content {
        width: 70%;
        padding: 5px 10px;
        position: relative; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content h4 {
          font-size: 16px; }
          article.iroha_subpage .works_page section.case_list ul li.case_box .case_content h4 a {
            color: #7E491F;
            font-weight: 500;
            margin: 0 0 5px;
            overflow: hidden;
            line-height: 1.3;
            transition: all .1s; }
          article.iroha_subpage .works_page section.case_list ul li.case_box .case_content h4 a:hover {
            color: #8BC519; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content .case_place {
          font-size: 14px;
          margin: 0;
          margin-right: 5px;
          font-weight: 500; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content .case_category {
          font-size: 12px;
          font-weight: 500;
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
          background: #4C3B31;
          color: #fbfbfb;
          padding: 1px 5px;
          border-radius: 2px;
          display: inline-block;
          margin-bottom: 0;
          border: 1px solid #4C3B31;
          text-decoration: none; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content .case_date {
          font-size: 14px;
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
          display: block;
          margin-bottom: 5px;
          font-weight: 500; }
    article.iroha_subpage .works_page section.case_list ul li:first-child {
      border-top: 1px dashed #bababa;
      padding-top: 15px; }
    article.iroha_subpage .works_page section.case_list p {
      text-align: center;
      margin: 50px 0; }
    article.iroha_subpage .works_page .case_paging ul {
      display: flex;
      justify-content: center; }
      article.iroha_subpage .works_page .case_paging ul li {
        height: 100%; }
        article.iroha_subpage .works_page .case_paging ul li a {
          border-radius: 3px;
          border: 1px solid #4C3B31;
          background: #4C3B31;
          color: #fbfbfb;
          font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
          font-size: 18px;
          font-weight: 500;
          padding: 5px 10px;
          margin-right: 5px; }
        article.iroha_subpage .works_page .case_paging ul li a:hover {
          background: #fbfbfb;
          color: #4C3B31; }
      article.iroha_subpage .works_page .case_paging ul li:last-child {
        margin-right: 0; }
      article.iroha_subpage .works_page .case_paging ul li.active a {
        background: #fbfbfb;
        color: #4C3B31; }
    article.iroha_subpage .works_page section.works_content h3 {
      color: #7E491F;
      text-align: center;
      margin: 0;
      font-size: 25px;
      font-weight: 500; }
    article.iroha_subpage .works_page section.works_content h4, article.iroha_subpage .works_page section.works_content h5 {
      font-size: 20px; }
    article.iroha_subpage .works_page section.works_content p {
      font-size: 16px; }
    article.iroha_subpage .works_page section.works_content .classification {
      display: flex;
      margin-top: 10px;
      justify-content: center; }
      article.iroha_subpage .works_page section.works_content .classification p a {
        margin: 0 5px;
        color: #333; }
    article.iroha_subpage .works_page section.works_content .not_slider {
      width: 100%;
      margin-bottom: 0;
      margin-top: 20px;
      align-items: center; }
      article.iroha_subpage .works_page section.works_content .not_slider .picture {
        width: 85%;
        height: 75%;
        margin: 0 auto;
        position: relative;
        display: block; }
        article.iroha_subpage .works_page section.works_content .not_slider .picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
      article.iroha_subpage .works_page section.works_content .not_slider .picture::before {
        content: "";
        display: block;
        padding-top: 75%; }
      article.iroha_subpage .works_page section.works_content .not_slider p {
        margin: 10px auto;
        width: 90%;
        color: #333;
        text-align: center;
        font-weight: 500;
        font-size: 18px; }
    article.iroha_subpage .works_page section.works_content .main_slider {
      width: 100%;
      margin-bottom: 0;
      margin-top: 20px;
      display: flex;
      align-items: center; }
      article.iroha_subpage .works_page section.works_content .main_slider li {
        margin: 0 auto;
        height: auto;
        position: relative; }
        article.iroha_subpage .works_page section.works_content .main_slider li .picture {
          width: 85%;
          height: 75%;
          margin: 0 auto;
          position: relative;
          display: block; }
          article.iroha_subpage .works_page section.works_content .main_slider li .picture img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto; }
        article.iroha_subpage .works_page section.works_content .main_slider li .picture::before {
          content: "";
          display: block;
          padding-top: 75%; }
        article.iroha_subpage .works_page section.works_content .main_slider li p {
          margin: 10px auto;
          width: 90%;
          color: #333;
          text-align: center;
          font-weight: 500;
          font-size: 18px; }
      article.iroha_subpage .works_page section.works_content .main_slider .slick-arrow {
        cursor: pointer;
        width: 5%;
        height: 100%;
        padding-bottom: 25px; }
      article.iroha_subpage .works_page section.works_content .main_slider .prev-box {
        height: 100%; }
        article.iroha_subpage .works_page section.works_content .main_slider .prev-box .prev-arrow img {
          background: #fbfbfb;
          padding-right: 3px;
          width: 20px;
          margin: auto; }
      article.iroha_subpage .works_page section.works_content .main_slider .next-box {
        height: 100%; }
        article.iroha_subpage .works_page section.works_content .main_slider .next-box .next-arrow img {
          background: #fbfbfb;
          padding-right: 3px;
          width: 20px;
          margin: auto; }
    article.iroha_subpage .works_page section.works_content .main_tab {
      width: 90%;
      margin: 0 auto; }
      article.iroha_subpage .works_page section.works_content .main_tab li {
        width: 20%; }
        article.iroha_subpage .works_page section.works_content .main_tab li .thumb {
          width: 90%;
          margin: 0 auto;
          position: relative;
          display: block; }
        article.iroha_subpage .works_page section.works_content .main_tab li img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        article.iroha_subpage .works_page section.works_content .main_tab li .thumb::before {
          content: "";
          display: block;
          padding-top: 75%; }
      article.iroha_subpage .works_page section.works_content .main_tab .slick-current img {
        opacity: .6; }
    article.iroha_subpage .works_page section.works_content .works_text {
      margin-top: 30px; }
      article.iroha_subpage .works_page section.works_content .works_text h4 {
        margin-bottom: 5px; }
      article.iroha_subpage .works_page section.works_content .works_text p {
        line-height: 1.7; }
        article.iroha_subpage .works_page section.works_content .works_text p a {
          font-weight: 500;
          text-decoration: underline; }
    article.iroha_subpage .works_page section.works_content .before_after {
      margin-top: 50px; }
      article.iroha_subpage .works_page section.works_content .before_after h4 {
        text-align: center;
        font-size: 30px;
        line-height: .9;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 30px 0; }
        article.iroha_subpage .works_page section.works_content .before_after h4 span {
          font-size: 20px; }
      article.iroha_subpage .works_page section.works_content .before_after .ba_box {
        margin-bottom: 30px;
        border-bottom: 1px solid #bababa; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box h5 {
          font-size: 20px;
          text-align: center;
          margin: 25px 0 20px; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box p.ba_text {
          margin: 0 0 10px; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li {
          border: 1px solid #bababa; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li p {
            font-size: 50px;
            line-height: 1;
            margin: 0;
            padding: 5px 0 0 5px;
            opacity: .8; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li .picture {
            width: 100%;
            margin: 0 auto;
            position: relative;
            display: block; }
            article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li .picture img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li .picture:before {
            content: "";
            display: block;
            padding-top: 75%; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li.after p {
          color: #7E491F; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture .for_icon {
          color: #4C3B31;
          border: none;
          text-align: center;
          font-size: 50px;
          line-height: 1;
          padding-top: 5px;
          transform: rotate(180deg); }
    article.iroha_subpage .works_page section.works_content .keyword ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin: 0 0 5px; }
      article.iroha_subpage .works_page section.works_content .keyword ul li {
        background: #4C3B31;
        display: inline-block;
        border: 1px solid #4C3B31;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 500; }
        article.iroha_subpage .works_page section.works_content .keyword ul li a {
          color: #fbfbfb;
          padding: 5px 10px;
          display: block;
          height: 100%;
          text-decoration: none; }
      article.iroha_subpage .works_page section.works_content .keyword ul li:hover {
        background: #fbfbfb; }
        article.iroha_subpage .works_page section.works_content .keyword ul li:hover a {
          color: #4C3B31; }
    article.iroha_subpage .works_page section.paging {
      border-top: 1px solid #bababa;
      width: 100%;
      padding: 0 5%; }
      article.iroha_subpage .works_page section.paging p.page_button {
        width: 65%;
        text-align: center;
        background: #4C3B31;
        border-radius: 3px;
        margin: 20px auto;
        font-size: 18px;
        border: 1px solid #4C3B31;
        font-weight: 500; }
        article.iroha_subpage .works_page section.paging p.page_button a {
          display: block;
          padding: 5px 10px;
          color: #fbfbfb;
          text-decoration: none; }
      article.iroha_subpage .works_page section.paging p.page_button:hover {
        background: #fbfbfb; }
        article.iroha_subpage .works_page section.paging p.page_button:hover a {
          color: #4C3B31; }
      article.iroha_subpage .works_page section.paging ul {
        display: flex;
        justify-content: space-around;
        margin: 0; }
        article.iroha_subpage .works_page section.paging ul li {
          font-size: 18px; }
          article.iroha_subpage .works_page section.paging ul li a, article.iroha_subpage .works_page section.paging ul li span {
            display: flex;
            align-content: center;
            color: #333; }
          article.iroha_subpage .works_page section.paging ul li span {
            opacity: 0.5; }
          article.iroha_subpage .works_page section.paging ul li a:hover {
            opacity: .6; }
        article.iroha_subpage .works_page section.paging ul .next p {
          transform: rotate(90deg); }
        article.iroha_subpage .works_page section.paging ul .back p {
          transform: rotate(-90deg); }
  article.iroha_subpage .service_page {
    font-size: 16px; }
    article.iroha_subpage .service_page section.page_title {
      width: 100%;
      background: url(../img_iroha/service_bg.jpg) no-repeat;
      background-size: auto 100%;
      background-position: top;
      margin-bottom: 0; }
    article.iroha_subpage .service_page h3 {
      text-align: center;
      margin: 20px 0;
      padding: 30px 0;
      border-bottom: 1px solid #333;
      border-top: 1px solid #333;
      font-size: 30px;
      line-height: .9; }
      article.iroha_subpage .service_page h3 span {
        font-size: 20px; }
    article.iroha_subpage .service_page section.service_list ul li {
      margin-top: 10px;
      padding-bottom: 20px; }
      article.iroha_subpage .service_page section.service_list ul li .service_img {
        width: 100%;
        height: 75%;
        margin: 0 auto;
        position: relative;
        display: block; }
        article.iroha_subpage .service_page section.service_list ul li .service_img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          margin: auto; }
      article.iroha_subpage .service_page section.service_list ul li .service_img::before {
        content: "";
        display: block;
        padding-top: 75%; }
      article.iroha_subpage .service_page section.service_list ul li .service_box {
        border: 1px solid #bababa;
        border-top: none;
        margin-top: 10px; }
        article.iroha_subpage .service_page section.service_list ul li .service_box .service_title {
          padding: 20px 15px;
          min-height: 90px;
          position: relative; }
          article.iroha_subpage .service_page section.service_list ul li .service_box .service_title h4 {
            font-weight: 500;
            margin: 0;
            font-size: 20px;
            text-align: center;
            color: #4C3B31;
            display: block;
            height: 100%;
            padding-bottom: 15px; }
            article.iroha_subpage .service_page section.service_list ul li .service_box .service_title h4 span {
              font-size: 12px;
              font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
          article.iroha_subpage .service_page section.service_list ul li .service_box .service_title p {
            display: none;
            margin: 15px 0;
            bottom: 0; }
            article.iroha_subpage .service_page section.service_list ul li .service_box .service_title p a {
              padding: 10px;
              background: #4C3B31;
              color: #fbfbfb; }
      article.iroha_subpage .service_page section.service_list ul li .service_type p {
        font-size: 16px;
        padding: 10px 15px 20px;
        margin: 0; }
      article.iroha_subpage .service_page section.service_list ul li .to_list button {
        width: 180px;
        display: block;
        margin: 0 auto 20px;
        border: none;
        background: none; }
        article.iroha_subpage .service_page section.service_list ul li .to_list button a {
          padding: 10px 15px;
          background: #4C3B31;
          border-radius: 3px;
          display: block;
          height: 100%;
          color: #fbfbfb;
          font-weight: 500;
          text-decoration: none; }
        article.iroha_subpage .service_page section.service_list ul li .to_list button a:hover {
          opacity: 0.6; }
    article.iroha_subpage .service_page .service_area {
      margin-bottom: 50px; }
      article.iroha_subpage .service_page .service_area p {
        padding: 0 15px; }
    article.iroha_subpage .service_page section.service_process {
      margin-top: 60px; }
      article.iroha_subpage .service_page section.service_process h3 {
        margin-bottom: 20px; }
      article.iroha_subpage .service_page section.service_process dl {
        text-align: center; }
        article.iroha_subpage .service_page section.service_process dl dt {
          position: relative;
          white-space: wrap;
          text-align: center;
          font-size: 20px;
          display: inline-block;
          line-height: 1.4;
          padding: 20px 0 0;
          display: block;
          background: #EDF8E7;
          border: 1px solid #d7d7d7; }
          article.iroha_subpage .service_page section.service_process dl dt p {
            margin: 0; }
            article.iroha_subpage .service_page section.service_process dl dt p span.step {
              font-size: 14px;
              color: #7E491F; }
          article.iroha_subpage .service_page section.service_process dl dt h4 {
            font-size: 20px;
            font-weight: 500;
            width: calc(100% - 30px);
            color: #4C3B31;
            padding-bottom: 25px;
            margin: 0 auto; }
        article.iroha_subpage .service_page section.service_process dl dd {
          text-align: left;
          padding: 30px 15px;
          margin-bottom: 70px;
          position: relative;
          background: #F8FDF6;
          border: 1px solid #d7d7d7;
          border-top: none; }
        article.iroha_subpage .service_page section.service_process dl dd::after {
          content: "〉";
          color: #4C3B31;
          width: 30px;
          height: 30px;
          font-size: 30px;
          line-height: 30px;
          transform: rotate(90deg);
          position: absolute;
          bottom: -60px;
          left: 0;
          right: 0;
          margin: auto;
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0)); }
        article.iroha_subpage .service_page section.service_process dl dd:last-child::after {
          content: ""; }
  article.iroha_subpage .company_page {
    font-size: 16px; }
    article.iroha_subpage .company_page section.page_title {
      width: 100%;
      background: url(../img_iroha/company_top.jpg) no-repeat;
      background-size: auto 100%;
      background-position: center;
      margin-bottom: 0; }
    article.iroha_subpage .company_page h3 {
      font-size: 30px;
      text-align: center;
      margin: 20px 0;
      padding: 30px 0;
      border-bottom: 1px solid #333;
      border-top: 1px solid #333; }
    article.iroha_subpage .company_page section.about {
      margin-bottom: 50px; }
      article.iroha_subpage .company_page section.about h4 {
        color: #806000;
        font-weight: 500;
        font-size: 20px;
        margin: 30px 0;
        line-height: 1.3; }
      article.iroha_subpage .company_page section.about img {
        width: 100%; }
      article.iroha_subpage .company_page section.about p {
        margin: 15px 0; }
    article.iroha_subpage .company_page section.staff_list ul li {
      border-bottom: 1px dashed #bababa;
      margin-top: 50px; }
      article.iroha_subpage .company_page section.staff_list ul li .staff_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img {
          width: 45%;
          position: relative;
          display: block; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img img {
            width: 100%;
            height: 100%;
            background: #fbfbfb;
            padding: 10px;
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
            border-radius: 3px;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img::before {
          content: "";
          display: block;
          padding-top: 100%;
          max-height: 100%; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile {
          width: 53%; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .position {
            margin: 15px 0 5px;
            color: #806000; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .name {
            font-size: 25px;
            font-weight: 500;
            margin: 0 0 15px;
            line-height: 1.1;
            color: #806000; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .name span.furigana {
              font-size: 14px; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .name span.name_color {
              color: #8BC519; }
      article.iroha_subpage .company_page section.staff_list ul li .staff_message {
        width: 100%;
        margin: 20px 0; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_message h5 {
          font-size: 20px;
          color: #806000;
          font-weight: 500;
          margin-bottom: 10px; }
    article.iroha_subpage .company_page section.staff_list .etc p {
      margin: 40px auto;
      font-size: 20px;
      text-align: center;
      color: #806000;
      font-weight: 500; }
    article.iroha_subpage .company_page section.overview .imgs {
      display: flex;
      justify-content: space-around;
      margin: 20px 0; }
      article.iroha_subpage .company_page section.overview .imgs img {
        width: 49%; }
    article.iroha_subpage .company_page section.overview dl {
      border-top: 1px dashed #bababa;
      padding-top: 15px;
      margin-top: 50px; }
      article.iroha_subpage .company_page section.overview dl dt {
        margin-bottom: 5px; }
      article.iroha_subpage .company_page section.overview dl dd {
        border-bottom: 1px dashed #bababa;
        padding-bottom: 15px;
        margin-bottom: 15px; }
    article.iroha_subpage .company_page section.overview p {
      margin: 0; }
    article.iroha_subpage .company_page section.access {
      margin-bottom: 30px; }
      article.iroha_subpage .company_page section.access h3 {
        margin-bottom: 30px; }
      article.iroha_subpage .company_page section.access iframe {
        margin-top: 20px; }
      article.iroha_subpage .company_page section.access h5 {
        margin-top: 30px; }
  article.iroha_subpage .question_page {
    font-size: 16px; }
    article.iroha_subpage .question_page section.page_title {
      width: 100%;
      background: url(../img_iroha/question_top.jpg) no-repeat;
      background-size: auto 100%;
      background-position: left 75%;
      margin-bottom: 0; }
    article.iroha_subpage .question_page h3 {
      font-size: 25px;
      margin: 20px 0;
      padding: 10px 0;
      border-bottom: 1px solid #333; }
    article.iroha_subpage .question_page section.question_list ul li {
      margin-bottom: 50px; }
      article.iroha_subpage .question_page section.question_list ul li h3 {
        padding-left: 30px;
        position: relative;
        font-weight: 500; }
        article.iroha_subpage .question_page section.question_list ul li h3 span {
          margin-left: 10px; }
      article.iroha_subpage .question_page section.question_list ul li h3::before {
        content: "Q.";
        position: absolute;
        left: 0;
        width: 25px; }
      article.iroha_subpage .question_page section.question_list ul li dl dt {
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
        transform: translateZ(0);
        color: #7E491F;
        position: relative;
        font-size: 18px;
        margin-top: 10px;
        padding: 10px 15px;
        padding-left: 40px;
        background: #EDF8E7;
        cursor: pointer; }
      article.iroha_subpage .question_page section.question_list ul li dl dt:hover {
        transition: all 0.1s; }
      article.iroha_subpage .question_page section.question_list ul li dl dt.open {
        color: #8BC519; }
      article.iroha_subpage .question_page section.question_list ul li dl dt::after {
        transition: all 0.2s;
        width: 20px;
        height: 20px;
        content: "▲";
        position: absolute;
        transform: rotate(180deg);
        left: 10px;
        top: 15px;
        margin: auto;
        color: #8BC519;
        text-align: center; }
      article.iroha_subpage .question_page section.question_list ul li dl dt.open::after {
        transition: all 0.2s;
        content: "▲";
        transform: rotate(0);
        top: 10px; }
      article.iroha_subpage .question_page section.question_list ul li dl dd {
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
        transform: translateZ(0);
        background: #F8FDF6;
        display: none;
        position: relative;
        padding: 15px;
        padding-left: 45px; }
        article.iroha_subpage .question_page section.question_list ul li dl dd a {
          text-decoration: underline; }
      article.iroha_subpage .question_page section.question_list ul li dl dd::after {
        content: "A.";
        position: absolute;
        top: 5px;
        left: 15px;
        width: 30px;
        font-size: 25px;
        color: #806000; }
      article.iroha_subpage .question_page section.question_list ul li dl dd.on {
        display: block; }
  article.iroha_subpage .contact_page {
    font-size: 16px; }
    article.iroha_subpage .contact_page .required::after {
      content: "*";
      color: #FF0004;
      font-weight: 400;
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; }
    article.iroha_subpage .contact_page section.page_title {
      width: 100%;
      background: url(../img_iroha/contact_bg.jpg) no-repeat;
      background-size: auto 100%;
      background-position: left 75%;
      margin-bottom: 0; }
    article.iroha_subpage .contact_page h3 {
      text-align: center;
      margin: 20px 0;
      padding: 10px 0;
      border-bottom: 1px solid #333; }
    article.iroha_subpage .contact_page section.info h3 {
      font-size: 25px; }
    article.iroha_subpage .contact_page section.info ul li {
      margin-bottom: 25px; }
      article.iroha_subpage .contact_page section.info ul li h4, article.iroha_subpage .contact_page section.info ul li h5 {
        border-bottom: 1px dashed #bababa; }
      article.iroha_subpage .contact_page section.info ul li h4 {
        color: #7E491F;
        font-weight: 500; }
      article.iroha_subpage .contact_page section.info ul li h5 {
        line-height: 1.4;
        font-weight: 500;
        font-size: 16px; }
      article.iroha_subpage .contact_page section.info ul li p {
        margin: 0; }
      article.iroha_subpage .contact_page section.info ul li .address {
        text-align: center;
        margin-bottom: 10px; }
    article.iroha_subpage .contact_page section.contact_form h3 {
      margin-top: 30px; }
    article.iroha_subpage .contact_page section.contact_form .contact_text {
      margin: 15px 0; }
      article.iroha_subpage .contact_page section.contact_form .contact_text a {
        text-decoration: underline;
        color: #7E491F;
        font-weight: 500; }
      article.iroha_subpage .contact_page section.contact_form .contact_text a:hover {
        opacity: .6; }
    article.iroha_subpage .contact_page section.contact_form .telmail li {
      margin-bottom: 5px; }
      article.iroha_subpage .contact_page section.contact_form .telmail li p {
        margin: 0; }
      article.iroha_subpage .contact_page section.contact_form .telmail li span {
        font-size: 25px;
        font-weight: 400;
        text-align: center;
        color: #7E491F; }
        article.iroha_subpage .contact_page section.contact_form .telmail li span a {
          color: #7E491F; }
        article.iroha_subpage .contact_page section.contact_form .telmail li span a:hover {
          opacity: .6; }
    article.iroha_subpage .contact_page section.contact_form form table {
      border-collapse: collapse; }
      article.iroha_subpage .contact_page section.contact_form form table p {
        font-weight: bold;
        text-align: center;
        margin: 60px auto 40px; }
      article.iroha_subpage .contact_page section.contact_form form table input[type="submit"],
      article.iroha_subpage .contact_page section.contact_form form table input[type="text"],
      article.iroha_subpage .contact_page section.contact_form form table input[type="email"],
      article.iroha_subpage .contact_page section.contact_form form table select,
      article.iroha_subpage .contact_page section.contact_form form table textarea,
      article.iroha_subpage .contact_page section.contact_form form table button {
        box-shadow: none;
        outline: none;
        border: none; }
      article.iroha_subpage .contact_page section.contact_form form table input[type="text"][disabled],
      article.iroha_subpage .contact_page section.contact_form form table select[disabled] {
        background: #F1F1F1;
        cursor: not-allowed;
        /* 禁止カーソル */
        opacity: .6; }
      article.iroha_subpage .contact_page section.contact_form form table input[type="text"],
      article.iroha_subpage .contact_page section.contact_form form table input[type="email"],
      article.iroha_subpage .contact_page section.contact_form form table textarea {
        border: solid 1px #bababa;
        background: #fbfbfb;
        display: block;
        padding: 12px 10px;
        transition: 0.2s;
        border-radius: 0; }
      article.iroha_subpage .contact_page section.contact_form form table input.input_middle {
        margin-top: 5px;
        width: 50%; }
      article.iroha_subpage .contact_page section.contact_form form table select {
        border: solid 1px #bababa;
        background: #fbfbfb;
        padding: 3px 3px 5px;
        transition: 0.2s;
        border-radius: 0; }
      article.iroha_subpage .contact_page section.contact_form form table input[type="text"]:focus,
      article.iroha_subpage .contact_page section.contact_form form table input[type="email"]:focus,
      article.iroha_subpage .contact_page section.contact_form form table textarea:focus {
        background: #e9f5fb;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
      article.iroha_subpage .contact_page section.contact_form form table textarea[name="content"] {
        display: inline-block;
        width: 100%;
        height: 200px; }
      article.iroha_subpage .contact_page section.contact_form form table input::placeholder,
      article.iroha_subpage .contact_page section.contact_form form table textarea::placeholder {
        color: #ccc; }
      article.iroha_subpage .contact_page section.contact_form form table ::-webkit-input-placeholder {
        color: #ccc;
        opacity: 1; }
      article.iroha_subpage .contact_page section.contact_form form table ::-moz-placeholder {
        color: #ccc;
        opacity: 1; }
      article.iroha_subpage .contact_page section.contact_form form table :-ms-input-placeholder {
        color: #ccc;
        opacity: 1; }
    article.iroha_subpage .contact_page section.contact_form form .form-table {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #d7d7d7;
      border-top: none; }
    article.iroha_subpage .contact_page section.contact_form form .form-table th,
    article.iroha_subpage .contact_page section.contact_form form .form-table td {
      display: block;
      width: 100%;
      border-top: 1px solid #d7d7d7;
      padding: 20px; }
      article.iroha_subpage .contact_page section.contact_form form .form-table th label,
      article.iroha_subpage .contact_page section.contact_form form .form-table td label {
        margin-bottom: 10px; }
    article.iroha_subpage .contact_page section.contact_form form .form-table th {
      background: #EDF8E7;
      position: relative;
      text-align: left; }
      article.iroha_subpage .contact_page section.contact_form form .form-table th label {
        margin: 0; }
      article.iroha_subpage .contact_page section.contact_form form .form-table th span {
        color: #FF0004;
        font-size: 10px; }
    article.iroha_subpage .contact_page section.contact_form form .form-table td {
      background: #F8FDF6; }
      article.iroha_subpage .contact_page section.contact_form form .form-table td ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0; }
        article.iroha_subpage .contact_page section.contact_form form .form-table td ul li {
          margin-right: 10px; }
          article.iroha_subpage .contact_page section.contact_form form .form-table td ul li label input {
            display: inline; }
        article.iroha_subpage .contact_page section.contact_form form .form-table td ul .intro_label {
          width: 100%;
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          article.iroha_subpage .contact_page section.contact_form form .form-table td ul .intro_label label {
            margin: 0;
            margin-right: 5px; }
          article.iroha_subpage .contact_page section.contact_form form .form-table td ul .intro_label .sama {
            display: flex;
            align-items: center; }
    article.iroha_subpage .contact_page section.contact_form form .buttons {
      margin: 30px 0 50px;
      text-align: center; }
      article.iroha_subpage .contact_page section.contact_form form .buttons input {
        border-radius: 3px;
        height: 40px;
        width: 150px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        border: 1px solid #4C3B31;
        padding: 5px 10px;
        background: #fbfbfb;
        cursor: pointer; }
      article.iroha_subpage .contact_page section.contact_form form .buttons input:hover {
        background: #4C3B31;
        color: #fbfbfb; }
    article.iroha_subpage .contact_page section.confirm_form .contact_text {
      margin: 15px 0; }
    article.iroha_subpage .contact_page section.confirm_form form table {
      border-collapse: collapse; }
      article.iroha_subpage .contact_page section.confirm_form form table p {
        font-weight: bold;
        margin: 0; }
    article.iroha_subpage .contact_page section.confirm_form form .form-table {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #d7d7d7;
      border-top: none;
      font-size: 14px; }
    article.iroha_subpage .contact_page section.confirm_form form .form-table th,
    article.iroha_subpage .contact_page section.confirm_form form .form-table td {
      display: block;
      width: 100%;
      border-top: 1px solid #d7d7d7;
      padding: 5px; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table th label,
      article.iroha_subpage .contact_page section.confirm_form form .form-table td label {
        margin-bottom: 10px; }
    article.iroha_subpage .contact_page section.confirm_form form .form-table th {
      background: #EDF8E7;
      position: relative;
      text-align: left; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table th label {
        margin: 0; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table th span {
        color: #FF0004;
        font-size: 10px; }
    article.iroha_subpage .contact_page section.confirm_form form .form-table td {
      background: #F8FDF6; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table td p {
        display: block; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table td ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0; }
        article.iroha_subpage .contact_page section.confirm_form form .form-table td ul li {
          margin-right: 10px; }
          article.iroha_subpage .contact_page section.confirm_form form .form-table td ul li label input {
            display: inline; }
          article.iroha_subpage .contact_page section.confirm_form form .form-table td ul li label .sama {
            display: flex;
            align-items: center; }
    article.iroha_subpage .contact_page section.confirm_form form .buttons {
      margin: 30px 0;
      text-align: center;
      height: 40px;
      display: flex;
      justify-content: center; }
      article.iroha_subpage .contact_page section.confirm_form form .buttons input {
        height: 40px;
        max-width: 150px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
        border: 1px solid #4C3B31;
        padding: 5px 10px;
        background: #fbfbfb;
        border-radius: 3px;
        margin-right: 5px; }
      article.iroha_subpage .contact_page section.confirm_form form .buttons input:hover {
        background: #4C3B31;
        color: #fbfbfb; }
      article.iroha_subpage .contact_page section.confirm_form form .buttons .complete_button {
        display: inline-block; }
        article.iroha_subpage .contact_page section.confirm_form form .buttons .complete_button p {
          margin: 0;
          text-align: center;
          display: block;
          height: 40px; }
          article.iroha_subpage .contact_page section.confirm_form form .buttons .complete_button p a {
            border-radius: 3px;
            border: 1px solid #4C3B31;
            display: block;
            padding: 0 10px;
            height: 100%;
            line-height: 38px;
            color: #4C3B31;
            background: #fbfbfb;
            text-decoration: none; }
        article.iroha_subpage .contact_page section.confirm_form form .buttons .complete_button p:hover a {
          background: #4C3B31;
          color: #fbfbfb; }
    article.iroha_subpage .contact_page .tohome_button {
      display: block;
      margin: 30px auto 50px;
      text-align: center; }
      article.iroha_subpage .contact_page .tohome_button p {
        margin: 0;
        text-align: center;
        display: inline-block;
        height: 40px; }
        article.iroha_subpage .contact_page .tohome_button p a {
          border-radius: 3px;
          border: 1px solid #4C3B31;
          display: block;
          padding: 0 10px;
          height: 100%;
          line-height: 38px;
          color: #4C3B31;
          background: #fbfbfb;
          text-decoration: none; }
      article.iroha_subpage .contact_page .tohome_button p:hover a {
        background: #4C3B31;
        color: #fbfbfb; }
    article.iroha_subpage .contact_page section.complete_text {
      margin: 50px auto;
      padding: 20px;
      background: #F8FDF6;
      border: 1px solid #d7d7d7; }

@media screen and (min-width: 700px) {
  article.iroha_subpage section .sub_title {
    text-align: center; }
  article.iroha_subpage .news_page section.page_title {
    margin-bottom: 0; }
  article.iroha_subpage .works_page section.page_title {
    background-size: 100% auto;
    background-position: right 85%; }
  article.iroha_subpage .works_page section.category #search_form {
    max-width: 50%; }
  article.iroha_subpage .works_page .seach_box {
    max-width: 50%;
    display: flex;
    margin: 0 auto; }
  article.iroha_subpage .works_page section.case_list h3 {
    margin: 30px 0 0; }
  article.iroha_subpage .works_page section.case_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    article.iroha_subpage .works_page section.case_list ul li.case_box {
      width: 30%;
      max-height: 100%;
      margin-top: 30px;
      margin-right: 5%;
      padding-bottom: 30px;
      display: block;
      position: relative; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_img {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        margin: 0; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_img::before {
        padding-top: 75%; }
      article.iroha_subpage .works_page section.case_list ul li.case_box .case_content {
        width: 100%;
        padding: 5px 0 0;
        position: static;
        max-height: 200px; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content h4 {
          position: inherit;
          margin-bottom: 0; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content h4::after {
          content: "";
          padding-bottom: 5px;
          display: block; }
        article.iroha_subpage .works_page section.case_list ul li.case_box .case_content .case_info {
          position: absolute;
          height: 35px;
          bottom: 0; }
    article.iroha_subpage .works_page section.case_list ul li:first-child {
      border-top: none;
      padding-top: 0; }
    article.iroha_subpage .works_page section.case_list ul li:nth-child(3n) {
      margin-right: 0; }
  article.iroha_subpage .works_page .case_paging {
    margin: 50px auto; }
  article.iroha_subpage .works_page section.works_content .main_slider .prev-box .prev-arrow img {
    width: 30px; }
  article.iroha_subpage .works_page section.works_content .main_slider .next-box .next-arrow img {
    -webkit-transition: .1s;
    transition: .1s;
    width: 30px; }
  article.iroha_subpage .works_page section.works_content .main_slider .prev-box:hover .prev-arrow img,
  article.iroha_subpage .works_page section.works_content .main_slider .prev-box:hover .next-arrow img,
  article.iroha_subpage .works_page section.works_content .main_slider .next-box:hover .prev-arrow img,
  article.iroha_subpage .works_page section.works_content .main_slider .next-box:hover .next-arrow img {
    -webkit-transition: .1s;
    transition: .1s;
    opacity: .6;
    transform: scale(1.1); }
  article.iroha_subpage .works_page section.works_content .before_after .ba_box {
    padding-bottom: 20px; }
    article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: center;
      position: relative; }
      article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li {
        width: 46%; }
      article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li:nth-child(2) {
        width: 6%; }
      article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture .for_icon {
        transform: rotate(90deg);
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
  article.iroha_subpage .works_page section.works_content .keyword {
    margin: 30px 0; }
  article.iroha_subpage .works_page section.paging {
    position: relative;
    padding-top: 30px; }
    article.iroha_subpage .works_page section.paging p.page_button {
      width: 30%;
      height: 50px;
      line-height: 50px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      margin-top: 20px; }
      article.iroha_subpage .works_page section.paging p.page_button a {
        padding: 0; }
    article.iroha_subpage .works_page section.paging ul {
      justify-content: space-between;
      margin: 0; }
      article.iroha_subpage .works_page section.paging ul li {
        font-size: 20px; }
        article.iroha_subpage .works_page section.paging ul li a {
          display: flex;
          align-content: center; }
  article.iroha_subpage .service_page section.page_title {
    background-size: 100% auto;
    background-position: center 60%; }
  article.iroha_subpage section.service_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    article.iroha_subpage section.service_list ul li {
      margin-bottom: 30px;
      width: 48%; }
      article.iroha_subpage section.service_list ul li .service_img {
        width: 50%;
        max-height: 250px; }
        article.iroha_subpage section.service_list ul li .service_img img {
          width: 100%;
          height: 75%; }
      article.iroha_subpage section.service_list ul li .service_box .service_title {
        padding: 0;
        height: 50%;
        margin-bottom: 0;
        position: relative; }
        article.iroha_subpage section.service_list ul li .service_box .service_title h4 {
          font-size: 25px;
          margin: auto; }
          article.iroha_subpage section.service_list ul li .service_box .service_title h4 a {
            padding-bottom: 15px; }
        article.iroha_subpage section.service_list ul li .service_box .service_title h4:hover a {
          background: #8BC519;
          text-decoration: none; }
      article.iroha_subpage section.service_list ul li .service_box .service_type {
        height: auto;
        min-height: 200px; }
  article.iroha_subpage .company_page section.page_title {
    background-size: 100% auto;
    background-position: center 60%; }
  article.iroha_subpage .company_page section.about {
    margin-bottom: 50px; }
    article.iroha_subpage .company_page section.about h4 {
      font-size: 30px; }
    article.iroha_subpage .company_page section.about p {
      width: 100%;
      margin: 15px 0; }
  article.iroha_subpage .company_page section.staff_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    article.iroha_subpage .company_page section.staff_list ul li {
      width: 47%;
      padding-bottom: 40px; }
      article.iroha_subpage .company_page section.staff_list ul li .staff_box {
        display: flex;
        justify-content: space-between; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img {
          width: 48%;
          position: relative;
          display: block; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img img {
            width: 100%;
            height: 100%;
            background: #fbfbfb;
            padding: 10px;
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
            border-radius: 3px;
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img::before {
          content: "";
          display: block;
          padding-top: 100%; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile {
          width: 48%; }
      article.iroha_subpage .company_page section.staff_list ul li .staff_message {
        margin: 40px 0 0; }
        article.iroha_subpage .company_page section.staff_list ul li .staff_message p {
          margin: 0; }
  article.iroha_subpage .company_page section.staff_list .etc p {
    font-size: 20px; }
  article.iroha_subpage .company_page section.overview {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }
    article.iroha_subpage .company_page section.overview h3 {
      width: 100%; }
    article.iroha_subpage .company_page section.overview p.description {
      width: 75%; }
    article.iroha_subpage .company_page section.overview .imgs {
      display: inline-block;
      width: 20%; }
      article.iroha_subpage .company_page section.overview .imgs img {
        width: 100%;
        margin-bottom: 5px; }
    article.iroha_subpage .company_page section.overview dl {
      margin-top: 15px;
      padding-top: 15px; }
      article.iroha_subpage .company_page section.overview dl dt {
        margin-bottom: 5px; }
      article.iroha_subpage .company_page section.overview dl dd {
        border-bottom: 1px dashed #bababa;
        padding-bottom: 15px;
        margin-bottom: 15px; }
    article.iroha_subpage .company_page section.overview p {
      width: 100%; }
  article.iroha_subpage .question_page section.page_title {
    background-size: 100% auto;
    background-position: top; }
  article.iroha_subpage .contact_page section.page_title {
    background-size: 100% auto;
    background-position: top; }
  article.iroha_subpage section.confirm_form form .form-table th,
  article.iroha_subpage section.confirm_form form .form-table td {
    display: table-cell;
    width: auto; }
  article.iroha_subpage section.confirm_form form .form-table th {
    width: 40%; }
  article.iroha_subpage section.confirm_form form .form-table td {
    width: 60%; }
    article.iroha_subpage section.confirm_form form .form-table td ul li label input[type="text"] {
      display: block;
      width: 400px; } }
@media screen and (min-width: 1260px) {
  article.iroha_subpage {
    padding-top: 70px; }
    article.iroha_subpage section {
      width: 990px; }
      article.iroha_subpage section .sub_title {
        position: relative;
        text-align: left;
        height: 300px;
        width: 990px; }
        article.iroha_subpage section .sub_title h2 {
          padding-top: 90px;
          font-size: 80px;
          line-height: 1; }
        article.iroha_subpage section .sub_title p {
          font-size: 30px; }
    article.iroha_subpage .question_page {
      font-size: 18px; }
      article.iroha_subpage .question_page section.page_title {
        background-size: 100%  auto;
        background-position: center 25%; }
    article.iroha_subpage .news_page {
      font-size: 18px; }
      article.iroha_subpage .news_page section.page_title {
        margin-bottom: 0; }
      article.iroha_subpage .news_page section.news_content h3 {
        margin: 60px 0 10px;
        font-size: 30px; }
    article.iroha_subpage .works_page {
      font-size: 18px; }
      article.iroha_subpage .works_page section.page_title {
        background-size: 100% auto;
        background-position: center 45%; }
      article.iroha_subpage .works_page section.category #search_form {
        max-width: 50%; }
      article.iroha_subpage .works_page section.case_list h3 {
        margin: 50px 0 20px; }
      article.iroha_subpage .works_page section.case_list p {
        margin: 50px auto;
        text-align: center; }
      article.iroha_subpage .works_page section.works_content p {
        font-size: 18px; }
      article.iroha_subpage .works_page section.works_content h3 {
        margin-top: 60px;
        font-size: 30px; }
      article.iroha_subpage .works_page section.works_content .classification {
        margin-bottom: 60px; }
      article.iroha_subpage .works_page section.works_content .main_slider li .picture {
        width: 800px;
        height: 600px; }
      article.iroha_subpage .works_page section.works_content .main_slider li p {
        margin: 20px auto;
        font-size: 20px; }
      article.iroha_subpage .works_page section.works_content .works_text {
        margin: 60px 0; }
        article.iroha_subpage .works_page section.works_content .works_text h4 {
          font-size: 24px; }
      article.iroha_subpage .works_page section.works_content .before_after h4 {
        padding: 50px 0; }
      article.iroha_subpage .works_page section.works_content .before_after .ba_box {
        padding-bottom: 30px; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box h5 {
          font-weight: 500;
          margin: 50px 0 10px; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box p.ba_text {
          line-height: 1.7; }
        article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture {
          display: flex;
          width: 100%;
          flex-wrap: wrap;
          justify-content: space-between;
          align-content: center;
          position: relative; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li {
            width: 46%; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture li:nth-child(2) {
            width: 6%; }
          article.iroha_subpage .works_page section.works_content .before_after .ba_box .ba_picture .for_icon {
            transform: rotate(90deg);
            width: 50px;
            height: 50px;
            font-size: 50px;
            line-height: 50px;
            text-align: center;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto; }
      article.iroha_subpage .works_page section.works_content .keyword {
        margin: 0 0 60px; }
        article.iroha_subpage .works_page section.works_content .keyword h4 {
          font-size: 24px; }
      article.iroha_subpage .works_page section.paging {
        position: relative;
        padding-top: 70px;
        padding-bottom: 50px; }
        article.iroha_subpage .works_page section.paging p.page_button {
          width: 20%;
          margin-top: 60px; }
        article.iroha_subpage .works_page section.paging ul {
          justify-content: space-between;
          margin: 0 auto;
          width: 990px; }
          article.iroha_subpage .works_page section.paging ul li {
            font-size: 25px; }
            article.iroha_subpage .works_page section.paging ul li a {
              display: flex;
              align-content: center; }
    article.iroha_subpage .service_page section.page_title {
      background-position: center 15%; }
    article.iroha_subpage .service_page {
      font-size: 18px; }
      article.iroha_subpage .service_page h3 {
        margin: 30px 0;
        padding: 50px 0; }
      article.iroha_subpage .service_page section.service_process {
        margin-top: 60px; }
        article.iroha_subpage .service_page section.service_process h3 {
          margin-bottom: 30px; }
        article.iroha_subpage .service_page section.service_process dl {
          text-align: left;
          margin-top: 30px; }
          article.iroha_subpage .service_page section.service_process dl dt {
            text-align: left;
            padding: 0;
            display: flex;
            align-items: center;
            font-size: 30px;
            line-height: 40px;
            background: #EDF8E7;
            padding: 20px 15px; }
            article.iroha_subpage .service_page section.service_process dl dt h4 {
              height: 55px;
              padding: 15px 0;
              font-size: 25px;
              width: 100%;
              border: none; }
            article.iroha_subpage .service_page section.service_process dl dt p {
              height: 50px;
              line-height: 55px;
              margin-right: 15px;
              font-size: 20px; }
              article.iroha_subpage .service_page section.service_process dl dt p span.step {
                font-size: 20px; }
          article.iroha_subpage .service_page section.service_process dl dd {
            padding: 0;
            padding: 30px;
            margin-bottom: 100px;
            position: relative; }
          article.iroha_subpage .service_page section.service_process dl dd::after {
            width: 40px;
            height: 40px;
            font-size: 40px;
            line-height: 40px;
            transform: rotate(90deg);
            position: absolute;
            bottom: -80px;
            left: 0;
            right: 0;
            margin: auto; }
        article.iroha_subpage .service_page section.service_process .contact_button {
          width: 250px; }
    article.iroha_subpage section.service_list ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      article.iroha_subpage section.service_list ul li {
        margin-bottom: 0;
        width: 48%; }
        article.iroha_subpage section.service_list ul li .service_img {
          width: 50%;
          max-height: 300px; }
          article.iroha_subpage section.service_list ul li .service_img img {
            width: 100%;
            height: 100%; }
        article.iroha_subpage section.service_list ul li .service_box .service_title h4 span {
          font-size: 20px; }
        article.iroha_subpage section.service_list ul li .service_box .service_title {
          padding: 0;
          height: 50%;
          margin-bottom: 0; }
          article.iroha_subpage section.service_list ul li .service_box .service_title h4 {
            font-size: 30px;
            margin: auto; }
            article.iroha_subpage section.service_list ul li .service_box .service_title h4 span {
              font-size: 30px; }
        article.iroha_subpage section.service_list ul li .service_box .service_type {
          height: auto;
          min-height: 150px; }
    article.iroha_subpage .company_page {
      font-size: 18px; }
      article.iroha_subpage .company_page section.page_title {
        background-size: 100% auto;
        background-position: center 60%; }
      article.iroha_subpage .company_page h3 {
        text-align: center;
        margin: 30px 0;
        padding: 50px 0; }
      article.iroha_subpage .company_page section.about {
        height: 520px;
        position: relative; }
        article.iroha_subpage .company_page section.about h4 {
          margin: 50px 0; }
        article.iroha_subpage .company_page section.about p {
          position: relative;
          z-index: 2; }
        article.iroha_subpage .company_page section.about img {
          width: 55%;
          right: 0;
          top: 300px;
          position: absolute; }
      article.iroha_subpage .company_page section.staff_list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        article.iroha_subpage .company_page section.staff_list ul li {
          width: 48%;
          padding-top: 0;
          margin-top: 0;
          position: relative;
          margin-bottom: 30px; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img {
            width: 40%;
            position: relative;
            display: block; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img img {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .staff_img::before {
            content: "";
            display: block;
            padding-top: 100%; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile {
            width: 56%; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile p {
              font-size: 16px;
              line-height: 1.3; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .position {
              margin-top: 0; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_box .plofile .name {
              font-size: 30px;
              line-height: 1; }
          article.iroha_subpage .company_page section.staff_list ul li .staff_message {
            margin-top: 15px;
            width: 100%;
            bottom: 65px; }
            article.iroha_subpage .company_page section.staff_list ul li .staff_message p {
              margin: 0; }
      article.iroha_subpage .company_page section.staff_list .etc {
        margin: 100px 0; }
        article.iroha_subpage .company_page section.staff_list .etc p {
          font-size: 30px; }
      article.iroha_subpage .company_page section.overview {
        display: block;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px; }
        article.iroha_subpage .company_page section.overview h3 {
          width: 100%; }
        article.iroha_subpage .company_page section.overview p.description {
          width: 80%; }
        article.iroha_subpage .company_page section.overview .imgs {
          width: 18%; }
          article.iroha_subpage .company_page section.overview .imgs img {
            width: 100%;
            margin-bottom: 5px; }
        article.iroha_subpage .company_page section.overview dl {
          margin-top: 30px;
          width: 100%;
          padding-top: 20px; }
          article.iroha_subpage .company_page section.overview dl dt {
            margin-bottom: 5px;
            position: absolute;
            width: 20%;
            align-items: center; }
          article.iroha_subpage .company_page section.overview dl dd {
            padding-left: 21%;
            padding-bottom: 20px;
            margin-bottom: 20px; }
        article.iroha_subpage .company_page section.overview p {
          width: 100%; }
      article.iroha_subpage .company_page section.access {
        padding-bottom: 50px; }
    article.iroha_subpage .question_page section.question_list ul li dl dt:hover {
      color: #8BC519; }
    article.iroha_subpage .contact_page {
      font-size: 18px; }
      article.iroha_subpage .contact_page section.page_title {
        background-size: 100% auto;
        background-position: center; }
      article.iroha_subpage .contact_page h3 {
        margin: 20px 0;
        padding: 10px 0;
        border-bottom: 1px solid #333; }
      article.iroha_subpage .contact_page section.contact_form {
        margin-bottom: 100px; }
        article.iroha_subpage .contact_page section.contact_form form table input[type="text"],
        article.iroha_subpage .contact_page section.contact_form form table textarea[name="content"] {
          font-size: 18px;
          font-weight: 500; }
        article.iroha_subpage .contact_page section.contact_form form .form-table th,
        article.iroha_subpage .contact_page section.contact_form form .form-table td {
          display: table-cell;
          width: auto; }
        article.iroha_subpage .contact_page section.contact_form form .form-table th {
          width: 40%; }
        article.iroha_subpage .contact_page section.contact_form form .form-table td {
          width: 60%; }
          article.iroha_subpage .contact_page section.contact_form form .form-table td ul li label input[type="text"] {
            display: block;
            width: 400px;
            font-size: 18px;
            font-weight: 500; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table {
        font-size: 18px; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table th,
      article.iroha_subpage .contact_page section.confirm_form form .form-table td {
        display: table-cell;
        width: auto;
        padding: 10px; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table th {
        width: 40%; }
      article.iroha_subpage .contact_page section.confirm_form form .form-table td {
        width: 60%; }
        article.iroha_subpage .contact_page section.confirm_form form .form-table td ul li label input[type="text"] {
          display: block;
          width: 400px; } }
.guide {
  display: flex; }
  .guide div {
    width: 25%;
    padding: 8px; }
    .guide div h4 {
      background: #EDF8E7;
      font-size: 18px;
      padding: 10px 15px;
      color: #7E491F;
      font-weight: 700; }
      .guide div h4::before {
        content: "▼";
        margin-right: 12px;
        color: #8BC519;
        text-align: center; }
    .guide div img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .guide div {
        width: 50%; } }

/*# sourceMappingURL=iroha.css.map */
