@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/*-----------全ページ共通スタイル----------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 2.8rem;
}

main {
  text-align: center;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 65px;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1020px) {
  .br-pc {
    display: none;
  }
}
.top {
  position: relative;
  margin: 0 auto;
}

.top_inr {
  position: absolute;
  max-width: 1240px;
  width: 100%;
  padding: 60px 20px 20px 20px;
  text-align: left;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 35vw;
  max-height: 450px;
}
@media screen and (max-width: 1280px) {
  .top_inr {
    padding-left: 7vw;
    padding-top: 3vw;
  }
}
@media screen and (max-width: 1080px) {
  .top_inr {
    padding-left: 6vw;
    padding-top: 2vw;
  }
}
@media screen and (max-width: 576px) {
  .top_inr {
    padding: 10px 20px 10px 20px;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .top_inr {
    padding: 0 20px 10px 20px;
  }
}

.top_main_logo {
  margin-right: 60px;
  max-width: 370px;
  width: 37vw;
}
@media screen and (max-width: 768px) {
  .top_main_logo {
    margin-right: 40px;
    max-width: 320px;
    width: 28vw;
    top: -5px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .top_main_logo {
    max-width: 200px;
    width: 100%;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 375px) {
  .top_main_logo {
    max-width: 180px;
  }
}

.top_main_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .top_main_txt {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 1080px) {
  .top_main_txt {
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main_txt {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt {
    margin-top: 3vw;
  }
}
.top_main_txt h1 {
  font-size: 5.5rem;
  font-weight: 800;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .top_main_txt h1 {
    margin-top: 3.4vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main_txt h1 {
    margin-top: 2vw;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt h1 {
    font-size: 4rem;
    line-height: 3.8rem;
  }
}
@media screen and (max-width: 375px) {
  .top_main_txt h1 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 320px) {
  .top_main_txt h1 {
    text-shadow: 1px 1px 3px #fff;
    font-size: 3rem;
    line-height: 2.5rem;
  }
}
.top_main_txt h2 {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .top_main_txt h2 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 910px) {
  .top_main_txt h2 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .top_main_txt h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt h2 {
    line-height: 2.3rem;
    bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .top_main_txt h2 {
    line-height: 1.9rem;
  }
}
@media screen and (max-width: 280px) {
  .top_main_txt h2 {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}
.top_main_txt h3 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.4rem;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .top_main_txt h3 {
    font-size: 1.6rem;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1080px) {
  .top_main_txt h3 {
    font-size: 1.5vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .top_main_txt h3 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 2.8vw;
  }
}
@media screen and (max-width: 650px) {
  .top_main_txt h3 {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .top_main_txt h3 {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-top: 12vw;
  }
}
@media screen and (max-width: 500px) {
  .top_main_txt h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 375px) {
  .top_main_txt h3 {
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 5.5vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 280px) {
  .top_main_txt h3 {
    margin-top: 5vw;
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 500px) {
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .br-sp2 {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  .br-sp3 {
    display: none;
  }
}

.top_main_img {
  max-width: 1600px;
  width: 100%;
}

.accordion {
  width: 100%;
  max-width: 1240px;
  margin: 120px auto 50px;
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .accordion {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .accordion {
    margin: 50px auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .accordion {
    padding: 0 10px;
  }
}

.accordion_inr {
  margin: 40px 0;
  text-align: left;
}
@media screen and (max-width: 1080px) {
  .accordion_inr {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .accordion_inr {
    margin: 20px 0;
  }
}

.accordion-hidden {
  display: none;
}

/* Question部分,Answer部分 */
.accordion-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 100px 10px 10px;
  background: #e6f4ff;
  position: relative;
  height: 135px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .accordion-open {
    width: 90vw;
    margin: 0 auto;
    padding: 10px 8vw 10px 10px;
    height: 13vw;
    max-height: 135px;
  }
}
@media screen and (max-width: 768px) {
  .accordion-open {
    display: block;
    height: auto;
    max-height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .accordion-open {
    display: block;
    width: 100%;
    padding: 10px 12vw 10px 15px;
  }
}
.accordion-open .text {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  width: 910px;
  font-size: 2.6rem;
}
@media screen and (max-width: 1280px) {
  .accordion-open .text {
    width: 100%;
    font-size: min(2.5vw, 2.5rem);
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .accordion-open .text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .accordion-open .text {
    margin-top: 5px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 300px) {
  .accordion-open .text {
    font-size: min(5vw, 1.6rem);
    line-height: 6.5vw;
  }
}

.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 0 60px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .accordion-close {
    width: 90vw;
    margin: 0 auto;
  }
}

.Qtext,
.Atext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .Qtext,
.Atext {
    width: 10vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .Qtext,
.Atext {
    display: block;
    margin: 0 0 10px 0;
  }
}

.text,
.Atext_text h2 {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  line-height: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text,
.Atext_text h2 {
    font-size: min(2.2vw, 2.2rem);
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 576px) {
  .text,
.Atext_text h2 {
    margin-top: 5px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 300px) {
  .text,
.Atext_text h2 {
    font-size: min(5vw, 1.6rem);
    line-height: 6.5vw;
  }
}

.Atext_text {
  width: 910px;
}
@media screen and (max-width: 1280px) {
  .Atext_text {
    width: 100%;
  }
}
.Atext_text p {
  margin-top: 30px;
  line-height: 4rem;
}
@media screen and (max-width: 1080px) {
  .Atext_text p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 576px) {
  .Atext_text p {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 375px) {
  .Atext_text p {
    font-size: min(5vw, 1.5rem);
    line-height: 8vw;
  }
}
.Atext_text p a {
  text-decoration: underline;
}
.Atext_text p a:hover {
  opacity: 0.5;
}

.Atext_text_img {
  text-align: center;
  margin: 50px auto 50px;
}
@media screen and (max-width: 576px) {
  .Atext_text_img {
    margin: 30px auto 20px;
  }
}

.Atext_hed {
  margin-top: 80px;
  max-width: 300px;
  background-color: #fff;
  border: 2px solid #864700;
  text-align: center;
  border-radius: 50px 50px;
}
@media screen and (max-width: 576px) {
  .Atext_hed {
    max-width: 220px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 375px) {
  .Atext_hed {
    max-width: 220px;
    margin-top: 30px;
  }
}
.Atext_hed p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #864700;
  margin: 0;
  line-height: 50px;
}
@media screen and (max-width: 576px) {
  .Atext_hed p {
    font-size: min(7vw, 1.7rem);
    line-height: 38px;
  }
}

.Atext_list {
  margin: 50px 0 25px;
}
@media screen and (max-width: 375px) {
  .Atext_list {
    margin: 30px 0 15px;
  }
}
.Atext_list li {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  padding: 20px 0;
  list-style-type: disc;
  line-height: 2em;
  background-image: -o-linear-gradient(left, #cfcdc1 8px, transparent 8px);
  background-image: linear-gradient(to right, #cfcdc1 8px, transparent 8px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  list-style-position: inside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .Atext_list li {
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .Atext_list li {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .Atext_list li {
    font-size: 1.4rem;
    line-height: 1.6rem;
    line-height: 2.2rem;
    background-size: 13px 1px;
  }
}
.Atext_list li span {
  color: #333333;
}
.Atext_list li:before {
  color: #864700;
  -webkit-text-stroke: 5px #864700;
  content: "・";
  margin: 0 8px 0 0;
}

.Atext_list_check4 {
  margin: 20px 0 25px;
  counter-reset: number 0;
}
.Atext_list_check4 li {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  padding: 20px 0;
  line-height: 2em;
  background-image: -o-linear-gradient(left, #cfcdc1 8px, transparent 8px);
  background-image: linear-gradient(to right, #cfcdc1 8px, transparent 8px);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  list-style-position: inside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .Atext_list_check4 li {
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .Atext_list_check4 li {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .Atext_list_check4 li {
    font-size: 1.4rem;
    line-height: 1.6rem;
    line-height: 2.2rem;
    background-size: 13px 1px;
  }
}
.Atext_list_check4 li span {
  color: #333333;
  margin-left: 5px;
}
.Atext_list_check4 li:before {
  position: relative;
  z-index: 1;
  left: 5.3px;
  color: #864700;
  content: counter(number);
  counter-increment: number;
  margin: 0 15px 0 0;
}
.Atext_list_check4 li:after {
  position: absolute;
  content: "";
  top: 39.5px;
  left: -0.5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid #864700;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .Atext_list_check4 li:after {
    top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .Atext_list_check4 li:after {
    top: 28px;
  }
}
@media screen and (max-width: 375px) {
  .Atext_list_check4 li:after {
    top: 27px;
    left: 0.5px;
  }
}

.check8 {
  list-style-type: none;
}
.check8 li {
  position: relative;
  padding: 10px 0 20px 23px;
}
.check8 li:before {
  position: absolute;
  content: "";
  top: 24px;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #864700;
}
@media screen and (max-width: 768px) {
  .check8 li:before {
    top: 18px;
  }
}
@media screen and (max-width: 375px) {
  .check8 li:before {
    top: 14px;
  }
}

.accordion-arr {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #e6f4ff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.Atext_list_q {
  margin-top: 20px;
}
.Atext_list_q:first-child {
  margin-top: 0;
}

.Atext_list_q {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #864700;
}
@media screen and (max-width: 1280px) {
  .Atext_list_q {
    font-size: min(2.2vw, 2.2rem);
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 576px) {
  .Atext_list_q {
    margin-top: 15px;
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}

.Atext_text2 p {
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .Atext_text2 p {
    margin: 20px 0 20px;
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .Atext_text2 p {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
}

.Atext_text_cp p {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .Atext_text_cp p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 576px) {
  .Atext_text_cp p {
    font-size: 1.2rem;
  }
}

.accordion-open span,
.Atext span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 37px;
}
@media screen and (max-width: 1280px) {
  .accordion-open span,
.Atext span {
    max-width: 60px;
    max-height: 60px;
    font-size: 4vw;
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 576px) {
  .accordion-open span,
.Atext span {
    font-size: 4vw;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .accordion-open span,
.Atext span {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 280px) {
  .accordion-open span,
.Atext span {
    font-size: 15px;
    width: 30px;
    height: 30px;
  }
}

.accordion-open span {
  background: #2088e5;
}

.Atext span {
  background-color: #d83939;
}

.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 35px;
  height: 6px;
  background: #333333;
  position: absolute;
  border-radius: 15px;
  top: 50%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion-open::before,
.accordion-open::after {
    width: 4vw;
    height: 5px;
  }
}
@media screen and (max-width: 576px) {
  .accordion-open::before,
.accordion-open::after {
    width: 20px;
    height: 4px;
  }
}

.accordion-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion-hidden:checked + .accordion-open:after {
  -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 65px 100px 20px 10px;
  background: #FFFAE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .accordion-hidden:checked + .accordion-open + .accordion-close {
    padding: 5vw 8vw 20px 10px;
  }
}
@media screen and (max-width: 576px) {
  .accordion-hidden:checked + .accordion-open + .accordion-close {
    width: 100%;
    display: block;
    padding: 5vw 15px 20px 15px;
  }
}