@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 64vw;
  padding-top: 19.2vw;
  position: relative;
}

.fv-tit_com_role {
  font-size: 3.466vw;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  padding-top: 10.4vw;
}

.fv-tit_name {
  font-size: 5.6vw;
  font-weight: 500;
  line-height: 1.588vw;
  text-align: center;
  padding-top: 4.4vw;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .fv {
    background: #f0f2f2;
    width: 100%;
    height: 27.5vw;
    padding-top: 7.5vw;
    position: relative;
  }
  .fv-tit_com_role {
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: center;
    padding-top: 5.1666vw;
  }
  .fv-tit_name {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 1.588;
    text-align: center;
    padding-top: 0.4166vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1200px) {
  .fv {
    background: #f0f2f2;
    width: 100%;
    height: 330px;
    padding-top: 90px;
    position: relative;
  }
  .fv-tit_com_role {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
    text-align: center;
    padding-top: 62px;
  }
  .fv-tit_name {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.588;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0.1em;
  }
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 0;
  list-style: none;
  margin-left: 4vw;
  margin-top: 1.6vw;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2) {
  margin-left: 5vw;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: -4.5vw;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 4.6vw;
  margin-top: 0.2vw;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 44%;
  left: -4.5vw;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .breadcrumb {
    margin-left: 10vw;
    margin-top: -0.25;
  }
  .breadcrumb-item {
    font-size: 1.08333vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 2.08333vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.904vw;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 2.08333vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.904vw;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1200px), print {
  .breadcrumb {
    width: 1200px;
    margin: 23px auto 0;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -30%;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -20px;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.topimg {
  width: calc(100vw - 50px);
  margin: auto;
}

.topimg-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  padding-bottom: 7vw;
}

.topimg-label_data {
  font-family: "Poppins";
  font-size: 3.7333vw;
  line-height: 1.857;
  letter-spacing: 0.02em;
  color: #7c7c7c;
}

.topimg-label_label {
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #0e3169;
  margin-left: 2.5vw;
  padding: 0 3vw;
}

.topimg img {
  width: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .topimg {
    width: 70vw;
    margin: auto;
    position: relative;
    padding-top: 10.25vw;
  }
  .topimg-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 2.4%;
    left: -3vw;
    padding: 0;
  }
  .topimg-label_data {
    font-family: "Poppins";
    font-size: 1.5vw;
    line-height: 1.857;
    letter-spacing: 0.02em;
    color: #7c7c7c;
  }
  .topimg-label_label {
    font-family: "Noto Sans JP";
    font-size: 1.1666vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #0e3169;
    margin-left: 2.08vw;
    padding: 0.333vw 0.833vw;
  }
  .topimg img {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .topimg {
    width: 840px;
    margin: auto;
    position: relative;
    padding-top: 123px;
  }
  .topimg-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 18px;
    left: -180px;
    padding: 0;
  }
  .topimg-label_data {
    font-family: "Poppins";
    font-size: 18px;
    line-height: 1.857;
    letter-spacing: 0.02em;
    color: #7c7c7c;
  }
  .topimg-label_label {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #0e3169;
    margin-left: 25px;
    padding: 4px 10px;
  }
  .topimg img {
    width: 100%;
  }
}

.prof {
  padding-bottom: 10.8vw;
}

.prof-borderin {
  width: 83vw;
  height: 165vw;
  margin: auto;
  margin-top: 13vw;
}

.prof-wrap {
  border: 0.2666vw solid #dddddd;
  padding: 18.1333vw 0 7.733vw;
  position: relative;
}

.prof-label {
  position: absolute;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #0e3169;
  padding: 1vw 5.4vw 0.9vw 5.7vw;
  margin-top: 5.3vw;
  margin-bottom: 5.3vw;
}

.prof-txt {
  padding-bottom: 7vw;
}

.prof-txt h3 {
  text-align: left;
  margin-left: 5.4vw;
  font-size: 3.733vw;
  padding-bottom: 1vw;
}

.prof-txt h2 {
  text-align: left;
  margin-left: 5.4vw;
  font-size: 4.8vw;
  font-weight: 500;
  padding-bottom: 1.5vw;
}

.prof-txt_txt {
  font-size: 3.7333vw;
  line-height: 1.928;
  letter-spacing: 0.02em;
  margin-left: 5.4vw;
  margin-right: 3vw;
}

.prof-img {
  width: 66.66vw;
  height: 78.333vw;
  margin: auto;
}

.prof-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .prof {
    padding-bottom: 0.833vw;
  }
  .prof-borderin {
    width: 70vw;
    height: 27.416vw;
    margin: auto;
    margin-top: 6.666vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: none;
  }
  .prof-wrap {
    width: 70vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 0.083vw solid #dddddd;
    padding: 3.7vw 2.6vw;
  }
  .prof-label {
    position: absolute;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 1.333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #0e3169;
    padding: 0.1666vw 2.5vw 0.1666vw 2.4166vw;
    top: 1.41666vw;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prof-txt {
    width: 44vw;
    padding-top: 1.25vw;
    padding-bottom: 0.8333vw;
  }
  .prof-txt h3 {
    text-align: left;
    margin-left: 0.8333vw;
    font-size: 1.33vw;
    padding-bottom: 0.4166vw;
  }
  .prof-txt h2 {
    text-align: left;
    margin-left: 0.8333vw;
    font-size: 2.166vw;
    font-weight: 500;
    padding-bottom: 1.41666vw;
    letter-spacing: 0.02em;
  }
  .prof-txt_txt {
    font-size: 1.333vw;
    line-height: 1.928;
    letter-spacing: 0.02em;
    margin-left: 0.8333vw;
    margin-right: 0.8333vw;
  }
  .prof-img {
    display: inline-block;
    width: 16.666vw;
    height: 19.583vw;
    margin: 0;
  }
  .prof-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

@media screen and (min-width: 1200px) {
  .prof {
    padding-bottom: 10px;
  }
  .prof-borderin {
    border: none;
    width: 840px;
    height: 329px;
    margin: auto;
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .prof-wrap {
    width: 840px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #dddddd;
    padding: 45px 30px;
  }
  .prof-label {
    position: absolute;
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #0e3169;
    padding: 2px 30px 2px 29px;
    top: 17px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prof-txt {
    width: 528px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .prof-txt h3 {
    text-align: left;
    margin-left: 10px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  .prof-txt h2 {
    text-align: left;
    margin-left: 10px;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 17px;
    letter-spacing: 0.02em;
  }
  .prof-txt_txt {
    font-size: 16px;
    line-height: 1.928;
    letter-spacing: 0.02em;
    margin-left: 10px;
    margin-right: 10px;
  }
  .prof-img {
    display: inline-block;
    width: 200px;
    height: 235px;
    margin: 0;
  }
  .prof-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}

.ques {
  margin-top: 14.133vw;
}

.ques-outer {
  width: 88vw;
  margin: auto;
}

.ques-accordion {
  position: relative;
  width: 100%;
  outline: 0;
  border-top: none;
}

.ques-accordion_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5vw;
  padding-bottom: 3.5vw;
  border-bottom: 0.1333vw solid rgba(33, 33, 33, 0.2);
}

.ques-accordion_tit.tit1 {
  padding-top: calc(100vw / 750 * 40);
  padding-bottom: 3.5vw;
}

.ques-accordion_tit.tit2 {
  padding-top: 3.2vw;
  padding-bottom: 3.5vw;
}

.ques-accordion_tit.tit3 {
  padding-top: 2.8vw;
  padding-bottom: 3.4vw;
}

.ques-accordion_Qicon {
  color: #fff;
  background-color: #0e3169;
  font-family: "Oswald";
  font-size: 5.2vw;
  width: 10.666vw;
  height: 10.666vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8vw;
}

.ques-accordion_Qtit {
  width: 69.3333vw;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.78125;
  margin-left: 2.5vw;
  font-size: 4.2666vw;
}

.ques-accordion_arrow {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  font-size: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ques-accordion_arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ques-accordion_content {
  display: none;
}

.ques-accordion_content.active {
  display: block;
}

.ques-accordion_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 0.5333vw solid #0e3169;
  border-bottom: 0.1333vw solid rgba(33, 33, 33, 0.2);
  padding-top: 3vw;
  padding-bottom: calc(100vw / 750 * 40);
}

.ques-accordion_A-content {
  width: 69.3333vw;
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 1.8;
  margin-left: 3.5vw;
  font-size: 3.7333vw;
}

.ques-accordion_Aicon {
  color: #0e3169;
  background-color: #fff;
  border: 0.2666vw solid #0e3169;
  font-family: "Oswald";
  font-size: 5.2vw;
  width: 10.666vw;
  height: 10.666vw;
  font-weight: 400;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8vw;
}

.ques-accordion_A-tit {
  font-size: 4vw;
  letter-spacing: 0.02em;
  padding-bottom: 2.7vw;
  color: #0e3169;
}

.ques-accordion_A-txt {
  font-size: 3.7333vw;
  line-height: 1.9285;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .ques {
    margin-top: 0;
  }
  .ques-outer {
    width: 83.33vw;
    margin: auto;
  }
  .ques-accordion {
    position: relative;
    width: 100%;
    outline: 0;
    border-top: none;
  }
  .ques-accordion_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.833vw;
    padding-bottom: 2.5vw;
    border-bottom: 0.1666vw solid #0e3169;
  }
  .ques-accordion_tit.tit1 {
    padding-top: 6.666vw;
    padding-bottom: 0.75vw;
  }
  .ques-accordion_tit.tit2 {
    padding-top: 2.5vw;
    padding-bottom: 0.8333vw;
  }
  .ques-accordion_tit.tit3 {
    padding-top: 2.5vw;
    padding-bottom: 0.8333vw;
  }
  .ques-accordion_Qicon {
    color: #fff;
    background-color: #0e3169;
    font-family: "Oswald";
    font-size: 2.1666vw;
    width: 5vw;
    height: 5vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8333vw;
  }
  .ques-accordion_Qtit {
    width: 76.66vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 0.8333vw;
    font-size: 1.666vw;
    padding-top: 1.91666vw;
  }
  .ques-accordion_arrow {
    display: none;
  }
  .ques-accordion_content {
    display: block;
  }
  .ques-accordion_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: none;
    border-bottom: none;
    padding-top: 0.8333vw;
    padding-bottom: 2.91666vw;
  }
  .ques-accordion_A-content {
    width: 69.3333vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8;
    margin-left: 0.8333vw;
  }
  .ques-accordion_Aicon {
    color: #0e3169;
    background-color: #fff;
    border: 0.08333vw solid #0e3169;
    font-family: "Oswald";
    font-size: 2.1666vw;
    width: 5vw;
    height: 5vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.666vw;
  }
  .ques-accordion_A-tit {
    width: 76.66vw;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 1.25vw;
    font-size: 1.666vw;
    padding-top: 2.25vw;
    padding-bottom: 1vw;
    letter-spacing: -0.08em;
  }
  .ques-accordion_A-txt {
    width: 76.666vw;
    font-size: 1.333vw;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 1.25vw;
  }
}

@media screen and (min-width: 1200px) {
  .ques {
    margin-top: 0;
  }
  .ques-outer {
    width: 1000px;
    margin: auto;
  }
  .ques-accordion {
    position: relative;
    width: 100%;
    outline: 0;
    border-top: none;
  }
  .ques-accordion_tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 2px solid #0e3169;
  }
  .ques-accordion_tit.tit1 {
    padding-top: 80px;
    padding-bottom: 9px;
  }
  .ques-accordion_tit.tit2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .ques-accordion_tit.tit3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .ques-accordion_Qicon {
    color: #fff;
    background-color: #0e3169;
    font-family: "Oswald";
    font-size: 26px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .ques-accordion_Qtit {
    width: 920px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 10px;
    font-size: 20px;
    padding-top: 23px;
  }
  .ques-accordion_arrow {
    display: none;
  }
  .ques-accordion_content {
    display: block;
  }
  .ques-accordion_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .ques-accordion_A-content {
    width: 520px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8;
    margin-left: 10px;
  }
  .ques-accordion_Aicon {
    color: #0e3169;
    background-color: #fff;
    border: 1px solid #0e3169;
    font-family: "Oswald";
    font-size: 26px;
    width: 60px;
    height: 60px;
    font-weight: 400;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  .ques-accordion_A-tit {
    width: 920px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.78125;
    margin-left: 15px;
    font-size: 20px;
    padding-top: 27px;
    padding-bottom: 12px;
    letter-spacing: -0.08em;
  }
  .ques-accordion_A-txt {
    width: 920px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-left: 15px;
  }
}

.single_voice_content {
  width: 86.666vw;
  margin: auto;
  padding-top: 18vw;
}

.single_voice_content h2 {
  margin-top: 13.1vw;
  text-align: left;
  font-size: 5.333vw;
  color: #0e3169;
  line-height: 1.7;
  font-weight: 500;
  border-bottom: 0.5333vw solid #0e3169;
  padding-bottom: 2vw;
}

.single_voice_content h3 {
  margin-top: 8vw;
  font-family: "Noto Sans JP";
  text-align: left;
  font-size: 4.8vw;
  color: #0e3169;
  line-height: 1.6;
  font-weight: 500;
  border-left: 1.0666vw solid #0e3169;
  padding-top: 0.25vw;
  padding-bottom: 0;
  padding-left: 3vw;
  letter-spacing: 0.04em;
}

.single_voice_content h4 {
  margin-top: 13.3vw;
  font-size: 4.5333vw;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  border-bottom: 0.5333vw solid #dbdbdb;
  padding-bottom: 2.5vw;
}

.single_voice_content p {
  font-size: 4vw;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-top: 7.1vw;
}

.single_voice_content p strong {
  color: #f57100;
}

.single_voice_content p a {
  color: #103496;
  text-decoration: underline;
}

.single_voice_content ul:not(.toc_list) {
  padding-top: 13.1vw;
  width: 86.666vw;
  margin: auto;
  list-style-type: none;
  margin-left: 14px;
  font-size: 4vw;
}

.single_voice_content ul:not(.toc_list) li {
  position: relative;
  letter-spacing: -0.03em;
  padding-bottom: 5vw;
}

.single_voice_content ul:not(.toc_list) li::before {
  position: absolute;
  top: 27%;
  left: -7.5vw;
  content: "";
  width: 3vw;
  height: 0.1333vw;
  background-color: #0e3169;
  margin-left: 14px;
}

.single_voice_content ol {
  margin-top: 11.6vw;
  list-style-type: none;
  counter-reset: item;
}

.single_voice_content ol li {
  position: relative;
  letter-spacing: -0.03em;
  padding-bottom: 4.1vw;
  text-indent: -2em;
  padding-left: 2em;
  line-height: 1.5;
}

.single_voice_content ol li:before {
  counter-increment: item;
  content: "0" counter(item);
  padding-right: 1.4vw;
  color: #0e3169;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 5.333vw;
  letter-spacing: 0.06em;
}

.single_voice_content .wp-block-table {
  width: calc(100vw - 25px);
  overflow: auto;
  /*stickyの包含ブロック化*/
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  overflow-x: auto;
  margin-top: 17vw;
}

.single_voice_content .wp-block-table::-webkit-scrollbar {
  height: 2vw;
  /*バーの太さ*/
}

.single_voice_content .wp-block-table::-webkit-scrollbar-track {
  background: #f2f2f2;
  /*バーの背景色*/
}

.single_voice_content .wp-block-table::-webkit-scrollbar-thumb {
  background: #7c92b4;
  border-radius: 10px;
}

.single_voice_content table {
  width: 600px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 2.999vw;
  font-family: "Noto Sans JP";
  color: #333333;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.single_voice_content table th,
.single_voice_content table td {
  border: 1px solid #cbcbcb;
  text-align: center;
  font-weight: 400;
}

.single_voice_content table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background: #b7c0d1;
  padding: 2.5vw;
}

.single_voice_content table tbody tr td:first-child {
  background: #f6f7f9;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: 3.7vw;
}

.single_voice_content table tbody td {
  padding: 3.7vw;
}

.single_voice_content table thead th::before,
.single_voice_content table thead th:first-child::after,
.single_voice_content table tbody th::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background: #ddd;
}

.single_voice_content table thead th:first-child {
  /*左上の見出しセル*/
  top: 0;
  /*包含ブロックの上端に張り付き*/
  left: 0;
  /*包含ブロックの左端に張り付き*/
  z-index: 2;
}

.single_voice_content table thead th::before {
  left: 0;
  top: -1px;
  width: 100%;
  height: 1px;
}

.single_voice_content table tbody th::before,
.single_voice_content table thead th:first-child::after {
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .single_voice_content {
    width: 83.33vw;
    margin: auto;
    padding-top: 6.333vw;
  }
  .single_voice_content h2 {
    margin-top: 2.5vw;
    text-align: left;
    font-size: 2.333vw;
    color: #0e3169;
    line-height: 1.7;
    font-weight: 500;
    border-bottom: 0.1666vw solid #0e3169;
    padding-bottom: 0.75vw;
  }
  .single_voice_content h3 {
    margin-top: 4.5vw;
    text-align: left;
    font-size: 2vw;
    color: #0e3169;
    line-height: 1.6;
    font-weight: 500;
    border-left: 0.5vw solid #0e3169;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.708vw;
    letter-spacing: 0.1em;
  }
  .single_voice_content h4 {
    margin-top: 6.5vw;
    font-size: 1.666vw;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    border-bottom: 0.08333vw solid #dbdbdb;
    padding-bottom: 0.8333vw;
    letter-spacing: 0.1em;
  }
  .single_voice_content p {
    font-size: 1.333vw;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-top: 2.25vw;
  }
  .single_voice_content ul:not(.toc_list) {
    width: 83.333vw;
    margin: auto;
    padding-top: 2.5vw;
    list-style-type: none;
    margin-left: 2.5vw;
    font-size: 1.333vw;
  }
  .single_voice_content ul:not(.toc_list) li {
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 2.0833vw;
  }
  .single_voice_content ul:not(.toc_list) li::before {
    position: absolute;
    top: 15%;
    left: -3.666vw;
    content: "";
    width: 1.666vw;
    height: 0.1333vw;
    background-color: #0e3169;
    margin-left: 1.1666vw;
  }
  .single_voice_content ol {
    margin-top: 5.666vw;
    list-style-type: none;
    counter-reset: item;
  }
  .single_voice_content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    letter-spacing: 0.02em;
    padding: 1.45833vw 0;
    margin-right: -0;
    text-indent: 0;
    padding-left: 0;
    line-height: 1.5;
    margin-left: 4.8vw;
  }
  .single_voice_content ol li:before {
    position: absolute;
    top: 11%;
    left: -4.8vw;
    counter-increment: item;
    content: "0" counter(item);
    padding-right: 0;
    color: #0e3169;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 2.1666vw;
    letter-spacing: 0.06em;
  }
  .single_voice_content .wp-block-table {
    margin-top: 6.083vw;
    width: 70vw;
  }
  .single_voice_content table {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.333vw;
    font-family: "Noto Sans JP";
    color: #333333;
  }
  .single_voice_content table th,
  .single_voice_content table td {
    border: 0.0833vw solid #cbcbcb;
    text-align: center;
    font-weight: 400;
  }
  .single_voice_content table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #b7c0d1;
    padding: 1vw;
  }
  .single_voice_content table tbody tr td:first-child {
    background: #f6f7f9;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding: 1.66vw;
  }
  .single_voice_content table tbody td {
    padding: 1.6vw;
  }
  .single_voice_content table thead th::before,
  .single_voice_content table thead th:first-child::after,
  .single_voice_content table tbody th::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    background: #ddd;
  }
  .single_voice_content table thead th:first-child {
    /*左上の見出しセル*/
    top: 0;
    /*包含ブロックの上端に張り付き*/
    left: 0;
    /*包含ブロックの左端に張り付き*/
    z-index: 2;
  }
  .single_voice_content table thead th::before {
    left: 0;
    top: -0.08333vw;
    width: 100%;
    height: 0.08333vw;
  }
  .single_voice_content table tbody th::before,
  .single_voice_content table thead th:first-child::after {
    left: -0.08333vw;
    top: 0;
    width: 0.08333vw;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .single_voice_content {
    width: 1000px;
    margin: auto;
    padding-top: 76px;
  }
  .single_voice_content h2 {
    margin-top: 30px;
    text-align: left;
    font-size: 28px;
    color: #0e3169;
    line-height: 1.7;
    font-weight: 500;
    border-bottom: 2px solid #0e3169;
    padding-bottom: 9px;
  }
  .single_voice_content h3 {
    margin-top: 54px;
    text-align: left;
    font-size: 24px;
    color: #0e3169;
    line-height: 1.6;
    font-weight: 500;
    border-left: 6px solid #0e3169;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20.5px;
    letter-spacing: 0.1em;
  }
  .single_voice_content h4 {
    margin-top: 78px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .single_voice_content p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.02em;
    padding-top: 27px;
  }
  .single_voice_content ul:not(.toc_list) {
    width: 1000px;
    margin: auto;
    padding-top: 30px;
    list-style-type: none;
    margin-left: 30px;
    font-size: 16px;
  }
  .single_voice_content ul:not(.toc_list) li {
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 25px;
  }
  .single_voice_content ul:not(.toc_list) li::before {
    position: absolute;
    top: 15%;
    left: -44px;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #0e3169;
    margin-left: 14px;
  }
  .single_voice_content ol {
    list-style-type: none;
    counter-reset: item;
    margin-top: 68px;
  }
  .single_voice_content ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    letter-spacing: 0.02em;
    padding: 17.5px 0;
    margin-right: -0;
    text-indent: 0;
    padding-left: 0;
    line-height: 1.5;
    margin-left: 36px;
  }
  .single_voice_content ol li:before {
    position: absolute;
    top: 11%;
    left: -36px;
    counter-increment: item;
    content: "0" counter(item);
    padding-right: 0;
    color: #0e3169;
    font-family: "Oswald";
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 0.06em;
  }
  .single_voice_content .wp-block-table {
    margin-top: 73px;
    width: 840px;
  }
  .single_voice_content table {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 16px;
    font-family: "Noto Sans JP";
    color: #333333;
  }
  .single_voice_content table th,
  .single_voice_content table td {
    border: 1px solid #cbcbcb;
    text-align: center;
    font-weight: 400;
  }
  .single_voice_content table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #b7c0d1;
    padding: 12px;
  }
  .single_voice_content table tbody tr td:first-child {
    background: #f6f7f9;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    padding: 20px;
  }
  .single_voice_content table tbody td {
    padding: 20px;
  }
  .single_voice_content table thead th::before,
  .single_voice_content table thead th:first-child::after,
  .single_voice_content table tbody th::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    background: #ddd;
  }
  .single_voice_content table thead th:first-child {
    /*左上の見出しセル*/
    top: 0;
    /*包含ブロックの上端に張り付き*/
    left: 0;
    /*包含ブロックの左端に張り付き*/
    z-index: 2;
  }
  .single_voice_content table thead th::before {
    left: 0;
    top: -1px;
    width: 100%;
    height: 1px;
  }
  .single_voice_content table tbody th::before,
  .single_voice_content table thead th:first-child::after {
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
  }
}

.wp-block-image {
  text-align: center;
}

.intro {
  padding-top: 7.7vw;
}

.intro-img {
  width: 86.666vw;
  height: 53.65vw;
  margin: auto;
  margin-bottom: 13.7vw;
}

.intro-img img {
  width: 100%;
}

.intro-wrap {
  background-color: #f0f2f2;
}

.intro-txt {
  width: 86.666vw;
  margin: auto;
  padding-bottom: 7vw;
}

.intro-txt_tit {
  font-size: 4.8vw;
  text-align-last: left;
  letter-spacing: 0.02em;
  font-weight: 400;
  padding-top: 10.5vw;
  padding-bottom: 10.7vw;
}

.intro-txt_com {
  font-size: 4.5333vw;
  text-align-last: left;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 0 0 6vw 0;
}

.intro-add {
  width: 60vw;
  margin-left: 9vw;
  position: relative;
  padding-bottom: 2.9vw;
  margin-bottom: 4.6vw;
}

.intro-add::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 3vw;
  left: -15%;
  width: 6vw;
  height: 0.5333vw;
  background: #103496;
  margin-bottom: 0.8vw;
  margin-right: 1vw;
  font-weight: 500;
}

.intro-add_tit, .intro-add_txt {
  font-size: 3.733vw;
  letter-spacing: 0.02em;
  padding-bottom: 3.9vw;
}

.intro-add_tit th, .intro-add_txt th {
  font-weight: 400;
  display: block;
  line-height: 2;
}

.intro-add_tit td, .intro-add_txt td {
  display: block;
  height: 9vw;
}

.intro-site {
  width: 60vw;
  margin-left: 9vw;
  position: relative;
}

.intro-site::before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 3vw;
  left: -15%;
  width: 6vw;
  height: 0.5333vw;
  background: #103496;
  margin-bottom: 0.8vw;
  margin-right: 1vw;
  font-weight: 500;
}

.intro-site_tit, .intro-site_txt {
  font-size: 3.733vw;
  letter-spacing: 0.02em;
  padding-bottom: 3.9vw;
}

.intro-site_tit th, .intro-site_txt th {
  font-weight: 400;
  display: block;
  line-height: 2;
}

.intro-site_tit td, .intro-site_txt td {
  display: block;
  height: 9vw;
}

.intro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 86.666vw;
  margin: auto;
  font-family: "Noto Sans JP";
  font-size: 3.4666vw;
  color: #fff;
  text-align: center;
  margin-top: 10.5vw;
  padding-bottom: 14vw;
  position: relative;
}

.intro-btn .list_btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.intro-btn .prev_btn {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-btn .next_btn {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
}

.intro-btn_btn {
  background: rgba(0, 31, 69, 0.7);
  width: 19vw;
  padding: 2vw 0;
}

@media screen and (min-width: 835px) and (max-width: 1199px) {
  .intro {
    padding-top: 3.25vw;
  }
  .intro-img {
    width: 70vw;
    height: 43.333vw;
    margin: auto;
    margin-bottom: 6.666vw;
  }
  .intro-img img {
    width: 100%;
  }
  .intro-wrap {
    background-color: #f0f2f2;
  }
  .intro-txt {
    width: 70vw;
    margin: auto;
    padding-bottom: 5.1666vw;
  }
  .intro-txt_tit {
    font-size: 1.66vw;
    text-align-last: left;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-top: 6.5833vw;
    padding-bottom: 2.25vw;
  }
  .intro-txt_com {
    font-size: 1.666vw;
    text-align-last: left;
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 0 0 1.75vw 0;
  }
  .intro-add {
    width: 70vw;
    margin-left: 2.5vw;
    position: relative;
    padding-bottom: 0.8333vw;
    margin-bottom: 0.9166vw;
  }
  .intro-add::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 1.197vw;
    left: -3.5%;
    width: 1.66vw;
    height: 0.1666vw;
    background: #103496;
    margin-bottom: 0.8333vw;
    margin-right: 0.8333vw;
    font-weight: 500;
  }
  .intro-add_tit, .intro-add_txt {
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    padding-bottom: 0.8333vw;
  }
  .intro-add_tit th, .intro-add_txt th {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    padding-bottom: 1.1666vw;
    height: auto;
  }
  .intro-add_tit td, .intro-add_txt td {
    display: inline-block;
    height: auto;
  }
  .intro-site {
    width: 70vw;
    margin-left: 2.5vw;
    position: relative;
  }
  .intro-site::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 1.197vw;
    left: -3.5%;
    width: 1.666vw;
    height: 0.1666vw;
    background: #103496;
    margin-bottom: 0.8333vw;
    margin-right: 0.8333vw;
    font-weight: 500;
  }
  .intro-site_tit, .intro-site_txt {
    font-size: 1.333vw;
    letter-spacing: 0.02em;
    padding-bottom: 0.8333vw;
  }
  .intro-site_tit th, .intro-site_txt th {
    font-weight: 400;
    width: 100%;
    padding-bottom: 1.1666vw;
    display: inline-block;
    height: auto;
  }
  .intro-site_tit td, .intro-site_txt td {
    display: inline-block;
    height: auto;
  }
  .intro-site_tit::before {
    display: none;
  }
  .intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 49.75vw;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 1.5vw;
    color: #fff;
    text-align: center;
    margin-top: 5vw;
    padding-bottom: 8.0833vw;
    position: relative;
  }
  .intro-btn .list_btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .intro-btn .prev_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .intro-btn .next_btn {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
  }
  .intro-btn_btn {
    background: rgba(0, 31, 69, 0.7);
    width: 10vw;
    padding: 0.4166vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .intro {
    padding-top: 39px;
  }
  .intro-img {
    width: 840px;
    height: 520px;
    margin: auto;
    margin-bottom: 80px;
  }
  .intro-img img {
    width: 100%;
  }
  .intro-wrap {
    background-color: #f0f2f2;
  }
  .intro-txt {
    width: 840px;
    margin: auto;
    padding-bottom: 62px;
  }
  .intro-txt_tit {
    font-size: 20px;
    text-align-last: left;
    letter-spacing: 0.02em;
    font-weight: 400;
    padding-top: 79px;
    padding-bottom: 27px;
  }
  .intro-txt_com {
    font-size: 20px;
    text-align-last: left;
    letter-spacing: 0.04em;
    font-weight: 400;
    padding: 0 0 21px 0;
  }
  .intro-add {
    width: 840px;
    margin-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 11px;
    position: relative;
  }
  .intro-add::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14px;
    left: -3.5%;
    width: 20px;
    height: 2px;
    background: #103496;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 500;
  }
  .intro-add_tit, .intro-add_txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
  }
  .intro-add_tit th, .intro-add_txt th {
    display: inline-block;
    font-weight: 400;
    width: 100%;
    padding-bottom: 14px;
    height: auto;
  }
  .intro-add_tit td, .intro-add_txt td {
    display: inline-block;
    height: auto;
  }
  .intro-site {
    width: 840px;
    margin-left: 30px;
    position: relative;
  }
  .intro-site::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 14px;
    left: -3.5%;
    width: 20px;
    height: 2px;
    background: #103496;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 500;
  }
  .intro-site_tit, .intro-site_txt {
    font-size: 16px;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
  }
  .intro-site_tit th, .intro-site_txt th {
    font-weight: 400;
    width: 100%;
    padding-bottom: 14px;
    display: inline-block;
    height: auto;
  }
  .intro-site_tit td, .intro-site_txt td {
    display: inline-block;
    height: auto;
  }
  .intro-site_tit::before {
    display: none;
  }
  .intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 597px;
    margin: auto;
    font-family: "Noto Sans JP";
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    padding-bottom: 97px;
    position: relative;
  }
  .intro-btn .list_btn {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .intro-btn .prev_btn {
    position: absolute;
    top: 0;
    left: 0;
  }
  .intro-btn .next_btn {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
  }
  .intro-btn_btn {
    background: rgba(0, 31, 69, 0.7);
    width: 120px;
    padding: 5px 0;
  }
}
