@charset "UTF-8";
body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #222222;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 26px;
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 15.2941176471px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #222222 !important;
}
.col-gry {
  color: #f7f2e4 !important;
}
.col-mos {
  color: #68a15d !important;
}
.col-grn {
  color: #277219 !important;
}
.col-ylw {
  color: #fdde55 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #222222 !important;
}
.bg-gry {
  background-color: #f7f2e4 !important;
}
.bg-mos {
  background-color: #68a15d !important;
}
.bg-grn {
  background-color: #277219 !important;
}
.bg-ylw {
  background-color: #fdde55 !important;
}

.ptn-beg {
  background-image: linear-gradient(-45deg, #f7f2e4 25%, #f8f4e9 25%, #f8f4e9 50%, #f7f2e4 50%, #f7f2e4 75%, #f8f4e9 75%, #f8f4e9);
  background-size: 12px 12px;
  background-attachment: fixed;
}
.ptn-grn {
  background-image: linear-gradient(-45deg, #eaf5e9 25%, #f0f8f0 25%, #f0f8f0 50%, #eaf5e9 50%, #eaf5e9 75%, #f0f8f0 75%, #f0f8f0);
  background-size: 12px 12px;
  background-attachment: fixed;
}

.btn-ptn1 .btn-link, .btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #68a15d;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  border-radius: 50rem;
}
.btn-ptn1 .btn-link:hover, .btn-ptn2 .btn-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.btn-ptn2 .btn-link {
  background: #fdde55;
  color: #222222;
}
.btn-ptn2 .btn-link:hover {
  color: rgba(34, 34, 34, 0.8);
}

.arw-wht, .arw-blk {
  position: relative;
}
.arw-wht::after, .arw-blk::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/arw-wht.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-wht:hover::after, .arw-blk:hover::after {
  transform: translate(-2px, -50%);
}
.arw-blk::after {
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
}

.side-line-ylw, .side-line-grn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.side-line-ylw::before, .side-line-ylw::after, .side-line-grn::before, .side-line-grn::after {
  content: "";
  display: block;
  width: 51px;
  aspect-ratio: 51/112;
  background-image: url("/img/common/obj-line-ylw1.png");
  background-size: 100%;
}
.side-line-ylw::after, .side-line-grn::after {
  transform: scaleX(-1);
}
.side-line-ylw .inner, .side-line-grn .inner {
  padding: 0 20px;
  max-width: calc(100% - 142px);
}
.side-line-grn::before, .side-line-grn::after {
  width: 37px;
  aspect-ratio: 37/50;
  background-image: url("/img/common/obj-line-grn1.png");
  background-size: 100%;
}
.side-line-grn .inner {
  max-width: calc(100% - 114px);
}

.frame-wave-top {
  position: relative;
  z-index: 1;
}
.frame-wave-top::before {
  content: "";
  display: block;
  height: 15px;
  aspect-ratio: 1920/15;
  background-image: url("/img/common/frame-wave.png");
  background-repeat: repeat-x;
  background-size: 70px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-1px);
  z-index: -1;
}
.frame-wave-btm {
  position: relative;
  z-index: 1;
}
.frame-wave-btm::after {
  content: "";
  display: block;
  height: 15px;
  aspect-ratio: 1920/15;
  background-image: url("/img/common/frame-wave.png");
  background-repeat: repeat-x;
  background-size: 70px;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  transform: translateY(1px) scaleY(-1);
  z-index: -1;
}
.frame-book {
  position: relative;
}
.frame-book::before, .frame-book::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1280/52;
  background-image: url("/img/common/frame-book-top.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 1px));
}
.frame-book::after {
  aspect-ratio: 1280/42;
  background-image: url("/img/common/frame-book-btm.png");
  background-size: 100%;
  top: inherit;
  bottom: 0;
  transform: translate(-50%, calc(100% - 1px));
}

.ic-pin::before {
  content: "";
  display: inline-block;
  width: 11px;
  min-width: 11px;
  aspect-ratio: 11/15;
  background-image: url("/img/common/ic-pin.png");
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.obj-circle1-156, .obj-circle1-190 {
  position: relative;
  z-index: 1;
}
.obj-circle1-156:after, .obj-circle1-190:after {
  content: "";
  display: block;
  width: 156px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/obj-circle1.png");
  background-size: 100%;
  position: absolute;
}
.obj-circle1-190::after {
  width: 190px;
}
.obj-circle2 {
  position: relative;
  z-index: 1;
}
.obj-circle2::before {
  content: "";
  display: block;
  width: 97px;
  aspect-ratio: 97/123;
  background-image: url("/img/common/obj-circle2.png");
  background-size: 100%;
  position: absolute;
}
.obj-line-ylw {
  position: relative;
  z-index: 1;
}
.obj-line-ylw::after {
  content: "";
  display: block;
  width: 29px;
  aspect-ratio: 29/39;
  background-image: url("/img/common/obj-line-ylw2.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -80%);
  z-index: -1;
}
.obj-circle3 {
  position: relative;
  z-index: 1;
}
.obj-circle3::before {
  content: "";
  display: block;
  width: 233px;
  aspect-ratio: 233/247;
  background-image: url("/img/common/obj-circle3.png");
  background-size: 100%;
  position: absolute;
  z-index: -1;
}
.obj-men, .obj-woman, .obj-family {
  position: relative;
  z-index: 1;
}
.obj-men::after, .obj-woman::after, .obj-family::after {
  content: "";
  display: block;
  width: 141px;
  aspect-ratio: 141/189;
  background-image: url("/img/toil/trouble-illust-01.png");
  background-size: 100%;
  position: absolute;
  z-index: 1;
}
.obj-men::after {
  right: 0;
  bottom: 0;
  transform: translateX(70px);
}
.obj-woman::after {
  width: 154px;
  aspect-ratio: 154/202;
  background-image: url("/img/toil/trouble-illust-02.png");
  background-size: 100%;
  left: 0;
  bottom: 0;
  transform: translateX(-90px);
}
.obj-family::after {
  width: 248px;
  aspect-ratio: 360/256;
  background-image: url("/img/top/worrie-illust-02.png");
  background-size: 100%;
}

.dot-mos {
  display: flex;
  align-items: flex-start;
}
.dot-mos::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #68a15d;
  transform: translateY(10px);
  margin-right: 5px;
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  vertical-align: middle;
  padding: 24px 4%;
}
.tbl-ptn1 th {
  width: 30%;
  background: #68a15d;
  color: #fff;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
}
.tbl-ptn1 tr:not(:first-child) th {
  border-top: solid 2px #fff;
}
.tbl-ptn1 tr:not(:first-child) td {
  border-top: solid 2px #68a15d;
}
.tbl-ptn2 th, .tbl-ptn2 td {
  width: 33.3333333333%;
  text-align: center;
  vertical-align: middle;
  white-space: pre-wrap;
}
.tbl-ptn2 thead th {
  background: #f7f2e4;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 thead th {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 thead th {
    font-size: 16.4705882353px;
  }
}
.tbl-ptn2 thead tr th:not(:first-child) {
  border-left: solid 2px #fff;
}
.tbl-ptn2 tbody th {
  font-weight: 500;
}
.tbl-ptn2 tbody th, .tbl-ptn2 tbody td {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .tbl-ptn2 tbody th, .tbl-ptn2 tbody td {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .tbl-ptn2 tbody th, .tbl-ptn2 tbody td {
    font-size: 14.7058823529px;
  }
}
.tbl-ptn2 tbody tr:not(:first-child) th, .tbl-ptn2 tbody tr:not(:first-child) td {
  border-top: solid 2px #f7f2e4;
}
.tbl-ptn2 tbody tr:not(:first-child) td:nth-child(2) {
  background: #faf9f8;
}
.tbl-ptn2 tbody tr td:not(:first-child) {
  border-left: solid 2px #f7f2e4;
}

.cts-1080 {
  width: 1080px;
  margin: 0 auto;
}

.list-clm-3 {
  display: flex;
  flex-wrap: wrap;
}
.list-clm-3 .list-item {
  width: calc((100% - 60px) / 3);
}
.list-clm-3 .list-item:not(:nth-child(3n-2)) {
  margin-left: 30px;
}
.list-nav .nav-item {
  line-height: 1;
}
.list-check .list-item {
  display: flex;
  align-items: flex-start;
}
.list-check .list-item::before {
  content: "";
  display: block;
  width: 21px;
  min-width: 21px;
  aspect-ratio: 21/23;
  background-image: url("/img/common/ic-check.png");
  background-size: 100%;
  margin-right: 15px;
  transform: translateY(40%);
}
.list-check .list-item:not(:first-child) {
  margin-top: 5px;
}
.list-sns .list-item:not(:first-child) {
  margin-left: 20px;
}
.list-flow .list-item {
  background: #68a15d;
  color: #fff;
  padding: 30px 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.list-flow .list-item:not(:first-child) {
  margin-top: 30px;
}
.list-flow .list-item:not(:last-child) {
  position: relative;
  z-index: 1;
}
.list-flow .list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 2/1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #68a15d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% - 1px));
  z-index: -1;
}
.list-flow .ic {
  margin-right: 40px;
}
.list-flow dl {
  width: 810px;
  max-width: 100%;
}
.list-flow dt {
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  align-items: flex-end;
  border-bottom: dashed 2px #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list-flow dt {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt {
    font-size: 23.5294117647px;
  }
}
.list-flow dt::before {
  font-family: "Zen Maru Gothic", serif !important;
  content: "01";
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  width: 36px;
  min-width: 36px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fdde55;
  color: #68a15d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 3px 3px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .list-flow dt::before {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-flow dt::before {
    font-size: 20.5882352941px;
  }
}
.list-flow dd {
  line-height: 1.75;
  margin-top: 15px;
}
.list-flow .list-item:nth-child(2) dt::before {
  content: "02";
}
.list-flow .list-item:nth-child(3) dt::before {
  content: "03";
}
.list-flow .list-item:nth-child(4) dt::before {
  content: "04";
}
.list-flow .list-item:nth-child(5) dt::before {
  content: "05";
}
.list-news .list-item {
  width: 100%;
}
.list-news .list-item:not(:first-child) {
  margin-top: 10px;
}
.list-news .list-link {
  display: block;
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}
.list-news .list-ttl {
  margin-top: 5px;
}
.list-news .inner {
  display: flex;
  align-items: flex-start;
}
.list-news time {
  display: block;
  line-height: 1;
  color: #68a15d;
  margin-right: 15px;
}
.list-program .list-item {
  background: #f7f2e4;
  border-radius: 6px;
  padding: 25px 4%;
}
.list-program .list-item:first-child {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4347826087;
  background: #fff;
  color: #68a15d;
  border: dashed 2px #68a15d;
  border-radius: 10px;
  padding: 15px 4%;
}
@media screen and (max-width: 768px) {
  .list-program .list-item:first-child {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-program .list-item:first-child {
    font-size: 19.4117647059px;
  }
}
.list-program .list-item:last-child {
  background: #fdde55;
  padding: 15px 4%;
}
.list-program .list-item:not(:first-child) {
  margin-top: 65px;
}
.list-program .list-item:not(:last-child) {
  position: relative;
}
.list-program .list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 54px;
  aspect-ratio: 54/40;
  background-image: url("/img/toil/arw.png");
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 135%);
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-main .tag-item {
  margin: 5px;
}
.com-tag-main .tag-link {
  display: block;
  background: #68a15d;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .com-tag-main .tag-link {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-main .tag-link {
    font-size: 16.4705882353px;
  }
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-sub .tag-item {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #999;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .tag-item {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .tag-item {
    font-size: 14.7058823529px;
  }
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-tel .tel span {
  color: #68a15d;
  margin-right: 5px;
}
.com-logo {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.04em;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-logo {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-logo {
    font-size: 22.3529411765px;
  }
}
.com-logo a {
  display: flex;
  align-items: center;
}
.com-logo img {
  margin-right: 10px;
}
.com-daytime dl {
  display: flex;
  align-items: center;
}
.com-daytime dt {
  background: #68a15d;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .com-daytime dt {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-daytime dt {
    font-size: 14.1176470588px;
  }
}
.com-daytime dd {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-daytime dd {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-daytime dd {
    font-size: 14.7058823529px;
  }
}

.ttl-main {
  font-family: "Zen Maru Gothic", serif;
  letter-spacing: -0.04em;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.ttl-main .ruby {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 50px;
    font-size: 6.5104166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 29.4117647059px;
  }
}
.ttl-main .ruby::first-letter {
  color: #68a15d;
}
.ttl-main .eng {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #68a15d;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 35px;
    font-size: 4.5572916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 20.5882352941px;
  }
}
.ttl-main .eng::before, .ttl-main .eng::after {
  content: "";
  display: block;
  width: 31px;
  aspect-ratio: 31/11;
  background-image: url("/img/common/obj-line-grn2.png");
  background-size: 100%;
}
.ttl-main .eng .inner {
  padding: 0 15px;
  max-width: calc(100% - 92px);
}
.ttl-main .ruby:not(:first-child), .ttl-main .eng:not(:first-child) {
  margin-top: 10px;
}
.ttl-sub {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #68a15d 6px;
  border-bottom: solid 1px #ddd;
  background: #f5f5f5;
  padding: 10px 0 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-bis {
  font-family: "Zen Maru Gothic", serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  background: #68a15d;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px 45px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl-bis {
    font-size: 44px;
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bis {
    font-size: 25.8823529412px;
  }
}
.ttl-bis::before, .ttl-bis::after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fdde55;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  z-index: -1;
}
.ttl-bis::after {
  left: inherit;
  right: 15px;
}

.txt-plain {
  line-height: 2;
}

#hd-bar {
  padding: 0 1.56% 0 1.04%;
  box-shadow: 0 3px 3px rgba(34, 34, 34, 0.1);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 88;
}
#hd-bar .com-tel {
  margin-top: 5px;
}
#hd-nav .nav-item {
  position: relative;
}
#hd-nav .nav-item:not(:first-child) {
  border-left: solid 1px #277219;
  padding-left: 20px;
  margin-left: 20px;
}
#hd-nav .nav-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-1px, -50%);
  z-index: 1;
}
#hd-nav .nav-link {
  display: block;
  padding: 4px 0;
  position: relative;
  z-index: 1;
}
#hd-nav .nav-link::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #fdde55;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
#hd-nav .nav-link:hover {
  color: #277219;
}
#hd-nav .nav-link:hover::after {
  opacity: 1;
}

.mv, .sv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}

.mv {
  aspect-ratio: 1920/810;
  background: url("/img/top/mv-img.png") center center no-repeat;
  background-size: cover;
}
.mv-cc {
  width: 37.08%;
}

.sv {
  aspect-ratio: 1920/550;
}
.sv .wrp-ttl {
  width: 36.46%;
  aspect-ratio: 700/100;
}
.sv .wrp-ttl::before {
  content: "";
  display: block;
  width: 7.86%;
  aspect-ratio: 55/44;
  background-image: url("/img/common/sv-obj.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-60%, -100%);
}
.sv-ttl {
  font-size: 50px;
  font-size: 2.6041666667vw;
  font-weight: bold;
  background: linear-gradient(90deg, #277219 50%, #68a15d 50%);
  background: -webkit-linear-gradient(90deg, #277219 50%, #68a15d 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1120px) {
  .sv-ttl {
    font-size: 29.4117647059px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-ttl {
    font-size: 50px;
  }
}
.sv-about {
  background: url("/img/about/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-toil {
  background: url("/img/toil/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-divorce {
  background: url("/img/divorce/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-inheritance {
  background: url("/img/inheritance/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-blog {
  background: url("/img/blog/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-contact {
  background: url("/img/contact/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-complete {
  background: url("/img/complete/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-sitemap {
  background: url("/img/sitemap/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-privacy {
  background: url("/img/privacy/sv.png") center center no-repeat;
  background-size: cover;
}
.sv-e404 {
  background: url("/img/e404/sv.png") center center no-repeat;
  background-size: cover;
}

#side-bar {
  width: 60px;
  max-width: 100%;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 88;
}
#side-bar .side-link {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px 0 0 10px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side-bar .side-link:not(:first-child) {
  margin-top: 3px;
}
#side-bar .side-link:hover {
  transform: translateX(3px);
}
#side-bar .side-link:hover img {
  opacity: 0.8;
}

.top-worrie .ttl-main, .top-company .ttl-main, .top-works .ttl-main, .top-flow .ttl-main {
  margin-bottom: 50px;
}
.top-works, .top-consul, .top-flow, .top-news {
  padding: 100px 0;
}

.top-worrie {
  padding: 95px 0 0;
}
.top-worrie .ttl-bis {
  width: 450px;
  max-width: 100%;
  position: relative;
  margin: 0 0 -55px 70px;
  z-index: 1;
}
.top-worrie .list-check {
  font-family: "Zen Kaku Gothic New", system-ui;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  width: 800px;
  max-width: 100%;
  aspect-ratio: 800/330;
  background: url("/img/top/worrie-base.png") center center no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 95px;
}
@media screen and (max-width: 768px) {
  .top-worrie .list-check {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-worrie .list-check {
    font-size: 21.1764705882px;
  }
}
.top-worrie .img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(-175px, -54px);
  z-index: 1;
}
.top-worrie .obj-circle1-156::after {
  right: 0;
  bottom: 0;
  transform: translate(-80px, -45px);
  z-index: -1;
}
.top-worrie .obj-circle1-190::after {
  left: 0;
  bottom: 0;
  transform: translate(-100px, -25px);
  z-index: -1;
}
.top-worrie .obj-circle2::before {
  top: 0;
  left: 0;
  transform: translate(-60px, 80px);
  z-index: 1;
}
.top-worrie .item {
  position: relative;
}
.top-worrie .item:not(:first-child) {
  margin-top: 40px;
}
.top-worrie .item:nth-child(even) .ttl-bis {
  margin: 0 0 -55px 350px;
}
.top-worrie .item:nth-child(even) .img {
  right: inherit;
  left: 0;
  transform: translate(0, -54px);
}
.top-worrie .item:nth-child(even).obj-circle2::before {
  top: 0;
  left: inherit;
  right: 0;
  transform: translate(0, 0) scaleY(-1);
  z-index: 1;
}

.top-company {
  padding: 150px 0;
}
.top-company .cts-1080 {
  padding-top: 30px;
  padding-bottom: 85px;
}
.top-company .img {
  margin-right: -60px;
}

.top-works .layout-item:first-child {
  position: relative;
  z-index: 1;
}
.top-works .ttl-bis {
  width: 390px;
  max-width: 100%;
  margin: 0 auto -40px auto;
}
.top-works .txt {
  width: 100%;
  height: 230px;
  line-height: 1.8823529412;
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px;
  display: flex;
  align-items: flex-end;
}
.top-works .img {
  margin-left: -30px;
}
.top-works .com-layout:nth-child(even) {
  flex-direction: row-reverse;
}
.top-works .com-layout:nth-child(even) .img {
  margin: 0 -30px 0 0;
}
.top-works .com-layout:not(:first-child) {
  margin-top: 40px;
}

.top-consul {
  background: url("/img/top/consul-bg.png") center center no-repeat;
  background-size: cover;
}
.top-consul .ttl-main {
  margin-bottom: 30px;
}
.top-consul .ttl-main span {
  width: 55px;
  aspect-ratio: 1/1;
  background: #68a15d;
  color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0 5px 0;
}
.top-consul .ttl-main span:nth-child(n+5) {
  background: #fdde55;
  color: #68a15d;
}
.top-consul .ttl-main span:not(:first-child) {
  margin-left: 3px;
}
.top-consul .com-base {
  padding: 65px 20px;
}
.top-consul .inner {
  padding: 10px;
}
.top-consul dl {
  margin-top: 10px;
}
.top-consul dt {
  display: flex;
  align-items: center;
}
.top-consul dt::after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/19;
  background-image: url("/img/common/arw-grn.png");
  background-size: 100%;
  margin: 0 15px;
}
.top-consul .txt {
  line-height: 1.875;
  margin-top: 15px;
}
.top-consul .wrp-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -130px);
  z-index: -1;
}

.top-news .ttl-main {
  margin-top: 35px;
}
.top-news .list-news {
  min-height: 260px;
}
.top-news .btn {
  position: absolute;
  left: 0;
  bottom: 40px;
}

#ctn-lower article {
  padding: 100px 0;
}
#ctn-lower .ttl-main {
  margin-bottom: 50px;
}

.about-profile .obj-circle3::before {
  top: 0;
  left: 0;
  transform: translate(-100px, 60px);
}
.about-profile .com-base {
  padding: 35px;
}
.about-profile .indent li {
  margin-bottom: 8px;
}
.about-profile .cts-1080::after {
  content: "";
  display: block;
  width: 259px;
  aspect-ratio: 259/253;
  background-image: url("/img/about/profile-illust.png");
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.about-map .obj-circle2::before {
  top: 0;
  left: 0;
  transform: translate(-100px, 60px);
}

.toil-plain dl,
.divorce-plan dl {
  letter-spacing: 0.04em;
}

.toil-plan .com-base {
  padding: 65px 90px;
}
.toil-plan dl:not(:first-child) {
  margin-left: 30px;
}
.toil-plan dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .toil-plan dt {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .toil-plan dt {
    font-size: 16.4705882353px;
  }
}
.toil-plan dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .toil-plan dd {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .toil-plan dd {
    font-size: 14.7058823529px;
  }
}

.divorce-trouble .ttl-main,
.inheritance-trouble .ttl-main {
  text-align: left;
}
.divorce-trouble .ttl-main .eng,
.inheritance-trouble .ttl-main .eng {
  justify-content: flex-start;
}

.divorce-trouble .com-base {
  padding: 60px;
}
.divorce-trouble .obj-family::after {
  left: 0;
  bottom: 0;
  transform: translateX(-100px);
}

.divorce-plan .com-base,
.inheritance-plan .com-base {
  padding: 60px;
}
.divorce-plan dl:not(:last-child),
.inheritance-plan dl:not(:last-child) {
  border-bottom: dashed 2px #c1c5c1;
  padding-bottom: 30px;
}
.divorce-plan dl:not(:first-child),
.inheritance-plan dl:not(:first-child) {
  margin-top: 30px;
}
.divorce-plan dt,
.inheritance-plan dt {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  color: #68a15d;
}
@media screen and (max-width: 768px) {
  .divorce-plan dt,
  .inheritance-plan dt {
    font-size: 33px;
    font-size: 4.296875vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .divorce-plan dt,
  .inheritance-plan dt {
    font-size: 19.4117647059px;
  }
}
.divorce-plan dd,
.inheritance-plan dd {
  line-height: 1.5625;
  margin-top: 10px;
}
.divorce-plan .obj-circle2::before,
.inheritance-plan .obj-circle2::before {
  top: 0;
  left: 0;
  transform: translate(-40px, 105px);
}
.divorce-plan .obj-circle1-156::after,
.inheritance-plan .obj-circle1-156::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  z-index: -1;
}

.inheritance-trouble .obj-family::after {
  right: 0;
  bottom: 0;
  transform: translateX(100px);
}

#footer {
  padding: 60px 0 0 0;
}
#footer .com-logo {
  margin-bottom: 40px;
}
#footer .com-layout {
  margin-top: 15px;
}
#footer .com-tel {
  margin-right: 20px;
}
#footer .com-daytime {
  margin-top: 15px;
}

#ft-nav {
  margin-top: 50px;
}
#ft-nav .nav-item:not(:first-child) {
  border-left: solid 1px #fff;
  padding-left: 15px;
  margin-left: 15px;
}
#ft-nav .nav-link {
  color: #fff;
}

.ft-copy {
  margin-top: 15px;
  padding: 3px 0;
}