@charset "UTF-8";
/* Scss Document */
/*---------------------------------

	common

---------------------------------*/
body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ W3","ヒラギノ角ゴ ","Hiragino Kaku Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", "Meiryo", sans-serif;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.1em;
  overflow-wrap: break-word;
  line-break: strict;
  /*word-break: break-all;*/
  font-size: 15px;
  color: #151515;
  word-break: normal;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

button:focus {
  outline: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

h1 {
  font-size: inherit;
}

#container {
  overflow: hidden;
}

#site_contents {
  background-color: #F8F8F8;
}

.menu-space {
  margin-top: 88px;
}

.pc-none {
  display: none;
}

.sp-header {
  display: none;
}

.sp-br {
  display: none;
}

a {
  color: inherit;
  cursor: pointer;
  transition: .3s ease;
}

.font-man {
  font-family: 'Manrope', sans-serif;
}

.font-bold {
  font-weight: bold;
}

.plr16 {
  padding-left: 16px;
  padding-right: 16px;
}

.cover720 {
  max-width: 720px;
  margin: auto;
}

.cover904 {
  max-width: 904px;
  margin: auto;
}

.cover933 {
  max-width: 933px;
  margin: auto;
}

.headline {
  font-size: 28px;
  font-weight: bold;
}
.headline span {
  display: block;
  font-family: 'Manrope', sans-serif;
  color: #E21410;
  font-size: 18px;
  font-weight: normal;
}

.page-default {
  padding-bottom: 120px;
}

.page-notice {
  padding: 64px 0 56px;
}
.page-notice p:not(:last-of-type) {
  margin-bottom: 24px;
}

/*---------------------------------

	header

---------------------------------*/
.drawer-nav, .drawer-menu {
  z-index: 100;
}

.drawer-navbar-header {
  z-index: 200;
}

.drawer-nav a:active {
  text-decoration: none;
}

.menu-container {
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #F8F8F8;
  letter-spacing: 0.05em;
}
.menu-container ul {
  display: flex;
  list-style: none;
}
.menu-container a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.menu-container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.menu-container-flex .menu-logo {
  margin-left: 40px;
}

.header-logo img {
  transition: .3s ease;
  display: block;
  width: 100%;
  max-width: 290px;
}

.menu {
  justify-content: flex-end;
}
.menu a {
  display: block;
}

.menu_contents {
  text-align: left;
  display: none;
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 16px 8px 16px;
}

.menu_contents-flex-cover {
  max-width: 740px;
  margin: auto;
}

.menu_contents-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -44px;
}
.menu_contents-flex li {
  width: calc((100% /2 ) - 44px);
  margin-bottom: 32px;
  margin-left: 44px;
}
.menu_contents-flex li a {
  display: inline;
}

.menu_list {
  text-align: center;
}

.menu_list > a {
  padding: 30px 26px 31px;
  letter-spacing: .05em;
}

.menu_list-contact {
  margin: 0;
}

.menu_list-contact a {
  padding: 30px 0 31px;
  background: #E21410;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 178px;
}

.menu-contact {
  transition: .3s ease;
}

/*---------------------------------

	top

---------------------------------*/
#mv {
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  min-height: 678px;
  position: relative;
}

.mv-txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 7.7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mv-txt h2 {
  font-size: 27px;
  font-weight: bold;
  background: #fff;
  border-left: solid 10px #E21410;
  padding: 24px 6px 24px 24px;
}
.mv-txt h3 {
  color: #E21410;
  font-size: 27px;
  font-weight: bold;
  margin: 51px 0 24px 34px;
}
.mv-txt p {
  color: #E21410;
  font-size: 16px;
  margin-left: 34px;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: -20px;
  right: -2em;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

rt {
  display: none;
}

.mv-img {
  width: 69%;
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  min-height: 678px;
  margin-left: auto;
  background-image: url("../img/img_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 0 0 80px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .mv-img {
    background-image: url("../img/2x/img_mv@2x.jpg");
  }
}
.top-news{
  line-height: 3;
}
.top-our-service {
  padding-top: 120px;
}
.top-our-service .headline {
  padding-bottom: 72px;
}

.top-our-service-bg {
  background: #fff;
  max-width: 1088px;
  margin: auto;
  padding: 64px 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px #00000029;
  position: relative;
  z-index: 1;
}

.top-our-service-item-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  margin-left: -16px;
}

.top-our-service-item {
  width: calc((100% / 2) - 16px);
  height: 194px;
  position: relative;
  overflow: hidden;
  background: #151515;
  margin-left: 16px;
  margin-bottom: 32px;
  display: block;
}

.top-our-service-item:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .3s ease;
  opacity: .45;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.top-our-service-item01:after {
  background-image: url("../img/img_product-line01.jpg");
}

.top-our-service-item02:after {
  background-image: url("../img/img_product-line02.jpg");
}

.top-our-service-item03:after {
  background-image: url("../img/img_product-line03.jpg");
}

.top-our-service-item04:after {
  background-image: url("../img/img_product-line04.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-our-service-item01:after {
    background-image: url("../img/2x/img_product-line01@2x.jpg");
  }

  .top-our-service-item02:after {
    background-image: url("../img/2x/img_product-line02@2x.jpg");
  }

  .top-our-service-item03:after {
    background-image: url("../img/2x/img_product-line03@2x.jpg");
  }

  .top-our-service-item04:after {
    background-image: url("../img/2x/img_product-line04@2x.jpg");
  }
}
.top-our-service-item-txt {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
}
.top-our-service-item-txt p {
  color: #fff;
  text-shadow: 0px 0px 6px #151515;
  font-size: 20px;
  font-weight: bold;
}

.top-our-service-item03 .top-our-service-item-txt {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}
.top-our-service-item03 img {
  display: block;
  margin-right: 43px;
}

.top-about-us {
  position: relative;
  padding: 152px 0 120px;
  margin-top: -80px;
}
.top-about-us .plr16 {
  position: relative;
  z-index: 1;
}

.top-about-us:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/img_bk-main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  opacity: .5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .top-about-us:before {
    background-image: url("../img/2x/img_bk-main@2x.png");
  }
}
.top-about-us-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -16px;
  padding-top: 40px;
}

.top-about-us-item {
  display: block;
  text-decoration: none;
  width: calc((100% / 2) - 16px);
  margin-left: 16px;
  border-radius: 8px;
  background: #fff;
  height: 185px;
}

.top-about-us-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-about-us-item-inner p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}
.top-about-us-item-inner img {
  display: block;
}
.top-about-us-item-inner img:nth-of-type(1) {
  position: absolute;
  top: 43px;
}

/*---------------------------------

	under-pagetitle

---------------------------------*/
.under-title-cover {
  height: 200px;
}

.under-title-bg {
  position: relative;
  width: 90%;
  height: 100%;
  margin-left: auto;
}

.under-title-bg:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/img_bk-main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .4;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 60px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .under-title-bg:before {
    background-image: url("../img/2x/img_bk-main@2x.png");
  }
}
.under-title-name {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
}

.under-pd-name {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
}

.under-pd-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.under-pd-screwed-malleable-cast-iron {
  background-image: url("../img/img_under-pd-img01.jpg");
}

.under-pd-cast-iron-pipe-flange {
  background-image: url("../img/img_under-pd-img02.jpg");
}

.under-pd-casting-material {
  background-image: url("../img/img_under-pd-img03.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .under-pd-screwed-malleable-cast-iron {
    background-image: url("../img/2x/img_under-pd-img01@2x.jpg");
  }

  .under-pd-cast-iron-pipe-flange {
    background-image: url("../img/2x/img_under-pd-img02@2x.jpg");
  }

  .under-pd-casting-material {
    background-image: url("../img/2x/img_under-pd-img03@2x.jpg");
  }
}
/*---------------------------------

	breadcrumbs

---------------------------------*/
.breadcrumbs-cover {
  width: 90%;
  margin-left: auto;
  margin-bottom: 56px;
}

.breadcrumbs {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  padding: 18px 16px 19px 0;
}
.breadcrumbs a {
  text-decoration: none;
  transition: .3s ease;
  position: relative;
}
.breadcrumbs a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/img_bread.svg);
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: -6px;
  top: 5px;
}
.breadcrumbs span {
  position: relative;
  margin-right: 20px;
  font-size: 14px;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*---------------------------------

	ボタン

---------------------------------*/
.btn-main-cover {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.btn-main {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  background: #151515;
  color: #fff;
  width: 100%;
  max-width: 352px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
}

.btn-main:after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 31px;
  transition: .3s ease;
}

.btn-fcon-cover {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.btn-fcon {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  width: 100%;
  max-width: 352px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
}

.btn-fcon:after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 3px solid #151515;
  border-right: 3px solid #151515;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 31px;
  transition: .3s ease;
}

.btn-dl-cover {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -20px;
}

.btn-dl {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  background: #fff;
  color: #B50B09;
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: solid 1px #B50B09;
  border-radius: 4px;
  padding: 0 0 0 18px;
  margin-bottom: 20px;
}

.btn-dl:after {
  content: '';
  width: 18px;
  height: 19px;
  background-image: url("../img/icon_dl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 19px;
  transition: .3s ease;
}

.btn-plink-cover {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}

.btn-plink {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  background: #fff;
  color: #B50B09;
  width: 210px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border: solid 1px #B50B09;
  border-radius: 4px;
  padding: 0 0 0 18px;
}

.btn-plink:after {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url("../img/icon_plink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 18px;
  transition: .3s ease;
}

/*---------------------------------

	products-list

---------------------------------*/
.plist {
  padding-bottom: 100px;
}

/*---------------------------------

	scroll

---------------------------------*/
.scroll-contents-inner {
  padding-top: 88px;
  margin-top: -88px;
}

/*---------------------------------

	screwed-malleable-cast-iron

---------------------------------*/
.products-grid {
  padding-bottom: 48px;
}

.products-grid-item-cover {
  display: grid;
  grid-template-columns: repeat(auto-fit, 225px);
  justify-content: flex-start;
  grid-gap: 20px 10px;
  grid-auto-flow: dense;
}

.products-grid-item {
  text-decoration: none;
  background: #888888;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  padding: 13px 8px 12px 20px;
  position: relative;
}

.products-grid-item:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 13px;
  background-image: url(../img/icon_parrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: .3s ease;
  margin-top: 3px;
}

.product-notice {
  padding-bottom: 40px;
}
.product-notice h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 48px;
}
.product-notice h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-notice h3:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 27px;
  background: #151515;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.pitem {
  margin-bottom: 48px;
}
.pitem img {
  display: block;
  width: 100%;
}

.pitem-flex-cover .pitem-flex:not(:last-of-type) {
  margin-bottom: 16px;
}

.pitem-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.pitem-flex-left {
  background: #EBEBEB;
  font-weight: bold;
  text-align: center;
  padding: 18px 10px 17px 10px;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pitem-flex-right {
  background: #fff;
  padding: 18px 5px 17px 16px;
  width: 81%;
}
.pitem-flex-right .btn-dl {
  width: 210px;
}

.product-notice .btn-dl-cover {
  margin-left: -10px;
}
.product-notice .btn-dl {
  width: calc((100% / 5 ) - 10px);
  margin-left: 10px;
  min-width: 172px;
}

.product {
  padding-bottom: 100px;
}
.product h3 {
  font-size: 18px;
  font-weight: bold;
}
.product h3:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 27px;
  background: #151515;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}

.product-bg {
  background: #fff;
  padding: 48px 16px 0 16px;
}

.product-item-cover .scroll-contents-inner:first-of-type .product-item {
  padding-top: 20px;
}
.product-item-cover .scroll-contents-inner:last-of-type .product-item {
  padding-bottom: 56px;
  border: none;
  margin-bottom: 56px;
}

.product-item {
  padding-top: 40px;
  padding-bottom: 41px;
  border-bottom: solid 1px #535353;
}

.pitem-img-flex {
  display: flex;
  margin-left: -16px;
  margin-bottom: -16px;
  margin-top: 32px;
}
.pitem-img-flex figure {
  width: calc((100% / 2 ) - 16px);
  margin-left: 16px;
  margin-bottom: 16px;
}
.pitem-img-flex img {
  display: block;
  width: 100%;
}

/*---------------------------------

	company-profile

---------------------------------*/
.greetings {
  padding-bottom: 80px;
}
.greetings .ceo {
  font-weight: bold;
  text-align: right;
}

.company {
  padding-bottom: 80px;
}

.company-flex-cover {
  padding: 64px 0;
}
.company-flex-cover .company-flex:not(:last-of-type) {
  margin-bottom: 16px;
}

.company-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 17px 0 18px;
}

.company-left {
  width: 161px;
  padding: 0 0 0 10px;
  text-align: center;
  font-weight: bold;
}

.company-right {
  width: calc(100% - 161px);
  padding: 0 10px 0 23px;
}

.facilities {
  padding-bottom: 80px;
}
.facilities .headline {
  padding-bottom: 64px;
}
.facilities .btn-main-cover {
  padding-top: 11px;
}

.facilities-flex-cover {
  padding: 0 0 64px;
}
.facilities-flex-cover .facilities-flex:not(:last-of-type) {
  margin-bottom: 16px;
}
.facilities-flex-cover h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.facilities-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}

.facilities-left {
  width: calc((100% / 2 ) - 8px);
  padding: 17px 10px 18px 10px;
  text-align: center;
  font-weight: bold;
  background: #EBEBEB;
}

.facilities-right {
  width: calc((100% / 2 ) + 8px);
  padding: 17px 10px 18px 16px;
}

.history {
  padding-bottom: 36px;
}

/*---------------------------------

	location

---------------------------------*/
.location {
  padding-bottom: 80px;
}
.location .headline {
  padding-bottom: 64px;
}
.location .company-flex-cover {
  padding: 40px 0 0 0;
}

.map {
  position: relative;
  width: 100%;
  height: 290px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access {
  padding-bottom: 100px;
}
.access img {
  display: block;
  width: 100%;
}

/*---------------------------------

	contact

---------------------------------*/
/* template01 */
.form__wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7 .template01 a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: inherit;
  transition: opacity .25s;
}

.wpcf7 .template01 div.form__row {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: flex;
}

.wpcf7 .template01 p.form__label {
  width: 25%;
  min-width: 176px;
  font-weight: bold;
}

.wpcf7 .template01 p.form__body {
  width: 75%;
}

.wpcf7 .template01 p.form__label,
.wpcf7 .template01 p.form__body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label label {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .template01 p.form__label.is-required label::after {
  content: "※";
  display: inline-block;
  margin-top: 7px;
  color: #E21410;
  padding: 5px 0 6px 0;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
  width: 100%;
  margin: 0;
  padding: 25px 16px 25px 16px;
  border-radius: 0;
  box-shadow: none;
  background-color: #EBEBEB;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 255, 0);
}

/* テキストフィールド placeholder */
.wpcf7 .template01 input[type=text]::placeholder,
.wpcf7 .template01 input[type=tel]::placeholder,
.wpcf7 .template01 input[type=email]::placeholder,
.wpcf7 .template01 input[type=url]::placeholder,
.wpcf7 .template01 input[type=date]::placeholder,
.wpcf7 .template01 input[type=number]::placeholder,
.wpcf7 .template01 textarea::placeholder {
  color: #989898;
}

.wpcf7 .template01 input[type=text]:-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
.wpcf7 .template01 input[type=email]:-ms-input-placeholder,
.wpcf7 .template01 input[type=url]:-ms-input-placeholder,
.wpcf7 .template01 input[type=date]:-ms-input-placeholder,
.wpcf7 .template01 input[type=number]:-ms-input-placeholder,
.wpcf7 .template01 textarea:-ms-input-placeholder {
  color: #989898;
}

.wpcf7 .template01 input[type=text]::-ms-input-placeholder,
.wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
.wpcf7 .template01 input[type=email]::-ms-input-placeholder,
.wpcf7 .template01 input[type=url]::-ms-input-placeholder,
.wpcf7 .template01 input[type=date]::-ms-input-placeholder,
.wpcf7 .template01 input[type=number]::-ms-input-placeholder,
.wpcf7 .template01 textarea::-ms-input-placeholder {
  color: #989898;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .template01 input[type=text]:focus,
.wpcf7 .template01 input[type=tel]:focus,
.wpcf7 .template01 input[type=email]:focus,
.wpcf7 .template01 input[type=url]:focus,
.wpcf7 .template01 input[type=date]:focus,
.wpcf7 .template01 input[type=number]:focus,
.wpcf7 .template01 textarea:focus {
  outline: 0;
  border: 1px solid #D87C7B;
}

/* チェックボックス */
.wpcf7 .template01 input[type=checkbox] {
  display: none;
}

.wpcf7 .template01 input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox] + span::before {
  content: "";
  opacity: 1;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #707070;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  transition: opacity .25s ease;
  z-index: 1;
}

.wpcf7 .template01 input[type=checkbox] + span::after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.25em;
  left: 0.44em;
  width: 0.4em;
  height: .8em;
  border-bottom: 3px solid #151515;
  border-right: 3px solid #151515;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity .25s ease;
  z-index: 10;
}

.wpcf7 .template01 input[type=checkbox]:checked + span {
  transition: all .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::before {
  opacity: 1;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=checkbox]:checked + span::after {
  opacity: 1;
  border-bottom: 2px solid #E21410;
  border-right: 2px solid #E21410;
  transition: opacity .25s ease;
}

/* ラジオボタン */
.wpcf7 .template01 input[type=radio] {
  display: none;
}

.wpcf7 .template01 input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 26px;
  font-size: inherit;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D8D8D8;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio] + span::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span {
  position: relative;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background-color: #D8D8D8;
  box-sizing: border-box;
  transition: opacity .25s ease;
}

.wpcf7 .template01 input[type=radio]:checked + span::after {
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: #E21410;
  border-radius: 50%;
  transition: opacity .25s ease;
  position: absolute;
  top: 12px;
  left: 4px;
  transform: translateY(-50%);
}

/* 送信ボタン */
.wpcf7 .template01 input[type="submit"] {
  width: 352px;
  height: 73px;
  position: absolute;
  left: 0;
  text-decoration: none;
  text-align: center;
  color: #555555;
  z-index: 0;
  font-weight: bold;
  border-radius: 6px;
}

.btn-push {
  font-weight: bold;
  font-size: 18px;
  background: #D8D8D8;
  color: #555555;
  width: 100%;
  max-width: 352px;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  position: relative;
  transition: .3s ease;
}

.btn-push:after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: 3px solid #555555;
  border-right: 3px solid #555555;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 31px;
  transition: .3s ease;
}

.wpcf7 .template01 input[type="submit"]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: none;
}

.wpcf7 .template01 input[type="submit"]:focus {
  outline: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #f6eded;
  border: 1px solid #E21410;
  color: #E21410;
}

.wpcf7-not-valid-tip {
  color: #E21410;
}

.wpcf7 .template01 div.form__row.row-radio, .wpcf7 .template01 div.form__row.row-message {
  display: block;
}
.wpcf7 .template01 div.form__row.row-radio .form__label, .wpcf7 .template01 div.form__row.row-message .form__label {
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7 .template01 div.form__row.row-radio .form__body, .wpcf7 .template01 div.form__row.row-message .form__body {
  width: 100%;
}

.wpcf7 .template01 span.wpcf7-list-item:last-of-type {
  margin: 0 0 24px 0;
}

.wpcf7 .template01 span.wpcf7-list-item:not(:last-of-type) {
  margin: 0 40px 24px 0;
}

.wpcf7 .template01 .ajax-loader {
  display: block;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.wpcf7 .template01 textarea {
  height: 250px;
}

.wpcf7 .template01 div.input-cover {
  margin: 20px 0 0 0;
  justify-content: center;
}

.wpcf7 .template01 div.row-radio {
  margin-top: 20px;
}

.acceptance {
  text-align: center;
}

.contact {
  padding-bottom: 100px;
}

.form-notice {
  color: #E21410;
  font-weight: bold;
  margin-bottom: 32px;
}

.scroll_space {
  padding: 12px 12px 10px 30px;
  background: #fff;
  margin: 64px 0;
  border: solid 1px #707070;
}

.scroll_manual {
  position: relative;
  height: 228px;
  overflow: auto;
  background: #fff;
}
.scroll_manual p {
  margin-right: 44px;
  margin-bottom: 1em;
}
.scroll_manual .fw-bold {
  font-weight: bold;
  margin-bottom: 0;
}
.scroll_manual h3 {
  margin-bottom: 1em;
  margin-right: 44px;
  font-size: 15px;
  font-weight: bold;
  padding-top: 20px;
}

.ps__rail-x,
.ps__rail-y {
  opacity: 1;
}

.ps__rail-y {
  width: 20px;
}

.ps__thumb-y {
  background-color: #151515;
  width: 20px;
  right: 0;
  border-radius: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: #EBEBEB;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #151515;
  width: 20px;
}

.ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

/*---------------------------------

	thanks 404

---------------------------------*/
.page-th {
  padding-top: 80px;
  padding-bottom: 100px;
}
.page-th ｐろ
.headline {
  padding-bottom: 64px;
}
.page-th .btn-main-cover {
  margin-top: 64px;
}

/*---------------------------------

	footer-contact

---------------------------------*/
.footer-contact {
  padding: 77px 0;
  background-image: url("../img/img_contact-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.footer-contact p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer-contact {
    background-image: url("../img/2x/img_contact-back@2x.jpg");
  }
}
.footer-contact:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*---------------------------------

	gotop

---------------------------------*/
#back-to-top a {
  background: #535353;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------------------------

	footer

---------------------------------*/
.footer-cover {
  padding: 80px 0 48px;
  background: #FFFFFF;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -16px;
}
.footer-flex a {
  text-decoration: none;
}

.footer-left {
  margin-left: 16px;
}
.footer-left p {
  margin-top: 20px;
}

.footer-right {
  margin-left: 16px;
}
.footer-right ul {
  list-style: none;
  display: flex;
  margin-left: -40px;
}
.footer-right li {
  margin-left: 40px;
}
.footer-right li a {
  white-space: nowrap;
}

.footer-center {
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
  margin-left: -40px;
  align-items: center;
}
.footer-center img {
  display: block;
  margin-left: 40px;
}

.copyright-cover {
  margin-top: -20px;
  font-size: 12px;
}

/*---------------------------------

	hover

---------------------------------*/
@media screen and (min-width: 769px) {
  a:hover {
    transition: .3s ease;
  }

  .header-logo:hover {
    opacity: .7;
  }

  .footer-flex a:hover {
    opacity: .7;
  }

  .menu_list:hover > a {
    background: #D8D8D8;
    font-weight: bold;
  }

  .menu_contents-flex li a:hover {
    font-weight: bold;
    color: #E21410;
  }

  .menu_list-contact a:hover {
    background: #EB6D00;
    letter-spacing: .25em;
  }

  #back-to-top a:hover {
    background: #151515;
  }

  .btn-main:hover {
    background: #D87C7B;
  }
  .btn-main:hover:after {
    transition: .3s ease;
  }

  .btn-fcon:hover {
    background: #B50B09;
    color: #fff;
  }
  .btn-fcon:hover:after {
    transition: .3s ease;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .btn-push:hover {
    transition: .3s ease;
    background: #151515;
  }
  .btn-push:hover:after {
    transition: .3s ease;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .wpcf7 .template01 input[type="submit"]:hover {
    color: #fff;
  }

  .top-our-service-item:hover:after {
    opacity: .35;
    transform: scale(1.05);
  }

  .top-about-us-item:hover {
    background: #151515;
    color: #fff;
  }
  .top-about-us-item:hover .top-about-us-item-inner img:nth-of-type(1) {
    opacity: 0;
  }

  .btn-dl:hover {
    background: #D87C7B;
    border: solid 1px #D87C7B;
    color: #fff;
  }
  .btn-dl:hover:after {
    background-image: url("../img/icon_dl_hover.svg");
    transform: translateY(3px);
  }

  .btn-plink:hover {
    background: #D87C7B;
    border: solid 1px #D87C7B;
    color: #fff;
  }
  .btn-plink:hover:after {
    background-image: url("../img/icon_plink_hover.svg");
  }

  .products-grid-item:hover {
    background: #D87C7B;
  }
  .products-grid-item:hover:after {
    margin-top: 6px;
  }
}
