@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1rem;
	font-weight: 400;
	background: #f5f5f5/*#cfcac6*/;
	color:#221714;
}
img {
  max-width: 100%;
}
.inner {
  width: 100%;
  padding: 0 1rem;
  margin: auto;
}
.sans {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.bg_yellow {
  background: #fcf9f1!important;
}
.bg_gold {
  background: #997f40;;
  color: #fff!important;
}
.bg_image {
  background: url(../img/bg_01.png) center repeat;
}
.bg_image > .inner {
  background: url(../img/bg_02.png) center/100% repeat-y;
}
.text_gold {
  color: #997f40;
}
.btn {
  border-radius: 0;
}
.card {
  border: 0;
  border-radius: 0;
}

/* --- フッター --- */
#site_footer {
  padding: 2em;
}
#site_footer .sitelogo,
#site_footer .btn {
  font-size: 100%;
}
#site_footer .sitelogo {
  margin: 2em auto;
}
#site_footer .btn {
  margin-bottom: 0.5em;
  padding: 0.5em;
}
#site_footer .btn img {
  width: 1em;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  #site_footer > .inner {
    width: 75%;
  }
  #site_footer .btn {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 992px) {
  #site_footer .sitelogo,
  #site_footer .btn {
    font-size: 200%;
  }
}

/* --- SP下部固定ボタン --- */
#sp_footer_fix{
	background:rgba(0,0,0,0.7);;
}

.sp_footer_row_gutter .col-4 {
	padding: 0 2px;
}

.sp_footer_tel{
	box-sizing:border-box;
}

.sp_footer_form{
	box-sizing:border-box;
}

.sp_footer_line{
	box-sizing:border-box;
}

.a_area100{
	position: absolute;
    top: 0;
    left: 0;
	width:100%;
	height:100%;
	text-indent:-999px;
    z-index: 2;
}

/* --- メイン --- */
section {
  padding: 2em 0;
  font-size: 80%;
}
section > .inner {
  max-width: 1400px;
}
section > .inner .inner {
  max-width: 840px;
}
section .box {
  padding: 1.5em 1em;
  border-radius: 0.5rem; 
  margin: 0 auto;
}
section > .inner > .box {
  max-width: 980px;
  padding: 4em 0;
  background: #fff;
  border-radius: 1rem; 
  box-shadow: 5px 0 35px rgba(91,91,91,0.33);
  overflow: hidden;
  position: relative;
}
section > .inner > .box::before {
  content: '';
  width: 100%;
  height: 1rem;
  background-image: -webkit-linear-gradient(90deg #a01b1b, #7b1818);
  background-image: linear-gradient(90deg, #a01b1b, #7b1818);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
section .section_title {
  font-size: 200%;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
section .section_title::before {
  content: '';
  width: 0.75em;
  height: 0.75em;
  background: url(../img/icon_sectiontitle.png) center/contain no-repeat;
  margin-bottom: 0.25em;
  display: block;
}
section .section_title small {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  section {
    padding: 5.5em 0;
    font-size: 100%;
  }
  section .box {
    padding: 1.5em 3em;
  }
}
@media screen and (min-width: 992px) { 
  section .section_title {
    font-size: 250%;
  }
}

#greeting > .inner {
  padding: 4em 1rem 94vw 1rem;
  background: url(../img/greeting_bg_sp.jpg) center bottom/cover no-repeat;
  font-size: 80%;
}
@media screen and (min-width:375px) {
  #greeting > .inner {
    font-size: 95%;
  }
}
@media screen and (min-width:768px) {
  #greeting > .inner {
    padding: 3em;
    background: url(../img/greeting_bg_pc.jpg) center/cover no-repeat;
    font-size: 80%;
  }
}
@media screen and (min-width: 992px) {
  #greeting > .inner {
    padding: 5em;
    font-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #greeting > .inner {
    padding: 7em;
  }
}
@media screen and (min-width: 1400px) {
  #greeting > .inner {
    padding: 8em;
  }
}
#greeting h2 {
  font-size: 150%;
  font-weight: 700;
}

#method p {
  font-size: 125%;
}
#method h3 {
  font-size: 150%;;
  font-weight: 700;
}
#method .box p {
  font-size: 100%;
}
#method .cases p {
  font-size: 110%;
}
#method .cases h3 {
  font-size: 125%;
}
#method p.deco {
  font-size: 180%;
  font-weight: 700;
}
#method p.deco::before,
#method p.deco::after {
  content: '';
  width: 100%;
  height: 1em;
  padding: 1em 0;
  background: url(../img/line.png) center/contain no-repeat;
  display: block;
}
#method table {
  width: 100%;
  margin: 0 auto;
  border-color: #cdc0a0!important;
  font-size: 90%;
}
#method table th,
#method table td {
  padding: 1em;
  border-top: 1px solid #cdc0a0;
}
@media screen and (max-width: 575px) {
  #method table th,
  #method table td {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  #method p.deco {
    font-size: 200%;
  }
}
@media screen and (min-width: 992px) {
  #method table {
    font-size: 100%;
  }
}

#about {
  background: #1a120e url(../img/about_bg.png) left top;
  color: #edd6aa;
}
#about .box {
  background: transparent;
  border: 4px solid #edd6aa;
}
#about .box h3,
#about .box p {
  font-size: 150%;
  font-weight: 700;
}
#about .box h3::before,
#about .box h3::after {
  content: '';
  width: 2.5em;
  height: 2px;
  background: #edd6aa;
  display: block;
}
#about .box p strong {
  font-size: 125%;
}
#about .box p.sans {
  font-size: 100%;
  font-weight: 400;
}
#about .deco p {
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #edd6aa;
  border-bottom: 1px solid #edd6aa;
  font-size: 120%;
  display: flex;
  position: relative;
}
#about .deco p span {
  width: 100%;
  border-top: 2px solid #edd6aa;
  border-bottom: 2px solid #edd6aa;
  text-align: center;
  display: block;
}
#about .deco p strong {
  font-size: 150%;
}
#about .deco p small {
  font-size: 30%;
}
#about .deco .right {
  transform: scale(-1,1);
}
@media screen and (max-width: 360px) {
  #about .box {
    font-size: 90%;
  }
  #about .deco p small {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #about .deco p {
    width: auto;
    font-size: 150%;
  }
  #about .deco p span {
    width: auto;
  }
}

#howto .step {
  position: relative;
  overflow: hidden;
}
#howto .step::after {
  content: '';
  width: 5em;
  height: 5em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#howto .step.step1::after {
  background: url(../img/howto_step01.png) left top/contain no-repeat;
}
#howto .step.step2::after {
  background: url(../img/howto_step02.png) left top/contain no-repeat;
}
#howto .step.step3::after {
  background: url(../img/howto_step03.png) left top/contain no-repeat;
}
#howto .step h3 {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 150%;
  font-weight: 700;
  position: relative;
}
#howto .step h3::after {
  content: '';
  width: 1.75em;
  height: 2px;
  background: #997f40;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#howto .step .card {
  height: 100%;
  border-radius: 0.2em;
  overflow: hidden;
}
#howto .step .card .card-title {
  font-size: 100%;
  font-weight: 700;
}
#howto .step .card .card-body {
  font-size: 87.5%;
}
#howto .step .card .card-body strong {
  color: #9e1a1b;
  font-size: 175%;
  font-weight: 700;
}
#howto .step .card .card-body .btn {
  background: #9e1a1b;
  color: #fff;
  font-weight: 700;
}
#howto .step .card .card-body h4 {
  width: 100%;
  background: #9e1a1b;
  border-radius: 2em;
  color: #fff;
  font-size: 87.5%;
  font-weight: 700;
  text-align: center;
}
#howto .step .flow .card.line .box {
  background: #e4efe1;
  font-size: 90%;
}
#howto .step .flow .card.zoom .box {
  background: #f2f2ff;
  font-size: 90%;
}
#howto .step .flow .card .card-body h5 {
  font-size: 100%;
  font-weight: 700;
}
#howto .step .flow .card .card-body .box p {
  font-size: 90%;
}
#howto .step .flow .card .card-body strong {
  color: #f00;
  font-size: 100%;
}
#howto .step .flow .card.line .box span {
  color: #1e8322;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  #howto .step .card {
    max-width: 300px;
    margin: 0 auto;
  }
  #howto .step .flow .flow_number {
    max-width: 50px;
  }
}
#howto .attention .card {
  border : 4px solid #9e1a1b;
  border-radius: 1.125em;
  overflow: hidden;
  background: #9e1a1b;
}
#howto .attention .card .card-body{
  background: #fff;
}
#howto .attention .card-title {
  background: #9e1a1b;
  color: #fff;
  font-size: 150%;
  position: relative;
}
#howto .attention .card-title::after {
  content: '';
  width: 1.5em;
  height: 1em;
  background: url(../img/icon_attention.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto 0;
}
#howto .attention .card u,
#howto .attention .card strong {
  font-weight: 700;
}
#howto .attention .card span {
  color: #9e1a1b;
}
.cta_btn{
  background-image: -webkit-linear-gradient(0deg #7d040d, #97050f);
  background-image: linear-gradient(0deg, #7d040d, #97050f);
  padding: 0.5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.85rem;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .cta_btn{
	font-size: 1rem;  
  }
}
@media screen and (min-width: 768px) {
  .cta_btn{
	font-size: 16px;  
  }
}
.cta_btn:link,
.cta_btn:visited,
.cta_btn:hover,
.cta_btn:active{
  color: #fff;
  text-decoration: none;
}
.cta_btn.zoom{
  background:#2d8cff;
}
.cta_btn.line{
  background:#06c755;
}
.cta_btn.zoomline{
  background:#852526;
}
.cta_btn .icon{
  width: 1em;
  height: 1em;
  vertical-align: middle;
}