@charset "UTF-8";
/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #514327;
  font-size: 14px;
  font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1px;
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(img/bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  body {
    background-image: url(img/bg-pc.jpg);
  }
}
#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  width: 100%;
}

#bgNav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.red {
  color: #db533c;
}

a,
button {
  color: #514327;
  transition: 0.4s;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 40px;
  min-width: 182px;
  background: linear-gradient(90deg, #1c8217, #7cb847);
}
.btn.circle a {
  min-width: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .btn a {
    font-size: 15px;
    padding: 22px 16px;
    min-width: 260px;
  }
  .btn.circle a {
    width: 200px;
    height: 200px;
  }
}
.boxWhite {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px) {
  .boxWhite {
    border-radius: 100px;
    padding: 80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
}
table th, table td {
  border: 2px solid #fff;
  font-weight: normal;
  padding: 10px 14px;
  font-size: 13px;
}
table tr:first-child th, table tr:first-child td {
  border-top: none;
}
table tr:last-child th, table tr:last-child td {
  border-bottom: none;
}
table th {
  min-width: 7em;
  border-left: none;
  background-color: #13903e;
  color: #fff;
}
table td {
  border-right: none;
  background-color: #f3f2d9;
}

@media screen and (min-width: 768px) {
  table {
    margin-bottom: 160px;
  }
  table th, table td {
    font-size: 16px;
  }
}
.pHorizon {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 840px) {
  .maxWidthXs {
    max-width: 840px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .maxWidthS {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .maxWidth {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
#header {
  width: 100%;
}
#header .inner {
  display: flex;
  align-items: center;
  height: 70px;
}
#header .logo {
  width: 68px;
  margin: 12px 8px 0 20px;
}
#header .txt {
  font-size: 15px;
  color: #00913a;
}

#header .sp.nav .navBtn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  background: linear-gradient(90deg, #1c8217, #7cb847);
  border-radius: 0 0 0 40px;
}
#header .sp.nav .navBtn i {
  position: relative;
  background-color: transparent;
}
#header .sp.nav .navBtn i::after, #header .sp.nav .navBtn i::before {
  display: block;
  height: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 26px;
  top: 22px;
  transform: rotate(0deg);
  transition: 0.4s;
  border-radius: 2px;
}
#header .sp.nav .navBtn i::before {
  width: 20px;
  transform: translateY(4px);
}
#header .sp.nav .navBtn i::after {
  width: 25px;
  transform: translateY(-4px);
}
#header .sp.nav .navBtn span {
  position: absolute;
  left: 26px;
  bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
#header .sp.nav .navBtn.open {
  background: none;
}
#header .sp.nav .navBtn.open i::after, #header .sp.nav .navBtn.open i::before {
  left: 30px;
}
#header .sp.nav .navBtn.open i::before {
  transform: translateY(0) rotate(-45deg);
}
#header .sp.nav .navBtn.open i::after {
  width: 20px;
  transform: translateY(0) rotate(45deg);
}
#header .sp.nav .navBtn.open span {
  left: 23px;
}
#header .sp.nav .menuWrap {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #009139;
  overflow-y: scroll;
  transition: 0.4s;
  z-index: 2;
  padding: 70px 20px 36px;
  border-radius: 0 0 0 50px;
}
#header .sp.nav .menuWrap .menu {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
#header .sp.nav .menuWrap .menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  background-image: url(img/arrow-right-yellow.svg);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 4px auto;
  padding: 14px 0 15px 32px;
}
#header .sp.nav .menuWrap .menu li:first-child a {
  border-top: 1px solid #fff;
}
#header .sp.nav .menuWrap .btn {
  margin-bottom: 20px;
}
#header .sp.nav .menuWrap .btn.tel a,
#header .sp.nav .menuWrap .btn.contact a {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
}
#header .sp.nav .menuWrap .btn.tel a {
  background: #75b63e;
  justify-content: space-around;
}
#header .sp.nav .menuWrap .btn.tel a p {
  width: 60%;
  font-size: 10px;
  line-height: 1.1;
}
#header .sp.nav .menuWrap .btn.tel a p span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
}
#header .sp.nav .menuWrap .btn.tel a dl {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
}
#header .sp.nav .menuWrap .btn.tel a dt, #header .sp.nav .menuWrap .btn.tel a dd {
  font-size: 10px;
  text-align: left;
}
#header .sp.nav .menuWrap .btn.tel a dt {
  width: 40%;
}
#header .sp.nav .menuWrap .btn.tel a dd {
  width: 60%;
}
#header .sp.nav .menuWrap .btn.contact a {
  min-width: 150px;
  background: #e78200;
  font-size: 12px;
  justify-content: center;
}
#header .sp.nav .menuWrap .close {
  text-align: center;
  color: #fff;
  padding-top: 9px;
}

@media screen and (min-width: 768px) {
  #header .inner {
    height: 90px;
    justify-content: space-between;
  }
  #header .logo {
    width: 74px;
    margin: 0 0 0 20px;
  }
  #header .txt {
    font-size: 12px;
    margin-left: -4vw;
  }
  #header .pc.btn.tel a,
  #header .pc.btn.contact a {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
  }
  #header .pc.btn.tel a:hover,
  #header .pc.btn.contact a:hover {
    background-color: #13903d;
    opacity: 1;
  }
  #header .pc.btn.tel a {
    width: 330px;
    background: #75b63e;
    justify-content: space-between;
  }
  #header .pc.btn.tel a p {
    font-size: 12px;
    line-height: 1.1;
  }
  #header .pc.btn.tel a p span {
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
  }
  #header .pc.btn.tel a dl {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
  }
  #header .pc.btn.tel a dt, #header .pc.btn.tel a dd {
    font-size: 12px;
    text-align: left;
  }
  #header .pc.btn.tel a dt {
    width: 40%;
  }
  #header .pc.btn.tel a dd {
    width: 60%;
  }
  #header .pc.btn.contact a {
    min-width: 150px;
    background: #e78200;
    font-size: 12px;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #header h1.logo {
    width: 104px;
    margin-top: 20px;
  }
  #header .txt {
    font-size: 20px;
    margin-left: 1vw;
  }
  #header .pc.btn.tel a {
    width: 420px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 420px;
  }
  #header .pc.btn.tel a p span {
    font-size: 24px;
  }
  #header .pc.btn.tel a dl {
    width: 45%;
  }
  #header .pc.btn.contact a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  #header .pc.btn.contact a {
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .pc.nav {
    background-color: #fff;
    border-top: 1px solid #13903e;
    border-bottom: 1px solid #13903e;
    height: 70px;
  }
  .pc.nav .menu {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    height: 100%;
  }
  .pc.nav .menu li a {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #13903e;
    overflow: hidden;
  }
  .pc.nav .menu li a:hover {
    opacity: 1;
    color: #75b63e;
  }
  .pc.nav .menu li.current a {
    position: relative;
    color: #75b63e;
  }
  .pc.nav .menu li.current a::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #75b63e;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#mv {
  padding: 26px 0 0 20px;
}
#mv .swiper {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
#mv .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  bottom: 5px;
}
#mv .swiper-pagination-bullet {
  border-radius: 0;
  width: 14px;
  height: 2px;
  background-color: #75b63e;
  opacity: 1;
}
#mv .swiper-pagination-bullet-active {
  background-color: #13903e;
}
#mv .listTxt {
  padding: 0;
  list-style: none;
  position: relative;
  min-height: 140px;
}
#mv .listTxt li {
  opacity: 0;
  visibility: hidden;
  padding: 26px 10px 0;
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 1s;
}
@media screen and (min-width: 1024px) {
  #mv {
    padding: 0;
    margin: 0 auto 40px;
    position: relative;
  }
  #mv .swiper {
    width: 83%;
    margin-right: 0;
    border-radius: 100px 0 0 100px;
    max-width: 1170px;
  }
  #mv .swiper-pagination {
    padding-right: 150px;
    bottom: 10px;
  }
  #mv .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
  }
  #mv .listTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 13.5%;
    height: 100%;
    min-height: 557px;
  }
  #mv .listTxt li {
    padding: 40px 0 0;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1225px) {
  #mv .listTxt {
    left: .2vw;
  }
}
@media screen and (min-width: 1250px) {
  #mv .listTxt {
    left: .8vw;
  }
}
@media screen and (min-width: 1275px) {
  #mv .listTxt {
    left: 1.6vw;
  }
}
@media screen and (min-width: 1300px) {
  #mv .listTxt {
    left: 2.5vw;
  }
}
@media screen and (min-width: 1325px) {
  #mv .listTxt {
    left: 3vw;
  }
}
@media screen and (min-width: 1350px) {
  #mv .swiper {
    width: 82%;
  }
  #mv .listTxt {
    left: 3.6vw;
  }
  #mv .listTxt li {
    font-size: 18px;
  }
}
@media screen and (min-width: 1375px) {
  #mv .listTxt {
    left: 4.5vw;
  }
}
@media screen and (min-width: 1400px) {
  #mv .listTxt {
    left: 5vw;
  }
}
@media screen and (min-width: 1425px) {
  #mv .swiper {
    width: 81%;
  }
  #mv .listTxt {
    left: 5.8vw;
  }
}
@media screen and (min-width: 1450px) {
  #mv .listTxt {
    left: 6.5vw;
  }
}
@media screen and (min-width: 1475px) {
  #mv .listTxt {
    left: 7vw;
  }
}
@media screen and (min-width: 1500px) {
  #mv {
    width: 1500px;
  }
  #mv .listTxt {
    left: 120px;
  }
}
#main {
  /* background: linear-gradientの後に書かないと効かない */
}
#main .ttlTop {
  text-align: center;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(195deg, rgb(129, 189, 67) 0%, rgb(33, 133, 25) 20%, rgb(129, 189, 67) 40%, rgb(33, 133, 25) 60%, rgb(129, 189, 67) 80%, rgb(33, 133, 25) 100%);
}
#main .ttlTop span {
  display: block;
  font-size: 40px;
  letter-spacing: 4px;
}
#main .ttlList,
#main .ttlPage span {
  background: linear-gradient(90deg, #1c8217, #7cb847);
}
#main .ttlTop,
#main .ttlList,
#main .ttlPage span {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .ttlPage {
  text-align: center;
  font-size: 25px;
  margin: 70px 0;
}
#main .ttlSection {
  text-align: center;
  font-size: 20px;
  color: #14903f;
  margin-bottom: 30px;
}
#main .ttlSection span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}
#main .category ul {
  padding: 0;
  list-style: none;
}
#main .category ul li,
#main .category ul li a {
  display: inline-block;
}
#main .category ul li {
  margin-right: 10px;
}
#main .category ul li a {
  text-decoration: none;
}
#main .author {
  text-align: right;
}
#main .publisher {
  display: none;
}

@media screen and (min-width: 768px) {
  #main .ttlTop {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #main .ttlTop span {
    letter-spacing: 6px;
    font-size: 80px;
  }
  #main .ttlPage {
    font-size: 40px;
  }
  #main .ttlSection {
    font-size: 30px;
  }
  #main .ttlSection span {
    font-size: 15px;
  }
}
#topVision {
  text-align: center;
  position: relative;
}
#topVision .img img,
#topVision .txt {
  border-radius: 50px;
}
#topVision .txt {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 35px 0;
  background: rgba(255, 255, 255, 0.9);
}
#topVision .txt p {
  font-size: 11px;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #topVision {
    height: 630px;
    margin: 90px 0 80px;
  }
  #topVision .img img,
  #topVision .txt {
    border-radius: 100px;
  }
  #topVision .img {
    text-align: left;
  }
  #topVision .txt {
    width: 750px;
    height: 400px;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 70px 0 0;
  }
  #topVision .txt p {
    font-size: 18px;
  }
}
#main .post article > a,
aside .post article > a {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #75b63e;
  padding: 12px 20px;
}
#main .post article > a:hover,
aside .post article > a:hover {
  background-color: #f1efbc;
  opacity: 1;
}
#main .post article > a > *,
aside .post article > a > * {
  display: inline-block;
}
#main .post article:first-child > a,
aside .post article:first-child > a {
  border-top: 1px solid #75b63e;
}
#main .post article time,
aside .post article time {
  font-size: 10px;
}
#main .post article .cat,
aside .post article .cat {
  padding: 0;
  list-style: none;
}
#main .post article .cat li,
aside .post article .cat li {
  line-height: 1.2;
  background-color: #75b63e;
  color: #fff;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 4px;
  margin: 0 6px;
}
#main .post article .ttl,
aside .post article .ttl {
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 13px;
}
#main .post .btn,
aside .post .btn {
  margin-top: 20px;
}
#main .post .btn a:hover,
aside .post .btn a:hover {
  opacity: 1;
  background: linear-gradient(90deg, #13903e, #13903e);
}

@media screen and (min-width: 768px) {
  #main .post article > a,
  aside .post article > a {
    background-image: url(img/arrow-right-green-line.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 8px auto;
    padding: 37px 20px;
  }
  #main .post article time,
  aside .post article time {
    font-size: 16px;
  }
  #main .post article .cat li,
  aside .post article .cat li {
    font-size: 12px;
    margin: 0 10px;
  }
  #main .post article .ttl,
  aside .post article .ttl {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
  }
  #main .post .btn,
  aside .post .btn {
    margin-top: 30px;
  }
}
#topNews {
  margin-bottom: 120px;
}
#topNews .ttlTop {
  margin: 0 0 20px 20px;
}

@media screen and (min-width: 768px) {
  #topNews {
    margin-bottom: 160px;
  }
  #topNews .ttlTop {
    margin: 0 0 30px 50px;
  }
  #topNews .btn a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#topAbout {
  text-align: center;
}
#topAbout .ttlTop {
  margin-bottom: 40px;
}
#topAbout ul {
  padding: 0;
  list-style: none;
}
#topAbout li {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 30px 0 30px 0;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}
#topAbout li:hover {
  transform: scale(1.1);
}
#topAbout li .img {
  overflow: hidden;
}
#topAbout li .img img {
  width: 100%;
}
#topAbout li .txt {
  padding: 26px 20px 80px;
  text-align: left;
}
#topAbout li .txt .ttlList {
  font-size: 20px;
  margin-bottom: 14px;
}
#topAbout li .txt p {
  line-height: 1.8;
  font-size: 13px;
}
#topAbout li .btn {
  position: absolute;
  right: 0;
  bottom: -55px;
}
#topAbout li .btn a {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #topAbout li .btn {
    bottom: -120px;
  }
}
@media screen and (min-width: 1024px) {
  #topAbout .ttlTop {
    margin-bottom: 80px;
  }
  #topAbout li {
    display: flex;
    margin-bottom: 80px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 60px 0 60px 0;
  }
  #topAbout li .img, #topAbout li .txt {
    width: 500px;
  }
  #topAbout li .txt {
    padding: 50px 40px;
  }
  #topAbout li .txt .ttlList {
    font-size: 30px;
  }
  #topAbout li .txt p {
    font-size: 16px;
  }
  #topAbout li .btn {
    position: absolute;
    right: 0;
    bottom: -100px;
  }
  #topAbout li .btn a {
    padding-top: 42px;
  }
}
.page #main p, .page #main th, .page #main td {
  line-height: 2.1;
}
.page #main dl.chronology {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page #main dl.chronology::after {
  content: "";
  position: absolute;
  left: 70px;
  top: 20px;
  width: 2px;
  height: calc(100% - 20px);
  border-left: 2px dotted #75b63e;
}
.page #main dl.chronology > *:last-child {
  padding-bottom: 0;
}
.page #main dl.chronology dt {
  width: 70px;
  color: #fff;
  font-size: 28px;
  -webkit-text-stroke: 2px #75b63e;
}
.page #main dl.chronology dd {
  width: calc(100% - 70px);
  font-size: 13px;
  position: relative;
  padding: 10px 0 20px 16px;
  line-height: 1.8;
}
.page #main dl.chronology dd::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #75b63e;
}
.page #main ul.seeNumber {
  padding: 0;
  list-style: none;
}
.page #main ul.seeNumber li {
  margin-bottom: 20px;
  padding: 90px 0 35px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 34px;
}
.page #main ul.seeNumber li.proceeds {
  background-image: url(img/icon-graph.svg);
  background-size: 40px auto;
}
.page #main ul.seeNumber li.employees {
  background-image: url(img/icon-people.svg);
  background-size: 33px auto;
}
.page #main ul.seeNumber li.going {
  background-image: url(img/icon-kids.svg);
  background-size: 88px auto;
}
.page #main ul.seeNumber li.return {
  background-image: url(img/icon-id.svg);
  background-size: 67px auto;
}
.page #main ul.seeNumber li.deliver {
  background-image: url(img/icon-book.svg);
  background-size: 50px auto;
}
.page #main ul.seeNumber li.deliver hr {
  border: none;
  width: 200px;
  height: 4px;
  margin: 10px auto 0;
  background-color: #f3f2d9;
  border-radius: 3px;
}
.page #main ul.seeNumber li.deliver .circle {
  display: inline-block;
  vertical-align: 14px;
  border-radius: 50%;
  background-color: #514327;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.page #main ul.seeNumber li.deliver .circle .inner {
  font-size: 14px;
  vertical-align: 3px;
}
.page #main ul.seeNumber li.staff {
  background-image: url(img/icon-people-half.svg);
  background-size: 61px auto;
}
.page #main ul.seeNumber li.staff dd {
  height: 220px;
  margin-top: 10px;
  background-image: url(img/graph-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.page #main ul.seeNumber li.staff dd small {
  position: absolute;
  right: 50px;
  bottom: 0;
}
.page #main ul.seeNumber li.col {
  padding: 35px 25px 50px;
}
.page #main ul.seeNumber li.col dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page #main ul.seeNumber li.col dl dt {
  padding-top: 20px;
}
.page #main ul.seeNumber li.col dl dd {
  width: 55%;
  text-align: right;
}
.page #main ul.seeNumber li.col dl dd small {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.page #main ul.seeNumber li.col dl dd small.row2 {
  bottom: -35px;
  line-height: 1.5;
}
.page #main ul.seeNumber dt {
  font-size: 14px;
}
.page #main ul.seeNumber dd {
  line-height: 1;
  font-size: 70px;
}
.page #main ul.seeNumber dd span {
  font-size: 30px;
}
.page #main ul.seeNumber dd small {
  font-size: 10px;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .page #main ul.seeNumber li.col {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (min-width: 768px) {
  .page #main dl.chronology::after {
    left: 110px;
    top: 30px;
    height: calc(100% - 30px);
  }
  .page #main dl.chronology dt {
    width: 110px;
    font-size: 38px;
  }
  .page #main dl.chronology dd {
    width: calc(100% - 110px);
    font-size: 16px;
    padding: 16px 0 40px 32px;
  }
  .page #main dl.chronology dd::after {
    left: -7px;
    top: 22px;
    width: 16px;
    height: 16px;
  }
  .page #main ul.seeNumber {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page #main ul.seeNumber li {
    width: 48%;
    max-width: 480px;
    height: 330px;
    margin-bottom: 46px;
    padding: 110px 0 0;
    background-position: center 44px;
  }
  .page #main ul.seeNumber li.going dt {
    margin: -16px 0;
  }
  .page #main ul.seeNumber li.deliver, .page #main ul.seeNumber li.staff {
    height: 410px;
  }
  .page #main ul.seeNumber li.deliver hr {
    width: 80%;
  }
  .page #main ul.seeNumber li.deliver .circle {
    vertical-align: 40px;
    width: 80px;
    height: 80px;
  }
  .page #main ul.seeNumber li.deliver .circle .inner {
    font-size: 30px;
    vertical-align: -17px;
  }
  .page #main ul.seeNumber li.col {
    height: auto;
    padding: 50px 25px 70px;
  }
  .page #main ul.seeNumber li.col dl dd {
    font-size: 70px;
  }
  .page #main ul.seeNumber li.col dl dd small {
    bottom: -20px;
    margin-top: 0;
  }
  .page #main ul.seeNumber li.col dl dd small.row2 {
    bottom: -50px;
  }
  .page #main ul.seeNumber dt {
    font-size: 18px;
  }
  .page #main ul.seeNumber dd {
    font-size: 100px;
  }
  .page #main ul.seeNumber dd span {
    font-size: 36px;
  }
  .page #main ul.seeNumber dd small {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .page #main ul.seeNumber li {
    height: 370px;
  }
  .page #main ul.seeNumber li.deliver, .page #main ul.seeNumber li.staff {
    height: 524px;
  }
  .page #main ul.seeNumber li.deliver .circle {
    vertical-align: 30px;
  }
  .page #main ul.seeNumber li.deliver .circle .inner {
    vertical-align: 4px;
  }
  .page #main ul.seeNumber li.staff dd {
    height: 334px;
  }
  .page #main ul.seeNumber li.col {
    height: auto;
    padding: 45px 50px 75px;
  }
  .page #main ul.seeNumber li.col dl dd {
    font-size: 100px;
  }
  .page #main ul.seeNumber li.col dl dd span {
    font-size: 40px;
  }
  .page #main ul.seeNumber dt {
    font-size: 22px;
  }
  .page #main ul.seeNumber dd {
    font-size: 140px;
  }
  .page #main ul.seeNumber dd span {
    font-size: 60px;
  }
}
#contents.gaiyo .greeting {
  margin-bottom: 80px;
}
#contents.gaiyo .greeting figure {
  text-align: center;
}
#contents.gaiyo .greeting p {
  font-size: 13px;
}
#contents.gaiyo .about {
  margin-bottom: 80px;
}
#contents.gaiyo .business {
  margin-bottom: 80px;
}
#contents.gaiyo .business .boxWhite {
  padding-left: 40px;
}
#contents.gaiyo .business ul {
  padding: 0;
}
#contents.gaiyo .business li {
  font-size: 13px;
  margin-bottom: 30px;
}
#contents.gaiyo .business li:last-child {
  margin-bottom: 0;
}
#contents.gaiyo .map iframe {
  width: 100%;
}


@media screen and (min-width: 768px) {
  #contents.gaiyo .about ul.seeNumber li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #contents.gaiyo .summary {
    width: 600px;
    margin: auto;
  }
  #contents.gaiyo .summary th {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #contents.gaiyo .greeting {
    margin-bottom: 160px;
  }
  #contents.gaiyo .greeting .box {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  #contents.gaiyo .greeting .box figure {
    width: 357px;
  }
  #contents.gaiyo .greeting .box p {
    width: 470px;
  }
  #contents.gaiyo .greeting p {
    font-size: 16px;
  }
  #contents.gaiyo .greeting p.clear {
    clear: both;
  }
  #contents.gaiyo .about {
    margin-bottom: 160px;
  }
  #contents.gaiyo .business {
    margin-bottom: 160px;
  }
  #contents.gaiyo .business ul {
    margin: 0 28px;
  }
  #contents.gaiyo .business li {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
#contents.history .boxWhite {
  margin-bottom: 80px;
}
#contents.history .boxWhite p {
  font-size: 13px;
}
#contents.history .history .ttlSection {
  background-image: url(img/icon-anniversary.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 104px auto;
  padding-top: 100px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #contents.history .boxWhite {
    margin-bottom: 160px;
  }
  #contents.history .boxWhite p {
    font-size: 16px;
  }
  #contents.history .history {
    max-width: 720px;
    margin: auto;
  }
  #contents.history .history .ttlSection {
    background-size: 208px auto;
    padding-top: 220px;
    margin-bottom: 70px;
  }
}
#contents.business .list ul {
  padding: 0;
  list-style: none;
}
#contents.business .list ul li {
  margin-bottom: 80px;
}
#contents.business .list ul li figure {
  text-align: center;
}
#contents.business .list ul li img {
  border-radius: 20px;
  margin-bottom: 10px;
}
#contents.business .list ul li .ttlSection,
#contents.business .list ul li p {
  margin-bottom: 13px;
}
#contents.business .list ul li .ttlSection span {
  margin-bottom: 0;
}
#contents.business .list ul li p {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #contents.business .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contents.business .list ul li {
    margin-bottom: 160px;
    width: 48%;
  }
  #contents.business .list ul li img {
    border-radius: 40px;
    margin-bottom: 20px;
  }
  #contents.business .list ul li .ttlSection,
  #contents.business .list ul li p {
    margin-bottom: 25px;
  }
  #contents.business .list ul li .ttlSection {
    margin-bottom: 15px;
    min-height: 65px;
    font-size: 26px;
  }
  #contents.business .list ul li .ttlSection span {
    font-size: 13px;
  }
  #contents.business .list ul li p {
    margin-bottom: 35px;
    font-size: 16px;
    text-align: center;
  }
  #contents.business .list ul li:first-child {
    width: 100%;
  }
  #contents.business .list ul li:first-child .ttlSection {
    min-height: auto;
  }
  #contents.business .list ul li:first-child img {
    border-radius: 80px;
  }
  #contents.business .list ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  #contents.business .list ul li:nth-last-child(2) p {
    min-height: 101px;
  }
}
@media screen and (min-width: 1024px) {
  #contents.business .list .btn a {
    font-size: 18px;
    width: 400px;
  }
}
#contents.materials img {
  border-radius: 20px;
  display: block;
  margin: auto;
}
#contents.materials .boxWhite p {
  font-size: 13px;
}
#contents.materials section {
  margin-bottom: 80px;
}
#contents.materials .intro {
  margin-bottom: 70px;
}
#contents.materials .intro img {
  border-radius: 40px;
}
#contents.materials .summary img {
  margin-top: 20px;
}
#contents.materials .history .ttlSection {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #contents.materials img {
    border-radius: 40px;
  }
  #contents.materials .boxWhite p {
    font-size: 16px;
  }
  #contents.materials section {
    margin-bottom: 160px;
  }
  #contents.materials .intro {
    margin-bottom: 140px;
  }
  #contents.materials .intro img {
    border-radius: 80px;
  }
  #contents.materials .summary img {
    margin-top: 40px;
  }
  #contents.materials .history {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #contents.materials .history .ttlSection {
    margin-bottom: 70px;
  }
}
#contents.numbers .list .other {
  margin-top: 35px;
}
#contents.numbers .list .other h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
#contents.numbers .list .other ul {
  padding-left: 20px;
}
#contents.numbers .list .other ul li {
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  #contents.numbers .list .other h2 {
    font-size: 22px;
  }
  #contents.numbers .list .other ul li {
    font-size: 16px;
  }
}
#contents.privacy h2 {
  font-size: 17px;
  color: #01913b;
  margin: 80px 0 10px;
}
#contents.privacy h3 {
  margin-top: 10px;
}
#contents.privacy h3, #contents.privacy p, #contents.privacy li {
  font-size: 13px;
  line-height: 1.8;
}
#contents.privacy ul, #contents.privacy ol {
  padding-left: 20px;
  margin-top: 10px;
}
#contents.privacy ul li, #contents.privacy ol li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #contents.privacy h2 {
    font-size: 24px;
  }
  #contents.privacy h3, #contents.privacy p, #contents.privacy li {
    font-size: 16px;
  }
}
.single #main .boxWhite {
  margin-top: 38px;
}
.single #main article time {
  color: #514327;
  font-size: 13px;
  display: inline-block;
}
.single #main article .cat {
  padding: 0;
  list-style: none;
  display: inline-block;
}
.single #main article .cat li {
  line-height: 1.2;
  background-color: #75b63e;
  color: #fff;
  padding: 1px 5px;
  font-size: 10px;
  border-radius: 4px;
  margin: 0 6px;
}
.single #main article h1 {
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 2px solid #75b63e;
}
.single #main article p {
  margin-bottom: 20px;
  line-height: 2.1;
  font-size: 13px;
}
.single #main article figure {
  text-align: center;
}
.single #main article .url a {
  word-break: break-all;
}
.single #main article .author {
  margin-top: 20px;
  font-size: 10px;
}
.single aside.otherPost {
  margin-top: 80px;
}
.single aside.otherPost h2 {
  text-align: center;
  color: #14903f;
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .single #main .boxWhite {
    margin-top: 75px;
  }
  .single #main article time {
    font-size: 16px;
  }
  .single #main article .cat li {
    font-size: 12px;
    margin: 0 10px;
  }
  .single #main article h1 {
    font-size: 24px;
    padding: 20px 0;
  }
  .single #main article p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .single #main article .author {
    margin-top: 40px;
    font-size: 13px;
  }
  .single aside.otherPost {
    margin-top: 160px;
  }
  .single aside.otherPost h2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
#bc {
  margin-top: 25px;
}
#bc ol {
  padding: 0;
  list-style: none;
  font-size: 10px;
}
#bc ol li,
#bc ol li a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #bc {
    margin-top: 8px;
  }
  #bc ol {
    font-size: 14px;
  }
}
.prevNextPost {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 10px;
}
.prevNextPost a {
  text-decoration: none;
  font-size: 13px;
  color: #75b63e;
}

@media screen and (min-width: 768px) {
  .prevNextPost {
    margin-top: 70px;
  }
  .prevNextPost a {
    font-size: 16px;
  }
}
.pgn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pgn .current,
.pgn a {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  color: #fff;
  background: linear-gradient(90deg, #1c8217, #7cb847);
  text-align: center;
  margin: 0 5px;
  padding-top: 4px;
  font-size: 11px;
  border-radius: 50%;
}
.pgn .current,
.pgn a:hover {
  opacity: 1;
  background: linear-gradient(90deg, #1c8217, #1c8217);
}
.pgn a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .pgn {
    margin-top: 60px;
  }
  .pgn .current,
  .pgn a {
    width: 50px;
    height: 50px;
    padding-top: 14px;
    font-size: 15px;
  }
}
#footer {
  margin-top: 80px;
}
#footer a {
  text-decoration: none;
}
#footer ul {
  padding: 0;
  list-style: none;
}
#footer .bnrs h3 {
  text-align: center;
  font-size: 10px;
  color: #00913a;
  margin-bottom: 43px;
}
#footer .bnrs h3 img {
  display: block;
  width: 80px;
  margin: 0 auto 8px;
}
#footer .bnrs li {
  border-radius: 0 0 20px 0;
  background-color: #fff;
  width: 240px;
  height: 96px;
  margin: 0 auto 30px;
  font-size: 13px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
#footer .bnrs li:hover {
  transform: scale(1.1);
}
#footer .bnrs li a {
  display: block;
  padding-top: 64px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 19px;
  background-size: 45px auto;
  position: relative;
}
#footer .bnrs li a.lazyloaded {
  background-image: url(img/logo.svg);
}
#footer .bnrs li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #bdda9f;
  background-image: url(img/arrow-upper-right-white.svg);
  background-repeat: no-repeat;
  background-position: 24px 14px;
  background-size: 9px auto;
}
#footer .bnrs li a:hover {
  opacity: 1;
}
#footer .bnrs li.compass a {
  background-position: center 17px;
  background-size: 193px auto;
}
#footer .bnrs li.compass a.lazyloaded {
  background-image: url(img/footer-compass.png);
}
#footer .bnrs li.youtube a {
  background-position: center 25px;
  background-size: 129px auto;
}
#footer .bnrs li.youtube a.lazyloaded {
  background-image: url(img/footer-youtube.png);
}
#footer .bnrs li.gift a {
  background-position: center 17px;
  background-size: 142px auto;
}
#footer .bnrs li.gift a.lazyloaded {
  background-image: url(img/footer-gift.svg);
}
#footer .txt {
  background-color: #edecab;
  border-radius: 100px 0 0 0;
  padding: 85px 32px 60px;
}
#footer .menu {
  display: flex;
  margin-bottom: 40px;
}
#footer .menu ul:nth-child(1) {
  width: 46%;
}
#footer .menu ul:nth-child(2) {
  width: 54%;
}
#footer .menu li {
  background-image: url(img/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 4px auto;
  margin-bottom: 24px;
  padding-left: 12px;
  font-size: 12px;
}
#footer .menu li:last-child {
  margin-bottom: 0;
}
#footer .info {
  text-align: center;
}
#footer .info ul {
  margin-bottom: 40px;
}
#footer .info ul li {
  margin-bottom: 25px;
}
#footer .info ul li:last-child {
  margin-bottom: 0;
}
#footer .info .btn.tel a,
#footer .info .btn.contact a {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
}
#footer .info .btn.tel a:hover,
#footer .info .btn.contact a:hover {
  opacity: 1;
  background-color: #13903d;
}
#footer .info .btn.tel a {
  background: #75b63e;
  justify-content: space-around;
}
#footer .info .btn.tel a p {
  width: 60%;
  font-size: 10px;
  line-height: 1.1;
}
#footer .info .btn.tel a p span {
  display: block;
  font-size: 18px;
  letter-spacing: 2px;
}
#footer .info .btn.tel a dl {
  display: flex;
  flex-wrap: wrap;
  width: 45%;
}
#footer .info .btn.tel a dt, #footer .info .btn.tel a dd {
  font-size: 10px;
  text-align: left;
}
#footer .info .btn.tel a dt {
  width: 40%;
}
#footer .info .btn.tel a dd {
  width: 60%;
}
#footer .info .btn.contact a {
  min-width: 150px;
  background: #e78200;
  font-size: 12px;
  justify-content: center;
}
#footer .info .location {
  font-size: 12px;
  margin-bottom: 20px;
}
#footer .info .location h3 {
  margin-bottom: 10px;
}
#footer .info .location p {
  line-height: 1.8;
}
#footer .sns {
  margin-bottom: 23px;
}
#footer .sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .sns ul li {
  width: 33px;
  margin: 0 8px;
}
#footer .sns ul li.instagram {
  width: 32px;
}
#footer address {
  font-style: normal;
  text-align: center;
  font-size: 10px;
}
#footer #navBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  height: 50px;
  z-index: 1;
  background-color: #75b63e;
}
#footer #navBottom li {
  width: 13.3%;
}
#footer #navBottom li a {
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-repeat: no-repeat;
}
#footer #navBottom li a:hover {
  opacity: 1;
}
#footer #navBottom .tel {
  width: 60%;
}
#footer #navBottom .bg a {
  display: block;
  font-size: 10px;
  padding-top: 26px;
}
#footer #navBottom .tel a {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#footer #navBottom .tel a p {
  font-size: 10px;
}
#footer #navBottom .tel a p span {
  display: block;
  font-size: 15px;
}
#footer #navBottom .tel a dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
#footer #navBottom .tel a dt, #footer #navBottom .tel a dd {
  font-size: 10px;
  text-align: left;
  letter-spacing: 0;
}
#footer #navBottom .tel a dt {
  width: 40%;
}
#footer #navBottom .tel a dd {
  width: 60%;
}
#footer #navBottom .contact a {
  background-image: url(img/icon-mail.svg);
  background-position: center 12px;
  background-size: 14px auto;
  background-color: #e78200;
}
#footer #navBottom .home a {
  background-image: url(img/icon-home.svg);
  background-position: center 10px;
  background-size: 15px auto;
  background-color: #3ca437;
}
#footer #navBottom .top a {
  background-image: url(img/icon-arrow.svg);
  background-position: center 12px;
  background-size: 8px auto;
  background-color: #13903d;
}
#footer #pageTop {
  opacity: 0;
  visibility: hidden;
  background-color: #bdda9f;
  background-image: url(img/arrow-top-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 70px;
  border-radius: 50%;
}
#footer #pageTop:hover {
  background-color: #13903d;
}

@media screen and (min-width: 600px) {
  #footer #navBottom .tel a dt {
    width: 28%;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 180px;
    background: linear-gradient(90deg, transparent 0%, transparent 70%, rgb(237, 235, 173) 70%, rgb(237, 235, 173) 100%);
  }
  #footer .inner {
    display: flex;
    justify-content: space-between;
  }
  #footer .bnrs h3 {
    font-size: 15px;
    color: #00913a;
  }
  #footer .bnrs h3 img {
    display: block;
    width: 160px;
  }
  #footer .bnrs li {
    border-radius: 0 0 40px 0;
    width: 300px;
    height: 120px;
    margin-bottom: 20px;
    font-size: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #footer .bnrs li a {
    padding-top: 80px;
    background-position: center 22px;
    background-size: 56px auto;
  }
  #footer .bnrs li a::after {
    bottom: -38px;
    width: 80px;
    height: 80px;
    background-image: url(img/arrow-upper-right-white.svg);
    background-position: 29px 17px;
    background-size: 11px auto;
  }
  #footer .bnrs li.compass a {
    background-position: center 21px;
    background-size: 241px auto;
  }
  #footer .bnrs li.youtube a {
    background-position: center 30px;
    background-size: 161px auto;
  }
  #footer .bnrs li.gift a {
    background-position: center 21px;
    background-size: 179px auto;
  }
  #footer .txt {
    width: 65%;
  }
  #footer .menu {
    margin-bottom: 60px;
  }
  #footer .menu ul {
    width: 50% !important;
  }
  #footer .menu li {
    background-position: left 11px;
    font-size: 16px;
  }
  #footer .info ul {
    margin-bottom: 60px;
  }
  #footer .info ul li {
    margin-bottom: 20px;
  }
  #footer .info .btn.tel a,
  #footer .info .btn.contact a {
    height: 50px;
  }
  #footer .info .btn.tel a p {
    font-size: 12px;
  }
  #footer .info .btn.tel a p span {
    font-size: 24px;
  }
  #footer .info .btn.tel a dt, #footer .info .btn.tel a dd {
    font-size: 12px;
  }
  #footer .info .btn.contact a {
    font-size: 15px;
  }
  #footer .info .location {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #footer .info .location h3 {
    margin-bottom: 30px;
  }
  #footer .sns {
    margin-bottom: 35px;
  }
  #footer address {
    font-size: 13px;
  }
  #footer #pageTop {
    background-size: 12px auto;
    width: 80px;
    height: 80px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  #footer .txt {
    border-radius: 200px 0 0 0;
    padding: 120px 90px 45px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .txt {
    padding-left: 180px;
    padding-right: 180px;
  }
}
#main .snow-monkey-form .smf-item__label,
#main .snow-monkey-form .smf-label {
  font-size: 16px;
}
#main .snow-monkey-form .smf-form--simple-table .smf-item {
  padding: 30px 17px;
  border-bottom: 1px solid #514327;
}
#main .snow-monkey-form .smf-form--simple-table .smf-item:first-child {
  border-top: 1px solid #514327;
}
#main .snow-monkey-form .smf-item-required .smf-item__description {
  flex-shrink: 0;
  margin: 0 0 0 10px;
  padding: 0 6px;
  background-color: #db533c;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
#main .snow-monkey-form .smf-item__col--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .snow-monkey-form .smf-item__col--controls .smf-text-control__control,
#main .snow-monkey-form .smf-item__col--controls .smf-select-control__control,
#main .snow-monkey-form .smf-item__col--controls .smf-textarea-control__control {
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #efefef;
  font-size: 16px;
}
#main .snow-monkey-form .smf-item__col--controls .smf-text-control__control::placeholder,
#main .snow-monkey-form .smf-item__col--controls .smf-select-control__control::placeholder,
#main .snow-monkey-form .smf-item__col--controls .smf-textarea-control__control::placeholder {
  color: #b6b6b6;
}
#main .snow-monkey-form .smf-item__col--controls .smf-text-control__control:focus,
#main .snow-monkey-form .smf-item__col--controls .smf-select-control__control:focus,
#main .snow-monkey-form .smf-item__col--controls .smf-textarea-control__control:focus {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
#main .snow-monkey-form .smf-item__col--controls .smf-text-control__control {
  padding-top: 15px;
  padding-bottom: 14px;
}
#main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control__control,
#main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-checkbox-control__control {
  margin: 15px 10px 0 0;
}
#main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control__label,
#main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-checkbox-control__label {
  margin-top: 12px;
}
#main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label:first-child .smf-radio-button-control__control,
#main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-label:first-child .smf-checkbox-control__control {
  margin-top: 3px;
}
#main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label:first-child .smf-radio-button-control__label,
#main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-label:first-child .smf-checkbox-control__label {
  margin-top: 0;
}
#main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-checkbox-control__control {
  border-radius: 3px;
}
#main .snow-monkey-form .link {
  padding-left: 26px;
  font-size: 16px;
}
#main .snow-monkey-form .link a {
  color: #0000ea;
}
#main .snow-monkey-form .p-country-name {
  display: none;
}
#main .snow-monkey-form .smf-form--simple-table + .smf-action {
  margin-top: 80px;
}
#main .snow-monkey-form .smf-action .smf-button-control {
  margin: 20px 0;
  display: block;
}
#main .snow-monkey-form .smf-action .smf-button-control__control {
  border: none;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 16px;
  border-radius: 40px;
  min-width: 300px;
  background: linear-gradient(90deg, #1c8217, #7cb847);
}
#main .snow-monkey-form .smf-action .smf-button-control__control[data-action=complete] {
  background: #e78200;
}

@media screen and (min-width: 768px) {
  #main .snow-monkey-form .smf-item__col--label {
    flex: 0 0 220px;
    max-width: none;
  }
  #main .snow-monkey-form .smf-item__col--controls .smf-text-control__control,
  #main .snow-monkey-form .smf-item__col--controls .smf-select-control__control,
  #main .snow-monkey-form .smf-item__col--controls .smf-textarea-control__control {
    border-radius: 6px;
  }
  #main .snow-monkey-form .smf-item__col--controls .smf-text-control__control {
    max-width: 300px;
  }
  #main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-radio-button-control__control,
  #main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-checkbox-control__control {
    margin-top: 17px;
  }
  #main .snow-monkey-form .smf-item__col--controls .smf-radio-buttons-control__control .smf-label:first-child .smf-radio-button-control__control,
  #main .snow-monkey-form .smf-item__col--controls .smf-checkboxes-control__control .smf-label:first-child .smf-checkbox-control__control {
    margin-top: 6px;
  }
  #main .snow-monkey-form .smf-action .smf-button-control__control {
    width: 380px;
    font-size: 18px;
    padding: 24px 16px;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

.reCAPTCHA {
  text-align: center;
}

body.error404 p {
  text-align: center;
}

.shisetsumap #main {
  font-weight: bold;
}
.shisetsumap #main .boxDs {
  list-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
}
.shisetsumap #main .summary .boxDs a,
.shisetsumap #main #map .boxDs a,
.shisetsumap #main .summary h3 a {
  text-decoration: none;
}

.shisetsumap #main .ttlIntro {
  text-align: center;
  margin-bottom: 20px;
}
.shisetsumap #main .summary {
  padding-top: 40px;
}
.shisetsumap #main .summary h3 {
  display: inline-block;
  width: 100px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 3px 0;
  margin-left: 18px;
  font-size: 13px;
}
.shisetsumap #main .summary.kyushu h3,
.shisetsumap #main #map .boxDs li.kyushu a,
.shisetsumap #main .summary.kyushu .boxDs li a:hover,
.shisetsumap.kyushu #main .boxDs h2 {
  background-color: #9dd7d7;
}
.shisetsumap #main .summary.shikoku h3,
.shisetsumap #main #map .boxDs li.shikoku a,
.shisetsumap #main .summary.shikoku .boxDs li a:hover,
.shisetsumap.shikoku #main .boxDs h2 {
  background-color: #e5ab8a;
}
.shisetsumap #main .summary.chugoku h3,
.shisetsumap #main #map .boxDs li.chugoku a,
.shisetsumap #main .summary.chugoku .boxDs li a:hover,
.shisetsumap.chugoku #main .boxDs h2 {
  background-color: #dec877;
}
.shisetsumap #main .summary.kansai h3,
.shisetsumap #main #map .boxDs li.kansai a,
.shisetsumap #main .summary.kansai .boxDs li a:hover,
.shisetsumap.kansai #main .boxDs h2 {
  background-color: #d0b5e1;
}
.shisetsumap #main .summary.kanto h3,
.shisetsumap #main #map .boxDs li.kanto a,
.shisetsumap #main .summary.kanto .boxDs li a:hover,
.shisetsumap.kanto #main .boxDs h2 {
  background-color: #e59b9b;
}
.shisetsumap #main .summary.chubu h3,
.shisetsumap #main #map .boxDs li.chubu a,
.shisetsumap #main .summary.chubu .boxDs li a:hover,
.shisetsumap.chubu #main .boxDs h2 {
  background-color: #a8dda1;
}
.shisetsumap #main .summary .boxDs {
  padding: 24px 18px 32px;
}
.shisetsumap #main .summary .boxDs li {
  position: relative;
  padding: 9px 0 9px 16px;
  border-bottom: 1px solid #514426;
  font-size: 13px;
}
.shisetsumap #main .summary .boxDs li::after,
.shisetsumap #main #map .boxDs li a:after {
  content: '▶︎';
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
.shisetsumap #main .summary.kyushu .boxDs li::after {
  color: #9cd7d7;
}
.shisetsumap #main .summary.shikoku .boxDs li::after {
  color: #e5ab8a;
}
.shisetsumap #main .summary.chugoku .boxDs li::after {
  color: #dec877;
}
.shisetsumap #main .summary.kansai .boxDs li::after {
  color: #d0b5e1;
}
.shisetsumap #main .summary.chubu .boxDs li::after {
  color: #a8dda1;
}
.shisetsumap #main .summary.kanto .boxDs li::after {
  color: #e59b9b;
}
.shisetsumap #main .summary .boxDs li a {
  display: inline-block;
  padding: 0 4px;
}
.shisetsumap #main .summary .boxDs li a:hover {
  opacity: 1;
  color: #fff;
}
.shisetsumap #main #map .ttlPage {
  margin: 100px 0 35px;
}
.shisetsumap #main #map .boxDs {
  padding: 35px 42px 42px;
}
.shisetsumap #main #map .boxDs .img {
  text-align: center;
}
.shisetsumap #main #map .boxDs .img svg {
  max-width: 324px;
  width: 100% !important;
}
.shisetsumap #main #map .boxDs ul {
  list-style: none;
  padding-left: 0;
  margin-top: 29px;
}
.shisetsumap #main #map .boxDs li {
  margin-top: 10px;
}
.shisetsumap #main #map .boxDs li a {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  padding: 6px 16px;
}
.shisetsumap #main #map .boxDs li a:after {
  left: 12px;
  top: 7px;
}

.shisetsumap #main .boxDs h2 {
  text-align: center;
  font-size: 13px;
  padding: 3px 0;
}
.shisetsumap #main .boxDs ul {
  list-style: none;
  padding-left: 0;
}
.shisetsumap #main .boxDs ul.prefectures {
  padding: 20px;
}
.shisetsumap.kyushu #main .boxDs ul.prefectures {
  background-color: #f1ffff;
}
.shisetsumap.shikoku #main .boxDs ul.prefectures {
  background-color: #fff0e7;
}
.shisetsumap.chugoku #main .boxDs ul.prefectures {
  background-color: #fff6dc;
}
.shisetsumap.kansai #main .boxDs ul.prefectures {
  background-color: #faf1ff;
}
.shisetsumap.chubu #main .boxDs ul.prefectures {
  background-color: #f3fff1;
}
.shisetsumap.kanto #main .boxDs ul.prefectures {
  background-color: #ffeeee;
}
.shisetsumap #main .boxDs ul.prefectures > li {
  background-color: #fff;
  border-radius: 10px;
}
.shisetsumap #main .boxDs ul.prefectures > li:not(:last-child) {
  margin-bottom: 10px;
}
.shisetsumap.kyushu #main .boxDs ul.prefectures > li {
  border: 1px solid #9cd7d7;
}
.shisetsumap.shikoku #main .boxDs ul.prefectures > li {
  border: 1px solid #e5ab8a;
}
.shisetsumap.chugoku #main .boxDs ul.prefectures > li {
  border: 1px solid #dec877;
}
.shisetsumap.kansai #main .boxDs ul.prefectures > li {
  border: 1px solid #d0b5e1;
}
.shisetsumap.chubu #main .boxDs ul.prefectures > li {
  border: 1px solid #a8dda1;
}
.shisetsumap.kanto #main .boxDs ul.prefectures > li {
  border: 1px solid #e59b9b;
}
.shisetsumap #main .boxDs ul.prefectures > li h3 {
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}
.shisetsumap.kyushu #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #9cd7d7;
}
.shisetsumap.shikoku #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #e5ab8a;
}
.shisetsumap.chugoku #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #dec877;
}
.shisetsumap.kansai #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #d0b5e1;
}
.shisetsumap.chubu #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #a8dda1;
}
.shisetsumap.kanto #main .boxDs ul.prefectures > li h3 {
  border-bottom: 1px solid #e59b9b;
}
.shisetsumap #main .boxDs ul.facility {
  padding: 0 10px 29px;
}
.shisetsumap #main .boxDs ul.facility li {
  margin-top: 40px;
}
.shisetsumap #main .boxDs ul.facility dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.shisetsumap #main .boxDs ul.facility dd .btn {
  text-align: left;
}
.shisetsumap #main .boxDs ul.facility dd .btn a {
  position: relative;
  padding: 1px 0 1px 30px;
  font-size: 13px;
  min-width: 135px;
  width: auto;
}
.shisetsumap #main .boxDs ul.facility dd .btn a::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 3px;
  width: 11px;
  height: 15px;
  background-image: url(img/pin.svg);
  background-size: contain;
}
.shisetsumap #main .boxDs ul.facility dd p {
  line-height: 1.5;
  margin-top: 8px;
  font-size: 13px;
}
.shisetsumap #main .boxDs ul.facility dd p a {
  color: #338dd2;
}
@media screen and (min-width: 768px) {
  .shisetsumap #main .ttlIntro {
    font-size: 24px;
  }
  .shisetsumap #main .btn a {
    width: 400px;
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .shisetsumap #main .summary h3 {
    width: 140px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 80px;
    font-size: 16px;
  }
  .shisetsumap #main .summary .boxDs {
    padding: 24px 80px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .shisetsumap #main .summary .boxDs li {
    padding-top: 16px;
    font-size: 16px;
    width: 47.6%;
  }
  .shisetsumap #main .summary .boxDs li:nth-child(odd) {
    margin-right: 4.8%;
  }
  .shisetsumap #main .summary .boxDs li::after {
    top: 21px;
  }
  .shisetsumap #main #map .boxDs {
    padding: 34px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .shisetsumap #main #map .boxDs .img,
  .shisetsumap #main #map .boxDs ul {
    width: 47.6%;
  }
  .shisetsumap #main #map .boxDs ul {
    margin-top: 0;
  }
  .shisetsumap #main #map .boxDs li {
    margin: 20px auto 0;
    max-width: 300px;
  }
  .shisetsumap #main #map .boxDs li:first-child {
    margin-top: 0;
  }
  .shisetsumap #main #map .boxDs li a {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .shisetsumap #main #map .boxDs li a:after {
    top: 14px;
  }

  .shisetsumap #main .boxDs h2 {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .shisetsumap #main .boxDs ul.prefectures {
    padding: 40px;
  }
  .shisetsumap #main .boxDs ul.prefectures > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .shisetsumap #main .boxDs ul.prefectures > li h3 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .shisetsumap #main .boxDs ul.facility {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .shisetsumap #main .boxDs ul.facility li {
    width: 47.6%;
  }
  .shisetsumap #main .boxDs ul.facility li:nth-child(odd) {
    margin-right: 4.8%;
  }
  .shisetsumap #main .boxDs ul.facility dd .btn a {
    font-size: 16px;
    min-width: 166px;
  }
  .shisetsumap #main .boxDs ul.facility dd .btn a::after {
    top: 6px;
  }
  .shisetsumap #main .boxDs ul.facility dd p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .shisetsumap #main .boxDs ul.facility dt {
    font-size: 20px;
  }
}