@charset "UTF-8";
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

ul, li, a {
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  height: 100vh;
  background: white;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

.box {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
  -webkit-overflow-scrolling: touch;
}

.main_child {
  margin-top: 30px;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_box {
    padding-top: 15px;
    align-items: flex-start;
  }
}
.header_box nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: baseline;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  .header_box nav ul {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    background: white;
    width: 70%;
    z-index: 98;
  }
}
.header_box nav ul li {
  color: #0080C2;
  font-weight: bold;
  font-size: 20px;
  margin: 25px 15px;
}
.header_box nav ul li a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header_box nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0080C2;
  transition: width 0.3s;
}
.header_box nav ul li a:hover::after {
  width: 100%;
}

.contact_btn:hover::after {
  width: none;
}

.contact_biz {
  color: white;
  background: #e2801e;
  padding: 10px 20px;
}

.contact_btn {
  margin-right: 0 !important;
}

footer {
  position: sticky;
  top: calc(100vh - 74px);
  width: 100%;
  text-align: center;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  background: #87a0a5;
  justify-content: center;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  footer ul {
    padding: 15px;
    margin: auto;
    display: block;
    text-align: left;
  }
}
footer ul li {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 15px;
}
footer ul li::before {
  content: ">";
  color: white;
  margin-right: 5px;
  font-weight: bold;
}
footer p {
  color: #87a0a5;
  font-size: 16px;
}

.top_header {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .top_header {
    display: block;
  }
}
.top_header h1 {
  color: #0080C2;
  font-size: clamp(16px, 2.5vw, 30px);
  -webkit-text-size-adjust: 100%;
}
.top_header .company_name {
  font-size: clamp(25px, 5vw, 60px);
  -webkit-text-size-adjust: 100%;
}

.main {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.top_header_blueline {
  background: #0080C2;
  color: white;
}
.top_header_blueline h2 {
  font-size: clamp(16px, 2.5vw, 25px);
  padding: 5px 0;
  -webkit-text-size-adjust: 100%;
}

.top_kv {
  width: 90%;
  max-width: 1500px;
  position: relative;
  z-index: 2;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .top_kv {
    position: static;
    transform: none;
    margin: 30px auto;
  }
}
.top_kv img {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.company_policy,
.ceo {
  margin-bottom: 50px;
  max-width: 1000px;
}
.company_policy h2,
.ceo h2 {
  color: #0080C2;
  font-size: 34px;
  margin-bottom: 15px;
  -webkit-text-size-adjust: 100%;
}
.company_policy p,
.ceo p {
  line-height: 1.8em;
}

.company_info,
.company_history,
.contact,
.accessmap,
.products {
  margin-bottom: 50px;
}
.company_info h2,
.company_history h2,
.contact h2,
.accessmap h2,
.products h2 {
  color: #0080C2;
  font-size: 34px;
  margin-bottom: 15px;
  -webkit-text-size-adjust: 100%;
}
.company_info p,
.company_history p,
.contact p,
.accessmap p,
.products p {
  line-height: 1.8em;
}

.company_info_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .company_info_box {
    display: block;
  }
}
.company_info_box div {
  max-width: 700px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .company_info_box div {
    margin-right: 0;
  }
}
.company_info_box p {
  margin-bottom: 15px;
}
.company_info_box picture {
  flex-shrink: 0;
}
.company_info_box picture img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  -webkit-overflow-scrolling: touch;
}

td {
  padding: 10px 25px;
  border: solid 2px #0080C2;
}

.history_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.history_column {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 400px;
  height: 100vh;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .history_column {
    width: 90%;
    max-width: 100%;
    margin-right: 0;
  }
}

.arrow-band {
  position: relative;
  height: 50px;
  background: #859EA3;
}

.arrow-band::before {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: #859EA3 #859EA3 #859EA3 transparent;
  transform: translateY(-50%);
}

.arrow-band::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #859EA3;
  transform: translateY(-50%);
}

.history_detail_box {
  position: relative;
  padding: 25px 20px;
  border-left: #859ea3 solid 2px;
  height: 90%;
  max-height: 300px;
}
@media screen and (max-width: 768px) {
  .history_detail_box {
    max-height: 90%;
  }
}
.history_detail_box::after {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #859EA3;
  border-radius: 50%;
}

.yearb, .yearg {
  width: 150px;
  height: 150px;
  background: #0080C2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: white solid 5px;
  position: relative;
  bottom: -25px;
  z-index: 3;
  margin: auto;
  color: white;
}
.yearb p, .yearg p {
  font-size: 20px;
  font-weight: bold;
}

.yearg {
  background: #80B33F;
}

.history_text {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  max-width: 380px;
}

.history_img {
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .history_img {
    bottom: 0;
    position: static;
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .history_img img {
    width: 100%;
    max-width: 380px;
  }
}

.contact {
  width: 90%;
  max-width: 800px;
}

.products_box3 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .products_box3 {
    padding: 0;
  }
}

.p_box_group {
  border: solid 2px #0080C2;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .p_box_group {
    padding: 15px 0;
  }
}

.p_box_img {
  margin-bottom: 15px;
}

.p_box_card {
  width: 100%;
  max-width: 33.3333333%;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_box_card {
    max-width: 100%;
  }
}
.p_box_card .crad_title {
  background: #0080C2;
  color: white;
  font-size: 18px;
}
.p_box_card .crad_detail {
  display: block;
  width: 100%;
  background: #80B33F;
  color: white;
  font-size: 18px;
}

.products_box1 {
  width: 100%;
  max-width: 33.3333333%;
  margin-bottom: 40px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .products_box1 {
    max-width: 100%;
    padding: 0;
  }
}
.products_box1 .p_box_card {
  width: 100%;
  max-width: 100%;
}

.map_box {
  position: relative;
  height: 80vh;
  margin: 30px auto;
}
@media screen and (max-width: 1150px) {
  .map_box {
    height: auto;
  }
}

.add_info {
  position: absolute;
  width: 90%;
  max-width: 550px;
  background: white;
}
@media screen and (max-width: 1150px) {
  .add_info {
    position: static;
    margin: 40px auto;
  }
}
.add_info span {
  width: 49%;
  display: inline-block;
}
.add_info td {
  padding: 10px;
}

.go_Google {
  margin-left: auto;
}

.ai_g {
  top: 0;
  left: 0;
}
.ai_g td {
  border: #80B33F solid 2px;
}
.ai_g a {
  background-color: #80B33F;
  color: white;
  margin-left: auto;
  padding: 5px;
}

.ai_b {
  top: 200px;
  left: 0;
}
.ai_b td {
  border: #0080C2 solid 2px;
}
.ai_b a {
  background-color: #0080C2;
  color: white;
  margin-left: auto;
  padding: 5px;
}

.ai_r {
  top: 50px;
  right: 0;
  max-width: 400px;
}
.ai_r td {
  border: #b5272d solid 2px;
}
.ai_r a {
  background-color: #b5272d;
  color: white;
  margin-left: auto;
  padding: 5px;
}

.ai_o {
  top: 250px;
  right: 0;
  max-width: 400px;
}
.ai_o td {
  border: #E2801E solid 2px;
}
.ai_o a {
  background-color: #E2801E;
  color: white;
  margin-left: auto;
  padding: 5px;
}

.mapimg {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-60%);
  z-index: -1;
}
@media screen and (max-width: 1150px) {
  .mapimg {
    position: static;
    width: 60%;
    margin: auto;
    transform: none;
  }
}

