/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

body {
  margin: 0;
}


main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  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: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  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;
}

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

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

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 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: 0;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #222222;
  background: #ffffff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500!important;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778em;
  letter-spacing: 0.05em;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 733, 18px);
  width: 100%;
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  width: 100%;
  height: 130px;
  z-index: 999;
  position: fixed;
  top: 20px;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 75px;
    top: 10px;
  }
}
.l-header__wrap {
  background: #ffffff;
  position: relative;
  max-width: 1200px;
  width: 98%;
  height: 100%;
  margin-inline: auto;
  border-radius: 80px;
}
@media screen and (max-width: 1024px) {
  .l-header__wrap {
    padding: 5px 0;
  }
}
.l-header__flex {
  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;
  max-width: 1100px;
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
.l-header__info {
  max-width: 314px;
  width: 28.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 5px;
}
@media screen and (max-width: 960px) {
  .l-header__info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 425px;
    width: 50%;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__info {
    width: calc(100% - 50px);
  }
}
.l-header__info-tel {
  width: calc((100% - 5px) / 2);
}
@media screen and (max-width: 960px) {
  .l-header__info-tel {
    max-width: 120px;
  }
}
.l-header__logo {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-header__logo {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__logo a {
  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;
  padding: 5px 0;
  width: 56%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .l-header__logo a {
    width: auto;
  }
}
.l-header__logo img {
  display: inline-block;
}
.l-header__right {
  width: 71.5%;
}
@media screen and (max-width: 960px) {
  .l-header__right {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__right.active {
    visibility: visible;
    opacity: 1;
    background: #ffffff;
  }
}
.l-header__right.active .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.l-header__nav {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .l-header__nav {
    padding: 100px 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding: 50px 0;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding: 30px 0;
  }
}
.l-header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav--list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-header__nav--list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav--list {
    gap: 30px;
  }
}
.l-header__nav--item {
  line-height: 1em;
}
.l-header__nav--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header__nav--item a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 733, 16px);
}
@media screen and (max-width: 767px) {
  .l-header__nav--item a span {
    font-size: 14px;
  }
}
.l-header__nav--item a::before {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  display: inline-block;
}
.l-header__nav--item a:hover span {
  text-decoration: underline;
}
.l-header__nav--item.home a::before {
  background: url(../img/common/header_ic_home.svg) no-repeat center/contain;
}
.l-header__nav--item.about a::before {
  background: url(../img/common/header_ic_about.svg) no-repeat center/contain;
}
.l-header__nav--item.service a::before {
  background: url(../img/common/header_ic_service.svg) no-repeat center/contain;
}
.l-header__nav--item.staff a::before {
  background: url(../img/common/header_ic_staff.svg) no-repeat center/contain;
}
.l-header__nav--item.flow a::before {
  background: url(../img/common/header_ic_flow.svg) no-repeat center/contain;
}
.l-header__nav--item.recruit a::before {
  background: url(../img/common/header_ic_recruit.svg) no-repeat center/contain;
}
.l-header__trigger {
  width: 45px;
  height: 45px;
  display: none;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 960px) {
  .l-header__trigger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-header__trigger {
    width: 40px;
    height: 40px;
  }
}
.l-header__trigger-menu {
  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__trigger-menu span {
  width: 80%;
  height: 2px;
  display: block;
  background-color: #222222;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-menu span {
    width: 75%;
  }
}
.l-header__trigger-menu span::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  top: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-menu span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  bottom: -10px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__trigger-menu:hover {
  cursor: pointer;
}
.l-header__trigger-menu.menu-active span {
  background-color: transparent;
}
.l-header__trigger-menu.menu-active span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.l-header__trigger-menu.menu-active span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
}
.l-header__link {
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header__link {
    margin-top: 50px;
    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: 36px;
  }
}
.l-header__link-item a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 1 * (100vw - 767px) / 733, 13px);
  position: relative;
}
.l-header__link-item a::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #FF7979;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__link-item a:hover {
  text-decoration: underline;
}

/* l-footer
--------------------------- */
.c-contact {
  padding: 100px 0;
}
@media screen and (max-width: 960px) {
  .c-contact {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding: 50px 0;
  }
}
.c-contact__head {
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(26px, 26px + 16 * (100vw - 767px) / 733, 42px);
  text-align: center;
  margin-bottom: 30px;
}
.c-contact__head span {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(20px, 20px + 30 * (100vw - 767px) / 733, 50px);
  color: #FF7979;
  margin-bottom: 15px;
}
.c-contact__text {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 40px;
  font-weight: 500;
}
.c-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    width: 84%;
    margin-inline: auto;
  }
}
.c-contact__list li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .c-contact__list li {
    width: 100%;
  }
}
.c-contact__list li a {
  display: block;
}
.c-contact__list li a:hover {
  opacity: 0.75;
}

