@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*  --------------------------------------------------------------------------------
  _base.scss
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #6C766C;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 0;
  min-width: 1025px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 14px;
    line-height: 20px;
  }
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

.f-wbr {
  word-break: keep-all;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-decoration: none;
  word-wrap: break-word;
  margin: 0;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

p, span, strong, small {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

li, td, th, dt, dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 429px) {
  .min429-none {
    display: none !important;
  }
}
@media screen and (max-width: 428px) {
  .max428-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
a, button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a, button {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  a:hover, button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*  --------------------------------------------------------------------------------
  _common.scss
--------------------------------------------------------------------------------  */
.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.cmn-inner.w-1080 {
  max-width: 1080px;
}
.cmn-inner.w-1440 {
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 580px;
  }
  .cmn-inner.w-1080 {
    max-width: 580px;
  }
  .cmn-inner.w-1440 {
    max-width: 580px;
  }
}

.cmn-ttl {
  display: block;
  color: #77AE77;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.cmn-ttl-en {
  color: #C7E2C2;
  display: block;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmn-ttl {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 50px;
  }
  .cmn-ttl__en {
    font-size: 16px;
  }
}

.cmn-bt {
  background: #036ed1;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  max-width: 315px;
  width: 100%;
  height: 56px;
}
.cmn-bt:before {
  background: url(../img/cmn/ico_arrow_wht01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
}
.cmn-bt span {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .cmn-bt:hover {
    opacity: 1;
    background: rgba(3, 110, 209, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    font-size: 16px;
    padding: 5px 0;
    max-width: 350px;
    width: 100%;
    height: 50px;
  }
  .cmn-bt span {
    font-size: 16px;
  }
}

.more-bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #77AE77;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  width: 247px;
  height: 66px;
  opacity: 1;
  border-top-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 5px;
}
.more-bt span {
  position: relative;
  padding-right: 20px;
}
.more-bt span:after {
  background: url(../img/cmn/ico_arrow01-wh.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 9px;
  height: 14px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .more-bt {
    font-size: 16px;
    width: 194px;
    height: 66px;
  }
}
.more-bt.is_center {
  margin: 0 auto;
}

/*  --------------------------------------------------------------------------------
  _header.scss
--------------------------------------------------------------------------------  */
.header {
  padding: 30px 40px;
  width: 100%;
  min-height: 142px;
  height: 142px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
  position: absolute;
  inset: 0 0 auto 0;
}
@media screen and (max-width: 1600px) and (min-width: 1301px) {
  .header {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .header {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    position: fixed;
    inset: 0;
    padding: 15px 10px;
    min-width: 100%;
    height: 66px;
    min-height: initial;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 769px) {
  .header.is-headerOn {
    width: 100%;
    position: fixed;
    inset: 0 0 auto 0;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
    background-color: #fff;
  }
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(-64px);
              transform: translateY(-64px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translateY(-64px);
              transform: translateY(-64px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}
.header-wrp {
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1180px) and (min-width: 769px) {
  .header-wrp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header .h-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1500px) and (min-width: 769px) {
  .header .h-flex {
    gap: 16px;
  }
}
.header-bt {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
  position: fixed;
  inset: 0 0 auto auto;
  width: 60px;
  height: 66px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99999;
}
.header-bt span {
  background: #6C766C;
  display: block;
  position: absolute;
  margin: auto;
  width: 26px;
  height: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt span:nth-child(1) {
  inset: -34px 0 0 0;
}
.header-bt span:nth-child(2) {
  inset: -15px 0 0 0;
}
.header-bt span:nth-child(3) {
  inset: 0 0 -4px 0;
}
.header-bt p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
  margin-top: 36px;
}
.header-logo {
  max-width: 320px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 141px;
    max-width: initial;
  }
}
.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1500px) and (min-width: 769px) {
  .header-content {
    min-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .header-content {
    min-width: initial;
    padding: 14px 30px 180px;
  }
}
.header .h-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1680px) and (min-width: 1321px) {
  .header .h-contact-box {
    gap: 16px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 769px) {
  .header .h-contact-box {
    width: 32%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header .h-contact-box {
    display: none;
  }
}
.header-tel {
  display: block;
  width: 50.91743119%;
  max-width: 222px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .header-tel {
    right: 60px;
  }
}
.header-mail {
  display: block;
  width: 42.20183486%;
  max-width: 193px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header-mail {
    right: 120px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header-tel, .header-mail {
    width: 60px;
    max-width: initial;
    position: absolute;
    top: 0;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 15px;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header-nav {
    background-color: rgba(255, 255, 255, 0.8509803922);
    display: block;
    position: fixed;
    top: 66px;
    right: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    margin: 0;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.header-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1680px) and (min-width: 769px) {
  .header-nav-links {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-nav-links {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 100%;
  }
}
.header-nav-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .header-nav-link {
    border-bottom: 1px solid #C7E2C2;
    width: 100%;
    line-height: 100%;
  }
  .header-nav-link:first-child {
    border-top: 1px solid #C7E2C2;
  }
  .header-nav-link-ttl {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .header-nav-link-ttl:before {
    background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.header-nav-link-ttl {
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1620px) {
  .header-nav-link-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1281px) {
  .header-nav-link-ttl {
    letter-spacing: -0.01em;
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .header-nav-link-ttl {
    font-size: 13px;
  }
}
.header-nav-spBtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 22px;
}

.js-accordion-content {
  display: none;
}

.js-accordion-content {
  background-color: rgba(191, 156, 152, 0.9);
  color: #fff;
  border-radius: 14px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 60px;
  padding: 30px 40px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content {
    position: static;
    inset: auto;
    min-width: initial;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 15px;
    padding-top: 0;
    background-color: transparent;
    border: none;
    padding: 0;
  }
}
.js-accordion-content .cmn-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
.js-accordion-content-ttl {
  display: inline;
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .js-accordion-content-ttl {
    display: none;
  }
}
.js-accordion-content .accordion__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 0 16px;
    gap: 0;
  }
}
.js-accordion-content .accordion__list-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item {
    margin-bottom: 0;
    padding: 8px 0 8px 0;
  }
  .js-accordion-content .accordion__list-item:last-child {
    border-bottom: none;
  }
  .js-accordion-content .accordion__list-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat;
    background-size: 100% auto;
    right: 15px;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
.js-accordion-content .accordion__list-item:hover:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.js-accordion-content .accordion__list-item a {
  width: 100%;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.js-accordion-content .accordion__list-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .js-accordion-content .accordion__list-item a {
    color: #6C766C;
    display: block;
    padding: 8px 0 8px;
  }
}
.js-accordion-content .accordion__list-item:last-child {
  margin-bottom: 0;
}

.js-accordion-title {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .js-accordion-title:hover:before {
    content: "";
    display: block;
    background: url(../img/cmn/ico_arrow02-wh.svg) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
    right: 15px;
    left: auto;
    margin: auto;
    width: 7px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .js-accordion-title.open::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .js-accordion-title .border {
    width: 1px;
    height: 40px;
    background-color: #e6e6e6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header-nav-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

.body.is-navOn {
  height: 100%;
  overflow: hidden;
}

/*  --------------------------------------------------------------------------------
  _footer.scss
--------------------------------------------------------------------------------  */
.footer {
  background-color: rgba(244, 238, 237, 0.8);
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
    margin-top: 60px;
  }
}
.footer-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    display: none;
  }
}
.footer-map {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .footer-map {
    height: 280px;
    margin-bottom: 0;
  }
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 100px;
  width: 410px;
}
.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-nav-list-item a {
  display: block;
  font-weight: 500;
  line-height: 1.6;
}
.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer-info .footer-logo {
  width: 326px;
}
.footer-info table th,
.footer-info table td {
  padding: 10px 0;
}
.footer-info table th {
  width: 120px;
}
.footer-info table th p {
  background-color: #6c766c;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.footer-info table td {
  padding-left: 10px;
}
.footer .copylights {
  display: block;
  font-size: 10px;
  color: #3D463D;
  text-align: center;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .footer .copylights {
    display: none;
  }
}

.visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .visual {
    margin-top: 64px;
  }
}
.visual.is-lower {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .visual.is-lower {
    margin-top: 64px;
  }
}
.visual__txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.visual__title {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.visual__title span {
  display: block;
  font-size: 64px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .visual__title {
    font-size: 16px;
  }
  .visual__title span {
    font-size: 36px;
  }
}
.visual__imgBox {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .visual__imgBox {
    height: 200px;
  }
}
.visual__imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsList {
  margin-top: 100px;
  max-width: 900px;
  margin: 100px auto 0;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsList {
    margin-top: 50px;
  }
}
.newsList-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
@media screen and (max-width: 768px) {
  .newsList-list {
    gap: 30px;
  }
}
.newsList-item {
  background-color: #F5F5F5;
}
.newsList-item-link {
  display: block;
  padding: 25px 30px;
}
.newsList-item-date {
  color: #77AE77;
  font-size: 14px;
}
.newsList-item-category {
  border: 1px solid #77AE77;
  border-radius: 50vh;
  color: #77AE77;
  font-size: 14px;
  padding: 2px 10px;
  margin-left: 10px;
}
.newsList-item-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
  margin-top: 20px;
}
.newsList-item-text {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .newsList-item-title {
    margin-top: 16px;
  }
}

.newsBox {
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 215px auto;
  gap: 80px;
  margin: 100px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsBox__pageLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin: 60px auto 0;
  max-width: 474px;
  width: 100%;
}
.newsBox__pageLink__item {
  min-width: 118px;
}
.newsBox__pageLink__item a {
  border: solid 1px #77AE77;
  border-radius: 6px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
.newsBox__pageLink__item.is_prev a {
  text-align: right;
  position: relative;
}
.newsBox__pageLink__item.is_prev a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 8px 3.5px 0;
  border-color: transparent #382410 transparent transparent;
}
.newsBox__pageLink__item.is_center {
  text-align: center;
}
.newsBox__pageLink__item.is_next a {
  position: relative;
}
.newsBox__pageLink__item.is_next a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 8px;
  border-color: transparent transparent transparent #382410;
}
@media screen and (max-width: 768px) {
  .newsBox {
    grid-template-columns: 1fr;
    gap: 70px;
    margin: 26px auto 40px;
  }
  .newsBox__pageLink {
    gap: 10px;
    margin: 40px auto 0;
    max-width: 100%;
    padding-top: 52px;
    position: relative;
  }
  .newsBox__pageLink__item.is_prev {
    position: absolute;
    left: 0;
    top: 0;
  }
  .newsBox__pageLink__item.is_center {
    margin: auto;
  }
  .newsBox__pageLink__item.is_next {
    position: absolute;
    right: 0;
    top: 0;
  }
}

#navi {
  max-width: 215px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #navi {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tb_ovn_news {
  margin-top: 5px;
}

.news_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.news_sub .date {
  color: #77AE77;
  font-size: 12px;
  margin-right: 5px;
}
.news_sub .cate_name {
  border: 1px solid #77AE77;
  border-radius: 50vh;
  color: #77AE77;
  font-size: 10px;
  padding: 2px 6px;
}
.news_sub .tb_tt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}

.news_tt {
  border-top: 3px solid #77AE77;
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}

.news_cate {
  margin-bottom: 40px;
}
.news_cate li {
  border-bottom: solid 1px #D9D9D9;
  color: #77AE77;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0;
  text-align: center;
}

.navi-date {
  border-bottom: solid 1px #D9D9D9;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  padding: 10px 0 10px 14px;
  position: relative;
}
.navi-date::before {
  background: #382410;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 10px;
  height: 2px;
}

.year_tit {
  cursor: pointer;
  position: relative;
}
.year_tit::before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #ccc transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.year_tit.is_open::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.monthlist {
  display: none;
  margin-top: 5px;
}
.monthlist li {
  line-height: 1.6;
}

.content_post .news_img {
  background-color: #FBF5EF;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 612px;
  height: 400px;
}
.content_post .news_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .content_post .news_img {
    margin: 0 auto 60px;
    max-width: 100%;
    height: 233px;
  }
}

.content_post {
  max-width: 760px;
  width: 100%;
}
.content_post .section {
  background: #F5F5F5;
  padding: 40px;
}
.content_post__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 5px;
  margin-bottom: 40px;
}
.content_post h2 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
}
.content_post p {
  line-height: 2.125em;
  margin: 0 0 2.125em;
}
.content_post p a {
  color: #77AE77;
  text-decoration: underline;
}
.content_post .aligncenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_post {
    max-width: 100%;
  }
  .content_post__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .content_post h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .content_post p {
    line-height: 2.125em;
    margin: 0 0 2.125em;
  }
  .content_post p a {
    color: #77AE77;
    text-decoration: underline;
  }
}

.section.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.wp-pagenavi span.current {
  background: #77AE77;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  background: #F5F5F5;
  color: #868686;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
}
.wp-pagenavi a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #77AE77;
  color: #fff;
  opacity: 1;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #F5F5F5;
  color: #868686;
}

.single-post {
  display: block;
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .single-post {
    padding: 40px 0;
  }
}
.single-post__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.single-post__sidebar {
  display: block;
  width: 270px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .single-post__sidebar {
    display: none;
  }
}
.single-post__sidebar-title {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background-color: #eee;
  padding: 15px;
  margin-top: 15px;
}
.single-post__sidebar-title:first-child {
  margin-top: 0;
}
.single-post__card {
  display: block;
  margin-top: 15px;
}
.single-post__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-post__card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.single-post__card-item:last-child .single-post__card-inner:after {
  display: none;
}
.single-post__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 5px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.single-post__card-inner:after {
  background-color: #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .single-post__card-inner:hover {
    opacity: 0.5;
  }
}
.single-post__card-date {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #000;
}
.single-post__card-title {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
}
.single-post__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: auto;
  min-width: 1px;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-post__content {
  display: block;
  width: 100%;
  background-color: rgba(238, 238, 238, 0.1);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .single-post__content {
    background-color: transparent;
    padding: 0;
  }
}
.single-post__content h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.single-post__content h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-post__content h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h4 {
    font-size: 26px;
    line-height: 34px;
  }
}
.single-post__content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.single-post__content h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content h6 {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post__content p,
.single-post__content a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-post__content p,
  .single-post__content a {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-post__content a {
  text-decoration: underline;
}
@media (hover: hover) {
  .single-post__content a:hover {
    text-decoration: none;
  }
}

.pagination {
  display: block;
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination__item {
  display: block;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.current {
  color: #000;
  background-color: #eee;
}
@media (hover: hover) {
  .pagination a.page-numbers:hover {
    color: #000;
    background-color: #eee;
  }
}

/*  --------------------------------------------------------------------------------
  _top.scss
--------------------------------------------------------------------------------  */
.topMv {
  margin-top: 142px;
  padding: 0 0 0 0;
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topMv {
    margin-top: 66px;
    height: auto;
    min-height: initial;
    max-height: initial;
    overflow: visible;
  }
}
.topMv.is_lower {
  margin-top: 142px;
  min-height: 500px;
  max-height: 500px;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower {
    max-height: initial;
    min-height: initial;
    height: auto;
    padding: 0;
    margin-top: 66px;
  }
}
.topMv.is_lower .topMv-content {
  position: absolute;
  top: 50%;
  left: 11.1111111%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 200;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-content {
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    width: 100%;
  }
}
.topMv.is_lower .topMv-title {
  background-color: rgba(119, 174, 119, 0.7490196078);
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding: 40px;
  line-height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-title {
    font-size: 24px;
    text-align: center;
    width: 80%;
    padding: 30px;
    line-height: 24px;
  }
}
.topMv.is_lower .topMv-imgBox {
  width: 100%;
  height: 500px;
  max-height: 500px;
  min-height: 500px;
  position: relative;
  inset: auto;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox {
    height: auto;
    max-height: initial;
    min-height: initial;
  }
}
.topMv.is_lower .topMv-imgBox img {
  height: 500px;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .topMv.is_lower .topMv-imgBox img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.topMv-imgBox {
  width: 100%;
  max-width: initial;
  max-height: 700px;
  min-height: 700px;
  position: absolute;
  top: 0;
  left: 27.0833333333%;
}
.topMv-imgBox img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
  -o-object-position: top left;
     object-position: top left;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .topMv-imgBox {
    left: 16%;
  }
}
@media screen and (max-width: 768px) {
  .topMv-imgBox {
    height: auto;
    max-height: initial;
    min-height: initial;
    position: static;
    inset: auto;
  }
  .topMv-imgBox img {
    height: 100%;
    width: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.topMv-box .objBox {
  z-index: 120;
}
.topMv-box .objBox.obj01 {
  position: absolute;
  bottom: 0;
  left: 3.125%;
  max-width: 938px;
  width: 48.854166666%;
}
.topMv-box .objBox.obj02 {
  position: absolute;
  bottom: 47px;
  right: 5.555555%;
  max-width: 526px;
  width: 29.16666666%;
}
.topMv-box .objBox.obj03 {
  background: var(--bg_02, rgba(244, 238, 237, 0.8));
  position: absolute;
  top: 48px;
  right: 0;
  width: 13.0729166667%;
  max-width: 251px;
  height: 240px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 20px;
}
.topMv .scroll_down {
  background-color: rgba(190, 145, 40, 0.2);
  width: 120px;
  height: 258px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .topMv .scroll_down {
    height: 156px;
    width: 100%;
  }
}
.topMv .scroll_down a {
  color: #000;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  width: 13px;
  padding: 10px 0 80px;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
  z-index: 1;
}
.topMv .scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: #ddd;
}
.topMv .scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .topMv .scroll_down a {
    font-size: 10px;
    left: 22px;
    bottom: 20px;
    letter-spacing: 0.01em;
    padding: 0px 0 44px;
  }
  .topMv .scroll_down a:before {
    height: 40px;
  }
  .topMv .scroll_down a:after {
    height: 40px;
  }
}
.topMv #type01 a:after {
  -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

main {
  position: relative;
}

.tp-news {
  padding: 80px 40px 60px;
}
@media screen and (max-width: 768px) {
  .tp-news {
    padding: 166px 20px 20px;
  }
}
.tp-news .cmn-ttl {
  width: 360px;
  text-align: left;
}
.tp-news .cmn-ttl span {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tp-news .cmn-ttl {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .tp-news .cmn-ttl span {
    text-align: center;
  }
}
.tp-news-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tp-news-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-news-list {
  width: calc(100% - 360px);
  height: 200px;
  overflow-y: scroll;
}
.tp-news-list-item {
  border-bottom: 1px solid #c7e2c2;
}
.tp-news-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.tp-news-list-item a .date {
  font-weight: 500;
}
.tp-news-list-item a .ttl {
  padding-left: 60px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tp-news-list {
    width: 100%;
  }
  .tp-news-list-item a {
    gap: 30px;
    padding: 15px 0;
  }
  .tp-news-list-item a .ttl {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .tp-banner {
    padding: 0 20px;
  }
}
.tp-banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .tp-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .tp-banner-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.tp-clinic {
  background-color: #f4f9f3;
  margin-top: 80px;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .tp-clinic {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-clinic {
    padding: 60px 20px;
    margin: 50px auto 0;
    min-height: initial;
  }
}
.tp-clinic-content {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .tp-clinic-content {
    padding: 0;
  }
}
.tp-clinic-content::before {
  display: block;
  content: "";
  background: url(../img/top/clinic/clinic_ill01.png) no-repeat center;
  background-size: cover;
  width: 244.2087554932px;
  height: 313px;
  position: absolute;
  bottom: 0;
  left: -81px;
  z-index: 100;
}
@media screen and (max-width: 1290px) and (min-width: 769px) {
  .tp-clinic-content::before {
    left: 0;
    width: 184px;
    height: 236px;
  }
}
@media screen and (max-width: 768px) {
  .tp-clinic-content::before {
    content: none;
  }
}
.tp-clinic-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.tp-clinic-content-box .imgBox {
  max-width: 700px;
  width: calc(100% - 500px);
}
.tp-clinic-content-box .textBox {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .tp-clinic-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    max-width: initial;
    width: 100%;
  }
}
.tp-clinic-content-box .imgBox,
.tp-clinic-content-box .textBox {
  max-width: initial;
  width: 100%;
}
.tp-clinic-content-box .imgBox {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-clinic-content-box .imgBox::before {
    display: block;
    content: "";
    background: url(../img/top/clinic/clinic_ill01.png) no-repeat center;
    background-size: cover;
    width: 129px;
    height: 165px;
    position: absolute;
    bottom: -15.27px;
    left: auto;
    right: 0;
    z-index: 100;
  }
}

.tp-reason {
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-reason {
    padding: 60px 20px;
  }
}
.tp-reason .cmn-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .tp-reason .cmn-ttl {
    margin-bottom: 36px;
  }
}
.tp-reason-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .tp-reason-list {
    gap: 50px;
  }
}
.tp-reason-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.tp-reason-list-item .innerBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 460px;
}
.tp-reason-list-item .ttl {
  color: #77AE77;
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 40px;
}
.tp-reason-list-item .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  color: #c7e2c2;
  font-size: 128px;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  text-align: right;
}
.tp-reason-list-item .num span {
  font-size: 20px;
  margin-top: -10px;
}
.tp-reason-list-item .num::before {
  content: "";
  position: absolute;
  top: 52px;
  left: 0;
  width: calc(100% - 223px);
  height: 2px;
  background-color: #c7e2c2;
}
.tp-reason-list-item .text {
  font-weight: 400;
}
.tp-reason-list-item .imgBox {
  display: block;
  max-width: 700px;
  width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  .tp-reason-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tp-reason-list-item .num {
    font-size: 64px;
    gap: 10px;
  }
  .tp-reason-list-item .num::before {
    top: 27px;
    left: 0;
    width: calc(100% - 134px);
  }
  .tp-reason-list-item .num span {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .tp-reason-list-item .ttl {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .tp-reason-list-item .innerBox,
  .tp-reason-list-item .imgBox {
    width: 100%;
  }
  .tp-reason-list-item:nth-child(2n) .innerBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .tp-reason-list-item:nth-child(2n) .imgBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tp-case {
  background: url(../img/top/case/case_bg01.webp) no-repeat center;
  background-size: cover;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .tp-case {
    background: url(../img/top/case/case_bg01-sp.webp) no-repeat center;
    background-size: cover;
    padding: 60px 20px;
  }
}
.tp-case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.tp-case-list-item {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .tp-case-list {
    gap: 20px;
  }
  .tp-case-list-item {
    width: 145px;
  }
}

.tp-menu {
  padding: 80px 40px 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu {
    padding: 60px 20px;
  }
}
.tp-menu-list-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-main {
    gap: 30px;
  }
}
.tp-menu-list-main-item {
  position: relative;
}
.tp-menu-list-main-item .innerBox {
  background-color: rgba(244, 238, 237, 0.8);
  width: 560px;
  padding: 40px 50px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tp-menu-list-main-item .ttl {
  color: #BF9C98;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}
.tp-menu-list-main-item .imgBox {
  width: 700px;
}
.tp-menu-list-main-item:nth-child(2n) .innerBox {
  left: 0;
  right: auto;
}
.tp-menu-list-main-item:nth-child(2n) .imgBox {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-main .innerBox {
    width: 100%;
    padding: 30px;
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
  }
  .tp-menu-list-main .innerBox .ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .tp-menu-list-main .imgBox {
    width: 100%;
  }
  .tp-menu-list-main:nth-child(2n) .innerBox {
    inset: auto;
  }
  .tp-menu-list-main:nth-child(2n) .imgBox {
    margin: 0 auto 20px;
  }
}
.tp-menu-list-sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .tp-menu-list-sub {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}

.tp-doctor {
  background-color: #f4f9f3;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .tp-doctor {
    padding: 60px 20px 30px;
  }
}
.tp-doctor-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp-doctor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp-doctor .imgBox {
  width: 400px;
}
.tp-doctor .innerBox {
  background-color: #fff;
  max-width: 760px;
  width: calc(100% - 440px);
  padding: 60px;
}
.tp-doctor .ttl {
  color: #BF9C98;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tp-doctor .ttl {
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.tp-doctor .text {
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.tp-doctor .name {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
.tp-doctor .name span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .tp-doctor .imgBox,
  .tp-doctor .innerBox {
    max-width: initial;
    width: 100%;
  }
  .tp-doctor .innerBox {
    padding: 30px 0;
  }
  .tp-doctor .innerBox .text {
    padding: 0 20px;
  }
  .tp-doctor .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
    font-size: 24px;
    padding: 0 20px;
  }
  .tp-doctor .name span {
    font-size: 14px;
  }
}

.tp-staff {
  background-color: #f4f9f3;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 768px) {
  .tp-staff {
    padding: 30px 20px 60px;
  }
}
.tp-staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.tp-staff-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tp-staff-list-item .innerBox {
  background-color: #fff;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tp-staff-list-item .innerBox .name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.tp-staff-list-item .innerBox .name span {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .tp-staff-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .tp-staff-list .innerBox {
    padding: 30px;
  }
  .tp-staff-list .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    padding: 0 20px;
  }
  .tp-staff-list .name span {
    font-size: 14px;
  }
}

.tp-tour {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .tp-tour {
    padding: 60px 0;
  }
}
.tp-tour .slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .tp-tour .slick-list {
    margin: 0;
  }
}
.tp-tour .slick-slide {
  margin: 0 20px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .tp-tour .slick-slide {
    margin: 0;
    width: 310px;
  }
}
.tp-tour .slider-content {
  position: relative;
}
.tp-tour .prev-arrow,
.tp-tour .next-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  z-index: 1000;
}
.tp-tour .prev-arrow span,
.tp-tour .next-arrow span {
  display: block;
  position: relative;
  width: 83.33px;
  height: 83.33px;
}
@media screen and (max-width: 768px) {
  .tp-tour .prev-arrow span,
  .tp-tour .next-arrow span {
    width: 41.67px;
    height: 41.67px;
  }
}
.tp-tour .prev-arrow span::before,
.tp-tour .next-arrow span::before {
  content: "";
  background: url(../img/cmn/ico_arrow-slideRight.svg) no-repeat center;
  background-size: cover;
  width: 83.33px;
  height: 83.33px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .tp-tour .prev-arrow span::before,
  .tp-tour .next-arrow span::before {
    width: 41.67px;
    height: 41.67px;
  }
}
.tp-tour .next-arrow {
  right: 25.3645833333%;
}
.tp-tour .prev-arrow {
  left: 25.3645833333%;
}
.tp-tour .prev-arrow span::before {
  background: url(../img/cmn/ico_arrow-slideLeft.svg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .tp-tour .next-arrow {
    right: 21px;
  }
  .tp-tour .prev-arrow {
    display: none !important;
  }
}
.tp-tour-content {
  margin-top: 60px;
}
.tp-tour-content .innerBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 53px;
}
.tp-tour-content .text {
  background: rgba(244, 238, 237, 0.8);
  color: #3d463d;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  padding: 40px 10px;
  text-align: center;
  max-width: 900px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  .tp-tour-content .innerBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tp-tour-content .text {
    font-size: 16px;
    width: 100%;
    padding: 30px 20px;
  }
}

.form__field-name label,
.form__field-name span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.5px;
}

.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label, .form__field textarea, .form__field input[type=text],
.form__field input[type=tel],
.form__field input[type=email],
.form__field input[type=number],
.form__field input[type=date],
.form__field select {
  font-size: 16px;
  width: calc(100% - 12px);
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #6C766C;
  border-radius: 5px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .form .wpcf7-checkbox .wpcf7-list-item label,
  .form .wpcf7-radio .wpcf7-list-item label, .form__field textarea, .form__field input[type=text],
  .form__field input[type=tel],
  .form__field input[type=email],
  .form__field input[type=number],
  .form__field input[type=date],
  .form__field select {
    padding: 10px;
    width: calc(100% - 20px);
  }
}

.form {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form {
    gap: 24px;
    width: 100%;
    margin: 40px auto 0;
  }
}
.form::-webkit-input-placeholder {
  color: #6C766C;
}
.form::-moz-placeholder {
  color: #6C766C;
}
.form:-ms-input-placeholder {
  color: #6C766C;
}
.form::-ms-input-placeholder {
  color: #6C766C;
}
.form::placeholder {
  color: #6C766C;
}
.form__inner {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form__inner {
    border-top: 0;
    border-left: 0;
  }
}
.form__inner.is_margin {
  margin-top: 50px;
}
.form__group {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    padding: 0;
  }
}
.form__col {
  position: relative;
}
.form__col:first-child {
  background-color: rgba(180, 173, 169, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .form__col:first-child {
    width: 100%;
  }
}
.form__col:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  line-height: 1.69;
}
@media screen and (max-width: 768px) {
  .form__col:last-child {
    padding: 20px 10px;
  }
}
.form__field {
  border-bottom: 1px solid rgba(199, 226, 194, 0.3);
  padding: 25px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .form__field {
    width: 100%;
    padding: 0 0 24px;
  }
}
.form__field-name {
  width: 100%;
}
.form-scheduleBox {
  margin: 60px auto 0;
  text-align: center;
  max-width: 892px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-scheduleBox {
    margin-top: 20px;
    padding: 0 15px;
  }
  .form-scheduleBox iframe {
    width: 100%;
  }
}
.form__field-name {
  font-weight: 500;
  width: 45%;
  padding: 40px 25px 25px 25px;
  text-align: left;
  border-bottom: 1px solid rgba(199, 226, 194, 0.3);
}
@media screen and (max-width: 768px) {
  .form__field-name {
    width: 100%;
    padding: 0 0 16px;
    border: none;
  }
}
.form__field-name label mark,
.form__field-name span mark {
  background-color: #db4646;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8em;
  padding: 0 4px;
}
.form__field textarea {
  height: 180px;
}
.form__field .sub-label {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  margin-top: 15px;
}
.form__field.is_flex,
.form__field .is_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
}
.form__field.is_flex-column,
.form__field .is_flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.form__field.is_flex-column .sub-label,
.form__field .is_flex-column .sub-label {
  margin-top: 0;
}
.form__field.is_grid,
.form__field .is_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.form__agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .form__agree {
    padding: 0 15px;
  }
}
.form .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form .wpcf7-checkbox,
.form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.form .wpcf7-checkbox .wpcf7-list-item,
.form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-checkbox .wpcf7-list-item label,
.form .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 16px;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio],
.form .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  background-color: #fff;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: -2px;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .wpcf7-checkbox .wpcf7-list-item label input[type=radio]:checked:before,
.form .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #14232f;
  content: "";
}
.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: 500;
}
.form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.form__submit {
  text-align: center;
  position: relative;
  width: 280px;
  margin: 40px auto 0;
}
.form__submit::before {
  content: "";
  background: url(../img/cmn/ico_arrow-wh.svg) no-repeat center;
  background-size: cover;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
}
.form__submit input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit input[type=submit] {
  border: none;
  background-color: #BF9C98;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 100%;
  height: 70px;
  text-align: center;
  position: relative;
  max-width: 280px;
  width: 100%;
  height: 70px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .form__submit input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .form__submit input[type=submit]:hover {
    color: #fff;
    background: #6C766C;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
  }
}

