@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを18pxに設定（解像度基準1400） */
  font-size: clamp(1rem, 1.285vw, 1.8rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    /* bodyの基本サイズを16pxに設定（解像度基準768） */
    font-size: clamp(1rem, 2.08vw, 1.6rem);
  }
}
@media screen and (max-width: 519px) {
  body {
    /* bodyの基本サイズを14pxに設定（解像度基準375） */
    font-size: clamp(1rem, 3.733vw, 1.4rem);
  }
}

.f-en {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  overflow-x: hidden;
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

/*　上に上がる動き　*/
.l-header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*　下に下がる動き　*/
.l-header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 144rem; /* コンテンツ幅1400px */
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}

.l-inner--narrow {
  max-width: 98rem;
}

@media screen and (max-width: 959px) {
  .l-inner--tab0 {
    padding: 0;
  }
}

.l-main {
  margin-top: min(6.9vw, 8.4rem);
}
@media screen and (max-width: 959px) {
  .l-main {
    margin-top: 7.4vw;
  }
}
@media screen and (max-width: 519px) {
  .l-main {
    margin-top: 13vw;
  }
}

/* component
------------------------------------------------ */
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0 1.5rem 1rem;
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .c-header {
    padding: 1rem 1rem;
  }
}

.c-header__logo {
  width: 28vw;
  max-width: 36.6rem;
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    width: 62vw;
  }
}

.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  font-size: 1.11em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1410px) {
  .c-header__nav {
    gap: 1rem;
    font-size: 1em;
  }
}
@media screen and (max-width: 959px) {
  .c-header__nav {
    display: none;
  }
}

.c-header__menu {
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}

.c-header__menu--contact {
  margin-left: 1.5rem;
  padding: 0.5rem 2rem;
  color: white;
  font-size: 1.3em;
  background-color: #68bc72;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1410px) {
  .c-header__menu--contact {
    font-size: 1.1em;
  }
}

.c-header__hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #68bc72;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
}
.c-header__hamburger-border {
  position: relative;
  margin: 0 auto;
  width: 55%;
  height: 0.3rem;
  background-color: white;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 0.5rem auto;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 8.1px;
  -webkit-transform: translate(0%, 0) rotate(-225deg);
          transform: translate(0%, 0) rotate(-225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: 8px;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 8.1px;
  -webkit-transform: translate(0%, 0) rotate(225deg);
          transform: translate(0%, 0) rotate(225deg);
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    bottom: 8px;
  }
}

.c-header__drawer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0;
  transition: all 0.7s ease 0;
}

.c-header__drawer-modal--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 12vw 12vw 5rem;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #68BC72;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(104, 188, 114)), to(rgb(97, 188, 182)));
  background: linear-gradient(90deg, rgb(104, 188, 114) 50%, rgb(97, 188, 182) 100%);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  overflow: hidden scroll;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding: 18vw 3.4rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    padding: 14vw 1rem 3rem;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
  width: min(0.5rem, 1.25vw);
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-header__drawer-menus {
  font-size: 1.357em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-menus {
    font-size: 1.28em;
  }
}

.c-header__drawer-menu {
  display: block;
  position: relative;
  color: white;
  margin-top: min(1.2rem, 1vw);
  padding: 1.3rem 2.5rem;
}
@media screen and (max-width: 959px) {
  .c-header__drawer-menu {
    margin-top: 0;
    border-bottom: 1px solid #ededed;
  }
}
.c-header__drawer-menu:first-child {
  margin-top: 0;
}
.c-header__drawer-menu::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  aspect-ratio: 1;
  width: 1.5rem;
  height: auto;
  border-top: 3px solid white;
  border-right: 3px solid white;
}

.c-header__drawer-menu--contact {
  margin-top: 2rem;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #68bc72;
  background-color: #fff;
  border-radius: 0.5rem;
  border: none;
}

