@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

a:hover img,
a:active img {
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

a img {
  border: none;
  outline: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  border: none;
}

label:hover {
  cursor: pointer;
}

button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
}

legend {
  display: none;
}

fieldset {
  border: none;
  padding-left: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

/* box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

/* -----------------------------------------------------------------------------

	サイト全体のベースCSS

----------------------------------------------------------------------------- */
html, body {
  width: 100%;
  font-size: 62.5%;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }
}

/* デバイス別表示設定 */
@media screen and (min-width: 769px) {
  .non-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .non-tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .non-md {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .non-sp {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .non-small {
    display: none !important;
  }
}
img {
  max-width: 100%;
}

#header {
  width: 100vw;
  height: auto;
  background-color: #312B2B;
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 576px) {
  #header {
    height: 72px;
    align-items: center;
    z-index: 999999;
  }
}
#header .logo {
  width: 6rem;
  height: 100%;
  margin-left: 2rem;
  margin: 20px;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #header .logo { /*タブレット表示*/
    margin: 15px;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #header .logo {
    width: 5rem;
    height: auto;
  }
}
#header .tel_number {
  width: 15rem;
  height: 3.5rem;
  margin-right: 90px;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  #header .tel_number { /*タブレット表示*/
    margin-right: 5rem;
    width: 13rem;
  }
}
#header .tel_number .num {
  color: #FFFFFF;
  font-size: 1.75rem;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  line-height: normal;
  font-style: normal;
  font-weight: bold;
  font-feature-settings: "halt" on;
  letter-spacing: 0.2rem;
}
#header .tel_number .num::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/freedial-icon.svg);
  margin-right: 3%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  vertical-align: text-bottom;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #header .tel_number .num { /*タブレット表示*/
    font-size: 1.5rem;
  }
}
#header .tel_number .time {
  background-color: #FFFFFF;
  height: 1.4rem;
  width: 100%;
  color: #312B2B;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #header .tel_number .time { /*タブレット表示*/
    font-size: 0.8rem;
    height: 1.3rem;
    line-height: 1.3rem;
  }
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 12px;
  right: 0.7rem;
  width: 68px;
  height: 68px;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  text-align: center;
  background: #312B2B;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .el_humburger { /*タブレット表示*/
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .el_humburger {
    padding: 0;
    top: 8px;
    right: 8px;
    width: 56px;
    height: 56px;
    z-index: 999;
  }
}

.el_humburger_wrapper {
  display: inline-block;
  margin-top: 1rem;
}
.el_humburger_wrapper p {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: -10px;
}

@media screen and (max-width: 1024px) {
  .el_humburger_wrapper {
    width: 3rem;
    height: 3rem;
    margin-top: 12px;
  }
}
.el_humburger_text {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 1024px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 1024px) {
  .el_humburger_text svg path {
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #FFFFFF;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 36px;
  margin: 0 auto 9px;
  height: 2px;
  transition: all 0.2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #FFFFFF;
}

.el_humburger span.el_humburger_bar {
  left: 0;
  top: 0;
  background: #FFFFFF;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: translateY(10px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: translateY(-12px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #FFFFFF;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  padding-top: 7rem;
  height: auto;
  background: #DCDAD8;
  width: 0;
  z-index: 5;
  box-sizing: border-box;
  transition: all 400ms ease-out;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .navi {
    padding: 0;
    top: 0px;
    height: 100vh;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    transition: all 0.5s;
  }
}
.navi .navi_inner {
  background: #DCDAD8;
  pointer-events: auto;
  height: 100vh;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner {
    margin: 0 0 0 auto;
    padding-top: 7rem;
    width: 80vw;
  }
  .navi .navi_inner:first-child {
    border-top: 2px solid #b0aca7;
  }
}
.navi .navi_inner .navi_item {
  position: relative;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  pointer-events: auto;
  margin-bottom: 10px;
  background: #d0cdc9;
  border-top: 1px solid #b0aca7;
  border-bottom: 2px solid #b0aca7;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner .navi_item {
    height: auto;
    margin-bottom: 0;
    line-height: normal;
    padding-left: 1.5rem;
    border-top: 0;
  }
  .navi .navi_inner .navi_item:first-child {
    border-top: 2px solid #b0aca7;
  }
}
.navi .navi_inner .navi_item:hover {
  transition: all 0.3s 0s ease;
}
.navi .navi_inner .navi_item a {
  padding-left: 1.5rem;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  line-height: 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.17rem;
  font-style: normal;
  color: #312B2B;
  position: relative;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner .navi_item a {
    font-size: 1.1rem;
    line-height: 3.5rem;
  }
}
.navi .navi_inner .navi_item a::before {
  content: "◆";
  color: #2c2b6d;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.js_humburgerOpen .navi {
  width: 16rem;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 576px) {
  .js_humburgerOpen .navi {
    width: 100%;
    height: 100vh;
    right: 0;
    background: #FFFFFF; /*ハンバーガーがクリックされたら右からスライド*/
    overflow-y: auto;
    transition: all 0.5s;
    background: rgba(100, 100, 100, 0.8);
  }
}
@media screen and (max-width: 576px) {
  .js_humburgerOpen .el_humburger {
    box-shadow: none;
  }
}

.navi_item.op_innerLink {
  cursor: pointer;
}

.mfp-content {
  background-color: #F0F0F2;
  height: 90vh;
  overflow-y: auto;
}

/* -----------------------------------------------------------------------------

	footer

----------------------------------------------------------------------------- */
footer {
  background: #312B2B;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 1rem;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 40px 0 120px;
  }
}
footer .footer-info {
  width: 420px;
  margin: 0 auto;
  padding: 0.5rem 0 1rem 0;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 576px) {
  footer .footer-info {
    width: 90%;
  }
}
footer .footer-info li {
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  footer .footer-info li {
    padding: 0;
    font-size: 10px;
    border: none;
  }
}
footer .footer-info li a {
  display: block;
  color: #FFFFFF;
}
footer .footer-info li a:hover {
  transition: 300ms;
  opacity: 0.5;
}
@media screen and (max-width: 576px) {
  footer .footer-info li a {
    vertical-align: baseline;
    padding: 0;
    margin: 0;
  }
}
footer .kobutsu {
  text-align: center;
  font-size: 0.8rem;
}
@media screen and (max-width: 576px) {
  footer .kobutsu {
    font-size: 10px;
  }
}
footer .copyright {
  padding: 2px 0;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  footer .copyright {
    font-size: 10px;
    background: none;
  }
}

.bottom-fixed-btn {
  position: fixed;
  bottom: 0;
  padding: 1.4rem 0 0;
  width: 100%;
  z-index: 4;
  pointer-events: auto;
}
@media screen and (min-width: 1201px) {
  .bottom-fixed-btn {
    display: none !important;
  }
}

/*sp用ボタン*/
.bottom-btn-area {
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0px -8px 15px 0px rgba(0, 0, 0, 0.5);
  height: 4rem;
  display: flex;
  border-top: 2px solid #ffffff;
  justify-content: center;
  pointer-events: auto;
}
@media screen and (min-width: 577px) {
  .bottom-btn-area {
    height: 80px;
    padding: 0.5rem 0;
  }
}

.bottom-btn {
  width: 50%;
  pointer-events: auto;
}
.bottom-btn a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: 0 auto;
}
.bottom-btn a:hover {
  border-bottom-width: 0;
  transform: translateY(3px);
  border-radius: 3px;
  transition: 300ms;
}
.bottom-btn img {
  width: 1.2rem;
  height: auto;
  margin-right: 7px;
}
@media screen and (min-width: 577px) {
  .bottom-btn {
    width: 70%;
    max-width: 500px;
    border-radius: 8px;
  }
  .bottom-btn a {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
  }
  .bottom-btn img {
    width: 30px;
  }
}

.bottom-call {
  background-image: linear-gradient(0deg, rgb(82, 68, 67), rgb(155, 128, 103) 25%, rgb(97, 82, 70) 43%, rgb(49, 43, 43));
  border-right: 2px solid #FFFFFF;
  pointer-events: auto;
}
.bottom-call:hover {
  opacity: 0.5;
}
@media screen and (min-width: 577px) {
  .bottom-call {
    display: none;
  }
}

.bottom-mail {
  background-image: linear-gradient(0deg, rgb(39, 72, 154), rgb(112, 126, 186) 25%, rgb(58, 67, 154) 43%, rgb(27, 35, 111));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}
.bottom-mail:hover {
  opacity: 0.5;
}

.bottom-fixed-btn button:hover {
  opacity: 0.8;
}

#main-visual {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  #main-visual {
    margin-bottom: -1rem;
  }
}
#main-visual .main-visual_box {
  background-image: url(../img/mv-bg_pc.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
#main-visual .mv {
  margin: 0 auto;
  padding: 0;
}
#main-visual .mv-bottom {
  width: 100%;
}

#problem {
  padding: 7rem 0;
  background: #fff;
  background-image: linear-gradient(90deg, rgb(219, 223, 242), rgb(255, 255, 255) 50%, rgb(219, 223, 242));
}
@media screen and (max-width: 768px) {
  #problem {
    padding: 4rem 0;
  }
}
#problem .wrapper {
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper { /*タブレット表示*/
    width: 95vw;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper {
    padding-bottom: 2rem;
  }
}
#problem .wrapper .title {
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(119, 126, 158) 27%, rgb(75, 81, 135) 50%, rgb(119, 126, 158) 73%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  #problem .wrapper .title {
    padding: 2rem 0 1rem 0;
    margin-bottom: 1.5rem;
  }
}
#problem .wrapper .title h2 {
  color: #2c2b6d;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.25rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .title h2 { /*タブレット表示*/
    font-size: 1.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .title h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
}
#problem .wrapper .title h2 .big {
  font-size: 3.5rem;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .title h2 .big { /*タブレット表示*/
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .title h2 .big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .title h2 {
    font-size: 1.17rem;
    line-height: 2.3rem;
  }
}
#problem .wrapper .main-contents {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .main-contents { /*タブレット表示*/
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents {
    grid-template-rows: repeat(2, 1fr);
  }
}
#problem .wrapper .main-contents li {
  background: #FFFFFF;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "halt" on;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
  position: relative;
}
#problem .wrapper .main-contents li:nth-child(1), #problem .wrapper .main-contents li:nth-child(4), #problem .wrapper .main-contents li:nth-child(5) {
  background: #545373;
  mix-blend-mode: multiply;
}
#problem .wrapper .main-contents li:nth-child(2), #problem .wrapper .main-contents li:nth-child(3), #problem .wrapper .main-contents li:nth-child(6) {
  background: #2E2F4F;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .main-contents li { /*タブレット表示*/
    padding: 1rem 0.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li {
    margin: 0 auto;
    margin-top: 0.5rem;
    align-self: center;
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .main-contents li {
    font-size: 0.9rem;
  }
}
#problem .wrapper .main-contents li img {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .main-contents li img {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li img {
    width: 20%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .main-contents li img {
    width: 28%;
    height: 100%;
  }
}
#problem .wrapper .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100px 0 100px;
  border-color: #D66C6C transparent transparent transparent;
  margin: 20px auto 30px;
}
@media screen and (max-width: 768px) {
  #problem .wrapper .arrow {
    margin: 2rem auto 1rem;
    border-width: 60px 70px 0 70px;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .arrow {
    border-width: 40px 50px 0 50px;
  }
}
#problem .wrapper .bottom {
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: clamp(20px, 4vw, 40px);
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .bottom {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .bottom {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom {
    line-height: 1.6;
  }
}
#problem .wrapper .bottom .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
#problem .wrapper .bottom .inner img {
  vertical-align: middle;
  width: auto;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -5px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .bottom .inner img {
    line-height: 4rem;
    width: auto;
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .bottom .inner img {
    height: 2.5rem;
  }
}
#problem .wrapper .bottom .inner span {
  font-size: 1.3em;
}
#problem .sub {
  text-align: center;
  font-size: clamp(15px, 3vw, 28px);
  margin-top: 1.5rem;
}
#problem .sub span {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #D1291F;
}
@media screen and (max-width: 768px) {
  #problem .sub {
    margin-top: 0.5rem;
  }
}
#problem .appeal-video {
  text-align: center;
  margin: auto;
  width: 95%;
  background: #c9cedd;
  padding: 2rem 1rem 0;
  color: #2E2F4F;
  max-width: 900px;
}
@media screen and (max-width: 576px) {
  #problem .appeal-video {
    padding: 1.5rem 1rem 0;
  }
}
#problem .appeal-video .video-title {
  font-size: 2rem;
  font-size: clamp(16px, 4.3vw, 2rem);
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  #problem .appeal-video .video-title {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 576px) {
  #problem .appeal-video .video-title {
    margin-bottom: 1.2rem;
  }
}
#problem .appeal-video p {
  padding: 0.5rem 0;
}

