@charset "UTF-8";

/*  フォント関連  */

@font-face {
  font-family: 'number01';
  src: local('メイリオ');
  unicode-range: U+0030-0039;
}

/*  mac・iosn対策  */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

select {
  background-image: url(../images/icon_arrow.gif);
  background-repeat: no-repeat;
  background-size: 16px 10px;
  background-position: right 10px center;
}
select::-ms-expand {
  display: none;
}

.f01 {
  font-family: 'number01', 'Noto Sans JP', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fMey {
  font-family:
    'メイリオ', meiryo, 'Noto Sans JP', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fHira {
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

/*  リンク関連  */

a[href^='tel:']:link,
a[href^='tel:']:visited,
a[href^='tel:']:hover,
a[href^='tel:']:active {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^='tel:']:link,
  a[href^='tel:']:visited,
  a[href^='tel:']:hover,
  a[href^='tel:']:active {
    pointer-events: none;
  }
}

/* 会員数・加盟店数注釈 */
.memnote {
  font-size: 10px;
  color: #b7b7b7;
}

/*  hType  */

.hType-Headline {
  color: #cc0414;
  font-size: 32px;
  font-weight: bold;
  border-top: 4px solid #e2e3e6;
  padding-top: 20px;
  position: relative;
}

.hType-Headline::before {
  content: '';
  width: 23%;
  height: 4px;
  background: #cc0414;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
}

.hType-leftBd {
  font-size: 28px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
}

.hType-leftBd::before {
  content: '';
  width: 10px;
  height: 1.5em;
  background: #cd0414;
  position: absolute;
  top: 0;
  left: 0;
}

/*  pc・sp  */

.forpc {
  display: block !important;
}
.forsp {
  display: none !important;
}
.forpcinline {
  display: inline !important;
}
.forspinline {
  display: none !important;
}

/*  ボタン  */

#mainColumn .button_A {
  text-align: center;
  margin: 40px 0 0;
}

#mainColumn .button_A a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  min-width: 500px;
  text-align: center;
  background: #cf0414;
  border-radius: 50px;
  padding: 15px 80px;
  display: inline-block;
  box-sizing: border-box;
}

#mainColumn .button_A a:hover {
  opacity: 0.8;
}

#mainColumn .button_A a::before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  background: url(../images/iArrowCircle02.png) no-repeat center center / 100% auto;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 5px;
}

#mainColumn .button_A_min {
  text-align: center;
  margin: 20px 0 0;
}

#mainColumn .button_A_min a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #cf0414;
  border-radius: 30px;
  padding: 10px 45px 10px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

#mainColumn .button_A_min a:hover {
  opacity: 0.8;
}

#mainColumn .button_A_min a::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/iArrowCircle02.png) no-repeat center center / 100% auto;
  display: inline-block;
  margin-right: 0.5em;
  position: absolute;
  top: 50%;
  transform: translate(-150%, -50%);
}

/**/

.inner,
.inner02 {
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
span.tax {
  font-size: 75%;
}

header {
  padding-top: 15px;
  background: #fff;
}

header * {
  font-family:
    'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, Osaka,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.l-header {
  margin: 0 0 25px;
}

.l-header .inner {
  display: flex;
  justify-content: space-between;
}

.l-header .logoArea .logo img {
  vertical-align: middle;
}

.l-header .logoArea .logo img + img {
  vertical-align: middle;
  margin-left: 5px;
}

.l-header .logoArea .m-pageTitle {
  color: #555;
  font-size: 11px;
  margin-bottom: 10px;
}

.l-header .telArea {
  display: flex;
  align-items: center;
}

.l-header .telArea .telBox {
}

.l-header .telArea .telBox .reception {
  font-size: 13px;
}

.l-header .telArea .telBox .reception span {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #80050a;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 15px;
  display: inline-block;
}

.l-header .telArea .telBox ul {
}

.l-header .telArea .telBox ul li {
  font-size: 14px;
  line-height: 1.2;
}

.l-header .telArea .telBox ul li + li {
}

.l-header .telArea .telBox ul li a {
  font-size: 19px;
  font-weight: bold;
  margin-left: 10px;
}

.l-header .telArea .m-headerButton {
  margin-left: 33px;
}

.l-header .kaigyo {
  display: none;
}

.m-headerButton a {
  display: block;
  color: #fff;
  font-size: 17px;
  background: #d30414;
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px 25px 20px 15px;
  transition: 0.2s all ease 0s;
  position: relative;
}
.m-headerButton a:hover {
  color: #f2b4b8;
  box-shadow: none;
  -ms-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  cursor: pointer;
}
.m-headerButton a::after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  border-top: 0.15em solid #fff;
  border-right: 0.15em solid #fff;
  margin: auto;
  display: inline-block;
  transform: rotate(45deg);
  position: absolute;
  inset: 4% 6% 0 auto;
}

.m-headerButton a:hover::after {
  border-top: 0.15em solid #f2b4b8;
  border-right: 0.15em solid #f2b4b8;
}

.l-nav > .inner > ul {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.l-nav > .inner > ul > li {
  font-weight: bold;
  text-align: center;
}

.l-nav > .inner > ul > li p {
  width: 208px;
  padding: 0 0 13px;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.l-nav > .inner > ul > li.active p {
  border-bottom: 5px solid #cd0414;
}

/* 開業ブログ　追従ヘッダー用CSS */
#scroll-header {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#scroll-header > .inner {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#scroll-header .logoArea .logo img {
  width: 230px;
}

#scroll-header .logoArea .logo img + img {
  display: none;
}

#scroll-header .logoArea .m-pageTitle {
}

#scroll-header .l-nav > .inner {
  width: auto;
  margin: 0 0 0 30px;
}

#scroll-header .l-nav > .inner > ul {
  position: inherit;
}
#scroll-header .l-nav > .inner > ul > li {
  height: 100%;
}
#scroll-header .l-nav > .inner > ul > li p {
  font-size: 14px;
  width: auto;
  padding: 18px 15px;
}

#scroll-header .l-nav > .inner > ul > li .submenu {
  top: 70px;
}

#scroll-header .m-headerButton a {
  font-size: 14px;
  margin: 10px 0;
}

/* 開業 */
#yarigai .l-nav > .inner > ul > li.l-nav-miryoku p,
#market .l-nav > .inner > ul > li.l-nav-miryoku p,
#merit .l-nav > .inner > ul > li.l-nav-miryoku p,
#work .l-nav > .inner > ul > li.l-nav-miryoku p {
  border-bottom: 5px solid #cd0414;
}

#about .l-nav > .inner > ul > li.l-nav-tokuchou p,
#system .l-nav > .inner > ul > li.l-nav-tokuchou p {
  border-bottom: 5px solid #cd0414;
}

#shikin .l-nav > .inner > ul > li.l-nav-shikin p,
#model .l-nav > .inner > ul > li.l-nav-shikin p {
  border-bottom: 5px solid #cd0414;
}

#flow .l-nav > .inner > ul > li.l-nav-flow p,
#before .l-nav > .inner > ul > li.l-nav-flow p,
#after .l-nav > .inner > ul > li.l-nav-flow p {
  border-bottom: 5px solid #cd0414;
}

#archive-owner .l-nav > .inner > ul > li.l-nav-owner p,
#single-owner .l-nav > .inner > ul > li.l-nav-owner p {
  border-bottom: 5px solid #cd0414;
}

.l-nav > .inner > ul > li .submenu {
  position: absolute;
  top: 42px;
  left: -65px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.l-nav > .inner > ul > li.active .submenu {
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
}

.l-nav > .inner > ul > li .submenu .innerBox {
  color: #fff;
  width: 1170px;
  background: #d0324b;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  padding: 30px 0;
  margin-top: 5px;
}

.l-nav > .inner > ul > li.active .submenu .innerBox {
  display: flex;
  align-items: center;
}

.l-nav > .inner > ul > li .submenu h3 {
  font-size: 19px;
  /*	font-size: 16px;*/
  font-weight: bold;
  border-right: 1px solid #e999a6;
  /*	margin: 0 50px 0 0;*/
  /*	padding: 0 70px;*/
  margin: 0 20px 0 0;
  padding: 0 30px;
  box-sizing: border-box;
}

.l-nav > .inner > ul > li .submenu ul {
  font-size: 17px;
  /*	font-size: 14px;*/
  font-weight: normal;
  display: flex;
  align-items: center;
}

.l-nav > .inner > ul > li .submenu ul li {
  /*	margin: 0 58px 0 0;*/
  margin: 0 20px 0 0;
  /*	padding: 0 0 0 26px;*/
  padding: 0 0 0 23px;
  position: relative;
}

.l-nav > .inner > ul > li .submenu ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/iArrowCircle02.png) no-repeat center center / auto 100%;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
}

.l-nav > .inner > ul > li .submenu ul li a {
  color: #fff;
}

.l-nav > .inner > ul > li .submenu ul li a:hover {
  text-decoration: underline;
}

.l-nav > .inner > ul > li .submenu .btn_cross {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.l-nav > .inner > ul > li .submenu .btn_cross img {
  width: 100%;
}

#pageHead {
  background-repeat: no-repeat;
  background-size: cover;
}

#pageHead .inner {
  height: 190px;
  padding: 10px 0 0;
  box-sizing: border-box;
  position: relative;
}

#mainColumn #breadpath {
  background: #f2f3f7;
  margin: 0 0 2px;
  padding: 8px 0;
}
#mainColumn #breadpath .breadpath {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#mainColumn #breadpath .breadpath li {
  color: #777;
  font-size: 12px;
}

#mainColumn #breadpath .breadpath li + li {
  margin-left: 0.5em;
}
#mainColumn #breadpath .breadpath li + li::before {
  content: '>';
  margin-right: 0.5em;
}

#mainColumn #breadpath .breadpath li a {
  color: #800e0e;
  font-size: 12px;
  text-decoration: underline;
}

#mainColumn #breadpath .breadpath li a:hover {
  text-decoration: none;
}

#pageHead h1 {
  font-size: 32px;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#pageHead h1 span {
  color: #d00414;
}

/*  .nextpageBtn  */

.nextpageBtn {
  margin: 85px 0 0;
}

.nextpageBtn a {
  color: #fff;
  width: 580px;
  background: #d0324b;
  border-radius: 5px;
  padding: 7px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.nextpageBtn a figure {
  width: 208px;
  background: #fff;
  border: 2px solid #fff;
}

.nextpageBtn a figure img {
  width: 100%;
}

.nextpageBtn a p {
  font-size: 24px;
  font-weight: bold;
  width: 310px;
  margin: 0 15px 0 30px;
  position: relative;
}

.nextpageBtn a:hover p {
  text-decoration: underline;
}

.nextpageBtn a p::after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/iArrowCircle02.png) no-repeat center center / 100% auto;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.nextpageBtn2 {
  margin: 70px 0 0;
  text-align: center;
}

.nextpageBtn2 a,
.nextpageBtn2 button {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  min-width: 520px;
  background: #cf0414;
  border: none;
  border-radius: 50px;
  padding: 20px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.3s;
}

.nextpageBtn2 a:hover,
.nextpageBtn2 button:hover {
  opacity: 0.7;
}

.nextpageBtn2 a::before,
.nextpageBtn2 button::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/iArrowCircle02.png) no-repeat center bottom / 25px auto;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.nextpageBtn2 button:disabled::before {
  content: '';
  width: 15px;
  height: initial;
  padding: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  display: inline-block;
  margin-right: 15px;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

/*  kameiten  */

#kameiten {
  padding: 100px 0 0;
}

#kameiten h3 {
  color: #c2000a;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

#kameiten ul.lists {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  gap: 25px;
}

#kameiten ul.lists > li {
  width: 240px;
  border: 1px solid #ddd;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}

#kameiten ul.lists > li figure {
}

#kameiten ul.lists > li figure img {
  width: 100%;
  height: auto;
}

#kameiten ul.lists > li h4 {
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 0;
  display: -webkit-box;
}

#kameiten ul.lists > li .soudannjyo {
  color: #c2000a;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  display: -webkit-box;
}

#kameiten ul > li .soudannjyo span {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #d05741;
  border-radius: 5px;
  margin-right: 5px;
  padding: 0 7px;
  display: inline-block;
}

#kameiten ul.lists > li .name {
  color: #c2000a;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin: 5px 0 0;
}

#kameiten ul.lists > li ul.tags {
  width: 100%;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
}

#kameiten ul.lists > li ul.tags li {
  color: #d0324b;
  font-size: 13px;
  border: 1px solid #d0324b;
  border-radius: 5px;
  margin: 3px 8px 3px 0;
  padding: 0 15px;
}

#kameiten ul.lists > li ul.tags li:last-child {
  margin-right: 0;
}

/*  setsumeikaiArea  */

#setsumeikaiArea {
  background:
    url(../../images/setsumeikai_bg.jpg) no-repeat,
    #dbdee1;
  background-size: cover;
  background-position: left top;
  margin: 100px 0 0;
  padding: 60px 0;
}

#setsumeikaiArea .textBox {
  width: 660px;
  background: #fff;
  margin: 0 0 0 auto;
  padding: 30px 30px 30px 40px;
  position: relative;
}

#setsumeikaiArea .textBox h3 {
  color: #ce0414;
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 10px;
}

#setsumeikaiArea .textBox h3 span {
  color: #fff;
  font-size: 20px;
  background: #2185bc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px 85px;
  display: inline-block;
}

#setsumeikaiArea .textBox h3 span::before {
  content: '＼';
  font-size: 16px;
  padding-right: 5px;
}
#setsumeikaiArea .textBox h3 span::after {
  content: '／';
  font-size: 20px;
  padding-left: 5px;
}

#setsumeikaiArea .textBox .lead {
  margin: 0 0 20px;
}

#setsumeikaiArea .textBox ul {
}

#setsumeikaiArea .textBox ul li {
  margin: 0 0 5px;
}

#setsumeikaiArea .textBox ul li:last-child {
  margin-bottom: 0;
}

#setsumeikaiArea .textBox ul li::before {
  content: '●';
  color: #ce0414;
  margin-right: 5px;
}

#setsumeikaiArea .textBox .button_A_min {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

/*  setsumeikaiArea thanksページ用 */
#setsumeikaiArea.thankspage {
  background: none;
  padding: 0;
}

#setsumeikaiArea.thankspage .textBox {
  width: auto;
  margin: 0;
  padding: 0;
  position: relative;
}
#setsumeikaiArea.thankspage .textBox .button_A_min {
  bottom: 0;
}

/*  cta  */
.cta {
  padding: 55px 0 0;
}

.cta .subContents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.cta .topkome {
  color: #646464;
  font-size: 10px;
  margin-top: 25px;
}

.cta ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 35px;
  row-gap: 25px;
}

.cta ul li:nth-child(1) {
  width: 550px;
}

.cta ul li:nth-child(2) {
  width: 415px;
}

.cta ul li p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}

.cta ul li:nth-child(1) p em {
  color: #f00;
}

.cta ul li:nth-child(2) p em {
  color: #22b573;
}

.cta .btn a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.94;
  border-radius: 50vh;
  padding: 10px 0;
  display: block;
  position: relative;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.cta .btn a:hover {
  opacity: 0.8;
}

.orangeGrad,
a.orangeGrad {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #f15924 0%, #ed1c24 100%);
}

