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

.sp-none {
  display: none;
}

.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(--bg-grd);
  border-radius: 2vw;
}

.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: 5vw 5vw 30vw;
  background-color: var(--bg-color);
}

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

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

#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: 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 .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 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;
}

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

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

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 25px;
}

.com-btn {
  display: grid;
  align-items: center;
  width: 70vw;
  min-height: 15vw;
  padding: 4vw 5vw;
  border-radius: 50vw;
  background: var(--bg-grd);
  color: var(--white);
  box-shadow: 2px 2px 8px #ceb0bb;
  position: relative;
  margin: 7vw auto 0;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 11px;
  position: absolute;
  background: url("../img/common/arw-wt.png") center/contain no-repeat;
  inset: 0 5vw 0 auto;
  margin: auto 0;
}
.com-btn:hover {
  box-shadow: none;
  transform: translate(2px, 2px);
}

.com-kado {
  border-radius: 4vw;
}
.com-kado > img {
  border-radius: 4vw;
}

.com-kado-02 {
  border-radius: 2vw;
}

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

.ttl01 {
  text-align: center;
  font-size: 6vw;
  margin-bottom: 7vw;
}
.ttl01.txt-le {
  text-align: left;
}

.ttl02 {
  font-size: 5.5vw;
}

.ttl03 {
  font-size: 5vw;
}

.ttl04 {
  font-size: 4.5vw;
}

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

.ttl-bd-01 {
  padding-bottom: 3vw;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  margin-bottom: 5vw;
}

.ttl-bd-02 {
  padding-bottom: 3vw;
  border-bottom: 2px dashed rgba(251, 238, 237, 0.4);
  margin-bottom: 5vw;
}

.ttl-bd-03 {
  padding-bottom: 3vw;
  border-bottom: 2px dashed rgba(68, 68, 68, 0.1);
  margin-bottom: 5vw;
}

.ttl-bd-04 {
  padding-bottom: 3vw;
  border-bottom: 2px dashed var(--main-color);
  margin-bottom: 5vw;
}
.ttl-bd-04.pc-on {
  padding: 0;
  border: none;
  margin: 0;
}

.com-tel {
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  padding: 2vw 0 5vw;
}
.com-tel span {
  font-size: 7vw;
  background: url("../img/common/tel-icon.png") left center/5vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}

.mail-btn {
  height: 15vw;
  width: 70vw;
  display: grid;
  place-items: center;
}
.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.tag-list .tag {
  color: var(--main-color);
  font-size: 3.5vw;
}

.com-pd {
  padding: 10vw 5vw;
}

/*infotableスタイル*/
.com-desc-tbl {
  overflow: hidden;
}
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
.com-desc-tbl .dl-item:not(:last-child) dd {
  border-bottom: 1px solid #ececec;
}
.com-desc-tbl .dl-item dt {
  width: 30%;
  font-weight: 500;
  padding: 3vw;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
  padding: 3vw;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
}
#header .hd-logo {
  width: 40%;
}
#header .hd-logo a {
  padding: 6vw 5vw;
  border-radius: 0 0 2vw 0;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  background: #000;
  padding: 20vw 5vw 10vw;
  gap: 3.8%;
  background: url(../img/top/mv-bg.jpg) top right/cover no-repeat;
  display: grid;
  gap: 10vw;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-le {
  display: grid;
  justify-items: center;
  gap: 7vw;
}
.top-mv .mv-le .mv-ct {
  width: 100%;
}
.top-mv .mv-le .bg-wt {
  width: 98%;
  padding: 5vw;
  position: relative;
}
.top-mv .mv-le .bg-wt::after {
  content: "";
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  background: url("../img/top/mv-ill.png") center/contain no-repeat;
  background-position: bottom;
  bottom: -5vw;
  left: 3vw;
}
.top-mv .mv-le .bg-wt .mail-btn {
  width: 100%;
  font-size: 4.2vw;
}
.top-mv .mv-ri {
  position: relative;
  padding: 0 5vw;
  padding-top: 25vw;
}
.top-mv .mv-ri .mv-ct-02 {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/*---------------------------△△---MV---△△------------------------*/
#top-worries {
  background: url(../img/top/worr-deco.png) bottom center no-repeat;
}
#top-worries .inbox .worr-img {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5vw;
}
#top-worries .inbox ul {
  display: grid;
  gap: 5vw;
}
#top-worries .inbox ul li {
  padding: 5vw;
}
#top-worries .inbox ul li span {
  background: url("../img/common/check.png") left top 2vw/4vw no-repeat;
  padding-left: 5vw;
  box-sizing: border-box;
}

#top-about {
  background: url(../img/top/about-bg.jpg) center right/cover;
  margin: 20vw 3vw 0;
  position: relative;
  padding: 10vw 0;
}
#top-about .ttl01 .ttl04 {
  position: absolute;
  inset: -5vw 0 auto 0;
  margin: 0 auto;
}
#top-about .ttl01 .ttl04 span {
  padding: 3vw 5vw;
  background: var(--font-color);
  position: relative;
}
#top-about .ttl01 .ttl04 span::after {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  position: absolute;
  background: var(--font-color);
  inset: auto 0 -6px 0;
  margin: 0 auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#top-about .ttl01 .big {
  font-size: 1.166em;
}
#top-about .ttl01 .big-02 {
  font-size: 1.111em;
}
#top-about .about-box {
  position: relative;
  padding-bottom: 15vw;
  margin-bottom: 15vw;
}
#top-about .about-box::after {
  content: "";
  display: block;
  width: 40%;
  height: 100%;
  position: absolute;
  background: url("../img/top/about-ill.png") center/contain no-repeat;
  background-position: bottom;
  right: -5vw;
  bottom: -7vw;
}
#top-about .about-box .about-img {
  text-align: center;
  margin-bottom: 5vw;
}
#top-about .ttl02 {
  margin-bottom: 15vw;
}
#top-about .movie-box {
  padding: 0 5vw 5vw;
}
#top-about .movie-box .movie-item video {
  margin-top: -10vw;
  width: 100%;
}

#top-voice .inbox .voice-list {
  display: grid;
  gap: 5vw;
  padding-bottom: 15vw;
}
#top-voice .inbox .com-btn {
  margin: -7vw auto 0;
}

.voice-item {
  position: relative;
  padding: 7vw 5vw 5vw;
}
.voice-item::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  background: url("../img/voice/deco.png") center/contain no-repeat;
  top: -2vw;
  left: 5vw;
  background-position: top;
}
.voice-item .gender span {
  padding: 1vw 3vw;
}

#top-service {
  padding-bottom: 20vw;
}
#top-service .inbox .ttl01 {
  margin-bottom: 15vw;
}
#top-service .inbox .srv-list {
  display: grid;
  gap: 15vw;
  padding: 0 5vw 10vw;
}
#top-service .inbox .srv-list li {
  margin-top: -10vw;
}
#top-service .inbox .srv-list li a {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5vw 3vw;
}
#top-service .inbox .srv-list li a .srv-ill {
  width: 28%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
#top-service .inbox .srv-list li a .srv-ill img {
  width: 60%;
}
#top-service .inbox .srv-list li a .txt-box {
  width: 68%;
}
#top-service .inbox .other-list li .com-btn {
  color: var(--font-color);
  display: flex;
  gap: 5vw;
  font-size: 4.2vw;
}
#top-service .inbox .other-list li .com-btn img {
  width: 15%;
}
#top-service .inbox .other-list li .com-btn::after {
  background-image: url(../img/common/arw.png);
}

#top-info {
  padding: 0;
}
#top-info .inbox {
  padding: 10vw 5vw 0;
  gap: 0 40px;
  margin-top: -10vw;
}
#top-info .inbox .info-img {
  text-align: center;
  margin-bottom: 5vw;
}
/*--------▽▽---MV---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl02 span {
  margin-top: 2vw;
}
#top-news .inbox .news-list {
  display: grid;
  gap: 5vw;
  margin: 10vw 0;
}
#top-news .inbox .news-list .news-item a {
  display: grid;
  gap: 2vw;
  padding: 5vw;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
  opacity: 0.6;
}
#top-news .inbox .news-list .news-item a .txt-box h4 {
  margin-top: 2vw;
  width: 100%;
}
#top-news .inbox .news-btn {
  position: absolute;
  top: 10vw;
  right: 10vw;
}
#top-news .inbox .news-btn::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../img/common/arw-wt.png) center no-repeat, var(--bg-grd);
  inset: 0 -35px 0 auto;
  margin: auto 0;
  border-radius: 50vw;
}

/*------------△△---MV---△△---------*/
#common-contact {
  background: url(../img/common/contact-bg.jpg) top center/200% 100%;
}
#common-contact .inbox .ttl02 {
  margin-bottom: 5vw;
}
#common-contact .inbox .com-txt {
  margin-bottom: 15vw;
}
#common-contact .inbox .add-box {
  position: relative;
}
#common-contact .inbox .add-box::after {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  background: url("../img/common/contact-ill.png") center/contain no-repeat;
  top: -12vw;
  right: 3vw;
  background-position: top;
}

.add-box {
  display: grid;
  gap: 5vw;
  padding: 10vw 5vw;
}
.add-box .mail-btn {
  font-size: 4.2vw;
}
.add-box .line-btn {
  font-size: 4.2vw;
  display: grid;
  place-items: center;
  background: linear-gradient(to right, #01db5a 20%, #00b249);
}
.add-box .line-btn span {
  background: url("../img/common/line-icon.svg") left center/20px no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}
.add-box > a, .add-box address {
  width: 100%;
  height: 18vw;
}

.pagetop {
  position: fixed;
  width: 15vw;
  right: 10px;
  bottom: 70px;
  z-index: 100;
}

.ft-mail-btn {
  width: 100%;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0 2vw 0 0;
}

#footer {
  padding-bottom: 15vw;
}
#footer .ft-area {
  padding: 15vw 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 5vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-le .ft-logo-box {
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#footer .ft-area .ft-le .ft-logo-box .ft-logo {
  width: 70%;
}
#footer .ft-area .ft-le .ft-logo-box .line-icon {
  width: 30px;
}
#footer .ft-area .ft-ri {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 7vw;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 5vw;
  padding-left: 3vw;
  border-left: 2px dashed var(--main-color);
}
#footer .copyright {
  padding: 3vw 0;
  font-size: 3vw;
  text-align: center;
}
#footer .copyright span {
  width: 100%;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 40vw;
  background-size: cover;
  background-position: right;
  display: grid;
  align-items: center;
}
.sv .sv-catch {
  font-size: 5vw;
  margin-top: 10vw;
  letter-spacing: 0.12em;
}

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

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

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

.info-sv {
  background-image: url(../img/sv/info.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: 5vw;
}

/*---------------------------△△---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---△△------------------------*/
#service-btn .com-btn::after {
  transform: rotate(90deg);
}

.service-box .worr-img {
  text-align: center;
}
.service-box > .txt-box {
  margin-top: 10vw;
}
.service-box > .txt-box .ttl02 {
  margin-bottom: 3vw;
}
.service-box .consult-box {
  width: 100%;
  margin-top: 10vw;
}
.service-box .consult-box .ttl04 {
  margin-bottom: 5vw;
}
.service-box .consult-box ul {
  display: grid;
  gap: 3vw;
}
.service-box .consult-box ul li {
  padding-left: 5vw;
  position: relative;
}
.service-box .consult-box ul li::before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  position: absolute;
  background: var(--main-color);
  left: 0;
  top: 2vw;
}
.service-box > .ttl02 {
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}
.service-box .charm-li {
  width: 100%;
  display: grid;
  gap: 20px;
}
.service-box .charm-li li .charm-img {
  text-align: center;
  margin-bottom: 5vw;
}
.service-box .charm-li li .txt-box .ttl03 {
  margin-bottom: 3vw;
}

#service-flow ol {
  display: grid;
  gap: 5vw;
}
#service-flow ol li {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 5vw;
}
#service-flow ol li:nth-child(3) {
  margin-bottom: 10vw;
  position: relative;
}
#service-flow ol li:nth-child(3)::after {
  content: "2~3日後";
  display: inline-block;
  display: grid;
  font-family: var(--sans-font);
  position: absolute;
  padding-left: 10vw;
  background: url(../img/srv/flow-arw.png) left/7vw no-repeat;
  bottom: -10vw;
  left: 40%;
}
#service-flow ol li > .ttl02 {
  padding-bottom: 10vw;
  background: url(../img/top/worr-deco.png) bottom center/5% no-repeat;
}
#service-flow ol li .txt-box {
  width: 100%;
}
#service-flow ol li .txt-box .ttl02 {
  margin-bottom: 3vw;
}
#service-flow ol li .txt-box .add-box {
  margin-top: 10vw;
  padding: 0;
}
#price .inbox {
  display: grid;
  gap: 5vw;
}
#price .inbox li {
  scroll-margin: 20vw;
}
#price .inbox li .ttl01 span {
  position: relative;
  z-index: 1;
}
#price .inbox li .ttl01 span img {
  width: 15vw;
  position: absolute;
  right: -10vw;
  top: -5vw;
  z-index: -1;
}
#price .inbox li .price-box {
  margin-top: 5vw;
}
#price .inbox li .price-box .ttl04 {
  margin-bottom: 3vw;
}
#price .inbox li .price-box .ttl02 {
  padding: 3vw;
}
#price .inbox li .price-box .txt-cap {
  margin-top: 3vw;
  font-size: 3.2vw;
}

#price-faq .inbox ul {
  display: grid;
  gap: 5vw;
}
#price-faq .inbox ul li {
  position: relative;
}
#price-faq .inbox ul li .ttl04::before {
  content: "Q";
  width: 10vw;
  height: 10vw;
  color: #fff;
  font-family: var(--ttl-font);
  font-size: 4.5vw;
  display: grid;
  place-items: center;
  background: url(../img/price/faq-bg.png) center/contain no-repeat;
  position: absolute;
  left: -2vw;
  top: -2vw;
  line-height: 1;
}
#price-faq .inbox ul li .com-txt {
  padding-left: 5vw;
  position: relative;
}
#price-faq .inbox ul li .com-txt::before {
  content: "A.";
  color: var(--main-color);
  font-family: var(--ttl-font);
  font-size: 4.5vw;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
}

#voice .voice-list {
  display: grid;
  gap: 5vw;
}
#voice .voice-list .voice-item .ttl04 {
  margin-bottom: 3vw;
}

#info-greeting .ttl02 {
  padding: 3vw;
  margin-bottom: 5vw;
}
#info-greeting .gree-img {
  position: relative;
  margin-bottom: 5vw;
}
#info-greeting .gree-img img {
  width: 100%;
}
#info-greeting .gree-img .name {
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  display: grid;
  justify-items: start;
  gap: 3vw;
}
#info-greeting .gree-img .name span {
  padding: 1vw 3vw;
}
/*その他共通ページ*/
.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(--bg-grd);
  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;
  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%;
  color: #fff !important;
}
#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: auto;
  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---▽▽------------------------*/