@charset "UTF-8";
/*==========================================
矢印 >
===========================================*/
/*==========================================
矢印 ▶
===========================================*/
/*==========================================
背景ストライプ   ($deg=0 平行)($deg=45deg 斜め)
===========================================*/
/*==========================================
Flexbox
===========================================*/
/*==========================================
上下左右中央揃え
===========================================*/
/*==========================================
上下中央揃え
===========================================*/
/*==========================================
before,after
===========================================*/
/*==========================================
最後の行のmargin-bottomを0にする
===========================================*/
/*==========================================
メインビジュアル(スライダー)
===========================================*/
/*==========================================
タイトル左右のボーダー
===========================================*/
/*==========================================
hover時に中央から外側に向けてのボーダー
===========================================*/
/*==========================================
カーテン
===========================================*/
/*==========================================
グラデーション
===========================================*/
/*-----------------------------
→方向
-----------------------------*/
/*-----------------------------
↓方向
-----------------------------*/
/*-----------------------------
斜め方向
-----------------------------*/
/*==========================================
iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
===========================================*/
/*==========================================
画面幅3分割レイアウト
===========================================*/
/*==========================================
PC時のフォントに対するclamp()関数
===========================================*/
/*==========================================
PC共通
===========================================*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  letter-spacing: 0.14em;
  font-size: 1.6rem;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.14em;
  font-weight: 500;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  left: 0;
  top: 10px;
}
div .bread li {
  display: inline-block;
  color: var(--main-color);
}
div .bread li:after {
  content: " > ";
  padding: 0 2px;
  color: #999;
}
div .bread li:last-child:after {
  content: "";
}
div .bread li a {
  color: #999;
}
div .bread li a:hover {
  text-decoration: underline;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  width: 100%;
  inset: 0 0 auto;
  z-index: 1001;
  padding: 20px 40px 0;
}
#header .hd-right {
  width: 890px;
}
#header #nav {
  margin-top: 15px;
}
#header #nav .nav-list-item {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: url(../img/common/nav-item_bdr.png) left center no-repeat;
}
#header #nav .nav-list-item a {
  padding: 0 20px;
  display: block;
}
#header #nav .nav-list-item a span {
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header #nav .nav-list-item a span:before {
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#header #nav .nav-list-item a span:after {
  content: "";
  width: 0;
  right: 50%;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  display: block;
}
#header #nav .nav-list-item a span:hover {
  color: var(--font-color);
}
#header #nav .nav-list-item a span:hover:before {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#header #nav .nav-list-item a span:hover:after {
  width: 50%;
  border-bottom: 1px solid var(--font-color);
}
#header #nav .nav-list-item:first-child {
  background: none;
}
#header #nav .nav-list-item:first-child a {
  padding-left: 0;
}
#header #nav .nav-list-item:last-child a {
  padding-right: 0;
}
#header #nav .nav-list-item.current a span {
  border-bottom: 1px solid;
}
#header #nav .nav-list-item.current a span::before, #header #nav .nav-list-item.current a span::after {
  border-bottom: none;
}
#header #nav .nav-list-item.current a span:hover::before, #header #nav .nav-list-item.current a span:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  padding: 0 2.6041%;
  height: 930px;
  background: url(../img/top/mv/mv_base.png) center/cover no-repeat;
  position: relative;
}
#top-mv .mv-frame {
  width: 63.7362%;
  margin-left: auto;
  height: 670px;
  position: absolute;
  inset: auto 2.6041% 8.602% auto;
  border-radius: 24px;
}
#top-mv .mv-frame #top-slider {
  height: 670px;
  position: relative;
}
#top-mv .mv-frame #top-slider li {
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
}
#top-mv .mv-frame #top-slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame #top-slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center no-repeat;
  background-size: cover;
}
#top-mv .mv-frame .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .mv-frame .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .mv-frame .bx-pager {
  display: none;
}
#top-mv .mv-catch {
  position: absolute;
  inset: auto auto 4.8387% 0;
  z-index: 100;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-cont {
  text-align: left;
}
.com-cont p {
  margin-bottom: 25px;
  line-height: 1.8;
}
.com-cont p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
}
#g-map .map iframe {
  width: 100%;
  height: 100%;
}

.com-tel-wrp {
  text-align: right;
  line-height: 1.6;
}
.com-tel-wrp .tel-txt {
  display: block;
}
.com-tel-wrp .tel-num {
  letter-spacing: 0.04em;
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--third-color);
}
.com-tel-wrp .tel-num small {
  font-size: 2.4rem;
}

.com-ptrn-bg {
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, url(../img/common/com_ptrn.jpg);
}

.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 1.8rem;
  position: relative;
  border-radius: 35px;
  letter-spacing: 0.1em;
  border: 1px solid;
  transition: all 0.3s;
}
.com-btn:hover {
  opacity: 1;
}

.com-btn.btn-cl-01 {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}
.com-btn.btn-cl-01::after {
  color: #fff;
}
.com-btn.btn-cl-01:hover {
  color: var(--main-color);
  background: #fff;
}
.com-btn.btn-cl-01:hover::after {
  color: var(--main-color);
}

.com-btn.btn-cl-02 {
  color: var(--font-color);
  background: #fff;
  border-color: #fff;
}
.com-btn.btn-cl-02::after {
  color: var(--font-color);
}
.com-btn.btn-cl-02:hover {
  background: var(--font-color);
  color: #fff;
}
.com-btn.btn-cl-02:hover::after {
  color: #fff;
}

.com-btn.has-arr::after {
  font-family: var(--bootstrap-icons);
  position: absolute;
  content: "\f133";
  z-index: 1;
  inset: 0 4% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-tbl {
  padding: 40px;
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, #fff;
  border-radius: 20px;
}
.com-tbl tr {
  display: flex;
  width: 100%;
  padding: 20px 0;
  background: url(../img/common/com-bdr_x.png) bottom center repeat-x;
}
.com-tbl tr:last-child {
  background: none;
}
.com-tbl tr th, .com-tbl tr td {
  box-sizing: border-box;
  text-align: left;
  overflow-wrap: anywhere;
}
.com-tbl tr th {
  padding: 0 10px;
  width: 165px;
  text-align: center;
  vertical-align: top;
  color: var(--main-color);
}
.com-tbl tr td {
  width: 835px;
  padding: 0 20px;
}
.com-tbl tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-tbl tr td span.tel-caution {
  display: block;
}

/*==========================================
index.php
===========================================*/
/* top-intro
--------------------*/
#top-intro {
  padding: 145px 0 0;
  position: relative;
}
#top-intro .intro-ttl {
  width: 1080px;
  margin: 0 auto 70px;
  font-size: clamp(3.4rem, 2.2vw, 4.2rem);
  font-weight: 500;
}
#top-intro .intro-ttl .ttl-inner {
  width: 86%;
  margin-right: -14%;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
