@charset "UTF-8";
/*
Theme Name: ruhmhahn
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination span, .pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: auto;
  padding: 10px 14px;
  margin: 0 8px 8px 0;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
}

.pagination span.current, .pagination a.current {
  background: #7dcb41;
  color: #fff !important;
}

.pagination a:link, .pagination a:visited {
  color: #000;
}

.pagination a:hover {
  background: #7dcb41;
  color: #fff;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

.pagination a.next, .pagination a.prev {
  background: transparent;
  border-color: transparent;
  padding-right: 8px;
  padding-left: 8px;
}

.pagination a.next:hover, .pagination a.prev:hover {
  color: #000;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #000;
  font-family: "筑紫A丸ゴシック", "Zen Maru Gothic", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  background: #fff;
  position: relative;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap-auto {
  width: 85%;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- タイトル */
.c_tit1 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #7dcb41;
}
.c_tit1 small {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  display: block;
  margin-left: 0.4em;
}

/* ----------------------------- ボタン */
.btn1 {
  width: 185px;
}
.btn1 a {
  display: block;
  padding: 5px 0.6em;
  border: 1px solid;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.btn1 a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn1 a:hover {
  opacity: 0.65;
}

.btn2 {
  width: 185px;
}
.btn2 a {
  display: block;
  padding: 5px 0.6em;
  border: 1px solid;
  border-radius: 5px;
  text-decoration: none;
  color: #7dcb41;
  position: relative;
}
.btn2 a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #7dcb41;
  border-right: solid 1px #7dcb41;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn2 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 3%;
}
.header .logo {
  width: 250px;
}
.header.under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(125, 203, 65, 0.8);
  padding: 15px 2%;
}
.header.under .logo {
  width: 228px;
}

/* ----------------------------- ナビ */
.nav {
  position: absolute;
  right: 3%;
  top: 590px;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav li {
  font-size: 2rem;
  margin-bottom: 10px;
}
.nav li:last-child {
  margin-bottom: 0;
}
.nav li a {
  text-decoration: none;
}
.nav li a:hover {
  opacity: 0.65;
}
.nav.under {
  position: static;
}
.nav.under ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav.under li {
  font-size: 1.6rem;
  margin-right: 2em;
  margin-bottom: 0;
}
.nav.under li:last-child {
  margin-right: 0;
}
.nav.under li a {
  color: #fff;
}

/* ----------------------------- メインビジュアル */
.mv {
  height: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(images/common/mv_img_11zon.webp) center no-repeat;
  background-size: cover;
  position: relative;
}
.mv h2 {
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ----------------------------- 下層メインビジュアル */
.main {
  padding: 200px 3% 140px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main h2 {
  font-size: 3.4rem;
  font-weight: 500;
}
.main h2 small {
  display: block;
  font-size: 1.4rem;
  margin-top: 10px;
  text-transform: uppercase;
}

.main_news {
  background-image: url(images/common/re-news_11zon.webp);
}

.main_contact,
.main_completion {
  background-image: url(images/common/re-contact_11zon.webp);
}

.main_company {
  background-image: url(images/common/re-company_11zon.webp);
}

/* ----------------------------- トップ */
.top_block1 {
  padding: 100px 0;
  background: url(images/top/re-top-news_11zon.webp) center no-repeat;
  background-size: cover;
  color: #fff;
}
.top_block1 a {
  color: #fff;
}
.top_block1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_block1 .box .c_tit1 {
  color: #fff;
}
.top_block1 .box .news_list {
  width: 80%;
  margin-left: 5%;
}
.top_block1 .btn1 {
  margin: 60px auto 0;
}

.top_block2 {
  padding: 100px 0;
  background: url(images/top/re-top-company_11zon.webp) center no-repeat;
  background-size: cover;
}
.top_block2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_block2 .box .inner {
  width: 80%;
  margin-left: 5%;
}
.top_block2 .box .inner .ceo {
  margin-top: 40px;
  text-align: right;
}
.top_block2 .box .inner .ceo strong {
  font-size: 160%;
  font-weight: 500;
  margin-left: 1em;
}
.top_block2 .btn2 {
  margin: 60px auto 0;
}

.top_block2 .read {
  margin-top: 28px;
}

/* ----------------------------- 会社概要 */
.company_block1 {
  padding: 100px 0;
}
.company_block1 table {
  width: 100%;
}
.company_block1 table tr {
  border-top: 1px solid #dcdcdc;
}
.company_block1 table tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.company_block1 table th {
  width: 20%;
  padding: 25px 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.company_block1 table td {
  padding: 25px 0;
}

.company_block2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}

.company_block2 ul img {
  width: 100%;
}

.company_block2 {
  padding: 50px 0 100px;
}

.company_block2 h4 {
  margin-bottom: 15px;
  font-weight: normal;
}

.company_block2 ul::before {
  content: none;
}

.company_block2 ul dl {
  margin: 1em 0;
}

.company_block2 ul dl dt {
  margin-bottom: 15px;
}

.company_block2 .g-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

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

/* ----------------------------- お知らせ */
.news_list {
  border-top: 1px solid;
}
.news_list li {
  border-bottom: 1px solid;
}
.news_list li a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li a:hover {
  opacity: 0.65;
}
.news_list li .date {
  font-size: 1.4rem;
}
.news_list li .title {
  margin-left: 1em;
}

.news_block1 {
  padding: 100px 0;
}
.news_block1 .news_list {
  margin-bottom: 20px;
}

/* ----------------------------- お知らせ詳細 */
.single {
  padding: 100px 0;
}
.single .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
.single .inner .date {
  font-size: 1.4rem;
}
.single .inner .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-left: 1em;
}
.single .content {
  margin-top: 40px;
}
.single .control {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single .control a {
  text-decoration: none;
  padding: 2px 5px 6px;
}
.single .control a:hover {
  background: #7dcb41;
  color: #fff;
}
.single .control p {
  width: 50%;
}
.single .control .prev {
  text-align: right;
}

/* ----------------------------- お問い合わせ */
.contact_block1 {
  padding: 100px 0;
}
.contact_block1 .read {
  text-align: center;
}
.contact_block1 .read strong {
  font-weight: 500;
  color: #7dcb41;
}
.contact_block1 .inner {
  margin-top: 60px;
}
.contact_block1 .inner table {
  width: 100%;
}
.contact_block1 .inner table tr {
  border-top: 1px solid;
}
.contact_block1 .inner table tr:last-child {
  border-bottom: 1px solid;
}
.contact_block1 .inner table th {
  padding: 20px 0;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
}
.contact_block1 .inner table th .required {
  color: #7dcb41;
  margin-left: 0.2em;
}
.contact_block1 .inner table td {
  padding: 20px 0;
}
.contact_block1 .inner table td input[type=text],
.contact_block1 .inner table td input[type=tel],
.contact_block1 .inner table td input[type=email],
.contact_block1 .inner table td textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 5px;
}
.contact_block1 .inner .contact_btn {
  text-align: center;
  margin-top: 60px;
}
.contact_block1 .inner .contact_btn input {
  width: 180px;
  border: 1px solid;
  border-radius: 5px;
  padding: 10px 0;
  background: url(images/common/icon1.svg) center right 5% no-repeat;
  background-size: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #7dcb41;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contact_block1 .inner .contact_btn input:hover {
  opacity: 0.65;
}

/* ----------------------------- 送信完了 */
.completion_block1 {
  padding: 100px 0;
  text-align: center;
}
.completion_block1 h3 {
  font-size: 1.8rem;
}
.completion_block1 p {
  margin-top: 30px;
}

/* ----------------------------- フッター */
.contact_induction {
  padding: 100px 0;
  background: #7dcb41;
  color: #fff;
}
.contact_induction .c_tit1 {
  text-align: center;
  color: #fff;
}
.contact_induction p {
  text-align: center;
  margin-top: 20px;
}
.contact_induction .btn1 {
  width: 250px;
  margin: 20px auto 0;
}

.footer {
  padding: 100px 0 40px;
  text-align: center;
}
.footer .logo {
  width: 350px;
  margin: 0 auto;
}
.footer .sub {
  margin-top: 10px;
  font-size: 1.8rem;
}
.footer p {
  margin-top: 20px;
}
.footer p .connecting {
  margin-left: 0.5em;
}

.grecaptcha-badge {
  left: 6px !important;
  width: 70px !important;
}

.grecaptcha-badge:hover {
  left: 6px !important;
  width: 256px !important;
}/*# sourceMappingURL=style.css.map */