@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
#wrapper {
  min-width: 1280px;
}

/*Flexbox */
.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*折り返し */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順 */
.flx-rr {
  flex-direction: row-reverse;
}

/*積み重なるように配置 */
.flx-column {
  flex-direction: column;
}

/*水平方向の揃え */
/*初期値 */
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between） */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around） */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え */
/*水平揃え　上揃え */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え */
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え */
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方 */
/*初期値 */
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え */
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置 */
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置 */
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* 並び順変更 */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

/*pcスタイル */
.inbox {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pc-none {
  display: none !important;
}

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

a[href*="tel:"] {
  pointer-events: none;
}

/*-------▽▽フォント▽▽----------*/
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

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

section {
  padding: 100px 0;
}

.dl-item {
  display: flex;
}

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

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

.com-kado {
  border-radius: 20px;
}
.com-kado > img {
  border-radius: 20px;
}

.com-kado-02 {
  border-radius: 10px;
}

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

.ttl01 {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 50px;
}
.ttl01.txt-le {
  text-align: left;
}

.ttl02 {
  font-size: 3rem;
}

.ttl03 {
  font-size: 2.6rem;
}

.ttl04 {
  font-size: 2rem;
}

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

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

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

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

.ttl-bd-04 {
  padding-bottom: 15px;
  border-bottom: 2px dashed var(--main-color);
}
.ttl-bd-04.sp-on {
  padding: 0;
  border: none;
}

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

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

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  color: var(--main-color);
  padding: 0 5px;
  font-size: 1.2rem;
}

/*infotableスタイル*/
.com-desc-tbl {
  overflow: hidden;
}
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
}
.com-desc-tbl .dl-item:not(:last-child) dt {
  border-bottom: 1px solid #fff;
}
.com-desc-tbl .dl-item:not(:last-child) dd {
  border-bottom: 1px solid #ececec;
}
.com-desc-tbl .dl-item dt {
  width: 200px;
  font-weight: 500;
  padding: 15px 20px;
}
.com-desc-tbl .dl-item dd {
  width: 880px;
  padding: 15px 20px;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  position: fixed;
}
#header .hd-logo a {
  padding: 25px 45px;
  border-radius: 0 0 10px 0;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right {
  gap: 40px;
  border-radius: 0 0 0 10px;
  padding: 0 30px;
}
#header .hd-right #nav .nav-list {
  gap: 30px;
}
#header .hd-right #nav .nav-list .nav-item {
  position: relative;
}
#header .hd-right #nav .nav-list .nav-item > a {
  display: block;
  padding: 40px 0;
  opacity: 1;
  position: relative;
}
#header .hd-right #nav .nav-list .nav-item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
}
#header .hd-right #nav .nav-list .nav-item > a:hover::after {
  transform: scale(1);
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  background: #000;
  height: 41.66vw;
  min-height: 533px;
  padding: 9.8% 0 6.5%;
  gap: 3.8%;
  background: url(../img/top/mv-bg.jpg) top/cover no-repeat;
}
.top-mv img {
  width: 100%;
}
.top-mv .mv-le {
  width: 35%;
  display: grid;
  justify-items: center;
  gap: 40px;
}
.top-mv .mv-le .mv-ct {
  width: 100%;
}
.top-mv .mv-le .bg-wt {
  width: 98%;
  padding: 20px 4.5%;
  position: relative;
}
.top-mv .mv-le .bg-wt::after {
  content: "";
  display: block;
  width: 17.2%;
  height: 140px;
  position: absolute;
  background: url("../img/top/mv-ill.png") center/contain no-repeat;
  bottom: -30px;
  left: 9.3%;
  background-position: bottom;
}
.top-mv .mv-le .bg-wt .mail-btn {
  width: 100%;
  height: 80px;
  font-size: 1.8rem;
}
.top-mv .mv-ri {
  width: 30%;
  position: relative;
  padding-bottom: 60px;
}
.top-mv .mv-ri .mv-ct-02 {
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 26%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-worries {
  background: url(../img/top/worr-deco.png) bottom center no-repeat;
}
#top-worries .inbox ul {
  display: grid;
  gap: 10px;
  width: 790px;
}
#top-worries .inbox ul li {
  font-size: 1.7rem;
  padding: 20px;
}
#top-worries .inbox ul li span {
  background: url("../img/common/check.png") left top 10px/auto no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
}

