@charset "UTF-8";
/*--------------------------------------------------------------
	margin
----------------------------------------------------------------*/
.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

/* padding */
.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

#product {
  /*------------------------------------------------------
  	幅
  --------------------------------------------------------*/
}
#product .main-v {
  background: url("../img/product/main-v.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  height: 250px;
  margin: 100px 0 80px;
}
#product .main-v .main-v-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#product .main-v .main-v-in h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  #product .main-v {
    height: 150px !important;
    margin: 60px 0 60px !important;
  }
  #product .main-v .main-v-in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
#product .sec-in {
  max-width: 1000px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 0 80px;
}
@media only screen and (max-width: 1024px) {
  #product .sec-in {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #product .sec-in {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0 20px 50px;
  }
}
#product .sec01 .tab {
  border-bottom: 2px solid #07689f;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
#product .sec01 .tab li {
  color: #333;
  width: 50%;
  text-align: center;
  padding: 15px 20px 11px;
  background: #ddd;
  cursor: pointer;
  color: #888;
  list-style: none;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab li {
    padding: 15px 10px 11px;
  }
}
#product .sec01 .tab li.active {
  color: #fff;
  background: #07689f;
  cursor: auto;
}
#product .sec01 .tab-area .navi-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab-area .navi-list {
    justify-content: space-between;
  }
}
#product .sec01 .tab-area .navi-list li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab-area .navi-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
#product .sec01 .tab-area .navi-list li a {
  text-align: center;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #222;
  border: 2px solid #ddd;
  transition: 0.2s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab-area .navi-list li a {
    font-size: 12px;
    font-size: 3.2vw;
    padding-left: 15px;
    text-align: left;
    line-height: 1.4em;
  }
}
#product .sec01 .tab-area .navi-list li a:hover {
  background: #07689f;
  color: #fff;
  border: 2px solid #07689f;
}
#product .sec01 .tab-area .navi-list li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#product .sec01 .tab-area .navi-list li a:after {
  content: "";
  display: block;
  transition: 0.2s;
  position: absolute;
  width: 11px;
  height: 11px;
  background-size: contain;
  vertical-align: middle;
  right: 20px;
  top: calc(50% - 5.5px);
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(135deg);
}
#product .sec01 .tab-area .navi-list li:nth-child(4), #product .sec01 .tab-area .navi-list li:nth-child(8) {
  margin-right: 0;
}
#product .sec01 .tab-area .navi-list li .txt-s {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab-area .navi-list li .txt-s {
    margin-left: -9px;
  }
}
#product .sec01 .tab-area .tab-area-list {
  display: none;
}
#product .sec01 .tab-area .show {
  display: block;
}
#product .sec01 .tab-area-sec {
  margin-bottom: 40px;
}
#product .sec01 .tab-area-sec h3 {
  padding: 0.5em 1em;
  color: #222;
  background: #f6f6f6;
  border-left: solid 5px #07689f;
  margin-bottom: 40px;
  font-size: 22px;
}
#product .sec01 .tab-area-sec .item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product .sec01 .tab-area-sec .item-list::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}
#product .sec01 .tab-area-sec .item-list li {
  width: 31%;
  box-shadow: 0 0 10px 2px #eee;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #product .sec01 .tab-area-sec .item-list li {
    width: 100%;
  }
}
#product .sec01 .tab-area-sec .item-list li .item-list-in {
  padding: 20px;
}
#product .sec01 .tab-area-sec .item-list li .item-list-in h4 {
  font-size: 18px;
  margin: 10px 0 0;
}
#product .sec01 .tab-area-sec .item-list li img {
  width: 100%;
}

.main-v {
  background: url("https://placehold.jp/1500x500.png") no-repeat center;
  background-size: cover;
  height: 500px;
}
.main-v .main-v-in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.sec-about dl {
  display: flex;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.sec-about dl dt {
  width: 15%;
  padding: 25px 0;
}
.sec-about dl dd {
  width: 80%;
  padding: 25px 0;
}
.sec-about dl dd .wd140 {
  width: 140px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .sec-about dl dd .wd140 {
    display: block;
    width: auto;
  }
}

.item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto;
  width: 930px;
}
.item-box li {
  width: 48%;
}
.item-box li iframe {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 767px) {
  .item-box {
    width: 100%;
  }
  .item-box li {
    width: 100%;
  }
  .item-box li:first-child {
    margin-bottom: 20px;
  }
}

#brand h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 30px;
}
#brand h3 img:nth-of-type(1) {
  width: 165px;
}
#brand h3 img:nth-of-type(2) {
  width: 410px;
}
#brand li {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #brand h3 {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 20px;
  }
  #brand h3 img:nth-of-type(1) {
    width: 80px;
  }
  #brand h3 img:nth-of-type(2) {
    width: 200px;
  }
}

/*------------------------------------------------------
  HTML Element
  ------------------------------------------------------*/
html {
  font: 300 62.5%/2 "Noto Sans JP", sans-serif;
}

body {
  font-size: 1.6rem;
  font-family: inherit;
  color: #626262;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

a,
abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
label,
legend,
li,
main,
mark,
nav,
ol,
p,
pre,
q,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  margin-bottom: 30px;
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  background: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dd,
dl,
dt {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.slick-slide img {
  width: 100% !important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.clearfix:after,
[class*=-inner]:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body,
html {
  height: 100%;
}

/*
[class*='-inner'] {
    width: 1140px;
    margin: auto;
}*/
.inner {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
}

.mw100 {
  max-width: 100%;
}

.tt-u {
  text-transform: uppercase;
}

.no-marker {
  list-style-type: none;
}

.inner {
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
}

.content-header-blue,
.content-header-white {
  margin-bottom: 40px;
  padding-bottom: 33px;
  text-align: center;
  font: normal 4.2rem/1.5 Hannari, serif;
}

.content-header-blue {
  background: transparent url("../img/bg_content_header_blue.png") center bottom no-repeat;
  color: #07689f;
}

.content-header-white {
  background: transparent url("../img/bg_content_header_white.png") center bottom no-repeat;
  color: #fff;
}

.ta-c {
  text-align: center;
}

.txtblock {
  width: 70%;
  text-align: left;
  margin: 0 auto;
}

.m_b40 {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  z-index: 10010;
  border-bottom: 1px solid #ebebeb;
}

.header-inner {
  /*  padding: 20px 0;*/
}

.header-inner .site-logo {
  padding: 34px 20px;
  /*width: 280px;*/
  width: 340px;
}

.header-inner .site-logo a {
  display: block;
  line-height: 1.2;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  color: #07689f;
}

/*--------------------------------------------------------------
# main-navigation
--------------------------------------------------------------*/
.main-navigation li {
  float: left;
  border-left: 1px solid #e1e1e1;
  /*    margin-right: 45px;*/
}

.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation .page-header-nav-tel {
  width: 270px;
  border-left: none;
}

#menu a {
  display: block;
  padding: 34px 20px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

#menu .current,
#menu a:hover,
#menu a:hover > span {
  color: #67bae9;
}

/*------------------------------------
# header tel
--------------------------------------*/
.page-header-nav-tel a {
  padding: 26px 0 !important;
  background-color: #07689f;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
}

.page-header-nav-tel a:active,
.page-header-nav-tel a:hover {
  color: #fff;
}

.page-header-nav-tel a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: transparent url("../img/icon_tel_28x29.png") center center/cover no-repeat;
  /*vertical-align: top;*/
}

.page-header-nav-tel a span {
  font-size: 1.4rem;
  font-weight: 400;
}

/*------------------------------------------------------
  Greeting
  ------------------------------------------------------*/
.top-greeting {
  margin-bottom: 75px;
  font-size: 0.9em;
}

.top-greeting hr {
  width: 40px;
  height: 1px;
  margin: 40px auto;
  border: none;
  background: #fff repeating-linear-gradient(to right, #9d9d9d 0px, #9d9d9d 1px, #fff 1px, #fff 3px, #9d9d9d 3px, #9d9d9d 4px) center center repeat-x;
}

/*------------------------------------------------------
  main-v
  ------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .jumbotron {
    margin-top: 60px;
  }
}

/*------------------------------------------------------
  Company
  ------------------------------------------------------*/
.top-company {
  margin-bottom: 80px !important;
}
.top-company.inner {
  width: calc(100% - 100px);
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .top-company.inner {
    width: 95%;
    margin: auto;
  }
}

.top-company-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-company-info-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.top-company-info-table td,
.top-company-info-table th {
  padding: 9px 0;
  text-align: center;
}

.top-company-info-table th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.top-company-info-table td {
  border-right: 1px solid #c5e4ed;
  border-bottom: 1px solid #c5e4ed;
}

.top-company-info-table tr th:nth-of-type(1) {
  width: 190px;
  background-color: #469aca;
  font-weight: 400;
}

.top-company-info-table tr th:nth-of-type(2) {
  background-color: #77c0df;
  font-weight: 700;
}

.top-company-info-table tr th:nth-of-type(3) {
  background-color: #7ccddf;
  font-weight: 700;
}

.top-company-info-table ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.top-company-info-table ul li {
  margin: 0 20px;
}

.top-company-info-table ul img {
  margin-right: 15px;
  vertical-align: sub;
}

/*- added - */
.top-company-info-map-1clm {
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.top-company-info-map {
  width: calc(50% - 40px);
  margin-bottom: 40px;
}

.top-company-info-map div {
  position: relative;
  padding-top: 88%;
}

.top-company-info-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.top-company-info-merchandise {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - 40px);
  padding: 0 29px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.top-company-info-merchandise dt {
  width: 100%;
  margin-bottom: 22px;
  border-bottom: 1px dotted #83b3cf;
  text-align: center;
  font-size: 2.6rem;
  font-family: "Hannnari", serif;
  color: #07689f;
}

.top-company-info-merchandise dd {
  width: 32.5%;
}

.top-company-info-merchandise ul {
  padding-left: 2.4rem;
}

.top-company-info-merchandise p {
  margin-bottom: 0;
}

/*------------------------------------------------------
  Base
  ------------------------------------------------------*/
.top-base {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .top-base {
    margin-bottom: 40px !important;
  }
}

.top-base ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /*margin-right: -30px;*/
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .top-base ul {
    margin-right: 0;
  }
}

.top-base ul li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .top-base ul li {
    width: 100%;
    margin: 0 auto 25px;
  }
  .top-base ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
  }
}
.top-base ul li .base-map-btn {
  display: inline-block;
  padding: 8px 20px;
  margin-top: 20px;
  border-radius: calc(4px + 0.6rem);
  background-color: #e54b2f;
  vertical-align: middle;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.top-base ul li .address {
  line-height: 1.6em;
  margin: 7px 0;
}
.top-base ul li h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .top-base ul li h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.top-base ul li img {
  width: 100%;
}

/*------------------------------------------------------
  History
  ------------------------------------------------------*/
.top-history {
  margin-bottom: 60px;
  padding: 70px 0 80px;
  background: transparent url("../img/bg_top_history.jpg") center center/cover no-repeat;
}

.top-history dl {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
}

.top-history dt {
  position: relative;
  width: 190px;
  padding-bottom: 20px;
  padding-left: 25px;
  text-align: left;
  font-weight: bold;
  color: #07689f;
}

.top-history dt::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #ff9090;
}

.top-history dt:first-of-type::before {
  top: auto;
  bottom: 0;
  height: calc(100% - 10px);
}

.top-history dt:last-of-type::before {
  height: 16px;
}

.top-history dt::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -6px;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #ff9090;
  border-radius: 50%;
  background-color: #fff;
}

.top-history dd {
  width: calc(100% - 275px);
  padding-bottom: 20px;
  padding-left: 56px;
}

.top-history dd:last-of-type,
.top-history dt:last-of-type {
  padding-bottom: 0;
}

/*------------------------------------------------------
   Products
  ------------------------------------------------------*/
.top-products {
  margin-bottom: 80px;
}

.top-equipment ul,
.top-products ul {
  display: flex;
  justify-content: space-between;
}

.top-products ul ul {
  display: block;
  padding-left: 20px;
  list-style-type: disc;
}

.top-products ul ul li {
  width: 100%;
}

.product-detail {
  padding: 10px;
}

.product-detail dt {
  display: inline-block;
  border-bottom: 2px solid #dedede;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #07689f;
}

.top-equipment li,
.top-products li {
  width: 31.6%;
}

.top-products-table {
  margin: 0 0 0 10px;
  padding: 0;
}

/*------------------------------------------------------
  Equipment
  ------------------------------------------------------*/
.top-equipment {
  margin-bottom: 70px;
  padding: 70px 0 80px;
  background: transparent url("../img/bg_top_equpment.jpg") top center/cover no-repeat;
}

.top-equipment p {
  margin-bottom: 60px;
  text-align: center;
}

.top-equipment-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #fff;
}

.top-equipment-table h3 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.top-equipment-table table {
  width: 40.8%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ff9090;
}

.top-equipment-table table + table {
  margin-left: 5.2%;
}

.top-equipment-table td,
.top-equipment-table th {
  padding: 15px 30px;
  text-align: left;
}

.top-equipment-table th {
  color: #fff;
}

.top-equipment-table tr th:nth-of-type(1) {
  border-right: 1px solid #fff;
  background-color: #ff9090;
}

.top-equipment-table tr th:nth-of-type(2) {
  width: 160px;
  background-color: #ff9989;
}

.top-equipment-table td {
  border: 1px solid #ff9090;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-detail {
  width: 80%;
  height: 150px;
  margin: 20px auto 70px;
  font-size: 0.6em;
  line-height: 1.8;
  background-color: #f2f2f2;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
}

#contact .table {
  width: 80%;
  margin: 0 auto;
}

.contact-inner .table tr th {
  width: 40%;
}

.contact-inner input[type=text],
.contact-inner textarea {
  width: 500px;
  padding-left: 3px;
}

.form-btn a {
  padding: 14px 64px;
  background: #d08f3f;
  color: #fff;
  display: block;
}

.contact-inner input[type=submit] {
  border: none;
  box-shadow: none;
  padding: 14px 64px;
  background: #d08f3f;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
}

.contact-inner .form-btn {
  display: table;
  margin: 0 auto 50px;
  text-align: center;
}

.contact-inner .form-btn li {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}

/*
.form-page,
.form-page #contact {
    height: 100%;
}
*/
.form-page .table {
  margin: 0 auto 50px;
}

.form-page .table tr td,
.form-page .table tr th {
  border-bottom: 1px solid #ccc;
}

/*------------------------------------------------------
  Footer
  ------------------------------------------------------*/
.page-footer {
  padding: 40px 0 10px;
  background-color: #07689f;
  color: #fff;
}

.page-footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1540px;
}

.page-footer-logo {
  width: 320px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
}

.page-footer-logo span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.14rem;
  color: #87c8ed;
}

.page-footer-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 425px);
}

.page-footer-info dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.page-footer-info dt {
  width: 240px;
  margin-right: 16px;
  padding: 12px 0;
  border: 1px solid #fff;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.page-footer-info dl:nth-of-type(1) dt {
  width: 52px;
}

.page-footer-info dl:nth-of-type(1) dd {
  width: 365px;
}

.page-footer-info dl:nth-of-type(2) dd {
  width: 535px;
}

.page-footer-info dl:nth-of-type(3) ul {
  padding-left: 24px;
}

.page-footer-info ul {
  margin-left: 20px;
}

.page-footer-info a {
  text-decoration: underline;
  color: #fff;
}

.page-footer-info a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# top btn
--------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 100%;
}

#page-top a {
  background: #FFFFFF;
  border: 1px solid #07689f;
  text-decoration: none;
  color: #07689f;
  width: 60px;
  height: 60px;
  padding: 15px 20px 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 10px;
  line-height: 11px;
  transition: 0.3s;
}

#page-top i {
  display: block;
  font-style: normal;
}

#page-top a:hover {
  text-decoration: none;
  color: #999;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
#contact {
  margin-bottom: 100px;
}

.contact-info {
  margin-bottom: 25px;
  font-size: 15px;
}