.c-section {
  position: relative;
  padding: 13rem 0;
}
@media screen and (max-width: 959px) {
  .c-section {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-section {
    padding: 8rem 0;
  }
}

.c-section--about {
  padding: 9rem 0 19rem;
}
@media screen and (max-width: 519px) {
  .c-section--about {
    padding: 7rem 0 14rem;
  }
}

@media screen and (max-width: 519px) {
  .c-section--worry {
    padding-top: 11rem;
  }
}

.c-section--after {
  padding-bottom: 24rem;
}
@media screen and (max-width: 959px) {
  .c-section--after {
    padding-bottom: 16rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section--after {
    padding-bottom: 11rem;
  }
}

.c-section--flow {
  padding: 17rem 0 17rem;
}
@media screen and (max-width: 959px) {
  .c-section--flow {
    padding: 13rem 0;
  }
}
@media screen and (max-width: 519px) {
  .c-section--flow {
    padding: 13rem 0 10rem;
  }
}

.c-section--company {
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .c-section--company {
    padding-top: 7rem;
  }
}

.c-section--contact {
  padding-bottom: 9rem;
}
@media screen and (max-width: 519px) {
  .c-section--contact {
    padding-bottom: 5rem;
  }
}
.c-btn {
  display: block;
  margin: 3rem auto 0;
  width: 28rem;
  padding: 1.8rem;
  max-width: 100%;
  font-size: 1.11em;
  font-weight: 400;
  color: white;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #68bc72;
  border-radius: 5rem;
}

.c-news {
  background-color: #ebf7eb;
}

.c-news--list {
  background-color: #fff;
}

.c-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 959px) {
  .c-news__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-news__header {
  padding-top: 3rem;
  width: 28rem;
}
@media screen and (max-width: 959px) {
  .c-news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    width: 100%;
  }
}

.c-news__head {
  padding-left: 3.5rem;
  color: #68bc72;
  font-size: 2.22em;
  font-weight: 400;
}
@media screen and (max-width: 959px) {
  .c-news__head {
    padding: 0;
  }
}

@media screen and (max-width: 959px) {
  .c-news__btn {
    margin: 0;
    padding: 1rem;
    width: 18rem;
  }
}
@media screen and (max-width: 519px) {
  .c-news__btn {
    width: 16rem;
  }
}

.c-news__content {
  width: calc(100% - 31rem);
}
@media screen and (max-width: 959px) {
  .c-news__content {
    width: 100%;
  }
}

.c-news__content--list {
  width: 100%;
}

.c-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-top: 1rem;
  padding: 2.3rem 8rem;
  background-color: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .c-news__item {
    gap: 4rem;
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-news__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
    padding: 2rem;
  }
}

.c-news__item--list {
  border: 1px solid #68bc72;
}

.c-news__date {
  color: #68bc72;
}

.c-news__title {
  font-size: 1em;
  font-weight: 400;
  width: calc(100% - 8rem - 6rem);
}
@media screen and (max-width: 959px) {
  .c-news__title {
    width: calc(100% - 8rem - 4rem);
  }
}
@media screen and (max-width: 519px) {
  .c-news__title {
    width: 100%;
    font-size: 1.11em;
  }
}
.c-news__title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 519px) {
  .c-news__title a {
    overflow: auto;
    white-space: initial;
    text-overflow: initial;
  }
}

.c-footer-contact {
  background-color: #ebf7eb;
}

.c-footer-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__container {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer-contact__container {
    display: block;
  }
}

.c-footer-contact__content {
  width: auto;
}

.c-footer-contact__welcome {
  color: #68bc72;
  font-size: 1.5em;
}

.c-footer-contact__message {
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__message {
    margin-top: 5rem;
  }
}
.c-footer-contact__message span {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.22em;
}

.c-footer-contact__staff-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__staff-sp {
    display: block;
    position: absolute;
    bottom: 100%;
    right: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    width: 7.5rem;
  }
}

.c-footer-contact__staff {
  width: 20rem;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__staff {
    width: 20%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer-contact__staff {
    display: none;
  }
}

.c-footer-contact__means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.6rem;
  margin-top: 12rem;
}
@media screen and (max-width: 959px) {
  .c-footer-contact__means {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer-contact__means {
    margin-top: 6rem;
  }
}

.c-footer-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-footer-contact__tel img {
  width: 8rem;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__tel img {
    width: 5.5rem;
  }
}
.c-footer-contact__tel a {
  display: block;
  font-size: 2.9em;
  line-height: 1.1;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__tel a {
    font-size: 2.6em;
  }
}
.c-footer-contact__tel a:nth-child(2) {
  font-size: 1.5em;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__tel a:nth-child(2) {
    font-size: 1.4em;
  }
}

.c-footer-contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  padding: 1.5rem 3.5rem;
  color: white;
  font-size: 1.44em;
  background-color: #68bc72;
  border-radius: 0.5rem;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__mail {
    padding: 1.5rem 2rem;
    font-size: 1.3em;
  }
}
.c-footer-contact__mail img {
  width: 5.2rem;
}
@media screen and (max-width: 519px) {
  .c-footer-contact__mail img {
    width: 4rem;
  }
}

.c-footer {
  position: relative;
  padding: 3.5rem 0;
  color: white;
  text-align: center;
  background-color: #68bc72;
}
.c-footer::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #ebf7eb;
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 3rem;
  }
}

.c-footer__logo {
  margin-top: 12rem;
  width: 35.8rem;
}
@media screen and (max-width: 519px) {
  .c-footer__logo {
    margin-top: 8rem;
    width: 80%;
  }
}

.c-footer__address {
  margin-top: 1.3rem;
  line-height: 1.4;
}

.c-footer__copyright {
  margin-top: 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 959px) {
  .c-footer__copyright {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__copyright {
    font-size: 1.3rem;
  }
}

.c-footer__pagetop {
  position: sticky;
  right: 2rem;
}

.c-footer__deco01 {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 454/268;
  width: min(45rem, 23.43vw);
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-footer__deco01 {
    width: 35vw;
  }
}
.c-footer__deco01 img {
  margin: 2% 0 0 -10%;
  width: 110%;
  max-width: none;
}

.c-footer__deco02 {
  position: absolute;
  top: 4rem;
  right: 0;
  width: min(40rem, 20.83vw);
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-footer__deco02 {
    width: 35vw;
  }
}
.c-footer__deco02 img {
  width: 115%;
  max-width: none;
}

.c-pagetop {
  display: block;
  position: sticky;
  z-index: 1;
  bottom: 4rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin: 0 2rem 0 auto;
  width: 5rem;
}
@media screen and (max-width: 519px) {
  .c-pagetop {
    margin: 0 1rem 0 auto;
    width: 4rem;
  }
}

.c-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-14%);
          transform: translateX(-14%);
  width: 33vw;
  max-width: 56rem;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-deco {
    bottom: 1rem;
    width: 45vw;
  }
}

.c-deco--about01 {
  top: 3rem;
  bottom: auto;
  left: auto;
  right: 2rem;
  -webkit-transform: none;
          transform: none;
  width: 26vw;
  max-width: 55rem;
}
@media screen and (max-width: 519px) {
  .c-deco--about01 {
    top: 1rem;
    right: 0;
    width: 45vw;
  }
}

.c-deco--about02 {
  bottom: 1rem;
  left: 2rem;
  -webkit-transform: none;
          transform: none;
  max-width: 55rem;
}
@media screen and (max-width: 519px) {
  .c-deco--about02 {
    bottom: 0;
    left: 0;
    width: 50vw;
  }
}

.c-deco--flow01 {
  top: 2rem;
  bottom: auto;
  max-width: 46rem;
  -webkit-transform: translateX(-19%);
          transform: translateX(-19%);
}
@media screen and (max-width: 519px) {
  .c-deco--flow01 {
    width: 55vw;
  }
}

.c-deco--flow02 {
  bottom: 43%;
  left: auto;
  right: 0;
  max-width: 37rem;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 519px) {
  .c-deco--flow02 {
    width: 55vw;
  }
}
.c-deco--flow02 img {
  width: 130%;
  max-width: none;
}

.c-deco--flow03 {
  bottom: 4rem;
  max-width: 46rem;
  -webkit-transform: translateX(-19%);
          transform: translateX(-19%);
}
@media screen and (max-width: 519px) {
  .c-deco--flow03 {
    bottom: 1rem;
    width: 55vw;
  }
}

.c-page-header {
  position: relative;
  aspect-ratio: 1920/378;
  width: 100%;
  height: auto;
  background: #68BC72;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(104, 188, 114)), to(rgb(97, 188, 182)));
  background: linear-gradient(90deg, rgb(104, 188, 114) 50%, rgb(97, 188, 182) 100%);
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-page-header {
    aspect-ratio: 4;
  }
}
@media screen and (max-width: 519px) {
  .c-page-header {
    aspect-ratio: 2.7;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
.c-page-header::before, .c-page-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  aspect-ratio: 1047/663;
  width: 28%;
  height: auto;
  -webkit-transform: translate(-6%, 30%);
          transform: translate(-6%, 30%);
  background-image: url(../images/deco_04.png);
  background-size: contain;
}
@media screen and (max-width: 519px) {
  .c-page-header::before, .c-page-header::after {
    width: 50%;
    -webkit-transform: translate(-40%, 40%);
            transform: translate(-40%, 40%);
  }
}
.c-page-header::after {
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(5%, 8%);
          transform: translate(5%, 8%);
}
@media screen and (max-width: 519px) {
  .c-page-header::after {
    -webkit-transform: translate(30%, -20%);
            transform: translate(30%, -20%);
  }
}

.c-page-header__head {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: white;
  font-size: 2.22em;
  font-weight: 600;
}

.c-page {
  padding: 10rem 0 12rem;
}
@media screen and (max-width: 959px) {
  .c-page {
    padding: 8rem 0 10rem;
  }
}
@media screen and (max-width: 519px) {
  .c-page {
    padding: 6rem 0 8rem;
  }
}

.c-contact {
  margin: 0 auto;
  max-width: 110rem;
}

.c-contact__info {
  padding-bottom: 5rem;
}
.c-contact__info span {
  color: #5896e0;
}

.c-contact__input {
  display: block;
}

.c-contact__confirm {
  display: none;
}

table.c-contact__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 959px) {
  table.c-contact__table {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  table.c-contact__table {
    font-size: 1.5rem;
  }
}
table.c-contact__table th {
  padding: 2rem 2rem 2rem 0;
  width: 30%;
  font-weight: inherit;
}
@media screen and (max-width: 959px) {
  table.c-contact__table th {
    width: 32%;
  }
}
@media screen and (max-width: 519px) {
  table.c-contact__table th {
    display: block;
    padding: 1rem 0 0;
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
  }
}
table.c-contact__table th span {
  color: #ff0000;
}
table.c-contact__table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}
table.c-contact__table td {
  padding: 1.5rem 0;
}
@media screen and (max-width: 519px) {
  table.c-contact__table td {
    display: block;
    padding: 1rem 0 2rem;
  }
}
table.c-contact__table input[type=text],
table.c-contact__table input[type=email],
table.c-contact__table input[type=tel],
table.c-contact__table textarea,
table.c-contact__table select {
  padding: min(0.8rem, 2vw) min(1rem, 2.5vw);
  width: 100%;
  max-height: min(18rem, 45vw);
  background-color: #fff;
  border: solid 0.5px #a4a4a4;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
table.c-contact__table input[type=text]:focus,
table.c-contact__table input[type=email]:focus,
table.c-contact__table input[type=tel]:focus,
table.c-contact__table textarea:focus,
table.c-contact__table select:focus {
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
table.c-contact__table select {
  padding-right: min(3.5rem, 8.8vw);
  background-image: url(../images/icon_selectbox.png);
  background-size: 15px 6px;
  background-position: 91% 50%;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-top: min(0.5rem, 1.3vw);
  margin-right: min(2rem, 5vw);
  line-height: 1.3;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: min(0.4rem, 1vw);
  left: 0;
  aspect-ratio: 1;
  width: min(1.5rem, 3.8vw);
  height: auto;
  background: #fff;
  border: 1px solid #898989;
  border-radius: 50%;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: min(1.15rem, 2.9vw);
  left: min(0.3rem, 0.8vw);
  padding: min(0.2rem, 0.5vw);
  aspect-ratio: 1;
  width: min(0.9rem, 2.3vw);
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #68bc72;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
}
table.c-contact__table .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span::after {
  opacity: 1;
}
table.c-contact__table .wpcf7-list-item {
  display: block;
}
table.c-contact__table .wpcf7-list-item input[type=checkbox] {
  display: none;
}
table.c-contact__table .wpcf7-list-item input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2rem;
  cursor: pointer;
}
table.c-contact__table .wpcf7-list-item input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 2px solid #68bc72;
  border-radius: 2px;
}
table.c-contact__table .wpcf7-list-item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1em;
  height: 0.6em;
  border-bottom: 3px solid #68bc72;
  border-left: 3px solid #68bc72;
  margin-top: -0.2em;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
