@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #484848;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #484848;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  a:hover,
  a:visited:hover,
  .hover:hover {
    opacity: 1;
  }
}

.fontKaku {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
}

@media screen and (max-width: 960px) {
  body {
    padding-bottom: 74px;
  }
}

.inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 50px;
  margin: 0 auto;
}
.inner.xl {
  max-width: 1400px;
}
.inner.lg {
  max-width: 1220px;
}
.inner.sm {
  max-width: 1020px;
}
.inner.xs {
  max-width: 767px;
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 1020px;
  }
}
@media screen and (max-width: 960px) {
  .inner {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}

.fontKaku {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
}

.fontMaru {
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
}

.btn01 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 183px;
  height: 70px;
  padding: 0 2em;
  background-color: #1a8324;
  color: #ffffff;
  font-size: 18px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color 0.4s;
}
@media screen and (max-width: 960px) {
  .btn01 a {
    min-width: 138px;
    height: 52px;
    font-size: 14px;
  }
}
.btn01 a:hover {
  opacity: 1;
  background-color: #09b746;
}

.txt {
  text-align: justify;
  line-height: 1.875;
}

.timeBox {
  width: 600px;
}
@media screen and (max-width: 960px) {
  .timeBox {
    padding: 20px;
    margin-top: 15px;
    width: 100%;
    background-color: #f7f7f7;
  }
}
.timeBox table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  .timeBox table {
    font-size: 12px;
  }
}
.timeBox table thead tr th {
  height: 35px;
  font-weight: 500;
  vertical-align: top;
  border-bottom: 1px solid #707070;
}
.timeBox table thead tr th:nth-of-type(1) {
  width: 30%;
  padding-left: 1em;
  text-align: left;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .timeBox table thead tr th:nth-of-type(1) {
    padding-left: 0;
  }
}
.timeBox table thead tr th:nth-of-type(n + 2) {
  width: 9%;
}
@media screen and (max-width: 960px) {
  .timeBox table thead tr th:last-child {
    width: 14%;
  }
}
.timeBox table tbody tr td {
  height: 60px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #707070;
}
.timeBox table tbody tr td:not(.close) {
  color: #1a8324;
}
.timeBox table tbody tr td:nth-of-type(1) {
  padding-left: 1em;
  text-align: left;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .timeBox table tbody tr td:nth-of-type(1) {
    padding-left: 0;
  }
}
.timeBox table tbody tr td:nth-of-type(n + 2) {
  text-align: center;
}
.timeBox table tbody tr td.note span {
  display: block;
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .timeBox table tbody tr td.note span {
    font-size: 9px;
    white-space: nowrap;
  }
}
.timeBox .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 960px) {
  .timeBox .txt {
    margin-top: 0.75em;
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}
.timeBox .caution {
  margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
  .timeBox .caution {
    margin-top: 0.25em;
    font-size: 11px;
  }
}
.timeBox .caution a {
  margin-left: 1.5em;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .timeBox .caution a {
    display: block;
    margin-left: 0;
    margin-top: 0.75em;
    font-size: 13px;
    text-align: center;
  }
}

.telWrap {
  padding: 50px 0 0;
  text-align: center;
}
.telWrap .tel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
  line-height: 1;
}
.telWrap .tel p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .telWrap .tel p:nth-of-type(1) {
    font-size: 14px;
  }
}
.telWrap .tel p:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 78px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .telWrap .tel p:nth-of-type(1)::after {
    width: 39px;
    height: 3px;
  }
}
.telWrap .tel p:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.5em;
  font-weight: bold;
}
.telWrap .tel p:nth-of-type(2) span {
  display: block;
  font-size: 32px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .telWrap .tel p:nth-of-type(2) span {
    font-size: 20px;
  }
}
.telWrap .tel p:nth-of-type(2) a {
  font-size: 43px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .telWrap .tel p:nth-of-type(2) a {
    font-size: 27px;
  }
}
.telWrap .caution {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .telWrap .caution {
    margin-top: 20px;
    font-size: 11px;
  }
}

@media screen and (max-width: 960px) {
  .addBox {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
}
.addBox .address a {
  color: #1a8324;
}
.addBox .access {
  margin-top: 1.5em;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .addBox .access {
    margin-top: 0.75em;
  }
}

.map {
  margin-top: 30px;
}
.map iframe {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 1120/220;
}
@media screen and (max-width: 960px) {
  .map iframe {
    aspect-ratio: 750/400;
  }
}

.newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
  row-gap: 50px;
}
@media screen and (max-width: 960px) {
  .newsList {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.newsList li {
  width: calc((100% - 80px) / 3);
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .newsList li {
    width: calc((100% - 20px) / 2);
  }
  .newsList li:nth-of-type(n + 3) {
    display: none;
  }
}
.newsList li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.newsList li a::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  display: block;
  width: 30px;
  height: 30px;
  border: solid 1px #1a8324;
  border-radius: 50%;
  background-image: url("./img/arrow04.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
}
@media screen and (max-width: 960px) {
  .newsList li a::after {
    bottom: 10px;
    right: 14px;
  }
}
.newsList li a .img {
  width: 100%;
  height: 147px;
}
@media screen and (max-width: 960px) {
  .newsList li a .img {
    height: 84px;
  }
}
.newsList li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList li a .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em 1.2em;
  font-size: 18px;
  color: #ffffff;
  background-color: #484848;
}
@media screen and (max-width: 960px) {
  .newsList li a .tag {
    font-size: 9px;
  }
}
.newsList li a .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .newsList li a .info {
    padding: 8px 14px;
  }
}
.newsList li a .info .date {
  color: #707070;
}
@media screen and (max-width: 960px) {
  .newsList li a .info .date {
    font-size: 12px;
  }
}
.newsList li a .info .title {
  flex-grow: 1;
  margin-top: 0.75em;
  font-weight: normal;
  text-align: justify;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  .newsList li a .info .title {
    font-size: 13px;
  }
}
.newsList li a .info .category {
  visibility: hidden;
  padding: 0 0.5em;
  margin-top: 2em;
  font-size: 12px;
  color: #ffffff;
  background-color: #91be5c;
}
@media screen and (max-width: 960px) {
  .newsList li a .info .category {
    margin-top: 3.4em;
    font-size: 7px;
  }
}

#secNews {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  #secNews {
    padding-top: 50px;
  }
}
#secNews .newsWrap {
  position: relative;
  padding: 70px 0 80px;
  background-color: #deeef1;
}
@media screen and (max-width: 960px) {
  #secNews .newsWrap {
    padding: 30px 0 50px;
  }
}
#secNews .newsWrap .inner {
  position: relative;
}
#secNews .newsWrap .inner::before {
  content: "";
  position: absolute;
  top: -130px;
  right: 80px;
  display: block;
  width: 87px;
  height: 99px;
  background-image: url("./img/deco03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #secNews .newsWrap .inner::before {
    top: -120px;
    right: 20px;
    width: 66px;
    height: 73px;
  }
}
#secNews .btn01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

#secTime {
  padding: 50px 0;
}
#secTime .secTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#secTime .secTitle::before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("./img/icon_time01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#secTime .timeWrap {
  position: relative;
  padding: 40px 50px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f7f7f7;
}
#secTime .timeWrap::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 50px;
  display: block;
  width: 88px;
  height: 98px;
  background-image: url("./img/deco11.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap::before {
    width: 64px;
    height: 73px;
    bottom: auto;
    top: 10px;
    right: 0;
    transform: translate(0, -100%);
  }
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap .timeBox {
    padding: 0;
  }
}
#secTime .timeWrap .link {
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-top: 23px;
  }
}
#secTime .timeWrap .link .heading {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap .link .heading {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#secTime .timeWrap .btn01 {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secTime .timeWrap .btn01 a {
    padding: 0 1em;
  }
}

#secAccess {
  padding: 50px 0 140px;
}
@media screen and (max-width: 960px) {
  #secAccess {
    padding-bottom: 100px;
  }
}
#secAccess .secTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  margin-bottom: 2em;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#secAccess .secTitle::before {
  content: "";
  display: block;
  width: 31px;
  height: 38px;
  background-image: url("./img/icon_map01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#secAccess .accessMainWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 50px;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap {
    flex-direction: column;
    padding: 0;
  }
}
#secAccess .accessMainWrap .addBox {
  width: 25%;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .addBox {
    width: 100%;
  }
}
#secAccess .accessMainWrap .addBox .address {
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .addBox .address a {
    display: inline-block;
    margin-top: 0.75em;
  }
}
#secAccess .accessMainWrap .accessMap {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessMap {
    width: 100%;
    margin-top: 20px;
  }
}
#secAccess .accessMainWrap .accessGallery {
  width: 25%;
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessGallery {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessGallery li {
    width: calc(50% - 7px);
  }
}
#secAccess .accessMainWrap .accessGallery li + li {
  margin-top: 0.25em;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessGallery li + li {
    margin-top: 0;
  }
}
#secAccess .accessMainWrap .accessGallery li figcaption {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessGallery li figcaption {
    font-size: 13px;
    white-space: nowrap;
  }
}
#secAccess .accessMainWrap .accessGallery li figcaption span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #secAccess .accessMainWrap .accessGallery li figcaption span {
    font-size: 11px;
  }
}
#secAccess .map {
  margin-top: 70px;
}
@media screen and (max-width: 960px) {
  #secAccess .map {
    margin-top: 40px;
  }
}

#bodyFooter {
  position: relative;
  padding: 24px 0;
  background-color: #484848;
  color: #ffffff;
  text-align: center;
  background-image: url("./img/bg_footer01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #bodyFooter {
    background-image: url("./img/bg_footer02.jpg");
  }
}
#bodyFooter::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50px;
  width: 42px;
  height: 88px;
  background-image: url("./img/deco08.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  #bodyFooter::before {
    width: 32px;
    height: 68px;
    top: 20px;
    left: 20px;
  }
}
#bodyFooter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  width: 62px;
  height: 72px;
  background-image: url("./img/deco07.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, 100%);
}
@media screen and (max-width: 960px) {
  #bodyFooter::after {
    width: 45px;
    height: 54px;
    top: auto;
    right: 20px;
    bottom: 10px;
    transform: translate(0, -100%);
  }
}
#bodyFooter .inner .fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 2.4em;
  row-gap: 1em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .fnav ul {
    font-size: 11px;
  }
}
#bodyFooter .inner .fnav ul li a {
  color: #ffffff;
}
#bodyFooter .inner .link {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .link {
    font-size: 11px;
  }
}
#bodyFooter .inner .link a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}
#bodyFooter .inner .logo {
  width: 155px;
  margin: 30px auto 15px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .logo {
    margin: 60px auto 15px;
    width: 130px;
  }
}
#bodyFooter .inner .info {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .info {
    font-size: 9px;
  }
}
#bodyFooter .inner .address {
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .address {
    font-size: 11px;
  }
}
#bodyFooter .inner .address a {
  margin-left: 1em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .address a {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.75em;
  }
}
#bodyFooter .inner .tel {
  margin-top: 0.3em;
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .tel {
    margin-top: 1em;
    font-size: 14px;
  }
}
#bodyFooter .inner .tel a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .tel a {
    font-size: 20px;
  }
}
#bodyFooter .inner .tel a:hover {
  opacity: 0.7;
}
#bodyFooter .inner .copy {
  margin-top: 40px;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .inner .copy {
    margin-top: 80px;
    font-size: 9px;
  }
}

.toReserve {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  .toReserve {
    display: none;
  }
}
.toReserve a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 136px;
  height: 108px;
  padding: 0 20px 0 22px;
  background-color: #ffffff;
  box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .toReserve a {
    width: 126px;
    height: 75px;
    padding: 13px 20px 0;
  }
}
.toReserve a > span span {
  display: block;
}
.toReserve a > span span:nth-of-type(1) {
  font-size: 13px;
  font-weight: 500;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  .toReserve a > span span:nth-of-type(1) {
    padding-right: 0.2em;
    font-size: 11px;
    line-height: 1;
    text-align: right;
  }
}
.toReserve a > span span:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 960px) {
  .toReserve a > span span:nth-of-type(2) {
    margin-top: 0.2em;
    line-height: 1.2857142857;
    white-space: nowrap;
  }
}
.toReserve a::before {
  content: "";
  display: block;
  width: 33px;
  height: 29px;
  background-image: url("./img/icon_reserve01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.toReserve a::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 74px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  .toReserve a::after {
    top: 14px;
    width: 72px;
    height: 6px;
  }
}

