@charset "UTF-8";
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*
* foundation/base.css
*/
html {
  display: flex;
  width: 100%;
  font-size: 62.5%;
}

body {
  display: flex;
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #fff;
  color: #000;
}
body.is-gnav-open {
  overflow: hidden;
}

button,
select {
  cursor: pointer;
}
button[disabled],
select[disabled] {
  cursor: default;
}

em {
  font-style: normal;
}

/*
* layout/l-wrap.css
*/
.l-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

/*
* layout/l-header.css
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  line-height: 1.5714285714;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.047);
}
@media screen and (max-width: 1399.98px) {
  .l-header {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header {
    font-size: 1.4rem;
  }
}
.l-header__inner {
  max-width: 140rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: calc(100% - 8rem);
  height: 8rem;
}
@media screen and (max-width: 559.98px) {
  .l-header__inner {
    height: 5.2rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .l-header__inner {
    justify-content: space-between;
    width: calc(100% - 4.8rem);
  }
}

.l-header__logo {
  width: 11.8rem;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1399.98px) {
  .l-header__logo {
    width: 49.3333333333vw;
    max-width: 37rem;
  }
}
.l-header__logo-img {
  width: 100%;
}

.l-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 20;
  background: url("../img/common/btn_header_hamburger.png?d=202505261000") no-repeat center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-header__hamburger:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 559.98px) {
  .l-header__hamburger {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 1399.98px) {
  .l-header__hamburger {
    display: flex;
  }
}
body.is-gnav-open .l-header__hamburger {
  background-image: url("../img/common/btn_header_hamburger_close.png?d=202505261000");
}
.l-header__hamburger-txt {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

.l-header__spacer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #0AA145;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
body.is-gnav-open .l-header__spacer {
  opacity: 1;
  visibility: visible;
}

.l-header__menu {
  top: 8rem;
  height: calc(100% - 8rem);
}
@media screen and (max-width: 559.98px) {
  .l-header__menu {
    top: 5.2rem;
    height: calc(100% - 5.2rem);
  }
}
@media screen and (max-width: 1399.98px) {
  .l-header__menu {
    position: fixed;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 100;
    outline: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__menu {
    position: static;
    display: flex;
    align-items: center;
    flex: 1;
    height: auto;
  }
}
@media screen and (max-width: 1399.98px) {
  body.is-gnav-open .l-header__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.l-header__menu:not(.is-gnav-open) * {
  outline: none;
}

@media screen and (max-width: 1399.98px) {
  .l-header__nav {
    display: block;
    width: calc(100% - 3.6rem);
    margin-inline: auto;
    padding-bottom: 12rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__nav {
    margin-left: 5rem;
    flex: 1 1 0%;
  }
}

.l-header__nav-list1 {
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .l-header__nav-list1 {
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__nav-list1 {
    gap: 3.2rem;
  }
}

@media screen and (max-width: 1399.98px) {
  .l-header__nav-list1-item {
    width: 100%;
  }
}

.l-header__nav-list1-link {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  .l-header__nav-list1-link {
    display: inline-flex;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .l-header__nav-list1-link:hover {
    opacity: 0.6;
  }
}
.l-header__nav-list1-link:focus-visible {
  outline: solid 3px;
}

.l-header__nav-list2 {
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  padding-top: 4.8rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 1400px) {
  .l-header__nav-list2 {
    display: none;
  }
}

@media screen and (max-width: 1399.98px) {
  .l-header__nav-list2-item {
    width: 100%;
  }
}

.l-header__nav-list2-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1399.98px) {
  .l-header__nav-list2-link {
    display: inline-flex;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .l-header__nav-list2-link:hover {
    text-decoration: underline;
  }
}
.l-header__nav-list2-link:focus-visible {
  outline: solid 3px;
}

.l-header__tel {
  position: relative;
  display: block;
  text-align: center;
  margin: 3.2rem auto 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768.02px) {
  .l-header__tel[href] {
    pointer-events: none;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-header__tel-img {
  max-width: 82.005899705%;
  margin-inline: auto;
  pointer-events: none;
}

.l-header__btns {
  display: flex;
}
@media screen and (max-width: 1399.98px) {
  .l-header__btns {
    position: fixed;
    left: 0;
    bottom: 0;
    gap: 1px;
    width: 100%;
    padding-top: 1px;
    background: #fff;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__btns {
    justify-content: flex-end;
    align-items: center;
    gap: 1.2rem;
    margin-left: 5rem;
  }
}

.l-header__chat {
  position: absolute;
  right: 1rem;
  bottom: 5.6rem;
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 1rem 1rem 0.2rem 1rem;
  background: url("../img/common/btn_chat_sp.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 1400px) {
  .l-header__chat {
    display: none;
  }
}

.l-header__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9333333333em;
  width: min(100%, 16em);
  min-height: 3.4666666667em;
  border: none;
  border-radius: 0.6666666667em;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
@media screen and (max-width: 1399.98px) {
  .l-header__btn {
    flex: 1 1 0%;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__btn {
    min-width: 16em;
  }
}
@media (any-hover: hover) {
  .l-header__btn:hover {
    background: #0AA145;
  }
}
.l-header__btn:focus-visible {
  outline: #DFA916 solid 3px;
}
.l-header__btn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399.98px) {
  .l-header__btn-badge {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.6923076923em;
  }
}
@media screen and (min-width: 1400px) {
  .l-header__btn-badge {
    width: 3em;
    margin-right: 0.6em;
  }
}
.l-header__btn-badge-img {
  max-width: 100%;
  pointer-events: none;
}

/*
* layout/l-footer.css
*/
.l-footer {
  color: #fff;
  background: #262C28;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 17.8rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 6rem;
  }
}

.l-footer__info {
  background: #0AA145;
  width: 100%;
}

.l-footer__info-inner {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info-inner {
    padding: 6.8rem 0 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    max-width: 100rem;
    width: calc(100% - 8rem);
    padding: 11.3rem 0 8.5rem;
  }
}

.l-footer__about {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 4.2rem 0;
  max-width: 44rem;
}
@media screen and (max-width: 559.98px) {
  .l-footer__about {
    max-width: 28.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__about {
    gap: 2.6rem 0;
    width: calc(100% - 3.6rem);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__about {
    max-width: none;
  }
}

.l-footer__about-title {
  display: block;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__about-title {
    width: min(100%, 47.3rem);
    margin-left: 0.6rem;
  }
}
.l-footer__about-title-img {
  max-width: 100%;
}

.l-footer__about-desc {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5714285714em;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__about-desc {
    font-size: 1.4rem;
    line-height: 1.5714285714em;
    margin-top: 0.5714285714em;
  }
}

.l-footer__contact {
  flex: 0 0 32.7rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .l-footer__contact {
    width: calc(100% - 3.6rem);
    margin: 3.1rem auto 0;
  }
}

.l-footer__btn-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  position: relative;
}

.l-footer__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.05em;
  width: min(100%, 16.35em);
  min-height: 3.6em;
  border: none;
  border-radius: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .l-footer__btn {
    width: min(100%, 15.8333333333em);
    min-height: 3.7777777778em;
    font-size: 1.8rem;
    border-radius: 0.8333333333em;
  }
}
@media (any-hover: hover) {
  .l-footer__btn:hover {
    background: #fff;
    color: #000;
  }
}
.l-footer__btn:focus-visible {
  outline: #DFA916 solid 3px;
}
.l-footer__btn-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3em;
  margin-right: 0.6em;
}
.l-footer__btn-badge-img {
  max-width: 100%;
  pointer-events: none;
}

.l-footer__tel {
  position: relative;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__tel {
    margin-top: 3.2rem;
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__tel {
    margin-top: 2.5rem;
    padding-top: 2.8rem;
  }
}
@media screen and (min-width: 768.02px) {
  .l-footer__tel[href] {
    pointer-events: none;
  }
}
.l-footer__tel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
.l-footer__tel-img {
  max-width: 100%;
  margin-inline: auto;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .l-footer__tel-img {
    max-width: 82.005899705%;
  }
}

.l-footer__bottom {
  display: flex;
  max-width: 100rem;
  margin-inline: auto;
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 6rem 0;
    padding: 6rem 0 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bottom {
    justify-content: space-between;
    width: calc(100% - 8rem);
    gap: 0 5rem;
    padding: 10rem 0;
  }
}

.l-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 2.4rem 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__brand {
    align-items: center;
    gap: 2.9rem 0;
    width: calc(100% - 3.6rem);
  }
}

.l-footer__logo {
  display: inline-block;
  width: 14.8rem;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  gap: 1.7rem;
}

.l-footer__sns-link {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer__sns-link:hover {
    opacity: 0.6;
  }
}
.l-footer__sns-link--1 {
  width: 2rem;
}
.l-footer__sns-link--2 {
  width: 2.2rem;
}

.l-footer__nav {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    width: calc(100% - 3.6rem);
    max-width: 33.9rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    flex: 0 1 63.6rem;
    font-size: 1.4rem;
  }
}

.l-footer__nav-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    flex-direction: column;
    gap: 3.2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3.6rem 1em;
  }
}

.l-footer__nav-list-group {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list-group {
    flex-direction: column;
    gap: 3.6rem 0;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__nav-list-item {
    flex: 0 0 50%;
    padding-left: 0.7em;
  }
}

.l-footer__nav-list-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .l-footer__nav-list-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list-link {
    font-weight: 500;
  }
}

.l-footer__copyright {
  max-width: 100rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  color: #8899AC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright {
    width: calc(100% - 3.6rem);
    font-size: 1.3rem;
    line-height: 1.3846153846em;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    width: calc(100% - 8rem);
    padding-top: 2rem;
  }
}

/*
* layout/l-main.css
*/
.l-main {
  flex: 1 1 auto;
  width: 100%;
  min-height: 40.6rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 559.98px) {
  .l-main {
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-main {
    min-height: 54rem;
  }
}

/*
* layout/l-skin.css
*/
.l-skin {
  position: relative;
  width: 100%;
}
.l-skin--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .l-skin--pdt1 {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-skin--bg {
    padding-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-skin--bg {
    padding-top: 6rem;
  }
}
.l-skin--bg-prime1 {
  background-color: #0AA145;
}
.l-skin--bg-base1 {
  background-color: #E6FFEB;
}
.l-skin--bg-base2 {
  background-color: #DBE3E8;
}
.l-skin--bg-base3 {
  background-color: #8899AC;
}
.l-skin--bg-base4 {
  background-color: #EAF4FF;
}

.c-img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .c-img {
    width: 100%;
  }
}

.c-fit {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  font-family: "object-fit: contain;";
  vertical-align: middle;
}

/*
 * object/component/_maxim.scss
 */
.c-maxim-l {
  max-width: 100rem;
  margin-inline: auto;
}

.c-maxim-xl {
  max-width: 140rem;
  margin-inline: auto;
}

.c-maxim-dzpc {
  max-width: 192rem;
  margin-inline: auto;
}

/*
 * object/component/_width.scss
 */
.c-width {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width {
    width: calc(100% - 3.6rem);
  }
}
@media screen and (min-width: 768px) {
  .c-width {
    width: calc(100% - 8rem);
  }
}

.c-width-xxs {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width-xxs {
    width: calc(100% - 9rem);
  }
}

.c-width-xs {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width-xs {
    width: calc(100% - 7.6rem);
  }
}

.c-width-s {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-width-s {
    width: calc(100% - 3.6rem);
  }
}

.c-width-head {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-head {
    width: 72.9166666667%;
  }
}

.c-width-l {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-l {
    width: 52.0833333333%;
  }
}

.c-width-xl {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-xl {
    width: 72.9166666667%;
  }
}

.c-width-pc {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-width-pc {
    width: calc(100% - 8rem);
  }
}

/*
 * object/component/_color.scss
 */
.c-color-white {
  color: #fff;
}

.c-color-black {
  color: #000;
}

.c-color-prime1 {
  color: #0AA145;
}

.c-color-second1 {
  color: #262C28;
}

.c-color-point1 {
  color: #3C8CE2;
}

.c-color-point2 {
  color: #DFA916;
}

.c-color-point3 {
  color: #A37CB4;
}

.c-color-base1 {
  color: #E6FFEB;
}

.c-color-base2 {
  color: #DBE3E8;
}

.c-color-base3 {
  color: #8899AC;
}

.c-color-base4 {
  color: #EAF4FF;
}

.c-color-base5 {
  color: #FFF5DA;
}

.c-color-error1 {
  color: #EE3183;
}

.c-color-error2 {
  color: #fef3f3;
}

/*
 * object/component/_c-text.scss
 */
.c-text-size {
  margin: 0;
  font-size: 1.6rem;
}
.c-text-size--line {
  line-height: 1.5;
}

.c-text-size1 {
  margin: 0;
  font-size: 1.8rem;
}
.c-text-size1--line {
  line-height: 1.4444444444;
}

.c-text-size2 {
  margin: 0;
  font-size: 1.4rem;
}
.c-text-size2--line {
  line-height: 1.5714285714;
}

.c-text-size3 {
  margin: 0;
  font-size: 1.3rem;
}
.c-text-size3--line {
  line-height: 1.3846153846;
}

.c-text-size4 {
  margin: 0;
  font-size: 1.2rem;
}
.c-text-size4--line {
  line-height: 1.3333333333;
}

.c-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.c-text + .c-text {
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .c-text + .c-text {
    margin-top: 1.5714285714em;
  }
}

.c-text-lead1 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.98px) {
  .c-text-lead1 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .c-text-lead1 {
    margin-top: 2em;
  }
}
.c-text-lead1 + .c-text-lead1 {
  margin-top: 1.4444444444em;
}
@media screen and (max-width: 767.98px) {
  .c-text-lead1 + .c-text-lead1 {
    margin-top: 1.5714285714em;
  }
}

.c-text-term1 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767.98px) {
  .c-text-term1 {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.c-text-term1 + .c-text-term1 {
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .c-text-term1 + .c-text-term1 {
    margin-top: 0.8571428571em;
  }
}

.c-text-time1 {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  color: #8899AC;
}
@media screen and (max-width: 767.98px) {
  .c-text-time1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .c-text-time1 {
    font-size: 2rem;
    line-height: 1.6em;
  }
}

.c-text-design1 {
  margin: 0;
  font-weight: 500;
  color: #8899AC;
}
@media screen and (max-width: 767.98px) {
  .c-text-design1 {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 768px) {
  .c-text-design1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-design1--small-sp {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

/*
 * object/component/_c-link.scss
 */
.c-link-line1 {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-link-line1:hover {
    opacity: 0.6;
  }
}
.c-link-line1:focus-visible {
  outline: #DFA916 solid 3px;
}
.c-link-line1--color1 {
  color: #0AA145;
}

.c-link1 {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
.c-link1--color1 {
  color: #0AA145;
}
@media (any-hover: hover) {
  .c-link1:hover {
    opacity: 0.6;
  }
}
.c-link1:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-link1-icon-left {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  background: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}
.c-link1-icon-left::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.375em;
  margin-right: 0.6363636364em;
}
@media screen and (max-width: 767.98px) {
  .c-link1-icon-left::before {
    font-size: 1.2857142857em;
    margin-right: 0.4444444444em;
  }
}
.c-link1-icon-left--color1 {
  color: #0AA145;
}
.c-link1-icon-left--color1::before {
  color: inherit;
}
.c-link1-icon-left--color2 {
  color: #8899AC;
}
.c-link1-icon-left--color2::before {
  color: inherit;
}
.c-link1-icon-left--arrowleft::before {
  content: "\ef7d";
}
@media (any-hover: hover) {
  .c-link1-icon-left:hover {
    opacity: 0.6;
  }
}
.c-link1-icon-left:focus-visible {
  outline: #DFA916 solid 3px;
}

/*
* object/component/c-button.css
*/
.c-button1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.05em;
  min-width: 16.35em;
  min-height: 3.6em;
  border: none;
  border-radius: 0.75em;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button1 {
    width: min(100%, 15.8333333333em);
    min-width: auto;
    min-height: 3.7777777778em;
    font-size: 1.8rem;
    border-radius: 0.8333333333em;
  }
}
.c-button1__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3em;
  margin-right: 0.6em;
}
.c-button1__badge-img {
  max-width: 100%;
  pointer-events: none;
}
.c-button1--color2 {
  color: #000;
  background: #fff;
}
@media (any-hover: hover) {
  .c-button1:hover {
    background: #0AA145;
    color: #fff;
  }
}
.c-button1.is-disabled {
  background: #DBE3E8 !important;
  color: #8899AC !important;
  box-shadow: none !important;
}
@media (any-hover: hover) {
  .c-button1--hover-white:hover {
    background: #fff;
    color: #000;
  }
}
@media (any-hover: hover) {
  .c-button1--hover-black:hover {
    background: #000;
    color: #fff;
  }
}
.c-button1:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button1-icon-right {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button1-icon-right {
    width: min(100%, 15.8333333333em);
    min-height: 3.7777777778em;
    padding: 1.1111111111em 1.1111111111em 1.1111111111em 1.5em;
    font-size: 1.8rem;
    border-radius: 0.8333333333em;
  }
}
@media screen and (min-width: 768px) {
  .c-button1-icon-right {
    min-width: 16.35em;
    min-height: 3.6em;
    padding: 1.05em 1.6em 1.05em 1.8em;
    font-size: 2rem;
    border-radius: 0.75em;
  }
}
.c-button1-icon-right::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.2em;
  margin-left: 0.4em;
  pointer-events: none;
}
.c-button1-icon-right--color2 {
  color: #000;
  background: #fff;
}
.c-button1-icon-right--color2::after {
  color: #0AA145;
}
.c-button1-icon-right--arrowright::after {
  content: "\e941";
}
@media (any-hover: hover) {
  .c-button1-icon-right:hover {
    background: #0AA145;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .c-button1-icon-right:hover::after {
    color: inherit;
  }
}
@media (any-hover: hover) {
  .c-button1-icon-right--hover-white:hover {
    background: #fff;
    color: #000;
  }
}
@media (any-hover: hover) {
  .c-button1-icon-right--hover-white:hover::after {
    color: #0AA145;
  }
}
@media (any-hover: hover) {
  .c-button1-icon-right--hover-black:hover {
    background: #000;
    color: #fff;
  }
}
.c-button1-icon-right:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button2 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.9333333333em;
  min-width: 16em;
  min-height: 3.4666666667em;
  border: none;
  border-radius: 0.6666666667em;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button2 {
    width: min(100%, 12.6923076923em);
    min-width: auto;
    min-height: 3.3846153846em;
    font-size: 1.3rem;
    border-radius: 0.7692307692em;
  }
}
.c-button2--color2 {
  color: #000;
  background: #fff;
}
.c-button2__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .c-button2__badge {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.6923076923em;
  }
}
@media screen and (min-width: 768px) {
  .c-button2__badge {
    width: 3em;
    margin-right: 0.6em;
  }
}
.c-button2__badge-img {
  max-width: 100%;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-button2:hover {
    background: #0AA145;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .c-button2:hover::after {
    color: inherit;
  }
}
@media (any-hover: hover) {
  .c-button2--hover-white:hover {
    background: #fff;
    color: #000;
  }
}
@media (any-hover: hover) {
  .c-button2--hover-white:hover::after {
    color: #0AA145;
  }
}
@media (any-hover: hover) {
  .c-button2--hover-black:hover {
    background: #000;
    color: #fff;
  }
}
.c-button2:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button2-icon-right {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  background: #262C28;
  position: relative;
  color: #fff;
  transition-property: background, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button2-icon-right {
    width: min(100%, 12.6923076923em);
    min-width: auto;
    min-height: 3.3846153846em;
    font-size: 1.3rem;
    border-radius: 0.7692307692em;
    padding: 1.1111111111em 1.1111111111em 1.1111111111em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-button2-icon-right {
    min-width: 16em;
    min-height: 3.4666666667em;
    padding: 0.9333333333em 1.6em 0.9333333333em 1.8em;
    font-size: 1.5rem;
    border-radius: 0.6666666667em;
  }
}
.c-button2-icon-right::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.2em;
  margin-left: 0.4em;
  pointer-events: none;
}
.c-button2-icon-right--color2 {
  color: #000;
  background: #fff;
}
.c-button2-icon-right--color2::after {
  color: #0AA145;
}
.c-button2-icon-right--arrowright::after {
  content: "\e941";
}
@media (any-hover: hover) {
  .c-button2-icon-right:hover {
    background: #0AA145;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .c-button2-icon-right:hover::after {
    color: inherit;
  }
}
@media (any-hover: hover) {
  .c-button2-icon-right--hover-white:hover {
    background: #fff;
    color: #000;
  }
}
@media (any-hover: hover) {
  .c-button2-icon-right--hover-white:hover::after {
    color: #0AA145;
  }
}
@media (any-hover: hover) {
  .c-button2-icon-right--hover-black:hover {
    background: #000;
    color: #fff;
  }
}
.c-button2-icon-right:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button3 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 16em;
  min-height: 3.4666666667em;
  padding: 0.9333333333em;
  border: none;
  border-radius: 0.6666666667em;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
  box-shadow: inset 0 0 0 0.2rem #DBE3E8;
  color: #8899AC;
  transition-property: opacity, background, color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button3 {
    width: min(100%, 12.6923076923em);
    min-width: auto;
    min-height: 3.3846153846em;
    font-size: 1.3rem;
    font-weight: 900;
    border-radius: 0.7692307692em;
    box-shadow: inset 0 0 0 0.1rem #DBE3E8;
  }
}
.c-button3--color2 {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
.c-button3.is-active {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
@media (any-hover: hover) {
  .c-button3:hover {
    opacity: 0.6;
  }
}
.c-button3:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button3-icon-right {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  position: relative;
  color: #8899AC;
  transition-property: opacity, background, color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-button3-icon-right {
    width: min(100%, 12.6923076923em);
    min-width: auto;
    min-height: 3.3846153846em;
    font-size: 1.3rem;
    font-weight: 900;
    padding: 0.9230769231em 0.8461538462em 0.9230769231em 1.3846153846em;
    border-radius: 0.7692307692em;
    box-shadow: inset 0 0 0 0.1rem #DBE3E8;
  }
}
@media screen and (min-width: 768px) {
  .c-button3-icon-right {
    min-width: 16em;
    min-height: 3.4666666667em;
    padding: 0.9333333333em 0.8em 0.9333333333em 1.6em;
    font-size: 1.5rem;
    border-radius: 0.6666666667em;
    box-shadow: inset 0 0 0 0.2rem #DBE3E8;
  }
}
.c-button3-icon-right::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.2em;
  margin-left: 0.4em;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-button3-icon-right::after {
    font-size: 1.5384615385em;
    margin-top: 0.1em;
  }
}
.c-button3-icon-right--color2 {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-button3-icon-right--arrowright {
    padding-right: 1em;
  }
}
.c-button3-icon-right--arrowright::after {
  content: "\e941";
}
.c-button3-icon-right--arrowdown::after {
  content: "\e313";
}
@media screen and (min-width: 768px) {
  .c-button3-icon-right--arrowdown::after {
    font-size: 1.6em;
  }
}
.c-button3-icon-right.is-active {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
@media (any-hover: hover) {
  .c-button3-icon-right:hover {
    opacity: 0.6;
  }
}
.c-button3-icon-right:focus-visible {
  outline: #DFA916 solid 3px;
}

.c-button-chat {
  position: relative;
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin: 0;
  padding: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 1rem 1rem 0.2rem 1rem;
  background: url("../img/common/btn_chat_sp.png?d=202505261000") no-repeat center;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-button-chat {
    width: 18rem;
    height: 6rem;
    border-radius: 1.2rem 1.2rem 0.4rem 1.2rem;
    background-image: url("../img/common/btn_chat.png?d=202505261000");
  }
}
@media (any-hover: hover) {
  .c-button-chat:hover {
    transform: scale(1.03);
  }
}
.c-button-chat:focus-visible {
  outline: #DFA916 solid 3px;
}
.c-button-chat--fixed {
  position: fixed;
  right: 1rem;
  bottom: 5.6rem;
  z-index: 1;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.c-button-chat--fixed.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-button-chat--fixed {
    right: 4rem;
    bottom: 5.6rem;
  }
}

body #ch-plugin {
  transition-property: opacity, visibility, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
body #ch-plugin.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*
 * object/component/_c-tag.scss
 */
.c-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25em;
  border: none;
  border-radius: 1.25em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 0.3333333333em 1.25em;
  color: #8899AC;
  background: #fff;
  box-shadow: inset 0 0 0 0.1rem #8899AC;
}
@media screen and (max-width: 767.98px) {
  .c-tag {
    padding: 0.0833333333em 1.1666666667em;
  }
}
.c-tag--color-second1 {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
.c-tag--color-base2 {
  color: #000;
  background: #DBE3E8;
  box-shadow: none;
}
.c-tag.is-active, .c-tag--color-prime1 {
  color: #fff;
  background: #0AA145;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-tag--midium-pc {
    font-size: 1.4rem;
    padding: 0.5em 1.2857142857em;
  }
}
.c-tag[href] {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-tag[href]:hover {
    opacity: 0.6;
  }
}

.c-tag1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: bold;
  text-align: left;
  padding: 0.3333333333em 1.25em;
  background: #fff;
  box-shadow: inset 0 0 0 0.1rem #8899AC;
}
@media screen and (max-width: 767.98px) {
  .c-tag1 {
    font-size: 1.4rem;
    min-height: 2.3571428571em;
    padding: 0.4285714286em 1.0714285714em;
    border-radius: 0.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .c-tag1 {
    font-size: 1.6rem;
    min-height: 3.375em;
    padding: 0.875em 1.25em;
    border-radius: 0.75em;
  }
}
.c-tag1--color-second1 {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
.c-tag1--color-base2 {
  color: #000;
  background: #DBE3E8;
  box-shadow: none;
}
.c-tag1.is-active, .c-tag1--color-prime1 {
  color: #fff;
  background: #0AA145;
  box-shadow: none;
}
.c-tag1[href] {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-tag1[href]:hover {
    opacity: 0.6;
  }
}

.c-tag-small1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8333333333em;
  border-radius: 0.3333333333em;
  padding: 0.25em 1.3333333333em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #3C8CE2;
}
/*
 * object/component/_c-bg.scss
 */
.c-bg-white {
  background-color: #fff;
}
.c-bg-white-marker {
  background-color: rgba(255, 255, 255, 0.5);
}

.c-bg-black {
  background-color: #000;
}
.c-bg-black-marker {
  background-color: rgba(0, 0, 0, 0.5);
}

.c-bg-prime1 {
  background-color: #0AA145;
}
.c-bg-prime1-marker {
  background-color: rgba(10, 161, 69, 0.5);
}

.c-bg-second1 {
  background-color: #262C28;
}
.c-bg-second1-marker {
  background-color: rgba(38, 44, 40, 0.5);
}

.c-bg-point1 {
  background-color: #3C8CE2;
}
.c-bg-point1-marker {
  background-color: rgba(60, 140, 226, 0.5);
}

.c-bg-point2 {
  background-color: #DFA916;
}
.c-bg-point2-marker {
  background-color: rgba(223, 169, 22, 0.5);
}

.c-bg-point3 {
  background-color: #A37CB4;
}
.c-bg-point3-marker {
  background-color: rgba(163, 124, 180, 0.5);
}

.c-bg-base1 {
  background-color: #E6FFEB;
}
.c-bg-base1-marker {
  background-color: rgba(230, 255, 235, 0.5);
}

.c-bg-base2 {
  background-color: #DBE3E8;
}
.c-bg-base2-marker {
  background-color: rgba(219, 227, 232, 0.5);
}

.c-bg-base3 {
  background-color: #8899AC;
}
.c-bg-base3-marker {
  background-color: rgba(136, 153, 172, 0.5);
}

.c-bg-base4 {
  background-color: #EAF4FF;
}
.c-bg-base4-marker {
  background-color: rgba(234, 244, 255, 0.5);
}

.c-bg-base5 {
  background-color: #FFF5DA;
}
.c-bg-base5-marker {
  background-color: rgba(255, 245, 218, 0.5);
}

.c-bg-error1 {
  background-color: #EE3183;
}
.c-bg-error1-marker {
  background-color: rgba(238, 49, 131, 0.5);
}

.c-bg-error2 {
  background-color: #fef3f3;
}
.c-bg-error2-marker {
  background-color: rgba(254, 243, 243, 0.5);
}

/*
 * object/component/_c-listing.scss
 */
.c-listing {
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style: none;
}

.c-listing1 {
  margin: 1em 0;
  padding: 0 0 0 1em;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-listing1 {
    margin: 0.9230769231em 0;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.c-listing1__item {
  position: relative;
}
.c-listing1__item::before {
  content: "・";
  position: absolute;
  right: 100%;
  top: 0;
}

.c-listing-mark1 {
  margin: 1em 0;
  padding-inline-start: 2.1428571429em;
  list-style: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767.98px) {
  .c-listing-mark1 {
    margin: 0.9230769231em 0;
    padding-inline-start: 1.5384615385em;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.c-listing-mark1__item {
  position: relative;
}
.c-listing-mark1__item::before {
  content: "・";
  position: absolute;
  left: -1em;
  top: 0;
}

.c-listing-num1 {
  margin: 1em 0;
  padding-inline-start: 2.1428571429em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767.98px) {
  .c-listing-num1 {
    margin: 0.9230769231em 0;
    padding-inline-start: 1.5384615385em;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}

.c-listing-num2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-listing-num2 {
    padding-left: 1em;
  }
}
.c-listing-num2__item {
  position: relative;
}
.c-listing-num2__item-num {
  display: inline-block;
  padding-right: 0.3em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-listing-num2__item-num {
    position: absolute;
    right: 100%;
    top: 0;
  }
}

/*
 * object/component/_c-title.scss
 */
.c-title1 {
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .c-title1 {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 4.8rem;
  }
}

.c-title-en1 {
  display: block;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0AA145;
}
@media screen and (max-width: 767.98px) {
  .c-title-en1 {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0.4375em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en1 {
    font-size: 2.4rem;
    margin-top: 0.3333333333em;
  }
}

.c-title2 {
  margin: 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-title2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title2--responsive-pc {
    font-size: min(2.0833333333vw, 4rem);
  }
}
@media screen and (min-width: 768px) {
  .c-title2--large-pc {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title2--large-pc-responsive {
    font-size: 4.8rem;
    font-size: min(2.5vw, 4.8rem);
  }
}
.c-title2--midium {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .c-title2--midium {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-title2--midium {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}

.c-title-en2 {
  display: block;
  margin: 0 auto;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0AA145;
}
@media screen and (max-width: 767.98px) {
  .c-title-en2 {
    font-size: 1.6rem;
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2 {
    font-size: 2rem;
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2--responsive-pc {
    font-size: min(1.0416666667vw, 2rem);
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2--large-pc {
    font-size: 2.4rem;
    margin-top: 0.8333333333em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2--large-pc-responsive {
    font-size: 2.4rem;
    font-size: min(1.25vw, 2.4rem);
    margin-top: 0.8333333333em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title-en2--midium {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en2--midium {
    font-size: 2.4rem;
    margin-top: 0.5em;
  }
}
.c-title-en2--midium img {
  max-width: 100%;
}

.c-title3 {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .c-title3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-title3 {
    font-size: 3.6rem;
    line-height: 1.3333333333;
  }
}

.c-title-sub1 {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-title-sub1 {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 1.85em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-sub1 {
    font-size: 3.6rem;
    line-height: 1.3333333333;
    margin-bottom: 2.7777777778em;
  }
}
.c-title-sub1--left {
  text-align: left;
}

.c-title-sub2 {
  margin: 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-title-sub2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.1875em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-sub2 {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 1.6666666667em;
  }
}
.c-title-sub2--left {
  text-align: left;
}

.c-title-sub3 {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-title-sub3 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .c-title-sub3 {
    font-size: 1.8rem;
    margin-bottom: 0.6666666667em;
  }
}
.c-title-sub3--left {
  text-align: left;
}

/*
 * object/component/_c-form.scss
 */
.c-form-choice1-label, .c-form-select1, .c-form-field1 {
  font-size: 1.125em;
}

.c-form-choice1-txt, .c-form-select1, .c-form-field1 {
  position: relative;
  padding: 0.8888888889em 1.1666666667em;
  min-height: 3.3333333333em;
  width: 100%;
  vertical-align: middle;
  font-weight: 500;
  line-height: inherit;
  color: inherit;
  box-shadow: inset 0 0 0 0.1rem #8899AC;
  border-radius: 0.5555555556em;
  border: none;
  background: #fff;
}

.is-done.c-form-select1, .is-done.c-form-field1 {
  background: #DBE3E8;
  box-shadow: none;
  color: #8899AC;
}

.is-error.c-form-select1, .is-error.c-form-field1 {
  background: #fef3f3;
  box-shadow: inset 0 0 0 0.3rem #EE3183;
  color: #EE3183;
}

.c-form-choice1-btn:focus-visible + .c-form-choice1-txt, .c-form-select1:focus-visible, .c-form-field1:focus-visible {
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 0 0.3rem #0AA145;
  color: inherit;
}

.c-form-error1 {
  color: #EE3183;
  font-weight: bold;
  margin: 0.375em 0 1.25em;
}

.c-form-field1::placeholder {
  color: #8899AC;
}
.c-form-field1:-ms-input-placeholder {
  color: #8899AC;
}
.c-form-field1::-ms-input-placeholder {
  color: #8899AC;
}
textarea.c-form-field1 {
  min-height: 11.1111111111em;
}

.c-form-select1-area {
  display: block;
  position: relative;
}
.c-form-select1-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.3333333333em;
  width: 0.7777777778em;
  height: 100%;
  pointer-events: none;
  background: url("../img/common/icon_arrow2_down.png?d=202505261000") no-repeat center;
  background-size: contain;
}

.c-form-select1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.6666666667em;
}
.c-form-select1::-ms-expand {
  display: none;
}
.c-form-select1::placeholder {
  color: #8899AC;
}
.c-form-select1:-ms-input-placeholder {
  color: #8899AC;
}
.c-form-select1::-ms-input-placeholder {
  color: #8899AC;
}
.c-form-select1.is-noselect {
  color: #8899AC;
}
.c-form-select1 option {
  font-weight: bold;
}
.c-form-select1 option {
  border: none;
  padding: 0.8333333333em 1.1666666667em;
  min-height: 3.3333333333em;
}
.c-form-select1 option::checkmark {
  display: none;
}
.c-form-select1:invalid {
  color: #8899AC;
}
.c-form-select1 optgroup,
.c-form-select1 option {
  color: #000;
}
.c-form-select1 > option:first-child {
  color: #8899AC !important;
}
.c-form-select1[required] > option:first-child {
  display: none;
}

.c-form-choice1-label {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #8899AC;
}
.c-form-choice1-label--large {
  display: block;
  margin: 1.1111111111em 0 0.3333333333em;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-label--large {
    margin-top: 0.75em;
  }
}
.c-form-choice1-label--large + .c-form-choice1-label--large {
  margin-top: 0.4444444444em;
}

.c-form-choice1-btn {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.c-form-choice1-txt {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3.8888888889em;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-txt {
    font-size: 0.8888888889em;
    padding-left: 3.125em;
  }
}
@media (any-hover: hover) {
  .c-form-choice1-txt:hover {
    background: #E6FFEB;
  }
}
.c-form-choice1-btn:checked + .c-form-choice1-txt {
  outline: none;
  border-color: #0AA145;
  box-shadow: inset 0 0 0 0.3rem #0AA145;
  background: #E6FFEB;
  color: #000;
}
.c-form-choice1-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #DBE3E8;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-txt::before {
    left: 1.3125em;
    width: 1.75em;
    height: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .c-form-choice1-txt::before {
    left: 1.3333333333em;
    width: 1.5555555556em;
    height: 1.5555555556em;
  }
}
.c-form-choice1-btn:checked + .c-form-choice1-txt::before {
  background: #0AA145;
}
.c-form-choice1-txt::after {
  content: "\e5ca";
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
  line-height: 0;
  line-height: 1;
  color: #8899AC;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-txt::after {
    left: 0.875em;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-form-choice1-txt::after {
    left: 1.0833333333em;
    font-size: 1.3333333333em;
  }
}
.c-form-choice1-btn:checked + .c-form-choice1-txt::after {
  color: #fff;
}
.c-form-choice1-label--large .c-form-choice1-txt {
  display: block;
  width: 100%;
}
.c-form-choice1-label--right .c-form-choice1-txt {
  padding-inline: 1.1666666667em 3.8888888889em;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-label--right .c-form-choice1-txt {
    padding-inline: 1.25em 3.125em;
  }
}
.c-form-choice1-label--right .c-form-choice1-txt::before {
  left: auto;
  right: 1.3333333333em;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-label--right .c-form-choice1-txt::before {
    right: 1.1666666667em;
  }
}
.c-form-choice1-label--right .c-form-choice1-txt::after {
  left: auto;
  right: 1.0833333333em;
}
@media screen and (max-width: 767.98px) {
  .c-form-choice1-label--right .c-form-choice1-txt::after {
    right: 0.875em;
  }
}

/*
* object/component/c-frame.css
*/
.c-frame1 {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-frame1 {
    padding: 1.4285714286em 1.9285714286em 2em;
    border-radius: 1.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .c-frame1 {
    padding: 2.2857142857em 2.5714285714em;
    border-radius: 1.4285714286em;
  }
}
.c-frame1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}
.c-frame1--shadow1::before {
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.05);
}
.c-frame1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.1rem solid #DBE3E8;
  pointer-events: none;
}
.c-frame1 + .c-frame1 {
  margin-top: 4.2857142857em;
}
@media screen and (max-width: 767.98px) {
  .c-frame1 + .c-frame1 {
    margin-top: 2.5714285714em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-frame1--style1-sp {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-frame1--style1-sp::before {
    height: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-frame1--style1-sp::after {
    border-bottom: none;
  }
}
.c-frame1__inner {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-frame1__inner {
    padding: 1.4285714286em 1.9285714286em 2em;
  }
}
@media screen and (min-width: 768px) {
  .c-frame1__inner {
    padding: 2.2857142857em 2.5714285714em;
  }
}

/*
* object/component/c-scroll.css
*/
.c-scrollx {
  position: relative;
  overflow: hidden;
}

.c-scrollx-flow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  cursor: grab;
}
.c-scrollx-flow::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.c-scrollx-content {
  padding: 0 1.8rem;
  width: 123.6rem;
}
@media screen and (min-width: 768px) {
  .c-scrollx-content {
    padding: 0 4rem;
    width: 128rem;
  }
}
.c-scrollx-content > * {
  user-select: none;
}
.c-scrollx-content img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.c-scrollx-content-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-scrollx-content-list__item {
  flex: 0 0 30rem;
}

.c-scrollx-bar {
  position: relative;
  height: 1.6rem;
  margin: 2rem auto 0;
  background: #DBE3E8;
  border-radius: 100vh;
}

.c-scrollx-bar-thumb {
  width: 40%; /* JSで動的に幅・位置を調整 */
  height: 100%;
  transform: translateX(0);
}
.c-scrollx-bar-thumb__btn {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100vh;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: initial;
  line-height: 0;
  background: #8899AC;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .c-scrollx-bar-thumb__btn:hover {
    background-color: #262C28;
  }
}

.c-scrolly {
  position: relative;
  overflow: hidden;
  display: flex;
}

.c-scrolly-flow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  cursor: grab;
}
.c-scrolly-flow::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.c-scrolly-content > * {
  user-select: none;
}
.c-scrolly-content img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.c-scrolly-bar {
  width: 0.8rem;
  height: 100%;
  margin: 0;
  border-radius: 100vh;
}
@media screen and (max-width: 767.98px) {
  .c-scrolly-bar {
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-scrolly-bar {
    margin-right: 1.6rem;
  }
}

.c-scrolly-bar-thumb {
  width: 100%;
  height: 40%; /* JSで動的に幅・位置を調整 */
  transform: translateY(0);
}
.c-scrolly-bar-thumb__btn {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 100vh;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: initial;
  line-height: 0;
  background: #8899AC;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .c-scrolly-bar-thumb__btn:hover {
    background-color: #262C28;
  }
}

/*
 * object/component/_c-acd.scss
 */
.c-acd .c-acd-content {
  transition: 0.3s linear;
}

.c-acd:not(.is-active) .c-acd-content {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
}

.c-acd .c-acd-icon {
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c-acd .c-acd-icon::before {
  content: "\e145";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6666666667em;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.7142857143em;
  color: #8899AC;
}
@media (any-hover: hover) {
  .c-acd .c-acd-icon:hover {
    opacity: 0.6;
  }
}

.c-acd.is-active .c-acd-icon::before {
  content: "\e15b";
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-content {
    transition: 0.3s linear;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp:not(.is-active) .c-acd-content {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-icon {
    cursor: pointer;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .c-acd-sp .c-acd-icon::before {
    content: "\e145";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.6666666667em;
    font-family: "Material Symbols Rounded";
    font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;
    line-height: 0;
    font-size: 1.7142857143em;
    color: #8899AC;
  }
}

@media screen and (max-width: 767.98px) {
  .c-acd-sp.is-active .c-acd-icon::before {
    content: "\e15b";
  }
}

/*
* object/project/p-pagetop.css
*/
.p-pagetop {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 8.7rem;
  cursor: pointer;
  background: url("../img/common/btn_pagetop.png?d=202505261000") no-repeat center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-pagetop {
    right: 50%;
    bottom: 4.8rem;
    transform: translateX(50%);
    width: 5.4rem;
    height: 6.6rem;
    background-image: url("../img/common/btn_pagetop_sp.png?d=202505261000");
  }
}
@media (any-hover: hover) {
  .p-pagetop:hover {
    opacity: 0.6;
  }
}
.p-pagetop:focus-visible {
  outline: #DFA916 solid 3px;
}

/*
* object/project/p-button.css
*/
.p-button-group1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-button-group1--mg1 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-button-group1--mg1 {
    margin-top: 8rem;
  }
}

.p-button-group2 {
  margin: 8rem auto 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-button-group2 {
    margin: 3.4rem auto 6rem;
  }
}
.p-button-group2--mg1 {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-button-group2--mg1 {
    margin-bottom: 1.6rem;
  }
}

.p-button-group2-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 559.98px) {
  .p-button-group2-list {
    flex-direction: column;
    gap: 0.8rem;
    align-items: stretch;
  }
}
@media screen and (max-width: 559.98px) {
  .p-button-group2-list--auto-sp {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-button-group2-list--half-tb {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .p-button-group2-list--half-tb {
    gap: 1.3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-button-group2-list__item {
    flex: 1 1 0%;
  }
}
@media screen and (max-width: 559.98px) {
  .p-button-group2-list--auto-sp .p-button-group2-list__item {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-button-group2-list--half-tb .p-button-group2-list__item {
    flex: 0 0 calc((100% - 0.8rem) / 2);
  }
}
.p-button-group2-list__item .c-button {
  height: 100%;
}
@media screen and (max-width: 1099.98px) {
  .p-button-group2-list__item .c-button {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}

.p-button-group3 {
  margin: 8rem auto 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-button-group3 {
    margin: 3.4rem auto 6rem;
  }
}
.p-button-group3--mg1 {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-button-group3--mg1 {
    margin-bottom: 1.6rem;
  }
}

.p-button-group3-list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 559.98px) {
  .p-button-group3-list {
    flex-direction: column;
    gap: 0.8rem 1.2rem;
    align-items: stretch;
  }
}
@media screen and (max-width: 559.98px) {
  .p-button-group3-list--auto-sp {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-button-group3-list__item {
    flex: 1 1 0%;
  }
}
@media screen and (max-width: 559.98px) {
  .p-button-group3-list--auto-sp .p-button-group3-list__item {
    flex: 1 1 auto;
  }
}
.p-button-group3-list__item .c-button {
  height: 100%;
}
@media screen and (max-width: 1099.98px) {
  .p-button-group3-list__item .c-button {
    width: 100%;
    min-width: auto;
    max-width: 100%;
  }
}

.p-button-group-foot1 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-button-group-foot1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-button-group-foot1 {
    margin-top: 8rem;
    font-size: 1.6rem;
  }
}

.p-button-fixed1 {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.p-button-fixed1.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-button-fixed1-group {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-button-fixed1-group {
    gap: 1px;
    padding-top: 1px;
    background: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .p-button-fixed1__btn {
    min-width: auto;
    flex: 1 1 0%;
    border-radius: 0;
    font-size: 1.3rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .p-button-fixed1__btn {
    min-width: 16em;
  }
}

/*
* object/project/p-head.css
*/
@media screen and (max-width: 767.98px) {
  .p-head1 {
    margin-bottom: 3.4rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head1 {
    margin-bottom: 8rem;
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-head2 {
    margin-bottom: 2.8rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head2 {
    margin-bottom: 6rem;
    padding-top: 8rem;
  }
}

.p-head2-meta {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-head2-meta {
    align-items: center;
    gap: 1.3rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head2-meta {
    flex-direction: column;
    gap: 2.7rem;
    margin-top: 1.2rem;
  }
}

.p-head2-tag-group {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 767.98px) {
  .p-head4 {
    margin-bottom: 3.6rem;
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head4 {
    margin-bottom: 6rem;
    padding-top: 8rem;
  }
}
.p-head4__inner {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-head4__inner {
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head4__inner {
    flex-direction: row-reverse;
    gap: 5.2rem;
  }
}

.p-head4-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-head4-content {
    flex: 1 1 auto;
    margin: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .p-head4-content-title {
    margin-bottom: 0.45em;
  }
}
@media screen and (min-width: 768px) {
  .p-head4-content-title {
    margin-bottom: 0.4166666667em;
  }
}

.p-head4-content-subtitle {
  margin: 0;
  font-weight: bold;
  color: #3C8CE2;
}
@media screen and (max-width: 767.98px) {
  .p-head4-content-subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head4-content-subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-head4-content-tag-group {
    margin-top: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head4-content-tag-group {
    margin-top: 3.2rem;
  }
}

.p-head4-pic {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-head4-pic {
    flex: 0 0 44.8%;
  }
}
.p-head4-pic__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 767.98px) {
  .p-head4-pic__inner {
    padding-bottom: 48%;
  }
}
@media screen and (min-width: 768px) {
  .p-head4-pic__inner {
    padding-bottom: 57.1428571429%;
    border-radius: 2rem;
    overflow: hidden;
  }
}
.p-head4-pic__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .p-head3 {
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head3 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head3--responsive-pc {
    margin-bottom: 3.125vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-head3--responsive-pc {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head3--large-pc-responsive {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-head3--large-pc-responsive {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-head3--midium {
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-head3--midium {
    margin-bottom: 4rem;
  }
}

/*
* object/project/p-pagination.scss
*/
.p-pagination {
  margin: 0 auto;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-pagination {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 6rem;
  }
}

.p-pagination-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.p-pagination-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.7777777778em;
  border-radius: 0.6666666667em;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  transition-property: opacity, color, background;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-pagination-list__link {
    min-width: 1.3333333333em;
    padding: 0.2em 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-pagination-list__link {
    min-width: 2.2222222222em;
    padding: 0.2em 0.5em;
  }
}
@media (any-hover: hover) {
  .p-pagination-list__link[href]:hover {
    color: #0AA145;
  }
}
.p-pagination-list__link--arrow {
  min-width: 2.7777777778em;
  background: #262C28;
  color: #fff;
}
.p-pagination-list__link--arrow:not([href]) {
  background: #8899AC;
}
@media (any-hover: hover) {
  .p-pagination-list__link--arrow[href]:hover {
    color: #fff;
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .p-pagination-list__link--prev {
    margin-right: 2.0555555556em;
  }
}
@media screen and (min-width: 768px) {
  .p-pagination-list__link--next {
    margin-left: 2.0555555556em;
  }
}
.p-pagination-list__link[aria-current=page] {
  color: #8899AC;
  pointer-events: none;
}

.p-pagination-list__link--arrow::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  font-size: 1.1111111111em;
}

.p-pagination-list__link--first::before {
  content: "\e5dc";
}

.p-pagination-list__link--prev::before {
  content: "\e5cb";
}

.p-pagination-list__link--next::before {
  content: "\e5cc";
}

.p-pagination-list__link--last::before {
  content: "\e5dd";
}

/*
* object/project/p-card.css
*/
@media screen and (max-width: 767.98px) {
  .p-card1 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    padding: 1.4285714286em 1.8571428571em 1.3571428571em;
    border-radius: 1.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .p-card1 {
    padding: 1.75em 2.25em 2em;
    border-radius: 1.25em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card1 + .p-card1 {
    margin-top: 1.1428571429em;
  }
}
@media screen and (min-width: 768px) {
  .p-card1 + .p-card1 {
    margin-top: 1.5em;
  }
}
.p-card1--design1 {
  background-color: #FFF5DA;
}
.p-card1--design2 {
  background-color: #E6FFEB;
}
.p-card1__inner {
  margin: 0;
}

.p-card1-title {
  position: relative;
  display: flex;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .p-card1-title {
    min-height: 1.3333333333em;
    margin-bottom: 1em;
    font-size: 1.2857142857em;
  }
}
@media screen and (min-width: 768px) {
  .p-card1-title {
    min-height: 1.6em;
    margin-bottom: 0.6em;
    font-size: 1.25em;
  }
}
.p-card1-title--icon::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  line-height: 0.9411764706;
}
@media screen and (max-width: 767.98px) {
  .p-card1-title--icon::before {
    margin: 0.0740740741em 0.2222222222em 0 0;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-card1-title--icon::before {
    margin-right: 0.2352941176em;
    font-size: 1.7em;
  }
}
.p-card1--design1 .p-card1-title--icon::before {
  color: #DFA916;
}
.p-card1--design2 .p-card1-title--icon::before {
  color: #0AA145;
}
.p-card1-title--problem::before {
  content: "\e000";
}
.p-card1-title--satisfaction::before {
  content: "\e8e5";
}

.p-card1-desc {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-card1-desc {
    display: flex;
    gap: 0 3.75em;
  }
}

.p-card1-desc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.p-card1-desc-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-card1-desc-list__item {
    padding-left: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .p-card1-desc-list__item {
    padding-left: 1.5em;
  }
}
.p-card1-desc-list__item::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
}
.p-card1--design1 .p-card1-desc-list__item::before {
  color: #DFA916;
}
.p-card1--design2 .p-card1-desc-list__item::before {
  color: #0AA145;
}

.c-card2 {
  position: relative;
  font-size: 1.6rem;
  padding: 1.25em 1.25em 1.5em;
  border-radius: 1.5em 1.5em 1.5em 0.25em;
  background: #fff;
}
.c-card2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}
.c-card2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.1rem #DBE3E8;
  pointer-events: none;
  transition-property: opacity, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.c-card2 + .c-card2 {
  margin-top: 4.2857142857em;
}
@media screen and (max-width: 767.98px) {
  .c-card2 + .c-card2 {
    margin-top: 2.5714285714em;
  }
}
.c-card2__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .c-card2__inner {
    gap: 0.875em;
  }
}
@media screen and (min-width: 768px) {
  .c-card2__inner {
    gap: 1.5em;
  }
}

@media screen and (max-width: 767.98px) {
  .c-card2-box1 {
    padding: 0 0.4375em;
  }
}

.c-card2-title1 {
  display: flex;
  margin: 0;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-card2-title1 {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 768px) {
  .c-card2-title1 {
    font-size: 1.125em;
  }
}
.c-card2-title1[href]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.5em 1.5em 1.5em 0.25em;
  box-shadow: inset 0 0 0 0.1rem #0AA145;
  opacity: 0;
  transition-property: opacity, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .c-card2-title1[href]:hover::before {
    opacity: 1;
  }
}

.c-card2-title2 {
  margin: 0;
  font-weight: 500;
  color: #3C8CE2;
  margin-top: 0.5em;
}
.c-card2-box2-list {
  position: relative;
  list-style: none;
  padding: 1.25em 0 0;
  margin: 1em 0 0;
  display: flex;
  gap: 0.75em 0.5em;
  flex-wrap: wrap;
}
.c-card2-box2-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: #DBE3E8;
}

.c-card2-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25em;
  border: none;
  border-radius: 1.25em;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 0.3333333333em 1.25em;
  color: #8899AC;
  background: #fff;
  box-shadow: inset 0 0 0 0.1rem #8899AC;
}
@media screen and (max-width: 767.98px) {
  .c-card2-tag {
    padding: 0.0833333333em 1.1666666667em;
  }
}
.c-card2-tag--color-second1 {
  color: #fff;
  background: #262C28;
  box-shadow: none;
}
.c-card2-tag--color-base2 {
  color: #000;
  background: #DBE3E8;
  box-shadow: none;
}
.c-card2-tag.is-active, .c-card2-tag--color-prime1 {
  color: #fff;
  background: #0AA145;
  box-shadow: none;
}
.c-card2-tag.is-active {
  font-weight: bold;
}
.c-card2-tag[href] {
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .c-card2-tag[href]:hover {
    opacity: 0.6;
  }
}

.c-card2-pic {
  position: relative;
  overflow: hidden;
  border-radius: 1em;
  height: 0;
}
@media screen and (max-width: 767.98px) {
  .c-card2-pic {
    padding-bottom: 56.856187291%;
  }
}
@media screen and (min-width: 768px) {
  .c-card2-pic {
    padding-bottom: 57.1428571429%;
  }
}
.c-card2-pic__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/*
* object/project/p-box.css
*/
.p-box1 + .p-box1 {
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-box1 + .p-box1 {
    margin-top: 8rem;
  }
}

.p-box2 + .p-box2 {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-box2 + .p-box2 {
    margin-top: 3.6rem;
  }
}

.p-box3 {
  margin: 11.8rem auto;
}
@media screen and (max-width: 767.98px) {
  .p-box3 {
    margin: 6rem auto;
  }
}

.p-box-bg1 {
  padding-block: 7.8rem 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-box-bg1 {
    padding-block: 3.6rem;
  }
}

/*
* object/project/p-sec.css
*/
.p-sec1 {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-sec1 {
    margin-top: 2.8571428571em;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 768px) {
  .p-sec1 {
    margin-top: 3.625em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-sec1 img {
  max-width: 100%;
}

.p-sec1-title {
  border-bottom: 0.1rem solid;
}
@media screen and (max-width: 767.98px) {
  .p-sec1-title {
    margin: 2.0625em 0 0.75em;
    padding-bottom: 0.375em;
  }
}
@media screen and (min-width: 768px) {
  .p-sec1-title {
    margin: 1.9166666667em 0 0.7916666667em;
    padding-bottom: 0.375em;
  }
}

/*
* object/project/p-listing.css
*/
.p-listing-faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-listing-faq-list {
    gap: 1.1428571429em;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing-faq-list {
    gap: 1.25em;
    font-size: 1.6rem;
  }
}
.p-listing-faq-list__item {
  position: relative;
  border-radius: 0.9375em;
  background: #fff;
  box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767.98px) {
  .p-listing-faq-list__item {
    border-radius: 1.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing-faq-list__item {
    border-radius: 0.9375em;
  }
}

.p-listing-faq-list__item-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  box-shadow: inset 0 0 0 1px #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .p-listing-faq-list__item-bg {
    gap: 1.7rem;
    padding: 2.0714285714em 1.4285714286em 1.7142857143em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing-faq-list__item-bg {
    gap: 1.25em;
    padding: 2.1875em 2.25em 2.0625em;
  }
}

.p-listing-faq-list__item-para {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-listing-faq-list__item-para {
    min-height: 2.8571428571em;
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing-faq-list__item-para {
    min-height: 3em;
    padding-left: 3.9375em;
  }
}
.p-listing-faq-list__item-para::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/common/icon_faq_q.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-listing-faq-list__item-para::before {
    width: 2.8571428571em;
    height: 2.8571428571em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing-faq-list__item-para::before {
    width: 3em;
    height: 3em;
  }
}

.p-listing-faq-list__item-ttl {
  font-weight: 900;
}
.p-listing-faq-list__item-desc {
  font-weight: 500;
}
.p-listing-faq-list__item-desc::before {
  background-image: url("../img/common/icon_faq_a.png?d=202505261000");
}
.p-listing-faq-list__item-desc-text {
  margin: 0;
}

.p-listing2 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-listing2__bg {
    padding: 0.8rem 2.7rem 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2__bg {
    padding: 1.9rem 4rem 1.7rem;
  }
}

.p-listing2-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list {
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
.p-listing2-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list__item {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2-list__item {
    flex: 0 0 calc((100% - 2.5em) / 2);
  }
}
.p-listing2-list__item + .p-listing2-list__item {
  border-top: 0.1rem solid #DBE3E8;
}

.p-listing2-list__item-link {
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list__item-link {
    flex-wrap: wrap;
    padding: 1.4285714286em 2.0714285714em 1.4285714286em 0;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2-list__item-link {
    min-height: 1.6875em;
    padding: 1.8125em 4.125em 1.5625em 0.5em;
  }
}
.p-listing2-list__item-link::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  content: "\e941";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #DBE3E8;
  transition-property: transform, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list__item-link::before {
    right: 0;
    margin-top: 0.9047619048em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2-list__item-link::before {
    right: 1.1666666667em;
  }
}
@media (any-hover: hover) {
  .p-listing2-list__item-link:hover::before {
    color: #0AA145;
    transform: translate(0.4166666667em, -50%);
  }
}

@media screen and (max-width: 767.98px) {
  .p-listing2-list__item-time {
    margin-right: 0.9285714286em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2-list__item-time {
    flex: 0 0 4.625em;
    margin-right: 1.875em;
  }
}

.p-listing2-list__item-tag {
  flex: 0 0 auto;
  max-width: 11em;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list__item-tag {
    font-size: 0.8571428571em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing2-list__item-tag {
    font-size: 0.75em;
    margin-right: 0.8333333333em;
  }
}

.p-listing2-list__item-para {
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.98px) {
  .p-listing2-list__item-para {
    flex: 1 0 100%;
    margin-top: 0.7142857143em;
  }
}
.p-listing3 {
  position: relative;
}

.p-listing3-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em 1.25em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 559.98px) {
  .p-listing3-list {
    flex-direction: column;
    gap: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-listing3-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  }
}
.p-listing3-list__item {
  position: relative;
}
@media screen and (min-width: 560px) {
  .p-listing3-list__item {
    flex: 0 0 calc((100% - 1.25em) / 2);
  }
}
@media screen and (min-width: 560px) {
  .p-listing3-list__item > .c-card {
    width: 100%;
    height: 100%;
  }
}

.p-listing4 {
  margin-inline: auto;
  font-weight: 500;
  border-bottom: 0.1rem solid #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .p-listing4 {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4 {
    display: grid;
    grid-template-columns: 11.25em 1fr;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 559.98px) {
  .p-listing4--mgt1 {
    margin-top: 2.5714285714em;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4--mgt1 {
    margin-top: 3.75em;
  }
}
.p-listing4__title {
  font-weight: bold;
  border-top: 0.1rem solid #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .p-listing4__title {
    padding: 1.3571428571em 0 0;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4__title {
    padding: 1.75em 1em 1.75em 0;
  }
}
.p-listing4__desc {
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .p-listing4__desc {
    padding: 0.5714285714em 0 1.2857142857em;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4__desc {
    padding: 1.75em 0;
    border-top: 0.1rem solid #DBE3E8;
  }
}
.p-listing4__desc-text {
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .p-listing4__desc-logo + .p-listing4__desc-text {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4__desc-logo + .p-listing4__desc-text {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 559.98px) {
  .p-listing4__desc-text--mgt1 {
    margin-top: 1.2857142857em;
  }
}
@media screen and (min-width: 560px) {
  .p-listing4__desc-text--mgt1 {
    margin-top: 2.25em;
  }
}

/*
* object/project/p-post.scss
*/
.p-post1-editor {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-post1-editor {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.p-post1-editor img {
  max-width: 100%;
}

/*
* object/project/p-hero.css
*/
.p-hero1 {
  position: relative;
}
.p-hero1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/keyfeatures/bg_keyfeatures_hero1_sp.jpg?d=202505261000") no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-hero1::before {
    background-image: url("../img/keyfeatures/bg_keyfeatures_hero1.jpg?d=202505261000");
  }
}
.p-hero1__inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-hero1__inner {
    justify-content: center;
    min-height: 18.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1__inner {
    min-height: 40rem;
  }
}

@media screen and (min-width: 768px) {
  .p-hero1-content {
    flex: 0 1 50rem;
    margin-left: auto;
  }
}

.p-hero1-content-title {
  margin: 0;
  padding: 1em 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-hero1-content-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-content-title {
    font-size: 2.8rem;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero1-content-title__large {
    font-size: 1.3333333333em;
    line-height: 1.4583333333;
  }
}
@media screen and (min-width: 768px) {
  .p-hero1-content-title__large {
    font-size: 1.2857142857em;
    line-height: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero1-content-title__large-sp {
    font-size: 1.3333333333em;
    line-height: 1.4583333333;
  }
}

/*
* object/project/p-breadcrumb.css
*/
.p-breadcrumb {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb {
    padding-top: 10rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding-top: 12rem;
  }
}

.p-breadcrumb-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb-list {
    padding-bottom: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumb-list {
    padding-bottom: 2.7rem;
  }
}
.p-breadcrumb-list__item {
  display: inline;
  position: relative;
}
.p-breadcrumb-list__item-link {
  display: inline;
  text-decoration: none;
  color: #8899AC;
}
.p-breadcrumb-list__item-link[href] {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .p-breadcrumb-list__item-link[href]:hover {
    opacity: 0.6;
  }
}
.p-breadcrumb-list__item[aria-current=page] .p-breadcrumb-list__item-link {
  font-weight: bold;
  color: #000;
}
.p-breadcrumb-list__item-icon {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  width: 2em;
  height: 1.4285714286em;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb-list__item-icon {
    width: 1.2142857143em;
    margin-right: 0.1428571429em;
  }
}
.p-breadcrumb-list__item-icon::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  content: "\e315";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2857142857em;
  color: #0AA145;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb-list__item-icon::before {
    font-size: 1.125em;
  }
}

/*
* object/project/p-form.css
*/
.grecaptcha-badge {
  visibility: hidden;
}

.p-form1 {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-form1 {
    border-radius: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form1 {
    border-radius: 1.5rem;
  }
}
.p-form1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-form1::before {
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 768px) {
  .p-form1::before {
    box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
  }
}
.p-form1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #DBE3E8;
  pointer-events: none;
}
.p-form1 + .p-form1 {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-form1 + .p-form1 {
    margin-top: 3.6rem;
  }
}
.p-form1__inner {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-form1__inner {
    max-width: 72rem;
    padding: 3.6rem 0 0rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form1__inner {
    max-width: 72rem;
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form1--style1-sp {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form1--style1-sp::before {
    height: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form1--style1-sp::after {
    border-bottom: none;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-head1 {
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-head1 {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-title1 {
    margin-bottom: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-title1 {
    margin-bottom: 1.25em;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-text-design1 {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-text-design1 {
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-text1 {
    margin-top: 1.8461538462em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-text1 {
    margin-top: 2.8571428571em;
  }
}
.p-form1-text1__link {
  color: #3C8CE2;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .p-form1-text1__link:hover {
    opacity: 0.6;
  }
}

.p-form1-list-item {
  border: none;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .p-form1-list-item + .p-form1-list-item {
    margin-top: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-list-item + .p-form1-list-item {
    margin-top: 2.5em;
  }
}

.p-form1-list-item-title {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-form1-list-item-title__text {
    order: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form1-list-item-title__text--small-sp {
    flex: 0 0 100%;
    order: 3;
    font-size: 0.8125em;
    margin-top: 0.3076923077em;
  }
}
.p-form1-list-item-title__required {
  font-size: 0.75em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767.98px) {
  .p-form1-list-item-title__required {
    order: 2;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-list-item-content {
    margin-top: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-list-item-content {
    margin-top: 1.25em;
  }
}

.p-form1-list-item-content__cover {
  position: relative;
  display: block;
  margin: 1.25em 0 0.375em;
}
@media screen and (max-width: 767.98px) {
  .p-form1-list-item-content__cover {
    margin-top: 0.75em;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1-agree {
    margin-top: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-agree {
    margin-top: 3.75em;
  }
}

.p-form1-agree-text1 {
  font-weight: bold;
  text-align: center;
}

.p-form1-agree-desc {
  position: relative;
  font-weight: 500;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-form1-agree-desc {
    height: 15.3846153846em;
    margin-top: 0.9230769231em;
    padding: 1.4615384615em 0 1.3846153846em;
    font-size: 0.8125em;
    line-height: 1.3846153846;
    border-radius: 0.7692307692em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-agree-desc {
    height: 14.2857142857em;
    margin-top: 1.4285714286em;
    padding: 1.2857142857em 0 1.2142857143em;
    font-size: 0.875em;
    line-height: 1.5714285714;
    border-radius: 0.7142857143em;
  }
}
.p-form1-agree-desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #8899AC;
  pointer-events: none;
}
.p-form1-agree-desc__flow {
  height: 100%;
  overflow: auto;
}
.p-form1-agree-desc-wrap {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .p-form1-agree-desc-content {
    padding: 0 1.5384615385em;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-agree-desc-content {
    padding: 0 1.4285714286em;
  }
}

.p-form1-agree-desc-title {
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .p-form1-agree-desc-title {
    margin: 2.3571428571em 0 1.1428571429em;
    font-size: 1.0769230769em;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-agree-desc-title {
    margin: 2.3571428571em 0 1em;
  }
}

.p-form1-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-form1-button-group {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form1-button-group {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-form1 + .p-breadcrumb {
    border-left: 1px solid #DBE3E8;
    border-right: 1px solid #DBE3E8;
  }
}

/*
* object/project/p-info.css
*/
.p-info1 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-info1 {
    margin-top: 4.2142857143em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1 {
    margin-top: 5.7142857143em;
  }
}

.p-info1-content1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1 {
    flex-direction: column;
  }
}

.p-info1-content1-title1 {
  position: relative;
  margin: 0;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-title1 {
    font-size: 1.1428571429em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-content1-title1 {
    flex-basis: 100%;
    margin-bottom: 1.1666666667em;
    font-size: 1.2857142857em;
  }
}

.p-info1-content1-sub1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub1 {
    flex-basis: 100%;
  }
}

.p-info1-content1-sub1-group {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub1-group {
    align-items: center;
    grid-template-columns: 11.8571428571em 1fr;
    gap: 1.4285714286em 1em;
  }
}

.p-info1-content1-sub1-title {
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-sub1-title {
    font-size: 0.9285714286em;
    margin-bottom: 0.8461538462em;
    padding-left: 1.3076923077em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub1-title {
    padding-left: 1.2142857143em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-sub1-desc + .p-info1-content1-sub1-title {
    margin-top: 1.5384615385em;
  }
}
.p-info1-content1-sub1-title::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-sub1-title::before {
    color: #0AA145;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub1-title::before {
    color: #8899AC;
  }
}

.p-info1-content1-sub1-desc {
  margin: 0;
}

.p-info1-content1-sub1-desc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5714285714em 0.7142857143em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-info1-content1-sub1-desc-list__item {
  position: relative;
}

.p-info1-content1-title2 {
  position: relative;
  margin: 0;
  font-weight: 900;
  text-align: left;
  border-top: 0.1rem solid #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-title2 {
    margin: 1.75em 0 0.9375em;
    padding-top: 1.1875em;
  }
}
@media screen and (min-width: 768px) {
  .p-info1-content1-title2 {
    flex-basis: 10em;
    margin-top: 1.7777777778em;
    padding: 1.4444444444em 1.1111111111em 0 0;
  }
}

.p-info1-content1-sub2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub2 {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-top: 2.2857142857em;
    padding-top: 1.8571428571em;
    border-top: 0.1rem solid #DBE3E8;
  }
}

.p-info1-content1-sub2-list {
  margin: 0;
  font-size: inherit;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .p-info1-content1-sub2-list {
    flex: 0 1 auto;
    padding-right: 1em;
    min-width: 40.6417112299%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info1-content1-sub2-list + .p-info1-content1-sub2-list {
    margin-top: 1.2857142857em;
  }
}

.p-info2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-info2 {
    margin-top: 4.2142857143em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2 {
    margin-top: 5.7142857143em;
  }
}

@media screen and (min-width: 768px) {
  .p-info2-bg {
    padding-bottom: 2.8571428571em;
  }
}

.p-info2-content1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1 {
    flex-direction: column;
  }
}

.p-info2-content1-title1 {
  position: relative;
  margin: 0;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-title1 {
    font-size: 1.1428571429em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2-content1-title1 {
    flex-basis: 100%;
    margin-bottom: 1.1666666667em;
    font-size: 1.2857142857em;
  }
}

.p-info2-content1-title1-icon {
  position: relative;
  margin: 0;
  font-weight: 900;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-title1-icon {
    font-size: 1.1428571429em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2-content1-title1-icon {
    flex-basis: 100%;
    margin-bottom: 1.1666666667em;
    font-size: 1.4285714286em;
    text-align: center;
  }
}
.p-info2-content1-title1-icon__text {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-info2-content1-title1-icon__text {
    padding-left: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2-content1-title1-icon--search .p-info2-content1-title1-icon__text::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "Material Symbols Rounded";
    font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
    line-height: 0;
    content: "\e8b6";
    font-size: 1.3em;
    color: #0AA145;
  }
}

.p-info2-content1-sub1 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-info2-content1-sub1 {
    flex-basis: 100%;
  }
}

.p-info2-content1-sub1-group {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-info2-content1-sub1-group {
    align-items: center;
    grid-template-columns: 11.8571428571em 1fr;
    gap: 1.4285714286em 1em;
  }
}

.p-info2-content1-sub1-title {
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-sub1-title {
    font-size: 0.9285714286em;
    margin-bottom: 0.8461538462em;
    padding-left: 1.3076923077em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2-content1-sub1-title {
    font-size: 1.1428571429em;
    padding-left: 1.0625em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-sub1-desc + .p-info2-content1-sub1-title {
    margin-top: 1.5384615385em;
  }
}
.p-info2-content1-sub1-title::before {
  content: "ー";
  position: absolute;
  left: 0;
  top: 0;
  color: #0AA145;
}

.p-info2-content1-sub1-desc {
  margin: 0;
}

.p-info2-content1-sub1-desc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5714285714em 0.7142857143em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-info2-content1-sub1-desc-list__item {
  position: relative;
}

.p-info2-content1-title2 {
  position: relative;
  margin: 0;
  font-weight: 900;
  text-align: left;
  border-top: 0.1rem solid #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-title2 {
    margin: 1.75em 0 0.9375em;
    padding-top: 1.1875em;
  }
}
@media screen and (min-width: 768px) {
  .p-info2-content1-title2 {
    flex-basis: 10em;
    margin-top: 1.7777777778em;
    padding: 1.4444444444em 1.1111111111em 0 0;
  }
}

.p-info2-content1-sub2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-info2-content1-sub2 {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    margin-top: 2.2857142857em;
    padding-top: 1.8571428571em;
    border-top: 0.1rem solid #DBE3E8;
  }
}

.p-info2-content1-sub2-list {
  margin: 0;
  font-size: inherit;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .p-info2-content1-sub2-list {
    flex: 0 1 auto;
    padding-right: 1em;
    min-width: 40.6417112299%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-info2-content1-sub2-list + .p-info2-content1-sub2-list {
    margin-top: 1.2857142857em;
  }
}

/*
* object/project/p-cta.css
*/
.p-cta {
  position: relative;
  background: #0AA145;
}
@media screen and (max-width: 767.98px) {
  .p-cta {
    margin: 4.6153846154em auto 0;
    padding: 2.7692307692em 3.4615384615em 14.4615384615em;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .p-cta {
    margin: 5em auto 0;
    padding: 3.5625em 3em 2.125em;
    border-radius: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    min-height: 20em;
  }
}
.p-cta-content {
  position: relative;
}
.p-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  background: url("../img/common/bg_cta1.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-cta::before {
    left: 50%;
    transform: translateX(-50%);
    width: 24.9230769231em;
    padding-bottom: 12.3846153846em;
    background-image: url("../img/common/bg_cta1_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .p-cta::before {
    right: 2%;
    width: 51%;
    padding-bottom: 29.9%;
  }
}

.p-cta-ttl {
  margin: 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-cta-ttl {
    margin-bottom: 0.5em;
    font-size: 1.8461538462em;
    line-height: 1.6666666667em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-cta-ttl {
    margin-bottom: 0.40625em;
    font-size: 2em;
    line-height: 1.375em;
  }
}

@media screen and (max-width: 767.98px) {
  .p-cta-desc {
    width: fit-content;
    margin: 0 auto;
  }
}

.p-cta-para {
  margin: 0;
  color: #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .p-cta-para {
    font-weight: 500;
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 768px) {
  .p-cta-para {
    font-weight: bold;
  }
}

.p-cta-button-group {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-cta-button-group {
    margin-top: 1.5384615385em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-cta-button-group {
    margin-top: 1.75em;
  }
}
@media screen and (max-width: 767.98px) {
  .p-cta-button-group__item + .p-cta-button-group__item {
    margin-top: 1.2307692308em;
  }
}
@media screen and (min-width: 768px) {
  .p-cta-button-group__item + .p-cta-button-group__item {
    margin-top: 1em;
  }
}

/*
 * object/animation/_an-balloon.scss
 */
.js-hero-ttl,
.js-hero-balloon1,
.js-hero-balloon2,
.js-hero-balloon3 {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .js-hero-balloon1 {
    transform-origin: bottom left;
  }
}

@media screen and (min-width: 768px) {
  .js-hero-balloon2 {
    transform-origin: top left;
  }
}

@media screen and (min-width: 768px) {
  .js-hero-balloon3 {
    transform-origin: bottom right;
  }
}

.js-balloon1-1,
.js-balloon1-2 {
  opacity: 0;
}

.js-balloon1-1 {
  transform-origin: bottom right;
}

@media screen and (max-width: 767.98px) {
  .js-balloon1-2 {
    transform-origin: bottom right;
  }
}
@media screen and (min-width: 768px) {
  .js-balloon1-2 {
    transform-origin: bottom left;
  }
}

/*
* page/pg-index.css
*/
.c-parallax {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .c-parallax-bg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("../img/common/bg_logo1.png?d=202505261000");
    background-attachment: fixed;
    background-position: top 5.2083333333vw center;
    background-size: 101.71875vw auto;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1920px) {
  .c-parallax-bg {
    background-size: 195.3rem auto;
    background-position-y: 10rem;
  }
}

.pg-index-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #0AA145;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero {
    min-height: 200vw;
  }
}
.pg-index-hero__sizer {
  position: relative;
}
.pg-index-hero-content {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero-content {
    padding: 10.6666666667% 0 12.8%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero-content {
    padding: 10.5714285714% 0 15.1428571429%;
  }
}

.pg-index-hero__bg {
  position: absolute;
  top: 0;
  height: 100%;
  background: url("../img/index/bg_index_hero2.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__bg {
    left: 50%;
    transform: translateX(-50%);
    width: 131.2%;
    height: 0;
    margin-top: 86.4%;
    padding-bottom: 108.2666666667%;
    background-image: url("../img/index/bg_index_hero2_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__bg {
    left: -52.5%;
    width: 211.2857142857%;
    height: 0;
    margin-top: 3.5714285714%;
    padding-bottom: 57.7142857143%;
  }
}

.pg-index-hero__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 700;
  border-radius: 100vh;
  background: #1CB659;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__lead {
    min-height: 2.3333333333em;
    margin-bottom: 1.8333333333em;
    padding: 0.4166666667em 1.3333333333em;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__lead {
    min-height: 2.1052631579em;
    margin-bottom: 1.6842105263em;
    padding: 0.2631578947em 1.5789473684em;
    font-size: min(0.9895833333vw, 1.9rem);
  }
}

.pg-index-hero__ttl {
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__ttl {
    width: 84.2666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__ttl {
    width: 43.5714285714%;
  }
}
.pg-index-hero__ttl-img {
  width: 100%;
}

.pg-index-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__list {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 8.2666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__list-item {
    position: relative;
    width: 21.8666666667%;
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__list-item {
    position: absolute;
    top: 0;
    width: 10.8571428571%;
    box-shadow: 0 1.5625vw 2.6041666667vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1400px) {
  .pg-index-hero__list-item {
    box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__list-item--1 {
    left: 12.1428571429%;
    margin-top: 9.3571428571%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__list-item--2 {
    left: 6.6428571429%;
    margin-top: 41.3571428571%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__list-item--3 {
    right: 9%;
    margin-top: 21.9285714286%;
  }
}

.pg-index-hero__btn-group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__btn-group {
    gap: 1.2rem;
    margin-top: 77.8666666667%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__btn-group {
    gap: 0.8571428571%;
    margin-top: 4.2142857143%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-hero__btn {
    width: min(100%, 12.6923076923em);
    min-height: 3.3846153846em;
    font-size: 1.3rem;
    border-radius: 0.7692307692em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-hero__btn {
    font-size: min(1.0416666667vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-hero__btn-badge {
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.6923076923em;
  }
}

.pg-index-client {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-client {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-client__img {
    display: block;
    max-width: 86.4%;
    margin: 0 auto;
  }
}

.pg-index-client-swiper-area {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-client-swiper-area {
    padding: 6.1333333333% 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-client-swiper-area {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: -5%;
    padding: 2.1428571429% 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-client-swiper-area {
    margin-top: -7rem;
    padding: 3rem 0;
  }
}

.pg-index-client-swiper {
  overflow: visible;
}

.pg-index-client-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transition-timing-function: linear !important;
}

.pg-index-client-listing-item {
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-client-listing-item {
    width: 75.4666666667vw;
    margin: 0 1.6vw;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-client-listing-item {
    width: 10.4166666667vw;
    max-width: 20rem;
    margin: 0 0.3645833333vw;
    box-shadow: 0 0.5208333333vw 1.5625vw rgba(0, 0, 0, 0.1);
    border-radius: 0.625vw;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-client-listing-item {
    margin: 0 0.8rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    border-radius: 1.2rem;
  }
}

.pg-index-client-listing-item-pic {
  position: relative;
  margin: 0 auto;
}

.pg-index-outline__sizer {
  position: relative;
}
.pg-index-outline-content {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-content {
    padding: 8rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-content {
    padding: 19.1428571429% 0 8.5714285714%;
  }
}

.pg-index-outline-ttl1 {
  margin: 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-ttl1 {
    margin-bottom: 1em;
    font-size: 2.4rem;
    line-height: 1.4583333333em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-ttl1 {
    margin-bottom: 0.7142857143em;
    font-size: 5.6rem;
    font-size: min(2.9166666667vw, 5.6rem);
    line-height: 1.4285714286em;
  }
}

.pg-index-outline-desc {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-desc {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-desc {
    font-size: 2rem;
    font-size: min(1.0416666667vw, 2rem);
    font-weight: bold;
    line-height: 1.6em;
  }
}

.pg-index-outline-ttl2 {
  margin: 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-ttl2 {
    margin: 3.75em auto 1.5em;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-ttl2 {
    margin: 3em auto 1.5em;
    font-size: 4rem;
    font-size: min(2.0833333333vw, 4rem);
  }
}

.pg-index-outline-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.3076923077em, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 374.98px) {
  .pg-index-outline-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-list {
    gap: 4.2666666667vw 5.0666666667%;
    font-size: min(3.4666666667vw, 1.3rem);
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6041666667vw 3.5714285714%;
    font-size: min(1.0416666667vw, 2rem);
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-outline-list {
    row-gap: 5.2rem;
  }
}
.pg-index-outline-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item {
    display: flex;
    flex-direction: column;
    flex: 0 0 47.197640118%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item {
    flex: 0 0 22.2857142857%;
    height: 0;
    padding-bottom: 25.7142857143%;
  }
}
.pg-index-outline-list__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/index/img_index_outline1_1.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item::before {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    border-radius: 0.9230769231em 0.9230769231em 0 0;
    background-image: url("../img/index/img_index_outline1_1_sp.png?d=202505261000");
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item::before {
    width: 96.1538461538%;
    height: 100%;
    border-radius: 1.2em;
  }
}
.pg-index-outline-list__item-img {
  display: block;
  width: 100%;
}
.pg-index-outline-list__item-text {
  margin: 0;
  font-weight: bold;
  color: #fff;
  background: #0AA145;
}
@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 1 1 auto;
    min-height: 3.5384615385em;
    margin-top: 75%;
    padding: 0.3846153846em 1em;
    line-height: 1.3846153846em;
    text-align: center;
    border-radius: 0 0 0.9230769231em 0.9230769231em;
    box-shadow: 0 0.7692307692em 2.3076923077em 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item-text {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 1.4em;
    padding: 0.6em 1.5em;
    border-radius: 0.6em 0.6em 0.6em 0;
    box-shadow: 0 0.5em 1.5em 0 rgba(0, 0, 0, 0.1);
    line-height: 1.6em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--2::before {
    background-image: url("../img/index/img_index_outline1_2_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--2::before {
    background-image: url("../img/index/img_index_outline1_2.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--3::before {
    background-image: url("../img/index/img_index_outline1_3_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--3::before {
    background-image: url("../img/index/img_index_outline1_3.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--4::before {
    background-image: url("../img/index/img_index_outline1_4_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--4::before {
    background-image: url("../img/index/img_index_outline1_4.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--5::before {
    background-image: url("../img/index/img_index_outline1_5_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--5::before {
    background-image: url("../img/index/img_index_outline1_5.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--6::before {
    background-image: url("../img/index/img_index_outline1_6_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--6::before {
    background-image: url("../img/index/img_index_outline1_6.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--7::before {
    background-image: url("../img/index/img_index_outline1_7_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--7::before {
    background-image: url("../img/index/img_index_outline1_7.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-list__item--8::before {
    background-image: url("../img/index/img_index_outline1_8_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-list__item--8::before {
    background-image: url("../img/index/img_index_outline1_8.png?d=202505261000");
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-outline-button-group1 {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-outline-button-group1 {
    margin-top: 5.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-outline-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-strengths {
  position: relative;
  background: #262C28;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths {
    padding: 8rem 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths {
    padding: 9.375% 0 9.375%;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-strengths {
    padding: 18rem 0 18rem;
  }
}
.pg-index-strengths__sizer {
  position: relative;
}

.pg-index-strengths-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: min(0.8333333333vw, 1.6rem);
  }
}
.pg-index-strengths-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item {
    flex: 1 0 100%;
  }
}

.pg-index-strengths-list__item-para {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item-para {
    min-height: 2.8571428571em;
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item-para {
    min-height: 3em;
    padding-left: 4.125em;
  }
}
.pg-index-strengths-list__item-para::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item-para::before {
    width: 2.8571428571em;
    height: 2.8571428571em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item-para::before {
    width: 3em;
    height: 3em;
  }
}

.pg-index-strengths-list__item-ttl {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item-ttl {
    font-size: 1.5384615385em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item-ttl {
    font-size: 2.5em;
    margin-bottom: 0.375em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item-ttl-num {
    margin-bottom: 0.525em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item-ttl-num {
    margin-bottom: 0.525em;
  }
}

.pg-index-strengths-list__item-desc {
  margin: 0;
  font-weight: 500;
  color: #DBE3E8;
}
.pg-index-strengths-list__item-desc + .pg-index-strengths-list__item-desc {
  margin-top: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item-button-group {
    text-align: center;
  }
}

.pg-index-strengths-list__item-pic {
  position: relative;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-ttl-num {
    width: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-ttl-num {
    width: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-pic {
    width: 46.3076923077em;
    margin-top: -3.0769230769em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-pic {
    width: 96.2%;
    margin-top: -3.3%;
  }
}
.pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon {
    width: 21.4583333333vw;
    max-width: 41.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon--1 {
    left: -4.6511627907%;
    width: 46.511627907%;
    margin-top: 34.5514950166%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon--1 {
    left: -6.5488565489%;
    margin-top: 25.7796257796%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon--2 {
    right: 49.8338870432%;
    width: 48.1727574751%;
    margin-top: 7.9734219269%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--1 .pg-index-strengths-list__item-balloon--2 {
    right: -5.7172557173%;
    margin-top: -2.2869022869%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-pic--1 {
    width: 75.7333333333%;
    max-width: 21.8461538462em;
    margin-top: 2.7692307692em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-pic--1 {
    width: 81.1%;
    margin-top: 6%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-pic--2 {
    width: 104%;
    max-width: 30em;
    margin-top: 1.5384615385em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-pic--2 {
    width: 69.2%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--2 .pg-index-strengths-list__item-pic--2 img {
    transform: translateX(-1.7948717949%);
  }
}

@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--3 {
    margin-top: 8%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-button-group {
    margin-top: 17.6923076923em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-button-group {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-button {
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}
.pg-index-strengths-list__item--3 .pg-index-strengths-list__item-pic--1 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-pic--1 {
    left: 50%;
    transform: translateX(-50%);
    width: 147.7333333333%;
    max-width: 42.6153846154em;
    margin-top: 6.5384615385em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--3 .pg-index-strengths-list__item-pic--1 {
    right: -68%;
    width: 117.6%;
    margin-top: -13%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--4 {
    margin-top: 7.0769230769em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--4 {
    margin-top: 21%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--4 .pg-index-strengths-list__item-ttl-num {
    width: 2.55em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--4 .pg-index-strengths-list__item-ttl-num {
    width: 2.55em;
  }
}
.pg-index-strengths-list__item--4 .pg-index-strengths-list__item-pic--1 {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--4 .pg-index-strengths-list__item-pic--1 {
    left: 50%;
    transform: translateX(-50%);
    width: 102.9333333333%;
    max-width: 29.6923076923em;
    margin-top: 16.9230769231em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--4 .pg-index-strengths-list__item-pic--1 {
    right: -5.5%;
    width: 53.4%;
    margin-top: -1.6%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--4 .pg-index-strengths-list__item-pic--1 img {
    transform: translateX(5.6994818653%);
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--5 {
    margin-top: 26.3076923077em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 {
    flex: 0 0 46%;
    margin-top: 13%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-ttl-text {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-button-group {
    margin-top: 1.8461538462em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-list__item-button-group {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-button {
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--5 .pg-index-strengths-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--6 {
    margin-top: 7.0769230769em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 {
    flex: 0 0 46%;
    margin-top: 13%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-ttl-num {
    width: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-ttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-ttl-text {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-button-group {
    margin-top: 1.8461538462em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-list__item-button-group {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-button {
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-strengths-list__item--6 .pg-index-strengths-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-features {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features {
    margin-top: 10.4166666667%;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-features {
    margin-top: 10.4166666667%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-features-head1 {
    margin-bottom: 1.4285714286%;
  }
}

.pg-index-features-list1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1 {
    flex-direction: column;
    font-size: 1.3rem;
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1 {
    gap: 0 5%;
    font-size: min(0.8333333333vw, 1.6rem);
  }
}
.pg-index-features-list1__item {
  position: relative;
  flex: 1 1 0%;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item {
    padding-top: 1.8461538462em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item {
    flex: 0 0 30%;
    padding-top: 2.5em;
  }
}
.pg-index-features-list1__item + .pg-index-features-list1__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item:nth-of-type(1)::before, .pg-index-features-list1__item:nth-of-type(2)::before, .pg-index-features-list1__item:nth-of-type(3)::before {
    content: none;
  }
}

.pg-index-features-list1__item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item-wrap {
    padding: 0.3076923077em 0 1.8461538462em 4.5384615385em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item-wrap {
    padding: 0 0 2.625em 5.75em;
  }
}
.pg-index-features-list1__item-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item-wrap::before {
    top: 0;
    width: 3.0769230769em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item-wrap::before {
    top: 0.3125em;
    width: 4em;
  }
}
.pg-index-features-list1__item--1 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_browseactivity.png?d=202505261000");
}
.pg-index-features-list1__item--2 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_videosettings.png?d=202505261000");
}
.pg-index-features-list1__item--3 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_personcheck.png?d=202505261000");
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item--3 .pg-index-features-list1__item-wrap::before {
    width: 3.75em;
  }
}
.pg-index-features-list1__item--4 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_payments.png?d=202505261000");
}
.pg-index-features-list1__item--5 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_searchinsights.png?d=202505261000");
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item--5 .pg-index-features-list1__item-wrap::before {
    width: 2.7692307692em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item--5 .pg-index-features-list1__item-wrap::before {
    width: 3.75em;
  }
}
.pg-index-features-list1__item--6 .pg-index-features-list1__item-wrap::before {
  background-image: url("../img/common/icon1_gridview.png?d=202505261000");
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item--6 .pg-index-features-list1__item-wrap::before {
    width: 2.3076923077em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item--6 .pg-index-features-list1__item-wrap::before {
    width: 3.25em;
  }
}

.pg-index-features-list1__item-para {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item-para {
    min-height: 2.8571428571em;
    padding-left: 4em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item-para {
    min-height: 3em;
    padding-left: 4.125em;
  }
}

.pg-index-features-list1__item-ttl {
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item-ttl {
    font-size: 1.2307692308em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item-ttl {
    margin-bottom: 0.1666666667em;
  }
}

.pg-index-features-list1__item-desc {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list1__item-desc {
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list1__item-desc {
    margin-bottom: 1em;
  }
}

.pg-index-features-list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .pg-index-features-list2 {
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin-top: 0.9230769231em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-list2 {
    font-size: 0.875em;
    line-height: 1.5714285714em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-features-button-group1 {
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-features-button-group1 {
    margin-top: 2.6428571429%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-features-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-case {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case {
    padding: 8rem 0 10rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case {
    padding: 9.375% 0 6.25%;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case {
    padding: 18rem 0 12rem;
  }
}
.pg-index-case__sizer {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pg-index-case-head1 {
    margin-bottom: 1.4285714286%;
  }
}

.pg-index-case-swiper-area {
  position: relative;
}

.pg-index-case-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-listing {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-listing {
    font-size: 1.6rem;
    font-size: min(0.8333333333vw, 1.6rem);
  }
}

.pg-index-case-listing-item {
  position: relative;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-listing-item {
    width: 33.9rem;
    max-width: calc(100% - 3.6rem);
    margin: 8rem 1.8rem 5rem;
    border-radius: 2.4rem 2.4rem 2.4rem 0.4rem;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-listing-item {
    width: 50vw;
    max-width: 96rem;
    margin: 2.0833333333vw;
    border-radius: 1.25vw 1.25vw 1.25vw 0.2083333333vw;
    box-shadow: 0 0.5208333333vw 2.6041666667vw rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case-listing-item {
    margin: 4rem;
    border-radius: 2.4rem 2.4rem 2.4rem 0.4rem;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  }
}

.pg-index-case-card {
  display: flex;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: inset 0 0 0 1px #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 12.5rem 2.7rem 2.8rem;
    border-radius: 2.4rem 2.4rem 2.4rem 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-card {
    gap: 6.25%;
    flex-direction: row-reverse;
    padding: 5.4166666667% 10.4166666667% 5.2083333333% 8.3333333333%;
    border-radius: 2.4rem 2.4rem 2.4rem 0.4rem;
  }
}

.pg-index-case-card-ttl {
  margin: 0;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-ttl {
    margin-bottom: 1.1111111111em;
    font-size: 1.8rem;
    line-height: 1.4444444444em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-card-ttl {
    margin-bottom: 1.1666666667em;
    font-size: 2.4rem;
    font-size: min(1.25vw, 2.4rem);
    line-height: 1.6666666667em;
  }
}

.pg-index-case-card-desc {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-desc {
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-card-desc .c-bg-point2-marker {
    font-weight: 900;
  }
}

.pg-index-case-card-pic {
  position: relative;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: -23.598820059%;
    padding-bottom: 5.8997050147%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-card-pic {
    flex: 0 0 20.5128205128%;
  }
}
.pg-index-case-card-pic__img {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-pic__img {
    width: 29.4985250737%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-pic::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 5.4rem);
    height: 1px;
    background: #DBE3E8;
  }
}

.pg-index-case-card-pic-caption {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5714285714em;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-card-pic-caption {
    margin-top: 1.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-card-pic-caption {
    margin-top: 1.1428571429em;
    font-size: min(0.7291666667vw, 1.4rem);
  }
}

.pg-index-case-button-prev,
.pg-index-case-button-next {
  height: 0;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-button-prev,
  .pg-index-case-button-next {
    top: 25rem;
    width: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-button-prev,
  .pg-index-case-button-next {
    top: 10.4166666667vw;
    width: 3.125vw;
    max-width: 14.3rem;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case-button-prev,
  .pg-index-case-button-next {
    top: 20rem;
  }
}
.pg-index-case-button-prev::after,
.pg-index-case-button-next::after {
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pg-index-case-button-prev.swiper-button-disabled,
.pg-index-case-button-next.swiper-button-disabled {
  opacity: 0;
}

.pg-index-case-button-prev {
  left: 0;
  transform: translateX(0.6rem);
}
@media screen and (min-width: 768px) {
  .pg-index-case-button-prev {
    left: 50%;
    transform: translateX(-27.6041666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case-button-prev {
    transform: translateX(-53rem);
  }
}
.pg-index-case-button-prev::after {
  background-image: url("../img/common/icon_arrow1_left.png?d=202505261000");
}

.pg-index-case-button-next {
  right: 0;
  transform: translateX(-0.6rem);
}
@media screen and (min-width: 768px) {
  .pg-index-case-button-next {
    right: 50%;
    transform: translateX(27.6041666667vw);
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case-button-next {
    transform: translateX(53rem);
  }
}
.pg-index-case-button-next::after {
  background-image: url("../img/common/icon_arrow1_right.png?d=202505261000");
}

.pg-index-case-pagination {
  position: relative;
  bottom: auto !important;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-pagination {
    margin-top: -3rem;
  }
}
.pg-index-case-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #DBE3E8;
  transition: 0.3s linear;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-pagination .swiper-pagination-bullet {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.8rem !important;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    max-width: 1.6rem;
    max-height: 1.6rem;
    margin: 0 0.4166666667vw !important;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-case-pagination .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
  }
}
.pg-index-case-pagination .swiper-pagination-bullet-active {
  border-radius: 100vh;
}
@media screen and (max-width: 767.98px) {
  .pg-index-case-pagination .swiper-pagination-bullet-active {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-case-pagination .swiper-pagination-bullet-active {
    width: 4.1666666667vw;
    max-width: 8rem;
  }
}
@media (any-hover: hover) {
  .pg-index-case-pagination .swiper-pagination-bullet:hover {
    background: #262C28;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-case-button-group1 {
    margin-top: 5.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-case-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-plan {
  position: relative;
  background: #E6FFEB;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan {
    padding: 8rem 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan {
    padding: 9.375% 0 6.25%;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-plan {
    padding: 12rem 0 12rem;
  }
}
.pg-index-plan__sizer {
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .pg-index-plan-head1 {
    margin-bottom: 2rem;
  }
}

.pg-index-plan-content {
  width: 75.5208333333%;
  max-width: 145rem;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .pg-index-plan-button-group1 {
    margin-top: 5.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-plan-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-plan-scrollx-content {
  width: 127.2rem;
}

.pg-index-plan-scrollx-content-list {
  gap: 1.2rem;
}
.pg-index-plan-scrollx-content-list__item {
  position: relative;
  height: 49rem;
}
.pg-index-plan-scrollx-content-list__item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 107.3333333333%;
}

.pg-index-plan-scrollx-bar {
  margin-top: -0.2rem;
}

.pg-index-plan-cta {
  position: relative;
  background: #0AA145;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-cta {
    margin: 8.2rem auto 0;
    padding: 3.6rem 4.3rem 20.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-cta {
    width: 71.4285714286%;
    margin: 5.7142857143% auto 0;
    padding: 2.5714285714% 3.4285714286% 2.4285714286%;
    border-radius: 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-plan-cta {
    border-radius: 2rem;
  }
}
.pg-index-plan-cta-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pg-index-plan-cta-content {
    width: 50%;
  }
}
.pg-index-plan-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  background: url("../img/index/bg_index_plan1.png?d=202505261000") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-cta::before {
    left: 50%;
    transform: translateX(-50%);
    width: 32.4rem;
    padding-bottom: 17.6rem;
    background-image: url("../img/index/bg_index_plan1_sp.png?d=202505261000");
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-cta::before {
    right: 2%;
    width: 51%;
    padding-bottom: 27.7%;
  }
}

.pg-index-plan-cta-ttl {
  margin: 0;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-cta-ttl {
    margin-bottom: 0.6666666667em;
    font-size: 2.4rem;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-cta-ttl {
    margin-bottom: 0.375em;
    font-size: 3.2rem;
    font-size: min(1.6666666667vw, 3.2rem);
    line-height: 1.375em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-plan-cta-desc {
    width: fit-content;
    margin: 0 auto;
  }
}

.pg-index-plan-cta-para {
  margin: 0;
  color: #DBE3E8;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-cta-para {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-cta-para {
    font-size: min(0.8333333333vw, 1.6rem);
    font-weight: bold;
  }
}

.pg-index-plan-button-group2 {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-button-group2 {
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-button-group2 {
    margin-top: 6.1946902655%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-plan-button-group2__item + .pg-index-plan-button-group2__item {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-plan-button-group2__item + .pg-index-plan-button-group2__item {
    margin-top: 3.5398230088%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-plan-cta-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-faq {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-faq {
    padding: 8rem 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-faq {
    padding: 9.375% 0 3.125%;
  }
}
@media screen and (min-width: 1920px) {
  .pg-index-faq {
    padding: 18rem 0 6rem;
  }
}
.pg-index-faq__sizer {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pg-index-faq-list {
    flex-direction: row;
    gap: 2.5em;
    font-size: min(0.8333333333vw, 1.6rem);
  }
}
@media screen and (min-width: 768px) {
  .pg-index-faq-list__item {
    flex: 0 0 calc((100% - 2.5em) / 2);
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-faq-list__item-bg {
    gap: 1.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-faq-button-group1 {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-faq-button-group1 {
    margin-top: 5.7142857143%;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-faq-button {
    font-size: min(1.0416666667vw, 2rem);
  }
}

.pg-index-news {
  position: relative;
}
.pg-index-news__sizer {
  position: relative;
}
.pg-index-news__wrap {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news__wrap {
    padding: 4rem 0 10rem;
    border-top: 1px solid #DBE3E8;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news__wrap {
    display: flex;
    align-items: center;
    padding: 6% 0 12%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-news-head1 {
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-head1 {
    width: 34.8%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-news-ttl1 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .pg-index-news-ttl-en {
    text-align: left;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-news-list-bg {
    border-radius: 1.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list-bg {
    width: 65.2%;
    border-radius: 0.9375em;
    background: #fff;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.05);
  }
}

.pg-index-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list {
    gap: 1.6rem;
    font-size: 1.4rem;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list {
    gap: 1.5625em;
    padding: 4.9375em 4.25em 4.5em;
    font-size: min(0.8333333333vw, 1.6rem);
    border-radius: 1.5rem;
    box-shadow: inset 0 0 0 1px #DBE3E8;
  }
}
.pg-index-news-list__item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list__item {
    flex: 1 1 0%;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list__item {
    flex: 0 0 calc((100% - 2.5em) / 2);
  }
}

.pg-index-news-list__item-link {
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list__item-link {
    flex-wrap: wrap;
    padding: 0 2.0714285714em 2.6428571429em 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list__item-link {
    min-height: 1.6875em;
    padding-right: 2em;
  }
}
.pg-index-news-list__item-link::before {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 0, "opsz" 24;
  line-height: 0;
  content: "\e941";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #DBE3E8;
  transition-property: transform, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media (any-hover: hover) {
  .pg-index-news-list__item-link:hover::before {
    color: #0AA145;
    transform: translate(0.4166666667em, -50%);
  }
}

@media screen and (max-width: 767.98px) {
  .pg-index-news-list__item-time {
    margin-right: 2.2857142857em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list__item-time {
    flex: 0 0 4.625em;
    margin-right: 1.875em;
  }
}

.pg-index-news-list__item-tag {
  flex: 0 0 auto;
  max-width: 11em;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list__item-tag {
    font-size: 0.8571428571em;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-list__item-tag {
    font-size: 0.75em;
    margin-right: 0.8333333333em;
  }
}

.pg-index-news-list__item-para {
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-list__item-para {
    flex: 1 0 100%;
    margin-top: 0.4285714286em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-index-news-button-group1 {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-button-group1 {
    display: inline-flex;
    margin-top: 19.5402298851%;
  }
}

.pg-index-news-button {
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .pg-index-news-button {
    min-height: auto;
    width: auto;
    padding: 0;
    font-size: min(0.8333333333vw, 1.6rem);
    font-weight: 900;
    color: #0AA145;
    background: none !important;
  }
  .pg-index-news-button::after {
    content: none;
  }
}
@media (any-hover: hover) {
  .pg-index-news-button:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .pg-index-news-button:hover {
    color: #0AA145;
  }
}

/*
* page/pg-about.css
*/
.pg-about-logo {
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
  box-shadow: inset 0 0 0 1px #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .pg-about-logo {
    margin-bottom: 1.9rem;
    padding-bottom: 53.3333333333%;
  }
}
.pg-about-logo__img {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 559.98px) {
  .pg-about-logo__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-about-service-title {
    margin-bottom: 2.1875em;
  }
}

.pg-about-service-icons {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 559.98px) {
  .pg-about-service-icons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.6153846154em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-service-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12.8571428571em, 1fr));
    font-size: 1.4rem;
    gap: 1.7857142857em;
  }
}
.pg-about-service-icons__item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1.2857142857em 0.5714285714em 1em;
  border: 1px solid #DBE3E8;
  box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 559.98px) {
  .pg-about-service-icons__item {
    gap: 1.3846153846em;
    padding: 0.7692307692em 0.5384615385em 0.9230769231em 1.1538461538em;
    border-radius: 1.1538461538em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-service-icons__item {
    flex-direction: column;
    gap: 0.8571428571em;
    min-height: 12.8571428571em;
    border-radius: 1.4285714286em;
    text-align: center;
  }
}
.pg-about-service-icons__item-img {
  flex-shrink: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-about-service-icons__item-img {
    width: 4.6153846154em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-service-icons__item-img {
    width: 5.7142857143em;
  }
}
.pg-about-service-icons__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 559.98px) {
  .pg-about-service-icons__item-text {
    line-height: 1.3846153846em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-service-icons__item-text {
    line-height: 1.2857142857em;
  }
}

.pg-about-profile {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .pg-about-service + .pg-about-profile {
    margin-top: 9.5rem;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-about-profile-title {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile-title {
    margin-bottom: 0.3333333333em;
  }
}

.pg-about-profile-list {
  display: grid;
  grid-template-columns: 8.75em 1fr;
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list {
    grid-template-columns: 5.2142857143em 1fr;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.pg-about-profile-list__title {
  font-weight: bold;
  border-top: 1px solid #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list__title {
    padding: 1.3571428571em 1em 1.2857142857em 0;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile-list__title {
    padding: 1.75em 1em 1.75em 0;
  }
}
.pg-about-profile-list__title:first-of-type {
  border-top: none;
}
.pg-about-profile-list__desc {
  margin: 0;
  border-top: 1px solid #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list__desc {
    padding: 1.3571428571em 0 1.2857142857em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile-list__desc {
    padding: 1.75em 0;
  }
}
.pg-about-profile-list__desc:first-of-type {
  border-top: none;
}
.pg-about-profile-list__desc-text {
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list__desc-logo + .pg-about-profile-list__desc-text {
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile-list__desc-logo + .pg-about-profile-list__desc-text {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list__desc-text--mgt1 {
    margin-top: 1.2857142857em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile-list__desc-text--mgt1 {
    margin-top: 2.25em;
  }
}
.pg-about-profile-list__desc-logo {
  max-width: 17.6rem;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 559.98px) {
  .pg-about-profile-list__desc-logo {
    display: inline-block;
  }
}
.pg-about-profile-list__desc-logo-img {
  width: 8rem;
}

@media screen and (max-width: 559.98px) {
  .pg-about-profile + .pg-about-history {
    margin-top: 6.1rem;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-profile + .pg-about-history {
    margin-top: 6.5rem;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-about-history-title {
    margin-bottom: 1.0625em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-title {
    margin-bottom: 0.375em;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-about-history-list {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list {
    display: grid;
    grid-template-columns: 16.9% 1fr;
  }
}
.pg-about-history-list__title {
  border-top: 1px solid #DBE3E8;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__title {
    padding: 1.4615384615em 0 1.3076923077em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75em 1em 1.75em 0;
  }
}
.pg-about-history-list__title:first-of-type {
  border-top: none;
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__title:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__title-img {
    width: 5.2307692308em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__title-img {
    width: 6em;
  }
}
.pg-about-history-list__desc {
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__desc {
    padding-bottom: 1.5384615385em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75em 0;
    border-top: 1px solid #DBE3E8;
  }
}
.pg-about-history-list__desc:first-of-type {
  border-top: none;
}
.pg-about-history-list__desc:last-of-type {
  padding-bottom: 0;
}
.pg-about-history-list__desc-wrap {
  margin: 0;
  display: grid;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__desc-wrap {
    grid-template-columns: 3em 1fr;
    gap: 0.6923076923em 1.1538461538em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__desc-wrap {
    grid-template-columns: 2.5em 1fr;
    gap: 0.75em 1.75em;
  }
}
.pg-about-history-list__desc-month {
  font-weight: bold;
  text-align: right;
  color: #A37CB4;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__desc-month {
    font-size: 1.2307692308em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__desc-month {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25em;
  }
}
.pg-about-history-list__desc-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__desc-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.pg-about-history-list__desc-detail-text {
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-about-history-list__desc-detail-text--mgt1 {
    margin-top: 1.5384615385em;
  }
}
@media screen and (min-width: 560px) {
  .pg-about-history-list__desc-detail-text--mgt1 {
    margin-top: 2.5714285714em;
  }
}

/*
* page/pg-case.css
*/
.c-card2-box2-list__item:first-of-type {
  flex-basis: 100%;
}
.c-card2-box2-list__item:first-of-type .c-card2-tag {
  color: #fff;
  background: #0AA145;
  box-shadow: none;
  font-weight: bold;
}

/*
* page/pg-case-detail.css
*/
/*
* page/pg-inquiry.css
*/
/*
* page/pg-trial.css
*/
.pg-trial-explan {
  position: relative;
  background-color: #EAF4FF;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-explan {
    padding: 1.6rem 0 11rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-explan {
    padding: 6.3rem 0 31.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-trial-intro {
    margin-bottom: 5.9rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro {
    margin-bottom: 11.6rem;
  }
}

.pg-trial-intro-pic {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-intro-pic {
    margin: 0.5rem auto -1.7rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro-pic {
    margin-bottom: 2.2%;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-trial-intro-pic__img {
    width: 114.9333333333%;
    max-width: 43.1rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro-pic__img {
    width: 91.1%;
    margin-left: -2.4%;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-trial-intro-head1 {
    margin-bottom: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro-head1 {
    margin-bottom: 3.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-trial-intro-title1 {
    line-height: 1.5833333333em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .pg-trial-intro-title1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-trial-intro-title1__midium {
    line-height: 0.5;
  }
}
.pg-trial-intro-title1__large {
  display: inline-block;
  line-height: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-intro-title1__large {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro-title1__large {
    font-size: 1.5em;
    line-height: 0.9722222222;
  }
}
.pg-trial-intro-title1__space1 {
  letter-spacing: -0.2em;
}
.pg-trial-intro-title1__space2 {
  letter-spacing: -0.299em;
}
.pg-trial-intro-head1-text {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-intro-head1-text {
    margin-top: 0.8461538462em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-intro-head1-text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
    margin-top: 1.2142857143em;
  }
}

@media screen and (min-width: 768px) {
  .pg-trial-intro-text1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-trial-plan-title1 {
    margin-bottom: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-plan-title1 {
    margin-bottom: 1.1666666667em;
  }
}

.pg-trial-plan-content {
  display: flex;
  justify-content: center;
  position: relative;
  margin-inline: auto;
}
.pg-trial-plan-content__img {
  margin-inline: auto;
  width: 105%;
  max-width: 105rem;
}

.pg-trial-plan-scrollx-content {
  width: 131.2rem;
  padding: 0 3.8rem;
}

.pg-trial-plan-scrollx-content-list {
  gap: 1.2rem;
}
.pg-trial-plan-scrollx-content-list__item {
  position: relative;
  height: 49rem;
}
.pg-trial-plan-scrollx-content-list__item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 107.3333333333%;
}

.pg-trial-plan-scrollx-bar {
  width: calc(100% - 7.6rem);
  margin-top: -0.2rem;
}

.pg-trial-plan-list {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-plan-list {
    margin-top: 1.9230769231em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-plan-list {
    margin-top: 0.4375em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-trial-flow-title1 {
    margin: 4.9375em 0 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-flow-title1 {
    margin: 5em 0 1.875em;
  }
}
.pg-trial-flow-title1__sub {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pg-trial-flow-title1__sub {
    font-size: 0.875em;
    line-height: 1.5714285714;
    margin-bottom: 0.2142857143em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-flow-title1__sub {
    font-size: 0.75em;
    line-height: 1.4444444444;
    margin-bottom: 0.3333333333em;
  }
}

.pg-trial-flow-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 559.98px) {
  .pg-trial-flow-list {
    flex-direction: column;
    gap: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-flow-list {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .pg-trial-flow-list {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 560px) {
  .pg-trial-flow-list__item {
    flex: 0 0 33.333333%;
  }
}

.pg-trial-flow-list__item-pic {
  margin: 0 auto;
}
@media screen and (max-width: 559.98px) {
  .pg-trial-flow-list__item-pic {
    width: 53.3333333333%;
    max-width: 12.5em;
    margin-bottom: 0.75em;
  }
}
@media screen and (min-width: 560px) {
  .pg-trial-flow-list__item-pic {
    width: 72.0072007201%;
    max-width: 24rem;
    margin-bottom: 8.400840084%;
  }
}

.pg-trial-flow-list__item-text {
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767.98px) {
  .pg-trial-form1 {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-trial-form1 {
    margin-top: -20.1rem;
  }
}

/*
* page/pg-trial.css
*/
@media screen and (min-width: 768px) {
  .pg-price .l-skin {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-price-sec1-title1 {
    margin-bottom: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .pg-price-sec1-title1 {
    margin-bottom: 1.1666666667em;
  }
}

.pg-price-sec1-content-pc {
  display: flex;
  justify-content: center;
  position: relative;
  margin-inline: auto;
}
.pg-price-sec1-content-pc__img {
  margin-inline: auto;
  width: 105%;
  max-width: 105rem;
}

.pg-price-sec1-content-sp {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .pg-price-sec1-content-sp {
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-price-sec1-content-sp {
    margin-top: 1.25em;
  }
}
.pg-price-sec1-content-sp__item {
  position: relative;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto;
}
.pg-price-sec1-content-sp__img {
  display: block;
  width: 107.3333333333%;
}

.pg-price-sec1-list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pg-price-sec1-list {
    margin-top: 0.4375em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-price-sec2 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-price-sec2 {
    margin-top: 10rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-price-sec2-title1 {
    margin-bottom: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .pg-price-sec2-title1 {
    margin-bottom: 1.1666666667em;
  }
}

.pg-price-sec2-content-pc {
  display: flex;
  justify-content: center;
  position: relative;
  margin-inline: auto;
}
.pg-price-sec2-content-pc__img {
  margin-inline: auto;
  width: 105%;
  max-width: 105rem;
}

.pg-price-sec2-content-sp {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .pg-price-sec2-content-sp {
    margin-top: 1.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-price-sec2-content-sp {
    margin-top: 1.25em;
  }
}
.pg-price-sec2-content-sp__item {
  position: relative;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto;
}
.pg-price-sec2-content-sp__img {
  display: block;
  width: 107.3333333333%;
}

.pg-price-sec2-list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pg-price-sec2-list {
    margin-top: 0.4375em;
  }
}

/*
* page/pg-keyfeatures.css
*/
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-nav {
    margin: 3.6rem auto 6rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-nav {
    margin: 10rem auto 11.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec1 {
    margin-top: 6.1rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec1 {
    margin-bottom: 8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec1-title {
    margin-bottom: 2.375em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec1-title {
    margin-bottom: 1.5em;
  }
}

.pg-keyfeatures-sec1-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.2307692308em;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(22.8571428571em, 1fr));
    gap: 1.4285714286em;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.pg-keyfeatures-sec1-list__item {
  display: flex;
  flex-direction: column;
  background: #E6FFEB;
  box-shadow: 0 1rem 5rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list__item {
    padding: 2em 2.0769230769em 1.8461538462em;
    border-radius: 1.1538461538em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list__item {
    border-radius: 1.4285714286em;
    padding: 2.8571428571em 2em 2.2857142857em;
  }
}
.pg-keyfeatures-sec1-list__item-title {
  margin: 0;
  padding: 0;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list__item-title {
    font-size: 1.3846153846em;
    line-height: 1.4444444444;
    margin-bottom: 0.7222222222em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list__item-title {
    font-size: 1.4285714286em;
    line-height: 1.6;
    margin-bottom: 1.25em;
  }
}
.pg-keyfeatures-sec1-list__item-title-large {
  display: block;
  color: #0AA145;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list__item-title-large {
    line-height: 1.4583333333;
    margin-bottom: 0.6111111111em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list__item-title-large {
    line-height: inherit;
    margin-bottom: 0.6em;
  }
}
.pg-keyfeatures-sec1-list__item-title-large-num {
  display: inline-block;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list__item-title-large-num {
    max-height: 1.6111111111em;
    margin: 0 0 -0.1111111111em 0.3888888889em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list__item-title-large-num {
    max-height: 1.775em;
    margin: 0 0 -0.15em 0.5em;
  }
}
.pg-keyfeatures-sec1-list__item-text {
  margin: 0;
  font-weight: 500;
}
.pg-keyfeatures-sec1-list__item-text-large {
  font-weight: 900;
  color: #0AA145;
}
.pg-keyfeatures-sec1-list__item-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec1-list__item-group {
    margin-top: 1.6153846154em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec1-list__item-group {
    margin-top: 1.3571428571em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec1-list__item-button {
    width: min(100%, 15.8333333333em);
    min-width: auto;
    min-height: 3.7777777778em;
    font-size: 1.3846153846em;
    border-radius: 0.8333333333em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec1-list__item-button .c-button2__badge {
    position: static;
    transform: none;
    width: 3em;
    margin-right: 0.6em;
  }
}

@media screen and (min-width: 768px) {
  .pg-keyfeatures-cta {
    margin-bottom: 7.5em;
  }
}

.pg-keyfeatures-sec2 {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2 {
    padding-top: 6.4rem;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2 {
    padding-bottom: 6.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-title {
    margin-bottom: 0.875em;
  }
}

.pg-keyfeatures-sec2-box {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box {
    flex-direction: column;
    gap: 1.8461538462em;
    padding-bottom: 1.8461538462em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box {
    gap: 4.8%;
    padding: 2.6923076923em 0;
  }
}
.pg-keyfeatures-sec2-box + .pg-keyfeatures-sec2-box {
  border-top: 0.1rem solid #fff;
}

.pg-keyfeatures-sec2-box-head {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box-head {
    padding-top: 8.7692307692em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box-head {
    padding-top: 6.8461538462em;
    flex: 0 0 20.6153846154em;
  }
}
.pg-keyfeatures-sec2-box-head::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box-head::before {
    left: 50%;
    transform: translate(-50%, 9%);
    width: 5.5384615385em;
    height: 8.7692307692em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box-head::before {
    left: 0;
    width: 5.5384615385em;
    height: 6.8461538462em;
    background-position: top center;
  }
}
.pg-keyfeatures-sec2-box--1 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_browseactivity.png?d=202505261000");
}
.pg-keyfeatures-sec2-box--2 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_videosettings.png?d=202505261000");
}
.pg-keyfeatures-sec2-box--3 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_personcheck.png?d=202505261000");
}
.pg-keyfeatures-sec2-box--4 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_payments.png?d=202505261000");
}
.pg-keyfeatures-sec2-box--5 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_searchinsights.png?d=202505261000");
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box--5 .pg-keyfeatures-sec2-box-head::before {
    width: 4.7692307692em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box--5 .pg-keyfeatures-sec2-box-head::before {
    width: 4.7692307692em;
  }
}
.pg-keyfeatures-sec2-box--6 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/ison3_supportagent.png?d=202505261000");
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box--6 .pg-keyfeatures-sec2-box-head::before {
    width: 5.2307692308em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box--6 .pg-keyfeatures-sec2-box-head::before {
    width: 5.2307692308em;
  }
}
.pg-keyfeatures-sec2-box--7 .pg-keyfeatures-sec2-box-head::before {
  background-image: url("../img/common/icon3_gridview.png?d=202505261000");
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box--7 .pg-keyfeatures-sec2-box-head::before {
    width: 4.3076923077em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box--7 .pg-keyfeatures-sec2-box-head::before {
    width: 4.3076923077em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-box-title {
    margin-bottom: 0.3125em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-title {
    margin-bottom: 0.3333333333em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec2-box-title {
    text-align: left;
  }
}

.pg-keyfeatures-sec2-box-lead {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-lead {
    font-size: 1.0769230769em;
    line-height: 1.5714285714;
  }
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec2-box-lead {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-content {
    flex: 1 1 0%;
  }
}

.pg-keyfeatures-sec2-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-box-list {
    display: flex;
    flex-direction: column;
    gap: 0.6153846154em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.9230769231em, 1fr));
    gap: 0.9230769231em;
  }
}
.pg-keyfeatures-sec2-box-list__item {
  border-radius: 0.6153846154em;
  background: #fff;
  color: #000;
}
.pg-keyfeatures-sec2-box-list__item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-box-list__item-content {
    gap: 0.3076923077em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-list__item-content {
    gap: 0.5384615385em;
  }
}
.pg-keyfeatures-sec2-box-list__item-title {
  font-size: 1.0769230769em;
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-box-list__item-title {
    padding: 1.2142857143em 1.1428571429em 0.9714285714em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-list__item-title {
    padding: 1.5714285714em 1.5714285714em 1.4285714286em;
  }
}
.pg-keyfeatures-sec2-box-list__item-desc {
  margin: 0;
  font-weight: 500;
  color: #8899AC;
}
.pg-keyfeatures-sec2-box-list__item-desc-text {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec2-box-list__item-desc-text {
    margin-top: -1em;
    padding: 0 1.2307692308em 1.2307692308em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec2-box-list__item-desc-text {
    margin-top: -1.5384615385em;
    padding: 0 1.6923076923em 1.5384615385em;
  }
}

@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec3-title {
    margin-bottom: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-title {
    margin-bottom: 1.5833333333em;
  }
}

.pg-keyfeatures-sec3-list {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec3-list__item {
    padding: 2em 1.6875em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-list__item {
    padding: 2.1875em 2.3125em;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec3-list__item + .pg-keyfeatures-sec3-list__item {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-list__item + .pg-keyfeatures-sec3-list__item {
    margin-top: 2.25em;
  }
}

.pg-keyfeatures-sec3-list-content1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec3-list-content1 {
    flex-direction: column-reverse;
    gap: 1.25em;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec3-list-content1 {
    flex-direction: row-reverse;
    align-items: center;
    gap: 2.75em;
  }
}

.pg-keyfeatures-sec3-list-content1-pic {
  line-height: 1;
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec3-list-content1-pic {
    width: 8.75em;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec3-list-content1-pic {
    flex: 0 0 21.5982721382%;
  }
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec3-list__item--2 .pg-keyfeatures-sec3-list-content1-pic {
    margin-top: 0.4375em;
  }
}
@media screen and (max-width: 1099.98px) {
  .pg-keyfeatures-sec3-list__item--4 .pg-keyfeatures-sec3-list-content1-pic {
    margin-top: -0.875em;
  }
}
.pg-keyfeatures-sec3-list-content1-pic__img {
  width: 100%;
  vertical-align: top;
}

.pg-keyfeatures-sec3-list-content1-box1 {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .pg-keyfeatures-sec3-list-content1-box1 {
    flex: 1 1 0%;
  }
}

.pg-keyfeatures-sec3-list-content1-box1-group {
  display: grid;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-list-content1-box1-group {
    grid-template-columns: 7.75em 1fr;
    gap: 1.5em 1em;
  }
}

.pg-keyfeatures-sec3-list-content1-box1-title {
  position: relative;
  font-weight: 900;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec3-list-content1-box1-title {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-list-content1-box1-title {
    padding: 0.9375em 0;
  }
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec3-list-content1-box1-desc + .pg-keyfeatures-sec3-list-content1-box1-title {
    margin-top: 1.25em;
  }
}

.pg-keyfeatures-sec3-list-content1-box1-desc {
  margin: 0;
}

.pg-keyfeatures-sec3-list-content1-box1-desc-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec3-list-content1-box1-desc-list {
    gap: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec3-list-content1-box1-desc-list {
    gap: 0.75em;
  }
}
.pg-keyfeatures-sec3-list-content1-box1-desc-list__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec4__inner {
    max-width: 88rem;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-title {
    margin-bottom: 2.1875em;
  }
}

.pg-keyfeatures-sec4-card {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-card {
    row-gap: 2.8rem;
    flex-direction: column-reverse;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec4-card {
    column-gap: 6.5909090909%;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.pg-keyfeatures-sec4-card-pic {
  position: relative;
  height: 0;
  background: #262C28;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-card-pic {
    width: 100%;
    max-width: 28.5rem;
    margin: 0 auto;
    padding-bottom: 8.5714285714em;
    border-radius: 1.0714285714em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec4-card-pic {
    flex: 0 0 36.3636363636%;
    padding-bottom: 36.3636363636%;
    border-radius: 1.5em;
  }
}
.pg-keyfeatures-sec4-card-pic__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-card-pic__img {
    width: 11.4285714286em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec4-card-pic__img {
    width: 76.5625%;
  }
}

.pg-keyfeatures-sec4-worth {
  background: #fff;
  font-size: 1.3rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-worth {
    margin-top: 3.0769230769em;
    padding: 1.4615384615em 1.6923076923em 2.3076923077em;
    border-radius: 1.1538461538em;
  }
}
@media screen and (min-width: 768px) {
  .pg-keyfeatures-sec4-worth {
    margin-top: 4.6153846154em;
    padding: 3.0769230769em 3.8461538462em 3.1538461538em;
    border-radius: 1.5384615385em;
  }
}

@media screen and (max-width: 767.98px) {
  .pg-keyfeatures-sec4-worth {
    margin-bottom: 1.75em;
  }
}

.pg-keyfeatures-sec4-worth-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec4-worth-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2.7692307692em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec4-worth-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(47.4358974359%, 1fr));
    gap: 3.9230769231em 3.0769230769em;
  }
}
.pg-keyfeatures-sec4-worth-list__item {
  display: flex;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec4-worth-list__item {
    flex-direction: column-reverse;
    gap: 0.9230769231em;
    text-align: center;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec4-worth-list__item {
    flex-direction: row-reverse;
    gap: 1.5384615385em;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec4-worth-list__item-content {
    flex: 1 1 0%;
    margin-top: 0.4615384615em;
  }
}
.pg-keyfeatures-sec4-worth-list__item-title {
  margin: 0;
  padding: 0;
  font-size: 1.2307692308em;
  font-weight: bold;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec4-worth-list__item-title {
    margin-bottom: 0.375em;
    text-align: center;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec4-worth-list__item-title {
    margin-bottom: 1em;
  }
}
.pg-keyfeatures-sec4-worth-list__item-text {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 559.98px) {
  .pg-keyfeatures-sec4-worth-list__item-pic {
    width: 9.2307692308em;
    max-width: 100%;
    margin: -0.2307692308em auto 0;
  }
}
@media screen and (min-width: 560px) {
  .pg-keyfeatures-sec4-worth-list__item-pic {
    flex: 0 0 37.8378378378%;
    max-width: 14rem;
  }
}
.pg-keyfeatures-sec4-worth-list__item-pic-img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .pg-keyfeatures .p-breadcrumb {
    background: #DBE3E8;
  }
}

/*
 * object/utility/_u-mg.scss
 */
.u-mg-auto {
  margin: 0 auto;
}

.u-mgi-auto {
  margin-inline: auto;
}

.u-mg-none {
  margin: 0;
}

.u-mgt-none {
  margin-top: 0;
}

.u-mgb-none {
  margin-bottom: 0;
}

.u-mgl-none {
  margin-left: 0;
}

.u-mgr-none {
  margin-right: 0;
}

/*
 * object/utility/_u-pd.scss
 */
.u-pd-none {
  padding: 0;
}

.u-pdt-none {
  padding-top: 0;
}

.u-pdb-none {
  padding-bottom: 0;
}

.u-pdl-none {
  padding-left: 0;
}

.u-pdr-none {
  padding-right: 0;
}

.u-pdt-none {
  padding-top: 0;
}

/*
 * object/utility/_u-typo.scss
 */
.u-weight-normal {
  font-weight: normal;
}

.u-weight-medium {
  font-weight: 500;
}

.u-weight-bold {
  font-weight: bold;
}

.u-weight-black {
  font-weight: 900;
}

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

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

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

.u-deco-under {
  text-decoration: underline;
}

/*
 * object/utility/_u-hover.scss
 */
@media screen and (min-width: 560px) {
  .u-max-sp {
    display: none;
  }
}

@media screen and (max-width: 559.98px) {
  .u-min-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-max-br {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .u-min-br {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .u-max-head {
    display: none;
  }
}

@media screen and (max-width: 1399.98px) {
  .u-min-head {
    display: none;
  }
}

@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-none {
    display: none;
  }
}

.u-tab-s-block {
  display: none;
}
@media screen and (min-width: 560px) and (max-width: 767.98px) {
  .u-tab-s-block {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .u-tab-none {
    display: none;
  }
}

.u-tab-block {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1099.98px) {
  .u-tab-block {
    display: block;
  }
}

.u-display-b {
  display: block;
}

.u-display-ib {
  display: inline-block;
}

.u-display-i {
  display: inline;
}

.u-display-none {
  display: none;
}

.u-display-flex {
  display: flex;
}

.u-display-inline-flex {
  display: inline-flex;
}

/*
 * object/utility/_u-hover.scss
 */
.u-hover {
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .u-hover:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */