@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Quicksand:wght@300..700&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

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

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  font-weight: 300;
  word-break: break-word;
  background: url(../img/common/bg-body.jpg);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.c-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-inner {
    max-width: 1680px;
  }
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 95%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(49, 49, 49, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(49, 49, 49, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #156348;
  }
  .border-org {
    border: solid 3px #248c69;
  }
  .border-top-bottom-red {
    border-top: 10px solid #156348;
    border-bottom: 10px solid #156348;
  }
  .border-top-red {
    border-bottom: 10px solid #156348;
  }
  .border-bottom-red {
    border-bottom: 10px solid #156348;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #156348;
  }
  .border-org {
    border: solid 2px #248c69;
  }
  .border-top-bottom-red {
    border-top: 5px solid #156348;
    border-bottom: 5px solid #156348;
  }
  .border-top-red {
    border-bottom: 5px solid #156348;
  }
  .border-bottom-red {
    border-bottom: 5px solid #156348;
  }
}

.bg-grid {
  background: url(../img/common/bg-grid.jpg);
}
.bg-position {
  position: relative;
}
.bg-position:before {
  content: "";
  display: block;
  position: absolute;
}
.bg-position .inbox {
  position: relative;
}
.bg-earth {
  background: url(../img/common/bg-body.jpg);
}
.bg-earth-bottom {
  background: #fff;
}
.bg-earth-bottom:before {
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/common/bg-body.jpg);
}
@media screen and (min-width: 768px) {
  .bg-earth-bottom:before {
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .bg-earth-bottom:before {
    height: 130px;
  }
}
.bg-white {
  background: #fff;
}
.bg-white-lt:before {
  left: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .bg-white-lt:before {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .bg-white-lt:before {
    width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

.ic-quote {
  position: relative;
}
.ic-quote:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/ic-quote.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .ic-quote:before {
    width: 64px;
    height: 45px;
    right: 0;
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .ic-quote:before {
    width: 34px;
    height: 15px;
    right: 0;
    top: -10px;
  }
}

.main-visual {
  display: grid;
  background: #fff;
}
.main-visual-figure, .main-visual-figure-sns-img {
  position: relative;
}
.main-visual-figure-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 68%;
  text-align: center;
  box-sizing: border-box;
}
.main-visual-figure-title .main {
  letter-spacing: 0.1em;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  color: #156348;
}
.main-visual-figure-title .sub {
  font-weight: 500;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .main-visual {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 70px;
    gap: 20px;
  }
  .main-visual-figure {
    min-height: 252px;
  }
  .main-visual-figure a {
    display: block;
    transition: 0.1s all ease-in;
  }
  .main-visual-figure a:hover .main-visual-figure-title {
    opacity: 1;
  }
  .main-visual-figure-title {
    max-width: 490px;
    padding: 45px 20px;
    opacity: 0;
    transition: 1s all ease;
  }
  .main-visual-figure-title .main {
    font-size: clamp(20px, 2vw, 30px);
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .main-visual-figure-title .sub {
    font-size: 18px;
  }
  .main-visual-figure-sns {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 165px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .main-visual-figure-sns-img {
    background: url(../img/top/mv_bnr-tsukulinknews.jpg) no-repeat center/cover;
  }
  .main-visual-figure-sns-img:hover {
    opacity: 0.85;
  }
  .main-visual-sns {
    display: grid;
    row-gap: 20px;
    grid-template-rows: 1fr 1fr;
  }
  .main-visual-sns-item a {
    line-height: 1.2;
    border: solid 1px #dcdcdc;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    font-size: 22px;
  }
  .main-visual-sns-item a:hover {
    background: rgba(21, 99, 72, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    gap: 5px;
  }
  .main-visual-figure-title {
    padding: 15px;
    line-height: 1.4;
  }
  .main-visual-figure-title .main {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .main-visual-figure-title .sub {
    font-size: 12px;
  }
  .main-visual-figure-sns {
    grid-template-columns: 1fr 165px;
    box-sizing: border-box;
  }
  .main-visual-sns {
    display: grid;
    row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .main-visual-sns-item a {
    height: 100%;
    padding: 15px 0;
    line-height: 1.2;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    font-size: 18px;
  }
  .main-visual-sns-item-icon {
    height: 30px;
  }
  .main-visual-sns-item-icon img {
    width: auto;
    height: 100%;
  }
}

.c-table-item {
  display: grid;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
}
.c-table-item:last-of-type {
  border-bottom: none;
}
.c-table-item-name {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    padding: 20px 30px;
    grid-template-columns: 185px 1fr;
  }
  .c-table-item-name {
    color: #156348;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    font-size: 14px;
    padding: 20px 5px;
    grid-template-columns: 100px 1fr;
  }
  .c-table-item-name {
    font-size: 13px;
    color: #156348;
  }
}

.define-dl {
  display: grid;
}
.define-dl-item {
  display: grid;
  line-height: 1.4;
}
.define-dl-item-name {
  border-right: 1px solid #dcdcdc;
}
@media screen and (min-width: 768px) {
  .define-dl {
    row-gap: 12px;
  }
  .define-dl-item {
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .define-dl {
    row-gap: 12px;
    font-size: 12px;
  }
  .define-dl-item {
    grid-template-columns: 80px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.gallery-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .gallery-list.column-two {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .gallery-list.column-three {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-list {
    text-align: center;
    row-gap: 15px;
  }
}

.c-list.column-two {
  display: grid;
}
.c-list-item {
  position: relative;
}
.c-list-item.ic-check {
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 0 8px;
}
.c-list-item.ic-check .bi {
  color: #156348;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
  .c-list.column-two {
    gap: 5px 30px;
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-list {
    row-gap: 15px;
    display: grid;
    line-height: 1.6;
  }
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border: 5px;
  border: solid 1px #dcdcdc;
}
.taxonomy-list-category {
  background: #156348;
}
.taxonomy-list-tag {
  background: #248c69;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 14px;
    padding: 2px 12px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    font-size: 11px;
    padding: 2px 4px;
  }
}

.category-list {
  display: grid;
  box-sizing: border-box;
}
.category-list-item {
  color: #fff;
  border-right: 1px solid #dcdcdc;
}
.category-list-item a {
  display: block;
  box-sizing: border-box;
  color: #313131;
  position: relative;
}
.category-list-item a .bi {
  color: #156348;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 15px;
    row-gap: 25px;
    margin-bottom: 50px;
  }
  .category-list-item:nth-of-type(4n) {
    border-right: none;
  }
  .category-list-item a {
    padding: 5px 30px 5px 20px;
  }
  .category-list-item a:hover {
    background: rgba(21, 99, 72, 0.2);
  }
  .category-list-item a .bi {
    font-size: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .category-list-item:nth-of-type(2n) {
    border-right: none;
  }
  .category-list-item a {
    font-size: 12px;
    padding: 5px 20px 5px 10px;
  }
  .category-list-item a .bi {
    right: 5px;
  }
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
.contact-list-item-name {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.contact-list-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-list {
    gap: 20px 50px;
    padding: 30px;
  }
  .contact-list-item {
    width: 400px;
  }
  .contact-list-item-name {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .contact-list-item .c-button {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .contact-list {
    gap: 20px 50px;
    display: grid;
    padding: 25px;
  }
  .contact-list-item-name {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact-list-item .c-button {
    width: 100%;
  }
  .contact-list .worktime {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  overflow: hidden;
  position: relative;
}
.c-button:hover:before {
  width: 100%;
}
.c-button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.15s all ease-in;
}
.c-button .text {
  color: #fff;
  position: relative;
  z-index: 10;
}
.c-button.button-base {
  background: #248c69;
}
.c-button.button-base:before {
  background: #156348;
}
.c-button.button-accent {
  background: #8c3d24;
}
.c-button.button-accent:before {
  background: #592717;
}
@media screen and (min-width: 768px) {
  .c-button {
    width: 270px;
    height: 60px;
    border-radius: 8px;
  }
  .c-button:before {
    width: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 280px;
    height: 60px;
    border-radius: 8px;
  }
  .c-button:before {
    width: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-button-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-button-list {
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #313131;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #156348;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  position: relative;
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.sub-visual-title {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-weight: 400;
  z-index: 10;
}
.sub-visual-title .main {
  display: block;
  color: #156348;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dcdcdc;
}
.sub-visual-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/thought/sub-visual-thought-bg.jpg);
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 480px;
  }
  .sub-visual-title {
    padding: 0 100px;
    row-gap: 15px;
    height: 255px;
  }
  .sub-visual-title .main {
    font-size: 50px;
    padding-bottom: 15px;
  }
  .sub-visual-bg {
    height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 160px;
  }
  .sub-visual-title {
    padding: 0 20px;
    row-gap: 10px;
    height: 120px;
    font-size: 14px;
  }
  .sub-visual-title .main {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .sub-visual-bg {
    height: 80px;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.define-contents {
  background: #fff;
  box-sizing: border-box;
}
.define-contents-name {
  text-align: center;
  position: relative;
}
.define-contents-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background: #313131;
}
@media screen and (min-width: 768px) {
  .define-contents {
    margin-top: 60px;
    padding: 50px 30px;
  }
  .define-contents-name {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .define-contents-name:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .define-contents {
    margin-top: 40px;
    padding: 30px 25px;
  }
  .define-contents-name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .define-contents-name:before {
    width: 20px;
  }
}

.define-info {
  background: #fff;
  box-sizing: border-box;
}
.define-info-name {
  position: relative;
}
.define-info-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background: #313131;
}
@media screen and (min-width: 768px) {
  .define-info {
    padding: 30px;
  }
  .define-info-name {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .define-info-name:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .define-info {
    padding: 25px;
  }
  .define-info-name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .define-info-name:before {
    width: 20px;
  }
}

.text-accent {
  color: #156348;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .text-accent {
    font-size: 18px;
  }
}
.en {
  font-family: "Quicksand", sans-serif;
}

.c-tel {
  line-height: 1;
  color: #156348 !important;
}
@media screen and (min-width: 768px) {
  .c-tel {
    font-size: 42px;
  }
  .c-tel small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel {
    font-size: 28px;
  }
  .c-tel small {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .worktime {
    font-size: 12px;
    letter-spacing: 1;
    text-align: center;
  }
}

.c-title {
  line-height: 1.2;
  display: grid;
  font-weight: 400;
}
.c-title .main {
  color: #156348;
  font-family: "Quicksand", sans-serif;
}
.c-title .sub {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title {
    row-gap: 10px;
    margin-bottom: 60px;
  }
  .c-title .main {
    font-size: 46px;
    letter-spacing: 0.2em;
  }
  .c-title .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    row-gap: 10px;
    margin-bottom: 30px;
  }
  .c-title .main {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
  .c-title .sub {
    font-size: 14px;
  }
}

.title-line {
  color: #156348;
  position: relative;
  font-weight: 500;
}
.title-line:before {
  content: "";
  display: block;
  height: 1px;
  background: #313131;
  position: absolute;
  bottom: 0;
}
.title-line.text-c:before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .title-line {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .title-line:before {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title-line {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title-line:before {
    width: 20px;
  }
}

.title01 {
  line-height: 1.6;
}
.title01 .sub {
  display: inline-block;
  border-bottom: 1px solid #156348;
  color: #156348;
  padding-bottom: 2px;
}
.title01 .main {
  display: block;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 30px;
  }
  .title01 .sub {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .title01 .main {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 25px;
  }
  .title01 .sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .title01 .main {
    font-size: 22px;
  }
}

.title02 {
  border-bottom: 1px solid #dcdcdc;
  color: #156348;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .title02 {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#bread-clumb {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #313131;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #313131;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #313131;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*top-about
=========================================================*/
.top-about {
  background: #fff;
}
.top-about .inbox {
  position: relative;
}
.top-about-title {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 50px 0 30px;
    position: relative;
  }
  .top-about:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 185px;
    background: url(../img/common/bg-body.jpg);
  }
  .top-about .inbox {
    writing-mode: vertical-rl;
    box-sizing: border-box;
    padding-right: 70px;
    position: relative;
  }
  .top-about-title {
    font-size: 28px;
    letter-spacing: 5px;
    margin-left: 120px;
  }
  .top-about-text {
    font-size: 18px;
  }
  .top-about-text p {
    line-height: 2.8;
    margin-left: 40px;
  }
  .top-about-text p:last-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0 30px;
    position: relative;
  }
  .top-about:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url(../img/common/bg-body.jpg);
  }
  .top-about-title {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
  .top-about-text {
    font-size: 16px;
  }
  .top-about-text p {
    line-height: 2.2;
    margin-bottom: 25px;
  }
  .top-about-text p:last-of-type {
    margin-left: 0;
  }
}

/*top-building
=========================================================*/
.top-building {
  position: relative;
}
.top-building:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .top-building {
    padding: 100px 0 120px;
  }
  .top-building:before {
    width: 600px;
  }
  .top-building .c-inner {
    position: relative;
  }
  .top-building-container {
    display: grid;
    row-gap: 80px;
  }
  .top-building-contents {
    display: grid;
    grid-template-columns: 620px 1fr;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .top-building-contents:nth-of-type(odd) {
    grid-template-columns: 1fr 620px;
  }
  .top-building-contents:nth-of-type(odd) .top-building-contents-box {
    order: 2;
  }
  .top-building-contents:nth-of-type(odd) .top-building-contents-img {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .top-building {
    padding: 60px 0 80px;
  }
  .top-building:before {
    width: 100px;
  }
  .top-building .c-inner {
    position: relative;
  }
  .top-building-container {
    display: grid;
    row-gap: 60px;
  }
  .top-building-contents {
    display: grid;
    row-gap: 30px;
  }
}

/*top-flow
=========================================================*/
.top-flow {
  background: #fff;
}
.top-flow-container {
  background: #f7f7f7;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.top-flow-container-box {
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.top-flow-container-more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #156348;
  color: #fff;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-flow {
    padding: 80px 0;
  }
  .top-flow-container {
    width: 1040px;
    margin: 0 auto;
    padding: 10px;
    transition: 0.1s all ease-in;
  }
  .top-flow-container:hover {
    opacity: 0.8;
  }
  .top-flow-container-box {
    height: 250px;
    padding: 30px 10px 10px;
  }
  .top-flow-container-box-img {
    right: -40px;
    top: calc(50% - 5px);
    position: absolute;
    transform: translateY(-50%);
  }
  .top-flow-container-title {
    margin-bottom: 20px;
  }
  .top-flow-container-text {
    width: 320px;
    margin: 0 0 0 60px;
    text-align: center;
    row-gap: 5px;
  }
  .top-flow-container-text span {
    line-height: 1.2;
    display: inline-block;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 5px;
  }
  .top-flow-container-text span:last-of-type {
    margin-bottom: 0;
  }
  .top-flow-container-more {
    height: 50px;
    padding: 0 30px;
  }
  .top-flow-container-more .text {
    font-size: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .top-flow {
    padding: 40px 0;
  }
  .top-flow-container {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
  }
  .top-flow-container-box {
    padding: 30px 25px 60px;
  }
  .top-flow-container-box-img {
    right: -40px;
    top: calc(50% - 5px);
  }
  .top-flow-container-title {
    margin-bottom: 20px;
  }
  .top-flow-container-text {
    text-align: center;
    row-gap: 5px;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .top-flow-container-text span {
    line-height: 1.2;
    display: inline-block;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 5px;
  }
  .top-flow-container-text span:last-of-type {
    margin-bottom: 0;
  }
  .top-flow-container-more {
    height: 50px;
    padding: 0 30px;
  }
  .top-flow-container-more .text {
    font-size: 14px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    letter-spacing: 0.2em;
  }
}

/*top-works
=========================================================*/
.top-works {
  background: #fff;
}
.top-works-list-card-title {
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.5;
}
.top-works-list-card .taxonomy-list {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .top-works {
    padding: 80px 0;
  }
  .top-works-list-card {
    width: auto;
    transition: 0.1s all ease-in;
  }
  .top-works-list-card:hover {
    opacity: 0.8;
  }
  .top-works-list-card .com-img {
    height: 586px;
    margin-bottom: 30px;
  }
  .top-works-list-card-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .top-works-list-card .taxonomy-list {
    margin-top: 15px;
    justify-content: flex-end;
  }
  .top-works .c-button-conteiner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-works {
    padding: 40px 0;
  }
  .top-works-list-card {
    width: auto;
    transition: 0.1s all ease-in;
  }
  .top-works-list-card:hover {
    opacity: 0.8;
  }
  .top-works-list-card .com-img {
    padding-top: 61%;
    margin-bottom: 15px;
  }
  .top-works-list-card-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-works-list-card-text {
    font-size: 12px;
  }
  .top-works-list-card .taxonomy-list {
    margin-top: 15px;
    justify-content: flex-end;
  }
  .top-works .c-button-conteiner {
    margin-top: 50px;
  }
}

/*top-case
=========================================================*/
.top-case-container {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-case {
    padding: 100px 0;
  }
  .top-case .c-title {
    margin-bottom: 40px;
  }
  .top-case-container {
    padding: 50px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
  }
  .top-case-contents a {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 300px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    line-height: 1.6;
    transition: 0.1s all ease-in;
  }
  .top-case-contents a:hover {
    opacity: 0.8;
  }
  .top-case-contents a .com-img {
    height: 185px;
  }
  .top-case-contents .title02 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .top-case-contents-box {
    display: grid;
    row-gap: 10px;
  }
  .top-case-contents .taxonomy-list {
    justify-content: flex-end;
  }
  .top-case-contents .taxonomy-list-item {
    font-size: 14px;
  }
  .top-case .c-button-conteiner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-case {
    padding: 60px 0;
  }
  .top-case .c-title {
    margin-bottom: 40px;
  }
  .top-case-container {
    padding: 25px;
    display: grid;
    row-gap: 35px;
  }
  .top-case-contents a {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    line-height: 1.6;
  }
  .top-case-contents a .com-img {
    padding-top: 61%;
  }
  .top-case-contents .title02 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .top-case-contents-box {
    display: grid;
    row-gap: 10px;
  }
  .top-case-contents-box-text {
    font-size: 12px;
    line-height: 1.6;
  }
  .top-case-contents .taxonomy-list {
    justify-content: flex-end;
  }
  .top-case-contents .taxonomy-list-item {
    font-size: 12px;
  }
  .top-case .c-button-conteiner {
    margin-top: 30px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #fff;
}
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item-title {
  line-height: 1.5;
  color: #156348;
  font-weight: 400;
}
.top-column-list a {
  color: #313131;
}
.top-column-list time {
  display: block;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 70px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item-title {
    margin-bottom: 15px;
    color: #156348;
    font-weight: 500;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    padding-top: 69%;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    grid-template-columns: 1fr 140px;
  }
  .top-column-head .c-button {
    width: 100%;
    height: 50px;
  }
  .top-column-head .c-button .text {
    font-size: 13px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 12px;
  }
  .top-column-list .com-img {
    padding-top: 61%;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news {
  background: url(../img/common/bg-grid.jpg);
}
.top-news time {
  letter-spacing: 1px;
}
.top-news a {
  position: relative;
}
.top-news .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #156348;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 710px;
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .top-news-head {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: flex-start;
    row-gap: 30px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .top-news-list-item a {
    padding: 10px 30px 10px 10px;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .top-news-list-item a:hover {
    background: rgba(21, 99, 72, 0.2);
  }
  .top-news-list-item a time {
    letter-spacing: 0.15em;
  }
  .top-news-list-item-title {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news-head {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: flex-end;
  }
  .top-news-head .c-button {
    width: 100%;
    height: 50px;
  }
  .top-news-head .c-button .text {
    font-size: 13px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .top-news-list-item a {
    padding: 10px 25px 10px 0;
    box-sizing: border-box;
    color: #313131;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
    font-size: 13px;
    line-height: 1.5;
  }
  .top-news-list-item a time {
    font-size: 14px;
  }
}

.thought {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .thought {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .thought {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .reason {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 60px 0;
  }
}

@media screen and (min-width: 768px) {
  .intro {
    padding: 80px 0;
  }
}
.flow-list {
  display: grid;
}
.flow-list-item {
  display: grid;
}
.flow-list-item-contents {
  display: grid;
}
.flow-list .step-number {
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  color: #156348;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 80px 0 100px;
  }
  .flow-list {
    row-gap: 80px;
  }
  .flow-list-item {
    grid-template-columns: 110px 1fr;
  }
  .flow-list-item .step-number .en {
    letter-spacing: 0.15em;
    font-size: 20px;
  }
  .flow-list-item .step-number .number {
    font-size: 46px;
  }
  .flow-list-item-contents {
    display: grid;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0 80px;
  }
  .flow-list {
    row-gap: 60px;
  }
  .flow-list-item {
    grid-template-columns: 50px 1fr;
  }
  .flow-list-item .step-number .en {
    font-size: 12px;
  }
  .flow-list-item .step-number .number {
    font-size: 30px;
  }
  .flow-list-item-contents {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}

.company-info .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .company-info {
    padding: 80px 0 120px;
  }
  .company-info-table {
    width: 980px;
    margin: 0 auto;
  }
  .company-info .googlemap {
    margin-top: 50px;
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .company-info {
    padding: 60px 0 80px;
  }
  .company-info .googlemap {
    margin-top: 40px;
    height: 250px;
  }
}

.s-works-dl {
  box-sizing: border-box;
  display: grid;
  row-gap: 15px;
}
.s-works-dl-item {
  display: grid;
}
.s-works-dl-item-name {
  color: #156348;
  font-weight: 500;
}
.s-works-contents {
  display: grid;
  row-gap: 50px;
}
.s-works .c-button-container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .s-works {
    padding: 80px 0 100px;
  }
  .s-works .inbox {
    width: 950px;
    margin: 0 auto;
  }
  .s-works-figure {
    height: 585px;
    margin-bottom: 20px;
  }
  .s-works-head {
    display: grid;
    grid-template-columns: 500px 1fr;
    align-items: flex-start;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .s-works-head-left .taxonomy-list {
    margin-bottom: 10px;
  }
  .s-works-dl {
    padding: 25px 30px;
    font-size: 14px;
  }
  .s-works-dl-item {
    grid-template-columns: 100px 1fr;
  }
  .s-works-contents {
    margin: 80px 0;
  }
  .s-works-contents-item-figure {
    height: 580px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .s-works {
    padding: 60px 0 80px;
  }
  .s-works-figure {
    padding-top: 62%;
    margin-bottom: 20px;
  }
  .s-works-head {
    display: grid;
    row-gap: 40px;
  }
  .s-works-head-left .taxonomy-list {
    margin-bottom: 10px;
  }
  .s-works-dl {
    padding: 20px;
    font-size: 13px;
    line-height: 1.5;
  }
  .s-works-dl-item {
    grid-template-columns: 100px 1fr;
  }
  .s-works-contents {
    margin: 60px 0;
  }
  .s-works-contents-item-figure {
    padding-top: 62%;
    margin-bottom: 25px;
  }
}

.access {
  background: url(../img/common/bg-body.jpg);
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #156348;
  border-bottom: 1px solid #156348;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #313131;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #156348;
  background-color: #156348;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #dcdcdc 1px;
}
.post-wrp .post-list-item a {
  color: #313131;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #dcdcdc 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #313131;
}
.post-wrp .post-list-item .post-title {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #313131;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #313131;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #313131;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #156348;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #156348;
  font-weight: 400;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #dcdcdc;
  line-height: 1;
  font-size: 14px;
  color: #dcdcdc;
}
#contents-u.s-post .tag-name span {
  color: #dcdcdc;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list-item, .site-map-list-contents {
  border-bottom: 1px solid #dcdcdc;
}
.site-map-list-item > a, .site-map-list-item-name, .site-map-list-contents > a, .site-map-list-contents-name {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: 400;
  transition: 0.1s all ease-in;
  color: #313131;
}
.site-map-list-item > a:before, .site-map-list-item-name:before, .site-map-list-contents > a:before, .site-map-list-contents-name:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list-item a:hover, .site-map-list-contents a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .site-map-list-item a, .site-map-list-item-name, .site-map-list-contents a, .site-map-list-contents-name {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list-item a:before, .site-map-list-item-name:before, .site-map-list-contents a:before, .site-map-list-contents-name:before {
    margin-top: -5px;
    border: solid 5px #156348;
  }
  .site-map-list-contents {
    padding-bottom: 25px;
  }
  .site-map-list-contents-list {
    display: flex;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list-item a, .site-map-list-item-name, .site-map-list-contents a, .site-map-list-contents-name {
    padding: 10px 0 10px 30px;
  }
  .site-map-list-item a:before, .site-map-list-item-name:before, .site-map-list-contents a:before, .site-map-list-contents-name:before {
    margin-top: -5px;
    border: solid 5px #156348;
  }
  .site-map-list-contents {
    padding-bottom: 15px;
  }
  .site-map-list-contents-list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #313131;
  font-weight: bold;
  border-bottom: 1px solid #313131;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 160px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: url(../img/common/bg-body.jpg);
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    padding: 20px 10px;
    color: #313131;
    line-height: 1.2;
  }
  .drawer-nav .drawer-menu > li .level1 {
    box-sizing: border-box;
    padding: 0 0 15px 10px;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #156348 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .drawer-info-sns-item img {
    height: 30px;
  }
}
.header {
  background: #fff;
  display: grid;
  align-items: center;
  box-sizing: border-box;
  grid-template-columns: 159px 1fr;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    padding: 0 0 0 30px;
  }
  .header .nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .nav-list-item {
    line-height: 1.2;
    position: relative;
  }
  .header .nav-list-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
  }
  .header .nav-list-item-megaMenu {
    cursor: pointer;
  }
  .header .nav-list-item-text {
    padding: 0 8px;
    border-left: 1px solid #dcdcdc;
  }
  .header .nav-list-item-text:first-of-type {
    border-left: none;
  }
  .header .nav-list-item-text a:hover {
    color: #156348;
    border-bottom: 1px solid #156348;
  }
  .header .nav-list-item-button {
    margin-left: 10px;
  }
  .header .nav-list-item-button a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 180px;
    background: #156348;
    color: #fff;
    font-weight: 500;
    transition: 0.1s all ease-in;
  }
  .header .nav-list-item-button a:hover {
    background: #248c69;
  }
  .header .megaMenu {
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: calc(100% + 100px);
    z-index: 100;
  }
  .header .megaMenu-list {
    padding: 30px 20px 20px;
    font-size: 14px;
  }
  .header .megaMenu-item a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px transparent solid;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0 5%;
  }
  .header-left {
    line-height: 1;
    width: 120px;
  }
}

.l-cta {
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 100px 0;
  }
  .l-cta-container {
    background: #fff;
    padding: 50px 100px;
  }
  .l-cta-container .c-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .l-cta-list {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
    justify-content: center;
    align-items: flex-end;
  }
  .l-cta-list-item-text {
    text-align: center;
    margin-bottom: 5px;
  }
  .l-cta-list .c-button {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 30px 0;
  }
  .l-cta-container {
    background: #fff;
    padding: 40px 25px;
  }
  .l-cta-container .c-title {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    justify-content: center;
    text-align: center;
  }
  .l-cta-list-item-text {
    text-align: center;
    margin-bottom: 5px;
  }
  .l-cta-list .c-button {
    width: 100%;
  }
}

.l-contents-img {
  display: grid;
}
.l-contents-img-item {
  position: relative;
}
.l-contents-type01 {
  display: grid;
}
.l-contents-type01-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .l-contents-img {
    row-gap: 40px;
  }
  .l-contents-img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 556px;
  }
  .l-contents-img-item:nth-of-type(odd) .l-contents-img-item-description {
    margin-left: auto;
  }
  .l-contents-img-item:nth-of-type(odd) .l-contents-img-item-figure {
    left: 0;
  }
  .l-contents-img-item:nth-of-type(even) .l-contents-img-item-figure {
    right: 0;
  }
  .l-contents-img-item-description {
    width: 500px;
    height: 100%;
  }
  .l-contents-img-item-figure {
    position: absolute;
    top: 0;
    width: calc(50% - 60px);
  }
  .l-contents-type01 {
    row-gap: 50px;
  }
  .l-contents-type01-item {
    grid-template-columns: 1fr 480px;
    gap: 0 50px;
  }
  .l-contents-type01-item .title01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-img {
    row-gap: 40px;
  }
  .l-contents-img-item {
    display: grid;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 25px;
  }
  .l-contents-type01 {
    row-gap: 50px;
  }
  .l-contents-type01-item {
    gap: 30px 0;
  }
  .l-contents-type01-item .title01 {
    margin-bottom: 20px;
  }
}

.l-feature .inbox {
  position: relative;
}
.l-feature-list {
  display: grid;
}
.l-feature-list-item {
  background: #fff;
  box-sizing: border-box;
}
.l-feature-info .title02 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-feature {
    padding: 80px 0;
  }
  .l-feature-info {
    display: grid;
    row-gap: 45px;
  }
  .l-feature-info-contents {
    display: grid;
    row-gap: 15px;
  }
  .l-feature-info-contents-text {
    margin-bottom: 10px;
  }
  .l-feature-info .title02 {
    font-size: 20px;
  }
  .l-feature .define-contents {
    width: 900px;
    margin: 50px auto 0;
  }
  .l-feature-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-feature-list-item {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 767px) {
  .l-feature {
    padding: 60px 0;
  }
  .l-feature-info {
    display: grid;
    row-gap: 45px;
  }
  .l-feature-info-contents {
    display: grid;
    row-gap: 15px;
  }
  .l-feature-info-contents-text {
    margin-bottom: 10px;
  }
  .l-feature-info .title02 {
    font-size: 20px;
  }
  .l-feature .define-contents {
    margin: 50px auto 0;
  }
  .l-feature-list {
    row-gap: 30px;
  }
  .l-feature-list-item {
    padding: 35px;
  }
}

.c-greeting-contents {
  position: relative;
}
.c-greeting-contents .inbox {
  position: relative;
}
.c-greeting-contents-wrapper {
  position: relative;
}
.c-greeting-contents-title {
  font-weight: 400;
  line-height: 1.4;
}
.c-greeting-contents-title .sub {
  display: block;
  color: #156348;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.c-greeting-contents-title .main {
  display: block;
}
.c-greeting-contents-figure {
  z-index: 10;
}
.c-greeting-contents-container {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .c-greeting-contents {
    padding: 100px 0;
  }
  .c-greeting-contents-title {
    margin-bottom: 40px;
  }
  .c-greeting-contents-title .sub {
    font-size: 46px;
  }
  .c-greeting-contents-title .main {
    font-size: 40px;
  }
  .c-greeting-contents-container {
    width: 560px;
  }
  .c-greeting-contents-text {
    line-height: 2.1;
  }
  .c-greeting-contents-figure {
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(50% - 40px);
    transform: translateY(-50%);
  }
  .c-greeting-contents-wrapper {
    display: flex;
    align-items: center;
  }
  .c-greeting-contents-wrapper-container {
    width: 630px;
    order: 2;
  }
  .c-greeting-contents-wrapper-figure {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .c-greeting-contents {
    padding: 60px 0;
    display: grid;
  }
  .c-greeting-contents-title {
    margin-bottom: 25px;
  }
  .c-greeting-contents-title .sub {
    font-size: 30px;
  }
  .c-greeting-contents-title .main {
    font-size: 24px;
  }
  .c-greeting-contents-container {
    margin-bottom: 30px;
  }
  .c-greeting-contents-wrapper {
    align-items: center;
  }
}

.l-works-list {
  display: grid;
}
.l-works-list-item a {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.l-works-list-item-title {
  color: #156348;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.l-works-list .taxonomy-list {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .l-works {
    padding: 80px 0;
  }
  .l-works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
  }
  .l-works-list.column-two {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 80px;
  }
  .l-works-list.column-two .com-img {
    height: 310px;
  }
  .l-works-list.column-two .l-works-list-item-title {
    font-size: 18px;
  }
  .l-works-list-item a {
    row-gap: 15px;
    transition: 0.1s all ease-in;
  }
  .l-works-list-item a:hover {
    opacity: 0.85;
  }
  .l-works-list-item-title {
    padding-bottom: 13px;
  }
  .l-works-list-item-text {
    font-size: 14px;
  }
  .l-works-list .com-img {
    height: 210px;
  }
  .l-works .c-button-container {
    text-align: center;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-works {
    padding: 60px 0;
  }
  .l-works-list {
    row-gap: 40px;
  }
  .l-works-list-item a {
    row-gap: 15px;
    transition: 0.1s all ease-in;
  }
  .l-works-list-item a:hover {
    opacity: 0.85;
  }
  .l-works-list-item-title {
    padding-bottom: 13px;
  }
  .l-works-list-item-text {
    font-size: 14px;
  }
  .l-works-list .com-img {
    padding-top: 61%;
  }
  .l-works .c-button-container {
    text-align: center;
    margin-top: 60px;
  }
}

.footer {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
  .footer .widebox {
    display: grid;
    grid-row: 1fr auto auto;
  }
  .footer-left {
    width: 620px;
    grid-row: 1;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-link {
    width: 660px;
    grid-row: 1/span 3;
    display: grid;
    grid-template-columns: 420px 1fr;
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .footer-link-list {
    display: grid;
    row-gap: 20px;
  }
  .footer-link-list-item a {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid transparent;
  }
  .footer-link-list-item a:hover {
    color: #156348;
    border-bottom: 1px solid #156348;
  }
  .footer .bi {
    color: #156348;
    font-size: 20px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 40px;
  }
  .footer-nav-list-item-name {
    line-height: 1.2;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer-nav-list-item-link-list {
    display: flex;
    align-items: center;
    gap: 10px 35px;
  }
  .footer-nav-list-item-link-list a:hover {
    color: #156348;
    border-bottom: 1px #156348 solid;
  }
  .footer-sub-nav {
    grid-row: 3;
    display: flex;
    align-items: center;
    font-size: 14px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    line-height: 1.2;
  }
  .footer-sub-nav-item {
    padding-right: 20px;
    border-right: 1px solid #dcdcdc;
  }
  .footer-sub-nav-item a:hover {
    color: #156348;
    border-bottom: 1px #156348 solid;
  }
  .footer-sub-nav-item:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 120px;
  }
  .footer .widebox {
    display: grid;
    row-gap: 40px;
  }
  .footer-left {
    grid-row: 1;
  }
  .footer-logo {
    width: 130px;
    margin-bottom: 40px;
  }
  .footer-link {
    display: grid;
    row-gap: 30px;
  }
  .footer-link-list {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .footer-link-list-item a {
    font-size: 14px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    border-bottom: 1px solid transparent;
  }
  .footer-link-list-item a:hover {
    color: #156348;
    border-bottom: 1px solid #156348;
  }
  .footer .bi {
    color: #156348;
    font-size: 18px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 30px;
  }
  .footer-nav-list-item-name {
    line-height: 1.2;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .footer-nav-list-item-link-list {
    display: flex;
    align-items: center;
    gap: 10px 15px;
  }
  .footer-nav-list-item-link-list a {
    font-size: 13px;
    letter-spacing: 0;
  }
  .footer-nav-list-item-link-list a:hover {
    color: #156348;
    border-bottom: 1px #156348 solid;
  }
  .footer-sub-nav {
    grid-row: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
  }
  .footer-sub-nav-item {
    padding-right: 20px;
    border-right: 1px solid #dcdcdc;
  }
  .footer-sub-nav-item a {
    font-size: 12px;
  }
  .footer-sub-nav-item a:hover {
    color: #156348;
    border-bottom: 1px #156348 solid;
  }
  .footer-sub-nav-item:last-of-type {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #copyright {
    margin-top: 70px;
    font-size: 14px;
  }
  #copyright a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    font-size: 12px;
  }
  #copyright a {
    font-size: 12px;
  }
}

.sp-fixed {
  text-align: center;
}
.sp-fixed-item-text {
  font-size: 12px;
}
.sp-fixed-box {
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  box-sizing: border-box;
  padding: 0 3%;
  background: #fff;
  grid-template-columns: auto 1fr;
  border-top: 3px solid #248c69;
  z-index: 100;
}
.sp-fixed-box .c-tel .number {
  font-size: 20px;
  font-weight: 400;
}
.sp-fixed-box .c-tel .number small {
  font-size: 12px;
}
.sp-fixed-box .worktime {
  font-size: 10px;
  letter-spacing: 0;
}
.sp-fixed-box .c-button {
  width: 100%;
  height: 40px;
  min-width: initial;
}
.sp-fixed-box .c-button .text {
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */