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

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

.sp-none {
  display: none;
}

/*ここから下がドロワー設定項目 */
/*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-color: #fff;
}

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

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

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  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 .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: 0;
}

section {
  padding: 7rem 0;
}

#top-page section {
  padding: 7rem 0;
}

.dl-item {
  display: flex;
}

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

.com-btn {
  width: 70vw;
  height: 15vw;
  margin: 5rem auto 0;
  border-radius: 50vw;
  box-shadow: 0 6px 5px rgba(131, 188, 183, 0.15);
  background: #fff;
  border: 1px solid var(--bd-color);
  display: grid;
  place-items: center;
}
.com-btn span {
  padding: 0.5rem 0;
  transition: 0.3s;
}
.com-btn:hover {
  opacity: 1;
  transform: scale(0.93);
}
.mail-btn {
  background: var(--main-color);
  border-color: #fff;
  color: var(--white);
}
.mail-btn:link, .mail-btn:visited {
  color: var(--white);
}
.mail-btn span {
  background: url("../img/common/mail-icon.png") left center/3rem no-repeat;
  padding-left: 4rem;
  box-sizing: border-box;
}

.line-btn {
  background: var(--bg-color);
}
.line-btn span {
  background: url("../img/common/line-icon.svg") left center/30px no-repeat;
  padding-left: 45px;
  box-sizing: border-box;
}

.com-arw {
  position: relative;
}
.com-arw::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
}
.com-arw:hover::after {
  transform: translateX(1rem);
}

.arw-content {
  border-bottom: 1px solid var(--bd-color);
}
.arw-content a {
  padding: 2.5rem 0;
}
.arw-content:first-child {
  border-top: 1px solid var(--bd-color);
}

.com-pd-box {
  width: 100%;
  padding: 5rem 5vw;
  position: relative;
  border-radius: 0.8rem;
  background: #fff;
}
.com-pd-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 0.8rem;
  opacity: 0.5;
  top: -1rem;
  left: -1rem;
  z-index: -1;
}
.com-pd-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 0.8rem;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
}

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

.ttl-box > .ttl01 {
  width: auto;
}

.ttl01 {
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 4rem;
  gap: 1rem;
}
.ttl01 .ja {
  font-size: 2.4rem;
  font-weight: 500;
}
.ttl01 .en {
  color: var(--accent-color);
  padding-right: 5rem;
  position: relative;
  line-height: 1;
  font-size: 1.3rem;
}
.ttl01 .en::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.ttl01.txt-le {
  text-align: left;
  justify-items: start;
}

.com-other-page .ttl01 .en {
  text-transform: capitalize;
}

.ttl02 {
  font-size: 2.2rem;
  font-weight: 500;
}

.ttl-deco {
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}
.ttl-deco::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  margin: auto 0;
  bottom: 0;
  left: 0;
}
.ttl-deco.txt-cnt::after {
  right: 0;
  margin: 0 auto;
}

.ttl03 {
  font-size: 2rem;
}

.ttl04 {
  font-size: 1.8rem;
}

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

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  background: url("../img/common/tel-icon.png") left center/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

.com-kado {
  border-radius: 0.8rem;
}
.com-kado > img {
  border-radius: 0.8rem;
}

.com-sdw {
  box-shadow: 0 6px 5px rgba(131, 188, 183, 0.15);
}

.cat-dl {
  gap: 1rem;
}
.cat-dl .dl-item {
  align-items: start;
  gap: 1rem;
}
.cat-dl dt {
  color: var(--accent-color);
  position: relative;
}
.cat-dl dt::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-list .tag {
  color: var(--main-color);
  line-height: 1;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}
.tag-list .tag::before {
  content: "#";
}

time {
  color: var(--accent-color);
  line-height: 1;
  padding: 0.5rem 0;
  font-family: var(--en-font);
}
time .big {
  font-size: 2.4rem;
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid #b6b6b6;
}
.com-desc-tbl .dl-item dt {
  width: 28%;
}
.com-desc-tbl .dl-item dd {
  width: 70%;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

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

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv img {
  width: 100%;
}
.top-mv video {
  width: 100%;
}
.top-mv .mv-ct {
  width: 80%;
  left: 3vw;
  bottom: -10%;
  z-index: 20;
}
.top-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 15%;
  position: absolute;
  background: linear-gradient(transparent, var(--bg-color));
  bottom: 0;
  left: 0;
}

/*---------------------------△△---MV---△△------------------------*/
#top-greeting::before {
  content: "";
  display: block;
  width: 100%;
  height: 35rem;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
}
#top-greeting .inbox {
  position: relative;
  z-index: 10;
}
#top-greeting .top-box {
  margin-bottom: 15rem;
}
#top-greeting .peace-li {
  display: grid;
  gap: 3rem;
}
#top-greeting .peace-li li {
  gap: 1rem;
}
#top-greeting .peace-li .num {
  width: 5rem;
  height: 8rem;
  background: url(../img/top/peace-ill.png) center/contain;
  display: grid;
  justify-items: center;
  align-content: end;
  padding-bottom: 1rem;
  font-size: 2.2rem;
}

#top-about .inbox {
  padding-top: 3rem;
}
#top-about .com-btn {
  margin-bottom: 5rem;
}
#top-about .img-box {
  position: relative;
  margin-top: 2rem;
}
#top-about .img-01 {
  top: 0;
  width: 90%;
}
#top-about .img-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 0.8rem;
  top: -1rem;
  left: -1rem;
  z-index: -1;
}
#top-about .img-02 {
  width: 90%;
  margin-left: auto;
}
#top-about .img-03 {
  width: 80%;
  bottom: 0;
}
#top-about .img-04 {
  width: 80%;
  bottom: 0;
  margin-left: auto;
}
#top-about .img-04::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid var(--main-color);
  border-radius: 0.8rem;
  bottom: -1rem;
  right: -1rem;
  z-index: -1;
}

#top-kitten .kitten-list {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  margin-top: 3rem;
}
#top-kitten .kitten-list li {
  width: 27rem;
  flex-shrink: 0;
}
#top-kitten .kitten-list li .com-img {
  width: 100%;
}
#top-kitten .kitten-list li .cat-dl {
  margin-top: 2rem;
  display: grid;
  gap: 0.5rem;
}
#top-kitten .kitten-list li .cat-dl .dl-item {
  gap: 1rem;
}
#top-kitten .kitten-list li .cat-dl dt {
  min-width: 5rem;
}

#top-other ul li a {
  margin: 0;
}
#top-other .img-box {
  margin-top: 4rem;
  text-align: center;
}

#common-contact {
  padding: 0 !important;
}
#common-contact .inbox {
  padding: 10rem 0;
}
#common-contact .ttl01 {
  margin-bottom: 3rem;
}
#common-contact .img-box {
  width: 100%;
  aspect-ratio: 1.56;
}
#common-contact .img-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  background: linear-gradient(to bottom, transparent, var(--bg-color));
  right: 0;
  bottom: 0;
}
#common-contact .txt-box {
  margin-left: auto;
}
#common-contact .txt-box .btn-box {
  display: grid;
  justify-items: center;
  gap: 2rem;
  margin-top: 3rem;
}
#common-contact .txt-box .btn-box .com-btn {
  margin-top: 0;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox .ttl01 {
  width: auto;
}
#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 {
  display: flex;
  justify-content: space-between;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 200px;
  height: 150px;
}
#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 .news-list .news-item a .txt-box {
  width: 25rem;
  gap: 2rem 0;
}
#top-news .inbox > .com-arw {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 0;
  padding-right: 3rem;
  border-bottom: 1px solid var(--accent-color);
}

/*------------△△---NEWS---△△---------*/
.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px;
}

#footer {
  padding: 5rem 0;
  position: relative;
}
#footer .ft-area {
  gap: 8rem 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 40%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 5px;
}
#footer .ft-area .ft-ri {
  display: grid;
  gap: 4rem;
}
#footer .ft-area .ft-ri .nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  width: 50%;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
}
#footer .copyright {
  width: 100%;
  margin-top: 5rem;
  font-size: 1.2rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
.point-li {
  margin-top: 5rem;
  gap: 5rem;
}
.point-li .point-item .ttl02 {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.point-li .point-item .txt-box-01 {
  gap: 2rem;
}
.point-li .point-item .com-txt {
  margin: 0;
}
.point-li .point-item ul {
  display: grid;
  gap: 1rem;
}
.point-li .point-item .child-li-01 li::before {
  content: "〇";
}
.point-li .point-item .child-li-02 li {
  display: inline-block;
  background: url("../img/common/check.png") left top 0.5rem/1.6rem no-repeat;
  padding-left: 2.5rem;
  box-sizing: border-box;
}

.bnr-area {
  padding: 0 0 8rem;
}

.bnr-btn {
  display: grid;
  border: 0.3rem solid var(--bg-color);
  padding: 2rem;
  gap: 2rem;
}
.bnr-btn::after {
  right: 1rem;
  bottom: 1rem;
}
.bnr-btn .ttl01 {
  margin: 0;
}

.kitten-area {
  display: grid;
  gap: 10rem;
}
.kitten-area .kitten-li {
  display: grid;
  gap: 7rem;
}
.kitten-area .kitten-li .kitten-item {
  display: grid;
  gap: 3rem;
}
.kitten-area .kitten-li .kitten-item .img-area {
  order: 1;
}
.kitten-area .kitten-li .kitten-item .img-area .img-01 {
  margin-bottom: 3rem;
}
.kitten-area .kitten-li .kitten-item .img-area .img-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
}
.kitten-area .kitten-li .kitten-item .img-area .img-li li {
  width: 48%;
}
.kitten-area .kitten-li .kitten-item .cat-dl {
  display: grid;
  order: 2;
}
.kitten-area .kitten-li .kitten-item .cat-dl dt {
  min-width: 13rem;
}
.kitten-area .kitten-li .kitten-item .cat-dl dd {
  min-width: 13rem;
}
.kitten-area .kitten-li .kitten-item .com-txt {
  order: 3;
}

.parent-area .inbox .ttl-box {
  margin-bottom: 4rem;
}
.parent-area .parent-li .parent-item {
  padding: 2rem 5vw;
  gap: 3rem;
  display: grid;
}
.parent-area .parent-li .parent-item .img-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem 0;
}
.parent-area .parent-li .parent-item .img-li li {
  width: 48%;
}
.parent-area .parent-li .parent-item .txt-box {
  gap: 2rem;
}
.parent-area .parent-li .parent-item .txt-box .cat-dl dt {
  min-width: 13rem;
}
.parent-area .parent-li .parent-item .txt-box .cat-dl dd {
  min-width: 13rem;
}

#company-greeting .com-pd-box .txt-box {
  margin-bottom: 2rem;
}
#company-greeting .com-pd-box .img-box {
  text-align: center;
}

#company-info .map {
  height: 40rem;
  margin-top: 5rem;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  padding-bottom: 7rem;
  background: var(--bg-color);
}

.sv {
  height: 20rem;
  position: relative;
  background-size: cover;
  background-position: center;
}
.sv::after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  position: absolute;
  background: linear-gradient(transparent, var(--bg-color));
  bottom: 0;
  left: 0;
}
.sv .sv-catch {
  width: 90%;
  display: grid;
  justify-items: start;
  padding: 1.5rem 2rem;
  position: absolute;
  z-index: 10;
  bottom: -5rem;
  left: 0;
  gap: 1rem;
}
.sv .sv-catch .ja {
  font-size: 2.4rem;
  line-height: 1;
}
.sv .sv-catch .en {
  font-size: 1.5rem;
  padding-right: 4rem;
  position: relative;
  line-height: 1;
}
.sv .sv-catch .en::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.sv .sv-catch.txt-le {
  text-align: left;
  justify-items: start;
}

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

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

.parent-sv {
  background-image: url(../img/sv/parent.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---△△------------------------*/
/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*その他共通ページ*/
/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---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 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: 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---▽▽------------------------*/