#top-intro .intro-ttl .ttl-inner .has-circle {
  font-size: 5.4rem;
  border-radius: 50%;
  width: 104px;
  height: 104px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background: var(--fourth-color);
  border: 2px dashed var(--main-color);
  margin: 0 10px;
}
#top-intro .intro-ttl .ttl-inner .has-circle:nth-of-type(1) {
  position: relative;
}
#top-intro .intro-ttl .ttl-inner .has-circle:nth-of-type(1)::before {
  width: 110px;
  height: 107px;
  position: absolute;
  content: "";
  inset: -49px auto auto -42px;
  background: url(../img/top/intro-ttl_deco.png) center/100% no-repeat;
}
#top-intro .intro-ttl .ttl-inner .has-bdr {
  font-size: 5.4rem;
  background: url(../img/top/intro-ttl_bdr.png) bottom center no-repeat;
  padding-bottom: 10px;
}
#top-intro .intro-img {
  position: absolute;
  width: 44.9479%;
  inset: 145px auto auto 0;
  z-index: 1;
}
#top-intro .intro-content {
  width: 58.0729%;
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  padding: 60px 0 70px 6.5%;
  border-right: none;
  position: relative;
}
#top-intro .intro-content:after {
  width: 37.4887%;
  height: 328px;
  position: absolute;
  content: "";
  inset: auto 0 -40px auto;
  background: url(../img/top/intro-cont_illust.png) center/100% no-repeat;
}
#top-intro .intro-content .intro-txt {
  width: 56%;
  min-width: 490px;
  line-height: 2;
}
#top-intro .intro-content .intro-btn-list {
  margin-top: 55px;
  position: relative;
  z-index: 12;
}
#top-intro .intro-content .intro-btn-list .btn-list-item {
  width: 56%;
  min-width: 490px;
  margin-bottom: 20px;
}
#top-intro .intro-content .intro-btn-list .btn-list-item:last-child {
  margin-bottom: 0;
}

/* top-reason
--------------------*/
#top-reason {
  padding: 205px 0 230px;
  background: url(../img/top/reason-left-btm_deco.png) left bottom 110px/17.03125% no-repeat, url(../img/top/reason-right-top_deco.png) right top 155px/10.8333% no-repeat, url(../img/top/reason_bg.png) center/cover no-repeat;
}
#top-reason .reason-ttl {
  font-size: 4.2rem;
  margin-bottom: 35px;
}
#top-reason .reason-ttl span {
  font-size: 5.2rem;
}
#top-reason .reason-ttl span.has-bdr {
  padding-bottom: 15px;
  background: url(../img/top/reason-ttl_deco.png) center bottom no-repeat;
}
#top-reason .reason-list {
  gap: 45px 26.6666666667px;
}
#top-reason .reason-list .reason-list-item {
  width: 250px;
  height: 250px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px dotted;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top-reason .reason-list .reason-list-item:nth-child(even) {
  margin-top: 60px;
}
#top-reason .reason-list .reason-list-item .item-num {
  position: absolute;
  inset: 0 auto auto 0;
  width: 70px;
  height: 70px;
  color: #fff;
  border-radius: 50%;
  font-size: 3rem;
  background: var(--main-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-reason .reason-list .reason-list-item .item-illust {
  margin-bottom: 10px;
}
#top-reason .reason-list .reason-list-item .item-txt {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.55;
}
#top-reason .reason-btn {
  width: 527px;
  margin: 52px auto 0;
}

/* top-other
--------------------*/
.top-other-news_bg {
  background: url(../img/top/news_bg.png) bottom left/63.8541% no-repeat;
  padding-bottom: 125px;
}

#top-other .inbox {
  gap: 40px;
}
#top-other .other-wrp {
  width: 520px;
  height: 320px;
  border-radius: 18px;
  position: relative;
  border: 2px solid #bbb69e;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
  position: relative;
  z-index: 1;
}
#top-other .other-wrp::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
}
#top-other .other-wrp:hover {
  opacity: 0.9;
}
#top-other .other-wrp:hover::before {
  transform: scale(1.1);
}
#top-other .other-wrp:hover .com-btn {
  color: var(--main-color);
  background: #fff;
}
#top-other .other-wrp:hover .com-btn::after {
  color: var(--main-color);
}
#top-other .other-wrp .other-btn {
  width: 360px;
  position: absolute;
  inset: auto auto 20px -40px;
}
#top-other .other-faq::before {
  background: url(../img/top/faq_img.jpg) center/cover no-repeat;
}
#top-other .other-voice::before {
  background: url(../img/top/voice_img.jpg) center/cover no-repeat;
}

/* top-news
--------------------*/
#top-news {
  margin-top: 155px;
}
#top-news .inbox {
  width: 1280px;
  border-radius: 20px 0 0 20px;
  padding: 40px 100px;
}
#top-news .news-wrp {
  position: relative;
  min-height: 250px;
}
#top-news .news-ttl {
  width: 195px;
  font-size: 4.2rem;
  padding-bottom: 15px;
  background: url(../img/top/intro-ttl_bdr.png) bottom center no-repeat;
}
#top-news .news-list {
  width: 753px;
}
#top-news .news-list .news-list-item {
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid #dfdbc8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#top-news .news-list .news-list-item:last-child {
  border-bottom: none;
}
#top-news .news-list .news-list-item:last-child a {
  padding-bottom: 0;
}
#top-news .news-list .news-list-item:first-child a {
  padding-top: 0;
}
#top-news .news-list .news-list-item a {
  padding: 20px 0;
}
#top-news .news-list .news-list-item a:hover .news-post-ttl {
  text-decoration: underline;
}
#top-news .news-list .news-list-item time {
  width: 105px;
}
#top-news .news-list .news-list-item .category-label {
  width: 645px;
  gap: 7px 0;
}
#top-news .news-list .news-list-item .category-label li {
  padding: 0 7px;
  color: var(--main-color);
  position: relative;
}
#top-news .news-list .news-list-item .category-label li::before, #top-news .news-list .news-list-item .category-label li::after {
  width: 1px;
  height: 15px;
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  background: var(--main-color);
}
#top-news .news-list .news-list-item .category-label li::before {
  left: 0;
}
#top-news .news-list .news-list-item .category-label li::after {
  right: 0;
}
#top-news .news-list .news-list-item .category-label li:not(:first-child)::before {
  background: none;
}
#top-news .news-list .news-list-item .news-post-ttl {
  width: 100%;
  font-size: 1.6rem;
  margin-top: 5px;
}
#top-news .news-btn {
  position: absolute;
  inset: auto auto 0 0;
  width: 175px;
  background: none;
  color: var(--main-color);
  border: none;
  text-align: left;
  justify-content: flex-start;
  height: 50px;
  padding: 0 5px 0 15px;
}
#top-news .news-btn::after {
  color: var(--main-color);
  right: 10px;
}
#top-news .news-btn:hover {
  background: var(--main-color);
  color: #fff;
}
#top-news .news-btn:hover::after {
  color: #fff;
}

/* top-contact
--------------------*/
#top-contact {
  padding: 115px 0 120px;
  background: url(../img/top/contact-right-btm_deco.png) right bottom 25px/17.65625% no-repeat, url(../img/top/contact_bg.jpg) center/cover no-repeat;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
#top-contact .contact-ttl {
  width: 725px;
  margin: 0 auto 80px;
  font-size: 4.2rem;
  position: relative;
}
#top-contact .contact-ttl::before, #top-contact .contact-ttl::after {
  width: 33px;
  height: 42px;
  position: absolute;
  content: "";
  inset: 0 auto;
  margin: auto 0;
  background: url(../img/top/contact-ttl_bdr.png) center/100% no-repeat;
}
#top-contact .contact-ttl::before {
  left: 0;
}
#top-contact .contact-ttl::after {
  right: 0;
  transform: scale(-1, 1);
}
#top-contact .contact-wrp {
  gap: 40px;
}
#top-contact .contact-wrp-box {
  width: 520px;
  background: url(../img/top/contact-wro-box_bg.png) center/cover no-repeat;
  padding: 35px 80px;
}
#top-contact .contact-wrp-box .contact-subttl {
  color: #fff;
  margin-bottom: 20px;
}
#top-contact .reserve-box .contact-subttl {
  font-size: 3rem;
}
#top-contact .mail-box .contact-subttl {
  font-size: 2.6rem;
}
#top-contact .mail-box .btn-list {
  gap: 20px;
}
#top-contact .mail-box .btn-list .btn-list-item {
  width: 70px;
  height: 70px;
}
#top-contact .mail-box .btn-list .btn-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
#top-contact .mail-box .btn-list .btn-list-item a:hover {
  opacity: 1;
  background: var(--accent-color);
}
#top-contact .contact-tel {
  width: 100%;
  padding: 30px 0;
  border-radius: 20px 0 0 20px;
  text-align: center;
  margin-top: 55px;
}
#top-contact .contact-tel .tel-num {
  font-size: 3.8rem;
}
#top-contact .contact-tel .tel-num small {
  font-size: 2.4rem;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--accent-color);
  padding: 95px 0;
}
#footer .ft-left {
  width: 440px;
  text-align: left;
}
#footer .ft-left .ft-logo {
  display: block;
  width: 260px;
  margin-bottom: 30px;
}
#footer .ft-left .ft-adr {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 45px;
}
#footer .ft-left .ft-adr .adr-locate {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
#footer .ft-left .ft-adr .adr-worktime dt {
  width: 90px;
  border: 1px solid;
  margin-right: 10px;
  text-align: center;
  line-height: 1.5;
  padding: 2px 0;
}
#footer .ft-left .ft-btn-list {
  gap: 25px 30px;
}
#footer .ft-left .ft-btn-list .btn-list-item .com-btn {
  width: 264px;
  height: 50px;
  font-size: 1.4rem;
}
#footer .ft-right {
  width: 490px;
}
#footer .ft-right .ft-nav {
  gap: 33px;
}
#footer .ft-right .ft-nav-list {
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
}
#footer .ft-right .ft-nav-list .nav-list-item {
  margin-bottom: 20px;
}
#footer .ft-right .ft-nav-list .nav-list-item:last-child {
  margin-bottom: 0;
}
#footer .ft-right .ft-nav-list .nav-list-item a:hover {
  text-decoration: underline;
}

#copyright {
  margin-top: 95px;
  word-break: normal;
  color: #99926e;
  text-align: right;
}
#copyright small {
  font-size: 1rem;
}
#copyright a {
  color: #99926e;
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: 660px;
  background: url(../img/sv/sv_bg.png) center/cover no-repeat;
}
.lower-sv::before {
  width: 14.1145%;
  height: 223px;
  position: absolute;
  content: "";
  inset: auto auto 35px 0;
  z-index: 11;
  background: url(../img/sv/sv_deco.png) center bottom/100% no-repeat;
}
.lower-sv .sv-ttl {
  width: 890px;
  padding: 35px 0;
  position: absolute;
  z-index: 10;
  inset: auto auto 28.7878% 0;
  font-size: 5rem;
  font-family: var(--sub-font-family);
  font-weight: 700;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ad8d66+13,ad8d66+87,000000+100 */
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.8) 17%, rgba(255, 255, 255, 0.8) 83%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.lower-sv .sv-frame {
  position: absolute;
  inset: auto 2.6041% 6.818% auto;
  width: 59.89583%;
  height: 65.909%;
  border-radius: 24px;
  box-shadow: 0 0 8px rgba(105, 88, 68, 0.1);
}

#about-sv .sv-frame {
  background: url(../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#reason-sv .sv-frame {
  background: url(../img/sv/reason-sv_bg.jpg) center/cover no-repeat;
}

#menu-sv .sv-frame {
  background: url(../img/sv/menu-sv_bg.jpg) center/cover no-repeat;
}

#faq-voice-sv .sv-frame {
  background: url(../img/sv/faq-voice-sv_bg.jpg) center/cover no-repeat;
}

#info-sv .sv-frame {
  background: url(../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

#news-sv .sv-frame {
  background: url(../img/sv/news-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv .sv-frame {
  background: url(../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv .sv-frame {
  background: url(../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv .sv-frame {
  background: url(../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#site-sv .sv-frame {
  background: url(../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv .sv-frame {
  background: url(../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 60px;
}

.ttl02 {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 15px;
}

/*==========================================
about.php
===========================================*/
/* about-point
--------------------*/
#about-point {
  padding: 70px 0 205px;
}
#about-point .point-ttl {
  margin-bottom: 75px;
}
#about-point .point-ttl span {
  color: var(--main-color);
  font-size: 12.4rem;
}
#about-point .point-list {
  gap: 105px 40px;
  position: relative;
}
#about-point .point-list::before, #about-point .point-list::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#about-point .point-list::before {
  width: 237px;
  height: 185px;
  inset: -80px auto auto -62px;
  background: url(../img/about/point-01_deco.png) center/100% no-repeat;
}
#about-point .point-list::after {
  width: 243px;
  height: 190px;
  inset: auto -115px -65px auto;
  background: url(../img/about/point-04_deco.png) center/100% no-repeat;
}
#about-point .point-list .point-list-item {
  width: 520px;
  position: relative;
  padding: 75px 40px 60px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
#about-point .point-list .point-list-item .item-num {
  position: absolute;
  inset: -52px 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  background: var(--fourth-color);
  border-radius: 50%;
  color: var(--main-color);
  border: 2px dashed;
  font-size: 4.4rem;
  margin: 0 auto;
  line-height: 1;
}
#about-point .point-list .point-list-item .item-num small {
  display: block;
  font-size: 1.8rem;
}
#about-point .point-list .point-list-item .item-ttl {
  font-size: 3.5rem;
  margin-bottom: 10px;
  line-height: 1.6;
  flex-grow: 1;
}
#about-point .point-list .point-list-item .item-ttl:first-line {
  font-size: 2.6rem;
}
#about-point .point-list .point-list-item .item-illust {
  flex-grow: 1;
}
#about-point .point-list .point-list-item .item-txt {
  text-align: left;
  padding: 0 10px;
  flex-grow: 1;
  margin-top: 10px;
}

/* about-steps
--------------------*/
#about-steps {
  padding: 115px 0 130px;
  background: #e1f5e0;
}
#about-steps .steps-list .steps-list-item {
  margin-bottom: 70px;
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, #fff;
  border-radius: 20px;
  padding: 55px;
  position: relative;
  text-align: left;
}
#about-steps .steps-list .steps-list-item::before {
  width: 1px;
  height: 70px;
  position: absolute;
  content: "";
  margin: 0 auto;
  inset: auto 0 -70px 0;
  border-right: 1px dotted;
}
#about-steps .steps-list .steps-list-item:last-child {
  margin-bottom: 0;
}
#about-steps .steps-list .steps-list-item:last-child::before {
  border: none;
}
#about-steps .steps-list .steps-list-item:last-child::after {
  position: absolute;
  content: "";
  background: url(../img/about/step-item-last_deco.png) center/100% no-repeat;
  inset: auto -118px -55px auto;
  width: 224px;
  height: 125px;
}
#about-steps .steps-list .steps-list-item .item-ttl {
  margin-bottom: 20px;
}
#about-steps .steps-list .steps-list-item .item-ttl .ttl-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: -35px auto auto 27px;
  background: var(--main-color);
}
#about-steps .steps-list .steps-list-item .item-ttl .ttl-txt {
  font-size: 3.2rem;
  color: var(--main-color);
}

/*==========================================
reason.php
===========================================*/
#reason-sec {
  padding: 155px 0 135px;
}
#reason-sec .inbox {
  width: 1280px;
}
#reason-sec .reason-list {
  position: relative;
}
#reason-sec .reason-list::before, #reason-sec .reason-list::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#reason-sec .reason-list::before {
  width: 322px;
  height: 252px;
  inset: -122px auto auto -125px;
  background: url(../img/reason/reason-item-first_deco.png) center/100% no-repeat;
}
#reason-sec .reason-list::after {
  width: 329px;
  height: 225px;
  background: url(../img/reason/reason-item-last_deco.png) center/100% no-repeat;
  inset: auto -82px -38px auto;
}
#reason-sec .reason-list .reason-list-item {
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, #fff;
  border-radius: 20px;
  padding: 55px 100px;
  margin-bottom: 50px;
  position: relative;
}
#reason-sec .reason-list .reason-list-item:last-child {
  margin-bottom: 0;
}
#reason-sec .reason-list .reason-list-item .item-img {
  width: 35.9375%;
  position: absolute;
  top: 55px;
}
#reason-sec .reason-list .reason-list-item .item-img img {
  border-radius: 21px;
}
#reason-sec .reason-list .reason-list-item .reason-content {
  min-height: 340px;
  width: 575px;
}
#reason-sec .reason-list .reason-list-item .reason-content .item-ttl {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
#reason-sec .reason-list .reason-list-item .reason-content .item-ttl span {
  color: var(--main-color);
}
#reason-sec .reason-list .reason-list-item:nth-child(odd) .reason-content {
  margin-left: auto;
}
#reason-sec .reason-list .reason-list-item:nth-child(odd) .item-img {
  left: 100px;
}
#reason-sec .reason-list .reason-list-item:nth-child(even) .item-img {
  right: 100px;
}

/*==========================================
menu.php
===========================================*/
/* menu-price
--------------------*/
#menu-price {
  padding: 160px 0 115px;
}
#menu-price .price-txt {
  margin-bottom: 85px;
}
#menu-price .price-post-item {
  margin-bottom: 40px;
  padding: 55px 50px 65px;
  border-radius: 20px;
}
#menu-price .price-post-item:last-child {
  margin-bottom: 0;
}
#menu-price .price-post-item .item-ttl {
  border-bottom: 2px dotted;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
#menu-price .price-post-item .item-ttl .ttl-txt {
  width: 615px;
  font-size: 3.6rem;
  color: var(--main-color);
  text-align: left;
}
#menu-price .price-post-item .item-ttl .ttl-price {
  text-align: right;
  font-size: 2rem;
}
#menu-price .price-post-item .price-body {
  text-align: left;
}

/* menu-campaign
--------------------*/
#menu-campaign {
  padding: 115px 0 130px;
  background: #e1f5e0;
}
#menu-campaign .campaign-post-item {
  margin-bottom: 40px;
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, #fff;
  padding: 55px 50px 65px;
  border-radius: 20px;
  position: relative;
}
#menu-campaign .campaign-post-item:nth-of-type(1)::before {
  position: absolute;
  content: "";
  inset: -50px -55px auto auto;
  width: 237px;
  height: 185px;
  background: url(../img/menu/campaign-item_deco.png) center/100% no-repeat;
}
#menu-campaign .campaign-post-item:last-child {
  margin-bottom: 0;
}
#menu-campaign .campaign-post-item .item-ttl {
  font-size: 3.6rem;
  color: var(--main-color);
  text-align: left;
  padding-bottom: 15px;
}
#menu-campaign .campaign-post-item .item-price {
  text-align: left;
}
#menu-campaign .campaign-post-item .item-price .normal-price {
  font-size: 2rem;
}
#menu-campaign .campaign-post-item .item-price .campaign-price {
  color: var(--main-color);
  font-weight: 700;
  font-size: 2rem;
}
#menu-campaign .campaign-post-item .item-price .has-both {
  padding-left: 45px;
  margin-left: 25px;
  position: relative;
}
#menu-campaign .campaign-post-item .item-price .has-both::before {
  position: absolute;
  content: "\f818";
  inset: 0 auto 0 0;
  margin: auto 0;
  transform: rotate(180deg);
  font-family: var(--bootstrap-icons);
  color: var(--main-color);
}
#menu-campaign .campaign-post-item .campaign-body {
  padding-top: 30px;
  border-top: 2px dotted;
  margin-top: 25px;
  text-align: left;
}

/*==========================================
faq-voice.php
===========================================*/
/* faq-sec
--------------------*/
#faq-sec {
  padding: 155px 0 125px;
}
#faq-sec .faq-post-item {
  margin-bottom: 40px;
}
#faq-sec .faq-post-item:last-child {
  margin-bottom: 0;
}
#faq-sec .faq-post-item .item-ttl {
  background: var(--main-color);
  color: #fff;
  font-size: 2.4rem;
  border-radius: 10px;
  padding: 12px 95px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
#faq-sec .faq-post-item .item-ttl .ttl-q {
  position: absolute;
  left: 51px;
  top: 13px;
}
#faq-sec .faq-post-item .item-body {
  text-align: left;
}

/* voice-sec
--------------------*/
#voice-sec {
  padding: 125px 0 130px;
  background: #e1f5e0;
}
#voice-sec .voice-post-item {
  margin-bottom: 40px;
  background: url(../img/common/com-bdr_x.png) top center repeat-x, url(../img/common/com-bdr_x.png) bottom center repeat-x, url(../img/common/com-bdr_y.png) left center repeat-y, url(../img/common/com-bdr_y.png) right center repeat-y, #fff;
  padding: 55px 50px 65px;
  border-radius: 20px;
  position: relative;
}
#voice-sec .voice-post-item::before, #voice-sec .voice-post-item::after {
  position: absolute;
  content: "";
}
#voice-sec .voice-post-item::before {
  width: 149px;
  height: 102px;
  inset: -41px auto auto -28px;
  background: url(../img/faq-voice/voice-item-left_deco.png) center/100% no-repeat;
}
#voice-sec .voice-post-item::after {
  width: 117px;
  height: 96px;
  inset: auto -25px -22px auto;
  background: url(../img/faq-voice/voice-item-right_deco.png) center/100% no-repeat;
}
#voice-sec .voice-post-item .item-prifile {
  text-align: left;
  margin-bottom: 40px;
}
#voice-sec .voice-post-item .item-prifile span {
  padding: 2px 15px;
  background: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
}
#voice-sec .voice-post-item .img-wrp {
  gap: 40px;
}
#voice-sec .voice-post-item .img-fig .com-img {
  width: 100%;
}
#voice-sec .voice-post-item .img-fig .fig-cap {
  color: var(--main-color);
}
#voice-sec .voice-post-item .before-fig {
  width: 390px;
  position: relative;
}
#voice-sec .voice-post-item .before-fig::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 57px;
  inset: auto -15px -40px auto;
  background: url(../img/faq-voice/after-img_arr.png) center/100% no-repeat;
}
#voice-sec .voice-post-item .before-fig .com-img {
  height: 240px;
}
#voice-sec .voice-post-item .before-fig .fig-cap {
  font-size: 1.8rem;
}
#voice-sec .voice-post-item .after-fig {
  width: 535px;
}
#voice-sec .voice-post-item .after-fig .com-img {
  height: 340px;
}
#voice-sec .voice-post-item .after-fig .fig-cap {
  font-size: 2.2rem;
}
#voice-sec .voice-post-item .part-img {
  width: 535px;
  margin: 0 auto;
  height: 240px;
}
#voice-sec .post-comment {
  text-align: left;
  padding-top: 30px;
  border-top: 1px dotted;
  margin-top: 25px;
}

/*==========================================
info.php
===========================================*/
/* info-greeting
--------------------*/
#info-greeting {
  padding: 155px 0 120px;
  position: relative;
}
#info-greeting .greeting-img {
  position: absolute;
  width: 36.45833%;
  inset: 320px auto auto 8.333%;
  z-index: 1;
  text-align: right;
}
#info-greeting .greeting-img img {
  border-radius: 21px;
}
#info-greeting .greeting-content {
  width: 58.0729%;
  border-radius: 20px 0 0 20px;
  margin-left: auto;
  padding: 60px 0 70px 6.5%;
  border-right: none;
  position: relative;
}
#info-greeting .greeting-content::before {
  width: 24.6636%;
  max-width: 275px;
  height: 215px;
  position: absolute;
  content: "";
  inset: -78px auto auto 55.605%;
  background: url(../img/info/greeting-wrp_deco.png) center top/100% no-repeat;
}
#info-greeting .greeting-content .greeting-txt {
  width: 580px;
}
#info-greeting .greeting-content .greeting-txt.name {
  margin-top: 60px;
}

/* info-access
--------------------*/
#info-access {
  padding: 120px 0 0;
  background: #e1f5e0;
}
#info-access .inbox {
  width: 1280px;
}
#info-access .info-tbl {
  margin-bottom: 130px;
  position: relative;
  padding: 40px 100px;
}
#info-access .info-tbl::before {
  width: 245px;
  height: 168px;
  position: absolute;
  content: "";
  background: url(../img/info/access_deco.png) center/100% no-repeat;
  inset: -97px auto auto -35px;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin: 0 0 45px auto;
  text-align: center;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 37px 15px 15px;
  color: #2e2e2e;
  font-family: var(--main-font-family);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
news.php
===========================================*/
.post-wrap .column-lists .column-lists-item {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists .column-lists-item a {
  display: block;
  padding: 45px 0;
  box-sizing: border-box;
}
.post-wrap .column-lists .column-lists-item a:hover .more-btn {
  background: #fff;
  color: var(--main-color);
}
.post-wrap .column-lists .column-lists-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  color: var(--main-color);
  text-align: left;
  padding: 4px 0;
  width: 95px;
}
.post-wrap .column-lists .post-ttl time,
.post-wrap .column-lists .post-ttl .category-label {
  font-weight: normal;
  font-size: 1.4rem;
}
.post-wrap .column-lists .post-ttl .category-label {
  width: 970px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post-wrap .column-lists .post-ttl .category-label li {
  border: 1px solid var(--main-color);
  color: #fff;
  background: var(--main-color);
  padding: 2px 10px;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 2.3rem;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 20px;
}
.post-wrap .column-lists .more-btn {
  width: 125px;
  font-size: 1.4rem;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-wrap .column-lists .has-thumb a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.post-wrap .column-lists .has-thumb .thumb {
  width: 210px;
  height: 200px;
}
.post-wrap .column-lists .has-thumb .post-area {
  width: 820px;
}
.post-wrap .column-lists .has-thumb .post-area .category-label {
  width: 705px;
}
.post-wrap .post-content {
  padding: 0 20px 5px 20px;
  box-sizing: border-box;
  text-align: left;
}
.post-wrap .post-content img {
  max-width: 100%;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  margin-bottom: 20px;
}
.single-meta time {
  font-size: 1.4rem;
  text-align: left;
  width: 95px;
  padding: 3px 0;
  box-sizing: border-box;
}
.single-meta .category-label {
  width: 920px;
  font-size: 1.4rem;
  gap: 5px;
  margin-left: 10px;
}
.single-meta .category-label li a {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  padding: 3px 10px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: var(--main-color);
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  font-size: 10px;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ":";
  padding: 0 5px;
}
.single-category dd {
  max-width: 170px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: "#";
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
contact.php
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  margin-bottom: 55px;
}
#contact .contact-form tr {
  display: block;
}
#contact .contact-form tr th {
  width: 350px !important;
  position: relative;
  vertical-align: top;
}
#contact .contact-form tr th em {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #f00;
  font-weight: 500;
  padding: 3px;
  font-size: 1rem;
}
#contact .contact-form tr td {
  width: 648px;
}
#contact .contact-form tr td li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contact .contact-form tr td li:last-child {
  margin-right: 0;
}
#contact .contact-form .txtarea {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-family: var(--main-font-family);
}
#contact .contact-form .contact-select {
  width: 200px;
  position: relative;
}
#contact .contact-form .contact-select::after {
  content: "";
  position: absolute;
  inset: 0 16px 0 auto;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
#contact .contact-form .contact-select select {
  width: 100%;
  padding: 15px 30px 15px 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: var(--main-font-family);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 150px;
}
#contact .contact-form #date1,
#contact .contact-form #date2,
#contact .contact-form #date3 {
  width: 300px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form textarea {
  height: 260px;
  line-height: 1.8;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 5px;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 10px;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .thumb img {
  max-width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: var(--main-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: var(--accent-color);
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .select-file,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input#file-upload-button {
  background: var(--accent-color);
}
#contact .g-recaptcha div {
  margin: 0 auto 40px auto;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.6rem;
  color: #fff;
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
  font-family: var(--main-font-family);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 0;
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover,
#contact .contact-submits-wrap button:hover {
  background: var(--main-color);
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 260px;
  margin: 0 auto;
}
#contact .back-btn {
  width: 270px;
  margin: 0 auto;
  margin-right: 40px;
}
#contact .send-btn {
  width: 240px;
  margin: 0 auto;
}
#contact .privacy-agree {
  text-decoration: underline;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
privacy.php
===========================================*/
#privacy .privacy-box {
  margin-bottom: 70px;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 30px;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 30px;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}