@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;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*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: 3% 5% 30vw;
  background-color: var(--bg-color);
}

#drawer-nav .drawer-logo {
  width: 60%;
  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: 600;
  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;
  margin-top: 10vw;
}

.nav-icon {
  width: 7vw;
  margin-right: 3vw;
  display: inline-block !important;
}

.drw-icon-box {
  margin-top: 10vw;
}

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

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

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 1.89;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.com-btn {
  display: grid;
  place-items: center;
  width: 70vw;
  height: 15vw;
  border-radius: 50vw;
  background: var(--accent-color);
  color: #fff;
  position: relative;
  text-align: center;
  margin: 10vw auto 0;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 2vw;
  height: auto;
  aspect-ratio: 0.6;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  inset: 0 3vw 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  transform: scale(0.9);
}

.com-arw {
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 7vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url(../img/common/arw.png) center/20% no-repeat, var(--accent-color);
  border-radius: 50vw;
  top: 2vw;
  right: 2vw;
  z-index: 10;
}

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

.ttl01 {
  font-size: 6vw;
  margin-bottom: 7vw;
  font-weight: 700;
  color: var(--main-color);
  font-family: var(--ttl-font);
  text-align: center;
  position: relative;
  z-index: 1;
}
.ttl01::before {
  content: "";
  display: block;
  width: 13vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/common/ttl-bg.png") center/contain no-repeat;
  inset: -2vw 0 auto 0;
  margin: 0 auto;
  z-index: -1;
}
.ttl01.txt-le {
  text-align: left;
}
.ttl01.txt-le::before {
  left: -4vw;
  right: auto;
}
.ttl01.num {
  margin: 0;
  line-height: 1;
  position: absolute;
  top: -10vw;
  left: 1vw;
}
.ttl01.num::before {
  width: 10vw;
  inset: -1.5vw -2.5vw auto auto;
}

.ttl02 {
  font-size: 5vw;
}

.txt-cap {
  font-size: 3.5vw;
}

.bg-deco01, .com-other-page {
  position: relative;
  z-index: 1;
  background: url(../img/common/bg01-rt.png) top right/70% no-repeat, var(--bg-pt01);
}
.bg-deco01::after, .com-other-page::after {
  content: "";
  display: block;
  width: 50vw;
  height: auto;
  aspect-ratio: 0.6;
  position: absolute;
  background: url("../img/common/bg01-lb.png") center/contain no-repeat;
  left: 0;
  bottom: -40vw;
  z-index: -1;
}

.bg-deco02 {
  position: relative;
  background: url(../img/common/bg02-rt.png) top right/70% no-repeat, url(../img/common/bg02-le.png) top left/60% no-repeat, url(../img/common/bg02-rb.png) bottom -20vw right/80% no-repeat;
}

.bg-deco03 {
  position: relative;
  background: url(../img/common/bg03-lt.png) top left/80% no-repeat, url(../img/common/bg03-rb.png) bottom right/35% no-repeat, url(../img/common/bg03-ri.png) right/40% no-repeat, var(--bg-pt02);
}

.line-box01 {
  padding: 13px 0;
  background: url(../img/common/deco-line.png) top repeat-x, url(../img/common/deco-line.png) bottom repeat-x;
}

.line-box02 {
  padding: 10vw 0;
  background: url(../img/common/deco-line-02.png) top repeat-x, url(../img/common/deco-line-02.png) bottom repeat-x;
}

.com-tel {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 5vw;
}
.com-tel a {
  display: inline-block;
  border-radius: 50vw;
  background: #fff;
  color: var(--accent-color);
  padding: 0 5vw;
  font-family: var(--ttl-font);
  font-size: 8vw;
  font-weight: 700;
  border: 1px solid var(--bd-color);
}
.com-tel a span {
  background: url("../img/common/tel-icon.png") left center/5vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}
.com-tel .tel-info {
  display: grid;
  justify-items: center;
  gap: 1vw;
}
.com-tel .tel-info img {
  width: 85%;
}

.tel-btn {
  border-radius: 2vw;
}

.info-dl {
  gap: 3vw;
}
.info-dl dt::after {
  content: "|";
  display: inline-block;
  margin-left: 3vw;
}

.icon-box {
  display: flex;
  align-items: center;
  gap: 5vw;
}

.icon-btn {
  width: 40px;
  display: block !important;
  padding: 0 !important;
}
.icon-btn img {
  display: block;
  width: 100%;
}
.icon-btn.sp-none {
  display: none !important;
}

.com-kado {
  border-radius: 5vw;
}

.txt-sdw {
  text-shadow: 1px -1px 1px #fff, 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
}

.check-item {
  background: url("../img/common/check.png") left center/3vw no-repeat;
  padding-left: 4vw;
  box-sizing: border-box;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 0;
}
.tag-list .tag {
  color: var(--main-color);
  font-size: 3.2vw;
}
.tag-list .tag:not(:last-child)::after {
  content: "・";
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
  padding: 3vw 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
.com-desc-tbl .dl-item dt {
  width: 27%;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  padding: 3vw 5vw;
}
#header .hd-logo {
  display: block;
  width: 60%;
}
#header .hd-logo img {
  display: grid;
}
#header .btm-box {
  position: fixed;
  display: flex;
  justify-content: center;
  inset: auto 0 0 0;
  z-index: 100;
  width: 100%;
  padding: 5vw;
  gap: 3vw;
  background: url(../img/common/fix-le.png) left bottom/25% no-repeat, url(../img/common/fix-ri.png) right bottom/35% no-repeat, rgba(255, 236, 199, 0.88);
  border-radius: 5vw 5vw 0 0;
  margin: 0 auto;
}
#header .btm-box .pagetop {
  position: absolute;
  bottom: 90px;
  right: 10px;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  padding-top: 20vw;
  padding-bottom: 10vw;
  gap: 3.8%;
  background: url(../img/top/mv-bg.jpg) center/cover;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-ct {
  width: 90%;
  margin: 5vw auto 10vw;
}
.top-mv .mv-img {
  width: 90%;
  margin-left: auto;
  border-radius: 5vw 0 0 5vw;
  overflow: hidden;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---MV---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list {
  padding: 5vw;
}
#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: 5vw 0;
  gap: 2vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  font-weight: 400;
  font-size: 3.2vw;
  line-height: 1;
}
#top-news .inbox .news-list .news-item a time::after {
  content: "|";
  display: inline-block;
  margin-left: 2vw;
}
#top-news .inbox .news-list .news-item a .tag-list {
  max-width: 70%;
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
/*------------△△---MV---△△---------*/
#top-aki .inbox {
  display: grid;
  justify-content: center;
}
#top-aki .inbox .table-wrap {
  overflow-x: scroll;
  margin: 3vw 0 5vw;
}
#top-aki .inbox table {
  min-width: 500px;
  overflow: hidden;
}
#top-aki .inbox table th, #top-aki .inbox table td {
  text-align: center;
  padding: 3vw;
  width: 60px;
}
#top-aki .inbox table th:first-child, #top-aki .inbox table td:first-child {
  width: 100px;
}
#top-aki .inbox table th img, #top-aki .inbox table td img {
  height: 70%;
}
#top-aki .inbox table thead th:not(:first-child) {
  border-left: 1px solid #fff;
}
#top-aki .inbox table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--accent-color);
}
#top-aki .inbox table tbody td {
  border-left: 1px solid var(--accent-color);
  vertical-align: middle;
}
#top-aki .inbox table tbody td span {
  display: grid;
  place-items: center;
}
#top-aki .inbox ul {
  gap: 3vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#top-aki .inbox ul li {
  gap: 5px;
  display: flex;
  align-items: center;
}
#top-aki .inbox ul li img {
  width: 4vw;
}
#top-aki .inbox .aki-ill {
  right: 0;
  width: 25%;
  top: -30vw;
  z-index: 10;
}

#top-about .inbox .about-img {
  text-align: center;
  margin-bottom: 5vw;
}
#top-about .inbox .area-box {
  width: 100%;
  display: grid;
  margin-top: 15vw;
  padding: 0 3vw 10vw;
}
#top-about .inbox .area-box .area-txt-box {
  order: 2;
}
#top-about .inbox .area-box .area-txt-box .ttl02 {
  margin-bottom: 20px;
}
#top-about .inbox .area-box .area-img {
  margin-bottom: 10vw;
}
#top-about .inbox .area-box .area-ill {
  width: 30%;
  bottom: -15vw;
  right: -3vw;
}

#top-service .inbox {
  display: grid;
  gap: 15vw;
}
#top-service .inbox .srv-box .srv-img {
  text-align: center;
  margin-bottom: 5vw;
}
#top-service .inbox .srv-ill {
  width: 25%;
  left: -5vw;
  bottom: -20vw;
}

#top-other .other-box {
  height: 50vw;
}
#top-other .other-box .other-img {
  width: 100%;
  height: 100%;
}
#top-other .other-box .txt-box {
  position: absolute;
  left: 10%;
  bottom: 5vw;
  z-index: 10;
}
#top-other .other-box .txt-box .ttl01 {
  margin-bottom: 3vw;
}

#footer {
  padding: 10vw 0 40vw;
  position: relative;
  z-index: 10;
}
#footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  background: url(../img/common/deco-line.png) repeat-x, #fff;
  top: -10px;
}
#footer .ft-area {
  position: relative;
  padding-bottom: 20vw;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 5vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-le .ft-logo {
  width: 70%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  justify-items: center;
  gap: 2vw;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 2px;
}
#footer .ft-area .ft-ri {
  display: grid;
  justify-items: center;
  gap: 10vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-ri .btn-li {
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#footer .ft-area .ft-ri .btn-li .com-btn {
  margin: 0;
}
#footer .ft-area .ft-ri .bnr-li {
  display: grid;
  gap: 5vw;
}
#footer .ft-area .ft-ri .bnr-li .bnr-btn {
  border: 1px solid var(--sub-color);
  width: 70vw;
  height: 35vw;
  overflow: hidden;
  z-index: 1;
  font-size: 5.5vw;
}
#footer .ft-area .ft-ri .bnr-li .bnr-btn .bnr-ill {
  z-index: -1;
}
#footer .ft-area .ft-ri .copyright {
  position: absolute;
  font-size: 3vw;
  text-align: center;
  bottom: 0;
}
#footer .ft-area .ft-btm {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 3vw;
}
#footer .ft-area .ft-btm .nav-list {
  width: 48%;
  display: grid;
  gap: 6vw;
}
#footer .ft-area .ft-btm .nav-list .nav-item {
  line-height: 1;
}
#footer .ft-area .ft-btm .nav-list .nav-item .child-item {
  margin-top: 5vw;
  margin-left: 3vw;
}
#footer .ft-area .ft-btm .nav-list .nav-item .child-item::before {
  content: "ー";
  color: var(--main-color);
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  padding-top: 20vw;
  padding-bottom: 5vw;
  background: url(../img/sv/bg.jpg) center/cover;
}

.sv {
  position: relative;
  z-index: 1;
}
.sv .sv-catch {
  font-size: 6vw;
  font-weight: 700;
  margin-left: 11.7%;
  position: relative;
  line-height: 1;
  padding: 10vw 0 5vw;
}
.sv .sv-catch::before {
  content: "";
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 0.738;
  position: absolute;
  background: url("../img/sv/ct-deco.png") center/contain no-repeat;
  inset: 0 auto 0 -6vw;
  margin: auto 0;
  z-index: -1;
}
.sv .sv-img {
  width: 85%;
  height: 40vw;
  border-radius: 5vw 0 0 5vw;
  margin-left: auto;
}

/*---------------------------△△---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---△△------------------------*/
.target-area {
  padding-bottom: 5vw;
}
.target-area::before {
  content: "";
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  background: var(--bg-pt01);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  bottom: -9.5vw;
  z-index: -2;
}
.target-area .target-box {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10vw;
}
.target-area .target-box ul {
  justify-content: center;
  gap: 5vw;
}
.target-area .target-box .tgt-ill {
  width: 70%;
}

.can-area {
  padding-top: 30vw;
}
.can-area .inbox .can-img {
  width: 80%;
  right: -20vw;
  top: 5vw;
  z-index: -1;
}
.can-area .inbox ol li .can-ill {
  text-align: center;
}
.can-area .inbox ol li .txt-box .ttl02 {
  margin-bottom: 20px;
}
.can-area .inbox .line-box01 {
  margin: 10vw auto 0;
}
.can-area .inbox .line-box01 .com-kado {
  padding: 15vw 0;
  background: url(../img/user/srv-bg.png) left -10vw bottom/100% no-repeat, var(--bg-color);
}
.can-area .inbox .line-box01 .com-kado .com-btn {
  margin: 0 auto;
}
.can-area .inbox .line-box01 .com-kado .srv-ill {
  width: 30%;
  bottom: -24vw;
  right: -7vw;
}
.can-area .inbox .service-box {
  margin-top: 20vw;
}
.can-area .inbox .service-box .srv-li {
  margin-top: 5vw;
  display: grid;
  justify-items: center;
  gap: 5vw;
}
.can-area .inbox .service-box .srv-li li {
  padding: 5vw 0;
  width: 100%;
  align-content: center;
}

.ill-li {
  display: grid;
  gap: 10vw;
}
.ill-li li {
  display: grid;
  gap: 5vw;
  justify-items: center;
}
.ill-li li .txt-box .ttl02 {
  margin-bottom: 3vw;
  margin-top: 5vw;
}
.ill-li li .ill {
  width: 40%;
  text-align: center;
}

.faq-area .faq-box {
  padding: 10vw 7vw;
}
.faq-area .faq-box .faq-li {
  gap: 50px;
}
.faq-area .faq-box .faq-li li .ttl02 {
  border-bottom: 2px solid var(--bd-color);
  padding-bottom: 3vw;
  margin-bottom: 5vw;
  padding-left: 7vw;
}
.faq-area .faq-box .faq-li li .ttl02::before {
  content: "Q.";
  color: var(--main-color);
  font-size: 6vw;
  font-family: var(--ttl-font);
  left: 0;
  font-weight: 700;
  top: 0;
  position: absolute;
  line-height: 1;
}
#about-flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/common/bg01-lt.png) left top/43% no-repeat, url(../img/common/bg01-rb.png) right bottom/59% no-repeat;
  inset: 0;
  z-index: -1;
}
#about-flow .inbox .sec-btn-box {
  display: grid;
  gap: 5vw;
  margin-bottom: 20vw;
}
#about-flow .inbox .sec-btn-box .com-btn {
  margin-top: 0;
}
#about-flow .inbox .flow-li li .txt-box .ttl02 .num {
  display: flex;
  align-items: center;
  gap: 10px;
}
#about-flow .inbox .flow-li li .txt-box .ttl02 .num small {
  font-size: 0.7em;
}

#about-price .inbox .price-li {
  display: grid;
  gap: 5vw;
  margin-bottom: 10vw;
}
#about-price .inbox .price-li li {
  padding: 5vw;
  gap: 3vw;
}
#about-price .inbox > .com-txt {
  margin-top: 5vw;
}

#staff-mov {
  padding-top: 20vw;
}

.com-pd-box {
  padding: 10vw 7vw;
}

.mov-li {
  display: grid;
  gap: 5vw;
}
.mov-li li {
  width: 100%;
  overflow: hidden;
  background: #000;
  aspect-ratio: 0.563;
}

#voice .voice-li {
  gap: 10vw;
}
#voice .voice-li .voice-item {
  gap: 5vw;
}
#voice .voice-li .thumbnail-on {
  justify-items: center;
}
#voice .voice-li .thumbnail-on .com-img {
  width: 80%;
  aspect-ratio: 0.846;
}
#info-greeting .inbox {
  display: grid;
  gap: 10vw;
}
#info-greeting .inbox .info-img {
  text-align: center;
}

#info-company .com-desc-tbl {
  padding: 10vw 5vw;
}

.map {
  height: 80vw;
}

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

/*---------------------------▽▽---site.html---▽▽------------------------*/
#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 .txt-blc {
  padding: 10% 0 20%;
}
#notfound .inbox .txt-blc a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  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;
  border-radius: 2vw;
}

/*---------------------------△△---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: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#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: 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;
  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 .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;
  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;
  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-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---▽▽------------------------*/