@charset "UTF-8";
/*
Theme Name: Nomori Theme
Theme URI:  -----
Description: 
Version: 1.0
Author: sunakawa
Author URI: 
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/
/* RESET
----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sup {
  font-size: 70%;
  vertical-align: super;
}
sub {
  font-size: 70%;
  vertical-align: sub;
}
p {
  letter-spacing: .2rem;
}
/* General Setting 
----------------------------------------------------*/
:root {
    --main-color: #008a3e;
    --text-color1: #231815;
    --text-color2: #fff;
    --bg-color1: #efefef;
    --bg-color2: #dddddd;
    --bg-color3: #fff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--text-color1);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  margin-bottom: 1rem;
  font-size: min(178px, 10.2vw);
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color);
  white-space: nowrap;
}
blockquote {
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 5px solid #ddd;
}
p {
  letter-spacing: 0.05em;
}
/* Link
----------------------------------------------------*/
a {
  transition: .4s;
}
a:link {
  text-decoration: none;
}
/* structure layout
----------------------------------------------------*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.tb {
  display: none !important;
}

.container {
  margin: 0 auto;
}
.inner {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0;
}
.content {
  width: 100%;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 1;
}
#header {
  margin: 0;
  padding: 0;
}

figure {
  overflow: hidden;
  line-height: 0;
}
figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 100%;
}
a figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a[href^="tel"] {
  color: var(--text-color1) !important;
  text-decoration: none;
}
iframe {
  max-width: 100%;
  width: 100%;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* header element
----------------------------------------------------*/
#header {
  width: 100%;
  height: 7rem;
  /* animation: fadeIn 0.6s ease 3s 1 forwards; */
}
#header .header-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 95vw;
  margin: 0 auto;
  padding: 15px 0;
}
#header h1.logo-pc {
  margin: 0;
  z-index: 9999;
}
#header h1.logo-pc a {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 6vw;
  margin: 0 auto;
}
#header h1.logo-pc img {
  width: 6vw;
  max-width: 350px;
}
#header h1.logo-sp {
  display: none;
}

/* global navigation
----------------------------------------------------*/
.menu-wrap {
  position: relative;
  padding: 0;
}
.menu-toggle {
  display: none;
}
.gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav ul.menu {
  list-style: none;
  margin: 0;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnav ul.menu li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.gnav ul.menu li:first-child {}
.scroll_header .gnav ul.menu li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 1rem;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.8rem;
  transition: .4s;
  white-space: nowrap;
}
.gnav ul.menu li a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 0 1rem;
  padding: 1rem 0;
  color: var(--text-color1);
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.8rem;
  transition: .4s;
  white-space: nowrap;
  letter-spacing: .1em;
}
.gnav ul.menu li a:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  content: "";
}
.gnav ul.menu li .current, .gnav ul.menu li a:hover {
  text-decoration: none;
  color: var(--main-color);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.gnav ul.menu li a:hover:after {
  transform: translate(0, 0);
}
.gnav ul.menu ul.sub-menu, .gnav ul.menu ul.children {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  background: #ffe79e;
  z-index: 99999;
}
.gnav ul.menu ul.sub-menu ul, .gnav ul.menu ul.children ul {
  left: 100%;
  top: 0;
}
.gnav ul.menu ul li:first-child {
  border-left: none;
}
.gnav ul.menu ul a, .gnav ul.menu ul ul a {
  width: 20rem;
  margin: 0;
  border-right: none;
  color: #000;
}
.gnav ul.menu ul a:hover, .gnav ul.menu ul ul a:hover {
  background-color: #fff;
}
.gnav ul.menu li:hover > ul, .gnav ul.menu ul li:hover > ul {
  display: block;
  background: #fff;
}


/* footer element
----------------------------------------------------*/
#footer {
  position: relative;
  margin: 0;
}
#footer .copyright {
  position: absolute;
  bottom: 1rem;
  left: 3%;
  color: var(--text-color2);
}
#footer img {
  display: block;
}

/* top_logo_opening
----------------------------------------------------*/
#opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
#opening .opening-logo {
  width: 10vw;
  display: flex;
  justify-self: center;
  align-items: center;
}


/* common element
----------------------------------------------------*/
.btn {
  position: relative;
  width: 17vw;
  height: 5.5rem;
  background-color: var(--main-color); 
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  transition: all .4s ease;
}
.btn:hover {
  background-color: #fff;
  border: 1px solid var(--main-color);
}
.btn a,
.btn input[type="submit"] {
  color: var(--text-color2);
  font-size: min(20px, 1vw);
  font-weight: bold;
  letter-spacing: .1rem;
  border: none;
  border-radius: 50px;
  transition: all .4s ease;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn input[type="submit"] {
  background-color: var(--main-color);
}
.btn:hover a,
.btn:hover input[type="submit"] {
  color: var(--main-color);
}
.btn:hover input[type="submit"] {
  background-color: #fff;
}
.btn svg {
  position: absolute;
  right: 1.5rem;
  width: 10px !important;
  height: 10px;
  stroke: #fff;
  transition: stroke .4s ease;
}
.btn:hover svg {
  stroke: var(--main-color);
}
/* Contact Form 7の要素を非表示にする */
.wpcf7-spinner {
  display: none !important;
}

/* 見出し */
.section-title {
  padding-top: 3vw;
  padding-left: 1rem;
  padding-bottom: 3vw;
}
.section-title .en-title {
  display: flex;
  align-items: center;
}
.section-title .line {
  position: relative;
  height: 1.3px;
  background: var(--main-color);
  width: 70px;
  display: inline-block;
}
.section-title .line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: var(--main-color);
  border-radius: 50%;
}
.section-title span {
  padding-left: 10px;
  font-size: min(30px, 1.3vw);
  font-weight: bold;
}
.section-title h2 {
  padding-left: 75px;
  color: var(--main-color);
  font-size: min(40px, 1.8vw);
  letter-spacing: .6rem;
  font-weight: bold;
}

/* slider */
.slider {
  /* height: 53vw; */
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.slick-img img {
  width: 100%;
  height: calc(100vh - 5rem);
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* トップへ戻る */
.pagetop {
  margin: 0;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: 1;
  text-indent: -99999px;
}
.pagetop a {
  display: block;
  position: fixed;
  right: 2.5rem;
  bottom: 6rem;
  width: 3rem;
  height: 3rem;
  background-color: #211815;
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(255 255 255 / 16%);
  z-index: 999;
}
.pagetop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 0 0 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}

/* top_mv
----------------------------------------------------*/
.top-view-box {
  position: relative;
  width: 100%;
  height: calc(100vh - 5rem);
  overflow: hidden;
}
.top-view {
  width: 90vw;
  margin-left: 10vw;
  object-fit: cover;
  /* width: 100%; */
}
/* スクロールアニメーション */
.logo-scroll {
  width: 30px;
  height: 90px;
  position: absolute;
  bottom: 5%;
  right: 45%;
  padding: 0 0 25px;
}
.logo-scroll div {
  position: relative;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.fade, .scroll_element {
  opacity: 0;
}
.logo-scroll div div {
  animation: fadeIn .5s ease-in-out .75s forwards;
}
.logo-scroll div div span span {
  animation: fadeIn .5s ease-in-out 1.25s forwards;
}
.logo-scroll p {
  animation: fadeIn .5s ease-in-out .75s forwards;
}
.logo-scroll div div>span {
  animation: logo_scroll 2s ease-in-out 1.25s infinite;
}
.logo-scroll div div>span {
  display: block;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -9px;
  overflow: hidden;
  z-index: 0;
}

.logo-scroll div div span span {
  display: block;
  width: 100%;
  height: 100%;
}
.logo-scroll div div span span svg {
  width: 23px;
  height: 20px;
  fill: #fff;
}
.logo-scroll p {
  color: var(--text-color2);
  width: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  font-size: 13px;
}
@keyframes logo_scroll {
    0%, 100% {
        opacity: 0;
        top: 0%;
        margin: -5px 0 0;
    }
    15%, 60% {
        opacity: 1;
    }
    75% {
        opacity: 0;
        top: 100%;
        margin: -15px 0 0;
    }
}

.top-message {
  height: 50vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-message p {
  text-align: center;
  font-size: min(45px, 2.5vw);
  letter-spacing: 0.5rem;
  padding-bottom: min(40px, 2.2vw);
  font-weight: normal;
}
.top-message .green {
  color: var(--main-color);
  font-size: min(35px, 1.5vw);
  font-weight: normal;
}

.section {
  padding-top: 3vw;
  padding-bottom: 5vw;
}


/* top business */
.logo-btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6vw;
}
.shinrinno-bokujo .logo-btn-box img {
  width: min(200px, 10vw);
}
.nasunomori .logo-btn-box img {
  width: min(220px, 15vw);
}

.top-shinrin-visual {
  padding-top: 4vw;
}
.shinrinno-bokujo .img-box {
  position: relative;
  height: 50vw;
  margin-top: 8vw;
  margin-bottom: 16vw;
}
.shinrinno-bokujo .img-box figure {
  position: absolute;
  top: 0;
}
.shinrinno-bokujo .img-box .img-1 {
  top: 0;
  left: 10%;
  width: 25vw;
}
.shinrinno-bokujo .img-box .img-2 {
  top: 10%;
  left: 60%;
  width: 35vw;
}
.shinrinno-bokujo .img-box .img-3 {
  top: 70%;
  left: 24%;
  width: 32vw;
}
.shinrinno-bokujo .img-box .img-4 {
  top: 88%;
  left: 58%;
  width: 32vw;
}

.top-nasunomori-visual {
  padding-top: 10vw;
}
.top-nasunomori-visual figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-nasunomori-visual img {
  width: 70%;
}
.nasunomori .img-box {
  position: relative;
  height: 38vw;
  margin-top: 8vw;
  margin-bottom: 10vw;
}
.nasunomori .img-box figure {
  position: absolute;
  top: 0;
}
.nasunomori .img-box .img-1 {
  top: -95%;
  left: 5%;
  width: 22vw;
}
.nasunomori .img-box .img-2 {
  top: 10%;
  left: 20%;
  width: 30vw;
}
.nasunomori .img-box .img-3 {
  top: 10%;
  left: 65%;
  width: 18vw;
}
.nasunomori .img-box .img-4 {
  top: 70%;
  left: 58%;
  width: 30vw;
}

/* top company */
/* テーブル */
.wp-block-table {
  margin-right: 3vw;
}
.wp-block-table td,
.wp-block-table th {
  border-color: var(--main-color);
  padding: 2rem 0 2rem 1.5rem;
  font-size: min(18px, 1vw);
  line-height: 2;
}
/* 一番左のセルの左線を消す */
.wp-block-table td:first-child {
  border-left: none;
  width: 20%;
}
/* 一番右のセルの右線を消す */
.wp-block-table td:last-child {
  border-right: none;
}

.top-middle-img {
  padding: 7vw 0 10vw;
}

/* top contact */
.top-contact .top-form-box {
  padding-left: 85px;
}
.top-contact .top-form-box .wp-block-column {
  display: flex;
  align-items: center;
}
.top-contact .top-form-box p {
  font-size: min(20px, 1vw);
  letter-spacing: .1rem;
}

/* 固定ページ */
.post .inner {
  padding: 0 80px 15vw 80px;
}
























@media screen and (max-width: 650px) {
  .order_1 {
    order: 2;
  }
  .order_2 {
    order: 1;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.fade {
  animation: fadeIn 0.2s ease 0.3s 1 normal;
}

.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr60 {
  margin-right: 60px !important;
}
/* home element
----------------------------------------------------*/

.contact_block {
  position: relative;
  margin: 0 auto 10rem;
  overflow: hidden;
}
.contact_block::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 210px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(2rem);
  animation: moveImage2 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) var(--delay) 5;
  transition-property: transform, opacity;
}
.contact_block::before {
  --delay: 0s;
  top: 0;
  right: 2.5rem;
  z-index: -1;
}
@keyframes moveImage2 {
  0% {
    transform: translateY(2rem);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.contact_block.visibled::before {
  transform: translateY(0);
  opacity: 1;
}
.contact_block h2 {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: bold;
}
.contact_block h2 span {
  font-size: 6rem;
}
.contact_block p {
  margin: 0 auto 3rem;
  color: var(--main-color);
  font-size: 1.6rem;
}
.contact_inner {
  padding: 6rem 4rem;
  background: rgb(234, 91, 122);
  background: linear-gradient(90deg, rgba(234, 91, 122, 1) 0%, rgba(222, 0, 79, 1) 100%);
}
.contact_inner .wp-block-column {
  text-align: center;
}
.contact_inner .wp-block-column:first-child {
  border-right: 1px solid #fff;
}
.contact_inner .wp-block-column p {
  margin: 0 auto 1.5rem;
  color: #fff;
  text-align: center;
}
/* .contact_inner .wp-block-column p.btn a {
  display: block;
  max-width: 60%;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--main-color);
  text-align: center;
  transition: .4s;
}
.contact_inner .wp-block-column p.btn a:hover {
  border: 1px solid #fff;
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
} */
.contact_inner .wp-block-column p.tel {
  margin: 0;
  font-size: 4rem;
  font-weight: bold;
}
/* page element
----------------------------------------------------*/
.post .about h2.ttl {
  color: var(--main-color);
  font-size: 100px;
}
.post .about p.slogan {
  color: var(--main-color);
  font-size: 40px;
}
.post .about h2.heading {
  color: var(--main-color);
  font-size: 60px;
}
.post .about h3.tl_office {
  padding: 0;
  border: none;
  color: var(--main-color);
  font-size: 30px;
}
.post .about .hyo {}
.post .about .hyo table {
  border: none;
}
.post .about .hyo table td, .post .about .hyo table th {
  border: none;
  background-color: #fff;
  padding: 10px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
.post .about .office_block {}
.post .about .office_block figure img {
  margin-bottom: 30px;
}


/* post meta
----------------------------------------------------*/
div.post-meta {
  margin: 0 0 3rem;
  padding: 0;
}
div.post-meta ul {
  margin: 0;
}
div.post-meta ul li {
  display: inline-flex;
  margin: 0 1rem 0 0;
  font-size: 1.6rem;
  vertical-align: middle;
  line-height: 1;
}
div.post-meta ul li.cal {}
div.post-meta ul li.cat {}
div.post-meta ul li.author, div.post-meta ul li.comment {}
div.post-meta ul li.tag {}
div.post-meta ul li.tag a {
  width: 50px;
  margin: 5px 0;
  padding: 0.2rem 1rem 0;
  border: 2px solid #c00;
  background-color: #fff;
  color: #c00 !important;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
div.post-meta ul li .new_bg {}
div.post-meta ul li .new_bg::before {}
div.post-meta ul li .new_bg .new-text {
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  color: #c00;
}
/* content element
----------------------------------------------------*/
.content .post {}
.page .content .post {}
/* .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin: 3rem 0;
} */
.post .header h2 {
  margin: 0 0 2.5rem;
  padding: 1.5rem 0;
  border-bottom: 2px solid #e5e5e5;
  color: var(--text-color1);
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
/* .post h2 {
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
} */
.post section > h3 {
  margin-top: 0 !important;
}
.post h3 {
  padding-left: 1rem;
  border-left: 5px solid var(--text-color1);
  font-size: 2.2rem;
  font-weight: bold
}
.post h4 {
  font-size: 2rem;
  font-weight: bold;
}
.post h5 {
  font-size: 1.8rem;
}
.post h6 {
  font-size: 1.6rem;
}
.post p {
  margin: 0 0.5rem 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.post strong {
  font-weight: bold;
}
.post em {
  font-style: italic;
}
.post code {
  color: #06c;
  font-family: 'Courier New', Courier, monospace;
}
.post img.wp-smiley {
  border: none;
  padding: 0;
  background: none;
  margin: 0;
}
.post blockquote p {
  margin: 0;
}
.post blockquote {
  clear: both;
  position: relative;
  margin: 0 0 3rem;
  padding: 3rem 5rem 4rem;
  background: #fafafa;
  border: 1px #e5e5e5 solid;
}
.post blockquote:before {
  position: absolute;
  top: 20px;
  left: 10px;
  content: '\f10d';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote:after {
  position: absolute;
  bottom: 20px;
  right: 10px;
  content: '\f10e';
  color: #e7e7e7;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
}
.post blockquote cite {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1.2rem;
  color: #808080;
}
.post div.wp-caption {
  margin: 2rem 0;
}
.post div.wp-caption img {
  margin: 0;
}
.post div.wp-caption p {
  font-size: 1.4rem;
}
.post ul {
  margin: 0 0.5rem 2rem;
  padding: 0;
  list-style: disc;
}
.post ol {
  margin: 0 15px 20px;
  padding: 0;
  list-style: decimal;
  list-style-position: outside;
}
.post li {
  margin: 0 0 1rem 1.5rem;
  padding: 0;
  font-size: 1.6rem;
}
.post li a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
.post li a:hover {}
.post table {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
}
.post table th {
  padding: 10px;
  background-color: #ddd;
  border: 1px solid #999;
  border-width: 0 0 1px 1px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.post table td {
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  font-size: 16px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
}

/* Bottom Navigation, Comment Navigation
----------------------------------------------------*/
div.nav-below {
  margin: 80px 0 0;
  overflow: auto;
}
div.navigation {
  overflow: auto;
}
div.navigation a {
  margin-bottom: 10px
}
.nav-previous a, .nav-next a, div.navigation .pagenext a, div.navigation .pageprev a {
  font-size: 85%;
  text-decoration: none;
}
.nav-previous a, div.navigation .pageprev a {
  float: left;
  padding: 2px 10px;
  border: 1px solid #519fc9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #519fc9 url(./images/icon_prev.gif) no-repeat left top;
  color: #fff;
  text-decoration: none;
}
.nav-next a, div.navigation .pagenext a {
  float: right;
  padding: 2px 10px;
  border: 1px solid #519fc9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #519fc9 url(./images/icon_next.gif) no-repeat right top;
  color: #fff;
  text-decoration: none;
}
.nav-previous a, div.navigation .pageprev a:hover, .nav-next a, div.navigation .pagenext a:hover {
  border: 1px solid #519fc9;
  background: #92d0f1;
  color: #519fc9;
}
/* Form
----------------------------------------------------*/
/* Searchform
----------------------------------------------------*/
form#searchform {}
form#searchform input[type=submit] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 15px;
  line-height: normal;
  cursor: pointer; /* Old browsers */
}
form#searchform input[type=submit]:hover {}
form#searchform input[type=text] {
  width: 200px;
  height: 35px;
  padding: 5px;
}
form#searchform input[type="text"]:focus {
  color: #444;
}
form#searchform label {
  display: none;
}
/* コンタクトフォーム
----------------------------------------------------*/
.wpcf7-list-item {
  display: block;
}
.contact-input-area {
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-input-area .contact_form {
  width: 80%;
  overflow: hidden;
  table-layout: fixed;
  margin: 0 auto 30px;
}
.contact-input-area .contact_form th {
  /* position: relative;
  width: 30%;
  padding: 1rem 1rem 4rem;
  border-left: none;
  border-bottom: none;
  background-color: initial;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle; */
  position: relative;
  width: 35%;
  margin: 0;
  padding: 2rem;
  border: none;
  background-color: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form td {
  /* position: relative;
  padding: 1rem 1rem 4rem;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle; */
  position: relative;
  margin: 0 0 2rem;
  padding: 2rem;
  border: none;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  vertical-align: middle;
}
.contact-input-area .contact_form tr:last-child th,
.contact-input-area .contact_form tr:last-child td {
  border-bottom: none;
}
.contact-input-area .contact_form input[text], .contact-input-area .contact_form textarea {
  width: 100%;
  margin: 0;
}
.contact-input-area .required-contactform {
  margin: 0 0 0 1rem;
  color: #c03;
  font-size: 1.4rem;
}
.contact-input-area .unrequired-contactform {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background: #bdbdbd;
  border-radius: 3px;
  color: #bdbdbd;
}
.contact-input-area .table-bordered {
  border: none;
}
.contact-input-area .table-bordered td,
.contact-input-area .table-bordered th {
  border-bottom: 1px solid #ddd;
}
/* .contact-input-area input[type=submit] {
  display: block;
  width: 280px;
  margin: 1.5rem auto;
  padding: 2rem;
  border: 2px solid var(--main-color);
  border-radius: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.contact-input-area input[type=submit]:hover {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
  transition: .4s;
  opacity: 0.8;
} */
.contact-input-area input[type="radio"] {
  margin: 0 0 4px 0;
}
input[type="text"], input[type="email"], input[type="search"], textarea {
  margin: 0;
  padding: 1rem;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid var(--bg-color2);
  border-radius: 5px;
  background-color: var(--bg-color1);
  font-size: 1.6rem;
  vertical-align: bottom;
}
textarea {
  overflow: auto;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #519fc9;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(81,159,201,1);
  -moz-box-shadow: 0 0 3px rgba(81,159,201,1);
  box-shadow: 0 0 3px rgba(81,159,201,1);
  color: var(--text-color1);
}
.wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 1.6rem;
}
/* PREV NEXT
----------------------------------------------------*/
#prev-next {
  display: table;
  width: 100%;
  margin: 60px 0;
  padding: 0;
}
#prev-next .prev-block, #prev-next .next-block {
  display: table-cell;
  position: relative;
  width: 50%;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}
#prev-next .prev-block a, #prev-next .next-block a {
  display: block;
  padding: 20px;
  color: #000;
  font-size: 1.4rem;
}
#prev-next .prev-block a:hover, #prev-next .next-block a:hover {
  background-color: rgba(238, 238, 238, 0.7);
  color: #ccc;
  text-decoration: none;
  transition: 0.8s;
}
#prev-next .prev-block-no, #prev-next .prev-block {
  border-right: 1px dotted #ccc;
}
#prev-next .next-block-no, #prev-next .next-block a {
  text-align: right;
}
#prev-next .prev-block-no, #prev-next .next-block-no {
  display: table-cell;
  position: relative;
  width: 50%;
  padding: 20px;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  color: #ccc;
  font-size: 1.4rem;
}
@media only screen and (min-width: 780px) {
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
}
/* sns
----------------------------------------------------*/
.sns-share {
  width: 100%;
  margin: 3rem auto 6rem;
  padding: 0;
}
.snstext, .snscount {
  display: none;
}
.sns-share ul {
  margin: 0 auto;
  text-align: center;
}
.sns-share ul li {
  position: relative;
  display: inline-flex;
  list-style: none;
  margin: 0 1rem 1rem;
  width: 40px;
  list-style-type: none;
}
.sns-share li:last-child {}
.sns-share li i {
  font-size: 1.6rem !important;
}
.sns-share ul li a {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
}
.sns-share ul li a:hover {}
.sns-share .twitter a, .sns-share .facebook a, .sns-share .pocket a, .sns-share .hatebu a, .sns-share .line a {
  background-color: #000;
}
.sns-share .twitter a:hover, .sns-share .facebook a:hover, .sns-share .hatebu a:hover, .sns-share .line a:hover, .sns-share .pocket a:hover {
  background-color: #276b47;
}
/* 関連記事表示部分
----------------------------------------------------*/
.post-related {
  margin: 0 0 6rem;
}
.post-related .related-ttl {
  margin: 0 0 3rem;
  padding: 1.5rem;
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.8rem;
  font-weight: bold;
}
.post-related .article-img {
  width: 15%;
}
.post-related .article-text {
  width: 80%;
}
.post-related .article-text {
  font-size: 1.6rem;
}
.post-related {
  font-size: 1.6rem;
}
/* gallery
----------------------------------------------------*/
#gallery-1 {
  margin: auto;
}
#gallery-1 ul {
  width: 100%;
}
#gallery-1 .gallery-item {
  display: inline-block;
  position: relative;
  width: auto /*33%*/ ;
  list-style: none;
  margin: 0px 6px 6px 0;
  padding: 0px;
  text-align: left;
}
#gallery-1 .gallery-icon {
  margin: 0;
}
#gallery-1 .gallery-item a {
  line-height: 0;
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
}
#gallery-1 img {
  width: 240px;
  height: 240px;
}
#gallery-1 .gallery-title {
  position: absolute;
  left: 0;
  top: 126px;
  width: 130px;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
}
#gallery-1 .gallery-item:hover .gallery-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
#gallery-1 .gallery-caption {
  margin: 0;
}
/* Misc
----------------------------------------------------*/
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  display: inline-block;
  float: right;
  margin: 0 0 1em 1.5em;
  width: auto;
}
.alignleft {
  display: inline-block;
  float: left;
  margin: 0 1.5em 1em 0;
  width: auto;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption-text, .gallery-caption {
  font-size: 80%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
/* wp_pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
  overflow: hidden;
  margin: 30px auto 100px;
  padding-top: 10px;
  padding-bottom: 25px;
  font-size: 16px;
  text-align: center;
}
.wp-pagenavi .pages {}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px solid #ccc;
  margin-left: 5px;
  padding: 3px;
  color: #e68012;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
}
.wp-pagenavi a:hover {
  background: #e68012;
  color: #fff;
  text-shadow: none;
  border-color: #e68012 !important;
}
.wp-pagenavi span.current {
  background: #e68012;
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  border-color: #e68012 !important;
}
/* socialArea
----------------------------------------------------*/
#socialArea {
  margin: 30px auto !important;
  padding: 0;
  text-align: center;
}
#socialArea ul {
  /*	position: absolute;
	top: 80px;
	left: 350px;*/
  margin: 0 0 0 150px;
  padding: 0;
}
#socialArea ul li {
  display: inline;
  float: left;
  margin: 0 6px 0 0;
  padding: 0;
}
#socialArea ul li.btnTwitter {
  width: 100px;
}
#socialArea ul li.btnFacebook {
  width: 110px;
}
#socialArea ul li.btnGoogle {
  width: 100px;
}
/* pagetop
----------------------------------------------------*/
.pagetop {
  margin: 0;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: 1;
  text-indent: -99999px;
}
.pagetop a {
  display: block;
  position: fixed;
  right: 2.5rem;
  bottom: 6rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--main-color);
  box-sizing: border-box;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(255 255 255 / 16%);
}
.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
}
.pagetop a:hover:after {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.pagetop a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 0 0 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pagetop a:hover:before {
  border-color: var(--main-color);
}
/* clearfix
----------------------------------------------------*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1460px) {
  .top_mv_body_inner {}
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
    /* header element
----------------------------------------------------*/
  #header, #header.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: 65px;
    z-index: 9999;
  }
  #header .header-inner {
    max-width: 100vw;
    display: block;
    padding: 0;
    background-color: inherit;
  }
  #header h1.logo-pc {
    display: none;
  }
  #header h1.logo-sp {
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 3%;
    margin: 0 auto;
    padding: 0;
    font-size: .1rem;
    text-align: left;
    line-height: 0;
    z-index: 1;
  }
  #header h1.logo-sp a {
    display: block;
    width: 18rem;
    margin: 0;
    overflow: hidden;
  }
  #header h1.logo-sp img {
    width: 18rem;
  }
    /* global navigation
----------------------------------------------------*/
  .menu-wrap {
    position: relative;
    padding: 0;
  }
  #nav-toggle {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 2.4rem;
    right: 2rem;
    z-index: 100;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #nav-toggle div {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
  }
  /* .open #nav-toggle div {
    border: none;
  } */
  /* #nav-toggle div:before {
    color: var(--main-color);
    content: "Menu";
    position: absolute;
    top: 53%;
    left: -110%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    font-size: 2rem;
  }
  .open #nav-toggle div:before {
    content: "";
  } */
  #nav-toggle span {
    display: block;
    height: 2px;
    background: var(--main-color);
    border-radius: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  
  #nav-toggle span:nth-child(1) {
    top: 0px;
  }
  #nav-toggle span:nth-child(2) {
    top: 10px;
  }
  #nav-toggle span:nth-child(3) {
    top: 20px;
  }
  .open #nav-toggle span {
    background-color: var(--bg-color3);
    width: 100%;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    height: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  nav.gnav {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background-color: var(--main-color);
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .open nav.gnav {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .open .gnav ul.menu {
    display: block;
    list-style: none;
    margin: 10rem 5rem;
    font-size: 0;
    text-align: center;
    opacity: 1;
  }
  .open .gnav ul li {
    display: block;
    margin: 0 0 2rem;
  }
  .open .gnav ul li:first-child {}
  .gnav ul li a {
    display: block;
    padding: 1rem 1rem;
    line-height: 1.6rem;
  }
  .open .gnav ul.menu li a {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: .15em;
    line-height: 3.5rem;
  }
  .gnav ul.menu li.contact-btn a {
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 1rem 0;
  }
  .open .gnav ul.menu li.contact-btn a::before {
    display: none;
  }
  .gnav ul.menu {
    opacity: 0;
  }
  /* top_logo_opening
  ----------------------------------------------------*/
  #opening .opening-logo {
    width: 20vw;
  }


  /* common element
----------------------------------------------------*/
  .btn {
    width: 25rem;
    height: 4rem;
  }
  .btn a,
  .btn input[type="submit"] {
    font-size: min(13px, 3vw);
  }
  .btn img {
    right: 1rem;
    width: 7px !important;
    height: 7px;
  }
  /* 見出し */
  .section-title {
    padding-top: 3vw;
    padding-left: 1rem;
    padding-bottom: 3vw;
  }
  .section-title .line {
    width: 40px;
  }
  .section-title span {
    font-size: min(15px, 3.4vw);
  }
  .section-title h2 {
    padding-left: 50px;
    font-size: min(20px, 4.7vw);
    letter-spacing: .5rem;
  }
    /* home element 
  ----------------------------------------------------*/
  .content {
    margin-top: 65px;
  }
  .top-view {
/*    width: 87vw;
    margin-left: 13vw;*/
    width: 100vw;
    margin-left: 0;
  }
  /* スクロールアニメーション */
  .logo-scroll {
    width: 20px;
    height: 50px;
    bottom: 3%;
    padding: 0 0 15px;
  }
.logo-scroll div {
  background-color: var(--main-color);
}
  .logo-scroll div div>span {
    width: 20px;
    height: 14px;
    left: -6.5px;
  }
  .logo-scroll div div span span svg {
    width: 17px;
    height: 14px;
    fill: var(--main-color);
  }
  .logo-scroll p {
    width: 50px;
	  color: var(--main-color);
    font-size: 9px;
  }


  .top-contact .top-form-box {
      padding-left: 55px;
      width: 90%;
  }
  .top-contact .top-form-box p {
    font-size: min(16px, 3.5vw);
  }
  /* テーブル */
  #company .wp-block-columns {
    flex-direction: column;
  }
  #company .wp-block-column {
    display: flex;
    justify-content: center;
  }
  .wp-block-table {
    width: 80%;
    margin-right: 0;
  }
  .wp-block-table td, .wp-block-table th {
    font-size: min(16px, 3vw);
  }
    
  
}






@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  h1 {
    font-size: 7rem;
  }
 
  /* structure layout
----------------------------------------------------*/
  .container {
    margin: 0;
    padding: 0 5%;
  }
  .inner {
    /* max-width: 95vw; */
    margin: 0 auto;
    padding: 0;
  }
  .wrap {
    width: 100% !important;
    padding: 0 5%;
  }
  .content {
    width: 100%;
    margin-top: 65px;
  }
  /* 固定ページ */
  .post .inner {
    padding: 0 0 15vw 0;
    width: 95%;
  }
  /* top_logo_opening
  ----------------------------------------------------*/
  #opening .opening-logo {
    width: 30vw;
  }

  /* visual element
-------------------------------------------------------------- */
  .top-message p {
    font-size: min(20px, 4.7vw);
    padding-bottom: 1rem;
    font-weight: normal;
  }
  .top-message .green {
    font-size: min(17px, 2.8vw);
    font-weight: normal;
  }

  /* home element
----------------------------------------------------*/
  .top-view-box {
    position: relative;
    width: 100%;
/*    height: calc(80vh - 65px);*/
	height: 40vh;
	margin-bottom: 50px;
  }
  .slick-img img {
/*    height: calc(80vh - 65px);
    object-position: -115px center;*/
	height: 35vh;
  }

  .shinrinno-bokujo {
    padding-top: 5vw;
  }
  .shinrinno-bokujo .logo-btn-box img {
    width: min(200px, 20vw);
  }
  .nasunomori {
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
  .nasunomori .logo-btn-box img {
    width: min(220px, 28vw);
  }
  .nasunomori .img-box .img-1 {
    left: 0;
  }
  .nasunomori .img-box .img-3 {
    top: -8%;
    width: 30vw;
  }
  .nasunomori .img-box .img-4 {
    right: 0;
    left: auto;
    width: 38vw;
  }
  .top-nasunomori-visual img {
    width: 90%;
  }

  /* テーブル */
  #company .wp-block-column {
    display: flex;
    justify-content: center;
  }
  .wp-block-table {
    width: 95%;
    /* margin-top: 2rem; */
    margin-right: 0;
    border: none;
  }
  .wp-block-table td, .wp-block-table th {
    padding: 1rem 0 1rem 1rem;
    font-size: min(16px, 3.5vw);
  }
  .wp-block-table tr td:first-child {
      display: block;
      width: 15rem;
      padding-top: 2rem;
      font-weight: 700;
      border: none;
  }
  .wp-block-table tr td:nth-child(2) {
      display: block;
      border: none;
      border-top: 1px solid var(--main-color);
      border-bottom: .5px dotted var(--main-color);
  }
  /* .top-contact .top-form-box {
    padding-left: 55px;
    width: 90%;
  }
  .top-contact .top-form-box p {
    font-size: min(30px, 3.5vw);
  } */
.top-message {
	margin-bottom: 100px;
}









    /* コンタクトフォーム
----------------------------------------------------*/
    .wpcf7-list-item {
      display: block;
      margin-top: 1rem;
    }
    .contact-input-area .contact_form {
      width: 100%;
      overflow: hidden;
      table-layout: fixed;
      margin: 0 auto 30px;
    }
    .contact-input-area .table-bordered th {
      border-bottom: none;
    }
    .contact-input-area .contact_form th, .contact-input-area .contact_form td, .contact-input-area .contact_form tr:last-child th, .contact-input-area .contact_form tr:last-child td {
      display: block;
      width: 100%;
      padding: 0.5rem;
    }
    .rotate_block, .bnr_block {
      display: none !important;
    }

  }