@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(--main-color);
  border-radius: 0;
}

.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: url(../img/top/other-bg.jpg) center/cover;
}

#drawer-nav .drawer-logo {
  width: 20%;
  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 {
  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;
}

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

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

section {
  padding: 20vw 0;
}

.bd-top {
  padding: 0;
}
.bd-top .inbox {
  padding: 15vw 0;
  border-top: 1px solid var(--accent-color);
}

.dl-item {
  display: flex;
}

.com-txt {
  font-size: 4.2vw;
  line-height: 2.11;
  text-align: justify;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}

.com-btn {
  display: grid;
  place-items: center;
  transition: 0.5s;
  position: relative;
  width: 70vw;
  height: 15vw;
  margin: 7vw auto 0;
  font-family: var(--ttl-font);
  background: var(--main-color);
  color: var(--white);
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn::after {
  content: "";
  display: block;
  width: 7vw;
  height: 3vw;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  right: 5vw;
}
.com-btn:hover {
  background: var(--font-color);
  opacity: 1;
}
.com-btn.mv-btn {
  width: auto;
  justify-items: start;
  margin: 0;
  padding: 0 15vw 0 5vw;
}
.com-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--font-color);
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: translate(-100%);
  transition: 0.6s;
}
.com-btn:hover::before {
  transform: translate(0);
}

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

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  font-family: var(--ttl-font);
  margin-bottom: 7vw;
  gap: 10px;
}
.ttl01 .en {
  font-size: 12vw;
  line-height: 1;
  color: var(--accent-color);
}
.ttl01 .ja {
  font-size: 5.8vw;
}
.ttl01 .ja .big {
  font-size: 1.1666em;
}
.ttl01.txt-le {
  text-align-last: left;
  justify-items: start;
}

.ttl-deco-01 {
  padding-left: 28px;
  position: relative;
}
.ttl-deco-01::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background: var(--accent-color);
  left: 0;
  top: 7px;
}
.ttl-deco-01.ttl02 {
  padding-left: 40px;
}
.ttl-deco-01.ttl02::before {
  width: 25px;
  height: 25px;
}

.ttl02 {
  font-size: 5.8vw;
}

.ttl03 {
  font-size: 5vw;
}

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

.drawer-info {
  display: grid;
  justify-items: center;
  gap: 10vw;
  margin-bottom: 15vw;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  font-family: var(--ttl-font);
  font-size: 7vw;
}
.com-tel a small {
  font-size: 0.9333em;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  background: var(--bg-color);
  padding: 3px 10px;
  font-size: 1.4rem;
}

.com-bnr {
  width: 100%;
  position: relative;
  outline: 1px solid #fff;
  outline-offset: -5px;
  display: block;
}
.com-bnr .ttl01 {
  position: absolute;
  top: 10vw;
  left: 5vw;
  justify-items: start;
}
.com-bnr .ttl01 .en {
  font-size: 15vw;
}
.com-bnr::after {
  content: "";
  display: block;
  width: 10vw;
  height: 2vw;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  right: 10vw;
  bottom: 10vw;
}
.com-bnr .bnr-img img {
  width: 100%;
}

.bnr-li {
  display: grid;
  gap: 7vw;
}

#top-other p {
  margin-top: 3vw;
}

.com-check {
  background: url("../img/common/check.png") left top 2vw/4vw no-repeat;
  padding-left: 5vw;
  box-sizing: border-box;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.com-desc-tbl .dl-item:not(:last-child) {
  margin-bottom: 6vw;
}
.com-desc-tbl .dl-item dt {
  color: var(--main-color);
  width: 35%;
  padding-left: 2vw;
  border-left: 2px solid var(--main-color);
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 63%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  border-top: 6px solid var(--main-color);
}
#header .hd-logo {
  display: inline-block;
  background: #fff;
  padding: 3vw;
  width: 25%;
}
#header .hd-logo img {
  display: block;
}

.hot-btn {
  padding: 3vw 10vw;
}
.hot-btn:hover {
  background: var(--main-color);
  color: #fff;
  opacity: 1;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  background: url(../img/top/mv-bg.jpg) center/cover;
  gap: 5.88%;
  padding: 15vw 0 15vw;
  display: grid;
  justify-items: center;
  gap: 10vw;
}
.top-mv .mv-item {
  position: relative;
  width: 85%;
}
.top-mv .mv-item .mv-img {
  width: 100%;
  transition: 0.5s;
}
.top-mv .mv-item .mv-img img {
  width: 100%;
}
.top-mv .mv-item .mv-txt-box {
  display: grid;
  justify-items: start;
  position: absolute;
  bottom: -8vw;
  left: -3vw;
}
.top-mv .mv-item .mv-txt-box .mv-ct {
  margin-bottom: 2vw;
  font-size: 10vw;
}
.top-mv .mv-item .mv-txt-box .mv-btn {
  transition: 0.3s;
  height: 10vw;
}
.top-mv .mv-item .mv-txt-box .ct-02 {
  font-size: 5vw;
  margin-top: 2vw;
}
.top-mv .mv-item:hover .mv-img {
  transform: scale(1.07);
}
/*---------------------------△△---MV---△△------------------------*/
#top-worries {
  padding-bottom: 0;
}
#top-worries .inbox {
  padding-bottom: 15vw;
  position: relative;
}
#top-worries .inbox::before {
  content: "Worries";
  color: #f8f8f8;
  font-size: 15vw;
  font-family: var(--en-font);
  position: absolute;
  bottom: 10vw;
  left: 0;
  z-index: -1;
}
#top-worries .ttl01 .ja {
  padding: 0 10vw;
  position: relative;
  z-index: 1;
}
#top-worries .ttl01 .ja::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--font-color);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#top-worries .ttl01 .ja .bg-wt {
  display: inline-block;
  padding: 0 5vw;
}
#top-worries ul {
  display: grid;
  gap: 5vw;
  margin-bottom: 10vw;
}
#top-worries ul li {
  width: 95%;
  display: grid;
  align-items: center;
  padding: 2vw 3vw;
  padding-left: 3vw;
}
#top-worries ul li:nth-child(even) {
  transform: translateX(5vw);
}
#top-worries .worri-img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
#top-worries .bg-clr01 {
  padding: 10vw 0;
  position: relative;
}
#top-worries .bg-clr01::after {
  content: "";
  display: block;
  width: 15vw;
  height: 7vw;
  position: absolute;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  inset: 0 0 auto 0;
  margin: 0 auto;
}
#top-worries .bg-clr01 .ttl-ft {
  font-size: 7vw;
}
#top-worries .bg-clr01 .ttl-ft .big {
  font-size: 1.1458em;
}
#top-worries .bg-clr01 .ttl-ft .ft-clr01 {
  font-size: 1.354em;
}
#top-worries .bg-clr01 .ttl-ft ruby rt {
  font-size: 3vw;
}

#top-concept {
  background: url(../img/top/concept-le.png) left bottom/30% no-repeat;
}
#top-concept .inbox {
  display: grid;
}
#top-concept .inbox .slide-box {
  order: 2;
  margin-top: 15vw;
}
#top-concept .inbox .slide-box #slider {
  height: 110vw;
}
#top-concept .inbox .slide-box #slider .slide-item {
  height: 110vw;
  width: 100%;
}
#top-concept .inbox .slide-box #slider .slide-01 {
  background: url(../img/top/slide-01.jpg) center/cover;
}
#top-concept .inbox .slide-box #slider .slide-02 {
  background: url(../img/top/slide-02.jpg) center/cover;
}
#top-concept .inbox .slide-box #slider .slide-03 {
  background: url(../img/top/slide-03.jpg) center/cover;
}
#top-concept .inbox .slide-box #slider .slide-04 {
  background: url(../img/top/slide-04.jpg) center/cover;
}
#top-concept .inbox .slide-box .en {
  margin-top: 3vw;
}
#top-concept .inbox .txt-box .com-btn {
  margin-top: 7vw;
}

#top-other {
  position: relative;
}
#top-other::before {
  content: "";
  display: block;
  width: 100%;
  height: 400vw;
  position: absolute;
  background: url(../img/top/other-bg.jpg) center/100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#top-case .inbox {
  position: relative;
}
#top-case .inbox .case-li {
  display: grid;
  gap: 5vw;
}
#top-case .inbox .case-li li .ttl03 {
  margin-bottom: 5vw;
}
#top-case .inbox .case-li li .bfaf-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#top-case .inbox .case-li li .bfaf-box .bf-box {
  width: 40%;
}
#top-case .inbox .case-li li .bfaf-box .bf-box .bf-img {
  width: 100%;
  height: 30vw;
}
#top-case .inbox .case-li li .bfaf-box .af-box {
  width: 55%;
}
#top-case .inbox .case-li li .bfaf-box .af-box .af-img {
  width: 100%;
  height: 42vw;
}
.bfaf-box {
  position: relative;
}
.bfaf-box::before {
  content: "";
  display: block;
  width: 15vw;
  height: 12vw;
  position: absolute;
  background: url("../img/case/arw.png") center/contain no-repeat;
  top: 2vw;
  left: 25vw;
  margin: 0 auto;
}
.bfaf-box .en {
  margin-bottom: 2vw;
  font-size: 5vw;
}
.bfaf-box .en span {
  padding: 1vw 3vw;
}

/*--------▽▽---MV---▽▽---------- */
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list .news-item {
  border-bottom: 1px solid var(--bd-color);
}
#top-news .inbox .news-list .news-item a {
  padding: 5vw 0;
  display: grid;
  gap: 3vw;
}
#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%;
}
/*------------△△---MV---△△---------*/
#com-contact {
  background: url(../img/common/contact-bg.png) top -5vw center/100% no-repeat, var(--accent-color);
}
#com-contact .inbox {
  display: grid;
  justify-items: center;
}
#com-contact .inbox .ttl01 {
  margin-bottom: 40px;
}
#com-contact .inbox .com-tel {
  padding: 5vw 0 7vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-items: center;
  gap: 3vw;
}
#com-contact .inbox .contact-info {
  margin: 7vw 0 0;
  gap: 3vw;
  display: grid;
}
#com-contact .inbox .contact-info .dl-item {
  position: relative;
  justify-content: center;
}
#com-contact .inbox .btn-li {
  width: 100%;
}
#com-contact .inbox .btn-li .com-btn span {
  padding-right: 10vw;
}

#footer {
  padding: 15vw 0;
  background: url(../img/common/ft-bg.jpg) center/cover no-repeat;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-content: center;
  gap: 5vw;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-le .ft-logo {
  width: 30%;
}
#footer .ft-area .ft-le .site-btn::after {
  content: none;
}
#footer .ft-area .ft-le .site-btn span {
  padding-right: 5vw;
  background: url(../img/common/site-arw.png) right/4vw no-repeat;
}
#footer .ft-area .ft-ri {
  display: grid;
  gap: 5vw;
}
#footer .ft-area .ft-ri .nav-box {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 7vw;
}
#footer .ft-area .ft-ri .nav-box .nav-list {
  display: grid;
  gap: 3vw;
  font-size: 3.5vw;
}
#footer .ft-area .ft-btm {
  width: 100%;
  margin-top: 10vw;
  border-top: 1px solid var(--accent-color);
  padding-top: 7vw;
}
#footer .ft-area .ft-btm .nav-sub {
  display: flex;
  justify-content: center;
  font-size: 3.2vw;
}
#footer .ft-area .ft-btm .nav-sub li:not(:last-child) {
  padding-right: 3vw;
  margin-right: 3vw;
  border-right: 1px solid var(--accent-color);
}
#footer .ft-area .ft-btm .copyright {
  text-align: center;
  margin-top: 5vw;
  font-size: 3vw;
}

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

.sv {
  height: 50vw;
  width: 90%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  padding: 0 5vw;
  display: grid;
  align-items: end;
}
.sv .sv-catch {
  gap: 2vw;
}
.e404-sv .sv-catch {
  font-size: 5vw;
}

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

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

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

.voice-sv {
  background-image: url(../img/sv/voice.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-greeting {
  padding-bottom: 25vw;
}
#about-greeting .inbox {
  position: relative;
  display: grid;
}
#about-greeting .inbox .img-box {
  order: 2;
  text-align: center;
  margin-top: 10vw;
}
#about-greeting .inbox .img-02 {
  width: 25%;
  position: absolute;
  left: -7vw;
  bottom: -15vw;
}
#about-staff .staff-li {
  display: grid;
  gap: 10vw;
}
#about-staff .staff-li li .staff-img {
  width: 100%;
  height: 50vw;
  margin-bottom: 5vw;
}
#about-staff .staff-li li .txt-box .ttl02 {
  padding-bottom: 3vw;
  border-bottom: 1px solid var(--bd-color);
  margin-bottom: 3vw;
}

#about-wax {
  background: url(../img/about/remov-bg.jpg) center/100%;
}

.remove-box .remov-img {
  margin-bottom: 5vw;
}
.remove-box .txt-box {
  margin-bottom: 5vw;
}
.remove-box .com-frame {
  width: 100%;
}
.remove-box .com-frame .point-li {
  display: grid;
  gap: 5vw;
}
.remove-box .com-frame .point-li li {
  padding: 7vw;
}
.remove-box .com-frame .point-li li .ttl03 {
  margin-bottom: 3vw;
}
.remove-box .com-frame .point-li li p {
  line-height: 1.8;
}

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

.com-frame .ttl02 {
  padding: 3vw;
}
#about-notice ul {
  display: grid;
  gap: 5vw;
}
#about-notice ul li {
  padding-left: 3vw;
  position: relative;
  line-height: 1.8;
}
#about-notice ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: var(--main-color);
  border-radius: 50vw;
  left: 0;
  top: 3vw;
}

#about-info {
  padding-bottom: 35vw;
}
#about-info .info-img {
  margin-top: 10vw;
  position: relative;
  width: 90%;
}
#about-info .info-img img {
  width: 100%;
}
#about-info .info-img .img-02 {
  width: 50%;
  right: -10vw;
  bottom: -25vw;
  position: absolute;
}
#about-info .info-img .img-02 img {
  width: 100%;
}

.map {
  height: 80vw;
}

#menu .inbox > .com-txt {
  margin-bottom: 10px;
}
#menu .menu-li {
  display: grid;
  gap: 10vw;
}
#menu .menu-li li .com-pd .menu-img {
  width: 100%;
  height: 45vw;
  margin-bottom: 5vw;
}
#menu .menu-li li .com-pd dl {
  border: none;
}
#menu .menu-li li .com-pd dl .dl-item {
  display: grid;
  border: 1px solid var(--main-color);
}
#menu .menu-li li .com-pd dl .dl-item dt .com-txt {
  margin: 0;
}
#menu .menu-li li .com-pd dl .dl-item dt, #menu .menu-li li .com-pd dl .dl-item dd {
  display: grid;
  place-items: center;
  padding: 1vw 3vw;
}
#menu .menu-li li .com-pd dl .dl-item:not(:last-child) {
  margin-bottom: 3vw;
}
#menu .menu-li li .com-pd dl .dl-item:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
#menu .menu-li li .com-pd dl .dl-item:not(:last-child) dd {
  padding: 3vw 3vw;
}

#menu-other .ttl01 .en {
  font-size: 10vw;
}
#case .case-li {
  display: grid;
  gap: 10vw;
}
#case .case-li .case-item p {
  line-height: 1.8;
}
#case .case-li .case-item .bfaf-box {
  margin-top: 10vw;
  position: relative;
  margin-bottom: 5vw;
}
#case .case-li .case-item .bfaf-box::before {
  transform: rotate(90deg);
  right: -3vw;
  top: 60vw;
  left: auto;
}
#case .case-li .case-item .bfaf-box .en {
  margin-bottom: 3vw;
}
#case .case-li .case-item .bfaf-box .en span {
  padding: 5px 10px;
}
#case .case-li .case-item .bfaf-box .bf-box {
  margin-bottom: 10vw;
}
#case .case-li .case-item .bfaf-box .bf-box .bf-img {
  width: 80%;
  height: 50vw;
}
#case .case-li .case-item .bfaf-box .af-box .en {
  font-size: 6vw;
}
#case .case-li .case-item .bfaf-box .af-box .af-img {
  width: 100%;
  height: 60vw;
}

#voice .voice-li {
  display: grid;
  gap: 10vw;
}
#voice .voice-li .voice-item .voice-img {
  margin-top: 5vw;
}
#voice .voice-li .voice-item .voice-img img {
  width: 100%;
}

/*その他共通ページ*/
.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;
}

/*---------------------------△△---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%;
}
#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-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---▽▽------------------------*/