@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

html,
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  color: #3C3C3C;
  line-height: 1.8;
}
html a,
body a {
  transition: all 0.3s;
}
html a:hover,
body a:hover {
  text-decoration: none;
}

html body {
  /***********************************  footer ********************************/
}
html body > header {
  height: 100vh;
}
html body > header .inner {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 3rem;
  z-index: 100;
  background: white;
}
html body > header .inner .logo {
  margin-right: auto;
  flex: none;
}
html body > header .inner .logo a {
  display: block;
}
html body > header .inner .logo a img {
  height: 3rem;
  width: auto;
}
html body > header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  align-items: center;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  font-size: 1rem;
  padding: 1rem;
  line-height: 1;
  color: black;
  transition: all 0.3s;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button {
  padding-left: 1rem;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 1px solid #DE5E00;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #FF9D00, #DE5E00);
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.75rem;
  background-image: url("../img/icon_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html body > header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
html body > header .mainvi .slider {
  height: 100%;
}
html body > header .mainvi .slider div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
html body .content-wrap {
  background-color: white;
}
html body .content-wrap .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
html body .content-wrap .inner-m {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
html body .content-wrap .inner-s {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
html body .content-wrap.sec-bg {
  width: 100%;
  padding: 100px 0;
  clip-path: polygon(0 calc(0% + 5vw), 100% 0, 100% calc(100% - 9vw), 0 100%);
}
html body .content-wrap.bg-sub {
  background: #DBEFE6;
}
html body .content-wrap .content-header .title h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #2C903A;
}
html body .content-wrap .content-header .title h2 span.border-wavy {
  color: #505050;
  font-size: 2.1rem;
  text-decoration: underline wavy #505050;
  letter-spacing: 0.1rem;
}
html body .content-wrap .content-header .title h2 span.border-img {
  position: relative;
  display: inline-block;
  color: #2C903A;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 3rem;
}
html body .content-wrap .content-header .title h2 span.border-img::after {
  content: "";
  display: block;
  width: 98%;
  height: 10px;
  background-image: url("../img/border_btm.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-top: 4px;
}
html body .content-wrap .content-header .title .detail-txt {
  font-weight: 500;
  text-align: center;
}
html body .content-wrap .content-header .title .detail-txt span {
  color: #2C903A;
}
html body .content-wrap .list a:hover {
  opacity: 0.8;
}
html body .content-wrap .list.thumb {
  display: flex;
}
html body .content-wrap .list.thumb > a,
html body .content-wrap .list.thumb .item {
  color: black;
}
html body .content-wrap .list.thumb > a .thumb,
html body .content-wrap .list.thumb .item .thumb {
  overflow: hidden;
}
html body .content-wrap .list.thumb > a .thumb img,
html body .content-wrap .list.thumb .item .thumb img {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 16/15;
  width: 100%;
}
html body .content-wrap .list.thumb > a .thumb img.edge,
html body .content-wrap .list.thumb .item .thumb img.edge {
  border-radius: 0;
}
html body .content-wrap .list.thumb > a .text,
html body .content-wrap .list.thumb .item .text {
  text-align: center;
  padding: 1rem 0;
}
html body .content-wrap .list.thumb > a .text p,
html body .content-wrap .list.thumb .item .text p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
}
html body .content-wrap .list.thumb > a .text .link-btn a,
html body .content-wrap .list.thumb .item .text .link-btn a {
  width: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  background: #2C903A;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
html body .content-wrap .list.thumb > a .text .link-btn a:hover,
html body .content-wrap .list.thumb .item .text .link-btn a:hover {
  opacity: 1;
  transform: translateY(-2px);
}
html body .content-wrap .list.thumb > a .text .link-btn a::before,
html body .content-wrap .list.thumb .item .text .link-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_btn_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html body .content-wrap .list.thumb > a .thumb img:hover {
  transform: scale(1.1, 1.1);
}
html body .content-wrap .list.col4 {
  display: flex;
  flex-wrap: wrap;
}
html body .content-wrap .list.col4 > a,
html body .content-wrap .list.col4 .item {
  display: block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
html body .content-wrap .list.col4 > a:hover,
html body .content-wrap .list.col4 .item:hover {
  text-decoration: none;
}
html body .content-wrap .list.col4 > a:nth-child(4n),
html body .content-wrap .list.col4 .item:nth-child(4n) {
  margin-right: 0;
}
html body .content-wrap .intro-wrap {
  position: relative;
}
html body .content-wrap .intro-wrap h1 {
  font-family: "Outfit", sans-serif;
  text-align: center;
  color: #DBEFE6;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
}
html body .content-wrap .intro-wrap .intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
html body .content-wrap .intro-wrap .intro-logo img {
  display: block;
  width: 100%;
  max-width: 190px;
}
html body .content-wrap .about-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
html body .content-wrap .about-wrap.reverse {
  flex-direction: row;
}
html body .content-wrap .about-wrap.reverse .thumb img {
  aspect-ratio: 16/13;
}
html body .content-wrap .about-wrap.reverse .text {
  padding-right: 0;
  padding-left: 5%;
}
html body .content-wrap .about-wrap.reverse .text .title span {
  position: relative;
  display: inline-block;
  color: #2C903A;
  font-weight: bold;
  font-size: 2rem;
}
html body .content-wrap .about-wrap.reverse .text .title span::after {
  content: "";
  display: block;
  height: 10px;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 98%;
  background-image: url("../img/border_btm_sub.svg");
  margin-top: -1rem;
}
html body .content-wrap .about-wrap.reverse .text .title::after {
  display: none;
}
html body .content-wrap .about-wrap .thumb {
  width: 40%;
}
html body .content-wrap .about-wrap .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}
html body .content-wrap .about-wrap .text {
  width: 60%;
  padding-right: 10%;
}
html body .content-wrap .about-wrap .text .title {
  position: relative;
  display: inline-block;
  color: #2C903A;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 3rem;
}
html body .content-wrap .about-wrap .text .title::after {
  content: "";
  display: block;
  width: 48%;
  height: 10px;
  background-image: url("../img/border_btm.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-top: 4px;
}
html body .content-wrap .sec-title .arrow-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
html body .content-wrap .sec-title h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #505050;
  line-height: 2;
}
html body .content-wrap .sec-title h2 > img {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  vertical-align: text-bottom;
}
html body .content-wrap .sec-title h2 > span {
  color: #2C903A;
  font-size: 2.3rem;
  border-bottom: 5px solid #2C903A;
}
html body .content-wrap .list.point-list .item .thumb {
  width: 70%;
  margin: 0 auto;
  background: #2C903A;
  border-radius: 100rem;
  aspect-ratio: 1/1;
}
html body .content-wrap .list.point-list .item .thumb img {
  width: 100%;
  max-width: 110px;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
html body .content-wrap .list.point-list .item .text p {
  text-align: left;
  font-weight: normal;
  font-size: 1rem;
}
html body .content-wrap .list.point-list .item .text p.t_main {
  color: #2C903A;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
html body .content-wrap .thumb-list li {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  margin-bottom: 1rem;
}
html body .content-wrap .thumb-list li .thumb {
  width: 30%;
}
html body .content-wrap .thumb-list li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
html body .content-wrap .thumb-list li .text {
  width: 70%;
  padding: 1.5rem 3rem;
  background: white;
}
html body .content-wrap .thumb-list li .text .num {
  font-family: bomboniere, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 5rem;
  color: #DBEFE6;
  line-height: 1;
}
html body .content-wrap .thumb-list li .text .title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2C903A;
  padding-bottom: 1rem;
}
html body .content-wrap .thum-wrap {
  background: #2C903A;
  padding: 2rem 0;
  border-radius: 10px;
}
html body .content-wrap .thum-wrap .ttl {
  font-size: 2rem;
  color: white;
  font-weight: bold;
}
html body .content-wrap .thum-wrap img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
html body .content-wrap .faq-wrap {
  padding: 3rem 0;
}
html body .content-wrap .faq-wrap .item {
  padding-bottom: 1rem;
}
html body .content-wrap .faq-wrap .item .card-header {
  border: none;
  padding: 1rem 2rem;
  padding-top: 0.5rem;
  background: #2C903A;
  justify-content: center;
}
html body .content-wrap .faq-wrap .item .card-header > a {
  display: block;
  font-weight: bold;
  font-size: 1.1rem;
  color: white;
}
html body .content-wrap .faq-wrap .item .card-header > a > span {
  display: inline-block;
  padding-right: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
html body .content-wrap .faq-wrap .item .card-body {
  display: block;
  border: 1px solid #2C903A;
  border-radius: 0;
  background: white;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: black;
}
html body .content-wrap .faq-wrap .item .card-body .text-flex {
  display: flex;
}
html body .content-wrap .faq-wrap .item .card-body .text-flex > span {
  display: block;
  width: 4rem;
  font-size: 2rem;
  font-weight: bold;
  color: #2C903A;
  line-height: 1;
}
html body .content-wrap .btn-wrap a {
  width: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 1px solid #DE5E00;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #FF9D00, #DE5E00);
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}
html body .content-wrap .btn-wrap a:hover {
  transform: translateY(-2px);
}
html body .content-wrap .btn-wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../img/icon_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html body .ancor {
  overflow: visible;
}
html body .ancor a {
  display: block;
  padding-top: 10rem;
  margin-top: -10rem;
}
html body footer.footer {
  background: #DBEFE6;
}
html body footer.footer .inner {
  padding: 4rem 0 6rem;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html body footer.footer .inner .logo img {
  display: block;
  padding-bottom: 2rem;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
html body footer.footer .inner .footer-menu ul {
  display: flex;
}
html body footer.footer .inner .footer-menu ul li a {
  display: block;
  margin-right: 3rem;
  color: #3C3C3C;
}
html body footer.footer .copyright {
  padding-bottom: 1rem;
  font-size: 0.9rem;
}