/*=============================================================
 01_base
=============================================================*/
#question {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #question {
    margin-bottom: 18.4375vw;
  }
}
#question h1 span.slash {
  position: relative;
  top: -0.1em;
  padding-left: 0.1em;
}
#question .sw-Tab {
  margin-bottom: 60px;
}
#question .sw-Tab .sw-Tab_Inner {
  display: grid;
  place-content: center;
  gap: 10px;
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  #question .sw-Tab .sw-Tab_Inner {
    gap: 1.875vw;
  }
}
#question .sw-Tab .sw-Tab_Item {
  width: 359px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #534B88;
  background-color: #fff;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #534B88;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1300px) {
  #question .sw-Tab .sw-Tab_Item {
    width: 27.6153846154vw;
    height: 5.3846153846vw;
    font-size: 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .sw-Tab .sw-Tab_Item {
    width: 42.65625vw;
    height: 9.375vw;
    font-size: 3.4375vw;
    border-radius: 7.8125vw;
  }
}
#question .sw-Tab .sw-Tab_Item.current, #question .sw-Tab .sw-Tab_Item:hover {
  background-color: #534B88;
  color: #fff;
}
#question .sw-Tab .sw-Tab_Item.off {
  background-color: rgba(83, 75, 136, 0.2);
  pointer-events: none;
}
#question h2 {
  position: relative;
  font-size: 26px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #question h2 {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #question h2 {
    font-size: 3.4375vw;
    margin: 2.8em 1.5625vw 4.6875vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#question h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/cardlist/icon_head02.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #question h2::before {
    left: 1.0769230769vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #question h2::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#question h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding-left: 26px;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 1300px) {
  #question h3 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #question h3 {
    font-size: 3.4375vw;
    padding-left: 4.0625vw;
  }
}
#question h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #question h3::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #question h3::before {
    top: 41%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#question .block {
  padding: 30px 50px 50px;
  border-radius: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #question .block {
    padding: 4.6875vw;
    margin: 0 1.5625vw;
  }
}
#question .block p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #question .block p {
    font-size: 3.125vw;
  }
}
#question .block p.text {
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 768px) {
  #question .block p.text {
    margin-bottom: 1.4em;
  }
}
#question .block .item-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  #question .block .item-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
#question .block .item-list .item {
  padding: 45px 0 25px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item {
    border-radius: 1.5625vw;
    padding: 6.5625vw 0 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item:not(:last-child) {
    margin-bottom: 3.125vw;
  }
}
#question .block .item-list .item .btn {
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item .btn {
    margin-bottom: 2.1875vw;
  }
}
#question .block .item-list .item .btn.off {
  pointer-events: none;
  opacity: 0.5;
}
#question .block .item-list .item .btn a {
  position: relative;
  width: 408px;
  height: 60px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #887D54;
  border-radius: 50px;
  border: 1px solid #887D54;
  transition: all 0.25s ease;
  text-decoration: none;
}
@media only screen and (max-width: 1300px) {
  #question .block .item-list .item .btn a {
    width: 31.3846153846vw;
    height: 4.6153846154vw;
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item .btn a {
    width: 67.03125vw;
    height: 10.3125vw;
    font-size: 3.75vw;
    border-radius: 7.8125vw;
  }
}
#question .block .item-list .item .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #question .block .item-list .item .btn a::before {
    right: 1.0769230769vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item .btn a::before {
    right: 2.03125vw;
    width: 5.15625vw;
    height: 5.15625vw;
  }
}
#question .block .item-list .item .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #question .block .item-list .item .btn a::after {
    right: 1.3846153846vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .item-list .item .btn a::after {
    right: 2.8125vw;
    width: 3.125vw;
    height: 2.65625vw;
  }
}
#question .block .item-list .item .btn a:hover {
  background-color: #fff;
  color: #887D54;
}
#question .block .item-list .item .btn a:hover::after {
  transform: translateY(-50%) scale(1.4);
}
#question .block .item-list .item p {
  text-align: center;
}
#question .block .box1 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #question .block .box1 {
    margin-bottom: 6.25vw;
  }
}
#question .block .box1 .youtube {
  padding: 40px 50px;
  height: 560px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 768px) {
  #question .block .box1 .youtube {
    padding: 3.75vw 3.4375vw;
    height: 42.5vw;
    border-radius: 1.5625vw;
  }
}
#question .block .box1 .youtube iframe {
  width: 100%;
  height: 100%;
}
#question .block .box2 {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #question .block .box2 {
    margin-bottom: 6.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .box3 h3 {
    margin-bottom: 1.2em;
  }
}
#question .block .box3 .item-list .item {
  height: auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1300px) {
  #question .block .box3 .item-list .item {
    padding-bottom: 1.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #question .block .box3 .item-list .item {
    padding-bottom: 6.25vw;
  }
}