@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/*============================================================
    白書
============================================================*/
#ranking .data > div {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#ranking .data h4 small {
  font-weight: bold;
  font-size: 0.9rem;
}
#ranking .data .score small {
  font-size: 60%;
}
#ranking .data table tr th,
#ranking .data table tr td {
  line-height: 1.5;
}
#ranking .data table tr th {
  font-size: 0.8rem !important;
  padding: 1em 0;
}
#ranking .data table tr td {
  font-size: 0.9rem !important;
}
#ranking .table figure figcaption {
  margin-top: 0.5em;
  font-size: 0.7rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contents h2 img {
    width: auto;
    height: 5.3vw;
  }
}
@media screen and (max-width: 768px) {
  .contents h2::after {
    bottom: -2.6041666667vw;
  }
}
.contents h3 .q {
  padding-bottom: 0.4em;
  background-position: left top 0.3em;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
.contents h3 .q small {
  display: block;
  margin-top: 1em;
  color: #404040;
  font-weight: 400;
  line-height: 1.2;
}
@media print, screen and (min-width: 769px) {
  .contents h3 .q small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .contents h3 .q small {
    font-size: 2.5vw;
  }
}
.contents .sub-title {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px;
  background-color: #e8f6ff;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .contents .sub-title {
    font-size: 26px;
  }
}
.contents .sub-title + .pc-two-conts {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .contents .sub-title.__mini {
    font-size: 20px;
  }
}
.contents .topics-subtitle {
  background-color: #e8f6ff;
  color: #3464c0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .contents .topics-subtitle {
    margin: 120px 0 80px 0;
    padding: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contents .topics-subtitle {
    margin: 15.625vw 0 10.4166666667vw 0;
    padding: 5.2083333333vw;
    font-size: 4.6875vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .topics-subtitle.topics-subtitle-1 {
    margin: -120px 0 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents .topics-subtitle.topics-subtitle-1 {
    margin: -13.0208333333vw 0 10.4166666667vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .inner > p:not(.lead) {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contents .inner > p:not(.lead) {
    font-size: 3.47vw;
    line-height: 1.77;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .inner > p:not(.lead):not(:first-child) {
    margin-top: 4em;
  }
}
@media screen and (max-width: 768px) {
  .contents .inner > p:not(.lead):not(:first-child) {
    margin-top: 3em;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .inner > p:not(.lead) + h3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents .inner > p:not(.lead) + h3 {
    margin-top: 6vw;
  }
}
.contents .frame {
  border-width: 2px;
}
.contents .frame .hdr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  padding: 10px 0;
  height: auto;
  min-height: 66px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .contents .frame .hdr {
    font-size: 4.1666666667vw;
  }
}
.contents .frame .val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  text-align: center;
}
.contents .frame .val p {
  color: #3464c0;
  font-family: "Lato", sans-serif;
  line-height: 0.6;
  letter-spacing: 0.025em;
}
.contents .frame .val p.score {
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .contents .frame .val p.score {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contents .frame .val p.score {
    font-size: 10.4166666667vw;
  }
}
.contents .frame .val p.score .unit {
  font-size: 60%;
}
.contents .frame .val p.note {
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .contents .frame .val p.note {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contents .frame .val p.note {
    font-size: 3.125vw;
  }
}
.contents .frame.result p {
  margin-top: 1em;
}
.contents .frame.result + h3 {
  margin-top: 120px;
}
.contents .frame.bk {
  border-color: #404040;
}
.contents .frame.bk .hdr {
  background-color: #404040;
}
.contents .frame.bk .val p {
  color: #404040;
}
.contents .frame.or {
  border-color: #F38B06;
}
.contents .frame.or .hdr {
  background-color: #F38B06;
}
.contents .frame.or .val p {
  color: #F38B06;
}
.contents .frame.gr {
  border-color: #21AD38;
}
.contents .frame.gr .hdr {
  background-color: #21AD38;
}
.contents .frame.gr .val p {
  color: #21AD38;
}
.contents figure.no-frame {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .contents figure.no-frame {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.no-frame {
    margin-top: 3vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents figure.no-frame + figure {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.no-frame + figure {
    margin-top: 6vw;
  }
}
.contents figure.no-frame figcaption {
  margin: 1em auto -0.5em auto;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .contents figure.no-frame figcaption {
    font-size: 0.9rem;
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.no-frame figcaption {
    margin-top: 1.6em;
    font-size: 0.8rem;
  }
}
.contents figure.no-frame picture {
  display: block;
  margin: 1.5em auto 0;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .contents figure.no-frame picture.graph_teamspirit {
    width: 834px;
  }
  .contents figure.no-frame picture.graph_changes {
    width: 751px;
  }
  .contents figure.no-frame picture.graph_changes img {
    width: 690px;
  }
  .contents figure.no-frame picture.graph_partner-changes {
    width: 751px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.no-frame picture {
    width: 100%;
  }
  .contents figure.no-frame picture.graph_changes img {
    width: 75.9114583333vw;
  }
  .contents figure.no-frame picture.graph_partner-changes img {
    width: 84.375vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .pc-two-conts.__gap {
    gap: 40px;
  }
}
.contents .pc-two-conts.__align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents .pc-two-conts.__justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .contents .pc-two-conts.__reverse-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.contents .pc-two-conts .graph {
  width: 100%;
}
.contents figure.graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
  margin-top: 2em;
}
.contents figure.graph.__mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .contents figure.graph.__mt0-sp {
    margin-top: 0;
  }
}
.contents figure.graph .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 40px;
  background-color: #e8f6ea;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .contents figure.graph .fukidashi {
    margin-left: 20px;
  }
  .contents figure.graph .fukidashi::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #e8f6ea transparent transparent;
    translate: -100% -50%;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.graph .fukidashi::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 5.859375vw 5.2083333333vw 0 5.2083333333vw;
    border-color: #e8f6ea transparent transparent transparent;
    translate: -50% 100%;
  }
}
.contents figure.graph .fukidashi .voice {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.contents figure.graph .score {
  font-family: "Lato", sans-serif;
  line-height: 0.6;
  letter-spacing: 0.025em;
  font-size: 80px;
  font-weight: 700;
}
.contents figure.graph .score .unit {
  font-size: 60%;
}
.contents figure.graph .score.__male::before {
  content: "";
  display: inline-block;
  background-color: #22ac39;
  -webkit-mask: url(../images/research/icon_male.svg) no-repeat center;
          mask: url(../images/research/icon_male.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 27px;
  height: 70px;
  margin-right: 0.2em;
}
.contents figure.graph figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.75;
  padding-bottom: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .contents figure.graph figcaption {
    gap: 1em;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.graph figcaption {
    gap: 0 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.6041666667vw;
  }
}
.contents figure.graph figcaption.__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents figure.graph figcaption.__align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contents figure.graph figcaption .figure-title {
  margin-right: auto;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
@media print, screen and (min-width: 769px) {
  .contents figure.graph figcaption .figure-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.graph figcaption .figure-title {
    width: 100%;
  }
}
.contents figure.graph figcaption .remark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
@media print, screen and (min-width: 769px) {
  .contents figure.graph figcaption .remark {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.graph figcaption .remark {
    font-size: 2.6041666667vw;
  }
}
.contents figure.graph figcaption .remark::before {
  content: "";
  display: inline-block;
  background-color: #000;
}
@media print, screen and (min-width: 769px) {
  .contents figure.graph figcaption .remark::before {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.graph figcaption .remark::before {
    width: 2.2vw;
    height: 2.2vw;
  }
}
.contents figure.graph figcaption .remark.__blue::before {
  background-color: #3464c0;
}
.contents figure.graph figcaption .remark.__green::before {
  background-color: #22ac39;
}
.contents figure.graph figcaption .remark.__green-pale::before {
  background-color: #c2e7c7;
}
.contents figure.graph figcaption .remark.__gray::before {
  background-color: #404040;
  opacity: 0.2;
}
.contents figure.graph figcaption .remark.__orange::before {
  background-color: #F38B06;
}
.contents figure.list {
  width: 100%;
}
.contents figure.list h5 {
  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;
  margin-bottom: 5px;
  padding: 1em;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  background-color: #3464C0;
  color: #fff;
  position: relative;
}
.contents figure.list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1em;
  width: 100%;
  border-bottom: 1px solid #404040;
}
@media print, screen and (min-width: 769px) {
  .contents figure.list dl dt {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.list dl dt {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
  }
}
.contents figure.list dl dd {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .contents figure.list dl dd {
    font-size: 17px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure.list dl dd {
    font-size: 3.515625vw;
    line-height: 4.1666666667vw;
  }
}
.contents figure.list dl strong {
  font-weight: 500;
}
.contents figure.list.__male h5 {
  background-color: #22ac39;
}
.contents figure.list.__male h5::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../images/research/icon_male.svg) no-repeat center;
          mask: url(../images/research/icon_male.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0.7;
  width: 56px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents figure.list.__male dl dt strong,
.contents figure.list.__male dl dd {
  color: #22ac39;
}
.contents figure.list.__female h5 {
  background-color: #F38B06;
}
.contents figure.list.__female h5::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url(../images/research/icon_female.svg) no-repeat center;
          mask: url(../images/research/icon_female.svg) no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  opacity: 0.7;
  width: 56px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents figure.list.__female dl dt strong,
.contents figure.list.__female dl dd {
  color: #F38B06;
}
@media print, screen and (min-width: 769px) {
  .contents .troubling-pie {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .contents .troubling-pie {
    margin: auto;
    width: 62.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contents .sent-from-workplace-pie {
    margin: auto;
    width: 62.5vw;
  }
}
@media screen and (max-width: 768px) {
  .contents .satisfaction-communication-bar,
  .contents .own-change-bar {
    max-width: 10000px;
    height: 83.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contents .housework-childcare-bar {
    max-width: 10000px;
    height: 65.1041666667vw;
  }
}
.contents .__padding {
  display: block;
  padding: 30px 0 35px;
}

.comment-conts .interview h3 + p,
.comment-conts .interview h4 + p {
  margin-top: 2em;
}
.comment-conts .interview h3 span,
.comment-conts .interview h4 span {
  display: block;
}
.comment-conts .interview h4 {
  margin-top: 0.25em;
  text-align: center;
}
.comment-conts .interview p {
  margin-top: 1em;
}

#summary .summary h4 {
  margin-top: 1.5em;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  #summary .summary h4 {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
#summary .summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#summary .summary dl dt,
#summary .summary dl dd {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  #summary .summary dl dt,
  #summary .summary dl dd {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #summary .summary dl dt,
  #summary .summary dl dd {
    width: 100%;
    font-size: 3.6458333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #summary .summary dl dt {
    margin-top: 0.5em;
    font-weight: bold;
  }
  #summary .summary dl dd {
    margin-top: 0.25em;
    margin-left: 1.2em;
  }
}
#summary .summary p {
  margin-top: 2em !important;
}
#summary .summary p + p {
  margin-top: 0.5em !important;
}

/*==================================================
	体験談
==================================================*/
.partner {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .partner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .partner {
    margin-top: 15.625vw;
  }
}
.partner h3 {
  padding-bottom: 1em;
  color: #3464c0;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .partner h3 {
    font-size: 32px;
  }
}
.partner figure {
  margin: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .partner figure {
    max-width: 1040px;
    padding: 50px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .partner figure {
    width: 92vw;
    margin-top: -4.5572916667vw;
    padding: 6.5104166667vw 3.90625vw 3.90625vw;
  }
}
.partner figure figcaption {
  margin-bottom: 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .partner figure figcaption {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .partner figure figcaption {
    line-height: 1.4;
  }
}
.partner figure img {
  width: 100%;
}
.partner .nv_btn {
  margin-top: 2em;
}

#modal_partners {
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #modal_partners {
    margin: 10vh auto;
    padding: 2em 1.5em 2.5em;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  #modal_partners {
    margin: 30px auto;
    padding: 2em 1em 2.5em;
    width: 92vw;
    max-height: 90vh;
    max-height: 90dvh;
    overflow: scroll;
  }
}
#modal_partners h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
  font-size: 1.5rem;
}
#modal_partners small {
  display: block;
  margin-top: 1em;
  text-align: right;
}
#modal_partners ul {
  margin: 1.5em 1em 2.5em;
  line-height: 2;
  text-align: left;
}
#modal_partners ul li {
  display: inline-block;
}
#modal_partners ul li:not(:last-child)::after {
  content: "／";
  padding-left: 0.2em;
  opacity: 0.5;
}
#modal_partners .nv_close {
  background-image: none;
  background-color: #333;
  font-size: 0.95rem;
}
@media print, screen and (min-width: 769px) {
  #modal_partners .nv_close {
    min-width: 260px;
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #modal_partners .nv_close {
    min-width: 60vw;
    min-height: 12vw;
  }
}
#modal_partners .nv_close:hover {
  background-color: #666;
}

#experience {
  background: url(../images/research/bg_experience.png) repeat center top;
  background-size: 31px;
}
@media print, screen and (min-width: 769px) {
  #experience {
    margin-top: 100px;
    padding: 110px 0;
  }
}
@media screen and (max-width: 768px) {
  #experience {
    margin-top: 13.0208333333vw;
    padding: 14.3229166667vw 0;
  }
}
#experience h2 {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 769px) {
  #experience h2 {
    padding-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #experience h2 {
    padding-bottom: 20.8333333333vw;
    font-size: 5.2083333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #experience h2 span {
    font-size: 42px;
  }
}
#experience .cover-illust {
  position: relative;
}
#experience .cover-illust img {
  display: block;
  aspect-ratio: 1/1;
  padding-top: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  border: 1px solid #f9a161;
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  #experience .cover-illust img.cover1 {
    width: 94px;
    -webkit-transform: translate(240px, -50px);
            transform: translate(240px, -50px);
  }
  #experience .cover-illust img.cover2 {
    width: 125px;
    -webkit-transform: translate(295px, -190px);
            transform: translate(295px, -190px);
  }
  #experience .cover-illust img.cover3 {
    width: 100px;
    -webkit-transform: translate(-340px, -60px);
            transform: translate(-340px, -60px);
  }
  #experience .cover-illust img.cover4 {
    width: 150px;
    -webkit-transform: translate(-475px, -190px);
            transform: translate(-475px, -190px);
  }
  #experience .cover-illust img.cover5 {
    width: 75px;
    -webkit-transform: translate(380px, -55px);
            transform: translate(380px, -55px);
  }
}
@media screen and (max-width: 768px) {
  #experience .cover-illust img.cover1 {
    width: 15.625vw;
    -webkit-transform: translate(-39.0625vw, -14.3229166667vw);
            transform: translate(-39.0625vw, -14.3229166667vw);
  }
  #experience .cover-illust img.cover2 {
    width: 15.625vw;
    -webkit-transform: translate(-18.2291666667vw, -14.3229166667vw);
            transform: translate(-18.2291666667vw, -14.3229166667vw);
  }
  #experience .cover-illust img.cover3 {
    width: 15.625vw;
    -webkit-transform: translate(2.6041666667vw, -14.3229166667vw);
            transform: translate(2.6041666667vw, -14.3229166667vw);
  }
  #experience .cover-illust img.cover4 {
    width: 15.625vw;
    -webkit-transform: translate(23.4375vw, -14.3229166667vw);
            transform: translate(23.4375vw, -14.3229166667vw);
  }
  #experience .cover-illust img.cover5 {
    display: none;
  }
}
#experience .acc-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  #experience .acc-trigger {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #experience .acc-trigger {
    margin: 7.8125vw auto;
  }
}
#experience #experience-contents {
  display: none;
}
#experience .inner {
  margin: auto;
  width: 100%;
  max-width: 1160px;
}
#experience .block1,
#experience .block2,
#experience .block3 {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.02);
}
@media print, screen and (min-width: 769px) {
  #experience .block1,
  #experience .block2,
  #experience .block3 {
    margin-top: 80px;
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  #experience .block1,
  #experience .block2,
  #experience .block3 {
    margin-top: 0;
    padding: 7.8125vw;
  }
}
#experience .block1 h3,
#experience .block2 h3,
#experience .block3 h3 {
  color: #3464c0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #experience .block1 h3,
  #experience .block2 h3,
  #experience .block3 h3 {
    margin-bottom: 60px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #experience .block1 h3,
  #experience .block2 h3,
  #experience .block3 h3 {
    margin-bottom: 7.8125vw;
    font-size: 4.6875vw;
  }
}
#experience .block1 .comment,
#experience .block2 .comment,
#experience .block3 .comment {
  margin: auto;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #experience .block1 .comment,
  #experience .block2 .comment,
  #experience .block3 .comment {
    margin-top: 60px;
    max-width: 920px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #experience .block1 .comment,
  #experience .block2 .comment,
  #experience .block3 .comment {
    margin-top: 7.8125vw;
    width: 100%;
    font-size: 2.6041666667vw;
  }
}
#experience .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #experience .voice {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice {
    gap: 3.125vw;
  }
  #experience .voice:nth-child(odd) p::after {
    left: 0;
    right: auto;
    border-width: 0 4.0364583333vw 4.0364583333vw 0;
    border-color: transparent #e8f6ff transparent transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#experience .voice:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#experience .voice p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E9F5FF;
  line-height: 1.5;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #experience .voice p {
    padding: 30px;
    border-radius: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice p {
    padding: 3.90625vw;
    width: 100%;
    border-radius: 1.3020833333vw;
    font-size: 3.125vw;
  }
}
#experience .voice p strong {
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  #experience .voice p strong {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice p strong {
    font-size: 4.1666666667vw;
    line-height: 5.2083333333vw;
  }
}
#experience .voice p::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  border-style: solid;
  border-color: transparent transparent transparent #e8f6ff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media print, screen and (min-width: 769px) {
  #experience .voice p::after {
    border-width: 0 0 31px 31px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice p::after {
    border-width: 0 0 4.0364583333vw 4.0364583333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #experience .voice p.to-left::after {
    left: 0;
    right: auto;
    border-width: 0 31px 31px 0;
    border-color: transparent #e8f6ff transparent transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#experience .voice img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media print, screen and (min-width: 769px) {
  #experience .voice img {
    width: 114px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice img {
    width: 12.5vw;
  }
}
@media print, screen and (min-width: 769px) {
  #experience .voice img.illust1 {
    height: 103px;
  }
}
@media screen and (max-width: 768px) {
  #experience .voice img.illust1 {
    width: 14.0625vw;
  }
}
#experience .voice img.illust2 {
  -o-object-position: right;
     object-position: right;
}
@media print, screen and (min-width: 769px) {
  #experience .voice img.illust2 {
    height: 92px;
  }
}
@media print, screen and (min-width: 769px) {
  #experience .voice img.illust3 {
    height: 102px;
  }
}
#experience .voice img.illust4 {
  -o-object-position: right;
     object-position: right;
}
@media print, screen and (min-width: 769px) {
  #experience .voice img.illust4 {
    height: 93px;
  }
}
#experience .voice img.illust5 {
  -o-object-position: right;
     object-position: right;
}
@media print, screen and (min-width: 769px) {
  #experience .voice img.illust5 {
    height: 98px;
  }
}
#experience .voice-container1,
#experience .voice-container2,
#experience .voice-container3 {
  margin: auto;
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  #experience .voice-container1,
  #experience .voice-container2,
  #experience .voice-container3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.90625vw;
  }
}
#experience .voice-container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  #experience .voice-container1 {
    gap: 30px;
  }
}
#experience .voice-container1 .voice:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  #experience .voice-container2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
    gap: 30px;
    width: 100%;
  }
  #experience .voice-container2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #experience .voice-container2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #experience .voice-container2 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #experience .voice-container2 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #experience .voice-container2 .voice p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-align: center;
    white-space: nowrap;
  }
  #experience .voice-container2 .voice.voice1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 505px;
  }
  #experience .voice-container2 .voice.voice2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 410px;
  }
  #experience .voice-container2 .voice.voice3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2; /* 左側の縦長ボックス */
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 395px;
  }
  #experience .voice-container2 .voice.voice3 p {
    height: 100%;
  }
  #experience .voice-container2 .voice.voice4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 520px;
    margin-left: -110px;
  }
  #experience .voice-container2 .voice.voice5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 520px;
    margin-left: -110px;
  }
  #experience .voice-container2 .voice p strong {
    font-size: 36px;
    line-height: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #experience .voice-container3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto auto auto;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
  }
  #experience .voice-container3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #experience .voice-container3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #experience .voice-container3 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #experience .voice-container3 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #experience .voice-container3 > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #experience .voice-container3 > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #experience .voice-container3 p {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    text-align: center;
    white-space: nowrap;
  }
  #experience .voice-container3 .voice {
    /* C：右列に縦方向センター配置 */
    /* D：全幅で下段 */
  }
  #experience .voice-container3 .voice.voice1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 500px;
  }
  #experience .voice-container3 .voice.voice2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 500px;
  }
  #experience .voice-container3 .voice.voice3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 410px;
    height: 100%;
  }
  #experience .voice-container3 .voice.voice3 p {
    height: auto;
  }
  #experience .voice-container3 .voice.voice4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    grid-row: 3;
    margin-left: 140px;
    width: 800px;
    height: 150px;
  }
  #experience .voice-container3 .voice.voice4 p strong {
    font-size: 28px;
  }
  #experience .voice-container3 .voice.voice4 p strong b {
    font-size: 38px;
    font-weight: 500;
  }
}