.contact-detail {
  background-color: #f2f2f2;
  padding: 20px;
  overflow: scroll;
  overflow-x: hidden;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#contact .table {
  width: 80%;
  margin: 0 auto;
}

#contact .table tr th {
  width: 30%;
}

#contact .table tr td {
  padding: 10px;
}

#contact input[type=text],
#contact textarea {
  width: 70%;
  padding: 6px;
}

.form-btn a {
  padding: 7px 64px;
  background: #398cbe;
  color: #fff;
  text-decoration: none;
  display: block;
}

#contact input[type=submit] {
  border: none;
  box-shadow: none;
  padding: 14px 64px;
  background: #12699d;
  color: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

#contact .form-btn {
  display: table;
  margin: 0 auto 30px;
  text-align: center;
}

#contact .form-btn li {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}

.footer-adj{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;  
}
/*--------------------------------------------------------------
# site-catch
--------------------------------------------------------------*/
.site-catch {
  padding: 50px 0;
  background: #77c0df;
  text-align: center;
  color: #ebebeb;
  margin-bottom: 80px;
}

.site-catch .site-catch-inner {
  width: 1140px;
  margin: 0 auto;
}

.site-catch h2 {
  display: inline-block;
  margin-bottom: 50px;
  padding: 5px 14px;
  font-weight: bold;
  font-size: 34px;
}

.site-catch ul {
  margin-bottom: 50px;
}

.site-catch ul.catch-txt {
  margin-bottom: 50px;
}

.site-catch ul.catch-txt li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 14px;
  font-size: 22px;
}

.catch-img-list li {
  float: left;
  width: 175px;
  margin-right: 18px;
}

