@charset "UTF-8";
/*-- メディア
-------------------------------------------------------------*/
/*-- 基本色
-------------------------------------------------------------*/
/*-- トップ画面
-------------------------------------------------------------*/
.top {
  /*--- トップ ---*/
  /*--- ピックアップ ---*/
  /*--- 事例紹介 ---*/
  /*--- 新着情報 ---*/
  /*--- 製品案内 ---*/ }
  .top .top_wrap {
    width: 100%;
    height: calc(75vh - 70px);
    position: relative;
    overflow: hidden;
    /*--- pict_box ---*/ }
    @media only screen and (max-width: 844px) {
      .top .top_wrap {
        height: calc(50vh - 70px); } }
    .top .top_wrap h1 {
      font-size: max(6rem, 30px);
      position: absolute;
      top: 50%;
      left: 0px;
      z-index: 0;
      color: #fff;
      transform: translateY(-50%);
      padding: 0; }
      .top .top_wrap h1 div {
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 10px;
        padding: 0px 20px 3px 50px;
        background: rgba(0, 0, 0, 0.8);
        animation: top_wrap 0.5s linear forwards;
        opacity: 0; }
        @media only screen and (max-width: 844px) {
          .top .top_wrap h1 div {
            font-size: max(4rem, 22px);
            padding: 0px 20px 3px 20px; } }
        .top .top_wrap h1 div.top_message1 {
          animation-delay: 0.5s; }
        .top .top_wrap h1 div.top_message2 {
          animation-delay: 0.7s; }
        .top .top_wrap h1 div.top_message3 {
          animation-delay: 0.9s; }
@keyframes top_wrap {
  0% {
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
    .top .top_wrap .pict_box {
      width: 100%;
      height: 100%;
      z-index: 0;
      position: relative;
      overflow: hidden;
      z-index: -1;
      transition: opacity 2s ease-in-out;
      opacity: 0; }
      .top .top_wrap .pict_box.show {
        opacity: 1; }
      .top .top_wrap .pict_box img {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: inherit;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -2; }
        @media only screen and (max-width: 844px) {
          .top .top_wrap .pict_box img {
            max-height: 118%; } }
      .top .top_wrap .pict_box .topslider {
        height: 100%; }
        .top .top_wrap .pict_box .topslider .slick-list, .top .top_wrap .pict_box .topslider .slick-track, .top .top_wrap .pict_box .topslider .slick-slide {
          height: 100%; }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1);
    /* 拡大率 */ } }
        .top .top_wrap .pict_box .topslider .add-animation {
          animation: zoomUp 10s linear 0s normal both; }
  .top #pickup {
    padding-bottom: 90px;
    background: url("../img/top/pickup_back.jpg") repeat-x;
    background-size: 100% 90%; }
    .top #pickup .inner_s {
      position: relative;
      z-index: 1;
      margin-top: -130px; }
      @media only screen and (max-width: 844px) {
        .top #pickup .inner_s {
          margin-top: -70px; } }
    .top #pickup .pickup_list {
      margin-left: -0.9em;
      margin-right: -0.9em; }
      .top #pickup .pickup_list li {
        width: calc(33% - 14px);
        margin: 0 1.5em;
        animation: pickup_list 1s forwards;
        opacity: 0; }
        .top #pickup .pickup_list li:nth-child(4) {
          animation-delay: 0.5s; }
        .top #pickup .pickup_list li:nth-child(5) {
          animation-delay: 0.7s; }
        .top #pickup .pickup_list li:nth-child(6) {
          animation-delay: 0.9s; }
        .top #pickup .pickup_list li:hover .pict_box img {
          transform: translate(-50%, -50%) scale(1.1);
          transition: transform 0.4s; }
        .top #pickup .pickup_list li:hover .text h2 {
          background: #00a2aa;
          transition: background 0.2s ease-in-out; }
        .top #pickup .pickup_list li:hover .text:after {
          background: url("../img/top/pickup_icon_hover.svg") no-repeat right bottom 100%;
          background-color: #00a2aa;
          transition: background-color 0.4s; }
        .top #pickup .pickup_list li .pict_box {
          width: 100%;
          height: 220px;
          position: relative;
          overflow: hidden;
          background: #fff; }
          .top #pickup .pickup_list li .pict_box img {
            max-width: 150%;
            min-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(1);
            transition: transform 0.4s; }
        .top #pickup .pickup_list li .text {
          background: #f7f7f7;
          position: relative; }
          .top #pickup .pickup_list li .text h2 {
            font-size: max(2.4rem, 20px);
            margin-top: -40px;
            padding-left: max(1.8rem, 18px);
            padding-right: 10px;
            background: rgba(0, 0, 0, 0.8);
            display: inline-block;
            color: #fff;
            transition: background 0.2s ease-in-out; }
          .top #pickup .pickup_list li .text p {
            font-size: max(1.7rem, 16px);
            padding: max(1.8rem, 18px); }
          .top #pickup .pickup_list li .text:after {
            content: "";
            background: url("../img/top/pickup_icon.svg") no-repeat right bottom 100%;
            background-color: #fff;
            transition: background-color 0.4s;
            width: 10%;
            height: 30px;
            max-width: 30px;
            position: absolute;
            bottom: 0px;
            right: 0px; }
      .top #pickup .pickup_list .slick-prev, .top #pickup .pickup_list .slick-next {
        opacity: 0;
        animation: pickup_list 1s forwards 0.3s; }
@keyframes pickup_list {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes pickup_back {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .top #jirei .jirei_back {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #eeeeee; }
  .top #jirei .inner_l {
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 844px) {
      .top #jirei .inner_l .title_box {
        margin-bottom: 0; } }
    .top #jirei .inner_l .item_box {
      height: 100%; }
      .top #jirei .inner_l .item_box dl {
        height: 100%;
        max-height: 280px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 844px) {
          .top #jirei .inner_l .item_box dl {
            max-height: 4000px;
            margin-bottom: 50px; } }
      .top #jirei .inner_l .item_box .text_box {
        width: 20vw;
        padding-right: 1em; }
        @media only screen and (max-width: 844px) {
          .top #jirei .inner_l .item_box .text_box {
            width: 100%;
            padding-right: 0; } }
        .top #jirei .inner_l .item_box .text_box h3 {
          font-size: max(2.5rem, 20px);
          font-weight: bold;
          margin-bottom: 0.5em; }
          .top #jirei .inner_l .item_box .text_box h3 span {
            font-size: max(1.8rem, 17px);
            font-weight: normal;
            color: #00a2aa;
            display: block; }
        .top #jirei .inner_l .item_box .text_box p {
          margin-bottom: 1.7em; }
          @media only screen and (max-width: 844px) {
            .top #jirei .inner_l .item_box .text_box p {
              margin-bottom: 0.7em; } }
      .top #jirei .inner_l .item_box .pict_box {
        width: 50vw; }
        @media only screen and (max-width: 844px) {
          .top #jirei .inner_l .item_box .pict_box {
            width: 100%;
            margin-bottom: 1em; } }
  @media only screen and (max-width: 844px) {
    .top #news .title_box {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 844px) {
    .top #news .title_box a {
      margin-left: 3em;
      width: 40%;
      min-height: 30px;
      height: 50px; } }
  .top #news li .date {
    padding-right: 1em;
    white-space: nowrap; }
    @media only screen and (max-width: 844px) {
      .top #news li .date {
        padding-bottom: 0.5em; } }
    .top #news li .date span {
      color: #fff;
      background: #00a2aa;
      padding: 0px 12px;
      margin-left: 1em;
      display: inline-block;
      font-size: max(1.4rem, 14px); }
  .top #news li .text {
    padding-top: 3px; }
  @media only screen and (max-width: 844px) {
    .top #product .inner_l {
      padding: 0; } }
  .top #product ul {
    background: url("../img/top/product_back.jpg") no-repeat;
    background-size: auto 100%;
    flex-wrap: wrap; }
  .top #product li {
    width: 33.333%;
    height: 16.25vw;
    min-height: 200px;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 845px) and (max-width: 1279px) {
      .top #product li {
        width: 50%; } }
    @media only screen and (max-width: 844px) {
      .top #product li {
        width: 100%;
        height: 250px; } }
    .top #product li:hover a {
      background: rgba(0, 0, 0, 0.3);
      transition: background 0.4s; }
    .top #product li:hover img {
      transition: opacity 0.4s,transform 0.4s;
      opacity: 1; }
    .top #product li.center {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
      @media only screen and (min-width: 845px) and (max-width: 1279px) {
        .top #product li.center {
          border-left: none;
          border-right: none; } }
      @media only screen and (max-width: 844px) {
        .top #product li.center {
          border-left: none;
          border-right: none; } }
    .top #product li.none {
      background: rgba(0, 0, 0, 0.7); }
      @media only screen and (min-width: 845px) and (max-width: 1279px) {
        .top #product li.none {
          display: none; } }
      @media only screen and (max-width: 844px) {
        .top #product li.none {
          display: none; } }
    @media only screen and (min-width: 845px) and (max-width: 1279px) {
      .top #product li:nth-child(2n) {
        border-left: 1px solid #fff; } }
    .top #product li a {
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      transition: background 0.4s;
      position: relative;
      z-index: 100;
      padding: 0 2em; }
      @media only screen and (max-width: 844px) {
        .top #product li a {
          padding: 0 0.4em; } }
      .top #product li a h3 {
        font-size: max(2rem, 18px);
        font-weight: bold;
        margin-bottom: 1em; }
    .top #product li img {
      transition: opacity 0.4s,transform 0.4s;
      opacity: 0; }
  .top #banner .inner_s:first-child {
    margin-bottom: 7rem; }
  .top #banner .inner_s .pict_box {
    width: 50%;
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 844px) {
      .top #banner .inner_s .pict_box {
        width: 100%;
        margin-bottom: -4px; } }
    .top #banner .inner_s .pict_box img {
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .top #banner .inner_s .text {
    width: 50%;
    padding: 3em 2em;
    background: #eeeeee; }
    @media only screen and (max-width: 844px) {
      .top #banner .inner_s .text {
        width: 100%; } }
    .top #banner .inner_s .text h3 {
      font-size: max(2.5rem, 20px);
      color: #00a2aa; }
    .top #banner .inner_s .text p {
      margin: 0.5em 0 1em; }

/*-------------------------------------------------------------*/
.company .item_list iframe {
  width: 500px;
  max-width: 100%;
  margin-top: 0.8em; }
@media only screen and (max-width: 844px) {
  .company.message .pict_box {
    margin-bottom: 2em;
    text-align: center; } }
.company.message .text_box {
  padding-right: 2em; }
  .company.message .text_box .name_box {
    font-size: max(3.2rem, 26px);
    font-weight: bold;
    line-height: 1.1em; }
    .company.message .text_box .name_box span {
      font-size: max(1.8rem, 19px);
      font-weight: 500; }
.company.business .item_box .f_wrap > li {
  width: 25%;
  text-align: center; }
  @media only screen and (max-width: 844px) {
    .company.business .item_box .f_wrap > li {
      width: 50%; } }
  .company.business .item_box .f_wrap > li img {
    max-width: 100%; }
  .company.business .item_box .f_wrap > li h4 {
    font-size: max(1.7rem, 16px);
    margin-top: 0; }
    .company.business .item_box .f_wrap > li h4:before {
      display: none; }
.company.business .item_box .pict_box figure img {
  width: 100%; }
.company.business .item_box .pict_box > .f_wrap {
  gap: 8px; }
.company.business #tochigi .pict_box {
  text-align: center; }
@media only screen and (min-width: 845px) and (max-width: 1279px) {
  .company.business #tochigi .item_list .f_wrap {
    flex-direction: column; } }
@media only screen and (min-width: 845px) and (max-width: 1279px) {
  .company.business #tochigi .item_list .f_wrap > div.title {
    padding-left: 0em; } }
@media only screen and (max-width: 844px) {
  .company.business #tochigi .item_list .f_wrap > div.title {
    padding-left: 0em; } }
@media only screen and (min-width: 845px) and (max-width: 1279px) {
  .company.business #tochigi .item_list .f_wrap > div {
    padding-left: 1em; } }
