body {
  border-top: 5px #00b9ef solid !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", "sans-serif";
}

img {
  width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

form.contact .group {
  padding: 5px;
}

form.contact .w100 {
  padding: 5px;
  width: 100%;
}
form.contact .w100t {
  padding: 5px;
  width: 100%;
  margin-top: 4px;
}
form.contact .w100w {
  padding: 5px;
  width: 100%;
  height: 80px;
}
form.contact .w50 {
  padding: 5px;
  width: 40%;
}
form.contact .required {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #ff0000;
  margin-right: 10px;
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="tel"],
.contact form textarea {
  width: calc(100% - 20px);
  padding: 8px;
  margin-bottom: 20px;
}
.error {
  font-size: 14px;
  color: #ff0004;
  margin-left: 5px;
  margin-top: 4px;
}

.blue {
  color: #00b9ef;
}
.gray {
  color: #666;
}
/*==================================================================================
ヘッダー
==================================================================================*/
header {
  width: 1200px;
  margin: 15px auto !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  z-index: 9990;
}
.logo img {
  width: 120px;
  display: inline;
}
.logo span img {
  margin-left: 20px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .logo span {
    display: inline-block;
    width: 46%;
  }
  .logo span img {
    max-width: 100%;
    height: auto;
  }
}
.language {
  display: flex;
}
.language a {
  display: block;
  width: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 5px 0 4px;
}
.language a.on {
  background: #000;
}
.language_sp {
  display: none;
}
header .facebook {
  margin-left: auto;
  margin-right: 18px;
}
header .instagram {
  margin-right: 18px;
}
header .facebook img {
  width: auto;
}
header .instagram img {
  width: auto;
}
@media screen and (max-width: 767px) {
  header .facebook,  header .instagram {
    display: none;
  }
}

.head_nav {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0093ef+1,00b9ef+23,00b9ef+99 */
  background: #0093ef; /* Old browsers */
  background: -moz-linear-gradient(top, #0093ef 1%, #00b9ef 23%, #00b9ef 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0093ef 1%, #00b9ef 23%, #00b9ef 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #0093ef 1%,
    #00b9ef 23%,
    #00b9ef 99%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093ef', endColorstr='#00b9ef',GradientType=0 ); /* IE6-9 */
  z-index: 9999;
}
.nav_btn {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav_btn a {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 15px 0 15px;
  width: 150px;
}
.nav_btn a:hover {
  opacity: inherit;
  background: #00b9ef;
}

/* スマホ版 メニュー -----------------------*/
nav.globalMenuSp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  list-style-type: none;
}

nav.globalMenuSp ul {
  background: #d7eeff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #002b56;
  text-decoration: none;
}
nav.globalMenuSp ul li a p {
  display: block;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}
.navToggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 0;
  top: 0;
  width: 48px;
  height: 43px;
  cursor: pointer;
  z-index: 9995;
  background: linear-gradient(#0067ef, #00b9ef);
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute; /* .navToggleに対して */
  width: 32px;
  border-bottom: solid 3px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 9px;
}
.navToggle span:nth-child(1) {
  top: 11px;
}
.navToggle span:nth-child(2) {
  top: 20px;
}
.navToggle span:nth-child(3) {
  top: 29px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 20px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.globalMenuSp .facebook img{
width: auto !important;
}
.globalMenuSp .facebook{
gap: 16px;
}
/*==================================================================================
メイン
==================================================================================*/

.top {
  width: 100%;
  height: 500px;
  background: url(../img/top.jpg) left center / 110% no-repeat;
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe5 {
  width: 100%;
  margin: 0 auto;
  background-color: white;

  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.container {
  width: 1200px;
  margin: auto;
  padding: 60px 0;
}
.container2 {
  width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 0 !important;
}
h1 span {
  display: block;
  width: 1200px;
  margin: auto;
}
h2 {
  font-size: 24px;
  font-weight: normal;
}
h3 {
  font-size: 32px;
  font-weight: normal;
  color: #00b9ef;
  line-height: 1.2;
}
h3:not([class*="mgn-btm"]) {
  margin-bottom: 10px !important;
}
h3 span {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  color: #00b9ef;
  margin-bottom: 15px !important;
}
h5 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px !important;
}
.text {
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
}

/* News&Topics */
.news_bg {
  width: 100%;
  height: 40px;
  background: #000;
}
.news_bg .container {
  padding: 0;
}
.news_ttl {
  width: 220px;
  height: 40px;
  background: linear-gradient(#0067ef, #00b9ef);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_ttl a {
  color: #fff;
  z-index: 9999;
}
.article {
  border-bottom: 1px #a0a0a0 solid;
  padding-bottom: 10px;
  margin-top: 10px;
}
.date {
  margin-right: 20px;
}
.article a {
  color: #00b9ef;
  text-decoration: underline;
}
.cat_list {
  display: inline-block;
}
.cat_list a {
  font-size: 90%;
  display: inline-block;
  color: #fff;
  background-color: #00b0f0;
  border-radius: 5px;
  padding: 4px 10px;
  text-decoration: none;
  margin-right: 10px;
}

/* 製品を探す */
.search {
  width: 100%;
  height: 500px;
  background: url(../img/search.jpg) left center / 110% no-repeat;
}
.ttl {
  font-size: 28px;
  color: #fff;
}
ul.search_btn {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 80px 0;
}

ul.search_btn li {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 3px #fff solid;
  border-radius: 8px;
  cursor: pointer;
}

ul.search_btn li:hover {
  color: #00b9ef;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

  border: 3px #00b9ef solid;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

ul.search_btn li.on {
  background: rgba(255, 255, 255, 0.3);
}

.search_cont {
  display: none;
}
.search_cont.show {
  display: block;
}
.search_cont1 {
  display: none;
}
.search_cont1.show {
  display: block;
}

.bg_black {
  background: #000;
}

/* 仕様から探す */

.arrowdown1 {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: none;
}

.arrowdown1.on {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: block;
}

.arrowdown1::before {
  position: absolute;
  content: "";
  border: solid 25px transparent;
  border-left: solid 25px #fff;
  top: -20px;
  left: -310px;
  height: 1px;
  transform: rotate(90deg);
}
.arrowdown2 {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: none;
}
.arrowdown2.on {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: block;
}

.arrowdown2::before {
  position: absolute;
  content: "";
  border: solid 25px transparent;
  border-left: solid 25px #fff;
  top: -20px;
  left: -20px;
  height: 1px;
  transform: rotate(90deg);
}
.arrowdown3 {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: none;
}
.arrowdown3.on {
  position: relative;
  height: 0px;
  width: 0px;
  top: -30px;
  background-color: #fff;
  display: block;
}

.arrowdown3::before {
  position: absolute;
  content: "";
  border: solid 25px transparent;
  border-left: solid 25px #fff;
  top: -20px;
  left: 260px;
  height: 1px;
  transform: rotate(90deg);
}

.search_way form {
  margin: 60px 0 30px;
}
.way_category {
  font-size: 14px;
}
.way_category span {
  color: #fff;
  margin-right: 10px;
}
.way_category span.black {
  color: #000;
}
.way_category select {
  padding: 4px 6px 8px;
}
.search_tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.search_tab li {
  margin-top: 30px;
  background: #00b0f0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px #000 solid;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 15px;
  cursor: pointer;
}
.search_tab li.tab_on {
  border-bottom: 2px #00b0f0 solid;
}
.search_tab li:first-child {
  margin-right: 2px;
}
.search_tab li.border_white {
  border-bottom: 2px #fff solid;
}
.search_tab li.border_white.tab_on {
  border-bottom: 2px #00b0f0 solid;
}
.tab_cont {
  display: none;
}
.tab_cont.tab_show {
  display: block;
}
.tab_cont_bg {
  background: #00b0f0;
  border-radius: 0 10px 0 0;
  padding: 30px 15px;
}
.search_way table {
  width: 100%;
  color: #fff;
}
.search_way th {
  width: 160px;
  text-align: left;
  padding: 10px 0;
}
.search_way td {
  width: 200px;
  padding: 10px 0;
}

/* btn
********************************************** */
.btn {
  width: 100%;
}
.btn a,
.btn span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 14px 40px;
  border-radius: 9999px;
  width: fit-content;
  min-width: min(240px, 100%);
  color: #fff;
  background-color: #00b9ef;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.btn.btn-ctr a,
.btn.btn-ctr span {
  margin-left: auto;
  margin-right: auto;
}
.btn a:hover,
.btn span:hover {
  opacity: 0.7;
}
.btn_submit {
  display: block;
  width: 180px;
  margin: 40px auto 0;
  background: #00b0f0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 0 8px;
  border: none;
}
.square_btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  min-width: min(136px, 100%);
  padding: 20px 40px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  background-color: #00b0f0;
  text-align: center;
  transition: all 0.4s ease-out;
  cursor: pointer;
}

button {
  border: none !important;
  cursor: pointer !important;
}
.submit_row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.submit_row .btn_submit {
  margin: 40px 10px 0;
}
.btn_submit.clear {
  width: 140px;
  background: #777;
}

.flex-column .btn:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .flex-sp-block .btn:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* 一覧から探す */
.search_list .row {
  margin: 20px 0 30px;
}
.col2 {
  width: 50%;
}
.col3 {
  width: calc(100% / 3);
}
.search_list .item {
  font-size: 20px;
  font-weight: bold;
  color: #00b9ef;
  margin: 40px 0 15px;
}
.search_list a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

/* シーンから探す */
.search_scene img {
  margin: 60px 0 30px;
}

#clickablemap {
  width: 1200px;
  height: 600px;
  margin: 0 auto;
  background: url(../img/scene2.jpg) no-repeat top left;
  position: relative;
}
#clickablemap ul {
  list-style: none;
}

#clickablemap .btn1 {
  position: absolute;
  top: 73px;
  left: 998px;
  display: block;
  width: 90px;
  height: 210px;
  background: url(../img/circle.png) no-repeat left;
}

#clickablemap .btn2 {
  position: absolute;
  top: 4px;
  left: 476px;
  display: block;
  width: 90px;
  height: 210px;
  background: url(../img/circle2.png) no-repeat left;
}

#clickablemap .btn3 {
  position: absolute;
  top: 431px;
  left: 181px;
  display: block;
  width: 90px;
  height: 210px;
  background: url(../img/circle3.png) no-repeat left;
}

#clickablemap .btn4 {
  position: absolute;
  top: -32px;
  left: 57px;
  display: block;
  width: 90px;
  height: 210px;
  background: url(../img/circle4.png) no-repeat left;
}

#clickablemap li a,
#clickablemap li a:link,
#clickablemap li a:visited {
  display: block;
}
#clickablemap li a:hover img,
#clickablemap li a:active img {
  visibility: hidden;
}

/* トップメッセージ */
.bg_blue {
  background: #d1edf8;
  margin-top: 265px;
}
.bg_blue .container {
  padding-bottom: 0;
}
.bg_blue .ttl {
  color: #000;
  margin-top: -300px;
}
.message {
  width: 55%;
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 120px;
  line-height: 1.8;
}
.message .name {
  font-size: 20px;
  text-align: right;
  display: block;
  margin-top: 10px;
}
.tanabe_p {
  width: 25%;
  margin-top: -40px;
  margin-right: 100px;
}

/* 採用 */
.recruit {
  width: 100%;
  height: 425px;
  background: url(../img/../img/recruit2.jpg) center center / cover no-repeat;
}
.rec_message {
  background: rgba(0, 185, 239, 0.8);
  color: #fff;
  padding: 15px;
  font-size: 28px;
  line-height: 1.2;
}
.rec_message span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}
.saiyou {
  width: 140px;
  height: 25px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: #000;
  padding: 10px 0;
}
.saiyou2 {
  width: 140px;
  height: 25px;
  text-align: center;
  font-size: 28px;
  color: #ff0000;
  padding: 85px 0 0;
}
.detail {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 80px;
  position: relative;
}
.detail p {
  margin-bottom: 10px;
}
.btn_detail {
  display: inline-block;
  width: 150px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px 7px;
}

.btn_detail::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 15px;
  background: url(../img/icon_arrow.gif) right top / contain no-repeat;
  position: relative;
  top: 2px;
}

.page_nav {
  width: 1200px;
  margin: 10px auto;
  font-size: 12px;
  line-height: 1.4;
}
.page_nav a::after {
  content: ">";
  font-size: 14px;
  margin: 0 5px;
}
.page_nav a:last-child {
  pointer-events: none;
}
.page_nav a:last-child::after {
  content: none;
}

/* search.html -------------------------------- */
#result_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.result_ttl {
  background: #00b0f0;
  color: #fff;
  padding: 5px;
  margin: 80px 0 40px;
}
.result {
  width: calc(100% / 5 - 40px);
  margin: 0 22px 24px 0;
  padding: 10px;
  border: 1px #a0a0a0 solid;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.result:nth-child(5n) {
  width: calc(100% / 5 - 40px);
  margin-right: 0px;
}
.result img {
  width: 120px;
  margin: 0 auto 5px;
}
.result p {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
  padding: 0 10px;
  height: 2.8em;
}

/* product.html -------------------------------- */
.product_p {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 100px;
}
.product_p .sub {
  display: block;
  width: 47%;
  border: 1px #a0a0a0 solid;
  margin: 10px 0;
}
.product_text {
  width: 65%;
  margin: 40px 0;
}
.product_text p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.product_text p span {
  font-size: 30px;
  color: #00b9ef;
}
.product_info a {
  display: none;
}

/* company.html -------------------------------- */
table.company {
  width: 65%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
}
table.company th {
  font-weight: normal;
  -moz-text-align-last: justify;
  text-align-last: justify;
  width: 80px;
  padding: 8px 15px 8px 0;
  border-right: 1px #000 solid;
}
table.company td {
  padding: 8px 15px 8px;
}
table.company ul {
  margin-left: 20px;
}
table.company ul.work {
  list-style: disc;
}
table.company .office {
  font-size: 12px;
  font-weight: bold;
}
.company_p {
  width: 35%;
  margin-top: 30px;
}
.company_p p {
  font-size: 14px;
  text-align: right;
  margin: 5px 0;
}
.company_p .small {
  width: 70%;
}
.company_p .big p {
  font-size: 28px;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  text-align: left;
  margin: 80px 0 10px;
}
.company_p .big img {
  width: 80%;
}

/* access.html -------------------------------- */
.access {
  margin: 30px 0 60px;
}
.access p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0;
}
.access p.tel {
  font-size: 18px;
  font-weight: bold;
}
.access p.tel span {
  font-weight: normal;
}

/* rel_company.html -------------------------------- */
.rel_comp {
  width: 800px;
  margin: 30px 0;
  position: relative;
}
.rel_comp_p {
  width: 350px;
  margin: 40px 0 60px;
  position: relative;
}
.rel_comp_p img {
  margin-bottom: 10px;
}
.rel_comp_p a {
  color: #008bd5;
  position: absolute;
  right: 0;
}
.rel_comp_name {
  font-size: 26px !important;
  padding: 10px 0;
  margin-bottom: 30px;
}
.rel_comp_name.no01 {
  background: url(../img/rel_logo01.gif) left top 10px / 100px no-repeat;
}
.rel_comp_name.no01 span {
  margin-left: 120px;
}
.rel_comp_name.no02 {
  background: url(../img/rel_logo02.gif) left top 5px / 50px no-repeat;
}
.rel_comp_name.no02 span {
  margin-left: 70px;
}
.rel_comp_name.no03 {
  background: url(../img/logo.png) left top 17px / 110px no-repeat;
}
.rel_comp_name.no03 span {
  margin-left: 130px;
}
.rel_comp_work {
  font-size: 22px !important;
  color: #00b9ef;
  line-height: 1.4;
  margin-bottom: 10px;
}
.rel_comp p {
  font-size: 14px;
  line-height: 1.6;
}
.rel_comp ul {
  list-style: disc;
  margin: 0 0 10px 24px;
  line-height: 1.6;
  font-size: 14px;
}
.rel_comp ul.bold {
  font-size: 16px;
  font-weight: bold;
}
/*
.rel_comp_info {

	position: absolute;
	bottom: 40px;
	right: 0;
}
*/
.rel_comp_info a {
  color: #008bd5;
}

