@charset "UTF-8";
body {
  background: #fff;
}

body.inview {
  background: #d6edc7;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
h2,
h3,
h4,
span,
p {
  color: #4d4d4d;
  font-family: "あおとゴシック B", "Aoto Gothic Bold";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.subpage .top-first-view .bg--wrapper--top-first-view {
  z-index: 2;
}
.subpage .top-first-view .bg--wrapper--top-first-view .bg--wrapper--left .bg-img {
  top: 10%;
  left: 5%;
  max-width: 250px;
  width: 25%;
}
.subpage .top-first-view .bg--wrapper--top-first-view .bg--wrapper--right .bg-img--logo-robot {
  right: 12%;
  bottom: 0%;
  max-width: 120px;
  width: 12%;
}
.subpage .top-first-view .bg--wrapper--top-first-view .bg--wrapper--right .bg-img--question {
  top: 15%;
  right: -6%;
  max-width: 250px;
  width: 25%;
}

.qa section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 140px 0;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .qa section {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 140px 0;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.qa .sec01 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .qa .sec01 {
    padding-top: 0;
  }
}
.qa .sec01 h2 {
  text-align: center;
}
.qa .sec01 .img--logo {
  margin: 0 auto;
  max-width: 230px;
}
.qa .sec01 .desc {
  margin-bottom: 90px;
  text-align: center;
  font-family: "あおとゴシック B", "Aoto Gothic Bold";
}
@media (max-width: 768px) {
  .qa .sec01 .desc {
    margin-bottom: 40px;
  }
}

.qa .bg--wrapper--sec01 .bg--wrapper--left .bg-img--circle01 {
  top: 46%;
  left: -4%;
  max-width: 140px;
  width: 14%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--left .bg-img--square01 {
  top: 55%;
  left: -18%;
  max-width: 70px;
  width: 7%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--left .bg-img--pc01 {
  bottom: 0%;
  left: -5%;
  max-width: 200px;
  width: 20%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--right .bg-img--triangle01 {
  top: 2%;
  right: 2%;
  max-width: 140px;
  width: 14%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--right .bg-img--triangle02 {
  top: 8%;
  right: -8%;
  max-width: 50px;
  width: 5%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--right .bg-img--square01 {
  right: -10%;
  bottom: 25%;
  max-width: 130px;
  width: 13%;
}
.qa .bg--wrapper--sec01 .bg--wrapper--right .bg-img--circle01 {
  right: -7%;
  bottom: 15%;
  max-width: 170px;
  width: 17%;
}

/*====================================================================
.s_02 .accordion_one アコーディオン
====================================================================*/
.s_02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.s_02 .accordion_one {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 720px;
  width: 100%;
}

.s_02 .accordion_one .accordion_header {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  border-top: solid #888 1px;
  border-radius: 0;
  background: none;
  text-align: center;
  font-weight: bold;
  font-family: "プフ ピクニック", "Puhu Picnic";
  line-height: 4;
  cursor: pointer;
  transition: transform 0.4s;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header {
    padding: 15px 16px 15px 16px;
    padding-left: 16px;
  }
}

.s_02 .accordion_one:last-child(1) .accordion_header {
  border-bottom: solid #888 1px;
}

.s_02 .accordion_one .accordion_header img {
  margin-right: 24px;
  margin-left: 32px;
  width: 40px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header img {
    margin-right: 16px;
    margin-left: 0;
  }
}

.s_02 .accordion_one .accordion_header span {
  font-size: 16px;
  font-family: "あおとゴシック B", "Aoto Gothic Bold";
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_header span {
    padding-right: 46px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
}

.s_02 .accordion_one .accordion_header .accord_number {
  position: absolute;
  top: 0;
  left: calc(5% + 60px);
  width: 65px;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 85px;
    width: 45px;
  }
}
@media (max-width: 780px) {
  .s_02 .accordion_one .accordion_header .accord_number {
    left: 55px;
  }
}

.s_02 .accordion_one .accordion_header .i_box {
  position: absolute;
  top: 50%;
  right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fa82a0;
  border-radius: 50%;
  background-color: #fa82a0;
  transition: transform 0.4s;
  transform-origin: center center;
}

.s_02 .accordion_one svg {
  width: 30px;
  height: 30px;
  /* background: #fff; */
  color: #fff;
  transition: transform 0.3s;
  transform: rotate(90deg);
  fill: #fff;
  stroke: #fff;
  stroke-width: 20px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one svg {
    width: 20px;
    height: 20px;
  }
}

.s_02 .accordion_one .accordion_header .i_box .one_i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.4s;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  color: #fff;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: transform 0.4s;
  transform-origin: center center;
}

.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  content: none;
}

.s_02 .accordion_one .accordion_header.open svg {
  transform: rotate(-90deg);
}

.s_02 .accordion_one .accordion_inner {
  position: relative;
  z-index: 10;
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid #888 1px;
  border-radius: 0px;
  background: #feecf1;
}

.s_02 .accordion_one .accordion_inner::before {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.s_02 .accordion_one .accordion_inner .box_one {
  position: relative;
  z-index: 111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 0px;
  background: #feecf1;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    height: auto;
  }
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner .box_one {
    align-items: flex-start;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .flex {
  align-items: center;
}

.s_02 .accordion_one .accordion_inner .box_one img {
  width: 40px;
  height: 40px;
}

@media (min-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .spView {
    display: none;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .pcView {
  display: block;
}
@media (max-width: 781px) {
  .s_02 .accordion_one .accordion_inner .box_one .pcView {
    display: none !important;
  }
}

.s_02 .accordion_one .accordion_inner .box_one .widthAll {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.6;
}

.s_02 .accordion_one .accordion_inner p {
  font-family: "あおとゴシック B", "Aoto Gothic Bold";
}

.s_02 .accordion_one .accordion_inner p.txt_a_heading {
  margin-right: 24px;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_heading {
    margin-right: 16px;
    margin-left: 16px;
  }
}

.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin-top: 30px;
  width: 440px;
  line-height: 1.8;
}
@media (max-width: 1180px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_ac {
    margin-top: 0;
    width: 52%;
    /* text-align: justify; */
    letter-spacing: 0.004em;
    font-size: 14px;
    line-height: 1.6;
  }
}

.s_02 .accordion_one .accordion_inner p.txt_a_desc {
  padding-right: 24px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .s_02 .accordion_one .accordion_inner p.txt_a_desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }

  .s_02 .accordion_one .accordion_header .i_box {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    text-align: left;
    text-align: center;
    font-size: 16px;
  }
}
.box--heading--wrapper {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 12px 0;
  max-width: 410px;
  border-radius: 16px;
  background: #fa82a0;
  color: #fff;
  text-align: center;
}
.box--heading--wrapper::before, .box--heading--wrapper::after {
  position: absolute;
  left: 36px;
  display: block;
  width: 36px;
  height: 30px;
  border-radius: 5px;
  background: #fff;
  content: "";
}
.box--heading--wrapper::before {
  top: -20px;
}
.box--heading--wrapper::after {
  bottom: -8px;
  background: #fa82a0;
}
.box--heading--wrapper .sub-title {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.box--heading--wrapper .title {
  color: #fff;
  font-size: 26px;
  font-family: "プフ ピクニック", "Puhu Picnic";
  line-height: 1.2;
}