@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
html {
  font-size: 2.6666666667vw;
}

.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

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

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

.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: 1.5rem 2rem 30vw;
  background: var(--pt-01);
}

#drawer-nav .drawer-logo {
  width: 45%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  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 .show 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%;
}

.drawer-info {
  gap: 3rem;
}

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

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

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3.5vw;
}

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

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 6rem;
}

section {
  padding: 6rem 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 3rem;
}

.txt-02 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

.txt-cap {
  font-size: 1.3rem;
}

.ft-btn-li {
  display: grid;
  justify-items: center;
  gap: 2rem;
  margin: 4rem 0 2rem;
}

.ft-btn {
  width: 70vw;
  height: 15vw;
  border: 1px solid var(--bd-color);
  border-radius: 50vw;
  font-weight: 700;
  display: grid;
  justify-items: center;
  align-content: center;
  position: relative;
}
.ft-btn::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  background: url("../img/common/site-arw.png") center/contain no-repeat;
  inset: 0 2rem 0 auto;
  margin: auto 0;
}

.com-btn {
  width: 70vw;
  height: 15vw;
  background: var(--main-color);
  border-radius: 50vw;
  margin: 0 auto;
  font-weight: 700;
  display: grid;
  justify-items: center;
  align-content: center;
  position: relative;
  color: var(--white);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.1rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 1.5rem 0 auto;
  margin: auto 0;
}
.com-btn.mail-btn {
  font-size: 1.7rem;
}
.com-btn.mail-btn::after {
  content: none;
}
.com-btn.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/2.2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  font-family: var(--ttl-font);
  text-align: center;
  padding-top: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  margin-bottom: 3rem;
  background: url(../img/common/ttl-deco-01.png) center top/2.5rem no-repeat;
}
.ttl01 .big {
  font-size: 1.08em;
}
.ttl01 small {
  font-size: 0.875em;
  letter-spacing: 0.15em;
}
.ttl01 span {
  letter-spacing: 0.15em;
}
.ttl01.deco-none {
  padding: 0;
  background: none;
}
.ttl01.txt-le {
  width: auto;
  text-align: left;
}
.ttl01.deco-le {
  background-position: left;
  padding-left: 3rem;
  padding-top: 0;
}

.ttl02 {
  font-size: 2.2rem;
  font-family: var(--serif-font);
  letter-spacing: 0.15em;
}

.ttl03 {
  font-size: 2rem;
  font-family: var(--serif-font);
  letter-spacing: 0.15em;
}

.ttl04 {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

.tbl-ttl {
  font-size: 1.7rem;
  font-family: var(--serif-font);
  letter-spacing: 0.15em;
}

.com-check {
  font-weight: 400;
  display: inline-block;
  font-size: 1.7rem;
  background: url("../img/common/check.png") left top 1.1rem/1.2rem no-repeat;
  padding-left: 1.7rem;
  box-sizing: border-box;
}

.ttl-deco {
  background: url("../img/common/ttl-deco-02.png") left center/2rem no-repeat;
  padding-left: 2.8rem;
  box-sizing: border-box;
}

.com-tel {
  display: grid;
  justify-items: start;
  gap: 0.5rem;
}
.com-tel a {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.com-tel a::before {
  content: "TEL";
  font-size: 1.8rem;
}

.tate {
  writing-mode: vertical-rl;
}

.kado-01 {
  border-radius: 2rem;
}

.kado-02 {
  border-radius: 1rem;
}

.com-sdw {
  box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.1);
}

.ttl-bg {
  margin-bottom: 2rem;
  padding: 1.2rem;
}

.com-pd-box {
  padding: 2rem 2.5rem;
}

.box-stl-01 {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.box-stl-01 .ttl-bg {
  padding: 0.5rem;
  margin: 0;
}
.box-stl-01 .com-pd-box {
  padding: 2rem 2.5rem 3rem;
}

.com-mgn-btm {
  margin-bottom: 4rem;
}

.com-mgn-top {
  margin-top: 4rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  line-height: 1;
  color: #fff;
  background: var(--accent-color);
  border-radius: 50vw;
  padding: 0.5rem 1rem;
  font-size: 1.3rem;
}

time {
  line-height: 1;
  padding: 0.5rem 0;
  font-weight: 400;
  font-size: 1.4rem;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.com-desc-tbl .dl-item dt {
  width: 30%;
}
.com-desc-tbl .dl-item dd {
  width: 67%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  position: fixed;
  padding: 1.5rem 0;
}
#header .hd-logo {
  width: 40%;
  margin-left: 2rem;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
  margin-top: 8rem;
  padding: 2rem 0 12rem;
  background: url(../img/top/mv-bg.png) bottom left/95% no-repeat;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-ct {
  width: 60%;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.top-mv .mv-01 {
  width: 15%;
  position: absolute;
  top: 9rem;
  right: 5rem;
  z-index: 10;
}
.top-mv .mv-02 {
  width: 50%;
  position: absolute;
  bottom: 3rem;
  left: 1.5rem;
}
.top-mv .mv-03 {
  margin-left: auto;
  margin-right: 1.5rem;
  width: 70%;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  padding-bottom: 10rem;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list {
  gap: 2rem;
  padding: 1rem 2rem;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
#top-news .inbox .news-list .news-item a {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
  font-weight: 400;
}
#top-news .inbox .com-btn {
  margin-top: 3rem;
}

/*------------△△---NEWS---△△---------*/
#top-about {
  margin-top: 12rem;
  background: url(../img/top/about-bg-lt.png) left top/39% no-repeat, url(../img/top/about-bg-rt.png) right top/41.5% no-repeat, url(../img/top/about-bg-lb.png) left bottom/35% no-repeat, url(../img/top/about-bg-rb.png) right bottom/29% no-repeat;
}
#top-about .img-01 {
  width: 90%;
  height: 17rem;
  left: 0;
  top: -15rem;
  border-radius: 0rem 3rem 3rem 0;
  position: absolute;
}
#top-about .top-box .about-ttl {
  width: 65%;
  margin-left: auto;
  margin-right: 2rem;
  margin-bottom: 3rem;
}
#top-about .top-box .ill-box {
  width: 35%;
  margin-left: auto;
  margin-top: 3rem;
}
#top-about .btm-box {
  margin-top: 5rem;
}
#top-about .btm-box .img-box {
  margin-bottom: 2rem;
}
#top-about .btm-box .txt-box .ttl02 {
  margin-bottom: 1rem;
}
#top-about .btm-box .txt-box ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
#top-about .btm-box .txt-box ul li {
  width: 30%;
}

.img-box > img {
  width: 100%;
}

#top-feature {
  background: url(../img/top/feat-bg.jpg) center/cover;
}
#top-feature .inbox .com-txt {
  margin-bottom: 4.5rem;
}
#top-feature .inbox .feat-box {
  margin-top: 4rem;
}
#top-feature .inbox .feat-box .com-pd-box {
  gap: 4rem;
}
#top-feature .inbox .feat-box .com-pd-box .list-box .ttl03 {
  font-weight: 600;
}
#top-feature .inbox .feat-box .com-pd-box .list-box ul li {
  padding: 1.2rem 0;
}

#top-service {
  background: url(../img/top/pro-bg-lt.png) top left no-repeat, url(../img/top/pro-bg-rb.png) right top no-repeat, var(--pt-01);
}
#top-service .tab_wrp {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#top-service .tab_wrp li {
  font-size: 1.2rem;
  font-weight: 500;
  width: 23%;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 0;
  display: grid;
  align-content: center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#top-service .tab_wrp .current {
  background-color: var(--main-color);
}
#top-service .tab_txt li {
  display: grid;
  gap: 3rem;
}
#top-service .tab_txt li .txt-box {
  order: 2;
  display: grid;
  gap: 2rem;
}
#top-staff {
  background: url(../img/top/stf-bg-lb.png) left bottom/34.5% no-repeat, url(../img/top/stf-bg-rb.png) right bottom/42% no-repeat, var(--pt-01);
}
#top-staff ul {
  gap: 2rem;
}
#top-staff ul li {
  padding: 2rem 2.5rem;
}
#top-staff ul li .ttl03 {
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#top-staff ul li .com-txt {
  line-height: 1.64;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px;
}

