@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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 577px) and (max-width: 1024px) {
  .non-tab {
    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: #494E5D;
  justify-content: space-between;
  padding: 1rem;
  display: flex;
}
@media screen and (max-width: 576px) {
  #header {
    height: 72px;
    justify-content: center;
    padding: 0.5rem;
    align-items: center;
    z-index: 999999;
  }
}
#header .logo {
  width: 6rem;
  height: 100%;
  margin-left: 2rem;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #header .logo { /*タブレット表示*/
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  #header .logo {
    margin: 0;
    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: #333333;
  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: 6px;
  right: 24px;
  width: 68px;
  height: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #494E5D;
  text-align: center;
  background: #494E5D;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .el_humburger { /*タブレット表示*/
    width: 60px;
    height: 60px;
    top: 12px;
    right: 0.7rem;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 576px) {
  .el_humburger {
    padding: 0;
    top: 8px;
    right: 8px;
    width: 56px;
    height: 56px;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.25);
    z-index: 999;
  }
}

.el_humburger_wrapper {
  display: inline-block;
  margin-top: 1rem;
}
.el_humburger_wrapper p {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #FFFFFF;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-top: -4px;
}

@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 {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    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: 30px;
  margin: 0 auto 9px;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .el_humburger span.el_humburger_bar {
    width: 36px;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #FFFFFF;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  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 {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  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 {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

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

.navi {
  position: fixed;
  right: 0;
  top: 90px;
  height: auto;
  background: #A6986D;
  width: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .navi {
    top: 0px;
    height: 100vh;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    transition: all 0.5s;
  }
}
@media screen and (max-width: 576px) {
  .navi .contact-simple {
    background: #FFFFFF;
  }
}
.navi .navi_inner {
  text-align: center;
  background: #A6986D;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner {
    padding-top: 4rem;
    width: 86vw;
    height: 100vh;
    margin: 0 0 0 auto;
    background: #FFFFFF;
  }
}
.navi .navi_inner .navi_item {
  position: relative;
  border-bottom: 0.5px solid #FFFFFF;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem 0 1rem;
  white-space: nowrap;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner .navi_item {
    height: auto;
    line-height: 4rem;
    background: #A6986D;
    text-align: left;
    padding: 0 3rem;
  }
}
.navi .navi_inner .navi_item:hover {
  background-color: #978652;
  transition: all 0.3s 0s ease;
}
.navi .navi_inner .item {
  width: 100%;
  padding: 0;
  text-align: left;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.17rem;
  font-style: normal;
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .navi .navi_inner .item {
    font-size: 1.1rem;
    line-height: 3.5rem;
    text-align: center;
    width: 100%;
  }
}
.navi .navi_inner .item .nvi1 {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi1::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-01.svg) no-repeat center left/contain;
}
.navi .navi_inner .item .nvi2 {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi2::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-02.svg) no-repeat center left/contain;
}
.navi .navi_inner .item .nvi3 {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi3::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-03.svg) no-repeat center left/contain;
}
.navi .navi_inner .item .nvi4 {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi4::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-04.svg) no-repeat center left/contain;
}
.navi .navi_inner .item .nvi5 {
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi5::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-05.svg) no-repeat center left/contain;
}
.navi .navi_inner .item .nvi6 {
  border-bottom: none;
  cursor: pointer;
  pointer-events: auto;
  padding-left: 3em;
}
.navi .navi_inner .item .nvi6::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.75rem;
  height: 100%;
  top: 0;
  left: 0.5em;
  background: url(../img/nav-icon-06.svg) no-repeat center left/contain;
}

.js_humburgerOpen .navi {
  width: 14rem;
  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 {
    background-color: #FFFFFF;
    box-shadow: none;
  }
}
@media screen and (max-width: 576px) {
  .js_humburgerOpen .el_humburger .el_humburger_wrapper .top {
    background: #A6986D;
  }
}
@media screen and (max-width: 576px) {
  .js_humburgerOpen .el_humburger .el_humburger_wrapper .bottom {
    background: #A6986D;
  }
}
@media screen and (max-width: 576px) {
  .js_humburgerOpen .el_humburger .el_humburger_wrapper p {
    color: #A6986D;
  }
}

.navi_item.op_innerLink {
  cursor: pointer;
}

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

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

	footer

----------------------------------------------------------------------------- */
footer {
  background: #494E5D;
  color: #FFFFFF;
  font-size: 0.8rem;
}
@media screen and (max-width: 1200px) {
  footer {
    padding-bottom: 150px;
  }
}
@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;
  padding-top: 1rem;
}
@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 {
  padding: 0.5rem;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
  height: 5rem;
  display: flex;
  justify-content: center;
  pointer-events: auto;
}
@media screen and (min-width: 577px) {
  .bottom-btn-area {
    height: 80px;
  }
}

.bottom-btn {
  width: 50%;
  border: 1px solid #FFFFFF;
  border-radius: 0.5rem;
  pointer-events: auto;
}
.bottom-btn img {
  width: 1.5rem;
  height: auto;
  margin-right: 5px;
}
@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-btn .inner {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (min-width: 577px) {
  .bottom-btn .inner {
    font-size: 1.5rem;
  }
}
.bottom-btn .inner:hover {
  border-bottom-width: 0;
  transform: translateY(3px);
  border-radius: 3px;
  transition: 300ms;
}

.bottom-call {
  background: #8D1116;
  margin-right: 0.5rem;
  pointer-events: auto;
}
.bottom-call:hover {
  opacity: 0.5;
}
@media screen and (min-width: 577px) {
  .bottom-call {
    display: none;
  }
}

.bottom-mail {
  background: #494E5D;
  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;
}
@media screen and (max-width: 576px) {
  #main-visual .main-visual_box {
    background-image: url(../img/mv-bg_sp.webp);
  }
}
#main-visual .main-visual_box::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/mv_left.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  width: 22vw;
  height: 15vw;
}
@media screen and (max-width: 576px) {
  #main-visual .main-visual_box::before {
    background: url(../img/mv_left_sp.webp);
    width: 4rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#main-visual .main-visual_box::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/mv_right.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  width: 23vw;
  height: 17vw;
  right: 0px;
}
@media screen and (max-width: 576px) {
  #main-visual .main-visual_box::after {
    background: url(../img/mv_right_sp.webp);
    width: 3rem;
    height: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#main-visual .mv {
  margin: 0 auto;
  padding: 0 8rem;
}
@media screen and (max-width: 1024px) {
  #main-visual .mv {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  #main-visual .mv {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  #main-visual .mv {
    width: 94%;
    padding: 0;
    padding-top: 1rem;
  }
}
#main-visual .mv-bottom {
  width: 100%;
  margin-top: -4rem;
}
@media screen and (min-width: 1441px) {
  #main-visual .mv-bottom {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 1201px) {
  #main-visual .mv-bottom {
    margin-top: -5rem;
  }
}
@media screen and (max-width: 1024px) {
  #main-visual .mv-bottom {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 576px) {
  #main-visual .mv-bottom {
    margin-top: -8%;
  }
}

#problem {
  background: linear-gradient(180deg, #D6DBE9 0%, rgba(238, 239, 243, 0.5) 100%);
}
#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::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 100px 0 100px;
  border-color: #F5F6F8 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -105%;
  left: 0;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper::after {
    border-width: 60px 80px 0 80px;
    bottom: -100%;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper::after {
    border-width: 40px 60px 0 60px;
    bottom: -105%;
  }
}
#problem .wrapper .title {
  text-align: center;
  padding: 3rem 0 2rem 0;
}
@media screen and (max-width: 576px) {
  #problem .wrapper .title {
    padding: 2rem 0 1rem 0;
  }
}
#problem .wrapper .title h2 {
  color: #494E5D;
  text-align: center;
  font-family: YuMincho, "游明朝", "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(3, 1fr);
  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-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li {
    width: 96%;
    margin: 0 auto;
    align-self: center;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li .text {
    display: flex;
    flex-direction: row-reverse;
  }
}
#problem .wrapper .main-contents li p {
  border-radius: 1rem;
  background: #FFFFFF;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-font-feature-settings: "halt" on;
  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;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .main-contents li p { /*タブレット表示*/
    padding: 1rem 0.5rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li p {
    align-self: center;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    width: 72%;
    margin-left: 1rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .main-contents li p {
    font-size: 0.8rem;
  }
}
#problem .wrapper .main-contents li p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 12px 0 12px;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: 46%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #problem .wrapper .main-contents li p::after {
    rotate: 90deg;
    left: -1rem;
    bottom: 33%;
  }
}
#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 .middle {
  position: relative;
  margin: 3rem 0;
}
@media screen and (max-width: 576px) {
  #problem .wrapper .middle {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
#problem .wrapper .middle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 120px;
  height: 100px;
  transform: rotate(135deg);
  background: linear-gradient(45deg, transparent 50%, #FFFFFF 0%, #A6986D);
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .middle::before { /*タブレット表示*/
    width: 100px;
    height: 80px;
    top: -80%;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .middle::before {
    width: 70px;
    height: 50px;
    bottom: 70%;
  }
}
#problem .wrapper .middle p {
  color: #A6986D;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .middle p { /*タブレット表示*/
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .middle p {
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0.168rem;
  }
}
#problem .wrapper .bottom .inner {
  display: flex;
  height: 3rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom .inner {
    display: block;
    height: auto;
  }
}
#problem .wrapper .bottom .inner .balloon {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0.5rem 3rem 0;
  padding: 0;
  width: 5rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #FFF;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.2rem;
  background: #A6986D;
  border-radius: 50%;
  box-sizing: border-box;
}
#problem .wrapper .bottom .inner .balloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #A6986D;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #problem .wrapper .bottom .inner .balloon {
    width: 4rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
  }
  #problem .wrapper .bottom .inner .balloon:before {
    bottom: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom .inner .balloon {
    width: 3.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    margin: 0 auto;
    right: 5rem;
  }
  #problem .wrapper .bottom .inner .balloon:before {
    bottom: -12px;
    right: -10px;
  }
}
@media screen and (max-width: 320px) {
  #problem .wrapper .bottom .inner .balloon {
    width: 3rem;
    font-size: 0.9rem;
  }
}
#problem .wrapper .bottom .inner img {
  vertical-align: middle;
  width: auto;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@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;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom .inner img {
    margin: 0 auto;
  }
}
#problem .wrapper .bottom .inner span {
  color: #333333;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
  display: table-cell;
  vertical-align: middle;
  height: 4rem;
  vertical-align: bottom;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .bottom .inner span {
    font-size: 2rem;
    line-height: 4rem;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .bottom .inner span {
    font-size: 1.5rem;
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom .inner span {
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    height: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.15rem;
  }
}
#problem .wrapper .bottom p {
  color: #333333;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
  border-bottom: double 5px #333333;
  width: 55%;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  #problem .wrapper .bottom p {
    width: 33rem;
  }
}
@media screen and (max-width: 768px) {
  #problem .wrapper .bottom p {
    font-size: 1.25rem;
    text-align: center;
    letter-spacing: 0.12rem;
    margin: 0 auto;
    width: 19rem;
  }
}
@media screen and (max-width: 576px) {
  #problem .wrapper .bottom p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12rem;
    margin: 0 auto;
    width: 19rem;
  }
}

#reason {
  background: #FFFFFF;
  background-image: url(../img/pt1.webp);
  padding: 6rem 0;
}
@media screen and (max-width: 1024px) {
  #reason {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #reason {
    margin: 0 auto;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  #reason {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #reason .wrapper {
    width: 97vw;
    margin: 0 auto;
  }
}
#reason .wrapper h2 {
  color: #A6986D;
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 7rem;
  letter-spacing: 0.7rem;
  margin-top: -1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  #reason .wrapper h2 {
    font-size: 4rem;
    line-height: 5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .wrapper h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 576px) {
  #reason .wrapper h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
    letter-spacing: 0.375rem;
    margin-bottom: 2.5rem;
    margin-top: -0.5rem;
  }
}
#reason .wrapper .big {
  font-size: 8rem;
}
@media screen and (max-width: 1200px) {
  #reason .wrapper .big {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .wrapper .big {
    font-size: 4rem;
  }
}
#reason .wrapper .navy {
  color: #494E5D;
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.6rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #reason .wrapper .navy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #reason .wrapper .navy {
    font-weight: bold;
    font-size: 1.25rem;
  }
}
#reason li.item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: #F0F0F2;
  margin: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  #reason li.item {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 576px) {
  #reason li.item {
    grid-template-columns: repeat(5, 1fr);
    margin: 1rem;
  }
}
#reason li.item .main-img {
  grid-area: 1/1/3/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #reason li.item .main-img {
    grid-area: 1/1/3/3;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item .main-img {
    grid-area: 1/1/3/6;
  }
}
#reason li.item.second .main-img {
  grid-area: 1/4/3/6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #reason li.item.second .main-img {
    grid-area: 1/5/3/7;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item.second .main-img {
    grid-area: 1/1/3/6;
  }
}
#reason li.item.second .title {
  grid-area: 1/1/2/4;
}
@media screen and (max-width: 1024px) {
  #reason li.item.second .title {
    grid-area: 1/1/2/5;
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item.second .title {
    grid-area: 3/1/4/6;
    padding-bottom: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    padding-bottom: 0.5rem;
    line-height: 1.8rem;
    margin: 0.5rem;
    font-size: 1.2rem;
  }
}
#reason li.item.second .detail {
  grid-area: 2/1/3/4;
}
@media screen and (max-width: 1024px) {
  #reason li.item.second .detail {
    grid-area: 2/1/3/5;
    align-self: center;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item.second .detail {
    grid-area: 4/1/6/6;
  }
}
#reason li.item .num {
  max-width: 5rem;
  height: auto;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  #reason li.item .num {
    max-width: 4rem;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item .num {
    width: 3rem;
  }
}
#reason li.item .title {
  grid-area: 1/3/2/6;
  display: flex;
  align-items: center;
  color: #494E5D;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0.175rem;
  border-bottom: solid 1px #494E5D;
  padding: 1rem;
  margin: 0 1rem;
}
@media screen and (max-width: 1024px) {
  #reason li.item .title {
    grid-area: 1/3/2/7;
    padding: 0;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item .title {
    grid-area: 3/1/4/6;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.125rem;
    padding-bottom: 0.5rem;
    line-height: 1.8rem;
    margin: 0.5rem;
    font-size: 1.2rem;
  }
}
#reason li.item .detail {
  grid-area: 2/3/3/6;
  padding: 1rem;
  color: var(--black, #333);
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
  #reason li.item .detail {
    grid-area: 2/3/3/7;
    align-self: center;
  }
}
@media screen and (max-width: 576px) {
  #reason li.item .detail {
    grid-area: 4/1/6/6;
    font-size: 14px;
    margin-bottom: 0.5rem;
    line-height: 1.3rem;
  }
}
#reason .icon-group {
  display: flex;
  grid-column-gap: 1rem;
}
@media screen and (max-width: 1024px) {
  #reason .icon-group {
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #reason .icon-group {
    grid-row-gap: 0.3rem;
    grid-column-gap: 1rem;
  }
}
#reason .icon-group li.icon {
  border-radius: 1rem;
  background: rgba(86, 99, 140, 0.3);
  padding: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #reason .icon-group li.icon {
    width: 18%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #reason .icon-group li.icon {
    width: 23%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #reason .icon-group li.icon {
    width: 7rem;
    height: 7rem;
    padding: 0.5rem;
    margin: 0.4rem 0.1rem;
  }
}
#reason .icon-group li.icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 150px 0 0;
  border-color: #f0f0f2 transparent transparent transparent;
  border-radius: 1rem 0 0 0;
}
@media screen and (max-width: 1024px) {
  #reason .icon-group li.icon::before {
    border-width: 70px 90px 0 0;
  }
}
@media screen and (max-width: 576px) {
  #reason .icon-group li.icon::before {
    border-width: 60px 70px 0 0;
  }
}
#reason .icon-group li.icon img {
  margin: 0 auto;
  margin-top: 0.5rem;
  position: inherit;
}
@media screen and (max-width: 768px) {
  #reason .icon-group li.icon img {
    width: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #reason .icon-group li.icon img {
    width: 2.5rem;
    height: 2rem;
  }
}
#reason .icon-group li.icon p {
  color: #333333;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin: 0.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
  #reason .icon-group li.icon p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  #reason .icon-group li.icon p {
    font-size: 14px;
    line-height: 1.2rem;
  }
}

#hikaku {
  padding-top: 4rem;
}
@media screen and (max-width: 576px) {
  #hikaku {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
#hikaku .wrapper {
  margin-top: 3rem;
  border: solid 2px #494E5D;
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  #hikaku .wrapper {
    width: 97%;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper {
    width: 94%;
    border: solid 1px #494E5D;
  }
}
#hikaku .wrapper h2 {
  color: #494E5D;
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.3rem;
  background-color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
  margin-top: -4rem;
}
@media screen and (max-width: 1024px) {
  #hikaku .wrapper h2 {
    width: 74%;
    line-height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper h2 {
    width: 74%;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper h2 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    width: 90%;
    margin-top: -2.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #hikaku .wrapper h2 {
    padding-bottom: 1rem;
  }
}
#hikaku .wrapper .text-top {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05rem;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  padding: 2rem 5rem;
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .text-top {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .text-top {
    font-size: 15px;
    padding: 1rem;
  }
}
@media screen and (max-width: 320px) {
  #hikaku .wrapper .text-top {
    padding: 0 1rem 1rem 1rem;
  }
}
#hikaku .wrapper .text-red {
  color: #8D1116;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 0 5rem;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .text-red {
    font-size: 13px;
    text-align: left;
    padding: 0rem 1rem;
    line-height: 1.3rem;
  }
}
#hikaku .wrapper .main-contents {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  padding: 2rem 5rem 3rem 5rem;
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .main-contents {
    padding: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, max-content);
    padding: 0;
    margin: 1rem;
  }
}
#hikaku .wrapper .main-contents .sample {
  grid-area: 1/1/2/3;
  object-fit: cover;
  height: 282px;
  width: auto;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .sample {
    grid-area: 1/1/2/2;
    align-self: end;
    padding-bottom: 0.5rem;
    width: 100%;
  }
}
#hikaku .wrapper .main-contents .text {
  grid-area: 1/3/2/6;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text {
    grid-area: 2/1/3/2;
    align-self: start;
  }
}
#hikaku .wrapper .main-contents .text .title {
  background: linear-gradient(270deg, #56638C 0%, #D9D9D9 100%);
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: 0.06rem;
  padding: 0.5rem 1rem;
}
#hikaku .wrapper .main-contents .text .title p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 0 5px;
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .main-contents .text .title p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .title p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
#hikaku .wrapper .main-contents .text .title span {
  font-weight: normal;
  font-size: 1rem;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 0 5px;
}
#hikaku .wrapper .main-contents .text table {
  width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text table {
    margin: 0.5rem 0;
  }
}
#hikaku .wrapper .main-contents .text table tr .gray {
  color: #333333;
  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) {
  #hikaku .wrapper .main-contents .text table tr .gray {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .main-contents .text table tr .gray {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text table tr .gray {
    padding: 0.4rem;
    white-space: nowrap;
  }
}
#hikaku .wrapper .main-contents .text table tr .white {
  color: #333333;
  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) {
  #hikaku .wrapper .main-contents .text table tr .white {
    font-size: 14px;
  }
}
#hikaku .wrapper .main-contents .text .jisseki {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 2.5rem;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki {
    margin-bottom: 1rem;
  }
}
#hikaku .wrapper .main-contents .text .jisseki .name {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki .name {
    height: 2rem;
    line-height: 2rem;
  }
}
#hikaku .wrapper .main-contents .text .jisseki .name img {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .main-contents .text .jisseki .name img {
    height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki .name img {
    height: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #hikaku .wrapper .main-contents .text .jisseki .name img {
    height: 1.7rem;
  }
}
#hikaku .wrapper .main-contents .text .jisseki .name span {
  display: inline-flex;
  align-items: end;
  line-height: 1rem;
  padding-left: 0.5rem;
  color: #333333;
  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) {
  #hikaku .wrapper .main-contents .text .jisseki .name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki .name span {
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  #hikaku .wrapper .main-contents .text .jisseki .name span {
    padding-left: 4px;
    line-height: 1rem;
  }
}
#hikaku .wrapper .main-contents .text .jisseki .price {
  height: 2rem;
  line-height: 2rem;
}
#hikaku .wrapper .main-contents .text .jisseki .price p {
  color: #8D1116;
}
#hikaku .wrapper .main-contents .text .jisseki .price p span.italic {
  text-align: center;
  -webkit-font-feature-settings: "ital" on;
  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) {
  #hikaku .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #hikaku .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 320px) {
  #hikaku .wrapper .main-contents .text .jisseki .price p span.italic {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  #hikaku .wrapper .main-contents .text .jisseki .price {
    align-self: end;
    height: auto;
    line-height: inherit;
  }
}

@media screen and (max-width: 576px) {
  #jisseki {
    margin-top: 2rem;
  }
}
#jisseki .wrapper {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 97%;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper {
    margin: 0 auto;
    width: 95%;
    margin-top: 2rem;
  }
}
#jisseki .wrapper h2 {
  color: #494E5D;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.50625rem;
  border-bottom: solid 2px #494E5D;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper h2 {
    font-size: 2.5rem;
    width: 65%;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper h2 {
    font-size: 1.7rem;
    font-weight: bold;
    width: 75%;
    text-align: center;
    letter-spacing: 0.25rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper h2 {
    font-size: 23px;
  }
}
#jisseki .wrapper .contents-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .contents-wrapper {
    grid-column-gap: 1rem;
  }
}
@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-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 0.5rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents {
    width: 100%;
    border: solid 0.5px #494E5D;
  }
}
#jisseki .wrapper .contents-wrapper .contents dt {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  padding: 0.5rem 0 0 0;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .contents-wrapper .contents dt {
    display: flex;
    align-items: start;
    max-height: 5rem;
    height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .contents-wrapper .contents dt {
    font-size: 1.4rem;
    max-height: 4rem;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents dt {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    line-height: 1.2rem;
  }
}
#jisseki .wrapper .contents-wrapper .contents img {
  width: 100%;
}
#jisseki .wrapper .contents-wrapper .contents dd.memo {
  color: #333333;
  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.05rem;
  border-bottom: solid 1.5px #494E5D;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  padding: 0.5rem 0;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents dd.memo {
    font-size: 0.75rem;
    padding-top: 0rem;
    padding-bottom: 0;
    text-align: center;
    height: 3rem;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
#jisseki .wrapper .contents-wrapper .contents .pref-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price {
    display: block;
    text-align: center;
    padding-top: 0.1rem;
  }
}
#jisseki .wrapper .contents-wrapper .contents .pref-price .label {
  color: #333333;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .label {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .label {
    display: block;
    text-align: center;
    font-size: 0.75rem;
  }
}
#jisseki .wrapper .contents-wrapper .contents .pref-price .red {
  color: #8D1116;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .red {
    display: block;
    background: rgba(166, 152, 109, 0.15);
    font-size: 13px;
    height: 3rem;
    line-height: 3.5rem;
  }
}
#jisseki .wrapper .contents-wrapper .contents .pref-price .red .price {
  text-align: right;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .red .price {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .red .price {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .red .price {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper .contents-wrapper .contents .pref-price .red .price {
    font-size: 23px;
  }
}
#jisseki .wrapper h3 {
  color: #494E5D;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.625rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper h3 {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper h3 {
    font-size: 23px;
  }
}
#jisseki .wrapper h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  width: 0.3rem;
  height: 4rem;
  background: #494E5D;
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper h3::before {
    width: 0.1rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper h3::before {
    margin-right: 0.5rem;
  }
}
#jisseki .wrapper .type {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .type {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, max-content);
    grid-row-gap: 0rem;
  }
}
#jisseki .wrapper .type li {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .type li {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#jisseki .wrapper .type li img {
  width: 100%;
}
#jisseki .wrapper .type li p {
  color: #333333;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
  margin: 0.5rem 0 2rem 0;
}
@media screen and (max-width: 1024px) {
  #jisseki .wrapper .type li p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #jisseki .wrapper .type li p {
    font-size: 15px;
    margin: 0.5rem 0;
    letter-spacing: 0.05rem;
  }
}
#jisseki .wrapper .bottom {
  background: #494E5D;
}
#jisseki .wrapper .bottom p {
  color: #FFFFFF;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1875rem;
  text-align: center;
  padding: 0.25rem;
}
@media screen and (max-width: 576px) {
  #jisseki .wrapper .bottom p {
    font-size: 1rem;
    letter-spacing: 0.01rem;
    font-weight: bold;
    margin: 2rem 0 3rem 0;
  }
}
@media screen and (max-width: 320px) {
  #jisseki .wrapper .bottom p {
    font-size: 13px;
  }
}

#method {
  background: #FFFFFF;
  background-image: url(../img/pt2.webp);
  padding: 2rem 0;
}
@media screen and (max-width: 576px) {
  #method {
    margin-top: 3rem;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 576px) {
  #method .wrapper {
    width: 90%;
  }
}
#method .wrapper h2 {
  color: #A6986D;
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5rem;
  padding-bottom: 1rem;
}
#method .wrapper h2 span.big {
  font-size: 5.5rem;
}
@media screen and (max-width: 768px) {
  #method .wrapper h2 span.big {
    font-size: 4rem;
  }
}
@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: 1rem;
  justify-items: center;
}
@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 {
    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: -3rem;
  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;
    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 1rem 0rem 0rem;
  color: #FFFFFF;
  height: 12rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title {
    width: 40%;
    height: auto;
    border-radius: 1rem 0 0 1rem;
  }
}
#method .wrapper .contents-wrapper .contents .title img {
  margin: 0 auto;
  height: 50%;
  width: auto;
  align-self: end;
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .title img {
    height: 4rem;
    width: auto;
  }
}
#method .wrapper .contents-wrapper .contents .title p {
  align-self: start;
  font-family: 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.4rem;
}
#method .wrapper .contents-wrapper .contents .first {
  color: #FFFFFF;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4rem;
  background-image: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)), url(../img/method01.webp);
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .first {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
#method .wrapper .contents-wrapper .contents .second {
  color: #FFFFFF;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4rem;
  background-image: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)), url(../img/method02.webp);
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .second {
    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 .third {
  color: #FFFFFF;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4rem;
  background-image: linear-gradient(rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.9)), url(../img/method03.webp);
}
@media screen and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents .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 ul {
  border-radius: 0rem 0rem 1rem 1rem;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
  padding: 1rem 0rem;
  text-align: center;
}
@media screen and (min-width: 577px) and (max-width: 1024px) {
  #method .wrapper .contents-wrapper .contents ul {
    width: 60%;
    padding: 1rem;
    border-radius: 0 1rem 1rem 0;
  }
}
#method .wrapper .contents-wrapper .contents ul li {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
  position: relative;
  margin: 0.5rem 1rem;
  text-align: left;
}
#method .wrapper .contents-wrapper .contents ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/check-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 320px) {
  #method .wrapper .contents-wrapper .contents ul li {
    font-size: 1.1rem;
  }
}
#method .wrapper .contents-wrapper .contents ul a {
  border-radius: 0.625rem;
  background: #A6986D;
  color: #FFFFFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding: 1rem;
  display: inline-block;
  margin: 1rem 0;
  transition-duration: 300ms;
}
#method .wrapper .contents-wrapper .contents ul a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/plus-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 320px) {
  #method .wrapper .contents-wrapper .contents ul a::after {
    margin-left: 4px;
  }
}
#method .wrapper .contents-wrapper .contents ul a:hover {
  transition-duration: 300ms;
  box-shadow: 2px 2px 10px #8c8c8c;
}
@media screen and (max-width: 576px) {
  #method .wrapper .contents-wrapper .contents ul a {
    margin: 1rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  #method .bottom {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #method .bottom {
    padding: 0 2rem;
  }
}
#method .bottom h3 {
  color: #A6986D;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.075rem;
  font-weight: bold;
  margin: 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: dotted 3px #A6986D;
}
@media screen and (max-width: 768px) {
  #method .bottom h3 {
    font-size: 1.4rem;
    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;
  -webkit-font-feature-settings: "halt" on;
  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: #FFFFFF;
  border: solid 1px #A6986D;
  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 #A6986D;
  vertical-align: middle;
  color: #333333;
  text-align: center;
  -webkit-font-feature-settings: "halt" on;
  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;
    border: solid 0.5px #A6986D;
    text-align: left;
    padding-left: 1rem;
  }
}
#method .bottom ul {
  margin: 1rem 0;
}
#method .bottom ul li {
  color: #333333;
  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;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
}

#voice {
  background: #F0F0F2;
}
#voice .wrapper {
  padding: 4rem 0 1rem 0;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper {
    padding: 2rem 0 0.5rem 0;
  }
}
#voice .wrapper h2 {
  color: #494E5D;
  text-align: center;
  font-family: 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.4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper h2 {
    font-size: 1.75rem;
    letter-spacing: 0.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper h2 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    padding: 0;
    line-height: 2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 320px) {
  #voice .wrapper h2 {
    font-size: 1.2rem;
  }
}
#voice .wrapper .voice-attention {
  text-align: center;
  margin-bottom: 2rem;
  color: #333333;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .voice-attention {
    margin: 1rem;
    font-size: 10px;
    line-height: 12px;
  }
}
#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;
  text-align: center;
  font-family: YuMincho, "游明朝", "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: #494E5D;
  padding: 1rem 3rem;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .title {
    font-size: 1.3rem;
    line-height: 2rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .title {
    font-size: 1.1rem;
    padding: 0.5rem;
    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 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 12px;
  background: #FFFFFF;
  border: solid 1px #494E5D;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, max-content);
    padding: 0.5rem;
  }
}
#voice .wrapper .main-contents .middle img {
  grid-area: 1/1/2/3;
  padding: 1.5rem;
  align-self: center;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .middle img {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle img {
    grid-area: 1/1/3/2;
    padding: 0;
  }
}
#voice .wrapper .main-contents .middle .text {
  grid-area: 1/3/2/7;
  align-self: center;
  padding: 1rem 1rem 1rem 0;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .text {
    grid-area: 3/1/6/2;
    padding: 0;
  }
}
#voice .wrapper .main-contents .middle .text .text-gold {
  color: #A6986D;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .text .text-gold {
    padding-top: 1rem;
  }
}
#voice .wrapper .main-contents .middle .text .text-gold .highlight {
  color: #A6986D;
  font-family: 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.1rem;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .middle .text .text-gold .highlight {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .text .text-gold .highlight {
    text-align: center;
    font-weight: bold;
  }
}
#voice .wrapper .main-contents .middle .text .text-gold .detail {
  color: #A6986D;
  text-align: right;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .text .text-gold .detail {
    text-align: center;
  }
}
#voice .wrapper .main-contents .middle .text .text-customer {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8rem;
  padding-top: 1rem;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 1024px) {
  #voice .wrapper .main-contents .middle .text .text-customer {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #voice .wrapper .main-contents .middle .text .text-customer {
    padding-bottom: 1rem;
  }
}
#voice .wrapper .main-contents .bottom {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #494E5D;
  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;
  }
}
#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;
  text-align: center;
  color: #333333;
  font-family: YuMincho, "游明朝", "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: 0.5rem;
}
@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;
  color: #FFFFFF;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "halt" on;
  font-feature-settings: "halt" on;
  align-self: start;
  padding: 0 1rem 1rem 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 0;
  }
}

#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: #494E5D;
  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: #494E5D;
  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: #494E5D;
  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;
  -webkit-font-feature-settings: "halt" on;
  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: #494E5D;
  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: rgba(86, 99, 140, 0.1);
}
#qanda .wrapper {
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  #qanda .wrapper {
    padding: 3rem 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: #494E5D;
  font-family: 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: 576px) {
  #qanda .wrapper .title h2 {
    font-size: 2rem;
    padding-top: 0rem;
    font-weight: bold;
  }
}
#qanda .wrapper .title p {
  color: #333333;
  text-align: center;
  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;
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #qanda .wrapper .title p {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .title p {
    line-height: 1.5rem;
    padding: 1rem 0 2rem 0;
  }
}
#qanda .wrapper .main-contents dl {
  margin-bottom: 1rem;
}
#qanda .wrapper .main-contents dl dt {
  background: #494E5D;
  color: #FFF;
  font-family: YuMincho, "游明朝", "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: 2.5rem;
  position: absolute;
  top: 1.2rem;
}
@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: #333333;
  -webkit-font-feature-settings: "halt" on;
  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: 2.5rem;
  background-size: contain;
  position: absolute;
  top: 1.75rem;
}
@media screen and (max-width: 576px) {
  #qanda .wrapper .main-contents dl dd::before {
    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: YuMincho, "游明朝", "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: #333333;
  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: #333333;
  -webkit-font-feature-settings: "halt" on;
  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 #333333;
  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 #333333;
  margin: 2rem;
  padding-bottom: 1rem;
  color: #333333;
  text-align: center;
  font-family: YuMincho, "游明朝", "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: #333333;
  -webkit-font-feature-settings: "halt" on;
  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: #FFFFFF;
  background-image: url(../img/pt3.webp);
}
#Kaitorihin .wrapper {
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  #Kaitorihin .wrapper {
    padding: 2rem 0;
    width: 97vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  #Kaitorihin .wrapper {
    padding: 2rem 0 0.5rem 0;
  }
}
#Kaitorihin .wrapper .title p {
  color: #333333;
  text-align: center;
  font-family: YuMincho, "游明朝", "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: #333333;
  text-align: center;
  font-family: YuMincho, "游明朝", "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;
  border-bottom: solid 1px #333333;
  padding-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  #Kaitorihin .wrapper .title h3 {
    font-size: 1.5rem;
    padding-bottom: 0.25rem;
    line-height: 2.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: #A6986D;
  border: 1px solid #A6986D;
  color: #FFFFFF;
  text-align: center;
  font-family: YuMincho, "游明朝", "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 {
  max-width: 1024px;
  margin: 1rem auto 2.5rem auto;
}
@media screen and (max-width: 1024px) {
  .campaign {
    width: 93vw;
  }
}
@media screen and (max-width: 576px) {
  .campaign {
    width: 96%;
    margin: 1rem auto 2rem auto;
  }
}
.campaign img {
  margin: 0 auto;
  width: 100%;
}
.campaign .campaign_txt {
  margin-top: 0.5rem;
  font-size: 12px;
  line-height: normal;
  color: #333333;
}
.campaign .campaign_txt .red {
  color: #d30000;
}

#contact {
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #contact { /*タブレット表示*/
    margin: 2rem 0;
  }
}
#contact .wrapper {
  border: 10px solid #8D1116;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper { /*タブレット表示*/
    width: 93vw;
    border: 5px solid #8D1116;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper {
    width: 96%;
    border: 3px solid #8D1116;
    padding-bottom: 1rem;
  }
}
#contact .wrapper .contact_ttl {
  position: relative;
}
#contact .wrapper .contact_ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/plaid.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 7rem;
  height: 7rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_ttl::before { /*タブレット表示*/
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_ttl::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#contact .wrapper .contact_ttl::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background: url(../img/plaid.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 7rem;
  height: 7rem;
  transform: rotate(90deg);
  top: 0px;
  right: 0px;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_ttl::after { /*タブレット表示*/
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_ttl::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
#contact .wrapper .contact_ttl h1 {
  background: #8D1116;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) inset;
  color: #FFF;
  text-align: center;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
  font-size: 2.25rem;
  font-weight: 600;
  font-weight: normal;
  letter-spacing: 5.4px;
  line-height: normal;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .contact_ttl h1 { /*タブレット表示*/
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .contact_ttl h1 {
    font-size: 1rem;
    letter-spacing: 0.15rem;
    line-height: 1.5rem;
    font-weight: bold;
  }
}
#contact .wrapper .mincho {
  color: #333333;
  text-align: center;
  font-family: 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.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: #333333;
  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;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel {
    padding: 0.5rem;
    margin: 0;
    pointer-events: auto;
  }
}
#contact .wrapper .tel .tel-btn {
  margin: 1rem auto;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 2rem;
  background: #8D1116;
  cursor: pointer;
  transition-duration: 100ms;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .tel .tel-btn { /*タブレット表示*/
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn {
    width: 100%;
    padding: 1rem;
    border-radius: 0.9rem;
    margin: 0.5rem auto;
    font-size: 1.75rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
#contact .wrapper .tel .tel-btn p {
  color: #FFFFFF;
  text-align: center;
  font-family: "Roboto Condensed", sans-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 p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .wrapper .tel .tel-btn p {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn p {
    font-size: 2rem;
    letter-spacing: 0.07rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
}
#contact .wrapper .tel .tel-btn 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 p::before {
    height: 2rem;
    width: 3rem;
    margin-right: 8px;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .tel .tel-btn p::before {
    width: 2rem;
    height: 1.25rem;
    line-height: 2rem;
    margin-right: 5px;
  }
}
#contact .wrapper .tel .tel-btn .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 .time {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 320px) {
  #contact .wrapper .tel .tel-btn .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/tel-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4em;
  height: 1.4em;
}
#contact .wrapper .tel .contact_txt2 .time {
  color: #333333;
  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: #333333;
  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: url(../img/smartphone-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4em;
  height: 1.4em;
}
#contact .wrapper .mail .mail-btn {
  margin: 1rem auto;
  padding: 1.5rem 5rem;
  width: 70%;
  height: auto;
  border-radius: 1.875rem;
  background: #494E5D;
  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%;
    padding: 1rem 2rem;
  }
}
@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: 2rem;
    padding: 0.5rem 0;
  }
}
#contact .wrapper .mail .mail-btn .txt {
  color: #FFF;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4rem;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  #contact .wrapper .mail .mail-btn .txt { /*タブレット表示*/
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 768px) {
  #contact .wrapper .mail .mail-btn .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn .txt {
    letter-spacing: 0.1rem;
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
#contact .wrapper .mail .mail-btn .txt::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 .txt::before {
    width: 2rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn .txt::before {
    width: 1.5rem;
    height: 1rem;
    line-height: 2rem;
    margin-right: 5px;
  }
}
#contact .wrapper .mail .mail-btn .txt::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 .txt::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0px;
  }
}
@media screen and (max-width: 576px) {
  #contact .wrapper .mail .mail-btn .txt::after {
    width: 1rem;
    height: 1rem;
    line-height: 2rem;
    margin-left: 4px;
  }
}
#contact .wrapper .mail .mail-btn .easy {
  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 .easy {
    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 */