@charset "UTF-8";
/* 
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
.area_visual .pagettl {
  top: 70%;
}
.area_visual .pagettl svg {
  width: 100%;
  height: auto;
  max-width: 20vw;
  min-width: 160px;
}
.area_visual .copy {
  top: 6vw;
}
@media all and (max-width: 896px) {
  .area_visual .copy {
    font-size: 1.7rem;
    top: 40px;
    right: 20px;
    letter-spacing: 0em;
  }
}

.area_faq {
  position: relative;
  padding: 0 12vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_faq {
    padding: 0 20px;
  }
}
.area_faq .block_faq {
  padding: 60px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_faq .block_faq {
    padding: 30px 0;
  }
}
.area_faq .block_faq .elem01 {
  position: absolute;
  top: 6vw;
  left: -30px;
  width: 25vw;
  mix-blend-mode: multiply;
}
.area_faq .block_faq .elem01 img {
  width: 100%;
  height: auto;
}
.area_faq .block_faq .box_ttl {
  text-align: center;
}
.area_faq .block_faq .box_ttl h1 {
  font-family: "Hina Mincho", serif;
  font-size: 3.6rem;
  line-height: 1.1em;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .area_faq .block_faq .box_ttl h1 {
    font-size: 2.7rem;
  }
}
.area_faq .block_faq .box_ttl .cloud {
  padding: 16px 0 0;
  max-width: 280px;
  width: 50%;
  margin: auto;
}
.area_faq .block_faq .box_ttl .cloud img {
  width: 100%;
  height: auto;
}
.area_faq .block_faq .bn_ai {
  text-align: right;
  margin-top: -80px;
}
@media all and (max-width: 896px) {
  .area_faq .block_faq .bn_ai {
    margin-top: 10px;
    text-align: center;
  }
}
.area_faq .block_faq .bn_ai img {
  width: 300px;
}

.area_access {
  padding: 0 20px;
}
.area_access .block_access {
  max-width: 1320px;
  margin: auto;
}

.column_faq {
  padding: 15px 0 0;
}
.column_faq .box_accordion {
  border-bottom: #666 dotted 1px;
}
.column_faq .box_accordion .toggle {
  display: none;
}
.column_faq .box_accordion .label {
  padding: 1.5em;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.5s;
}
.column_faq .box_accordion .label:hover {
  background-color: #E9F8E9;
}
.column_faq .box_accordion .label h3 {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: 400;
}
.column_faq .box_accordion .label p {
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 0 0 0 10px;
}
.column_faq .box_accordion .label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #003C90;
  border-right: 2px solid #003C90;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.column_faq .box_accordion .label,
.column_faq .box_accordion .detail {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.column_faq .box_accordion .detail {
  overflow: hidden;
  box-sizing: border-box;
  background-color: #FFF;
}
.column_faq .box_accordion .detail .inner {
  padding: 20px;
}
.column_faq .box_accordion .detail .inner p {
  font-size: 1.5rem;
  line-height: 1.7em;
}
.column_faq .box_accordion .detail .inner h4 {
  font-size: 1.5rem;
  line-height: 1.7em;
  font-weight: 700;
  padding: 12px 0 0;
}
.column_faq .box_accordion .detail .inner h4.kak {
  text-indent: -0.5em;
}
.column_faq .box_accordion .detail .inner ul {
  padding: 2px 0 2px 0.5em;
}
.column_faq .box_accordion .detail .inner ul li {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
.column_faq .box_accordion .detail .inner ul li::before {
  content: "◎";
}
.column_faq .box_accordion .toggle:checked + .label + .detail {
  transition: all 0.3s;
}
.column_faq .box_accordion .toggle:checked + .label {
  background-color: #E9F8E9;
}
.column_faq .box_accordion .toggle:checked + .label::before {
  transform: rotate(-45deg) !important;
}

.small {
  font-size: 0.8em;
}

.b_top {
  border-top: #666 dotted 1px;
}

.b_bottom {
  border-bottom: #666 dotted 1px;
}

.bn_bottom {
  border-bottom: none;
}

.a_center {
  align-items: center;
}

.a_bottom {
  align-items: flex-end;
}

/***************************************************
 * Generated by SVG Artista on 6/19/2023, 2:06:16 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1133.0010986328px;
    stroke-dasharray: 1133.0010986328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1133.0010986328px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1133.0010986328px;
    stroke-dasharray: 1133.0010986328px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1133.0010986328px;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 856.1054077148px;
    stroke-dasharray: 856.1054077148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 856.1054077148px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 856.1054077148px;
    stroke-dasharray: 856.1054077148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 856.1054077148px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1047.0087890625px;
    stroke-dasharray: 1047.0087890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1047.0087890625px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1047.0087890625px;
    stroke-dasharray: 1047.0087890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1047.0087890625px;
  }
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}