@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@900&family=Work+Sans:wght@400;500;700&display=swap");
/* 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Work Sans','Noto Sans JP', sans-serif;
*/
/* CSS RESET
==============================*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, input, article, aside, footer, header, hgroup, nav, section {
  margin: 0px;
  padding: 0px;
}

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

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th, dt {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

form label {
  cursor: pointer;
}

input {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #333334;
  text-decoration: none;
}

a:hover {
  color: #333334;
  text-decoration: none;
}

/* COMMON
==============================*/
*, *:before, *:after {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

img.max {
  width: 100%;
}

.imgMax img {
  width: 100%;
}

.loadTp {
  width: 100%;
}

html {
  overflow: auto;
  min-height: 100%;
}

body {
  word-wrap: break-word;
  line-height: 180%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  margin-top: 100px;
  text-align: left;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 799px) {
  body {
    font-size: 3.73vw;
    margin-top: 64px;
  }
}
h1, h2, h3, h4 {
  line-height: 150%;
}

@media screen and (min-width: 800px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  .pcOnly {
    display: none !important;
  }
}
.wrap1240 {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .wrap1240 {
    padding: 0 2.3%;
  }
}

.wrap1000 {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .wrap1000 {
    padding: 0 2.3%;
  }
}

.wrap800 {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .wrap800 {
    padding: 0 2.3%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1170px) {
  .wrap800 {
    padding: 0 2.3%;
  }
}

.wrap980 {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .wrap980 {
    padding: 0 3.57%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1170px) {
  .wrap980 {
    padding: 0 3.57%;
  }
}

@media screen and (max-width: 799px) {
  .spWrap {
    padding: 0 3.57%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1170px) {
  .spWrap {
    padding: 0 3.57%;
  }
}

.wrapBtmBrd {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 800px) {
  .wrapBtmBrd.spOnlyBrd {
    border: none;
  }
}

@media screen and (max-width: 799px) {
  .spbrdBtm {
    border-bottom: 1px solid #ddd;
  }
}

.header_logoWrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header_logoWrap.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100px);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100px;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 799px) {
  .header {
    height: 64px;
  }
}
.header_In {
  position: relative;
}
.header_logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
}
@media screen and (max-width: 799px) {
  .header_logo {
    width: 34.81vw;
  }
}
.header_logo2 img {
  width: 126px;
  margin-left: 100px;
  margin-top: 7px;
}
@media screen and (max-width: 799px) {
  .header_logo2 img {
    width: 80px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 800px) {
  .header .globalMenu {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 60px;
    top: 42px;
  }
  .header .globalMenu li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    font-family: "hiragino-mincho-pron", sans-serif;
  }
  .header .globalMenu li a {
    color: #343434;
  }
  .header .globalMenu li:last-child {
    margin-right: 0;
    padding-right: 0;
    background: none;
  }
  .header .globalMenu li:last-child a {
    background: url(../images/ico_mail02gr.png) no-repeat left center;
    background-size: 16px auto;
    padding-left: 25px;
    color: #346633;
  }
}

footer {
  width: 100%;
  background-color: #336633;
  padding: 100px 0;
  color: #fff;
}
@media screen and (max-width: 799px) {
  footer {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 800px) {
  footer .wrap1240 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
    align-items: stretch;
  }
}
@media screen and (max-width: 799px) {
  footer .wrap1240 {
    padding: 0 4.6%;
  }
}
footer .ftTit01 {
  font-size: 30px;
  color: #D2A901;
  font-family: "hiragino-mincho-pron", sans-serif;
}
footer .footerBox01 img {
  width: 170px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  footer .footerBox01 img {
    width: 39.71vw;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 799px) {
  footer .footerBox01 {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 800px) {
  footer .footerBox02 {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 799px) {
  footer .footerBox02 {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footerBox02 ul li {
  display: inline-block;
  width: 50px;
  margin-right: 15px;
}
@media screen and (max-width: 799px) {
  footer .footerBox03 {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 800px) {
  footer .footerBox03 {
    padding-left: 40px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footerContact.aC a {
  margin: 0 auto;
}
footer .footerContact a {
  width: 370px;
  background-color: #BCB4B2;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}
footer .footerContact a span {
  background: url(../images/ico_mail01.png) no-repeat left center;
  background-size: 17px auto;
  padding-left: 28px;
}
@media screen and (max-width: 799px) {
  footer .footerContact a {
    width: 100%;
  }
}
footer .footerBox01,
footer .footerBox02,
footer .footerBox03 {
  height: 100%;
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
}
@media screen and (max-width: 799px) {
  .totop {
    width: 14vw;
  }
}
.totop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.totop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.copy {
  background-color: #333333;
  color: #fff;
  padding: 20px 0;
}
.copy a {
  color: #fff;
}
@media screen and (min-width: 800px) {
  .copy .wrap1240 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
  }
}
.copy ul {
  text-align: left;
}
@media screen and (max-width: 799px) {
  .copy ul {
    display: block;
    text-align: center;
  }
}
.copy ul li {
  display: inline-block;
  font-size: 12px;
}
.copy ul li a {
  background: url(../images/ico_link02.png) no-repeat right center;
  background-size: 5px auto;
  padding-right: 15px;
  margin-right: 20px;
}
.copy .copyL {
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 799px) {
  .copy .copyL {
    text-align: center;
    width: 100%;
  }
}

.mainV {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
@media screen and (max-width: 799px) {
  .mainV {
    margin-bottom: 100px;
  }
}
.mainV .mainVbg {
  background-color: #336633;
  position: absolute;
  height: 300px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.mainV .mainVImg {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .mainV .mainVImg {
    width: 94.79vw;
    margin-left: 5.21vw;
    padding-bottom: 70px;
  }
}
.mainV .mainVTx {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 2%;
  font-family: "hiragino-mincho-pron", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  color: #AAAAAA;
  transform: rotate(-90deg);
  transform-origin: left top;
}
.mainV .mainVTx p {
  text-align: left;
  display: inline-block;
}
.mainV .mainVTx p span {
  float: right;
}
@media screen and (max-width: 799px) {
  .mainV .mainVTx {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .lay2 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.lay2 ul li.shadow {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 5px rgba(51, 51, 51, 0.08);
}
@media screen and (max-width: 799px) {
  .lay2 ul li.shadow {
    margin-bottom: 30px;
    padding: 20px 2.3%;
  }
}
.lay2 ul li.shadow.shadowInPage {
  padding: 20px;
}
.lay2 ul .shadow2 {
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 5px rgba(51, 51, 51, 0.08);
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.lay2 ul .shadow2:hover {
  border: 1px solid #D2A901;
}
@media screen and (max-width: 799px) {
  .lay2 ul .shadow2 {
    margin-bottom: 30px;
  }
}
.lay2 ul .shadow2 .shadow2Box {
  padding: 20px 20px 30px;
}
.lay2 ul .productsList01 {
  transition: all 0.3s;
}
.lay2 ul .productsList01 .cat span {
  transition: all 0.3s;
  background-color: #336633;
  padding: 5px 20px;
  font-size: 20px;
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #fff;
  margin-bottom: 7px;
}
@media screen and (max-width: 799px) {
  .lay2 ul .productsList01 .cat span {
    font-size: 4.67vw;
  }
}
.lay2 ul .productsList01 a {
  transition: all 0.3s;
  color: #336633;
}
.lay2 ul .productsList01 h3 {
  transition: all 0.3s;
  font-size: 30px;
  color: #336633;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 799px) {
  .lay2 ul .productsList01 h3 {
    font-size: 5.84vw;
  }
}
.lay2 ul .productsList01:hover .cat span {
  background-color: #D2A901;
}
.lay2 ul .productsList01:hover a {
  color: #D2A901;
}

@media screen and (min-width: 800px) {
  .lay3 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 799px) {
  .lay3 ul {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.lay3 ul .shadow2 {
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 5px rgba(51, 51, 51, 0.08);
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.lay3 ul .shadow2:hover {
  border: 1px solid #D2A901;
}
@media screen and (max-width: 799px) {
  .lay3 ul .shadow2 {
    margin-bottom: 30px;
  }
}
.lay3 ul .shadow2 .shadow2Box {
  padding: 20px 20px 30px;
}
.lay3 ul .productsList01 {
  transition: all 0.3s;
}
.lay3 ul .productsList01 a {
  transition: all 0.3s;
  color: #336633;
}
.lay3 ul .productsList01 h3 {
  transition: all 0.3s;
  font-size: 20px;
  color: #336633;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 799px) {
  .lay3 ul .productsList01 h3 {
    font-size: 4.67vw;
  }
}
@media screen and (max-width: 799px) {
  .lay3 ul .productsList01 h3 {
    font-size: 5.84vw;
  }
}
.lay3 ul .productsList01:hover .cat span {
  background-color: #D2A901;
}
.lay3 ul .productsList01:hover a {
  color: #D2A901;
}

@media screen and (min-width: 800px) {
  .lay3ex01 ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 799px) {
  .lay3ex01 ul {
    display: grid;
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.tit01 {
  color: #336633;
  font-size: 40px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
}
@media screen and (max-width: 799px) {
  .tit01 {
    font-size: 7vw;
  }
}
.tit01 span {
  font-weight: 300;
  font-size: 18px;
  color: #D2A901;
  display: block;
}
@media screen and (max-width: 799px) {
  .tit01 span {
    font-size: 4.2vw;
  }
}
.tit01 img {
  width: 92px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 799px) {
  .tit01 img {
    width: 16vw;
  }
}

.tit01ico {
  position: relative;
  display: flex;
}
@media screen and (min-width: 800px) {
  .tit01ico {
    align-items: center;
  }
}
.tit01ico {
  gap: 10px;
  color: #336633;
  font-family: "hiragino-mincho-pron", sans-serif;
}
.tit01ico::before {
  content: "";
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  background: url("../images/ico_tit01.png") no-repeat center/cover;
}
.tit01ico .tit01_text {
  display: block;
}
.tit01ico .tit01_main {
  display: block;
  font-size: 40px;
  line-height: 1.35;
}
.tit01ico .tit01_sub {
  display: block;
  font-size: 18px;
  color: #D2A901;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media screen and (max-width: 799px) {
  .tit01ico {
    gap: 14px;
  }
  .tit01ico::before {
    width: 16vw;
    height: 16vw;
    flex: 0 0 13vw;
  }
  .tit01ico .tit01_main {
    font-size: 7vw;
  }
  .tit01ico .tit01_sub {
    font-size: 4.2vw;
  }
}

.pt01::before {
  background-image: url("../images/ico_tit01.png");
}

.pt02::before {
  background-image: url("../images/ico_tit02.png");
}

.pt03::before {
  background-image: url("../images/ico_tit03.png");
}

.tit02 {
  font-size: 30px;
  color: #336633;
  font-family: "hiragino-mincho-pron", sans-serif;
}
@media screen and (max-width: 799px) {
  .tit02 {
    font-size: 5.84vw;
  }
}

.btn01.aC a {
  margin: 0 auto;
}
.btn01 a {
  width: 460px;
  border: 1px solid #336633;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}
.btn01 a span {
  background: url(../images/ico_link01.png) no-repeat right center;
  background-size: 17px 17px;
  padding-right: 34px;
}
@media screen and (max-width: 799px) {
  .btn01 a {
    width: 100%;
  }
}

.btn02.aC a {
  margin: 0 auto;
}
.btn02 a {
  width: 460px;
  border: 1px solid #fff;
  background-color: #336633;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}
.btn02 a span {
  background: url(../images/ico_link03.png) no-repeat right center;
  background-size: 17px 17px;
  padding-right: 34px;
}
@media screen and (max-width: 799px) {
  .btn02 a {
    width: 100%;
  }
}

.btnPdf.aC a {
  margin: 0 auto;
}
.btnPdf a {
  width: 460px;
  border: 1px solid #336633;
  background-color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}
.btnPdf a span {
  background: url(../images/ico_dl01.png) no-repeat left center;
  background-size: 17px 17px;
  padding-left: 34px;
}
@media screen and (max-width: 799px) {
  .btnPdf a {
    width: 100%;
  }
}

.btnContact.aC a {
  margin: 0 auto;
}
.btnContact a {
  width: 370px;
  background-color: #BCB4B2;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}
.btnContact a span {
  background: url(../images/ico_mail01.png) no-repeat left center;
  background-size: 17px auto;
  padding-left: 28px;
}
@media screen and (max-width: 799px) {
  .btnContact a {
    width: 100%;
  }
}

.greenBg {
  padding: 150px 0;
  width: 100%;
  background: #F9FEF9 url(../images/bg_green.png) repeat center top;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .greenBg {
    padding: 100px 0;
  }
}

.greenBg2 {
  padding: 40px;
  width: 100%;
  background: #F9FEF9 url(../images/bg_green.png) repeat center top;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .greenBg2 {
    padding: 40px 20px;
  }
}

.greenBg3 {
  padding: 150px 0;
  width: 100%;
  background: #336633;
  background-size: 100% auto;
}
@media screen and (max-width: 799px) {
  .greenBg3 {
    padding: 100px 0;
  }
}

.storyBtm {
  background-color: #857973;
  padding: 100px 0;
}
@media screen and (max-width: 799px) {
  .storyBtm {
    padding: 50px 0;
  }
}
.storyBtm h2 {
  font-size: 40px;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 799px) {
  .storyBtm h2 {
    font-size: 7vw;
    margin-bottom: 30px;
  }
}
.storyBtm .storyBtmL {
  background: #000 url(../images/tradition_img_btm01.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .storyBtm .storyBtmL {
    margin-bottom: 20px;
  }
}
.storyBtm .storyBtmR {
  background: #000 url(../images/tradition_img_btm02.png) no-repeat center center;
  background-size: cover;
}
.storyBtm .storyBtmL,
.storyBtm .storyBtmR {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
}
@media screen and (max-width: 799px) {
  .storyBtm .storyBtmL,
  .storyBtm .storyBtmR {
    height: 60vw;
  }
}
.storyBtm .storyBtmL a,
.storyBtm .storyBtmR a {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 300px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.storyBtm .storyBtmL a span,
.storyBtm .storyBtmR a span {
  background: url(../images/ico_link01.png) no-repeat right center;
  background-size: 17px 17px;
  padding-right: 35px;
}
.storyBtm .storyBtmL a:hover,
.storyBtm .storyBtmR a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.whiteBg01 {
  width: 100%;
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .whiteBg01 {
    padding: 20px 2.3%;
  }
}
.whiteBg01 .location {
  width: 100%;
  border: 1px dashed #707070;
  padding: 30px;
}
.whiteBg01 .location dl dt {
  display: inline-block;
  width: 90px;
  font-weight: 600;
  vertical-align: middle;
}
.whiteBg01 .location dl dt img {
  width: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.whiteBg01 .location dl dd {
  display: inline-block;
  vertical-align: middle;
}
.whiteBg01 .location .locationTx01 {
  border-bottom: 1px solid #707070;
}

.btmBg {
  padding: 0 0 150px;
  width: 100%;
  background: #fff url(../images/btm_gradation.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 799px) {
  .btmBg {
    padding: 0 0 100px;
  }
}

.lineupImg {
  margin-bottom: 20px;
}

.lineupTx01 {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", sans-serif;
  color: #006037;
  margin-bottom: 7px;
}
@media screen and (max-width: 799px) {
  .lineupTx01 {
    font-size: 4.67vw;
  }
}

.lineupTx02 {
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  .lineupTx02 {
    font-size: 3.73vw;
    margin-bottom: 40px;
  }
}

.storeTag {
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 799px) {
  .storeTag {
    margin-top: 20px;
  }
}
.storeTag.reset {
  margin-top: 0;
}
.storeTag span {
  border-radius: 15px;
  padding: 7px 15px;
  color: #fff;
  background-color: #BCB4B2;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 799px) {
  .storeTag span {
    font-size: 12px;
  }
}
.storeTag span.active {
  background-color: #336633;
}
.storeTag span img {
  height: 12px;
  vertical-align: top;
  margin-right: 8px;
}

.pageHeader {
  width: 100%;
  height: 500px;
  background-color: #053D05;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.pageHeader .pageHeaderIn {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .pageHeader .pageHeaderIn {
    padding: 0 2.3%;
  }
}
.pageHeader h1 {
  font-size: 40px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  .pageHeader h1 {
    font-size: 7vw;
  }
}

.breadcrumb {
  color: #333;
  margin: 17px 0 100px;
}
@media screen and (max-width: 799px) {
  .breadcrumb {
    margin: 10px 0 50px;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 8px;
  color: #999;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.pageTit01 {
  color: #336633;
  font-size: 40px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
}
@media screen and (max-width: 799px) {
  .pageTit01 {
    font-size: 7vw;
  }
}
.pageTit01 span {
  font-weight: 300;
  font-size: 18px;
  color: #336633;
  display: block;
}
@media screen and (max-width: 799px) {
  .pageTit01 span {
    font-size: 4.2vw;
  }
}

.pageTit01ico {
  position: relative;
  display: flex;
}
@media screen and (min-width: 800px) {
  .pageTit01ico {
    align-items: center;
  }
}
@media screen and (max-width: 799px) {
  .pageTit01ico.center {
    align-items: center;
  }
}
.pageTit01ico {
  gap: 10px;
  color: #336633;
  font-family: "hiragino-mincho-pron", sans-serif;
}
.pageTit01ico::before {
  content: "";
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  background: url("../images/ico_tit01.png") no-repeat center/cover;
}
.pageTit01ico .tit01_text {
  display: block;
}
.pageTit01ico .tit01_main {
  display: block;
  font-size: 40px;
  line-height: 1.35;
}
.pageTit01ico .tit01_sub {
  display: block;
  font-size: 18px;
  color: #336633;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media screen and (max-width: 799px) {
  .pageTit01ico {
    gap: 14px;
  }
  .pageTit01ico::before {
    width: 16vw;
    height: 16vw;
    flex: 0 0 13vw;
  }
  .pageTit01ico .tit01_main {
    font-size: 7vw;
  }
  .pageTit01ico .tit01_sub {
    font-size: 4.2vw;
  }
}

.pt01::before {
  background-image: url("../images/ico_tit01.png");
}

.pt02::before {
  background-image: url("../images/ico_tit02.png");
}

.pt03::before {
  background-image: url("../images/ico_tit03.png");
}

.pageTit02 {
  font-size: 30px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  border-bottom: 1px solid #336633;
  padding-bottom: 10px;
}
@media screen and (max-width: 799px) {
  .pageTit02 {
    font-size: 5.84vw;
  }
}

.pageTit03 {
  font-size: 20px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 700;
  color: #336633;
}
@media screen and (max-width: 799px) {
  .pageTit03 {
    font-size: 4.67vw;
  }
}

.blogArticle h2 {
  color: #336633;
  font-size: 40px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .blogArticle h2 {
    font-size: 7vw;
  }
}
.blogArticle h2 span {
  font-weight: 300;
  font-size: 18px;
  color: #336633;
  display: block;
}
@media screen and (max-width: 799px) {
  .blogArticle h2 span {
    font-size: 4.2vw;
  }
}
.blogArticle h3 {
  font-size: 30px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  border-bottom: 1px solid #336633;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .blogArticle h3 {
    font-size: 5.84vw;
  }
}
.blogArticle h4 {
  font-size: 20px;
  line-height: 1.35;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 700;
  color: #336633;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .blogArticle h4 {
    font-size: 4.67vw;
  }
}
.blogArticle p {
  margin-bottom: 20px;
}
.blogArticle table {
  margin: 20px 0;
}
.blogArticle table th {
  font-family: "hiragino-mincho-pron", sans-serif;
  background-color: #F9FEF9;
  padding: 20px;
  border: 1px solid #E5E5E5;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .blogArticle table th {
    width: 300px;
  }
}
@media screen and (max-width: 799px) {
  .blogArticle table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.blogArticle table td {
  border: 1px solid #E5E5E5;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 799px) {
  .blogArticle table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .blogArticle table td.last {
    border: 1px solid #E5E5E5;
  }
}

.step {
  font-family: "hiragino-mincho-pron", sans-serif;
  background-color: #336633;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .step {
    font-size: 3.73vw;
  }
}

.noticeTx {
  color: #C83C32;
  font-weight: 600;
}

.greenDot {
  padding-left: 1em;
  background: url(../images/dot_green.png) no-repeat left center;
  background-size: 8px 8px;
  font-weight: 600;
}

@media screen and (min-width: 800px) {
  .pageLwide {
    width: 500px;
    float: left;
  }
}

@media screen and (min-width: 800px) {
  .pageRsmall {
    width: 460px;
    float: right;
  }
}

@media screen and (min-width: 800px) {
  .pageLsmall {
    width: 460px;
    float: left;
  }
}

@media screen and (min-width: 800px) {
  .pageRwide {
    width: 500px;
    float: right;
  }
}

.historyFlow {
  display: flex;
  align-items: stretch;
}
.historyFlow dt {
  width: 100px;
}
@media screen and (max-width: 799px) {
  .historyFlow dt {
    width: 10%;
  }
}
.historyFlow dt {
  position: relative;
}
.historyFlow dt::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #336633;
}
.historyFlow dt::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 135px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2b5a3a;
}
@media screen and (max-width: 799px) {
  .historyFlow dt::after {
    top: 100px;
  }
}
.historyFlow dd {
  width: 900px;
}
@media screen and (min-width: 800px) {
  .historyFlow dd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-bottom: 80px;
  }
  .historyFlow dd.last {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 799px) {
  .historyFlow dd {
    width: 90%;
    padding-bottom: 40px;
  }
  .historyFlow dd.last {
    padding-bottom: 0px;
  }
  .historyFlow dd .historyFlowImg {
    padding-bottom: 20px;
  }
}
.historyFlow dd .year {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", sans-serif;
  background-color: #336633;
  color: #fff;
  padding: 5px 10px;
}
@media screen and (max-width: 799px) {
  .historyFlow dd .year {
    font-size: 4.67vw;
  }
}

.tbl01 table th {
  font-family: "hiragino-mincho-pron", sans-serif;
  background-color: #F9FEF9;
  padding: 20px;
  border: 1px solid #E5E5E5;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .tbl01 table th {
    width: 300px;
  }
}
@media screen and (max-width: 799px) {
  .tbl01 table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.tbl01 table td {
  border: 1px solid #E5E5E5;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 799px) {
  .tbl01 table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tbl01 table td.last {
    border: 1px solid #E5E5E5;
  }
}

.btmPartner {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .btmPartner {
    background: url(../images/page_btm_bg01_pc.png) no-repeat center center;
    background-size: cover;
    height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.btmPartner {
  background-color: #857973;
}
@media screen and (max-width: 799px) {
  .btmPartner {
    padding: 10px 0 50px;
  }
}
@media screen and (min-width: 800px) {
  .btmPartner .btmPartnerBox {
    width: 50%;
  }
}

.btmSpecification {
  background-color: #857973;
  padding: 150px 0;
  width: 100%;
  background-size: 100% auto;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .btmSpecification {
    padding: 100px 0;
  }
}
.btmSpecification table {
  width: 100%;
}
.btmSpecification table th {
  font-family: "hiragino-mincho-pron", sans-serif;
  background-color: #fff;
  color: #333;
  padding: 20px;
  border: 1px solid #E5E5E5;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .btmSpecification table th {
    width: 300px;
  }
}
@media screen and (max-width: 799px) {
  .btmSpecification table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.btmSpecification table td {
  border: 1px solid #E5E5E5;
  padding: 20px;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .btmSpecification table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .btmSpecification table td.last {
    border: 1px solid #E5E5E5;
  }
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/* ===== CF7 BASE ===== */
.wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}

.wpcf7 form {
  display: block;
}

.wpcf7 p {
  margin-bottom: 22px;
  line-height: 1.7;
}

.wpcf7 label {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

/* input / textarea / select */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 6px;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* focus */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #053D05;
  box-shadow: 0 0 0 2px rgba(5, 61, 5, 0.15);
  outline: none;
}

/* textarea height */
.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

.wpcf7 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23053D05' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}

/* group box */
.wpcf7 .wpcf7cf-group {
  margin-top: 25px;
  padding: 22px;
  background: #f7f7f4;
  border-left: 4px solid #053D05;
  border-radius: 6px;
}

/* helper text */
.wpcf7 .helper {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #b20000;
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: 2px solid #b20000;
  background: #fff3f3;
  padding: 12px;
  margin-top: 25px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #053D05;
  background: #f1f6f1;
  padding: 14px;
}

/* submit button */
.wpcf7 input[type=submit] {
  display: block;
  width: 280px;
  margin: 35px auto 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #fff;
  background: #053D05;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* hover */
.wpcf7 input[type=submit]:hover {
  background: #0b5a0b;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* loading中 */
.wpcf7 form.submitting input[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 input[type=checkbox] {
  transform: scale(1.2);
  margin-right: 8px;
}

@media (max-width: 768px) {
  .wpcf7 input[type=submit] {
    width: 100%;
  }
  .wpcf7 {
    padding: 0 10px;
  }
}
.bold {
  font-weight: 700;
}

.mincho {
  font-family: "hiragino-mincho-pron", sans-serif;
}

.grecaptcha-badge {
  visibility: hidden;
}

.indentPrivacy li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}/*# sourceMappingURL=style.css.map */