@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

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

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
}
.select-area .select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
  width: 40%;
  padding: 3% 0;
  background: none;
  border: none;
  border-bottom: 2px solid #555;
  font-size: 3vw;
  font-weight: 500;
}
.select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 4vw;
  bottom: 4vw;
}

.select-area {
  display: flex;
  justify-content: end;
  margin-bottom: 10vw;
  position: relative;
}
.select-area:has(option:only-child) {
  display: none;
}
.select-area .select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
  width: 40%;
  padding: 3% 0;
  background: none;
  border: none;
  border-bottom: 2px solid #555;
  font-size: 3vw;
  font-weight: 500;
}
.select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 4vw;
  top: 4vw;
}

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 3vw;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 7vw 5% 30vw;
  background-color: var(--bg-color);
}

#drawer-nav .drawer-logo {
  width: 40%;
  margin-bottom: 10%;
}

#drawer-nav .nav {
  margin-bottom: 20%;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 4% 2%;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 800;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li {
  width: 8%;
  margin-right: 5%;
}
.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  max-width: none;
  width: 100%;
}

.sns-list li:last-child {
  margin-right: 0;
}

/*住所 */
.drawer-address {
  margin: 5% auto;
  text-align: center;
}

.drawer-address li {
  margin-bottom: 30px;
}

.drawer-address li:last-child {
  margin-bottom: 0;
}

.drawer-tel {
  font-size: 4vw;
  color: #333;
}

.drawer-tel small {
  font-size: 3.5vw;
}

/*rink-list */
.link-list {
  font-size: 3vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}

.drawer-info .hd-tel-box {
  margin: 0 auto;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.5;
}

html {
  scroll-padding: 20vw;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
.com-txt {
  line-height: 2;
  letter-spacing: 0.05em;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.ttl01 {
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--zen-font);
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 5vw;
  background: url(../img/common/ttl-deco.png) bottom center no-repeat;
  margin-bottom: 10vw;
}

.ttl02 {
  font-size: 5vw;
  font-weight: 500;
  font-family: var(--zen-font);
  letter-spacing: 0.05em;
}

.ttl03 {
  font-size: 4.5vw;
  font-weight: 500;
  font-family: var(--zen-font);
  letter-spacing: 0.05em;
}

.com-maru {
  border-radius: 3vw;
  overflow: hidden;
}

.com-sdw {
  box-shadow: 1vw 1vw 3vw rgba(82, 53, 50, 0.1);
}

.com-btn {
  font-size: 3.5vw;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
  width: 80vw;
  height: 15vw;
  font-weight: 700;
  background: url(../img/common/btn-bg.png) center/cover;
  position: relative;
  margin: 8vw auto 0;
  border-radius: 100px;
}
.com-btn::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  inset: 0 5vw 0 auto;
  margin: auto 0;
  transition: 0.3s;
}
.com-btn:hover::after {
  right: 3vw;
}

.hd-tel-box {
  border-radius: 0 0 0 3vw;
  width: 80vw;
  height: 30vw;
  display: grid;
  justify-items: center;
  align-content: center;
  position: relative;
}
.hd-tel-box .sub-ttl {
  position: absolute;
  font-size: 3.5vw;
  width: 17vw;
  height: 17vw;
  border-radius: 100px;
  display: grid;
  place-items: center;
  left: -3vw;
  top: -5vw;
}
.hd-tel-box .tel-ttl {
  font-size: 4vw;
  letter-spacing: 0.05em;
}

.com-tel {
  font-family: var(--zen-font);
  letter-spacing: 0.03em;
  font-size: 9vw;
  font-weight: 500;
}
.com-tel a {
  display: block;
  line-height: 1;
  background: url("../img/common/tel-icon.png") left bottom/3vw no-repeat;
  padding-left: 5vw;
  box-sizing: border-box;
  margin-bottom: 3vw;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
}
.com-desc-tbl .dl-item:not(:last-child) dt, .com-desc-tbl .dl-item:first-child dt {
  border-bottom: 1px solid #fff;
}
.com-desc-tbl .dl-item:not(:last-child) dd, .com-desc-tbl .dl-item:first-child dd {
  border-bottom: 1px solid var(--sub-color);
}
.com-desc-tbl .dl-item dt {
  color: #fff;
  width: 30%;
  padding: 3vw 3%;
  background: linear-gradient(to left, #ffc8c3, #fd968d);
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
  padding: 3vw 3%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 6.2vw 5%;
  align-items: center;
}
#header .hd-logo {
  width: 40%;
}
#header .hd-logo img {
  display: block;
}
#header .hd-tel-box {
  width: 60vw;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 3%;
}
#header .hd-tel-box .com-tel {
  font-size: 8vw;
  display: inline;
}
#header .hd-tel-box .com-tel img {
  width: 80%;
}
#header .hd-tel-box .sub-ttl {
  left: -5vw;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  width: 100%;
  height: 160vw;
  margin-top: 20vw;
  padding-bottom: 10vw;
  background: url(../img/top/mv-bg.jpg) right -20vw top -3vw/190% no-repeat;
  display: grid;
  align-items: end;
  justify-items: center;
  position: relative;
  z-index: 1;
}
.top-mv .mv-ct {
  width: 90%;
  height: 62%;
  background: url(../img/top/mv-ct-01.png) top/90% no-repeat, url(../img/top/mv-ct-02.png) center bottom 32vw/80% no-repeat, url(../img/top/mv-ct-03.png) bottom/80% no-repeat;
}
.top-mv .mv-ct img {
  display: none;
}

/*---------------------------△△---MV---△△------------------------*/
.txt-box-deco {
  position: relative;
  z-index: 1;
}
.txt-box-deco::after {
  content: "";
  display: block;
  width: 269px;
  height: 261px;
  position: absolute;
  background: url("../img/common/txt-box-deco.png") center/contain no-repeat;
  right: -3vw;
  bottom: -5vw;
  z-index: -1;
}

#top-about {
  margin-bottom: 40vw;
}
#top-about .inbox .txt-box .about-ttl {
  font-size: 6vw;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 10vw;
  position: relative;
  z-index: 1;
}
#top-about .inbox .txt-box .about-ttl::after {
  content: "";
  display: block;
  width: 60vw;
  height: auto;
  position: absolute;
  background: url("../img/top/about-bg.png") center/contain no-repeat;
  aspect-ratio: 3;
  bottom: -8vw;
  right: 0;
  z-index: -1;
}
#top-about .inbox .txt-box .about-ttl .grd-01 {
  padding: 0.5vw 3vw 1vw;
}
#top-reason {
  padding: 10vw 0 20vw;
  position: relative;
  background: url(../img/top/reason-le.png) left top/50% no-repeat, url(../img/top/reason-ri.png) right top/50% no-repeat, linear-gradient(var(--sub-color), #fff);
}
#top-reason::before {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  background: url("../img/top/reason-bg.png") center/contain no-repeat;
  top: -10vw;
  background-size: 100% 100%;
}
#top-reason .inbox .reason-img {
  position: absolute;
  inset: -30vw 0 auto 0;
  text-align: center;
}
#top-reason .inbox .reason-img img {
  width: 30%;
}
.rsn-list .rsn-item:not(:last-of-type) {
  margin-bottom: 10vw;
}
.rsn-list .rsn-item .rsn-img-box {
  width: 70vw;
  height: 70vw;
  aspect-ratio: 1;
  border: 5vw solid #fff;
  padding: 5vw 0;
  display: grid;
  justify-items: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rsn-list .rsn-item .rsn-img-box .num {
  text-align: center;
  line-height: 1;
  font-size: 12vw;
  padding: 0 3vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rsn-list .rsn-item .rsn-img-box .ill {
  height: 75%;
}
.rsn-list .rsn-item .rsn-img-box .ill img {
  height: 100%;
}
.rsn-list .rsn-item .txt-box {
  padding: 37vw 10% 10vw;
  margin-top: -115px;
}
.rsn-list .rsn-item .txt-box .ttl02 {
  margin-bottom: 5vw;
}

#top-era {
  padding: 20vw 0;
}
#top-era .inbox::before {
  right: 0;
  top: 0vw;
}
#top-era .inbox .ttl01 .era-ttl-deco {
  padding: 0 5vw;
  background: url(../img/top/era-ttl-li.png) left no-repeat, url(../img/top/era-ttl-ri.png) right no-repeat;
  font-size: 0.75em;
}
#top-era .inbox .era-list li {
  background: url(../img/top/era-ri.png) right top/50% no-repeat, url(../img/top/era-le.png) left bottom/70% no-repeat, #fff;
}
#top-era .inbox .era-list li:not(:last-of-type) {
  margin-bottom: 10vw;
}
#top-era .inbox .era-list li a {
  width: 100%;
  height: 100%;
  padding: 10vw 0;
}
#top-era .inbox .era-list li a::after {
  bottom: 5vw;
  right: 5vw;
}
#top-era .inbox .era-list li a .ttl02 {
  width: 80%;
  border-radius: 0 3vw 3vw 0;
  padding: 5vw 0 12vw;
  text-align: center;
  line-height: 1;
}
#top-era .inbox .era-list li a .ttl02 .ft-clr02 {
  font-size: 1.5em;
}
#top-era .inbox .era-list li a .ttl02 .ft-clr02 small {
  font-size: 0.666em;
}
#top-era .inbox .era-list li a .era-img {
  width: 90%;
  height: 50vw;
  border-radius: 3vw 0 0 3vw;
  margin-top: -7vw;
  margin-left: auto;
  overflow: hidden;
}
#top-era .inbox .era-list li a .era-img img {
  transition: 0.3s;
  width: 100%;
}
#top-era .inbox .era-list li a .com-txt {
  margin-top: 5vw;
  padding: 0 10%;
}
#top-era .inbox .era-list li a:hover .era-img img {
  transform: scale(1.1);
}

.com-arw {
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 5vw;
  height: 5vw;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
}

.com-ill-deco {
  position: relative;
}
.com-ill-deco::before {
  content: "";
  display: block;
  width: 14vw;
  height: 30vw;
  position: absolute;
  background: url("../img/common/psn.png") center/contain no-repeat;
}

.case-item {
  position: relative;
  overflow: visible;
}
.case-item::before {
  content: "";
  display: block;
  width: 8vw;
  height: 6vw;
  position: absolute;
  background: url("../img/common/mark.png") center/contain no-repeat;
  top: -3vw;
  left: 5vw;
}
.case-item a {
  padding: 7vw 10%;
}

.case-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.case-tag-list .tag {
  background: var(--accent-color);
  padding: 1vw 2vw;
  font-size: 3.5vw;
}
.case-tag-list .tag a {
  padding: 0;
}

#top-case {
  padding: 10vw 0 20vw;
}
#top-case .inbox {
  background: url(../img/top/case-bg-le.png) top left/80% no-repeat, url(../img/top/case-bg-ri.png) bottom right -10vw/80% no-repeat, url(../img/common/pt.jpg);
  border-radius: 10vw;
  padding: 10vw 5%;
}
#top-case .inbox .case-li .case-item:not(:last-child) {
  margin-bottom: 5vw;
}
#top-case .inbox .case-li .case-item a .case-ttl {
  font-size: 4.5vw;
  margin-bottom: 3vw;
}
#top-case .inbox .case-li .case-item a .case-tag-list {
  justify-content: end;
}
#top-case .inbox .com-btn {
  width: 100%;
}

#top-guide {
  padding: 20vw 0;
  position: relative;
  z-index: 1;
}
#top-guide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/top/guide-bg-le.png) top left/60% no-repeat, url(../img/top/guide-bg-ri.png) top right/60% no-repeat;
  z-index: -1;
  top: 0;
}
#top-guide .inbox {
  position: relative;
}
#top-guide .inbox::after {
  content: "";
  display: block;
  width: 25vw;
  height: 35vw;
  position: absolute;
  background: url("../img/top/guide-ill.png") center/contain no-repeat;
  right: -3vw;
  bottom: -10vw;
}
#top-guide .inbox .txt-box .ttl01 {
  margin-bottom: 30px;
}
#top-guide .inbox .txt-box .guide-li li a {
  padding: 20px 45px;
  border-bottom: 1px solid var(--font-color);
}
#top-guide .inbox .txt-box .guide-li li a img {
  position: absolute;
  left: 0;
}
#top-guide .inbox .txt-box .guide-li li a::after {
  width: 30px;
  height: 30px;
  inset: 0 0 0 auto;
  margin: auto 0;
}
#top-guide .inbox .guide-img {
  margin-top: 10vw;
  border: 5vw solid #fff;
}
#top-guide .inbox .guide-img img {
  width: 100%;
}

.ttl01.txt-le {
  text-align: left;
  background-position: left bottom;
}

#top-news {
  padding: 10vw 0 20vw;
  background: url(../img/top/news-bg.png) center top/80% no-repeat;
}
#top-news .inbox .ttl-box {
  width: 60%;
  margin: 0 auto 10vw;
  padding: 5vw 10%;
}
#top-news .inbox .ttl-box .ttl01 {
  margin-bottom: 7vw;
}
#top-news .inbox .ttl-box .news-btn {
  letter-spacing: 0.05em;
}
#top-news .inbox .ttl-box .news-btn::after {
  inset: 0 -10vw 0 auto;
  margin: auto 0;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  margin-bottom: 5vw;
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 30px;
  gap: 0 10px;
}
#top-news .inbox .news-list .news-item a time {
  width: 30%;
  font-size: 4vw;
  opacity: 0.6;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 65%;
  justify-content: end;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}

.tag-list {
  display: flex;
  align-items: center;
  gap: 2vw;
}
.tag-list .tag {
  font-size: 3.5vw;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 20px;
  z-index: 50;
}
#page-top img {
  width: 100%;
}

#footer {
  margin-top: 5vw;
  padding: 20vw 0 40vw;
  background: url(../img/common/ft-deco-le.png) top 250px left 158px no-repeat, url(../img/common/ft-deco-ri.png) top 242px right 167px no-repeat, url(../img/common/ft-bg.png) top/150% no-repeat;
}
#footer .ft-area {
  position: relative;
}
#footer .ft-area::after {
  content: "";
  display: block;
  width: 14vw;
  height: 30vw;
  position: absolute;
  background: url("../img/common/contact-ill.png") center/contain no-repeat;
  top: -25vw;
  left: 0;
}
#footer .ft-area .ttl01 {
  padding: 0;
  background: none;
  margin-bottom: 5vw;
}
#footer .ft-area .com-txt {
  margin-bottom: 5vw;
}
#footer .ft-area .ft-contact {
  margin-bottom: 10vw;
}
#footer .ft-area .ft-contact .contact-box {
  padding: 5vw 5%;
  margin-bottom: 5vw;
}
#footer .ft-area .ft-contact .contact-box .ttl02 {
  font-size: 4.5vw;
}
#footer .ft-area .ft-contact .contact-box p {
  margin-left: 15vw;
  margin-top: 3vw;
}
#footer .ft-area .ft-contact .contact-box .com-tel {
  display: grid;
  justify-items: center;
}
#footer .ft-area .ft-contact .contact-box .line-btn {
  margin: 5vw auto;
}
#footer .ft-area .map {
  margin-bottom: 10vw;
  width: 100%;
  height: 70vw;
}
#footer .ft-area .map iframe {
  width: 100%;
  height: 100%;
}
#footer .ft-area .ft-box {
  border-radius: 60px 60px 0 0;
  padding: 10vw 5%;
  position: relative;
}
#footer .ft-area .ft-box .ft-le {
  display: grid;
  align-content: space-between;
}
#footer .ft-area .ft-box .ft-le .ft-logo-box .ft-logo {
  width: 60%;
  margin: 0 auto;
}
#footer .ft-area .ft-box .ft-le .ft-logo-box .sns-list li a {
  display: block;
}
#footer .ft-area .ft-box .ft-le .ft-add {
  margin-top: 3vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-box .ft-le .copyright {
  font-size: 3.5vw;
  opacity: 0.6;
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  text-align: center;
}
#footer .ft-area .ft-box .ft-ri {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5vw;
}
#footer .ft-area .ft-box .ft-ri .nav-list {
  width: 48%;
}
#footer .ft-area .ft-box .ft-ri .nav-list .nav-item {
  font-size: 3.4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#footer .ft-area .ft-box .ft-ri .nav-list .nav-item:not(:last-child) {
  margin-bottom: 5vw;
}

.line-btn {
  background: linear-gradient(to left, #6bb5b7, #82dcde);
  width: 70vw;
  height: 15vw;
  display: grid;
  place-items: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
}
.line-btn span {
  padding: 10px 0;
  background: url("../img/common/line-icon.png") left center/auto no-repeat;
  padding-left: 37px;
  box-sizing: border-box;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  display: grid;
  place-items: center;
  background-size: cover;
  background-position: center;
  height: 30vw;
  margin-top: 20vw;
}
.sv .sv-catch {
  font-weight: 900;
  font-size: 6vw;
  font-family: var(--zen-font);
  letter-spacing: 0.12em;
  -webkit-text-stroke: 0.2vw #fff;
  text-shadow: 0.3vw 0.3vw 0.3vw #fff, -0.3vw 0.3vw 0.3vw #fff, -0.3vw -0.3vw 0.3vw #fff, 0.3vw -0.3vw 0.3vw #fff;
}

.about-sv {
  background-image: url(../img/sv/about.jpg);
}

.era-sv {
  background-image: url(../img/sv/era.jpg);
}

.guide-sv {
  background-image: url(../img/sv/guide.jpg);
}

.case-sv {
  background-image: url(../img/sv/case.jpg);
}

.news-sv {
  background-image: url(../img/sv/news.jpg);
}

.contact-sv {
  background-image: url(../img/sv/contact.jpg);
}

.complete-sv {
  background-image: url(../img/sv/complete.jpg);
}

.privacy-sv {
  background-image: url(../img/sv/privacy.jpg);
}

.site-sv {
  background-image: url(../img/sv/site.jpg);
}

.e404-sv {
  background-image: url(../img/sv/e404.jpg);
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
#about-intro {
  padding: 20vw 0 60vw;
  background: url(../img/about/intro-bg.png) bottom right/80% no-repeat;
}
#about-intro .inbox {
  background: url(../img/about/intro-deco.png) left -5vw top 10vw/50% no-repeat;
}
#about-intro .inbox .ttl01 {
  font-size: 5.5vw;
}
#about-reason {
  padding: 20vw 0;
}
#about-greeting {
  padding: 20vw 0;
}
#about-greeting .inbox {
  background: url(../img/about/greeting-le.png) left top 3vw/50% no-repeat, url(../img/about/greeting-ri.png) right 3vw bottom 5vw/30% no-repeat;
}
#about-greeting .inbox::before {
  right: 0;
  top: -10vw;
}
#about-greeting .inbox .com-txt {
  text-align: justify;
}

#about-info {
  padding: 20vw 0;
}
#about-map {
  height: 80vw;
  margin: 10vw auto 0;
}

.era-item {
  padding: 20vw 0;
}
.era-item .inbox .ttl01 {
  width: 100%;
}
.era-item .inbox .era-img {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 10vw;
}
.era-item .inbox .era-img::before {
  content: "";
  display: block;
  width: 120vw;
  height: 100vw;
  position: absolute;
  background: url("../img/../img/era/img-deco.png") center/contain no-repeat;
  z-index: -1;
  left: -20vw;
  top: -20vw;
}
.era-item .inbox .era-img img {
  width: 70%;
}
.era-item .inbox .txt-box .ttl02 {
  margin-bottom: 5vw;
}
.era-item .inbox .txt-box .com-txt {
  text-align: justify;
}
.era-item .inbox .era-point-box {
  width: 100%;
  margin-top: 15vw;
  padding: 20vw 5% 10vw;
  overflow: visible;
}
.era-item .inbox .era-point-box .ttl02 {
  text-align: center;
  margin-top: -25vw;
  margin-bottom: 5vw;
}
.era-item .inbox .era-point-box .ttl02 span {
  display: inline-block;
  padding: 2vw 5vw;
  background: var(--accent-color);
}
.era-item .inbox .era-point-box .point-item:not(:last-of-type) {
  margin-bottom: 10vw;
}
.era-item .inbox .era-point-box .point-item .ttl03 {
  padding: 3vw;
}
.era-item .inbox .era-point-box .point-item .com-txt {
  padding: 5vw 7%;
  text-align: justify;
}

#guide-price {
  padding: 20vw 0;
}
#guide-price .inbox .price-li .price-item:not(:last-child) {
  margin-bottom: 10vw;
}
#guide-price .inbox .price-li .price-item .ttl02 {
  padding: 3vw;
}
#guide-price .inbox .price-li .price-item .txt-box {
  padding: 10vw 8%;
}
#guide-price .inbox .price-li .price-item .txt-box .com-txt {
  margin-bottom: 5vw;
  text-align: justify;
}
#guide-price .inbox .price-li .price-item .txt-box dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#guide-price .inbox .price-li .price-item .txt-box dl dt {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  background: var(--accent-color);
  display: grid;
  place-items: center;
}
#guide-warning .inbox {
  padding: 20vw 0;
  background: url(../img/guide/warning.png) top 5vw left/30% no-repeat;
}
#guide-warning .inbox::before {
  right: 0;
  top: -5vw;
}
#guide-warning .inbox .com-txt {
  text-align: justify;
}

#guide-flow {
  padding: 20vw 0;
}
#guide-flow .inbox .flow-li {
  padding: 10vw 8%;
}
#guide-flow .inbox .flow-li li {
  position: relative;
}
#guide-flow .inbox .flow-li li:not(:last-child) {
  margin-bottom: 10vw;
}
#guide-flow .inbox .flow-li li .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.5vw;
}
#guide-flow .inbox .flow-li li .num::after {
  content: "";
  display: block;
  width: 1px;
  height: 4vw;
  position: absolute;
  background: var(--font-color);
  inset: 8vw 0 auto 0;
  margin: 0 auto;
  opacity: 0.3;
}
#guide-flow .inbox .flow-li li .txt-box .ttl02 {
  margin-bottom: 5vw;
  margin-left: 22vw;
}
#guide-flow .inbox .flow-li li .txt-box .com-txt {
  text-align: justify;
}
#guide-flow .inbox .flow-li li .txt-box .hd-tel-box {
  width: auto;
  border-radius: 3vw;
  margin-top: 10vw;
  margin-bottom: 5vw;
}
#guide-flow .inbox .flow-li li .txt-box .com-maru {
  overflow: visible;
  padding: 5vw 5%;
}
#guide-flow .inbox .flow-li li .txt-box .com-maru h5 {
  font-size: 4vw;
}
#guide-flow .inbox .flow-li li .txt-box .line-box .line-btn {
  width: auto;
  margin: 3vw auto 0;
}

#guide-question {
  padding: 20vw 0;
}
#guide-question .inbox .ttl02 {
  margin-bottom: 5vw;
  margin-top: 10vw;
}
#guide-question .inbox .question-item {
  padding: 10vw 5% 10vw 20%;
}
#guide-question .inbox .question-item:not(:last-of-type) {
  margin-bottom: 5vw;
}
#guide-question .inbox .question-item .ttl03 {
  padding-bottom: 3vw;
  border-bottom: 2px solid var(--main-color);
  margin-bottom: 5vw;
  position: relative;
}
#guide-question .inbox .question-item .ttl03::before {
  content: "";
  display: block;
  width: 12vw;
  height: 12vw;
  position: absolute;
  background: url("../img/guide/faq-bg.png") center/contain no-repeat;
  content: "Q.";
  display: grid;
  place-items: center;
  color: #fff;
  top: -3vw;
  left: -15vw;
}
#guide-question .inbox .question-item .com-txt {
  position: relative;
}
#guide-question .inbox .question-item .com-txt::before {
  position: absolute;
  content: "A.";
  font-weight: 500;
  top: 0;
  left: -8vw;
}

#case .inbox .case-item:not(:last-of-type) {
  margin-bottom: 10vw;
}
#case .inbox .case-item a {
  padding: 10vw 5%;
  padding-right: 12%;
}
#case .inbox .case-item a::after {
  inset: 0 3vw 0 auto;
  margin: auto 0;
}

#case-detail .inbox .case-item {
  padding: 10vw 5%;
}

.case-area {
  padding: 20vw 0;
}
.case-area .inbox .case-item .ttl03 {
  padding-bottom: 3vw;
  border-bottom: 1px solid rgba(86, 86, 86, 0.3);
  margin-bottom: 3vw;
}
.case-area .inbox .case-item .case-tag-list {
  margin-bottom: 5vw;
}

/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-ttl {
  margin-bottom: 10%;
}
#site-map .site-list {
  padding: 10% 0 30%;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .ttl01 {
  margin-bottom: 10%;
  text-align: center;
}
#notfound .inbox .txt-blc {
  padding: 10% 0 20%;
  text-align: center;
  line-height: 1.8;
  color: var(--font-color);
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .ttl01 {
  margin-bottom: 10vw;
}
#privacy .privacy-box {
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .news-ttl {
  margin-bottom: 10vw;
}
#news .select-area {
  display: flex;
  justify-content: end;
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area:has(option:only-child) {
  display: none;
}
#news .select-area .select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #262626;
  width: 40%;
  padding: 3% 0;
  background: none;
  border: none;
  border-bottom: 2px solid #555;
  font-size: 3vw;
  font-weight: 500;
}
#news .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 4vw;
  top: 4vw;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 25%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list .tag {
  background: var(--main-color);
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 5px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  padding: 1vw 2vw;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .contact-ttl {
  text-align: center;
  margin-bottom: 10vw;
}
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 3% 2% 3%;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  background: var(--main-color);
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  height: 100%;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-area .ttl01 {
  margin-bottom: 10vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/