@media only screen and (max-width: 844px) {
  .company.business #tochigi .item_list .f_wrap > div {
    padding-left: 1em; } }
.company.office h4.koujou_title {
  position: relative; }
  .company.office h4.koujou_title a {
    font-size: max(1.6rem, 16px);
    position: relative;
    color: #00a2aa;
    padding-right: 16px;
    transition: opacity 0.5s ease-in-out; }
    .company.office h4.koujou_title a:hover {
      opacity: 0.8;
      transition: opacity 0.5s ease-in-out; }
    .company.office h4.koujou_title a:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      transform: translateY(-50%) rotate(45deg);
      position: absolute;
      top: 50%;
      right: 0;
      border-top: 2px solid #00a2aa;
      border-right: 2px solid #00a2aa;
      margin: auto;
      margin-top: -1px; }
.company.office .map_btn {
  margin-left: 2em; }
@media only screen and (max-width: 844px) {
  .company.office .a_c {
    align-items: flex-start; }
  .company.office .map_btn {
    margin-left: 0; } }
.company.office .item_list > li:first-child {
  border-top: 1px solid #d3d3d3; }
.company.office .item_list iframe {
  width: 100%;
  height: 400px;
  margin-top: 0; }
.company.office .item_list .item_list_dot li {
  padding: 0 0 0; }

.download .inner_s .item_box .pict_box {
  width: 20%; }
  @media only screen and (max-width: 844px) {
    .download .inner_s .item_box .pict_box {
      width: 100%;
      margin-bottom: 1em; } }
.download .download_link {
  margin-top: 1.3em;
  gap: 2em; }
  @media only screen and (max-width: 844px) {
    .download .download_link {
      gap: 1em; } }
.download span.file_size {
  font-size: max(1.3rem, 13px);
  color: #9e9e9e;
  margin-top: -3px;
  display: block; }
@media only screen and (max-width: 844px) {
  .download .show_box {
    margin-top: 2em; } }
.download .show_box.area .sub_line h5 {
  width: auto; }
.download .show_box dl {
  padding: 2.5rem 3.5rem;
  border: 1px solid #acacac;
  border-top: none;
  background: #f7f7f7; }
  @media only screen and (max-width: 844px) {
    .download .show_box dl {
      padding: 5.5rem 3.5rem; } }
  .download .show_box dl:first-child {
    border-top: 1px solid #acacac; }
  .download .show_box dl.title_line {
    background: #fff;
    cursor: pointer;
    transition: background 0.2s ease-in-out; }
    .download .show_box dl.title_line:hover {
      background: #f9f9f9;
      transition: background 0.2s ease-in-out; }
    .download .show_box dl.title_line .show_icon {
      margin-right: 11px; }
      .download .show_box dl.title_line .show_icon .bdr {
        fill: #00a2aa;
        stroke-width: 0px; }
    .download .show_box dl.title_line .move_bdr {
      transition: transform 0.2s; }
    .download .show_box dl.title_line.on .move_bdr {
      transition: transform 0.2s;
      transform: translate(0, 15px) rotate(-90deg); }
  .download .show_box dl.link_line {
    background: #fff; }
    @media only screen and (max-width: 844px) {
      .download .show_box dl.link_line {
        align-items: flex-start; } }
    @media only screen and (max-width: 844px) {
      .download .show_box dl.link_line dt, .download .show_box dl.link_line dd {
        width: 100%; } }
.download .show_box .btn {
  min-width: 200px;
  width: auto; }
  .download .show_box .btn.wide {
    min-width: 310px; }
    @media only screen and (max-width: 844px) {
      .download .show_box .btn.wide {
        min-width: 100%; } }
  @media only screen and (max-width: 844px) {
    .download .show_box .btn {
      width: 100%;
      margin-top: 1em; } }
  .download .show_box .btn span {
    padding-right: 25px; }
.download .show_box .sub_line {
  display: none; }
  .download .show_box .sub_line dl {
    padding: 1rem 3.5rem; }
    @media only screen and (max-width: 844px) {
      .download .show_box .sub_line dl {
        padding: 1em 1.8em;
        align-items: flex-start; } }
    .download .show_box .sub_line dl:first-child {
      border-top: none;
      padding: 2.5rem 3.5rem; }
      @media only screen and (min-width: 845px) and (max-width: 1279px) {
        .download .show_box .sub_line dl:first-child {
          flex-direction: column; } }
      @media only screen and (max-width: 844px) {
        .download .show_box .sub_line dl:first-child {
          padding: 1em 1.8em; } }
      @media only screen and (min-width: 845px) and (max-width: 1279px) {
        .download .show_box .sub_line dl:first-child a {
          margin-top: 1em; } }
    @media only screen and (max-width: 844px) {
      .download .show_box .sub_line dl dt, .download .show_box .sub_line dl dd {
        width: 100%; } }
    @media only screen and (min-width: 845px) and (max-width: 1279px) {
      .download .show_box .sub_line dl dt {
        flex-direction: column; } }
  .download .show_box .sub_line h5 {
    width: 12em;
    font-size: max(1.5rem, 15px);
    padding-left: 1.2em;
    position: relative; }
    @media only screen and (max-width: 844px) {
      .download .show_box .sub_line h5 {
        width: 100%; } }
    .download .show_box .sub_line h5:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #00a2aa;
      position: absolute;
      top: 0.5em;
      left: 0.4em; }
  .download .show_box .sub_line ul {
    padding-left: 2em; }
    @media only screen and (min-width: 845px) and (max-width: 1279px) {
      .download .show_box .sub_line ul {
        padding-left: 1em; } }
    @media only screen and (max-width: 844px) {
      .download .show_box .sub_line ul {
        padding-left: 1em; } }
    .download .show_box .sub_line ul li {
      position: relative;
      padding-left: 1.2em; }
      .download .show_box .sub_line ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #9e9e9e;
        position: absolute;
        top: 0.7em;
        left: 0.4em;
        border-radius: 2px; }

@media only screen and (max-width: 844px) {
  .maintenance .s_top_pict img {
    max-height: 100%;
    left: -185px;
    transform: translateX(0); } }
.maintenance .mainte_box {
  max-width: 14em;
  padding: 10px 20px;
  border: 1px solid #d3d3d3;
  font-size: max(3.4rem, 30px);
  font-weight: bold; }
  .maintenance .mainte_box li {
    padding-left: 3.5rem;
    position: relative; }
    .maintenance .mainte_box li:first-child {
      padding-right: 5rem;
      padding-left: 0; }
      .maintenance .mainte_box li:first-child:after {
        content: "";
        width: 1px;
        height: 60px;
        border-right: 2px solid #a8a8a8;
        transform: rotate(45deg);
        display: inline-block;
        padding-right: 30px;
        position: absolute;
        top: -0.3em;
        right: 0; }
.maintenance .pict_box {
  gap: 2em; }
.maintenance .trouble_box figure {
  width: calc(25% - 2em); }
  @media only screen and (max-width: 844px) {
    .maintenance .trouble_box figure {
      width: calc(50% - 1em); } }

.product main {
  padding-bottom: 0; }
.product .product_list li {
  width: 32%;
  text-align: center;
  margin-bottom: 4.7em; }
  @media only screen and (max-width: 844px) {
    .product .product_list li {
      width: 100%;
      margin-bottom: 3em; } }
  .product .product_list li img {
    max-width: 100%; }
  .product .product_list li .plist_title {
    height: 7.5rem;
    font-size: max(2rem, 18px);
    font-weight: bold; }
    .product .product_list li .plist_title.twoline {
      font-size: max(2rem, 18px);
      line-height: 1.2em; }
    .product .product_list li .plist_title span {
      font-size: max(1.5rem, 14px); }
    @media only screen and (max-width: 844px) {
      .product .product_list li .plist_title {
        height: auto; } }
  .product .product_list li p {
    margin-bottom: 0.3em; }
  .product .product_list li a {
    margin: 0.7em auto 0; }
.product .product_link {
  padding-right: 50px; }
  @media only screen and (max-width: 844px) {
    .product .product_link {
      padding-right: 0px; } }
  .product .product_link li {
    width: 32%;
    padding-left: 10px;
    margin-bottom: 1em;
    border: 1px solid #d3d3d3;
    background: #fff;
    transition: background 0.5s ease-in-out,color 0.5s ease-in-out,border 0.5s ease-in-out;
    font-size: max(2rem, 18px); }
    .product .product_link li:hover {
      border: 1px solid #00a2aa;
      background: #00a2aa;
      transition: background 0.5s ease-in-out,color 0.5s ease-in-out,border 0.5s ease-in-out;
      color: #fff; }
      .product .product_link li:hover .btn {
        padding-left: 15px;
        transition: padding-left 0.3s ease-in-out;
        color: #fff; }
      .product .product_link li:hover .btn:before {
        width: 100%;
        opacity: 1; }
      .product .product_link li:hover .btn svg .circle {
        stroke-dashoffset: 0px; }
    .product .product_link li.none {
      opacity: 0; }
    @media only screen and (max-width: 844px) {
      .product .product_link li {
        width: 100%;
        margin-bottom: 2em; } }
    .product .product_link li a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 20px 0;
      border-bottom: none; }
      .product .product_link li a:before {
        border-bottom: none; }
.product .structure_pict {
  margin-top: 1em;
  margin-bottom: 2em; }
.product .pict_comment {
  max-width: 400px;
  font-size: max(1.5rem, 14px); }
.product .color_box {
  width: 40%; }
  .product .color_box.wide {
    width: 100%;
    margin-top: 2.5em; }
  @media only screen and (max-width: 844px) {
    .product .color_box {
      width: 100%; } }
.product #product_about {
  width: 100%;
  height: auto;
  padding: 70px 0 90px;
  background: url("../img/product/product_about.jpg") no-repeat center;
  background-size: auto 100%;
  position: relative; }
  .product #product_about:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75); }
  .product #product_about h2 {
    color: #fff;
    text-align: center;
    border-top: none;
    padding-bottom: 2em; }
    .product #product_about h2:before {
      display: none; }
  .product #product_about .f_wrap {
    gap: 3em; }
    @media only screen and (max-width: 844px) {
      .product #product_about .f_wrap {
        gap: 2em; } }
    .product #product_about .f_wrap a {
      width: calc(50% - 1.5em);
      display: block;
      text-align: center;
      padding: 2em 1em;
      border: 2px solid #fff;
      color: #fff;
      background: none;
      transition: background 0.5s ease-in-out; }
      @media only screen and (max-width: 844px) {
        .product #product_about .f_wrap a {
          width: 100%; } }
      .product #product_about .f_wrap a b {
        font-size: max(2.5rem, 22px);
        display: block;
        margin-bottom: 1em; }
        .product #product_about .f_wrap a b:after {
          content: "";
          width: 12px;
          height: 12px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: translateX(0) rotate(45deg);
          display: inline-block;
          margin-left: 0.5em;
          transition: transform 0.5s ease-in-out; }
      .product #product_about .f_wrap a:hover {
        background: rgba(255, 255, 255, 0.2);
        transition: background 0.5s ease-in-out; }
        .product #product_about .f_wrap a:hover b:after {
          transition: transform 0.5s ease-in-out;
          transform: translateX(5px) rotate(45deg); }
