@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
  }
}

.l-header__inner {
  width: 100%;
  height: 8.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    display: block;
    padding: 0 1.5rem;
  }
}

.l-header__circle {
  position: absolute;
  top: -4.6875rem;
  left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19.375rem;
  height: 19.375rem;
  border-radius: 100%;
  background: #fff;
  padding-top: 7.75rem;
  padding-right: 0.25rem;
}
@media screen and (max-width: 1380px) {
  .l-header__circle {
    top: -3.75rem;
    width: 16.25rem;
    height: 16.25rem;
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__circle {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    padding-top: 1.1875rem;
    padding-right: 0rem;
  }
}

.l-header__logo {
  width: 11.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .l-header__logo {
    width: 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 16.1875rem;
    margin: 0;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__tel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  color: #3D9DA4;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 1.375rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    pointer-events: initial;
  }
}
.l-header__tel::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/tel_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.l-header__button {
  width: 11.9375rem;
  height: 3.25rem;
  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;
  color: #595757;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-align: center;
  background: #FFF462;
  border: 2px solid #FFF462;
  margin-left: 1rem;
  border-radius: 0 0 1.25rem 1.25rem;
}
.l-header__button a {
  width: 100%;
  height: 100%;
  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;
}
.l-header__button:hover {
  background: #fff;
}
.l-header__button.green {
  width: 14.8125rem;
  background: #84CCC9;
  border: 2px solid #84CCC9;
  margin-left: 0.75rem;
}
.l-header__button.green:hover {
  background: #fff;
}

.l-header-nav {
  margin-top: 2rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-nav__list {
  color: #3D9DA4;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  border-left: 1px solid #3D9DA4;
  padding-left: 1.125rem;
  margin-left: 1.125rem;
}
@media screen and (max-width: 1380px) {
  .l-header-nav__list {
    padding-left: 0.875rem;
    margin-left: 0.875rem;
  }
}
.l-header-nav__list:first-of-type {
  border-left: none;
  padding-left: 0rem;
  margin-left: 0rem;
}

.l-header-nav__link {
  position: relative;
  display: inline-block;
  color: #3D9DA4;
  font-size: 0.875rem;
  line-height: 1.1428571429;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.l-header-nav__link::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  content: "";
  width: 100%;
  height: 0.125rem;
  background: #3D9DA4;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link:hover::after {
  bottom: -0.25rem;
  opacity: 1;
  visibility: visible;
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}
.l-main.fv {
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .l-main.fv {
    padding-top: 3.75rem;
    overflow: hidden;
  }
}

.l-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.l-inner__item01 {
  position: absolute;
  z-index: -1;
  width: 12.75rem;
  top: 2.75rem;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item01 {
    top: 19.875rem;
    width: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item01.poziAbout {
    top: 13.75rem;
  }
}

.l-inner__item02 {
  position: absolute;
  z-index: -1;
  top: -20.9375rem;
  right: 0rem;
  width: 15.9375rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item02 {
    top: 1.875rem;
    width: 5.3125rem;
  }
}

.l-inner__item03 {
  position: absolute;
  z-index: -1;
  top: 48.125rem;
  left: 0rem;
  width: 18.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item03 {
    top: 19.875rem;
    width: 4.8125rem;
  }
}

.l-inner__item04 {
  position: absolute;
  z-index: -1;
  top: 55.625rem;
  right: 0rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item04 {
    top: 1.875rem;
    width: 5.3125rem;
  }
}

.l-inner__item05 {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 0rem;
  width: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item05 {
    top: 7.5rem;
    width: 4.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item05.poziSp {
    top: 8.125rem;
  }
}

.l-inner__item06 {
  position: absolute;
  z-index: -1;
  top: -9.375rem;
  right: 0rem;
  width: 11.5rem;
}
@media screen and (max-width: 767px) {
  .l-inner__item06 {
    top: 3.125rem;
    width: 5.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner__item06.poziSp {
    top: 1.875rem;
  }
}

.l-footer {
  width: 100%;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 1.5rem;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 60.625rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3.125rem;
  padding-bottom: 4.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    padding-top: 3.375rem;
    padding-bottom: 3.75rem;
  }
}

.l-footer__box {
  width: 100%;
  max-width: 25.625rem;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    max-width: 18.125rem;
    padding-top: 0rem;
    margin: 0 auto;
  }
}

.l-footer__logo {
  display: block;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__name {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    text-align: center;
    margin-top: 0.8125rem;
  }
}

.l-footer__address {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    line-height: 1.4;
    margin-top: 2.5rem;
  }
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__list {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
.l-footer-nav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__link {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.l-footer-nav__link:hover {
  color: #84CCC9;
  font-weight: 700;
}

.l-footer-nav__subLists {
  padding-left: 0.625rem;
  margin-top: 0.9375rem;
}

.l-footer-nav__subList {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
.l-footer-nav__subList:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__subLink {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.l-footer-nav__subLink:hover {
  color: #84CCC9;
  font-weight: 700;
}

.l-footer-item {
  width: 100%;
  max-width: 75rem;
  height: 3.75rem;
  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;
  margin: 0 auto;
  background: #84CCC9;
  padding: 0 2.5rem;
  border-radius: 1.875rem 1.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-item {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.25rem;
    padding: 1.875rem 0rem 1.25rem 0rem;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.l-footer-item__small {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}

.l-footer-item__link {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-footer-item__link:hover {
  opacity: 0.7;
}

.c-breadcrumb {
  width: 100%;
  max-width: 85rem;
  margin: 1.25rem auto 0 auto;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    overflow: hidden;
    margin: 0.625rem auto 0 auto;
    padding: 0 1.5rem;
    gap: 1rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -0.875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #707070;
  border-right: 0.125rem solid #707070;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.5625rem;
    width: 0.375rem;
    height: 0.375rem;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
.c-breadcrumb__list_end {
  color: #3D9DA4;
}
.c-breadcrumb__list_end::after {
  display: none;
}
.c-breadcrumb__list_end.orange {
  color: #EF9B00;
}

.c-breadcrumb__link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__link:hover {
  color: #3D9DA4;
}

.pagination .nav-links {
  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: 1.875rem;
  margin-top: 3.125rem;
}
.pagination .page-numbers {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}
.pagination .page-numbers:hover {
  color: #3D9DA4;
}
.pagination .dots:hover {
  color: #333333;
}
.pagination .current {
  color: #3D9DA4;
}
.pagination .prev {
  position: relative;
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #3D9DA4;
  border-radius: 100%;
}
.pagination .prev::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 1.25rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/nav_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .prev:hover {
  background: #3D9DA4;
}
.pagination .prev:hover::after {
  background-image: url(../imgs/pc/nav_arrow_white.svg);
}
.pagination .next {
  position: relative;
  font-size: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #3D9DA4;
  border-radius: 100%;
}
.pagination .next::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.0625rem;
  background-image: url(../imgs/pc/nav_arrow_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .next:hover {
  background: #3D9DA4;
}
.pagination .next:hover::after {
  background-image: url(../imgs/pc/nav_arrow_white.svg);
}

.c-button {
  display: block;
  width: 21.25rem;
  height: 7.3125rem;
  background: #06C755;
  border: 1px solid #06C755;
  border-radius: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 18.75rem;
    height: 4.375rem;
  }
}
.c-button:hover {
  background: #fff;
}
.c-button:hover a {
  color: #06C755;
}
.c-button:hover a .arrow {
  background: #06C755;
}
.c-button:hover a .arrow::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.c-button a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-right: 5.4375rem;
}
.c-button .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 5.4375rem;
  height: 5.4375rem;
  background: #fff;
  border-radius: 100%;
}
.c-button .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.3125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button .min {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-button.light-green {
  width: 25.25rem;
  background: #84CCC9;
  border: 1px solid #84CCC9;
}
.c-button.light-green .arrow::before {
  background-image: url(../imgs/pc/arrow_lightgreen.svg);
}
.c-button.light-green:hover {
  background: #fff;
}
.c-button.light-green:hover a {
  color: #84CCC9;
}
.c-button.light-green:hover a .arrow {
  background: #84CCC9;
}

.c-button-arrow {
  display: block;
  width: 100%;
  max-width: 24.375rem;
  height: 5rem;
  background: #84CCC9;
  border-radius: 6.25rem;
  overflow: hidden;
}
.c-button-arrow:hover {
  background: #fff;
}
.c-button-arrow:hover a {
  color: #3D9DA4;
}
.c-button-arrow:hover a .arrow::before {
  -webkit-transform: scale(10);
          transform: scale(10);
}
.c-button-arrow a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-button-arrow a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 1.875rem;
    padding-right: 0rem;
  }
}
.c-button-arrow .index {
  position: relative;
  z-index: 2;
}
.c-button-arrow .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0rem;
  width: 5rem;
  height: 5rem;
  background: #FFF462;
  border-radius: 100%;
}
.c-button-arrow .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: #FFF462;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-button-arrow .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.3125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_darkgreen.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-arrow.minSp {
    max-width: 18.25rem;
    height: 3.625rem;
  }
  .c-button-arrow.minSp a {
    font-size: 0.9375rem;
    padding-left: 2.3125rem;
  }
  .c-button-arrow.minSp .arrow {
    width: 3.625rem;
    height: 3.625rem;
  }
  .c-button-arrow.minSp .arrow::before {
    width: 3.625rem;
    height: 3.625rem;
  }
  .c-button-arrow.minSp .arrow::after {
    left: calc(50% - 0.125rem);
    width: 0.9375rem;
    height: 0.75rem;
  }
}

.c-button-back {
  display: block;
  width: 18.125rem;
  height: 5rem;
  background: #84CCC9;
  border-radius: 6.25rem;
  overflow: hidden;
}
.c-button-back:hover {
  background: #fff;
}
.c-button-back:hover a {
  color: #3D9DA4;
}
.c-button-back:hover a .arrow::before {
  -webkit-transform: scale(10);
          transform: scale(10);
}
.c-button-back a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-left: 3.125rem;
}
.c-button-back .index {
  position: relative;
  z-index: 2;
}
.c-button-back .arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #FFF462;
  border-radius: 100%;
}
.c-button-back .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
  background: #FFF462;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-button-back .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  width: 1.3125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_darkgreen.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-top {
  width: 100%;
  max-width: 85rem;
  height: 16.0625rem;
  margin: 0 auto;
  background: #FFF9AF;
  border-radius: 1.25rem 1.25rem 6.25rem 6.25rem;
  padding-top: 5.75rem;
}
@media screen and (max-width: 767px) {
  .c-top {
    height: 8.375rem;
    border-radius: 0rem 0rem 3.125rem 3.125rem;
    padding-top: 3.25rem;
  }
}

.c-top__title {
  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;
  text-align: center;
}
.c-top__title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.25rem;
  width: 2.3125rem;
  height: 4.0625rem;
  background-image: url(../imgs/pc/pen_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-top__title::after {
    top: 0rem;
    width: 1.25rem;
    height: 2rem;
  }
}
.c-top__title span {
  position: relative;
  display: inline-block;
  color: #3D9DA4;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0rem 0.875rem 1.125rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-top__title span {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 0rem 0.875rem 0.25rem 0.875rem;
  }
}
.c-top__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background: #3D9DA4;
}
@media screen and (max-width: 767px) {
  .c-top__title span::before {
    height: 1.5px;
  }
}