.catch-img-list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .header-inner .site-logo {
    padding: 25px 10px;
  }
  .header-inner .site-logo a {
    font-size: 1.5rem;
  }
  .page-header-nav-tel a {
    padding: 25px 0 !important;
    font-size: 1.6rem;
  }
  #menu a {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 769px) {
  /*--------------------------------------------------------------
  # site-catch
  --------------------------------------------------------------*/
  .site-catch {
    padding: 25px 0;
    text-align: center;
    margin-bottom: 60px;
  }
  .site-catch .site-catch-inner {
    width: 100%;
    padding: 0 20px;
  }
  .site-catch h2 {
    display: inline-block;
    margin-bottom: 25px;
    padding: 6px 10px;
    font-size: 16px;
  }
  .site-catch ul {
    margin-bottom: 0;
  }
  .site-catch ul.catch-txt {
    margin-bottom: 25px;
  }
  .site-catch ul.catch-txt li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .catch-img-list li {
    float: left;
    width: 30%;
    margin: 0 5% 10px 0;
  }
  .catch-img-list li:last-child,
  .catch-img-list li:nth-child(3n) {
    margin-right: 0;
  }
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  html {
    font-size: 87.5%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .fl,
  .fr {
    float: none;
  }
  /*--------------------------------------------------------------
  # ham
  --------------------------------------------------------------*/
  .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    width: 20%;
    height: 60px;
  }
  .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .hamburger-inner,
  .hamburger-inner::after,
  .hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #07689f;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .hamburger-inner::after,
  .hamburger-inner::before {
    content: "";
    display: block;
  }
  .hamburger-inner::before {
    top: -10px;
  }
  .hamburger-inner::after {
    bottom: -10px;
  }
  /*
   * Spin
   */
  .hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .is-active .hamburger--spin .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-active .hamburger--spin .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  }
  .is-active .hamburger--spin .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /*--------------------------------------------------------------
  # top btn
  --------------------------------------------------------------*/
  #page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 100%;
  }
  #page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 9px;
  }
  #page-top i {
    display: block;
    font-style: normal;
  }
  #page-top a:hover {
    text-decoration: none;
    background: #999;
    color: #fff;
  }
  /*--------------------------------------------------------------
  # header
  --------------------------------------------------------------*/
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 10020;
  }
  .header-inner {
    width: 100%;
    padding: 0;
  }
  .header-inner .site-logo {
    width: 50%;
    position: absolute;
    top: -6px;
  }
  .header-inner .site-logo a {
    font-size: 1.5rem;
  }
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  body,
  html {
    height: 100%;
  }
  .inner {
    width: 95%;
    margin: auto;
  }
  .content-header-blue,
  .content-header-white {
    margin-bottom: 40px;
    padding-bottom: 33px;
    text-align: center;
    font: normal 2rem/1 Hannari, serif;
  }
  .txtblock {
    width: 100%;
  }
  /*------------------------------------------------------
  Greeting
  ------------------------------------------------------*/
  .top-greeting {
    margin-bottom: 75px;
  }
  .top-greeting p {
    font-size: 0.9em;
  }
  /*------------------------------------------------------
  Company
  ------------------------------------------------------*/
  .top-company-info-table {
    font-size: 0.8em;
  }
  .top-company-info-table tr th:nth-of-type(1) {
    width: 100px;
  }
  .top-company-info-map-1clm {
    width: 100%;
  }
  /*------------------------------------------------------
  History
  ------------------------------------------------------*/
  .top-history {
    margin-bottom: 60px;
    padding: 50px 0 40px;
  }
  .top-history dl {
    padding: 0;
  }
  .top-history dt {
    padding: 10px 0 0 10px;
    position: relative;
    width: 22%;
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .top-history dd {
    width: 78%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
  }
  .top-history dd:last-of-type,
  .top-history dt:last-of-type {
    padding-bottom: 30px;
  }
  /*------------------------------------------------------
     Products
    ------------------------------------------------------*/
  .top-products p {
    font-size: 0.8em;
  }
  .top-equipment ul,
  .top-products ul {
    display: block;
    width: 100%;
  }
  .top-products ul ul li {
    width: 100%;
  }
  .product-detail {
    width: 100%;
    padding: 10px;
  }
  .product-detail dt {
    display: block;
  }
  .top-equipment li,
  .top-products li {
    width: 100%;
    font-size: 0.8em;
  }
  .top-products-table {
    margin: 0 0 0 10px;
    padding: 0;
  }
  /*------------------------------------------------------
  	  Equipment
  	  ------------------------------------------------------*/
  .top-equipment {
    padding: 40px 0 50px;
  }
  .top-equipment p {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
  .top-equipment-table {
    display: block;
    margin-bottom: 30px;
    padding: 20px 0;
    background-color: #fff;
  }
  .top-equipment-table h3 {
    font-size: 1em;
  }
  .top-equipment-table table {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-equipment-table table + table {
    margin-left: 0;
  }
  .top-equipment-table td,
  .top-equipment-table th {
    padding: 5px 10px;
    font-size: 0.8em;
  }
  /*-----------------------------------	------------
  	# contact
  	----------------------------------------------------*/
  #contact {
    margin-bottom: 80px;
  }
  #contact .txtblock {
    font-size: 0.8em;
  }
  .contact-detail {
    width: 100%;
    padding: 10px;
  }
  #contact .table {
    width: 100%;
  }
  #contact .table tr th {
    font-size: 0.6em;
    padding-top: 10px;
    text-align: left;
    line-height: 1.7em;
  }
  #contact .table tr td {
    padding: 6px;
  }
  #contact input[type=text],
  #contact textarea {
    border: 1px solid #CCC;
    width: 100%;
    padding: 4px;
  }
  .form-btn a {
    padding: 4px 19px;
    font-size: 0.8em;
  }
  #contact input[type=submit] {
    padding: 9px 32px;
  }
  #contact .form-btn {
    margin: 0 auto 20px;
  }
  /*--------------------------------------------------------------
  # footer
  --------------------------------------------------------------*/
  .page-footer {
    width: 100%;
    padding: 40px 0;
  }
  .page-footer .inner {
    display: block;
  }
  .page-footer-logo {
    width: 80%;
    margin: 0 auto;
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .page-footer-info {
    padding: 0 20px;
    width: 100%;
    font-size: 1rem;
  }
  .page-footer-info dl {
    display: block;
  }
  .page-footer-info dt {
    font-size: 1rem;
    padding: 10px;
  }
  .footer-inner {
    width: 100%;
    padding: 0;
  }
  .footer-inner ul li {
    float: left;
    width: 100%;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 8px;
  }
  .footer-inner ul li a {
    display: block;
    font-size: 13px;
  }
  .footer-inner .copy {
    text-align: center;
    font-size: 11px;
    padding: 15px 0;
  }
  /*--------------------------------------------------------------
  # main-navigation
  --------------------------------------------------------------*/
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 60px auto 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
  }
  .is-active .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 10010;
  }
  .main-navigation li {
    float: none;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
  }
  .main-navigation li:last-child {
    margin-right: 0;
  }
  .main-navigation .page-header-nav-tel {
    width: 100%;
    border-left: none;
  }
  #menu a {
    display: block;
    padding: 8px 0;
    font-size: 22px;
    transition: 0.3s;
  }
  #menu a span {
    display: block;
    font-size: 12px;
    line-height: 0.8;
    text-align: center;
    transition: 0.3s;
  }
  /*--------------------------------------------------------------
  # site-catch
  --------------------------------------------------------------*/
  .site-catch {
    padding: 25px 0;
    text-align: center;
  }
  .site-catch h2 {
    display: inline-block;
    margin-bottom: 25px;
    padding: 6px 10px;
    font-size: 16px;
  }
  .site-catch ul.catch-txt {
    margin-bottom: 25px;
  }
  .site-catch ul.catch-txt li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 14px;
  }
  .catch-img-list li {
    float: left;
    width: 30%;
    margin: 0 5% 10px 0;
  }
  .catch-img-list li:last-child,
  .catch-img-list li:nth-child(3n) {
    margin-right: 0;
  }
  /*--------------------------------------------------------------
  # page-ttl
  --------------------------------------------------------------*/
  .page-ttl {
    padding: 10px 0;
    height: 125px;
  }
  .page-ttl .ttl {
    font-weight: bold;
    font-size: 22px;
  }
  .page-ttl .ttl:after,
  .page-ttl .ttl:before {
    width: 30%;
  }
  .page-ttl .ttl > span {
    font-size: 14px;
  }
  .table {
    width: 100%;
  }
  .table tr td,
  .table tr th {
    padding: 0.25em 0.5em;
    vertical-align: top;
  }
  .table tr th {
    width: 35%;
    text-align: right;
  }
  /*--------------------------------------------------------------
  # company
  --------------------------------------------------------------*/
  .company-inner {
    padding: 10px 0;
  }
  .company-inner .fl,
  .company-inner .fr {
    width: 100%;
    margin: 0 auto;
  }
  /*--------------------------------------------------------------
  # company
  --------------------------------------------------------------*/
  .buisiness-inner {
    padding: 10px 0;
  }
  #buisiness .page-ttl {
    margin-bottom: 15px;
  }
  .buisiness-inner ul li {
    float: left;
    width: 48.5%;
    margin: 0 2.5% 25px 0;
  }
  .buisiness-inner ul li:nth-child(2n) {
    margin: 0 auto 25px;
  }
  .buisiness-inner h3.sub-ttl {
    margin-bottom: 15px;
    background: url("../img/point.gif") no-repeat left center;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
  }
  .buisiness-inner .table tr th {
    width: 182px;
  }
  .company-inner .table {
    margin-bottom: 25px;
  }
  .company-list-ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  .company-list {
    padding: 10px 0;
    border-top: 1px solid #e4dfd6;
    border-bottom: 1px solid #e4dfd6;
  }
  .company-list li {
    float: left;
    width: 48.5%;
    margin: 0 2.5% 10px 0;
    text-align: center;
  }
  .company-list li:nth-child(2),
  .company-list li:nth-child(5) {
    margin: 0 2.5% 10px 0;
  }
  .company-list li:nth-child(2n) {
    margin-right: 0;
  }
  /*--------------------------------------------------------------
  }
  # access
  --------------------------------------------------------------*/
  .access-inner {
    padding: 10px 0;
  }
  .map-area {
    margin-bottom: 10px;
  }
  .map-area iframe {
    width: 100%;
    height: 320px;
    margin: 0 auto;
  }
  .map-info ul {
    float: right;
    text-align: right;
  }
  /* end sp */
}