table.c-contact__table .wpcf7-list-item input[type=checkbox]:checked + span::after {
  opacity: 1;
}
table.c-contact__table .wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
}

.c-contact__privacy {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .c-contact__privacy {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__privacy {
    margin-top: 2rem;
  }
}
.c-contact__privacy a {
  text-decoration: underline;
}

.wpcf7-acceptance {
  display: block;
  position: relative;
  margin: min(2rem, 5vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: min(2rem, 5vw);
  height: 100%;
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
}
.wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: min(0.2rem, 0.5vw);
  aspect-ratio: 1;
  width: min(1.8rem, 4.5vw);
  height: auto;
  background-color: #fff;
  border: 1px solid #333;
  vertical-align: middle;
  cursor: pointer;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  content: "";
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
  width: min(1.3rem, 3.3vw);
  height: min(0.5rem, 1.3vw);
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
}
.wpcf7-acceptance a {
  text-decoration: underline;
}

.c-contact__btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.5rem, 3.8vw);
  margin: min(5rem, 12.5vw) auto 0;
}

.c-contact__reset,
input[type=submit] {
  display: block;
  margin: 4rem auto 0;
  padding: 2rem 2rem;
  width: 30rem;
  max-width: 100%;
  height: 8.4rem;
  font-size: 1.1em;
  text-align: center;
  color: white;
  background-color: #68bc72;
  border-radius: 5rem;
}
@media screen and (max-width: 959px) {
  .c-contact__reset,
  input[type=submit] {
    margin-top: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .c-contact__reset,
  input[type=submit] {
    margin-top: 2rem;
  }
}
.c-contact__reset:hover,
input[type=submit]:hover {
  opacity: 0.8;
}

.c-contact__reset {
  color: #519ecd;
  background-color: #d0e4ef;
}

.c-contact__value {
  padding: 1rem 0;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-spinner {
  display: none;
  margin-top: min(1rem, 2.5vw);
}

.wpcf7-response-output {
  border: none;
}

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin: min(2rem, 5vw) auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-contact__ssl {
  margin-top: min(5rem, 12.5vw);
}

.c-contact__thanks {
  width: 100%;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 3.2rem;
  margin: 5rem auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-pagination {
    gap: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-pagination {
    gap: 2rem;
  }
}
.c-pagination .page-numbers {
  aspect-ratio: 1;
  width: 4rem;
  height: auto;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #000;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-pagination .page-numbers {
    width: 3.5rem;
  }
}
.c-pagination .page-numbers:hover {
  color: white;
  background-color: #68bc72;
  opacity: 1;
}
.c-pagination .next, .c-pagination .prev {
  position: absolute;
  left: calc(100% + min(1.6rem, 4vw));
  font-weight: bold;
}
.c-pagination .next:hover, .c-pagination .prev:hover {
  color: white;
  background-color: #68bc72;
}
.c-pagination .prev {
  left: auto;
  right: calc(100% + min(1.6rem, 4vw));
}
.c-pagination .current {
  color: white;
  background-color: #68bc72;
}
.c-pagination .dots {
  pointer-events: none;
  border: none;
}

.c-others h2, .c-others h3, .c-others h4 {
  margin: 6rem 0 3rem;
}
.c-others ol {
  counter-reset: listnum;
}
.c-others ol li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
}
.c-others ol li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  left: 0rem;
}
.c-others ol.kakko {
  counter-reset: listnum;
}
.c-others ol.kakko li {
  position: relative;
  padding-left: 4.6rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-others ol.kakko li {
    padding-left: 4rem;
  }
}
.c-others ol.kakko li::before {
  counter-increment: listnum;
  content: "（ " counter(listnum) " ）";
  position: absolute;
  left: 0rem;
}
.c-others ul li {
  position: relative;
  padding-left: 2rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-others ul li {
    padding-left: 1.5rem;
  }
}
.c-others ul li::before {
  content: "・";
  position: absolute;
  left: 0rem;
}