.toTop {
  position: fixed;
  bottom: 23px;
  right: 26px;
  z-index: 9999;
  width: 74px;
}
@media screen and (max-width: 960px) {
  .toTop {
    bottom: 100px;
    right: 20px;
    width: 60px;
  }
}
.toTop a {
  display: block;
  width: 100%;
  height: 100%;
}
.toTop a img {
  filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.1));
}

.spNav {
  display: none;
}
@media screen and (max-width: 960px) {
  .spNav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #ffffff;
    z-index: 9000;
    transform: translateY(100%);
    transition: transform 0.4s;
  }
  .spNav.active {
    transform: translateY(0);
  }
  .spNav .snav {
    height: 100%;
  }
  .spNav .snav ul {
    display: flex;
    height: 100%;
  }
  .spNav .snav ul li {
    width: 33.3333333333%;
    height: 100%;
  }
  .spNav .snav ul li.reserve a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    padding: 12px 23px 14px 23px;
    background-color: #ffffff;
  }
  .spNav .snav ul li.reserve a > span span {
    display: block;
  }
  .spNav .snav ul li.reserve a > span span:nth-of-type(1) {
    padding-right: 0.2em;
    font-size: 11px;
    line-height: 1;
    text-align: right;
    color: #1a8324;
  }
  .spNav .snav ul li.reserve a > span span:nth-of-type(2) {
    padding-bottom: 0.2em;
    margin-top: 1.2em;
    font-size: 14px;
    line-height: 1.2857142857;
    white-space: nowrap;
  }
  .spNav .snav ul li.reserve a::before {
    content: "";
    display: block;
    width: 33px;
    height: 29px;
    background-image: url("./img/icon_reserve01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .spNav .snav ul li.reserve a::after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: calc(50% + 10px);
    width: 72px;
    height: 6px;
    background-image: url("./img/arrow02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .spNav .snav ul li.time a, .spNav .snav ul li.access a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    background-color: #1a8324;
    color: #ffffff;
  }
  .spNav .snav ul li.time a::before, .spNav .snav ul li.access a::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("./img/icon_time02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .spNav .snav ul li.access a {
    background-color: #707070;
  }
  .spNav .snav ul li.access a::before {
    width: 22px;
    height: 27px;
    background-image: url("./img/icon_map02.png");
  }
}

.content {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .content {
    padding: 60px 0;
  }
}
.content .secTitle {
  font-size: 20px;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .content .secTitle {
    font-size: 15px;
    margin-bottom: 1.75em;
  }
}
.content .secTitle > span {
  display: block;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
.content .secTitle > span:nth-of-type(1) {
  margin-bottom: 1em;
  color: #1a8324;
}

.lower {
  padding-top: 80px;
}
.lower #pageHeader {
  height: 320px;
  background-color: #707070;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .lower #pageHeader {
    height: 125px;
  }
}
.lower #pageHeader .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lower #pageHeader .pageTitle {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  .lower #pageHeader .pageTitle {
    font-size: 20px;
  }
}

.txt {
  text-align: justify;
  line-height: 1.875;
}

br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}
@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
}

#recruit .cantainer {
  opacity: 0;
  transition: opacity 2s ease;
}
#recruit .cantainer.loaded {
  opacity: 1;
}
#recruit .scrollIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
#recruit .scrollIn.in {
  opacity: 1;
  transform: translateY(0);
}
#recruit .headerDeco:after {
  content: "";
  position: absolute;
  top: 70px;
  left: 30px;
  z-index: 9999;
  display: block;
  width: 92px;
  height: 150px;
  background-image: url("./img/deco01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #recruit .headerDeco:after {
    top: 55px;
    left: 5px;
    width: 60px;
    height: 98px;
  }
}
#recruit #bodyHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 9000;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader {
    height: auto;
    aspect-ratio: 375/80;
    container-type: inline-size;
  }
}
#recruit #bodyHeader > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  container-type: inline-size;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 4.2666666667cqw;
    container-type: normal;
  }
}
#recruit #bodyHeader > .inner .siteTitle {
  width: 300px;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .siteTitle {
    width: 60cqw;
  }
}
#recruit #bodyHeader > .inner .siteTitle .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9607843137cqw;
  height: 26px;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1a8324;
  background-color: #dffcd3;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .siteTitle .sub {
    gap: 1.3333333333cqw;
    font-size: 3.2cqw;
  }
}
#recruit #bodyHeader > .inner .siteTitle .sub span {
  display: block;
}
#recruit #bodyHeader > .inner .navWrap {
  display: flex;
  align-items: center;
  gap: 3.9215686275cqw;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap #gnav {
    position: fixed;
    top: 21.3333333333cqw;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 5.3333333333cqw;
    padding-bottom: 13.3333333333cqw;
    background-color: #ffffff;
    container-type: inline-size;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  #recruit #bodyHeader > .inner .navWrap #gnav.active {
    opacity: 1;
    pointer-events: auto;
  }
}
#recruit #bodyHeader > .inner .navWrap #gnav ul {
  display: flex;
  align-items: flex-end;
  gap: 2.9411764706cqw;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap #gnav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap #gnav ul li {
    margin-top: 4.9333333333cqw;
  }
}
#recruit #bodyHeader > .inner .navWrap #gnav ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #484848;
}
@media screen and (max-width: 1080px) {
  #recruit #bodyHeader > .inner .navWrap #gnav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap #gnav ul li a {
    font-size: 4.2666666667cqw;
    color: #1a8324;
  }
}
#recruit #bodyHeader > .inner .navWrap #gnav .btnEntry {
  display: none;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .navWrap #gnav .btnEntry {
    display: block;
    margin-top: 8cqw;
  }
  #recruit #bodyHeader > .inner .navWrap #gnav .btnEntry a {
    width: 66.6666666667cqw;
    margin: 0 auto;
    font-size: 4.2666666667cqw;
  }
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .sns {
    padding-left: 5.3333333333cqw;
  }
}
#recruit #bodyHeader > .inner .sns li a {
  display: block;
  width: 20px;
  height: 20px;
}
#recruit #bodyHeader > .inner .btnMenu {
  display: none;
  position: relative;
  top: 0;
  width: 6.6666666667cqw;
  height: 4cqw;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .btnMenu {
    display: block;
    right: 0;
  }
}
#recruit #bodyHeader > .inner .btnMenu span {
  display: block;
  position: absolute;
  left: 50%;
  width: 6.6666666667cqw;
  height: 1px;
  background-color: #1a8324;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
#recruit #bodyHeader > .inner .btnMenu span::before, #recruit #bodyHeader > .inner .btnMenu span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a8324;
  transition: all 0.3s ease-in-out;
}
#recruit #bodyHeader > .inner .btnMenu span::before {
  top: -2cqw;
}
#recruit #bodyHeader > .inner .btnMenu span::after {
  bottom: -2cqw;
}
#recruit #bodyHeader > .inner .btnMenu.active span {
  background-color: transparent;
}
#recruit #bodyHeader > .inner .btnMenu.active span::before {
  top: 0;
  transform: rotate(45deg);
}
#recruit #bodyHeader > .inner .btnMenu.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  #recruit #bodyHeader > .inner .btnEntry {
    display: none;
  }
}
#recruit #bodyHeader > .inner .btnEntry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.5098039216cqw;
  height: 50px;
  background-color: #1a8324;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#recruit main {
  overflow-x: hidden;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  #recruit main {
    padding-top: 21.3333333333cqw;
  }
}
#recruit #keyVisual .keyImg {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#recruit #secLead {
  padding-top: 20px;
}
#recruit #secLead .box {
  position: relative;
  z-index: 10;
  max-width: 680px;
  padding: 70px 0 130px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 960px) {
  #recruit #secLead .box {
    padding-bottom: 50px;
  }
}
#recruit #secLead .box .secTitle {
  font-size: 26px;
  font-weight: normal;
  color: #1a8324;
  text-align: center;
  line-height: 1.6153846154;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .box .secTitle {
    font-size: 4.8cqw;
    line-height: 1.6666666667;
  }
}
#recruit #secLead .box .txt {
  margin-top: 5em;
  font-size: 16px;
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .box .txt {
    margin-top: 4cqw;
    font-size: 3.2cqw;
    line-height: 2.3333333333;
  }
}
#recruit #secLead .box::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -80px;
  display: block;
  width: 160px;
  height: 108px;
  background-image: url("./img/deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .box::before {
    top: -24px;
    right: 0;
    width: 32cqw;
    height: 21.3333333333cqw;
  }
}
#recruit #secLead .gallery {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .gallery {
    position: relative;
    left: -5.3333333333svw;
    width: 100svw;
    margin-top: -10px;
  }
}
#recruit #secLead .gallery ul {
  container-type: inline-size;
}
#recruit #secLead .gallery ul li {
  margin-right: 0;
  margin-left: auto;
}
#recruit #secLead .gallery ul li:nth-of-type(1) {
  width: 33.9285714286cqw;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .gallery ul li:nth-of-type(1) {
    width: 40.5333333333cqw;
  }
}
#recruit #secLead .gallery ul li:nth-of-type(2) {
  position: absolute;
  top: 12.8571428571cqw;
  left: 0;
  width: 44.6428571429cqw;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .gallery ul li:nth-of-type(2) {
    top: -4cqw;
    width: 53.3333333333cqw;
  }
}
#recruit #secLead .gallery ul li:nth-of-type(3) {
  width: 44.6428571429cqw;
  margin-top: 5.8823529412cqw;
}
@media screen and (max-width: 960px) {
  #recruit #secLead .gallery ul li:nth-of-type(3) {
    margin-top: 13.3333333333cqw;
    width: 53.3333333333cqw;
  }
}
#recruit .content .secTitle {
  text-align: center;
}
#recruit .content .secTitle .sub {
  display: block;
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #484848;
}
@media screen and (max-width: 960px) {
  #recruit .content .secTitle .sub {
    margin-bottom: 0.75em;
    font-size: 15px;
  }
}
#recruit .content .secTitle .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #recruit .content .secTitle .title {
    font-size: 18px;
  }
}
#recruit .content .secTitle .title span {
  color: #1a8324;
}
#recruit #secCharm {
  padding-top: 190px;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm {
    padding-top: 90px;
  }
}
#recruit #secCharm .secTitle {
  position: relative;
}
#recruit #secCharm .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87px;
  height: 99px;
  background-image: url("./img/deco03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(120px, -50%);
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .secTitle::before {
    width: 65px;
    height: 75px;
    transform: translate(100%, -50%);
  }
}
#recruit #secCharm .charmList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList {
    margin-top: 40px;
  }
}
#recruit #secCharm .charmList li {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 50px 50px 40px;
  background-color: #f2feed;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li {
    width: 100%;
    padding: 35px 20px;
  }
}
#recruit #secCharm .charmList li:nth-of-type(2n) {
  margin-top: 100px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li:nth-of-type(2n) {
    margin-top: 34px;
  }
}
#recruit #secCharm .charmList li:nth-of-type(3) {
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li:nth-of-type(3) {
    background-color: #f2feed;
  }
}
#recruit #secCharm .charmList li:nth-of-type(4) {
  background-color: #f2feed;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li:nth-of-type(4) {
    background-color: #f7f7f7;
  }
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li + * {
    margin-top: 34px;
  }
}
#recruit #secCharm .charmList li .heading {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li .heading {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#recruit #secCharm .charmList li .heading span {
  position: absolute;
  top: 0;
  left: 17px;
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 90px;
  line-height: 1;
  color: #484848;
  opacity: 0.15;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li .heading span {
    font-size: 65px;
  }
}
#recruit #secCharm .charmList li .heading::after {
  content: "";
  display: block;
  width: 50px;
  margin: 16px auto 0;
  border-top: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li .heading::after {
    margin-top: 14px;
  }
}
#recruit #secCharm .charmList li .txt {
  min-height: 144px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li .txt {
    font-size: 13px;
    min-height: 0;
  }
}
#recruit #secCharm .charmList li .img {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #recruit #secCharm .charmList li .img {
    margin-top: 10px;
  }
}
#recruit #secBenefits {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits {
    padding-top: 130px;
  }
}
#recruit #secBenefits .secTitle {
  position: relative;
}
#recruit #secBenefits .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 86px;
  height: 125px;
  background-image: url("./img/deco04.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .secTitle::before {
    top: 0;
    left: auto;
    right: 50%;
    width: 60px;
    height: 83px;
    transform: translate(-90%, -80%);
  }
}
#recruit #secBenefits .lead {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .lead {
    margin-top: 25px;
  }
}
#recruit #secBenefits .benefitList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .benefitList {
    margin-top: 22px;
  }
}
#recruit #secBenefits .benefitList li {
  width: calc((100% - 80px) / 3);
  padding: 45px 37px;
  border: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .benefitList li {
    width: 100%;
    padding: 20px 20px;
  }
  #recruit #secBenefits .benefitList li + * {
    margin-top: 15px;
  }
}
#recruit #secBenefits .benefitList li:before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto 30px;
  background-image: url("./img/icon_recruit_benefits01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .benefitList li:before {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}
#recruit #secBenefits .benefitList li .heading {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .benefitList li .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #recruit #secBenefits .benefitList li .txt {
    font-size: 13px;
  }
}
#recruit #secBenefits .benefitList li:nth-of-type(2):before {
  background-image: url("./img/icon_recruit_benefits02.png");
}
#recruit #secBenefits .benefitList li:nth-of-type(3):before {
  background-image: url("./img/icon_recruit_benefits03.png");
}
#recruit #secFlow {
  padding-top: 150px;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow {
    padding-top: 100px;
  }
}
#recruit #secFlow .secCoverimg {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .secCoverimg {
    margin-bottom: 30px;
  }
}
#recruit #secFlow .secCoverimg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100px;
  width: 88px;
  height: 133px;
  background-image: url("./img/deco05.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -40%);
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .secCoverimg::before {
    top: 0;
    right: 20px;
    width: 60px;
    height: 90px;
    transform: translate(0, -70%);
  }
}
#recruit #secFlow .flowList {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList {
    margin-top: 30px;
  }
}
#recruit #secFlow .flowList > * {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList > * {
    min-height: 130px;
  }
}
#recruit #secFlow .flowList > * + * {
  margin-top: 84px;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList > * + * {
    margin-top: 10px;
  }
}
#recruit #secFlow .flowList > *:not(:last-of-type) dt {
  position: relative;
}
#recruit #secFlow .flowList > *:not(:last-of-type) dt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 12px;
  height: 67px;
  background-image: url("./img/arrow01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, calc(100% + 10px));
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList > *:not(:last-of-type) dt::before {
    width: 8px;
    height: 82px;
    background-image: url("./img/arrow01_2.png");
  }
}
#recruit #secFlow .flowList > * dt {
  width: 280px;
  padding: 0.3em 0;
  font-size: 28px;
  text-align: center;
  border: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList > * dt {
    width: 38.8059701493%;
    padding: 0.3em 0;
    font-size: 18px;
  }
}
#recruit #secFlow .flowList > * dd {
  width: calc(100% - 280px - 34px);
  padding-top: 0.15em;
  padding-right: 50px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .flowList > * dd {
    width: calc(100% - 130px - 10px);
    padding-top: 0;
    padding-right: 0;
    font-size: 13px;
  }
}
#recruit #secFlow .contactBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 60px 85px;
  margin-top: 60px;
  background-image: url("./img/bg_contact01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox {
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px;
  }
}
#recruit #secFlow .contactBox .tel .sub {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox .tel .sub {
    font-size: 13px;
    text-align: center;
  }
}
#recruit #secFlow .contactBox .tel .telNum {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
#recruit #secFlow .contactBox .tel .telNum::before {
  content: "";
  display: block;
  width: 78px;
  height: 7px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox .tel .telNum::before {
    width: 49px;
    height: 4px;
  }
}
#recruit #secFlow .contactBox .tel .telNum a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
#recruit #secFlow .contactBox .tel .telNum a span {
  font-weight: bold;
  line-height: 1;
  color: #1a8324;
}
#recruit #secFlow .contactBox .tel .telNum a span:nth-of-type(1) {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox .tel .telNum a span:nth-of-type(1) {
    font-size: 19px;
  }
}
#recruit #secFlow .contactBox .tel .telNum a span:nth-of-type(2) {
  font-size: 43px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox .tel .telNum a span:nth-of-type(2) {
    font-size: 26px;
  }
}
#recruit #secFlow .contactBox .btnEntry a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 80px;
  background-color: #1a8324;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 960px) {
  #recruit #secFlow .contactBox .btnEntry a {
    width: 250px;
    height: 52px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