/* history.html -------------------------------- */
table.history {
  width: 100%;
  margin: 30px 0 60px;
  table-layout: fixed;
}
table.history th {
  width: 240px;
  font-size: 24px;
  font-weight: bold;
  color: #00b9ef;
  text-align: left;
  border-right: 5px #00b8ee solid;
  padding: 20px 0;
  vertical-align: top;
}
table.history th span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}
table.history td {
  padding: 20px 0 20px 30px;
}
table.history .row2 {
  flex-wrap: nowrap;
}
table.history .row2 span {
  line-height: 1.8;
}
table.history .month {
  display: inline-block;
  width: 50px;
}
.history_p {
  margin: 15px 0 0 50px;
  display: flex;
  align-items: flex-end;
}
.history_p img {
  width: 300px;
}
.history_p p {
  line-height: 1.8;
}
.history_p .txt {
  margin-left: 15px;
  line-height: 1.6;
}
.history_p.founder img {
  width: 200px;
}
.history_p.founder .txt {
  font-size: 18px;
}

/* rec_about01.html -------------------------------- */
.bg_blue2 {
  background: #00b9ef;
  margin-top: -40px;
}
.about_ttl {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.4;
}
.about_ttl2 {
  font-size: 32px;
  font-weight: bold;
  color: #00b9ef;
  line-height: 1.4;
}
.about_cnp {
  width: calc(100% / 3 - 20px);
  background: #000;
  margin: 0 30px 30px 0;
}
.about_cnp:nth-child(3n) {
  margin-right: 0;
}
.about_cnp p {
  color: #fff;
  padding: 15px 0;
  text-align: center;
}

/* rec_about02.html -------------------------------- */
.features {
  width: 72%;
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0;
}
.inagaki_p {
  width: 20%;
  margin: 30px 0;
}
.inagaki_p p {
  line-height: 1.2;
  margin-top: 15px;
}
.inagaki_p p span {
  font-size: 26px;
  display: inline-block;
  margin-top: 5px;
}
.bg_gray {
  background: #ececec;
}
.features_p {
  width: 30%;
}

/* rec_work.html -------------------------------- */
.rec_work_txt {
  font-weight: bold;
  line-height: 1.4;
}
.bg_work {
  background: url(../img/rec_work_bg.jpg) center center / cover no-repeat;
}
.rec_work {
  width: 74%;
}
.rec_work ul {
  list-style: square;
  color: #00b9ef;
  font-size: 26px;
  line-height: 1.4;
  margin-left: 30px;
}
.rec_work ul li {
  margin-bottom: 30px;
}
.rec_work ul span {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  margin-top: 15px;
}
.matsubara_p {
  width: 20%;
  margin-top: -140px;
}
.matsubara_p p {
  text-align: right;
  margin-top: 10px;
  font-size: 26px;
}
.matsubara_p p span {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.matsubara_p .en {
  margin-top: 5px;
  font-size: 11px;
}

/* rec_career.html -------------------------------- */
.career_step {
  width: 680px;
  margin: 40px auto;
}
.career_step .ilst {
  width: 40%;
}
.career_step .career_txt {
  width: 50%;
}
.career_step .career_txt p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.frame_blue {
  border: 1px #00b9ef solid;
  width: calc(100% - 40px);
  padding: 20px;
  margin-bottom: 40px;
}
.frame_blue .career_txt {
  width: 68%;
}
.frame_blue .career_p {
  width: 30%;
}
.frame_blue .career_ttl {
  margin-top: 0;
}
.career_ttl {
  font-size: 26px;
  color: #00b9ef;
  margin-top: 30px;
}

/* rec_voice.html -------------------------------- */
.voice_block {
  padding: 30px 0;
}
.voice_txt {
  width: 50%;
  margin: 30px 0 0;
}
.voice_ttl {
  font-size: 26px;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 10px;
}
.voice_name {
  background: #00b9ef;
  color: #fff;
  font-size: 22px;
  padding: 8px 0 6px 8px;
  margin-bottom: 40px;
}
.voice_name span {
  font-size: 16px;
}
.voice_each {
  margin-bottom: 30px;
}
.voice_q {
  font-size: 22px;
  font-weight: 500;
}
.voice_p {
  width: 45%;
  margin: 30px 0 0;
}
.voice_txt .text {
  padding-left: 14px;
}
.voice_txt .text span {
  padding-left: 14px;
}
.voice_dl {
  position: relative;
  margin-top: 20px;
}
.voice_dl dt {
  position: absolute;
  padding: 12px;
}
.voice_dl dd {
  padding: 12px 8px 12px 130px;
  border-bottom: solid 1px #bfbfbf;
  line-height: 1.4;
}

/* rec_faq.html -------------------------------- */
.rec_faq {
  margin: 30px 0;
}
.rec_faq h5 {
  margin-bottom: 20px !important;
}
.rec_faq .question {
  background: rgba(0, 1, 1, 0.7);
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 20px 13px;
}
.rec_faq .answer {
  background: #c7e8fa;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 20px 18px;
}

/* rec_message.html -------------------------------- */
.tantou {
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 30px;
}
.tantou span {
  font-size: 18px;
}
.mt_30 {
  margin-top: 30px;
}

/* rec_request.html -------------------------------- */
.rec_request_ttl {
  display: none;
}
table.rec_request,
table.rec_request2 {
  width: 100%;
  margin: 30px 0 60px;
}
table.rec_request tr,
table.rec_request2 tr {
  border-top: 1px #ccc solid;
}
table.rec_request tr:last-child,
table.rec_request2 tr:last-child {
  border-bottom: 1px #ccc solid;
}
table.rec_request tr:first-child {
  background: #ececec;
  font-weight: bold;
}
table.rec_request tr:first-child td {
  font-size: 16px;
}
table.rec_request th,
table.rec_request2 th {
  width: 20%;
  text-align: left;
  background: #ececec;
  padding: 20px 25px 18px;
  line-height: 1.4;
}
table.rec_request td,
table.rec_request2 td {
  padding: 20px 25px 18px;
  font-size: 14px;
  line-height: 1.8;
  border-left: 1px #ccc solid;
}
table.rec_request td {
  width: 40%;
}
table.rec_request2 td {
  width: 80%;
}

table.rec_flow {
  width: 100%;
  margin: 30px 0 60px;
}
table.rec_flow tr {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
table.rec_flow tr:first-child,
table.rec_flow tr:first-child td {
  border: none;
  font-weight: bold;
}
table.rec_flow tr:first-child th {
  background: none;
}
table.rec_flow tr.allow {
  border: none !important;
}
table.rec_flow tr.allow th {
  background: none;
}
table.rec_flow tr.allow td {
  background: none;
  color: #00b9ef;
  font-size: 20px;
  padding: 12px 0 10px 32px;
  border-left: none;
}
table.rec_flow th {
  background: #00b9ef;
  color: #fff;
  padding: 18px 0 16px;
  width: 20%;
}
table.rec_flow td {
  padding: 18px 24px 16px;
  font-size: 18px;
  width: 40%;
  border-left: 1px #ccc solid;
}
.btn_entrysheet {
  display: block;
  width: 240px;
  margin: 20px auto;
  background: linear-gradient(#0067ef, #00b9ef);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0 12px;
  box-shadow: 2px 2px 6px #8d8d8d;
}

/* recruit.html -------------------------------- */
.sp-none {
  display: block;
}
.pc-none {
  display: none;
}
.recruit_top {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.recruit_slide--child {
  height: 700px;
}
.recruit_slide--child-01 {
  background: url(../img/recruit_hero-img01.jpg) center center / cover no-repeat;
}
.recruit_slide--child-02 {
  background: url(../img/recruit_hero-img02.jpg) center center / cover no-repeat;
}
.recruit_slide--child-03 {
  background: url(../img/recruit_hero-img03.jpg) center center / cover no-repeat;
}
.recruit_txtarea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
.recruit_txtarea .inner {
  max-width: none;
  height: 100%;
  padding-left: 16%;
  padding-right: 16%;
}
.recruit_top .page_nav {
  margin-top: 0;
}
.recruit_top h3 {
  font-size: 48px;
}
.recruit_ttl span {
  background: rgba(0, 183, 237, 0.8);
  padding: 15px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  line-height: 2.6;
  margin: 30px 0;
}
.request p {
  margin-bottom: 50px;
}
.recruit_top .btn_detail {
  width: auto;
  border: 2px #fff solid;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 10px 4px 8px;
  margin-top: 20px;
}
.recruit_top .btn_detail::after {
  display: none;
}
.recruit_top .btn_detail span::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 15px;
  background: url(../img/icon_arrow.gif) right top / contain no-repeat;
  position: relative;
}
.recruit_top .btn_detail a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  /*color: #00b7ed;
	background: #fff;*/
  color: #00b7ed;
  padding: 4px 8px 2px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.rec_item.row {
  margin: 20px 0 0;
}
.rec_item .col2 {
  width: 48%;
  margin-bottom: 40px;
}
.rec_item p {
  background: #00b7ed;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

.bg_gray2 {
  background: rgba(0, 0, 0, 0.8);
}
.rec_2019_faq {
  height: 550px;
  background: url(../img/recruit_07.jpg) left top / 100% no-repeat;
  position: relative;
}
.rec_2019_faq a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 1px #00b7ed solid;
  color: #00b7ed;
  font-size: 28px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.rec_2019_message {
  height: 550px;
  background: url(../img/recruit_08.jpg) left top / 100% no-repeat;
  position: relative;
}
.rec_2019_message a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border: 1px #00b7ed solid;
  color: #00b7ed;
  font-size: 26px;
  line-height: 1.2;
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.btn_request {
  display: block;
  width: 360px;
  margin: 80px auto 20px;
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  /*padding: 20px 0;*/
  border: 1px #fff solid;
}
.btn_request a {
  display: block;
  color: #00b7ed;
  padding: 20px 8px;
  background-color: #fff;
  /*display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color: #00b7ed;
	background: #fff;
	text-align: center;
	padding: 8px 14px 6px;
	margin: 16px 10px 0;*/
}

@media screen and (max-width: 1100px) {
  .recruit_slide--child {
    height: 500px;
  }
  .recruit_txtarea .inner {
    padding-left: 10%;
    padding-right: 10%;
  }
  .recruit_ttl span {
    padding: 10px;
    font-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  .recruit_slide--child {
    height: 350px;
  }
  .recruit_slide--child-01 {
    background: url(../img/recruit_hero-img01.jpg) left 28% center / cover no-repeat;
  }
  .recruit_slide--child-02 {
    background: url(../img/recruit_hero-img02.jpg) right 20% center / cover no-repeat;
  }
  .recruit_slide--child-03 {
    background: url(../img/recruit_hero-img03.jpg) right 36% center / cover no-repeat;
  }
  s .recruit_txtarea .inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .recruit_ttl {
    background: rgba(0, 183, 237, 0.8);
    max-width: 480px;
    padding: 5px;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    line-height: 1.6;
    margin: 3px 0;
  }
  .recruit_txtarea {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
  }
  .recruit_top .btn_detail {
    width: auto;
    border: 2px #fff solid;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 10px 4px 8px;
    margin-top: 5px;
  }
  .recruit_top .btn_detail::after {
    display: none;
  }
  .recruit_top .btn_detail a {
    font-size: 14px;
    padding: 4px 8px 2px;
    margin-left: 8px;
  }
}

/* compressor.html -------------------------------- */
.compressor {
  max-width: 680px;
  margin: 40px auto;
}

/* support -------------------------------- */
.support {
  counter-reset: number;
  margin-bottom: 56px;
}
.support li {
  position: relative;
  background: #f7f7f8;
  padding: 20px;
  margin: 30px 0;
}
.support li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  font-size: 36px;
  top: 18px;
}
.support p {
  font-size: 22px;
  line-height: 1.4;
  display: inline-block;
  width: auto;
  padding-left: 40px;
}
.support a {
  color: #0093ef;
  display: inline-block;
  margin-top: 10px;
  &:not(:first-child) {
    margin-left: 34px;
  }
}
.support span {
  display: block;
  margin: 18px 0 0 34px;
  line-height: 1.4;
}
.support span span {
  display: inline;
  margin: 0;
}
.support_video_wrap {
  width: 800px;
}
.support_video_frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.support_video_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .support_video_wrap {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .support_video_wrap {
    width: 100%;
  }
}

/* technology.html -------------------------------- */
.tech {
  background: #f7f7f8;
  padding: 30px;
  margin: 30px 0;
}
.tech p {
  padding-bottom: 10px;
  border-bottom: 1px #a0a0a0 solid;
  margin-bottom: 10px;
}
.tech p:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.tech_date {
  display: inline-block;
  margin-right: 20px;
}

/* contact.html -------------------------------- */
.contact {
  width: 680px;
  margin: 30px auto;
}
.contact form {
  margin-top: 30px;
}
.contact .item {
  margin-bottom: 5px;
}
.contact .item span {
  color: #e10012;
}
.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="tel"],
.contact form textarea {
  width: calc(100% - 20px);
  padding: 8px;
  margin-bottom: 20px;
}
.contact form textarea {
  height: 140px;
  margin-bottom: 40px;
}
.btn_contact {
  display: block;
  width: 160px;
  background: #00b9ef;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  padding: 5px 0 3px;
  box-shadow: 1px 1px 1px #a3a3a3;
  cursor: pointer;
}
.contact_comp {
  font-size: 28px;
  margin: 50px 0 10px;
}
.contact_tel {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.contact_tel span {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
}

.contact_thanks {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: 60px 0 0;
}
.contact_thanks span {
  font-size: 18px;
  font-weight: bold;
}
.contact_thanks a {
  display: inline-block;
  margin: 30px 0;
  color: #00b9ef;
}

/* 製品ページ -------------------------------- */
sup {
  font-size: 6px;
  font-weight: bold;
  position: relative;
  top: -7px;
  left: -1px;
}

/* 製品ページ 追加テキスト -------------------------------- */
.product_detail {
  margin: 40px 0 0;
}
.product_detail .ttl {
  font-size: 24px;
  color: #00b9ef;
}
.product_detail .images {
  max-width: 580px;
  width: 100%;
  margin: 0 auto 40px;
}
.product_detail .point {
  width: 80%;
  margin: 20px auto;
  background: #00b9ef;
  color: #fff;
  font-size: 18px;
  padding: 15px 50px;
}

h4.new {
  position: relative;
}
h4.new::before {
  content: "";
  display: block;
  width: 120px;
  height: 51px;
  background: url(../../img/new.png) center center / contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.product_text.maker p span {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.product_text.maker.tagic p span::after {
  content: "";
  width: 230px;
  height: 200px;
  background: url(../../img/product_logo.png) center top / contain no-repeat;
  position: absolute;
  top: -12px;
  right: 0;
}

/* 2020.04.02追記　VH-64型空気圧縮機に関する部品配布とご協のお願い */
.parts_supply {
  margin: 40px 0;
}
.parts_supply p {
  line-height: 2;
  margin-bottom: 20px;
}
.parts_supply p.customer {
  line-height: 1.6;
  text-align: right;
  margin-bottom: 30px;
}
.parts_supply p.attend {
  font-size: 14px;
  line-height: 1.6;
}

/* 2020.04.13追記　令和2年度の入社式を挙行しました */
.news_article {
  margin: 40px 0;
}

.news_article p {
  line-height: 2;
  margin-bottom: 20px;
}

.news_article menu li {
  line-height: 1.6;
}

.arw {
  padding-left: 20px;
}

/*==================================================================================
ARCHIVE
==================================================================================*/
.main_column {
  flex: 1;
  margin-right: 80px;
  overflow: hidden;
}
.inner {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
/* --- ブロック要素 --- */
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-j-ctr {
  justify-content: center;
}
.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-c-wrap {
  flex-wrap: wrap;
}
.flex-col3 {
  gap: 24px 4%;
}
.flex-col3 > * {
  width: calc((100% - 8%) / 3);
}
@media screen and (max-width: 767px) {
  .flex-sp-block {
    flex-direction: column;
  }
  .flex-col3.flex-sp-block {
    row-gap: 8px;
  }
  .flex-col3.flex-sp-block > * {
    width: 100%;
  }
}

/* --- mgn-btm --- */
/* .mgn-btm24 {
	margin-bottom: 24px;
} */

/* --- text-align --- */
.txt-ctr {
  text-align: center;
}

/* --- lh --- */
.lh-sm {
  line-height: 1;
}
.lh-med {
  line-height: 1.4;
}
.lh-lg {
  line-height: 1.8;
}

/* --- post --- */
.post {
  position: relative;
}
.post--ttl a {
  font-weight: normal;
  color: #00b9ef;
}
.post--date {
  color: #000;
  margin-right: 10px;
}
.post .post--img {
  border-radius: 3px;
}
.no-image {
  background-size: 80% auto !important;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee;
}
.post--ttl a[href="javascript:void(0);"] {
  color: #000;
  text-decoration: none;
  cursor: default;
}
.post--ttl a[href="javascript:void(0);"]:hover {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .main_column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

/* side_column
**************************************** */
.side_column {
  width: 264px;
}
.side_section:not(:last-child) {
  margin-bottom: 64px;
}
.side--ttl {
  font-size: 120%;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 16px;
}
.side--ttl small {
  font-size: 62%;
  opacity: 0.5;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1;
  margin-top: 8px;
}
.side--list li {
  padding: 5px 0;
}
/* --- post --- */
.posts-side .post:not(:last-child) {
  margin-bottom: 16px;
}
.posts-side .post--img {
  margin-right: 16px;
  border-radius: 3px;
  width: 64px;
  height: 64px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.posts-side .txtarea {
  flex: 1;
}
.posts-side .post--date {
  margin-bottom: 0;
}
.posts-side .post--ttl {
  line-height: 1.4;
}

/* --- archive --- */
.side_column .archive_list--ttl {
  cursor: pointer;
}
.side_column .archive_list--ttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(135deg);
  transition: 0.4s ease-out;
}
.side_column .archive_list--ttl.active::after {
  transform: rotate(315deg);
}
.side_column .archive_month {
  display: none;
}

@media screen and (max-width: 1100px) {
  .side_column {
    width: 100%;
  }
}
/* --- new --- */
.side--new .post--date {
  font-size: 80%;
}
.side--new .post--ttl {
  font-size: 90%;
}

/* --- archive-pulldown --- */
.archive-pulldown {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.archive-pulldown .archive_list {
  position: relative;
  font-size: 92%;
}
.archive-pulldown .archive_list:not(:last-child) {
  margin-right: 24px;
}
.archive-pulldown .archive_list a {
  display: block;
  padding: 2px 16px;
  text-align: left;
}
.archive-pulldown .archive_list a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.archive-pulldown .archive_list--label {
  margin-right: 8px;
}
.archive-pulldown .archive_list--btn {
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 8px 54px 8px 32px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.archive-pulldown .archive_list--btn::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
  transform-origin: 50% 50%;
}
.archive-pulldown .active .archive_list--btn::after {
  top: 14px;
  transform: rotate(225deg);
}
.archive-pulldown .archive_list--menu {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  margin-top: -1px;
  opacity: 0;
  transition: 0.2s ease-out;
}
.archive-pulldown .active .archive_list--menu {
  visibility: visible;
  opacity: 1;
}

/* news
**************************************** */
.posts-news .post {
  padding-bottom: 48px;
  padding-top: 48px;
  border-bottom: 1px solid #e5e5e5;
}
.posts-news .post:first-child {
  border-top: 1px solid #e5e5e5;
}
.posts-news .post--txtarea {
  flex: 1;
}
.posts-news .post--date {
  margin-right: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.posts-news .post--img {
  width: 280px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.posts-news .post--img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

@media screen and (max-width: 1100px) {
  .posts-news {
    margin-bottom: 56px;
  }
  .archive-news > .inner.flex,
  .single-news > .inner.flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .posts-news .post {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .posts-news .post--img {
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .posts-news .post--img img {
    width: auto;
    max-width: 100%;
  }
}

/*==================================================================================
フッター
==================================================================================*/
footer {
  width: 100%;
  background: #000;
  color: #fff;
}
.foot_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.foot_nav .list {
  width: 20%;
}
.foot_nav .list a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.foot_nav .list a:first-child {
  font-weight: bold;
  border-bottom: 3px #00b9ef solid;
  padding-bottom: 3px;
  margin-bottom: 15px;
}
.copyright {
  background: #fff;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 15px 0;
}

.font_m {
  font-size: 18px;
  font-weight: bold;
}

.pc {
  display: inline;
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }

  body {
    border-top: none !important;
  }
  /*==================================================================================
	ヘッダー
	==================================================================================*/
  header {
    width: calc(100% - 20px);
    height: 40px;
    margin: 0 !important;
    padding: 0 10px !important;
    position: fixed;
    background: #fff;
    border-top: 3px #00b9ef solid !important;
    border-bottom: 1px #a0a0a0 solid !important;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    width: 100px;
  }
  .logo span img {
    margin-left: 10px;
    width: 150px;
  }
  .language {
    display: none;
  }
  .language_sp {
    display: block;
    margin-right: 50px;
  }
  .language_sp a {
    display: block;
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
  }
  .head_nav {
    display: none;
  }

  /*==================================================================================
	メイン
	==================================================================================*/

  .top {
    /*height: 250px;*/
  }
  .container {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
  h1 {
    padding: 55px 15px 10px !important;
  }
  h1 span {
    display: block;
    width: 100%;
    margin: auto;
  }

  /* News&Topics */
  .news_bg {
    width: 100%;
    height: 30px;
    background: #000;
  }
  .news_bg .container {
    width: 100%;
    padding: 0;
  }
  .news_ttl {
    width: 180px;
    height: 30px;
    font-size: 16px;
  }
  .article {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
  .date {
    margin-right: 0;
    font-size: 12px;
  }

  /* 製品を探す */
  .search {
    height: 308px;
  }
  .ttl {
    font-size: 20px;
  }
  ul.search_btn {
    margin: 30px 0 15px 0;
  }
  ul.search_btn li {
    font-size: 20px;
    width: 80%;
    height: auto;
    padding: 10px 0;
    margin-bottom: 15px;
  }

  /* 仕様から探す */
  .search_way form {
    margin: 30px 0;
  }
  .way_category {
    font-size: 16px;
  }
  .way_category select {
    font-size: 18px;
  }
  .search_tab li {
    font-size: 14px !important;
    padding: 10px 15px;
    width: calc(50% - 30px);
  }
  .search_tab li:first-child {
    width: calc(50% - 32px);
  }
  .tab_cont_bg {
    padding: 10px 15px 20px;
    border-radius: 0;
  }
  .search_way th {
    display: block;
    width: 100%;
    padding: 20px 0 5px;
  }
  .search_way td {
    display: inline-block;
    width: auto;
    padding: 3px 10px 3px 0;
  }

  /* 一覧から探す */
  .search_list .row {
    margin: 0 0 30px;
  }
  .col2 {
    width: 100%;
  }
  .col3 {
    width: 100%;
  }
  .search_list .item {
    font-size: 18px;
  }

  /* シーンから探す */
  .search_scene img {
    margin: 30px 0;
  }

  /* トップメッセージ */
  .bg_blue {
    margin-top: 0;
  }
  .bg_blue .ttl {
    margin-top: 0;
  }
  .message {
    width: 100%;
    font-size: 18px;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .message .name {
    font-size: 14px;
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  .tanabe_p {
    margin-top: -20px;
  }

  /* 採用 */
  .recruit {
    height: 480px;
    background: url(../img/recruit2.jpg) center center / cover no-repeat;
  }
  .rec_message {
    background: rgba(0, 185, 239, 0.8);
    font-size: 20px;
    line-height: 1.4;
    width: calc(100% - 30px);
    margin-top: 40px;
  }
  .rec_message span {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .saiyou {
    height: 20px;
    font-size: 20px;
    order: -1;
    margin-bottom: 20px;
  }
  .detail {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 40px;
  }

  .page_nav {
    width: calc(100% - 30px);
    margin: 10px 15px;
  }

  /* search.html -------------------------------- */
  .result {
    width: calc(100% / 2 - 35px);
    margin-right: 26px;
  }
  .result p {
    font-size: 8px;
  }
  .result:nth-child(5n) {
    width: calc(100% / 2 - 35px);
    margin-right: 26px;
  }
  .result:nth-child(2n) {
    width: calc(100% / 2 - 35px);
    margin-right: 0px;
  }

  /* product.html -------------------------------- */
  .product_p {
    max-width: 460px;
    width: 80%;
    margin: 30px auto;
  }
  .product_text {
    width: 100%;
    margin: 0 0 20px;
  }
  .product_info {
    margin-bottom: 40px;
  }

  .product_info a {
    display: inline-block;
    color: #00b9ef;
    margin-top: 10px !important;
  }
  .product_info a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_pdf.png) left top / contain no-repeat;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }

  /* company.html -------------------------------- */
  table.company {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
  }
  table.company th {
    font-weight: bold;
    -moz-text-align-last: left;
    text-align-last: left;
    text-align: left;
    width: 100%;
    padding: 15px 0 5px;
    border-right: none;
    display: block;
  }
  table.company td {
    padding: 0 0 15px;
    width: 100%;
    display: block;
  }
  table.company tr {
    border-bottom: 1px #000 solid;
  }
  .company_p {
    width: 100%;
  }
  .company_p .big {
    margin-bottom: 20px;
  }
  .company_p .big p {
    font-size: 24px;
    margin-top: 40px;
  }
  .company_p .big img {
    width: 100%;
    max-width: 460px;
  }

  /* rel_company.html -------------------------------- */
  .rel_comp {
    width: 100%;
    position: inherit;
  }
  .rel_comp_p {
    width: 100%;
    max-width: 460px;
    margin: 0 auto 20px;
  }
  .rel_comp_name {
    margin-bottom: 0;
  }
  .rel_comp_name.no01 span {
    display: inline-block;
    margin-left: 0;
    margin-top: 5px;
  }
  .rel_comp_name.no02 {
    background: url(../img/rel_logo02.gif) left top 10px / 40px no-repeat;
  }
  .rel_comp_name.no02 span {
    margin-left: 55px;
  }
  .rel_comp_name.no03 span {
    display: inline-block;
    margin-left: 0;
    margin-top: 8px;
    font-size: 19px;
  }
  .rel_comp_p img {
    margin-bottom: 10px;
  }
  .rel_comp_work {
    font-size: 18px !important;
  }

  /* history.html -------------------------------- */
  table.history {
    margin: 30px 0 60px;
  }
  table.history th {
    display: block;
    width: 100%;
    font-size: 20px;
    border-right: none;
    padding: 20px 0 5px;
  }
  table.history td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0 0 20px;
  }
  table.history .row2 span {
    line-height: 1.6;
  }
  table.history .month {
    width: 40px;
  }
  .history_p {
    margin: 10px 0 0;
    display: block;
  }
  .history_p img {
    width: 100%;
  }
  .history_p p {
    line-height: 1.6;
  }
  .history_p .txt {
    margin: 8px 0 0;
    line-height: 1.6;
  }
  .history_p.founder img {
    width: 180px;
  }
  .history_p.founder .txt {
    font-size: 16px;
  }

  /* rec_about01.html -------------------------------- */
  .about_ttl,
  .about_ttl2 {
    font-size: 20px;
  }
  .bg_blue2 {
    margin-top: 0;
  }
  .about_cnp {
    width: 48%;
    margin: 0 13px 13px 0;
  }
  .about_cnp:nth-child(3n) {
    margin-right: 13px;
  }
  .about_cnp:nth-child(2n) {
    margin-right: 0;
  }
  .about_cnp p {
    color: #fff;
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
  }

  /* rec_about02.html -------------------------------- */
  .features {
    width: 100%;
    margin: 15px 0;
  }
  .inagaki_p {
    width: 100%;
    max-width: 460px;
  }
  .features_p {
    width: 100%;
    margin-bottom: 15px;
  }

  /* rec_work.html -------------------------------- */
  .bg_work .container {
    padding: 15px;
  }
  .rec_work {
    width: 100%;
  }
  .rec_work ul {
    font-size: 20px;
    margin-left: 25px;
  }
  .rec_work ul span {
    margin-top: 8px;
  }
  .matsubara_p {
    width: 100%;
    margin: 20px 0 60px;
    max-width: 460px;
  }

  /* rec_career.html -------------------------------- */
  .career_step {
    width: 100%;
    margin: 40px auto;
  }
  .career_step .ilst {
    width: 100%;
  }
  .career_step .ilst img {
    max-width: 200px;
    margin: 0 auto 40px;
  }
  .career_step .career_txt {
    width: 100%;
  }
  .career_step .career_txt p {
    margin-bottom: 15px;
  }
  .frame_blue {
    width: calc(100% - 30px);
    padding: 15px;
  }
  .frame_blue .career_txt {
    width: 100%;
  }
  .frame_blue .career_p {
    width: 100%;
  }
  .career_ttl {
    font-size: 20px;
    line-height: 1.4;
  }

  /* rec_voice.html -------------------------------- */
  .voice_txt {
    width: 100%;
  }
  .voice_ttl {
    font-size: 20px;
  }
  .voice_name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .voice_name span {
    font-size: 14px;
  }
  .voice_p {
    width: 100%;
    max-width: 480px;
    margin: 15px 0 40px;
  }
  .voice_q {
    font-size: 18px;
    font-weight: 500;
  }
  .voice_p.left {
    order: 2;
  }
  .voice_block {
    padding: 4px 0;
  }

  /* rec_faq.html -------------------------------- */
  .rec_faq .question {
    background: rgba(0, 1, 1, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 15px 8px;
  }
  .rec_faq .answer {
    background: #c7e8fa;
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 15px 13px;
  }

  /* rec_request.html -------------------------------- */
  .rec_request_ttl {
    display: block;
    font-size: 20px;
    margin: 30px 0 15px;
  }
  a.rec_request_ttl {
    font-size: 14px;
    text-align: right;
    color: #00b9ef;
    margin: -30px 0 0;
  }
  table.rec_request,
  table.rec_request2 {
    margin-top: 15px;
  }
  table.rec_request tr:first-child {
    display: none;
  }
  table.rec_request th,
  table.rec_request2 th {
    width: calc(100% - 40px);
    display: block;
    padding: 16px 20px 14px;
  }
  table.rec_request td,
  table.rec_request2 td {
    width: calc(100% - 40px);
    display: block;
    padding: 16px 20px 14px;
    border-left: none;
  }
  table.rec_request td:last-child {
    display: none;
  }

  table.rec_flow tr:first-child {
    display: none;
  }
  table.rec_flow tr.allow td {
    font-size: 18px;
  }
  table.rec_flow th {
    width: 18%;
    padding: 14px 0 12px;
    font-size: 14px;
    vertical-align: middle;
  }
  table.rec_flow td {
    padding: 14px 20px 12px;
    font-size: 14px;
    line-height: 1.4;
  }
  table.rec_flow td:last-child {
    display: none;
  }
  table.rec_flow.mid tr:nth-child(n + 7):nth-child(-n + 10) {
    display: none;
  }

  /* recruit.html -------------------------------- */
  .recruit_top h3 {
    font-size: 32px;
  }
  .request {
    width: calc(100% - 30px);
    font-size: 16px;
    margin-top: 80px;
  }
  .recruit_top .btn_detail {
    font-size: 16px;
  }
  .recruit_top .btn_detail a {
    font-size: 14px;
  }
  .rec_item .col2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .rec_item p {
    font-size: 16px;
  }
  .rec_2019_faq,
  .rec_2019_message {
    height: 300px;
    max-width: 600px;
    margin: auto;
  }
  .rec_2019_faq a {
    width: 160px;
    height: 160px;
  }
  .rec_2019_message a {
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.6);
  }
  .btn_request {
    width: 90%;
    margin: 60px auto 40px;
    font-size: 24px;
    /*padding: 12px 0;*/
  }
  .btn_request a {
    font-size: 20px;
  }

  /* support -------------------------------- */
  .support li {
    padding: 15px;
  }
  .support li::before {
    font-size: 24px;
    top: 16px;
  }
  .support p {
    font-size: 18px;
    padding-left: 28px;
  }
  .support a {
    font-size: 12px;
    margin-left: 0;
  }
  .support span {
    font-size: 12px;
    margin-left: 0;
    margin-top: 10px;
  }

  /* technology.html -------------------------------- */
  .tech {
    padding: 20px;
  }
  .tech p {
    font-size: 14px;
    line-height: 1.6;
  }
  .tech_date {
    display: block;
    margin-right: 0;
    font-size: 12px;
  }

  /* contact.html -------------------------------- */
  .contact {
    width: 100%;
  }
  .contact .item {
    font-size: 14px;
  }
  .contact form input[type="text"],
  .contact form input[type="email"],
  .contact form input[type="tel"],
  .contact form textarea {
    font-size: 16px;
  }

  .btn_contact {
    font-size: 18px;
  }
  .contact_comp {
    font-size: 24px;
    margin: 50px 0 10px;
  }
  .contact_tel {
    font-size: 14px;
  }
  .contact_tel span {
    font-size: 20px;
  }

  .contact_thanks span {
    font-size: 16px;
  }

  /* 2020.04.02追記　VH-64型空気圧縮機に関する部品配布とご協?のお願い */
  .parts_supply p {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .parts_supply p.customer {
    margin: 20px 0 30px;
  }
  .parts_supply p.attend {
    font-size: 12px;
  }

  /* 2020.04.13追記　令和2年度の入社式を挙行しました */
  .news_article p {
    line-height: 1.8;
    font-size: 14px;
  }

  .news_article menu li {
    margin-bottom: 10px;
    line-height: 1.2;
    font-size: 14px;
  }

  .arw {
    line-height: 1.6;
    padding-left: 14px;
    font-size: 12px;
  }

  /*==================================================================================
	フッター
	==================================================================================*/
  .foot_nav {
    justify-content: space-between;
  }
  .foot_nav .list {
    margin-bottom: 30px;
  }
  .foot_nav .list:nth-child(odd) {
    width: 43%;
  }
  .foot_nav .list:nth-child(even) {
    width: 53%;
  }
  .copyright {
    font-size: 10px;
    line-height: 1.4;
  }

  /* 製品ページ 追加テキスト -------------------------------- */
  .product_detail .ttl {
    font-size: 20px;
  }
  .product_detail .images {
    margin: 0 auto 40px;
  }
  .product_detail .point {
    width: calc(100% - 30px);
    font-size: 16px;
    padding: 12px 15px;
    line-height: 1.4;
  }

  h4.new::before {
    display: none;
  }
  h4.new::after {
    content: "";
    display: block;
    width: 60px;
    height: 35px;
    background: url(../../img/new.png) center center / contain no-repeat;
    position: relative;
    top: 10px;
    left: 0;
  }
  .product_text.maker p span {
    margin-bottom: 0 !important;
  }
  .product_text.maker.tagic p span::after {
    content: "";
    width: 180px;
    height: 60px;
    position: relative;
    top: 0;
    bottom: -10px;
    left: 0;
    display: block;
  }
}

/*==================================================================================
  formy_form
==================================================================================*/
#formy_form {
  width: 900px;
  margin: 0 auto;
}
#formy_form table {
  width: 100%;
}

#formy_form th,
#formy_form td {
  padding: 1rem;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}
#formy_form td p {
  line-height: 1.4;
}
#formy_form .caution {
  padding-left: 1em;
}
#formy_form .caution > li {
  list-style: initial;
}
@media screen and (max-width: 767px) {
  #formy_form {
    width: 100%;
  }
  #formy_form th,
  #formy_form td {
    width: auto !important;
  }
  #formy_form th,
  #formy_form td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  #formy_form td p {
    font-size: 14px;
  }
}

#formy_form th {
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #formy_form th {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  #formy_form th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 8px;
    white-space: normal;
    font-weight: bold;
  }
  #formy_form .caution {
    padding-left: 14px;
  }
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form table textarea {
  width: 100%;
  border-radius: 0.1875rem;
  vertical-align: bottom;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

#formy_form table input[type="text"],
#formy_form table input[type="email"],
#formy_form table input[type="tel"],
#formy_form table input[type="date"],
#formy_form table input[type="password"],
#formy_form select,
#formy_form textarea {
  margin: 0;
  padding: 0.3125rem 0.9375rem;
  border: 1px solid #ccc;
  font-size: max(14px, 1rem);
  transition: all 0.4s ease-out;
  transition: var(--transit-default);
}

#formy_form textarea {
  height: 6.25rem;
}

#formy_form select {
  height: 2.5rem;
}

#formy_form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#formy_form input:hover {
  opacity: 0.7;
}

#formy_form textarea:hover {
  opacity: 0.7;
}

#formy_form input:focus {
  outline: none;
}

#formy_form .parsley-validated {
  background-color: #eee;
}

#formy_form .parsley-error {
  background-color: #fee;
}

#formy_form .parsley-success {
  background-color: #fff;
  background-color: #fff;
}

.help_text {
  font-size: max(12px, 0.875rem);
  color: #999;
}

.hidden_help {
  display: none;
}

.formy_privacy div {
  overflow-y: scroll;
  height: 8.75rem;
  border: solid 1px #ccc;
  font-size: max(12px, 0.875rem);
  padding: 0.5rem 1rem;
}

.requiredIcon {
  background-color: #f55;
  color: #fff;
  color: #fff;
  margin: 0 0 0 1em;
  font-size: max(10px, 0.75rem);
  padding: 0.125rem 0.3125rem;
  border-radius: 0.1875rem;
  float: right;
}

#formy_btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 2rem;
  text-align: center;
}

#formy_btn input {
  font-size: inherit;
  border: none;
  cursor: pointer;
  color: #fff;
  color: #fff;
  border-radius: 0.1875rem;
  padding: 1rem 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "あおとゴシック M", sans-serif;
  font-family: var(--font-primary);
  transition: all 0.4s ease-out;
  transition: var(--transit-default);
}
#formy_btn input:not(:first-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
}

#formy_form ul li input[type="radio"],
#formy_form ul li input[type="checkbox"] {
  display: none !important;
}

#formy_form ul li label {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  line-height: 1.6;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.4s ease-out;
  transition: var(--transit-default);
}

#formy_form ul li label:hover {
  opacity: 0.7;
}

#formy_form ul li label::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid #788b93;
}

#formy_form ul li input[type="radio"] + label::before {
  border-radius: 0.625rem;
}

#formy_form ul li input[type="radio"]:checked + label,
#formy_form ul li input[type="checkbox"]:checked + label {
  color: #e75f5f;
  font-weight: bold;
}

#formy_form ul li input[type="radio"]:checked + label::before,
#formy_form ul li input[type="checkbox"]:checked + label::before {
  border-color: #e75f5f;
}

#formy_form ul li input[type="radio"]:checked + label::after,
#formy_form ul li input[type="checkbox"]:checked + label::after {
  content: "";
  width: 0.625rem;
  height: 1.125rem;
  top: 0.25rem;
  left: 1.25rem;
  border-right: 2px solid #e75f5f;
  border-bottom: 2px solid #e75f5f;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
}

.formy_confirm {
  background-color: #4dbaff;
}

.formy_submit_disabled {
  background-color: #ccc;
}

#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}

#formy_btn input.autoConfirmBack {
  position: relative;
  background-color: transparent;
  color: #555;
  padding: 0.5rem 1.6875rem;
  min-width: auto;
  font-size: max(13px, 0.9375rem);
  border: 1px solid #aaa;
  border-radius: 2rem;
}

.formy_send {
  background-color: #ff6600;
}

#total_required {
  padding: 1rem;
  color: #f55555;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  #formy_form .confirm-message {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #formy_form td {
    padding-top: 0;
  }
  .autoConfirmBack {
    margin-bottom: 0.5714285714rem;
  }
}

/*==================================================================================
  reserve
==================================================================================*/
.posts-reserve {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.posts-reserve .item {
  width: calc(100% / 4 - (18px * 3 / 4));
  margin-right: 18px;
  margin-bottom: 14px;
}
.posts-reserve .item:nth-child(4n) {
  margin-right: 0;
}
.posts-reserve .item a {
  display: block;
  background-color: #33acd0;
  padding: 16px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/*==================================================================================
  bnr_entry
==================================================================================*/
.bnr_entry {
  position: fixed;
  right: 10px;
  bottom: 21%;
  margin: auto;
  transition: all 0.4s ease-out;
}
.bnr_entry:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .bnr_entry {
    width: 25%;
    right: 10px;
    bottom: 20px;
  }
  .bnr_entry img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================================================================
  support
==================================================================================*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.active {
  display: flex;
}
.modal * {
  box-sizing: border-box;
}
.modal--content {
  position: relative;
}
.modal .close_btn {
  position: absolute;
  top: -32px;
  right: -32px;
  z-index: 99;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(#0067ef, #00b9ef);
  cursor: pointer;
}
.modal .close_btn::before,
.modal .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform-origin: center;
  width: 50%;
  height: 3px;
  background-color: #fff;
}
.modal .close_btn::before {
  rotate: 45deg;
}
.modal .close_btn::after {
  rotate: -45deg;
}

@media screen and (max-width: 767px) {
  .modal .close_btn {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}

/* カスタム投稿「サポート」一覧 */
.support_post {
  width: 30%;
}
.certification_modal .none {
  display: none !important;
}
.certification_modal--content {
  min-width: 400px;
  min-height: 240px;
  padding: 64px;
  background-color: #fff;
  box-sizing: border-box;
}
.certification_modal--form {
  row-gap: 24px;
}
.certification_modal--label {
  font-size: 24px;
  font-weight: 700;
}
.certification_modal--input {
  width: 200px;
  height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  border: 2px solid #c6c6c6;
  border-radius: 4px;
}
.certification_modal--btn {
  padding: 10px 40px;
  min-width: 200px;
  font-size: 18px;
  background-color: #c6c6c6;
  border-radius: 99px;
  transition: all 0.4s ease-out;
}
.certification_modal--btn:hover {
  opacity: 0.7;
}
.certification_modal--btn.none {
  display: none;
}
.certification_modal--error {
  display: none;
  font-size: 14px;
  color: #ff0000;
}
.certification_modal--error span {
  display: block;
  margin-bottom: 8px;
}
#certification_modal_error01.block,
#certification_modal_error02.block {
  display: block;
}
#certification_modal_error02 {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .support_post .modal_btn span {
    margin-left: auto;
    margin-right: auto;
  }
  .certification_modal--content {
    width: 86%;
    min-width: inherit;
    max-width: 400px;
    padding: 40px;
  }
  .certification_modal--error {
    font-size: 14px;
  }
}