.product.type .product_list li {
  margin-bottom: 2.7em; }
  .product.type .product_list li a {
    width: 95%;
    height: 60px;
    font-size: max(2rem, 20px); }
.product.area .s_top_wrap {
  height: 35vw;
  max-height: 800px; }
  @media only screen and (max-width: 844px) {
    .product.area .s_top_wrap {
      height: 30vh; } }
  .product.area .s_top_wrap .s_top_pict {
    display: block; }
    .product.area .s_top_wrap .s_top_pict img {
      max-width: 100%; }
      @media only screen and (max-width: 844px) {
        .product.area .s_top_wrap .s_top_pict img {
          transform: translateX(0);
          left: 0;
          max-width: 200%;
          max-height: 100%; } }
  .product.area .s_top_wrap .s_top_title {
    top: 100%; }
    @media only screen and (max-width: 844px) {
      .product.area .s_top_wrap .s_top_title {
        position: absolute; } }
.product.area .item_tbl th {
  width: auto; }
.product.area .area_caution_list li {
  padding-left: 3.5em;
  text-indent: -3.5em;
  margin-bottom: 0.4em; }
.product.closed .item_tbl th {
  width: auto; }

@media only screen and (max-width: 844px) {
  .contact .s_top_pict img {
    max-height: 100%;
    left: -210px;
    transform: translateX(0); } }
