@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 0.6944444444vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.5445292621vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #353535;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.note-show {
  display: none;
}
@media (max-width: 1440px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1440px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.side-col {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side-col::-webkit-scrollbar, html::-webkit-scrollbar {
  display: none;
}

img:not([src$=".svg"]) {
  width: 100%;
}

span {
  font-size: inherit;
}

a {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

body {
  letter-spacing: 0.02em;
}

.head-cta {
  position: fixed;
  right: 0;
  top: 0;
  padding: 3.2rem 6rem;
  background-color: #769E87;
  border-bottom-left-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  font-size: 1.6rem;
  color: white;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.head-cta img {
  width: 3.3rem;
  margin-right: 1rem;
}

.sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 2.3rem;
  padding-left: 2rem;
  z-index: 10;
}
.sp-header .logo {
  display: block;
  width: 21.6rem;
}
.sp-header .side-cta {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.sp-header .side-cta button {
  margin-bottom: 4px;
  border-bottom-left-radius: 8px;
}
.sp-header .side-cta a {
  border-radius: 8px 0 0 8px;
}
.sp-header .side-cta a, .sp-header .side-cta button {
  width: 60px;
  height: 62px;
  background-color: #769E87;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sp-header .side-cta a span, .sp-header .side-cta button span {
  height: 2px;
  display: block;
  width: 32px;
  transition: all 0.3s;
  background-color: #fff;
}
.sp-header .side-cta a .sp1, .sp-header .side-cta button .sp1 {
  margin-bottom: 7px;
}
.sp-header .side-cta a p, .sp-header .side-cta button p {
  color: white;
  font-size: 12px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.sp-header .side-cta a.active, .sp-header .side-cta button.active {
  padding-top: 5.5px;
}
.sp-header .side-cta a.active .sp1, .sp-header .side-cta button.active .sp1 {
  transform: rotate(30deg);
  margin-bottom: -2px;
}
.sp-header .side-cta a.active .sp2, .sp-header .side-cta button.active .sp2 {
  transform: rotate(-30deg);
  margin-bottom: 3px;
}

.sp-menu {
  position: fixed;
  top: 0rem;
  background-color: #769E87;
  height: calc(100vh - 0rem);
  z-index: 8;
  left: 0;
  padding: 4rem 2rem;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  padding-bottom: 8rem;
}
.sp-menu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.sp-menu .block {
  margin-bottom: 3rem;
}
.sp-menu .block .block-ttl {
  font-size: 2.4rem;
  color: white;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 1.6rem;
  border-bottom: 2px dotted white;
  margin-bottom: 2.8rem;
}
.sp-menu .block ul li {
  margin-bottom: 1.6rem;
}
.sp-menu .block ul li:last-child {
  margin-bottom: 0;
}
.sp-menu .block ul li a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.sp-menu .block ul li a img {
  width: 0.525rem;
  margin-right: 0.8rem;
}
.sp-menu .block .mini-ttl {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}
.sp-menu .block2 .block-ttl {
  font-size: 2.4rem;
  color: white;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 1.6rem;
  border-bottom: 2px dotted white;
}
.sp-menu .banners {
  margin-top: 3rem;
}
.sp-menu .banners a {
  display: block;
  margin-bottom: 1.6rem;
}

main {
  display: flex;
}

.side-col {
  position: sticky;
  flex-shrink: 0;
  width: 33.2rem;
  background-color: #769E87;
  border-radius: 0 4rem 0 0;
  padding-top: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 1rem;
  overflow: scroll;
}
@media (max-width: 767px) {
  .side-col {
    display: none;
  }
}
.side-col .logo {
  display: block;
  margin-bottom: 8rem;
}
.side-col .block .block-ttl {
  font-size: 2rem;
  color: white;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 1.6rem;
  border-bottom: 2px dotted white;
  margin-bottom: 2.8rem;
}
.side-col .block ul li {
  margin-bottom: 1.6rem;
}
.side-col .block ul li:last-child {
  margin-bottom: 0;
}
.side-col .block ul li a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.side-col .block ul li a img {
  width: 0.525rem;
  margin-right: 0.8rem;
}
.side-col .block .mini-ttl {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-top: 3.2rem;
  margin-bottom: 1.2rem;
}
.side-col .banners {
  margin-top: 8rem;
}
.side-col .banners a {
  display: block;
  margin-bottom: 1.6rem;
}

.main-col {
  width: calc(100% - 33.2rem);
}
@media (max-width: 767px) {
  .main-col {
    width: 100%;
  }
}

.fv {
  padding-top: 6rem;
}
@media (max-width: 767px) {
  .fv {
    padding-top: 7.2rem;
  }
}

.sv {
  padding-left: 23.3rem;
  padding-right: 23.3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .sv {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
.sv ul {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sv.cta-sv ul {
    flex-direction: column;
  }
}

.sec1 {
  background-color: #F2F6F3;
}
.sec1 .sodan-wrapper {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}
.sec1 .sodan-wrapper .sodan .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  border: 3px solid #735641;
  border-radius: 12px;
  background-color: #E08851;
  gap: 3.2rem;
  position: relative;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .ttl {
    gap: 2rem;
  }
}
.sec1 .sodan-wrapper .sodan .ttl img {
  width: 10rem;
}
.sec1 .sodan-wrapper .sodan .ttl p {
  color: white;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .ttl p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .ttl {
    flex-direction: column;
  }
}
.sec1 .sodan-wrapper .sodan .fukidashi {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 3;
  bottom: -3rem;
}
.sec1 .sodan-wrapper .sodan .fukidashi img {
  width: 23.5rem;
}
.sec1 .sodan-wrapper .sodan .resolve {
  padding-top: 6.3rem;
  padding-bottom: 3.6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #f5f5f5;
  margin-top: -0.2rem;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .r-ttl {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve .r-ttl {
    flex-wrap: wrap;
    gap: 1rem 0.08rem;
    margin-bottom: 2rem;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .r-ttl span {
  background-color: #769E87;
  font-size: 2.4rem;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 1.2rem 2rem;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve .r-ttl span {
    font-size: 1.8rem;
    padding: 1.2rem 1.6rem;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .r-ttl p {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve .r-ttl p {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .btn-wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve .btn-wrapper {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .btn-wrapper .btn-block {
  background-color: #fff;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-radius: 12px;
  width: 100%;
}
.sec1 .sodan-wrapper .sodan .resolve .btn-wrapper .btn-block p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .sec1 .sodan-wrapper .sodan .resolve .btn-wrapper .btn-block p {
    line-height: 1.6;
  }
}
.sec1 .sodan-wrapper .sodan .resolve .btn-wrapper .btn-block a {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 2rem;
  width: 24rem;
  align-items: center;
  background-color: #769E87;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  padding-left: 1rem;
}

.cta-sec {
  position: relative;
}
.cta-sec .inner {
  position: absolute;
  width: 38.7rem;
  right: 15rem;
  top: 4rem;
}
@media (max-width: 767px) {
  .cta-sec .inner {
    width: 35.3rem;
    right: 2rem;
    top: unset;
    bottom: 2.82rem;
  }
}
.cta-sec .inner .muryo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.cta-sec .inner .muryo img {
  width: 15.8rem;
}
.cta-sec .inner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .cta-sec .inner .btns {
    gap: 0.6rem;
  }
}
.cta-sec .inner .btns .btn1 {
  width: 22.7rem;
}
.cta-sec .inner .btns .btn2 {
  width: 15.2rem;
}
@media (max-width: 767px) {
  .cta-sec .inner .btns .btn2 {
    width: 12rem;
  }
}
.cta-sec .inner .btns .btn3 {
  width: 100%;
}

.blog-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .blog-sec {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.blog-sec .sec-inner {
  width: 94.8rem;
  margin: auto;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner {
    width: 100%;
  }
}
.blog-sec .sec-inner .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.blog-sec .sec-inner .ttl h2 {
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.blog-sec .sec-inner .ttl h2 span {
  color: #769E87;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .ttl h2 {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.blog-sec .sec-inner .cat-list {
  margin: auto;
  width: 42.2rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .cat-list {
    width: 100%;
  }
}
.blog-sec .sec-inner .cat-list ul {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .cat-list ul {
    justify-content: center;
  }
}
.blog-sec .sec-inner .cat-list ul li {
  width: calc(25% - 0.6rem);
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .cat-list ul li {
    width: auto;
  }
}
.blog-sec .sec-inner .cat-list ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem;
  background-color: #E9F3F8;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 3px;
}
.blog-sec .sec-inner .cat-list ul li a img {
  width: 0.5rem;
}
.blog-sec .sec-inner .articles ul {
  display: flex;
  gap: 4rem 2rem;
  margin-bottom: 3.2rem;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.blog-sec .sec-inner .articles ul li {
  width: calc(33.3333% - 1.3334rem);
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul li {
    width: calc(50% - 1rem);
  }
}
.blog-sec .sec-inner .articles ul li a img {
  aspect-ratio: 302/212;
  object-fit: cover;
  margin-bottom: 1.6rem;
}
.blog-sec .sec-inner .articles ul li a .flex {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul li a .flex {
    gap: 0.8rem;
  }
}
.blog-sec .sec-inner .articles ul li a .flex .cat {
  padding: 0.8rem;
  background-color: #E9F3F8;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul li a .flex .cat {
    font-size: 1.2rem;
  }
}
.blog-sec .sec-inner .articles ul li a .flex time {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Roboto";
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul li a .flex time {
    font-size: 1.2rem;
  }
}
.blog-sec .sec-inner .articles ul li a .a-ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .blog-sec .sec-inner .articles ul li a .a-ttl {
    font-size: 1.4rem;
  }
}

.about-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #E9F3F8;
}
.about-sec .sec-inner .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.about-sec .sec-inner .ttl h2 {
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.about-sec .sec-inner .ttl h2 span {
  color: #769E87;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .ttl h2 {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.about-sec .sec-inner .flex {
  display: flex;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .flex {
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.about-sec .sec-inner .flex img {
  width: 40rem;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .flex img {
    width: 24rem;
    margin-bottom: 3rem;
  }
}
.about-sec .sec-inner .flex .txt {
  padding-left: 4rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .flex .txt {
    padding-left: 0;
    padding-top: 0;
  }
}
.about-sec .sec-inner .flex .txt h3 {
  color: #769E87;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .flex .txt h3 {
    font-size: 2.4rem;
  }
}
.about-sec .sec-inner .flex .txt p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .flex .txt p {
    font-size: 1.4rem;
  }
}
.about-sec .sec-inner .loop-img {
  width: 100%;
  overflow: hidden;
  margin-top: 6rem;
}
.about-sec .sec-inner .loop-img-track {
  display: flex;
  width: max-content;
  animation: loop-img 100s linear infinite;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .loop-img-track {
    animation: loop-img 50s linear infinite;
  }
}
.about-sec .sec-inner .loop-img-track img {
  width: 228.5714285714vw;
  max-width: none;
  height: auto;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .about-sec .sec-inner .loop-img-track img {
    width: 400vw;
  }
}
@keyframes loop-img {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.history-sec {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .history-sec {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.history-sec .sec-inner .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.history-sec .sec-inner .ttl h2 {
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.history-sec .sec-inner .ttl h2 span {
  color: #769E87;
}
@media (max-width: 767px) {
  .history-sec .sec-inner .ttl h2 {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}

footer {
  background-color: #4B8965;
  display: flex;
}
@media (max-width: 767px) {
  footer {
    flex-direction: column-reverse;
  }
}
footer .footer-left {
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 8rem;
  width: calc(100% - 31.3rem);
  padding-right: 1.3rem;
}
@media (max-width: 767px) {
  footer .footer-left {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-top: 3.2rem;
  }
}
footer .footer-left .logo {
  margin-bottom: 4rem;
  display: inline-block;
}
footer .footer-left .logo img {
  width: 53.3rem;
}
@media (max-width: 767px) {
  footer .footer-left .logo img {
    width: 100%;
  }
}
footer .footer-left .about {
  display: flex;
  gap: 2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  footer .footer-left .about {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
footer .footer-left .about .left p, footer .footer-left .about .right p {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  line-height: 1.4;
}
@media (max-width: 767px) {
  footer .footer-left .about .left p, footer .footer-left .about .right p {
    font-size: 1.4rem;
  }
}
footer .footer-left .block .flex {
  display: flex;
  gap: 2rem;
  margin-bottom: 3.2rem;
}
footer .footer-left .block .flex .wrap {
  width: calc(50% - 1rem);
}
@media (max-width: 767px) {
  footer .footer-left .block .flex .wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-left .block .flex {
    flex-direction: column;
    gap: 3.2rem;
  }
}
footer .footer-left .block .block-ttl {
  font-size: 2rem;
  color: white;
  letter-spacing: 0.02em;
  font-weight: 700;
  padding-bottom: 1.6rem;
  border-bottom: 2px dotted white;
  margin-bottom: 2.8rem;
}
footer .footer-left .block ul li {
  margin-bottom: 1.6rem;
}
footer .footer-left .block ul li:last-child {
  margin-bottom: 0;
}
footer .footer-left .block ul li a {
  display: flex;
  align-items: center;
  color: white;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
footer .footer-left .block ul li a img {
  width: 0.525rem;
  margin-right: 0.8rem;
}
footer .footer-left .block .mini-ttl {
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
}
footer .footer-left .copy {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: white;
}
footer iframe {
  width: 31.3rem;
  height: auto;
}
@media (max-width: 767px) {
  footer iframe {
    width: 100%;
    height: 39.3rem;
  }
}

.lower-fv {
  background: #E9F3F8;
  padding-top: 12.4rem;
  padding-bottom: 12.4rem;
  margin-left: -6rem;
  padding-left: 6rem;
}
@media (max-width: 767px) {
  .lower-fv {
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 0;
    margin-left: 0;
    margin-top: 8.6rem;
  }
}
.lower-fv h1,
.lower-fv .lower-fv-ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #769E87;
  text-align: center;
}
@media (max-width: 767px) {
  .lower-fv h1,
  .lower-fv .lower-fv-ttl {
    font-size: 2.4rem;
    line-height: normal;
  }
}

.breadcrumb {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 4rem;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 1.6rem;
    padding-left: 2rem;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 767px) {
  .breadcrumb ul {
    gap: 2.4rem;
  }
}
.breadcrumb ul a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #769E87;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::after {
  content: "";
  width: 0.6rem;
  height: 1rem;
  position: absolute;
  right: -2rem;
  top: calc(50% - 0.5rem);
  background-image: url(../../img/bread-chev.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .breadcrumb ul li::after {
    right: -1.2rem;
  }
}
.breadcrumb ul li:last-child a {
  color: #353535;
  pointer-events: none;
}
.breadcrumb ul li:last-child::after {
  display: none;
}

.page-content-sec {
  padding: 6rem 8rem 12rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-content-sec {
    padding: 4rem 2rem 6rem;
  }
}

.page-content-sec .sec-inner.page-sec-inner {
  width: 94.8rem;
  max-width: 100%;
  margin: 0 auto;
  color: #353535;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner {
    font-size: 1.4rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner > *:first-child {
  margin-top: 0;
}
.page-content-sec .sec-inner.page-sec-inner > *:last-child {
  margin-bottom: 0;
}
.page-content-sec .sec-inner.page-sec-inner p,
.page-content-sec .sec-inner.page-sec-inner li,
.page-content-sec .sec-inner.page-sec-inner dt,
.page-content-sec .sec-inner.page-sec-inner dd,
.page-content-sec .sec-inner.page-sec-inner th,
.page-content-sec .sec-inner.page-sec-inner td {
  color: #353535;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner p,
  .page-content-sec .sec-inner.page-sec-inner li,
  .page-content-sec .sec-inner.page-sec-inner dt,
  .page-content-sec .sec-inner.page-sec-inner dd,
  .page-content-sec .sec-inner.page-sec-inner th,
  .page-content-sec .sec-inner.page-sec-inner td {
    font-size: 1.4rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner p {
  margin-bottom: 2rem;
}
.page-content-sec .sec-inner.page-sec-inner h2 {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #DCE8E1;
  color: #769E87;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner h2 {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner h3 {
  margin-top: 3.6rem;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  border-left: 4px solid #769E87;
  color: #353535;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner h3 {
    margin-top: 3.2rem;
    font-size: 1.7rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner h4,
.page-content-sec .sec-inner.page-sec-inner h5,
.page-content-sec .sec-inner.page-sec-inner h6 {
  margin-top: 3rem;
  margin-bottom: 1.2rem;
  color: #353535;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner h4,
  .page-content-sec .sec-inner.page-sec-inner h5,
  .page-content-sec .sec-inner.page-sec-inner h6 {
    font-size: 1.6rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner ul,
.page-content-sec .sec-inner.page-sec-inner ol {
  margin-bottom: 2.4rem;
  padding-left: 2.4rem;
}
.page-content-sec .sec-inner.page-sec-inner ul > li {
  list-style-type: disc;
}
.page-content-sec .sec-inner.page-sec-inner ol > li {
  list-style-type: decimal;
}
.page-content-sec .sec-inner.page-sec-inner li {
  position: static;
  margin-bottom: 0.8rem;
  padding-left: 0;
  font-weight: 400;
}
.page-content-sec .sec-inner.page-sec-inner li::marker {
  color: #769E87;
  font-weight: 700;
}
.page-content-sec .sec-inner.page-sec-inner li::before {
  content: none;
}
.page-content-sec .sec-inner.page-sec-inner dl {
  margin-bottom: 2.4rem;
}
.page-content-sec .sec-inner.page-sec-inner dt {
  font-weight: 700;
}
.page-content-sec .sec-inner.page-sec-inner dd {
  margin-bottom: 1.2rem;
}
.page-content-sec .sec-inner.page-sec-inner a:not(.wp-element-button) {
  color: #769E87;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.page-content-sec .sec-inner.page-sec-inner strong,
.page-content-sec .sec-inner.page-sec-inner b {
  font-weight: 700;
}
.page-content-sec .sec-inner.page-sec-inner em,
.page-content-sec .sec-inner.page-sec-inner i {
  font-style: italic;
}
.page-content-sec .sec-inner.page-sec-inner blockquote {
  margin: 2.4rem 0;
  padding: 2rem 2.4rem;
  border-left: 4px solid #769E87;
  background-color: #F2F6F3;
}
@media (max-width: 767px) {
  .page-content-sec .sec-inner.page-sec-inner blockquote {
    padding: 1.6rem 2rem;
  }
}
.page-content-sec .sec-inner.page-sec-inner hr {
  margin: 4rem 0;
  border: 0;
  border-top: 1px solid #DCE8E1;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-image,
.page-content-sec .sec-inner.page-sec-inner figure {
  margin-bottom: 2.4rem;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 2.4rem;
  -webkit-overflow-scrolling: touch;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-table table {
  width: 100%;
  min-width: 60rem;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-table th,
.page-content-sec .sec-inner.page-sec-inner .wp-block-table td {
  padding: 1.2rem 1.6rem;
  border: 1px solid #DCE5DF;
  white-space: nowrap;
  vertical-align: top;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-table th {
  background-color: #F2F6F3;
  color: #769E87;
  font-weight: 700;
}
.page-content-sec .sec-inner.page-sec-inner .wp-block-table p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.anchor {
  padding: 6rem 8rem;
}
@media (max-width: 767px) {
  .anchor {
    padding: 6rem 2rem;
  }
}
.anchor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6rem 2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .anchor ul {
    gap: 2rem;
  }
}
.anchor ul li {
  width: calc(33.3333% - 1.3334rem);
}
@media (max-width: 767px) {
  .anchor ul li {
    width: calc(50% - 1rem);
  }
}
.anchor ul li a {
  display: block;
  background: #769E87;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.02em;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 1.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .anchor ul li a.aa {
    padding-top: 5.45rem;
    padding-bottom: 5.45rem;
  }
}
.anchor ul li a .mini {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .anchor ul li a .mini {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .anchor ul li a {
    font-size: 1.6rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    height: 9.2rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .anchor ul li a br {
    display: none;
  }
  .anchor ul li a .b1 {
    display: block;
  }
  .anchor ul li a br.sp-show {
    display: block;
  }
  .anchor ul li a span {
    font-size: 1.2rem;
    margin-top: 0.2rem;
    display: inline-block;
  }
  .anchor ul li a span.sp2 {
    font-size: 1.2rem;
  }
}
.anchor ul li a::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../../img/bottom-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: calc(50% - 1.4rem);
  bottom: -1.4rem;
}

.message-sec {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .message-sec {
    padding-bottom: 4rem;
  }
}
.message-sec p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.message-sec p span {
  position: relative;
  font-size: 1.1666em;
  color: #D44A4D;
}
.message-sec p span::before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background-image: url(../../img/wave.webp);
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  background-size: contain;
}
@media (max-width: 767px) {
  .message-sec p {
    font-size: 1.6rem;
  }
  .message-sec p span {
    font-size: 2rem;
  }
}

.service-sec {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .service-sec {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}
.service-sec ul li {
  padding-left: 4.4rem;
  padding-top: 5rem;
  padding-right: 4rem;
  padding-bottom: 6rem;
  border-radius: 1.2rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .service-sec ul li {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.2rem;
  }
}
.service-sec ul li::after {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/service-chev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  .service-sec ul li::after {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.service-sec ul li:nth-child(odd) {
  background: #F5F5F5;
}
.service-sec ul li:nth-child(even) {
  background: #F2F6F3;
}
.service-sec ul li.noflex {
  display: block;
}
.service-sec ul li .wrap2 {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  .service-sec ul li .wrap2 {
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
  }
}
@media (max-width: 767px) {
  .service-sec ul li {
    flex-direction: column;
    gap: 2.8rem;
    align-items: center;
  }
}
.service-sec ul li .icon {
  flex-shrink: 0;
}
.service-sec ul li .icon img {
  width: 11.6rem;
}
@media (max-width: 767px) {
  .service-sec ul li .icon img {
    width: 10rem;
  }
}
.service-sec ul li .txt {
  width: calc(100% - 11.6rem);
}
@media (max-width: 767px) {
  .service-sec ul li .txt {
    width: 100%;
  }
}
.service-sec ul li .txt h2 {
  margin-bottom: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 4px dotted #769E87;
  color: #769E87;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .service-sec ul li .txt h2 {
    font-size: 2rem;
    padding-bottom: 2.5rem;
    border-block-width: 0.3rem;
    text-align: center;
  }
}
.service-sec ul li .txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 3rem;
}
.service-sec ul .price {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .service-sec ul .price {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .service-sec ul .price p.sp-show {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.service-sec ul .price .notice {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  color: #E08851;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 2px solid #E08851;
  border-radius: 0.4rem;
  line-height: 1;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .service-sec ul .price .notice {
    font-size: 1.4rem;
    padding: 0.4rem 1.2rem;
    margin-right: 0.5rem;
  }
}
.service-sec ul .price .wrap {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .service-sec ul .price .wrap {
    margin-top: 1rem;
  }
}
.service-sec ul .price .wrap span {
  white-space: nowrap;
}
.service-sec ul .price .wrap .notice {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  color: #E08851;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 2px solid #E08851;
  border-radius: 0.4rem;
  line-height: 1;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .service-sec ul .price .wrap .notice {
    font-size: 1.4rem;
    padding: 0.4rem 1.2rem;
    margin-right: 0.5rem;
  }
}
.service-sec ul .price .wrap .notice2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E08851;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .service-sec ul .price .wrap .notice2 {
    font-size: 1.4rem;
    margin-right: 0.4rem;
    line-height: normal;
  }
}
.service-sec ul .price .wrap .num {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  color: #E08851;
}
@media (max-width: 767px) {
  .service-sec ul .price .wrap .num {
    font-size: 4rem;
  }
}
.service-sec ul .price .wrap .yen {
  color: #E08851;
  font-size: 2.4rem;
  font-weight: 900;
  color: #E08851;
  margin-left: 0.5rem;
  position: relative;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .service-sec ul .price .wrap .yen {
    font-size: 2rem;
  }
}

.service-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 33.2rem;
  width: calc(100% - 33.2rem);
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  .service-modal {
    left: 0;
    width: 100%;
  }
}
.service-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.62);
}

.service-modal-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94.8rem;
  max-width: calc(100% - 6rem);
  max-height: calc(100vh - 14rem);
  border-radius: 1.2rem;
  transform: translate(-50%, -50%);
  overflow: visible;
}
@media (max-width: 767px) {
  .service-modal-panel {
    width: calc(100% - 3rem);
    max-width: none;
    max-height: calc(100vh - 9rem);
  }
}

.service-modal-inner {
  max-height: calc(100vh - 14rem);
  overflow-y: auto;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .service-modal-inner {
    max-height: calc(100vh - 20rem);
  }
}

.service-modal-close {
  position: absolute;
  left: 50%;
  bottom: -7.2rem;
  width: 8rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .service-modal-close {
    bottom: -4.4rem;
    width: 4.4rem;
  }
}
.service-modal-close img {
  display: block;
  width: 100%;
  height: auto;
}

body.is-modal-open {
  overflow: hidden;
}

.service-modal-inner .ttl-wrap {
  border-radius: 1.2rem 1.2rem 0 0;
  position: relative;
}
.service-modal-inner .ttl-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 3.5rem);
  bottom: 0;
  background: #F2F6F3;
  border-radius: 1.2rem 1.2rem 0 0;
}
.service-modal-inner h3 {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .service-modal-inner h3 {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
}
.service-modal-inner h3::after {
  content: "";
  width: 0.4rem;
  height: 3.2rem;
  position: absolute;
  left: calc(50% - 0.2rem);
  bottom: 0;
  background-image: url(../../img/modal-dot.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  bottom: -3.2rem;
}
@media (max-width: 767px) {
  .service-modal-inner h3::after {
    width: 0.3rem;
    height: 2.4rem;
    bottom: -2.4rem;
  }
}
.service-modal-inner h3 span {
  padding: 1.6rem 6rem;
  border: 4px solid #769E87;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.4em;
  border-radius: 1.2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .service-modal-inner h3 span {
    font-size: 1.6rem;
    padding: 2rem 1rem;
    min-width: 31.3rem;
  }
}
.service-modal-inner .desc {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .service-modal-inner .desc {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.service-modal-inner .desc span {
  color: #E08851;
}
.service-modal-inner .price {
  display: flex;
  justify-content: center;
  padding-bottom: 2.2rem;
  position: relative;
  z-index: 2;
}
.service-modal-inner .price.price2 {
  padding-bottom: 5rem;
}
.service-modal-inner .price .wrap {
  display: flex;
  align-items: center;
}
.service-modal-inner .price .wrap .notice {
  font-size: 1.6rem;
  padding: 0.4rem 1.2rem;
  color: #E08851;
  letter-spacing: 0.04em;
  font-weight: bold;
  border: 2px solid #E08851;
  border-radius: 0.4rem;
  line-height: 1;
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .service-modal-inner .price .wrap .notice {
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
  }
}
.service-modal-inner .price .wrap .num {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  color: #E08851;
}
@media (max-width: 767px) {
  .service-modal-inner .price .wrap .num {
    font-size: 4rem;
  }
}
.service-modal-inner .price .wrap .yen {
  color: #E08851;
  font-size: 2.4rem;
  font-weight: 900;
  color: #E08851;
  margin-left: 0.5rem;
  position: relative;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .service-modal-inner .price .wrap .yen {
    font-size: 2rem;
  }
}
.service-modal-inner .kakko {
  padding-bottom: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .service-modal-inner .kakko {
    padding-bottom: 4rem;
  }
}
.service-modal-inner .kakko p {
  text-align: center;
  color: #E08851;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .service-modal-inner .kakko p {
    font-size: 1.2rem;
  }
}
.service-modal-inner .txt-wrap {
  padding-top: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-bottom: 8rem;
  background-color: #fff;
  border-radius: 0 0 1.2rem 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .service-modal-inner .txt-wrap {
    padding: 4rem 2rem 6rem 2rem;
  }
}
.service-modal-inner .txt-wrap p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.service-modal-inner .txt-wrap table {
  width: 100%;
}
.service-modal-inner .txt-wrap table th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #769E87;
  letter-spacing: 0.04em;
  width: 10rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .service-modal-inner .txt-wrap table th {
    font-size: 1.4rem;
  }
}
.service-modal-inner .txt-wrap table td {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .service-modal-inner .txt-wrap table td {
    font-size: 1.4rem;
  }
}
.service-modal-inner .txt-wrap table td span {
  font-weight: bold;
  color: #E08851;
}
.service-modal-inner .txt-wrap img {
  position: absolute;
  opacity: 0.08;
  right: 0;
  bottom: 0;
  width: 27rem;
}
@media (max-width: 767px) {
  .service-modal-inner .txt-wrap img {
    width: 15rem;
  }
}

.faq {
  background: #F2F6F3;
  padding-top: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .faq {
    padding: 6rem 2rem;
  }
}
.faq .sec-inner .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.faq .sec-inner .ttl h2 {
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.faq .sec-inner .ttl h2 span {
  color: #769E87;
}
@media (max-width: 767px) {
  .faq .sec-inner .ttl h2 {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.faq .sec-inner ul li {
  margin-bottom: 2rem;
  padding: 4rem 3.2rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .faq .sec-inner ul li {
    padding: 3.2rem 2rem;
    margin-bottom: 1.6rem;
  }
}
.faq .sec-inner ul li h6 {
  color: #769E87;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .faq .sec-inner ul li h6 {
    font-size: 1.6rem;
  }
}
.faq .sec-inner ul li .a p {
  font-size: 1.6rem;
  display: flex;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .faq .sec-inner ul li .a p {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    flex-direction: column;
  }
}
.faq .sec-inner ul li .a p span {
  flex-shrink: 0;
}
.faq .sec-inner ul li .a .p2 {
  font-weight: normal;
}
.faq .sec-inner ul li .a .p2 span {
  font-weight: bold;
  color: #4B8965;
}
@media (max-width: 767px) {
  .faq .sec-inner ul li .a .p2 span {
    margin-bottom: 0.5rem;
  }
}
.faq .btn-wrapper {
  display: flex;
  justify-content: center;
}
.faq .btn-wrapper a {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 2rem;
  width: 40.4rem;
  align-items: center;
  background-color: #769E87;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .faq .btn-wrapper a {
    line-height: normal;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.faq .btn-wrapper img {
  width: 1rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 767px) {
  .pagination {
    gap: 2.8rem;
  }
}
.pagination .num, .pagination .dot {
  font-size: 1.6rem;
  font-weight: 500;
}
.pagination a.num {
  text-decoration: underline;
  color: #4B8965;
}
.pagination img {
  width: 4.8rem;
}

.archive-blocks {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .archive-blocks {
    flex-direction: column;
  }
}
.archive-blocks .block {
  border-radius: 1.2rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.archive-blocks .block h4 {
  text-align: center;
  line-height: 6rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: white;
  background-color: #769E87;
}
@media (max-width: 767px) {
  .archive-blocks .block h4 {
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
.archive-blocks .block .inner {
  padding: 2.8rem;
  background: #F5F5F5;
  height: 100%;
}
@media (max-width: 767px) {
  .archive-blocks .block .inner {
    padding: 2rem;
  }
}
.archive-blocks .block .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
}
.archive-blocks .block .inner ul li a {
  display: flex;
  align-items: flex-start;
}
.archive-blocks .block .inner ul li a span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #769E87;
  text-decoration: underline;
  line-height: 1.6em;
  margin-top: -0.5rem;
}
.archive-blocks .block .inner ul li a img {
  width: 2rem;
  margin-right: 0.8rem;
}
.archive-blocks .block .inner .ul1 {
  flex-direction: column;
}

.blog-sec .single-ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .blog-sec .single-ttl {
    font-size: 2.8rem;
  }
}
.blog-sec .thumb {
  margin-bottom: 5rem;
}
.blog-sec .author {
  display: flex;
  align-items: center;
  padding: 2rem;
  border: 2px solid #769E87;
  border-radius: 1rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog-sec .author {
    flex-direction: column;
  }
}
.blog-sec .author img {
  width: 20rem;
  margin-right: 2rem;
  border-radius: 50%;
  height: 20rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-sec .author img {
    width: 15rem;
    height: 15rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.blog-sec .author h5 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog-sec .author h5 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.blog-sec .author p {
  font-size: 1.6rem;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .blog-sec .author p {
    font-size: 1.2rem;
  }
}

.content * {
  color: #353535;
  letter-spacing: 0.04em;
}
.content img {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .content img {
    margin-bottom: 4rem;
  }
}
.content p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 5rem;
  letter-spacing: 0.02em;
}
.content p * {
  font-size: 1em;
}
@media (max-width: 767px) {
  .content p {
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
.content li {
  font-weight: bold;
}
.content li * {
  font-size: 1em;
}
.content ul {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .content ul {
    margin-bottom: 4rem;
  }
}
.content ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .content ul li {
    font-size: 1.4rem;
  }
}
.content ul li::before {
  content: "・";
  left: 0;
  top: 0;
  position: absolute;
}
.content ul li ul, .content ul li ol {
  margin-top: 0;
}
.content ol {
  list-style-type: decimal;
  padding-left: 1.8em;
  margin-bottom: 2.4rem;
}
.content ol ul, .content ol ol {
  margin-top: 0;
}
@media (max-width: 767px) {
  .content ol {
    padding-left: 18px;
    margin-bottom: 4rem;
  }
}
.content ol li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}
.content ol > li {
  list-style: decimal;
  font-size: 1.6rem;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  .content ol > li {
    font-size: 1.4rem;
    line-height: 1.71em;
  }
}
.content ol > li > ul {
  list-style-type: lower-latin;
}
.content ol > li > ul > li {
  list-style: lower-latin;
  margin-left: 1.8rem;
  padding-left: 0;
}
.content ol > li > ul > li::before {
  display: none;
}
.content ol > li > ul > li > ul {
  list-style-type: lower-roman;
}
.content ol > li > ul > li > ul > li {
  list-style: lower-roman;
  margin-left: 1.8rem;
  padding-left: 0;
}
.content ol > li > ul > li > ul > li::before {
  display: none;
}
@media (max-width: 767px) {
  .content .wrap {
    margin-left: -20px;
    margin-right: -20px;
    overflow: scroll;
    padding-left: 20px;
    display: flex;
  }
  .content .wrap .dummy {
    width: 20px;
    flex-shrink: 0;
  }
}
.content blockquote {
  background-color: #E0E0E0;
  border-radius: 1.2rem;
  padding: 2rem;
  margin-bottom: 2.4rem;
}
.content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #2F2F2F;
}
.content blockquote cite {
  margin-top: 1rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .content blockquote cite {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .content blockquote {
    padding: 20px;
    margin-bottom: 2rem;
  }
  .content blockquote p {
    font-size: 1.4rem;
  }
}
.content .wrap {
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .content .wrap {
    margin-bottom: 2rem;
  }
}
.content .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-right: -2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.content .wp-block-table tbody, .content .wp-block-table thead {
  -webkit-text-size-adjust: 100%;
}
.content .wp-block-table table {
  min-width: 100%;
}
@media (max-width: 767px) {
  .content .wp-block-table {
    position: relative;
    background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)) left center/40px 100% no-repeat, linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0)) right center/40px 100% no-repeat;
    background-attachment: local, local;
    margin-right: 0;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0;
  }
}
.content .wp-block-table th, .content .wp-block-table td {
  border: 1px solid #E0E0E0;
  padding: 1.1rem 2.4rem;
  padding-right: 2.6rem;
  white-space: nowrap;
  line-height: 1.8em;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .content .wp-block-table th, .content .wp-block-table td {
    font-size: 1.2rem;
  }
}
.content .wp-block-table th {
  background: rgba(32, 68, 131, 0.1);
  color: #4B8965;
  font-weight: bold;
}
.content .wp-block-table thead {
  border-bottom: unset;
}
.content .wp-block-table thead th {
  font-weight: 700;
}
.content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 700/450;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .content iframe {
    margin-bottom: 2rem;
  }
}
.content a:not(.wp-element-button) {
  font-size: 1em;
  color: #353535;
  text-decoration: underline;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .content a:not(.wp-element-button):hover {
    opacity: 0.7;
  }
}
.content .wp-element-button {
  margin-bottom: 4rem;
}
.content img {
  width: 100%;
  height: auto;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    margin-bottom: 1.6rem;
  }
}
.content h1 *, .content h2 *, .content h3 *, .content h4 *, .content h5 *, .content h6 * {
  color: #353535;
  font-size: 1em;
}
.content h1 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 2.8rem;
  }
}
.content h2 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .content h2 {
    font-size: 2.4rem;
  }
}
.content h3 {
  font-size: 2.4rem;
  position: relative;
  color: #4B8965;
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 2rem;
  }
}
.content h4 {
  font-size: 2rem;
  border-bottom: 0.1rem solid white;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .content h4 {
    font-size: 1.8rem;
  }
}
.content h5 {
  font-size: 1.6rem;
}
.content h6 {
  font-size: 1.4rem;
}
.content b, .content strong {
  font-weight: 700;
}

.sec1-visual {
  position: relative;
}
.sec1-visual picture {
  display: block;
}
.sec1-visual .sec1-copy-fix {
  position: absolute;
  z-index: 2;
  top: 15.4%;
  left: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64%;
  min-height: 7.7%;
  padding: 1rem 2rem;
  background-color: #fff;
}
.sec1-visual .sec1-copy-fix p {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
}
.sec1-visual .sec1-copy-fix p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  border-bottom: 2px dotted #769E87;
}
.sec1-visual .sec1-copy-fix p:last-child {
  color: #4B8965;
}
@media (max-width: 767px) {
  .sec1-visual .sec1-copy-fix {
    top: 11.4%;
    left: 5%;
    width: 90%;
    min-height: 5.3%;
    padding: 0.5rem 1rem;
  }
  .sec1-visual .sec1-copy-fix p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

.message-sec p.message-sec__note {
  margin-top: 2.4rem;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .message-sec p.message-sec__note {
    margin-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.2rem;
  }
}

.price .yen .tax {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: 0.4rem;
}
@media (max-width: 767px) {
  .price .yen .tax {
    font-size: 1rem;
    vertical-align: 0.3rem;
  }
}

footer .footer-left .block .footer-subcategory {
  margin-top: 3.2rem;
}

.access-video-sec {
  padding: 8rem;
  background-color: #F2F6F3;
}
@media (max-width: 767px) {
  .access-video-sec {
    padding: 6rem 2rem;
  }
}
.access-video-sec .sec-inner {
  width: 94.8rem;
  max-width: 100%;
  margin: 0 auto;
}
.access-video-sec .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 2.4rem;
}
.access-video-sec .ttl h2 {
  padding: 2rem 6rem;
  border: 3px solid #769E87;
  border-radius: 1.2rem;
  background-color: #fff;
  color: #769E87;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 767px) {
  .access-video-sec .ttl h2 {
    width: 100%;
    padding: 1.6rem 2rem;
    font-size: 1.8rem;
  }
}
.access-video-sec__lead {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 767px) {
  .access-video-sec__lead {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
  }
}
.access-video-sec__video {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border: 4px solid #fff;
  border-radius: 1.2rem;
  background-color: #000;
  box-shadow: 0 1rem 3rem rgba(75, 137, 101, 0.16);
}
.access-video-sec__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.profile-page {
  padding: 6rem 8rem 12rem;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .profile-page {
    padding: 4rem 2rem 6rem;
  }
}
.profile-page .sec-inner {
  width: 94.8rem;
  max-width: 100%;
  margin: 0 auto;
}

.author-profile {
  overflow: hidden;
  margin-bottom: 5rem;
  border: 1px solid #dce5df;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 0.8rem 2.4rem rgba(67, 92, 77, 0.08);
}
.author-profile__supervision {
  padding: 1.4rem 2rem;
  background-color: #769E87;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .author-profile__supervision {
    padding: 1.2rem 1.6rem;
    font-size: 1.3rem;
  }
}
.author-profile__body {
  padding: 3.2rem;
}
@media (max-width: 767px) {
  .author-profile__body {
    padding: 2rem;
  }
}
.author-profile__summary {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .author-profile__summary {
    flex-direction: column;
    gap: 1.6rem;
    text-align: center;
  }
}
.author-profile__photo {
  flex: 0 0 15rem;
  width: 15rem;
  height: 15rem;
  overflow: hidden;
  border: 0.6rem solid #F2F6F3;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .author-profile__photo {
    flex-basis: 12rem;
    width: 12rem;
    height: 12rem;
  }
}
.author-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-profile__identity {
  flex: 1;
  min-width: 0;
}
.author-profile__name {
  margin-bottom: 0.6rem;
  color: #333;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .author-profile__name {
    font-size: 2.2rem;
  }
}
.author-profile__name a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #769E87;
  text-underline-offset: 0.4rem;
}
.author-profile__position {
  margin-bottom: 1.2rem;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.author-profile__credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media (max-width: 767px) {
  .author-profile__credentials {
    justify-content: center;
  }
}
.author-profile__credentials li {
  padding: 0.5rem 1rem;
  border: 1px solid #eadbc9;
  border-radius: 0.4rem;
  background-color: #FCF8F1;
  color: #8b663e;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.author-profile__description {
  margin-bottom: 2.8rem;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.9;
}
@media (max-width: 767px) {
  .author-profile__description {
    font-size: 1.4rem;
  }
}
.author-profile__achievements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.4rem;
  border-top: 1px solid #e2e8e4;
  border-bottom: 1px solid #e2e8e4;
}
@media (max-width: 767px) {
  .author-profile__achievements {
    grid-template-columns: repeat(2, 1fr);
  }
}
.author-profile__achievements li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 1.6rem 1rem;
  border-right: 1px solid #e2e8e4;
  text-align: center;
}
.author-profile__achievements li:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .author-profile__achievements li {
    min-height: 9rem;
  }
  .author-profile__achievements li:nth-child(2) {
    border-right: 0;
  }
  .author-profile__achievements li:nth-child(-n+2) {
    border-bottom: 1px solid #e2e8e4;
  }
}
.author-profile__achievements li strong {
  margin-bottom: 0.6rem;
  color: #769E87;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .author-profile__achievements li strong {
    font-size: 2.2rem;
  }
}
.author-profile__achievements li span {
  color: #555;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.author-profile__media {
  margin-bottom: 2rem;
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
.author-profile__fee {
  margin-bottom: 1.8rem;
  padding: 2rem;
  border: 1px solid #eadbc9;
  border-radius: 0.8rem;
  background-color: #FCF8F1;
}
.author-profile__fee p {
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
.author-profile__fee p + p {
  margin-top: 0.6rem;
}
.author-profile__fee strong {
  color: #E08851;
}
.author-profile__fee a {
  color: #C86F39;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.author-profile__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .author-profile__contact {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.author-profile__link {
  margin-top: 2rem;
  text-align: right;
}
@media (max-width: 767px) {
  .author-profile__link {
    text-align: center;
  }
}
.author-profile__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  background-color: #769E87;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

.resolved-cases {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.resolved-cases > h2 {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 3px dotted #769E87;
  color: #769E87;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .resolved-cases > h2 {
    font-size: 2.2rem;
  }
}
.resolved-cases__lead {
  margin-bottom: 2.8rem;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.resolved-cases__list {
  display: grid;
  gap: 2rem;
}
.resolved-cases__item {
  padding: 2.8rem;
  border: 1px solid #e1e6e3;
  border-left: 0.5rem solid #769E87;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 1.8rem rgba(67, 92, 77, 0.07);
}
@media (max-width: 767px) {
  .resolved-cases__item {
    padding: 2rem 1.8rem;
  }
}
.resolved-cases__item h3 {
  margin-bottom: 1.4rem;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .resolved-cases__item h3 {
    font-size: 1.7rem;
  }
}
.resolved-cases__item p {
  color: #444;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9;
}
.resolved-cases__item p + p {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .resolved-cases__item p {
    font-size: 1.3rem;
  }
}

.contact-info {
  padding-top: 6rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .contact-info {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 8rem;
  }
}
.contact-info .sec-inner {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner {
    flex-direction: column;
  }
}
.contact-info .sec-inner .block {
  height: auto;
}
.contact-info .sec-inner .block h2 {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block h2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact-info .sec-inner .block h2::after {
  content: "";
  width: 0.4rem;
  height: 3.2rem;
  position: absolute;
  left: calc(50% - 0.2rem);
  bottom: 0;
  background-image: url(../../img/modal-dot.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  bottom: -3.2rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block h2::after {
    width: 0.3rem;
    height: 2.4rem;
    bottom: -2.4rem;
  }
}
.contact-info .sec-inner .block h2 span {
  font-size: 2.4rem;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 2rem;
  border: 4px solid #769E87;
  border-radius: 12px;
  min-width: 40.4rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block h2 span {
    min-width: 31.3rem;
    font-size: 1.6rem;
  }
}
.contact-info .sec-inner .block .wrap {
  background: #F2F6F3;
  margin-top: -4rem;
  height: 100%;
  border-radius: 12px;
  padding-top: 9.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap {
    padding-top: 8rem;
  }
}
.contact-info .sec-inner .block .wrap p {
  text-align: center;
}
.contact-info .sec-inner .block .wrap .desc {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap .desc {
    font-size: 1.4rem;
  }
}
.contact-info .sec-inner .block .wrap .bg-white {
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #fff;
  border-radius: 12px;
  padding: 3.2rem 0rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap .bg-white {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact-info .sec-inner .block .wrap .bg-white p {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 2.4rem;
}
.contact-info .sec-inner .block .wrap .bg-white p.p2 {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap .bg-white p {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.contact-info .sec-inner .block .wrap .bg-white a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
  color: #735641;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap .bg-white a {
    font-size: 3rem;
  }
}
.contact-info .sec-inner .block .wrap .bg-white a img {
  width: 2.7rem;
  margin-right: 0.8rem;
}
.contact-info .sec-inner .block .wrap .bg-white a .qr {
  width: 10rem;
  margin-right: 0;
}
.contact-info .sec-inner .block .wrap .time {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .contact-info .sec-inner .block .wrap .time {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.contact-info .sec-inner .block .wrap .notice {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.contact-info .sec-inner .block .wrap .btn-wrapper {
  display: flex;
  justify-content: center;
}
.contact-info .sec-inner .block .wrap .btn-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.2rem;
  width: 30.4rem;
  background-color: #769E87;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.08em;
  border-radius: 12px;
  gap: 2rem;
}
.contact-info .sec-inner .block .wrap .btn-wrapper a img {
  width: 1.3rem;
}

.contact-form-sec {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 12rem;
}
@media (max-width: 767px) {
  .contact-form-sec {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 6rem;
  }
}
.contact-form-sec .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.contact-form-sec .ttl h2 {
  border: 3px solid #769E87;
  border-radius: 12px;
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.contact-form-sec .ttl h2 span {
  color: #769E87;
}
@media (max-width: 767px) {
  .contact-form-sec .ttl h2 {
    font-size: 1.6rem;
    padding: 1.6rem 2rem;
  }
}
.contact-form-sec .contact-form .form-row {
  display: grid;
  grid-template-columns: 28rem 1fr;
  column-gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-row {
    display: block;
    margin-bottom: 3rem;
  }
}
.contact-form-sec .contact-form .form-head {
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-head {
    display: flex;
    align-items: center;
  }
}
.contact-form-sec .contact-form .form-head label,
.contact-form-sec .contact-form .form-head p {
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.08em;
}
.contact-form-sec .contact-form .form-head .required,
.contact-form-sec .contact-form .form-head .optional {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-head .required,
  .contact-form-sec .contact-form .form-head .optional {
    font-size: 1.2rem;
  }
}
.contact-form-sec .contact-form .form-head .required {
  color: #78A186;
}
.contact-form-sec .contact-form .form-head .optional {
  color: #222;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-head {
    margin-bottom: 1rem;
    padding-top: 0;
  }
}
.contact-form-sec .contact-form .form-data .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-sec .contact-form .form-data input[type=text],
.contact-form-sec .contact-form .form-data input[type=tel],
.contact-form-sec .contact-form .form-data input[type=email],
.contact-form-sec .contact-form .form-data select,
.contact-form-sec .contact-form .form-data textarea {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  color: #222;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  border: 0.1rem solid #CFCFCF;
  border-radius: 0.6rem;
  padding: 0rem 2rem;
  box-sizing: border-box;
  appearance: none;
}
.contact-form-sec .contact-form .form-data input[type=text]::placeholder,
.contact-form-sec .contact-form .form-data input[type=tel]::placeholder,
.contact-form-sec .contact-form .form-data input[type=email]::placeholder,
.contact-form-sec .contact-form .form-data select::placeholder,
.contact-form-sec .contact-form .form-data textarea::placeholder {
  color: #C8C8C8;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-data input[type=text],
  .contact-form-sec .contact-form .form-data input[type=tel],
  .contact-form-sec .contact-form .form-data input[type=email],
  .contact-form-sec .contact-form .form-data select,
  .contact-form-sec .contact-form .form-data textarea {
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
}
.contact-form-sec .contact-form .form-data input[type=text],
.contact-form-sec .contact-form .form-data input[type=tel],
.contact-form-sec .contact-form .form-data input[type=email],
.contact-form-sec .contact-form .form-data select {
  height: 5.3rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-data input[type=text],
  .contact-form-sec .contact-form .form-data input[type=tel],
  .contact-form-sec .contact-form .form-data input[type=email],
  .contact-form-sec .contact-form .form-data select {
    height: 5.3rem;
  }
}
.contact-form-sec .contact-form .form-data select {
  background-image: url("../../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 1.4rem auto;
  padding-right: 5rem;
}
.contact-form-sec .contact-form .form-data textarea {
  min-height: 20rem;
  resize: none;
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-data textarea {
    min-height: 20rem;
  }
}
.contact-form-sec .contact-form .form-notes {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-notes {
    margin-top: 4rem;
  }
}
.contact-form-sec .contact-form .form-notes p {
  color: #222;
  font-size: 1.4rem;
  line-height: 2.2;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-notes p {
    margin: unset;
    line-height: 1.6;
  }
}
.contact-form-sec .contact-form .form-notes p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-notes {
    margin-top: 4rem;
  }
}
.contact-form-sec .contact-form .form-consent {
  margin: 2.4rem 0 0.8rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
}
.contact-form-sec .contact-form .form-consent a, .contact-form-sec .contact-form .form-consent span, .contact-form-sec .contact-form .form-consent label {
  font-size: inherit;
}
.contact-form-sec .contact-form .form-consent .wpcf7-list-item {
  margin: 0;
}
.contact-form-sec .contact-form .form-consent a {
  text-decoration: underline;
}
.contact-form-sec .contact-form .form-consent .required {
  margin-left: 0.4rem;
  color: #78A186;
  font-weight: 700;
}
.contact-form-sec .contact-form .form-consent input {
  margin-bottom: 0;
}
.contact-form-sec .contact-form .form-consent .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-consent {
    font-size: 1.4rem;
  }
}
.contact-form-sec .contact-form .form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-submit {
    margin-bottom: 0rem;
  }
}
.contact-form-sec .contact-form .form-submit::before {
  content: "";
  width: 1.4rem;
  height: 1rem;
  background-image: url(../../img/btn-tri.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(50% + 6rem);
  top: 2rem;
  pointer-events: none;
  z-index: 2;
}
.contact-form-sec .contact-form .form-submit input[type=submit] {
  width: 20.4rem;
  height: 5.2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #769E87;
  border: none;
  border-radius: 1.4rem;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.contact-form-sec .contact-form .form-submit input[type=submit]:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-submit input[type=submit] {
    width: 19.5rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}
.contact-form-sec .contact-form .form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: calc(50% + 14.5rem);
  margin: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .contact-form-sec .contact-form .form-submit {
    margin-top: 4.5rem;
  }
}

.thanks-sec {
  padding-top: 12rem;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .thanks-sec {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.thanks-sec h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .thanks-sec h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.thanks-sec p {
  text-align: center;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .thanks-sec p {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}
.thanks-sec .btn-wrapper {
  display: flex;
  justify-content: center;
}
.thanks-sec .btn-wrapper a {
  display: flex;
  justify-content: center;
  margin: auto;
  gap: 2rem;
  width: 22rem;
  align-items: center;
  background-color: #769E87;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .thanks-sec .btn-wrapper a {
    line-height: normal;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
.thanks-sec .btn-wrapper img {
  width: 1rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 1.4rem;
  line-height: normal;
}

@media (max-width: 767px) {
  .wp-block-table table.has-fixed-layout {
    table-layout: auto;
  }
}

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