.gbGrad,
a.gbGrad {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to right, #22b574 0%, #29abcb 100%);
}

.cta li .btn a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 30px;
  right: 20px;
  transform: rotate(-45deg);
}

.cta .btn a::after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

/*  footer  */

footer {
  margin: 50px 0 40px;
}

footer #pagetop {
  text-align: right;
  margin: 0 0 15px;
}

footer #pagetop a {
  color: #ce0414;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

footer #pagetop a::before {
  content: '';
  vertical-align: middle;
  height: 0.6em;
  width: 0.6em;
  border-top: 0.17em solid #ce0414;
  border-right: 0.17em solid #ce0414;
  margin: auto;
  display: inline-block;
  transform: rotate(-45deg);
  margin: 0 10px 0 0;
  display: inline-block;
}

footer nav {
  border-top: 5px solid #ce0414;
  padding: 45px 0 0;
}

footer nav .inner {
  position: relative;
}

footer nav .navBlock {
  display: flex;
  justify-content: space-between;
}

footer nav .navBlock .navhalfBlock {
  width: 480px;
  display: flex;
  justify-content: space-between;
}

footer nav .navBlock .navBox {
  width: 200px;
}

footer nav .navBlock .navBox p {
  font-weight: bold;
  border-bottom: solid 1px #ce0414;
  margin-bottom: 15px;
  padding: 0 0 15px 1.5em;
  position: relative;
}

footer nav .navBlock .navBox p::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/iArrowCircle.gif) no-repeat center center / auto 100%;
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
}

footer nav .navBlock .navBox ul li::before {
  content: '';
  vertical-align: middle;
  height: 0.4em;
  width: 0.4em;
  border-top: 0.19em solid #a6a6a6;
  border-right: 0.19em solid #a6a6a6;
  margin: 0 0.5em 0 0;
  transform: rotate(45deg);
  display: inline-block;
}

footer nav .navBlock .navBox ul li + li {
  margin-top: 10px;
}

footer nav .navBlock .navBox ul li a {
  font-size: 14px;
  text-decoration: underline;
}

footer nav .navBlock .navBox ul li a:hover {
  text-decoration: none;
}

footer nav .navBlock .navBox ul li a::before {
  content: '';
}

footer nav .navBlock .navBox ul li a[target='_blank']::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/s_blank.svg) no-repeat top left / 100%;
  margin: 0 0 0 3px;
  display: inline-block;
  vertical-align: sub;
}

footer nav .navBlock .navBox ul + p {
  margin-top: 50px;
}

footer nav .inner .sns {
  position: absolute;
  top: 270px;
  right: 0;
}

footer nav .inner .sns .logo {
  width: 160px;
  margin: 0 0 30px;
}

footer .footer_main {
  margin: 70px 0 0;
}

footer .footer_main .footer_company {
  display: flex;
  align-items: center;
}

footer .footer_main .footer_company p {
  font-size: 12px;
  margin-left: 30px;
}

footer .footer_main ul {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
}

footer .footer_main ul li {
  margin-bottom: 1em;
}

footer .footer_main ul li + li {
  border-left: 1px solid #cbcbcb;
  margin-left: 1em;
  padding-left: 1em;
}

footer .footer_main ul li a {
  font-size: 12px;
  text-decoration: underline;
}

footer .footer_main ul li a:hover {
  text-decoration: none;
}

footer .footer_main ul li a[target='_blank']::after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/s_blank.svg) no-repeat top left / 100%;
  margin: 0 0 0 3px;
  display: inline-block;
  vertical-align: sub;
}

footer .footer_main small {
  color: #666;
}

div#footerGroupList {
  overflow: hidden;
  margin: 0 0 1em;
  padding: 1em 0;
}

div#footerGroupList ul {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 11px;
}

div#footerGroupList ul li {
  border-right: solid 1px #757575;
  border-left: none;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  display: inline;
}

div#footerGroupList ul li:last-child {
  border: none;
}

div#footerGroupList ul li a {
  color: #757575;
}

div#footerGroupList ul li a[target='_blank']::after {
  display: none;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 700px) {
  /*  hType  */

  .hType-Headline {
    font-size: 4.8vw;
    padding-top: 5.3vw;
  }

  .hType-Headline::before {
    width: 26.6vw;
  }

  .hType-leftBd {
    font-size: 1.44rem;
    padding-left: 4.3vw;
  }

  .hType-leftBd::before {
    width: 7px;
    top: 0;
    left: 0;
  }

  .forpc {
    display: none !important;
  }
  .forsp {
    display: block !important;
  }
  .forpcinline {
    display: none !important;
  }
  .forspinline {
    display: inline !important;
  }
  img {
    max-width: 100%;
  }

  /*ボタン*/

  #mainColumn .button_A {
    margin: 6.2vw 0 0;
  }

  #mainColumn .button_A a {
    font-size: 1.08rem;
    min-width: 60vw;
    padding: 2vw 10vw;
  }

  #mainColumn .button_A_min {
    margin: 4.2vw 0 0;
  }

  #mainColumn .button_A_min a {
    font-size: 1.08rem;
    padding: 2vw 10vw;
  }

  /**/

  body {
  }

  .inner {
    width: calc(100% - 8vw);
    margin: 0 4vw;
  }

  .inner02 {
    width: calc(100% - 13.2vw);
    margin: 0 6.6vw;
  }

  header {
    padding-top: 13.7vw;
    position: relative;
  }

  .l-header {
    width: 100vw;
    height: 13.7vw;
    background: #fff;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.3);
  }

  .l-header .inner {
    width: calc(100% - 3.3vw);
    margin: 0 0 0 3.3vw;
    align-items: center;
    position: relative;
  }

  .l-header .logoArea {
  }

  .l-header .logoArea .logo {
    width: 58.6vw;
  }

  .l-header .logoArea .logo img + img {
    display: none;
  }
  .l-header .logoArea .m-pageTitle {
    color: #555;
    /*		font-size: 11px;*/
    /*		margin-bottom: 10px;*/
  }

  /*	SPメニュー*/

  .l-header .sp_menu {
    display: flex;
    align-items: center;
  }

  .l-header .kaigyo {
    width: 20vw;
    margin-right: 1vw;
    display: block;
  }
  .l-header .kaigyo a {
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    background: #2d7de7;
    border-radius: 5px;
    padding: 5px 3px;
    display: inline-block;
  }

  .l-header .sp_menu #btn_tel {
    width: 13.7vw;
    height: 13.7vw;
    background: url(../images/logo_tel.png) center center / 13.7vw 13.7vw no-repeat;
    background-color: #fff;
  }

  .l-header .sp_menu #btn_tel.active {
    background: url(../images/logo_close.png) center center / 13.7vw 13.7vw no-repeat;
    background-color: #e2e2e3;
  }

  .l-header .sp_menu #btn_nav {
    width: 13.7vw;
    height: 13.7vw;
    background: #d70414;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
  }

  .l-header .sp_menu #btn_nav .hamburger {
    width: 20px;
    height: 16px;
    position: relative;
  }

  #btn_nav span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    content: '';
    transition: all 0.4s;
  }

  #btn_nav span:nth-of-type(1) {
    top: 0;
  }

  #btn_nav span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  #btn_nav span:nth-of-type(3) {
    bottom: 0;
  }

  #btn_nav.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }

  #btn_nav.active span:nth-of-type(2) {
    opacity: 0;
  }

  #btn_nav.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  /*	SPメニュー（お電話でのお問い合わせ展開時）*/
  .l-header .telArea_bg {
    height: calc(100vh - 13.7vw);
    background: #a3a9b0;
    position: fixed;
    z-index: 100;
    display: none;
    overflow: scroll;
    top: 13.7vw;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .l-header .telArea {
    font-weight: bold;
    width: 100vw;
    text-align: center;
    background: #e2e2e3;
    padding: 11vw 0 22.9vw 0;
    /*		display: none;*/
    display: block;
    align-items: center;
  }

  .l-header .telArea .telBox .telAreaTitle {
  }

  .l-header .telArea .telBox .telAreaTitle h3 {
    /*		font-size: 1.71rem;*/
    font-size: 1.28rem;
    font-weight: bold;
  }

  .l-header .telArea .telBox .telAreaTitle p {
    /*		font-size: 1.17rem;*/
    font-size: 0.88rem;
    font-weight: normal;
    margin: 2.6vw 0 0 0;
  }

  .l-header .telArea .telBox .reception {
    /*		font-size: 1.17rem;*/
    font-size: 0.88rem;
    border-left: 1px solid #a4acac;
    border-right: 1px solid #a4acac;
    margin: 8.64vw 0 0 0;
    padding: 1.7vw 5.5vw;
    display: inline-block;
  }

  .l-header .telArea .telBox .reception span {
    color: inherit;
    /*		font-size: 1.17rem;*/
    font-size: 0.88rem;
    background: none;
    /*		border-radius: 3px;*/
    margin-right: 0.5em;
    padding: 0;
    /*		display: inline-block;*/
  }

  .l-header .telArea .telBox ul {
    margin: 8.1vw 0 0;
  }

  .l-header .telArea .telBox ul li {
    /*		font-size: 1.26rem;*/
    font-size: 0.94rem;
    line-height: 1.5;
    border-radius: 8vw;
    background: #fff;
    margin: 0 6.6vw;
    padding: 2vw 0;
    display: block;
    position: relative;
  }

  .l-header .telArea .telBox ul li::before {
    content: '';
    width: 3.8vw;
    height: 3.8vw;
    background: url(../images/iArrowCircle.gif) no-repeat center center / auto 100%;
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-40%);
  }

  .l-header .telArea .telBox ul li + li {
    margin: 5.3vw 6.6vw 0;
  }

  .l-header .telArea .telBox ul li span {
    display: block;
  }

  .l-header .telArea .telBox ul li a {
    /*		font-size: 1.89rem;*/
    font-size: 1.42rem;
    /*		font-weight: bold;*/
    margin-left: 0;
  }

  .l-header .telArea .telBox .btn_close {
    color: #fff;
    /*		font-size: 1.26rem;*/
    font-size: 0.95rem;
    border-radius: 5.8vw;
    background: #a3a9b0;
    margin: 5.3vw 6.6vw 0;
    padding: 2.9vw 0;
  }

  .l-header .telArea .telBox .btn_close::before {
    content: '×';
    font-size: 0.95rem;
    padding-right: 5px;
  }

  /*	SPメニュー（ハンバーガーメニュー展開時）*/
  .l-nav {
    display: none;
    position: fixed;
    z-index: 100;
    overflow: scroll;
    top: 13.7vw;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .l-nav.active {
    display: block;
  }

  .l-nav .inner {
    width: 100vw;
    /*		height: calc(100vh - 13.7vw);*/
    background: #971b1b;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .l-nav .bnrArea {
    background: #d70414;
    padding: 4.6vw 0;
  }

  .l-nav .bnrArea img {
    width: calc(100% - 13.2vw);
    margin: 0 auto;
    display: block;
  }

  .l-nav > .inner > ul {
    width: calc(100% - 13.7vw);
    margin: 2.9vw 6.6vw 0;
    display: block;
  }

  .l-nav > .inner > ul > li {
    color: #fff;
    /*		font-size; 1.26rem;*/
    font-size: 0.95rem;
    text-align: left;
    /*		padding: 5.0vw 0;*/
    position: relative;
  }

  .l-nav > .inner > ul > li:last-child a {
    display: block;
  }

  .l-nav > .inner > ul > li:last-child p::after {
    content: none;
  }

  .l-nav > .inner > ul > li p {
    width: auto;
    border-bottom: 1px solid #be7477;
    margin: 0;
    padding: 5.3vw 0 5.3vw 0;
    position: relative;
    font-size: 100%;
  }

  #yarigai .l-nav > .inner > ul > li.l-nav-miryoku p,
  #market .l-nav > .inner > ul > li.l-nav-miryoku p,
  #merit .l-nav > .inner > ul > li.l-nav-miryoku p,
  #work .l-nav > .inner > ul > li.l-nav-miryoku p {
    border-bottom: 1px solid #be7477;
  }

  #about .l-nav > .inner > ul > li.l-nav-tokuchou p,
  #system .l-nav > .inner > ul > li.l-nav-tokuchou p {
    border-bottom: 1px solid #be7477;
  }

  #shikin .l-nav > .inner > ul > li.l-nav-shikin p,
  #model .l-nav > .inner > ul > li.l-nav-shikin p {
    border-bottom: 1px solid #be7477;
  }

  #flow .l-nav > .inner > ul > li.l-nav-flow p,
  #before .l-nav > .inner > ul > li.l-nav-flow p,
  #after .l-nav > .inner > ul > li.l-nav-flow p {
    border-bottom: 1px solid #be7477;
  }

  #archive-owner .l-nav > .inner > ul > li.l-nav-owner p,
  #single-owner .l-nav > .inner > ul > li.l-nav-owner p {
    border-bottom: 1px solid #be7477;
  }

  .l-nav > .inner > ul > li p::after {
    content: '';
    width: 4.5vw;
    height: 4.5vw;
    background: url(../images/plusCircle.png) no-repeat center center / 100% auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .l-nav > .inner > ul > li.active p {
    border-bottom: 1px solid #be7477;
  }

  .l-nav > .inner > ul > li.active p::after {
    background-image: url(../images/minusCircle.png);
  }

  .l-nav > .inner > ul > li .submenu {
    position: static;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .l-nav > .inner > ul > li.active .submenu {
  }

  .l-nav > .inner > ul > li .submenu .innerBox {
    width: auto;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .l-nav > .inner > ul > li.active .submenu .innerBox {
    display: block;
  }

  .l-nav > .inner > ul > li .submenu h3 {
    display: none;
  }

  .l-nav > .inner > ul > li .submenu ul {
    /*		font-size: 17px;*/
    font-size: 14px;
    width: 100%;
    margin: 0 0 5.3vw;
    display: none;
  }

  .l-nav > .inner > ul > li .submenu ul li {
    font-size: 0.95rem;
    border-bottom: 1px solid #be7477;
    margin: 0 0 0 1em;
    padding: 0;
    position: relative;
  }

  .l-nav > .inner > ul > li .submenu ul li::after {
    content: '';
    vertical-align: middle;
    height: 0.4em;
    width: 0.4em;
    border-top: 0.19em solid #fff;
    border-right: 0.19em solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0.2em;
    translate: 0 -50%;
  }

  .l-nav > .inner > ul > li .submenu ul li::before {
    content: none;
  }

  .l-nav > .inner > ul > li .submenu ul li a {
    padding: 5.3vw 0 5.3vw 1em;
    display: block;
  }

  .l-nav > .inner > ul > li .submenu .btn_cross {
    display: none;
  }

  .l-nav > .inner > ul > li .submenu .btn_cross img {
  }

  .l-nav > .inner .l-nav_btnArea {
    color: #971b1b;
    text-align: center;
    width: calc(100% - 13.7vw);
    margin: 6.6vw 6.6vw 0;
    padding: 0 0 17.6vw;
  }

  .l-nav > .inner .l-nav_btnArea .btn_qa,
  .l-nav > .inner .l-nav_btnArea .btn_company,
  .l-nav > .inner .l-nav_btnArea .btn_close {
    color: #971b1b;
    font-weight: bold;
    width: 41.3vw;
    background: #fff;
    display: block;
  }

  .l-nav > .inner .l-nav_btnArea .btn_qa,
  .l-nav > .inner .l-nav_btnArea .btn_company {
    /*		font-size: 1.08rem;*/
    font-size: 0.81rem;
    border-radius: 4.8vw;
    padding: 2.3vw 0;
  }

  .l-nav > .inner .l-nav_btnArea .btn_qa a,
  .l-nav > .inner .l-nav_btnArea .btn_company a {
    color: #971b1b;
  }

  .l-nav > .inner .l-nav_btnArea .btn_qa {
    float: left;
  }

  .l-nav > .inner .l-nav_btnArea .btn_company {
    float: right;
  }

  .l-nav > .inner .l-nav_btnArea .btn_close {
    /*		font-size; 1.26rem;*/
    font-size: 0.95rem;
    width: 100%;
    background: #e8a98f;
    border-radius: 5.8vw;
    margin: 6.6vw 0 0;
    padding: 2.3vw 0;
  }

  .l-nav > .inner .l-nav_btnArea .btn_close::before {
    content: '×';
    font-size: 0.95rem;
    padding-right: 5px;
  }

  #scroll-header {
    display: none;
  }

  #pageHead {
  }

  #pageHead .inner {
    height: 34.6vw;
    padding: 1.6vw 0 0;
  }

  #mainColumn #breadpath {
    width: calc(100% - 20px);
    overflow-x: auto;
    padding: 10px;
  }

  #mainColumn #breadpath .breadpath {
    width: auto;
    margin: 0.6vw 0;
    flex-wrap: nowrap;
  }

  #mainColumn #breadpath .breadpath li {
    font-size: 2.4vw;
    white-space: nowrap;
  }

  #mainColumn #breadpath .breadpath li + li {
  }

  #mainColumn #breadpath .breadpath li + li::before {
  }

  #mainColumn #breadpath .breadpath li a {
    font-size: 2.4vw;
  }

  #mainColumn #breadpath .breadpath li a:hover {
  }

  #pageHead h1 {
    font-size: 6.6vw;
    line-height: 1.24;
    margin-left: 2.6vw;
  }

  #pageHead h1 span {
  }

  /*  .nextpageBtn  */

  .nextpageBtn {
    margin: 8vw 0 0;
  }

  .nextpageBtn a {
    width: 92vw;
    padding: 1vw 3.2vw 1vw 1vw;
  }

  .nextpageBtn a figure {
    width: 28.4vw;
  }

  .nextpageBtn a figure img {
    width: 100%;
  }

  .nextpageBtn a p {
    /*		font-size: 1.44rem;*/
    font-size: 1.1rem;
    width: 57.4vw;
    margin: 0 0 0 4.2vw;
  }

  .nextpageBtn a p::after {
    width: 4.8vw;
    height: 4.8vw;
  }

  .nextpageBtn2 {
    margin: 20vw 0 0;
  }

  .nextpageBtn2 a,
  .nextpageBtn2 button {
    font-size: 1.26rem;
    min-width: 65vw;
    padding: 3.2vw 10.8vw;
  }

  .nextpageBtn2 a::before,
  .nextpageBtn2 button::before {
    width: 4vw;
    height: 4vw;
    background-size: 4vw auto;
    margin-right: 5px;
  }

  .nextpageBtn2 button:disabled::before {
    width: 2.2vw;
    height: initial;
    padding: 1vw;
    margin-right: 5px;
  }

  /*  kameiten  */

  #kameiten {
    padding: 11.8vw 0 0;
  }

  #kameiten h3 {
    font-size: 5.6vw;
  }

  #kameiten ul.lists {
    flex-wrap: wrap;
    margin: 5.1vw 0 0;
    gap: 2.8vw;
  }

  #kameiten ul.lists > li {
    width: 48%;
    padding: 2.8vw;
  }

  #kameiten ul.lists > li:nth-child(n + 3) {
    margin-top: 6.5vw;
  }

  #kameiten ul.lists > li h4 {
    font-size: 1rem;
    margin: 1.3vw 0 0;
  }

  #kameiten ul.lists > li .soudannjyo {
    font-size: 1rem;
    margin: 2.4vw 0 0;
  }

  #kameiten ul.lists > li .soudannjyo span {
    font-size: 0.9rem;
    padding: 0 1.3vw;
  }

  #kameiten ul.lists > li .name {
    font-size: 1.08rem;
    margin: 5px 0 0;
  }

  /*  setsumeikaiArea  */

  #setsumeikaiArea {
    background-size: auto 53.3vw;
    margin: 12vw 0 0;
    padding: 61.3vw 0 8vw;
  }

  #setsumeikaiArea .textBox {
    width: 100%;
    background: none;
    margin: 0;
    padding: 0 2.6vw;
    box-sizing: border-box;
  }

  #setsumeikaiArea .textBox h3 {
    font-size: 5.6vw;
    margin: 0 0 2.8vw;
  }
  #setsumeikaiArea .textBox h3 span {
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 1vw;
    padding: 3px 0;
    display: block;
  }
  #setsumeikaiArea .textBox h3 span::before {
    font-size: 2.4vw;
  }
  #setsumeikaiArea .textBox h3 span::after {
    font-size: 2.4vw;
  }

  #setsumeikaiArea .textBox .lead {
    margin: 0 0 3vw;
  }

  #setsumeikaiArea .textBox ul {
    background: #fff;
    margin: 0;
    padding: 4.6vw 4.6vw 0;
  }

  #setsumeikaiArea .textBox ul li {
    margin: 0 0 1.2vw;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  #setsumeikaiArea .textBox ul li:last-child {
  }

  #setsumeikaiArea .textBox ul li::before {
    margin-right: 0.5em;
  }

  #setsumeikaiArea .textBox .button_A_min {
    background: #fff;
    margin-top: 0;
    padding: 4.3vw 0 5.3vw;
    position: relative;
    bottom: auto;
    right: auto;
  }

  /*  setsumeikaiArea thanksページ用 */
  #setsumeikaiArea.thankspage {
  }
  #setsumeikaiArea.thankspage .textBox {
  }
  #setsumeikaiArea.thankspage .textBox h3 {
    text-align: center;
  }
  #setsumeikaiArea.thankspage .textBox ul {
    padding-left: 0;
  }

  /*  cta  */
  .cta {
    padding: 6vw 5vw;
  }

  .cta .subContents {
    width: 100%;
  }

  .cta ul {
    text-align: center;
    display: block;
  }

  .cta ul li + li {
    margin-top: 6vw;
  }

  .cta ul li:nth-child(1),
  .cta ul li:nth-child(2) {
    width: 100%;
  }

  .cta ul li:nth-child(1),
  .cta ul li:nth-child(2) {
    width: 100%;
  }

  .cta ul li p {
    font-size: 3.8vw;
    line-height: 1.3;
    margin: 0 0 2vw;
  }

  .cta .btn a {
    font-size: 4.5vw;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px 0 8px 0;
    display: block;
  }

  .cta li .btn a::before {
    width: 6px;
    height: 6px;
    top: 50%;
    right: 6vw;
    translate: 0 -50%;
  }

  /*  footer  */

  footer {
    margin: 20.5vw 0 8vw;
  }

  footer #pagetop {
    text-align: center;
    margin: 0 0 4.1vw;
  }

  footer #pagetop a {
  }

  footer #pagetop a::before {
  }

  footer nav {
    border-top: 1vw solid #ce0414;
    padding: 9.8vw 0 0;
  }

  footer nav .inner {
    width: calc(100% - 17.4vw);
    margin: 0 8.7vw;
  }

  footer nav .navBlock {
  }

  footer nav .navBlock .navhalfBlock {
    width: 39vw;
    display: block;
  }

  footer nav .navBlock .navhalfBlock .navBox + .navBox {
    margin-top: 4.3vw;
  }

  footer nav .navBlock .navBox {
    width: 39vw;
  }

  footer nav .navBlock .navBox p {
    border: none;
    margin-bottom: 2vw;
    padding: 0 0 0 1.5em;
  }

  footer nav .navBlock .navBox p::before {
    width: 4.3vw;
    height: 4.3vw;
    top: 3px;
    left: 1px;
  }

  footer nav .navBlock .navBox p.sp_blank::after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/s_blank.svg) no-repeat top left / 100%;
    margin: 0 0 0 3px;
    display: inline-block;
    vertical-align: sub;
  }

  footer nav .navBlock .navBox ul {
    display: none;
  }

  footer nav .navBlock .navBox ul li {
    padding-left: 1.1em;
    position: relative;
  }

  footer nav .navBlock .navBox ul li::before {
    font-size: 0.9em;
    position: absolute;
    top: 3px;
    left: 1px;
  }

  footer nav .navBlock .navBox ul li + li {
    margin-top: 1vw;
  }

  footer nav .navBlock .navBox ul li:last-child {
    padding-bottom: 6vw;
  }

  footer nav .navBlock .navBox ul li a {
    font-size: 14px;
    text-decoration: underline;
  }

  footer nav .navBlock .navBox ul li a:hover {
  }

  footer nav .navBlock .navBox ul li a::before {
  }

  footer nav .navBlock .navBox ul + p {
    margin-top: 4.3vw;
  }

  footer nav .inner .sns {
    position: static;
  }

  footer nav .inner .sns .logo {
    width: 50vw;
    margin: 10vw auto 0;
  }

  footer .footer_main .inner {
    width: calc(100% - 17.4vw);
    margin: 0 8.7vw;
  }

  footer .footer_main {
    margin: 12.9vw 0 0;
  }

  footer .footer_main .footer_company {
    display: block;
  }

  footer .footer_main .footer_company p {
    font-size: 0.9rem;
    margin: 4.7vw 0 0 0;
  }

  footer .footer_main ul {
    margin: 4.6vw 0 0;
    display: block;
  }

  footer .footer_main ul li {
    border-left: 1px solid #cbcbcb;
    margin-botom: 1em;
    padding-left: 1em;
  }

  footer .footer_main ul li + li {
    margin-left: 0;
  }

  footer .footer_main ul li a {
    font-size: 0.9rem;
  }

  footer .footer_main ul li a:hover {
  }

  footer .footer_main small {
  }

  div#footerGroupList {
    display: none;
  }
}
