@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;
}

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

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

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

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

section {
  padding: 100px 0;
}

.dl-item {
  display: flex;
}

p {
  line-height: 1.76;
}

.com-btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 350px;
  height: 55px;
  padding: 0 3rem;
  border-radius: 0.8rem;
  box-shadow: 0 5px 20px var(--bd-color);
  background: var(--accent-color);
  font-family: var(--serif-font);
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
}
.com-btn::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1.3rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 2rem 0 auto;
  margin: auto 0;
  transition: 0.3s;
}
.com-btn.bg-main {
  color: var(--white);
}
.com-btn.bg-main:link, .com-btn.bg-main:visited {
  color: var(--white);
}
.com-btn.bg-main::after {
  background-image: url(../img/common/btn-arw-wt.png);
}
.com-btn.site-btn::after {
  background-image: url(../img/common/site-arw.png);
}
.com-btn.dl-btn::after {
  background-image: url(../img/common/dl-icon.png);
}
.com-btn.flx-center {
  justify-content: center;
}
.com-btn.btn-cnt {
  margin: 0 auto;
}
.com-btn:hover {
  opacity: 1;
  transform: translateY(5px);
  box-shadow: none;
}

#top-page .btn-cnt {
  width: 380px;
}

.inbox.dp-g {
  gap: 4rem;
}
.inbox.dp-g > .ttl01 {
  margin-bottom: 0;
}

.ttl01 {
  font-size: 4rem;
  font-family: var(--serif-font);
  font-weight: 700;
  display: grid;
  text-align: center;
  justify-items: center;
  margin-bottom: 4rem;
}
.ttl01 .ja {
  letter-spacing: 0.2em;
  line-height: 1.375;
  font-weight: 700;
}
.ttl01 .en {
  line-height: 1;
  font-size: 2.2rem;
  color: var(--bd-color);
  padding: 1rem 0;
  background: url("../img/common/ttl-deco.png") left center/6rem no-repeat;
  padding-left: 7rem;
  box-sizing: border-box;
}
.ttl01.txt-le {
  justify-items: start;
}
.ttl01.ft-wt .en {
  color: #fff;
}

.ttl02 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: var(--serif-font);
}

.ttl03 {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: var(--serif-font);
}

.ttl04 {
  font-size: 2rem;
}

.ttl05 {
  font-size: 1.8rem;
}

.ttl-price {
  font-size: 4.4rem;
  font-weight: 700;
}

.cap01 {
  font-size: 1.6rem;
}

.cap02 {
  font-size: 1.5rem;
}

.cap03 {
  font-size: 1.4rem;
}

.ttl-bg {
  line-height: 1;
  padding: 1rem 2rem;
}

.com-bd {
  padding: 0.3rem 0.5rem;
}

.kado-01 {
  border-radius: 2rem;
}

.kado-02 {
  border-radius: 0.8rem;
}

.sdw-01 {
  box-shadow: 0 5px 20px var(--bd-color);
}