#recruit #secMessage {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage {
    padding-top: 100px;
  }
}
#recruit #secMessage .secTitle {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .secTitle {
    margin-bottom: 30px;
  }
}
#recruit #secMessage .secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 86px;
  width: 160px;
  height: 108px;
  background-image: url("./img/deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -10%);
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .secTitle::before {
    right: 20px;
    width: 120px;
    height: 80px;
    transform: translate(0, -100%);
  }
}
#recruit #secMessage .heading {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .heading {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
#recruit #secMessage .heading span {
  color: #1a8324;
}
#recruit #secMessage .messageBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 80px 60px 70px;
  border: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox {
    flex-wrap: wrap;
    padding: 20px 20px;
  }
}
#recruit #secMessage .messageBox + .heading {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox + .heading {
    margin-top: 45px;
  }
}
#recruit #secMessage .messageBox + .messageBox {
  margin-top: 20px;
}
#recruit #secMessage .messageBox .messageHeader {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 52.8735632184%;
  padding-left: 20.6896551724%;
  min-height: 200px;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    min-height: 0;
  }
}
#recruit #secMessage .messageBox .messageHeader .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 34.7826086957%;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader .img {
    position: static;
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader .name {
    width: calc(100% - 145px);
  }
}
#recruit #secMessage .messageBox .messageHeader .name span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
#recruit #secMessage .messageBox .messageHeader .name span:nth-of-type(1) {
  font-size: 18px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader .name span:nth-of-type(1) {
    font-size: 14px;
  }
}
#recruit #secMessage .messageBox .messageHeader .name span:nth-of-type(2) {
  margin-top: 1em;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader .name span:nth-of-type(2) {
    font-size: 17px;
  }
}
#recruit #secMessage .messageBox .messageHeader .info {
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageHeader .info {
    width: 100%;
    margin-top: 14px;
    font-size: 12px;
  }
}
#recruit #secMessage .messageBox .messageBody {
  width: 42.5287356322%;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageBody {
    width: 100%;
    margin-top: 16px;
  }
}
#recruit #secMessage .messageBox .messageBody .txt {
  font-size: 16px;
  text-align: justify;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #recruit #secMessage .messageBox .messageBody .txt {
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
#recruit #secRecruit {
  padding-bottom: 80px;
  margin-top: 160px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit {
    padding-bottom: 50px;
    margin-top: 100px;
  }
}
#recruit #secRecruit .secCoverimg {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .secCoverimg {
    margin-bottom: 40px;
  }
}
#recruit #secRecruit .secCoverimg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  right: 120px;
  width: 92px;
  height: 151px;
  background-image: url("./img/deco06.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, 100%);
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .secCoverimg::before {
    bottom: 35px;
    right: 20px;
    width: 60px;
    height: 90px;
    transform: translate(0, 100%);
  }
}
#recruit #secRecruit .recruitNav {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitNav {
    margin-top: 30px;
  }
}
#recruit #secRecruit .recruitNav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#recruit #secRecruit .recruitNav ul li {
  width: 220px;
  height: 60px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitNav ul li {
    width: 138px;
    height: 40px;
  }
}
#recruit #secRecruit .recruitNav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitNav ul li a {
    gap: 8px;
    font-size: 11px;
  }
}
#recruit #secRecruit .recruitNav ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url("./img/arrow03_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitNav ul li a::after {
    width: 8px;
    height: 4px;
  }
}
#recruit #secRecruit .recruitNav ul li a:hover {
  opacity: 1;
  background-color: #1a8324;
  color: #ffffff;
}
#recruit #secRecruit .recruitNav ul li a:hover::after {
  background-image: url("./img/arrow03_2.png");
}
#recruit #secRecruit .recruitContent {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent {
    padding-top: 50px;
  }
}
#recruit #secRecruit .recruitContent .heading {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .heading {
    margin: 0 0 13px;
    font-size: 20px;
  }
}
#recruit #secRecruit .recruitContent .wrap {
  padding: 70px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .wrap {
    padding: 25px 20px;
  }
}
#recruit #secRecruit .recruitContent .jobContent + .jobContent {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent + .jobContent {
    margin-top: 105px;
  }
}
#recruit #secRecruit .recruitContent .jobContent .jobTitle {
  padding-bottom: 0.3em;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  border-bottom: 3px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent .jobTitle {
    font-size: 19px;
    border-width: 2px;
  }
}
#recruit #secRecruit .recruitContent .jobContent .contList > * {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em 0 1.5em;
  line-height: 1.875;
  border-bottom: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent .contList > * {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
#recruit #secRecruit .recruitContent .jobContent .contList > * dt {
  width: 230px;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent .contList > * dt {
    width: 85px;
  }
}
#recruit #secRecruit .recruitContent .jobContent .contList > * dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent .contList > * dd {
    width: calc(100% - 85px);
  }
}
#recruit #secRecruit .recruitContent .jobContent .noRecruit {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secRecruit .recruitContent .jobContent .noRecruit {
    font-size: 13px;
  }
}
#recruit #secEntry {
  position: relative;
  padding-top: 100px;
  background-image: url("./img/bg_entry01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry {
    padding-top: 50px;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
#recruit #secEntry::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 86px;
  width: 160px;
  height: 108px;
  background-image: url("./img/deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, 0);
}
@media screen and (max-width: 960px) {
  #recruit #secEntry::before {
    top: 10px;
    right: 20px;
    width: 120px;
    height: 80px;
    transform: translate(0, 0);
  }
}
#recruit #secEntry .inner {
  max-width: 1020px;
  padding: 50px 50px 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .inner {
    padding: 25px 20px 50px;
  }
}
#recruit #secEntry .lead {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .lead {
    font-size: 13px;
    line-height: 1.9230769231;
  }
}
#recruit #secEntry .formWrap {
  max-width: 670px;
  margin: 80px auto 0;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap {
    margin-top: 25px;
  }
}
#recruit #secEntry .formWrap input[type=text],
#recruit #secEntry .formWrap input[type=email],
#recruit #secEntry .formWrap input[type=tel] {
  appearance: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  border: none;
  border-radius: 0;
  background-color: rgba(219, 219, 219, 0.3);
}
#recruit #secEntry .formWrap input[type=text]::placeholder,
#recruit #secEntry .formWrap input[type=email]::placeholder,
#recruit #secEntry .formWrap input[type=tel]::placeholder {
  color: #868686;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap input[type=text]::placeholder,
  #recruit #secEntry .formWrap input[type=email]::placeholder,
  #recruit #secEntry .formWrap input[type=tel]::placeholder {
    font-size: 10px;
  }
}
#recruit #secEntry .formWrap select {
  appearance: none;
  padding: 0 0.75em;
  height: 26px;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 14px;
  color: #484848;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap select {
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap textarea {
  appearance: none;
  width: 100%;
  height: 150px;
  padding: 10px;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  border: none;
  resize: none;
  background-color: rgba(219, 219, 219, 0.3);
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap textarea {
    height: 160px;
  }
}
#recruit #secEntry .formWrap .screen-reader-response {
  text-align: center;
  margin-bottom: 24px;
}
#recruit #secEntry .formWrap .screen-reader-response p {
  font-size: 12px;
  color: #831a1a;
}
#recruit #secEntry .formWrap .screen-reader-response ul {
  display: none;
}
#recruit #secEntry .formWrap .wpcf7-response-output {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
  color: #831a1a;
}
#recruit #secEntry .formWrap .wpcf7-not-valid-tip {
  display: block;
  width: 100% !important;
  margin-top: 0.5em;
  font-size: 11px !important;
  color: #831a1a !important;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .wpcf7-not-valid-tip {
    font-size: 9px !important;
  }
}
#recruit #secEntry .formWrap .formList {
  padding-bottom: 25px;
  border-bottom: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList {
    padding-bottom: 15px;
  }
}
#recruit #secEntry .formWrap .formList .formItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 0;
  border-top: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0 0;
  }
}
#recruit #secEntry .formWrap .formList .formItem + .formItem {
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem + .formItem {
    margin-top: 15px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dt > p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 160px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dt > p {
    justify-content: flex-start;
    gap: 1em;
    width: 100%;
    margin-bottom: 15px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(1) {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(1) {
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(1) span {
  display: block;
  font-size: 12px;
  margin-top: 0.25em;
  transform: translateX(-0.5em);
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(1) span {
    display: inline-block;
    margin-top: 0;
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(2) {
  padding-top: 0.15em;
  font-size: 14px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dt span:nth-of-type(2) {
    padding-top: 0;
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd {
    width: 100%;
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd .jobList {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#recruit #secEntry .formWrap .formList .formItem dd .jobList li .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd .jobList li .wpcf7-radio {
    gap: 12px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd .jobList li label {
  display: flex;
  align-items: center;
  gap: 6px;
}
#recruit #secEntry .formWrap .formList .formItem dd .jobList li input[type=radio] {
  appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #484848;
  background-color: #eaece9;
}
#recruit #secEntry .formWrap .formList .formItem dd .jobList li input[type=radio]:checked {
  background-color: #1a8324;
}
#recruit #secEntry .formWrap .formList .formItem dd .inputList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#recruit #secEntry .formWrap .formList .formItem dd.name li > p {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
}
#recruit #secEntry .formWrap .formList .formItem dd.name li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 7px);
}
#recruit #secEntry .formWrap .formList .formItem dd.name li label span:nth-of-type(1) {
  display: block;
  width: 2em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd.name li label span:nth-of-type(1) {
    font-size: 13px;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd.name li label span:nth-of-type(2) {
  width: calc(100% - 2.5em);
}
#recruit #secEntry .formWrap .formList .formItem dd.name li label span:nth-of-type(2) input {
  width: 100%;
}
#recruit #secEntry .formWrap .formList .formItem dd.birth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd.birth {
    flex-wrap: wrap;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd.birth label {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
#recruit #secEntry .formWrap .formList .formItem dd.birth label input {
  max-width: 100px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd.birth > label {
    justify-content: flex-start;
    width: 100%;
  }
}
#recruit #secEntry .formWrap .formList .formItem dd.birth div > p {
  display: inline-flex;
  justify-content: flex-start;
  gap: 0.5em;
}
#recruit #secEntry .formWrap .formList .formItem dd.address li:nth-of-type(1) > p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#recruit #secEntry .formWrap .formList .formItem dd.address li:nth-of-type(1) > p label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25em;
}
#recruit #secEntry .formWrap .formList .formItem dd.address li:nth-of-type(1) > p label input {
  width: 80px;
}
#recruit #secEntry .formWrap .formList .formItem dd.tel label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
#recruit #secEntry .formWrap .formList .formItem dd.tel label span:nth-of-type(1) {
  width: 7em;
}
#recruit #secEntry .formWrap .formList .formItem dd.tel label span:nth-of-type(2) {
  width: calc(100% - 7.5em);
}
#recruit #secEntry .formWrap .formList .formItem dd.tel label span:nth-of-type(2) input {
  width: 100%;
}
#recruit #secEntry .formWrap .formList .formItem dd.education textarea {
  height: 40px;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .formList .formItem dd.education textarea {
    height: 80px;
  }
}
#recruit #secEntry .formWrap .caution {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.8333333333;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .caution {
    margin-top: 34px;
    font-size: 10px;
    line-height: 1.8;
  }
}
#recruit #secEntry .formWrap .privacyBox {
  height: 170px;
  padding: 8px 16px 8px 8px;
  margin-top: 24px;
  background-color: rgba(219, 219, 219, 0.3);
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .privacyBox {
    height: 135px;
    margin-top: 15px;
  }
}
#recruit #secEntry .formWrap .privacyBox .boxInner {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
#recruit #secEntry .formWrap .privacyBox .boxInner::-webkit-scrollbar {
  width: 6px;
}
#recruit #secEntry .formWrap .privacyBox .boxInner::-webkit-scrollbar-track {
  background: #d9dada;
  border-radius: 4px;
}
#recruit #secEntry .formWrap .privacyBox .boxInner::-webkit-scrollbar-thumb {
  background: #969696;
  border: 1px solid #d9dada;
  border-radius: 4px;
}
#recruit #secEntry .formWrap .privacyBox .boxInner p {
  font-size: 10px;
  line-height: 2;
}
#recruit #secEntry .formWrap .agree {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .agree {
    margin-top: 40px;
  }
}
#recruit #secEntry .formWrap .agree label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
#recruit #secEntry .formWrap .agree label input[type=checkbox] {
  appearance: none;
  display: block;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 1px #484848;
  border: 3px solid #ffffff;
  cursor: pointer;
}
#recruit #secEntry .formWrap .agree label input[type=checkbox]:checked {
  background-color: #1a8324;
}
#recruit #secEntry .formWrap .btnBox {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .btnBox {
    margin-top: 40px;
  }
}
#recruit #secEntry .formWrap .btnBox input[type=submit] {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 183px;
  height: 70px;
  padding: 0 2em;
  background-color: #1a8324;
  color: #ffffff;
  font-size: 18px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #recruit #secEntry .formWrap .btnBox input[type=submit] {
    min-width: 138px;
    height: 52px;
    font-size: 14px;
  }
}
#recruit #secEntry .formWrap .btnBox input[type=submit]:hover {
  opacity: 1;
  background-color: #09b746;
}
#recruit #secEntry .formWrap .wpcf7-spinner {
  display: none;
}
#recruit #secEntry .formWrap .wpcf7-response-output {
  border: none;
}
#recruit #secEntry.confirm .agree,
#recruit #secEntry.confirm .wpcf7-previous {
  display: none;
}
#recruit #secEntry.completed .complete,
#recruit #secEntry.completed .txt {
  text-align: center;
}
#recruit #secEntry.completed .btn01 {
  margin-top: 50px;
  text-align: center;
}
#recruit main:has(.confirm),
#recruit main:has(.completed) {
  padding-top: 0;
}
#recruit #secAccess {
  padding: 50px 0 150px;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess {
    padding: 50px 0 100px;
  }
}
#recruit #secAccess .accessWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 50px;
  line-height: 1.875;
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap {
    padding: 0;
    flex-direction: column;
    background-color: transparent;
  }
}
#recruit #secAccess .accessWrap .addBox {
  width: calc(100% - 600px);
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .addBox {
    width: 100%;
    font-size: 13px;
    text-align: left;
  }
}
#recruit #secAccess .accessWrap .addBox .address a {
  color: #1a8324;
}
#recruit #secAccess .accessWrap .addBox .access {
  margin-top: 1.5em;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .addBox .access {
    margin-top: 0.75em;
  }
}
#recruit #secAccess .accessWrap .timeBox {
  width: 600px;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox {
    padding: 20px;
    margin-top: 15px;
    width: 100%;
    background-color: #f7f7f7;
  }
}
#recruit #secAccess .accessWrap .timeBox table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox table {
    font-size: 12px;
  }
}
#recruit #secAccess .accessWrap .timeBox table thead tr th {
  height: 35px;
  font-weight: 500;
  vertical-align: top;
  border-bottom: 1px solid #707070;
}
#recruit #secAccess .accessWrap .timeBox table thead tr th:nth-of-type(1) {
  width: 30%;
  padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox table thead tr th:nth-of-type(1) {
    padding-left: 0;
  }
}
#recruit #secAccess .accessWrap .timeBox table thead tr th:nth-of-type(n + 2) {
  width: 9%;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox table thead tr th:last-child {
    width: 14%;
  }
}
#recruit #secAccess .accessWrap .timeBox table tbody tr td {
  height: 60px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid #707070;
}
#recruit #secAccess .accessWrap .timeBox table tbody tr td:not(.close) {
  color: #1a8324;
}
#recruit #secAccess .accessWrap .timeBox table tbody tr td:nth-of-type(1) {
  padding-left: 1em;
  text-align: left;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox table tbody tr td:nth-of-type(1) {
    padding-left: 0;
  }
}
#recruit #secAccess .accessWrap .timeBox table tbody tr td:nth-of-type(n + 2) {
  text-align: center;
}
#recruit #secAccess .accessWrap .timeBox table tbody tr td.note span {
  display: block;
  padding-top: 0.5em;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox table tbody tr td.note span {
    font-size: 9px;
    white-space: nowrap;
  }
}
#recruit #secAccess .accessWrap .timeBox .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox .txt {
    margin-top: 0.75em;
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}
#recruit #secAccess .accessWrap .timeBox .caution {
  margin-top: 0.5em;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox .caution {
    margin-top: 0.25em;
    font-size: 11px;
  }
}
#recruit #secAccess .accessWrap .timeBox .caution a {
  margin-left: 1.5em;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .accessWrap .timeBox .caution a {
    display: block;
    margin-left: 0;
    margin-top: 0.75em;
    font-size: 13px;
    text-align: center;
  }
}
#recruit #secAccess .map {
  margin-top: 30px;
}
#recruit #secAccess .map iframe {
  display: block;
  border: none;
  width: 100%;
  aspect-ratio: 1120/220;
}
@media screen and (max-width: 960px) {
  #recruit #secAccess .map iframe {
    aspect-ratio: 750/400;
  }
}
#recruit #bodyFooter {
  position: relative;
  padding: 24px 0;
  background-color: #484848;
  color: #ffffff;
  text-align: center;
  background-image: none;
}
#recruit #bodyFooter::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50px;
  width: 42px;
  height: 88px;
  background-image: url("./img/deco08.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -100%);
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter::before {
    width: 32px;
    height: 68px;
    top: 20px;
    left: 20px;
  }
}
#recruit #bodyFooter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  width: 62px;
  height: 72px;
  background-image: url("./img/deco07.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, 100%);
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter::after {
    width: 45px;
    height: 54px;
    top: auto;
    right: 20px;
    bottom: 10px;
    transform: translate(0, -100%);
  }
}
#recruit #bodyFooter .inner .link a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .link a {
    font-size: 11px;
  }
}
#recruit #bodyFooter .inner .logo {
  width: 155px;
  margin: 30px auto 15px;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .logo {
    margin: 60px auto 15px;
    width: 130px;
  }
}
#recruit #bodyFooter .inner .info {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .info {
    font-size: 9px;
  }
}
#recruit #bodyFooter .inner .address {
  margin-top: 1em;
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .address {
    font-size: 11px;
  }
}
#recruit #bodyFooter .inner .address a {
  margin-left: 1em;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .address a {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.75em;
  }
}
#recruit #bodyFooter .inner .tel {
  margin-top: 0.3em;
  font-size: 21px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .tel {
    margin-top: 1em;
    font-size: 14px;
  }
}
#recruit #bodyFooter .inner .tel a {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .tel a {
    font-size: 20px;
  }
}
#recruit #bodyFooter .inner .tel a:hover {
  opacity: 0.7;
}
#recruit #bodyFooter .inner .copy {
  margin-top: 40px;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  #recruit #bodyFooter .inner .copy {
    margin-top: 80px;
    font-size: 9px;
  }
}
#recruit .toOfficial {
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  #recruit .toOfficial {
    bottom: 43px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#recruit .toOfficial a {
  position: relative;
  display: block;
  width: 136px;
  height: 108px;
  padding: 35px 20px 0;
  background-color: #ffffff;
  box-shadow: 3px 10px 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  #recruit .toOfficial a {
    width: 126px;
    height: 75px;
    padding: 13px 20px 0;
  }
}
#recruit .toOfficial a span {
  display: block;
}
#recruit .toOfficial a span:nth-of-type(1) {
  font-size: 13px;
  font-weight: 500;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #recruit .toOfficial a span:nth-of-type(1) {
    padding-right: 0.2em;
    font-size: 11px;
    line-height: 1;
    text-align: right;
  }
}
#recruit .toOfficial a span:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 960px) {
  #recruit .toOfficial a span:nth-of-type(2) {
    margin-top: 0.2em;
    line-height: 1.2857142857;
    white-space: nowrap;
  }
}
#recruit .toOfficial a::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 74px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 960px) {
  #recruit .toOfficial a::before {
    top: 14px;
    width: 72px;
    height: 6px;
  }
}
#recruit .toTop {
  position: fixed;
  bottom: 23px;
  right: 26px;
  z-index: 9999;
  width: 74px;
}
@media screen and (max-width: 960px) {
  #recruit .toTop {
    bottom: 67px;
    right: 20px;
    width: 60px;
  }
}
#recruit .toTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#recruit .toTop a img {
  filter: drop-shadow(3px 10px 15px rgba(0, 0, 0, 0.1));
}

#bodyHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9000;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  #bodyHeader {
    height: 80px;
    container-type: inline-size;
  }
}
#bodyHeader > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  container-type: inline-size;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.7462686567cqw;
  }
}
#bodyHeader > .inner .siteTitle {
  width: 300px;
}
@media screen and (max-width: 1080px) {
  #bodyHeader > .inner .siteTitle {
    width: 220px;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .siteTitle {
    width: 225px;
  }
}
#bodyHeader > .inner .infoWrap {
  display: flex;
  align-items: center;
  gap: 2.9411764706cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap {
    flex-wrap: wrap;
    gap: 0;
    column-gap: 25px;
    row-gap: 5px;
  }
}
#bodyHeader > .inner .infoWrap .info {
  padding-right: 2.9411764706cqw;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  #bodyHeader > .inner .infoWrap .info {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap .info {
    width: 100%;
    font-size: 11px;
  }
}
#bodyHeader > .inner .infoWrap .address {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
  #bodyHeader > .inner .infoWrap .address {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap .address {
    font-size: 10px;
  }
}
#bodyHeader > .inner .infoWrap .address::after {
  content: "";
  display: block;
  width: 1.3333333333em;
  height: 1.5833333333em;
  background-image: url("./img/icon_map01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#bodyHeader > .inner .infoWrap .tel a {
  color: #1a8324;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (max-width: 1080px) {
  #bodyHeader > .inner .infoWrap .tel a {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap .tel a {
    font-size: 20px;
    display: block;
    line-height: 1;
  }
}
#bodyHeader > .inner .infoWrap .tel a span {
  margin-right: 0.5em;
  font-size: 1.568627451cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap .tel a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .infoWrap .sns {
    position: absolute;
    top: 22px;
    right: 70px;
    padding-left: 10px;
  }
}
#bodyHeader > .inner .infoWrap .sns li a {
  display: block;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap #gnav {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 5.3333333333cqw;
    padding-bottom: 13.3333333333cqw;
    background-color: #ffffff;
    container-type: inline-size;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
  }
  #bodyHeader > .inner .navWrap #gnav.active {
    opacity: 1;
    pointer-events: auto;
  }
}
#bodyHeader > .inner .navWrap #gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap #gnav ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap #gnav ul li {
    margin-top: 4.9333333333cqw;
  }
}
#bodyHeader > .inner .navWrap #gnav ul li a {
  font-size: clamp(1.1rem, 1.25svw, 1.4rem);
  font-weight: 500;
  color: #484848;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap #gnav ul li a {
    font-size: 4.2666666667cqw;
    color: #1a8324;
  }
}
#bodyHeader > .inner .navWrap #gnav .reserve {
  display: none;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .navWrap #gnav .reserve {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5em;
    margin-top: 8cqw;
    line-height: 1;
  }
  #bodyHeader > .inner .navWrap #gnav .reserve > span {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 3.7333333333cqw;
    line-height: 1;
  }
  #bodyHeader > .inner .navWrap #gnav .reserve > span::after {
    content: "";
    display: block;
    width: 3.9285714286em;
    height: 0.2857142857em;
    background-image: url("./img/arrow02_2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #bodyHeader > .inner .navWrap #gnav .reserve a {
    font-size: 7.2cqw;
    font-weight: 500;
    line-height: 1;
    color: #1a8324;
  }
  #bodyHeader > .inner .navWrap #gnav .reserve a span {
    font-size: 5.3333333333cqw;
  }
}
#bodyHeader > .inner .btnMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  #bodyHeader > .inner .btnMenu {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 25px;
    height: 15px;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
}
#bodyHeader > .inner .btnMenu span {
  display: block;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 1px;
  background-color: #1a8324;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
#bodyHeader > .inner .btnMenu span::before, #bodyHeader > .inner .btnMenu span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a8324;
  transition: all 0.3s ease-in-out;
}
#bodyHeader > .inner .btnMenu span::before {
  top: -7px;
}
#bodyHeader > .inner .btnMenu span::after {
  bottom: -7px;
}
#bodyHeader > .inner .btnMenu.active span {
  background-color: transparent;
}
#bodyHeader > .inner .btnMenu.active span::before {
  top: 0;
  transform: rotate(45deg);
}
#bodyHeader > .inner .btnMenu.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 98;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1080px) {
  #bodyHeader.top {
    position: relative;
  }
}
#bodyHeader.top > .inner .navWrap {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  max-width: 1120px;
  height: 50px;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  transform: translateX(-50%);
}
#bodyHeader.top > .inner .navWrap #gnav ul {
  justify-content: flex-end;
  gap: 25px;
}
#bodyHeader.top > .inner .navWrap #gnav ul a {
  color: #ffffff;
}
#bodyHeader.top.stay {
  position: fixed;
  transform: translateY(-100%);
}
#bodyHeader.top.stay > .inner .navWrap {
  position: static;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  transform: translateY(0);
}
#bodyHeader.top.stay > .inner .navWrap #gnav ul {
  justify-content: space-between;
  gap: 0;
}
#bodyHeader.top.stay > .inner .navWrap #gnav ul a {
  color: #484848;
}
#bodyHeader.top.stay.follow {
  transform: translateY(0);
}
#bodyHeader.top.stay + #top {
  padding-top: 80px;
}

@media screen and (max-width: 960px) {
  #top {
    padding-top: 80px;
  }
}
#top .key {
  position: relative;
  z-index: 5;
  aspect-ratio: 1120/590;
  padding-bottom: 50px;
  background-color: #484848;
}
@media screen and (max-width: 960px) {
  #top .key {
    aspect-ratio: auto;
    height: calc(100svh - 5px);
    padding-bottom: 75px;
  }
}
#top .key .keySlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top .key .keySlider .slideItem {
  position: relative;
}
#top .key .keySlider .slideItem .mainTitle {
  position: absolute;
  top: calc((100% - 50px) / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 1.8333333333;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  #top .key .keySlider .slideItem .mainTitle {
    top: calc((100% - 75px) / 2);
    font-size: 19px;
  }
}
#top .key .keySlider .slideItem .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #top .key .keySlider .slideItem .img {
    height: calc(100svh - 5px);
  }
}
#top .key .keySlider .slideItem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .key .keySlider .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  padding: 0 50px 50px;
}
@media screen and (max-width: 960px) {
  #top .key .keySlider .slick-dots {
    padding: 0 20px 75px;
  }
}
#top .key .keySlider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
}
#top .key .keySlider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #ffffff;
  border-radius: 50%;
}
#top .key .keySlider .slick-dots li button::before {
  display: none;
}
#top .key .keySlider .slick-dots li.slick-active button {
  background-color: #1a8324;
}
#top .key .scroll {
  position: absolute;
  bottom: 50px;
  left: 50%;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1080px) {
  #top .key .scroll {
    bottom: 75px;
    font-size: 13px;
  }
}
#top .key .scroll::after {
  content: "";
  position: relative;
  left: 2px;
  display: block;
  width: 6px;
  height: 79px;
  margin: 10px auto 17px;
  background-image: url("./img/arrow01_3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 1080px) {
  #top .key .scroll::after {
    width: 4px;
    height: 63px;
    margin: 5px auto 10px;
  }
}
#top #secTopics {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 960px) {
  #top #secTopics {
    margin-top: -75px;
  }
}
#top #secTopics .inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 960px) {
  #top #secTopics .inner {
    flex-wrap: wrap;
    row-gap: 7px;
    height: 75px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
#top #secTopics .inner::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 90px;
  display: block;
  width: 160px;
  height: 108px;
  background-image: url("./img/deco02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  #top #secTopics .inner::before {
    bottom: 35px;
    right: 40px;
    width: 108px;
    height: 78px;
  }
}
#top #secTopics .secTitle {
  margin-right: 55px;
  font-size: 20px;
  font-weight: normal;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #top #secTopics .secTitle {
    margin-right: 22px;
    font-size: 13px;
  }
}
#top #secTopics .date {
  margin-right: 36px;
}
@media screen and (max-width: 960px) {
  #top #secTopics .date {
    margin-right: 0;
    font-size: 13px;
  }
}
#top #secTopics .title {
  margin-right: 20px;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  #top #secTopics .title {
    width: 100%;
    margin-right: 0;
    font-size: 13px;
  }
}
#top #secTopics .arrowBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: solid 1px #1a8324;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  #top #secTopics .arrowBtn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }
}
#top #secTopics .arrowBtn img {
  width: 15px;
}
@media screen and (max-width: 960px) {
  #top #secTopics .arrowBtn img {
    width: 18px;
  }
}
#top #secLead {
  padding: 70px 0 100px;
}
@media screen and (max-width: 960px) {
  #top #secLead {
    padding: 75px 0 50px;
  }
}
@media screen and (max-width: 960px) {
  #top #secLead .inner:has(.secTitle) {
    padding: 0;
  }
}
#top #secLead .inner .secTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #top #secLead .inner .secTitle {
    font-size: 15px;
  }
}
#top #secLead .inner .leadBox {
  padding: 25px 0;
  margin-top: 100px;
  border-top: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
@media screen and (max-width: 960px) {
  #top #secLead .inner .leadBox {
    padding: 15px 0;
    margin-top: 50px;
  }
}
#top #secLead .inner .leadBox .heading {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top #secLead .inner .leadBox .heading {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #top #secLead .inner .leadBox .txt {
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: -0.03em;
  }
}
#top #secLead .inner .btn01 {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top #secLead .inner .btn01 {
    margin-top: 50px;
  }
}
#top #secAbout {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #top #secAbout {
    padding-top: 50px;
    position: relative;
  }
}
#top #secAbout .mainWrap {
  position: relative;
  max-width: 1120px;
  padding: 134px 0 68px;
  margin: 0 auto;
  background-image: url("./img/bg_about01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #top #secAbout .mainWrap {
    position: static;
    padding: 0;
    background: none;
  }
}
#top #secAbout .mainWrap::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50px;
  display: block;
  width: 88px;
  height: 134px;
  background-image: url("./img/deco09.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #top #secAbout .mainWrap::before {
    top: -80px;
    left: 20px;
    width: 60px;
    height: 90px;
  }
}
#top #secAbout .mainWrap .catch {
  margin-bottom: 0.5em;
  font-size: 26px;
  line-height: 1.6153846154;
}
@media screen and (max-width: 960px) {
  #top #secAbout .mainWrap .catch {
    padding: 48px 0;
    font-size: 18px;
    background-image: url("./img/bg_about01_2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#top #secAbout .mainWrap .txt {
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #top #secAbout .mainWrap .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#top #secAbout .mainWrap .btn01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 960px) {
  #top #secAbout .mainWrap .btn01 {
    bottom: 8px;
    transform: translate(-50%, -50%);
  }
}
#top #secAbout .gallery {
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  #top #secAbout .gallery {
    margin-top: 20px;
  }
}
#top #secAbout .gallery .galleryList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #top #secAbout .gallery .galleryList {
    flex-wrap: wrap;
    gap: 20px;
  }
  #top #secAbout .gallery .galleryList li:nth-of-type(1) {
    width: 58.3582089552%;
  }
  #top #secAbout .gallery .galleryList li:nth-of-type(2) {
    width: 35.671641791%;
  }
  #top #secAbout .gallery .galleryList li:nth-of-type(3) {
    width: 100%;
  }
}
#top #secService .serviceList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  max-width: 816px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList {
    flex-wrap: wrap;
    gap: 13px;
  }
}
#top #secService .serviceList li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList li {
    width: calc((100% - 13px) / 2);
  }
}
#top #secService .serviceList li a {
  display: block;
}
#top #secService .serviceList li a .img {
  width: 100%;
  height: 116px;
  padding: 14px 18px;
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList li a .img {
    height: 80px;
    padding: 10px 20px;
  }
}
#top #secService .serviceList li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList li a .img img {
    max-width: 107px;
    margin: 0 auto;
  }
}
#top #secService .serviceList li a .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 12px;
  background-color: #deebce;
}
#top #secService .serviceList li a .heading .nm {
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList li a .heading .nm {
    font-size: 27px;
  }
}
#top #secService .serviceList li a .heading .txt {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 960px) {
  #top #secService .serviceList li a .heading .txt {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