.c-others__right {
  text-align: right;
}

.c-others__table {
  width: 100%;
  border-collapse: collapse;
}
.c-others__table th, .c-others__table td {
  padding: 1rem 1.5rem;
  border: 1px solid #a3a3a3;
}
@media screen and (max-width: 519px) {
  .c-others__table th, .c-others__table td {
    padding: 1rem;
  }
}
.c-others__table th {
  color: white;
  text-align: center;
  background-color: gray;
}

/* project
------------------------------------------------ */
.p-top-mv {
  padding-top: 1px;
}

.p-top-mv__container {
  position: relative;
  margin-top: 7.6rem;
  aspect-ratio: 1920/750;
  width: 100%;
  height: auto;
  background: #68BC72;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(104, 188, 114)), to(rgb(97, 188, 182)));
  background: linear-gradient(90deg, rgb(104, 188, 114) 50%, rgb(97, 188, 182) 100%);
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
@media screen and (max-width: 519px) {
  .p-top-mv__container {
    margin-top: 3rem;
    aspect-ratio: 1.5;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
  }
}
.p-top-mv__container::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 9%;
  aspect-ratio: 475/227;
  width: 26.7vw;
  height: auto;
  background-image: url(../images/deco_01.png);
  background-size: 100% auto;
  background-position: center bottom;
}
.p-top-mv__container::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 388/237;
  width: 20.2vw;
  height: auto;
  background-image: url(../images/deco_01.png);
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 519px) {
  .p-top-mv__container::after {
    right: 1rem;
  }
}

.p-top-mv__catch {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 9.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
  font-size: min(3.6rem, 2.57vw);
  font-weight: 600;
  text-align: right;
  word-break: keep-all;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 519px) {
  .p-top-mv__catch {
    right: 4.7vw;
    font-size: 1.05em;
    line-height: 1.3;
  }
}
.p-top-mv__catch em {
  display: block;
  font-style: normal;
  font-size: 2.11em;
}
@media screen and (max-width: 519px) {
  .p-top-mv__catch em {
    font-size: 2.2em;
  }
}

.p-top-mv__img {
  position: absolute;
  top: -7.6rem;
  left: 0;
  width: 71%;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5dvh;
}
@media screen and (max-width: 519px) {
  .p-top-mv__img {
    top: -2rem;
    aspect-ratio: 1.25;
    width: 77%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3dvh;
  }
}

.p-top-about__head {
  position: relative;
  padding-bottom: 2.3rem;
  color: #68bc72;
  font-size: 1.66em;
  font-weight: 400;
  text-align: center;
}
.p-top-about__head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-top: 2px solid #68bc72;
  border-bottom: 2px solid #68bc72;
}

.p-top-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-about__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-top-about__content {
  width: calc(59% - 2.8rem);
}
@media screen and (max-width: 959px) {
  .p-top-about__content {
    width: 100%;
  }
}

.p-top-about__img {
  width: 41%;
}
@media screen and (max-width: 959px) {
  .p-top-about__img {
    width: 60%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-about__img {
    width: 100%;
  }
}

.p-top-about__text {
  font-size: 1.22em;
  line-height: 2;
}

.p-top-about__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .p-top-about__features {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2rem;
  }
}
.p-top-about__features li {
  aspect-ratio: 1;
  width: calc(25% - 0.75rem);
  height: auto;
  color: white;
  font-size: 1.5em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1.3;
  border-radius: 50%;
  background-color: #68bc72;
}
@media screen and (max-width: 519px) {
  .p-top-about__features li {
    width: calc(50% - 0.5rem);
  }
}
.p-top-about__features li:nth-child(2) {
  background-color: #b6ce29;
}
.p-top-about__features li:nth-child(3) {
  background-color: #e8c61f;
}
.p-top-about__features li:nth-child(4) {
  background-color: #fc9d35;
}

.p-top-what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 5.3rem;
  padding: 7rem 8rem;
  background-color: #e9f4e9;
  border-radius: 4rem;
}
@media screen and (max-width: 959px) {
  .p-top-what {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-what {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem 2rem;
    border-radius: 3rem;
  }
}

.p-top-what__content {
  width: 64%;
}
@media screen and (max-width: 959px) {
  .p-top-what__content {
    width: 78%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-what__content {
    width: 100%;
  }
}

.p-top-what__head {
  color: #68bc72;
  font-size: 1.66em;
  font-weight: 400;
}

.p-top-what__text {
  line-height: 1.9;
}
@media screen and (max-width: 519px) {
  .p-top-what__text {
    margin-top: 1rem;
  }
}

.p-top-what__images {
  width: 36%;
}
@media screen and (max-width: 959px) {
  .p-top-what__images {
    width: 22%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-what__images {
    width: 100%;
    height: 27vw;
  }
}
.p-top-what__images img {
  position: absolute;
  top: 2rem;
  right: 19%;
  width: 17%;
}
@media screen and (max-width: 959px) {
  .p-top-what__images img {
    top: 4rem;
    right: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-what__images img {
    top: auto;
    bottom: 2rem;
    right: 30vw;
    width: 27%;
  }
}
.p-top-what__images img:nth-child(2) {
  top: auto;
  bottom: 0.3rem;
  right: 4rem;
  width: 17%;
}
@media screen and (max-width: 959px) {
  .p-top-what__images img:nth-child(2) {
    right: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-what__images img:nth-child(2) {
    right: 2rem;
    width: 22%;
  }
}

.p-top-worry {
  position: relative;
  background-color: #fff4eb;
}

.p-top-worry__head {
  position: absolute;
  top: -13rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1.5rem;
  width: 85rem;
  max-width: 100%;
  color: #fc9d35;
  font-size: 2.22em;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border: 3px solid #fc9d35;
  border-radius: 5rem;
}
@media screen and (max-width: 519px) {
  .p-top-worry__head {
    top: -11rem;
    line-height: 1.4;
    border-radius: 10rem;
  }
}

.p-top-worry__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-top: min(21rem, 15vw);
}
@media screen and (max-width: 519px) {
  .p-top-worry__container {
    gap: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}

.p-top-worry__human01,
.p-top-worry__human02 {
  width: 26%;
}
@media screen and (max-width: 519px) {
  .p-top-worry__human01,
  .p-top-worry__human02 {
    width: 33%;
  }
}

.p-top-worry__fukidasi01,
.p-top-worry__fukidasi02,
.p-top-worry__fukidasi03,
.p-top-worry__fukidasi04,
.p-top-worry__fukidasi05 {
  position: absolute;
  font-size: 1.11em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi01,
  .p-top-worry__fukidasi02,
  .p-top-worry__fukidasi03,
  .p-top-worry__fukidasi04,
  .p-top-worry__fukidasi05 {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 519px) {
  .p-top-worry__fukidasi01,
  .p-top-worry__fukidasi02,
  .p-top-worry__fukidasi03,
  .p-top-worry__fukidasi04,
  .p-top-worry__fukidasi05 {
    position: initial;
    aspect-ratio: auto !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: 1.4em;
    background: none !important;
  }
}

.p-top-worry__fukidasi01 {
  top: 0;
  left: 0;
  aspect-ratio: 263/229;
  width: 18.8%;
  background-image: url(../images/fukidasi_01.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi01 {
    width: 20%;
  }
}

.p-top-worry__fukidasi02 {
  top: -4%;
  left: 23%;
  aspect-ratio: 255/222;
  padding-bottom: 2.5%;
  width: 18.2%;
  background-image: url(../images/fukidasi_02.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi02 {
    top: -16%;
    left: 20%;
    width: 22%;
  }
}

.p-top-worry__fukidasi03 {
  top: 4%;
  left: 43.5%;
  aspect-ratio: 270/185;
  padding-bottom: 0.5%;
  width: 19.3%;
  background-image: url(../images/fukidasi_03.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi03 {
    left: 41%;
    width: 22%;
  }
}

.p-top-worry__fukidasi04 {
  top: -8%;
  left: 63%;
  aspect-ratio: 245/214;
  padding-bottom: 2.5%;
  width: 17.5%;
  background-image: url(../images/fukidasi_04.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi04 {
    top: -14%;
    width: 20%;
  }
}

.p-top-worry__fukidasi05 {
  top: 11%;
  left: 80%;
  aspect-ratio: 264/192;
  padding-bottom: 1.5%;
  width: 18.9%;
  background-image: url(../images/fukidasi_05.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .p-top-worry__fukidasi05 {
    left: 82%;
  }
}

.p-top-worry__down {
  display: block;
  margin: 2rem auto 4rem;
  width: 15rem;
}
@media screen and (max-width: 959px) {
  .p-top-worry__down {
    margin: 2rem auto;
    width: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-worry__down {
    width: 8rem;
  }
}

.p-top-worry__support {
  position: relative;
  padding: 3rem 24% 3rem 7rem;
  color: white;
  font-size: 1.66em;
  line-height: 1.5;
  background-color: #fc9d35;
  border-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-worry__support {
    padding: 3rem 24% 3rem 4rem;
    font-size: 1.22em;
  }
}
@media screen and (max-width: 519px) {
  .p-top-worry__support {
    padding: 2rem 2rem 5rem;
  }
}
.p-top-worry__support img {
  position: absolute;
  bottom: 0;
  right: 2rem;
  width: auto;
  height: 152%;
}
@media screen and (max-width: 959px) {
  .p-top-worry__support img {
    right: 0;
    width: 22%;
    height: auto;
  }
}

.p-top-service {
  background: #68BC72;
  background: linear-gradient(135deg, rgb(104, 188, 114) 0%, rgb(97, 188, 182) 100%);
}

.p-top-service__head {
  color: white;
  font-size: 2.22em;
  font-weight: 400;
  text-align: center;
}

.p-top-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__container {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top-service__card {
  padding: 4rem 6rem 5rem;
  width: calc(50% - 2.65rem);
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  .p-top-service__card {
    padding: 2rem 2rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__card {
    width: 100%;
  }
}

.p-top-service__worry {
  position: relative;
  padding-bottom: 1.7rem;
  color: #68bc72;
  font-size: 1.66em;
}
.p-top-service__worry::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 1.3rem;
  background-image: url(../images/illust_wave.png);
  background-size: 100%;
}

.p-top-service__down {
  display: block;
  margin: 2rem auto 1rem;
  width: 9.4rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__down {
    width: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-service__down {
    margin: 1rem auto;
    width: 5rem;
  }
}

.p-top-service__answer {
  padding: 1rem 2.5rem 2.5rem;
  background-color: #68bc72;
  border-radius: 1rem;
}
@media screen and (max-width: 959px) {
  .p-top-service__answer {
    padding: 1rem 2rem 2rem;
  }
}
.p-top-service__answer h3 {
  color: white;
  font-size: 2.22em;
  font-weight: 400;
}
.p-top-service__answer img {
  margin-top: 1rem;
}

.p-top-service__info {
  margin-top: 2rem;
  text-align: justify;
}

.p-top-after {
  background-color: #e9f4e9;
}

.p-top-after__head {
  margin: 0 auto;
  padding: 1.5rem;
  width: 85rem;
  max-width: 100%;
  color: #68bc72;
  font-size: 2.22em;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 519px) {
  .p-top-after__head {
    line-height: 1.4;
    border-radius: 10rem;
  }
}

.p-top-after__info {
  margin-top: 4.5rem;
  line-height: 2;
}
@media screen and (max-width: 519px) {
  .p-top-after__info {
    margin-top: 3rem;
  }
}

.p-top-after__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .p-top-after__container {
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-after__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4rem;
  }
}

.p-top-after__card {
  padding: 3.7rem;
  width: calc(50% - 2.65rem);
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  .p-top-after__card {
    padding: 2rem 2rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 519px) {
  .p-top-after__card {
    width: 100%;
  }
}

.p-top-after__title {
  padding: 0.8rem;
  color: white;
  font-size: 2.22em;
  font-weight: 400;
  text-align: center;
  background-color: #68bc72;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.p-top-after__detail {
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-top-after__detail {
    margin-top: 1.5rem;
  }
}

.p-top-area {
  position: relative;
  overflow: hidden;
}

.p-top-area__inner {
  padding-top: 17rem;
}
@media screen and (max-width: 959px) {
  .p-top-area__inner {
    padding-top: 11rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-area__inner {
    padding-top: 8rem;
  }
}

.p-top-area__head {
  color: #5896e0;
  font-size: 1.66em;
  font-weight: 400;
}
.p-top-area__head span {
  font-size: 1.66em;
}
@media screen and (max-width: 959px) {
  .p-top-area__head span {
    display: block;
  }
}

.p-top-area__text {
  margin-top: 3.5rem;
  max-width: 84rem;
  font-size: 1.11em;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .p-top-area__text {
    max-width: 70%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-area__text {
    max-width: 100%;
  }
}

.p-top-area__flower {
  margin-top: 7rem;
  width: calc(50% + 3rem);
  -webkit-transform: translate(-3rem, 2rem);
          transform: translate(-3rem, 2rem);
}
@media screen and (max-width: 959px) {
  .p-top-area__flower {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-area__flower {
    -webkit-transform: translate(-3rem, 5%);
            transform: translate(-3rem, 5%);
    width: 45%;
    margin-top: 12rem;
  }
}

.p-top-area__tohoku {
  position: absolute;
  z-index: -1;
  top: 2rem;
  left: 57%;
  width: auto;
  height: 90%;
}
@media screen and (max-width: 959px) {
  .p-top-area__tohoku {
    left: auto;
    right: -3%;
    height: 85%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-area__tohoku {
    top: auto;
    bottom: 0;
    height: 58%;
  }
}

.p-top-price {
  color: white;
  text-align: center;
  background-image: url(../images/image_08.jpg);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-top-price {
    background-position: 24% center;
  }
}
@media screen and (max-width: 519px) {
  .p-top-price {
    background-position: 20% center;
  }
}

.p-top-price__head {
  font-size: 2.22em;
  font-weight: 400;
}

.p-top-price__tanka {
  margin-top: 3rem;
  font-size: 1.55em;
}
.p-top-price__tanka em {
  font-style: normal;
  font-size: 1.96em;
}
@media screen and (max-width: 519px) {
  .p-top-price__tanka em {
    display: block;
  }
}

.p-top-price__hosoku {
  font-size: 1.39em;
}
@media screen and (max-width: 519px) {
  .p-top-price__hosoku {
    margin-top: 1rem;
  }
}

.p-top-price__caution {
  margin: 6rem auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .p-top-price__caution {
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6));
  }
}
.p-top-price__caution li {
  list-style: none;
}
.p-top-price__caution li::before {
  content: "※";
}

.p-top-flow__head {
  color: #68bc72;
  font-weight: 400;
  font-size: 2.22em;
  text-align: center;
}

.p-top-flow__info {
  margin-top: 1rem;
  padding-bottom: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-top-flow__info {
    margin-top: 2rem;
  }
}

.p-top-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.5rem 3rem;
  background-color: #f5f9e4;
  border-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .p-top-flow__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-flow__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-top-flow__num {
  aspect-ratio: 1;
  width: 7rem;
  height: auto;
  color: white;
  font-size: 2.22em;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 1;
  background-color: #68bc72;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .p-top-flow__num {
    width: 5rem;
    font-size: 1.66em;
  }
}

.p-top-flow__img {
  padding: 0 2rem;
  width: 23%;
  max-height: 17rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .p-top-flow__img {
    position: absolute;
    bottom: 2rem;
    left: 3%;
    padding: 0;
    width: 20%;
    max-height: 11rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-flow__img {
    top: 2rem;
    bottom: auto;
    left: auto;
    right: 5%;
    width: 29%;
    max-height: 7.5rem !important;
  }
}

.p-top-flow__img--temple {
  max-height: 14rem;
}
@media screen and (max-width: 959px) {
  .p-top-flow__img--temple {
    max-height: 9rem;
  }
}

.p-top-flow__img--grave {
  max-height: 15rem;
}
@media screen and (max-width: 959px) {
  .p-top-flow__img--grave {
    max-height: 9rem;
  }
}

.p-top-flow__content {
  width: calc(77% - 7rem);
}
@media screen and (max-width: 959px) {
  .p-top-flow__content {
    width: 76%;
  }
}
@media screen and (max-width: 519px) {
  .p-top-flow__content {
    width: 100%;
  }
}
.p-top-flow__content h3 {
  color: #3b9644;
  font-size: 1.66em;
  font-weight: 400;
}
.p-top-flow__content p {
  margin-top: 1.3rem;
  line-height: 2;
}

.p-top-flow__down {
  display: block;
  margin: 1.3rem auto;
  width: 9.5rem;
}
@media screen and (max-width: 959px) {
  .p-top-flow__down {
    width: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-top-flow__down {
    width: 5rem;
  }
}

.p-top-company__head {
  color: #68bc72;
  font-weight: 400;
  font-size: 2.22em;
  text-align: center;
}

.p-top-company__table {
  margin-top: 3rem;
  width: 100%;
  border-collapse: collapse;
}
.p-top-company__table th {
  padding: 1.2rem;
  width: 17%;
  color: #68bc72;
  font-weight: inherit;
  text-align: center;
  border-top: 1px solid #999;
}
@media screen and (max-width: 519px) {
  .p-top-company__table th {
    width: 8.3rem;
  }
}
.p-top-company__table td {
  padding: 1.2rem;
  border-top: 1px solid #999;
}
.p-top-company__table tr:last-child th, .p-top-company__table tr:last-child td {
  border-bottom: 1px solid #999;
}

.p-single__title {
  position: relative;
  padding-bottom: 2.3rem;
  color: #68bc72;
  font-size: 1.66em;
  font-weight: 400;
}
.p-single__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  border-top: 2px solid #68bc72;
  border-bottom: 2px solid #68bc72;
}

.p-single__date {
  display: block;
  margin: 3rem 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-single__content {
  margin-top: 8rem;
}
@media screen and (max-width: 959px) {
  .p-single__content {
    margin-top: 6rem;
  }
}
.p-single__content h2, .p-single__content h3, .p-single__content h4 {
  position: relative;
  margin: 6rem 0 3rem;
}
.p-single__content h2 {
  padding-bottom: 1.4rem;
  font-size: 1.66em;
}
.p-single__content h2::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 13rem;
  height: 0.5rem;
  background-color: #68bc72;
}
.p-single__content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #e9f4e9;
}
.p-single__content h3 {
  padding: 0.63rem 2.8rem;
  font-size: 1.33em;
  background-color: #e9f4e9;
}
.p-single__content h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.87rem;
  height: 100%;
  background-color: #68bc72;
}
.p-single__content h4 {
  padding-left: 2.8rem;
  font-size: 1.22em;
  line-height: 1.3;
}
.p-single__content h4::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0.87rem;
  height: 100%;
  background-color: #68bc72;
}

.p-single__back {
  margin: 10rem auto 0;
}
@media screen and (max-width: 959px) {
  .p-single__back {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 519px) {
  .p-single__back {
    margin-top: 7rem;
  }
}

/* utility
------------------------------------------------ */
/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */