@font-face {
  font-family: 'Noto Sans Japanese';
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf);
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Noto Sans Japanese';
  src: url(../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf);
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'km';
  src: url('../fonts/km.ttf');
  src: url('../fonts/km.ttf') format('embedded-opentype'),
    url('../fonts/km.ttf') format('truetype'),
    url('../fonts/km.ttf') format('woff'),
    url('../fonts/km.ttf') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

ol,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

:focus {
  outline: medium;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.headerfix {
  top: -50px;
}

.header-wrap {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.header .logo img {
  height: 60px;
}

.navwrap {
  margin-left: auto;
  position: relative;
}

.nav {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.nav .nav-item {
  font-weight: bold;
  margin-left: 50px;
  position: relative;
}

.nav .nav-item span {
  font-size: 18px;
  line-height: 50px;
}

.nav .nav-item .sub-nav {
  display: none;
  width: 225px;
  position: absolute;
  top: 50px;
  left: 0;
}

.nav .nav-item .sub-nav ul {
  background-color: rgba(0, 0, 0, 0.8);
}

.nav .nav-item .sub-nav li {
  color: #fff;
  cursor: pointer;
}

.nav .nav-item .sub-nav li a {
  padding: 14px;
}

.nav .nav-item .sub-nav li:hover {
  background-color: #e56500;
}

.nav .nav-item .sub-nav li+li {
  border-top: 1px solid #222;
}

.nav .nav-item:hover .sub-nav {
  display: block;
}

.nav .nav-item:last-child .sub-nav {
  right: 0;
  left: auto;
}

.nav .nav-item.active>span {
  color: #e56500;
}

.nav a:hover {
  opacity: 1;
}

.nav .nav-item.active .sub-nav li.active {
  background-color: #e56500;
}

.swiper-main {
  width: 100%;
  height: 600px;
}

.swiper-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-main .swiper-slide::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
  position: relative;
}

.swiper-main .swiper-slide-active img,
.swiper-main .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.swiper-main .slide-text {
  position: absolute;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 0 20px;
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e56500;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #e56500;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.container-wrap {
  margin-top: 140px;
}

.contents {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.use-wrap {
  background-color: #eee;
  padding: 15px 0;
}

.useflex {
  display: flex;
  align-items: center;
}

.use-wrap .use-ttl {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 40px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.use-wrap .use-ttl:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}

.use-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

.use-cont .use {
  flex: 1;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
}

.use-cont .use a strong {
  display: block;
  text-align: center;
}

.page-title {
  font-size: 32px;
  font-weight: bold;
  width: fit-content;
  margin: 80px auto;
  padding-bottom: 20px;
  position: relative;
}

.page-title::before {
  content: '';
  width: 80px;
  height: 5px;
  background-color: #e66400;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-subtitle {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.page-text {
  font-size: 16px;
  line-height: 1.6;
}

.product-img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.product-img .item {
  flex: 0 0 25%;
  padding: 0 15px;
}

.product-img .img {
  max-height: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.product-img .item p {
  text-align: center;
}

.product-img .powder-img {
  flex: 0 0 50%;
}

.product-imgdesc {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.product-video {
  margin-top: 40px;
}

.product-video video {
  width: 100%;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-list .p-item .picture {
  /* aspect-ratio: 1; */
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list .p-item {
  flex: 0 0 calc(25% - 15px);
  min-width: 0;
  width: 25%;
  margin-bottom: 30px;
}

.product-list .p-item .picture img {
  max-height: 196px;
}

.product-list .p-item .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.product-list .p-item .text {
  font-size: 15px;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置伸缩盒子的子元素排列方式为垂直 */
  -webkit-line-clamp: 3;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 溢出时显示省略号 */
  margin: 10px 0;
  word-break: break-all;
}

.product-detail {}

.detail-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.detail-top .picture {
  width: 320px;
}

.detail-top .picture img {}

.detail-top .cont {
  margin-left: 30px;
  flex: 1;
}

.detail-top .cont .desc {
  font-size: 18px;
  margin-top: 20px;
  word-break: break-all;
}

.detail-cont {
  margin-top: 30px;
}

.detail-cont .dc-subttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}

.detail-cont .dc-ttl {
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 7px 20px;
  border-bottom: 2px solid #e56500;
}

.detail-cont .dc-text {
  padding: 20px 10px 30px;
  line-height: 1.6;
}


.dc-inner {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
}

.dc-inner .left {
  flex: 1;
  order: 2;
}

.dc-inner .picture {
  width: 300px;
  padding: 0 10px;
}

.dc-inner .dc-text {
  padding: 20px 10px 0;
}

.tag-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
}

.tag-wrap .tag {
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
}

.news {}

.news li {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #eee; */
  padding: 15px 0;
}

.news-category {
  padding: 2px 20px;
  border-radius: 20px;
  margin-left: 20px;
  width: 150px;
  text-align: center;
}

.news-category {}

.news li .ttl {
  margin-left: 20px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
}

.type-1 {
  background-color: #0092c5;
  color: #fff;
}

.type-2 {
  background-color: #0aadbc;
  color: #fff;
}

.type-3 {
  background-color: #15b9a8;
  color: #fff;
}

.type-4 {
  background-color: #72ba00;
  color: #fff;
}

.type-5 {
  background-color: #ffcc00;
  color: #fff;
}

.type-6 {
  background-color: #ffae00;
  color: #fff;
}

.news-detail {}

.news-top {
  display: flex;
  align-items: center;
}

.news-top .date {}

.news-top .news-category {}

.news-cont {
  margin-top: 30px;
  line-height: 1.6;
}

.imgbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 30px;
}

.imgbox .picture {
  flex: 1;
}

.page-main {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
}

.pageaside {
  width: 240px;
  position: sticky;
  top: 130px;
  margin-right: 70px;
}

.submenu {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #e56500;
  margin-bottom: 30px;
}

.submenu .submenuttl {
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #e56500;
  color: #fff;
  position: relative;
}

.submenu .submenuttl::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 145, 199, 0);
  border-top-color: #e56500;
  border-width: 8px;
  margin-left: -8px;
  z-index: 10;
}

.submenu .submenulist {}

.submenu .submenulist li {
  line-height: 44px;
}

.submenu .submenulist li.active {
  color: #e56500;
  font-weight: bold;
}

.submenu .submenulist li a {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
}

.submenu .submenulist li a img {
  margin-right: 10px;
}

.submenu .submenulist li a:hover {
  /* background-color: #f5f5f5; */
}

.submenu .use-cont {
  padding: 20px 0 10px;
}

.submenu .use-cont .use {
  flex: 0 0 50%;
  margin-bottom: 10px;
}

.submenu .icon:before {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 34px;
}

.pagecont {
  flex: 1;
  min-width: 0;
}

.pagecont-w {
  max-width: 850px;
  margin: auto;
}

.company-info {
  margin-bottom: 60px;
}

.company-info li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.company-info li img {
  width: 280px;
}

.company-info li span {
  padding: 0 20px;
  width: 180px;
  font-weight: bold;
  flex-shrink: 0;
}

.philosophy-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.philosophy-logo {}

.philosophy-logo img {
  width: 300px;
}

.philosophy {
  /* flex: 1; */
  padding-right: 40px;
}

.philosophy .item {
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.philosophy .item .dot {
  position: absolute;
  left: 0;
}

.base-color {
  color: #e56500;
}

.access-method {
  background-color: #eee;
  border-radius: 6px;
  padding: 20px;
  line-height: 1.6;
}

.access-method .method {
  list-style-type: disc;
  padding-left: 30px;
}

.access-method .method li {}

.access-method .address {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px 20px;
  margin-top: 20px;
}

.service {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}

.service-section {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.service-section:nth-child(odd) .service-img {
  order: 2;
}

.service-section+.service-section {
  margin-top: 40px;
}

.service-img {
  width: 28%;
  /* height: 300px; */
  object-fit: cover;
  border-radius: 10px;
}

.service-content {
  padding: 25px;
  flex: 1;
}

.service-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  border-left: 5px solid #e65e00;
  padding-left: 15px;
}

.service-text {
  color: #333;
  line-height: 1.6;
}

.tabs-wrap .ct-ul {
  display: flex;
  gap: 20px;
  /* background-color: #D4D2C4; */
  overflow: hidden;
}


.tabs-wrap .ct-ul .ct-li {
  flex: 1;
  min-height: 45px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #e56500;
  color: #e56500;
  border-radius: 6px;
  transition: all 0.3s;
  text-align: center;
  padding: 5px;
}

.tabs-wrap .ct-li.active {
  background-color: #e56500;
  color: #fff;
}


.tabs-wrap .ct-list {
  margin-top: 30px;
}

.tabs-wrap .ct-list .item {
  display: none;
}

.tabs-wrap .ct-list .item.active {
  display: block;
}

.viewmore {
  font-weight: bold;
  color: #e56500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.viewmore .link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.viewmore img {
  width: 30px;
}


.support {}

.support-title {
  font-size: 20px;
  font-weight: bold;
  color: #e56500;
  border-bottom: 2px solid #e56500;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.support-title .support-icon {
  margin-right: 10px;
}

.support-text {
  line-height: 1.6;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

/* 顧客カードコンテナ */
.customer-container {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

/* 顧客カードスタイル */
.customer-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  width: 100%;
  /* background-color: #f5f5f5; */
}

/* 顧客情報（業種・名称） */
.customer-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.customer-icon {
  font-size: 24px;
  font-weight: bold;
  margin-right: 12px;
  color: #fff;
  background-color: #e56500;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-type {
  font-size: 14px;
  color: #666;
  margin-bottom: 3px;
}

.customer-name {
  font-size: 16px;
  font-weight: bold;
}

/* 顧客の声 */
.customer-voice {
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

/* 導入効果 */
.customer-effect {
  font-size: 14px;
  color: #e56500;
  font-weight: 500;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* 強みリストスタイル */
.strengths-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.strength-item {
  flex: 1;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* background-color: #f5f5f5; */
}

.strength-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.strength-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background-color: #e6f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e65e00;
  font-size: 2rem;
}

.strength-title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.strength-desc {
  color: #666;
  line-height: 1.6;
}

.request-text {
  margin-bottom: 40px;
}

.form-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
}

.form-label {
  /* font-size: 14px; */
  /* font-weight: 500; */
  /* color: #4a5568; */
}

.form-input,
.form-textarea {
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS P Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  padding: 12px 15px;
  min-height: 50px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 0;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #e56500;
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.common-btn {
  padding: 14px 20px;
  background-color: #e56500;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  width: 280px;
  margin: auto;
  cursor: pointer;
}

.language-wrap {
  background-color: #eee;
}

.language {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 14px;
  transition: all .3s;
}

.language-none {
  display: none;
}

.language .item {
  margin-left: 10px;
}

.language .item+.item {
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.totop {
  position: fixed;
  bottom: -100px;
  right: 10px;
  background-color: #e65e00;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

/* .common-btn:hover {
  opacity: 0.7;
} */

.required {
  background-color: #e56500;
  border-radius: 4px;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  margin-left: 10px;
}


.retMess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  align-items: center;
  justify-content: center;
  display: none;
}

.retMess .message {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 340px;
}

.retMess .msgtext {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.retMess .messbtn {
  width: 60px;
  height: 35px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin: 20px auto 0;
  cursor: pointer;
}

#canvas {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
}

.error-msg {
  color: #f00;
  font-size: 14px;
  position: absolute;
  bottom: -22px;
  left: 0;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-1{
  flex: 1;
}

/* --------------------------------------------------- icon */
[class^="i-"]:before,
[class*=" i-"]:before,
[class^="i-after-"]:after,
[class*=" i-after-"]:after,
a[target="_blank"]:after {
  font-family: 'km' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="i-"]:before,
[class*=" i-"]:before {
  /* margin-right: 4px; */
}

[class^="i-after-"]:after,
[class*=" i-after-"]:after {
  margin-left: 4px;
}

a[target="_blank"]:after {
  content: "\33";
  margin-left: 4px;
}

a.img[target="_blank"]:after {
  display: none;
}

[class^="i-"][target="_blank"]:after,
[class*=" i-"][target="_blank"]:after {
  display: none;
}

.i-injection:before {
  content: "\21";
}

.i-decorate:before {
  content: "\22";
}

.i-pour:before {
  content: "\23";
}

.i-squeeze:before {
  content: "\24";
}

.i-put:before {
  content: "\25";
}

.i-shake:before {
  content: "\26";
}

.i-arrowleft:before {
  content: "\27";
}

.i-arrowright:before {
  content: "\28";
}

.i-arrowtop:before {
  content: "\29";
}

.i-arrowbottom:before {
  content: "\2a";
}

.i-arrowtotop:before {
  content: "\2b";
}

.i-file:before {
  content: "\2c";
}

.i-files:before {
  content: "\2d";
}

.i-globe:before {
  content: "\2e";
}

.i-mail:before {
  content: "\2f";
}

.i-map:before {
  content: "\30";
}

.i-menu:before {
  content: "\31";
}

.i-close:before {
  content: "\32";
}

.i-open:before {
  content: "\33";
}

.i-pdf:before {
  content: "\34";
}

.i-phone:before {
  content: "\35";
}

.i-search:before {
  content: "\36";
}

.i-video:before {
  content: "\37";
}

.i-searchplus:before {
  content: "\38";
}

.i-after-arrowright:after {
  content: "\28";
}

.icon:before {
  display: inline-block;
  background: #0092c5;
  color: #fff;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 54px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #0092c5;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.icon.i-injection:before {
  background: #0092c5;
  border-color: #0092c5;
}

.icon.i-decorate:before {
  background: #0aadbc;
  border-color: #0aadbc;
}

.icon.i-pour:before {
  background: #15b9a8;
  border-color: #15b9a8;
}

.icon.i-squeeze:before {
  background: #72ba00;
  border-color: #72ba00;
}

.icon.i-put:before {
  background: #ffcc00;
  border-color: #ffcc00;
}

.icon.i-shake:before {
  background: #ffae00;
  border-color: #ffae00;
}

a.icon.i-injection:hover:before {
  background: #fff;
  color: #0092c5;
}

a.icon.i-decorate:hover:before {
  background: #fff;
  color: #0aadbc;
}

a.icon.i-pour:hover:before {
  background: #fff;
  color: #15b9a8;
}

a.icon.i-squeeze:hover:before {
  background: #fff;
  color: #72ba00;
}

a.icon.i-put:hover:before {
  background: #fff;
  color: #ffcc00;
}

a.icon.i-shake:hover:before {
  background: #fff;
  color: #ffae00;
}

.footer {
  background-color: #eee;
  margin-top: 70px;
}

.footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 50px;
}

.footer-contact .ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  margin-top: 20px;
}

.footer-contact .tel {
  font-size: 12px;
  margin: 20px 20px 0;
}

.footer-contact .tel span {
  font-size: 36px;
  font-weight: bold;
  color: #e56500;
  display: block;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.footer-contact .tel span img {
  margin-right: 5px;
  width: 30px;
}

.footer-contact .btnwrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.btn-contact {
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  min-width: 238px;
}

.btn-contact::before,
.btn-contact::after {
  position: absolute;
  /* z-index: -1; */
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
}

.btn-contact::before {
  left: 0;
}

.btn-contact::after {
  right: 0;
}

.btn-contact:hover:before,
.btn-contact:hover::after {
  width: 0;
}

.btn-contact,
.btn-contact::before,
.btn-contact::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: width .3s;
}

.btn-contact span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact span img {
  margin-right: 10px;
}

.btn-contact .default {
  display: block;
}

.btn-contact:hover .default {
  display: none;
}

.btn-contact .hover {
  display: none;
}

.btn-contact:hover .hover {
  display: block;
}

.btn-1 {
  background-color: #ffae00;
  border: 2px solid #ffae00;
  color: #fff;
}

.btn-1:hover {
  background-color: #fff;
  border-color: #ffae00;
  color: #ffae00;
}

.btn-1::before,
.btn-1::after {
  background-color: #ffae00;
}

.btn-1:hover::before,
.btn-1:hover::after {
  background-color: #ffae00;
}


.btn-2 {
  background-color: #72ba00;
  border: 2px solid #72ba00;
  color: #fff;
}

.btn-2:hover {
  background-color: #fff;
  border-color: #72ba00;
  color: #72ba00;
}

.btn-2::before,
.btn-2::after {
  background-color: #72ba00;
}

.btn-2:hover::before,
.btn-2:hover::after {
  background-color: #72ba00;
}

.footer-cont {
  border-top: 7px solid #e56500;
  padding: 50px 0;
}

.footer-cont .fc-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-cont .base {
  width: 40%;
}

.footer-cont .base .footlogo {
  height: 60px;
}

.footer-cont .base .name {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 10px;
}

.footer-cont .base .text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.footer-cont .base .text span {
  display: block;
}

.footer-cont .sitemap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.footer-cont .sitemap .mapitem {
  width: calc(100% / 3);
  margin-bottom: 20px;
}

.footer-cont .sitemap .mapitem>a {
  font-weight: bold;
  color: #e56500;
}

.footer-cont .sitemap .mapitem>a:hover {
  opacity: 1;
}

.footer-cont .sitemap .mapitem .sub-menu {
  margin-top: 8px;
}

.footer-cont .sitemap .mapitem .sub-menu li {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

.copyright {
  font-size: 12px;
  background: #e0e0e0;
  color: #999;
  padding: 20px 0;
}

.copyright a {
  color: #e56500
}

.sp-hide {
  display: block;
}

.btn-menu {
  display: none;
}

.btn-menu-close {
  display: none;
}

@media screen and (max-width: 1250px) {
  .footer-contact {
    justify-content: center;
  }

  .footer-contact .ttl {
    padding-left: 0;
  }

  .footer-contact .btnwrap {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .nav .nav-item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .container-wrap {
    margin-top: 100px;
  }

  .header-wrap {
    padding: 10px 20px;
  }

  .header .logo img {
    height: 40px;
  }

  .language {
    height: 40px;
  }

  .headerfix {
    top: -40px;
  }

  .useflex {
    flex-direction: column;
  }

  .use-wrap .use-ttl {
    width: 100%;
    padding: 10px;
  }

  .use-wrap .use-ttl:after {
    margin-top: 0;
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 145, 199, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }

  .use-cont {
    width: 100%;
    margin-top: 10px;
  }

  .use-cont .use {
    border-right: 0;
    flex: 0 0 calc(100% / 3);
    margin-top: 10px;
  }

  .use-cont .use a strong {
    font-size: 14px;
  }

  .strengths-list {}

  .strength-item {
    flex: 0 0 100%;
    padding: 20px;
  }

  .page-title {
    font-size: 28px;
    margin: 60px auto 40px;
  }

  .strength-title {
    font-size: 18px;
  }

  .strength-desc {
    font-size: 14px;
  }

  .product-list .p-item {
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .product-list .p-item .text {
    font-size: 14px;
  }

  .news li {
    flex-wrap: wrap;
    font-size: 14px;
  }

  .news li .ttl {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 8px;
  }

  .footer-contact .btnwrap {
    flex-wrap: wrap;
    gap: 15px;
  }

  .btn-contact {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }

  .footer-cont .fc-inner {
    flex-direction: column;
  }

  .footer-cont .base {
    width: 100%;
  }

  .footer-cont .sitemap {
    display: none;
  }

  .footer-contact .tel {
    margin: 20px 0 0;
  }

  .swiper-main .slide-text {
    font-size: 26px;
  }


  .icon:before {
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 44px;
  }

  .btn-menu {
    display: block;
    margin-left: auto;
  }

  .btn-menu-close {
    display: block;
    background-color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }

  .navwrap {
    position: fixed;
    top: 0;
    right: -305px;
    display: flex;
    align-items: flex-start;
    transition: all .3s;
  }

  .nav {
    width: 255px;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    color: #fff;
    flex-direction: column;
  }

  .nav .nav-item {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
  }

  .nav .nav-item+.nav-item {
    border-top: 1px solid #fff;
  }

  .nav .nav-item span {
    line-height: 44px;
  }

  .nav .nav-item .sub-nav {
    display: block;
    position: relative;
    top: 0;
  }

  .nav .nav-item .sub-nav li+li {
    border-top: 0;
  }

  .nav .nav-item .sub-nav li a {
    padding: 10px 14px;
  }

  .nav .nav-item .sub-nav li:hover {
    background-color: transparent;
  }

  .nav .nav-item.active>span {
    color: inherit;
  }

  .sp-open-menu .navwrap {
    right: 0;
    z-index: 100;
  }

  .swiper-main {
    height: calc(100vh - 100px);
  }

  .totop {
    width: 40px;
    height: 40px;
  }

  .company-info li span {
    padding: 0 5px;
    width: 85px;
  }

  .company-info li img {
    width: 160px;
  }

  .page-subtitle {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .company-info li {
    font-size: 14px;
  }

  .philosophy-wrap {
    flex-direction: column;
  }

  .philosophy {
    font-size: 14px;
    padding-right: 0;
    order: 1;
    margin-top: 20px;
  }

  .philosophy-logo {
    width: 160px;
  }


  .access-method {
    font-size: 15px;
  }

  .page-text {
    font-size: 14px;
  }

  .product-imgdesc {
    font-size: 14px;
  }

  .product-img .item {
    flex: 0 0 100%;
    padding: 15px 0;
  }

  .product-img .img {
    width: 100%;
  }

  .service-section {
    flex-direction: column;
  }

  .service-content {
    padding: 0;
    margin-top: 20px;
  }

  .service-img {
    width: 100%;
  }

  .service-section:nth-child(odd) .service-img {
    order: 0;
  }

  .service-title {
    font-size: 18px;
  }

  .form-row {
    flex-direction: column;
  }

  .form-group {
    width: 100%;
  }

  .detail-top {
    flex-direction: column;
  }

  .detail-top .picture {
    width: 100%;
  }

  .detail-top .cont {
    margin: 20px 0 0 0;
  }

  .detail-top .cont .desc {
    font-size: 16px;
  }

  .detail-cont .dc-text {
    font-size: 14px;
    padding: 20px 0 30px;
  }

  .dc-inner {
    flex-direction: column;
  }

  .dc-inner .picture {
    width: 100%;
    max-width: 340px;
    padding: 0;
  }

  .detail-cont .dc-subttl {
    font-size: 16px;
    padding: 20px 0 0;
  }

  .dc-inner .left {
    width: 100%;
  }

  .dc-inner .dc-text {
    padding: 10px 0 0;
  }

  .dc-inner+.dc-inner {
    margin-top: 30px;
  }

  .imgbox {
    flex-direction: column;
  }

  .form-input,
  .form-textarea {
    padding: 8px 15px;
    min-height: 42px;
  }

  .product-list .p-item .picture img {
    /* max-height: none; */
  }

  .sp-hide {
    display: none;
  }
}