#reason {
  padding: 1rem 0 7rem 0;
  background-image: linear-gradient(90deg, rgb(219, 223, 242), rgb(255, 255, 255) 50%, rgb(219, 223, 242));
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 1rem 0 3rem 0;
  }
}
#reason h2 {
  color: #2c2b6d;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.7rem;
  margin-top: -1rem;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(119, 126, 158) 27%, rgb(75, 81, 135) 50%, rgb(119, 126, 158) 73%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
}
@media screen and (max-width: 1200px) {
  #reason h2 {
    font-size: 2.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #reason h2 {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}
#reason .block .box {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  background-image: linear-gradient(90deg, rgb(46, 47, 79) 20%, rgb(119, 126, 158));
  z-index: -2;
}
@media screen and (max-width: 768px) {
  #reason .block .box {
    display: grid;
    margin: auto;
    width: 94%;
    margin-bottom: 1.5rem;
  }
}
#reason .block .box .txt {
  align-self: center;
  padding: 1.8rem;
  position: relative;
}
#reason .block .box .txt::before {
  content: "";
  position: absolute;
  background-image: url(../img/number-01.png);
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  opacity: 0.4;
  right: 0;
  bottom: -2rem;
  width: 15rem;
  height: 14rem;
}
@media screen and (max-width: 768px) {
  #reason .block .box .txt::before {
    width: 12rem;
  }
}
#reason .block .box .txt h3 {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2;
  font-size: 2.3rem;
  position: inherit;
  margin-top: -0.7rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 576px) {
  #reason .block .box .txt h3 {
    font-size: 1.8rem;
  }
}
#reason .block .box .txt h3 span {
  font-size: 0.6em;
  letter-spacing: normal;
  font-weight: normal;
}
#reason .block .box .txt p {
  color: #FFFFFF;
  margin-top: 1.3rem;
  position: relative;
}
#reason .block .box img {
  width: 37%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  #reason .block .box img {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  #reason .block .box img {
    width: 100%;
    height: 210px;
    -o-object-position: top;
       object-position: top;
    order: -1;
  }
}
#reason .block .box:nth-child(2n) div::before {
  background-image: url(../img/number-02.png);
}
#reason .block .box:nth-child(3n) div::before {
  background-image: url(../img/number-03.png);
}

#kouboku-type {
  background-image: url(../img/r-smoke.png), url(../img/r-smoke.png), url(../img/l-smoke.png), url(../img/l-smoke.png), url(../img/pt1.webp);
  background-position: right -5% top 30%, right -5% top 75%, left -5% top 0%, left -5% top 55%, left top;
  background-size: 20% auto, 20% auto, 20% auto, 20% auto, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
}
@media screen and (max-width: 576px) {
  #kouboku-type {
    background-position: right -5% top 26%, right -5% top 80%, left -5% top 0%, left -5% top 54%, left top;
    background-size: 30% auto, 30% auto, 30% auto, 30% auto, 100%;
  }
}
#kouboku-type .wrapper {
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper {
    padding: 4rem 0;
  }
}
#kouboku-type .wrapper h2 {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: normal;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  #kouboku-type .wrapper h2 {
    background-size: 100% 8%;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.8rem;
  }
}
#kouboku-type .wrapper ul {
  margin-top: 1rem;
}
#kouboku-type .wrapper ul li {
  display: flex;
  margin-top: 3rem;
  position: relative;
  z-index: 2;
  margin-right: -5%;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li {
    display: block;
    position: relative;
    margin: 2rem auto 0;
    width: 94%;
  }
}
#kouboku-type .wrapper ul li::before {
  content: "";
  display: block;
  background: #312B2B;
  width: 100vw;
  top: 0;
  z-index: -1;
  height: 100%;
  position: absolute;
  right: 154px;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li::before {
    width: 100%;
    margin: 0;
    right: 0;
  }
}
#kouboku-type .wrapper ul li:nth-child(2n) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: -5%;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li:nth-child(2n) {
    margin: 2rem auto 0;
  }
}
#kouboku-type .wrapper ul li:nth-child(2n)::before {
  left: 154px;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li:nth-child(2n)::before {
    left: 0;
  }
}
#kouboku-type .wrapper ul li .pc-img {
  width: 30%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
#kouboku-type .wrapper ul li .sp-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
#kouboku-type .wrapper ul li h3 {
  writing-mode: vertical-rl;
  color: #D0BF9F;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3.2rem;
  font-weight: 600;
  padding: 1.8rem 0;
  line-height: 1.3;
  letter-spacing: 5px;
  border-left: 5px solid #7B0B09;
  align-self: flex-start;
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li h3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li h3 {
    position: absolute;
    color: #7B0B09;
    top: 0;
    left: 15%;
  }
}
#kouboku-type .wrapper ul li:nth-child(2n) h3 {
  border-left: none;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 769px) {
  #kouboku-type .wrapper ul li:nth-child(2n) h3 {
    border-right: 5px solid #1C1F7B;
  }
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li:nth-child(2n) h3 {
    border-left: 5px solid #1C1F7B;
    color: #1C1F7B;
  }
}
#kouboku-type .wrapper ul li:nth-child(3n) h3 {
  border-left: 5px solid #345929;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li:nth-child(3n) h3 {
    color: #345929;
  }
}
#kouboku-type .wrapper ul li p {
  color: #FFFFFF;
  align-self: center;
  padding: 2rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #kouboku-type .wrapper ul li p {
    line-height: 2;
    padding: 2rem 1rem;
  }
}
#kouboku-type .valuation-point {
  background: #DBD6CC;
  color: #312B2B;
  width: 94%;
  margin: 5rem auto 0;
  padding: 3rem 2rem;
  border: solid 1px #e6e6e6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #kouboku-type .valuation-point {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #kouboku-type .valuation-point {
    padding: 1.5rem 1rem;
  }
}
#kouboku-type .valuation-point .point-ttl {
  font-size: 2.5rem;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  #kouboku-type .valuation-point .point-ttl {
    font-size: 1.8rem;
  }
}
#kouboku-type .valuation-point .point-ttl::before {
  content: "";
  display: inline-block;
  background-image: url(../img/satei-icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.2rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #kouboku-type .valuation-point .point-ttl::before {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: -0.2rem;
    margin-right: 1rem;
  }
}
#kouboku-type .valuation-point p {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #DBD6CC 0%, #DBD6CC 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}
@media screen and (max-width: 768px) {
  #kouboku-type .valuation-point p {
    padding: 2em 0.5em 0.2em 0.5em;
    margin: auto;
  }
}