.local {
  margin-top: 40px;
  padding-bottom: 80px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.local storng {
  font-weight: 700;
}
.local__content {
  display: block;
  line-height: 1.6;
  font-weight: normal;
}
.local__content .sec {
  background-color: #f4f9f3;
  padding: 60px;
  margin: 70px auto;
}
@media screen and (max-width: 768px) {
  .local__content .sec {
    padding: 30px 20px;
    margin: 40px auto;
  }
}
.local__content h2 {
  color: #77AE77;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 60px auto 40px;
}
@media screen and (max-width: 768px) {
  .local__content h2 {
    font-size: 24px;
    margin: 40px auto 30px;
    letter-spacing: -0.01em;
  }
}
.local__content h2:first-child {
  margin-top: 0;
}
.local__content h3 {
  color: #BF9C98;
  font-size: 28px;
  font-weight: 500;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .local__content h3 {
    font-size: 24px;
  }
}
.local__content h4 {
  color: #BF9C98;
  font-size: 24px;
  font-weight: 500;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .local__content h4 {
    font-size: 18px;
  }
}
.local__content h5,
.local__content h6 {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 20px 0;
}
.local__content p {
  margin-bottom: 1em;
}
.local__content p,
.local__content a {
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: normal;
}
.local__content p.is_center,
.local__content a.is_center {
  text-align: center;
}
.local__content .lead {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .local__content .lead {
    text-align: left;
    padding: 0 20px;
  }
}
.local__content .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  letter-spacing: 0;
}
.local__content .list li span {
  font-size: 18px;
  line-height: 1.8;
  min-width: 140px;
}
.local__content .indent-list {
  margin-bottom: 40px;
  padding-left: 0;
}
.local__content .indent-list li {
  position: relative;
  padding-left: 21px;
}
.local__content .indent-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.local__content .indent-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .indent-list li {
    padding-left: 24px;
  }
  .local__content .indent-list li::before {
    width: 16.7999992371px;
    height: 16.7999992371px;
  }
}
.local__content table {
  margin-bottom: 4em;
  width: 100%;
}
.local__content table.is_noHd tr:first-child th,
.local__content table.is_noHd tr:first-child td {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .local__content table.is_noHd th,
  .local__content table.is_noHd td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .local__content table tr {
    border-top: none;
    border-left: solid 1px rgba(108, 118, 108, 0.5);
  }
}
.local__content table tr:first-child {
  border-top: solid 1px rgba(108, 118, 108, 0.5);
}
.local__content table tr:first-child th,
.local__content table tr:first-child td {
  font-weight: 700;
  text-align: center;
}
.local__content table th {
  background-color: #77AE77;
  border-left: solid 1px rgba(108, 118, 108, 0.5);
  border-bottom: solid 1px rgba(108, 118, 108, 0.5);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 20px;
  width: 460px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .local__content table th {
    border-left: none;
    font-size: 16px;
    padding: 8px;
    width: 170px;
  }
}
.local__content table td {
  background-color: #fff;
  border-right: solid 1px rgba(108, 118, 108, 0.5);
  border-bottom: solid 1px rgba(108, 118, 108, 0.5);
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .local__content table td {
    font-size: 16px;
    padding: 8px;
  }
  .local__content table td.is_price {
    white-space: nowrap;
  }
}
.local__content .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.local__content .flex-box .w29 {
  width: 29%;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box .w29 {
    width: 76%;
  }
}
.local__content .flex-box .w29.imgBox {
  margin: 0 auto;
}
.local__content .flex-box .w58 {
  width: 58%;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box .w58 {
    width: 100%;
  }
}
.local__content .flex-box.is_case {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.local__content .flex-box.is_case p {
  margin-bottom: 20px;
}
.local__content .flex-box.is_border {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .flex-box.is_border {
    padding-bottom: 36px;
    gap: 10px;
    margin-bottom: 25px;
  }
}
.local__content .column-box {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #a99470;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
  margin: 60px auto;
  position: relative;
  overflow: hidden;
}
.local__content .column-box::before {
  content: "";
  background: url(../img/cmn/column_img01.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
  width: 315px;
  height: 422.75px;
}
@media screen and (max-width: 768px) {
  .local__content .column-box {
    margin: 20px auto;
    padding: 24px 14px 24px 22px;
  }
  .local__content .column-box::before {
    content: none;
  }
}
.local__content img {
  width: 100%;
}
.local__content .imgBox {
  margin: 48px auto;
}
.local__content .imgBox.w-40 {
  width: 40%;
}
.local__content .imgBox.w-70 {
  width: 60%;
}
.local__content .imgBox.w500 {
  width: 500px;
}
.local__content .imgBox.w500 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w500 {
    width: 100%;
  }
}
.local__content .imgBox.w250 {
  width: 250px;
}
.local__content .imgBox.w250 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w250 {
    width: 100%;
  }
}
.local__content .imgBox.w480 {
  width: 480px;
}
.local__content .imgBox.w480 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w480 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .local__content .imgBox {
    margin: 20px auto;
    padding: 0 27px;
  }
}
.local__content .imgBox.w50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .local__content .imgBox.w50 {
    width: 100%;
  }
}
.local__content .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .local__content .alignright {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}
.local__content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.local__content .card {
  display: block;
  width: 100%;
}
.local__content .card__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 30px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
}
.local__content .card__list > li {
  width: calc(100% / 2 - 30px / 2 * 1);
}
@media screen and (max-width: 768px) {
  .local__content .card__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px 30px;
  }
  .local__content .card__list > li {
    width: calc(100% / 1 - 30px / 1 * 0);
  }
}
.local__content .card__2list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list.is_sp_opposite > div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .local__content .card__2list.is_sp_opposite > div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.local__content .card__2list h3,
.local__content .card__2list h4,
.local__content .card__2list h5,
.local__content .card__2list h6 {
  margin-top: 0;
}
.local__content .card__2list__item {
  list-style: none;
}
.local__content .card__2list__item.is-arrow {
  position: relative;
}
.local__content .card__2list__item.is-arrow::after {
  background: url(../img/local/ico_arrow.webp) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 150px -34px auto auto;
  margin: auto;
  width: 16px;
  height: 18px;
}
.local__content .card__2list__item.is-before {
  position: relative;
}
.local__content .card__2list__item.is-before::before {
  content: "BEFORE";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-before::before {
    font-size: 24px;
  }
}
.local__content .card__2list__item.is-after::before {
  content: "AFTER";
  color: #817a76;
  display: block;
  font-family: "Lora", serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .local__content .card__2list__item.is-after::before {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .local__content .card__2list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 50px;
    padding: 0;
    margin-bottom: 40px;
  }
  .local__content .card__2list__item.is-arrow::before {
    inset: auto 0 -12px 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.local__content .card__3list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__3list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.local__content .card__3list__item {
  text-align: center;
}
.local__content .card__21list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px 30px;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .card__21list {
    grid-template-columns: 1fr;
  }
}
.local__content .card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local__content .card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
.local__content .card__title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.local__content .card__title:after {
  display: none;
}
.local__content .card__img {
  display: block;
  width: 100%;
}
.local__content .card__img picture {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(1 / 1 * 100%);
  overflow: hidden;
}
.local__content .card__img picture img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.local__content .line {
  border-top: solid 1px #d4d8e3;
  margin: 40px 0;
}
.local__content .borderBox {
  border: solid 1px #d4d8e3;
  padding: 48px;
}
.local__content .borderBox h2,
.local__content .borderBox h3,
.local__content .borderBox h4,
.local__content .borderBox h5,
.local__content .borderBox h6 {
  margin-top: 0;
}
.local__content .borderBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .local__content .borderBox {
    padding: 30px 20px;
  }
}
.local__content .borderBox + .borderBox {
  margin-top: 30px;
}
.local__content .checkBox {
  border: solid 1px #168db6;
  -webkit-box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
          box-shadow: 6px 6px 0 rgba(22, 141, 182, 0.3);
  padding: 40px;
  position: relative;
  margin: 60px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .local__content .checkBox {
    padding: 10px;
  }
}
.local__content .checkBox ul {
  display: grid;
  gap: 0 30px;
  margin-bottom: 10px;
}
.local__content .checkBox ul.is_2list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .local__content .checkBox ul.is_2list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.local__content .checkBox ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
.local__content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .local__content .grid {
    grid-template-columns: 1fr;
    grid-template-areas: "txtbox" "imgbox";
  }
  .local__content .grid .imgBox {
    grid-area: imgbox;
  }
  .local__content .grid .txtBox {
    grid-area: txtbox;
  }
}
.local__content .p-price h3.is_clr-main01 {
  color: #6C766C;
}
.local__content .p-price h3.is_clr-main01::before, .local__content .p-price h3.is_clr-main01::after {
  background: #6C766C;
}
.local__content .p-price h4 {
  background-color: rgba(60, 45, 30, 0.2);
  color: #6C766C;
  font-weight: 400;
  font-size: 24px;
  line-height: 220%;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.local__content .p-price h4.is_bg-gren {
  background: rgba(0, 107, 106, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .local__content .p-price h4 {
    font-size: 20px;
  }
}
.local__content .p-price-table {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td,
  .local__content .p-price-table th {
    display: table-cell;
  }
  .local__content .p-price-table tr {
    display: table-row;
  }
}
.local__content .p-price-table tr {
  border: none !important;
}
.local__content .p-price-table th,
.local__content .p-price-table td {
  border: none;
}
.local__content .p-price-table th {
  background-color: transparent;
  border-top: 1px solid #a99470;
  color: #6C766C;
  font-weight: 400;
  font-size: 20px;
  line-height: 220%;
  vertical-align: top;
  text-align: left;
  width: calc(100% - 200px);
  padding: 10px 20px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table th {
    font-size: 16px;
    width: 60%;
    padding: 8px 16px;
  }
}
.local__content .p-price-table td {
  padding: 10px 20px 10px 0;
  border-top: 1px solid #a99470;
  width: 200px;
  line-height: 220%;
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  letter-spacing: 0.01em;
}
.local__content .p-price-table td.is_clr-gren {
  color: #006b6a;
}
@media screen and (max-width: 768px) {
  .local__content .p-price-table td {
    font-size: 16px;
    width: 40%;
    padding: 8px 16px 8px 0;
  }
  .local__content .p-price-table td.is_price {
    white-space: nowrap;
  }
}
.local__content .p-price-table .note {
  border-top: 1px solid #a99470;
}
.local__content .p-price p {
  margin-bottom: 0 !important;
}
.local .notice {
  font-size: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .local .p-table td,
  .local .p-table th {
    display: table-cell;
  }
  .local .p-table tr {
    display: table-row;
  }
}
.local .p-table tr {
  border: none !important;
}
.local .p-table th,
.local .p-table td {
  background-color: transparent;
  color: #6C766C;
  border: none;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .local .p-table th,
  .local .p-table td {
    padding: 0;
  }
}
.local .p-table th {
  width: 100px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .local .p-table th {
    width: 70px;
  }
}
.local .p-table td {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .local .p-table td {
    width: calc(100% - 70px);
  }
}

.recruit-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruit-content {
    margin-bottom: 40px;
  }
}
.recruit-content .catch {
  color: #BF9C98;
  font-size: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit-content .catch {
    font-size: 21px;
  }
}
.recruit-content h2 {
  text-align: center;
}
.recruit-content-box {
  position: relative;
  width: 100%;
}
.recruit-content-box .innerBox {
  background-color: #f4f9f3;
  padding: 60px 0 1px;
  text-align: center;
  width: 700px;
}
.recruit-content-box .innerBox .text {
  margin-bottom: 60px;
}
.recruit-content-box .imgBox {
  max-width: 560px;
  width: 46.6666666666%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .recruit-content-box .innerBox {
    padding: 40px 20px;
    width: 100%;
  }
  .recruit-content-box .innerBox .text {
    margin-bottom: 24px;
  }
  .recruit-content-box .imgBox {
    max-width: initial;
    width: 100%;
    position: static;
    inset: auto;
    -webkit-transform: none;
            transform: none;
    margin-top: 24px;
  }
}
.recruit-content .indent-list {
  margin-bottom: 20px;
}
.recruit-content table th, .recruit-content table td {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .recruit-content table th, .recruit-content table td {
    display: block;
  }
}
.recruit-content table th {
  border: none;
  border-bottom: 1px solid #C7E2C2;
  background-color: transparent;
  color: #6C766C;
  font-weight: 700;
  text-align: left;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .recruit-content table th {
    width: 100%;
    border-bottom: none;
    padding: 20px 20px 0;
  }
}
.recruit-content table td {
  border: none;
  border-bottom: 1px solid #C7E2C2;
  text-align: left;
  padding: 20px 12px;
}
@media screen and (max-width: 768px) {
  .recruit-content table td {
    width: 100%;
    padding: 20px;
  }
}
.recruit-content table tr:first-child th {
  font-weight: 700;
}
.recruit-content table tr:first-child th, .recruit-content table tr:first-child td {
  border-top: 1px solid #C7E2C2;
  text-align: left;
}
.recruit-content table tr:first-child td {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-content table tr:first-child {
    border: none;
  }
  .recruit-content table tr:first-child td {
    border-top: none;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__list__item {
  color: #444444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.breadcrumb__list__item a {
  color: #444444;
}
.breadcrumb__list__item + li::before {
  content: ">";
  display: block;
  margin: 0 5px;
}/*# sourceMappingURL=style.css.map */