@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: 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: 3% 5% 30vw;
  background: linear-gradient(to bottom, #2f80ed, #79d4f2);
}

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

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

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 4vw 2vw;
  border-bottom: 1px solid #fff;
  font-size: 4vw;
  color: #fff;
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: #fff;
  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-info {
  display: grid;
  justify-items: center;
  gap: 5vw;
}

#drawer-nav .nav .current a {
  color: var(--bg-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--bg-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: 0;
  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 {
  color: #fff;
  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: 4vw;
  line-height: 1.5;
}

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

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

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

.com-txt {
  line-height: 2.125;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 5vw;
}
.com-txt.txt-cnt {
  font-size: 4.2vw;
}

.inbox > .com-txt.txt-cnt {
  margin-bottom: 10vw;
}

.com-btn {
  display: grid;
  place-items: center;
  width: 80vw;
  height: 15vw;
  margin: 10vw auto 0;
  border-radius: 3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  background: var(--accent-color);
  box-shadow: 2vw 2vw 0 var(--accent-color-02);
}
.com-btn::after {
  content: "";
  display: block;
  width: 3vw;
  height: auto;
  aspect-ratio: 1.27;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 3vw 0 auto;
  margin: auto 0;
}
.com-btn.mail-btn {
  background: var(--main-color);
  box-shadow: 2vw 2vw 0 #295590;
}
.com-btn.mail-btn span {
  background-image: url(../img/flow/mail-icon.png);
}
.com-btn.mail-btn::after {
  background-image: url(../img/common/arw-wt.png);
}
.com-btn:hover {
  opacity: 1;
  transform: translate(2vw, 2vw);
  box-shadow: none;
}

.mail-btn {
  display: grid;
  place-items: center;
  padding: 3vw 5vw;
}
.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/4vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}

.flow-btn-box {
  display: grid;
  justify-items: center;
  margin-top: 5vw;
  gap: 5vw;
}
.flow-btn-box .com-btn {
  margin: 0;
}
.flow-btn-box .line-btn span {
  padding: 10px 0;
  background: url("../img/common/line-icon.svg") left center/30px no-repeat;
  padding-left: 40px;
  box-sizing: border-box;
}

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

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 7vw;
}
.ttl01 .en {
  font-size: 22vw;
  padding: 2vw 4vw;
}
.ttl01 .en::first-letter {
  text-transform: capitalize;
}
.ttl01 .ja {
  font-family: var(--ttl-font);
  font-size: 6.5vw;
  font-weight: 700;
  margin-top: -3vw;
}
.ttl01 .ttl02 {
  margin: 0;
}
.ttl01.ft-wt .en {
  -webkit-text-fill-color: #fff;
}
.ttl01.ft-wt .ja {
  color: #fff;
}
.ttl01.txt-le {
  justify-content: start;
  justify-items: start;
}

.ttl02 {
  font-family: var(--ttl-font);
  font-size: 5vw !important;
  font-weight: 700;
}

.ttl03 {
  font-family: var(--ttl-font);
  font-size: 4.8vw;
  font-weight: 700;
}

.ttl04 {
  font-size: 4.5vw;
}

.ttl05 {
  font-size: 4.2vw;
}

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

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel img {
  width: 90%;
}
.com-tel a {
  color: #fff;
  font-size: 7vw;
  background: url("../img/common/tel-icon.png") left center/5vw no-repeat;
  padding-left: 6vw;
  box-sizing: border-box;
}
.com-tel.flex a {
  color: var(--font-color);
  background-image: url(../img/flow/tel-icon.png);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
.tag-list .tag {
  background: var(--sub-color);
  border-radius: 50vw;
  padding: 1vw 3vw;
  font-size: 3.5vw;
}

time {
  color: var(--accent-color-02);
}

.ttl-bg-grd {
  margin-bottom: 3vw;
  padding: 3vw 5vw;
  background: var(--grd-color);
  color: #fff;
}

.com-li-stl {
  display: grid;
  gap: 50px;
}
.com-li-stl li {
  display: grid;
  justify-items: center;
  position: relative;
}
.com-li-stl li .img-box {
  text-align: center;
  margin-bottom: 5vw;
}

.com-pd-box {
  padding: 10vw 5vw;
  background: #fff;
}

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

.map {
  height: 80vw;
  overflow: hidden;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 2vw 3vw;
}
#header .hd-logo {
  display: inline-block;
  width: 40%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  position: relative;
}
.top-mv .bx-wrapper {
  width: 100%;
  height: 80vw;
}
.top-mv .bx-viewport {
  height: 100% !important;
}
.top-mv #slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top-mv #slider .slide-item {
  width: 100%;
  height: 100%;
  background: center/cover;
}
.top-mv #slider .slide-01 {
  background-image: url(../img/top/mv01.jpg);
}
.top-mv #slider .slide-02 {
  background-image: url(../img/top/mv02.jpg);
}
.top-mv #slider .slide-03 {
  background-image: url(../img/top/mv03.jpg);
}
.top-mv #slider .slide-04 {
  background-image: url(../img/top/mv04.jpg);
}
.top-mv .mv-ct {
  position: absolute;
  z-index: 1000;
  inset: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  margin-top: 5vw;
}
.top-mv .mv-ct span {
  width: 80%;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-about .ttl01 .en {
  transform: translate(-5vw, 3vw) rotate(-10deg);
}
#top-about .ttl01 .ft-clr01 {
  border: 4px dashed var(--main-color);
  margin-right: 5vw;
  padding: 1vw 3vw;
  margin-top: 3vw;
}
#top-about .ttl01 .ft-clr-grd {
  margin-top: 2vw;
  font-size: 7.5vw;
}

.about-box {
  padding-bottom: 30vw;
}
.about-box .about-ill {
  bottom: 0;
}
.about-box .about-ill01 {
  left: 0;
  width: 25vw;
}
.about-box .about-ill02 {
  right: 0;
  width: 20vw;
}

#about-intro .about-box {
  margin-bottom: 10vw;
}
#about-intro .about-box .ttl02 {
  margin-bottom: 5vw;
}
#about-intro .about-box .com-txt {
  margin-bottom: 0;
}
#about-intro .about-box .about-ill02 {
  width: 30vw;
}
#about-intro .area-box {
  background: var(--bg-color);
  position: relative;
  padding: 5vw;
  z-index: 1;
}
#about-intro .area-box .ttl01 {
  margin-bottom: 30px;
}
#top-area {
  padding: 10vw 0;
}

.area-box {
  display: grid;
  justify-items: center;
  gap: 5vw;
}
.area-box .area-img {
  width: 70%;
}
.area-box .ill {
  width: 30vw;
  top: 5vw;
  right: 10vw;
}

#top-service ul {
  display: grid;
  gap: 5vw;
}
#top-service ul li {
  background: linear-gradient(to top, #2f80ed, #79d4f2);
  padding: 5vw;
  display: grid;
  justify-items: center;
}
#top-service ul li .img-box {
  margin-bottom: 5vw;
}
#top-service ul li .img-box img {
  width: 100%;
  border-radius: 3vw 3vw 0 0;
}
#top-service ul li .img-box .ill {
  left: -3vw;
  bottom: -5vw;
}

#top-other {
  padding-bottom: 30vw;
}
#top-other .inbox {
  z-index: 1;
}
#top-other ul {
  display: grid;
  gap: 5vw;
}
#top-other ul li a {
  border: 4px dashed var(--main-color);
  outline: 4px solid var(--bg-color);
  outline-offset: -8px;
}
#top-other ul li a .ttl01 {
  z-index: 100;
  align-content: center;
  inset: 0;
  margin: 0;
}
#top-other ul li a::after {
  content: "";
  display: block;
  width: 7vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/other-arw.png") center/contain no-repeat;
  bottom: 5vw;
  right: 5vw;
}
#top-other ul li a:hover {
  transform: translateY(-10px);
}
#top-other .ill {
  width: 30vw;
  bottom: -30vw;
  right: -5vw;
  z-index: -1;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox .news-list .news-item {
  border-bottom: 1px solid var(--bd-color);
}
#top-news .inbox .news-list .news-item a {
  display: flex;
  flex-wrap: wrap;
  padding: 3vw 0;
  gap: 3vw;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a .tag-list {
  max-width: 60%;
  line-height: 1;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
/*------------△△---NEWS---△△---------*/
#footer {
  padding: 10vw 0;
  position: relative;
}
#footer .ft-area {
  margin-bottom: 10vw;
}
#footer .ft-area .ft-top {
  display: grid;
  justify-items: center;
  width: 100%;
  gap: 5vw;
  padding-bottom: 5vw;
  border-bottom: 4px dashed #fff;
  margin-bottom: 10vw;
}
#footer .ft-area .ft-top .ft-logo {
  width: 60%;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#footer .ft-area .ft-le .mail-btn {
  width: 60vw;
}
#footer .ft-area .ft-ri {
  padding: 0 3vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15vw;
  gap: 13vw 12vw;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 7vw;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
  position: relative;
}
#footer .ft-area .ft-ri .nav-list .nav-item::after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  position: absolute;
  background: var(--sub-color);
  inset: 0 auto 0 -3vw;
  margin: auto 0;
  border-radius: 50vw;
}
#footer .ft-area .ft-ri .ft-sub-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0;
}
#footer .ft-area .ft-ri .ft-sub-list li {
  font-size: 3vw;
}
#footer .copyright {
  font-weight: 300;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-greeting {
  padding: 20vw 0 0;
}
#about-greeting .inbox {
  display: grid;
  justify-items: end;
  gap: 5vw;
}
#about-greeting .inbox .gree-img {
  order: 2;
  width: 60%;
}
.flow-li {
  gap: 5vw;
}
.flow-li li {
  display: grid;
  justify-items: center;
  gap: 3vw;
}
.flow-li li .ill {
  width: 30vw;
  background: linear-gradient(to bottom, #2f80ed, #79d4f2) #000;
}
.flow-li li .ill span {
  height: 60%;
}
.flow-li li .ill span img {
  height: 100%;
}
.flow-li li .com-btn {
  width: 70vw;
}
.flow-li li .com-tel {
  margin-top: 5vw;
}
.flow-li li .txt-box {
  width: 100%;
}
.flow-li li .txt-box .ttl02 {
  margin-bottom: 3vw;
}
.flow-li li .txt-box .ttl02 .ft-clr01 {
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.flow-li li .txt-box .ttl02 .ft-clr01 .num {
  font-size: 1.3333em;
  display: inline-block;
  margin-left: 2vw;
  margin-right: 4vw;
}

.faq-li {
  gap: 5vw;
}
.faq-li li .faq-num {
  width: 7vw;
  position: absolute;
  left: 3vw;
  top: 3vw;
  line-height: 1;
  padding-bottom: 3px;
}
.faq-li li .ttl05 {
  padding-left: 13vw;
}
.faq-li li .com-txt {
  padding: 3vw 0;
  padding-left: 13vw;
}

.cases-list {
  gap: 10vw;
}
.cases-list li {
  overflow: hidden;
}
.cases-list li .ttl05 {
  margin: 0;
}
.cases-list li .com-pd-box {
  display: grid;
  gap: 10vw;
}
.cases-list li .com-pd-box .img-box {
  position: relative;
}
.cases-list li .com-pd-box .img-box:first-child::after {
  content: "";
  display: block;
  width: 5vw;
  height: auto;
  aspect-ratio: 1.4;
  position: absolute;
  background: url("../img/cases/arw.png") center/contain no-repeat;
  inset: auto 0 -8vw 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.cases-list li .com-pd-box .img-box .com-img {
  width: 100%;
  aspect-ratio: 1.323;
}
/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 50vw;
  display: grid;
  place-items: center;
  background-position: center;
  background-size: cover;
}
.sv .sv-catch {
  margin-top: 10vw;
  padding: 3vw 5vw;
  font-size: 6vw;
  line-height: 1;
  letter-spacing: 0.13em;
  background: rgba(255, 255, 255, 0.95);
}

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

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

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

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

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

/*---------------------------△△---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---△△------------------------*/
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
  background: var(--bg-pt);
}

/*---------------------------▽▽---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 .com-txt {
  padding: 10% 0 20%;
}
#notfound .inbox .com-txt 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;
  padding: 3vw 2vw;
  background: var(--grd-color);
  border-radius: 3vw;
}

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