.l-footer {
  background: url(../img/common/footer_bg.svg) no-repeat top center/cover;
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
  }
}
.l-footer__container {
  max-width: 1100px;
  width: 92%;
  margin-inline: auto;
}
.l-footer__top {
  margin-bottom: 30px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    display: none;
  }
}
.l-footer__top::after {
  content: "";
  width: 100%;
  height: 6px;
  background: radial-gradient(circle, #FF7979 30%, transparent 30%) repeat-x;
  background-size: 20px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-footer__nav {
  max-width: 950px;
  width: 95%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 18px 80px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    gap: 18px 50px;
  }
}
.l-footer__nav-item {
  width: calc((100% - 320px) / 5);
  line-height: 1em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-item {
    width: calc((100% - 150px) / 4);
  }
}
.l-footer__nav-item::before {
  content: "";
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #FF7979;
  position: absolute;
  top: 58%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__nav-item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 733, 16px);
  white-space: nowrap;
}
.l-footer__nav-item a:hover {
  text-decoration: underline;
}
.l-footer__bottom {
  margin-bottom: 50px;
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.l-footer__info-item:nth-of-type(2) {
  margin-right: 34px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item:nth-of-type(2) {
    margin-right: auto;
  }
}
.l-footer__info-ttl {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(20px, 20px + 5 * (100vw - 767px) / 733, 25px);
}
.l-footer__info-ttl span {
  display: inline-block;
  padding: 2px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 733, 14px);
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 8px;
}
.l-footer__info-ttl.pink span {
  background-color: #FF7979;
}
.l-footer__info-ttl.green span {
  background-color: #F4DB21;
}
.l-footer__info-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(26 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 733, 18px);
}
.l-footer__copyright {
  background: #FF7979;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 0;
}

/* l-container
--------------------------- */
.l-container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container-wide {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-section
--------------------------- */
@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 733, 36px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section__title {
    margin-bottom: 25px;
  }
}
.c-section__title .en {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.44em;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 18px + 7 * (100vw - 767px) / 733, 25px);
  color: #92DB3C;
}
.c-section__head {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 733, 32px);
  color: #FF7979;
}
@media screen and (max-width: 767px) {
  .c-section__head {
    gap: 8px;
  }
}
.c-section__head::before {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: scale-animation 1.2s ease-in-out infinite alternate;
          animation: scale-animation 1.2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .c-section__head::before {
    width: 50px;
  }
}
.c-section__bg {
  background-color: #FEEAE9;
}
.c-section__bg2 {
  background-color: #ffffff;
}

/* c-table
--------------------------- */
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 10px;
  }
}
.c-table th:first-of-type,
.c-table td:first-of-type {
  border-top: 1px solid #222222;
}
.c-table th {
  width: 25%;
  vertical-align: middle;
  color: #222222;
  font-weight: bold;
  background: #FFF845;
}
.c-table td {
  background: #ffffff;
}
.c-table tr:last-child th {
  border-bottom: 1px solid #222222;
}

/* c-form
--------------------------- */
.c-form {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-form {
    padding: 10px;
    background: #F0FFDE;
    display: block;
  }

}
.c-form th,
.c-form td {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-form th,
  .c-form td {
    padding: 10px 0;
  }
}
.c-form th {
  width: 22%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .c-form th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-form th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-form td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.c-form td input,
.c-form td textarea,
.c-form td select {
  padding: 10px;
  width: 100%;
  background: #eeeeee;
}
.c-form td input[type=radio] {
  width: auto;
}
.c-form__select {
  position: relative;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 5%;
  background: #92DB3C;
  height: 8.6602540378px;
  width: 10px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-form__half {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.c-form__privacy {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__privacy {
    padding: 10px 0;
  }
}
.c-form__privacy h2 {
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 733, 20px);
  margin-bottom: 20px;
  font-weight: bold;
}
.c-form__privacy h3 {
  font-weight: bold;
}
.c-form__privacy p {
  margin: 20px 0;
}
.c-form__privacy .box {
  padding: 10px;
  border: solid 1px #686868;
  margin: 0 0 0 auto;
  width: 77%;
  max-height: 240px;
  overflow-y: scroll;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__privacy .box {
    width: 100%;
  }
}
.c-form__btn {
  text-align: center;
  width: 100%;
}
.c-form__btn span {
  position: relative;
}
.c-form__btn span::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #92DB3C;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-form__btn .wpcf7-spinner {
  display: inline-block;
  margin: 10px auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-form__btn.c-btn {
    margin: 50px 0 0;
  }
}

.c-form-required {
  color: #ffffff;
  background: #92DB3C;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
}

.wpcf7-radio .first {
  margin-right: 10px;
}
.wpcf7-acceptance {
  text-align: center;
  display: block;
}
.wpcf7-submit {
  color: #92DB3C;
  border: 1px solid #92DB3C;
  background: #ffffff;
  font-weight: bold;
  max-width: 360px;
  width: 100%;
  padding: 16px 15px;
}
.wpcf7 input:hover {
  cursor: pointer;
}
.wpcf7-list-item {
  margin: 0;
}

/* c-mainv
--------------------------- */
.c-mainv {
  aspect-ratio: 1366/500;
  padding-top: 100px;
  position: relative;
  background: url(../img/home/PC_FV.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .c-mainv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv {
    aspect-ratio: 375/200;
    padding-top: 50px;
    background: url(../img/home/SP_FV.jpg) no-repeat center/cover;
  }
}
.c-mainv::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.2);
  mix-blend-mode: multiply;
}
.c-mainv__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-mainv__box {
  width: 90%;
  max-width: 1000px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-mainv__title {
  width: 100%;
  text-align: center;
}
.c-mainv__title--jp {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  font-size: clamp(25px, 25px + 15 * (100vw - 767px) / 733, 40px);
  display: block;
}
.c-mainv__title--en {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333333333em;
  letter-spacing: 0.02em;
  font-size: clamp(15px, 15px + 15 * (100vw - 767px) / 733, 30px);
  display: block;
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 10px 0;
  text-align: left;
}
.c-breadcrumb__list li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667em;
  letter-spacing: 0.05em;
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  right: -1.5em;
}
.c-breadcrumb__list li a:hover {
  color: #92DB3C;
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}