.c-top-service {
  width: 100%;
  max-width: 85rem;
  height: 24.5rem;
  margin: 0 auto;
  background-image: url(../imgs/pc/disabled_top_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 6.25rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-top-service {
    height: 13.9375rem;
    background-image: url(../imgs/sp/disabled_top_bg.webp);
    border-radius: 0 0 3.125rem 3.125rem;
  }
}
.c-top-service.senior {
  background-image: url(../imgs/pc/senior_top_bg.webp);
}
@media screen and (max-width: 767px) {
  .c-top-service.senior {
    background-image: url(../imgs/sp/senior_top_bg.webp);
  }
}

.c-top-service__inner {
  width: 100%;
  max-width: 72.5rem;
  margin: 0 auto;
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-top-service__inner {
    max-width: 19.375rem;
    padding-top: 3.125rem;
  }
}

.c-top-service__title {
  font-size: 2.1875rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-top-service__title {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.c-nav-side {
  position: sticky;
  top: 15.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  z-index: 10;
  width: 100%;
  max-width: 15rem;
  height: calc(100vh - 6.25rem);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-nav-side::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-nav-side {
    position: relative;
    top: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 100%;
    height: auto;
  }
}

.c-nav-side__lists {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-top: 1px solid #3D9DA4;
}

.c-nav-side__list {
  color: #3D9DA4;
  font-size: 1rem;
  line-height: 1.5;
  border-bottom: 1px solid #3D9DA4;
}

.c-nav-side__link {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #3D9DA4;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.625rem 1.5625rem 0.5625rem 0.625rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.c-nav-side__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #3D9DA4;
  border-right: 1px solid #3D9DA4;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.c-nav-side__link:hover {
  font-weight: 700;
}
.c-nav-side__link:hover::before {
  border-top: 2px solid #3D9DA4;
  border-right: 2px solid #3D9DA4;
}

.c-cta {
  width: 100%;
  background: #FFFDE7;
}

.c-cta__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  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: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    padding: 2.5rem 0;
  }
}

.c-cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta__box {
    width: 100%;
    max-width: 18.75rem;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  border-right: 0.1875rem solid #3D9DA4;
  padding-right: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel {
    border-right: none;
    padding-right: 0rem;
  }
}

.c-cta-tel__title {
  display: inline-block;
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__title {
    width: 16.25rem;
    margin: 0 auto;
    font-size: 1rem;
    padding: 0.625rem 0;
    border-top: 2px solid #84CCC9;
    border-bottom: 2px solid #84CCC9;
  }
}

.c-cta-tel__number {
  display: inline-block;
  color: #595757;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__number {
    font-size: 2.1875rem;
    margin-top: 1.25rem;
    pointer-events: initial;
  }
}
.c-cta-tel__number:hover {
  opacity: 0.7;
}

.c-cta-tel__time {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #3D9DA4;
  border-radius: 5rem;
  padding: 0 2.25rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__time {
    width: 100%;
    max-width: 12.5rem;
    margin: 0.5rem auto 0 auto;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    padding: 0 0.625rem;
  }
}

.c-cta-button {
  display: block;
  width: 21.25rem;
  height: 7.3125rem;
  background: #06C755;
  border: 1px solid #06C755;
  border-radius: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta-button {
    width: 100%;
    height: 4.375rem;
  }
}
.c-cta-button:hover {
  background: #fff;
}
.c-cta-button:hover a {
  color: #06C755;
}
.c-cta-button:hover a .arrow {
  background: #06C755;
}
.c-cta-button:hover a .arrow::before {
  background-image: url(../imgs/pc/arrow_white.svg);
}
.c-cta-button a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding-right: 5.4375rem;
}
@media screen and (max-width: 767px) {
  .c-cta-button a {
    padding-right: 0rem;
  }
}
.c-cta-button .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.9375rem;
  width: 5.4375rem;
  height: 5.4375rem;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta-button .arrow {
    display: none;
  }
}
.c-cta-button .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 0.125rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.3125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-cta-button .min {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-cta-button .min {
    font-size: 0.6875rem;
  }
}
.c-cta-button.light-green {
  width: 25.25rem;
  background: #84CCC9;
  border: 1px solid #84CCC9;
}
@media screen and (max-width: 767px) {
  .c-cta-button.light-green {
    width: 100%;
  }
}
.c-cta-button.light-green .arrow::before {
  background-image: url(../imgs/pc/arrow_lightgreen.svg);
}
.c-cta-button.light-green:hover {
  background: #fff;
}
.c-cta-button.light-green:hover a {
  color: #84CCC9;
}
.c-cta-button.light-green:hover a .arrow {
  background: #84CCC9;
}

.c-article-news {
  position: relative;
  width: 100%;
  padding: 1.1875rem 0;
  border-bottom: 1px solid #84CCC9;
}
.c-article-news:first-of-type {
  padding-top: 0rem;
}
.c-article-news:hover .c-article-news__title {
  color: #84CCC9;
}

.c-article-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-article-news__group {
    gap: 0.625rem;
  }
}

.c-article-news__category {
  min-width: 5.625rem;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28125rem 0.625rem;
  border-radius: 0.1875rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .c-article-news__category {
    padding: 0.25rem 0.625rem;
  }
}

.c-article-news__time {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-article-news__time {
    font-size: 0.875rem;
  }
}

.c-article-news__title {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-article-news__title {
    font-size: 0.875rem;
  }
}

.c-article-column {
  width: 100%;
}
.c-article-column:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-article-column__thumbnail {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.c-article-column__img {
  position: relative;
  padding-top: 61.1111111111%;
}
.c-article-column__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-article-column__box {
  width: 100%;
  margin-top: 0.9375rem;
}

.c-article-column__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.c-article-column__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28125rem 0.3125rem;
  border-radius: 0.1875rem;
  background: #84CCC9;
}

.c-article-column__time {
  color: #595757;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-article-column__title {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}

.c-nursing {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .c-nursing {
    padding: 4.375rem 1.5rem 3.125rem 1.5rem;
  }
}
.c-nursing.orange {
  padding-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-nursing.orange {
    padding-top: 2rem;
  }
}

.c-nursing__img {
  width: 100%;
  max-width: 33.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nursing__img {
    max-width: 15.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nursing__img.orange {
    max-width: 18.75rem;
  }
}

.c-nursing__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: -2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-nursing__title {
    font-size: 1.375rem;
    margin-top: 0.75rem;
  }
}
.c-nursing__title.orange {
  color: #EF9B00;
}
@media screen and (max-width: 767px) {
  .c-nursing__title.orange {
    margin-top: -0.5rem;
  }
}

.c-nursing__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-nursing__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-nursing__text.orange {
    text-align: center;
  }
}

.c-nursing__wrapper {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing__wrapper {
    max-width: 15rem;
    margin: 2rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}
.c-nursing__wrapper::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 4.0625rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.0625rem 7.0625rem 0 7.0625rem;
  border-color: #84CCC9 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .c-nursing__wrapper::before {
    top: calc(100% + 1.0625rem);
    border-width: 1.75rem 4rem 0 4rem;
  }
}
.c-nursing__wrapper.orange::before {
  border-color: #EF9B00 transparent transparent transparent;
}

.c-nursingSec {
  width: 100%;
}

.c-nursingSec__img {
  width: 100%;
}

.c-nursingSec__text {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-nursingSec__text {
    font-size: 0.875rem;
    margin-top: 0.8125rem;
  }
}

.c-nursing__bigText {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing__bigText {
    font-size: 1.125rem;
    margin-top: 5.4375rem;
  }
}

.c-nursing__linkBox {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing__linkBox {
    margin-top: 1rem;
  }
}

