@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 393px) {
  html {
    font-size: 4.0712468193vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.0582010582vw;
  }
}
@media (min-width: 1512px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0D2916;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 7.4375rem);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-404 {
    height: calc(100vh - 5.5rem);
  }
}

.l-404 h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .l-404 h2 {
    font-size: 2.5rem;
  }
}

.l-404 p {
  font-size: 1rem;
  margin-top: 1rem;
}

.l-404 .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-404 .c-btn {
    margin-top: 2.5rem;
  }
}

/* spデザイン
--------------------------*/
@media screen and (max-width: 767px) {
  .l-drawer {
    height: 100vh;
    pointer-events: none;
  }
  .l-drawer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 2rem;
    height: 100%;
    padding-top: 6.25rem;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    z-index: 9050;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-drawer-menu li a {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: 0.05625rem;
  }
  .l-drawer-menu li:last-child a {
    padding: 0.6875rem 1.9375rem;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
  }
  .l-drawer-hamburger {
    position: fixed;
    top: 1.25rem;
    right: 1rem;
    width: 1.5rem;
    height: 0.625rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    pointer-events: initial;
    z-index: 9100;
  }
  .l-drawer-hamburger span {
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-drawer-hamburger span + span {
    margin-top: 0.25rem;
  }
  /* is-open
  --------------------------*/
  .l-drawer.is-open {
    pointer-events: initial;
  }
  .l-drawer.is-open .l-drawer-menu {
    opacity: 1;
    pointer-events: initial;
  }
  .l-drawer.is-open .l-drawer-hamburger span:nth-child(1) {
    -webkit-transform: translateY(0.3125rem) rotate(45deg);
            transform: translateY(0.3125rem) rotate(45deg);
  }
  .l-drawer.is-open .l-drawer-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .l-drawer.is-open .l-drawer-hamburger span:nth-child(3) {
    -webkit-transform: translateY(-0.3125rem) rotate(-45deg);
            transform: translateY(-0.3125rem) rotate(-45deg);
  }
}
.l-footer {
  padding-top: 1.75rem;
  padding-bottom: 1.375rem;
  background: url(../images/bg_footer-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: url(../images/bg_footer-pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .l-footer .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.l-footer ul li a {
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer ul li a {
    font-size: 1rem;
  }
}

.l-footer p {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer p {
    font-size: 1rem;
    margin-top: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3rem;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 4.5rem;
  }
}

.l-header.is-open {
  background-color: rgba(0, 0, 0, .9);
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-header-inner {
    padding: 0.8125rem 3.625rem;
  }
}

.l-header-inner h1 {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-header-inner h1 {
    width: 8.4375rem;
  }
}

.l-header-menu ul {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header-menu ul li a {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #fff;
    letter-spacing: 0.05625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header-menu ul li:last-child a {
    padding: 0.6875rem 1.9375rem;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header-menu ul li:last-child a span:nth-child(2) {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: calc(84.625rem + 50px);
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/bg_news-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../images/bg_news-pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .l-news-inner {
    max-width: calc(84.625rem + 50px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.1875rem;
  }
}

.l-news-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-news-head__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .l-news-head__title .c-title {
    line-height: 0.3;
  }
}

.l-news-head__title img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .l-news-head__title img {
    margin-top: 0.1875rem;
  }
}

.l-news .c-title p:nth-child(2)::after {
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .l-news .c-title p:nth-child(2)::after {
    width: 12.1875rem;
  }
}

.l-news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-news-tag {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: scroll;
    white-space: nowrap;
    /* スクロールバー非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media screen and (min-width: 768px) {
  .l-news-tag {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .l-news-tag::-webkit-scrollbar {
    display: none;
  }
}

.l-news-tag li button,
.l-news-tag li a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.375rem 0.875rem;
  color: rgba(255, 255, 255, .5);
  border: 0.125rem solid rgba(255, 255, 255, .5);
  letter-spacing: 0.04375rem;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-news-tag li button,
  .l-news-tag li a {
    font-size: 1rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    letter-spacing: 0.05rem;
  }
}

.l-news-tag li button:hover,
.l-news-tag li a:hover,
.l-news-tag li button.is-current,
.l-news-tag li a.is-current {
  color: #fff;
  border: 0.125rem solid #fff;
  -webkit-filter: initial;
          filter: initial;
}

.l-news-lists__wrap {
  width: 100%;
}

.l-news-lists {
  margin-top: 2rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .l-news-lists {
    width: 100%;
    margin-top: 7.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-news-lists li a {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 0.125rem solid rgba(248, 249, 250, .4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-news-lists li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news-lists li a::before {
    position: absolute;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0.0625rem solid #fff;
    border-radius: 0.375rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .l-news-lists li a:hover {
    padding-left: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-news-lists li a:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .l-news-lists li:first-child a {
    padding-top: 0;
    border-top: none;
  }
}

.l-news-lists li:last-child a {
  padding-bottom: 0;
}

.l-news-lists li a img {
  width: 22.5rem;
  height: auto;
  border-radius: 1rem;
  aspect-ratio: 360/198;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .l-news-lists li a img {
    width: 15rem;
    aspect-ratio: 240/130;
  }
}

@media screen and (max-width: 767px) {
  .l-news-list__detail {
    margin-top: 0.625rem;
  }
}

.l-news-list__detail time {
  font-weight: 700;
  font-size: 0.75rem;
  color: #F8F9FA;
  letter-spacing: 0.0375rem;
}

.l-news-list__detail h3 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #F8F9FA;
  letter-spacing: 0.04375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .l-news-list__detail h3 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    letter-spacing: 0.05625rem;
    -webkit-line-clamp: 2;
  }
}

.l-news-list__detail-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-news-list__detail-tag {
    margin-top: 1.0625rem;
    gap: 0.75rem;
  }
}

.l-news-list__detail-tag p {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.125rem 0.875rem;
  color: #F8F9FA;
  border: 0.125rem solid #F8F9FA;
  border-radius: 2.5rem;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .l-news-list__detail-tag p {
    padding: 0.375rem 1.375rem;
  }
}

/* spデザイン
--------------------------*/
@media screen and (max-width: 767px) {
  .l-top-drawer {
    height: 100vh;
    pointer-events: none;
  }
  .l-top-drawer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 2.5rem;
    height: 100%;
    padding: 3.5rem;
    background-color: #034932;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    z-index: 9050;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-top-drawer__menu li a {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
  }
  .l-top-drawer__hamburger {
    position: fixed;
    top: 1.5625rem;
    right: 1rem;
    width: 1.5rem;
    height: 0.625rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    pointer-events: initial;
    z-index: 9100;
  }
  .l-top-drawer__hamburger span {
    display: block;
    width: 100%;
    height: 0.0625rem;
    background-color: #034932;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-top-drawer__hamburger span + span {
    margin-top: 0.25rem;
  }
  /* is-open
  --------------------------*/
  .l-top-drawer.is-open {
    pointer-events: initial;
  }
  .l-top-drawer.is-open .l-top-drawer__menu {
    opacity: 1;
    pointer-events: initial;
  }
  .l-top-drawer.is-open .l-top-drawer__hamburger span:nth-child(1) {
    -webkit-transform: translateY(0.3125rem) rotate(45deg);
            transform: translateY(0.3125rem) rotate(45deg);
  }
  .l-top-drawer.is-open .l-top-drawer__hamburger span:nth-child(2) {
    opacity: 0;
  }
  .l-top-drawer.is-open .l-top-drawer__hamburger span:nth-child(3) {
    -webkit-transform: translateY(-0.3125rem) rotate(-45deg);
            transform: translateY(-0.3125rem) rotate(-45deg);
  }
}
.l-top-footer {
  margin-top: 3rem;
  padding: 2rem 3.125rem 1.625rem;
  background-color: #034932;
}
@media screen and (min-width: 768px) {
  .l-top-footer {
    margin-top: 5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.l-top-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}

.l-top-footer nav ul li a {
  font-weight: 400;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
}

.l-top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.8125rem;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(25px);
  z-index: 9000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-top-header {
    height: 5rem;
  }
}

.l-top-header.is-open {
  background: rgb(205, 219, 214);
}

.l-top-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1rem 3.5rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-top-header__inner {
    padding: 1.25rem 2.5rem;
  }
}

.l-top-header__inner h1 {
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .l-top-header__inner h1 {
    width: 8.9375rem;
  }
}

.l-top-header__nav,
.l-top-header__nav ul,
.l-top-header__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-top-header__nav {
    gap: 1.5rem;
  }
}

/* よくある質問 / お問い合わせ
--------------------------*/
@media screen and (max-width: 767px) {
  .l-top-header__nav-items {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .l-top-header__nav-items {
    gap: 1rem;
  }
}

.l-top-header__nav-items a {
  gap: 0.5rem;
}

.l-top-header__nav-items a p {
  font-weight: 300;
  font-size: 1rem;
  color: #0F3B20;
  line-height: normal;
  letter-spacing: 0.05rem;
  text-align: center;
}

.l-top-header__nav-items a img {
  width: 1.5rem;
}

/* ctaボタン
--------------------------*/
.l-top-header__nav-btn {
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-top-header__nav-btn {
    gap: 1rem;
  }
}

.l-top-header__nav-btn a {
  gap: 0.25rem;
}

.l-under-fv {
  height: 10rem;
  background: url(../images/bg_under-fv-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-under-fv {
    height: 19.375rem;
    background: url(../images/bg_under-fv-pc.webp) no-repeat center/cover;
  }
}

.l-under-fv__inner {
  padding: 4.5rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-under-fv__inner {
    max-width: 84.5rem;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 7rem 0 4.375rem;
  }
}

.l-under .c-title p:nth-child(1) {
  text-transform: none;
  text-transform: initial;
}

.l-under-content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-under-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-under--sm .l-under-content {
  background: url(../images/bg_under-sm-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-under--sm .l-under-content {
    background: url(../images/bg_under-sm-pc.webp) no-repeat center/cover;
  }
}

.c-breadcrumb {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.c-breadcrumb.is-lp {
  background: rgba(87, 159, 135, .1);
}

.c-breadcrumb .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.c-breadcrumb .breadcrumb span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #9AB1A6;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb .breadcrumb span {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-breadcrumb.is-lp .breadcrumb span {
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb.is-lp .breadcrumb span {
    font-size: 1rem;
  }
}

.c-breadcrumb .breadcrumb span.current-item {
  color: #0D2916;
}

.c-breadcrumb.is-lp .breadcrumb span.current-item {
  color: rgba(15, 59, 32, .8);
}

.c-breadcrumb.is-lp .breadcrumb img {
  width: 0.3125rem;
  height: 0.5rem;
  margin-top: 0.25rem;
}

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

.c-btn a,
.c-btn button {
  position: relative;
  display: inline-block;
  width: 20.125rem;
  padding: 0.6875rem 1.25rem 0.9375rem 2rem;
  border: 0.0625rem solid #0D2916;
  border-radius: 2.5rem;
  text-align: left;
  -webkit-filter: initial !important;
          filter: initial !important;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn a::before,
.c-btn button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #0D2916;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.c-btn a::after,
.c-btn button::after {
  position: absolute;
  content: "";
  width: 2rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25rem;
  background: url(../images/icon_btn-green.webp) no-repeat center/contain;
}

.c-btn a p:nth-child(1),
.c-btn button p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #0D2916;
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn a p:nth-child(2),
.c-btn button p:nth-child(2) {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  color: #0D2916;
  margin-left: 1.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-btn a p:nth-child(2)::before,
.c-btn button p:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 0.0625rem;
  top: 50%;
  left: -1.875rem;
  background-color: #0D2916;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* hover
--------------------------*/
.c-btn a:hover p,
.c-btn button:hover p {
  color: #F8F9FA;
}

.c-btn a:hover p:nth-child(2)::before,
.c-btn button:hover p:nth-child(2)::before {
  background-color: #F8F9FA;
}

.c-btn a:hover::before,
.c-btn button:hover::before {
  height: 100%;
}

.c-btn a:hover::after,
.c-btn button:hover::after {
  background: url(../images/icon_btn-white.webp) no-repeat center/contain;
}

/* is-invert
-----------------------------------------------------*/
.c-btn.is-invert a {
  border: 0.0625rem solid #F8F9FA;
}

.c-btn.is-invert a::after {
  background: url(../images/icon_btn-white.webp) no-repeat center/contain;
}

.c-btn.is-invert a p:nth-child(1),
.c-btn.is-invert a p:nth-child(2) {
  color: #F8F9FA;
}

.c-btn.is-invert a p:nth-child(2)::before {
  background-color: #F8F9FA;
}

/* hover
--------------------------*/
.c-btn.is-invert a:hover,
.c-btn.is-invert button:hover {
  background-color: transparent;
}

.c-btn.is-invert a:hover::before,
.c-btn.is-invert button:hover::before {
  background-color: #F8F9FA;
  height: 100%;
}

.c-btn.is-invert a:hover p,
.c-btn.is-invert button:hover p {
  color: #0D2916;
}

.c-btn.is-invert a:hover p:nth-child(2)::before,
.c-btn.is-invert button:hover p:nth-child(2)::before {
  background-color: #0D2916;
}

.c-btn.is-invert a:hover::after,
.c-btn.is-invert button:hover::after {
  background: url(../images/icon_btn-green.webp) no-repeat center/contain;
}

/* is-back
-----------------------------------------------------*/
.c-btn.is-back a {
  text-align: center;
}

.c-btn.is-back a::after {
  left: 1.25rem;
  right: auto;
  right: initial;
  background: url(../images/icon_btn-green-back.webp) no-repeat center/contain;
}

.c-btn.is-back a p:nth-child(2)::before {
  left: 4.6875rem;
}

/* hover
--------------------------*/
.c-btn.is-back a:hover::after,
.c-btn.is-back button:hover::after {
  background: url(../images/icon_btn-white-back.webp) no-repeat center/contain;
}

.c-cta {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  background-color: #034932;
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .c-cta {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.c-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  padding: 0.1875rem 1.5rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-cta a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5625rem 1.875rem 0.5625rem 2.5rem;
    border-radius: 0.5rem;
  }
}

.c-cta a p {
  font-weight: 700;
  font-size: 1.5rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .c-cta a p {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.c-cta a img {
  width: 2rem;
}

.c-policy .c-title p:nth-child(2)::after {
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .c-policy .c-title p:nth-child(2)::after {
    width: 25.625rem;
  }
}

@media screen and (min-width: 768px) {
  .c-policy .l-under-content .l-inner {
    max-width: calc(62.5rem + 50px);
  }
}

.c-policy-box__wrap {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-policy-box__wrap {
    margin-top: 1.875rem;
  }
}

.c-policy-box + .c-policy-box {
  margin-top: 2.5rem;
}

.c-policy-box h3,
.c-policy-box h4 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .c-policy-box h3,
  .c-policy-box h4 {
    font-size: 1rem;
    color: #023C20;
    letter-spacing: 0.05rem;
  }
}

.c-policy-box p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-policy-box p {
    font-size: 1rem;
    color: #023C20;
    letter-spacing: 0.05rem;
  }
}

.c-policy-box + .c-policy-box p {
  margin-top: 1rem;
}

.c-policy-box ol {
  margin: 0;
}

.c-policy-box ol li p {
  margin-top: 0 !important;
}

.c-policy-box--privacy .c-policy-box ol li p {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.c-policy-box--privacy .c-policy-box ol li ol li p {
  padding-left: 3.5rem;
  text-indent: -2.1875rem;
}

.c-policy-box--service .c-policy-box ol li p {
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.c-policy-box--service .c-policy-box ol li ol li p {
  padding-left: 2.625rem;
  text-indent: -2.1875rem;
}

.c-policy-box__bottom {
  margin-top: 2.5rem;
}

.c-policy-box__bottom p + p {
  margin-top: 1rem;
}

.c-policy-box__bottom p:first-child {
  text-align: right;
}

.c-policy-box__bottom p span {
  font-weight: 700;
}

.c-policy-box table {
  margin-top: 1rem;
}

.c-policy-box table th,
.c-policy-box table td {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-policy-box table th,
  .c-policy-box table td {
    font-size: 1rem;
    color: #023C20;
    letter-spacing: 0.05rem;
  }
}

.c-policy-box table td:nth-child(1) {
  width: 5rem;
}

.c-policy-box table td:nth-child(2) {
  width: 9.375rem;
}

.c-title {
  line-height: 1;
}

.c-title p:nth-child(1),
.c-title p:nth-child(3) {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: transparent;
  letter-spacing: -0.125rem;
  line-height: 1;
  -webkit-text-stroke-width: 0.09375rem;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title p:nth-child(1),
  .c-title p:nth-child(3) {
    font-size: 5.75rem;
    letter-spacing: -0.2875rem;
  }
}

.c-title p:nth-child(2) {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-title p:nth-child(2) {
    font-size: 1rem;
    color: #F8F9FA;
  }
}

.c-title p:nth-child(2)::after {
  position: absolute;
  content: "";
  height: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.5rem);
  background-color: #F8F9FA;
}
@media screen and (min-width: 768px) {
  .c-title p:nth-child(2)::after {
    left: calc(100% + 1rem);
  }
}

.c-title p:nth-child(3) {
  margin-left: 5rem;
}

/* is-invert
--------------------------*/
.c-title.is-invert p:nth-child(1),
.c-title.is-invert p:nth-child(3) {
  -webkit-text-stroke-color: #0E1E19;
}

.c-title.is-invert p:nth-child(2) {
  color: #0D2916;
}

.c-title.is-invert p:nth-child(2)::after {
  background-color: #0D2916;
}

/* c-title-sub
--------------------------*/
.c-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-title-sub p:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: transparent;
  letter-spacing: -0.075rem;
  -webkit-text-stroke-width: 0.09375rem;
  -webkit-text-stroke-color: #023C20;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-title-sub p:nth-child(1) {
    font-size: 2.5rem;
    letter-spacing: -0.125rem;
    -webkit-text-stroke-width: 0.125rem;
  }
}

.c-title-sub p:nth-child(2) {
  position: relative;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .c-title-sub p:nth-child(2) {
    font-size: 1rem;
  }
}

.c-title-sub p:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 10.8125rem;
  height: 0.125rem;
  top: 50%;
  left: calc(100% + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0D2916;
}
@media screen and (min-width: 768px) {
  .c-title-sub p:nth-child(2)::after {
    width: 13.75rem;
  }
}

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

.c-top-btn a,
.c-top-btn button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.4375rem 0.3125rem 0.6875rem;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border: 0.0625rem solid #034831;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-top-btn a,
  .c-top-btn button {
    padding: 0.4375rem 0.8125rem;
    gap: 0.5rem;
  }
}

.c-top-btn a p {
  font-weight: 600;
  font-size: 0.625rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-top-btn a p {
    font-size: 1rem;
  }
}

.c-top-btn a img {
  width: 1rem;
}

/* 反転
--------------------------*/
.c-top-btn--invert a {
  background: #fff;
}

.c-top-btn--invert a p {
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-top-policy {
  padding-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .c-top-policy {
    padding-top: 5rem;
  }
}

.c-top-policy__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-top-policy__content {
    margin-top: 4rem;
  }
}

.c-top-policy__content h3,
.c-top-policy__content h4,
.c-top-policy__content p {
  color: #023C20;
}

.c-top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-top-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .c-top-title.is-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-top-title p {
  display: inline-block;
}

.c-top-title p:nth-child(1) {
  position: relative;
  font-family: Lato;
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1rem;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-top-title p:nth-child(1) {
    font-size: 1rem;
  }
}

.c-top-title p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-top-title p:nth-child(1)::before {
    font-size: 1rem;
  }
}

.c-top-title p:nth-child(2) {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 1rem;
  color: #034932;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-top-title p:nth-child(2) {
    font-size: 3rem;
    margin-top: 1.25rem;
  }
}

/* contact form7
-----------------------------------------------------*/
.wpcf7-list-item {
  margin: 0;
}

/* wp-pagenavi
-----------------------------------------------------*/
.l-main .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-main .wp-pagenavi {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.l-main .wp-pagenavi a,
.l-main .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  width: 2.625rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  color: #023C20;
  border: 0.125rem solid #023C20;
  letter-spacing: 0.05rem;
  border-radius: 2.625rem;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-main .wp-pagenavi a:hover,
.l-main .wp-pagenavi span.current {
  color: #023C20;
  border: 0.125rem solid #023C20;
  opacity: 1;
}

.l-main .wp-pagenavi a.previouspostslink,
.l-main .wp-pagenavi a.nextpostslink {
  width: 0.4375rem;
  border: none;
  opacity: 1;
}

.l-main .wp-pagenavi a.previouspostslink {
  margin-right: 0.5rem;
}

.l-main .wp-pagenavi a.nextpostslink {
  margin-left: 0.5rem;
}

.p-company .c-title p:nth-child(2)::after {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-company .c-title p:nth-child(2)::after {
    width: 8.4375rem;
  }
}

.p-company-purpose {
  background: url(../images/bg_under-sm-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-company-purpose {
    position: relative;
    background: url(../images/bg_under-sm-pc.webp) no-repeat center/cover;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-company-purpose .c-title-sub p:nth-child(2)::after {
    width: 11.75rem;
  }
}

.p-company-purpose__text {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-purpose__text {
    width: 46.875rem;
    margin-top: 2.625rem;
  }
}

.p-company-purpose__text h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-purpose__text h3 {
    font-size: 1.875rem;
    line-height: 3rem;
    letter-spacing: 0.09375rem;
    text-align: left;
  }
}

.p-company-purpose__text p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-purpose__text p {
    font-size: 1rem;
    margin-top: 3.5rem;
    line-height: 1.875rem;
  }
}

.p-company-purpose img {
  width: 22.5rem;
  margin-top: 1.6875rem;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-purpose img {
    position: absolute;
    width: 37rem;
    top: 5.375rem;
    right: -1.875rem;
    border-radius: 1rem;
    margin-top: 0;
  }
}

/* p-company-mvv
--------------------------*/
.p-company-mvv {
  background: url(../images/bg_company-mvv-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-company-mvv {
    background: url(../images/bg_company-mvv-pc.webp) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-company-mvv .c-title-sub p:nth-child(1) {
    -webkit-text-stroke-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-company-mvv .c-title-sub p:nth-child(2) {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-company-mvv .c-title-sub p:nth-child(2)::after {
    width: 5.9375rem;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .p-company-mvv__box {
    padding: 2.5rem 2.5rem 5.375rem;
    background-color: #F8F9FA;
    border-radius: 1rem;
  }
}

.p-company-mvv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-mvv__flex {
    padding: 3.5rem 1.5rem 3rem;
    background-color: #F8F9FA;
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company-mvv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8.125rem;
    margin-top: 3.5rem;
  }
}

.p-company-mvv__flex img {
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .p-company-mvv__flex img {
    width: 25.625rem;
  }
}

.p-company-mvv ul li + li {
  margin-top: 2.5rem;
}

.p-company-mvv ul li p:nth-child(1) {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  color: #fff;
  letter-spacing: 0.04375rem;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-company-mvv ul li p:nth-child(1) {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-company-mvv ul li:nth-child(1) p:nth-child(1) {
  background-color: #023C20;
}

.p-company-mvv ul li:nth-child(2) p:nth-child(1) {
  background-color: #05875C;
}

.p-company-mvv ul li:nth-child(3) p:nth-child(1) {
  background-color: #1FC68F;
}

.p-company-mvv ul li p:nth-child(2) {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-company-mvv ul li p:nth-child(2) {
    font-size: 1.25rem;
    margin-top: 1rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}

/* p-company-info
--------------------------*/
.p-company-info {
  background: url(../images/bg_under-sm-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-company-info {
    background: url(../images/bg_under-sm-pc.webp) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-company-info .c-title-sub p:nth-child(2)::after {
    width: 9.875rem;
  }
}

.p-company-info__dl {
  margin-top: 1.6875rem;
  padding: 1.5rem;
  background-color: #F8F9FA;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__dl {
    padding: 2.5rem;
  }
}

.p-company-info__dl div {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(2, 60, 32, .5);
}

.p-company-info__dl dt {
  font-weight: 700;
  font-size: 1rem;
  color: #1FC68F;
  line-height: 2rem;
}

.p-company-info__dl div:not(:first-child) {
  padding-top: 1rem;
}

.p-company-info__dl dd {
  font-weight: 500;
  font-size: 1rem;
  color: #193A40;
  margin-top: 0.5rem;
  line-height: 1.3;
}

.p-contact .c-title p:nth-child(2)::after {
  width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact .c-title p:nth-child(2)::after {
    width: 14.5625rem;
  }
}

.p-contact-form {
  padding: 1.5rem 1rem;
  background-color: #F8F9FA;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.p-contact-form__head {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form__head {
    margin-top: 2.5rem;
  }
}

.p-contact-form__head p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #023C20;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__head p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.p-contact-form__head a {
  font-weight: 500;
  color: #54AF4D;
  text-decoration: underline;
}

.p-contact-form h3 {
  font-weight: 700;
  font-size: 1.25rem;
  color: #023C20;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact-form h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.09375rem;
  }
}

.p-contact-form form {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form form {
    max-width: 50rem;
    width: 100%;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact-form li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form li + li {
    margin-top: 1.875rem;
  }
}

.p-contact-form li label {
  font-weight: 700;
  font-size: 1rem;
  color: #023C20;
  letter-spacing: 0.05rem;
}

.p-contact-form li label span {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 0.625rem;
  color: #B1B1B1;
  letter-spacing: 0.05rem;
}

.p-contact-form li label span.is-required {
  color: #54AF4D;
}

.p-contact-form li input,
.p-contact-form li select,
.p-contact-form li textarea {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.0625rem 1.5rem;
  color: #0D2916;
  background-color: rgba(255, 255, 255, .5);
  border: 0.0625rem solid #E2E2E2;
  letter-spacing: 0.04375rem;
  border-radius: 0.125rem;
}

.p-contact-form li input::-webkit-input-placeholder,
.p-contact-form li select,
.p-contact-form li textarea::-webkit-input-placeholder {
  color: #B1B1B1;
}

.p-contact-form li input::-moz-placeholder,
.p-contact-form li select,
.p-contact-form li textarea::-moz-placeholder {
  color: #B1B1B1;
}

.p-contact-form li input::-ms-input-placeholder,
.p-contact-form li select,
.p-contact-form li textarea::-ms-input-placeholder {
  color: #B1B1B1;
}

.p-contact-form li input::placeholder,
.p-contact-form li select,
.p-contact-form li textarea::placeholder {
  color: #B1B1B1;
}

.p-contact-form li select {
  padding-right: 2.375rem;
  background: url(../images/icon_select-green.webp) no-repeat center right 1.5rem/0.625rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form li select {
    min-width: 20rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 2.375rem;
  }
}

.p-contact-form ul li textarea {
  min-height: 7.5rem;
  resize: vertical;
}

/* p-contact-form__check
--------------------------*/
.p-contact-form__check {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form__check {
    margin-top: 1.875rem;
  }
}

.p-contact-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}

.p-contact-form__check label input[type=checkbox] {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: 0.0625rem solid #8E8E8E;
  border-radius: 0.125rem;
  vertical-align: middle;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.p-contact-form__check label input[type=checkbox]:checked {
  background-color: #54AF4D;
  border-color: #54AF4D;
}

.p-contact-form__check label input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
}

.p-contact-form__check span {
  font-weight: 400;
  font-size: 1rem;
  color: #023C20;
  letter-spacing: 0.05rem;
}

.p-contact-form__check span a {
  font-weight: 500;
  color: #54AF4D;
  text-decoration: underline;
}

.p-contact-form__check .wpcf7-list-item-label {
  width: calc(100% - 2.125rem);
}

.p-contact-form .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact-form .c-btn {
    margin-top: 2.5rem;
  }
}

.p-contact-form .c-btn button {
  width: 11.75rem;
}

.p-contact-form .c-btn button::after {
  right: 0.9375rem;
}

.p-corporate {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/bg_corporate-sp.webp) no-repeat center/cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-corporate {
    padding-top: 2.5rem;
    padding-bottom: 9.25rem;
    background: url(../images/bg_corporate-pc.webp) no-repeat center/cover;
  }
}

.p-corporate .c-title p:nth-child(2)::after {
  width: 19.0625rem;
}
@media screen and (min-width: 768px) {
  .p-corporate .c-title p:nth-child(2)::after {
    width: 44.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-corporate .c-title p:nth-child(3) {
    margin-left: 13.125rem;
  }
}

.p-corporate-content {
  position: relative;
  padding-top: 26.125rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-content {
    position: static;
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7.5rem;
    padding-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-corporate-info {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-corporate-text {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.p-corporate-text h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-corporate-text h3 {
    font-size: 1.875rem;
    line-height: 3rem;
    letter-spacing: 0.09375rem;
    text-align: left;
  }
}

.p-corporate-text p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-text p {
    font-size: 1rem;
    margin-top: 1.6875rem;
    line-height: 1.875rem;
  }
}

.p-corporate .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-corporate .c-btn {
    margin-top: 3rem;
    text-align: left;
  }
}

/* 装飾画像
--------------------------*/
@media screen and (max-width: 767px) {
  .p-corporate-deco {
    position: absolute;
    width: 100%;
    top: 0;
  }
}

.p-corporate-deco img {
  position: absolute;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-deco img {
    border-radius: 1rem;
  }
}

.p-corporate-deco01 {
  position: absolute;
  width: 13rem;
  top: 5.625rem;
  left: 0;
  border-radius: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-deco01 {
    position: static;
    position: initial;
    width: 32.5rem;
    border-radius: 1rem;
  }
}

.p-corporate-deco02 {
  width: 16.25rem;
  top: 1.5rem;
  right: -2.875rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-deco02 {
    width: 25.9375rem;
    top: 3.9375rem;
    right: -1.625rem;
  }
}

.p-corporate-deco03 {
  width: 7.5rem;
  top: 8.75rem;
  right: -1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-deco03 {
    width: 11.5625rem;
    top: 29.4375rem;
    right: 8.625rem;
  }
}

.p-corporate-deco04 {
  width: 5.625rem;
  top: 15rem;
  right: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-corporate-deco04 {
    width: 14.375rem;
    top: auto;
    top: initial;
    bottom: 7.125rem;
    right: 2.1875rem;
  }
}

.p-faq-contact {
  padding-top: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-faq-contact {
    padding-top: 5rem;
  }
}

.p-faq-contact .p-top-faq {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-contact .p-top-faq {
    margin-top: 4rem;
  }
}

.p-faq-contact .p-contact-form {
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  background: rgba(255, 255, 255, .9);
  border-radius: 0.125rem;
}

@media screen and (min-width: 768px) {
  .p-faq-contact .p-contact-form .c-top-title p:nth-child(2) {
    margin-top: 0.5rem;
  }
}

.p-faq-contact .c-top-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-faq-contact .c-top-btn {
    margin-top: 2.5rem;
  }
}

.p-faq-contact .c-top-btn button {
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-faq-contact .c-top-btn button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    padding: 0.9375rem 1.9375rem;
  }
}

.p-fv {
  overflow: hidden;
}

.p-fv-top {
  height: 50.75rem;
  height: 85vh;
  background: url(../images/bg_top-fv-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-fv-top {
    height: 48.4375rem;
    background: url(../images/bg_top-fv.webp) no-repeat center/cover;
  }
}

.p-fv-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}

.p-fv-logo img {
  width: 8.125rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-fv-logo img {
    width: 14.0625rem;
  }
}

.p-fv-news a {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  border-top: 0.0625rem solid #fff;
  border-bottom: 0.0625rem solid #fff;
  background-color: #000A07;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-fv-news a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3.5rem;
  }
}

.p-fv-news a p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  white-space: nowrap;
  padding-left: 100%;
  -webkit-animation: newsTicker 30s linear infinite;
          animation: newsTicker 30s linear infinite;
}

.p-fv-news a time {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #C8CCCB;
  letter-spacing: 0.04375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-fv-news a time {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.p-fv-news a span {
  font-weight: 700;
  font-size: 0.75rem;
  color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-fv-news a span {
    font-size: 1rem;
  }
}

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

@keyframes newsTicker {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-middle {
  position: relative;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-middle {
    height: 31.25rem;
  }
}

.p-middle img {
  width: 100%;
  height: 100%;
  aspect-ratio: 393/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-middle img {
    aspect-ratio: 1512/500;
  }
}

.p-middle p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-middle p {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }
}

.p-news-detail .l-under-fv {
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail .l-under-fv {
    height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news-detail .l-under-content {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-detail .l-under-content .l-inner {
    max-width: calc(62.5rem + 50px);
  }
}

.p-news-detail__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__title {
    font-weight: 500;
    font-size: 2.5rem;
    color: #000;
    letter-spacing: 0.25rem;
  }
}

.p-news-detail__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__head {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}

.p-news-detail__head-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-news-detail__head-tag p {
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.125rem 0.875rem;
  border: 0.125rem solid #0D2916;
  letter-spacing: 0.0375rem;
  border-radius: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__head-tag p {
    padding: 0.3125rem 1.375rem;
  }
}

.p-news-detail__head time {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__head time {
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.1rem;
  }
}

.p-news-detail__img {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  border-radius: 1rem;
  aspect-ratio: 1000/500;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-news-detail__img {
    margin-top: 2rem;
  }
}

.p-news-detail__content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content {
    margin-top: 2.5rem;
  }
}

.p-news-detail__content h1 {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h1 {
    font-size: 1.5rem;
    color: #023C20;
    letter-spacing: 0.075rem;
  }
}

.p-news-detail__content h2,
.p-news-detail__content h3,
.p-news-detail__content h4,
.p-news-detail__content h5,
.p-news-detail__content h6,
.p-news-detail__content p {
  margin-top: 1rem;
}

.p-news-detail__content h2,
.p-news-detail__content h3,
.p-news-detail__content h4,
.p-news-detail__content h5,
.p-news-detail__content h6 {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content h2,
  .p-news-detail__content h3,
  .p-news-detail__content h4,
  .p-news-detail__content h5,
  .p-news-detail__content h6 {
    font-size: 1rem;
    color: #023C20;
    letter-spacing: 0.05rem;
  }
}

.p-news-detail__content p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail__content p {
    font-size: 1rem;
    color: #023C20;
    letter-spacing: 0.05rem;
  }
}

.p-news-detail .c-btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-detail .c-btn {
    margin-top: 3rem;
    text-align: left;
  }
}

.p-news {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/bg_news-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../images/bg_news-pc.webp) no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) {
  .p-news-inner {
    max-width: calc(84.625rem + 50px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.375rem;
  }
}

.p-news-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news-head__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-news-head__title .c-title {
    line-height: 0.3;
  }
}

.p-news-head__title img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-head__title img {
    margin-top: 0.1875rem;
  }
}

.p-news .c-title p:nth-child(2)::after {
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .p-news .c-title p:nth-child(2)::after {
    width: 12.1875rem;
  }
}

.p-news-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-tag {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: scroll;
    white-space: nowrap;
    /* スクロールバー非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media screen and (min-width: 768px) {
  .p-news-tag {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news-tag::-webkit-scrollbar {
    display: none;
  }
}

.p-news-tag li button {
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.375rem 0.875rem;
  color: rgba(255, 255, 255, .5);
  border: 0.125rem solid rgba(255, 255, 255, .5);
  letter-spacing: 0.04375rem;
  border-radius: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-news-tag li button {
    font-size: 1rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    letter-spacing: 0.05rem;
  }
}

.p-news-tag li button:hover,
.p-news-tag li button.is-current {
  color: #fff;
  border: 0.125rem solid #fff;
  -webkit-filter: initial;
          filter: initial;
}

.p-news-lists {
  margin-top: 2rem;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .p-news-lists {
    margin-top: 7.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-news-lists li a {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 0.125rem solid rgba(248, 249, 250, .4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-news-lists li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-lists li a::before {
    position: absolute;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0.0625rem solid #fff;
    border-radius: 0.375rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-news-lists li a:hover {
    padding-left: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-lists li a:hover::before {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-news-lists li:first-child a {
    padding-top: 0;
    border-top: none;
  }
}

.p-news-lists li:last-child a {
  padding-bottom: 0;
}

.p-news-lists li a img {
  width: 22.5rem;
  border-radius: 1rem;
  aspect-ratio: 360/198;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-news-lists li a img {
    width: 15rem;
    aspect-ratio: 240/130;
  }
}

@media screen and (max-width: 767px) {
  .p-news-list__detail {
    margin-top: 0.625rem;
  }
}

.p-news-list__detail time {
  font-weight: 700;
  font-size: 0.75rem;
  color: #F8F9FA;
  letter-spacing: 0.0375rem;
}

.p-news-list__detail h3 {
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #F8F9FA;
  letter-spacing: 0.04375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .p-news-list__detail h3 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
    letter-spacing: 0.05625rem;
    -webkit-line-clamp: 2;
  }
}

.p-news-list__detail p {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 0.625rem;
  padding: 0.125rem 0.875rem;
  color: #F8F9FA;
  border: 0.125rem solid #F8F9FA;
  border-radius: 2.5rem;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .p-news-list__detail p {
    margin-top: 1.0625rem;
    padding: 0.375rem 1.375rem;
  }
}

.p-profile {
  background: url(../images/bg_profile-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-profile {
    margin-left: 4.6875rem;
    margin-left: calc(50% - 42.5625rem);
    margin-bottom: 2.5rem;
    background: url(../images/bg_profile-pc.webp) no-repeat center/cover;
  }
}

.p-profile-inner {
  padding: 1rem 1rem 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile-inner {
    position: relative;
    padding: 5rem 0 5rem 5rem;
  }
}

.p-profile .c-title {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile .c-title {
    padding: 0;
  }
}

.p-profile .c-title p:nth-child(2)::after {
  width: 13.75rem;
}

@media screen and (min-width: 768px) {
  .p-profile .c-title p:nth-child(3) {
    margin-left: 13.125rem;
  }
}

/* p-profile-message
--------------------------*/
.p-profile-message {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #F8F9FA;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile-message {
    position: relative;
    width: 49.5rem;
    margin-left: 35.125rem;
    padding: 2.8125rem 3.5rem;
    z-index: 1;
  }
}

.p-profile-message__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-profile-message__img {
    position: absolute;
    width: 44.0625rem;
    top: 2.5rem;
    left: 5rem;
    border-radius: 1rem;
    aspect-ratio: 705/895;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-profile-message__greeting {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile-message__greeting {
    margin-top: 0.625rem;
    padding: 0;
  }
}

.p-profile-message__greeting-block + .p-profile-message__greeting-block {
  margin-top: 1.5rem;
}

.p-profile-message__greeting h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-profile-message__greeting h3 {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }
}

.p-profile-message__greeting p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-profile-message__greeting p {
    font-size: 1rem;
  }
}

.p-profile-message__info {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1rem;
  background-color: #F0F0F0;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile-message__info {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1.5rem;
  }
}

.p-profile-message__info h3 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
}

.p-profile-message__info p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 1.375rem;
}

/* p-profile-member
--------------------------*/
.p-profile-member {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile-member {
    margin-top: 5rem;
  }
}

.p-profile-member__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  overflow: scroll;
  white-space: nowrap;
  /* スクロールバー非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 768px) {
  .p-profile-member__lists {
    gap: 4rem;
    margin-top: 1.875rem;
    cursor: -webkit-grab;
    cursor: grab;
  }
}

.p-profile-member__lists.is-grabbing {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.p-profile-member__list {
  position: relative;
  width: 18.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-profile-member__list {
    width: 32.5rem;
  }
}

.p-profile-member__list img {
  width: 18.4375rem;
  border-radius: 1rem;
  aspect-ratio: 295/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-profile-member__list img {
    width: 32.5rem;
    aspect-ratio: 520/280;
  }
}

.p-profile-member__list-text {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-profile-member__list-text {
    margin-top: 2rem;
  }
}

.p-profile-member__list-text p {
  color: #023C20;
  white-space: normal;
  white-space: initial;
}

.p-profile-member__list-text p:nth-child(1) {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: -0.0375rem;
}
@media screen and (min-width: 768px) {
  .p-profile-member__list-text p:nth-child(1) {
    font-size: 1rem;
    letter-spacing: -0.05rem;
  }
}

.p-profile-member__list-text p:nth-child(2) {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
}
@media screen and (min-width: 768px) {
  .p-profile-member__list-text p:nth-child(2) {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    letter-spacing: 0.075rem;
  }
}

.js-profile-text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (min-width: 768px) {
  .js-profile-text {
    font-size: 1rem;
    margin-top: 1rem;
    -webkit-line-clamp: 3;
  }
}

.js-profile-text.is-open {
  display: block;
  -webkit-line-clamp: unset;
  overflow: hidden;
}

.p-profile-member__toggle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-profile-member__toggle span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.p-profile-member__toggle span::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1875rem solid #023C20;
  border-bottom: 0.1875rem solid #023C20;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-profile-member__toggle span::before {
    border-right: 0.125rem solid #023C20;
    border-bottom: 0.125rem solid #023C20;
  }
}

.p-profile-member__toggle.is-open span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.p-service {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/bg_service-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: url(../images/bg_service-pc.webp) no-repeat center/cover;
  }
}

.p-service .c-title p:nth-child(2)::after {
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-service .c-title p:nth-child(2)::after {
    width: 26.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service .c-title p:nth-child(3) {
    margin-left: 8.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-swiper {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-lists {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-swiper {
    padding: 1rem 1.5rem 1.5rem;
    background-color: #FEFEFE;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-swiper .swiper-button-prev,
  .p-service-swiper .swiper-button-next {
    top: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-service-swiper .swiper-button-prev::before,
  .p-service-swiper .swiper-button-next::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
    padding: 0.625rem 2.5rem 0.625rem 2rem;
    background-color: #FEFEFE;
    border-radius: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list + .p-service-list {
    margin-top: 2.5rem;
  }
}

.p-service-list img {
  width: 15.9375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-service-list img {
    width: 25rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list__text {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-service-list__text::before {
    position: absolute;
    content: "";
    width: 0.125rem;
    height: 18.125rem;
    top: 50%;
    left: -3.4375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: rgba(2, 60, 32, .1);
  }
}

.p-service-list__text h3 span {
  display: block;
}

.p-service-list__text h3 span:nth-child(1) {
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.15rem;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: rgba(84, 175, 77, .3);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service-list__text h3 span:nth-child(1) {
    position: absolute;
    margin-top: -0.9375rem;
    right: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-list__text h3 span:nth-child(1) {
    font-size: 4rem;
    letter-spacing: -0.2rem;
    -webkit-text-stroke-color: #54AF4D;
  }
}

@media screen and (max-width: 767px) {
  .p-service-list:nth-child(3) h3 span:nth-child(1) {
    right: -1.875rem;
  }
}

.p-service-list__text h3 span:nth-child(2) {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-service-list__text h3 span:nth-child(2) {
    font-size: 1.875rem;
    letter-spacing: 0.1875rem;
  }
}

.p-service-list__text p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .p-service-list__text p {
    font-size: 1rem;
    margin-top: 1.0625rem;
    letter-spacing: 0.05rem;
  }
}

.p-service .c-btn {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service .c-btn {
    margin-top: 3rem;
  }
}

.p-top-about {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    margin-top: 4rem;
  }
}

.p-top-about__content {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-about__content img {
    width: 52.8125rem;
    margin-top: 3.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-about__content p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1.625rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #64716D;
  line-height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__content p {
    font-size: 1rem;
    margin-top: 0;
    text-align: center;
  }
}

.p-top-completed {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-completed {
    margin-top: 5rem;
  }
}

.p-top-completed__content {
  padding: 2.375rem 1.25rem 1.25rem;
  background: #F3F3F3;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-completed__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.0625rem;
    padding: 2.625rem 6.25rem 1.25rem;
  }
}

.p-top-completed__head {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-completed__head {
    width: 33.75rem;
    text-align: left;
  }
}

.p-top-completed__head h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #034932;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-completed__head h2 {
    font-size: 3rem;
  }
}

.p-top-completed__head p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-top-completed__head p {
    font-size: 1.5rem;
    margin-top: 1.75rem;
    line-height: 2.5rem;
  }
}

.p-top-completed__content img {
  width: 19.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-completed__content img {
    width: calc(100% - 37.8125rem);
  }
}

.p-top-currency {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency {
    margin-top: 5.125rem;
  }
}

.p-top-currency__content {
  padding: 2rem 1.5rem 1.5rem;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__content {
    padding: 3.5rem 5.25rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-currency .c-top-title p:nth-child(2) {
    margin-top: 0.625rem;
  }
}

.p-top-currency__items {
  max-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.625rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-currency__items {
    max-width: none;
    max-width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
    margin-top: 2.625rem;
  }
}

.p-top-currency__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 8.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item {
    width: auto;
    width: initial;
    gap: 0.75rem;
  }
}

.p-top-currency__item img {
  width: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item img {
    width: 3.5rem;
  }
}

.p-top-currency__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.25rem;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    width: initial;
  }
}

.p-top-currency__item-text p {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.p-top-currency__item-text p:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #64716D;
}

.p-top-currency__item-text p:nth-child(2) {
  font-family: "Lato", sans-serif;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-top-currency__item--main {
  width: auto;
  width: initial;
}

.p-top-currency__item-text p:nth-child(1) span:nth-child(1) {
  font-family: "Open Sans", sans-serif;
  font-size: 0.64625rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item-text p:nth-child(1) span:nth-child(1) {
    font-size: 1rem;
  }
}

.p-top-currency__item-text p:nth-child(1) span:nth-child(2) {
  font-family: "Lato", sans-serif;
  font-size: 0.969375rem;
  line-height: 1.5;
  letter-spacing: -0.1356875rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item-text p:nth-child(1) span:nth-child(2) {
    font-size: 1.5rem;
    letter-spacing: -0.209375rem;
  }
}

.p-top-currency__item-text p:nth-child(2) span:nth-child(1) {
  font-size: 2.2616875rem;
  letter-spacing: -0.022625rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item-text p:nth-child(2) span:nth-child(1) {
    font-size: 3.5rem;
  }
}

.p-top-currency__item-text p:nth-child(2) span:nth-child(2) {
  font-size: 0.80775rem;
}
@media screen and (min-width: 768px) {
  .p-top-currency__item-text p:nth-child(2) span:nth-child(2) {
    font-size: 1.25rem;
  }
}

/* main
--------------------------*/
@media screen and (max-width: 767px) {
  .p-top-currency__item--main img {
    width: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-currency__item--main p:nth-child(1) span:nth-child(1) {
    font-size: 0.9090625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-currency__item--main p:nth-child(1) span:nth-child(2) {
    font-size: 1.3635625rem;
    letter-spacing: -0.190875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-currency__item--main p:nth-child(2) span:nth-child(1) {
    font-size: 3.1816875rem;
    letter-spacing: -0.031875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-currency__item--main p:nth-child(2) span:nth-child(2) {
    font-size: 1.1363125rem;
  }
}

.p-top-currency__note {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #FF1818;
  line-height: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-currency__note {
    margin-top: 2.625rem;
  }
}

.p-top-faq {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq {
    margin-top: 6.375rem;
  }
}

.p-top-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__items {
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-top-faq__item {
  position: relative;
  width: 100%;
  padding: 1.5rem 1.5rem 3rem;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__item {
    padding: 1.625rem 2rem 1.875rem 1.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-faq__item::after {
    position: absolute;
    content: "";
    width: 1rem;
    height: 0.5rem;
    bottom: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../images/icon_arrow-green.webp) no-repeat center/contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .p-top-faq__item.is-open::after {
    -webkit-transform: translateX(-50%) rotate(-180deg);
            transform: translateX(-50%) rotate(-180deg);
  }
}

.p-top-faq__item p {
  display: block;
}

.p-top-faq__item-q,
.p-top-faq__item-a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__item-q,
  .p-top-faq__item-a-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1875rem;
  }
}

.p-top-faq__item-q p:nth-child(1) {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #034932;
}

.p-top-faq__item-q p:nth-child(2) {
  font-weight: 600;
  font-size: 1rem;
  color: #034932;
}

.p-top-faq__item-a {
  display: none;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__item-a {
    display: block;
    margin-top: 1.375rem;
  }
}

.p-top-faq__item-a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-top-faq__item-a-box p:nth-child(1) {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #579F87;
}

.p-top-faq__item-a-box p:nth-child(2) {
  font-weight: 300;
  font-size: 1rem;
  color: #034932;
}

.p-top-faq .c-top-btn {
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-faq .c-top-btn a {
  display: inline-block;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-faq .c-top-btn a {
    font-size: 0.75rem;
  }
}

.p-top-feature {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature {
    margin-top: 5rem;
  }
}

.p-top-feature__content {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__content {
    margin-top: -1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-box:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-box:nth-child(3) {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-feature__item {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item01,
  .p-top-feature__item04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-top-feature__item01 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item01 {
    gap: 8.3125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item02,
  .p-top-feature__item03 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item04 {
    gap: 7.1875rem;
  }
}

.p-top-feature__item img {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-top-feature__item01 img {
    width: 38.125rem;
  }
}

.p-top-feature__item02 img {
  width: 10.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item02 img {
    width: 21.5625rem;
  }
}

.p-top-feature__item03 img {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item03 img {
    width: 21.5625rem;
  }
}

.p-top-feature__item04 img {
  width: 20.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item04 img {
    width: 36.6875rem;
  }
}

.p-top-feature__item-info {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-info {
    max-width: 37.5rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item02 .p-top-feature__item-info,
  .p-top-feature__item03 .p-top-feature__item-info {
    text-align: center;
  }
}

.p-top-feature__item-info > span {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 0.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-info > span {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    letter-spacing: 0.0525rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-info > span span {
    font-size: 1rem;
  }
}

.p-top-feature__item-info h3 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 0.75rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-info h3 {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item-box:nth-child(2) h3 {
    margin-top: 1.25rem;
  }
}

.p-top-feature__item-info p,
.p-top-feature__item-info strong {
  display: inline-block;
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  line-height: 1.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-info p,
  .p-top-feature__item-info strong {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-feature__item02 p,
  .p-top-feature__item03 p {
    margin-top: 0;
  }
}

.p-top-feature__item-info p {
  color: #64716D;
}
@media screen and (min-width: 768px) {
  .p-top-feature__item-info p {
    font-size: 1rem;
  }
}

.p-top-feature__item-info strong {
  color: #FF1818;
}

.p-top-fv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    height: 56.9375rem;
  }
}

.p-top-fv__contant {
  position: relative;
  width: inherit;
  height: inherit;
  background: url(../images/img_top-fv-bg-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-fv__contant {
    background: url(../images/img_top-fv-bg-pc.webp) no-repeat center/cover;
  }
}

.p-top-fv__block {
  padding-top: 5.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__block {
    max-width: 34.375rem;
    padding-top: 20.5rem;
  }
}

.p-top-fv__text p:nth-child(1) {
  font-weight: 600;
  font-size: 2rem;
  color: #0F3B20;
  text-shadow: 0 0 0.25rem rgba(255, 255, 255, .25);
  line-height: 3rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text p:nth-child(1) {
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
  }
}

.p-top-fv__text p:nth-child(1) span {
  color: #1FC68F;
}

.p-top-fv__text p:nth-child(2) {
  position: relative;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.375rem;
  padding-left: 2.1875rem;
  color: rgba(15, 59, 32, .8);
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text p:nth-child(2) {
    margin-top: 0.625rem;
    padding-left: 3.1875rem;
  }
}

.p-top-fv__text p:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: #034831;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text p:nth-child(2)::before {
    width: 2.5625rem;
  }
}

.p-top-fv__block .c-top-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-fv__block .c-top-btn {
    display: block;
    margin-top: 1.5rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__block .c-top-btn a {
    padding: 0.9375rem 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__block .c-top-btn a p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__block .c-top-btn a img {
    width: 1.5rem;
  }
}

.p-top-fv__img {
  position: absolute;
  width: 35rem;
  height: 26.25rem;
  top: 12.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_top-fv.webp) no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img {
    width: 64.25rem;
    height: 46.375rem;
    top: 1.5rem;
    left: auto;
    left: initial;
    right: -1.5625rem;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.p-top-fv__news {
  margin-top: 24.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__news {
    margin-top: 10.1875rem;
    text-align: right;
  }
}

.p-top-fv__news a {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__news a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 3.5rem;
    width: 36.25rem;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    padding: 1.4375rem 2.8125rem 1.4375rem 1.5rem;
  }
}

.p-top-fv__news a p:nth-child(1) {
  position: relative;
  font-family: Lato;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .p-top-fv__news a p:nth-child(1) {
    font-size: 1rem;
    padding-left: 1rem;
  }
}

.p-top-fv__news a p:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__news a p:nth-child(1)::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__news a p:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 3.1875rem;
    top: 50%;
    right: -1.75rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #64716D;
  }
}

.p-top-fv__news a p:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #034932;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-top-fv__news a p:nth-child(2) {
    position: relative;
    font-size: 1rem;
    margin-top: 0;
  }
}

/* p-top-fv__campaign
--------------------------*/
.p-top-fv__campaign {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__campaign {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__campaign-inner {
    max-width: calc(84.625rem + 50px);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-top-fv__campaign a {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__campaign a {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-top-fv__campaign a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-fv__campaign a img {
    height: 7.625rem;
    aspect-ratio: 1354/122;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-member {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-member {
    margin-top: 5.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-member__inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-member__inner {
    padding-left: 50vw;
    padding-left: calc(50vw - 42.3125rem);
  }
}

.p-top-member__nav {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-member__nav {
    margin-top: 2rem;
  }
}

.p-top-member__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-member__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    overflow: scroll;
    white-space: nowrap;
    /* スクロールバー非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: -webkit-grab;
    cursor: grab;
  }
}

.p-top-member__nav ul.is-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-top-member__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-top-member__nav li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 32.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-member__nav li:first-child {
    grid-column: 1/-1;
  }
}

.p-top-member__nav li img {
  width: 21.5625rem;
  aspect-ratio: 345/210;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-member__nav li img {
    width: 32.5rem;
    aspect-ratio: 520/283;
  }
}

.p-top-member__text {
  margin-top: 1.25rem;
}

.p-top-member__text p:nth-child(1) {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #579F87;
}
@media screen and (min-width: 768px) {
  .p-top-member__text p:nth-child(1) {
    font-size: 1rem;
  }
}

.p-top-member__text p:nth-child(2) {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 0.25rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-top-member__text p:nth-child(2) {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0.125rem;
    color: #023C20;
    line-height: 2.5rem;
    letter-spacing: 0.075rem;
  }
}

.p-top-member__text p:nth-child(3) {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #64716D;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-member__text p:nth-child(3) {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0.75rem;
    color: #023C20;
    white-space: normal;
    white-space: initial;
  }
}

.p-profile-member__toggle {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.p-profile-member__toggle span {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.p-profile-member__toggle span::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1875rem solid #023C20;
  border-bottom: 0.1875rem solid #023C20;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-profile-member__toggle span::before {
    border-right: 0.125rem solid #023C20;
    border-bottom: 0.125rem solid #023C20;
  }
}

.p-profile-member__toggle.is-open span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.p-top-plan {
  margin-top: rme(48);
}
@media screen and (min-width: 768px) {
  .p-top-plan {
    margin-top: 0.5rem;
  }
}

.p-top-plan__nav {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__nav {
    margin-top: 1.875rem;
  }
}

.p-top-plan__nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__nav ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
  }
}

.p-top-plan__nav li {
  -webkit-box-shadow: 0 0 0.1366875rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.1366875rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.0683125rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__nav li {
    -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
    border-radius: 0.125rem;
  }
}

.p-top-plan__nav li:last-child {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-top-plan__nav li:last-child {
    grid-column: auto;
  }
}

.p-top-plan__list-head {
  font-weight: 600;
  font-size: 0.8199375rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #034932;
  line-height: 0.956625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__list-head {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.75rem;
  }
}

.p-top-plan__nav li:nth-child(1) .p-top-plan__list-head {
  background-color: #BFE6BE;
}

.p-top-plan__nav li:nth-child(2) .p-top-plan__list-head {
  background-color: #8EDC70;
}

.p-top-plan__nav li:nth-child(3) .p-top-plan__list-head {
  color: #fff;
  background-color: #2B9749;
}

.p-top-plan__nav li:nth-child(4) .p-top-plan__list-head {
  color: #fff;
  background-color: #034932;
}

.p-top-plan__nav li:nth-child(5) .p-top-plan__list-head {
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
}

.p-top-plan__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  padding-top: 0.5rem;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__list-body {
    gap: 0.4375rem;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
  }
}

.p-top-plan__list-body p {
  font-weight: 600;
  color: #034932;
  line-height: 1;
}

.p-top-plan__list-body p:nth-child(1),
.p-top-plan__list-body p:nth-child(3) {
  font-size: 1.215625rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__list-body p:nth-child(1),
  .p-top-plan__list-body p:nth-child(3) {
    font-size: 1.5rem;
  }
}

.p-top-plan__list-body p:nth-child(1) {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.p-top-plan__list-body p:nth-child(2) {
  font-family: "Lato", sans-serif;
  font-size: 4.05rem;
  letter-spacing: -0.162rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__list-body p:nth-child(2) {
    font-size: 5rem;
    letter-spacing: -0.2rem;
  }
}

/* p-top-plan__table
-----------------------------------------------------*/
.p-top-plan__table-wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table-wrap {
    margin-top: 4rem;
  }
}

.p-top-plan__table-wrap h3 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #034932;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table-wrap h3 {
    font-size: 2.5rem;
    text-align: left;
  }
}

.p-top-plan__table {
  margin-top: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table {
    margin-top: 1.25rem;
  }
}

.p-top-plan__table table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  color: #00533f;
  border-collapse: separate;
  border-spacing: 0.25rem;
  table-layout: auto;
}

.p-top-plan__table th,
.p-top-plan__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 4.75rem;
  background: #f5f5f5;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.125rem 0.125rem 0 0;
}

.p-top-plan__table thead th {
  height: 2.8125rem;
  font-weight: 600;
  font-size: 0.75rem;
  color: #034932;
  line-height: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table thead th {
    height: 4.75rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.p-top-plan__table thead th:first-child,
.p-top-plan__table tbody th {
  width: 3rem;
  max-width: 3rem;
  min-width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table thead th:first-child,
  .p-top-plan__table tbody th {
    width: 7.375rem;
    max-width: 7.375rem;
    min-width: 7.375rem;
  }
}

.p-top-plan__table thead th:not(:first-child),
.p-top-plan__table tbody td {
  width: 3.5625rem;
  min-width: 3.5625rem;
  max-width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table thead th:not(:first-child),
  .p-top-plan__table tbody td {
    width: 15rem;
    min-width: 15rem;
    max-width: 15rem;
  }
}

.p-top-plan__table thead th:nth-child(2) {
  background: #BFE6BE;
}

.p-top-plan__table thead th:nth-child(3) {
  background: #8EDC70;
}

.p-top-plan__table thead th:nth-child(4) {
  color: #fff;
  background: #2B9749;
}

.p-top-plan__table thead th:nth-child(5) {
  color: #fff;
  background: #034932;
}

.p-top-plan__table thead th:nth-child(6) {
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
}

.p-top-plan__table tbody th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table tbody th {
    text-align: left;
    white-space: nowrap;
  }
}

.p-top-plan__table tbody td {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #034932;
  line-height: 1.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table tbody td {
    font-size: 2rem;
  }
}

.p-top-plan__table tbody td span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table tbody td span {
    font-size: inherit;
  }
}

.p-top-plan__table img {
  display: block;
  width: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table img {
    display: inline-block;
    margin-left: 0;
    margin-left: initial;
    margin-right: 1rem;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .p-top-plan__table tbody tr:nth-child(4) img,
  .p-top-plan__table tbody tr:nth-child(5) img {
    margin-right: 0.25rem;
  }
}

.p-top-plan__table strong {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #034932;
  line-height: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table strong {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    vertical-align: middle;
  }
}

.p-top-plan__table strong span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__table strong span {
    font-size: 1rem;
  }
}

.p-top-recommend {
  position: relative;
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-recommend {
    margin-top: 3.625rem;
    padding-bottom: 0;
  }
}

.p-top-recommend::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 46.4375rem;
  top: -5.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_top-recommend-bg-sp.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 408px) and (max-width: 767px) {
  .p-top-recommend::before {
    top: -8.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-recommend::before {
    top: -15.9375rem;
    height: 75.25rem;
    background: url(../images/img_top-recommend-bg-pc.webp) no-repeat center/cover;
  }
}
@media screen and (min-width: 1513px) {
  .p-top-recommend::before {
    height: 80vw;
  }
}

.p-top-recommend__content {
  position: relative;
  padding: 1.5rem 1.25rem 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__content {
    padding-top: 3rem;
  }
}

.p-top-recommend__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__text {
    gap: 0;
    margin-top: 1.75rem;
  }
}

.p-top-recommend__text p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #034932;
  line-height: 2rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__text p {
    font-size: 1.1458125rem;
    line-height: 2.2916875rem;
    letter-spacing: 0.0573125rem;
  }
}

.p-top-recommend__text p::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  background-color: #D1F2E7;
  border-radius: 6.25rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-top-recommend__text p::before {
    top: 50%;
    left: -0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__text p:nth-child(1):before {
    top: 0.0625rem;
    left: 3.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__text p:nth-child(2):before {
    top: 0.3125rem;
    left: -0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-recommend__text p:nth-child(3):before {
    top: 0.0625rem;
    left: calc(50% - 7.3125rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-top-recommend__content img {
    width: 37.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-step {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-step {
    margin-top: 3.8125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-step.is-mt0 {
    margin-top: 0;
  }
}

.p-top-step__nav {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav {
    margin-top: 3.8125rem;
  }
}

.p-top-step__nav ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}

.p-top-step__nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .25);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav li {
    position: relative;
    display: block;
    padding: 3rem 2.375rem 1.875rem;
  }
}

.p-top-step__nav li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 0.5rem;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_arrow-green.webp) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav li:not(:first-child)::before {
    top: 50%;
    left: -2.0625rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.p-top-step__nav li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.625rem;
  height: -webkit-fill-available;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 0.14625rem 0 0 0.14625rem;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav li p {
    position: absolute;
    height: 2.5rem;
    top: -1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-step__nav li h3 {
  width: calc(100% - 3.625rem);
  font-weight: 600;
  font-size: 1rem;
  color: #034932;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-step__nav li h3 {
    width: auto;
    width: initial;
    padding: 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top-step__nav li img {
    width: 12.8125rem;
    margin-top: 1.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-under-news .l-under-fv .c-title p:nth-child(2)::after {
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-under-news .l-under-fv .c-title p:nth-child(2)::after {
    width: 10.3125rem;
  }
}
.p-under-news .l-under-content {
  background: url(../images/bg_under-lg-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p-under-news .l-under-content {
    background: url(../images/bg_under-lg-pc.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-under-news .l-news-head .c-title {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.p-under-news .l-under-content .c-title p:nth-child(1) {
  -webkit-text-stroke-color: #0E1E19;
  text-transform: uppercase;
}
.p-under-news .l-under-content .c-title p:nth-child(2),
.p-under-news .l-news-list__detail time,
.p-under-news .l-news-list__detail h3 {
  color: #0D2916;
}
.p-under-news .c-title p:nth-child(2)::after {
  width: 6.4375rem;
}
@media screen and (min-width: 768px) {
  .p-under-news .c-title p:nth-child(2)::after {
    width: 12.1875rem;
  }
}
.p-under-news .l-under-content .c-title p:nth-child(2)::after {
  background-color: #0D2916;
}
.p-under-news .l-news-lists li a {
  border-top: 0.125rem solid rgba(2, 60, 32, .3);
}
.p-under-news .l-news-lists li a::before {
  border: 0.0625rem solid #0D2916;
}
.p-under-news .l-news-tag li button,
.p-under-news .l-news-tag li a {
  color: rgba(2, 60, 32, .5);
  border: 0.125rem solid rgba(2, 60, 32, .5);
}
.p-under-news .l-news-tag li button:hover,
.p-under-news .l-news-tag li a:hover,
.p-under-news .l-news-tag li button.is-current,
.p-under-news .l-news-tag li a.is-current,
.p-under-news .l-news-list__detail-tag p {
  color: #0D2916;
  border: 0.125rem solid #0D2916;
}

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

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

.u-none {
  display: none !important;
}
/*# sourceMappingURL=styles.css.map */