#top-about {
  background: url(../img/top/about-bg.jpg) center/cover;
  width: clamp(1280px, 83%, 1600px);
  margin: 100px auto 0;
  position: relative;
  padding: 80px 0;
}
#top-about .ttl01 .ttl04 {
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
#top-about .ttl01 .ttl04 span {
  padding: 20px 40px;
  background: var(--font-color);
  position: relative;
}
#top-about .ttl01 .ttl04 span::after {
  content: "";
  display: block;
  width: 15px;
  height: 7px;
  position: absolute;
  background: var(--font-color);
  inset: auto 0 -6px 0;
  margin: 0 auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#top-about .ttl01 .big {
  font-size: 1.166em;
}
#top-about .ttl01 .big-02 {
  font-size: 1.111em;
}
#top-about .about-box {
  width: 1280px;
  padding: 50px 100px;
  position: relative;
}
#top-about .about-box::after {
  content: "";
  display: block;
  width: 304px;
  height: 180px;
  position: absolute;
  background: url("../img/top/about-ill.png") center/contain no-repeat;
  right: -40px;
  bottom: -80px;
}
#top-about .about-box .about-img {
  width: 500px;
}
#top-about .about-box .txt-box {
  width: 540px;
}
#top-about .ttl02 {
  margin-top: 60px;
  margin-bottom: 100px;
}
#top-about .movie-box {
  padding: 0 60px 60px;
}
#top-about .movie-box .movie-item {
  width: 960px;
}
#top-about .movie-box .movie-item video {
  margin-top: -60px;
  width: 100%;
}

#top-voice .inbox {
  width: 1280px;
}
#top-voice .inbox .voice-list {
  padding: 60px 100px;
  gap: 30px;
}
#top-voice .inbox .voice-list .voice-item {
  width: 340px;
}
#top-voice .inbox .com-btn {
  margin: -30px auto 0;
}

.voice-item {
  position: relative;
  padding: 40px 30px;
}
.voice-item::before {
  content: "";
  display: block;
  width: 35px;
  height: 24px;
  position: absolute;
  background: url("../img/voice/deco.png") center/contain no-repeat;
  top: -4px;
  left: 40px;
}
.voice-item .ttl-bd-01 {
  margin-bottom: 15px;
}
.voice-item .gender span {
  padding: 5px 10px;
}

#top-service {
  padding-bottom: 230px;
}
#top-service .inbox {
  width: 1280px;
}
#top-service .inbox .ttl01 {
  margin-bottom: 110px;
}
#top-service .inbox .srv-list {
  gap: 20px;
  padding-bottom: 50px;
}
#top-service .inbox .srv-list li {
  margin-top: -60px;
}
#top-service .inbox .srv-list li a {
  width: 580px;
  padding: 40px 50px;
}
#top-service .inbox .srv-list li a .srv-ill {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
}
#top-service .inbox .srv-list li a .txt-box {
  width: 290px;
}
#top-service .inbox .other-list {
  gap: 20px;
}
#top-service .inbox .other-list li .com-btn {
  color: var(--font-color);
  display: flex;
  gap: 35px;
  font-size: 1.8rem;
  height: 80px;
  padding: 0 50px;
}
#top-service .inbox .other-list li .com-btn::after {
  background-image: url(../img/common/arw.png);
}

#top-info {
  padding: 0;
}
#top-info .inbox {
  width: 1280px;
  padding: 70px 0 0;
  gap: 0 40px;
  margin-top: -130px;
}
#top-info .inbox .info-img {
  width: 420px;
}
#top-info .inbox .txt-box {
  width: 540px;
}

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

/*------------△△---MV---△△---------*/
#common-contact {
  background: url(../img/common/contact-bg.jpg) left/cover;
}
#common-contact .inbox {
  width: 1280px;
}
#common-contact .inbox .ttl02 {
  margin-bottom: 30px;
}
#common-contact .inbox .com-txt {
  margin-bottom: 40px;
}
#common-contact .inbox .add-box {
  position: relative;
}
#common-contact .inbox .add-box::after {
  content: "";
  display: block;
  width: 237px;
  height: 150px;
  position: absolute;
  background: url("../img/common/contact-ill.png") center/contain no-repeat;
  top: -124px;
  right: 33px;
}

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

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 100;
}

