@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&family=Oswald:wght@400;500;700&display=swap");
@font-face {
  font-family: "D7MBI";
  src: url("./font/DSEG7ModernMini-BoldItalic.woff") format("woff");
}
/*#################################
	サイト内共通
#################################*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.err {
  color: red !important;
}

.container {
  max-width: 1000px;
}

/* ===============
　ページトップへ戻るボタン
=============== */
.page-ttl__txt {
  color: #045b62;
  font-size: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid #045b62;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-ttl__txt {
    font-size: 22px;
    padding-bottom: 5px;
  }
}

.btn-org {
  font-size: 21px;
  color: white;
  background-color: #045b62;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  padding: 10px;
  width: 347px;
  max-width: 90%;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
}
.btn-org:hover {
  color: white;
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-org {
    font-size: 16px;
    padding: 5px 10px 8px;
    width: 270px;
  }
}

header .pc-nav {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(34, 24, 21, 0.3);
          box-shadow: 0px 0px 5px -2px rgba(34, 24, 21, 0.3);
  padding: 5px 15px;
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 99;
}
header .pc-nav__item {
  padding: 0 20px;
}
header .pc-nav__item a {
  color: #045b62;
  font-weight: 500;
  font-size: 18px;
}
header .pc-nav__item a.btn-org {
  color: white;
  font-size: 16px;
  width: 147px;
  padding: 5px;
}
header .pc-nav__item.logo {
  margin-right: auto;
  padding-left: 0;
}
header .pc-nav__item:last-child {
  padding-right: 0;
}
header .sp-nav {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px -2px rgba(34, 24, 21, 0.3);
          box-shadow: 0px 0px 5px -2px rgba(34, 24, 21, 0.3);
  padding: 5px 15px;
  position: fixed;
  top: 15px;
  left: 0;
  z-index: 99;
}
header .sp-nav__item a.btn-org {
  color: white;
  font-size: 12px;
  width: 120px;
  padding: 5px;
}
header .sp-nav__item.logo {
  margin-right: auto;
}

.drawer-nav {
  background-color: white;
  padding-top: 20px;
  text-align: center;
  z-index: 98;
}
.drawer-nav .logo {
  padding-bottom: 10px;
}
.drawer-nav .logo__img {
  max-width: 80%;
}
.drawer-nav .drawer-menu li {
  text-align: left;
  padding-top: 10px;
}
.drawer-nav .drawer-menu li:first-child {
  padding-top: 40px;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none;
}
.drawer-nav .drawer-menu .drawer-menu-item:not(.btn-org) {
  font-size: 18px;
  color: #045b62;
  font-weight: 500;
  border-bottom: 1px solid #045b62;
  max-width: 80%;
  margin: 0 auto;
}
.drawer-nav .drawer-menu .drawer-menu-item.btn-org {
  display: block;
  width: 167px;
  margin: 30px auto 0;
}

.drawer-hamburger {
  position: static;
  padding: 0 0 10px;
  margin-left: 15px;
}
.drawer-hamburger:focus {
  outline: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #045b62;
  height: 3px;
}

.drawer--right.drawer-open .drawer-hamburger {
  position: fixed;
  padding: 18px 0.75rem 30px;
  right: 0;
  z-index: 99;
}
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
.drawer--right.drawer-open .sp-nav {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.drawer--right.drawer-open .sp-nav__item.logo, .drawer--right.drawer-open .sp-nav__item.contact {
  display: none;
}

footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  border-top: 5px solid #045b62;
}
footer .copy__txt-1 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .copy__txt-1 {
    font-size: 12px;
  }
}
footer .copy__txt-2 {
  padding-left: 15px;
}
footer .copy__txt-2 a {
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  footer .copy__txt-2 a {
    font-size: 12px;
  }
}

main {
  overflow: hidden;
  /* TOP・ニュース一覧共通 */
}
main .breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
}
main .breadcrumbs * {
  color: #b2b2b2;
}
@media screen and (max-width: 767px) {
  main .breadcrumbs * {
    font-size: 12px;
  }
}
main .mv-sub {
  padding-top: 60px;
}
main .mv-sub .ttl {
  position: relative;
}
main .mv-sub .ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #045b62;
  width: 51vw;
  height: 1px;
}
@media screen and (max-width: 767px) {
  main .mv-sub .ttl:after {
    width: 90vw;
  }
}
main .mv-sub .ttl__txt-1 {
  font-size: 45px;
  color: #045b62;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  main .mv-sub .ttl__txt-1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  main .mv-sub .ttl__txt-1 {
    font-size: 26px;
  }
}
main .news-table {
  padding-top: 60px;
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .news-table {
    padding-top: 40px;
  }
}
main .news-table .news-table-row {
  border-bottom: 1px solid #045b62;
}
main .news-table .news-table-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  main .news-table .news-table-row a {
    padding-bottom: 10px;
  }
}
main .news-table .news-table-row .date {
  width: 240px;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  main .news-table .news-table-row .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main .news-table .news-table-row .date {
    font-size: 14px;
    width: 130px;
  }
}
main .news-table .news-table-row .detail {
  width: calc(100% - 240px);
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  main .news-table .news-table-row .detail {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main .news-table .news-table-row .detail {
    font-size: 14px;
    width: calc(100% - 130px);
  }
}
main .news-table .news-table-row .detail a {
  color: #045b62;
}
main .p404 {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .p404 {
    padding-top: 40px;
  }
}
main .p404__txt-1 {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  main .p404__txt-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .p404__txt-1 {
    font-size: 16px;
  }
}
main .p404__txt-2 {
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .p404__txt-2 {
    font-size: 14px;
  }
}
main .contact {
  background-color: rgba(4, 91, 98, 0.15);
  padding: 40px 0;
}
main .contact .inner {
  margin-top: 30px;
  padding: 50px 15px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  main .contact .inner {
    padding: 30px 15px 15px;
  }
}
main .contact .inner .table-wrap {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}
main .contact .inner .table-wrap__txt-1 {
  font-size: 24px;
  color: #535353;
}
@media screen and (max-width: 991px) {
  main .contact .inner .table-wrap__txt-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap__txt-1 {
    font-size: 16px;
  }
}
main .contact .inner .table-wrap__txt-2 {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap__txt-2 {
    font-size: 12px;
    padding-bottom: 30px;
  }
}
main .contact .inner .table-wrap__txt-3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 24px;
  color: #535353;
  padding-bottom: 5px;
  border-bottom: 4px solid #f4a000;
  display: none;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap__txt-3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto 20px;
  }
}
main .contact .inner .table-wrap table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap table tr,
  main .contact .inner .table-wrap table tbody,
  main .contact .inner .table-wrap table thead {
    display: block;
  }
}
main .contact .inner .table-wrap table th {
  width: 260px;
  font-size: 21px;
  color: #535353;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  main .contact .inner .table-wrap table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap table th {
    width: 100%;
    display: block;
    font-size: 15px;
  }
}
main .contact .inner .table-wrap table th span {
  color: #ec1c24;
}
main .contact .inner .table-wrap table td {
  width: calc(100% - 260px);
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap table td {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-top: 5px;
  }
}
main .contact .inner .table-wrap table td .input-wrap2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .contact .inner .table-wrap table td .input-wrap2c__box {
  width: 50%;
}
main .contact .inner .table-wrap table td .input-wrap2c__box:nth-of-type(1) {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap table td .input-wrap2c__box:nth-of-type(1) {
    padding-right: 5px;
  }
}
main .contact .inner .table-wrap table td .input-wrap2c__box:nth-of-type(2) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  main .contact .inner .table-wrap table td .input-wrap2c__box:nth-of-type(2) {
    padding-left: 5px;
  }
}
main .contact .inner .table-wrap table td input[type=text],
main .contact .inner .table-wrap table td input[type=email],
main .contact .inner .table-wrap table td input[type=number],
main .contact .inner .table-wrap table td select,
main .contact .inner .table-wrap table td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  max-width: 100%;
  width: 100%;
  padding: 5px;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  color: black;
  background-color: white;
}
main .contact .inner .table-wrap table td input[type=text]:focus,
main .contact .inner .table-wrap table td input[type=email]:focus,
main .contact .inner .table-wrap table td input[type=number]:focus,
main .contact .inner .table-wrap table td select:focus,
main .contact .inner .table-wrap table td textarea:focus {
  outline: none;
  border-color: #045b62;
}
main .contact .inner .confirm-show {
  display: none;
}
main .contact .btn-area {
  text-align: center;
  padding-top: 30px;
}
main .contact .btn-area .privacy {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .contact .btn-area .privacy a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  main .contact .btn-area .privacy a {
    font-size: 14px;
  }
}
main .contact .btn-area .privacy .chk {
  padding-left: 20px;
}
main .contact .btn-area .privacy .chk label {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .contact .btn-area .privacy .chk label {
    font-size: 14px;
  }
}
main .contact .btn-area .privacy .chk label:hover {
  cursor: pointer;
}
main .contact .btn-area .btn-submit:disabled {
  background-color: gray;
}
main .contact .btn-area .btn-submit:disabled:hover {
  opacity: 1;
}
main .contact.confirm {
  background-color: transparent;
}
main .contact.confirm .inner {
  margin-top: 0;
}
main .contact.confirm .inner .table-wrap__txt-1 {
  display: none;
}
main .contact.confirm .inner .table-wrap__txt-2 {
  display: none;
}
main .contact.confirm .inner .table-wrap__txt-3 {
  display: block;
}
@media screen and (max-width: 767px) {
  main .contact.confirm .inner .table-wrap table th {
    font-weight: bold;
  }
}
main .contact.confirm .inner .table-wrap table td .input-wrap2c__box {
  width: auto;
}
main .contact.confirm .inner .confirm-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  main .contact.confirm .inner .confirm-show {
    display: block;
    text-align: center;
  }
}
main .contact.confirm .inner .confirm-show .btn-return {
  background-color: #535353;
  border-color: #535353;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  main .contact.confirm .inner .confirm-show .btn-return {
    display: block;
    margin: 0 auto 10px;
  }
}
main .contact.confirm .inner .confirm-show .btn-submit {
  background-color: #f4a000;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  main .contact.confirm .inner .confirm-show .btn-submit {
    display: block;
    margin: 0 auto;
  }
}
main .contact.confirm .btn-area {
  display: none;
}
main .contact.thanks {
  text-align: center;
  background-color: transparent;
  padding-top: 0;
}
main .contact.thanks .inner {
  margin-top: 0;
}
main .contact.thanks .inner .send__ttl {
  font-size: 45px;
  color: #045b62;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  main .contact.thanks .inner .send__ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  main .contact.thanks .inner .send__ttl {
    font-size: 26px;
  }
}
main .contact.thanks .inner .send__txt-1 {
  padding-bottom: 30px;
  font-size: 21px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main .contact.thanks .inner .send__txt-1 {
    font-size: 15px;
  }
}
main .contact.thanks .inner .send__txt-2 {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main .contact.thanks .inner .send__txt-2 {
    font-size: 12px;
  }
}
main .contact.thanks .btn-area .btn-org {
  background-color: #535353;
}

body.post-type-archive-news main {
  position: relative;
}
body.post-type-archive-news main:after {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  width: 100vw;
  height: 100vh;
  background-image: url(./images/warranty/mv.png);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body.post-type-archive-news main:after {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news main:after {
    top: 20%;
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    width: 180vw;
  }
}
body.post-type-archive-news main .news-archive {
  padding-bottom: 60px;
}
body.post-type-archive-news main .news-archive .news-list {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news main .news-archive .news-list {
    padding-top: 0;
  }
}
body.post-type-archive-news main .news-archive .news-list .news-table {
  width: 100%;
}
body.post-type-archive-news main .news-archive .pagination {
  padding-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body.post-type-archive-news main .news-archive .pagination .page-numbers {
  color: #808080;
  font-size: 20px;
  margin: 0 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body.post-type-archive-news main .news-archive .pagination .page-numbers {
    font-size: 16px;
  }
}
body.post-type-archive-news main .news-archive .pagination .page-numbers.current {
  color: #045b62;
}
body.post-type-archive-news main .news-archive .pagination .page-numbers.prev, body.post-type-archive-news main .news-archive .pagination .page-numbers.next {
  width: 20px;
  height: 20px;
  color: white;
  background-color: #045b62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-news main {
  background-color: #f0f0f0;
  padding-bottom: 60px;
}
body.single-news main .page-ttl {
  padding-top: 50px;
}
body.single-news main .news-article .box {
  max-width: 970px;
  margin: 0 auto;
  background-color: white;
  padding: 60px 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box {
    padding: 30px 15px 10px;
  }
}
body.single-news main .news-article .box .inner {
  max-width: 750px;
  margin: 0 auto;
}
body.single-news main .news-article .box .date__txt {
  color: #045b62;
}
body.single-news main .news-article .box .ttl {
  padding-bottom: 40px;
}
body.single-news main .news-article .box .ttl__txt {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  body.single-news main .news-article .box .ttl__txt {
    font-size: 18px;
  }
}
body.single-news main .news-article .box .eye {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content {
    padding: 20px 10px;
  }
}
body.single-news main .news-article .box .content__article * {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  body.single-news main .news-article .box .content__article * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article * {
    font-size: 14px;
  }
}
body.single-news main .news-article .box .content__article a {
  color: #045b62;
  text-decoration: underline;
}
body.single-news main .news-article .box .content__article h1 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h1 {
    font-size: 26px;
  }
}
body.single-news main .news-article .box .content__article h2 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h2 {
    font-size: 24px;
  }
}
body.single-news main .news-article .box .content__article h3 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h3 {
    font-size: 22px;
  }
}
body.single-news main .news-article .box .content__article h4 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h4 {
    font-size: 20px;
  }
}
body.single-news main .news-article .box .content__article h5 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h5 {
    font-size: 18px;
  }
}
body.single-news main .news-article .box .content__article h6 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.single-news main .news-article .box .content__article h6 {
    font-size: 16px;
  }
}
body.single-news main .news-article .box .content__article img {
  max-width: 100%;
  height: auto;
}

body.contact-confirm,
body.contact-thanks {
  background-color: #f0f0f0;
}

/*#################################
	HOME
#################################*/
body.home main .mv {
  background-image: url(./images/home/mv.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  body.home main .mv {
    background-image: url(./images/home/mv-sp.jpg);
  }
}
body.home main .mv .innner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  body.home main .mv .innner {
    min-height: auto;
    display: block;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
body.home main .mv .innner .txt {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.home main .mv .innner .txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .innner .txt {
    width: 100%;
  }
}
body.home main .mv .innner .txt__1 {
  color: #045b62;
  font-size: 52px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.home main .mv .innner .txt__1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .innner .txt__1 {
    font-size: 46px;
  }
}
body.home main .mv .innner .txt__2 {
  font-size: 24px;
  padding-top: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.home main .mv .innner .txt__2 {
    font-size: 18px;
  }
}
body.home main .mv .innner__img {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  body.home main .mv .innner__img {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .mv .innner__img {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-top: -15%;
  }
}
body.home main .business {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  body.home main .business {
    padding-bottom: 0;
  }
}
body.home main .business .business-row {
  position: relative;
  padding: 30px 0;
}
body.home main .business .business-row .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner {
    display: block;
  }
}
body.home main .business .business-row .inner .content {
  width: 60%;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .content {
    width: 100%;
    text-align: center;
  }
}
body.home main .business .business-row .inner .content__txt-1 {
  font-size: 26px;
  font-weight: 500;
  color: #535353;
}
@media screen and (max-width: 991px) {
  body.home main .business .business-row .inner .content__txt-1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .content__txt-1 {
    font-size: 17px;
  }
}
body.home main .business .business-row .inner .content__txt-2 {
  font-size: 40px;
  font-weight: bold;
  color: #045b62;
  padding: 15px 0;
}
@media screen and (max-width: 991px) {
  body.home main .business .business-row .inner .content__txt-2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .content__txt-2 {
    font-size: 26px;
    padding: 5px 0 15px;
  }
}
body.home main .business .business-row .inner .content__txt-3 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .content__txt-3 {
    font-size: 14px;
    text-align: left;
  }
}
body.home main .business .business-row .inner .content__btn {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .content__btn {
    text-align: center;
    padding-top: 20px;
  }
}
body.home main .business .business-row .inner .content__btn .btn-org {
  border-color: #045b62;
  background-color: white;
  color: #045b62;
}
body.home main .business .business-row .inner .content__btn .btn-org:hover {
  border-color: white;
  background-color: #045b62;
  color: white;
  opacity: 1;
}
body.home main .business .business-row .inner .chara {
  width: 40%;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .chara {
    text-align: center;
    width: 100%;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row .inner .chara__img {
    width: 50%;
  }
}
body.home main .business .business-row__01:after {
  content: "";
  width: 80vw;
  height: 360px;
  background-image: url(./images/home/service01-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  body.home main .business .business-row__01:after {
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__01:after {
    width: 140vw;
    bottom: 25%;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
body.home main .business .business-row__01 .content {
  text-align: right;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__01 .content {
    text-align: left;
  }
}
body.home main .business .business-row__01 .content__txt-3 {
  text-align: left;
  margin-left: auto;
  width: 360px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__01 .content__txt-3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
body.home main .business .business-row__02 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__02 {
    margin-top: 0;
  }
}
body.home main .business .business-row__02:after {
  content: "";
  width: 80vw;
  height: 360px;
  background-image: url(./images/home/service02-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  body.home main .business .business-row__02:after {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__02:after {
    width: 140vw;
    bottom: 25%;
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
body.home main .business .business-row__02 .content__txt-3 {
  width: 510px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  body.home main .business .business-row__02 .content__txt-3 {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.home main .company {
  padding-top: 30px;
  padding-bottom: 50px;
}
body.home main .company .info-table {
  padding-top: 30px;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
body.home main .company .info-table .info-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  body.home main .company .info-table .info-table-row {
    padding: 5px;
  }
}
body.home main .company .info-table .info-table-row .ttl {
  width: 150px;
}
@media screen and (max-width: 767px) {
  body.home main .company .info-table .info-table-row .ttl {
    width: 100px;
  }
}
body.home main .company .info-table .info-table-row .ttl__txt {
  color: #045b62;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body.home main .company .info-table .info-table-row .ttl__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .company .info-table .info-table-row .ttl__txt {
    font-size: 15px;
  }
}
body.home main .company .info-table .info-table-row .ttl__txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background-color: #045b62;
}
body.home main .company .info-table .info-table-row .detail {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  body.home main .company .info-table .info-table-row .detail {
    width: calc(100% - 100px);
  }
}
body.home main .company .info-table .info-table-row .detail__txt {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body.home main .company .info-table .info-table-row .detail__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .company .info-table .info-table-row .detail__txt {
    font-size: 15px;
  }
}
body.home main .access {
  background-color: #f0f0f0;
  padding: 40px 0;
}
body.home main .access .map {
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home main .access .map {
    height: 0;
    padding-bottom: 56.25%;
  }
}
body.home main .access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body.home main .access .address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body.home main .access .address__txt-1 {
  font-size: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 991px) {
  body.home main .access .address__txt-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .access .address__txt-1 {
    font-size: 14px;
  }
}
body.home main .access .address__txt-2 {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  body.home main .access .address__txt-2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .access .address__txt-2 {
    font-size: 14px;
  }
}
body.home main .news {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  body.home main .news {
    padding: 50px 0;
  }
}
body.home main .news .more {
  padding-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.home main .news .more {
    padding-top: 40px;
  }
}

/*#################################
	WARRANTY
#################################*/
body.warranty main .mv-sub {
  position: relative;
}
body.warranty main .mv-sub:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120vw;
  height: 100%;
  background-image: url(./images/warranty/mv.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: -1;
}
body.warranty main .mv-sub .solution {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution {
    padding-top: 40px;
    padding-bottom: 20px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.warranty main .mv-sub .solution__txt-1 {
  background-color: #ffd800;
  padding: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #045b62;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  body.warranty main .mv-sub .solution__txt-1 {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution__txt-1 {
    font-size: 18px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }
}
body.warranty main .mv-sub .solution__list {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution__list {
    padding-bottom: 10px;
  }
}
body.warranty main .mv-sub .solution__list li {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  body.warranty main .mv-sub .solution__list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution__list li {
    font-size: 16px;
  }
}
body.warranty main .mv-sub .solution__list li .ico {
  margin-top: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  body.warranty main .mv-sub .solution__list li .ico {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution__list li .ico {
    margin-top: 6px;
    width: 18px;
  }
}
body.warranty main .mv-sub .solution__img {
  position: absolute;
  bottom: 27%;
  max-width: 30%;
  right: 0;
}
@media screen and (max-width: 767px) {
  body.warranty main .mv-sub .solution__img {
    position: static;
    bottom: auto;
    right: auto;
    max-width: 50%;
    display: block;
    margin: 0 auto;
  }
}
body.warranty main .warranty-ttl {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body.warranty main .warranty-ttl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.warranty main .warranty-ttl__txt {
  font-size: 22px;
  color: #045b62;
  border: 1px solid #ffd800;
  padding: 13px 15px 15px;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body.warranty main .warranty-ttl__txt {
    font-size: 18px;
  }
}
body.warranty main .can .can-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.warranty main .can .can-block .num {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: #81adb0;
  font-size: 87px;
}
@media screen and (max-width: 991px) {
  body.warranty main .can .can-block .num {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block .num {
    font-size: 40px;
  }
}
body.warranty main .can .can-block .content {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block .content {
    padding-left: 10px;
  }
}
body.warranty main .can .can-block .content__txt-1 {
  padding-top: 5px;
  font-size: 22px;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  body.warranty main .can .can-block .content__txt-1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block .content__txt-1 {
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
body.warranty main .can .can-block .content__txt-1.--pb-10 {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block .content__txt-1.--pb-10 {
    padding-bottom: 30px;
  }
}
body.warranty main .can .can-block-2 {
  padding-left: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block-2 {
    padding-left: 0;
    padding-bottom: 50px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.warranty main .can .can-block-2__txt-1 {
  font-size: 15px;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block-2__txt-1 {
    font-size: 12px;
  }
}
body.warranty main .can .can-block-2__txt-2 {
  font-size: 24px;
  padding-top: 10px;
  color: #045b62;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.warranty main .can .can-block-2__txt-2 {
    font-size: 20px;
  }
}
body.warranty main .affiliations {
  padding-bottom: 60px;
}
body.warranty main .affiliations .affiliations-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
body.warranty main .affiliations .affiliations-block .content {
  width: 73%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block .content {
    width: 65%;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block .content.--sp {
    width: 100%;
    padding-bottom: 15px;
  }
}
body.warranty main .affiliations .affiliations-block .content__txt-1 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #045b62;
  color: #045b62;
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block .content__txt-1 {
    font-size: 18px;
    width: 100%;
  }
}
body.warranty main .affiliations .affiliations-block .content__txt-2 {
  padding-top: 15px;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  body.warranty main .affiliations .affiliations-block .content__txt-2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block .content__txt-2 {
    font-size: 16px;
    padding-top: 0;
  }
}
body.warranty main .affiliations .affiliations-block .ico {
  width: 27%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.warranty main .affiliations .affiliations-block .ico {
    width: 30%;
  }
}
body.warranty main .affiliations .cta {
  text-align: center;
  padding-top: 20px;
}

/*#################################
	PRIVACY
#################################*/
body.privacy main {
  background-color: #f0f0f0;
}
body.privacy main .pp {
  padding-bottom: 60px;
}
body.privacy main .pp .pp-box {
  background-color: white;
  padding: 60px 15px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  body.privacy main .pp .pp-box {
    padding: 30px 15px;
  }
}
body.privacy main .pp .pp-box .inner {
  max-width: 750px;
  margin: 0 auto;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  body.privacy main .pp .pp-box .inner {
    font-size: 14px;
  }
}
body.privacy main .pp .pp-box .inner__txt-1 {
  padding-bottom: 20px;
}
body.privacy main .pp .pp-box .inner__txt-2 {
  padding-bottom: 30px;
  text-align: right;
}
body.privacy main .pp .pp-box .inner__txt-3 {
  padding-bottom: 20px;
}
body.privacy main .pp .pp-box .inner .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  body.privacy main .pp .pp-box .inner .dl {
    display: block;
    padding-top: 50px;
    text-align: center;
  }
}
body.privacy main .pp .pp-box .inner .dl__txt-1 {
  color: #808080;
  padding-right: 20px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  body.privacy main .pp .pp-box .inner .dl__txt-1 {
    font-size: 16px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
body.privacy main .pp .pp-box .inner .dl__btn .btn-org {
  font-size: 18px;
  width: 200px;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  body.privacy main .pp .pp-box .inner .dl__btn .btn-org {
    font-size: 16px;
  }
}