.com-add-box {
  justify-items: center;
  justify-content: stretch;
  gap: 1.5rem;
}
.com-add-box .add-ttl {
  width: 100%;
  padding: 0.5rem;
  line-height: 1;
}

#footer {
  position: relative;
}
#footer .ft-txt {
  margin: 3rem auto;
  padding: 2rem;
}
#footer .ft-txt .ttl04 {
  font-size: 1.4rem;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 50%;
}
#footer .ft-area .ft-le .ft-logo img {
  width: 100%;
}
#footer .ft-area .ft-le .sns-list {
  margin-top: 1rem;
}
#footer .ft-area .ft-ri {
  display: grid;
  margin-top: 5rem;
  gap: 2.5rem 0;
}
#footer .ft-area .ft-ri .com-add-box .ft-info {
  gap: 0.5rem;
}
#footer .ft-area .ft-ri > .ft-wt {
  padding: 1rem;
  background: var(--sub-color);
}
#footer .ft-area .ft-btm {
  width: 100%;
  margin: 2rem 0;
}
#footer .ft-area .ft-btm .nav-list {
  margin: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  font-size: 1.3rem;
  justify-content: space-between;
}
#footer .ft-area .ft-btm .nav-list .nav-item {
  line-height: 1;
  text-align: center;
  width: 45%;
  border-bottom: 1px solid var(--bd-color);
  padding-bottom: 1rem;
}
#footer .ft-sub {
  padding: 0.5rem;
}
#footer .ft-sub .nav-list {
  display: flex;
  gap: 3rem;
  justify-content: center;
  font-size: 1.2rem;
  padding: 1rem 0rem 2rem;
}
#footer .copyright {
  font-size: 1rem;
  text-align: center;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
.com-contact-box {
  margin-top: 6rem;
  display: grid;
  gap: 2rem;
}
.com-contact-box .com-btn {
  margin-bottom: 1rem;
}
#service_01-page .com-txt:not(:last-child) {
  margin-bottom: 3rem;
}

.srv01-area .inbox .img-box {
  width: 70%;
  margin: 0 auto 3rem;
}
.srv01-area .inbox .txt-box .ttl02 {
  margin-bottom: 2rem;
}

.srv01-tbl {
  border-collapse: collapse;
  overflow-x: auto;
}
.srv01-tbl .dl-item {
  width: max-content;
  border-collapse: collapse;
  min-width: 0;
}
.srv01-tbl dt, .srv01-tbl dd {
  padding: 1rem 1rem;
}
.srv01-tbl dt {
  border-bottom: 1px solid #fff;
}
.srv01-tbl dd {
  border-bottom: 1px solid var(--font-color);
}

#service_01-01 .txt-box .ttl02 {
  line-height: 1.8;
}
#service_01-03 .eight-li {
  display: grid;
  gap: 0.5rem;
}
#service_01-03 .box-stl-01 ol {
  gap: 3rem;
}
#service_01-03 .box-stl-01 ol li .ttl03 {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

#service_01-04 .srv01-tbl dt {
  width: 14rem;
}
#service_01-04 .srv01-tbl dd {
  min-width: 45rem;
}
#service_01-04 .ttl02 {
  margin-top: 5rem;
}
#service_01-04 .tbl-warp {
  overflow-x: auto;
}
#service_01-04 .gojuon-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: max-content;
  white-space: nowrap;
  line-height: 1;
}
#service_01-04 .gojuon-table thead {
  border: 2px solid var(--font-color);
}
#service_01-04 .gojuon-table th, #service_01-04 .gojuon-table td {
  text-align: center;
  padding: 1.5rem 1rem;
}
#service_01-04 .gojuon-table th {
  font-weight: 600;
}
#service_01-04 .gojuon-table th:not(:last-child) {
  border-right: 2px solid #fff;
}
#service_01-04 .gojuon-table td {
  border: 2px solid var(--font-color);
}
#service_01-04 .gojuon-table td span {
  color: var(--main-color);
  margin-right: 1rem;
}