.c-nursing__link {
  display: inline-block;
  color: #3D9DA4;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
.c-nursing__link:hover {
  opacity: 0.7;
}

.c-nursing-service {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-service {
    padding: 6.4375rem 1.5rem 5rem 1.5rem;
  }
}

.c-nursing-serviceMain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceMain {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.c-nursing-serviceMain__box {
  width: 100%;
}

.c-nursing-serviceMain__title {
  color: #3D9DA4;
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceMain__title {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.c-nursing-serviceMain__title.orange {
  color: #EF9B00;
}

.c-nursing-serviceMain__text {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceMain__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    margin-top: 1.875rem;
  }
}

.c-nursing-serviceMain__img {
  width: 100%;
  max-width: 21.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceMain__img {
    position: absolute;
    top: -5.3125rem;
    right: 0rem;
    max-width: 10.125rem;
  }
}

.c-nursing-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5.3125rem;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-service__wrapper {
    gap: 4.5625rem;
    margin-top: 3.3125rem;
  }
}

.c-nursing-serviceSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.25rem;
  }
}
.c-nursing-serviceSec.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.c-nursing-serviceSec__box {
  width: 100%;
}

.c-nursing-serviceSec__title {
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__title {
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}

.c-nursing-serviceSec__band {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-bottom: 1.125rem;
  text-align: center;
  border-bottom: 0.1875rem dashed #84CCC9;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__band {
    font-size: 0.875rem;
    letter-spacing: 0em;
  }
}
.c-nursing-serviceSec__band.orange {
  border-bottom: 0.1875rem dashed #EF9B00;
}

.c-nursing-serviceSec__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 1.25rem;
}

.c-nursing-serviceSec__imgBox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__imgBox {
    max-width: 100%;
    margin-top: 0rem;
  }
}

.c-nursing-serviceSec__img {
  width: 100%;
}

.c-nursing-serviceSec__number {
  position: absolute;
  z-index: 2;
  top: -1.875rem;
  left: 1.625rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__number {
    top: -0.9375rem;
  }
}
.c-nursing-serviceSec__number.number01 {
  width: 1.1875rem;
}
.c-nursing-serviceSec__number.number02 {
  top: -1.875rem;
  left: 1rem;
  width: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__number.number02 {
    top: -0.9375rem;
  }
}
.c-nursing-serviceSec__number.number03 {
  top: -1.5625rem;
  left: 1.25rem;
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__number.number03 {
    top: -0.9375rem;
  }
}
.c-nursing-serviceSec__number.number04 {
  top: -2.3125rem;
  left: 1.125rem;
  width: 2.6875rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-serviceSec__number.number04 {
    top: -0.9375rem;
  }
}

.c-nursing-price {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-price {
    padding: 0 1.25rem 3.75rem 1.25rem;
  }
}

.c-nursing-price__title {
  color: #3D9DA4;
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-nursing-price__title {
    font-size: 1.5rem;
  }
}
.c-nursing-price__title.orange {
  color: #EF9B00;
}

.c-nursing-price__text {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-price__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    margin-top: 1.875rem;
  }
}

.c-nursing-price__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-price__wrapper {
    max-width: 21.875rem;
    margin: 2rem auto 0 auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}

.c-nursing-priceTable {
  width: 100%;
  background: #FFFDE7;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable {
    border-radius: 0.8125rem;
  }
}

.c-nursing-priceTable__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.1875rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-nursing-priceTable__title.orange {
  background: #FFC251;
}

.c-nursing-priceTable__box {
  width: 100%;
  padding: 1.5rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable__box {
    padding: 0.875rem 0.6875rem 0.5rem 0.6875rem;
  }
}

.c-nursing-priceTable__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-nursing-priceTable__dl dt {
  width: 9.375rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.46875rem 0.375rem;
  border-right: 1px solid rgba(132, 204, 201, 0.6);
  border-bottom: 1px solid rgba(132, 204, 201, 0.6);
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable__dl dt {
    width: 5.9375rem;
    font-size: 0.875rem;
    padding: 0.46875rem 0.1875rem;
    vertical-align: middle;
  }
  .c-nursing-priceTable__dl dt .minSp {
    display: block;
    font-size: 0.75rem;
  }
  .c-nursing-priceTable__dl dt > span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-nursing-priceTable__dl dt:first-of-type {
  padding-top: 0rem;
}
.c-nursing-priceTable__dl dt:last-of-type {
  border-bottom: none;
}
.c-nursing-priceTable__dl dd {
  width: calc(100% - 9.375rem);
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.46875rem 0.75rem;
  border-bottom: 1px solid rgba(132, 204, 201, 0.6);
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable__dl dd {
    width: calc(100% - 5.9375rem);
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.46875rem 0.5rem;
    vertical-align: middle;
  }
  .c-nursing-priceTable__dl dd > span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-nursing-priceTable__dl dd:first-of-type {
  padding-top: 0rem;
}
.c-nursing-priceTable__dl dd:last-of-type {
  border-bottom: none;
}
.c-nursing-priceTable__dl.orange dt {
  border-right: 1px solid rgba(255, 194, 81, 0.6);
  border-bottom: 1px solid rgba(255, 194, 81, 0.6);
}
.c-nursing-priceTable__dl.orange dd {
  border-bottom: 1px solid rgba(255, 194, 81, 0.6);
}

.c-nursing-price__comment {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-price__comment {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1.25rem;
  }
}

.c-nursing-price__wrapper02 {
  width: 100%;
  max-width: 43.75rem;
  margin: 3.4375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nursing-price__wrapper02 {
    max-width: 21.875rem;
    margin: 2rem auto 0 auto;
  }
}

.c-nursing-priceTable02 {
  width: 100%;
  background: #FFFDE7;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable02 {
    border-radius: 0.8125rem;
  }
}

.c-nursing-priceTable02__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.1875rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable02__title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-nursing-priceTable02__title.orange {
  background: #FFC251;
}

.c-nursing-priceTable02__box {
  width: 100%;
  padding: 1.25rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable02__box {
    padding: 0.9375rem 0.8125rem 0rem 0.8125rem;
  }
}

.c-nursing-priceTable02__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.c-nursing-priceTable02__dl .w700 {
  font-weight: 700;
  text-align: center;
}
.c-nursing-priceTable02__dl dt {
  width: 11.5625rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.46875rem 0rem;
  border-bottom: 1px solid rgba(132, 204, 201, 0.6);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable02__dl dt {
    width: 6.25rem;
    font-size: 0.875rem;
    padding: 0.46875rem 0.1875rem;
    vertical-align: middle;
  }
  .c-nursing-priceTable02__dl dt .minSp {
    display: block;
    font-size: 0.75rem;
  }
  .c-nursing-priceTable02__dl dt > span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-nursing-priceTable02__dl dt.barNot {
  border-bottom: none;
}
.c-nursing-priceTable02__dl dd {
  width: 14.9375rem;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.46875rem 0rem;
  border-left: 1px solid rgba(132, 204, 201, 0.6);
  border-bottom: 1px solid rgba(132, 204, 201, 0.6);
}
@media screen and (max-width: 767px) {
  .c-nursing-priceTable02__dl dd {
    width: 6.9375rem;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.46875rem 0.5rem;
    vertical-align: middle;
  }
  .c-nursing-priceTable02__dl dd > span {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-nursing-priceTable02__dl dd.barNot {
  border-bottom: none;
}
.c-nursing-priceTable02__dl.orange dt {
  border-right: 1px solid rgba(255, 194, 81, 0.6);
  border-bottom: 1px solid rgba(255, 194, 81, 0.6);
}
.c-nursing-priceTable02__dl.orange dd {
  border-bottom: 1px solid rgba(255, 194, 81, 0.6);
}

.c-nursing-price02__comment {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .c-nursing-price02__comment {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-top: 1.25rem;
  }
}

.c-card {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4375rem;
  border-radius: 1.875rem;
  background: #FFFDE7;
  padding-top: 1.0625rem;
  padding-left: 6.6875rem;
  padding-bottom: 3.4375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-card {
    max-width: 21.375rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0rem;
    padding: 1.5rem;
  }
}
.c-card::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 19.0625rem;
  height: 16.4375rem;
  background-image: url(../imgs/pc/staff_cta_item.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-card::before {
    width: 7.375rem;
    height: 8.9375rem;
    background-image: url(../imgs/sp/staff_cta_item.svg);
  }
}
.c-card::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 16.625rem;
  height: 21.4375rem;
  background-image: url(../imgs/pc/staff_cta_item02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-card::after {
    width: 8.1875rem;
    height: 10.8125rem;
    background-image: url(../imgs/sp/staff_cta_item02.svg);
  }
}

.c-card__box {
  width: 100%;
  max-width: 42.375rem;
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .c-card__box {
    max-width: 100%;
    padding-top: 0rem;
  }
}

.c-card__title {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.25rem;
  }
}

.c-card__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    max-width: 13.375rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.c-card__button {
  position: relative;
  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;
  width: 100%;
  max-width: 14.75rem;
  height: 5rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 2.375rem;
  margin-top: 0.875rem;
  margin-left: auto;
  border-radius: 5rem;
  background: #84CCC9;
  border: 1px solid #84CCC9;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__button {
    max-width: 9.125rem;
    height: 2.0625rem;
    font-size: 0.75rem;
    padding-right: 1.4375rem;
    margin-top: 0.9375rem;
    margin-left: 4.25rem;
  }
}
.c-card__button:hover {
  background: #fff;
}
.c-card__button:hover::after {
  background-image: url(../imgs/pc/arrow_lightgreen.svg);
}
.c-card__button:hover a {
  color: #84CCC9;
}
.c-card__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3rem;
  width: 1.125rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-card__button::after {
    right: 1.875rem;
    width: 0.8125rem;
    height: 0.6875rem;
  }
}

.c-card__img {
  width: 11.8125rem;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    position: absolute;
    top: 5.375rem;
    right: 1rem;
    width: 5rem;
  }
}

.c-company {
  width: 100%;
}