.bg-01 {
  background: linear-gradient(to top, var(--bg-color), var(--bg-color) 30rem, #fff 30rem, #fff);
}

section.bg-clr01 {
  padding-top: 5rem;
}

.com-tel {
  display: grid;
  justify-content: end;
  justify-items: end;
  font-weight: 700;
  font-family: var(--serif-font);
  gap: 1rem;
}
.com-tel .tel-ttl {
  letter-spacing: 0.3em;
  border: 1px solid var(--bd-color);
  text-align: center;
  width: 100%;
}
.com-tel a {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background: url("../img/common/tel-icon.png") left center/1.8rem no-repeat;
  padding-left: 2.8rem;
  box-sizing: border-box;
}
.com-tel.deco-none a {
  padding: 0;
  background: none;
}
.com-tel.jc-c {
  justify-content: center;
}
.com-tel.ji-s {
  justify-items: start;
}

.tel-icon {
  background: url("../img/common/tel-icon.png") left center/1.8rem no-repeat;
  padding-left: 2.8rem;
  box-sizing: border-box;
}

.mail-icon {
  background: url("../img/common/mail-icon.png") left center/2rem no-repeat;
  padding-left: 3.3rem;
  box-sizing: border-box;
}

.fax-icon {
  background: url("../img/common/fax-icon.png") left center/2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}

.com-contact-box {
  font-family: var(--serif-font);
  font-weight: 700;
  gap: 5rem;
  padding: 3rem 5rem;
}
.com-contact-box .tel-box .com-tel {
  margin-top: 0.5rem;
}
.com-contact-box .mail-box .com-btn {
  margin-top: 1rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  line-height: 1;
  color: var(--main-color);
  font-size: 1.4rem;
}

time {
  line-height: 1;
  font-size: 1.4rem;
  box-sizing: content-box;
  padding-right: 2rem;
  border-right: 2px solid var(--font-color);
}

.check-item {
  background: url("../img/common/check.png") left center/1.8rem no-repeat;
  padding-left: 2.8rem;
  box-sizing: border-box;
}

.img-flex {
  margin-top: 7rem;
}

.ttl-box .ttl01 {
  margin-bottom: 0;
}
.ttl-box p {
  min-width: 510px;
}

/*infotableスタイル*/
.com-desc-tbl {
  width: 720px;
}
.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 var(--bd-color);
}
.com-desc-tbl .dl-item dt {
  width: 140px;
}
.com-desc-tbl .dl-item dd {
  width: 555px;
}
/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  position: absolute;
  padding: 15px 30px;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right .hd-top {
  gap: 3rem;
  margin-bottom: 1.5rem;
}
#header .hd-right .hd-top .com-btn {
  width: 220px;
}
#header .hd-right #nav .nav-list {
  gap: 2rem;
}
#header .hd-right #nav .nav-list .nav-item {
  position: relative;
}
#header .hd-right #nav .nav-list .nav-item > a {
  padding-bottom: 5px;
  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: url(../img/top/mv-bg.jpg) center/cover;
  aspect-ratio: 2.078;
  display: grid;
  align-content: flex-end;
  justify-items: start;
  padding-bottom: 3%;
  padding-left: 5rem;
}
.top-mv .mv-ct {
  width: 36.4%;
  margin-top: auto;
  margin-bottom: 3rem;
}
.top-mv .mv-ct img {
  width: 100%;
}
.top-mv .com-contact-box {
  width: auto;
}

/*---------------------------△△---MV---△△------------------------*/
/*-----------▽▽---共通 plan---▽▽--------*/
.plan-price {
  gap: 1rem;
}
.plan-price .ttl-price {
  line-height: 1;
  display: inline-block;
}
.plan-price.cap03 .ttl-price {
  font-size: 3.2rem;
}

/*-----------▽▽---共通 flow---▽▽--------*/
.flow-li {
  gap: 12rem;
}
.flow-li .flow-item {
  padding: 4rem;
  padding-left: 12rem;
  gap: 2rem;
  position: relative;
}
.flow-li .flow-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 17rem;
  height: auto;
  aspect-ratio: 2.65;
  position: absolute;
  background: url("../img/common/flow-arw.png") center/contain no-repeat;
  inset: auto 0 -9.5rem 0;
  margin: 0 auto;
}
.flow-li .flow-item .ttl03 {
  padding-bottom: 1.5rem;
}
.flow-li .flow-item .ttl03 .num {
  top: 4rem;
  left: 4rem;
  width: 6rem;
}
.flow-li .flow-item .txt-box .com-txt {
  width: 410px;
}
.flow-li .flow-item .txt-box .com-tel {
  width: 480px;
  padding: 2rem;
}
.flow-li .flow-item .plan-box {
  padding: 3rem;
  gap: 1.5rem;
}

/*-----------▽▽---共通 faq---▽▽--------*/
.faq-li {
  width: 660px;
  gap: 3.5rem;
}
.faq-li .faq-item {
  padding-bottom: 3.5rem;
}
.faq-li .faq-item .ttl04, .faq-li .faq-item .com-txt {
  position: relative;
  padding-left: 5rem;
}
.faq-li .faq-item .ttl04::before, .faq-li .faq-item .com-txt::before {
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50vw;
  font-size: 2rem;
  line-height: 1;
  left: 0;
  top: 0;
  display: grid;
  justify-items: center;
  align-content: center;
}
.faq-li .faq-item .ttl04 {
  margin-bottom: 2rem;
}
.faq-li .faq-item .ttl04::before {
  content: "Q";
  background: var(--accent-color);
}
.faq-li .faq-item .com-txt::before {
  content: "A";
  color: #fff;
  background: var(--main-color);
}

/*-----------▽▽---top---▽▽--------*/
#top-reason .inbox .ttl01 .ft-clr01 {
  font-size: 5.6rem;
}
#top-reason .inbox ol {
  gap: 5rem;
}
#top-reason .inbox ol li {
  position: relative;
  min-height: 500px;
}
#top-reason .inbox ol li .img-box {
  position: absolute;
  top: 0;
  width: 900px;
}
#top-reason .inbox ol li .txt-box {
  width: 450px;
  gap: 3rem;
}
#top-reason .inbox ol li .txt-box .ttl02 {
  line-height: 1.78;
}
#top-reason .inbox ol li .txt-box .ttl02 .bd-btm {
  padding: 0;
}
#top-reason .inbox ol li:nth-child(odd) .img-box {
  left: 50rem;
}
#top-reason .inbox ol li:nth-child(even) .img-box {
  right: 50rem;
}
#top-reason .inbox ol li:nth-child(even) .txt-box {
  margin-left: auto;
}

#top-interview .mov-box {
  width: 1024px;
  height: 576px;
  margin: 0 auto;
}
#top-interview .mov-box video {
  width: 100%;
  height: 100%;
}

#top-plan .inbox ul li {
  width: 340px;
}
#top-plan .inbox ul li .txt-box {
  gap: 2rem;
  padding: 2rem 0;
}
#top-plan .inbox ul li .txt-box dl {
  border-top: 2px solid var(--bd-color);
  margin: 0 2rem;
  padding-top: 1rem;
  padding-left: 4rem;
}

#top-flow {
  background: url(../img/top/flow-bg.jpg) bottom/100% no-repeat;
}
#top-faq .inbox .com-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  background: url(../img/top/news-bg.jpg) center/cover;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl-box {
  width: 370px;
  min-height: 300px;
}
#top-news .inbox .ttl01 {
  width: auto;
}
#top-news .inbox .com-txt {
  min-width: 0;
}
#top-news .inbox .news-list {
  gap: 2rem;
  width: 660px;
}
#top-news .inbox .news-list .news-item a {
  padding: 2rem;
  gap: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 430px;
}
#top-news .inbox .com-btn {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*------------△△---NEWS---△△---------*/
#common-contact .inbox .ttl01 {
  width: auto;
}
#common-contact .inbox .com-txt {
  width: 510px;
}
#common-contact .inbox .com-contact-box {
  gap: 11rem;
  width: 100%;
}
#common-contact .inbox .com-contact-box .tel-box {
  margin-left: 70px;
}

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

#footer {
  padding: 8rem 0;
  position: relative;
}
#footer .ft-area {
  gap: 5rem 0;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: start;
  gap: 3rem;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  gap: 1rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 1rem;
}
#footer .ft-area .ft-ri {
  gap: 5rem;
}
#footer .ft-area .ft-ri .ft-nav {
  gap: 8rem;
}
#footer .ft-area .ft-ri .nav-list {
  display: grid;
  gap: 5rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  line-height: 1;
}
#footer .ft-area .ft-ri .sns-li {
  gap: 2rem;
}
#footer .ft-area .ft-ri .sns-li a {
  width: 4rem;
}
#footer .copyright {
  width: 100%;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#flow-urgent {
  padding: 7rem 0;
}
#flow-urgent .inbox {
  gap: 10rem;
}
#flow-urgent .inbox .txt-box {
  width: 640px;
  gap: 3rem;
}
#flow-urgent .inbox .txt-box ul {
  gap: 1.5rem;
}
#flow-urgent .inbox .txt-box .com-tel {
  padding: 3rem;
}

#commitment-01 .inbox .com-txt {
  margin-bottom: 2.5rem;
}
#commitment-01 .inbox .com-btn {
  margin-top: 4rem;
}

#commitment-02 ul {
  margin-top: 4rem;
}
#commitment-02 ul li {
  width: 520px;
  padding: 3rem 4rem;
}
#commitment-02 ul li .ttl03 {
  margin-bottom: 2rem;
}
#commitment-02 ul li .ttl03 .ft-clr01 {
  font-size: 1.08em;
}

#plan .inbox {
  gap: 3rem;
}
#plan .inbox .plan-li {
  gap: 5rem;
}
#plan .inbox .plan-li .plan-item {
  padding: 4rem;
  display: grid;
  gap: 2rem;
}
#plan .inbox .plan-li .plan-item .detail-li {
  gap: 1rem;
}
#plan .inbox .plan-li .plan-item .detail-li li {
  padding: 1rem 2rem;
}
#plan .inbox .plan-li .plan-item .include-box {
  padding: 3rem;
  gap: 2.5rem;
}
#plan .inbox .plan-li .plan-item .include-box .include-li {
  gap: 2rem;
}
#plan .inbox .plan-li .plan-item .include-box .basic {
  padding: 1rem 3rem;
  margin-right: 4.5rem;
  position: relative;
}
#plan .inbox .plan-li .plan-item .include-box .basic::after {
  content: "＋";
  position: absolute;
  right: -4.5rem;
  top: 1rem;
  margin: auto 0;
}
#plan .inbox .plan-li .plan-item .include-01 {
  gap: 8rem;
}
#plan .inbox .plan-li .plan-item .include-01 .include-li {
  width: 710px;
  gap: 1.5rem 0.3rem;
}
#plan .inbox .plan-li .plan-item .include-01 .include-li li {
  min-width: 230px;
}
#plan .inbox .plan-li .plan-item .plan-box .left-box {
  gap: 2rem;
  width: 620px;
}
#plan .inbox .plan-li .plan-item .plan-box .plan-dl {
  display: grid;
  gap: 1rem;
}
#plan .inbox .plan-li .plan-item .plan-box .plan-dl .dl-item {
  gap: 1rem;
}
#plan .inbox .plan-li .plan-item .plan-box .plan-dl dt {
  padding-top: 1rem;
}
#plan .inbox .plan-li .plan-item .plan-box .plan-dl::after {
  content: "それ以上の人数は、ご相談ください。";
  font-size: 1.2rem;
}
#plan .inbox .basic-box {
  margin: 5rem 0;
}
#plan .inbox .basic-box .cap01 {
  margin: 2rem 0rem 4rem;
}
#plan .inbox .basic-box .basic-li {
  gap: 2rem 0;
}
#plan .inbox .basic-box .basic-li li {
  min-width: 360px;
}
#plan .inbox .basic-box .basic-li li small {
  font-size: 0.76em;
}
#plan .inbox .com-btn {
  width: 500px;
}

#plan-altar ul {
  margin-top: 3rem;
  gap: 2rem;
}
#plan-altar ul li {
  width: 340px;
}
#plan-altar ul li .img-box {
  margin-bottom: 1rem;
}

#plan-offering ol {
  margin-top: 4rem;
}
#plan-offering ol li {
  width: 510px;
  padding: 3rem 4rem;
  gap: 2rem;
  position: relative;
}
#plan-offering ol li:not(:last-child)::after {
  content: "";
  display: block;
  width: 8rem;
  height: 3rem;
  position: absolute;
  background: url("../img/common/flow-arw.png") center/contain no-repeat;
  inset: 0 -7rem 0 auto;
  margin: auto 0;
  transform: rotate(-90deg);
}
#plan-offering ol li .ttl03 {
  padding-left: 7rem;
  font-size: 2.2rem;
  padding-bottom: 2rem;
}
#plan-offering ol li .ttl03 .num {
  position: absolute;
  width: 4rem;
  left: 0;
  top: -0.5rem;
}
#plan-offering ol li .com-btn {
  width: 100%;
}
#plan-offering ol li .tel-box {
  padding-bottom: 2rem;
}

#faq {
  padding: 5rem 0;
}
#faq section {
  padding: 7rem 0;
}
#faq #faq-01 {
  padding-top: 0;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.sv .sv-catch {
  padding: 2rem;
  font-size: 4rem;
  width: 700px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

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

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

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

.faq-sv {
  background-image: url(../img/sv/faq.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 {
  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---△△---------*/
/*--------------------その他共通ページ --------------------*/
.com-other-page {
  padding: 100px 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#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: 120px;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 900px;
}
#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;
  font-size: 1.8rem;
}
.pagenation li a, .pagenation li span {
  line-height: 1;
  padding: 12px 18px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation-detail {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.pagenation-detail p a {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  box-sizing: border-box;
  padding: 18px 0;
  height: 50px;
  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;
  padding: 16px 10px;
  font-size: 1.5rem;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  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---△△------------------------*/