@charset "UTF-8";
/*============================

共通CSS

=============================*/
html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
  line-height: 1.8;
  letter-spacing: normal;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  --top-spacing: 60px;
  scroll-padding-top: var(--top-spacing);
}

body {
  -webkit-font-feature-settings: “palt”;
		  font-feature-settings: “palt”;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body,
section,
article,
header,
footer {
  width: 100%;
}

main {
  width: 100%;
  font-size: 1.6rem;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp- {
  display: none !important;
}

.pc- {
  display: block !important;
}

iframe {
  width: 100%;
  max-width: 100%;
}

/* 左固定レイアウト
--------------------------------------------- */
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
}
.l-container .fixed-area {
  position: fixed;
  top: 0;
  width: calc((100% - 500px) / 2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-flow: column;
		  flex-flow: column;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  font-size: 1.6rem;
}
.l-container .fixed-area .wrapper {
  position: relative;
  width: 75%;
  height: 100%;
  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: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.l-container .fixed-area .wrapper .item {
  position: relative;
  width: 100%;
}
.l-container .fixed-area .wrapper .item .logo {
  width: 100%;
  max-width: 324px;
  margin: 0 auto 3.6rem;
}
.l-container .fixed-area .wrapper .item .logo img {
  -o-object-fit: contain;
	 object-fit: contain;
}
.l-container .fixed-area .wrapper .item p {
  margin: 0 0 2rem;
}
.l-container .fixed-area2 {
  width: calc((100% - 500px) / 2);
  position: fixed;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.l-container .fixed-area2 .inner {
  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;
  width: 65%;
  padding: 0;
  height: 100%;
}
.l-container .fixed-area2 .inner figure {
  width: 50%;
  margin: 0 auto 1.2rem;
}
.l-container .main-area {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
		  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  background-color: #fff;
  z-index: 10;
  margin: 0 auto;
}

/* 見出し
--------------------------------------------- */
h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.17;
  text-align: center;
  color: #000;
  position: relative;
  margin: 0 0 3.6rem;
  font-family: "Work Sans", sans-serif;
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.2rem;
}

/* ボタン
--------------------------------------------- */
.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 19px;
  padding: 1.4rem 3.7rem;
  background: #23923F;
  position: relative;
  border-radius: 2.5rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}

/* アコーディオン
--------------------------------- */
.l-accordion {
  margin: 0 0 4rem;
}
.l-accordion .toggle {
  display: none !important;
}
.l-accordion .toggle-label {
  display: block;
  color: #403833;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 2.4rem 4.5rem 2.6rem 3.2rem;
  font-weight: 700;
  border-radius: 1.6rem;
  margin: 0;
  pointer-events: auto;
  position: relative;
  background: #F3F2EC;
}
.l-accordion .toggle-label p {
  margin: 0 !important;
}
.l-accordion .toggle-label::after {
  position: absolute;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3.5rem;
  background: url(../../assets/images/arrow-bottom-bk2.svg) no-repeat center/contain;
}
.l-accordion .toggle-label:hover {
  opacity: 0.7;
}
.l-accordion .toggle-label,
.l-accordion .ac-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
		  transform: translateZ(0);
}
.l-accordion .ac-content {
  padding: 0 3.2rem 3.2rem;
  height: 0;
  display: none;
  overflow: hidden;
  margin: 0;
  background-color: #F3F2EC;
  line-height: 1.8;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: left;
}
.l-accordion .ac-content strong {
  color: #403833;
  margin: 0 0 4px !important;
  text-align: left !important;
  font-size: 1.6rem !important;
}
.l-accordion .ac-content p {
  font-size: 1.4rem;
  margin: 0 0 1.6rem !important;
}
.l-accordion .ac-content p:last-of-type {
  margin: 0 !important;
}

.toggle:checked + .toggle-label + .ac-content {
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  overflow: visible;
}

.toggle:checked + .toggle-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle:checked + .toggle-label:hover {
  opacity: 1;
}

.toggle:checked + .toggle-label::before {
  -webkit-transform: rotate(90deg);
		  transform: rotate(90deg);
}

/* table
--------------------------------- */
.l-table {
  margin: 0 0 4rem;
}
.l-table table {
  width: 100%;
  min-width: 500px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #403833;
  border: 1px solid #E2E1E0;
  border-collapse: collapse;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.l-table table th {
  background-color: #FCFBF9;
  font-weight: 700;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border: 1px solid #E2E1E0;
  width: 27.85%;
}
.l-table table td {
  width: 72.15%;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border: 1px solid #E2E1E0;
}
.l-table p {
  font-size: 1.2rem;
  color: rgba(64, 56, 51, 0.85);
}

.table-scroll {
  overflow-x: scroll;
}

/* ========================================

レスポンシブ

============================================= */
@media screen and (max-width: 998px) {
  /* 共通
  --------------------------------- */
  .sp- {
	display: block !important;
  }
  .pc- {
	display: none !important;
  }
  .inner {
	padding: 0 2rem;
  }
  /* 左固定レイアウト
  --------------------------------------------- */
  .l-container .fixed-area,
.l-container .fixed-area2 {
	display: none;
  }
  .l-container .main-area {
	width: 100%;
	max-width: 100%;
  }
}
/*============================

ヘッダー

=============================*/
header {
  width: 100%;
  max-width: 1366px;
  height: 6rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 700;
  background-color: #fff;
  border-bottom: 1px solid #fafafa;
}
header .header-wrapper {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
}
header .header-wrapper nav {
  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;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}
header .header-wrapper nav > div {
  text-align: center;
}
header .header-wrapper nav > div a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-wrapper nav > div a span img {
  -o-object-fit: contain;
	 object-fit: contain;
}
header .head-ham-nav {
  display: block;
  border-radius: 50%;
}

/*　上に上がる動き　*/
#header.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
		  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
  to {
	opacity: 0;
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
  }
}

@keyframes UpAnime {
  from {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
  to {
	opacity: 0;
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
		  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
	opacity: 0;
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
  }
  to {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
	opacity: 0;
	-webkit-transform: translateY(-100px);
			transform: translateY(-100px);
  }
  to {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
  }
}
/* ハンバーガーメニュー
-------------------------------- */
.hamburger-menubox * {
  display: block;
  position: relative;
}

.input-hidden {
  display: none;
}

/* label */
.hamburger-switch {
  cursor: pointer;
  width: 5.2rem;
  height: 4.3rem;
  background: url(../images/hamburger-icon.svg) no-repeat center;
  z-index: 990;
}
.hamburger-switch:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#hamburger-btn:checked ~ .hamburger-switch:hover {
  opacity: 1;
}

/* ハンバーガーアイコン･アニメーション */
#hamburger-btn:checked ~ .hamburger-switch {
  background: url(../images/hamburger-close.svg) no-repeat center;
}
#hamburger-btn:checked ~ .hamburger-switch:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger-menuwrap {
  position: absolute;
  height: 100%;
  background: #fff;
  padding: 0;
  z-index: -9999;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  scrollbar-width: none;
  min-height: 100vh;
  opacity: 0;
  pointer-events: none;
  font-size: 1.6rem;
  line-height: 24px;
  color: #111111;
  text-align: center;
}
.hamburger-menuwrap::-webkit-scrollbar {
  display: none;
}
.hamburger-menuwrap .inner {
  width: 100%;
  max-width: 1120px;
  padding: 6rem 2rem;
  margin: 0 auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
}
.hamburger-menuwrap .hamburger-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  width: 100%;
  gap: 0;
}
.hamburger-menuwrap .btn-swich {
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
}
.hamburger-menuwrap .btn-swich .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  gap: 1.1rem;
  padding: 8px 1.2rem;
}
.hamburger-menuwrap .btn-swich .btn span {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: #fff;
}
.hamburger-menuwrap .btn-swich .btn span img {
  width: 1.6rem;
  -o-object-fit: contain;
	 object-fit: contain;
  margin: 0 auto;
}
.hamburger-menuwrap .btn-swich .ios {
  display: none;
}
.hamburger-menuwrap .btn-swich .ios.active {
  display: block;
  margin: 0 0 4rem;
}
.hamburger-menuwrap .btn-swich .android {
  display: none;
}
.hamburger-menuwrap .btn-swich .android.active {
  display: block;
  margin: 0 0 4rem;
}
.hamburger-menuwrap .txt-wrap {
  padding-top: 4rem;
  border-top: 2px dotted #000;
}
.hamburger-menuwrap .txt-wrap p {
  font-size: 1.4rem;
  margin: 0 0 1.6rem;
}
.hamburger-menuwrap .txt-wrap .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #fff;
  color: #23923F;
  border: 3px solid #23923F;
  /* color: #185193;
  border: 3px solid #185193; */
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

/* メニューリスト */
.hamburger-menulist {
  width: 75%;
  margin: 0 auto 2rem;
  line-height: 1.6;
  color: #000;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
}
.hamburger-menulist li {
  margin: 0 0 2rem;
  text-align: left;
}
.hamburger-menulist li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.hamburger-menulist li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburger-menulist li a 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-size: 1.2rem;
  padding-left: 2rem;
}
.hamburger-menulist li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}

/* メニューエリア･アニメーション */
#hamburger-btn:checked ~ .hamburger-menuwrap {
  opacity: 1;
  width: 100%;
  z-index: 980;
  right: 0;
  pointer-events: auto;
}

.UpMove #hamburger-btn:checked ~ .hamburger-menuwrap {
  opacity: 1;
  width: 100%;
  z-index: 980;
  right: 0;
  pointer-events: auto;
}

#hamburger-btn:checked ~ .hamburger-menuwrap .toggle-label {
  pointer-events: auto;
}

/********↑ハンバーガーメニューここまで↑********/
/*============================
フッター
=============================*/
footer {
  width: 100%;
  color: #fff;
  padding: 2.5rem 0;
  background-color: rgba(0, 0, 0, 0.9);
  line-height: 1.8;
  position: relative;
}
footer p {
  text-align: center;
  font-size: 1.4rem;
}
footer p a {
  text-decoration: underline;
}
footer .link {
  margin: 0 0 1.6rem;
}
footer .to-top {
  position: absolute;
  top: -2.5rem;
  right: 2rem;
}
footer .to-top 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;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.9);
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  margin: 0 0 0 auto;
}
footer .to-top a img {
  width: 1.6rem;
  -o-object-fit: contain;
	 object-fit: contain;
}
footer .copyright {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  text-align: center;
}

/*============================

レスポンシブ

=============================*/
@media screen and (max-width: 767px) {
  footer .wrapper strong a {
	pointer-events: auto;
	text-decoration: underline;
  }
  footer .wrapper p {
	text-align: center;
  }
}
/*============================

トップページ

=============================*/
/* 共通
--------------------------------- */
.page-top section {
  padding: 4rem 0;
}
.page-top .discript {
  margin: 0 0 2.4rem;
  text-align: center;
}
.page-top .link {
  text-decoration: underline;
}
.page-top .link:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* first view
--------------------------------- */
.top-fv {
  padding: 0 0 3.2rem !important;
  position: relative;/* add 20241209 */
}

/* start:add 20241209 */
.top-fv .notice {
  background-color: rgba(255, 255, 255, 0.56);
  /* opacity: 0.5; */
  padding: 1rem !important;
  position: absolute;
  top: 0;
  
}
.top-fv .notice h2 {
  color: red;
  margin: 0;
  padding: 0;
}
.top-fv .notice p {
  color: red;
  font-size: 2rem;
  font-weight: bold;
}
.top-fv .notice p a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .top-fv .notice h2 {
    font-size: 2rem;
  }
  .top-fv .notice p {
    font-size: 1.7rem;
  }
}

/* end:add 20241209 */

.top-fv figure {
  height: 46vh;
}
.top-fv .wrapper {
  position: relative;
  margin: 0 0 2.6rem;
}
.top-fv h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  text-align: left;
  line-height: 1;
  text-shadow: 3px 3px 1px rgba(184, 178, 178, 0.3);
  color: #000;
  padding: 0 2rem;
  margin-top: -3.5rem;
}
.top-fv .scrolldown {
  position: absolute;
  bottom: -4rem;
  right: 3.5rem;
  -webkit-animation: arrowmove 2.5s ease infinite;
		  animation: arrowmove 2.5s ease infinite;
}
.top-fv .scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 1px;
  height: 1.5rem;
  background: #000;
  -webkit-transform: skewX(-31deg);
		  transform: skewX(-31deg);
}
.top-fv .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 7rem;
  background: #000;
}
.top-fv strong {
  font-size: 2rem;
  font-weight: 400;
  display: block;
  margin: 0 0 1.6rem;
}

@-webkit-keyframes arrowmove {
  0% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
  }
  10% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
  }
  65% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes arrowmove {
  0% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
  }
  10% {
	opacity: 0;
	-webkit-transform: translateY(-15px);
			transform: translateY(-15px);
  }
  65% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
/* NEWS
--------------------------------- */
.news {
  background-color: #e4c0c3;
}
.news .title {
  display: block;
  text-align: center;
  margin: 0 0 1.6rem;
}

/* Service
--------------------------------- */
.service ul {
  display: -ms-grid;
  display: grid;
  gap: 2rem 1.5rem;
  -ms-grid-columns: minmax(8rem, 10rem) 1.5rem minmax(8rem, 10rem) 1.5rem minmax(8rem, 10rem);
  grid-template-columns: repeat(3, minmax(8rem, 10rem));
  font-size: 1.3rem;
  margin: 0 auto;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  text-align: center;
}
.service ul li {
  text-align: center;
}
.service ul li figure {
  height: 5rem;
  width: 5rem;
  margin: 0 auto 0.6rem;
}
.service ul li figure img {
  -o-object-fit: contain;
	 object-fit: contain;
}
.service ul li:nth-of-type(2) figure {
  width: 2.7rem;
}

/* workspace
----------------------------------------*/
.workspace {
  text-align: center;
}
.workspace .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  gap: 3.6rem;
}
.workspace .wrapper .item figure {
  margin: 0 0 1.6rem;
}
.workspace .wrapper .item p {
  margin: 0 0 1.6rem;
}
.workspace .wrapper .item ul {
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
}
.workspace .wrapper .item ul li {
  padding: 1rem 0;
  max-width: 220px;
  margin: 0 auto;
  text-align: left;
  line-height: 19px;
}
.workspace .wrapper .item ul li:first-of-type {
  padding-top: 2rem;
}
.workspace .wrapper .item ul li:last-of-type {
  padding-bottom: 2rem;
}

/* 20250306 add */
.workspace .wrapper .item ul.pr {
  border-top: none;
  border-bottom: none;
  display: flex;
  flex-wrap: wrap;
}
.workspace .wrapper .item ul.pr li {
  flex: 0 0 50%;
  padding: 0;
  max-width: none;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 0;
}
.workspace .wrapper .item ul.pr li:first-of-type {
  padding-top: 0
}
.workspace .wrapper .item ul.pr li:last-of-type {
  padding-bottom: 0;
}



/* price
----------------------------------------*/
.price {
  text-align: center;
}
.price h2 {
  margin: 0 0 2.4rem;
}
.price .inner > p {
  text-align: end;
}
.price .wrapper {
  background-color: #f6ebcc;
  padding: 3.8rem 2.5rem 4.6rem;
  text-align: center;
  margin: 0 0 1rem;
}
.price .wrapper > p {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Work Sans";
  letter-spacing: 0.06em;
  margin: 0 0 3rem;
}
.price .wrapper strong {
  font-family: "Work Sans";
  font-size: 5.2rem;
  line-height: 61px;
  font-weight: 700;
}
.price .wrapper strong span {
  font-size: 2.4rem;
  padding-left: 6px;
  font-family: "Noto Sans JP", sans-serif;
}
.price .wrapper div p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 24px;
}
.price .wrapper .price-wrap {
  padding-bottom: 2.7rem;
  margin-bottom: 4.2rem;
  border-bottom: 1px solid #000;
}
.price .wrapper .price-wrap p {
  margin: 0 0 1rem;
}
.price .wrapper .price-wrap div {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  gap: 2.4rem; */
  margin: 0 0 2.8rem;
}
.price .wrapper .payment p {
  margin: 0 0 2.4rem;
}
.price .wrapper .payment strong {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}

/* 20241210 add */
.price .wrapper h3 {
  font-size: 3rem;
}

/* 20250306 */
.price .wrapper table {
  width: 100%;
  margin: 0 0 2.8rem;
}
.price .wrapper table th,
.price .wrapper table td {
  text-align: right;
  white-space: nowrap;
  padding: 0 2rem 0 0;
}
.price .wrapper table th.max {
  vertical-align: middle;
}
.price .wrapper table th.max strong {
  font-size: 2.5rem!important;
}






/* 流れ
----------------------------------------*/
.flow .discript {
  text-align: center;
  margin: 0 0 3.6rem !important;
}

.flow ul li {
  margin: 0 0 3rem;
  padding-left: 5rem;
  position: relative;
}

.flow ul li::before {
  position: absolute;
  content: attr(data-num);
  top: 0;
  left: 0;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  padding-left: 13px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 4rem;
  font-family: "Work Sans", sans-serif;
}
.flow #good-app ul li::before {
  background-color: #23923F;
}
.flow #fixu ul li::before {
  background-color: #23923F;
}


.flow ul li h3 {
  text-align: left;
}

.flow ul li p {
  margin: 0 0 1.6rem;
}

.flow ul li figure {
  width: 100px;
  margin: 0 0 1rem;
}

.flow ul li .btn-link {
  width: 250px;
  display: block;
  margin: 0 0 1.1rem;
}

.flow ul li p span {
  display: block;
  -webkit-text-decoration: underline double;
		  text-decoration: underline double;
  text-underline-offset: 2px;
  font-size: 1.4rem;
}

.flow ul li .ul-style {
  display: list-item;
  padding: 0 0 0 3rem;
}

.flow ul li .ul-style li {
  padding: 0;
  list-style-type: disc;
  margin: 0 0 0.4rem;
}

.flow ul li .ul-style li:last-of-type {
  margin: 0;
}

.flow ul li .ul-style li::before,
.flow ul li.btn-wrap::before {
  display: none;
}

.flow ul li.dif::before {
  padding-left: 1.6rem;
  background-color: #000;
}

.flow ul .btn-wrap {
  padding: 0;
  margin: 0 auto 4rem;
  text-align: center;
}

/* 20241210 add */
.flow p span {
  color: red;
}
.flow p strong {
  color: #23923F;
}
.flow dl {
  margin: 3rem 0 0;
  /* display: flex;
  flex-wrap: wrap; */
  width: 100%;
  border: 1px solid #23923F;
  padding: 10px;
}
.flow dl dt {
  /* width: 35%; */
}
.flow dl dd {
  /* width: 65%; */
  text-indent: 1rem;
  
}
.flow dl dd a {
  display: block;
  text-decoration: underline;
}


/* ご利用にあたって
----------------------------------------*/
.notes {
  background-color: rgba(24, 81, 147, 0.0705882353);
  padding: 7rem 0 !important;
  margin-bottom: 4rem;
}

.notes ul li:first-of-type {
  margin: 0 0 1rem;
}

.notes ul {
  list-style: circle;
  margin-left: 3rem;
}

/* INFO
----------------------------------------*/
/* .info .iframe iframe {
  width: 100%;
  height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 0;
} */

/* FAQ
----------------------------------------*/
.faq .inner > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2.4rem 0;
}

.faq .inner > ul > li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.faq .question {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 0.6rem;
  position: relative;
  padding-left: 4rem;
}

.faq .question::before {
  position: absolute;
  content: "Q";
  top: 0;
  left: 0;
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 1.8;
  background-color: #23923F;
  border-radius: 50%;
  padding-left: 8.5px;
  font-family: "Work Sans", sans-serif;
}

.faq .answer {
  position: relative;
  padding-left: 4rem;
}

.faq .answer::before {
  position: absolute;
  content: "A";
  top: 0;
  left: 8.5px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #23923F;
  font-family: "Work Sans", sans-serif;
  line-height: 1.8;
}

.faq .iframe iframe {
  width: 100%;
  height: 500px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 0;
}

/* calendar
----------------------------------------*/
.calendar .iframe {
  aspect-ratio: 1/1;
  overflow: hidden;
  /* 20250228 add */
  margin: 0 0 1rem;
}
.calendar .iframe iframe {
  height: 100%;
}

/* 20241213 add */
.calendar #meetingroom {
  margin: 2rem 0 0;
}

/* 20250228 add */
.calendar #privateroom {
  margin: 2rem 0 0;
}


/* contact
----------------------------------------*/
.contact {
  text-align: center;
}

/* アクセス
----------------------------------------*/
.access {
  padding-bottom: 6rem !important;
  text-align: center;
}
.access p {
  margin: 0 0 2.4rem;
}
.access h3 {
  position: relative;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
.access h3::after {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 3rem;
  height: 2px;
  background-color: #000;
}
.access h3 span {
  display: block;
  margin-right: 0.5rem;
}
.access .wrapper {
  margin: 0 0 6rem;
}
.access .wrapper div {
  margin: 0 0 3rem;
}
.access .wrapper div .btn {
  border-radius: 0;
  color: #23923F;
  border: 1px solid #23923F;
  background-color: #fff;
}
.access .discript {
  margin: 0 0 3rem;
}

.access .iframe {
  min-height: auto;
  margin: 0 0 2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.access .iframe iframe {
  height: 100%;
}

.access .iframe::before {
  padding-top: 56.25%;
}

.access .discript .link {
  margin: 0 0 0.6rem;
  display: inline-block;
}











/* Tab Styles */
.tab-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.tab-buttons {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 30px;
}

.tab-button {
  flex: 1;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6b7280;
}

.tab-button.active {
  color: #3b82f6;
  border-bottom: 2px solid #3b82f6;
  margin-bottom: -2px;
}

.tab-button:hover:not(.active) {
  color: #4b5563;
  background-color: #f9fafb;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
	opacity: 0;
	transform: translateY(10px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

/* 20241210 add */
.tab-button.active:first-child {
  color: #23923F;
  border-bottom: 2px solid #23923F;
  margin-bottom: -2px;
}



/*============================

レスポンシブ

=============================*/
@media screen and (max-width: 998px) {
  /* firstview
  --------------------------------- */
  .top-fv h1 {
	font-size: 5rem;
	margin-top: -2.5rem;
  }
}
/*# sourceMappingURL=master.css.map */