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

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

.sp-none {
  display: none;
}

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

/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 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: 2rem 5vw 30vw;
  background: url(../img/common/bg-03.jpg) bottom/cover;
}

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

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

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--bd-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .show span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*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 {
  display: block;
  max-width: none;
  width: 100%;
}

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

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

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

section {
  padding: 6rem 0;
}

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

.dl-item {
  display: flex;
}

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

.com-btn {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 12vw;
  width: 70vw;
  background: #fff;
  border-radius: 50vw;
  border: 1px solid var(--bd-color);
  position: relative;
  margin: 3rem auto 0;
}
.com-btn::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.8rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 1rem 0 auto;
  margin: auto 0;
}
.com-btn.mail-btn {
  height: 15vw;
}
.com-btn.mail-btn span {
  padding: 1rem 0;
}
.com-btn.mail-btn::after {
  content: none;
}
.com-btn.mail-btn .mail-icon {
  background: url("../img/common/mail-icon.png") left center/2.5rem no-repeat;
  padding-left: 4rem;
  box-sizing: border-box;
}
.com-btn.mail-btn .line-icon {
  background: url("../img/common/line-icon.svg") left center/30px no-repeat;
  padding-left: 45px;
  box-sizing: border-box;
}
.com-btn.mail-btn .rsv-icon {
  background: url("../img/common/rsv-icon.png") left center/2rem no-repeat;
  padding-left: 3.5rem;
  box-sizing: border-box;
}
.com-btn:hover {
  transform: scale(0.95);
}

.price-btn {
  margin-top: 2rem;
}

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

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 3rem;
  gap: 1rem;
}
.ttl01 .en {
  text-transform: capitalize;
  font-size: 2rem;
  padding: 2rem 4rem 0;
  position: relative;
  background: url(../img/common/ttl-deco-le.png) left bottom/3rem no-repeat, url(../img/common/ttl-deco-ri.png) right bottom/3rem no-repeat;
}
.ttl01 .en span {
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.2);
}
.ttl01 .en::before {
  content: attr(data-text);
  position: absolute;
  inset: auto 0 0 0;
  margin: 0 auto;
  text-shadow: 1px 1px 10px rgb(255, 255, 255), 1px -1px 10px rgba(255, 255, 255, 0.5), -1px -1px 10px rgb(255, 255, 255), -1px 1px 10px rgb(255, 255, 255);
  color: #fff;
}
.ttl01 .ja {
  letter-spacing: 0.2em;
  font-size: 2.6rem;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgb(255, 255, 255), 1px -1px 10px rgba(255, 255, 255, 0.5), -1px -1px 10px rgb(255, 255, 255), -1px 1px 10px rgb(255, 255, 255);
}
.ttl01.txt-le {
  justify-items: start;
  text-align: left;
}
.ttl01.txt-le .en {
  padding-left: 0;
  background: url(../img/common/ttl-deco-ri.png) right bottom/3rem no-repeat;
}
.ttl01.txt-le .en::before {
  inset: auto auto 0 0;
}

.ttl02 {
  font-weight: 600;
  font-size: 2rem;
}

.ttl03 {
  font-size: 1.7rem;
  font-weight: 600;
}

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

.ttl-deco {
  background: url("../img/common/ttl-deco-02.png") left top 0.5rem/1.8rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}

.com-tel {
  display: grid;
  justify-items: end;
  font-size: 2.6rem;
}
.com-tel a {
  font-family: var(--en-font);
}
.com-tel a::before {
  content: "TEL";
  font-size: 1.3rem;
}

.box-stl-01 {
  padding: 4rem 2rem;
  background: var(--bg-color-02);
  box-shadow: var(--sdw-01);
}

.box-stl-02 {
  padding: 2.5rem 2rem;
  border: 1px solid var(--bd-color);
}

.bg-01 {
  background: url(../img/common/bg-01.jpg) top center/cover;
}

.bg-02 {
  background: url(../img/common/bg-02.jpg) top center/cover;
  box-shadow: var(--sdw-01-02);
  position: relative;
  z-index: 10;
}

.bg-03 {
  background: url(../img/common/bg-03.jpg) top center/cover;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  line-height: 1;
  display: flex;
  font-size: 1.3rem;
  color: var(--accent-color);
}
.tag-list .tag::before {
  content: "#";
}

time {
  font-weight: 700;
  line-height: 1;
  font-family: var(--en-font);
  color: var(--accent-color);
  font-size: 1.3rem;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 1000;
  padding: 2.5rem 5vw 2rem;
}
#header .hd-logo {
  width: 50%;
}
#header .hd-logo img {
  display: block;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  margin-top: 7rem;
  aspect-ratio: 1.7;
  background: url(../img/top/mv.jpg) center/cover;
  position: relative;
}
.top-mv .mv-ct {
  display: grid;
  align-content: center;
  justify-items: center;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 12.5%;
}
.top-mv .mv-ct span {
  width: 90%;
}
.top-mv .mv-ct span img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  padding-bottom: 8rem;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .news-list {
  overflow-x: auto;
  display: flex;
  width: 100%;
  gap: 2rem;
}
#top-news .inbox .news-list .news-item {
  flex-shrink: 0;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid var(--main-color);
}
#top-news .inbox .news-list .news-item a {
  width: 24rem;
  padding: 1rem;
  gap: 1.5rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
#top-news .inbox .news-list .news-item a .com-img::after {
  content: "";
  display: block;
  width: 93%;
  height: 93%;
  position: absolute;
  border: 1px solid var(--bd-color-02);
  box-shadow: var(--sdw-02);
  inset: 0;
  margin: auto;
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .com-btn {
  background: none;
}

/*------------△△---NEWS---△△---------*/
#top-trouble {
  background: url(../img/top/trbl-bg-sp.png) bottom left/50% no-repeat, url(../img/common/bg-02.jpg) bottom/cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5rem);
  mask-image: linear-gradient(to bottom, transparent 0%, black 5rem);
  margin-top: -4rem;
  padding: 8rem 0 12rem;
}
#top-trouble .inbox {
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: var(--sdw-02);
}
#top-trouble .inbox .trbl-box {
  gap: 0rem 3rem;
}
#top-trouble .inbox .trbl-box ul {
  gap: 1.5rem;
}
#top-trouble .inbox .trbl-box ul li {
  background: url("../img/common/check.png") left top 0.5rem/1.6rem no-repeat;
  padding-left: 2.5rem;
  box-sizing: border-box;
}

.img-box {
  text-align: center;
}
.img-box img {
  width: 100%;
}

#top-about {
  background: url(../img/top/about-bg.jpg) bottom left/cover;
  position: relative;
  z-index: 1;
}
#top-about .inbox-02 .com-txt {
  line-height: 2.5;
  text-align: justify;
}
#top-about .prf-box {
  padding: 3rem 2rem;
  gap: 2rem 0;
  margin-top: 5rem;
  margin-bottom: -5rem;
}
#top-about .prf-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 25rem;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#top-about .prf-box .com-img {
  width: 15rem;
  aspect-ratio: 0.75;
  margin: 2rem auto;
}
#top-about .prf-box .txt-box {
  gap: 1.5rem;
}
#top-about .prf-box .txt-box .name-box {
  display: flex;
  align-items: center;
}
#top-about .prf-box .txt-box .name-box .ttl03 {
  width: 48%;
  font-size: 2rem;
}
#top-about .prf-box .txt-box .name-box .age {
  width: 48%;
}
#top-about .prf-box .txt-box .box-stl-02 {
  width: 100%;
}
#top-about .prf-box .txt-box .box-stl-02 .txt-cap {
  margin-bottom: 0.5rem;
}
#top-service {
  background: #fff;
}
#top-service ul {
  padding: 0 3rem;
  display: grid;
  gap: 2rem;
  justify-items: start;
}
#top-service ul li {
  width: 80%;
}
#top-service ul li:nth-child(even) {
  margin-left: auto;
}
#top-service ul li:nth-child(even) .ttl01 {
  background: rgba(255, 255, 255, 0.5);
}
#top-service ul li a {
  width: 100%;
  position: relative;
  z-index: 1;
}
#top-service ul li a::after {
  content: "";
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/srv-arw.png") center/contain no-repeat;
  bottom: 1rem;
  right: 1rem;
}
#top-service ul li a .ttl01 {
  width: 90%;
  background: rgba(255, 255, 255, 0.3);
  padding: 3rem 1rem;
  margin: 0;
}
#top-service ul li a .ttl01 .en {
  font-size: 2.2rem;
  padding: 0;
  background: none;
}
#top-service ul li a .ttl01 .en span {
  background: #cc880c;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top-service ul li a .ttl01 .ja {
  font-size: 1.3rem;
}
#top-service ul li a .com-img {
  width: 100%;
  aspect-ratio: 1;
  inset: 0;
  position: absolute;
  z-index: -1;
}
#top-service ul li a .com-img::after {
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  position: absolute;
  border: 1px solid var(--bd-color-02);
  box-shadow: var(--sdw-03);
  inset: 0;
  margin: auto;
}

#common-calendar {
  background: #fff;
  box-shadow: none;
}
#common-calendar .inbox {
  background: url(../img/common/clnd-bg.jpg) center/cover;
  width: 90%;
  padding: 5rem 2rem;
  box-shadow: var(--sdw-01);
}
#common-calendar .clnd-box {
  height: 32rem;
}
#common-calendar .clnd-box iframe {
  width: 100%;
}
#common-calendar .com-btn {
  margin: 3rem auto 0;
}

#common-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  background: url(../img/common/contact-bg.jpg) bottom center/cover no-repeat;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#common-contact .inbox .com-btn {
  margin-top: 0;
}
#common-contact .inbox .top-box {
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
#common-contact .inbox .top-box .ttl01 .ja {
  font-size: 2.3rem;
}
#common-contact .inbox .top-box .line-btn-box {
  gap: 1rem;
}
#common-contact .inbox .btm-box {
  display: grid;
  justify-items: center;
  gap: 2rem;
}
#common-contact .inbox .btm-box .com-tel {
  font-size: 3rem;
  line-height: 1;
}
.side-btn {
  position: fixed;
  z-index: 100;
  width: 70px;
  right: 10px;
  bottom: 20px;
}

#footer {
  padding: 5rem 0 10rem;
  position: relative;
  background: #fff;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  justify-content: center;
  gap: 5rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 70%;
}
#footer .ft-area .ft-le .ft-logo img {
  display: block;
  width: 100%;
}
#footer .ft-area .ft-le .ft-info {
  display: grid;
  gap: 1.5rem;
}
#footer .ft-area .ft-le .ft-info .dl-item {
  gap: 0.5rem;
  line-height: 1;
}
#footer .ft-area .ft-le .ft-info dt {
  border-right: 2px solid var(--font-color);
  width: 8rem;
}
#footer .ft-area .ft-le .ft-info dd {
  width: 23rem;
}
#footer .ft-area .ft-ri {
  justify-items: center;
  margin-top: 5rem;
  gap: 4rem;
}
#footer .ft-area .ft-ri .ft-nav {
  gap: 2rem;
  justify-items: center;
}
#footer .ft-area .ft-ri .nav-list {
  display: flex;
  justify-content: end;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
  font-size: 1.2rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item a {
  padding: 0 0.5rem;
  display: block;
}
#footer .ft-area .ft-ri .nav-list .nav-item:not(:last-child) {
  border-right: 2px solid var(--font-color);
}
#footer .ft-area .ft-ri .nav-list .nav-item:last-child a {
  padding-right: 0;
}
#footer .copyright {
  font-size: 1rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#service_01-about {
  background: url(../img/srv_01/about-bg.png) left bottom/50% no-repeat, url(../img/common/bg-01.jpg) bottom/cover;
}

#service_01-flow {
  background: url(../img/srv_01/flow-bg.png) right top/30% no-repeat, url(../img/common/bg-02.jpg) bottom/cover;
}

.about-area .inbox {
  position: relative;
}
.about-area .txt-box {
  padding: 3rem 2rem;
  position: relative;
  background: var(--bg-color-02);
  box-shadow: var(--sdw-01);
}
.about-area .img-box {
  width: 70%;
  margin: 0 auto 3rem;
}

.flow-area .inbox {
  padding: 3rem 2.5rem;
}
.flow-area ol {
  display: grid;
  gap: 4rem;
}
.flow-area ol li {
  position: relative;
}
.flow-area ol li:not(:last-child) {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--bd-color);
}
.flow-area ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: auto;
  aspect-ratio: 2.7;
  position: absolute;
  background-color: var(--bd-color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin: 0 auto;
  inset: auto 0 -1.2rem 0;
  margin: 0 auto;
}
.flow-area ol li h4 {
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.price-area {
  background: #fff;
}
.price-area .txt-box {
  margin-top: 2rem;
}

.merit-area ul {
  padding-top: 10rem;
  margin-top: -10rem;
  gap: 5rem;
}
.merit-area ul li .img-box {
  width: 80%;
  margin: 0 auto 2rem;
}
.merit-area ul li .txt-box .ttl02 {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.review-area {
  background: #fff;
}
.review-area ul {
  gap: 3rem;
}
.review-area ul li .ttl03 {
  margin-bottom: 0.5rem;
}

#other {
  background: #fff;
}
#other .other-list {
  gap: 3rem;
}
#other .other-list li {
  padding: 3rem 2rem;
  display: grid;
  gap: 2.5rem 0;
}
#other .other-list li .ttl02 {
  width: 100%;
  padding-bottom: 1rem;
}
#other .other-list li .com-img {
  width: 100%;
  aspect-ratio: 1.333;
}
#other .other-list li .com-txt {
  text-align: justify;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  background-size: cover;
  background-position: center;
  display: grid;
  align-content: center;
  justify-items: center;
  margin-top: 7rem;
  height: 20rem;
  position: relative;
}
.sv .sv-catch {
  font-size: 2.3rem;
  position: relative;
  width: 86%;
  height: 5rem;
  display: grid;
  align-content: center;
  background: rgba(255, 255, 255, 0.8);
}
.sv .sv-catch span {
  background: var(--main-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 0.1rem rgba(255, 255, 255, 0.2);
}
.sv .sv-catch::before {
  content: attr(data-text);
  letter-spacing: 0.2em;
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  margin: auto;
  text-shadow: 1px 1px 10px rgb(255, 255, 255), 1px -1px 10px rgba(255, 255, 255, 0.5), -1px -1px 10px rgb(255, 255, 255), -1px 1px 10px rgb(255, 255, 255);
  color: #000;
}

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

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

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

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

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 1rem 0;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
  background: #fff;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .ttl01 .ja {
  font-size: 2.2rem;
}
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid var(--bd-color);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 35%;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 62%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/