/* c-btn
--------------------------- */
.c-button {
  text-align: center;
  margin-top: 50px;
}
.c-button a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 733, 18px);
}
.c-button a::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../img/common/ic_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-button a::after {
    width: 30px;
  }
}
.c-button a:hover {
  color: #FF7979;
}
.c-button a:hover::after {
  left: calc(100% + 18px);
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.c-pagination .page-numbers {
  padding: 0;
  width: 30px;
  height: 30px;
  color: #92DB3C;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #92DB3C;
  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;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    padding: 0px 11px;
  }
}
.c-pagination .page-numbers.current {
  color: #ffffff;
  background: #92DB3C;
}
.c-pagination .page-numbers.dots {
  background: none;
  border: none;
  color: #222222;
  pointer-events: none;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #92DB3C;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-pagination .page-numbers.prev::after {
  scale: -1 1;
}
.c-pagination .page-numbers:hover {
  background: #92DB3C;
  border: 1px solid #92DB3C;
  color: #ffffff;
}
.c-pagination .page-numbers:hover.dots {
  background: none;
  border: none;
}
.c-pagination .page-numbers:hover.prev::after, .c-pagination .page-numbers:hover.next::after {
  background: #ffffff;
}

/* c-floating
--------------------------- */
.c-floating {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .c-floating {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .c-floating__list {
    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: 5px;
  }
}
.c-floating__list li {
  max-width: 134px;
  width: 10vw;
}
@media screen and (max-width: 767px) {
  .c-floating__list li {
    width: 25%;
  }
}
.c-floating__list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-floating__list li:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-floating__list li img {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home {
  overflow: hidden;
}

@-webkit-keyframes katakata {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}

@keyframes katakata {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  100% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.katakata {
  display: inline-block;
  -webkit-animation: katakata 1.85s ease-in-out infinite alternate;
          animation: katakata 1.85s ease-in-out infinite alternate;
}

@keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
.fuwa {
  -webkit-animation: scale-animation 1.8s ease-in-out infinite alternate;
          animation: scale-animation 1.8s ease-in-out infinite alternate;
}

.p-home-mainv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-home-mainv__cp {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-home-mainv__cp {
    top: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-mainv__cp {
    width: 86%;
  }
}
.p-home-mainv__cp-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-home-mainv__cp-main img {
  display: inline-block;
}

@-webkit-keyframes poyo-animation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-3px);
            transform: scale(1.2) translateY(-3px);
  }
}

@keyframes poyo-animation {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-3px);
            transform: scale(1.2) translateY(-3px);
  }
}
@-webkit-keyframes poyo-body {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05) translateY(-2px);
            transform: scale(1.05) translateY(-2px);
  }
}
@keyframes poyo-body {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05) translateY(-2px);
            transform: scale(1.05) translateY(-2px);
  }
}
.js-poyo,
.js-poyo2 {
  position: relative;
  display: inline-block;
  -webkit-animation: poyo-body 1.5s infinite ease-in-out alternate;
          animation: poyo-body 1.5s infinite ease-in-out alternate;
}
.js-poyo::before,
.js-poyo2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -14px;
  left: -20px;
  border-radius: 50%;
  background-color: rgba(255, 121, 121, 0.8);
  -webkit-animation: poyo-animation 1.2s infinite ease-in-out alternate;
          animation: poyo-animation 1.2s infinite ease-in-out alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@media screen and (max-width: 767px) {
  .js-poyo::before,
  .js-poyo2::before {
    width: 15px;
    height: 15px;
    top: -10px;
  }
}
.js-poyo::after,
.js-poyo2::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 10px;
  left: -5px;
  border-radius: 50%;
  background-color: rgba(255, 121, 121, 0.5);
  -webkit-animation: poyo-animation 1.2s infinite ease-in-out alternate;
          animation: poyo-animation 1.2s infinite ease-in-out alternate;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .js-poyo::after,
  .js-poyo2::after {
    width: 8px;
    height: 8px;
    top: 8px;
    left: -8px;
  }
}

.js-poyo2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -14px;
  left: auto;
  border-radius: 50%;
  background-color: rgba(146, 219, 60, 0.8);
  -webkit-animation: poyo-animation 1.2s infinite ease-in-out alternate;
          animation: poyo-animation 1.2s infinite ease-in-out alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  right: -14px;
}
@media screen and (max-width: 767px) {
  .js-poyo2::before {
    width: 15px;
    height: 15px;
    top: -12px;
  }
}
.js-poyo2::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 12px;
  left: auto;
  border-radius: 50%;
  background-color: rgba(146, 219, 60, 0.5);
  -webkit-animation: poyo-animation 1.2s infinite ease-in-out alternate;
          animation: poyo-animation 1.2s infinite ease-in-out alternate;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  right: -5px;
}
@media screen and (max-width: 767px) {
  .js-poyo2::after {
    width: 8px;
    height: 8px;
    top: 8px;
    right: -8px;
  }
}

@-webkit-keyframes move-cloud {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
}

@keyframes move-cloud {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
}
.cloud-container {
  position: relative;
  overflow: hidden;
}

.cloud-1 {
  position: absolute;
  top: 46%;
  left: 87vw;
  width: 82px;
  opacity: 0.8;
  -webkit-animation: move-cloud 124s linear infinite;
          animation: move-cloud 124s linear infinite;
  background-image: url("../img/common/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 29/14;
}
@media screen and (max-width: 767px) {
  .cloud-1 {
    top: 18%;
    -webkit-animation: move-cloud 59s linear infinite;
            animation: move-cloud 59s linear infinite;
  }
}

.cloud-2 {
  position: absolute;
  top: 2%;
  left: 72vw;
  width: 100px;
  opacity: 0.8;
  -webkit-animation: move-cloud 189s linear infinite;
          animation: move-cloud 189s linear infinite;
  background-image: url("../img/common/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 29/14;
}
@media screen and (max-width: 767px) {
  .cloud-2 {
    top: 31%;
    -webkit-animation: move-cloud 83s linear infinite;
            animation: move-cloud 83s linear infinite;
  }
}

.cloud-3 {
  position: absolute;
  top: 45%;
  left: 77vw;
  width: 77px;
  opacity: 0.8;
  -webkit-animation: move-cloud 141s linear infinite;
          animation: move-cloud 141s linear infinite;
  background-image: url("../img/common/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 29/14;
}
@media screen and (max-width: 767px) {
  .cloud-3 {
    top: 35%;
    -webkit-animation: move-cloud 51s linear infinite;
            animation: move-cloud 51s linear infinite;
  }
}

.cloud-4 {
  position: absolute;
  top: 22%;
  left: 58vw;
  width: 114px;
  opacity: 0.6;
  -webkit-animation: move-cloud 139s linear infinite;
          animation: move-cloud 139s linear infinite;
  background-image: url("../img/common/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 29/14;
}
@media screen and (max-width: 767px) {
  .cloud-4 {
    top: 17%;
    -webkit-animation: move-cloud 45s linear infinite;
            animation: move-cloud 45s linear infinite;
  }
}

.p-home-intro {
  background-color: #FEEAE9;
  overflow: hidden;
}
.p-home-intro__inner {
  background-color: #ffffff;
  border-radius: 0 50px 50px 0;
  padding: 50px 0;
  border-top: solid 8px #FF7979;
  border-right: solid 8px #FF7979;
  border-bottom: solid 8px #FF7979;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-intro__inner {
    padding: 30px 0 80px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}
.p-home-intro__inner::before {
  content: "";
  width: 1000px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  right: calc(100% - 1px);
  border-top: solid 8px #FF7979;
  border-bottom: solid 8px #FF7979;
  border-left: solid 8px #FF7979;
}
@media screen and (max-width: 767px) {
  .p-home-intro__inner::before {
    height: calc(100% + 8px);
    border-top-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 4px;
    top: -4px;
  }
}
.p-home-intro__inner::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 8%;
  max-width: 224px;
  width: 30%;
  aspect-ratio: 64/61;
  background: url(../img/home/img_about.png) no-repeat center/contain;
  -webkit-animation: katakata 2.2s ease-in-out infinite alternate;
          animation: katakata 2.2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-home-intro__inner::after {
    top: auto;
    right: auto;
    bottom: 5%;
    left: -10px;
  }
}
.p-home-intro__head {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
  line-height: calc(72 / 42 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(22px, 22px + 20 * (100vw - 767px) / 733, 42px);
}
@media screen and (max-width: 767px) {
  .p-home-intro__head {
    padding-right: 4.2%;
    margin-bottom: 25px;
  }
}
.p-home-intro__head .pink {
  color: #FF7979;
}
.p-home-intro__head .green {
  color: #92DB3C;
}
.p-home-intro__text {
  width: 70%;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-home-intro__text {
    width: 100%;
    padding-right: 4.2%;
  }
}

@-webkit-keyframes move-car {
  from {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw);
  }
  to {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
}

@keyframes move-car {
  from {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw);
  }
  to {
    -webkit-transform: translateX(-20vw);
            transform: translateX(-20vw);
  }
}
.car-container {
  position: relative;
  overflow: hidden;
}

.car {
  position: absolute;
  bottom: 36%;
  left: auto;
  max-width: 135px;
  width: 9%;
  aspect-ratio: 68/39;
  height: auto;
  background-image: url("../img/common/car.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: move-car 30s linear infinite;
          animation: move-car 30s linear infinite;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-home-service {
  padding-top: 0;
}
.p-home-service__inner {
  padding: 100px 3.2% 50px;
  background-color: #ffffff;
  border: solid 8px #FF7979;
  border-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-service__inner {
    padding: 60px 4.2% 50px;
    border-width: 4px;
  }
}
.p-home-service__head {
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 733, 42px);
  margin-bottom: 0;
  position: absolute;
  white-space: nowrap;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: -3px -3px 0 white, 3px -3px 0 white, -3px 3px 0 white, 3px 3px 0 white;
  display: inline-block;
  padding: 0 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-home-service__head {
    top: -10px;
  }
}
.p-home-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-service__list li {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 3.2% 20px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-service__list li {
    padding: 30px 4.2% 20px;
  }
}
.p-home-service__list li:nth-child(1) {
  border: solid 4px #FF7979;
}
.p-home-service__list li:nth-child(1) .p-home-service__list-head {
  background-color: #FF7979;
}
.p-home-service__list li:nth-child(2) {
  border: solid 4px #F4DB21;
}
.p-home-service__list li:nth-child(2) .p-home-service__list-head {
  background-color: #F4DB21;
}
.p-home-service__list-head {
  display: inline-block;
  text-align: center;
  padding: 8px 22px;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 733, 20px);
  white-space: nowrap;
  color: #ffffff;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home-service__list-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(32 / 18 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: 18px;
  font-weight: 500;
}

.p-home-service__table{
  border: 4px solid #92DB3C;
  border-radius: 20px;
  padding: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-home-service__table{
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-service__table{
    padding: 10px;
    overflow-x: scroll;
  }
}

.p-home-service__table:nth-of-type(2){
  margin:30px auto 0;
}

.p-home-service__table table{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-home-service__table table{
    width: 1049px;
  }
}
.p-home-service__table caption{
  text-align: center;
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 20px;
}

.p-home-service__table th{
  text-align: center;
  border-bottom: 2px solid #92DB3C;
}

.p-home-service__table td{
  font-size: 90%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #92DB3C;
}

.p-home-flow {
  overflow: hidden;
}
.p-home-flow__container {
  padding: 50px 0;
  background-color: #ffffff;
  border-radius: 30px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-top: solid 8px #92DB3C;
  border-left: solid 8px #92DB3C;
  border-bottom: solid 8px #92DB3C;
}
@media screen and (max-width: 767px) {
  .p-home-flow__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 4.2%;
    gap: 40px;
    border-top-width: 4px;
    border-left-width: 4px;
    border-bottom-width: 4px;
  }
}
.p-home-flow__container::before {
  content: "";
  width: 1000px;
  height: calc(100% + 16px);
  background-color: #ffffff;
  position: absolute;
  top: -8px;
  left: calc(100% - 1px);
  border-top: solid 8px #92DB3C;
  border-right: solid 8px #92DB3C;
  border-bottom: solid 8px #92DB3C;
}
@media screen and (max-width: 767px) {
  .p-home-flow__container::before {
    height: calc(100% + 8px);
    top: -4px;
    border-top-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}
.p-home-flow__img {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home-flow__img {
    width: 100%;
  }
}
.p-home-flow__img img {
  max-width: 242px;
  width: 60%;
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-flow__img img {
    width: 45%;
  }
}
.p-home-flow__dtl {
  width: 52%;
}

.p-home-flow__dtl .c-section__text{
font-weight: 500;
font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-home-flow__dtl {
    width: 100%;
  }
}
.p-home-flow__dtl-head::before {
  background: url(../img/common/ic_flow.svg) no-repeat center/contain, #ffffff;
}
.p-home-flow__dtl-ttl {
  text-align: left;
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(20px, 20px + 22 * (100vw - 767px) / 733, 42px);
}
.p-home-flow__dtl-btn {
  text-align: right;
  padding-right: 70px;
}
.p-home-staff {
  background-color: #FEEAE9;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-home-staff {
    padding-top: 30px;
  }
}
.p-home-staff__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home-staff__head::before {
  background: url(../img/common/header_ic_staff.svg) no-repeat center/85%, #ffffff;
}
.p-home-staff__text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.p-home-staff__list {
  margin-top: 50px;
  max-width: 840px;
  width: 76%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .p-home-staff__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
  }
}
.p-home-staff__list li {
  width: calc((100% - 90px) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-staff__list li {
    width: 100%;
  }
}
.p-home-staff__list-thumb {
  border-radius: 100%;
  overflow: hidden;
}
.p-home-staff__list-name {
  display: inline-block;
  padding: 5px 24px 7px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 733, 24px);
  color: #ffffff;
  border-radius: 40px;
  background-color: #92DB3C;
  white-space: nowrap;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-home-recruit {
  padding-top: 40px;
  background-color: #FEEAE9;
}
.p-home-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-home-recruit__video {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__video {
    width: 100%;
  }
}
.p-home-recruit__video video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.p-home-recruit__video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  display: block;
}
.p-home-recruit__dtl {
  width: 58%;
}
.p-home-recruit__dtl .c-section__text{
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__dtl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__dtl-head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-home-recruit__dtl-head::before {
  background: url(../img/common/ic_recruit.svg) no-repeat center/contain, #ffffff;
}
.p-home-recruit__dtl-ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__dtl-ttl {
    text-align: center;
  }
}
.p-home-recruit__dtl-btn {
  text-align: right;
  padding-right: 70px;
}
.p-home-charm {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-charm {
    padding-top: 60px;
  }
}
.p-home-charm::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: #FEEAE9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-home-charm__head {
  text-align: center;
  margin-bottom: 40px;
}
.p-home-charm__head span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 733, 32px);
}
.p-home-charm__head-sub {
  margin-top: -10px;
}
.p-home-charm__head-sub img {
  display: inline-block;
  max-width: 206px;
  width: 50%;
  height: auto;
}
.p-home-charm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 76px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-home-charm__list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-charm__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-home-charm__list li {
  width: calc((100% - 152px) / 3);
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .p-home-charm__list li {
    width: calc((100% - 72px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-home-charm__list li {
    width: 100%;
  }
}
.p-home-charm__list-img {
  padding-top: 62%;
  overflow: hidden;
  position: relative;
}
.p-home-charm__list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-charm__list-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 10%;
}
.p-home-charm__list-num {
  display: inline-block;
  border-radius: 100%;
  background-color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(22px, 22px + 28 * (100vw - 767px) / 733, 50px);
  color: #92DB3C;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 30px 40px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home-charm__list-num {
    font-size: 36px;
    top: -42px;
  }
}
.p-home-charm__list-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 733, 24px);
  color: #FF7979;
  margin-bottom: 16px;
}

.p-home-faq {
  padding-top: 50px;
}
.p-home-faq__inner {
  padding: 50px 2.4%;
  border-radius: 150px;
  background-color: #F0FFDE;
  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: 960px) {
  .p-home-faq__inner {
    padding: 18px 2.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
    gap: 20px;
    padding: 20px 4.2% 50px;
  }
}
.p-home-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(24px, 24px + 26 * (100vw - 767px) / 733, 50px);
  color: #FF7979;
}
.p-home-faq__title::before {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/common/ic_faq.svg) no-repeat center/contain;
  -webkit-animation: scale-animation 1.2s ease-in-out infinite alternate;
          animation: scale-animation 1.2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-home-faq__title::before {
    width: 50px;
  }
}
.p-home-faq__txt {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(16px, 16px + 16 * (100vw - 767px) / 733, 32px);
  padding-right: 80px;
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-home-faq__txt {
    padding-right: 70px;
  }
}
.p-home-faq__txt::after {
  content: none;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../img/common/ic_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-faq__txt a {
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(16px, 16px + 16 * (100vw - 767px) / 733, 32px);
  color: #FF7979;
}
.p-home-faq__txt a:hover {
  text-decoration: underline;
}

.p-home-faq__txt a:after{
  left: inherit;
  right: -200px;
}

@media screen and (max-width: 767px) {
  .p-home-faq__txt a:after{
    right: -100px;
  }
}


.p-home-faq__txt a:hover::after{
  left: inherit;
  right: -210px;
}

@media screen and (max-width: 767px) {
  .p-home-faq__txt a:after{
    right: -110px;
  }
}

.p-home-news {
  padding: 0;
  background-color: #EDEDED;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 40px 0;
  }
}
.p-home-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-home-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.p-home-news__head-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(24px, 24px + 26 * (100vw - 767px) / 733, 50px);
  color: #FF7979;
}
@media screen and (max-width: 767px) {
  .p-home-news__head-en {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-home-news__head-en::before {
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 100%;
  background: url(../img/common/ic_news.svg) no-repeat center/contain;
  -webkit-animation: scale-animation 1.2s ease-in-out infinite alternate;
          animation: scale-animation 1.2s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
  .p-home-news__head-en::before {
    width: 50px;
  }
}
.p-home-news__subhead {
  margin-top: 10px;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(22px, 22px + 20 * (100vw - 767px) / 733, 42px);
}
.p-home-news__list li:not(:last-child) {
  margin-bottom: 42px;
}
.p-home-news__list li a {
  display: block;
}
.p-home-news__list li a:hover .p-home-news__list-ttl,
.p-home-news__list li a:hover .p-home-news__list-txt {
  text-decoration: underline;
}
.p-home-news__list-cat {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 733, 16px);
  color: #ffffff;
  background-color: #92DB3C;
  border-radius: 40px;
  text-align: center;
}
.p-home-news__list-date {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 733, 16px);
}
.p-home-news__list-ttl {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(28 / 20 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 733, 20px);
  margin-bottom: 15px;
}
/* p-company
--------------------------- */
/* p-career
--------------------------- */
.p-career-mainv::before {
  background-image: url(../img/career/mainv.jpg);
}

/* p-works
--------------------------- */
/* p-recruit
--------------------------- */
/* p-recruit
--------------------------- */
/* p-contact
--------------------------- */
.p-contact-mainv::before {
  background-image: url(../img/contact/mainv.jpg);
}

.p-thanks-mainv::before {
  background-image: url(../img/contact/mainv.jpg);
}

/* p-news
--------------------------- */
.p-news-archive__item {
  border-bottom: 1px solid #92DB3C;
}
.p-news-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px 20px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item a {
    padding: 10px 25px 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-news-archive__item a {
    gap: 12px;
    padding: 25px 25px 25px 0;
  }
}
.p-news-archive__item a::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #92DB3C;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-news-archive__item a:hover::after {
  right: 0;
}
.p-news-archive__item a:hover .p-news-archive__title {
  text-decoration: underline;
}
.p-news-archive__image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-news-archive__image {
    width: 32%;
  }
}
.p-news-archive__text {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-news-archive__text {
    width: 68%;
  }
}
.p-news-archive__data {
  color: #92DB3C;
  font-weight: 500;
}
.p-news-single__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1111111111em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 16 * (100vw - 767px) / 733, 36px);
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__title {
    margin-bottom: 25px;
  }
}
.p-news-single__date {
  color: #92DB3C;
}
.p-news-single__article {
  /*
  p {
  	margin-bottom: 20px;
  }
  img {
  	margin: 0 auto;
  }
  a {
  	border-bottom: 1px solid $black;
  }
  ul {
  	padding-left: 1.2em;
  	li {
  		text-indent: -1.2em;
  		margin-bottom: 10px;
  		&::before {
  			content: "";
  			background: $black;
  			width: 8px;
  			height: 8px;
  			border-radius: 50%;
  			display: inline-block;
  			vertical-align: middle;
  			margin-right: 10px;
  		}
  	}
  }
  ol {
  	padding-left: 1.8em;
  	li {
  		counter-increment: cnt;
  		text-indent: -1.8em;
  		margin-bottom: 10px;
  		&::before {
  			content: counter(cnt) ".";
  			margin-right: 10px;
  		}
  	}
  }
  */
}
.p-news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-news-pagination {
    margin-top: 50px;
  }
}
.p-news-pagination .top .c-btn {
  width: 100%;
  max-width: 200px;
  min-width: auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 0;
  color: #92DB3C;
  font-weight: 500;
  font-size: 18px;
}
.p-news-pagination .top .c-btn::after {
  display: none;
}
.p-news-pagination .top .c-btn:hover {
  background: #92DB3C;
  color: #ffffff;
}
.p-news-pagination .prev a,
.p-news-pagination .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
  border: 1px solid #92DB3C;
  width: 30px;
  height: 30px;
  position: relative;
}
.p-news-pagination .prev a::after,
.p-news-pagination .next a::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #92DB3C;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-news-pagination .prev a::after,
.p-news-pagination .next a::after {
  right: 50%;
  translate: 50% -50%;
}
.p-news-pagination .prev a:hover,
.p-news-pagination .next a:hover {
  background: #92DB3C;
}
.p-news-pagination .prev a:hover::after,
.p-news-pagination .next a:hover::after {
  background: #ffffff;
}
.p-news-pagination .prev a::after {
  scale: -1 1;
}

.p-news-single {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-news-single {
    margin: 50px 0;
  }
}

/* page block */
.p-news-single__article {
  line-height: 1.6;
  font-weight: 500;
}
.p-news-single__article :where(a:not([class])) {
  color: #92DB3C;
  text-decoration: underline;
}
.p-news-single__article :where(a:not([class])):hover {
  opacity: 0.6;
}
.p-news-single__article :where(* + p) {
  margin-top: 1em;
}
.p-news-single__article h2 {
  margin-bottom: 1.9em;
  font-size: 2.25em;
  line-height: 1.3888888889;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h2 {
    font-size: 1.7em;
  }
}
.p-news-single__article h3 {
  margin-bottom: 1.5em;
  padding-left: 1em;
  font-size: 2em;
  line-height: 1.3939393939;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h3 {
    font-size: 1.5em;
  }
}
.p-news-single__article h3::before {
  content: "";
  width: 5px;
  height: 1em;
  background: #92DB3C;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article h4 {
  margin-bottom: 0.77em;
  padding-bottom: 5px;
  font-size: 1.625em;
  line-height: 1.3846153846;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h4 {
    font-size: 1.3em;
  }
}
.p-news-single__article h4::before, .p-news-single__article h4::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #78BF8E;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-news-single__article h4::after {
  width: 18.3333333333%;
  background: #92DB3C;
  z-index: 2;
}
.p-news-single__article h5 {
  margin-bottom: 0.83em;
  font-size: 1.5em;
  line-height: 1.3846153846;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h5 {
    font-size: 1.2em;
  }
}
.p-news-single__article h6 {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h6 {
    font-size: 1.05em;
  }
}
.p-news-single__article .wp-block-heading {
  margin-top: 50px;
}
.p-news-single__article .wp-block-heading:first-child {
  margin-top: 0;
}
.p-news-single__article .wp-block-heading:last-child {
  margin-bottom: 0;
}
.p-news-single__article :where(* + ul, * + ol) {
  margin-top: 1em;
}
.p-news-single__article :where(ul, ol) li + li {
  margin-top: 1em;
}
.p-news-single__article :where(ul, ol) li ul, .p-news-single__article :where(ul, ol) li ol {
  margin-top: 1em;
  counter-reset: list-counter;
}
.p-news-single__article :where(ul):not(.u-checklist) {
}
.p-news-single__article :where(ul):not(.u-checklist) > li {
  padding-left: calc(12px + 1em);
  position: relative;
}
.p-news-single__article :where(ul):not(.u-checklist) > li::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: var(--list-color1, #92DB3C);
  border: 1px solid var(--list-color2, #92DB3C);
  border-radius: 50%;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article :where(ul) ul {
  --list-color1: none;
}
.p-news-single__article :where(ul) ul ul {
  --list-color1: #92DB3C;
}
.p-news-single__article :where(ol) > li {
  padding-left: 2.25em;
  position: relative;
  counter-increment: list-counter;
}
.p-news-single__article :where(ol) > li::before {
  content: counter(list-counter, decimal-leading-zero) ".";
  font-size: calc(1em + 2px);
  color: #92DB3C;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article .wp-block-table {
  margin-top: 1em;
  font-weight: normal;
}
.p-news-single__article .wp-block-table thead, .p-news-single__article .wp-block-table tfoot, .p-news-single__article .wp-block-table th, .p-news-single__article .wp-block-table td {
  border-width: 1px;
}
.p-news-single__article .wp-block-table th, .p-news-single__article .wp-block-table td {
  padding: 1em 0.5em;
  vertical-align: middle;
}
.p-news-single__article .wp-block-table th {
  background: #F1FCD5;
  color: #92DB3C;
  font-size: 1.25em;
  font-weight: bold;
}
.p-news-single__article .wp-block-table.is-style-regular th, .p-news-single__article .wp-block-table.is-style-regular td {
  border-color: #222222;
}
.p-news-single__article .wp-block-table.u-first-th td:first-child {
  background: #F1FCD5;
  color: #92DB3C;
  font-size: 1.25em;
  font-weight: bold;
}
.p-news-single__article .wp-block-table.is-style-stripes thead, .p-news-single__article .wp-block-table.is-style-stripes tfoot, .p-news-single__article .wp-block-table.is-style-stripes th, .p-news-single__article .wp-block-table.is-style-stripes td {
  border-width: 0;
}
.p-news-single__article table:not(.has-fixed-layout) th, .p-news-single__article table:not(.has-fixed-layout) td {
  white-space: nowrap;
}
.p-news-single__article table:not(.has-fixed-layout) tr td:first-of-type {
  background-color: #F0FFDE;
}
.p-news-single__article .wp-block-details {
  padding: 1.125em 1em;
  border-bottom: 0.1rem solid #4C4C4C;
}
.p-news-single__article .wp-block-details[open] summary + * {
  margin-top: 1.125em;
}
.p-news-single__article .wp-block-details[open] summary::after {
  rotate: 270deg;
  background-color: #92DB3C;
}
.p-news-single__article .wp-block-details summary {
  padding-right: 2em;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.p-news-single__article .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.p-news-single__article .wp-block-details summary::before, .p-news-single__article .wp-block-details summary::after {
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
}
.p-news-single__article .wp-block-details summary::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 7/15;
  background-color: #92DB3C;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  right: 0.25em;
  rotate: 90deg;
}
.p-news-single__article .wp-block-details.u-qa-details {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
.p-news-single__article .wp-block-details.u-qa-details summary, .p-news-single__article .wp-block-details.u-qa-details[open] summary + * {
  padding-left: 2.3em;
}
.p-news-single__article .wp-block-details.u-qa-details summary::before, .p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
  content: "Q";
  width: 1.95em;
  aspect-ratio: 1/1;
  background: #92DB3C;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0.8em;
  left: -1em;
  translate: 0 -50%;
  scale: 1.375;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .wp-block-details.u-qa-details summary::before, .p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
    line-height: 1.6;
    top: 0.5lh;
  }
}
.p-news-single__article .wp-block-details.u-qa-details[open] summary + * {
  margin-top: 2.6875em;
  position: relative;
}
.p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
  content: "A";
  background: #fdd534;
  color: #92DB3C;
}
.p-news-single__article :where(* .wp-block-group, .wp-block-column).has-background {
  padding: 15px;
}
.p-news-single__article > .wp-block-group {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-news-single__article > .wp-block-group {
    margin: 50px 0;
  }
}
.p-news-single__article > .wp-block-group.has-background {
  margin: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-news-single__article > .wp-block-group.has-background {
    margin: 0;
    padding: 50px 0;
  }
}
.p-news-single__article > .wp-block-group.has-background::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--bg-color);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.p-news-single__article .is-layout-grid {
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .is-layout-grid {
    gap: 1.2em;
  }
}
.p-news-single__article iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.p-news-single__article .custom-block-frame {
  --padding-side: min(8.6956521739%, 50px);
  background: #ffffff;
  border: 1px solid #92DB3C;
}
.p-news-single__article .custom-block-frame-title {
  padding: 1em var(--padding-side);
  background: #92DB3C;
  color: #ffffff;
}
.p-news-single__article .custom-block-frame-title h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.44em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 9 * (100vw - 767px) / 733, 25px);
  text-align: center;
}
.p-news-single__article .custom-block-frame-title h3::before {
  content: none;
}
.p-news-single__article .custom-block-frame-contents {
  padding: 2em var(--padding-side);
}
.p-news-single__article .custom-block-frame-contents-icon {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .custom-block-frame-contents-icon {
    margin-bottom: 20px;
  }
}
.p-news-single__article .custom-block-point {
  padding: min(3.4782608696%, 20px) min(6.0869565217%, 35px);
  background: #ffffff;
  border: 5px solid #FF7979;
  border-radius: 30px;
  line-height: 1.625;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: min(6.958250497%, 35px);
     -moz-column-gap: min(6.958250497%, 35px);
          column-gap: min(6.958250497%, 35px);
}
.p-news-single__article .custom-block-point-title {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.44em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 9 * (100vw - 767px) / 733, 25px);
}
.p-news-single__article .custom-block-point-title::before {
  content: none;
}
.p-news-single__article .custom-block-point-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-news-single__article .custom-block-point-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}
.p-news-single__article .custom-block-point-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-frame-item .custom-block-frame,
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-frame-item .custom-block-point, .p-news-single__article .is-layout-grid > .wp-block-lazyblock-point-item .custom-block-frame,
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-point-item .custom-block-point {
  height: 100%;
}

/*-------------------
 * object
 -------------------*/
.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-text-center {
  text-align: center;
}
.u-text-white {
  color: #ffffff;
}

.u-mt50 {
  margin-top: 50px;
}

.u-text--green {
  color: #92DB3C;
}

.u-text--yellow {
  color: #FFF845;
}

.u-underline {
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.39em;
  text-decoration-color: #FFF845;
}

.u-icon-tel {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_tel.svg);
          mask-image: url(../img/common/icon_tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-mail {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_mail.svg);
          mask-image: url(../img/common/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-car {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_car.svg);
          mask-image: url(../img/common/icon_car.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-inspection {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_inspection.svg);
          mask-image: url(../img/common/icon_inspection.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-repair {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_repair.svg);
          mask-image: url(../img/common/icon_repair.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-sale {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_sale.svg);
          mask-image: url(../img/common/icon_sale.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-coating {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_coating.svg);
          mask-image: url(../img/common/icon_coating.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-insurance {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_insurance.svg);
          mask-image: url(../img/common/icon_insurance.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-checklist {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 733, 18px);
  list-style: none;
}
.u-checklist li {
  padding-left: calc(1.5em + 10px);
  position: relative;
}
.u-checklist li::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .u-checklist li::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.u-checklist li + li {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .u-checklist li + li {
    margin-top: 1em;
  }
}

.custom-head01 {
  max-width: 720px;
  width: 92%;
  margin-inline: auto;
  color: #ffffff;
  padding: 5px 30px;
  background-color: #FF7979;
  border-radius: 50px;
}
.custom-head01::before {
  content: "";
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

.custom-head02 {
  max-width: 720px;
  width: 92%;
  margin-inline: auto;
  color: #ffffff;
  padding: 5px 30px;
  background-color: #F4DB21;
  border-radius: 50px;
}

.custom-head02::before {
  content: "";
  width: 26px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .custom-head01,.custom-head02 {
  width: 100%;
  }

  .custom-head01::before ,.custom-head02::before{
content: none;
  }
}

.pink::before {
  background: #FF7979 !important;
}
.pink > li::before {
  background: #FF7979 !important;
  border-color: #FF7979 !important;
}

.yellow::before {
  background: #F4DB21 !important;
}
.yellow > li::before {
  background: #F4DB21 !important;
  border-color: #F4DB21 !important;
}

.t-pink{
  color:#FF7979;
}

.t-green{
  color: #92DB3C;
}

#p-staff p strong{
  color:#FF7979;
  font-size: 20px;
}