.contact .s_top_wrap {
  margin-bottom: 160px; }
.contact.after .s_top_wrap .s_top_title {
  width: 60vw; }
.contact .must {
  padding: 3px 7px;
  color: #ff2929;
  font-size: max(1.8rem, 18px); }
.contact .item_list li:first-child {
  border-top: 1px solid #d3d3d3; }
.contact .item_list li.contact_link {
  padding: 0; }
.contact .item_list li a.smt_btn {
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.2em 1em;
  color: #212121;
  border: none;
  transition: color 0.3s ease-in-out; }
  .contact .item_list li a.smt_btn:hover {
    color: #00a2aa; }
  .contact .item_list li a.smt_btn svg {
    width: 18px;
    height: 18px;
    top: 2.2em; }
.contact .item_list li b {
  font-size: max(2.5rem, 20px);
  display: inline-block; }
.contact .item_list li label {
  padding-left: 0.4em;
  display: block; }
.contact .item_list li input[type="text"], .contact .item_list li input[type="tel"] {
  width: 21em;
  height: 2.5em;
  min-width: 300px;
  max-width: 100%;
  padding: 10px;
  font-size: max(1.4rem, 14px);
  border: 1px solid #c1c1c1; }
  .contact .item_list li input[type="text"].w_add_01, .contact .item_list li input[type="tel"].w_add_01 {
    width: 7.5em;
    min-width: 100px; }
  .contact .item_list li input[type="text"].w_add_02, .contact .item_list li input[type="tel"].w_add_02 {
    width: 7.5em;
    min-width: 100px; }
  .contact .item_list li input[type="text"].add, .contact .item_list li input[type="tel"].add {
    width: 30em;
    min-width: 100px; }
.contact .item_list li input[type="checkbox"] {
  margin-right: 0.5em; }
.contact .item_list li select {
  height: 2.5em;
  font-size: max(1.4rem, 14px);
  border: 1px solid #c1c1c1;
  background: #fff; }
  .contact .item_list li select#destination {
    width: 7.5em;
    min-width: 180px;
    padding: 5px; }
  .contact .item_list li select#pref {
    width: 7.5em; }
.contact .item_list li .text {
  width: 85%;
  padding-right: 1em; }
.contact .item_list li textarea {
  width: 100%;
  height: 9em;
  border: 1px solid #c1c1c1;
  padding: 9px; }
.contact .item_list li p {
  margin-top: 0.6em; }
.contact .item_list .area_catalog label:first-child {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 16px;
  margin-bottom: 21px; }
.contact .alert {
  margin-top: 0.3em;
  color: #ff2929; }
.contact .btn_box a {
  color: #00a2aa;
  text-decoration: underline; }
.contact .btn_box button {
  cursor: pointer;
  border-top: none;
  border-left: none;
  border-right: none; }
  .contact .btn_box button.btn.smt_btn {
    background: #fff;
    padding-left: 10px; }
    .contact .btn_box button.btn.smt_btn:hover {
      padding-left: 15px; }

.terms a.under {
  color: #00a2aa;
  text-decoration: underline; }
.terms p.caution_text {
  text-indent: -3.5em;
  padding-left: 2.1em; }
.terms .indent_text {
  padding-left: 1em;
  margin-bottom: 1em; }
.terms .indent_text2 {
  padding-left: 2em;
  margin-bottom: 1em; }
.terms .indent_text3 {
  padding-left: 3em;
  margin-bottom: 1em; }
.terms .s_top_wrap .s_top_title {
  width: 60vw; }
.terms .privacy_btn {
  width: 50%;
  min-width: 576px; }
  @media only screen and (max-width: 844px) {
    .terms .privacy_btn {
      width: 100%;
      height: auto;
      min-width: 100%;
      padding-right: 20px; } }
.terms .item_list_dot > li {
  padding: 0 0 0.5em; }

.sitemap .container h3 {
  border-top: 2px solid #d9d9d9;
  padding-top: 0.4em;
  position: relative; }
  .sitemap .container h3:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 7em;
    border-top: 2px solid #00a2aa; }
.sitemap .container .f_wrap > .f_wrap {
  width: 50%; }
  @media only screen and (min-width: 845px) and (max-width: 1279px) {
    .sitemap .container .f_wrap > .f_wrap {
      width: 50%; } }
  @media only screen and (max-width: 844px) {
    .sitemap .container .f_wrap > .f_wrap {
      width: 100%; } }
  .sitemap .container .f_wrap > .f_wrap .item_list_dot {
    width: 50%;
    margin-left: 0; }
    .sitemap .container .f_wrap > .f_wrap .item_list_dot .sub_dot {
      width: 100%; }
    @media only screen and (min-width: 845px) and (max-width: 1279px) {
      .sitemap .container .f_wrap > .f_wrap .item_list_dot {
        width: 100%; } }
    @media only screen and (max-width: 844px) {
      .sitemap .container .f_wrap > .f_wrap .item_list_dot {
        width: 100%; } }
.sitemap .container .item_list_dot {
  width: 25%; }
  @media only screen and (min-width: 845px) and (max-width: 1279px) {
    .sitemap .container .item_list_dot {
      width: 50%; } }
  @media only screen and (max-width: 844px) {
    .sitemap .container .item_list_dot {
      width: 100%;
      padding-left: 10rem; } }
  .sitemap .container .item_list_dot > li:before {
    display: none; }
  .sitemap .container .item_list_dot a:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #00a2aa;
    position: absolute;
    top: 0.55em;
    left: -1.1em;
    clip-path: polygon(30% 0, 30% 100%, 100% 50%);
    transition: transform 0.5s ease-in-out;
    transform: translateX(0px); }
  .sitemap .container .item_list_dot a:hover:before {
    transition: transform 0.5s ease-in-out;
    transform: translateX(3px); }
  .sitemap .container .item_list_dot .sub_dot {
    width: 100%; }
    .sitemap .container .item_list_dot .sub_dot li {
      padding: 0 0 0.5em; }
.sitemap .container .sitemap_back {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #eeeeee; }

/*--- 新着情報 ---*/
.topics li .date {
  padding-right: 1em;
  white-space: nowrap; }
  @media only screen and (max-width: 844px) {
    .topics li .date {
      padding-bottom: 0.5em; } }
  .topics li .date span {
    color: #fff;
    background: #00a2aa;
    padding: 3px;
    margin-left: 1em;
    display: inline-block;
    font-size: max(1.4rem, 14px); }
.topics li .text {
  padding-top: 3px; }

.product .s_top_wrap,
.terms .s_top_wrap,
.topics .s_top_wrap,
.download .s_top_wrap {
  height: auto;
  min-height: 0;
  margin-bottom: 170px; }
  @media only screen and (max-width: 844px) {
    .product .s_top_wrap,
    .terms .s_top_wrap,
    .topics .s_top_wrap,
    .download .s_top_wrap {
      margin-bottom: 70px; } }
  .product .s_top_wrap .s_top_title,
  .terms .s_top_wrap .s_top_title,
  .topics .s_top_wrap .s_top_title,
  .download .s_top_wrap .s_top_title {
    top: 50px;
    bottom: auto; }
    @media only screen and (max-width: 844px) {
      .product .s_top_wrap .s_top_title,
      .terms .s_top_wrap .s_top_title,
      .topics .s_top_wrap .s_top_title,
      .download .s_top_wrap .s_top_title {
        top: 0;
        position: static; } }
  .product .s_top_wrap .s_top_pict,
  .terms .s_top_wrap .s_top_pict,
  .topics .s_top_wrap .s_top_pict,
  .download .s_top_wrap .s_top_pict {
    display: none; }

/*# sourceMappingURL=custom.css.map */
