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

/*Font
--------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.hw-open {
  margin-left: -0.5em;
}

.hw-close {
  margin-right: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #283239;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

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

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

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

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

.bg-vage {
  background: #fcfffe;
}

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

/*main-visual（トップページ）
=========================================================*/
.main-visual {
  background: #fcfffe;
}
.main-visual-inner {
  position: relative;
  margin: 0 auto;
}
.main-visual-img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual-catch {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fcfffe;
  text-shadow: 0 0 4px #72a06a;
  background-image: linear-gradient(-63.21deg, #60b186 1.87%, #64c04e 53.21%, #68c405 104.55%);
}
.main-visual-catch-title {
  font-weight: 700;
}
.main-visual-catch-text {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .main-visual {
    padding-bottom: 80px;
  }
  .main-visual-inner {
    width: calc(100% - 240px);
    max-width: 1680px;
  }
  .main-visual-img {
    height: 780px;
    border-radius: 24px;
  }
  .main-visual-catch {
    top: 400px;
    left: -32px;
    row-gap: 16px;
    padding: 48px 56px 52px;
    border-radius: 24px;
    white-space: nowrap;
  }
  .main-visual-catch-title {
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 0.96px;
  }
  .main-visual-catch-text {
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 1.12px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-bottom: 40px;
  }
  .main-visual-inner {
    width: 90%;
  }
  .main-visual-img {
    height: 380px;
    border-radius: 16px;
  }
  .main-visual-catch {
    position: relative;
    margin: -40px -10px 0;
    row-gap: 8px;
    padding: 24px 20px 26px;
    border-radius: 16px;
  }
  .main-visual-catch-title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.52px;
  }
  .main-visual-catch-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}