#service_01-05 .ttl02 {
  margin-bottom: 3rem;
}
#service_01-05 dl {
  margin-top: 6rem;
}
#service_01-05 dl dd {
  min-width: 55rem;
}

#service_02-about .about-content {
  gap: 5rem;
}
#service_02-about .about-content .about-box .com-txt {
  margin-top: 2rem;
}
#service_02-about .btm-txt {
  font-size: 1.4rem;
  margin: 4rem auto 0;
}

.img-flex {
  display: flex;
  justify-content: space-between;
}
.img-flex .img-box {
  width: 49%;
}

#service_02-price .price-content {
  gap: 6rem;
}
#service_02-price .price-content .price-box .img-box {
  margin-bottom: 2rem;
}
#service_02-price .price-content .price-box .com-txt {
  font-size: 1.4rem;
}
#service_02-price .price-content .price-box .price-li {
  display: grid;
  gap: 3rem 0;
  margin-top: 4rem;
}
#service_02-price .price-content .price-box .price-li li .price-table {
  margin-top: 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--font-color);
}
#service_02-price .price-content .price-box .price-li li th, #service_02-price .price-content .price-box .price-li li td {
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.5em 0.3em;
  text-align: center;
  border: 1px solid var(--font-color);
}

.srv02-li {
  display: grid;
  margin-top: 3rem;
  gap: 2rem;
}
.srv02-li li .ttl02 {
  padding: 1rem;
  margin-bottom: 1rem;
}

#service_02-business .bnr-btn {
  margin: 5rem auto 0;
  width: 100%;
  height: 10rem;
  padding: 0 5rem;
}

#service_03-page .txt-02, #service_04-page .txt-02 {
  letter-spacing: 0.05em;
}

#service_03-about .img-box {
  width: 70%;
  margin: 2rem auto 0;
}

.srv03-area {
  border-bottom: 1px solid var(--bd-color);
}
.srv03-area .inbox {
  gap: 2rem;
}
.srv03-area .box-stl-01 {
  margin-top: 1rem;
}
.srv03-area .srv03-li {
  display: grid;
  gap: 3rem;
}
.srv03-area .srv03-li li .ttl03 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.srv03-area .srv03-li .item-02 .com-btn {
  margin: 1.5rem auto 0;
  height: 12vw;
}
.srv03-area .srv03-tbl {
  margin-top: 6rem;
  display: grid;
  gap: 1rem;
  border: none;
}
.srv03-area .srv03-tbl .dl-item {
  display: grid;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--main-color);
}
.srv03-area .srv03-tbl dt {
  padding: 0.5rem 1.5rem;
  border-bottom: 1px solid #fff;
  display: grid;
  align-content: center;
}
.srv03-area .srv03-tbl dd {
  padding: 1.5rem 1.5rem 3rem;
}

#service_03-04 {
  border: none;
}

#service_04-page .btn-li {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
.srv04-area .inbox {
  justify-items: stretch;
  gap: 3rem;
}
.srv04-area .inbox .ttl01 {
  margin: 0;
}
#company-info {
  padding-bottom: 0;
}
#company-info .info-box {
  gap: 3rem;
}
#company-info .info-box:last-of-type {
  margin-top: 6rem;
}
#company-info .map {
  height: 30rem;
}

#contact-about .com-txt {
  text-align: justify;
}
#contact-about .com-contact-box {
  margin-top: 5rem;
  gap: 3rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  margin-top: 8rem;
  height: 15rem;
  display: grid;
  justify-items: center;
  align-content: center;
  background-position: center;
  background-size: cover;
}
.sv .sv-catch {
  width: 85%;
  font-size: 2.5rem;
  padding: 1rem 0;
  line-height: 1;
  font-family: var(--ttl-font);
  letter-spacing: 0.2em;
}

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

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

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

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

.company-sv {
  background-image: url(../img/sv/company.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);
}
.e404-sv .sv-catch {
  font-size: 2.1rem;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  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---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
.com-other-page {
  background: var(--pt-01);
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#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: 35%;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 62%;
}
#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 {
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#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;
  font-size: 4vw;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
}
.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 .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  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;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  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;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  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-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---▽▽------------------------*/