.modal_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.modal_content.show {
  opacity: 1;
  z-index: 100;
}
.modal_content .modal_box {
  width: 90%;
  max-width: 800px;
  max-height: 80%;
  margin: auto;
  background: white;
  padding: 25px;
  position: relative;
  border-radius: 15px;
  border: #0080C2 solid 2px;
  overflow: scroll;
  scrollbar-width: thin;
}
@media screen and (max-width: 768px) {
  .modal_content .modal_box {
    width: 95%;
    padding: 15px;
  }
}
@media screen and (max-width: 1150px) {
  .modal_content .modal_box .wp-block-button__link {
    font-size: 1rem;
  }
}
.modal_content .modal_box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  background: #0080C2;
  color: white;
  padding: 5px 20px;
  border-radius: 10px;
}
.modal_content .modal_box_inner {
  display: flex;
  padding: 15px;
}
.modal_content .modal_box_inner div {
  text-align: left;
}
.modal_content .modal_box_inner div h2 {
  color: #0080C2;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
}

button, .contact_btn {
  transition: filter 0.3s ease-in-out;
}
button:hover, .contact_btn:hover {
  filter: brightness(50%); /* ホバー時に明度を50%にする */
}

.header_box {
  position: relative;
}

.hamburger-menu {
  position: fixed;
  right: 15px;
  display: none;
  cursor: pointer;
  z-index: 99;
}
.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 5px;
}

.nav-menu {
  display: flex;
}

@media (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
  }
  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    bottom: 8px;
  }
  .nav-menu {
    display: none;
    flex-direction: column;
  }
  .nav-menu.active {
    display: flex;
  }
}
body .is-layout-flex {
  align-items: flex-start;
}

.custom .history_column .history_detail_box {
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  .custom .history_column .history_detail_box {
    max-height: 90%;
  }
}

.title_box {
  display: flex;
  align-items: baseline;
  margin: 15px 0 5px;
}
.title_box .contact_title {
  color: #0080C2;
  font-size: 25px;
}
.title_box small {
  color: red;
}

.wpcf7-text {
  width: 100%;
  border: #0080C2 solid 1px;
  border-radius: 5px;
  padding: 10px;
  background: white;
}

.wpcf7-submit {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-top: 30px;
  background: #e2801e;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

.header_box nav ul li:not(:last-child) a:hover::after {
  width: 100%;
}

.icon {
  background: skyblue;
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
  line-height: 1em;
  margin: 0 5px;
  max-width: 18px;
  display: inline-block;
  max-height: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .modal_content .modal_box_inner div {
    display: block;
  }
}

#map__green__end {
  position: absolute;
  top: 110px;
  right: 200px;
  font-size: 1px;
  color: #80B33F;
}
@media screen and (max-width: 1150px) {
  #map__green__end {
    display: none;
  }
}

#map__blue__end {
  position: absolute;
  left: 70px;
  bottom: 90px;
  font-size: 1px;
  color: #0080C2;
}
@media screen and (max-width: 1150px) {
  #map__blue__end {
    display: none;
  }
}

#map__red__end {
  position: absolute;
  top: 350px;
  right: 200px;
  font-size: 1px;
  color: #b5272d;
}
@media screen and (max-width: 1150px) {
  #map__red__end {
    display: none;
  }
}

#map__orange__end {
  position: absolute;
  bottom: 180px;
  right: 320px;
  font-size: 1px;
  color: #E2801E;
}
@media screen and (max-width: 1150px) {
  #map__orange__end {
    display: none;
  }
}

td, tr {
  background: white;
  color: black;
}

a[href^=tel] {
  background-color: transparent !important;
  color: black !important;
  text-decoration: none;
}

.product_btn {
  margin: 30px 0 !important;
}

.customtextarea {
  width: 100%;
  border: #0080C2 solid 1px;
  border-radius: 5px;
  padding: 10px;
  background: white;
  height: 200px;
}

.customselect {
  width: 250px;
  border: #0080C2 solid 1px;
  border-radius: 5px;
  padding: 10px;
  background: white;
}

.products_1columnBOX {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .products_1columnBOX {
    display: block;
  }
}

.company_logo {
  margin-top: -15px !important;
}
@media screen and (max-width: 768px) {
  .company_logo {
    margin-top: 25px !important;
  }
}

.max-width410px {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .max-width410px {
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */