@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Noto+Sans+JP:wght@300;400;500&display=swap");
body, html {
  font-size: 62.5%; }

.fontBarlowSemiCondensed {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600; }

.buttonCommon a {
  display: block;
  background-color: #0C4298;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.4rem; }
  .buttonCommon a:hover {
    opacity: 0.7; }

a {
  transition: 0.3s; }

.pagination {
  margin-top: 130px; }
  .pagination .wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 1.8rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600; }
    .pagination .wp-pagenavi .previouspostslink {
      margin-right: 20px; }
    .pagination .wp-pagenavi .nextpostslink {
      margin-left: 20px; }
    .pagination .wp-pagenavi a.active, .pagination .wp-pagenavi a:hover {
      color: #0C4298; }

.link {
  margin-top: 50px; }
  .link a, .link button, .link .wpcf7-submit {
    position: relative;
    display: block;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: solid 1px #0C4298;
    background-color: #0C4298;
    width: 203px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    padding: 5px 0; }
    .link a i, .link button i, .link .wpcf7-submit i {
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.3s; }
    .link a:hover, .link button:hover, .link .wpcf7-submit:hover {
      background-color: #fff;
      color: #0C4298; }
      .link a:hover i, .link button:hover i, .link .wpcf7-submit:hover i {
        right: 20px; }

body {
  min-width: 1160px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 2;
  padding-top: 100px; }
  body .header_wrap header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 27px 0 0 0;
    height: 100px;
    z-index: 30;
    transition: 0.4s;
    background-color: #ffffff; }
    body .header_wrap header .logo .mainLogo {
      display: none; }
    body .header_wrap header .openbtn {
      display: none; }
    body .header_wrap header .headerInner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1400px;
      min-width: 1160px;
      margin: 0 auto;
      padding: 0 50px; }
      body .header_wrap header .headerInner .headerRight {
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        color: #000000;
        gap: 45px; }
        body .header_wrap header .headerInner .headerRight a:hover {
          opacity: 0.7; }
        body .header_wrap header .headerInner .headerRight nav.gNav .mLogo {
          display: none; }
        body .header_wrap header .headerInner .headerRight nav.gNav ul {
          display: flex;
          gap: 45px; }
        body .header_wrap header .headerInner .headerRight .contactBtn a {
          display: block;
          background-color: #0C4298;
          font-size: 1.6rem;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          line-height: 1;
          padding: 15px 0;
          width: 160px;
          text-align: center;
          color: #ffffff; }
          body .header_wrap header .headerInner .headerRight .contactBtn a::before {
            content: '';
            display: inline-block;
            width: 13px;
            height: 10px;
            background: url(../../assets/image/header_contact.png) no-repeat;
            margin-right: 7px; }
  body .kvWrap {
    /*下層共通*/ }
    body .kvWrap .kv {
      width: 100%;
      padding-left: 130px; }
      body .kvWrap .kv .inner {
        height: 620px;
        background-color: #b7b7b7;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        body .kvWrap .kv .inner h1.h1_style {
          padding-left: 110px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          gap: 20px;
          color: #ffffff; }
          body .kvWrap .kv .inner h1.h1_style .text_l {
            font-size: 6rem;
            line-height: 1em; }
          body .kvWrap .kv .inner h1.h1_style .text_m {
            font-size: 1.6rem;
            line-height: 1em; }
  body .content {
    padding: 100px 0 0 0;
    width: 1160px;
    margin: 0 auto;
    font-size: 1.4rem; }
    body .content.col-2 {
      width: 1160px; }
      body .content.col-2 .inner {
        display: flex;
        justify-content: space-between; }
        body .content.col-2 .inner .sideContent {
          width: 300px; }
        body .content.col-2 .inner .mainContent {
          width: 820px; }
    body .content h1 {
      line-height: 1;
      font-size: 60px;
      color: #0C4298;
      font-weight: 700;
      text-align: center;
      margin-bottom: 100px; }
  body .contact_banner {
    margin-top: 200px; }
    body .contact_banner a {
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 520px;
      background: url(../../assets/image/contact_bg.png); }
      body .contact_banner a:hover {
        opacity: 0.9; }
      body .contact_banner a .text_en {
        font-size: 6.4rem;
        line-height: 1em;
        margin-bottom: 15px; }
      body .contact_banner a .text {
        font-size: 1.6rem;
        line-height: 1em; }
  body footer {
    color: #ffffff;
    background-color: #0C4298;
    padding: 100px 0 125px 0; }
    body footer div.inner {
      width: 1160px;
      margin: 0 auto; }
      body footer div.inner .footerItemWrap .f_box {
        display: flex;
        align-items: center; }
        body footer div.inner .footerItemWrap .f_box .itemLeft {
          padding-left: 70px;
          width: 450px; }
        body footer div.inner .footerItemWrap .f_box .itemRight {
          width: 570px; }
      body footer div.inner .footerItemWrap .f_box01 {
        margin-bottom: 120px; }
        body footer div.inner .footerItemWrap .f_box01 .itemLeft .logo {
          margin-bottom: 30px;
          margin-left: -70px; }
        body footer div.inner .footerItemWrap .f_box01 .itemLeft .companyArea {
          font-size: 1.4rem;
          margin-bottom: 30px; }
        body footer div.inner .footerItemWrap .f_box01 .itemLeft .copyright {
          font-size: 1rem;
          color: #9EB3D6; }
        body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul {
          display: flex;
          gap: 50px; }
          body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul:last-child {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px solid #9EB3D6;
            color: #9EB3D6; }
          body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li {
            font-size: 1.4rem; }
            body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li a {
              display: table;
              width: 100%;
              vertical-align: middle; }
              body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li a span {
                vertical-align: middle;
                display: table-cell; }
                body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li a span.fontOutfit {
                  font-size: 1.8rem;
                  width: 110px; }
              body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li a:hover {
                opacity: 0.7; }
      body footer div.inner .footerItemWrap .f_box02 .itemLeft .telArea {
        font-size: 3.6rem;
        line-height: 1; }
      body footer div.inner .footerItemWrap .f_box02 .itemRight {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        body footer div.inner .footerItemWrap .f_box02 .itemRight p {
          font-size: 1.4rem;
          line-height: 2em; }
        body footer div.inner .footerItemWrap .f_box02 .itemRight .contactBtn {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 5px;
          color: #0C4298;
          line-height: 1;
          font-size: 1.6rem;
          width: 150px;
          padding: 10px 0;
          text-align: center;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          background-color: #fff; }
          body footer div.inner .footerItemWrap .f_box02 .itemRight .contactBtn:before {
            display: block;
            content: '';
            width: 13px;
            height: 10px;
            background: url(../../assets/image/icon_mail2.png) no-repeat center; }
          body footer div.inner .footerItemWrap .f_box02 .itemRight .contactBtn:hover {
            opacity: 0.8; }

@media screen and (max-width: 767px) {
  .pagination ul {
    font-size: 1.3rem; }

  .link a, .link button {
    font-size: 1.1rem; }

  body {
    min-width: initial; }
    body.nav_active {
      overflow: hidden; }
    body img {
      height: auto; }
    body .header_wrap header {
      height: 50px;
      padding: 0; }
      body .header_wrap header .logo {
        padding: 13px 0 0 20px; }
        body .header_wrap header .logo img {
          height: 23px; }
      body .header_wrap header .openbtn {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        cursor: pointer;
        width: 68px;
        height: 50px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 50; }
        body .header_wrap header .openbtn span {
          display: block;
          transition: all .4s;
          height: 1px;
          background: #000000;
          width: 29px; }
        body .header_wrap header .openbtn.active span {
          display: inline-block;
          transition: all .4s;
          left: 14px;
          height: 1px;
          border-radius: 2px;
          background: #fff;
          width: 25px; }
          body .header_wrap header .openbtn.active span:nth-of-type(1) {
            transform: translateY(6px) rotate(-45deg); }
          body .header_wrap header .openbtn.active span:nth-of-type(2) {
            opacity: 0; }
          body .header_wrap header .openbtn.active span:nth-of-type(3) {
            transform: translateY(-6px) rotate(45deg); }
      body .header_wrap header .headerInner {
        max-width: initial;
        min-width: initial;
        position: relative;
        padding: 0;
        display: block; }
        body .header_wrap header .headerInner .headerRight {
          position: fixed;
          top: 0;
          right: -100%;
          width: 100%;
          height: 100%;
          background-color: #0C4298;
          display: block;
          transition: 0.5s;
          font-size: 1.2rem; }
          body .header_wrap header .headerInner .headerRight.active {
            right: 0; }
          body .header_wrap header .headerInner .headerRight nav.gNav .mLogo {
            display: block;
            padding: 13px 0 33px 20px; }
            body .header_wrap header .headerInner .headerRight nav.gNav .mLogo img {
              height: 23px; }
          body .header_wrap header .headerInner .headerRight nav.gNav ul {
            display: block;
            border-top: 1px solid rgba(255, 255, 255, 0.65); }
            body .header_wrap header .headerInner .headerRight nav.gNav ul li {
              border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
              body .header_wrap header .headerInner .headerRight nav.gNav ul li a {
                display: block;
                padding: 15px 20px;
                color: #FFFFFF; }
          body .header_wrap header .headerInner .headerRight .contactBtn {
            margin-top: 20px; }
            body .header_wrap header .headerInner .headerRight .contactBtn a {
              background-color: #fff;
              width: calc(100% - 40px);
              margin: 0 auto;
              color: #0C4298;
              padding: 20px 0;
              font-size: 1.2rem; }
              body .header_wrap header .headerInner .headerRight .contactBtn a:before {
                content: none; }
    body .kvWrap {
      /*下層共通*/ }
      body .kvWrap .kv {
        padding-left: 20px; }
        body .kvWrap .kv .inner {
          height: 180px; }
          body .kvWrap .kv .inner h1.h1_style {
            padding-left: 40px; }
            body .kvWrap .kv .inner h1.h1_style .text_l {
              font-size: 3rem; }
            body .kvWrap .kv .inner h1.h1_style .text_m {
              font-size: 0.8rem; }
    body .content {
      width: 100%;
      padding: 0; }
    body .contact_banner {
      margin-top: 85px; }
      body .contact_banner a {
        height: 260px; }
        body .contact_banner a .text_en {
          font-size: 4.1rem; }
        body .contact_banner a .text {
          font-size: 1rem; }
    body footer {
      padding: 50px 30px 60px 30px; }
      body footer div.inner {
        width: 100%; }
        body footer div.inner .footerItemWrap .f_box {
          display: block; }
          body footer div.inner .footerItemWrap .f_box .itemLeft {
            width: initial;
            padding-left: 0; }
          body footer div.inner .footerItemWrap .f_box .itemRight {
            width: initial; }
        body footer div.inner .footerItemWrap .f_box01 {
          margin-bottom: 0; }
          body footer div.inner .footerItemWrap .f_box01 .itemLeft {
            margin-bottom: 30px; }
            body footer div.inner .footerItemWrap .f_box01 .itemLeft .logo {
              margin-bottom: 20px;
              margin-left: 0; }
              body footer div.inner .footerItemWrap .f_box01 .itemLeft .logo img {
                height: 32px; }
            body footer div.inner .footerItemWrap .f_box01 .itemLeft .companyArea {
              font-size: 1.1rem;
              margin-bottom: 25px; }
            body footer div.inner .footerItemWrap .f_box01 .itemLeft .copyright {
              font-size: 1rem; }
          body footer div.inner .footerItemWrap .f_box01 .itemRight {
            padding-bottom: 35px;
            margin-bottom: 30px;
            border-bottom: 1px solid #9EB3D6; }
            body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav {
              display: flex;
              gap: 45px; }
              body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul {
                display: block; }
                body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul:last-child {
                  border-top: none;
                  margin-top: 0;
                  padding-top: 0; }
                body footer div.inner .footerItemWrap .f_box01 .itemRight nav.footerNav ul li {
                  font-size: 1.2rem; }
        body footer div.inner .footerItemWrap .f_box02 .itemLeft {
          margin-bottom: 20px; }
          body footer div.inner .footerItemWrap .f_box02 .itemLeft .telArea {
            font-size: 2.8rem; }
        body footer div.inner .footerItemWrap .f_box02 .itemRight {
          display: block; }
          body footer div.inner .footerItemWrap .f_box02 .itemRight p {
            font-size: 1.1rem; }
          body footer div.inner .footerItemWrap .f_box02 .itemRight .contact {
            margin-top: 25px; }
            body footer div.inner .footerItemWrap .f_box02 .itemRight .contact .contactBtn {
              width: 196px;
              padding: 13px 0; } }
body.home {
  padding-top: 0; }
  body.home .header_wrap header {
    background-color: transparent; }
    body.home .header_wrap header.move {
      background-color: #fff; }
      body.home .header_wrap header.move .logo a .scrollLogo {
        opacity: 1; }
      body.home .header_wrap header.move .logo a .mainLogo {
        opacity: 0; }
      body.home .header_wrap header.move .headerRight {
        color: #000000; }
      body.home .header_wrap header.move .openbtn span {
        background-color: #000; }
    body.home .header_wrap header .logo a {
      display: block;
      position: relative; }
      body.home .header_wrap header .logo a .mainLogo {
        display: block;
        position: absolute;
        top: 0; }
      body.home .header_wrap header .logo a .scrollLogo {
        position: static;
        display: block;
        opacity: 0; }
    body.home .header_wrap header .headerRight {
      color: #FFFFFF; }
    body.home .header_wrap header .openbtn span {
      background-color: #fff; }
    body.home .header_wrap header .openbtn.active span {
      background-color: #fff !important; }
  body.home .kvWrap {
    position: relative;
    height: 100vh; }
    body.home .kvWrap .kvSlick {
      width: 100%;
      height: 100vh;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      max-height: 1060px; }
      body.home .kvWrap .kvSlick .slickInner {
        background-color: #000;
        height: 100vh;
        position: relative; }
        body.home .kvWrap .kvSlick .slickInner img.kv_image {
          width: 100%;
          object-fit: cover;
          object-position: center center; }
        body.home .kvWrap .kvSlick .slickInner .image_text {
          position: absolute;
          left: 80px;
          bottom: 70px; }
    body.home .kvWrap .m_image_text {
      display: none; }
  body.home .content_wrap {
    overflow: hidden; }
    body.home .content_wrap .content section {
      margin-bottom: 150px; }
      body.home .content_wrap .content section .h2_title h2 .text_l {
        font-size: 6.4rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
        color: #0C4298;
        line-height: 1em;
        margin-bottom: 20px; }
      body.home .content_wrap .content section .h2_title h2 .text_s {
        font-size: 1.6rem;
        line-height: 1em; }
    body.home .content_wrap .content #sec_news {
      display: flex;
      gap: 150px; }
      body.home .content_wrap .content #sec_news .news_wrap {
        width: 100%; }
        body.home .content_wrap .content #sec_news .news_wrap ul {
          border-top: solid 1px #DCDCDC; }
          body.home .content_wrap .content #sec_news .news_wrap ul li a {
            display: flex;
            border-bottom: solid 1px #DCDCDC;
            font-size: 1.6rem;
            justify-content: left;
            padding: 33px 40px;
            position: relative;
            gap: 35px; }
            body.home .content_wrap .content #sec_news .news_wrap ul li a:hover .icon i, body.home .content_wrap .content #sec_news .news_wrap ul li a:active .icon i {
              color: #FFFFFF;
              border: solid 1px #0C4298;
              background-color: #0C4298;
              transform: scale(1.2); }
            body.home .content_wrap .content #sec_news .news_wrap ul li a:hover:after, body.home .content_wrap .content #sec_news .news_wrap ul li a:active:after {
              background-color: #0C4298; }
            body.home .content_wrap .content #sec_news .news_wrap ul li a:after {
              content: '';
              width: 420px;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: -1px;
              background-color: transparent;
              transition: 0.5s; }
            body.home .content_wrap .content #sec_news .news_wrap ul li a .date {
              font-family: 'Barlow Semi Condensed', sans-serif;
              color: #0C4298; }
            body.home .content_wrap .content #sec_news .news_wrap ul li a .icon {
              position: absolute;
              right: 30px;
              top: 50%;
              transform: translateY(-50%);
              width: 50px;
              height: 50px; }
              body.home .content_wrap .content #sec_news .news_wrap ul li a .icon i {
                color: #0C4298;
                width: 100%;
                height: 100%;
                border: solid 1px #DCDCDC;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                transition: 0.5s; }
                body.home .content_wrap .content #sec_news .news_wrap ul li a .icon i:before {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
        body.home .content_wrap .content #sec_news .news_wrap .link {
          text-align: right; }
          body.home .content_wrap .content #sec_news .news_wrap .link a {
            display: inline-block; }
    body.home .content_wrap .content #sec_merchandise .h2_title {
      margin-bottom: 50px;
      text-align: center; }
    body.home .content_wrap .content #sec_merchandise .items .item_flex {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
      min-width: 100%;
      display: flex; }
      body.home .content_wrap .content #sec_merchandise .items .item_flex .item {
        width: calc(100%/4);
        padding: 40px 47px;
        border: 1px solid #DCDCDC;
        border-right: 0; }
        body.home .content_wrap .content #sec_merchandise .items .item_flex .item:first-child {
          border-left: 0; }
        body.home .content_wrap .content #sec_merchandise .items .item_flex .item a {
          display: block; }
          body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .p_image {
            margin-bottom: 40px; }
            body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .p_image img {
              width: 100%;
              height: auto; }
          body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .p_text {
            text-align: center; }
            body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .p_text h2 {
              font-size: 2.5rem;
              margin-bottom: 30px;
              line-height: 1em; }
            body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .p_text p {
              font-size: 1.6rem;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
          body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .icon {
            width: 50px;
            height: 50px;
            margin: 40px auto 0; }
            body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .icon i {
              position: relative;
              color: #000000;
              width: 100%;
              height: 100%;
              border: solid 1px #000000;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px;
              transition: 0.5s; }
              body.home .content_wrap .content #sec_merchandise .items .item_flex .item a .icon i:before {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
          body.home .content_wrap .content #sec_merchandise .items .item_flex .item a:hover .icon i {
            color: #FFFFFF;
            border: solid 1px #0C4298;
            background-color: #0C4298;
            transform: scale(1.2); }
    body.home .content_wrap .content #sec_merchandise .link {
      text-align: center; }
      body.home .content_wrap .content #sec_merchandise .link a {
        display: inline-block; }
    body.home .content_wrap .content #sec_links ul {
      display: flex;
      flex-wrap: wrap;
      gap: 40px; }
      body.home .content_wrap .content #sec_links ul li {
        overflow: hidden; }
        body.home .content_wrap .content #sec_links ul li a {
          display: flex;
          justify-content: center;
          position: relative;
          height: 360px;
          background-color: #ddd; }
          body.home .content_wrap .content #sec_links ul li a:hover img {
            transform: scale(1.05); }
          body.home .content_wrap .content #sec_links ul li a:hover .icon i {
            color: #FFFFFF;
            border: solid 1px #0C4298;
            background-color: #0C4298;
            transform: scale(1.2); }
          body.home .content_wrap .content #sec_links ul li a .text_area {
            display: flex;
            text-align: center;
            flex-direction: column;
            justify-content: center;
            gap: 20px;
            color: #FFFFFF;
            position: relative;
            z-index: 2; }
            body.home .content_wrap .content #sec_links ul li a .text_area .text_l {
              font-size: 3.8rem;
              font-family: 'Barlow Semi Condensed', sans-serif;
              line-height: 1em; }
            body.home .content_wrap .content #sec_links ul li a .text_area .text_s {
              font-size: 1.6rem;
              line-height: 1em; }
          body.home .content_wrap .content #sec_links ul li a img {
            position: absolute;
            top: 0;
            object-fit: cover;
            transition: 0.3s;
            width: 100%;
            height: 100%; }
          body.home .content_wrap .content #sec_links ul li a .icon {
            position: absolute;
            width: 50px;
            height: 50px; }
            body.home .content_wrap .content #sec_links ul li a .icon i {
              color: #ffffff;
              width: 100%;
              height: 100%;
              border: solid 1px #ffffff;
              -webkit-border-radius: 100px;
              -moz-border-radius: 100px;
              border-radius: 100px;
              transition: 0.3s; }
              body.home .content_wrap .content #sec_links ul li a .icon i:before {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%); }
        body.home .content_wrap .content #sec_links ul li.col-1 {
          width: 100%; }
          body.home .content_wrap .content #sec_links ul li.col-1 a .icon {
            right: 40px;
            top: 50%;
            transform: translateY(-50%); }
        body.home .content_wrap .content #sec_links ul li.col-3 {
          width: calc( 100% / 3 - 80px / 3 ); }
          body.home .content_wrap .content #sec_links ul li.col-3 a .icon {
            right: 30px;
            bottom: 30px; }
    body.home .content_wrap .content #sec_company {
      margin: 0 calc( 50% - 50vw );
      padding: 200px 0 200px calc( 50vw - 50% );
      background-image: url(../image/home_company_bg.png);
      background-repeat: no-repeat;
      background-position: left center; }
      body.home .content_wrap .content #sec_company .inner {
        display: flex;
        align-items: center; }
        body.home .content_wrap .content #sec_company .inner .left_blk {
          padding-right: 100px; }
          body.home .content_wrap .content #sec_company .inner .left_blk .h2_title {
            margin-bottom: 70px; }
          body.home .content_wrap .content #sec_company .inner .left_blk h3 {
            font-size: 2.8rem;
            line-height: 1.7em;
            margin-bottom: 30px; }
          body.home .content_wrap .content #sec_company .inner .left_blk p {
            font-size: 1.4rem;
            margin-bottom: 70px; }
body.products .content {
  width: 1000px; }
  body.products .content .first {
    text-align: center;
    margin-bottom: 100px; }
    body.products .content .first h2 {
      font-size: 3rem;
      margin-bottom: 60px; }
    body.products .content .first p {
      font-size: 1.6rem; }
  body.products .content .product_wrap section.item {
    margin-bottom: 100px; }
    body.products .content .product_wrap section.item:last-child {
      margin-bottom: 0; }
    body.products .content .product_wrap section.item .product_title {
      border: solid 1px #DCDCDC;
      display: flex;
      gap: 30px;
      align-items: center;
      margin-bottom: 40px;
      padding-left: 37px;
      height: 90px;
      position: relative; }
      body.products .content .product_wrap section.item .product_title:before {
        content: '';
        display: block;
        width: 11px;
        height: calc(100% + 2px);
        background-color: #01A1E8;
        position: absolute;
        left: -1px;
        top: -1px; }
      body.products .content .product_wrap section.item .product_title h2 {
        font-size: 2.6rem; }
      body.products .content .product_wrap section.item .product_title span {
        font-size: 1.6rem;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 600;
        color: #01A1E8; }
    body.products .content .product_wrap section.item .product_caption {
      display: flex;
      gap: 50px; }
body.merchandise .content {
  overflow: hidden;
  width: 100%; }
  body.merchandise .content .first {
    width: 1000px;
    margin: 0 auto 100px;
    text-align: center; }
    body.merchandise .content .first h2 {
      font-size: 3rem;
      margin-bottom: 60px; }
    body.merchandise .content .first p {
      font-size: 1.6rem; }
  body.merchandise .content .items_wrap {
    width: 1160px;
    margin: 0 auto; }
    body.merchandise .content .items_wrap .items_wrap_inner {
      margin: 0 calc(50% - 50vw);
      padding: 0 calc(50vw - 50%) 125px;
      width: 100vw;
      background-color: #F4F7F9;
      position: relative; }
      body.merchandise .content .items_wrap .items_wrap_inner:before {
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 0; }
      body.merchandise .content .items_wrap .items_wrap_inner .item_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 40px; }
        body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item {
          width: calc( (100% / 3) - (80px / 3) );
          background-color: #fff;
          position: relative;
          z-index: 1; }
          body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_image img {
            width: 100%;
            height: auto; }
          body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text {
            padding: 40px 40px 60px 40px; }
            body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text h2 {
              font-size: 2.5rem;
              text-align: center;
              margin-bottom: 25px;
              line-height: 1.3em; }
            body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text p {
              font-size: 1.6rem;
              line-height: 1.7em;
              overflow: hidden;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              /* 任意の行数を指定 */ }
body.merchandise .contact_banner {
  margin-top: 0px; }
body.merchandise_detail .kvWrap .kv .breadcrumb ul {
  display: flex;
  font-size: 1.2rem; }
  body.merchandise_detail .kvWrap .kv .breadcrumb ul li:after {
    content: '／';
    margin: 0 1em; }
  body.merchandise_detail .kvWrap .kv .breadcrumb ul li:last-child:after {
    content: initial; }
  body.merchandise_detail .kvWrap .kv .breadcrumb ul li a:hover {
    color: #0C4298; }
body.merchandise_detail .kvWrap .kv .inner {
  background-color: #FFF;
  border-bottom: solid 1px #DCDCDC;
  height: 265px; }
  body.merchandise_detail .kvWrap .kv .inner h1.h1_style {
    padding-left: 0; }
    body.merchandise_detail .kvWrap .kv .inner h1.h1_style .text_l {
      color: #000;
      font-size: 5.2rem; }
    body.merchandise_detail .kvWrap .kv .inner h1.h1_style .text_m {
      color: #000;
      font-size: 1.6rem; }
body.merchandise_detail .content .inner {
  display: flex;
  gap: 60px; }
  body.merchandise_detail .content .inner .image {
    width: 630px; }
    body.merchandise_detail .content .inner .image img {
      width: 100%;
      height: auto; }
  body.merchandise_detail .content .inner .detail .sub_caption {
    font-size: 1.4rem;
    color: #858585; }
  body.merchandise_detail .content .inner .detail h2 {
    font-size: 2.5rem;
    margin-bottom: 40px; }
  body.merchandise_detail .content .inner .detail p {
    font-size: 1.6rem;
    margin-bottom: 40px; }
  body.merchandise_detail .content .inner .detail table {
    width: 100%; }
    body.merchandise_detail .content .inner .detail table tr th {
      background-color: #F4F7F9;
      border: solid 1px #DCDCDC; }
    body.merchandise_detail .content .inner .detail table tr td {
      border: solid 1px #DCDCDC; }
    body.merchandise_detail .content .inner .detail table tr th, body.merchandise_detail .content .inner .detail table tr td {
      padding: 5px 10px;
      font-size: 1.4rem; }
body.company .content .inner {
  width: 1000px;
  margin: 0 auto; }
  body.company .content .inner section {
    margin-bottom: 160px; }
    body.company .content .inner section h2 {
      font-size: 1.6rem;
      line-height: 1em;
      margin-bottom: 50px; }
      body.company .content .inner section h2 span {
        font-size: 6.4rem;
        color: #0C4298;
        line-height: 1em;
        margin-right: 20px; }
    body.company .content .inner section.outline table {
      width: 100%;
      border-top: solid 1px #DCDCDC; }
      body.company .content .inner section.outline table tr {
        border-bottom: solid 1px #DCDCDC; }
        body.company .content .inner section.outline table tr th {
          width: 180px; }
        body.company .content .inner section.outline table tr th, body.company .content .inner section.outline table tr td {
          padding: 21px 25px; }
    body.company .content .inner section.access .access_blk {
      border-top: solid 1px #DCDCDC;
      font-size: 1.6rem;
      margin-bottom: 70px; }
      body.company .content .inner section.access .access_blk .address {
        display: table; }
        body.company .content .inner section.access .access_blk .address dt {
          width: 180px; }
        body.company .content .inner section.access .access_blk .address dt, body.company .content .inner section.access .access_blk .address dd {
          display: table-cell;
          padding: 21px 25px; }
      body.company .content .inner section.access .access_blk .other {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 28px; }
        body.company .content .inner section.access .access_blk .other .link {
          margin-top: 0; }
    body.company .content .inner section.member ul {
      border-top: solid 1px #DCDCDC; }
      body.company .content .inner section.member ul li {
        border-bottom: solid 1px #DCDCDC; }
        body.company .content .inner section.member ul li a {
          display: block;
          padding: 21px 25px; }
          body.company .content .inner section.member ul li a:hover {
            background-color: #0C4298;
            color: #FFFFFF; }
body.contact .kvWrap .kv .inner {
  background-image: url(../image/contact_kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  body.contact .kvWrap .kv .inner h1.h1_style .text_l {
    color: #0C4298; }
  body.contact .kvWrap .kv .inner h1.h1_style .text_m {
    color: #000; }
body.contact .first {
  text-align: center;
  margin-bottom: 90px;
  font-size: 1.6rem; }
body.contact .form_area {
  width: 920px;
  margin: 0 auto; }
  body.contact .form_area .form_inner {
    margin: 0 calc(50% - 50vw);
    padding: 150px calc(50vw - 50%) 125px;
    width: 100vw;
    background-color: #F4F7F9; }
    body.contact .form_area .form_inner h2 {
      font-size: 3.8rem;
      color: #0C4298;
      line-height: 1em;
      margin-bottom: 30px; }
    body.contact .form_area .form_inner .tel_wrap {
      padding: 30px 0;
      display: flex;
      justify-content: space-between;
      text-align: center;
      background-color: #fff;
      align-items: center;
      margin-bottom: 60px; }
      body.contact .form_area .form_inner .tel_wrap .text {
        width: 397px;
        font-size: 1.8rem;
        font-weight: 500; }
      body.contact .form_area .form_inner .tel_wrap .tel {
        width: calc( 100% - 397px );
        border-left: 1px solid #DCDCDC;
        padding: 20px 0;
        font-weight: 700; }
        body.contact .form_area .form_inner .tel_wrap .tel .tel_number {
          font-size: 3.8rem;
          line-height: 1em;
          margin-bottom: 10px; }
        body.contact .form_area .form_inner .tel_wrap .tel .time_zone {
          font-size: 1.4rem;
          font-weight: 500; }
    body.contact .form_area .form_inner .form_wrap form dl dt {
      margin-bottom: 15px;
      font-size: 1.6rem; }
      body.contact .form_area .form_inner .form_wrap form dl dt span {
        background-color: #000000;
        color: #FFFFFF;
        font-size: 1.1rem;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: inline-block;
        width: 42px;
        text-align: center;
        padding-bottom: 2px;
        margin-left: 10px; }
    body.contact .form_area .form_inner .form_wrap form dl dd {
      font-size: 1.6rem;
      margin-bottom: 20px; }
      body.contact .form_area .form_inner .form_wrap form dl dd input {
        width: 100%;
        height: 60px;
        background-color: #fff;
        padding: 0 20px; }
      body.contact .form_area .form_inner .form_wrap form dl dd .zipcode {
        margin-bottom: 20px; }
        body.contact .form_area .form_inner .form_wrap form dl dd .zipcode span {
          margin: 0 17px;
          font-weight: 700; }
        body.contact .form_area .form_inner .form_wrap form dl dd .zipcode input {
          width: 275px; }
      body.contact .form_area .form_inner .form_wrap form dl dd textarea {
        width: 100%;
        height: 300px;
        background-color: #fff;
        padding: 20px;
        resize: vertical; }
    body.contact .form_area .form_inner .form_wrap form .link {
      margin-top: 130px; }
      body.contact .form_area .form_inner .form_wrap form .link .wpcf7-submit {
        width: 460px;
        padding: 14px 0;
        margin: 0 auto; }
body.contact .contact_banner {
  margin-top: 0; }
body.news .kvWrap .kv .inner {
  background-image: url(../image/contact_kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  body.news .kvWrap .kv .inner h1.h1_style .text_l {
    color: #0C4298; }
  body.news .kvWrap .kv .inner h1.h1_style .text_m {
    color: #000; }
body.news .content .inner {
  width: 860px;
  margin: 0 auto; }
  body.news .content .inner ul.news_wrap li a {
    display: flex;
    border-bottom: solid 1px #DCDCDC;
    font-size: 1.6rem;
    justify-content: left;
    padding: 33px 40px;
    position: relative;
    gap: 35px; }
    body.news .content .inner ul.news_wrap li a:hover .icon i {
      color: #FFFFFF;
      border: solid 1px #0C4298;
      background-color: #0C4298;
      transform: scale(1.2); }
    body.news .content .inner ul.news_wrap li a:hover:after {
      background-color: #0C4298; }
    body.news .content .inner ul.news_wrap li a:after {
      content: '';
      width: 420px;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: -1px;
      background-color: transparent;
      transition: 0.5s; }
    body.news .content .inner ul.news_wrap li a .date {
      font-family: 'Barlow Semi Condensed', sans-serif;
      color: #0C4298; }
    body.news .content .inner ul.news_wrap li a .icon {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      width: 50px;
      height: 50px; }
      body.news .content .inner ul.news_wrap li a .icon i {
        color: #0C4298;
        width: 100%;
        height: 100%;
        border: solid 1px #DCDCDC;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        transition: 0.5s; }
        body.news .content .inner ul.news_wrap li a .icon i:before {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
body.news_detail .kvWrap .kv .inner {
  background-image: url(../image/contact_kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  body.news_detail .kvWrap .kv .inner h1.h1_style .text_l {
    color: #0C4298; }
  body.news_detail .kvWrap .kv .inner h1.h1_style .text_m {
    color: #000; }
body.news_detail .content .inner {
  width: 860px;
  margin: 0 auto; }
  body.news_detail .content .inner .date {
    font-size: 1.6rem;
    color: #0C4298; }
  body.news_detail .content .inner h2.post_title {
    font-size: 2.4rem;
    margin-bottom: 45px; }
  body.news_detail .content .inner .post_content {
    font-size: 1.6rem; }
    body.news_detail .content .inner .post_content p {
      margin-bottom: 1em; }
  body.news_detail .content .inner .back {
    margin-top: 90px;
    padding-top: 110px;
    border-top: solid 1px #DCDCDC;
    font-size: 1.8rem;
    text-align: center; }
    body.news_detail .content .inner .back i {
      margin-right: 30px; }
    body.news_detail .content .inner .back a:hover {
      color: #0C4298; }
body.colormaster .kvWrap .kv .inner {
  background-image: url(../image/cm_kv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
body.colormaster .content .content_inner {
  width: 1000px;
  margin: 0 auto; }
  body.colormaster .content .content_inner h2 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 90px; }
  body.colormaster .content .content_inner .makers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 38px; }
    body.colormaster .content .content_inner .makers li {
      text-align: center; }
      body.colormaster .content .content_inner .makers li a:hover {
        opacity: 0.6; }
      body.colormaster .content .content_inner .makers li p {
        margin-top: 10px;
        font-size: 1.5rem; }

@media screen and (max-width: 1160px) {
  body.home .content_wrap .content #sec_merchandise .items .item_flex {
    margin: 0 auto; }
  body.home .content_wrap .content #sec_company {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px; }
    body.nav_active {
      overflow: hidden; }
    body .pagination {
      margin-top: 20px; }
    body.home .kvWrap {
      background: url(../../assets/image/sp_kv_top01.png) no-repeat center center;
      -webkit-background-size: cover;
      background-size: cover;
      width: 100%;
      max-height: 100%;
      height: 500px; }
      body.home .kvWrap .kvSlick {
        display: none; }
      body.home .kvWrap .m_image_text {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: calc( 100% - 60px); }
        body.home .kvWrap .m_image_text img {
          width: 100%; }
    body.home .content_wrap .content section {
      margin-bottom: 85px; }
      body.home .content_wrap .content section .h2_title {
        margin-bottom: 25px; }
        body.home .content_wrap .content section .h2_title h2 .text_l {
          font-size: 3.8rem;
          margin-bottom: 15px; }
        body.home .content_wrap .content section .h2_title h2 .text_s {
          font-size: 1rem; }
      body.home .content_wrap .content section#sec_news {
        display: block;
        padding: 70px 30px 0; }
        body.home .content_wrap .content section#sec_news .news_wrap ul li a {
          display: block;
          padding: 17px 50px 17px 10px;
          font-size: 1.1rem; }
          body.home .content_wrap .content section#sec_news .news_wrap ul li a:after {
            content: none; }
          body.home .content_wrap .content section#sec_news .news_wrap ul li a .icon {
            right: 10px;
            width: 25px;
            height: 25px; }
            body.home .content_wrap .content section#sec_news .news_wrap ul li a .icon i {
              font-size: 1rem; }
          body.home .content_wrap .content section#sec_news .news_wrap ul li a p {
            line-height: 1.7em; }
        body.home .content_wrap .content section#sec_news .news_wrap .link {
          text-align: center;
          margin-top: 28px; }
      body.home .content_wrap .content section#sec_merchandise .items {
        overflow-x: auto; }
        body.home .content_wrap .content section#sec_merchandise .items .item_flex .item {
          min-width: 242px;
          padding: 30px 25px; }
          body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a .p_image {
            margin-bottom: 25px; }
          body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a .p_text h2 {
            font-size: 1.6rem;
            margin-bottom: 20px; }
          body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a .p_text p {
            font-size: 1rem; }
          body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a .icon {
            right: 10px;
            width: 32px;
            height: 32px;
            margin-top: 25px; }
            body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a .icon i {
              font-size: 1rem; }
          body.home .content_wrap .content section#sec_merchandise .items .item_flex .item a p {
            line-height: 1.7em; }
      body.home .content_wrap .content section#sec_links ul {
        gap: 20px; }
        body.home .content_wrap .content section#sec_links ul li a {
          height: 250px; }
          body.home .content_wrap .content section#sec_links ul li a .text_area {
            gap: 15px; }
            body.home .content_wrap .content section#sec_links ul li a .text_area .text_l {
              font-size: 2.5rem; }
            body.home .content_wrap .content section#sec_links ul li a .text_area .text_s {
              font-size: 1rem; }
          body.home .content_wrap .content section#sec_links ul li a .icon {
            width: 35px;
            height: 35px;
            bottom: 30px;
            right: 50% !important;
            top: initial !important;
            transform: translateX(50%) !important; }
        body.home .content_wrap .content section#sec_links ul li.col-3 {
          width: 100%; }
      body.home .content_wrap .content section#sec_company {
        background: none;
        padding: 0; }
        body.home .content_wrap .content section#sec_company .inner {
          display: block; }
          body.home .content_wrap .content section#sec_company .inner .left_blk {
            padding: 100px 30px;
            width: calc(100% - 40px);
            background: url(../image/home_company_bg.png) no-repeat center center;
            background-size: cover; }
            body.home .content_wrap .content section#sec_company .inner .left_blk .h2_title {
              margin-bottom: 30px; }
            body.home .content_wrap .content section#sec_company .inner .left_blk h3 {
              font-size: 1.4rem;
              margin-bottom: 20px; }
            body.home .content_wrap .content section#sec_company .inner .left_blk p {
              font-size: 1.1rem;
              line-height: 1.7em;
              margin-bottom: 25px; }
          body.home .content_wrap .content section#sec_company .inner .right_blk {
            margin-top: -60px;
            padding-left: 44px; }
            body.home .content_wrap .content section#sec_company .inner .right_blk img {
              width: 100%;
              height: auto; }
    body.products .content {
      width: 100%;
      padding: 0 30px; }
      body.products .content .first {
        padding: 26px 0;
        margin-bottom: 0; }
        body.products .content .first h2 {
          font-size: 1.5rem;
          margin-bottom: 25px; }
        body.products .content .first p {
          font-size: 1.1rem; }
      body.products .content .product_wrap section.item {
        margin-bottom: 35px; }
        body.products .content .product_wrap section.item .product_title {
          gap: 15px;
          height: auto;
          padding: 7px 0 7px 24px;
          margin-bottom: 25px; }
          body.products .content .product_wrap section.item .product_title:before {
            width: 10px; }
          body.products .content .product_wrap section.item .product_title h2 {
            font-size: 1.5rem; }
          body.products .content .product_wrap section.item .product_title span {
            font-size: 1rem; }
        body.products .content .product_wrap section.item .product_caption {
          display: block; }
          body.products .content .product_wrap section.item .product_caption .p_image {
            margin-bottom: 15px; }
            body.products .content .product_wrap section.item .product_caption .p_image img {
              width: 100%; }
          body.products .content .product_wrap section.item .product_caption p {
            font-size: 1.1rem; }
    body.merchandise .content .first {
      width: 100%;
      padding: 26px 30px;
      margin-bottom: 0; }
      body.merchandise .content .first h2 {
        font-size: 1.5rem;
        margin-bottom: 25px; }
      body.merchandise .content .first p {
        font-size: 1.1rem; }
    body.merchandise .content .items_wrap {
      width: 100%;
      padding: 0 30px; }
      body.merchandise .content .items_wrap .items_wrap_inner:before {
        height: 60px; }
      body.merchandise .content .items_wrap .items_wrap_inner .item_flex {
        gap: 20px; }
        body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item {
          width: calc( 50% - 10px ); }
          body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_image img {
            width: 100%; }
          body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text {
            padding: 15px; }
            body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text h2 {
              font-size: 1.1rem;
              margin-bottom: 10px; }
            body.merchandise .content .items_wrap .items_wrap_inner .item_flex .item .p_text p {
              font-size: 0.9rem; }
    body.merchandise_detail .kvWrap .kv {
      padding: 0 30px; }
      body.merchandise_detail .kvWrap .kv .inner {
        height: 120px; }
        body.merchandise_detail .kvWrap .kv .inner h1.h1_style {
          gap: 10px; }
          body.merchandise_detail .kvWrap .kv .inner h1.h1_style .text_l {
            font-size: 2.6rem; }
          body.merchandise_detail .kvWrap .kv .inner h1.h1_style .text_m {
            font-size: 0.8rem; }
    body.merchandise_detail .content .inner {
      display: block;
      padding: 30px 30px 0; }
      body.merchandise_detail .content .inner .image {
        padding: 0;
        margin-bottom: 30px;
        width: 100%; }
        body.merchandise_detail .content .inner .image img {
          width: 100%;
          height: auto; }
      body.merchandise_detail .content .inner .detail .sub_caption {
        font-size: 0.8rem; }
      body.merchandise_detail .content .inner .detail h2 {
        font-size: 1.5rem;
        margin-bottom: 20px; }
      body.merchandise_detail .content .inner .detail p {
        font-size: 1.1rem;
        margin-bottom: 23px; }
      body.merchandise_detail .content .inner .detail table tr th, body.merchandise_detail .content .inner .detail table tr td {
        font-size: 0.9rem; }
    body.company .content .inner {
      padding: 55px 30px 0;
      width: 100%; }
      body.company .content .inner section h2 {
        font-size: 1rem; }
        body.company .content .inner section h2 span {
          font-size: 3.84rem;
          margin-right: 15px; }
      body.company .content .inner section.outline {
        margin-bottom: 80px; }
        body.company .content .inner section.outline table tr {
          display: block;
          padding: 12px 0; }
          body.company .content .inner section.outline table tr tbody {
            display: block; }
          body.company .content .inner section.outline table tr th, body.company .content .inner section.outline table tr td {
            width: 100%;
            display: block;
            padding: 0;
            font-size: 1rem; }
      body.company .content .inner section.access {
        margin-bottom: 80px; }
        body.company .content .inner section.access .access_blk {
          margin-bottom: 27px; }
          body.company .content .inner section.access .access_blk .address {
            width: 100%; }
            body.company .content .inner section.access .access_blk .address dt {
              width: 90px; }
            body.company .content .inner section.access .access_blk .address dd {
              width: calc(100% - 90px); }
            body.company .content .inner section.access .access_blk .address dt, body.company .content .inner section.access .access_blk .address dd {
              padding: 12px 0;
              font-size: 1rem; }
          body.company .content .inner section.access .access_blk .maparea iframe {
            width: 100%;
            height: 200px; }
          body.company .content .inner section.access .access_blk .other {
            margin-top: 18px;
            display: block; }
            body.company .content .inner section.access .access_blk .other p {
              font-size: 1rem; }
            body.company .content .inner section.access .access_blk .other .link {
              margin-top: 15px;
              text-align: right; }
              body.company .content .inner section.access .access_blk .other .link a {
                display: inline-block;
                width: 132px; }
                body.company .content .inner section.access .access_blk .other .link a i {
                  right: 13px; }
      body.company .content .inner section.member h2 {
        margin-bottom: 28px; }
      body.company .content .inner section.member ul li a {
        padding: 4px 0; }
    body.contact .first {
      padding: 26px 30px;
      margin-bottom: 0; }
      body.contact .first p {
        font-size: 1.1rem; }
    body.contact .form_area {
      width: 100%; }
      body.contact .form_area .form_inner {
        margin: 0;
        padding: 50px 30px;
        width: 100%; }
        body.contact .form_area .form_inner h2 {
          font-size: 2.3rem;
          margin-bottom: 15px; }
        body.contact .form_area .form_inner .tel_wrap {
          display: block;
          margin-bottom: 35px;
          padding: 15px 0; }
          body.contact .form_area .form_inner .tel_wrap .text {
            width: 100%;
            font-size: 1.1rem; }
          body.contact .form_area .form_inner .tel_wrap .tel {
            width: 100%;
            padding: 0;
            border-left: none; }
            body.contact .form_area .form_inner .tel_wrap .tel .tel_number {
              margin-top: 7px;
              font-size: 2.3rem; }
            body.contact .form_area .form_inner .tel_wrap .tel .time_zone {
              font-size: 0.8rem; }
        body.contact .form_area .form_inner .form_wrap form dl dt {
          font-size: 1rem;
          margin-bottom: 7px; }
          body.contact .form_area .form_inner .form_wrap form dl dt span {
            font-size: 0.7rem;
            width: 27px; }
        body.contact .form_area .form_inner .form_wrap form dl dd {
          margin-bottom: 15px; }
          body.contact .form_area .form_inner .form_wrap form dl dd input {
            height: 30px;
            padding: 2px 5px;
            font-size: 1.1rem; }
          body.contact .form_area .form_inner .form_wrap form dl dd .zipcode {
            margin-bottom: 10px; }
            body.contact .form_area .form_inner .form_wrap form dl dd .zipcode input {
              width: calc(50% - 20px); }
            body.contact .form_area .form_inner .form_wrap form dl dd .zipcode span {
              font-size: 1rem;
              margin: 0 7px; }
          body.contact .form_area .form_inner .form_wrap form dl dd textarea {
            padding: 2px 5px;
            height: 150px;
            font-size: 1.1rem; }
        body.contact .form_area .form_inner .form_wrap form .link {
          margin-top: 35px; }
          body.contact .form_area .form_inner .form_wrap form .link button {
            width: 100%; }
    body.news .content .inner {
      width: 100%;
      padding: 60px 30px 0; }
      body.news .content .inner ul.news_wrap li a {
        display: block;
        padding: 20px 50px 20px 10px;
        font-size: 1.1rem; }
        body.news .content .inner ul.news_wrap li a:after {
          width: 100%;
          content: none; }
        body.news .content .inner ul.news_wrap li a .icon {
          right: 10px;
          width: 25px;
          height: 25px; }
          body.news .content .inner ul.news_wrap li a .icon i {
            font-size: 1rem; }
    body.news_detail .content .inner {
      width: 100%;
      padding: 60px 30px 0;
      /*width: 860px;
      margin: 0 auto;*/ }
      body.news_detail .content .inner .date {
        font-size: 1.2rem;
        /*font-size: 1.6rem;
        color: $main-color;*/ }
      body.news_detail .content .inner h2.post_title {
        font-size: 1.7rem;
        margin-bottom: 30px;
        /*font-size: 2.4rem;
        margin-bottom: 45px;*/ }
      body.news_detail .content .inner .post_content .img img {
        width: 100%; }
      body.news_detail .content .inner .post_content p {
        font-size: 1rem; }
      body.news_detail .content .inner .back {
        padding-top: 80px; }
        body.news_detail .content .inner .back i {
          /*margin-right: 30px;*/ }
        body.news_detail .content .inner .back a:hover {
          /*color: $main-color;*/ }
    body.colormaster .content .content_inner {
      width: 100%; }
      body.colormaster .content .content_inner h2 {
        font-size: 1.5rem;
        padding: 26px 0;
        margin-bottom: 0; }
      body.colormaster .content .content_inner .makers {
        display: block; }
        body.colormaster .content .content_inner .makers li {
          text-align: center;
          margin-bottom: 20px; }
          body.colormaster .content .content_inner .makers li a:hover {
            opacity: 0.6; }
          body.colormaster .content .content_inner .makers li p {
            margin-top: 10px;
            font-size: 1.3rem; } }