.c-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(188, 185, 185, 0.5);
}
.c-table th,
.c-table td {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(188, 185, 185, 0.5);
  font-weight: 500;
  vertical-align: middle;
}
.c-table th {
  background: #328f53;
  color: #fcfffe;
  font-weight: 700;
  text-align: center;
}
.c-table td {
  background: #fcfffe;
  color: #283239;
  text-align: left;
}
.c-table tr:last-child th,
.c-table tr:last-child td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-table {
    border-radius: 24px;
  }
  .c-table th,
  .c-table td {
    padding: 20px 32px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .c-table th {
    padding-right: 12px;
    padding-left: 12px;
    width: 334px;
  }
  .c-table tr:first-child th {
    border-top-left-radius: 23px;
  }
  .c-table tr:first-child td {
    border-top-right-radius: 23px;
  }
  .c-table tr:last-child th {
    border-bottom-left-radius: 23px;
  }
  .c-table tr:last-child td {
    border-bottom-right-radius: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c-table {
    border-radius: 16px;
  }
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .c-table tr:first-child th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .c-table tr:last-child td {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.c-table02 {
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(188, 185, 185, 0.5);
}
.c-table02 th,
.c-table02 td {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(188, 185, 185, 0.5);
  text-align: left;
  vertical-align: middle;
}
.c-table02 th:first-child,
.c-table02 td:first-child {
  border-right: 1px solid rgba(188, 185, 185, 0.5);
}
.c-table02 thead th {
  background: #328f53;
  color: #fcfffe;
  font-weight: 700;
}
.c-table02 tbody td {
  color: #283239;
  font-weight: 500;
}
.c-table02 tbody tr:nth-child(odd) td {
  background: #fcfffe;
}
.c-table02 tbody tr:nth-child(even) td {
  background: #f5f8f5;
}
.c-table02 tbody tr:last-child td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-table02 {
    border-radius: 24px;
  }
  .c-table02 th,
  .c-table02 td {
    padding: 20px 40px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .c-table02 tbody td:last-child {
    padding-right: 32px;
    padding-left: 32px;
  }
  .c-table02 th:first-child,
  .c-table02 td:first-child {
    width: 724px;
  }
  .c-table02 thead th:first-child {
    border-top-left-radius: 23px;
  }
  .c-table02 thead th:last-child {
    border-top-right-radius: 23px;
  }
  .c-table02 tbody tr:last-child td:first-child {
    border-bottom-left-radius: 23px;
  }
  .c-table02 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 23px;
  }
}
@media screen and (max-width: 767px) {
  .c-table02 {
    border-radius: 16px;
  }
  .c-table02 th,
  .c-table02 td {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .c-table02 th:first-child,
  .c-table02 td:first-child {
    width: 62%;
  }
  .c-table02 thead th:first-child {
    border-top-left-radius: 15px;
  }
  .c-table02 thead th:last-child {
    border-top-right-radius: 15px;
  }
  .c-table02 tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  .c-table02 tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #283239;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  box-sizing: border-box;
  background: #328f53;
  border-radius: 40px;
}
.c-button .ic-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fcfffe;
  color: #328f53;
}
.c-button .text {
  font-weight: 700;
  letter-spacing: 0;
  color: #fcfffe;
}
@media screen and (min-width: 768px) {
  .c-button {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 12px 16px;
  }
  .c-button:hover {
    opacity: 0.85;
  }
  .c-button .ic-mail {
    width: 30px;
    height: 30px;
  }
  .c-button .ic-mail .bi {
    font-size: 20px;
  }
  .c-button .text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 10px 14px;
  }
  .c-button .ic-mail {
    width: 26px;
    height: 26px;
  }
  .c-button .ic-mail .bi {
    font-size: 17px;
  }
  .c-button .text {
    font-size: 13px;
    line-height: 16px;
  }
}

.c-button-arrow {
  display: inline-flex;
  align-items: center;
  color: #283239;
}
.c-button-arrow .text {
  padding: 2px 0 1px;
  border-bottom: 1px solid #283239;
  font-weight: 700;
  color: #283239;
}
.c-button-arrow .ic-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #89c405;
  color: #fcfffe;
}
.c-button-arrow.is-white .text {
  border-bottom-color: #fcfffe;
  color: #fcfffe;
}
.c-button-arrow.is-white .ic-arrow {
  background: #fcfffe;
  color: #89c405;
}
.c-button-arrow.is-icon .text {
  display: inline-flex;
  align-items: center;
}
.c-button-arrow.is-icon .ic-map {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .c-button-arrow .text {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .c-button-arrow .ic-arrow {
    width: 40px;
    height: 40px;
  }
  .c-button-arrow .ic-arrow .bi {
    font-size: 22px;
  }
  .c-button-arrow.is-icon {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .c-button-arrow.is-icon .text {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 2px;
  }
  .c-button-arrow.is-icon .ic-map {
    width: 16px;
    height: 16px;
  }
  .c-button-arrow.is-icon .ic-map .bi {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-arrow {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .c-button-arrow .text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .c-button-arrow .ic-arrow {
    width: 34px;
    height: 34px;
  }
  .c-button-arrow .ic-arrow .bi {
    font-size: 19px;
  }
  .c-button-arrow.is-icon {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .c-button-arrow.is-icon .text {
    -moz-column-gap: 6px;
         column-gap: 6px;
    padding: 0 0 2px;
  }
  .c-button-arrow.is-icon .ic-map {
    width: 15px;
    height: 15px;
  }
  .c-button-arrow.is-icon .ic-map .bi {
    font-size: 15px;
  }
}

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

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

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

/*下層ページ共通のサブビジュアル
=========================================================*/
.sub-visual {
  position: relative;
  background: #ebeeed;
}
.sub-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/sub-visual-bg.jpg") no-repeat center/cover;
  mix-blend-mode: darken;
  opacity: 0.12;
}
.sub-visual-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sub-visual-icon img {
  display: block;
}
.sub-visual-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #328f53;
}
.sub-visual-title .main {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
.sub-visual-title .sub {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 300px;
  }
  .sub-visual-inner {
    row-gap: 8px;
  }
  .sub-visual-icon img {
    width: 70px;
    height: 32px;
  }
  .sub-visual-title {
    row-gap: 8px;
  }
  .sub-visual-title .main {
    font-size: 48px;
    line-height: 76.8px;
    letter-spacing: 0.96px;
    margin-right: -0.96px;
  }
  .sub-visual-title .sub {
    position: relative;
    top: 1px;
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0.72px;
    margin-right: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 180px;
  }
  .sub-visual-inner {
    row-gap: 6px;
  }
  .sub-visual-icon img {
    width: 52px;
    height: 24px;
  }
  .sub-visual-title {
    row-gap: 4px;
  }
  .sub-visual-title .main {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 0.56px;
    margin-right: -0.56px;
  }
  .sub-visual-title .sub {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
    margin-right: -0.56px;
  }
}

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

.c-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-tel-text {
  font-weight: 700;
  color: #283239;
  text-align: center;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
}
.c-tel-number .ic-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #89c405;
  color: #fcfffe;
}
.c-tel-number .number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .c-tel-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-bottom: -8px;
  }
  .c-tel-number {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .c-tel-number .ic-tel {
    width: 30px;
    height: 30px;
  }
  .c-tel-number .ic-tel .bi {
    font-size: 20px;
  }
  .c-tel-number .number {
    font-size: 28px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-text {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.24px;
    margin-bottom: 2px;
  }
  .c-tel-number {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .c-tel-number .ic-tel {
    width: 26px;
    height: 26px;
  }
  .c-tel-number .ic-tel .bi {
    font-size: 14px;
  }
  .c-tel-number .number {
    font-size: 22px;
    line-height: 32px;
  }
}

.c-title {
  display: flex;
  flex-direction: column;
}
.c-title .main {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
.c-title .main .accent {
  color: #328f53;
}
.c-title .sub {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #328f53;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 64px;
  }
  .c-title .main {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.8px;
  }
  .c-title .sub {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.96px;
  }
  .c-title.text-c .main {
    margin-right: -0.8px;
  }
  .c-title.text-c .sub {
    margin-right: -0.96px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .main {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.52px;
  }
  .c-title .sub {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.72px;
  }
  .c-title.text-c .main {
    margin-right: -0.52px;
  }
  .c-title.text-c .sub {
    margin-right: -0.72px;
  }
}

.title01 {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
  text-spacing-trim: space-all;
}
.title01::after {
  content: "";
  display: block;
  background: #328f53;
}
@media screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .title01::after {
    width: 56px;
    height: 2px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .title01::after {
    width: 44px;
    height: 2px;
    margin: 12px auto 0;
  }
}

.title02 {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
.title02::before {
  content: "";
  flex-shrink: 0;
  background: #328f53;
}
@media screen and (min-width: 768px) {
  .title02 {
    margin-bottom: 24px;
    -moz-column-gap: 16px;
         column-gap: 16px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .title02::before {
    width: 4px;
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    margin-bottom: 20px;
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .title02::before {
    width: 4px;
    height: 20px;
  }
}

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

/*top-about
=========================================================*/
.top-about {
  background: #fcfffe;
}
.top-about-img {
  overflow: hidden;
}
.top-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about-body {
  box-sizing: border-box;
  background: #ebeeed;
}
.top-about-body-title {
  color: #283239;
  font-weight: 700;
  margin-right: -0.52em;
}
.top-about-body-title .accent {
  color: #328f53;
}
.top-about-body-title::after {
  content: "";
  display: block;
  background: #328f53;
}
.top-about-body-name .role {
  color: #283239;
  font-weight: 500;
}
.top-about-body-name .name {
  display: flex;
  align-items: flex-end;
}
.top-about-body-name .name .ja {
  color: #283239;
  font-weight: 700;
}
.top-about-body-name .name .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #328f53;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 80px 0 120px;
  }
  .top-about-container {
    position: relative;
    box-sizing: border-box;
    min-height: 479px;
    padding-top: 178px;
  }
  .top-about-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 479px;
    border-radius: 24px;
  }
  .top-about .c-title {
    position: absolute;
    top: 0;
    left: 2px;
    margin-bottom: 0;
  }
  .top-about-body {
    position: relative;
    width: 700px;
    padding: 40px 64px;
    border-radius: 24px;
  }
  .top-about-body-title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 0.64px;
  }
  .top-about-body-title::after {
    width: 56px;
    height: 2px;
    margin-top: 8px;
  }
  .top-about-body-name {
    margin-bottom: 40px;
  }
  .top-about-body-name .role {
    margin-bottom: -4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .top-about-body-name .name {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top-about-body-name .name .ja {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .top-about-body-name .name .en {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 50px 0 60px;
  }
  .top-about .c-title {
    margin-bottom: 20px;
  }
  .top-about-img {
    width: 100%;
    height: 260px;
    border-radius: 16px;
    margin-bottom: 15px;
  }
  .top-about-body {
    width: 100%;
    margin-top: -30px;
    padding: 30px 20px;
    border-radius: 0 0 16px 16px;
  }
  .top-about-body-title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.42px;
  }
  .top-about-body-title br {
    display: none;
  }
  .top-about-body-title::after {
    width: 44px;
    height: 2px;
    margin-top: 8px;
  }
  .top-about-body-name {
    margin-bottom: 24px;
  }
  .top-about-body-name .role {
    margin-bottom: -2px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .top-about-body-name .name {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .top-about-body-name .name .ja {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.68px;
  }
  .top-about-body-name .name .en {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.52px;
  }
}

/*top-trouble
=========================================================*/
.top-trouble-head {
  background: #ebeeed;
  overflow: hidden;
}
.top-trouble-container {
  display: flex;
}
.top-trouble-item-img {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #fcfffe;
}
.top-trouble-item-img img {
  position: absolute;
}
.top-trouble-item-title {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfffe;
  border: 2px solid #328f53;
  color: #328f53;
  font-weight: 700;
  text-align: center;
}
.top-trouble-item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-trouble-item-list-item {
  display: flex;
  align-items: center;
}
.top-trouble-item-list-item .ic-check {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fcfffe;
  border: 1px solid #283239;
  color: #328f53;
}
.top-trouble-item-list-item .text {
  color: #283239;
  font-weight: 500;
}
.top-trouble-message {
  position: relative;
  text-align: center;
  color: #fcfffe;
  background-image: linear-gradient(to right, #60b186 0.27%, #64c04e 50%, #68c405 100%);
}
.top-trouble-message-lead {
  font-weight: 500;
}
.top-trouble-message-main {
  position: relative;
  font-weight: 500;
}
.top-trouble-message-main .strong {
  font-weight: 700;
}
.top-trouble-message-main::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 8px;
  background-image: radial-gradient(circle at 4px 4px, #fcfffe 3.5px, transparent 4px);
  background-repeat: repeat-x;
}
.top-trouble-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #328f53;
}
.top-trouble-arrow .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-trouble {
    overflow: hidden;
  }
  .top-trouble-head {
    padding: 96px 0;
  }
  .top-trouble .c-title {
    margin-bottom: 48px;
  }
  .top-trouble-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-trouble-item {
    width: 520px;
  }
  .top-trouble-item-img {
    width: 520px;
    height: 280px;
    margin-bottom: 16px;
    border-radius: 24px;
  }
  .top-trouble-item-title {
    min-height: 38px;
    margin-bottom: 16px;
    border-radius: 24px;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.48px;
  }
  .top-trouble-item-list {
    row-gap: 8px;
  }
  .top-trouble-item-list-item {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top-trouble-item-list-item .ic-check {
    width: 18px;
    height: 18px;
    border-radius: 4px;
  }
  .top-trouble-item-list-item .ic-check .bi {
    font-size: 18px;
    -webkit-text-stroke: 0.4px currentColor;
  }
  .top-trouble-item-list-item .text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .top-trouble-item:nth-of-type(1) img {
    top: 19.56%;
    left: 32.76%;
    width: 34.54%;
    height: 80.49%;
  }
  .top-trouble-item:nth-of-type(2) img {
    top: 12.92%;
    left: 25.84%;
    width: 49.97%;
    height: 90.7%;
  }
  .top-trouble-message {
    padding: 80px 0;
  }
  .top-trouble-message-lead {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .top-trouble-message-main {
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 0.96px;
    margin-right: -0.8px;
  }
  .top-trouble-message-main .text {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.8px;
  }
  .top-trouble-message-main::before {
    top: 0;
    width: 200px;
    margin-left: -245px;
    background-size: 48px 8px;
  }
  .top-trouble-arrow {
    top: -28px;
    row-gap: 5px;
  }
  .top-trouble-arrow .bi {
    width: 52px;
    height: 26px;
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .top-trouble-head {
    padding: 50px 0;
  }
  .top-trouble .c-title {
    margin-bottom: 30px;
  }
  .top-trouble-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-trouble-item {
    width: 100%;
  }
  .top-trouble-item-img {
    width: 100%;
    height: 200px;
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .top-trouble-item-title {
    min-height: 34px;
    margin-bottom: 12px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
  .top-trouble-item-list {
    row-gap: 6px;
  }
  .top-trouble-item-list-item {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-trouble-item-list-item .ic-check {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
  .top-trouble-item-list-item .ic-check .bi {
    font-size: 14px;
  }
  .top-trouble-item-list-item .text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-trouble-item:nth-of-type(1) img {
    top: 19.56%;
    left: 32.76%;
    width: 34.54%;
    height: 80.49%;
  }
  .top-trouble-item:nth-of-type(2) img {
    top: 12.92%;
    left: 25.84%;
    width: 49.97%;
    height: 90.7%;
  }
  .top-trouble-message {
    padding: 44px 5% 46px;
  }
  .top-trouble-message-lead {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .top-trouble-message-main {
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.48px;
  }
  .top-trouble-message-main .text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .top-trouble-message-main::before {
    top: 2px;
    width: 100px;
    margin-left: -122px;
    background-size: 24px 8px;
    background-image: radial-gradient(circle at 2px 2px, #fcfffe 1.6px, transparent 2px);
    height: 4px;
  }
  .top-trouble-arrow {
    top: -16px;
  }
  .top-trouble-arrow .bi {
    width: 32px;
    height: 16px;
    font-size: 32px;
  }
}

/*top-reason
=========================================================*/
.top-reason {
  background: #fcfffe;
}
.top-reason-item {
  position: relative;
  display: flex;
  align-items: center;
}
.top-reason-item.is-reverse {
  flex-direction: row-reverse;
}
.top-reason-item-num {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #e3f2e0;
  opacity: 0.48;
  white-space: nowrap;
}
.top-reason-item-img, .top-reason-item-body {
  position: relative;
  z-index: 1;
}
.top-reason-item-img {
  flex-shrink: 0;
  overflow: hidden;
}
.top-reason-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-reason-item-body {
  flex: 1 0 0;
  min-width: 0;
}
.top-reason-item-title {
  font-weight: 700;
  color: #283239;
}
.top-reason-item-title .accent {
  color: #328f53;
}
.top-reason-item-text {
  color: #283239;
  font-weight: 500;
  text-spacing-trim: space-all;
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding: 120px 0;
  }
  .top-reason-container {
    display: flex;
    flex-direction: column;
    row-gap: 72px;
    margin-bottom: 80px;
  }
  .top-reason-item {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .top-reason-item-num {
    top: -36.5px;
    left: 969px;
    font-size: 264px;
    letter-spacing: 5.28px;
  }
  .top-reason-item.is-reverse .top-reason-item-num {
    left: 0;
  }
  .top-reason-item-img {
    width: 520px;
    height: 347px;
    border-radius: 24px;
  }
  .top-reason-item-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .top-reason-item-text {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0;
  }
  .top-reason-container {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .top-reason-item {
    flex-direction: column;
    align-items: stretch;
    row-gap: 16px;
  }
  .top-reason-item.is-reverse {
    flex-direction: column;
  }
  .top-reason-item-num {
    display: none;
  }
  .top-reason-item-img {
    width: 100%;
    height: 220px;
    border-radius: 16px;
  }
  .top-reason-item-title {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.38px;
  }
  .top-reason-item-title br {
    display: none;
  }
  .top-reason-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

/*top-service
=========================================================*/
.top-service {
  position: relative;
  background: #ebeeed;
}
.top-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-paper.jpg") no-repeat center/cover;
  opacity: 0.2;
}
.top-service .widebox {
  position: relative;
  z-index: 1;
}
.top-service-lead {
  text-align: center;
  color: #283239;
  font-weight: 500;
}
.top-service-group-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #283239;
}
.top-service-group-title::before {
  content: "";
  flex-shrink: 0;
  width: 4px;
  height: 23px;
  background: #328f53;
}
.top-service-container {
  display: flex;
  flex-wrap: wrap;
}
.top-service-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fcfffe;
}
.top-service-item-icon {
  display: block;
  width: auto;
}
.top-service-item-title {
  color: #328f53;
  font-weight: 700;
  text-align: center;
}
.top-service-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #283239;
  font-weight: 500;
  text-align: center;
}
.top-service-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #283239;
  font-weight: 500;
}
.top-service-item-link a {
  display: flex;
  align-items: center;
}
.top-service-item-link a .label,
.top-service-item-link a .bi {
  color: #328f53;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 120px 0;
  }
  .top-service .c-title {
    margin-bottom: 24px;
  }
  .top-service-lead {
    margin-bottom: 64px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin-right: -0.72px;
  }
  .top-service-group {
    margin-bottom: 80px;
  }
  .top-service-group-title {
    margin-bottom: 24px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .top-service-group-row {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 80px;
  }
  .top-service-group-row .top-service-group {
    width: 620px;
    margin-bottom: 0;
  }
  .top-service-container {
    gap: 40px;
  }
  .top-service-item {
    width: 400px;
    row-gap: 8px;
    padding: 24px 32px;
    border-radius: 24px;
    box-shadow: 2px 4px 3px #e5e8e2;
  }
  .top-service-item.is-wide {
    width: 620px;
  }
  .top-service-item-icon {
    height: 100px;
  }
  .top-service-item-title {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.36px;
    margin-right: -0.36px;
  }
  .top-service-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
    margin-right: -0.64px;
  }
  .top-service-item-link {
    -moz-column-gap: 2px;
         column-gap: 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .top-service-item-link a {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .top-service-item-link a .bi {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service .c-title {
    margin-bottom: 16px;
  }
  .top-service-lead {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-service-group {
    margin-bottom: 40px;
  }
  .top-service-group-title {
    margin-bottom: 16px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.38px;
  }
  .top-service-group-title::before {
    height: 19px;
  }
  .top-service-group-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .top-service-group-row .top-service-group:last-child {
    margin-bottom: 0;
  }
  .top-service-container {
    gap: 20px;
  }
  .top-service-item {
    width: 100%;
    row-gap: 8px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 2px 4px 3px #e5e8e2;
  }
  .top-service-item.is-wide {
    width: 100%;
  }
  .top-service-item-icon {
    height: 80px;
  }
  .top-service-item-title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.34px;
  }
  .top-service-item-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .top-service-item-link {
    -moz-column-gap: 2px;
         column-gap: 2px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .top-service-item-link a {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .top-service-item-link a .bi {
    font-size: 13px;
  }
}

/*top-voice
=========================================================*/
.top-voice {
  background: #fcfffe;
}
.top-voice-container {
  display: flex;
  align-items: flex-start;
}
.top-voice-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #283239;
}
.top-voice-item-img {
  position: relative;
  width: 100%;
}
.top-voice-item-tag {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.top-voice-item-tag-item {
  box-sizing: border-box;
  background: #fcfffe;
  border: 1px solid #328f53;
  color: #328f53;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.top-voice-item-title {
  color: #283239;
  font-weight: 500;
}
.top-voice-item-client {
  background: #e3f2e0;
  color: #283239;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-voice {
    padding: 120px 0;
  }
  .top-voice-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 80px;
  }
  .top-voice-item {
    width: 400px;
  }
  .top-voice-item a {
    row-gap: 16px;
    transition: 0.2s opacity ease-in;
  }
  .top-voice-item a:hover {
    opacity: 0.8;
  }
  .top-voice-item .com-img {
    width: 100%;
    height: 240px;
    border-radius: 24px;
  }
  .top-voice-item-tag {
    top: 12px;
    left: 12px;
    right: 12px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 6px;
  }
  .top-voice-item-tag-item {
    padding: 3px 19px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .top-voice-item-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .top-voice-item-client {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 60px 0;
  }
  .top-voice-container {
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 40px;
  }
  .top-voice-item {
    width: 100%;
  }
  .top-voice-item a {
    row-gap: 12px;
  }
  .top-voice-item .com-img {
    width: 100%;
    aspect-ratio: 400/240;
    border-radius: 16px;
  }
  .top-voice-item-tag {
    top: 10px;
    left: 10px;
    right: 10px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 6px;
  }
  .top-voice-item-tag-item {
    padding: 2px 15px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .top-voice-item-title {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-voice-item-client {
    padding: 2px 4px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
}

/*top-price
=========================================================*/
.top-price {
  background: #fcfffe;
}
.top-price-text {
  text-align: center;
}
.top-price-container {
  display: flex;
  justify-content: center;
  background: #ebeeed;
}
.top-price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-price-item-icon {
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fcfffe;
}
.top-price-item-icon img {
  position: absolute;
}
.top-price-item-icon .step {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #89c405;
}
.top-price-item-title {
  font-weight: 700;
  color: #283239;
  text-align: center;
}
.top-price-arrow {
  display: flex;
  justify-content: center;
  color: #328f53;
}
.top-price-arrow .bi {
  display: flex;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-price {
    padding: 80px 0 120px;
  }
  .top-price .c-title {
    margin-bottom: 24px;
  }
  .top-price-text {
    width: 856.72px;
    margin: 0 auto 64px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .top-price-container {
    -moz-column-gap: 45px;
         column-gap: 45px;
    align-items: flex-start;
    padding: 56px 0;
    margin-bottom: 80px;
    border-radius: 24px;
  }
  .top-price-item {
    width: 224px;
    row-gap: 16px;
  }
  .top-price-item-icon {
    width: 224px;
    height: 224px;
  }
  .top-price-item-icon .step {
    top: 36px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-right: -0.32px;
  }
  .top-price-item-title {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.8px;
    margin-right: -0.8px;
  }
  .top-price-item:nth-of-type(1) img {
    top: 72px;
    left: 40px;
    width: 143px;
    height: 99px;
  }
  .top-price-item:nth-of-type(2) img {
    top: 71px;
    left: 69px;
    width: 86px;
    height: 111px;
  }
  .top-price-item:nth-of-type(3) img {
    top: 68px;
    left: 40px;
    width: 148px;
    height: 108px;
  }
  .top-price-arrow {
    width: 60px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    align-self: flex-start;
    margin-top: 97px;
  }
  .top-price-arrow .bi {
    width: 26px;
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .top-price {
    padding: 60px 0 80px;
  }
  .top-price .c-title {
    margin-bottom: 20px;
  }
  .top-price-text {
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-price-text br {
    display: none;
  }
  .top-price-container {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    padding: 40px 20px;
    margin-bottom: 50px;
    border-radius: 16px;
  }
  .top-price-item {
    row-gap: 10px;
  }
  .top-price-item-icon {
    width: 224px;
    height: 224px;
  }
  .top-price-item-icon .step {
    top: 36px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
    margin-right: -0.32px;
  }
  .top-price-item-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin-right: -0.72px;
  }
  .top-price-item:nth-of-type(1) img {
    top: 72px;
    left: 40px;
    width: 143px;
    height: 99px;
  }
  .top-price-item:nth-of-type(2) img {
    top: 71px;
    left: 69px;
    width: 86px;
    height: 111px;
  }
  .top-price-item:nth-of-type(3) img {
    top: 68px;
    left: 40px;
    width: 148px;
    height: 108px;
  }
  .top-price-arrow {
    -moz-column-gap: 5px;
         column-gap: 5px;
    transform: rotate(90deg);
  }
  .top-price-arrow .bi {
    width: 17px;
    font-size: 34px;
  }
}

/*top-column
=========================================================*/
.top-column {
  position: relative;
  background: #ebeeed;
}
.top-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-paper.jpg") no-repeat center/cover;
  opacity: 0.2;
}
.top-column .widebox {
  position: relative;
  z-index: 1;
}
.top-column-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-column-head .c-title {
  margin-bottom: 0;
}
.top-column-list {
  display: flex;
}
.top-column-list a {
  display: block;
  color: #283239;
}
.top-column-list .com-img {
  width: 100%;
}
.top-column-list .post-date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #328f53;
}
.top-column-list-item-title {
  font-weight: 500;
  color: #283239;
  text-align: justify;
}
.top-column-list-item-text {
  border-top: 1px solid #bcb9b9;
  font-weight: 500;
  color: #283239;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 120px 0;
  }
  .top-column-head {
    margin-bottom: 64px;
  }
  .top-column-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list a {
    transition: 0.2s opacity ease-in;
  }
  .top-column-list a:hover {
    opacity: 0.8;
  }
  .top-column-list .com-img {
    height: 285px;
    margin-bottom: 16px;
    border-radius: 24px;
  }
  .top-column-list .post-date {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .top-column-list-item {
    width: 400px;
  }
  .top-column-list-item-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .top-column-list-item-text {
    padding-top: 7px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0;
  }
  .top-column-head {
    margin-bottom: 30px;
    align-items: center;
  }
  .top-column-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-column-list .com-img {
    aspect-ratio: 400/285;
    margin-bottom: 12px;
    border-radius: 16px;
  }
  .top-column-list .post-date {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .top-column-list-item {
    width: 100%;
  }
  .top-column-list-item-title {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-column-list-item-text {
    padding-top: 7px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
}

/*top-news
=========================================================*/
.top-news {
  background: #fcfffe;
}
.top-news-head .c-title {
  margin-bottom: 0;
}
.top-news-list-item {
  border-bottom: 1px solid #bcb9b9;
}
.top-news-list-item a {
  display: block;
  color: #283239;
}
.top-news-list-item .post-date {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #328f53;
}
.top-news-list-item-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-news-list-item-ttl .bi {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #283239;
}
.top-news-list-item-title {
  flex: 1;
  min-width: 0;
  font-weight: 500;
  color: #283239;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 120px 0;
  }
  .top-news .inbox {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 138px;
         column-gap: 138px;
  }
  .top-news-head {
    width: 179px;
    flex-shrink: 0;
  }
  .top-news-head .c-title {
    margin-bottom: 112px;
  }
  .top-news-list {
    flex: 1;
    min-width: 0;
  }
  .top-news-list-item a {
    padding: 24px 0 23px;
    transition: 0.2s opacity ease-in;
  }
  .top-news-list-item a:hover {
    opacity: 0.8;
  }
  .top-news-list-item .post-date {
    margin-bottom: -5px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .top-news-list-item-ttl {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .top-news-list-item-ttl .bi {
    width: 25px;
    height: 22px;
    font-size: 25px;
  }
  .top-news-list-item-title {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: -7px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item a {
    padding: 16px 0 15px;
  }
  .top-news-list-item .post-date {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .top-news-list-item-ttl {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .top-news-list-item-ttl .bi {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
  .top-news-list-item-title {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
}

/*代表挨拶
=========================================================*/
.about-message {
  background: #fcfffe;
}
.about-message-container {
  display: flex;
  align-items: center;
}
.about-message-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.about-message-title {
  position: relative;
  align-self: stretch;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
.about-message-title .accent {
  color: #328f53;
}
.about-message-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #328f53;
}
.about-message-text {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  text-spacing-trim: space-all;
}
.about-message-name {
  display: flex;
  flex-direction: column;
}
.about-message-name .name {
  display: flex;
  align-items: flex-end;
}
.about-message-name .ja {
  font-weight: 700;
  color: #283239;
}
.about-message-name .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #328f53;
}
.about-message-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 768px) {
  .about-message {
    padding: 100px 0 120px;
  }
  .about-message-container {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .about-message-body {
    width: 610px;
  }
  .about-message-title {
    padding-bottom: 34px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 51.2px;
    letter-spacing: 0.64px;
  }
  .about-message-title::after {
    width: 56px;
    height: 2px;
  }
  .about-message-text {
    row-gap: 20px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.64px;
  }
  .about-message-name {
    row-gap: 4px;
  }
  .about-message-name .role {
    position: relative;
    top: 1px;
    font-size: 14px;
    line-height: 22.4px;
    letter-spacing: 0.56px;
  }
  .about-message-name .name {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .about-message-name .ja {
    margin-right: -0.72px;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.72px;
  }
  .about-message-name .en {
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 0.56px;
  }
  .about-message-img img {
    width: 390px;
    height: 520px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-message {
    padding: 60px 0 70px;
  }
  .about-message-container {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 32px;
  }
  .about-message-body {
    width: 100%;
  }
  .about-message-title {
    padding-bottom: 26px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 35.2px;
    letter-spacing: 0.44px;
  }
  .about-message-title::after {
    width: 44px;
    height: 2px;
  }
  .about-message-text {
    row-gap: 16px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-message-name {
    row-gap: 4px;
  }
  .about-message-name .role {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .about-message-name .name {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .about-message-name .ja {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.68px;
  }
  .about-message-name .en {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.52px;
  }
  .about-message-img img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }
}

/*事務所概要（OUTLINE）
=========================================================*/
.about-outline {
  position: relative;
  background: #ebeeed;
}
.about-outline::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-paper-wide.jpg") no-repeat center/cover;
  opacity: 0.2;
}
.about-outline .inbox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about-outline {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-outline {
    padding: 60px 0;
  }
}

/*アクセス（ACCESS）
=========================================================*/
.about-access {
  background: #fcfffe;
}
.about-access-name {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
.about-access-info {
  display: flex;
  align-items: flex-end;
}
.about-access-info-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 0;
}
.about-access-tag {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #328f53;
  border-radius: 4px;
  color: #328f53;
}
.about-access-tag .ic-car {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-access-map {
  overflow: hidden;
}
.about-access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (min-width: 768px) {
  .about-access {
    padding: 120px 0;
  }
  .about-access-name {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 38.4px;
    letter-spacing: 0.48px;
  }
  .about-access-address {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.64px;
  }
  .about-access-info {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 32px;
  }
  .about-access-info-body {
    row-gap: 4px;
  }
  .about-access-tag {
    padding: 0 8px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .about-access-tag .label {
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.64px;
  }
  .about-access-tag .ic-car {
    width: 18px;
    height: 18px;
  }
  .about-access-tag .ic-car .bi {
    font-size: 18px;
  }
  .about-access-note {
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: 0.64px;
  }
  .about-access-map {
    height: 350px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .about-access {
    padding: 60px 0;
  }
  .about-access-name {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .about-access-address {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-access-info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    margin-bottom: 24px;
  }
  .about-access-info-body {
    row-gap: 4px;
    width: 100%;
  }
  .about-access-tag {
    padding: 0 8px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .about-access-tag .label {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .about-access-tag .ic-car {
    width: 16px;
    height: 16px;
  }
  .about-access-tag .ic-car .bi {
    font-size: 16px;
  }
  .about-access-note {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-access-map {
    height: 260px;
    border-radius: 16px;
  }
}

/*取扱業務一覧
=========================================================*/
.service-list {
  background: #fcfffe;
  text-spacing-trim: space-all;
}
.service-list-head {
  margin-left: auto;
  margin-right: auto;
}
.service-list-lead {
  text-align: center;
}
.service-list-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list-anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fcfffe;
  border: 1px solid #89c405;
  border-radius: 28px;
}
.service-list-anchor .text {
  font-weight: 700;
  color: #283239;
}
.service-list-anchor .ic-down {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #283239;
}
.service-list-anchor .ic-down .bi {
  line-height: 1;
}
.service-list-container {
  display: flex;
  flex-wrap: wrap;
}
.service-list-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #e3f2e0;
}
.service-list-item-head {
  display: flex;
  align-items: center;
}
.service-list-item-icon {
  position: relative;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fcfffe;
}
.service-list-item-icon img {
  position: absolute;
  display: block;
}
.service-list-item-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
.service-list-item-note .link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #328f53;
  color: #328f53;
}
.service-list-work {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-list-work-title {
  display: inline-flex;
  align-items: center;
  border-left: 3px solid #0c7745;
  font-weight: 700;
  color: #283239;
}
.service-list-work-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.service-list-work-list {
  display: flex;
  flex-wrap: wrap;
}
.service-list-work-list li {
  background: #f5f8f5;
}
@media screen and (min-width: 768px) {
  .service-list {
    padding: 100px 0;
  }
  .service-list-head {
    width: 783px;
    margin-bottom: 60px;
  }
  .service-list-lead {
    margin-right: -0.64px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .service-list-anchor {
    gap: 20px;
  }
  .service-list-anchor a {
    -moz-column-gap: 12px;
         column-gap: 12px;
    width: 240px;
    padding: 10px 12px;
  }
  .service-list-anchor .text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .service-list-anchor .ic-down {
    width: 10px;
    height: 10px;
  }
  .service-list-anchor .ic-down .bi {
    font-size: 11px;
  }
  .service-list-group {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .service-list-container {
    gap: 40px;
  }
  .service-list-item {
    row-gap: 16px;
    width: 520px;
    padding: 24px 32px 28px;
    border-radius: 24px;
  }
  .service-list-item-head {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .service-list-item-icon {
    width: 100px;
    height: 100px;
  }
  .service-list-item-title {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .service-list-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .service-list-item-note {
    margin-top: -6px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .service-list-item-note .link {
    margin: 0 2px;
  }
  .service-list-work {
    row-gap: 12px;
  }
  .service-list-work-title {
    padding: 0 0 2px 12px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.64px;
  }
  .service-list-work-body {
    gap: 6px;
  }
  .service-list-work-body .etc {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.48px;
  }
  .service-list-work-list {
    gap: 8px;
  }
  .service-list-work-list li {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .service-list-work-list .small {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 767px) {
  .service-list {
    padding: 60px 0;
  }
  .service-list-head {
    width: 100%;
    margin-bottom: 40px;
  }
  .service-list-lead {
    margin-right: -0.6px;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .service-list-anchor {
    gap: 12px;
  }
  .service-list-anchor-item {
    width: 100%;
  }
  .service-list-anchor a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    padding: 9px 12px;
  }
  .service-list-anchor .text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .service-list-anchor .ic-down {
    width: 10px;
    height: 10px;
  }
  .service-list-anchor .ic-down .bi {
    font-size: 11px;
  }
  .service-list-group {
    margin-bottom: 56px;
  }
  .service-list-container {
    gap: 24px;
  }
  .service-list-item {
    row-gap: 14px;
    width: 100%;
    padding: 20px 20px 24px;
    border-radius: 20px;
  }
  .service-list-item-head {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .service-list-item-icon {
    width: 76px;
    height: 76px;
  }
  .service-list-item-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .service-list-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .service-list-item-note {
    margin-top: -6px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .service-list-item-note .link {
    margin: 0 2px;
  }
  .service-list-work {
    row-gap: 10px;
  }
  .service-list-work-title {
    padding: 0 0 2px 10px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.6px;
  }
  .service-list-work-body {
    gap: 6px;
  }
  .service-list-work-body .etc {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.48px;
  }
  .service-list-work-list {
    gap: 6px;
  }
  .service-list-work-list li {
    padding: 2px 4px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .service-list-work-list .small {
    font-size: 11px;
    line-height: 21px;
    letter-spacing: 0.44px;
  }
}

.service-list-item-icon.is-01 img {
  left: 6.94%;
  top: 17.01%;
  width: 86.09%;
  height: 65.22%;
}
.service-list-item-icon.is-02 img {
  left: 16.2%;
  top: 14.15%;
  width: 67.44%;
  height: 67.44%;
}
.service-list-item-icon.is-03 img {
  left: 14.4%;
  top: 14.12%;
  width: 71.66%;
  height: 71.66%;
}
.service-list-item-icon.is-04 img {
  left: 6.04%;
  top: 17.03%;
  width: 87.16%;
  height: 66.03%;
}
.service-list-item-icon.is-05 img {
  left: 14.22%;
  top: 16.22%;
  width: 70.89%;
  height: 70.89%;
}
.service-list-item-icon.is-06 img {
  left: 19.37%;
  top: 18.97%;
  width: 61.94%;
  height: 61.94%;
}
.service-list-item-icon.is-07 img {
  left: 15.26%;
  top: 15.29%;
  width: 69.51%;
  height: 69.51%;
}
.service-list-item-icon.is-08 img {
  left: 16.61%;
  top: 28.35%;
  width: 67.11%;
  height: 42.71%;
}
.service-list-item-icon.is-09 img {
  left: 15.64%;
  top: 15.68%;
  width: 68.98%;
  height: 68.98%;
}

/*料金ページへの導線バンド
=========================================================*/
.service-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #60b186 0.27%, #64c04e 50%, #68c405 100%);
}
.service-price-text {
  font-weight: 700;
  text-align: center;
  color: #fcfffe;
}
@media screen and (min-width: 768px) {
  .service-price {
    row-gap: 16px;
    padding: 40px 0;
    border-radius: 24px;
  }
  .service-price-text {
    margin-right: -0.36px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 767px) {
  .service-price {
    row-gap: 16px;
    padding: 32px 20px;
    border-radius: 20px;
  }
  .service-price-text {
    margin-right: -0.32px;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.32px;
  }
}

/*解決事例一覧
=========================================================*/
.case-list {
  background: #fcfffe;
  text-spacing-trim: space-all;
}
.case-list-lead {
  color: #283239;
  font-weight: 500;
  text-align: center;
}
.case-list-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.case-list-tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fcfffe;
  border: 1px solid #bcb9b9;
  border-radius: 100px;
  color: #283239;
  font-weight: 700;
}
.case-list-tab .is-active {
  background: #89c405;
  border-width: 2px;
  border-color: #89c405;
  color: #fcfffe;
}
.case-list-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.case-list-item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.case-list-item-img {
  position: relative;
  width: 100%;
}
.case-list-item-tag {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.case-list-item-tag-item {
  box-sizing: border-box;
  background: #fcfffe;
  border: 1px solid #328f53;
  color: #328f53;
  font-weight: 700;
  text-align: center;
}
.case-list-item-title {
  width: 100%;
  color: #283239;
  font-weight: 500;
}
.case-list-item-client {
  background: #e3f2e0;
  color: #283239;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .case-list {
    padding: 100px 0 120px;
  }
  .case-list-head {
    margin-bottom: 60px;
  }
  .case-list-lead {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
    margin-right: -0.64px;
  }
  .case-list-tab {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 12px;
  }
  .case-list-tab a {
    min-width: 240px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.3px;
  }
  .case-list-container {
    -moz-column-gap: 42px;
         column-gap: 42px;
    row-gap: 84px;
  }
  .case-list-item {
    width: 332px;
  }
  .case-list-item a {
    row-gap: 16px;
  }
  .case-list-item .com-img {
    width: 100%;
    height: 199px;
    border-radius: 24px;
  }
  .case-list-item-tag {
    top: 10px;
    left: 10px;
    right: 10px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 6px;
  }
  .case-list-item-tag-item {
    padding: 0 19px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  .case-list-item-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .case-list-item-client {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 767px) {
  .case-list {
    padding: 60px 0;
  }
  .case-list-head {
    margin-bottom: 40px;
  }
  .case-list-lead {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
    margin-right: -0.6px;
  }
  .case-list-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .case-list-tab a {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .case-list-container {
    flex-direction: column;
    row-gap: 40px;
  }
  .case-list-item {
    width: 100%;
  }
  .case-list-item a {
    row-gap: 12px;
  }
  .case-list-item .com-img {
    width: 100%;
    aspect-ratio: 332/199;
    border-radius: 16px;
  }
  .case-list-item-tag {
    top: 8px;
    left: 8px;
    right: 8px;
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 6px;
  }
  .case-list-item-tag-item {
    padding: 0 11px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.26px;
  }
  .case-list-item-title {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .case-list-item-client {
    padding: 2px 4px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
}

/*解決事例 詳細
=========================================================*/
.case-detail {
  display: block;
  background: #fcfffe;
  text-spacing-trim: space-all;
}
.case-detail-meta {
  display: flex;
  align-items: flex-end;
}
.case-detail-date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #283239;
}
.case-detail-tag {
  display: flex;
  flex-wrap: wrap;
}
.case-detail-tag-item {
  box-sizing: border-box;
  background: #fcfffe;
  border: 1px solid #328f53;
  color: #328f53;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.case-detail-title {
  color: #283239;
  font-weight: 700;
  letter-spacing: 0;
}
.case-detail-client {
  display: flex;
  align-items: center;
}
.case-detail-client-label {
  background: #e3f2e0;
  color: #283239;
  font-weight: 500;
}
.case-detail-client-text {
  color: #283239;
  font-weight: 500;
  letter-spacing: 0;
}
.case-detail-img {
  width: 100%;
}
.case-detail-body {
  display: flex;
  flex-direction: column;
}
.case-detail-text-group {
  display: flex;
  flex-direction: column;
}
.case-detail-text {
  color: #283239;
  font-weight: 500;
}
.case-detail-voice {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #f5f8f5;
}
.case-detail-voice-icon {
  position: absolute;
  color: #328f53;
}
.case-detail-voice-icon .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.case-detail-voice-title {
  color: #328f53;
  font-weight: 700;
}
.case-detail-voice-text {
  color: #283239;
  font-weight: 500;
}
.case-detail-button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-detail {
    padding: 100px 0 120px;
  }
  .case-detail-head {
    margin-bottom: 40px;
  }
  .case-detail-meta {
    margin-bottom: 16px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .case-detail-date {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .case-detail-tag {
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 6px;
  }
  .case-detail-tag-item {
    padding: 0 19px;
    border-radius: 16px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  .case-detail-title {
    position: relative;
    top: -2px;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 39px;
  }
  .case-detail-client {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .case-detail-client-label {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .case-detail-client-text {
    position: relative;
    top: -2px;
    font-size: 16px;
    line-height: 19px;
  }
  .case-detail-img {
    height: 608px;
    margin-bottom: 60px;
    border-radius: 24px;
  }
  .case-detail-body {
    row-gap: 65px;
    margin-bottom: 80px;
  }
  .case-detail-text-group {
    row-gap: 16px;
  }
  .case-detail-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .case-detail-voice {
    padding: 24px 40px;
    border-radius: 16px;
    row-gap: 8px;
  }
  .case-detail-voice-icon {
    top: -10px;
    left: 8px;
    width: 40px;
    height: 40px;
  }
  .case-detail-voice-icon .bi {
    font-size: 40px;
  }
  .case-detail-voice-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .case-detail-voice-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .case-detail {
    padding: 60px 0 80px;
  }
  .case-detail-head {
    margin-bottom: 24px;
  }
  .case-detail-meta {
    margin-bottom: 12px;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .case-detail-date {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
  .case-detail-tag {
    -moz-column-gap: 6px;
         column-gap: 6px;
    row-gap: 6px;
  }
  .case-detail-tag-item {
    padding: 0 11px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.26px;
  }
  .case-detail-title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 34px;
  }
  .case-detail-title br {
    display: none;
  }
  .case-detail-client {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .case-detail-client-label {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.48px;
  }
  .case-detail-client-text {
    font-size: 14px;
    line-height: 22px;
  }
  .case-detail-img {
    aspect-ratio: 1080/608;
    margin-bottom: 40px;
    border-radius: 16px;
  }
  .case-detail-body {
    row-gap: 40px;
    margin-bottom: 50px;
  }
  .case-detail-text-group {
    row-gap: 14px;
  }
  .case-detail-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .case-detail-voice {
    padding: 20px;
    border-radius: 12px;
    row-gap: 8px;
  }
  .case-detail-voice-icon {
    top: -8px;
    left: 6px;
    width: 32px;
    height: 32px;
  }
  .case-detail-voice-icon .bi {
    font-size: 32px;
  }
  .case-detail-voice-title {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .case-detail-voice-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

/*料金・ご相談の流れ・FAQ
=========================================================*/
.info-page {
  text-spacing-trim: space-all;
}

/*料金案内 PRICE
=========================================================*/
.info-fee {
  background: #fcfffe;
}
@media screen and (min-width: 768px) {
  .info-fee {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee {
    padding: 60px 0 80px;
  }
}
.info-fee-head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info-fee-head .c-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee-head .c-title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .info-fee-head {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee-head {
    margin-bottom: 40px;
  }
}
.info-fee-lead {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info-fee-lead {
    max-width: 783px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
    position: relative;
    left: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee-lead {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
    text-align: left;
  }
  .info-fee-lead br {
    display: none;
  }
}
.info-fee-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info-fee-container {
    row-gap: 80px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee-container {
    row-gap: 48px;
    margin-bottom: 40px;
  }
}
.info-fee-note {
  box-sizing: border-box;
  border: 1px solid #328f53;
}
.info-fee-note p {
  color: #283239;
}
.info-fee-note p + p {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .info-fee-note {
    border-radius: 12px;
    padding: 12px 40px;
  }
  .info-fee-note p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 767px) {
  .info-fee-note {
    border-radius: 10px;
    padding: 12px 16px;
  }
  .info-fee-note p {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
}

/*ご相談の流れ FLOW
=========================================================*/
.info-flow {
  background: #ebeeed;
}
@media screen and (min-width: 768px) {
  .info-flow {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .info-flow {
    padding: 80px 0;
  }
}
.info-flow-head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info-flow-head .c-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-head .c-title {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .info-flow-head {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-head {
    margin-bottom: 40px;
  }
}
.info-flow-lead {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info-flow-lead {
    max-width: 549.64px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
    position: relative;
    left: 0.32px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-lead {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
    text-align: left;
  }
}
.info-flow-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info-flow-container {
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-container {
    row-gap: 40px;
  }
}
.info-flow-item {
  position: relative;
  display: flex;
}
.info-flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #328f53;
}
@media screen and (min-width: 768px) {
  .info-flow-item {
    align-items: flex-start;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .info-flow-item:not(:last-child)::before {
    top: 92px;
    bottom: -80px;
    left: 46px;
    width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .info-flow-item:not(:last-child)::before {
    content: none;
  }
}
.info-flow-item-body {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .info-flow-item-body {
    width: 534px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-body {
    width: 100%;
  }
}
.info-flow-item-head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .info-flow-item-head {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-head {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.info-flow-item-step {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #328f53;
  border-radius: 50%;
  background: #ebeeed;
  color: #328f53;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
}
.info-flow-item-step .label,
.info-flow-item-step .num {
  display: block;
}
@media screen and (min-width: 768px) {
  .info-flow-item-step {
    width: 93px;
    height: 93px;
    row-gap: 10px;
  }
  .info-flow-item-step .label {
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0.64px;
    margin-right: -0.64px;
  }
  .info-flow-item-step .num {
    font-size: 40px;
    line-height: 28px;
    letter-spacing: 1.6px;
    margin-right: -1.6px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-step {
    width: 72px;
    height: 72px;
    row-gap: 8px;
  }
  .info-flow-item-step .label {
    font-size: 13px;
    line-height: 9px;
    letter-spacing: 0.52px;
    margin-right: -0.52px;
  }
  .info-flow-item-step .num {
    font-size: 30px;
    line-height: 21px;
    letter-spacing: 1.2px;
    margin-right: -1.2px;
  }
}
.info-flow-item-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .info-flow-item-title {
    font-size: 24px;
    line-height: 43px;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-title {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.8px;
  }
}
.info-flow-item-ribbon {
  box-sizing: border-box;
  background: linear-gradient(90deg, #68c405 0%, #64c04e 50%, #60b186 100%);
  color: #fcfffe;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .info-flow-item-ribbon {
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 50%, calc(100% - 24px) 100%, 0 100%);
    width: 413px;
    min-height: 70px;
    margin-left: auto;
    padding: 8px 40px 8px 12px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-ribbon {
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
    margin-top: 12px;
    width: 100%;
    padding: 8px 28px 8px 12px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.64px;
  }
}
.info-flow-item-text {
  color: #283239;
}
@media screen and (min-width: 768px) {
  .info-flow-item-text {
    margin: 18px 0 0 120px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}
.info-flow-item-img .com-img {
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .info-flow-item-img {
    flex: 1 0 0;
    min-width: 0;
  }
  .info-flow-item-img .com-img {
    height: 294px;
  }
}
@media screen and (max-width: 767px) {
  .info-flow-item-img {
    width: 100%;
  }
  .info-flow-item-img .com-img {
    border-radius: 16px;
    height: 0;
    padding-top: 60.5%;
  }
}

/*よくあるご質問 FAQ
=========================================================*/
.info-faq {
  background: #fcfffe;
}
@media screen and (min-width: 768px) {
  .info-faq {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .info-faq {
    padding: 80px 0;
  }
}
.info-faq .c-title {
  text-align: center;
}
.info-faq-item {
  box-sizing: border-box;
  border-top: 1px solid #bcb9b9;
  border-bottom: 1px solid #bcb9b9;
}
.info-faq-item + .info-faq-item {
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .info-faq-item {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item {
    padding: 20px 0;
  }
}
.info-faq-item-question, .info-faq-item-answer {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .info-faq-item-question, .info-faq-item-answer {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item-question, .info-faq-item-answer {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .info-faq-item-answer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item-answer {
    margin-top: 14px;
  }
}
.info-faq-item .mark {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .info-faq-item .mark {
    width: 34px;
    height: 34px;
    padding-left: 0.8px;
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item .mark {
    width: 28px;
    height: 28px;
    padding-left: 0.68px;
    font-size: 17px;
    letter-spacing: 0.68px;
  }
}
.info-faq-item-question .mark {
  background: #328f53;
  color: #fcfffe;
}
@media screen and (min-width: 768px) {
  .info-faq-item-question .mark {
    margin-top: 2px;
  }
}
.info-faq-item-answer .mark {
  border: 1px solid #328f53;
  background: #fcfffe;
  color: #328f53;
}
.info-faq-item-question .text {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .info-faq-item-question .text {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.8px;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item-question .text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.68px;
  }
}
.info-faq-item-answer .text {
  font-weight: 500;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .info-faq-item-answer .text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .info-faq-item-answer .text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

.access {
  background: #fcfffe;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

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

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

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

/*送信完了---------------*/
.complete-box .c-button-container {
  margin-top: 40px;
}
.complete-box .c-button {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .complete-box .c-button-container {
    margin-top: 30px;
  }
  .complete-box .c-button {
    min-width: 240px;
  }
}

.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(40, 50, 57, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #283239;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #283239;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

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

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #328f53;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #328f53;
  font-weight: bold;
}

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

.site-map-list > li {
  border-bottom: 1px solid rgba(40, 50, 57, 0.3);
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #283239;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #283239;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #328f53;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #328f53;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

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

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 180px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(40, 50, 57, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid rgba(40, 50, 57, 0.3);
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
    padding: 20px 45px 20px 5px;
    color: #283239;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: #89c405;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #328f53 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fcfffe;
}
.header-logo img {
  display: block;
  width: 100%;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 107px;
    padding: 24px 2%;
    display: grid;
    grid-template-columns: 11% 1fr;
  }
  .header-logo {
    max-width: 200px;
  }
  .header-right {
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: flex-end;
  }
  .header-right-info {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .header .nav-list {
    -moz-column-gap: 32px;
         column-gap: 32px;
    position: relative;
    top: 1px;
  }
  .header .nav-list-item {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-weight: 700;
  }
  .header .nav-list-item:last-child {
    margin-right: -0.84px;
  }
  .header .nav-list-item a {
    color: #283239;
  }
  .header .nav-list-item a:hover {
    color: #328f53;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    min-height: 70px;
  }
  .header-logo {
    width: 160px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fcfffe;
    box-shadow: 0 -1px 4px rgba(40, 50, 57, 0.12);
  }
  .header-right-info {
    min-height: 64px;
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header-right-info .c-tel {
    width: 45%;
  }
  .header-right-info .c-tel-text {
    display: none;
  }
  .header-right-info .number {
    font-size: 18px;
  }
  .header-right-info .c-button {
    width: 55%;
  }
  .header-right-info .c-button .text {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid rgba(40, 50, 57, 0.3);
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #283239;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #328f53;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*お問い合わせバナー（CONTACT）
=========================================================*/
.l-cta {
  position: relative;
  background: #ebeeed;
}
.l-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/common/bg-paper.jpg") no-repeat center/cover;
  opacity: 0.2;
}
.l-cta .inbox {
  position: relative;
  z-index: 1;
}
.l-cta-container {
  box-sizing: border-box;
  background: #fcfffe;
}
.l-cta-text {
  text-align: center;
  color: #283239;
  font-weight: 500;
}
.l-cta-list-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta-list-item-label {
  display: inline-block;
  font-weight: 700;
  text-align: center;
}
.l-cta-list-item-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: no-repeat center/100% 100%;
}
.l-cta-tel {
  background: #fcfffe;
  border: 2px solid #89c405;
}
.l-cta-tel .l-cta-list-item-label {
  color: #283239;
}
.l-cta-tel .l-cta-list-item-label::after {
  background-image: url("../img/common/cta-line-tel.svg");
}
.l-cta-tel .c-tel-number .number {
  font-family: "Roboto", sans-serif;
}
.l-cta-mail {
  background: #328f53;
}
.l-cta-mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.l-cta-mail .l-cta-list-item-label {
  color: #fcfffe;
}
.l-cta-mail .l-cta-list-item-label::after {
  background-image: url("../img/common/cta-line-mail.svg");
}
.l-cta-mail-text {
  display: flex;
  align-items: center;
}
.l-cta-mail-text .ic-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fcfffe;
  color: #328f53;
}
.l-cta-mail-text .text {
  color: #fcfffe;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 120px 0;
  }
  .l-cta-container {
    padding: 30px 40px;
    border-radius: 24px;
  }
  .l-cta .c-title {
    margin-bottom: 15px;
  }
  .l-cta-text {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
    margin-right: -0.72px;
  }
  .l-cta-list {
    display: flex;
    justify-content: space-between;
  }
  .l-cta-list-item {
    width: 480px;
    border-radius: 24px;
  }
  .l-cta-list-item-label {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
  .l-cta-tel {
    padding: 28px 38px 23px;
  }
  .l-cta-tel .l-cta-list-item-label {
    margin-bottom: -5px;
  }
  .l-cta-tel .c-tel-number {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .l-cta-tel .c-tel-number .ic-tel {
    width: 40px;
    height: 40px;
  }
  .l-cta-tel .c-tel-number .ic-tel .bi {
    font-size: 26px;
  }
  .l-cta-tel .c-tel-number .number {
    font-size: 38px;
    line-height: 61px;
    letter-spacing: 1.52px;
  }
  .l-cta-mail a {
    padding: 30px 40px;
  }
  .l-cta-mail-text {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .l-cta-mail-text .ic-mail {
    width: 40px;
    height: 40px;
  }
  .l-cta-mail-text .ic-mail .bi {
    font-size: 24px;
  }
  .l-cta-mail-text .text {
    font-size: 32px;
    line-height: 51px;
    letter-spacing: 1.28px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 50px 0;
  }
  .l-cta-container {
    padding: 25px 20px;
    border-radius: 16px;
  }
  .l-cta .c-title {
    margin-bottom: 12px;
  }
  .l-cta-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .l-cta-text br {
    display: none;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .l-cta-list-item {
    width: 100%;
    border-radius: 16px;
  }
  .l-cta-list-item-label {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .l-cta-list-item-label::after {
    height: 6px;
  }
  .l-cta-tel {
    padding: 18px 18px 16px;
  }
  .l-cta-tel .l-cta-list-item-label {
    margin-bottom: -4px;
  }
  .l-cta-tel .c-tel-number {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .l-cta-tel .c-tel-number .ic-tel {
    width: 32px;
    height: 32px;
  }
  .l-cta-tel .c-tel-number .ic-tel .bi {
    font-size: 21px;
  }
  .l-cta-tel .c-tel-number .number {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 1.2px;
  }
  .l-cta-mail a {
    padding: 20px;
  }
  .l-cta-mail-text {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .l-cta-mail-text .ic-mail {
    width: 32px;
    height: 32px;
  }
  .l-cta-mail-text .ic-mail .bi {
    font-size: 19px;
  }
  .l-cta-mail-text .text {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.96px;
  }
}

/*フッター
=========================================================*/
.footer {
  background: #328f53;
  color: #fcfffe;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-address {
  font-style: normal;
  font-weight: 500;
}
.footer-address-place {
  white-space: nowrap;
}
.footer-address-info {
  display: flex;
  flex-direction: column;
}
.footer-address-info a {
  color: #fff;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav-list-item a {
  color: #fcfffe;
  font-weight: 700;
}
.footer-nav-list-item a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #fcfffe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer #copyright {
  font-weight: 500;
}
.footer #copyright small {
  font-size: inherit;
}
.footer-sub-nav {
  display: flex;
  align-items: center;
}
.footer-sub-nav-item a {
  color: #fcfffe;
  font-weight: 500;
}
.footer-sub-nav-item a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
  .footer-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 104px;
  }
  .footer-heading-info {
    width: 287px;
  }
  .footer-logo {
    width: 287px;
    height: 80px;
    margin-bottom: 16px;
  }
  .footer-address {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .footer-address-place {
    margin-bottom: 24px;
  }
  .footer-address-info {
    row-gap: 16px;
  }
  .footer-address-info a {
    color: #fff;
  }
  .footer-nav {
    width: 496px;
  }
  .footer-nav-list {
    gap: 32px;
  }
  .footer-nav-list-item {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.6px;
  }
  .footer-bottom {
    padding-top: 4px;
  }
  .footer #copyright {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.52px;
  }
  .footer-sub-nav {
    order: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .footer-sub-nav-item {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 100px;
  }
  .footer-heading {
    margin-bottom: 40px;
  }
  .footer-logo {
    width: 240px;
    height: 68px;
    margin-bottom: 20px;
  }
  .footer-address {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
  .footer-address-place {
    margin-bottom: 16px;
    white-space: normal;
  }
  .footer-address-info {
    row-gap: 10px;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 20px;
  }
  .footer-nav-list-item {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.56px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    padding-top: 16px;
  }
  .footer #copyright {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.48px;
  }
  .footer-sub-nav {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .footer-sub-nav-item {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.52px;
  }
}/*# sourceMappingURL=style.css.map */