@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: none !important;
}

.sp {
  display: block !important;
}

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

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

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

html,
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 16px;
}

html body {
  /***********************************  footer ********************************/
}
html body > header {
  height: 70vh;
}
html body > header .inner {
  padding: 1rem;
  min-width: 100%;
}
html body > header .inner .logo {
  margin: 0;
  margin-right: auto;
}
html body > header .inner .logo a {
  display: flex;
}
html body > header .inner .logo a img {
  margin-right: 0;
  height: 2rem;
  position: relative;
  z-index: 10;
}
html body > header .inner .menu-wrapper nav.gnav {
  display: block;
  position: fixed !important;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  padding: 8rem 1rem;
  background: #2C903A;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container {
  width: 100%;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a {
  position: relative;
  display: block;
  padding: 1.5rem 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button {
  padding-top: 2em;
  padding-left: 0;
  border-bottom: none;
  text-align: center;
}
html body > header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button a {
  width: 90%;
  margin: 0 auto;
  padding: 1.2rem 0;
  font-size: 1.1rem;
  text-align: center;
}
html body > header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
html body > header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 3px;
  border-radius: 3px;
  background-color: #2C903A;
  transition: all 0.5s;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 20px;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 30px;
}
html body > header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 28px;
}
html body > header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn {
  top: 0;
  margin-top: 0;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span {
  left: 25%;
  background-color: white;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
html body > header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
html body > header .inner .menu-wrapper.menu-open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
}
html body > header .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
html body > header .mainvi .slider {
  height: 100%;
}
html body > header .mainvi .slider div {
  aspect-ratio: 3276/5000;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
html body .content-wrap .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
html body .content-wrap .inner-m {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
html body .content-wrap .inner-s {
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
html body .content-wrap.sec-bg {
  padding: 50px 0;
}
html body .content-wrap .content-header .title h2 {
  font-size: 1.3rem;
}
html body .content-wrap .content-header .title h2 span.border-wavy {
  font-size: 1.5rem;
}
html body .content-wrap .content-header .title h2 span.border-img {
  position: relative;
  display: inline-block;
  color: #2C903A;
  font-weight: bold;
  font-size: 1.5rem;
  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 {
  text-align: left;
}
html body .content-wrap .list.thumb {
  display: block;
}
html body .content-wrap .list.thumb > a .text,
html body .content-wrap .list.thumb .item .text {
  text-align: center;
  padding: 0.5rem 0 1rem;
}
html body .content-wrap .list.thumb > a .text p,
html body .content-wrap .list.thumb .item .text p {
  font-size: 1.1rem;
}
html body .content-wrap .list.thumb > a .text .link-btn,
html body .content-wrap .list.thumb .item .text .link-btn {
  margin-bottom: 1.5rem;
}
html body .content-wrap .list.thumb > a .text .link-btn a,
html body .content-wrap .list.thumb .item .text .link-btn a {
  width: 100%;
}
html body .content-wrap .list.col4 {
  display: block;
}
html body .content-wrap .list.col4 > a,
html body .content-wrap .list.col4 .item {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
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 {
  margin-top: 2rem;
}
html body .content-wrap .intro-wrap h1 {
  font-size: 6rem;
}
html body .content-wrap .intro-wrap .intro-logo img {
  max-width: 100px;
}
html body .content-wrap .about-wrap {
  display: block;
}
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: 0;
}
html body .content-wrap .about-wrap.reverse .text .title span {
  font-size: 1.5rem;
}
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 .thumb {
  width: 100%;
  padding-bottom: 1rem;
}
html body .content-wrap .about-wrap .text {
  width: 100%;
  padding-right: 0;
}
html body .content-wrap .about-wrap .text .title {
  font-size: 2rem;
  padding-bottom: 1.5rem;
}
html body .content-wrap .sec-title .arrow-img img {
  max-width: 350px;
}
html body .content-wrap .sec-title h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #505050;
  line-height: 2;
}
html body .content-wrap .sec-title h2 > img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  vertical-align: text-bottom;
}
html body .content-wrap .sec-title h2 > span {
  color: #2C903A;
  font-size: 2rem;
  border-bottom: 5px solid #2C903A;
}
html body .content-wrap .list.point-list .item .thumb {
  width: 60%;
}
html body .content-wrap .list.point-list .item .thumb img {
  max-width: 130px;
}
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 {
  font-size: 1.3rem;
}
html body .content-wrap .thumb-list li {
  display: block;
  margin-bottom: 1rem;
}
html body .content-wrap .thumb-list li .thumb {
  width: 100%;
}
html body .content-wrap .thumb-list li .text {
  width: 100%;
  padding: 1rem 1.5rem 1.5rem;
}
html body .content-wrap .thumb-list li .text .num {
  font-size: 4rem;
}
html body .content-wrap .thumb-list li .text .title {
  font-size: 1.3rem;
}
html body .content-wrap .thum-wrap {
  padding: 1rem 0;
}
html body .content-wrap .thum-wrap .ttl {
  font-size: 1.5rem;
}
html body .content-wrap .thum-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
}
html body .content-wrap .faq-wrap {
  padding: 2rem 0 0;
}
html body .content-wrap .faq-wrap .item {
  padding-bottom: 1rem;
}
html body .content-wrap .faq-wrap .item .card-header {
  padding: 0.3rem 0.5rem 0.5rem;
  justify-content: center;
}
html body .content-wrap .faq-wrap .item .card-header > a {
  font-size: 1rem;
}
html body .content-wrap .faq-wrap .item .card-header > a > span {
  padding-right: 0.1em;
  font-size: 1rem;
}
html body .content-wrap .faq-wrap .item .card-body {
  padding: 1rem;
  font-size: 1rem;
}
html body .content-wrap .faq-wrap .item .card-body .text-flex {
  display: block;
}
html body .content-wrap .faq-wrap .item .card-body .text-flex > span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
}
html body .content-wrap .btn-wrap a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  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 footer.footer .inner {
  padding: 4rem 1.5rem 6rem;
  display: block;
}
html body footer.footer .inner .logo {
  padding-bottom: 2rem;
}
html body footer.footer .inner .logo img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
html body footer.footer .inner .footer-menu ul {
  display: block;
}
html body footer.footer .inner .footer-menu ul li a {
  text-align: right;
  display: block;
  margin-right: 0;
  font-size: 0.9rem;
}
html body footer.footer .copyright {
  padding-bottom: 1rem;
  font-size: 0.9rem;
}