#top #secService .btn01 {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top #secService .btn01 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  #top #secStaff {
    padding-top: 75px;
  }
}
#top #secStaff .staffWrap {
  padding: 55px 0;
  background-color: #deebce;
}
@media screen and (max-width: 960px) {
  #top #secStaff .staffWrap {
    padding: 34px 0;
  }
}
#top #secStaff .staffWrap .inner {
  position: relative;
}
#top #secStaff .staffWrap .inner::before {
  content: "";
  position: absolute;
  top: -174px;
  left: 100px;
  display: block;
  width: 92px;
  height: 150px;
  background-image: url("./img/deco01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #top #secStaff .staffWrap .inner::before {
    top: -120px;
    left: 20px;
    width: 65px;
    height: 114px;
  }
}
#top #secStaff .staffWrap .btn01 {
  text-align: center;
}
#top #secBnr {
  padding: 120px 0 100px;
}
@media screen and (max-width: 960px) {
  #top #secBnr {
    padding: 50px 0;
  }
}
#top #secBnr .bnrBox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  container-type: inline-size;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox {
    display: block;
    background-image: url("./img/bg_bnr01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
#top #secBnr .bnrBox .img {
  width: 39.2156862745%;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .img {
    width: 73.1343283582%;
  }
}
#top #secBnr .bnrBox .wrap {
  width: 60.7843137255%;
  padding-top: 4.4117647059cqw;
  padding-right: 2.4509803922cqw;
  background-image: url("./img/bg_bnr01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap {
    width: 100%;
    padding: 0 5.9701492537cqw 4.4776119403cqw;
    background-image: none;
  }
}
#top #secBnr .bnrBox .wrap .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9803921569cqw;
  width: calc(100% + 2.4509803922cqw);
  padding: 1em 0;
  font-weight: normal;
  background-color: #ffffff;
  transform: translateX(-4.9019607843cqw);
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .heading {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 2.2388059701cqw);
    padding: 2.3880597015cqw 0 4.6268656716cqw 7.1641791045cqw;
    margin-top: -2.3880597015cqw;
    transform: translateX(0);
  }
}
#top #secBnr .bnrBox .wrap .heading span:nth-of-type(1) {
  font-size: 2.2549019608cqw;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .heading span:nth-of-type(1) {
    font-size: 4.1791044776cqw;
  }
}
#top #secBnr .bnrBox .wrap .heading span:nth-of-type(2) {
  font-size: 2.7450980392cqw;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .heading span:nth-of-type(2) {
    font-size: 5.9701492537cqw;
  }
}
#top #secBnr .bnrBox .wrap .detail {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -0.9803921569cqw;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .detail {
    margin-top: -2.9850746269cqw;
  }
}
#top #secBnr .bnrBox .wrap .detail .lead {
  position: relative;
  margin-right: 5.3921568627cqw;
  font-size: 1.9607843137cqw;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .detail .lead {
    font-size: 3.8805970149cqw;
  }
}
#top #secBnr .bnrBox .wrap .detail .lead::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.0784313725cqw);
  transform: translateY(-80%);
  display: block;
  width: 9.0196078431cqw;
  height: 1.1764705882cqw;
  background-image: url("./img/arrow05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .detail .lead::after {
    left: calc(100% + 1.6417910448cqw);
    width: 10.447761194cqw;
    height: 1.7910447761cqw;
  }
}
#top #secBnr .bnrBox .wrap .detail .btn01 a {
  height: 5.8823529412cqw;
  padding: 0 2.2549019608cqw 0 5.5882352941cqw;
  font-size: 1.9607843137cqw;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .wrap .detail .btn01 a {
    height: 13.4328358209cqw;
    padding: 3.5820895522cqw 2.9850746269cqw 3.5820895522cqw 8.6567164179cqw;
    font-size: 3.8805970149cqw;
  }
}
#top #secBnr .bnrBox .popup {
  position: absolute;
  top: -1.9607843137cqw;
  right: -1.9607843137cqw;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.1960784314cqw;
  height: 10.0980392157cqw;
  padding-left: 0.7843137255cqw;
  font-size: 2.1568627451cqw;
  text-align: center;
  line-height: 1.2727272727;
  color: #ffffff;
  background-image: url("./img/deco10.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #top #secBnr .bnrBox .popup {
    top: -2.9850746269cqw;
    right: -2.9850746269cqw;
    width: 23.8805970149cqw;
    height: 23.1343283582cqw;
    padding-left: 1.1940298507cqw;
    font-size: 4.4776119403cqw;
  }
}

#beginner #pageHeader {
  background-image: url("./img/key_beginner01.jpg");
}
@media screen and (max-width: 960px) {
  #beginner #pageHeader {
    background-image: url("./img/key_beginner02.jpg");
  }
}
#beginner #secLead {
  padding: 100px 0 40px;
}
@media screen and (max-width: 960px) {
  #beginner #secLead {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  #beginner #secLead .inner {
    padding: 0;
  }
}
#beginner #secLead .inner::after {
  content: "";
  display: block;
  width: 160px;
  height: 108px;
  margin: 50px auto 0;
  background-image: url("./img/deco02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#beginner #secLead .inner .secTitle {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  color: #1a8324;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  #beginner #secLead .inner .secTitle {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 2em;
  }
}
#beginner #secLead .inner .lead {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #beginner #secLead .inner .lead {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
#beginner #secGreeting .secTitle {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .secTitle {
    margin-bottom: 25px;
  }
}
#beginner #secGreeting .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap {
    flex-direction: column;
  }
}
#beginner #secGreeting .wrap .img {
  width: 300px;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .img {
    width: 100%;
  }
  #beginner #secGreeting .wrap .img img {
    max-width: 220px;
    margin: 0 auto;
  }
}
#beginner #secGreeting .wrap .img figcaption {
  margin-top: 20px;
}
#beginner #secGreeting .wrap .img figcaption .name span {
  display: block;
  text-align: center;
  line-height: 1;
}
#beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(1) {
  font-size: 20px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(1) {
    font-size: 15px;
  }
}
#beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(2) {
  margin-top: 1em;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(2) {
    font-size: 20px;
  }
}
#beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(3) {
  margin-top: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .img figcaption .name span:nth-of-type(3) {
    font-size: 12px;
  }
}
#beginner #secGreeting .wrap .img figcaption .txt {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .img figcaption .txt {
    font-size: 12px;
  }
}
#beginner #secGreeting .wrap .message {
  width: calc(100% - 400px);
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .message {
    width: 100%;
    margin-top: 70px;
  }
}
#beginner #secGreeting .wrap .message .txt {
  font-size: 16px;
  text-align: justify;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #beginner #secGreeting .wrap .message .txt {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
#beginner #secReserve {
  padding: 40px 0 60px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve {
    padding: 29px 0 30px;
  }
}
#beginner #secReserve .secTitle {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .secTitle {
    font-size: 18px;
    line-height: 1.8333333333;
  }
}
#beginner #secReserve .secTitle span {
  font-weight: bold;
  color: #1a8324;
  text-decoration: underline;
  text-decoration-color: #707070;
  text-underline-offset: 0.2em;
  line-height: 1.6153846154;
}
#beginner #secReserve .timeWrap {
  padding: 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .timeWrap {
    padding: 0;
  }
  #beginner #secReserve .timeWrap .timeBox {
    background-color: transparent;
  }
}
#beginner #secReserve .timeWrap .timeBox {
  margin: 0 auto;
}
#beginner #secReserve .bringWrap {
  padding: 30px 40px 40px;
  margin-top: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap {
    padding: 15px 20px;
  }
}
#beginner #secReserve .bringWrap .heading {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap .heading {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#beginner #secReserve .bringWrap .list {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  max-width: 808px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap .list {
    flex-direction: column;
    gap: 10px;
  }
}
#beginner #secReserve .bringWrap .list li {
  width: calc((100% - 88px) / 3);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #1a8324;
  background-color: #deebce;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap .list li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 100%;
    font-size: 15px;
  }
}
#beginner #secReserve .bringWrap .list li span {
  display: block;
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap .list li span {
    font-size: 11px;
  }
}
#beginner #secReserve .bringWrap .caution {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #beginner #secReserve .bringWrap .caution {
    margin-top: 15px;
    font-size: 11px;
    text-align: justify;
  }
}
#beginner #secFeature .featureList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
#beginner #secFeature .featureList > li {
  position: relative;
  padding: 30px 50px;
  border: 1px solid #91be5c;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li {
    padding: 25px 20px;
  }
}
#beginner #secFeature .featureList > li > * {
  padding-left: 70px;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li > * {
    padding-left: 0;
  }
}
#beginner #secFeature .featureList > li .heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .heading {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#beginner #secFeature .featureList > li .heading .nm {
  position: absolute;
  top: 28px;
  left: 50px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: #91be5c;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .heading .nm {
    position: static;
    width: 45px;
    font-size: 33px;
  }
}
#beginner #secFeature .featureList > li .heading .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .heading .title {
    width: calc(100% - 45px);
    padding-top: 0.25em;
    font-size: 16px;
    line-height: 1.625;
  }
}
#beginner #secFeature .featureList > li .txt {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#beginner #secFeature .featureList > li .link {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .link {
    font-size: 13px;
  }
}
#beginner #secFeature .featureList > li .link li a {
  color: #1a8324;
}
#beginner #secFeature .featureList > li .imagWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .imagWrap {
    flex-direction: column;
  }
}
#beginner #secFeature .featureList > li .imagWrap .txt {
  width: 64.367816092%;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .imagWrap .txt {
    width: 100%;
  }
}
#beginner #secFeature .featureList > li .imagWrap .img {
  width: 29.8850574713%;
}
@media screen and (max-width: 960px) {
  #beginner #secFeature .featureList > li .imagWrap .img {
    width: 100%;
    margin-top: 1em;
  }
}
#beginner #secFlow .flowList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
#beginner #secFlow .flowList > div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 48px;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div {
    gap: 10px;
  }
}
#beginner #secFlow .flowList > div dt {
  width: 280px;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 130px;
  }
}
#beginner #secFlow .flowList > div dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  background-color: #deebce;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dt span {
    width: 100%;
    height: 54px;
    font-size: 18px;
  }
}
#beginner #secFlow .flowList > div dt::after {
  content: "";
  display: block;
  width: 12px;
  height: 100px;
  margin: 10px auto;
  background-image: url("./img/arrow01_4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dt::after {
    flex-grow: 1;
    width: 1px;
    height: auto;
    margin: 10px 0 0;
    background-image: none;
    background-color: #484848;
  }
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #484848;
    transform: rotate(-60deg);
    transform-origin: left top;
  }
}
#beginner #secFlow .flowList > div:last-of-type dt::after {
  display: none;
}
#beginner #secFlow .flowList > div:last-of-type dt::before {
  display: none;
}
#beginner #secFlow .flowList > div dd {
  width: calc(100% - 280px - 48px);
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dd {
    width: calc(100% - 130px - 10px);
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#beginner #secFlow .flowList > div dd .txt {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dd .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#beginner #secFlow .flowList > div dd .telWrap {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dd .telWrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1em;
  }
  #beginner #secFlow .flowList > div dd .telWrap .telInner {
    width: 100%;
  }
}
#beginner #secFlow .flowList > div dd .telWrap .tel {
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dd .telWrap .tel {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  #beginner #secFlow .flowList > div dd .telWrap .tel p:nth-of-type(1)::after {
    display: none;
  }
  #beginner #secFlow .flowList > div dd .telWrap .tel p:nth-of-type(1)::before {
    content: "";
    display: block;
    width: 39px;
    height: 3px;
    background-image: url("./img/arrow02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #beginner #secFlow .flowList > div dd .telWrap .tel p:nth-of-type(2) {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}
#beginner #secFlow .flowList > div dd .telWrap .caution {
  margin-top: 0.5em;
  text-align: right;
}
@media screen and (max-width: 960px) {
  #beginner #secFlow .flowList > div dd .telWrap .caution {
    font-size: 10px;
  }
}

#about #pageHeader {
  background-image: url("./img/key_about01.jpg");
}
@media screen and (max-width: 960px) {
  #about #pageHeader {
    background-image: url("./img/key_about02.jpg");
  }
}
#about #secAbout .lead {
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #about #secAbout .lead {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
#about #secAbout .facilityList {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList {
    margin-top: 120px;
  }
}
#about #secAbout .facilityList::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 134px;
  background-image: url("./img/deco05.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-100%);
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList::before {
    top: 12px;
    right: 20px;
    width: 60px;
    height: 90px;
  }
}
#about #secAbout .facilityList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li {
    flex-direction: column;
    gap: 10px;
  }
}
#about #secAbout .facilityList li + li {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li + li {
    margin-top: 40px;
  }
}
#about #secAbout .facilityList li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li:nth-child(even) {
    flex-direction: column;
  }
}
#about #secAbout .facilityList li:nth-child(even) .info {
  padding-right: 0;
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li:nth-child(even) .info {
    padding-right: 0;
    padding-left: 0;
  }
}
#about #secAbout .facilityList li .img {
  width: 56.862745098%;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li .img {
    width: 100%;
  }
}
#about #secAbout .facilityList li .info {
  width: 39.2156862745%;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li .info {
    width: 100%;
    padding-right: 0;
  }
}
#about #secAbout .facilityList li .info .title {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li .info .title {
    margin-bottom: 0.5em;
    font-size: 13px;
  }
}
#about #secAbout .facilityList li .info .txt {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #about #secAbout .facilityList li .info .txt {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
#about #secFacility {
  padding-top: 170px;
  padding-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #about #secFacility {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
#about #secFacility .secTitle {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #about #secFacility .secTitle {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
#about #secFacility .mainWrap {
  position: relative;
  max-width: 1120px;
  padding: 100px 0 120px;
  margin: 0 auto;
  background-image: url("./img/bg_facility01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  #about #secFacility .mainWrap {
    padding: 60px 0 42px;
    background-image: url("./img/bg_facility02.jpg");
  }
}
#about #secFacility .mainWrap::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 50px;
  display: block;
  width: 88px;
  height: 134px;
  background-image: url("./img/deco09.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (max-width: 960px) {
  #about #secFacility .mainWrap::before {
    top: -80px;
    left: 20px;
    width: 60px;
    height: 90px;
  }
}
#about #secFacility .mainWrap .catch {
  margin-bottom: 2em;
  font-size: 26px;
  line-height: 1.6153846154;
}
@media screen and (max-width: 960px) {
  #about #secFacility .mainWrap .catch {
    font-size: 18px;
    line-height: 1.8333333333;
  }
}
#about #secFacility .mainWrap .txt {
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #about #secFacility .mainWrap .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#about #secFacility .listWrap {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #about #secFacility .listWrap {
    margin-top: 55px;
  }
}
#about #secFacility .listWrap .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 90px;
  row-gap: 40px;
}
@media screen and (max-width: 960px) {
  #about #secFacility .listWrap .list {
    column-gap: 20px;
    row-gap: 30px;
  }
}
#about #secFacility .listWrap .list li {
  width: calc((100% - 180px) / 3);
}
@media screen and (max-width: 960px) {
  #about #secFacility .listWrap .list li {
    width: calc((100% - 20px) / 2);
  }
}
#about #secFacility .listWrap .list li .title {
  margin: 0.5em 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  #about #secFacility .listWrap .list li .title {
    font-size: 14px;
    line-height: 1.3571428571;
    min-height: 2.8em;
  }
}
#about #secFacility .listWrap .list li .txt {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #about #secFacility .listWrap .list li .txt {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

#service #pageHeader {
  background-image: url("./img/key_service01.jpg");
}
@media screen and (max-width: 960px) {
  #service #pageHeader {
    background-image: url("./img/key_service02.jpg");
  }
}
#service #secService .lead {
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #service #secService .lead {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
#service #secService .pageNav {
  margin-top: 80px;
}
#service #secService .pageNav .serviceList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  max-width: 816px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList {
    flex-wrap: wrap;
    column-gap: 13px;
    row-gap: 40px;
  }
}
#service #secService .pageNav .serviceList li {
  width: calc((100% - 30px) / 4);
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList li {
    width: calc((100% - 13px) / 2);
  }
}
#service #secService .pageNav .serviceList li a {
  position: relative;
  display: block;
}
#service #secService .pageNav .serviceList li a .img {
  width: 100%;
  height: 116px;
  padding: 14px 18px;
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList li a .img {
    height: 80px;
    padding: 10px 20px;
  }
}
#service #secService .pageNav .serviceList li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList li a .img img {
    max-width: 107px;
    margin: 0 auto;
  }
}
#service #secService .pageNav .serviceList li a .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 12px;
  background-color: #deebce;
}
#service #secService .pageNav .serviceList li a .heading .nm {
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList li a .heading .nm {
    font-size: 27px;
  }
}
#service #secService .pageNav .serviceList li a .heading .txt {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 960px) {
  #service #secService .pageNav .serviceList li a .heading .txt {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
#service #secService .pageNav .serviceList li a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 6px;
  height: 40px;
  background-image: url("./img/arrow06.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, 100%);
}
#service #secService .serviceContent {
  padding-top: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent {
    padding-top: 75px;
    margin-top: 75px;
  }
  #service #secService .serviceContent + .serviceContent {
    padding-top: 50px;
    margin-top: 50px;
  }
}
#service #secService .serviceContent .serviceTitle {
  margin-bottom: 57px;
  font-weight: normal;
  line-height: 1;
}
#service #secService .serviceContent .serviceTitle span {
  display: block;
  text-align: center;
}
#service #secService .serviceContent .serviceTitle .nm {
  font-size: 54px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .serviceTitle .nm {
    font-size: 42px;
  }
}
#service #secService .serviceContent .serviceTitle .title {
  margin: 0.7em 0;
  font-size: 26px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .serviceTitle .title {
    font-size: 20px;
  }
}
#service #secService .serviceContent .serviceTitle img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .serviceTitle img {
    width: 113px;
  }
}
#service #secService .serviceContent .heading {
  margin-bottom: 0.7em;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5384615385;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .heading {
    font-size: 18px;
  }
}
#service #secService .serviceContent .frameHeading {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .frameHeading {
    font-size: 18px;
  }
}
#service #secService .serviceContent .frameHeading span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .frameHeading span {
    gap: 0.5em;
  }
}
#service #secService .serviceContent .frameHeading span::before, #service #secService .serviceContent .frameHeading span::after {
  content: "";
  display: block;
  width: 0.7272727273em;
  height: 1.1818181818em;
}
#service #secService .serviceContent .frameHeading span::before {
  border-top: 1px solid #1a8324;
  border-left: 1px solid #1a8324;
  border-top-left-radius: 6px;
  transform: translateY(-0.1em);
}
#service #secService .serviceContent .frameHeading span::after {
  border-bottom: 1px solid #1a8324;
  border-right: 1px solid #1a8324;
  border-bottom-right-radius: 6px;
  transform: translateY(0.1em);
}
#service #secService .serviceContent .subHeading {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .subHeading {
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .catch {
  margin-bottom: 0.7em;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5384615385;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .catch {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
#service #secService .serviceContent .catch + .heading {
  margin-top: 50px;
}
#service #secService .serviceContent .catch + .lead + .heading {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .catch + .lead + .heading {
    margin-top: 30px;
  }
}
#service #secService .serviceContent .catch.brokenImg {
  position: relative;
}
#service #secService .serviceContent .catch.brokenImg::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: calc((100% - 18em) / 2);
  aspect-ratio: 280/216;
  background-image: url("./img/img_service03.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(50px, -50%);
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .catch.brokenImg::before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .catch.brokenImg + .heading::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 280/216;
    margin-top: 15px;
    background-image: url("./img/img_service03.jpg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #service #secService .serviceContent .catch.brokenImg + .heading + .lead {
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .lead {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}
#service #secService .serviceContent .box {
  padding: 40px 50px;
  margin-top: 30px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box {
    padding: 20px 20px;
  }
}
#service #secService .serviceContent .box .txt {
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .box .txt a {
  color: #1a8324;
}
#service #secService .serviceContent .box + .heading {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box + .heading {
    margin-top: 30px;
  }
}
#service #secService .serviceContent .box.figureBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box.figureBox {
    flex-direction: column;
    align-items: center;
  }
}
#service #secService .serviceContent .box.figureBox .img {
  width: 300px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box.figureBox .img {
    width: 100%;
  }
}
#service #secService .serviceContent .box.figureBox .txt {
  width: calc(100% - 320px);
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box.figureBox .txt {
    width: 100%;
  }
}
#service #secService .serviceContent .box + .catch {
  margin-top: 180px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .box + .catch {
    margin-top: 70px;
  }
}
#service #secService .serviceContent .boxWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .boxWrap {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#service #secService .serviceContent .boxWrap .box {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .boxWrap .box {
    width: 100%;
  }
  #service #secService .serviceContent .boxWrap .box + .box {
    margin-top: 0;
  }
}
#service #secService .serviceContent .boxWrap + .lead {
  margin-top: 50px;
}
#service #secService .serviceContent .keywordWrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
#service #secService .serviceContent .keywordWrap .keywordList li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .keywordWrap .keywordList li {
    flex-direction: column;
    align-items: center;
  }
}
#service #secService .serviceContent .keywordWrap .keywordList li + li {
  margin-top: 1em;
}
#service #secService .serviceContent .keywordWrap .keywordList li .nm {
  width: 66px;
  font-size: 42px;
  color: #91be5c;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .keywordWrap .keywordList li .nm {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }
}
#service #secService .serviceContent .keywordWrap .keywordList li .keyword {
  font-size: 22px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .keywordWrap .keywordList li .keyword {
    margin-top: 0.2em;
    font-size: 16px;
    text-align: center;
    line-height: 1.625;
  }
}
#service #secService .serviceContent .frameBox {
  padding: 30px 50px;
  margin-top: 30px;
  border: 1px solid #91be5c;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .frameBox {
    padding: 15px 20px;
  }
}
#service #secService .serviceContent .frameBox .heading {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .frameBox .heading {
    margin-bottom: 0.5em;
    font-size: 19px;
  }
}
#service #secService .serviceContent .frameBox .txt {
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .frameBox .txt {
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .brokenBox {
  display: flex;
  justify-content: space-between;
  padding: 10px 50px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .brokenBox {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
#service #secService .serviceContent .brokenBox .txt {
  width: calc(100% - 320px);
  font-size: 16px;
  text-align: justify;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .brokenBox .txt {
    width: 100%;
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .brokenBox .img {
  width: 270px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .brokenBox .img {
    width: 100%;
    margin-top: 20px;
  }
}
#service #secService .serviceContent .brokenBox .img img {
  width: calc(100% + 100px);
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .brokenBox .img img {
    width: 100%;
  }
}
#service #secService .serviceContent .flowHeading {
  margin-top: 4em;
  margin-bottom: 0.6em;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowHeading {
    margin-top: 25px;
    font-size: 15px;
  }
}
#service #secService .serviceContent .flowList .flowItem {
  padding: 25px 50px;
  border: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem {
    padding: 15px 12px;
  }
}
#service #secService .serviceContent .flowList .flowItem + .flowItem {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem + .flowItem {
    margin-top: 27px;
  }
}
#service #secService .serviceContent .flowList .flowItem + .flowItem::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  width: 6px;
  height: 78px;
  background-image: url("./img/arrow07.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem + .flowItem::before {
    top: -12px;
    width: 8px;
    height: 50px;
    background-image: url("./img/arrow08.png");
  }
}
#service #secService .serviceContent .flowList .flowItem dt {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem dt {
    font-size: 15px;
  }
}
#service #secService .serviceContent .flowList .flowItem dd {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  text-align: center;
  line-height: 1.625;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem dd {
    font-size: 13px;
    line-height: 2;
  }
}
#service #secService .serviceContent .flowList .flowItem dd .caution {
  margin-top: 0.25em;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem dd .caution {
    font-size: 12px;
  }
}
#service #secService .serviceContent .flowList .flowItem dd .price {
  margin-top: 1em;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 960px) {
  #service #secService .serviceContent .flowList .flowItem dd .price {
    font-size: 13px;
  }
}
#service #secService .serviceContent#secWhitening .lead {
  font-size: 13px;
  line-height: 2;
}

#staff #pageHeader {
  background-image: url("./img/key_staff01.jpg");
}
@media screen and (max-width: 960px) {
  #staff #pageHeader {
    background-image: url("./img/key_staff02.jpg");
  }
}
#staff #secLead .lead {
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #staff #secLead .lead {
    font-size: 13px;
    line-height: 2.6923076923;
  }
}
#staff #secDentist .secTitle {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .secTitle {
    margin-bottom: 50px;
  }
}
#staff #secDentist .secTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 92px;
  height: 150px;
  background-image: url("./img/deco01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-80%, -60%);
}
@media screen and (max-width: 960px) {
  #staff #secDentist .secTitle::before {
    width: 67px;
    height: 107px;
    transform: translate(-80%, -80%);
  }
}
#staff #secDentist .dentistWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap {
    flex-direction: column;
    gap: 15px;
  }
}
#staff #secDentist .dentistWrap + .dentistWrap {
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap + .dentistWrap {
    margin-top: 100px;
  }
}
#staff #secDentist .dentistWrap .img {
  width: 220px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .img {
    width: 163px;
    margin: 0 auto;
  }
}
#staff #secDentist .dentistWrap .contentWrap {
  width: calc(100% - 320px);
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .contentWrap {
    width: 100%;
  }
}
#staff #secDentist .dentistWrap .job {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .job {
    text-align: center;
    margin-bottom: 5px;
  }
}
#staff #secDentist .dentistWrap .name {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .name {
    margin-bottom: 15px;
    text-align: center;
  }
}
#staff #secDentist .dentistWrap .name span {
  display: block;
}
#staff #secDentist .dentistWrap .name span:nth-of-type(1) {
  margin-bottom: 0.2em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .name span:nth-of-type(1) {
    font-size: 20px;
  }
}
#staff #secDentist .dentistWrap .name span:nth-of-type(2) {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .name span:nth-of-type(2) {
    font-size: 12px;
  }
}
#staff #secDentist .dentistWrap .jobList {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .jobList {
    font-size: 13px;
    text-align: center;
  }
}
#staff #secDentist .dentistWrap .infoList .box + .box {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .infoList .box + .box {
    margin-top: 25px;
  }
}
#staff #secDentist .dentistWrap .infoList .box dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .infoList .box dt {
    font-size: 14px;
  }
}
#staff #secDentist .dentistWrap .infoList .box dt::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #1a8324;
}
#staff #secDentist .dentistWrap .infoList .box dd {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistWrap .infoList .box dd {
    font-size: 13px;
    line-height: 2;
  }
}
#staff #secDentist .dentistWrap .infoList .box dd ul li {
  padding-left: 1em;
  text-indent: -1.2em;
}
#staff #secDentist .dentistWrap .infoList .box dd ul li::before {
  content: "・";
}
#staff #secDentist .dentistList {
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList {
    margin-top: 100px;
  }
}
#staff #secDentist .dentistList .box {
  width: calc(100% - 320px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList .box {
    width: 100%;
    text-align: center;
  }
}
#staff #secDentist .dentistList .box + .box {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList .box + .box {
    margin-top: 75px;
  }
}
#staff #secDentist .dentistList .box dt {
  margin-bottom: 10px;
}
#staff #secDentist .dentistList .box dt .job {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList .box dt .job {
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
#staff #secDentist .dentistList .box dt .name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList .box dt .name {
    font-size: 20px;
    line-height: 1.25;
  }
}
#staff #secDentist .dentistList .box dd .info li {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #staff #secDentist .dentistList .box dd .info li {
    font-size: 13px;
    line-height: 2;
  }
}
#staff #secStaff .secTitle {
  position: relative;
}
#staff #secStaff .secTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 150px;
  background-image: url("./img/deco06.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(80%, -60%);
}
@media screen and (max-width: 960px) {
  #staff #secStaff .secTitle::before {
    left: auto;
    right: 0;
    width: 67px;
    height: 107px;
    transform: translate(0, -60%);
  }
}
#staff #secStaff .lead {
  text-align: center;
  line-height: 2.875;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .lead {
    font-size: 13px;
    line-height: 2;
  }
}
#staff #secStaff .staffWrap {
  padding: 40px 150px;
  margin-top: 40px;
  border: 1px solid #1a8324;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap {
    padding: 30px 20px;
  }
}
#staff #secStaff .staffWrap .staffList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 40px;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList {
    flex-direction: column;
    row-gap: 40px;
  }
}
#staff #secStaff .staffWrap .staffList .box {
  width: calc((100% - 160px) / 2);
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList .box {
    width: 100%;
    text-align: center;
  }
}
#staff #secStaff .staffWrap .staffList .box dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList .box dt {
    margin-bottom: 5px;
  }
}
#staff #secStaff .staffWrap .staffList .box dt .job {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #1a8324;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList .box dt .job {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6666666667;
  }
}
#staff #secStaff .staffWrap .staffList .box dt .name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList .box dt .name {
    font-size: 20px;
    line-height: 1.25;
  }
}
#staff #secStaff .staffWrap .staffList .box dd .info li {
  font-family: "Zen Kaku Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, serif;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  #staff #secStaff .staffWrap .staffList .box dd .info li {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

#news #secArchives {
  padding-top: 96px;
  padding-bottom: 150px;
  background-color: #deeef1;
}
@media screen and (max-width: 960px) {
  #news #secArchives {
    padding-top: 45px;
    padding-bottom: 65px;
  }
}
#news #secArchives .secTitle {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #news #secArchives .secTitle {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  #news #secArchives .newsList li {
    width: 100%;
  }
  #news #secArchives .newsList li:nth-of-type(n + 3) {
    display: block;
  }
}
#news #secArchives .newsList li a .info .date {
  color: #484848;
}
@media screen and (max-width: 960px) {
  #news #secArchives .newsList li a .img {
    height: auto;
    aspect-ratio: 670/352;
  }
  #news #secArchives .newsList li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #news #secArchives .newsList li a .tag {
    font-size: 11px;
  }
  #news #secArchives .newsList li a .info {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  #news #secArchives .newsList li a .info .category {
    font-size: 10px;
  }
}
#news #secArchives .pagenation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  padding: 0 130px;
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  #news #secArchives .pagenation {
    column-gap: 25px;
    margin-top: 75px;
    padding: 0 80px;
  }
}
#news #secArchives .pagenation .page {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #c3c3c3;
  transition: color 0.4s;
}
@media screen and (max-width: 960px) {
  #news #secArchives .pagenation .page {
    font-size: 13px;
  }
}
#news #secArchives .pagenation .page:hover {
  opacity: 1;
  color: #484848;
}
#news #secArchives .pagenation .page.current {
  color: #484848;
}
#news #secArchives .pagenation .previouspostslink,
#news #secArchives .pagenation .nextpostslink {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #news #secArchives .pagenation .previouspostslink,
  #news #secArchives .pagenation .nextpostslink {
    font-size: 12px;
  }
}
#news #secArchives .pagenation .previouspostslink {
  left: 0;
}
#news #secArchives .pagenation .previouspostslink::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-30%) scaleX(-1);
}
@media screen and (max-width: 960px) {
  #news #secArchives .pagenation .previouspostslink::after {
    width: 40px;
    height: 3px;
  }
}
#news #secArchives .pagenation .nextpostslink {
  right: 0;
}
#news #secArchives .pagenation .nextpostslink::before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-30%);
}
@media screen and (max-width: 960px) {
  #news #secArchives .pagenation .nextpostslink::before {
    width: 40px;
    height: 3px;
  }
}
#news #single {
  padding-top: 83px;
  padding-bottom: 100px;
  background-color: #deeef1;
}
@media screen and (max-width: 960px) {
  #news #single {
    padding-top: 45px;
    padding-bottom: 50px;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
#news #single .inner.bg {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #news #single .inner.bg {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#news #single .inner .singleWrap {
  max-width: 680px;
  margin: 0 auto;
}
#news #single .inner .singleWrap .singleHeader .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
#news #single .inner .singleWrap .singleHeader .info .date {
  font-size: 16px;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleHeader .info .date {
    font-size: 12px;
  }
}
#news #single .inner .singleWrap .singleHeader .info .category {
  padding: 0 0.5em;
  font-size: 12px;
  color: #ffffff;
  background-color: #91be5c;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleHeader .info .category {
    font-size: 10px;
  }
}
#news #single .inner .singleWrap .singleHeader .title {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleHeader .title {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}
#news #single .inner .singleWrap .singleHeader .eyecatch {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleHeader .eyecatch {
    margin-top: 25px;
  }
}
#news #single .inner .singleWrap .singleContent {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleContent {
    margin-top: 4em;
  }
}
#news #single .inner .singleWrap .singleContent * + * {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleContent * + * {
    margin-top: 25px;
  }
}
#news #single .inner .singleWrap .singleContent * + h2 {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleContent * + h2 {
    margin-top: 40px;
  }
}
#news #single .inner .singleWrap .singleContent h2 {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleContent h2 {
    font-size: 17px;
    line-height: 1.7647058824;
  }
}
#news #single .inner .singleWrap .singleContent p {
  text-align: justify;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #news #single .inner .singleWrap .singleContent p {
    font-size: 13px;
    line-height: 2;
  }
}
#news #single .singleFooter {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  #news #single .singleFooter {
    margin-top: 100px;
  }
}
#news #single .singleFooter .pagenation {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #news #single .singleFooter .pagenation {
    position: static;
    margin-bottom: 25px;
    transform: none;
  }
}
#news #single .singleFooter .pagenation .prev a,
#news #single .singleFooter .pagenation .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  font-size: 14px;
  font-weight: 400;
  pointer-events: auto;
}
@media screen and (max-width: 960px) {
  #news #single .singleFooter .pagenation .prev a,
  #news #single .singleFooter .pagenation .next a {
    font-size: 12px;
  }
}
#news #single .singleFooter .pagenation .prev a {
  left: 0;
}
#news #single .singleFooter .pagenation .prev a::after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-30%) scaleX(-1);
}
@media screen and (max-width: 960px) {
  #news #single .singleFooter .pagenation .prev a::after {
    width: 40px;
    height: 3px;
  }
}
#news #single .singleFooter .pagenation .next a {
  right: 0;
}
#news #single .singleFooter .pagenation .next a::before {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  background-image: url("./img/arrow02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-30%);
}
@media screen and (max-width: 960px) {
  #news #single .singleFooter .pagenation .next a::before {
    width: 40px;
    height: 3px;
  }
}
#news #single .singleFooter .btn01 {
  text-align: center;
  pointer-events: none;
}
#news #single .singleFooter .btn01 a {
  pointer-events: auto;
}
#news #single .newsWrap {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #news #single .newsWrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  #news #single .newsWrap .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#news #single .newsWrap .heading {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #news #single .newsWrap .heading {
    margin-bottom: 25px;
    font-size: 14px;
  }
}

/* 
--------------------------------------------------------*//*# sourceMappingURL=style.css.map */