@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #282828;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

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

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #282828;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #282828;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
p {
  line-height: 1.8;
}

ol.decimal li {
  list-style-type: decimal;
  padding: 0 0 10px 10px;
}

ul.square li {
  list-style-type: square;
  padding: 0 0 10px 0px;
}

ul.disc li {
  list-style-type: disc;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}
img.imgCenter {
  margin: 0 auto;
  max-width: auto;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

.rightBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .rightBox {
    float: right;
    padding: 0 0 10px 20px;
  }
}

.leftBox {
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .leftBox {
    float: left;
    padding: 0 20px 10px 0;
  }
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .onlySp {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
/* ----------------------------------------
	body
---------------------------------------- */
@media screen and (max-width: 767px) {
  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  body.fixed::after {
    position: fixed;
    top: 0;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
  }
}
#container {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  transition: all 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  header#masthead {
    position: fixed;
    top: 0;
    left: 0;
    height: 84px;
    background: rgba(255, 255, 255, 0);
    z-index: 10;
  }
}
header#masthead .site_title {
  position: absolute;
  left: 6%;
  z-index: 97;
  padding: 9px 10px;
}
@media print, screen and (min-width: 768px) {
  header#masthead .site_title {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px #ccc;
    padding: 22px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  header#masthead .site_title {
    padding: 52px 25px;
  }
}
header#masthead .site_title a {
  display: block;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  header#masthead .site_title a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  header#masthead .site_title a {
    font-size: 18px;
    letter-spacing: 0.5rem;
  }
}
header#masthead .site_title a img {
  width: 70px;
  margin-bottom: -8px;
}
@media print, screen and (min-width: 768px) {
  header#masthead .site_title a img {
    width: 100px;
  }
}
@media print, screen and (min-width: 1025px) {
  header#masthead .site_title a img {
    width: 155px;
  }
}
@media print, screen and (min-width: 768px) {
  header#masthead.fixed {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
  }
  header#masthead.fixed .site_title {
    padding: 9px 10px;
    box-shadow: 2px 2px 4px rgba(204, 204, 204, 0);
    background-color: transparent;
  }
  header#masthead.fixed .site_title a {
    font-size: 10px;
  }
  header#masthead.fixed .site_title a img {
    width: 70px;
    margin-bottom: -8px;
  }
}

/* ------.hamburger------------ */
@media screen and (max-width: 900px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 99;
    right: 5%;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    width: 100%;
    height: 3px;
    display: block;
    background: #000000;
    z-index: 100;
    transition: all 0.2s;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span {
    background: #FFFFFF;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    transform: scaleX(0);
  }
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(135deg);
  }
}
@media print, screen and (min-width: 901px) {
  .hamburger {
    display: none;
  }
}

/* ------#nav_global------------ */
@media screen and (max-width: 900px) {
  #nav_global {
    position: fixed;
    z-index: 98;
    top: 0;
    right: 0;
    background: #006948;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.4s;
    padding: 0 5% 100px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #nav_global ul#nav_main {
    margin-top: 100px;
  }
  #nav_global ul#nav_main > li a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) and (max-width: 900px) {
  #nav_global ul#nav_main > li a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  #nav_global.active {
    transform: translateX(0%);
    opacity: 1;
  }
  #nav_global .ico_mail img {
    width: 50px;
  }
  #nav_global .ico_tel {
    display: inline-flex;
    align-items: center;
    color: #282828;
    text-align: center;
    gap: 10px;
    justify-content: center;
    background-color: #FFFFFF;
    padding: 10px 20px;
  }
  #nav_global .ico_tel .item1 img {
    width: 32px;
  }
  #nav_global .ico_tel .item2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
  }
  #nav_global .ico_tel .item2 p span {
    font-size: 26px;
    font-weight: 700;
  }
}
#nav_global {
  /* ----------------------- */
}
@media print, screen and (min-width: 901px) {
  #nav_global {
    height: 84px;
    position: relative;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 352px;
  }
  #nav_global ul#nav_main {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #nav_global ul#nav_main > li {
    padding: 0.8em;
    transition: all 0.25s ease-out;
  }
  #nav_global ul#nav_main > li a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
  }
  #nav_global.fixed {
    height: 60px;
  }
  #nav_global.fixed ul#nav_main {
    font-size: 1.4rem;
  }
  #nav_global .ico_mail {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    padding: 0 28px;
  }
  #nav_global .ico_mail img {
    width: 50px;
  }
  #nav_global .ico_tel {
    position: absolute;
    right: 98px;
    display: flex;
    align-items: center;
    color: #282828;
    text-align: left;
    gap: 10px;
  }
  #nav_global .ico_tel .item1 img {
    width: 32px;
  }
  #nav_global .ico_tel .item2 p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
  }
  #nav_global .ico_tel .item2 p span {
    font-size: 26px;
    font-weight: 700;
  }
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #content {
    padding: 50px 0;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1200px;
  width: 100%;
  z-index: 3;
}
.inner.mw_1280 {
  max-width: 1280px;
}
@media print, screen and (min-width: 768px) {
  .inner {
    padding: 0 40px;
  }
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  section,
  div.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.bg,
div.section.bg {
  background: #006948;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #006948;
}
@media print, screen and (min-width: 768px) {
  section ul.disc li::before, section ol.disc li::before,
  div.section ul.disc li::before,
  div.section ol.disc li::before {
    top: 5px;
  }
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.page_title {
  position: relative;
  width: 100%;
  height: 100px;
  background: #006948;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .page_title {
    margin-top: 100px;
    height: 200px;
  }
}
.page_title .title {
  font-size: clamp(20px, 4.5vw, 45px);
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
}
.page_title .title .archive_title {
  display: block;
  margin-top: 0.5em;
  font-size: clamp(15px, 2vw, 20px);
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .heading {
    font-size: 16px;
  }
}
.heading span {
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .heading span {
    font-size: 41px;
  }
}
.heading.under {
  position: relative;
}
.heading.under::after {
  content: "";
  display: block;
  width: 155px;
  height: 12px;
  background-color: #fff;
  margin: 10px auto 0;
}

/* ----------------------------------------
	.container-01
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .container-01 {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .container-01 .item1 {
    width: 35%;
  }
}
@media print, screen and (min-width: 1025px) {
  .container-01 .item1 {
    margin-top: 50px;
    text-align: left;
    width: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  .container-01 .item2 {
    width: 65%;
  }
}
@media print, screen and (min-width: 1025px) {
  .container-01 .item2 {
    width: 75%;
  }
}
.container-01 .item2 .tx_contact {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .container-01 .item2 .tx_contact {
    margin-top: 50px;
    margin-left: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .container-01 .item2 .tx_contact {
    margin-top: 100px;
  }
}

.whitebox {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 4px #ccc;
  font-size: 14px;
  font-weight: 400;
}
.whitebox.greeting {
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .whitebox.greeting {
    padding: 40px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  .whitebox.greeting {
    padding: 50px 60px;
    font-size: 18px;
  }
}
.whitebox.about {
  margin-top: -75px;
  padding: 0 5% 50px;
}

.bg_green {
  background-color: #006948;
  padding: 22px 0;
}
@media print, screen and (min-width: 768px) {
  .bg_green {
    display: flex;
    justify-content: flex-start;
    margin-left: calc(50% - 50vw);
    padding: 43px 0;
    padding-left: calc(50vw - 50%);
  }
}

.bg_green_center {
  background-color: #006948;
  padding: 22px 0;
  max-width: 460px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.marker {
  background: linear-gradient(transparent 60%, #1eaa39 60%);
  font-size: 1.2;
  font-weight: 700;
}

.tx_small {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 1025px) {
  .tx_small {
    margin-top: 36px;
    font-size: 16px;
  }
}

.wrap_img {
  max-width: 500px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .wrap_img {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 5%;
    max-width: 1200px;
  }
}
.wrap_img .item_img {
  margin-top: 30px;
}
.wrap_img p {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .wrap_img p {
    font-size: 18px;
    margin-top: 28px;
  }
}
.wrap_img img {
  border-radius: 10px;
}

.wrap_about {
  padding-top: 125px;
}
@media print, screen and (min-width: 1025px) {
  .wrap_about {
    display: flex;
    gap: 40px;
    padding-top: 175px;
  }
}

@media print, screen and (min-width: 1025px) {
  .item_table {
    width: 50%;
  }
}

.item_map {
  padding-top: 230px;
}
@media print, screen and (min-width: 1025px) {
  .item_map {
    width: 50%;
    padding-top: 175px;
  }
}

.company_table {
  width: 100%;
}
.company_table th,
.company_table td {
  display: block;
  width: 100%;
  font-size: 16px;
}
.company_table th {
  font-weight: 600;
  padding: 10px 20px;
  border-bottom: 0;
  background-color: #EEEEEE;
}
.company_table td {
  border: none;
  text-align: center;
  padding: 15px;
}
@media print, screen and (min-width: 1025px) {
  .company_table {
    border-collapse: collapse;
    border: 0;
  }
  .company_table th,
  .company_table td {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }
  .company_table th {
    width: 10%;
    border-bottom: 2px solid #006948;
    background-color: #FFFFFF;
    white-space: nowrap;
    padding: 10px 20px;
  }
  .company_table td {
    width: 70%;
    border-bottom: 1px solid #a5a5a5;
    padding-left: 45px;
    padding: 10px;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 200px;
  height: 0;
  overflow: hidden;
  margin-bottom: -20px;
  margin-top: -200px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* ----------------------------------------
	.linkBtn
---------------------------------------- */
.linkBtn {
  margin: 0 auto;
  padding-top: 2em;
}
.linkBtn a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px;
  max-width: 240px;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #006948;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .linkBtn a {
    padding: 15px;
    max-width: 280px;
    font-size: 2rem;
  }
}
.linkBtn a:hover {
  background: #464646;
}

/* ----------------------------------------
	thanksページ
---------------------------------------- */
.tx_thanks {
  font-size: 24px;
  font-weight: 700;
}

.alignC {
  text-align: center;
}

.box {
  padding-top: 0px;
}
@media print, screen and (min-width: 768px) {
  .box {
    padding-top: 100px;
  }
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  padding: 0px 0 5px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #mastfoot .wrap_foot {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
#mastfoot img {
  width: 160px;
}
#mastfoot p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0em;
  line-height: 2.3rem;
  text-align: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  #mastfoot p {
    text-align: left;
    margin-top: 0px;
  }
}
#mastfoot p span {
  font-size: 14px;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot small.copyright {
  color: #282828;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  #mastfoot small.copyright {
    font-size: 1.2rem;
  }
}