/* カスタム投稿「サポート」詳細 */
.form_modal--wrap {
  width: 100%;
  height: 100%;
  max-height: 90vh;
  padding: 40px;
  background-color: #fff;
  overflow: scroll;
}
.form_modal--wrap .form_modal--ttlarea {
  margin-bottom: 56px;
}
.support_file--list {
  row-gap: 20px;
}
.support_file--item .modal_btn {
  margin-bottom: 0 !important;
}
.support_file--item .modal_btn span {
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 320px;
}
.support_file--item.done .modal_btn {
  display: none;
}
.support_file--item .download_btn {
  display: none;
}
.support_file--item.done .download_btn {
  display: block;
}
.support_file--item .download_btn a {
  background-color: #00b9ef;
}
.support_file--item .formy_form input[name="serial-num"] {
  background-color: #eee;
  pointer-events: none;
}
.support_file--list + .archive_txt {
  margin-top: 80px;
}
.archive_txt a {
  color: #00b9ef;
  text-decoration: underline;
}
.archive_txt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .form_modal--content {
    width: 86%;
  }
  .form_modal--wrap {
    max-height: 80vh;
    padding: 32px 24px;
  }
  .form_modal--wrap .form_modal--ttlarea {
    margin-bottom: 28px;
  }
  .form_modal--ttl {
    font-size: 24px;
  }
  .certification_modal--error {
    font-size: 14px;
  }
  .support_file--item .modal_btn span {
    width: calc(100% - 80px);
    min-width: inherit;
  }
}

/*==================================================================================
  contactform7
==================================================================================*/
.formy_confirm,
.wpcf7-confirm {
  background-color: #4dbaff;
}
.formy_submit_disabled {
  background-color: #ccc;
}
#formy_btn .formy_submit_disabled:hover {
  opacity: 1;
  cursor: default;
}
.autoConfirmBack,
.wpcf7-back {
  background-color: #aaa;
}
.formy_send,
.wpcf7-submit {
  background-color: #ff6600;
}
#total_required {
  padding: 16px;
  color: #f55555;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  display: inline;
}
.wpcf7c-conf {
  background-color: transparent;
  border: 0 !important;
}
.wpcf7c-conf[type="checkbox"]:checked + input[type="hidden"] + label,
.wpcf7c-conf[type="radio"]:checked + input[type="hidden"] + label {
  padding-left: 15px !important;
  color: #333 !important;
}
.wpcf7c-conf[type="checkbox"]:checked + input[type="hidden"] + label::before,
.wpcf7c-conf[type="checkbox"]:checked + input[type="hidden"] + label::after,
.wpcf7c-conf[type="checkbox"] + label,
.wpcf7c-conf[type="radio"]:checked + input[type="hidden"] + label::before,
.wpcf7c-conf[type="radio"]:checked + input[type="hidden"] + label::after,
.wpcf7c-conf[type="radio"] + label {
  display: none !important;
}
.wpcf7-spinner {
  display: block;
  margin: 16px auto;
}

@media print, screen and (min-width: 768px) {
  #formy_btn .wpcf7-form-control:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .autoConfirmBack,
  #formy_btn .wpcf7-form-control:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* リキャプチャ・キャプション
**************************************** */
.grecaptcha-badge {
  visibility: hidden;
}
.recaptcha_policy {
  padding: 0;
  margin-top: 2rem;
  color: #333;
  font-size: 0.625rem; /* 10px */
  text-align: center;
  letter-spacing: 0;
}
.recaptcha_policy a {
  color: #69abdb;
  font-size: 0.75rem; /* 12px */
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recaptcha_policy {
    text-align: left;
  }
}