.c-company__title {
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-company__title {
    font-size: 1.5rem;
    line-height: 1.4166666667;
  }
}

.c-company__box {
  width: 100%;
  max-width: 66.125rem;
  margin: 1.875rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-company__box {
    max-width: 21.875rem;
    margin: 1.25rem auto 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
  }
}

.c-company__dl {
  width: 100%;
  max-width: 32.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-company__dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    max-width: 100%;
  }
}
.c-company__dl dt {
  width: 11.25rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  background: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .c-company__dl dt {
    width: 4.875rem;
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-bottom: 0.625rem;
  }
}
.c-company__dl dt span {
  width: 100%;
  height: 100%;
  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;
}
.c-company__dl dd {
  width: calc(100% - 11.25rem);
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-company__dl dd {
    width: calc(100% - 4.875rem);
    font-size: 0.875rem;
    line-height: 1.4;
    padding-left: 0.625rem;
    padding-top: 0.4375rem;
  }
  .c-company__dl dd.ptSp0 {
    padding-top: 0rem;
  }
  .c-company__dl dd.lhSp {
    line-height: 2.2857142857;
    padding-top: 0rem;
    margin-bottom: 1.5625rem;
  }
}
.c-company__dl dd span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-company__dl dd .logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .c-company__dl dd .logoBox {
    padding-left: 0rem;
  }
}
.c-company__dl dd .logo {
  width: 5.1875rem;
}
@media screen and (max-width: 767px) {
  .c-company__dl dd .logo {
    width: 3.625rem;
  }
}
.c-company__dl dd .logo:hover {
  opacity: 0.7;
}
.c-company__dl dd .logo02 {
  width: 13.0625rem;
}
@media screen and (max-width: 767px) {
  .c-company__dl dd .logo02 {
    width: 10.875rem;
  }
}
.c-company__dl dd .logo02:hover {
  opacity: 0.7;
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
    top: 0.9375rem;
    right: 0.9375rem;
    width: 4.375rem;
    height: 4.375rem;
    background: #fff;
    border-radius: 100%;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 1.3125rem;
  width: 1.75rem;
  height: 0.1875rem;
  background: #84CCC9;
  border-radius: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 1.4375rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 2.0625rem;
}
.c-hamburger span:nth-of-type(3) {
  top: 2.6875rem;
}
.c-hamburger p {
  font-size: 1rem;
  line-height: 1.4375;
  text-align: center;
  padding-top: 1.0625rem;
}

.c-hamburger.active span:nth-of-type(1) {
  top: 2.0625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  display: none;
}
.c-hamburger.active span:nth-of-type(3) {
  top: 2.0625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFDE7;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__inner {
  padding: 1.1875rem 1.5rem 1.875rem 1.5rem;
}

.c-hamburger-nav__logo {
  width: 8.25rem;
}
.c-hamburger-nav__logo:hover {
  opacity: 0.7;
}

.c-hamburger-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.5rem;
  padding: 0 1rem 2.5rem 1rem;
  margin-top: 2.5rem;
  border-bottom: 1px solid #3D9DA4;
}
.c-hamburger-nav__lists.no-bar {
  padding-bottom: 0rem;
  border-bottom: none;
}

.c-hamburger-nav__list {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-hamburger-nav__link {
  position: relative;
  left: 0;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-hamburger-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.6875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/arrow_green02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__link:hover {
  color: #3D9DA4;
  padding-left: 1.25rem;
}
.c-hamburger-nav__link:hover::before {
  opacity: 1;
}

.c-hamburger-nav__subLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  padding-left: 1rem;
  margin-top: 1.25rem;
}

.c-hamburger-nav__subList {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.c-hamburger-nav__subLink {
  position: relative;
  left: 0;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-hamburger-nav__subLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.6875rem;
  height: 0.875rem;
  background-image: url(../imgs/pc/arrow_green02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__subLink:hover {
  color: #3D9DA4;
  padding-left: 1.25rem;
}
.c-hamburger-nav__subLink:hover::before {
  opacity: 1;
}

.c-hamburger-nav__link02 {
  width: 100%;
  max-width: 18.625rem;
  height: 4.625rem;
  margin: 2.5rem auto 0 auto;
  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;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.625rem;
  background: #FFF462;
}
.c-hamburger-nav__link02.green {
  background: #84CCC9;
}
.c-hamburger-nav__link02:hover {
  opacity: 0.7;
}

.c-hamburger-nav__column {
  width: 100%;
  max-width: 20.625rem;
  padding: 2.5rem 0.9375rem;
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  margin: 3.75rem auto 0 auto;
}

.c-hamburger-nav__telBox {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
}

.c-hamburger-nav__name {
  width: 100%;
  max-width: 16.25rem;
  color: #595757;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.625rem;
  border-top: 0.125rem solid #84CCC9;
  border-bottom: 0.125rem solid #84CCC9;
}

.c-hamburger-nav__tel {
  width: 100%;
  text-align: center;
}

.c-hamburger-nav__number {
  display: inline-block;
  color: #595757;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.1875rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav__number {
    pointer-events: initial;
  }
}
.c-hamburger-nav__number:hover {
  opacity: 0.7;
}

.c-hamburger-nav__time {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8888888889;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #3D9DA4;
  border-radius: 5rem;
  padding: 0.125rem 1.6875rem;
  margin-top: 0.3125rem;
}

.c-hamburger-nav__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.125rem;
}

.c-hamburger-nav__button {
  display: block;
  width: 18.75rem;
  height: 4.375rem;
  background: #06C755;
  border: 1px solid #06C755;
  border-radius: 6.25rem;
  overflow: hidden;
}
.c-hamburger-nav__button a {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.c-hamburger-nav__button .min {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c-hamburger-nav__button:hover {
  background: #fff;
}
.c-hamburger-nav__button:hover a {
  color: #06C755;
}
.c-hamburger-nav__button:hover a .arrow {
  background: #06C755;
}
.c-hamburger-nav__button.light-green {
  background: #84CCC9;
  border: 1px solid #84CCC9;
}
.c-hamburger-nav__button.light-green:hover {
  background: #fff;
}
.c-hamburger-nav__button.light-green:hover a {
  color: #84CCC9;
}
.c-hamburger-nav__button.light-green:hover a .arrow {
  background: #84CCC9;
}

.c-hamburger-nav.active {
  z-index: 98;
  opacity: 1;
}

.p-fv {
  position: relative;
  width: 100%;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-bottom: 0rem;
  }
}

.p-fv__item {
  position: absolute;
  top: 10.4166666667vw;
  right: 19.0972222222vw;
  width: 11.875vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    top: 9.7435897436vw;
    right: 15.3846153846vw;
    width: 12.0512820513vw;
  }
}

.p-fv__item02 {
  position: absolute;
  top: 16.3194444444vw;
  right: 0;
  width: 22.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item02 {
    top: 32.0512820513vw;
    width: 22.0512820513vw;
  }
}

.p-fv__item03 {
  position: absolute;
  top: 27.4305555556vw;
  left: 0;
  width: 21.6666666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item03 {
    top: 43.0769230769vw;
    width: 21.7948717949vw;
  }
}

.p-fv__item04 {
  position: absolute;
  top: 57.3611111111vw;
  left: 9.5833333333vw;
  width: 12.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item04 {
    top: 70vw;
    left: auto;
    right: 0;
    width: 17.6923076923vw;
  }
}

.p-fv__item05 {
  position: absolute;
  top: 91.2820512821vw;
  left: 0;
  width: 14.8717948718vw;
}

.p-fv__img {
  width: 100%;
}

.p-fv__inner {
  width: 100%;
}

.p-fv__title {
  color: #595757;
  font-size: 3.125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 1.375rem;
  }
}
.p-fv__title span {
  color: #3D9DA4;
}

.p-fv__text {
  color: #595757;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv__text {
    font-size: 0.875rem;
    padding-left: 0.5rem;
    margin-top: 0.4375rem;
  }
}

.p-fv-about {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 6.25rem;
  margin-bottom: 7.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about {
    margin-top: 8.75rem;
    margin-bottom: 0rem;
  }
}

.p-fv-about__item {
  position: absolute;
  z-index: -1;
  top: -12.3611111111vw;
  right: 0;
  width: 24.9305555556vw;
}
@media screen and (max-width: 767px) {
  .p-fv-about__item {
    display: none;
  }
}

.p-fv-about__item02 {
  position: absolute;
  z-index: -1;
  top: 20.8333333333vw;
  left: 0;
  width: 25.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-about__item02 {
    display: none;
  }
}

.p-fv-about__title {
  position: absolute;
  z-index: 2;
  top: 0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 74.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title {
    top: -0.75rem;
    max-width: 20.625rem;
  }
}
.p-fv-about__title::before {
  content: attr(data-en);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title::before {
    font-size: 1.25rem;
    margin-bottom: 0.125rem;
  }
}
.p-fv-about__title span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0.875rem 0 1.875rem;
  background: #FFF462;
  border-radius: 0.625rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__title span {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0 0.3125rem 0 0.9375rem;
    border-radius: 0.3125rem;
    margin-top: 0rem;
  }
}
.p-fv-about__title span:first-of-type {
  margin-top: 0rem;
}

.p-fv-about__img {
  width: 100%;
  max-width: 81.9444444444vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__img {
    max-width: 100%;
  }
}

.p-fv-about__box {
  width: 100%;
  max-width: 63.125rem;
  margin: 0 5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__box {
    padding: 0 1.5rem;
    margin: 0;
  }
}

.p-fv-about__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-about__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}

.p-fv-about__button:not(:root) {
  max-width: 20.625rem;
  margin-top: -0.625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-about__button:not(:root) {
    max-width: 15.4375rem;
    margin-top: 1.25rem;
  }
}

