@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Cormorant+Infant:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
/* setting
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Cormorant Infant', serif;
*/
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: "utsukushi";
  src: url("../wf/UtsukushiFONT.eot"), url("../wf/UtsukushiFONT.woff") format("woff"), url("../wf/UtsukushiFONT.ttf") format("truetype");
}
@font-face {
  font-family: "com4t";
  src: url("../wf/com4t_fine_regular_regular-webfont.woff") format("woff"), url("../wf/com4t_fine_regular_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "century";
  src: url("../wf/gothic-webfont.woff") format("woff"), url("../wf/gothic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #231815;
  font-size: 1.3rem;
  line-height: 1em;
  font-family: "utsukushi";
  font-weight: 400;
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixin
*********************************************************************/
/* media query */
/*access
*****************************************************************/
#secondary .area_header .block_header {
  background-image: url("../images/img01.jpg");
}

.box_typo_sec {
  position: absolute;
}
.box_typo_sec .typo {
  font-family: "Cinzel Decorative", cursive;
  color: #FFF;
  width: 400px;
}
@media all and (max-width: 769px) {
  .box_typo_sec .typo {
    width: 400px;
  }
}

:root {
  --main_c: #91A775;
  --bg_c: rgba(23, 30, 53, 0.1);
}

.area__faq {
  padding: 80px 20px 120px;
}
@media (width < 896px) {
  .area__faq {
    padding: 40px 20px 40px;
  }
}

.area__faq--nav {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  container-type: inline-size;
}

.list_nav_faq {
  display: grid;
  gap: 1.666cqw;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.list_nav_faq .btn_la a {
  display: grid;
  place-content: center;
  font-size: clamp(1.3rem, 0.9375vw, 1.5rem);
  box-sizing: border-box;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 100%;
  border: #666 solid 1px;
  position: relative;
  line-height: 1.2em;
  word-break: keep-all;
}
.list_nav_faq .btn_la a::before, .list_nav_faq .btn_la a::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translate(-42%);
  width: 2px;
  height: 8px;
  background-color: #666;
  transition: 0.5s;
}
.list_nav_faq .btn_la a::before {
  transform: rotate(-45deg);
  right: 15px;
}
.list_nav_faq .btn_la a::after {
  transform: rotate(45deg);
  right: 10px;
}

.area__faq--block {
  padding: 5.208vw 0 0;
  max-width: 1200px;
  margin: auto;
  container-type: inline-size;
}
@media (width < 896px) {
  .area__faq--block {
    padding: 40px 0 0;
  }
}

.ttl_category {
  font-size: clamp(1.8rem, 2cqw, 2.4rem);
  line-height: 1.2em;
  padding: 0 0 16px;
}

.include-accordion {
  background-color: #FFF;
  width: 100%;
  padding: 0;
  border-top: 1px solid #CCC;
}

.box_faq {
  list-style: none;
}

.box_faq_item {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
  border-top: 1px solid #CCC;
  background-color: #FFF;
  margin: 0;
}

.box_faq_answer {
  border-bottom: 1px dotted #CCC;
  padding: 20px;
  line-height: 1.6em;
  font-size: 1.5rem;
}
@media (width < 480px) {
  .box_faq_answer {
    padding: 16px;
  }
}
.box_faq_answer ul {
  padding: 2px 0;
}
.box_faq_answer ul li {
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
.box_faq_answer ul li::before {
  content: "・";
}

.accordionBtn {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  cursor: pointer;
  text-align: left;
  padding: 17px 34px 14px 10px;
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: justify;
  display: grid;
  grid-template-columns: 3em 1fr;
  gap: 5px;
}
@media (width < 480px) {
  .accordionBtn {
    font-size: 1.4rem;
  }
}

.cap_q {
  font-size: 1.4em;
  transform: translateY(-1.5px);
  color: var(--main_c);
}

.accordionBtn:hover {
  background-color: var(--bg_c);
}

.accordionBtn::before, .accordionBtn::after {
  content: "";
  position: absolute;
  top: 42%;
  transform: translate(-42%);
  width: 2px;
  height: 8px;
  background-color: var(--main_c);
  transition: 0.5s;
}

.accordionBtn::before {
  transform: rotate(-45deg);
  right: 25px;
}

.accordionBtn::after {
  transform: rotate(45deg);
  right: 20px;
}

.box_faq.active .accordionBtn {
  background-color: var(--bg_c);
}

.box_faq.active .accordionBtn::before {
  transform: rotate(-135deg);
}

.box_faq.active .accordionBtn::after {
  transform: rotate(135deg);
}

.box_faq_item.active {
  overflow-y: auto;
}