@charset "UTF-8";
/*common.scss*/
/*css調整*/
button {
  font-weight: normal; }

body {
  font-size: 62.5%;
  margin: 0px;
  font-weight: 500;
  color: #000000;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  overflow-x: hidden;
  background-color: white !important; }
  @media screen and (max-width: 1040px) {
    body {
      overflow-x: auto;
      width: 1040px; } }
  @media screen and (max-width: 1040px) {
    body {
      width: 100%;
      overflow-x: hidden; } }

.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif !important; }
  @media screen and (max-width: 1040px) {
    .yu-mincho {
      font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important; } }

img {
  vertical-align: bottom; }

.bold {
  font-weight: bold; }

h1, h2, h3, h4, h5, p, div {
  line-height: 1.5;
  margin: 0px;
  font-weight: normal;
  color: #000000;
  letter-spacing: .5px;
  font-size: 10px; }

.noto-font {
  font-family: 'Noto Sans Japanese', serif; }

.clear {
  clear: both; }

#body {
  margin: 0px; }
  @media screen and (max-width: 1040px) {
    #body {
      margin-top: 0px; } }

a {
  text-decoration: none;
  cursor: pointer;
  color: #F74123; }
  a:hover {
    opacity: 0.6; }
  a.no-hover:hover {
    opacity: 1.0; }

p {
  line-height: 1.6;
  color: #000000; }

#main {
  border: none; }

#header-in, #navi-in, #body-in, #footer-in {
  width: 100%; }

html {
  margin-top: 0px !important; }

.clear {
  clear: both; }

.align-item {
  align-items: center; }

.text-center {
  text-align: center; }

@media screen and (max-width: 1040px) {
  .only-pc {
    display: none !important; } }

.only-sp {
  display: none; }
  @media screen and (max-width: 1040px) {
    .only-sp {
      display: block !important; } }

.only-tablet {
  display: none; }
  @media screen and (max-width: 1040px) {
    .only-tablet {
      display: block; } }

.only-pc-is-slick {
  display: block !important; }
  @media screen and (max-width: 1040px) {
    .only-pc-is-slick {
      display: none !important; } }

.only-sp-is-slick {
  display: none !important; }
  @media screen and (max-width: 1040px) {
    .only-sp-is-slick {
      display: block !important; } }

#mobile-menu {
  display: none; }
  @media screen and (max-width: 1040px) {
    #mobile-menu {
      display: block; } }

* {
  box-sizing: border-box; }

p {
  letter-spacing: normal; }

img {
  max-width: 100%;
  vertical-align: middle; }

body {
  font-size: 18px;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif; }
  @media screen and (max-width: 1040px) {
    body {
      font-size: 14px; } }

li {
  list-style: none; }

ul {
  padding: 0;
  margin: 0; }

picture {
  display: block; }

button {
  border: none;
  outline: none;
  cursor: pointer; }

input {
  border: none;
  outline: none; }

select {
  appearance: none;
  border: none; }

table.mod-table1 {
  border-collapse: collapse; }

table.mod-table1 th, table.mod-table1 td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px; }

.Header {
  background-color: transparent; }
  .Header__attention {
    background-color: #F1F1F1;
    padding: 10px 0; }
    .Header__attention__text {
      width: 1100px;
      margin: 0 auto;
      font-size: 1.2em; }
      @media screen and (max-width: 1040px) {
        .Header__attention__text {
          width: 100%;
          text-align: center; } }
  .Header__box {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0; }
    @media screen and (max-width: 1040px) {
      .Header__box {
        width: 100%;
        padding: 15px; } }
    .Header__box__logo {
      height: 50px; }
      @media screen and (max-width: 1040px) {
        .Header__box__logo {
          height: 24px; } }
      .Header__box__logo__img {
        height: 100%; }
    .Header__box__cv {
      width: 730px; }
      .Header__box__cv--no-contact {
        width: 490px; }
      @media screen and (max-width: 1040px) {
        .Header__box__cv {
          display: none; } }
      .Header__box__cv__title {
        background-color: #FF8931;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: white;
        height: 30px;
        width: 100%;
        font-size: 1.7em;
        margin-bottom: 10px;
        line-height: 1;
        border-radius: 15px; }
      .Header__box__cv__box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .Header__box__cv__box__img {
          height: 42px;
          margin-left: -5px; }
        .Header__box__cv__box__call {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 3px; }
          .Header__box__cv__box__call__img {
            height: 32px;
            margin-right: 10px;
            margin-top: -5px; }
          .Header__box__cv__box__call__text {
            color: #F74123;
            font-weight: bold;
            font-size: 3.4em;
            text-shadow: 0px 1px 0 white;
            filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3)); }
        .Header__box__cv__box__web {
          width: 270px; }
          .Header__box__cv__box__web__img {
            width: 100%; }

.Nav {
  width: 100%;
  display: none; }
  @media screen and (max-width: 1040px) {
    .Nav {
      z-index: 10000; } }
  .Nav .menu-header_menu-container {
    height: 100%; }
  .Nav__cv {
    padding: 15px; }
  .Nav ul.menu {
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 1040px) {
      .Nav ul.menu {
        width: 100%; } }
    .Nav ul.menu > li {
      width: 100%; }
      .Nav ul.menu > li.menu-item-has-children > a:after {
        position: absolute;
        content: '';
        right: 15px;
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../images/top/icon_plus.png"); }
      .Nav ul.menu > li.menu-item-has-children.is-open > a:after {
        position: absolute;
        content: '';
        right: 15px;
        top: calc(50% - 8px);
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("../images/top/icon_minus.png"); }
      .Nav ul.menu > li > a {
        background-color: #FF8931;
        padding: 10px 15px;
        width: 100%;
        height: 100%;
        color: white;
        font-size: 1.6em;
        position: relative;
        display: block; }
        .Nav ul.menu > li > a:after {
          position: absolute;
          content: '';
          right: 15px;
          top: calc( 50% - 8px );
          width: 16px;
          height: 16px;
          background-size: contain;
          background-repeat: no-repeat;
          background-image: url("../images/top/icon_right_white.png"); }
      .Nav ul.menu > li ul {
        display: none; }
        .Nav ul.menu > li ul > li {
          width: 100%; }
          .Nav ul.menu > li ul > li > a {
            background-color: white;
            padding: 10px 15px;
            width: 100%;
            height: 100%;
            color: #333333;
            font-size: 1.6em;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            position: relative; }
            .Nav ul.menu > li ul > li > a:after {
              position: absolute;
              right: 15px;
              top: calc( 50% - 8px );
              width: 16px;
              height: 16px;
              content: '';
              background-size: contain;
              background-repeat: no-repeat;
              background-image: url("../images/top/icon_right_blue.png"); }
            .Nav ul.menu > li ul > li > a .nav-logo {
              margin-right: 10px;
              background-size: contain;
              background-repeat: no-repeat;
              display: inline-block; }
              .Nav ul.menu > li ul > li > a .nav-logo.noritz {
                width: 110px;
                height: 21px;
                background-image: url("../images/top/noritz_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.rinnai {
                width: 84px;
                height: 21px;
                background-image: url("../images/top/rinnai_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.paloma {
                width: 89px;
                height: 21px;
                background-image: url("../images/top/paloma_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.mitsubishi {
                width: 102px;
                height: 16px;
                background-image: url("../images/top/mitsubishi_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.hitachi {
                width: 96px;
                height: 16px;
                background-image: url("../images/top/hitachi_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.corona {
                width: 127px;
                height: 16px;
                background-image: url("../images/top/corona_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.panasonic {
                width: 100px;
                height: 16px;
                background-image: url("../images/top/panasonic_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.daikin {
                width: 75px;
                height: 16px;
                background-image: url("../images/top/daikin_logo.png"); }
              .Nav ul.menu > li ul > li > a .nav-logo.toshiba {
                width: 106px;
                height: 16px;
                background-image: url("../images/top/toshiba_logo.png"); }

.menu-btn {
  position: relative;
  z-index: 10001;
  display: none;
  background-color: #FF8931;
  padding: 5px; }
  @media screen and (max-width: 1040px) {
    .menu-btn {
      display: block; } }

.hambarger {
  width: 20px;
  height: 20px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px; }
  @media screen and (max-width: 1040px) {
    .hambarger {
      width: 20px;
      height: 20px;
      display: block;
      margin: 0 0 0 auto; } }
  .hambarger.animation span {
    transition: all 0.3s;
    transform: rotate(0deg); }
  .hambarger.animation .top {
    transform: translateY(-9px); }
    @media screen and (max-width: 1040px) {
      .hambarger.animation .top {
        transform: translateY(-7px); } }
  .hambarger.animation .bottom {
    transform: translateY(9px); }
    @media screen and (max-width: 1040px) {
      .hambarger.animation .bottom {
        transform: translateY(7px); } }
  .hambarger.animation.is-open .middle {
    background: transparent; }
  .hambarger.animation.is-open .top {
    transform: rotate(-45deg) translateY(0px); }
  .hambarger.animation.is-open .bottom {
    transform: rotate(45deg) translateY(0px); }
  .hambarger.animation.is-open span {
    background-color: white; }
  .hambarger span {
    width: 30px;
    height: 2px;
    display: block;
    background: white;
    position: absolute;
    left: 0px;
    top: 7px; }
    @media screen and (max-width: 1040px) {
      .hambarger span {
        width: 20px;
        height: 2px;
        left: 0px;
        top: 9px; } }
    .hambarger span .bottom {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px); }
    .hambarger span .top {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px); }
  .hambarger p {
    margin: 0px;
    font-size: 1.2em;
    position: absolute;
    bottom: -3px; }

.Footer__box {
  width: 1100px;
  margin: 0 auto;
  padding: 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1040px) {
    .Footer__box {
      width: 100%;
      padding: 30px 15px;
      display: block; } }
  .Footer__box__logo {
    width: 332px; }
    @media screen and (max-width: 1040px) {
      .Footer__box__logo {
        width: 80%; } }
    .Footer__box__logo__img {
      width: 100%; }
  .Footer__box__link {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 1040px) {
      .Footer__box__link {
        display: block; } }
    .Footer__box__link__list {
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1040px) {
        .Footer__box__link__list {
          width: 100%;
          margin-top: 20px;
          display: block; } }
      .Footer__box__link__list__li {
        padding: 0 15px;
        border-left: 1px solid #333; }
        @media screen and (max-width: 1040px) {
          .Footer__box__link__list__li {
            border: none;
            padding: 0;
            text-align: center;
            margin-bottom: 10px; }
            .Footer__box__link__list__li:last-child {
              margin-bottom: 0; } }
        .Footer__box__link__list__li__link {
          color: #333;
          font-size: 2.0em; }
        .Footer__box__link__list__li:first-child {
          border-left: none; }
.Footer__site {
  background-color: #FF8931;
  padding: 15px 0; }
  .Footer__site__text {
    color: white;
    text-align: center;
    font-size: 1.2em; }
    @media screen and (max-width: 1040px) {
      .Footer__site__text {
        font-size: 1.0em; } }

.Thanks {
  font-size: 1.6em;
  text-align: center; }

.MobileFooter {
  position: fixed;
  bottom: -80px;
  left: 0;
  z-index: 1000;
  display: none;
  transition: all 300ms 0s ease; }
  @media screen and (max-width: 1040px) {
    .MobileFooter {
      display: block; } }
  .MobileFooter--no-contact {
    width: 100%;
    background-color: #2767B0; }
    .MobileFooter--no-contact .MobileFooter__inner {
      justify-content: center; }
  .MobileFooter.on {
    bottom: 0; }
  .MobileFooter__inner {
    display: flex;
    justify-content: space-between; }
  .MobileFooter__box--tel {
    text-align: center;
    width: 50%;
    height: 62px;
    background-color: #26aeb4; }
  .MobileFooter__box--web {
    text-align: center;
    width: 50%;
    height: 62px;
    background-color: #ed9901; }
  .MobileFooter__link {
    width: 50%;
    margin: 0 auto;
    display: block; }
    .MobileFooter__link--phone {
      width: 100%; }
    .MobileFooter__link__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.PcFooter {
  position: fixed;
  bottom: -80px;
  left: 0;
  z-index: 1000;
  transition: all 300ms 0s ease;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 1040px) {
    .PcFooter {
      display: none; } }
  .PcFooter.on {
    bottom: 0; }
  .PcFooter__inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .PcFooter__inner--no-contact {
      justify-content: center; }
    .PcFooter__inner__img {
      height: 56px;
      margin-right: 10px;
      margin-left: -5px; }
    .PcFooter__inner__call {
      display: flex;
      justify-content: center;
      align-items: center; }
      .PcFooter__inner__call__img {
        height: 32px;
        margin-right: 10px; }
      .PcFooter__inner__call__text {
        color: #F74123;
        font-weight: bold;
        font-size: 3.4em;
        margin-top: 5px;
        text-shadow: 0px 1px 0 white;
        filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3)); }
    .PcFooter__inner__btns {
      display: flex;
      justify-content: flex-end; }
    .PcFooter__inner__web {
      width: 270px;
      margin-left: 20px; }
      .PcFooter__inner__web__img {
        width: 100%; }

.PcHeader {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 1000;
  transition: all 300ms 0s ease;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 1040px) {
    .PcHeader {
      display: none; } }
  .PcHeader.on {
    top: 0; }
  .PcHeader__inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .PcHeader__inner__img {
      height: 56px;
      margin-right: 10px;
      margin-left: -5px; }
    .PcHeader__inner__call {
      display: flex;
      justify-content: center;
      align-items: center; }
      .PcHeader__inner__call__img {
        height: 32px;
        margin-right: 10px; }
      .PcHeader__inner__call__text {
        color: #FF8931;
        font-weight: bold;
        font-size: 3.4em;
        margin-top: 5px;
        text-shadow: 0px 1px 0 white;
        filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3)); }
    .PcHeader__inner__btns {
      display: flex;
      justify-content: flex-end; }
    .PcHeader__inner__web {
      width: 270px;
      margin-left: 20px; }
      .PcHeader__inner__web__img {
        width: 100%; }

.Maker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #FAF1E0; }
  @media screen and (max-width: 1040px) {
    .Maker {
      padding: 15px;
      height: auto; } }
  .Maker__img {
    height: 23px; }
    @media screen and (max-width: 1040px) {
      .Maker__img {
        height: auto;
        width: 100%; } }
    .Maker__img--eco {
      height: 42px; }
      @media screen and (max-width: 1040px) {
        .Maker__img--eco {
          height: auto;
          width: 100%; } }

.Fv {
  padding: 10px 0 0;
  background-color: #FF8931;
  /*background-image: url("../images/top/bg_fv.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 1040px) {
    .Fv {
      padding: 15px 15px 0;
      /*background-image: url("../images/top/bg_fv_sp.png");*/ } }
  .Fv__img {
    width: 1100px; }
    @media screen and (max-width: 1040px) {
      .Fv__img {
        width: 100%; } }

.No1 {
  padding: 30px 0;
  background-color: #FAF1E0;
  text-align: center; }
  @media screen and (max-width: 1040px) {
    .No1 {
      padding: 30px 15px; } }
  .No1__img {
    width: 860px; }
    @media screen and (max-width: 1040px) {
      .No1__img {
        width: 100%; } }

.CvLink {
  background-color: #FFF500;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: white; }
  .CvLink__text {
    display: flex;
    justify-content: center;
    align-items: center; }
    .CvLink__text__text {
      font-size: 2.8em;
      font-weight: bold;
      color: #2568B4; }
      @media screen and (max-width: 1040px) {
        .CvLink__text__text {
          font-size: 1.6em; } }
    .CvLink__text__icon {
      width: 28px;
      margin-left: 20px; }

.Osusume__inner {
  width: 100vw !important; }
  .Osusume__inner--eco {
    padding-bottom: 0 !important; }
.Osusume__slick {
  position: relative; }
  .Osusume__slick__btn {
    position: absolute;
    top: calc( 50% - 48px ); }
    @media screen and (max-width: 1040px) {
      .Osusume__slick__btn {
        top: 40%; } }
    .Osusume__slick__btn--prev {
      left: calc( 50vw - 550px ); }
      @media screen and (max-width: 1040px) {
        .Osusume__slick__btn--prev {
          left: -5px; } }
    .Osusume__slick__btn--next {
      right: calc( 50vw - 550px ); }
      @media screen and (max-width: 1040px) {
        .Osusume__slick__btn--next {
          right: -5px; } }
    .Osusume__slick__btn__img {
      width: 96px; }
      @media screen and (max-width: 1040px) {
        .Osusume__slick__btn__img {
          width: 48px; } }
.Osusume__wrap {
  padding: 40px 0; }
  .Osusume__wrap--nopadding {
    padding: 0; }
  .Osusume__wrap--onsui {
    background-color: #F5FAFF; }
    @media screen and (max-width: 1040px) {
      .Osusume__wrap--onsui {
        margin-left: -15px;
        padding: 15px;
        width: calc(100% + 30px); } }
.Osusume__head {
  width: 1100px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 1040px) {
    .Osusume__head {
      width: 100%; } }
  .Osusume__head__img {
    width: 100%; }
.Osusume__title {
  width: 657px;
  margin: 0 auto 30px;
  display: block; }
  @media screen and (max-width: 1040px) {
    .Osusume__title {
      width: 100%; } }
.Osusume__list .ProductBox {
  margin: 0 15px; }

.MoveBlue {
  background-color: #faf1e0;
  /*background-image: url("../images/top/bg_stripe.png");*/ }
  .MoveBlue__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .MoveBlue__list__link {
      width: 350px;
      margin-top: 20px; }
      .MoveBlue__list__link:nth-child(1) {
        margin-top: 0; }
      .MoveBlue__list__link:nth-child(2) {
        margin-top: 0; }
      .MoveBlue__list__link:nth-child(3) {
        margin-top: 0; }
      @media screen and (max-width: 1040px) {
        .MoveBlue__list__link {
          width: 100%; }
          .MoveBlue__list__link:nth-child(2) {
            margin-top: 20px; }
          .MoveBlue__list__link:nth-child(3) {
            margin-top: 20px; } }
      .MoveBlue__list__link__img {
        width: 100%; }

.Lowprice {
  background-image: url("../images/top/bg_teikakaku.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1040px) {
    .Lowprice {
      background-image: url("../images/top/bg_teikakaku_sp.jpg"); } }
  .Lowprice .Inner {
    padding: 30px 0 60px; }
    @media screen and (max-width: 1040px) {
      .Lowprice .Inner {
        padding: 15px 15px 30px; } }
  .Lowprice__img {
    width: 100%; }

.Technology {
  background-color: #F5FAFF; }
  .Technology__img {
    width: 100%; }

.Cv {
  background-color: #ff7931; }
  .Cv--phone {
    display: none; }
    @media screen and (max-width: 1040px) {
      .Cv--phone {
        display: block; }
        .Cv--phone .Inner {
          padding: 15px !important; }
        .Cv--phone .Cv__call {
          margin-bottom: 10px; } }
  .Cv__call {
    position: relative;
    width: 100%;
    margin-bottom: 50px; }
    @media screen and (max-width: 1040px) {
      .Cv__call {
        margin-bottom: 25px; } }
    .Cv__call__img {
      width: 100%; }
    .Cv__call__text {
      color: white;
      text-align: center;
      font-size: 1.4em; }
    .Cv__call__phone {
      position: absolute;
      left: 320px;
      bottom: 17px;
      color: #F74123;
      font-weight: bold;
      font-size: 6.0em;
      text-shadow: 0px 1px 0 white;
      filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3)); }
      @media screen and (max-width: 1040px) {
        .Cv__call__phone {
          font-size: 2.4em;
          left: 45px;
          bottom: 4px; } }
  .Cv__btn__text {
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1040px) {
      .Cv__btn__text {
        margin-bottom: 15px; } }
    .Cv__btn__text__img {
      width: 100%; }
      @media screen and (max-width: 1040px) {
        .Cv__btn__text__img {
          width: 60%;
          display: block;
          margin: 0 auto; } }
  .Cv__btn__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
  .Cv__btn__link {
    width: 500px;
    margin: 0 20px; }
    @media screen and (max-width: 1040px) {
      .Cv__btn__link {
        width: 100%;
        margin: 0; }
        .Cv__btn__link:first-child {
          margin-bottom: 20px; } }
    .Cv__btn__link__img {
      width: 100%; }

.Product--onsui {
  background-color: #F5FAFF; }
.Product__head {
  width: 100%;
  margin-bottom: 30px; }
  .Product__head__img {
    width: 100%; }
.Product__move {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media screen and (max-width: 1040px) {
    .Product__move {
      margin-bottom: 20px; } }
  .Product__move__link {
    width: 350px;
    margin-bottom: 20px; }
    @media screen and (max-width: 1040px) {
      .Product__move__link {
        width: 100%;
        margin-bottom: 20px; }
        .Product__move__link:last-child {
          margin-bottom: 0; } }
    .Product__move__link__img {
      width: 100%; }
.Product__list__title {
  font-size: 2.4em;
  font-weight: bold;
  color: white;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  margin-bottom: 20px; }
.Product__list__box {
  margin-bottom: 40px; }
  .Product__list__box__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 1040px) {
      .Product__list__box__wrap {
        justify-content: center; } }
    .Product__list__box__wrap .ProductBox {
      margin-bottom: 40px; }
      .Product__list__box__wrap .ProductBox:nth-child(n + 3) {
        display: none; }
  .Product__list__box:last-child {
    margin-bottom: 0; }
  .Product__list__box__title {
    margin-bottom: 30px;
    width: 100%; }
    .Product__list__box__title__img {
      width: 100%; }
  .Product__list__box__more {
    border: 2px solid #FF8931;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 2.4em;
    color: #FF8931; }
    @media screen and (max-width: 1040px) {
      .Product__list__box__more {
        font-size: 1.6em; } }
    .Product__list__box__more__img {
      width: 20px;
      margin-left: 20px; }

.Option {
  background-color: #F5FAFF; }
  .Option__img {
    width: 100%; }

.Profit {
  background-image: url("../images/top/bg_more_profit.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 1040px) {
    .Profit {
      background-image: url("../images/top/bg_more_profit_sp.png"); } }
  .Profit__title {
    width: 100%;
    margin-bottom: 40px; }
    .Profit__title__img {
      width: 100%; }
  .Profit__list {
    display: flex;
    justify-content: space-between; }
    .Profit__list__box {
      width: 49%; }
      .Profit__list__box__img {
        width: 100%; }
    @media screen and (max-width: 1040px) {
      .Profit__list {
        display: block; }
        .Profit__list__box {
          width: 100%;
          margin-bottom: 20px; }
          .Profit__list__box:last-child {
            margin-bottom: 0; } }

.Example__img {
  width: 100%; }

.Voice {
  background-color: #FFFDF2; }
  .Voice__img {
    width: 100%; }

.Rental {
  background-image: url("../images/top/bg_rental.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFDF2; }
  @media screen and (max-width: 1040px) {
    .Rental {
      background-image: url("../images/top/bg_rental_sp.png"); } }
  .Rental__img {
    width: 100%; }

.Area {
  background-color: #FAF1E0; }
  .Area__title {
    margin-bottom: 30px; }
    .Area__title__img {
      width: 100%; }
  .Area__text {
    font-size: 2.0em;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 1040px) {
      .Area__text {
        text-align: left; } }
  .Area__box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #A7A7A7;
    background-color: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 1040px) {
      .Area__box {
        flex-wrap: wrap; } }
    .Area__box__map {
      padding: 30px 40px;
      width: 50%;
      border-right: 1px solid #A7A7A7;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1040px) {
        .Area__box__map {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #A7A7A7;
          padding: 20px 15px; } }
      .Area__box__map__img {
        width: 100%; }
    .Area__box__list {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      padding: 50px 30px; }
      @media screen and (max-width: 1040px) {
        .Area__box__list {
          width: 100%;
          padding: 15px; } }
      .Area__box__list__box {
        margin-bottom: 20px;
        width: 100%; }
        .Area__box__list__box:last-child {
          margin-bottom: 0; }
        .Area__box__list__box__title {
          font-size: 2.0em;
          font-weight: bold;
          /*display: flex;*/
          text-align: center;
          justify-content: flex-start;
          align-items: center;
          white-space: nowrap;
          margin-bottom: 15px;
          color: #FF8931;
          width: 100%;
          /*&:after {
            content: '';
            width: 100%;
            margin-left: 15px;
            border: 1px dotted $base-color;
          }*/ }
          @media screen and (max-width: 1040px) {
            .Area__box__list__box__title {
              margin-bottom: 5px; } }
        .Area__box__list__box__text {
          font-size: 1.8em; }
  .Area__attention {
    background-color: #9E9E9F;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 2.0em; }
    @media screen and (max-width: 1040px) {
      .Area__attention {
        text-align: center;
        padding: 15px; } }

.Stream__title {
  margin-bottom: 30px; }
  .Stream__title__img {
    width: 100%; }
.Stream__list {
  width: 100%; }
  @media screen and (max-width: 1040px) {
    .Stream__list {
      overflow-x: scroll; } }
  .Stream__list__img {
    width: 1100px; }
    @media screen and (max-width: 1040px) {
      .Stream__list__img {
        max-width: 1100px; } }

.Contact {
  background-color: #FFFDF2; }
  .Contact__title {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2.8em;
    font-weight: bold;
    background-color: #FFA700; }
    @media screen and (max-width: 1040px) {
      .Contact__title {
        font-size: 1.8em;
        height: 48px; } }
  .Contact__send {
    text-align: center;
    margin-top: 30px; }
    .Contact__send input {
      -webkit-appearance: none;
      width: 500px;
      height: 89px;
      background-image: url("../images/top/btn_confirm.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-color: transparent; }
      @media screen and (max-width: 1040px) {
        .Contact__send input {
          width: 100%;
          height: 53px;
          background-position: center;
          background-image: url("../images/top/btn_confirm_sp.png"); } }
  .Contact__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #D1D1D1; }
    @media screen and (max-width: 1040px) {
      .Contact__box {
        display: block;
        padding: 15px 0; } }
    .Contact__box:first-child {
      border-top: 1px solid #D1D1D1; }
    .Contact__box__th {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc( 100% - 860px ); }
      @media screen and (max-width: 1040px) {
        .Contact__box__th {
          width: 100%;
          justify-content: flex-start;
          margin-bottom: 10px; } }
      .Contact__box__th--noflex {
        display: block; }
      .Contact__box__th__title {
        font-size: 2.0em;
        color: #333;
        font-weight: bold; }
      .Contact__box__th__hissu {
        width: 62px;
        height: 36px;
        font-size: 1.6em;
        background-color: #E60000;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border-radius: 4px; }
        @media screen and (max-width: 1040px) {
          .Contact__box__th__hissu {
            margin-left: 20px; } }
    .Contact__box__td {
      width: 840px;
      font-size: 1.6em; }
      @media screen and (max-width: 1040px) {
        .Contact__box__td {
          width: 100%; } }
      .Contact__box__td__post {
        margin-bottom: 10px; }
      .Contact__box__td textarea {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #D1D1D1;
        background-color: white;
        font-size: 16px;
        padding: 5px 15px;
        -webkit-appearance: none; }
      .Contact__box__td__file {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px; }
        @media screen and (max-width: 1040px) {
          .Contact__box__td__file {
            display: block; } }
        .Contact__box__td__file:last-child {
          margin-bottom: 0; }
        .Contact__box__td__file__text {
          font-size: 18px;
          font-weight: bold;
          margin-right: 10px;
          width: 150px; }
          @media screen and (max-width: 1040px) {
            .Contact__box__td__file__text {
              width: 100%;
              margin-bottom: 10px;
              margin-right: 0; } }
      .Contact__box__td input[type="text"] {
        font-size: 16px;
        border-radius: 4px;
        border: 1px solid #D1D1D1;
        background-color: white;
        width: 100%;
        height: 60px;
        padding: 5px 15px;
        -webkit-appearance: none; }
      .Contact__box__td input[type="email"] {
        font-size: 16px;
        border-radius: 4px;
        border: 1px solid #D1D1D1;
        background-color: white;
        width: 100%;
        height: 60px;
        padding: 5px 15px;
        -webkit-appearance: none; }
      .Contact__box__td select {
        width: 300px;
        border-radius: 4px;
        border: 1px solid #D1D1D1;
        background-color: white;
        font-size: 16px;
        padding: 15px 15px;
        -webkit-appearance: none; }
        @media screen and (max-width: 1040px) {
          .Contact__box__td select {
            width: 100%; } }
      .Contact__box__td input[type="file"] {
        width: 400px;
        border-radius: 4px;
        border: 1px solid #D1D1D1;
        background-color: white;
        font-size: 16px;
        padding: 15px 15px;
        -webkit-appearance: none; }
        @media screen and (max-width: 1040px) {
          .Contact__box__td input[type="file"] {
            width: 100%; } }

.mw_wp_form_preview .Contact__send input {
  background-image: url("../images/top/btn_send.png"); }
  @media screen and (max-width: 1040px) {
    .mw_wp_form_preview .Contact__send input {
      background-image: url("../images/top/btn_send.png"); } }

.ProductBox {
  width: 540px;
  max-width: 540px; }
  @media screen and (max-width: 1040px) {
    .ProductBox {
      width: auto; } }
  .ProductBox__head {
    border: 1px solid #A7A7A7;
    margin-bottom: 15px;
    background-color: white; }
  .ProductBox__title {
    border-bottom: 1px solid #A7A7A7;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1040px) {
      .ProductBox__title {
        display: block; } }
    .ProductBox__title__logo {
      height: 50px;
      border-right: 1px solid #A7A7A7;
      width: 215px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 1040px) {
        .ProductBox__title__logo {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #A7A7A7; } }
      .ProductBox__title__logo__img {
        height: 16px; }
    .ProductBox__title__text {
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc( 100% - 215px );
      font-size: 1.6em;
      font-weight: 400;
      padding: 5px;
      line-height: 22px; }
      @media screen and (max-width: 1040px) {
        .ProductBox__title__text {
          width: 100%; } }
  .ProductBox__img {
    background-color: white;
    width: 100%;
    padding: 15px; }
    .ProductBox__img__img {
      width: 100%; }
  .ProductBox__table {
    margin-bottom: 20px;
    background-color: white; }
    @media screen and (max-width: 1040px) {
      .ProductBox__table {
        display: none; } }
    .ProductBox__table--sp {
      display: none; }
    .ProductBox__table__tr {
      display: flex;
      justify-content: space-between;
      border-left: 1px solid #A7A7A7; }
      @media screen and (max-width: 1040px) {
        .ProductBox__table__tr {
          flex-wrap: wrap;
          margin-bottom: 20px; }
          .ProductBox__table__tr:last-child {
            margin-bottom: 0; } }
    .ProductBox__table__box {
      width: calc( 100% / 6 ); }
      @media screen and (max-width: 1040px) {
        .ProductBox__table__box {
          width: calc( 100% / 3 ); } }
      .ProductBox__table__box__th {
        height: 50px;
        display: flex;
        color: white;
        justify-content: center;
        align-items: center;
        font-size: 1.4em;
        padding: 5px;
        border: 1px solid #A7A7A7;
        border-top: none;
        border-left: none;
        text-align: center;
        line-height: 1.2;
        background-color: #FF8931; }
      .ProductBox__table__box__td {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        padding: 5px;
        text-align: center;
        line-height: 1.2;
        border: 1px solid #A7A7A7;
        border-top: none;
        border-left: none; }
        .ProductBox__table__box__td--red {
          color: #B42525; }
      .ProductBox__table__box:first-child .Product__table__box__td {
        border-left: 1px solid #A7A7A7; }
  .ProductBox__price {
    margin-bottom: 15px;
    border: 1px solid #A7A7A7; }
    .ProductBox__price__head {
      background-color: #F4F4F4;
      text-align: center;
      font-size: 1.6em;
      color: #333333;
      padding: 15px; }
    .ProductBox__price__main {
      background-color: #B42525;
      padding: 15px;
      text-align: center;
      font-size: 2.2em;
      font-weight: bold;
      color: white; }
      @media screen and (max-width: 1040px) {
        .ProductBox__price__main {
          font-size: 1.8em; } }
      .ProductBox__price__main__text {
        font-size: 1.675em;
        color: #FFE200; }
      .ProductBox__price__main__tax {
        font-size: 0.75em;
        color: #FFE200; }

.Attention {
  background-color: #B42525;
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 1040px) {
    .Attention {
      padding: 20px 15px; } }
  .Attention__title {
    font-weight: bold;
    font-size: 2.8em;
    color: #FFF500;
    margin-bottom: 30px; }
    @media screen and (max-width: 1040px) {
      .Attention__title {
        font-size: 1.8em;
        margin-bottom: 15px; } }
  .Attention__text {
    font-size: 2.0em;
    text-align: center;
    color: white; }
    @media screen and (max-width: 1040px) {
      .Attention__text {
        font-size: 1.6em;
        text-align: left; } }

.Title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px; }
  .Title__text {
    font-size: 2.8em;
    margin-bottom: 10px;
    font-weight: bold; }
  .Title:after {
    content: '';
    width: 70px;
    height: 5px;
    background-color: #414141; }

.Default {
  background-color: #FAF1E0; }
  .Default__text {
    text-align: center;
    font-weight: bold;
    font-size: 3.6em;
    margin-bottom: 40px; }
    @media screen and (max-width: 1040px) {
      .Default__text {
        margin-bottom: 20px;
        font-size: 2.4em; } }
  .Default__content h2 {
    font-size: 1.8em;
    font-weight: bold; }
  .Default__content p {
    font-size: 1.8em;
    margin-bottom: 20px; }
  .Default__content table {
    width: 100%; }
    @media screen and (max-width: 1040px) {
      .Default__content table {
        display: block; } }
    @media screen and (max-width: 1040px) {
      .Default__content table tr {
        display: block; } }
    .Default__content table tr th {
      background-color: #FF8931;
      font-size: 2.0em;
      color: white;
      vertical-align: top;
      border-bottom: 1px solid #D1D1D1;
      width: 244px;
      padding: 20px; }
      @media screen and (max-width: 1040px) {
        .Default__content table tr th {
          display: block;
          width: 100%;
          font-size: 1.6em;
          padding: 15px; } }
      .Default__content table tr th p {
        font-size: 1.0em; }
    .Default__content table tr td {
      font-size: 2.0em;
      background-color: white;
      border-bottom: 1px solid #D1D1D1;
      width: calc( 100% - 244px );
      padding: 20px; }
      @media screen and (max-width: 1040px) {
        .Default__content table tr td {
          width: 100%;
          font-size: 1.6em;
          display: block;
          padding: 15px; } }
      .Default__content table tr td p {
        font-size: 1.0em; }

.p-breadcrumb__list {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 1040px) {
    .p-breadcrumb__list {
      width: 100%;
      padding: 0 15px; } }
  .p-breadcrumb__list a {
    color: #FF8931; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.Inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0; }
  @media screen and (max-width: 1040px) {
    .Inner {
      width: 100% !important;
      padding: 30px 15px; }
      .Inner--top {
        padding-top: 20px;
        padding-bottom: 20px; } }

/*# sourceMappingURL=main.css.map */