.p-fv-service {
  position: relative;
  z-index: 1;
  width: 100%;
  background-image: url(../imgs/pc/fv_service_bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fv-service {
    border-radius: 3.125rem 3.125rem 0 0;
    background-image: url(../imgs/sp/fv_service_bg.webp);
    margin-top: 3.75rem;
  }
}

.p-fv-service__item {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 1.3888888889vw;
  width: 16.3888888889vw;
}
@media screen and (max-width: 767px) {
  .p-fv-service__item {
    display: none;
  }
}

.p-fv-service__item02 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-service__item02 {
    display: block;
    position: absolute;
    z-index: -1;
    top: 9.25rem;
    right: 0;
    width: 6.875rem;
  }
}

.p-fv-service__item03 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-service__item03 {
    display: block;
    position: absolute;
    z-index: -1;
    top: 20.8125rem;
    left: 0;
    width: 11.0625rem;
  }
}

.p-fv-service__item04 {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fv-service__item04 {
    display: block;
    position: absolute;
    z-index: -1;
    top: 39.1875rem;
    right: 0;
    width: 7.0625rem;
  }
}

.p-fv-service__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.8125rem;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__inner {
    padding: 2.5rem 0.625rem 4.375rem 0.625rem;
  }
}

.p-fv-service__title {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-fv-service__title::before {
  content: attr(data-en);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__title::before {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-fv-service__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.5625rem;
  }
}

.p-fv-service__wrapper {
  width: 100%;
  max-width: 66.625rem;
  margin: 3.75rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.375rem;
    margin: 3.5rem auto 0 auto;
  }
}

.p-fv-service__cont {
  position: relative;
  z-index: 1;
  width: 31.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__cont {
    width: 15rem;
    margin-right: 0rem;
    margin-left: 6.25rem;
  }
  .p-fv-service__cont.orange {
    margin-right: 6.25rem;
    margin-left: 0;
  }
}
.p-fv-service__cont:hover {
  opacity: 0.7;
}

.p-fv-service__number {
  position: absolute;
  z-index: 2;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.1875rem;
  line-height: 1.3921568627;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__number {
    top: -0.4375rem;
    left: auto;
    right: 1.875rem;
    -webkit-transform: none;
            transform: none;
  }
}
.p-fv-service__number.orange {
  color: #FFCE73;
}
@media screen and (max-width: 767px) {
  .p-fv-service__number.orange {
    left: 0.9375rem;
    right: auto;
  }
}

.p-fv-service__box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 31.25rem;
  background: #fff;
  border-radius: 100%;
  padding-top: 6.375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-service__box {
    height: 15rem;
    padding-top: 3.125rem;
  }
}
.p-fv-service__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.25rem;
  width: 31.25rem;
  height: 7.25rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-fv-service__box::before {
    bottom: -0.625rem;
    width: 15rem;
    height: 3.625rem;
  }
}
.p-fv-service__box.orange::before {
  background: #FFCE73;
}

.p-fv-service__plan {
  font-size: 1.875rem;
  line-height: 1.5333333333;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-service__plan {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.p-fv-service__img {
  width: 100%;
  max-width: 19.375rem;
  margin: -1.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-service__img {
    max-width: 9.3125rem;
    margin: -0.625rem auto 0 auto;
  }
}
.p-fv-service__img.orange {
  margin: -0.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-service__img.orange {
    margin: 0rem auto 0 auto;
  }
}

.p-fv-service__column {
  width: 100%;
  max-width: 67.125rem;
  margin: 4.75rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-fv-service__column {
    max-width: 21.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.625rem;
    margin: 2.875rem auto 0 auto;
  }
}

.p-fv-service__group {
  display: block;
  width: 100%;
  max-width: 21.5625rem;
  padding: 1.5rem 2.875rem;
  border-radius: 1.25rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    max-width: 100%;
    padding: 0.9375rem;
    border-radius: 0.625rem;
  }
}
.p-fv-service__group:hover {
  opacity: 0.7;
}
.p-fv-service__group.big {
  padding: 1.5rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group.big {
    padding: 0.9375rem;
  }
}
.p-fv-service__group .name {
  position: relative;
  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;
  color: #3D9DA4;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .name {
    width: 6.875rem;
    font-size: 1rem;
    line-height: 1.5833333333;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-fv-service__group .name::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  background-image: url(../imgs/pc/fv_service_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .name::before {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-fv-service__group .name.icon02::before {
  background-image: url(../imgs/pc/fv_service_icon02.svg);
}
.p-fv-service__group .name.icon03::before {
  width: 2.5625rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/fv_service_icon03.svg);
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .name.icon03::before {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.p-fv-service__group .name span {
  position: relative;
  display: inline-block;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .name span {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-fv-service__group .name span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5rem;
  width: 0.125rem;
  height: 2.375rem;
  background: #3D9DA4;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .name span::before {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 1px;
    height: 1.25rem;
    margin: 0 0.625rem;
  }
}
.p-fv-service__group .exp {
  display: block;
  color: #595757;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__group .exp {
    font-size: 0.875rem;
    margin-top: 0rem;
  }
}

.p-fv-availability {
  position: relative;
  z-index: 1;
  width: 100%;
}

.p-fv-availability__item {
  position: absolute;
  z-index: -1;
  bottom: -0.3472222222vw;
  right: 4.375vw;
  width: 12.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__item {
    display: none;
  }
}

.p-fv-availability__inner {
  width: 100%;
  max-width: 74.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 8.125rem;
  padding-right: 0.8125rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 3.125rem;
    padding-top: 1.25rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
  }
}

.p-fv-availability__box {
  position: relative;
  width: 100%;
  max-width: 41.5rem;
  height: 27.25rem;
  background-image: url(../imgs/pc/fv_availability_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__box {
    max-width: 20.625rem;
    height: 13.5625rem;
    background-image: url(../imgs/sp/fv_availability_bg.webp);
  }
}

.p-fv-availability__title {
  position: absolute;
  top: 2.9375rem;
  left: -1.3125rem;
  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;
  width: 100%;
  max-width: 19.625rem;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem;
  background: #3D9DA4;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__title {
    top: 1.4375rem;
    left: -0.625rem;
    max-width: 9.75rem;
    font-size: 0.8125rem;
    padding: 0.3125rem;
  }
}
.p-fv-availability__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.875rem;
  left: 0;
  width: 1.4375rem;
  height: 0.9375rem;
  background-image: url(../imgs/pc/title_band.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__title::before {
    bottom: -0.40625rem;
    width: 0.6875rem;
    height: 0.4375rem;
  }
}

.p-fv-availability__band {
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__band {
    font-size: 0.625rem;
    line-height: 1.6;
    padding-top: 4.875rem;
  }
}

.p-fv-availability__text {
  color: #595757;
  font-size: 2.125rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__text {
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
}
.p-fv-availability__text strong {
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF462));
  background: linear-gradient(transparent 70%, #FFF462 70%);
}

.p-fv-availability__column {
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__column {
    max-width: 20.625rem;
    margin: 0 auto;
  }
}

.p-fv-availability__telBox {
  width: 100%;
  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: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__telBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

.p-fv-availability__name {
  width: 100%;
  max-width: 9.125rem;
  color: #595757;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.625rem;
  border-top: 0.125rem solid #84CCC9;
  border-bottom: 0.125rem solid #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__name {
    max-width: 100%;
    font-size: 1rem;
  }
}

.p-fv-availability__tel {
  width: 100%;
  max-width: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__tel {
    text-align: center;
  }
}

.p-fv-availability__number {
  display: inline-block;
  color: #595757;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__number {
    pointer-events: initial;
    font-size: 2.1875rem;
  }
}
.p-fv-availability__number:hover {
  opacity: 0.7;
}

.p-fv-availability__time {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #3D9DA4;
  border-radius: 5rem;
  padding: 0 2.25rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__time {
    font-size: 0.875rem;
    padding: 0.125rem 1.6875rem;
  }
}

.p-fv-availability__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  margin-top: 3.125rem;
}

.p-fv-availability__button:not(:root) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__button:not(:root) {
    max-width: 20.625rem;
    height: 4.6875rem;
  }
}
.p-fv-availability__button:not(:root) a {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__button:not(:root) a {
    font-size: 1rem;
    letter-spacing: 0.04em;
    padding-right: 2.5rem;
  }
}
.p-fv-availability__button:not(:root) a .min {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-availability__button:not(:root) a .min {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-availability__button:not(:root) a.minSp {
    font-size: 0.9375rem;
    padding-right: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-availability__button:not(:root) a .arrow {
    right: 0.625rem;
    width: 3.4375rem;
    height: 3.4375rem;
  }
  .p-fv-availability__button:not(:root) a .arrow::before {
    left: calc(50% - 0.0625rem);
    width: 0.875rem;
    height: 0.6875rem;
  }
}

.p-fv-introduce {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce {
    margin-top: 6.75rem;
  }
}

.p-fv-introduce__img {
  width: 100%;
  max-width: 52.0833333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__img {
    max-width: 100%;
  }
}

.p-fv-introduce__box {
  position: absolute;
  top: 0;
  left: 53.8888888889vw;
  z-index: 2;
  width: 100%;
  max-width: 36.375rem;
}
@media screen and (max-width: 1380px) {
  .p-fv-introduce__box {
    left: 51.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__box {
    position: initial;
    top: auto;
    left: auto;
    padding: 0 1.5rem;
  }
}

.p-fv-introduce__title {
  position: relative;
  left: -4.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__title {
    position: absolute;
    width: 100%;
    max-width: 23.125rem;
    top: -2.3125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 8.25rem;
  }
}
.p-fv-introduce__title::before {
  content: attr(data-en);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__title::before {
    font-size: 1.25rem;
    margin-bottom: 0.3125rem;
  }
}
.p-fv-introduce__title span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 1.875rem;
  background: #FFF462;
  border-radius: 0.625rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__title span {
    font-size: 1.125rem;
    line-height: 1.3888888889;
    padding: 0 0.9375rem;
    border-radius: 0.3125rem;
    margin-top: 0rem;
  }
}
.p-fv-introduce__title span:first-of-type {
  margin-top: 0rem;
}

.p-fv-introduce__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.75rem;
  }
}

.p-fv-introduce__button {
  max-width: 20.625rem;
  margin-top: 2.5rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-introduce__button.minSp {
    max-width: 15.4375rem;
    margin-top: 2rem;
  }
}

.p-fv-news {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news {
    margin-top: 5.375rem;
    padding: 0 1.875rem;
  }
}

.p-fv-news__item {
  position: absolute;
  z-index: -1;
  top: 8.5416666667vw;
  left: 0;
  width: 12.9166666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv-news__item {
    display: none;
  }
}

.p-fv-news__inner {
  width: 100%;
  max-width: 64.25rem;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-news__titleBox {
    width: 100%;
    padding-bottom: 0.9375rem;
    border-bottom: 2px solid #FFF462;
  }
}

.p-fv-news__title {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.p-fv-news__title::before {
  content: attr(data-en);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title::before {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-fv-news__linkBox {
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__linkBox {
    width: 100%;
    text-align: right;
    margin-top: 1.25rem;
  }
}

.p-fv-news__allLink {
  position: relative;
  display: inline-block;
  color: #84CCC9;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__allLink {
    font-size: 0.875rem;
    padding-right: 1.75rem;
  }
}
.p-fv-news__allLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/arrow_en_lightgreen.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-news__allLink::after {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.p-fv-news__allLink span {
  border-bottom: 0.125rem solid #84CCC9;
}
.p-fv-news__allLink:hover {
  color: #3D9DA4;
}
.p-fv-news__allLink:hover::after {
  background-image: url(../imgs/pc/arrow_en_green.svg);
}
.p-fv-news__allLink:hover span {
  border-bottom: 0.125rem solid #3D9DA4;
}

.p-fv-news__wrapper {
  width: 100%;
  max-width: 51.875rem;
  padding: 1.875rem 0rem 1.875rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  border-left: 0.25rem solid #FFF462;
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    max-width: 100%;
    border-left: none;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.p-fv-news__link {
  width: 100%;
}
.p-fv-news__link:hover .p-fv-news__postTitle {
  color: #3D9DA4;
}

.p-fv-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__group {
    gap: 0.625rem;
  }
}

.p-fv-news__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 1.25rem;
  border-radius: 0.3125rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-fv-news__category {
    padding: 0.125rem 0.9375rem;
  }
}

.p-fv-news__time {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-news__time {
    font-size: 0.875rem;
  }
}

.p-fv-news__postTitle {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__postTitle {
    font-size: 0.875rem;
  }
}

.p-fv-column {
  width: 100%;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column {
    margin-top: 3.375rem;
  }
}

.p-fv-column__title {
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-column__title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.p-fv-column__title::before {
  content: attr(data-en);
  display: block;
  color: #84CCC9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__title::before {
    font-size: 1.25rem;
    margin-bottom: 0rem;
  }
}

.p-fv-column__inner {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-column__inner {
    padding: 0 1.5rem;
  }
}

.p-fv-column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__wrapper {
    grid-template-columns: repeat(1, 1fr);
    max-width: 17.5rem;
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-column__link {
  width: 100%;
}
.p-fv-column__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-fv-column__thumbnail {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-column__thumbnail {
    border-radius: 0.625rem;
  }
}

.p-fv-column__img {
  position: relative;
  padding-top: 61.1111111111%;
}
.p-fv-column__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-column__box {
  width: 100%;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__box {
    margin-top: 0.625rem;
  }
}

.p-fv-column__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-fv-column__category {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28125rem 0.3125rem;
  border-radius: 0.1875rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-fv-column__category {
    padding: 0.125rem 0.625rem;
  }
}

.p-fv-column__time {
  color: #595757;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-column__time {
    font-size: 0.875rem;
  }
}

.p-fv-column__postTitle {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-column__postTitle {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.625rem;
  }
}

.p-fv-column__button:not(:root) {
  max-width: 20.625rem;
  margin-top: 1.875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fv-column__button:not(:root) {
    max-width: 15.4375rem;
    margin-top: 1.875rem;
  }
}

.p-fv-card {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-fv-card {
    margin-top: 6.25rem;
  }
}

.p-fv-company {
  margin-top: 6.25rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-company {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.p-news {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 3.125rem 1.5rem;
  }
}

.p-p-news__wrapper {
  width: 100%;
}

.p-single-news {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-news {
    padding: 3.125rem 1.5rem;
  }
}

.p-single-news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__group {
    gap: 0.625rem;
  }
}

.p-single-news__category {
  min-width: 5.625rem;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.625rem;
  border-radius: 0.1875rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-single-news__category {
    font-size: 0.875rem;
  }
}

.p-single-news__time {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-single-news__time {
    font-size: 1rem;
  }
}

.p-single-news__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-news__title {
    font-size: 1.25rem;
  }
}

.p-single-news__button {
  margin: 5.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single-news__button {
    margin: 3.125rem auto 0 auto;
  }
}

.p-single-content {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content {
    margin-top: 1.875rem;
  }
}
.p-single-content h2 {
  color: #fff;
  background: #3D9DA4;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.75rem 1.25rem;
  border-radius: 0.4375rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-content h2 {
    margin-top: 1.875rem;
  }
}
.p-single-content h3 {
  color: #3D9DA4;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 0.9375rem;
  border-left: 0.3125rem solid #3D9DA4;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.p-single-content h4 {
  color: #EF9B00;
  font-size: 1.3125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.p-single-content h5 {
  color: #3D9DA4;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.p-single-content h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  margin-bottom: 0.875rem;
}
.p-single-content p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}
.p-single-content img {
  width: auto;
  border-radius: 1.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content img {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-content figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content figure {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}
.p-single-content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single-content #toc_container {
  width: 100%;
  max-width: 31.25rem;
  padding: 1.25rem;
  background: #FFFDE7;
  border: none;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-content #toc_container {
    margin-top: 1.875rem;
  }
}
.p-single-content #toc_container p.toc_title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #EF9B00;
}
.p-single-content #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.3125rem;
}
.p-single-content #toc_container a {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.p-single-content #toc_container ul li ul li a {
  font-size: 0.75rem;
}

.p-column {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-column {
    padding: 3.125rem 1.5rem;
  }
}

.p-column__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-column__categories {
    gap: 0.625rem;
  }
}

.p-column__category a {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25rem 1.25rem;
  border-radius: 0.3125rem;
  background: #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-column__category a {
    font-size: 1rem;
    padding: 0.25rem 0.625rem;
  }
}
.p-column__category a:hover {
  background: #3D9DA4;
}
.p-column__category.all a {
  background: #3D9DA4;
}
.p-column__category.all a:hover {
  opacity: 0.7;
}
.p-column__category.on a {
  background: #3D9DA4;
}
.p-column__category.on a:hover {
  opacity: 0.7;
}

.p-column__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-column__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-column-single {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-column-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4.375rem;
    padding: 3.125rem 1.5rem;
  }
}

.p-column-singleMain {
  width: 100%;
  max-width: 49.375rem;
}

.p-column-singleMain__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.p-column-singleMain__time {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.p-column-singleMain__category {
  min-width: 5.625rem;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.21875rem 1.25rem;
  border-radius: 0.1875rem;
  background: #84CCC9;
}

.p-column-singleMain__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-column-singleMain__title {
    font-size: 1.25rem;
  }
}

.p-column-singleMain__sns {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-column-singleMain__sns {
    margin-top: 2.5rem;
  }
}

.p-column-singleMain__button {
  margin: 6.25rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-column-singleMain__button {
    margin: 3.75rem auto 0 auto;
  }
}

.p-column-singleSide {
  width: 100%;
  max-width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-column-singleSide {
    max-width: 100%;
  }
}

.p-column-popular {
  width: 100%;
}

.p-column-popular__title {
  color: #3D9DA4;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-column-popular__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.p-column-popular__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6875rem;
  width: 100%;
}
.p-column-popular__link:hover {
  color: #3D9DA4;
}
.p-column-popular__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-column-popular__thumbnail {
  width: 100%;
  max-width: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.p-column-popular__img {
  position: relative;
  padding-top: 61.1111111111%;
}
.p-column-popular__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-column-popular__postTitle {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-column-banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.25rem;
  margin-top: 3.75rem;
}

.p-column-banner__tel {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 6.25rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  border-radius: 0.625rem;
  background: #FFF9AF;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-column-banner__tel {
    pointer-events: initial;
  }
}
.p-column-banner__tel:hover {
  opacity: 0.7;
}
.p-column-banner__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 3.875rem;
  height: 3.4375rem;
  background-image: url(../imgs/pc/column_banner_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-column-banner__tel::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 4.5rem;
  height: 4.75rem;
  background-image: url(../imgs/pc/column_banner_icon02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-column-banner__tel span {
  display: block;
}
.p-column-banner__tel span:nth-of-type(1) {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-column-banner__tel span:nth-of-type(2) {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.3125rem;
}
.p-column-banner__tel span:nth-of-type(3) {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-column-banner__line {
  width: 100%;
  height: 6.25rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  text-align: center;
  border-radius: 0.625rem;
  background: #06C755;
}
.p-column-banner__line:hover {
  opacity: 0.7;
}
.p-column-banner__line span {
  display: block;
}
.p-column-banner__line span:nth-of-type(1) {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-column-banner__line span:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-column-banner__cont {
  width: 100%;
  height: 6.25rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  text-align: center;
  border-radius: 0.625rem;
  background: #84CCC9;
}
.p-column-banner__cont:hover {
  opacity: 0.7;
}
.p-column-banner__cont span {
  display: block;
}
.p-column-banner__cont span:nth-of-type(1) {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-column-banner__cont span:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 0.1875rem;
}

.p-about {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 3.75rem 1.5rem 6.25rem 1.5rem;
  }
}

.p-about__title {
  color: #3D9DA4;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.25rem;
  }
}

.p-about__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  margin-top: 6.25rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
    padding-left: 0rem;
  }
}

.p-about__img {
  width: 100%;
  max-width: 23.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    max-width: 15.3125rem;
    padding-left: 1.125rem;
    margin: 0 auto;
  }
}

