@charset "utf-8";
/*==================================================
font
==================================================*/
.font-mincho {
  font-family: "Noto Serif JP", serif;
}
/*==================================================
cmn
==================================================*/
body {
  background: #f8f8f8;
  /*background: repeating-linear-gradient(-45deg, rgba(128,201,196,0.1), rgba(128,201,196,0.1) 5px, rgba(128,201,196,0.2) 5px, rgba(128,201,196,0.2) 10px);*/
}
.wrap-content {
  max-width: 450px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.wrap {
  padding: 0 1.5rem;
}
.wrap-m {
  padding: 0 3rem;
}
.bg-color01 {
  background: #278d73;
}
.bg-color02 {
  background: #e6e6e6;
}
.font-white {
  color: #fff;
}
.font-color01 {
  color: #278d73;
}
/*==================================================
head
==================================================*/
.site-header {
  padding: 0 1.5rem;
  height: 9rem;
  display: table;
  width: 100%;
}
.site-header .inner {
  display: table-cell;
  vertical-align: middle;
}
.site-header .logo {
  width: 10rem;
  line-height: 0;
}
.site-header p {
  font-size: 1.1rem;
  line-height: 1em;
  margin-top: 1rem;
}
.button-toggle {
  margin-left: 0;
  display: block;
}
.sb-slidebar {
  width: 100%;
}
.button-toggle {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 998;
  line-height: 0;
  cursor: pointer;
  margin-left: calc(22.5rem - 4.5rem);
}
.button-toggle .menu {
  padding: 1rem 1.5rem;
  display: block;
}
.menu_btn {
  width: 7rem;
  height: 7rem;
  position: relative;
  border-radius: 100%;
  vertical-align: middle;
  background: #278d73;
}
.menu_btn .hamburger {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 900;
  display: block;
  margin-left: auto;
}
.menu_btn .hamburger_bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: top 0.24s, transform 0.24s, opacity 0.24s;
}
.menu_btn .hamburger_bar:nth-child(1) {
  top: 0;
}
.menu_btn .hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu_btn .hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
.menu_btn.active .hamburger .hamburger_bar:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.menu_btn.active .hamburger .hamburger_bar:nth-child(2) {
  opacity: 0;
}
.menu_btn.active .hamburger .hamburger_bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.gnavi {
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 50%;
  width: 45rem;
  transform: translateX(-50%);
  z-index: 990;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.gnavi.show {
  opacity: 1;
  visibility: visible;
}
.gnavi .inner {
  padding: 8rem 5rem;
  color: #fff;
}
.gnavi dl {
  margin-bottom: 3rem;
  font-weight: 600;
}
.gnavi dt {
  font-size: 2rem;
}
.gnavi dd {
  margin-left: 1.2em;
  margin-top: 0.8rem;
}
.gnavi dd a:before {
  content: "#";
  margin-right: 0.3rem;
}
/*==================================================
foot
==================================================*/
.site-footer {
  background: #f8f8f8;
  padding-bottom: 7rem;
}
.site-footer h2 {
  width: 15rem;
  margin: 3rem auto 0;
}
.fnavi .col-box {
  width: 48%;
  margin-bottom: 2rem;
}
.fnavi dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.fnavi dd {
  font-size: 87.5%;
  margin-left: 1.2em;
}
.fnavi dd a:before {
  content: "#";
  margin-right: 0.3rem;
}
.site-footer .fbox {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem 0;
  font-weight: 600;
}
.site-footer address {
  font-style: normal;
}
.site-footer .fbox li {
  display: inline-block;
  margin-left: 1rem;
}
.foot-link {
  max-width: 45rem;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 7rem;
  display: table;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.foot-link.show {
  opacity: 1;
  visibility: visible;
}
.foot-link a {
  display: block;
  background: #f4901e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  padding: 1.2rem 1rem;
  display: table-cell;
  vertical-align: middle;
  font-size: 2.2rem;
}
.foot-link a.line {
  background: #00b900;
}
.foot-link a.line:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/cmn/icon_line.svg") no-repeat center;
  background-size: contain;
  margin: -0.4rem 1rem 0 0;
}
/*==================================================
content
==================================================*/
section {
  padding: 4rem 0;
  position: relative;
}
.tit01 {
  font-size: 4.4rem;
  line-height: 1em;
  margin-bottom: 3rem;
}
.tit02 {
  margin-bottom: 4rem;
}
.tit02 .txt {
  font-size: 4rem;
  line-height: 1em;
  text-align: center;
  display: block;
}
.tit02 .logo {
  width: 10rem;
  display: block;
  line-height: 0;
  margin: 0 auto 1.5rem;
}
.tit03 {
  font-size: 2.3rem;
  line-height: 1em;
  margin-bottom: 2.5rem;
}
.tit03:before {
  content: "#";
  padding-right: 0.5rem;
}
.tit-box01 {
  margin-bottom: 2.5rem;
}
.tit-box01 .tit01, .tit-box01 .tit03 {
  margin-bottom: 0;
}
.tit-box01 .more {
  line-height: 1em;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.pad-t00 {
  padding-top: 0;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*==================================================
index
==================================================*/
.main-sec {
  padding: 0;
  width: 100%;
  height: 80rem;
  display: table;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.main-sec video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main-sec .logo {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 14rem;
  z-index: 10;
}
.main-sec .txt-box {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding: 0 3rem;
  width: 100%;
  z-index: 10;
}
.main-sec .txt-box .txt {
  margin-left: 1rem;
  display: block;
  font-size: 2.2rem;
  line-height: 2em;
  margin-bottom: 2rem;
}
.main-sec .txt-box img {
  width: 100%;
}
.swiper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.swiper-slide {
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  width: 80%;
  height: auto !important;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.swiper-slide a {
  display: block;
  padding: 1.5rem;
}
.swiper-slide-item {
  height: auto !important;
}
.swiper-slide:first-child {
  margin-left: 3rem;
}
.swiper-slide:last-child {
  margin-right: 3rem;
}
.white-box {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0;
}
.white-box .swiper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.white-box .inner {
  padding: 0 2rem;
}
.post-img {
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}
.post-tit {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 1rem;
}
.post-block:not(:last-child) {
  margin-bottom: 4rem;
}
.post-data {
  font-size: 1.4rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.post-data dt {
  background: #5e89a8;
  color: #fff;
  line-height: 1em;
  padding: 0.6rem 0.7rem;
  margin-right: 1rem;
  font-weight: 700;
}
.post-data dd {
  line-height: 1em;
  color: #666;
}
.more {
  color: #666;
}
.cat-list {
  text-align: center;
  letter-spacing: -.4em;
  margin-bottom: 2rem;
}
.cat-list li {
  display: inline-block;
  letter-spacing: 0.05em;
  margin: 0 0.5rem 1rem;
  color: #666;
  line-height: 1em;
}
.cat-list li a:before {
  content: "#";
  margin-right: 0.2rem;
}
.faq-box {
  border-bottom: 1px dashed #ddd;
}
.faq-box:last-child {
  margin-bottom: 0;
}
.faq-box .icon {
  color: #278d73;
  font-size: 3rem;
  line-height: 1em;
  width: 1em;
  text-align: center;
  font-weight: 600;
  margin-right: 1rem;
}
.faq-box .icon.q {
  margin-top: -0.2rem;
}
.faq-box .icon.a {
  color: #278d73;
}
.faq-box .txt {
  flex: 1;
}
.faq-box .tit {
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.faq-box .tit h3 {
  font-size: 1.8rem;
  line-height: 1.8em;
}
.faq-box .tit .click {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.faq-box .tit .click:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  background: #278d73;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-box .tit .click:after {
  content: "";
  width: 0.2rem;
  height: 100%;
  display: block;
  background: #278d73;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s;
}
.faq-box .tit.active .click:after {
  opacity: 0;
}
.faq-box .content {
  display: none;
  padding-bottom: 2rem;
}
.btn-more {
  max-width: 22rem;
  width: 100%;
  margin: 2rem auto 0;
}
.btn-more a {
  display: block;
  background: #f4901e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 10rem;
  line-height: 1em;
  padding: 1.2rem 1rem;
}
.logo-left {
  position: fixed;
  top: 0;
  left: 3rem;
}
.logo-right {
  position: fixed;
  top: 0;
  right: 3rem;
}
.scroll-vertical {
  height: 100vh;
  width: 8rem; /* ロゴ幅に応じて調整 */
  overflow: hidden;
  position: relative;
}
.scroll-vertical__list {
  display: flex;
  flex-direction: column;
  animation: scrollVertical 20s linear infinite !important;
}
.scroll-vertical__list.re {
  animation: scrollVerticalRe 20s linear infinite !important;
}
.scroll-vertical__list li {
  flex: 0 0 auto;
  padding-bottom: 2rem;
  background: url("../img/cmn/logo_left.svg") no-repeat center;
  background-size: contain;
  height: 26em;
  width: 8rem;
}
.scroll-vertical__list.re li {
  background: url("../img/cmn/logo_right.svg") no-repeat center;
  background-size: contain;
}
.scroll-vertical__list img {
  width: 100%;
  height: auto;
}
/* 上→下の無限スクロール */
@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollVerticalRe {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .logo-left, .logo-right {
    display: none;
  }
  .gnavi {
    width: 100%;
  }
  .main-sec {
    height: 100svh;
  }
  .foot-link {
    max-width: 100%;
    width: 100%;
  }
}
/*==================================================
single
==================================================*/
.-sidebar-on .l-mainContent {
  width: 100%;
}
#main_content {
  padding: 0 1.5rem;
}
.single .p-breadcrumb__item:last-child {
  display: none;
}
.l-container {
  padding: 0 1.5rem;
}
#lp-content .post_content, #main_content .post_content {
  padding: 0;
}
.u-thin {
  display: none;
}
.l-mainContent__inner {
  padding-top: 2rem;
}
.l-articleBottom__section {
  margin-top: 0;
}
.p-breadcrumb {
  padding: 0.5rem 0 !important;
}
.p-breadcrumb.-bg-on {
  background: #e6e6e6 !important;
}
.-type-list .p-postList__thumb, .-type-list2 .p-postList__thumb {
  width: 100%;
  margin-bottom: 1rem;
}
.-type-list .p-postList__body, .-type-list2 .p-postList__body {
  width: 100% !important;
}
.-type-list .p-postList__excerpt, .-type-list2 .p-postList__excerpt {
  display: none;
}
.p-breadcrumb__text .__home:before, .c-categoryList:before, .c-postThumb__cat:before {
  display: none;
}
.post_content > h2 {
  margin-left: 0;
  margin-right: 0;
}
.l-mainContent__inner {
  padding-bottom: 5rem;
}
.c-postThumb__cat {
  background: none;
  padding: 0;
  line-height: 1em;
}
.c-postThumb__cat span {
  padding: 0.5em .75em;
  display: inline-block;
  border: 1px solid #000;
  background: #000;
  margin-left: 0.1rem;
}
.c-postThumb__cat {
  position: inherit;
  top: inherit;
  right: inherit;
  left: inherit;
  margin-bottom: 1rem;
}
.-type-list .c-postThumb__figure:before, .-type-list2 .c-postThumb__figure:before {
  padding-top: 66.6667%;
}
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
  font-size: 1.8rem;
  line-height: 1.8em;
}
.post_content a {
  color: #0000ee;
  text-decoration: underline;
}
.post_content .p-toc a {
  color: #000;
  text-decoration: none;
}
.p-toc.-double {
  padding: 2em 1.5rem;
}
.post_content li {
  list-style: inherit;
}
.p-termHead {
  border: none !important;
}
.p-termHead__desc {
  padding: 0;
}
.category-faq .p-postList__thumb, .category-faq .c-postThumb__cat {
  display: none;
}
.category-faq .-type-list .p-postList__item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ddd;
}
.category-faq .-type-list .p-postList__title:before {
  content: "Q";
  color: #278d73;
  font-size: 3rem;
  line-height: 1em;
  width: 1em;
  text-align: center;
  font-weight: 600;
  margin-right: 0.6rem;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: -0.2rem;
  left: 0;
}
.category-faq .-type-list .p-postList__title {
  position: relative;
  padding-left: 4rem;
}