#footer .ft-area {
  padding: 80px 0;
}
#footer .ft-area .ft-le {
  display: grid;
  align-content: space-between;
}
#footer .ft-area .ft-le .ft-logo-box {
  gap: 50px;
}
#footer .ft-area .ft-le .ft-logo-box .line-icon {
  width: 30px;
}
#footer .ft-area .ft-ri {
  gap: 60px;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 12px;
  padding-left: 15px;
  border-left: 2px dashed var(--main-color);
}
#footer .copyright {
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

/*---------------------------△△---SV---△△------------------------*/
/*---------------------------▽▽---breadcrumbs---▽▽------------------------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 1.5rem;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 15px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*-----------▽▽---select---▽▽--------*/
.select-area {
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
}
.select-area .select-box {
  font-size: 1.5rem;
}
.select-area .select-box option {
  font-size: 1.5rem;
}
/*------------△△---select---△△---------*/
#service-btn .com-btn {
  width: 350px;
}
#service-btn .com-btn::after {
  transform: rotate(90deg);
}

.service-box > .txt-box {
  width: 540px;
  margin-top: 30px;
}
.service-box > .txt-box .ttl02 {
  margin-bottom: 30px;
}
.service-box .consult-box {
  width: 100%;
  padding: 20px 30px;
  margin-top: 40px;
}
.service-box .consult-box .ttl04 {
  margin-bottom: 10px;
}
.service-box .consult-box ul {
  display: grid;
  justify-items: center;
  gap: 5px;
}
.service-box .consult-box ul li {
  padding-left: 15px;
  position: relative;
}
.service-box .consult-box ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  background: var(--main-color);
  left: 0;
  top: 7px;
}
.service-box .com-btn {
  margin: 40px auto 0;
}
.service-box > .ttl02 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-box .charm-li {
  width: 100%;
  display: grid;
  gap: 20px;
}
.service-box .charm-li li {
  padding: 30px 40px;
}
.service-box .charm-li li .charm-img {
  width: 230px;
}
.service-box .charm-li li .txt-box {
  width: 740px;
}
.service-box .charm-li li .txt-box .ttl03 {
  margin-bottom: 15px;
}

#service-flow ol {
  display: grid;
  gap: 30px;
}
#service-flow ol li {
  gap: 30px;
  padding: 30px 40px;
  min-height: 175px;
}
#service-flow ol li:nth-child(3) {
  margin-bottom: 60px;
  position: relative;
}
#service-flow ol li:nth-child(3)::after {
  content: "2~3日後";
  display: inline-block;
  display: grid;
  font-family: var(--sans-font);
  position: absolute;
  padding: 7px 0;
  padding-left: 50px;
  background: url(../img/srv/flow-arw.png) left no-repeat;
  bottom: -60px;
  left: 520px;
}
#service-flow ol li > .ttl02 {
  margin-right: 10px;
  padding-bottom: 50px;
  background: url(../img/top/worr-deco.png) bottom center no-repeat;
}
#service-flow ol li .txt-box {
  width: 704px;
}
#service-flow ol li .txt-box .ttl02 {
  margin-bottom: 20px;
}
#service-flow ol li .txt-box .add-box {
  width: 600px;
  margin-top: 20px;
  padding: 0;
  display: flex !important;
  gap: 10px;
}
#service-flow ol li .txt-box .add-box > a {
  width: 290px;
  height: 60px;
}
#service-flow ol li .txt-box .add-box .com-tel {
  display: flex !important;
  width: 100%;
  height: auto;
  gap: 10px;
}

#price .inbox {
  display: grid;
  gap: 100px;
}
#price .inbox li {
  padding: 50px 60px;
  scroll-margin: 120px;
}
#price .inbox li .ttl01 span {
  position: relative;
  z-index: 1;
}
#price .inbox li .ttl01 span img {
  position: absolute;
  right: -66px;
  top: -20px;
  z-index: -1;
}
#price .inbox li .price-box {
  width: 465px;
}
#price .inbox li .price-box .ttl04 {
  margin-bottom: 10px;
}
#price .inbox li .price-box .ttl02 {
  padding: 15px;
}
#price .inbox li .price-box .txt-cap {
  margin-top: 10px;
}

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

#voice .voice-list {
  display: grid;
  gap: 40px;
}
#voice .voice-list .voice-item {
  width: 100%;
}
#voice .voice-list .voice-item .ttl04 {
  max-width: 920px;
}

#info-greeting .ttl02 {
  width: 100%;
  padding: 15px;
  margin-bottom: 40px;
}
#info-greeting .gree-img {
  position: relative;
}
#info-greeting .gree-img .name {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: grid;
  justify-items: start;
  gap: 5px;
}
#info-greeting .gree-img .name span {
  padding: 5px 10px;
}
#info-greeting .txt-box {
  width: 540px;
}

/*--------------------その他共通ページ --------------------*/
.com-other-page {
  padding: 100px 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 70px 0 0;
}
#site-map .site-list li {
  font-size: 1.8rem;
}
#site-map .site-list li a {
  display: block;
  padding: 20px 10px;
  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-map .site-list li a:hover {
  background: color-mix(in srgb, var(--main-color) 50%, transparent);
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .com-txt {
  text-align: center;
}
#notfound .inbox .com-txt a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  margin-bottom: 50px;
  padding: 0;
}
#privacy .privacy-box .ttl02 {
  text-align: left;
  padding: 10px 30px;
  margin-bottom: 20px;
  background: var(--bg-grd);
  color: #fff;
  border-radius: 10px;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .news-ttl {
  margin-bottom: 50px;
}
#news .select-area {
  margin-bottom: 40px;
}
#news .select-area .select-box {
  padding: 10px 0;
  background: none;
}
#news .news-area {
  margin-bottom: 60px;
}
#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: 30px 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  align-items: flex-start;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 100px;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 980px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 1.6rem;
  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: 200px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 840px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 740px;
}

/*detail */
#detail .detail-box {
  margin-bottom: 50px;
}
#detail .detail-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 30px;
  font-size: 1.5rem;
  margin-bottom: 70px;
  align-items: center;
}
#detail .detail-box .data-box time {
  width: 120px;
}
#detail .detail-box .data-box .tag-list {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .thumb {
  margin-bottom: 20px;
  width: 400px;
  height: 300px;
}
#detail .detail-box .detail-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 2px solid #555;
}
#detail .detail-box .detail-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0 60px;
}
#detail .detail-box .detail-txt img {
  margin: 10px;
}

/*pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid var(--main-color);
  font-size: 1.8rem;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  line-height: 1;
  padding: 12px 18px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation .current {
  background: var(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.pagenation-detail p a {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 18px 0;
  height: 50px;
  background: var(--main-color);
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 70px;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 70px;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .contact-ttl {
  margin-bottom: 100px;
  text-align: center;
}
#contact .table-wrapper {
  margin-bottom: 50px;
}
#contact .table-wrapper .contact-form-table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#contact .table-wrapper .contact-form-table tr th {
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
  background: var(--sub-color);
  padding: 16px 10px;
  font-size: 1.4rem;
  color: #fff !important;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  background: var(--main-color);
  padding: 2px 4px;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 770px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#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, #contact .table-wrapper .contact-form-table tr td .error-text, #contact .table-wrapper .contact-form-table tr td .contact-address-txt {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
}
#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 .select-area {
  margin: 0;
}
#contact .table-wrapper .contact-form-table tr td .select-area select {
  width: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contact .table-wrapper .contact-form-table tr .h-adr input {
  height: 45%;
}
#contact .privacy-agree {
  display: block;
}
#contact .privacy-agree a {
  text-decoration: underline;
}

.check {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 50px auto;
}
.check .contact-recaptcha-wrap {
  margin: 0;
}

.contact-submits-wrap .contact-check-btn {
  width: 300px;
  height: 74px;
  background: none;
  color: #fff;
  background: var(--main-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-submits-wrap .contact-back-btn {
  border: none;
  background: #bebebe;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.complete-area .ttl01 {
  margin-bottom: 100px;
}

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

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

/*---------------------------△△---contact.html---△△------------------------*/