#jisseki {
  background-image: linear-gradient(90deg, rgb(49, 57, 85), rgb(90, 100, 134) 50%, rgb(49, 57, 85));
}
#jisseki .wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 97%;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper {
    margin: 0 auto;
    width: 95%;
    padding-top: 2rem;
  }
}
#jisseki .wrapper h2 {
  color: #FAF6D0;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.50625rem;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #DBCC97 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
  text-align: center;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper h2 {
    font-size: 2.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.25rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper h2 {
    font-size: 23px;
  }
}
#jisseki .wrapper .main-contents {
  display: grid;
  background: #FFFFFF;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  padding: 2rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .main-contents {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, max-content);
    padding: 0;
  }
}
#jisseki .wrapper .main-contents .sample {
  grid-area: 1/1/2/3;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .sample {
    grid-area: 1/1/2/2;
    align-self: end;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    width: 95%;
    height: 210px;
    margin: auto;
  }
}
#jisseki .wrapper .main-contents .text {
  grid-area: 1/3/2/9;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text {
    grid-area: 2/1/3/2;
    align-self: start;
  }
}
#jisseki .wrapper .main-contents .text .title {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  letter-spacing: 0.1rem;
}
#jisseki .wrapper .main-contents .text .title p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #8D96B5;
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .main-contents .text .title p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .title p {
    padding-left: 1.5rem;
  }
}
#jisseki .wrapper .main-contents .text .title span {
  font-weight: normal;
  font-size: 1rem;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 0 5px;
}
#jisseki .wrapper .main-contents .text table {
  width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text table {
    width: 95%;
    margin: 0.5rem auto;
  }
}
#jisseki .wrapper .main-contents .text table tr .gray {
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding: 0.6rem;
  background: #F0F0F2;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .main-contents .text table tr .gray {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .main-contents .text table tr .gray {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text table tr .gray {
    padding: 0.4rem;
    white-space: nowrap;
  }
}
#jisseki .wrapper .main-contents .text table tr .white {
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05rem;
  background: #FFFFFF;
  border: 1px solid #F0F0F2;
  width: 50%;
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper .main-contents .text table tr .white {
    font-size: 14px;
  }
}
#jisseki .wrapper .main-contents .text .jisseki {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 2.5rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki {
    margin: 0 1rem 1rem 1rem;
  }
}
#jisseki .wrapper .main-contents .text .jisseki .name {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki .name {
    height: 2rem;
    line-height: 2rem;
  }
}
#jisseki .wrapper .main-contents .text .jisseki .name img {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .main-contents .text .jisseki .name img {
    height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki .name img {
    height: 1.7rem;
  }
}
#jisseki .wrapper .main-contents .text .jisseki .name span {
  display: inline-flex;
  align-items: end;
  line-height: 1rem;
  padding-left: 0.5rem;
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .main-contents .text .jisseki .name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki .name span {
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper .main-contents .text .jisseki .name span {
    padding-left: 4px;
    line-height: 1rem;
  }
}
#jisseki .wrapper .main-contents .text .jisseki .price {
  height: 2rem;
  line-height: 2rem;
}
#jisseki .wrapper .main-contents .text .jisseki .price p {
  color: #D1291F;
}
#jisseki .wrapper .main-contents .text .jisseki .price p span.italic {
  text-align: center;
  font-feature-settings: "ital" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .main-contents .text .jisseki .price {
    align-self: end;
    height: auto;
    line-height: inherit;
  }
}
#jisseki .wrapper .contents-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .contents-wrapper {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .contents-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper {
    grid-row-gap: 1rem;
    grid-column-gap: 0.5rem;
    margin-top: 2rem;
  }
}
#jisseki .wrapper .contents-wrapper dl {
  background: #FFFFFF;
}
#jisseki .wrapper .contents-wrapper dl dt {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #8D96B5;
}
#jisseki .wrapper .contents-wrapper dl dd {
  color: #D1291F;
}
#jisseki .wrapper .contents-wrapper dl dd .label {
  font-size: 0.8rem;
}
#jisseki .wrapper .contents-wrapper dl dd img {
  width: 100%;
}
#jisseki .wrapper .contents-wrapper dl dd p {
  text-align: right;
}
#jisseki .wrapper .contents-wrapper dl dd p .price {
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper dl dd p .price {
    font-size: 1.2rem;
  }
}
#jisseki .wrapper .contents-wrapper dl .pref-price {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper dl .pref-price {
    padding: 0.5rem;
  }
}

#method {
  background-image: url(../img/l-smoke-b.png), url(../img/l-smoke-b.png), url(../img/r-smoke-b.png), url(../img/r-smoke-b.png), linear-gradient(90deg, rgb(202, 201, 199), rgb(255, 255, 255) 50%, rgb(202, 201, 199));
  background-position: left -5% top 0%, left -5% top 70%, right -5% top 30%, right -5% top 100%;
  background-size: 30% auto, 30% auto, 30% auto, 30% auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #method {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 576px) {
  #method {
    padding: 3rem 0;
  }
}
#method .wrapper h2 {
  color: #2c2b6d;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3rem;
  margin-bottom: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3rem;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(119, 126, 158) 27%, rgb(75, 81, 135) 50%, rgb(119, 126, 158) 73%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
}
#method .wrapper h2 span.big {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  #method .wrapper h2 span.big {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper h2 span.big {
    font-size: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #method .wrapper h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper h2 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  #method .wrapper h2 {
    font-size: 1.4rem;
  }
}
#method .wrapper .contents-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1.5rem;
  justify-items: center;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  #method .wrapper .contents-wrapper {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #method .wrapper .contents-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper .contents-wrapper {
    width: 90%;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 1.5rem;
  }
}
#method .wrapper .contents-wrapper #buy01 {
  position: relative;
}
#method .wrapper .contents-wrapper #buy01 .circle {
  position: absolute;
  top: -2rem;
  left: -2.5rem;
  width: 6rem;
  height: auto;
}
@media screen and (max-width: 1200px) {
  #method .wrapper .contents-wrapper #buy01 .circle {
    left: -1rem;
  }
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper #buy01 .circle {
    left: -1rem;
    top: -2rem;
  }
}
@media screen and (max-width: 768px) {
  #method .wrapper .contents-wrapper #buy01 .circle {
    left: -1rem;
    width: 5rem;
    top: -2rem;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper .contents-wrapper #buy01 .circle {
    width: 5rem;
    height: auto;
    left: -1rem;
    top: -1rem;
  }
}
#method .wrapper .contents-wrapper .contents {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents {
    display: flex;
    display: block;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper .contents-wrapper .contents {
    display: block;
  }
}
#method .wrapper .contents-wrapper .contents .title {
  border-radius: 1rem;
  color: #FFFFFF;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title {
    display: flex;
    align-items: stretch;
    height: auto;
  }
}
#method .wrapper .contents-wrapper .contents .title img {
  margin: 0 auto;
  height: 3rem;
  width: auto;
  align-self: end;
}
@media screen and (max-width: 768px) {
  #method .wrapper .contents-wrapper .contents .title img {
    height: 2rem;
    width: auto;
  }
}
#method .wrapper .contents-wrapper .contents .title p {
  align-self: start;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4rem;
}
#method .wrapper .contents-wrapper .contents .title ul {
  display: flex;
  align-items: center;
  border-radius: 0rem 0rem 1rem 1rem;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background: #2E2F4F;
  border-top: 5px solid #C5B489;
  padding: 1rem 0rem;
  text-align: center;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title ul {
    width: 60%;
    padding: 1rem;
    border: none;
    border-left: 5px solid #C5B489;
    border-radius: 0 1rem 1rem 0;
  }
}
#method .wrapper .contents-wrapper .contents .title ul li {
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 0.5rem 2rem;
  text-align: left;
}
@media screen and (max-width: 320px) {
  #method .wrapper .contents-wrapper .contents .title ul li {
    font-size: 1.1rem;
  }
}
#method .wrapper .contents-wrapper .contents .title .first, #method .wrapper .contents-wrapper .contents .title .second, #method .wrapper .contents-wrapper .contents .title .third {
  padding: 2rem 2rem;
  border-radius: 1rem 1rem 0 0;
  line-height: normal;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title .first, #method .wrapper .contents-wrapper .contents .title .second, #method .wrapper .contents-wrapper .contents .title .third {
    width: 45%;
    border-radius: 1rem 0 0 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title .first, #method .wrapper .contents-wrapper .contents .title .second, #method .wrapper .contents-wrapper .contents .title .third {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
#method .wrapper .contents-wrapper .contents .title .first {
  background-image: linear-gradient(rgba(49, 43, 43, 0.5), rgba(49, 43, 43, 0.9)), url(../img/method01.webp);
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title .first {
    background-position: center;
  }
}
#method .wrapper .contents-wrapper .contents .title .second {
  background-image: linear-gradient(rgba(49, 43, 43, 0.5), rgba(49, 43, 43, 0.7)), url(../img/method02.webp);
}
#method .wrapper .contents-wrapper .contents .title .third {
  background-image: linear-gradient(rgba(49, 43, 43, 0.5), rgba(49, 43, 43, 0.9)), url(../img/method03.webp);
}
#method .wrapper .contents-wrapper .contents .method-btn {
  text-align: center;
}
#method .wrapper .contents-wrapper .contents .method-btn a {
  border-radius: 0.625rem;
  background: #A3625F;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding: 0.7rem;
  display: inline-block;
  margin: 1rem 0;
  transition-duration: 300ms;
}
#method .wrapper .contents-wrapper .contents .method-btn a:hover {
  transition-duration: 300ms;
  box-shadow: 2px 2px 10px #8c8c8c;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .method-btn a {
    width: 45%;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper .contents-wrapper .contents .method-btn a {
    font-size: 1rem;
  }
}
#method .wrapper .contents-wrapper .contents:nth-child(2n) .method-btn a {
  background: #4F5E95;
}
#method .wrapper .contents-wrapper .contents:nth-child(3n) .method-btn a {
  background: #4F956B;
}
#method .store-info {
  margin: 80px auto;
}
@media screen and (max-width: 1200px) {
  #method .store-info {
    width: 95%;
  }
}
#method .store-info .store-ttl {
  color: #272a4f;
  border-bottom: 3px solid #959494;
  font-size: 2.2rem;
  padding-bottom: 0.3em;
  padding-left: 6px;
  line-height: normal;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
}
@media screen and (max-width: 576px) {
  #method .store-info .store-ttl {
    font-size: 1.8rem;
  }
}
#method .store-info .store-ttl span {
  font-size: 0.7em;
  padding-right: 6px;
}
#method .store-info .store-area .store-name, #method .store-info .store-area .store-ttl {
  padding-top: 40px;
  margin-top: 30px;
}
#method .store-info .store-area .store-name {
  color: #FFFFFF;
  background: #2B2D3D;
  padding: 0.5em 0;
  margin-bottom: 10px;
  font-size: 1.3rem;
  text-align: center;
}
#method .store-info .store-area .store-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #method .store-info .store-area .store-box {
    display: block;
  }
}
#method .store-info .store-area .store-box img {
  padding-right: 1em;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #method .store-info .store-area .store-box img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
#method .store-info .store-area .store-box .store-txt {
  display: grid;
  grid-template-columns: 1.5fr 4fr;
  width: 100%;
}
#method .store-info .store-area .store-box .store-txt div {
  background: #FFFFFF;
  margin-bottom: 4px;
  padding: 0.5em 1rem;
  vertical-align: middle;
}
#method .store-info .store-area .store-box .store-txt div:nth-child(odd) {
  padding: 0.5em 0;
  color: #FFFFFF;
  background: #959494;
  display: flex;
  align-items: center;
  justify-content: center;
}
#method .store-info .store-area .store-box .store-txt .last {
  margin-bottom: 0;
}
#method .bottom {
  background: #FFFFFF;
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  #method .bottom {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #method .bottom {
    padding: 2rem 1rem;
  }
}
#method .bottom h3 {
  color: #2c2b6d;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.8rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.075rem;
  font-weight: bold;
  border: solid #696D94;
  border-width: 2px 5px 2px 5px;
  margin-bottom: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #method .bottom h3 {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
  }
}
#method .bottom p {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #method .bottom p {
    margin: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  #method .bottom p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 1rem 0;
  }
}
#method .bottom ul.card {
  width: 100%;
  background: #ECEDF5;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  #method .bottom ul.card {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #method .bottom ul.card {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
  }
}
#method .bottom ul.card li {
  border: solid 1px #FFFFFF;
  vertical-align: middle;
  color: #2c2b6d;
  text-align: center;
  font-feature-settings: "halt" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  height: 5rem;
  line-height: 5rem;
  letter-spacing: 0.05rem;
}
#method .bottom ul.card li .small {
  font-size: 0.75rem;
}
@media screen and (max-width: 576px) {
  #method .bottom ul.card li {
    height: 3rem;
    line-height: 3rem;
    text-align: left;
    padding-left: 1rem;
  }
}
#method .bottom ul {
  margin: 1rem 0;
}
#method .bottom ul li {
  color: #312B2B;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.04rem;
  font-feature-settings: "halt" on;
}

#value {
  background: #E5E2D9;
  background-image: url(../img/pt2.webp);
  margin: auto;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  #value {
    background-size: 135%;
  }
}
@media screen and (max-width: 576px) {
  #value {
    background-size: 170%;
  }
}
#value .wrapper {
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #value .wrapper {
    width: 94%;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  #value .wrapper {
    padding: 2rem 0;
  }
}
#value .wrapper .title {
  border-bottom: dashed 3px #6F6967;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 700;
  color: #312B2B;
  text-align: center;
  font-size: 2.5rem;
  line-height: normal;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  #value .wrapper .title {
    font-size: 1.8rem;
  }
}
#value .wrapper .sub {
  text-align: center;
}
#value .wrapper .example {
  background: #F9F7F2;
  border: 1px solid #312B2B;
  margin: 2.5rem 0;
}
#value .wrapper .example h3 {
  background: #312B2B;
  padding: 1rem 0;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.5em;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #value .wrapper .example h3 {
    font-size: 1.2rem;
  }
}
#value .wrapper .example .area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding: 2.5rem 0;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #value .wrapper .example .area {
    display: block;
  }
}
#value .wrapper .example .area .ttl {
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: dashed 2px #6F6967;
  color: #691010;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #value .wrapper .example .area .ttl {
    text-align: center;
  }
}
#value .wrapper .example .area .box {
  margin-right: 1rem;
}
@media screen and (min-width: 1025px) {
  #value .wrapper .example .area .box {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #value .wrapper .example .area .box {
    margin-right: 0;
    margin-bottom: 1.8rem;
  }
}
#value .wrapper .example .area .first {
  grid-area: 1/1/1/4;
}
#value .wrapper .example .area .second {
  grid-area: 2/1/2/4;
}
#value .wrapper .example .area .third {
  grid-area: 3/1/3/4;
}
#value .wrapper .example .area .red {
  color: #D1291F;
}
#value .wrapper .example .area .image {
  grid-area: 1/5/4/4;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #value .wrapper .example .area .image {
    margin: auto;
  }
}
#value .wrapper .example .area .image img {
  max-height: 400px;
}
#value .wrapper .example .area .image::after {
  content: "※評価可能な偽造品の一例";
  position: absolute;
  font-size: 12px;
  bottom: -25px;
  right: 6px;
}
@media screen and (max-width: 576px) {
  #value .wrapper .example .area .image::after {
    right: 0;
  }
}
#value .wrapper .example .area .image .img-sub {
  font-size: 12px;
  text-align: right;
}

#voice {
  background-image: linear-gradient(90deg, rgb(49, 57, 85), rgb(90, 100, 134) 50%, rgb(49, 57, 85));
}
#voice .wrapper {
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper {
    padding: 4rem 0;
  }
}
#voice .wrapper h2 {
  color: #FAF6D0;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4rem;
  padding-bottom: 2rem;
  padding-bottom: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #DBCC97 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper h2 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #voice .wrapper h2 {
    font-size: 1.2rem;
  }
}
#voice .wrapper .sub {
  text-align: center;
  color: #FFFFFF;
  padding: 1rem 0 3.5rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .sub {
    padding: 0.5rem 0 1rem;
  }
}
#voice .wrapper .main-contents {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents {
    width: 93vw;
    margin: 1.5rem auto;
  }
}
#voice .wrapper .main-contents .title {
  color: #FFFFFF;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08rem;
  background-image: linear-gradient(90deg, rgb(57, 42, 36), rgb(93, 80, 69) 50%, rgb(233, 229, 224));
  padding: 1rem 3rem;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .title {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .title {
    font-size: 1.2rem;
    padding: 0.7rem;
    line-height: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #voice .wrapper .main-contents .title {
    font-size: 15px;
  }
}
#voice .wrapper .main-contents .middle {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  background: #E9E5E0;
  padding-top: 2rem;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle {
    padding-bottom: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, max-content);
  }
}
#voice .wrapper .main-contents .middle .content {
  display: flex;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .content {
    display: block;
  }
}
#voice .wrapper .main-contents .middle .content .text {
  align-self: center;
  padding: 2rem;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .content .text {
    grid-area: 3/1/6/2;
    padding: 1rem;
  }
}
#voice .wrapper .main-contents .middle .content .text .detail {
  text-align: right;
  font-size: 1rem;
  font-size: 0.8em;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding-top: 1rem;
}
#voice .wrapper .main-contents .middle .content .text .text-customer {
  color: #312B2B;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .middle .content .text .text-customer {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#voice .wrapper .main-contents .middle .content img {
  grid-area: 1/1/2/3;
  align-self: center;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .content img {
    border: 2px solid #B8A89F;
    padding: 0;
    margin: 1rem auto 0;
  }
}
#voice .wrapper .main-contents .bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #FFFFFF;
  position: relative;
  height: 12rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .bottom {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, max-content);
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
#voice .wrapper .main-contents .bottom img {
  grid-area: 1/1/3/2;
  width: auto;
  height: 100%;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .bottom img {
    grid-area: 1/1/2/2;
    height: 80px;
    width: auto;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
}
#voice .wrapper .main-contents .bottom span {
  grid-area: 1/2/2/3;
  align-self: center;
  color: #312B2B;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 2.5rem;
  background: #FFFFFF;
  padding-top: 1rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .bottom span {
    grid-area: 1/2/2/3;
    text-align: center;
    padding: 0.25rem;
    height: 2rem;
    width: 85%;
    font-size: 14px;
  }
}
#voice .wrapper .main-contents .bottom p {
  grid-area: 2/2/3/6;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  font-feature-settings: "halt" on;
  align-self: start;
  padding: 0 2rem 2rem 0;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .bottom p {
    grid-area: 2/1/4/4;
    border-top: solid 1px #FFFFFF;
    font-size: 15px;
    line-height: 22px;
    margin: 0 1rem;
    padding: 1rem;
  }
}

#ihinKaitori {
  margin: 3rem 0;
}
@media screen and (max-width: 576px) {
  #ihinKaitori {
    margin: 2rem 0;
  }
}
#ihinKaitori .wrapper {
  background-image: url(../img/ihinKaitori_bg.webp);
  background-size: cover;
  background-position: center;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper {
    background-image: url(../img/ihinKaitori_bg.webp);
    width: 95vw;
    background-position: right;
  }
}
@media screen and (max-width: 768px) {
  #ihinKaitori .wrapper {
    background-image: url(../img/ihinKaitori_sp_bg.webp);
    width: 93vw;
    background-size: cover;
    background-position: bottom;
  }
}
#ihinKaitori .wrapper .title {
  padding: 3rem 3rem 1rem 3rem;
}
@media screen and (max-width: 768px) {
  #ihinKaitori .wrapper .title {
    padding: 3rem 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .title {
    padding: 2rem 1rem 1rem 1rem;
    font-size: 1rem;
  }
}
#ihinKaitori .wrapper .title p {
  color: #312B2B;
  font-family: "Shippori Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper .title p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .title p {
    font-size: 1rem;
  }
}
#ihinKaitori .wrapper .title h2 {
  color: #312B2B;
  font-family: "Shippori Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper .title h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #ihinKaitori .wrapper .title h2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .title h2 {
    font-size: 1.5rem;
  }
}
#ihinKaitori .wrapper .title h2 .purple {
  color: #8B4D83;
  font-family: "Shippori Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
  background: linear-gradient(transparent 0% 75%, rgba(139, 77, 131, 0.3) 75% 100%);
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper .title h2 .purple {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .title h2 .purple {
    font-size: 2.1rem;
  }
}
#ihinKaitori .wrapper .middle {
  color: #312B2B;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.12rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding: 1rem 3rem;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper .middle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #ihinKaitori .wrapper .middle {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .middle {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    letter-spacing: 0.02rem;
  }
}
#ihinKaitori .wrapper .bottom {
  color: #312B2B;
  font-family: "Shippori Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
  padding: 1rem 3rem 3rem 3rem;
}
@media screen and (max-width: 1024px) {
  #ihinKaitori .wrapper .bottom {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #ihinKaitori .wrapper .bottom {
    padding: 1rem 2rem 3rem 2rem;
    font-size: 1.4rem;
    box-shadow: 7px 7px 5px #ffffff;
  }
}
@media screen and (max-width: 576px) {
  #ihinKaitori .wrapper .bottom {
    padding: 1rem 1rem 2rem 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}

#qanda {
  background-image: url(../img/pt1.webp);
  background-size: 50%;
}
#qanda .wrapper {
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #qanda .wrapper {
    padding: 4rem 0;
    width: 93vw;
  }
}
@media screen and (max-width: 576px) {
  #qanda .wrapper {
    padding: 2rem 0;
  }
}
#qanda .wrapper .title {
  text-align: center;
}
#qanda .wrapper .title h2 {
  color: #FFFFFF;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  line-height: normal;
  letter-spacing: 0.1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .title h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
  }
}
#qanda .wrapper .main-contents dl {
  margin-bottom: 1rem;
}
#qanda .wrapper .main-contents dl dt {
  background: #312B2B;
  color: #FFF;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1rem;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dt {
    padding: 1.5rem 1rem;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
}
#qanda .wrapper .main-contents dl dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/q_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dt::before {
    width: 2rem;
    height: 1.5rem;
    position: absolute;
    top: 1.7rem;
  }
}
#qanda .wrapper .main-contents dl dt p {
  margin-left: 3rem;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dt p {
    margin-left: 2rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#qanda .wrapper .main-contents dl dd {
  color: #312B2B;
  font-feature-settings: "halt" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05rem;
  background: #FFFFFF;
  padding: 1.5rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dd {
    padding: 1.5rem 1rem;
    line-height: 1.5rem;
  }
}
#qanda .wrapper .main-contents dl dd p {
  margin-left: 3rem;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dd p {
    margin-left: 2rem;
  }
}
#qanda .wrapper .main-contents dl dd::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/a_icon.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 2rem;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1.1rem);
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dd::before {
    top: 1.5rem;
    width: 1.5rem;
    height: 2rem;
    background-size: contain;
  }
}
#qanda .wrapper .userSupport {
  margin: 4rem 0;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .userSupport {
    margin: 2rem 0;
  }
}
#qanda .wrapper .userSupport h3 {
  color: #FFFFFF;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3rem;
  background: #312B2B;
  text-align: center;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  #qanda .wrapper .userSupport h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .userSupport h3 {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    padding: 0.5rem;
    font-weight: bold;
  }
}
#qanda .wrapper .userSupport p {
  color: #312B2B;
  font-feature-settings: "halt" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 0;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .userSupport p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
#qanda .wrapper .important-points {
  border: 1px solid #312B2B;
  background: #FFFFFF;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .important-points {
    margin-top: -1rem;
  }
}
#qanda .wrapper .important-points h3 {
  display: flex;
  justify-content: center;
  border-bottom: dotted 2px #312B2B;
  margin: 2rem;
  padding-bottom: 1rem;
  color: #312B2B;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #qanda .wrapper .important-points h3 {
    text-align: left;
    font-size: 1.6rem;
    margin: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .important-points h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
    letter-spacing: 0.18rem;
    margin: 1.5rem 1rem;
  }
}
#qanda .wrapper .important-points h3 img {
  padding-right: 0.5rem;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .important-points h3 img {
    width: 2rem;
  }
}
#qanda .wrapper .important-points p {
  color: #312B2B;
  font-feature-settings: "halt" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  margin: 0 3rem 2rem 3rem;
}
@media screen and (max-width: 768px) {
  #qanda .wrapper .important-points p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .important-points p {
    margin: 0 1rem 2rem 1rem;
  }
}

#Kaitorihin {
  background: #D9D9D9;
}
#Kaitorihin .wrapper {
  padding: 7rem 0;
}
@media screen and (max-width: 1024px) {
  #Kaitorihin .wrapper {
    padding: 4rem 0;
    width: 97vw;
  }
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper {
    padding: 2rem 0 0.5rem 0;
  }
}
#Kaitorihin .wrapper .title p {
  color: #312B2B;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper .title p {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
  }
}
#Kaitorihin .wrapper .title h3 {
  color: #312B2B;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(140, 123, 123) 27%, rgb(97, 77, 77) 50%, rgb(140, 123, 123) 73%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 7px;
  background-position: bottom;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper .title h3 {
    font-size: 1.5rem;
    padding-bottom: 0.5rem;
    line-height: 2rem;
    font-weight: bold;
  }
}
#Kaitorihin .wrapper .display-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  margin: 3rem 0 0 0;
}
@media screen and (max-width: 768px) {
  #Kaitorihin .wrapper .display-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper .display-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 0.5rem;
    margin: 1.5rem 0;
  }
}
#Kaitorihin .wrapper .display-grid li p {
  background: #6f6f6f;
  border: 1px solid #6f6f6f;
  color: #FFFFFF;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.15rem;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  #Kaitorihin .wrapper .display-grid li p {
    font-size: 1.1rem;
    letter-spacing: 0.025rem;
  }
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper .display-grid li p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding: 0;
  }
}
@media screen and (max-width: 320px) {
  #Kaitorihin .wrapper .display-grid li p {
    font-size: 0.8rem;
  }
}

.campaign {
  background: #6F6967;
}
.campaign div {
  margin: auto;
  max-width: 1024px;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .campaign div {
    width: 93vw;
  }
}
@media screen and (max-width: 576px) {
  .campaign div {
    width: 96%;
  }
}
.campaign div img {
  margin: 0 auto;
  width: 100%;
}
.campaign div .campaign_txt {
  padding: 0.5rem 0.2rem;
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
}
.campaign div .campaign_txt .red {
  background: #B93737;
  padding: 2px 0;
}

#contact {
  padding: 5rem 0;
  background: #6F6967;
}
@media screen and (max-width: 1024px) {
  #contact { /*タブレット表示*/
    padding: 3rem 0;
  }
}
#contact .wrapper {
  background: #F7F7F7;
  padding: 1vh 0;
  border-top: 5px solid #AFA493;
  border-bottom: 5px solid #AFA493;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper { /*タブレット表示*/
    width: 93vw;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper {
    width: 96%;
    padding-bottom: 1rem;
  }
}
#contact .wrapper .contact_ttl {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background: url(../img/title-decoration-left.svg) no-repeat left center/3%, url(../img/title-decoration-right.svg) no-repeat right center/3%;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_ttl { /*タブレット表示*/
    font-size: 1.5rem;
    width: 75%;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_ttl {
    width: 80%;
  }
}
#contact .wrapper .contact_ttl h1 {
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 5.4px;
  margin: 2.5rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_ttl h1 { /*タブレット表示*/
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_ttl h1 {
    font-size: 1.2rem;
    margin: 1.5rem 0;
    letter-spacing: 0.15rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
}
#contact .wrapper .contact_ttl h1 p {
  font-size: 0.7em;
}
#contact .wrapper .contact_ttl h1 p span {
  color: #D1291F;
}
#contact .wrapper .mincho {
  color: #312B2B;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3rem;
  margin: 12px 0;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mincho { /*タブレット表示*/
    font-size: 1.5rem;
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mincho {
    font-size: 1rem;
    letter-spacing: 0.13rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 1rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #contact .wrapper .mincho {
    font-size: 13px;
  }
}
#contact .wrapper .contact_txt {
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2625rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_txt { /*タブレット表示*/
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_txt {
    font-size: 1rem;
    padding: 0;
    letter-spacing: 0.15rem;
  }
}
#contact .wrapper .tel {
  text-align: center;
  margin: 1rem 0;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel {
    padding: 0.5rem;
    margin: 0;
  }
}
#contact .wrapper .tel .tel-btn {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 0.8rem 0;
  background: #312B2B;
  cursor: pointer;
  pointer-events: none;
  transition-duration: 100ms;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .tel-btn { /*タブレット表示*/
    padding: 0.7rem 0;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn {
    width: 100%;
    padding: 0.5em 0;
    border-radius: 0.9rem;
    margin: 0.5rem auto;
    font-size: 1.75rem;
    background-image: linear-gradient(0deg, rgb(82, 68, 67), rgb(155, 128, 103) 30%, rgb(97, 82, 70) 53%, rgb(49, 43, 43));
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    pointer-events: auto;
  }
}
#contact .wrapper .tel .tel-btn a {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  padding: 1.2rem;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn a { /*タブレット表示*/
    border: none;
    padding: 0;
  }
}
#contact .wrapper .tel .tel-btn a p {
  color: #FFFFFF;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16875rem;
  line-height: 4rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .tel-btn a p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .wrapper .tel .tel-btn a p {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn a p {
    font-size: 2rem;
    letter-spacing: 0.07rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
#contact .wrapper .tel .tel-btn a p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/freedial-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 2.5rem;
  margin-right: 1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .tel-btn a p::before {
    height: 2rem;
    width: 3rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn a p::before {
    width: 2rem;
    height: 1.25rem;
    line-height: 2rem;
    margin-right: 5px;
  }
}
#contact .wrapper .tel .tel-btn a p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  vertical-align: baseline;
}
@media screen and (min-width: 577px) {
  #contact .wrapper .tel .tel-btn a p::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .tel-btn a p::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn a p::after {
    width: 1rem;
    height: 1rem;
    line-height: 2rem;
    margin-left: 5px;
  }
}
#contact .wrapper .tel .tel-btn a .time {
  color: #FFFFFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn a .time {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  #contact .wrapper .tel .tel-btn a .time {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn:hover {
    opacity: 0.5;
    transition-duration: 100ms;
    box-shadow: none;
  }
}
#contact .wrapper .tel .contact_txt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/call-icon-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.7rem;
  width: 1.2em;
  height: 1.2em;
}
#contact .wrapper .tel .contact_txt2 .time {
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05625rem;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .contact_txt2 .time {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  #contact .wrapper .tel .contact_txt2 .time {
    letter-spacing: 0;
  }
}
#contact .wrapper .tel .contact_txt2 .attention {
  color: #312B2B;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .contact_txt2 .attention { /*タブレット表示*/
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .contact_txt2 .attention {
    font-size: 0.625rem;
    margin-top: 0.5rem;
    line-height: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  #contact .wrapper .tel .contact_txt2 .attention {
    letter-spacing: 0.03rem;
  }
}
#contact .wrapper .mail {
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail {
    padding: 0.5rem;
    margin: 0;
  }
}
#contact .wrapper .mail .contact_txt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4em;
  height: 1.4em;
}
#contact .wrapper .mail .mail-btn {
  margin: 0 auto;
  width: 70%;
  height: auto;
  border-radius: 0.5rem;
  background-image: linear-gradient(0deg, rgb(39, 72, 154), rgb(112, 126, 186) 30%, rgb(27, 38, 138));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition-duration: 100ms;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mail .mail-btn { /*タブレット表示*/
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn {
    width: 100%;
    border-radius: 0.9rem;
    margin: 0.5rem auto;
    font-size: 1.75rem;
    text-align: center;
    height: 4rem;
    line-height: normal;
    padding: 0.5rem 0;
  }
}
#contact .wrapper .mail .mail-btn a {
  color: #FFF;
  text-align: center;
  font-family: Shippori Mincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  line-height: normal;
  letter-spacing: 0.2rem;
  cursor: pointer;
  pointer-events: auto;
  padding: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mail .mail-btn a { /*タブレット表示*/
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .wrapper .mail .mail-btn a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn a {
    padding: 0.5rem;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
}
#contact .wrapper .mail .mail-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/mail-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3rem;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mail .mail-btn a::before {
    width: 2rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn a::before {
    width: 1.5rem;
    height: 1rem;
    line-height: 2rem;
    margin-right: 5px;
  }
}
#contact .wrapper .mail .mail-btn a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mail .mail-btn a::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn a::after {
    width: 1rem;
    height: 1rem;
    line-height: 2rem;
    margin-left: 4px;
  }
}
#contact .wrapper .mail .mail-btn p {
  color: #FFFFFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn p {
    font-size: 12px;
    line-height: 1rem;
  }
}
#contact .wrapper .mail .mail-btn:hover {
  opacity: 0.5;
  transition-duration: 100ms;
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */