@charset "UTF-8";
/* ---------------------  Reset CSS ------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  /*font-size: 100%;*/
  vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
section {
  display: block;
}
html {
  overflow-y: scroll;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'] {
  -webkit-appearance: none;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
/* ---------------------  tqt_ad_article --------------------- */
.tqt_ad_article {
  background: #f8f8f8;
}
.tqt_ad_article .wrap {
  margin: 0 auto;
  padding-top: 12vw;
  background: #fff;
  color: #462e1c;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Inter', 'BIZ UDGothic', sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 750px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .tqt_ad_article .wrap {
    font-size: 100%;
  }
}
/* ---------------------  common --------------------- */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
a[href^='tel:'] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
h1,
h2,
h3,
h4,
strong,
strong > span {
  font-weight: 700;
  line-height: 1.6;
}
.sec_ttl {
  background: #f94a4d;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.5;
  padding: 0.45em 1.2em 0.45em 0.6em;
  margin-bottom: 40px;
  position: relative;
}
.sec_ttl::before {
  content: '';
  background: url(../images/ttl_deco_01.png) repeat-y;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 7px;
  width: 19px;
  height: 100%;
}
.lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.txt_s {
  font-size: 80%;
}
.txt_l {
  font-size: 123%;
}
.txt_red {
  color: #f94a4d;
}
.txt_bl {
  color: #6881c1;
}
.txt_blk {
  color: #000;
}
.txt_wh {
  display: inline-block;
  background: #fff;
  border: 3px solid #462e1c;
  line-height: 1;
  padding: 0.25em 0.15em 0.25em 0.25em;
  text-align: center;
  margin-right: 0.2em;
}
.txt_mk {
  background: linear-gradient(transparent 60%, #fff580 60%);
  font-weight: 700;
}
.note {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.italic {
  font-style: italic;
}
.inner {
  padding: 0 20px;
  width: 100%;
}
.list_disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 2em;
}
.bg_01 {
  background: #f6f4f0;
}
.bg_02 {
  background: #ffeee5;
}
.bg_03 {
  background: #f0f2f7;
}
.pd_m {
  padding: 50px 0;
}
.pd_m + .pd_m {
  padding-top: 0;
}
.video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 10px;
  }
  .sec_ttl {
    font-size: 3.8vw;
    padding: 0.7em 2em 0.7em 0.6em;
    margin-bottom: 20px;
  }
  .sec_ttl::before {
    right: 4px;
    width: 14px;
  }
  .note {
    font-size: 2.8vw;
  }
  .pd_m {
    padding: 30px 0;
  }
}
.block_s,
.inline_s {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .hide_s {
    display: none !important;
  }
  .block_s {
    display: block !important;
  }
  .inline_s {
    display: inline !important;
  }
}

/* --------------------- footer --------------------- */
.footer {
  background: #462e1c;
  padding: 36px 10px;
}
.footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5%;
  margin-bottom: 20px;
}
.footer__menu a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.footer__menu li:last-child a {
  padding-right: 0;
}
.footer__copy {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .footer__menu a,
  .footer__copy {
    font-size: 3vw;
  }
}

@media screen and (max-width: 750px) {
  .btn_wrap {
    margin: 20px 0;
  }
  .btn_wrap__txt {
    font-size: 3.2vw;
  }
  .cta_btn {
    border-width: 3px;
    font-size: 4vw;
    padding: 16px 10px;
    width: 92%;
  }
}