.p-about__box {
  width: 100%;
}

.p-about__bigText {
  color: #3D9DA4;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about__bigText {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.p-about__text {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    margin-top: 0.25rem;
  }
}

.p-about__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5.625rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__column {
    gap: 3.75rem;
    margin-top: 1.5625rem;
  }
}

.p-aboutSec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-aboutSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.25rem;
  }
}
.p-aboutSec.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-aboutSec.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutSec.itemSp {
    position: relative;
  }
  .p-aboutSec.itemSp::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1.125rem;
    right: -1.5rem;
    width: 11.5rem;
    height: 18.8125rem;
    background-image: url(../imgs/sp/about_item.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutSec.itemSp02 {
    position: relative;
  }
  .p-aboutSec.itemSp02::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -6.25rem;
    left: -1.5rem;
    width: 14.25rem;
    height: 17.6875rem;
    background-image: url(../imgs/sp/about_item02.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-aboutSec.itemSp03 {
    position: relative;
  }
  .p-aboutSec.itemSp03::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -3.125rem;
    right: -1.5rem;
    width: 15.125rem;
    height: 23.3125rem;
    background-image: url(../imgs/sp/about_item03.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.p-aboutSec__box {
  width: 100%;
}

.p-aboutSec__title {
  font-size: 2rem;
  line-height: 1.4375;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 1.125rem;
  border-bottom: 0.1875rem dashed #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__title {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
  }
}

.p-aboutSec__group {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__group {
    margin-top: 1.875rem;
  }
  .p-aboutSec__group:first-of-type {
    margin-top: 1.25rem;
  }
}

.p-aboutSec__subTitle {
  color: #3D9DA4;
  font-size: 1.375rem;
  line-height: 1.4545454545;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__subTitle {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.p-aboutSec__subTitle span {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__subTitle span {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}

.p-aboutSec__text {
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__text {
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

.p-aboutSec__img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img {
    max-width: 100%;
  }
}
.p-aboutSec__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4.375rem;
  left: 5.9375rem;
  z-index: -1;
  width: 28.5rem;
  height: 30.5625rem;
  background-image: url(../imgs/pc/about_item.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img::before {
    display: none;
  }
}

.p-aboutSec__img02 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img02 {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.p-aboutSec__img02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7.1875rem;
  left: -9.375rem;
  z-index: -1;
  width: 35.3125rem;
  height: 35.3125rem;
  background-image: url(../imgs/pc/about_item02.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img02::before {
    display: none;
  }
}

.p-aboutSec__img03 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img03 {
    max-width: 100%;
    padding-top: 0rem;
  }
}
.p-aboutSec__img03::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -1.5625rem;
  left: -0.3125rem;
  z-index: -1;
  width: 34.8125rem;
  height: 40.875rem;
  background-image: url(../imgs/pc/about_item03.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-aboutSec__img03::before {
    display: none;
  }
}

.p-about-company {
  margin-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .p-about-company {
    margin-top: 3.75rem;
  }
}

.p-about-item {
  position: relative;
  width: 100%;
  margin-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-item {
    margin-bottom: 3.75rem;
  }
}

.p-about-item__img {
  width: 100%;
  max-width: 54.8611111111vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-about-item__img {
    max-width: 100%;
  }
}

.p-about-item__box {
  position: absolute;
  top: 0;
  left: 53.8888888889vw;
  z-index: 2;
  width: 100%;
  max-width: 36.375rem;
}
@media screen and (max-width: 1380px) {
  .p-about-item__box {
    left: 51.7361111111vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-item__box {
    position: initial;
    top: auto;
    left: auto;
  }
}

.p-about-item__title {
  position: relative;
  left: -7.75rem;
}
@media screen and (max-width: 767px) {
  .p-about-item__title {
    position: absolute;
    top: -0.75rem;
    left: auto;
    right: 0.625rem;
  }
}
.p-about-item__title span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 1.875rem;
  background: #FFF462;
  border-radius: 0.625rem;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-item__title span {
    display: inline-block;
    min-width: 12.375rem;
    font-size: 1.125rem;
    line-height: 1.3888888889;
    text-align: center;
    padding: 0rem 0.75rem 0rem 0.1875rem;
    border-radius: 0.3125rem;
    margin-top: 0rem;
  }
}
.p-about-item__title span:first-of-type {
  margin-top: 0rem;
  padding: 0rem 0.1875rem;
}

.p-about-item__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-item__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.625rem;
    padding: 0 1.5rem;
  }
}

.p-about-item__button:not(:root) {
  max-width: 20.625rem;
  margin-top: 3.125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-about-item__button:not(:root) {
    max-width: 15.4375rem;
    margin-top: 2rem;
    margin-right: 1.5rem;
  }
}

.p-service {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 3.75rem 1.5rem;
  }
}

.p-service__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-service__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: center;
  }
}

.p-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.75rem;
    max-width: 18.75rem;
    margin: 3.375rem auto 0 auto;
  }
}

.p-serviceSec {
  width: 100%;
}

.p-serviceSec__img {
  width: 100%;
}

.p-serviceSec__group {
  width: 100%;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__group {
    padding-top: 0.8125rem;
  }
}

.p-serviceSec__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__title {
    font-size: 1rem;
  }
}

.p-serviceSec__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__text {
    font-size: 0.875rem;
    padding-top: 0.1875rem;
  }
}

.p-serviceSec__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  padding-right: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__lists {
    margin-top: 0.625rem;
    padding-right: 0rem;
  }
}

.p-serviceSec__list {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 0.5rem;
  background: #D6F0EF;
}
@media screen and (max-width: 767px) {
  .p-serviceSec__list {
    font-size: 0.875rem;
  }
}
.p-serviceSec__list.end {
  padding: 0;
  background: rgba(255, 255, 255, 0);
}

.p-service__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 3.75rem;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-service__column {
    max-width: 21.875rem;
    gap: 4.0625rem;
    margin: 3.75rem auto 0 auto;
  }
}

.p-service-card {
  width: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .p-service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.25rem;
  }
}

.p-service-card__img {
  width: 100%;
  max-width: 32.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__img {
    max-width: 100%;
  }
}

.p-service-card__box {
  width: 100%;
  max-width: 34.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__box {
    max-width: 100%;
  }
}

.p-service-card__title {
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 1.125rem;
  border-bottom: 0.1875rem dashed #84CCC9;
}
@media screen and (max-width: 767px) {
  .p-service-card__title {
    font-size: 1.5rem;
    letter-spacing: 0em;
    text-align: center;
  }
}

.p-service-card__bigText {
  color: #3D9DA4;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__bigText {
    font-size: 1.25rem;
    letter-spacing: 0em;
  }
}

.p-service-card__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__text {
    letter-spacing: 0em;
  }
}

.p-service-card__button {
  margin-top: 1.875rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-service-card__button {
    margin: 1.25rem auto 0 auto;
  }
}

.p-staff {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 3.75rem 1.5rem;
  }
}

.p-staff-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-staff-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-staff-main__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-staff-main__img {
    margin-top: 1.875rem;
  }
}

.p-staff-main__box {
  width: 100%;
}

.p-staff-main__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-staff-main__title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-staff-main__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-staff-main__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: center;
  }
}

.p-staff__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-staff__title {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
}

.p-staff__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-staff__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
}

.p-staff__linkBox {
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-staff__linkBox {
    margin-top: 1.25rem;
  }
}

.p-staff__link {
  display: inline-block;
  color: #3D9DA4;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-staff__link {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
}
.p-staff__link:hover {
  opacity: 0.7;
}

.p-staff__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-staff__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2.5rem;
  }
}

.p-staffSec {
  width: 100%;
  border-radius: 1.25rem;
  background: #FFF9AF;
  overflow: hidden;
}

.p-staffSec__img {
  width: 100%;
}

.p-staffSec__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-staffSec__title {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.p-staffSec__box {
  padding: 0rem 1.6875rem 0.9375rem 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-staffSec__box {
    padding: 0rem 1.625rem 1.25rem 1.625rem;
  }
}

.p-staffSec__text {
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.04em;
  border-top: 1px dashed #84CCC9;
  padding-top: 0.625rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-staffSec__text {
    font-size: 0.9375rem;
  }
}

.p-staff-card {
  margin-top: 7.8125rem;
}
@media screen and (max-width: 767px) {
  .p-staff-card {
    margin-top: 3.375rem;
  }
}

.p-availability {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-availability {
    padding: 3.125rem 1.5rem;
  }
}

.p-availability__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-availability__title {
    font-size: 1.5rem;
  }
}

.p-availability__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-availability__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-availability__cont {
  width: 100%;
  max-width: 45.25rem;
  margin: 2.8125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-availability__cont {
    max-width: 100%;
    margin: 2.1875rem auto 0 auto;
  }
}
.p-availability__cont table {
  table-layout: fixed;
  margin-top: 0.3125rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-availability__cont table {
    margin-bottom: 0rem;
  }
}
.p-availability__cont table thead {
  border-bottom: none;
}
.p-availability__cont table th {
  color: #111111;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.5625rem 0;
  background: #FFDD9D;
  border: 1px solid #FFC251;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-availability__cont table th {
    padding: 0.3125rem 0;
  }
}
.p-availability__cont table th:nth-of-type(1) {
  width: 11.125rem;
}
@media screen and (max-width: 767px) {
  .p-availability__cont table th:nth-of-type(1) {
    width: 4.25rem;
    font-size: 0;
  }
  .p-availability__cont table th:nth-of-type(1)::before {
    content: "曜日／ 時間帯";
    display: inline-block;
    position: relative;
    color: #111111;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
  }
}
.p-availability__cont table td {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.25rem 0;
  background: #FFFDE7;
  border: 1px solid #FFC251;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-availability__cont table td {
    padding: 0.625rem 0;
  }
}
.p-availability__cont table td:nth-of-type(1) {
  width: 11.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-availability__cont table td:nth-of-type(1) {
    width: 4.25rem;
  }
}
.p-availability__cont p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-availability__cont p.table_text {
    padding: 0 0.625rem;
    line-height: 1.5;
    text-indent: -2.5em;
    padding-left: calc(2.5em + 0.625rem);
    margin-top: 0.4375rem;
  }
}

.p-availability__bigText {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-availability__bigText {
    font-size: 1.25rem;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-flow {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 3.125rem 1.5rem;
  }
}

.p-flow__exp {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__exp {
    font-size: 1.25rem;
    text-align: left;
  }
}

.p-flow__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}

.p-flow__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-flowSec {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flowSec {
    margin-top: 2.5rem;
  }
}

.p-flowSec__title {
  color: #EF9B00;
  font-size: 2rem;
  line-height: 1.4375;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flowSec__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-flowSec__exp {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-flowSec__exp {
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-flowSec__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.40625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flowSec__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.9375rem;
    margin-top: 1.25rem;
  }
}

.p-flowTri {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  border-radius: 1.25rem;
  background: #FFFDE7;
}
@media screen and (max-width: 767px) {
  .p-flowTri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    border-radius: 0rem;
    padding-top: 3rem;
  }
}

.p-flowTri__step {
  display: block;
  color: #EF9B00;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flowTri__step {
    position: absolute;
    top: 0.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-flowTri__icon {
  width: 100%;
  max-width: 4.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-flowTri__icon {
    margin: 0;
  }
}

.p-flowTri__group {
  width: 100%;
}

.p-flowTri__title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-flowTri__title {
    text-align: left;
    margin-top: 0rem;
  }
}

.p-flowTri__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 0.3125rem;
}

.p-contact {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.125rem 1.5rem;
  }
}

.p-contact__title {
  color: #3D9DA4;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.5rem;
  }
}

.p-thanks {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3.125rem 1.5rem;
  }
}

.p-thanks__title {
  color: #3D9DA4;
  font-size: 2.25rem;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
  }
}

.p-thanks__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-thanks__button {
  margin: 2.5rem auto 0 auto;
}

.p-cf7 {
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0 auto;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #C7BEBE;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #C7BEBE;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #C7BEBE;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #C7BEBE;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #C7BEBE;
}

.p-cf7__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__column {
    gap: 0.625rem;
  }
}

.p-cf7__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cf7__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8125rem;
  }
}

.p-cf7__title {
  width: 16.25rem;
  min-width: 16.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
  }
}
.p-cf7__title.pozi {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-cf7__title label {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-cf7__title span {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  background: #3D9DA4;
  border-radius: 0.125rem;
  padding: 0.0625rem 0.3125rem;
}

.p-cf7__checkbox {
  width: 100%;
  padding: 0.5rem 0;
}
.p-cf7__checkbox .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.625rem;
}
.p-cf7__checkbox .wpcf7-list-item {
  margin: 0;
}
.p-cf7__checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}
.p-cf7__checkbox label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border: 1px solid #3D9DA4;
  background: rgba(255, 255, 255, 0);
}
.p-cf7__checkbox input {
  display: none;
}
.p-cf7__checkbox input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #3D9DA4;
  border-radius: 0.0625rem;
  background: #3D9DA4;
}
.p-cf7__checkbox input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__input {
  width: 100%;
  max-width: 25rem;
}
.p-cf7__input.wid100 {
  max-width: 100%;
}
.p-cf7__input input {
  width: 100%;
  padding: 0.5rem 0.625rem;
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 0.625rem;
  font-weight: 400;
  background: #EEEEEE;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
}
.p-cf7__textarea textarea {
  width: 100%;
  height: 10rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  padding: 0.5rem 0.625rem;
  background: #EEEEEE;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}

.p-cf7__acceptance {
  width: 100%;
  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;
  margin-top: 2.25rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  top: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0;
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #3D9DA4;
  background: #ffffff;
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.0625rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #3D9DA4;
  background: #3D9DA4;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.375rem;
  height: 0.5625rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
}
.p-cf7__acceptance p {
  color: #3D9DA4;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-cf7__acceptance p a {
  text-decoration: underline;
}
.p-cf7__acceptance p a:hover {
  opacity: 0.7;
}

.p-cf7__submit {
  position: relative;
  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;
  width: 100%;
  max-width: 24.375rem;
  height: 5rem;
  margin: 1rem auto 0 auto;
  border-radius: 5rem;
  background: #84CCC9;
  border: 1px solid #84CCC9;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover {
  background: #fff;
}
.p-cf7__submit:hover::after {
  background-image: url(../imgs/pc/arrow_lightgreen.svg);
}
.p-cf7__submit:hover input {
  color: #84CCC9;
}
.p-cf7__submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.0625rem;
  width: 1.3125rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/arrow_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-cf7__submit input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1.875rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-faq {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-faq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.875rem;
    padding: 3.125rem 1.5rem;
  }
}

.p-faq__wrapper {
  width: 100%;
  max-width: 53.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__wrapper {
    max-width: 100%;
  }
}

.p-faq__title {
  color: #3D9DA4;
  font-size: 1.5rem;
  line-height: 1.4166666667;
  font-weight: 600;
  padding: 0.3125rem 1.25rem;
  background: rgba(132, 204, 201, 0.5019607843);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.3125rem 0.625rem;
  }
}
.p-faq__title.mt0 {
  margin-top: 0rem;
}

.p-faq__box {
  width: 100%;
  border-bottom: 1px solid #84CCC9;
  padding: 1.25rem 0rem 1.1875rem 0rem;
}

.p-faq__qes {
  cursor: pointer;
  position: relative;
  color: #3D9DA4;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 0rem 3.125rem 0rem 2.5rem;
}
.p-faq__qes::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.p-faq__qes .arrow {
  position: absolute;
  top: 0rem;
  right: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  border: 1px solid #84CCC9;
}
.p-faq__qes .arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
          transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #84CCC9;
  border-right: 1px solid #84CCC9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__qes.open .arrow::before {
  top: calc(50% + 0.125rem);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-faq__ans {
  display: none;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0rem 3.125rem 0rem 2.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans {
    padding: 0 0.625rem;
    margin-top: 0.625rem;
  }
}

.p-recruit {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    gap: 3.125rem;
    padding: 3.125rem 1.5rem;
  }
}

.p-recruit-work {
  width: 100%;
}

.p-recruit-work__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-work__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__text {
    margin-top: 0.625rem;
  }
}
.p-recruit-work__text a {
  text-decoration: underline;
}
.p-recruit-work__text a:hover {
  color: #3D9DA4;
}

.p-recruit-work__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.25rem;
  }
}

.p-recruit-work__box {
  width: 100%;
}

.p-recruit-work__img {
  width: 100%;
}

.p-recruit-work__listTitle {
  color: #3D9DA4;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-work__listTitle {
    margin-top: 0.625rem;
  }
}

.p-recruit-work__listText {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.5rem;
}

.p-recruit-welfare {
  width: 100%;
}

.p-recruit-welfare__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-welfare__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-recruit-welfare__box {
  width: 100%;
  border: 1px solid #3D9DA4;
  padding: 1.25rem;
}

.p-recruit-welfare__listTitle {
  color: #3D9DA4;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 0.5625rem;
  border-bottom: 0.1875rem dashed #3D9DA4;
}
@media screen and (max-width: 767px) {
  .p-recruit-welfare__listTitle {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding-bottom: 0.375rem;
  }
}

.p-recruit-welfare__listText {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}

.p-recruit-staff {
  width: 100%;
}

.p-recruit-staff__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-staff__img {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-staff__img {
    margin-top: 1.25rem;
  }
}

.p-recruit-job {
  width: 100%;
}

.p-recruit-job__title {
  color: #3D9DA4;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-recruit-job__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-job__text {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.p-policy {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 3.125rem 1.5rem;
  }
}

.p-policy__exp {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-policy__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 0.5rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    margin-top: 1.875rem;
  }
}

.p-policy__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
}
.p-policy__text span {
  font-weight: 700;
}

.p-policy__lists {
  width: 100%;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__lists {
    padding-left: 1.5rem;
  }
}

.p-policy__list {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.p-policy__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.25rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-404 {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 3.125rem 1.5rem;
  }
}

.p-404__text {
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

.p-404__img {
  width: 100%;
  max-width: 37.5rem;
  margin: 3.75rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-404__img {
    padding: 0 1.875rem;
    margin: 2.5rem auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */