@charset "utf-8";
* {
  font-style: normal;
}
html {
  font-style: normal;
  text-align: left;
  line-height: 1.6;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
}
body * {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}
table {
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
th {
  text-align: left;
}
th {
  font-weight: 100;
}
a {
  color: #333333;
  text-decoration: none;
}
html {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.header-container img {
  height: 41px;
  width: auto !important;
  object-fit: contain;
}
.wrap {
  width: 100%;
  background-color: #fff;
}
.contents {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 0;
  color: rgb(26 26 26/var(--tw-text-opacity, 1));
  display: block;
  font-size: 16px;
}
/* オリジナルCSSここから */
.breadcrumb {
  max-width: 1340px;
  margin: 0 auto;
  padding: 15px 15px;
  font-size: 12px;
  color: #7A7A7A;
}
.breadcrumb a {
  color: #7A7A7A;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #7A7A7A;
  text-decoration: underline;
}
.contents h1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.contents h1 span {
  font-size: 26px;
  display: block;
}
.contents .main_v {
  width: 100%;
  margin: 0 auto 40px auto;
}
.into_area .title {
  font-size: 18px;
  margin: 0 0 40px 0;
}
.into_area .tex {
  margin: 0 0 25px 0;
}
.contents h2 {
  color: #000;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #f68f11;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #ffe4b1 3px, #ffe4b1 8px);
  font-size: 23px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}
.box_area .emp {
  font-size: 18px;
  font-weight: bold;
  color: #f68f11;
}
.contents .box_area {
  margin: 0 0 50px 0;
}
.contents .box_area h3 {
  border-bottom: solid 3px rgb(255, 228, 188);
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.contents .box_area h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f68f11;
  bottom: -3px;
  width: 20%;
}
.prologue_area .tex {
  margin: 0 0 25px 0;
}
.prologue_area .img {
  width: 80%;
  margin: 0 auto;
}
.good_area .tex {
  margin: 0 0 25px 0;
}
.good_area .good-grid {
  display: grid;
  gap: 14px;
}
.good_area .good-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid #ffe4b1;
  border-left: 6px solid #f68f11;
  border-radius: 10px;
  padding: 22px 24px;
}
.good_area .good-no {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
  color: var(--orange);
  background: #fff5df;
  border: 2px solid #ffe4b1;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.good_area .good-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  border: none;
}
.good_area .good-card h3::after {
  border: none;
}
.good_area .good-card p {
  font-size: 15px;
  color: var(--ink-soft);
}
.good_area .voice-box {
  margin-top: 28px;
  background: #fffbf4;
  border: 2px solid #f89174;
  border-radius: 10px;
  padding: 24px 26px;
}
.good_area .voice-box .ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--ink);
}
.good_area .voice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}
.good_area .voice {
  background: #fff;
  border: 1px solid #ffe4b1;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--ink-soft);
}
.good_area .voice b {
  color: var(--orange);
  font-size: 15px;
  display: block;
  margin-bottom: 2px;
}
.good_area .img {
  width: 80%;
  margin: 25px auto 0 auto;
}
.nogood_area .tex {
  margin: 0 0 25px 0;
}
.nogood_area .ng-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 16px
}
.nogood_area .ng-card {
  background: #fffbf4;
  border: 1px solid #ffe4b1;
  border-top: 4px solid #dd5039;
  border-radius: 10px;
  padding: 28px 24px
}
.nogood_area .ng-tag {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .12em;
  color: #fff;
  background: #dd5039;
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 15px
}
.nogood_area .ng-card h3 {
  font-size: 17px;
  font-weight: 700;
  border: none;
  margin-bottom: 8px;
  line-height: 1.5;
}
.nogood_area .ng-card h3::after {
  border: none;
}
.nogood_area .ng-card p {
  font-size: 14.5px;
  color: var(--ink-soft)
}
.nogood_area .ng-why {
  margin-top: 12px;
  font-size: 13.5px;
  background: #fbe9e3;
  color: #b53f29;
  border-radius: 8px;
  padding: 9px 13px
}
.nogood_area .ng-why b {
  font-weight: 700
}
.nogood_area .img {
  width: 80%;
  margin: 50px auto 0 auto;
}
.scene_area .tex {
  margin: 0 0 25px 0;
}
.scene_area .scene-grid {
  display: grid;
  gap: 20px
}
.scene_area .scene {
  background: #fff;
  border: 1px solid #ffe4b1;
  border-radius: 15px;
  padding: 24px 26px
}
.scene_area .scene .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #f68f11;
  background: #fff5df;
  border-radius: 999px;
  padding: 4px 14px;
  margin-bottom: 14px
}
.scene_area .scene ul {
  display: grid;
  gap: 9px
}
.scene_area .scene li {
  font-size: 15px;
  color: var(--ink-soft);
  padding-left: 24px;
  position: relative
}
.scene_area .scene li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: .6em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f68f11;
}
.scene_area h3 {
  margin-bottom: 20px !important;
}
.scene_area .img {
  width: 80%;
  margin: 50px auto 0 auto;
}
.qanda_area .tex {
  margin: 0 0 20px 0;
}
.qanda_area .faq-list {
  display: grid;
  gap: 14px
}
.qanda_area .faq-item {
  background: #fffbf4;
  border: 1px solid #ffe4b1;
  border-radius: 15px;
  overflow: hidden
}
.qanda_area .faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 15.5px;
  line-height: 1.6
}
.qanda_area .faq-item summary::-webkit-details-marker {
  display: none
}
.qanda_area .faq-q {
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  background: #f68f11;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}
.qanda_area .faq-toggle {
  margin-left: auto;
  flex-shrink: 0;
  color: var(--orange);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  transition: transform .2s
}
.qanda_area .faq-item[open] .faq-toggle {
  transform: rotate(45deg)
}
.qanda_area .faq-a {
  display: flex;
  gap: 14px;
  padding: 0 22px 20px
}
.qanda_area .faq-a-mark {
  flex-shrink: 0;
  font-weight: 700;
  color: #fff;
  background: #F891A2;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}
.qanda_area .faq-a p {
  font-size: 14.5px;
  color: var(--ink-soft)
}
.links_area .links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px
}
.links_area .link-card {
  background: #fff;
  border: 1px solid #ffe4b1;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform .15s, border-color .15s
}
.links_area .link-card:hover {
  transform: translateY(-3px);
  border-color: var(--orange)
}
.links_area .link-thumb {
  aspect-ratio: 16/9;
  border-bottom: 2px dashed #f89174;
  background: repeating-linear-gradient(-45deg, var(--cream-1), var(--cream-1) 10px, #fff 10px, #fff 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #c98a3c
}
.links_area .link-thumb .img-label {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .14em;
  color: var(--orange)
}
.links_area .link-thumb .img-size {
  font-size: 10px;
  color: #c08a45
}
.links_area .link-body {
  padding: 16px 18px 18px
}
.links_area .link-cat {
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 700;
  color: #f68f11;
}
.links_area .link-title {
  font-weight: 700;
  font-size: 15px;
  margin-top: 4px;
  line-height: 1.6;
  color: var(--ink)
}
.btn {
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 35px auto 80px auto;
  text-align: center;
  background: #f68f11;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 15px;
  text-decoration: none;
  transition: opacity .15s
}
.btn:hover {
  opacity: .85
}
/* マイスター吹き出し */
.meister {
  display: flex;
  gap: 0;
  align-items: flex-start;
  margin-top: 30px;
}
.meister .avatar {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px dashed #f89174;
  background: var(--cream-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c98a3c;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.meister .bubble {
  position: relative;
  background: #ffe4b1;
  border-radius: 15px;
  padding: 16px 20px;
  margin-left: 34px;
  font-size: 14.5px;
  color: var(--ink);
}
.meister .bubble::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 24px;
  width: 0;
  height: 0;
  border-right: 42px solid #ffe4b1;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.meister .bubble b {
  color: var(--orange);
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 90px;
  background: #ff6600;
  opacity: 1;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* オリジナルCSSここまで */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .contents {
    max-width: 926px;
    margin: 0 auto 0 auto;
    padding: 2rem 0 4rem 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {

  .breadcrumb{
    padding-top: 5px;
  }


  .header-container {
    padding: 15px !important;
  }
  .contents .box_area {
    margin: 15px 0 20px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .contents {
    padding-top: 1rem;
  }
  .contents h1 {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .contents h1 span {
    font-size: 16px;
  }
  .contents .main_v {
    width: auto;
    margin-bottom: 20px;
  }
  .into_area .title {
    padding: 15px;
    margin: 15px 15px 45px 15px;
    font-size: 15px;
  }
  .contents h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .box_area .emp {
    font-size: 14px;
  }
  .prologue_area .img,
  .good_area .img,
  .scene_area .img {
    width: auto;
  }
  .good_area .good-card {
    padding: 15px;
  }
  .good_area .good-card h3 {
    font-size: 16px;
  }
  .good_area .good-card p {
    font-size: 13px;
  }
  .good_area .good-no {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
  .good_area .voice-box {
    padding: 18px;
  }
  .nogood_area .ng-grid {
    display: block;
  }
  .nogood_area .ng-card {
    padding: 15px;
    margin: 0 0 15px 0;
  }
  .contents .box_area h3 {
    font-size: 18px;
  }
  .scene_area .scene {
    padding: 20px;
  }
  .scene_area .img {
    margin-top: 25px;
  }
  #page_top {
    width: 48px;
    height: 48px;
    right: 20px;
  }
  #page_top a::before {
    top: -14px;
  }
}
/* オリジナルCSSここまで */