@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

html {
  background-color: #fff;
}

body {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  overflow-x: hidden;
  font-family: 'Noto Sans JP',"-apple-system", BlinkMacSystemFont, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}

span.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

.inner.narrow {
  max-width: 1200px;
}

.title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 25px;
}

.title .en {
  font-size: 20px;
  color: #cd5418;
  margin-top: 10px;
}

.more-btn {
  width: auto;
  padding: 10px 40px;
  background: #cd5418;
  border: 2px solid #cd5418;
  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;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.more-btn svg {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 2px;
}

.more-btn.arrow {
  font-size: 20px;
}

.more-btn.arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.more-btn.arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(35deg);
      -ms-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 10px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.more-btn:hover {
  background: #fff;
  color: #cd5418;
}

.more-btn:hover.arrow:before, .more-btn:hover.arrow:after {
  background: #cd5418;
}

.hasbg img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* header */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 15;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .logo {
  width: auto;
  max-width: 240px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header .logo:hover {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .info .number {
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .info .number li {
  position: relative;
  padding-left: 80px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  position: relative;
}

.header .info .number li span {
  display: block;
  font-size: 30px;
}

.header .info .number li svg {
  position: absolute;
  left: 45px;
  bottom: 3px;
  width: 25px;
  height: 25px;
}

.header .info .more-btn.arrow {
  padding-right: 60px;
}

.header .info .toggle-btn {
  width: 32px;
  height: 35px;
  margin-left: 20px;
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header .info .toggle-btn span {
  position: absolute;
  left: 0;
  top: 18px;
  right: 0;
  background: #cd5418;
  width: 100%;
  height: 2px;
  border: none;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header .info .toggle-btn span:nth-child(1) {
  top: 10px;
}

.header .info .toggle-btn span:nth-child(3) {
  top: 26px;
}

.header .info .toggle-btn.show span:nth-child(2) {
  display: none;
}

.header .info .toggle-btn.show span:nth-child(1) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.header .info .toggle-btn.show span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

.hero:after {
  content: "";
  display: block;
  padding-top: 35%;
}

.hero .hasbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero .slogan {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 20px 80px;
}

.about {
  padding: 80px 0;
  text-align: center;
  line-height: 1.8;
}

.products {
  padding: 60px 0;
  background: #f6f4ee;
}

.products .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 60px;
}

.products .items .item {
  width: calc(50% - 40px);
  margin: 20px 20px;
  background: #fff;
  font-size: 16px;
}

.products .items .item .hasbg {
  position: relative;
}

.products .items .item .hasbg:after {
  content: "";
  display: block;
  padding-top: 64.8%;
}

.products .items .item .text {
  padding: 20px 25px 15px;
}

.products .items .item .text .ttl {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}

.website {
  padding: 60px 40px;
}

.website .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #1c1c1c;
  cursor: pointer;
}

.website .wrapper:hover .btn span {
  border-bottom-color: #cd5418;
}

.website .item {
  padding: 40px 0;
}

.website .pic {
  position: relative;
  width: 50%;
}

.website .text {
  width: 50%;
  padding: 45px 60px 60px;
  height: auto;
  min-height: 280px;
  font-size: 16px;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.website .text .title {
  text-align: left;
}

.website .text .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
}

.website .text .btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  bottom: 15px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.website .text .btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  bottom: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.website .text .btn span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 90px solid #1c1c1c;
  border-left: 140px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.contact {
  padding: 60px 0;
  background: #f6f4ee;
  text-align: center;
}

.contact .txt {
  line-height: 1.8;
}

.contact .btn-box {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .btn-box .more-btn {
  width: calc(33.33% - 40px);
}

.contact .btn-box.sp {
  display: none;
}

.footer {
  background: #cd5418;
  padding: 20px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .info {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .info .logo {
  width: 190px;
  max-width: 190px;
  margin-right: 30px;
}

.footer .copyright {
  width: 45%;
  padding-left: 20px;
  text-align: right;
}

.bkt {
  position: fixed;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: 0.2S;
  -o-transition: 0.2S;
  transition: 0.2S;
  z-index: 5;
}

.bkt .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 6px 15px;
  z-index: 2;
}

.bkt .content:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 88px;
  background: black;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

.bkt .content svg {
  width: 20px;
  height: 20px;
}

.bkt .cursor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 88px;
  background: none;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 3;
  cursor: pointer;
}

.bkt .cursor:hover {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.bkt .cursor:hover ~ .content:before {
  background: #cd5418;
}

.bkt.hide {
  opacity: 0;
}

.bkt.animate .content:before {
  background: rgba(0, 0, 0, 0.1) !important;
}

.mobile-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 14;
  background: #fff;
  width: 80%;
  height: 100%;
  max-width: 550px;
  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;
  -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.mobile-nav li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}

.mobile-nav li a {
  color: #000;
}

.mobile-nav li:not(:last-child) {
  margin-bottom: 40px;
}

.mobile-nav li svg {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 26px;
  height: 28px;
}

.mobile-nav li span {
  font-size: 36px;
  display: block;
}

.mobile-nav.show {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

@media (max-width: 1400px) {
  .inner {
    padding: 0 40px;
  }
  .more-btn {
    font-size: 26px;
    padding: 10px 35px;
  }
  .more-btn.arrow {
    font-size: 18px;
  }
  .title {
    font-size: 34px;
  }
  .title .en {
    font-size: 18px;
  }
  .header .logo {
    max-width: 220px;
  }
  .header .info .number {
    padding-right: 30px;
  }
  .header .info .number li {
    padding-left: 65px;
  }
  .header .info .number li span {
    font-size: 28px;
  }
  .header .info .number li svg {
    left: 32px;
    bottom: 5px;
    width: 23px;
    height: 23px;
  }
  .hero {
    font-size: 48px;
  }
  .products .items .item {
    font-size: 15px;
  }
  .products .items .item .text .ttl {
    font-size: 22px;
  }
  .website .text {
    padding: 40px 40px 50px;
  }
  .footer .copyright {
    padding: 0 60px;
  }
}

@media (max-width: 1150px) {
  .inner {
    padding: 0 20px;
  }
  .title {
    font-size: 32px;
  }
  .more-btn {
    font-size: 22px;
    padding: 10px 20px;
  }
  .more-btn svg {
    width: 20px;
    height: 22px;
    margin-right: 8px;
  }
  .more-btn.arrow {
    font-size: 17px;
  }
  .more-btn.arrow:before {
    width: 22px;
    right: 15px;
  }
  .more-btn.arrow:after {
    width: 8px;
    right: 15px;
  }
  .header .logo {
    max-width: 180px;
  }
  .header .info .number li {
    padding-left: 55px;
    font-size: 13px;
  }
  .header .info .number li span {
    font-size: 26px;
  }
  .header .info .number li svg {
    left: 24px;
    bottom: 3px;
    width: 22px;
    height: 22px;
  }
  .hero {
    font-size: 45px;
  }
  .hero .slogan {
    padding: 20px 40px 60px;
  }
  .hero:after {
    padding-top: 42.5%;
  }
  .products .items {
    padding: 0;
  }
  .website .pic {
    width: 45%;
  }
  .website .text {
    min-height: 220px;
    width: 65%;
  }
  .contact .btn-box .more-btn {
    width: calc(33.33% - 25px);
  }
}

@media (max-width: 980px) {
  body {
    font-size: 15px;
  }
  .title {
    font-size: 26px;
    margin-bottom: 18px;
  }
  .title .en {
    font-size: 15px;
    margin-top: 8px;
  }
  .more-btn {
    font-size: 18px;
  }
  .more-btn.arrow {
    font-size: 16px;
  }
  .header .info .number {
    display: none;
  }
  .header .info .toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero {
    font-size: 42px;
  }
  .hero:after {
    padding-top: 420px;
  }
  .about {
    padding: 60px 0;
  }
  .products {
    padding: 40px 0;
  }
  .products .items .item {
    font-size: 14px;
    width: calc(50% - 30px);
    margin: 15px;
  }
  .products .items .item .text {
    padding: 15px 20px;
  }
  .products .items .item .text .ttl {
    font-size: 20px;
  }
  .website {
    padding: 40px 20px;
  }
  .website .item {
    padding: 20px 0;
  }
  .website .text {
    font-size: 15px;
    padding: 40px 20px 50px;
  }
  .website .text .btn {
    width: 80px;
  }
  .website .text .btn span {
    border-bottom: 70px solid #1c1c1c;
    border-left: 120px solid transparent;
  }
  .website .text .btn:before {
    bottom: 10px;
    width: 14px;
    height: 14px;
  }
  .website .text .btn:after {
    bottom: 15px;
    width: 14px;
    height: 14px;
  }
  .contact {
    padding: 40px 0;
  }
  .contact .btn-box {
    padding-top: 30px;
  }
  .contact .btn-box .more-btn {
    width: calc(33.33% - 10px);
  }
  .footer {
    font-size: 13px;
  }
  .footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .info {
    width: 100%;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer .info .logo {
    width: 160px;
    max-width: 160px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  .footer .copyright {
    font-size: 12px;
    padding: 10px 0 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 14px;
  }
  .more-btn svg {
    margin-top: 0;
  }
  .mobile-nav li {
    font-size: 14px;
    padding-left: 35px;
  }
  .mobile-nav li span {
    font-size: 28px;
  }
  .mobile-nav li svg {
    bottom: 8px;
    width: 24px;
    height: 26px;
  }
  .header {
    padding: 8px 0;
  }
  .header .logo {
    max-width: 150px;
  }
  .header .info .more-btn.arrow {
    padding: 8px 12px;
  }
  .header .info .more-btn.arrow span {
    display: none;
  }
  .header .info .more-btn.arrow svg {
    margin: 0;
  }
  .header .info .more-btn.arrow:before, .header .info .more-btn.arrow:after {
    display: none;
  }
  .header .info .toggle-btn {
    width: 30px;
  }
  .hero {
    font-size: 36px;
  }
  .hero .slogan {
    padding: 20px 10px 60px;
  }
  .about {
    padding: 40px 0;
  }
  .products .items .item {
    width: 100%;
    margin: 10px 0;
  }
  .products .items .item .text {
    padding: 12px 15px;
  }
  .products .items .item .text .ttl {
    font-size: 20px;
  }
  .website .title {
    font-size: 22px;
  }
  .website .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .website .pic {
    width: 100%;
    position: relative;
  }
  .website .pic img {
    position: relative;
  }
  .website .text {
    width: 100%;
    font-size: 14px;
    padding: 25px 20px 40px;
    min-height: 0;
  }
  .contact .btn-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 20px;
  }
  .contact .btn-box .more-btn {
    width: 100%;
    margin-bottom: 12px;
  }
  .contact .btn-box.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact .btn-box.pc {
    display: none;
  }
  .footer {
    padding: 25px 0;
  }
  .footer .copyright span {
    display: block;
  }
  .bkt {
    font-size: 13px;
  }
  .bkt .content {
    padding: 5px 12px;
  }
  .bkt .content svg {
    width: 18px;
    height: 16px;
  }
  .bkt .content:before {
    width: 160px;
    height: 75px;
  }
  .bkt .cursor {
    width: 160px;
    height: 75px;
  }
}
