@charset "utf-8";
body {
    font-family: "Noto Sans JP", sans-serif !important;
}
/* ヘッダー青いところ */
.sub-page-header-25 {
  width: 100%;
  margin: 0;
  padding: 90px 0 60px 0;
  position: relative;
  top: 0;
  overflow: hidden;
}
.sub-page-header-25::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:repeating-linear-gradient(-60deg, #043e8e, #043e8e 1px, #054ea1 1px, #054ea1 3px);
  transform: skewY(-3deg) translateY(-60px);
  z-index: -1;
}
.tit-logo-wrap {
  width: 600px;
  display: flex;
  margin: 0 0 0 50px;
}
.tit-logo-wrap .tit-logo {
  width: 180px;
  margin: 0 15px 0 0;
}
.tit-logo-wrap .tit-logo h1 {
  margin: 0;
  padding: 0;
}
.tit-logo-wrap .tit-logo img {
  width: 100%;
}
.tit-logo-wrap .txt-lead {
  margin: 0;
  padding: 0;
}
.tit-logo-wrap .txt-lead h2 {
  margin: 30px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 900;
  line-height: 1.5;
}
/* impartiality */
.impartiality-en {
  display: block;
  width: 590px;
  height: 120px;
  position: absolute;
  top: 125px;
  right: 0;
  z-index: 1;
}
.impartiality-en .-txt {
  display: block;
  background-image: url("../images/25impartiality/25_ensubtxt_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 590px;
  height: 120px;
}
/* impartiality */
/* belief */
.belief-en {
  display: block;
  width: 373px;
  height: 120px;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
}
.belief-en .-txt {
  display: block;
  background-image: url("../images/25belief/25_ensubtxt_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 373px;
  height: 120px;
}
/* belief */
/* challenge */
.challenge-en {
  display: block;
  width: 596px;
  height: 120px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1;
}
.challenge-en .-txt {
  display: block;
  background-image: url("../images/25challenge/25_ensubtxt_03.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 596px;
  height: 120px;
}
/* challenge */
/* comprehension */
.comprehension-en {
  display: block;
  width: 612px;
  height: 100px;
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 1;
}
.comprehension-en .-txt {
  display: block;
  background-image: url("../images/25comprehension/25_ensubtxt_04.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 612px;
  height: 100px;
}
/* comprehension */
/* accomplish */
.accomplish-en {
  display: block;
  width: 558px;
  height: 110px;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 1;
}
.accomplish-en .-txt {
  display: block;
  background-image: url("../images/25accomplish/25_ensubtxt_05.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 558px;
  height: 110px;
}
/* accomplish */
@media screen and (max-width: 767px) {
  .sub-page-header-25 {
    padding: 85px 0 70px 0;
  }
  .tit-logo-wrap {
    width: 100%;
    margin: 0 0 0 30px;
  }
  .tit-logo-wrap .tit-logo {
    width: 150px;
  }
  .impartiality-en {
    top: 144px;
  }
  .impartiality-en, .impartiality-en .-txt {
    width: 393px;
    height: 80px;
  }
  .belief-en {
    top: 115px;
  }
  .belief-en, .belief-en .-txt {
    width: 296px;
    height: 95px;
  }
  .challenge-en {
    top: 135px;
  }
  .challenge-en, .challenge-en .-txt {
    width: 447px;
    height: 90px;
  }
  .comprehension-en {
    top: 150px;
  }
  .comprehension-en, .comprehension-en .-txt {
    width: 459px;
    height: 75px;
  }
  .accomplish-en {
    top: 145px;
  }
  .accomplish-en, .accomplish-en .-txt {
    width: 380px;
    height: 75px;
  }
}
@media screen and (max-width: 568px) {
  .sub-page-header-25 {
    padding: 85px 0 75px 0;
  }
  .tit-logo-wrap {
    width: 100%;
    margin: 0 0 0 20px;
  }
  .tit-logo-wrap .tit-logo {
    width: 100px;
  }
  .tit-logo-wrap .txt-lead h2 {
    margin: 10px 0 0 0;
  }
  .impartiality-en,.belief-en,.challenge-en,.comprehension-en,.accomplish-en {
    display: none;
  }
}

/* ヘッダーメインビジュアルのところ */
/* impartiality */
.sub-page-visual-25-impartiality {
  width: 100%;
  margin: 0;
  padding: 300px 0;
  position: relative;
  top: -61px;
}
.sub-page-visual-25-impartiality::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/25impartiality/25_sub_main.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center center;
  transform: skewY(-3deg);
  z-index: -1;
}
.tit-main-wrap-impartiality {
  position: absolute;
  left: 10%;
  top: 230px;
}
.tit-main-wrap-impartiality h2 {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  letter-spacing: 0.2rem;
}
.tit-main-wrap-impartiality p {
  font-size: clamp(16px, 2.6vw, 26px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sub-page-visual-25-impartiality {
    padding: 130px 0;
  }
  .tit-main-wrap-impartiality {
    top: 90px;
  }
}

@media screen and (max-width: 568px) {
  .sub-page-visual-25-impartiality {
    padding: 160px 0;
  }
  .tit-main-wrap-impartiality {
    left: 3%;
    top: 35px;
  }
}
/* impartiality */
/* belief */
.sub-page-visual-25-belief {
  width: 100%;
  margin: 0;
  padding: 300px 0;
  position: relative;
  top: -61px;
}
.sub-page-visual-25-belief::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/25belief/25_sub_main.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center center;
  transform: skewY(-3deg);
  z-index: -1;
}
.tit-main-wrap-belief {
  position: absolute;
  left: 70%;
  transform: translateX(-60%);
  top: 170px;
}
.tit-main-wrap-belief h2 {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 450px;
  letter-spacing: 0.2rem;
}
.tit-main-wrap-belief p {
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 450px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sub-page-visual-25-belief {
    padding: 130px 0;
  }
  .tit-main-wrap-belief {
    left: 70%;
    transform: translateX(-40%);
    top: 60px;
  }
  .tit-main-wrap-belief h2 {
    min-width: 320px;
  }
  .tit-main-wrap-belief p {
    min-width: 320px;
  }
}

@media screen and (max-width: 568px) {
  .sub-page-visual-25-belief {
    padding: 160px 0;
  }
  .tit-main-wrap-belief {
    left: 5%;
    transform: none;
    top: 35px;
  }
  .tit-main-wrap-belief h2 {
    min-width: 300px;
  }
  .tit-main-wrap-belief p {
    min-width: 300px;
  }
}
/* belief */
/* challenge */
.sub-page-visual-25-challenge {
  width: 100%;
  margin: 0;
  padding: 300px 0;
  position: relative;
  top: -61px;
}
.sub-page-visual-25-challenge::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/25challenge/25_sub_main.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center center;
  transform: skewY(-3deg);
  z-index: -1;
}
.tit-main-wrap-challenge {
  position: absolute;
  left: 10%;
  top: 320px;
}
.tit-main-wrap-challenge h2 {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  letter-spacing: 0.2rem;
}
.tit-main-wrap-challenge p {
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sub-page-visual-25-challenge {
    padding: 130px 0;
  }
  .tit-main-wrap-challenge {
    left: 5%;
    top: 170px;
  }
}

@media screen and (max-width: 568px) {
  .sub-page-visual-25-challenge {
    padding: 160px 0;
  }
  .tit-main-wrap-challenge {
    left: 3%;
    top: 200px;
  }
}
/* challenge */
/* comprehension */
.sub-page-visual-25-comprehension {
  width: 100%;
  margin: 0;
  padding: 300px 0;
  position: relative;
  top: -61px;
}
.sub-page-visual-25-comprehension::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/25comprehension/25_sub_main.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: center center;
  transform: skewY(-3deg);
  z-index: -1;
}
.tit-main-wrap-comprehension {
  position: absolute;
  left: 70%;
  transform: translateX(-50%);
  top: 170px;
}
.tit-main-wrap-comprehension h2 {
  font-size: clamp(24px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 480px;
  letter-spacing: 0.2rem;
}
.tit-main-wrap-comprehension p {
  font-size: clamp(16px, 2.6vw, 26px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 480px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sub-page-visual-25-comprehension {
    padding: 130px 0;
  }
  .tit-main-wrap-comprehension {
    left: 63%;
    transform: translateX(-30%);
    top: 60px;
  }
  .tit-main-wrap-comprehension h2 {
    min-width: 390px;
  }
  .tit-main-wrap-comprehension p {
    min-width: 390px;
  }
}

@media screen and (max-width: 568px) {
  .sub-page-visual-25-comprehension {
    padding: 160px 0;
  }
  .tit-main-wrap-comprehension {
    left: 5%;
    transform: none;
    top: 170px;
  }
  .tit-main-wrap-comprehension h2 {
    min-width: 300px;
  }
  .tit-main-wrap-comprehension p {
    min-width: 300px;
  }
}
/* comprehension */
/* accomplish */
.sub-page-visual-25-accomplish {
  width: 100%;
  margin: 0;
  padding: 300px 0;
  position: relative;
  top: -61px;
}
.sub-page-visual-25-accomplish::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/25accomplish/25_sub_main.jpg");
  background-size: cover;
  background-repeat:  no-repeat;
  background-position: top center;
  transform: skewY(-3deg);
  z-index: -1;
}
.tit-main-wrap-accomplish {
  position: absolute;
  left: 70%;
  transform: translateX(-60%);
  top: 170px;
}
.tit-main-wrap-accomplish h2 {
  font-size: clamp(26px, 3.8vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 450px;
  letter-spacing: 0.2rem;
}
.tit-main-wrap-accomplish p {
  font-size: clamp(18px, 2.6vw, 26px);
  font-weight: 900;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px #333;
  min-width: 450px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .sub-page-visual-25-accomplish {
    padding: 130px 0;
  }
  .tit-main-wrap-accomplish {
    left: 70%;
    transform: translateX(-40%);
    top: 60px;
  }
  .tit-main-wrap-accomplish h2 {
    min-width: 320px;
  }
  .tit-main-wrap-accomplish p {
    min-width: 320px;
  }
}

@media screen and (max-width: 568px) {
  .sub-page-visual-25-accomplish {
    padding: 160px 0;
  }
  .tit-main-wrap-accomplish {
    left: 5%;
    transform: none;
    top: 150px;
  }
  .tit-main-wrap-accomplish h2 {
    min-width: 300px;
  }
  .tit-main-wrap-accomplish p {
    min-width: 300px;
  }
}
/* accomplish */


/* メインコンテンツのストーリーのところ */
main {
  width: 100%;
  margin: 0;
  padding: 40px 0 0 0;
}

.contents-wrap {
  margin: 0 auto 80px;
  padding: 0 30px;
  max-width: 1280px;
}
.contents-wrap:last-child {
  margin-bottom: 0;
}

.contents-wrap h3 {
  color: #054ea1;
  font-size: clamp(22px, 3.0vw, 30px);
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.6;
}

.contents-wrap p {
  color: #333;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 2.1;
}

.txt-photo-content {
  display: flex;
  width: 100%;
}

.txt-photo-content .text {
  max-width: 59%;
  margin-right: 5rem;
}

.txt-photo-content .photo {
  max-width: 36%;
}
.txt-photo-content .photo img {
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 8px;
}

.txt-photo-content .photo figcaption {
  text-align: left;
  font-weight: 400;
  color: #333;
  font-size: clamp(12px, 1.4vw, 1.4rem);
}

.figure-one {
  margin: 0 auto 40px auto;
  padding: 0;
  max-width: 800px;
  overflow: hidden;
}
.figure-one img {
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 8px;
}

.figure-one figcaption {
  text-align: center;
  font-weight: 400;
  color: #333;
  font-size: clamp(12px, 1.4vw, 1.4rem);
}

.list-01 ul {
  margin: 0.5em 0 1em 0;
  padding: 0;
  list-style-type: none;
}
.list-01 li {
  margin-bottom: 8px;
  color: #333;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-01 li:last-child {
  margin-bottom: 0;
}
.list-01 li::before {
  content: "■";
  margin: 0 0.6em 0 3px;
  color: #054ea1;
}
.note ol {
  margin: 0.8em 0 0.5em 0;
  padding: 0;
  list-style-type: none!important;
}
.note li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 0 0 0.5rem 0;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
.note i {
  margin: 0 0.5em 0 0;
  font-style: normal;
}
.note-num ol {
  margin: 0.8em 0 0.5em 0;
  padding: 0;
  list-style-type: none!important;
}
.note-num li {
  padding-left: 2.0em;
  text-indent: -2.0em;
  margin: 0 0 0.5rem 0;
  font-size: clamp(12px, 1.4vw, 1.4rem);
  color: #666;
}
.note-num i {
  margin: 0 0.5em 0 0;
  font-style: normal;
}

.mark-txt-01 {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-size: 110%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  main {
    padding: 20px 0 0 0;
  }
  .contents-wrap {
    margin: 0 auto 40px;
    padding: 0 15px;
    max-width: 100%;
  }
  .txt-photo-content {
    display: block;
  }
  .txt-photo-content .text {
    max-width: 100%;
    margin-right: 0;
  }
  .txt-photo-content .photo {
    max-width: 100%;
  }
  .figure-one {
    max-width: 100%;
  }
  .figure-one figcaption {
    text-align: left;
  }
  .contents-wrap p {
    color: #333;
    font-size: clamp(14px, 2.4vw, 16px);
    font-weight: 500;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 568px) {
  main {
    padding: 0;
  }
}

/* メインコンテンツの実績のところ */
.attempt-wrap {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  padding: 80px 30px 50px;
  display: inline-block;
  z-index: -2;
}

.contents-attempt {
  max-width: 860px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}

.contents-attempt h2 {
  margin: 0;
}

.contents-attempt p {
  color: #333;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.attempt-h2-wrap {
  width: 100%;
}

.attempt-h2 {
  font-weight: 900;
  font-size: clamp(18px, 2.8vw, 28px);
  background: #054ea1;
  color: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0.5em;
  text-align: center;
  line-height: 1.6;
}

.attempt-h2 span {
  font-size: 80%;
}

.attempt-h2::before,.attempt-h2::after {
  background: #043e8e;
  border: 8px solid #043e8e;
  content: '';
  position: absolute;
}

.attempt-h2::before {
  top: 8px;
  left: -16px;
  width: 8px;
  height: 100%;
  transform: skewY(-45deg);
}
.attempt-h2::after {
  bottom: -16px;
  left: -8px;
  width: 100%;
  height: 8px;
  transform: skewX(-45deg);
}
.voice-wrap {
  width: 100%;
  display: flex;
  margin: 50px 0 0 0;
}

.voice {
  position: relative;
  min-width: 150px;
  margin: 0 40px 0 0;
  display: inline-block;
}

.voice-box {
  width: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 8px;
  background-color: #00a0e9;
  text-align: center;
  z-index: auto;
}

.voice-box::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  border: 1px solid #00a0e9;
  border-radius: 8px;
  background-color: #fff;
  top: 4px;
  left: -4px;
  z-index: -1;
}

.voice-box::after {
  position: absolute;
  top: 15px;
  right: -20px;
  width: 30px;
  height: 25px;
  background-color: #00a0e9;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.voice-box h3 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(14px, 2.4vw, 16px);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.voice-wrap .text {
  width: 660px;
}

.voice-wrap .text p {
  color: #333;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.answer {
  position: relative;
  width: 100%;
  margin: 50px 0 30px;
  display: inline-block;
}

.answer-h3 {
  max-width: 300px;
  background: #043e8e;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0.8em 2em;
  text-align: center;
  position: relative;
}

.answer-h3::after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  border: 1px solid #043e8e;
  border-radius: 30px;
  background-color: #fff;
  top: 4px;
  left: -4px;
  z-index: -1;
}

.answer-h3 h3 {
  color: #fff;
  font-weight: 900;
  font-size: clamp(16px, 2.4vw, 18px);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.attempt-figure-one {
  margin: 30px auto;
  padding: 0;
  max-width: 800px;
  overflow: hidden;
}

.attempt-figure-one img {
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 8px;
}

.attempt-figure-one figcaption {
  text-align: center;
  font-weight: 400;
  color: #333;
  font-size: clamp(12px, 1.4vw, 1.4rem);
}

.attempt-figure-two {
  margin: 30px auto;
  padding: 0;
  width: 100%;
  display: flex;
  column-gap: 40px;
}
.attempt-figure-two-item {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.attempt-figure-two-item img {
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 8px;
}

.attempt-figure-two-item figcaption {
  text-align: left;
  font-weight: 400;
  color: #333;
  font-size: clamp(12px, 1.4vw, 1.4rem);
}

.comment {
  position: relative;
  width: 100%;
  margin: 60px 0 30px;
  display: inline-block;
}

.comment-h3 {
  max-width: 280px;
  position: relative;
  padding: 1rem 1.6em;
  background: #eaf2fa;
  text-align: left;
  border: 1px solid #054ea1;
  z-index: auto;
}

.comment-h3::before,.comment-h3::after {
  background: #054ea1;
  border: 8px solid #054ea1;
  content: '';
  position: absolute;
}
.comment-h3::before {
  top: 8px;
  left: -16px;
  border-bottom: 1px solid #054ea1;
  width: 8px;
  height: 100%;
  transform: skewY(-45deg);
}
.comment-h3::after {
  bottom: -16px;
  left: -8px;
  border-left: 1px solid #054ea1;
  width: 100%;
  height: 8px;
  transform: skewX(-45deg);
}

.comment-h3 h3 {
  color: #054ea1;
  font-weight: 900;
  font-size: clamp(16px, 2.4vw, 18px);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.icn {
  display: block;
  width: 120px;
  height: 121px;
  position: absolute;
  top: -37px;
  right: -17px;
  z-index: 1;
}

.icn .-face {
  display: block;
  background-image: url("../images/icn-face.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 120px;
  height: 121px;
}

.comment-box {
  padding: 5.5em 1.8em 1.8em 1.8em;
  background: #eaf2fa;
  text-align: left;
  border: 1px solid #054ea1;
  position: relative;
  z-index: -1;
  top: -25px;
}
.comment-box p {
  color: #333;
  font-size: clamp(14px, 2.4vw, 16px);
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .attempt-wrap {
    padding: 30px 15px 20px;
  }
  .attempt-h2-wrap {
    padding: 0 10px;
  }
  .contents-attempt {
    max-width: 100%;
  }
  
  .attempt-figure-one {
    max-width: 100%;
  }
  .attempt-figure-one figcaption {
    text-align: left;
  }
  .voice-wrap .text {
    width: auto;
  }
  .comment-h3 {
    left: 5px;
  }
  .attempt-figure-two {
    display: block;
    column-gap: 0;
  }
}
@media screen and (max-width: 568px) {
  .voice {
  min-width: 100px;
  margin: 0 20px 0 0;
}
  
  .voice-wrap .text {
    width: auto;
  }
}

/* 五つの信条ナビゲーション */
.local-area {
  width: 100%;
  margin: 0;
  background: #eaf2fa;
}

.local-nav {
  width: 100%;
  margin: 0;
  padding: 50px 0;
}

.local-nav-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 2rem;
}

.local-nav-list {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.local-nav .link {
  display: grid;
  grid-template-rows: subgrid;
  border-radius: 8px;
  background: #054ea1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all .3s;
}

.local-nav-item {
  border-radius: 8px;
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  margin: 0;
  padding: 15px;
  height: 50px;
  text-align: center;
}

.local-nav-item h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-size: 16px;
  margin: 0;
}

.local-nav-item h2 span {
  position: relative;
  z-index: 3;
}

.local-nav-list > a.bgleft::before, .local-nav-list > a.bgleft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  margin: auto;
  vertical-align: middle; 
}

.local-nav-list > a.bgright::before, .local-nav-list > a.bgright::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin: auto;
  vertical-align: middle; 
}

.local-nav-list > a.bgleft::before {
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.local-nav-list > a.bgleft::after {
  left: 36px;
  bottom: 34px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #054ea1;
  border-right: 3px solid #054ea1;
  -webkit-transform: rotate(45deg);
  transform: rotate(-137deg);
  transition: left .3s;
}

.local-nav-list > a.bgright::before {
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.local-nav-list > a.bgright::after {
  right: 34px;
  bottom: 34px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #054ea1;
  border-right: 3px solid #054ea1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: right .3s;
}

.local-nav-list > a:hover {
  background-color: #00a0e9
}

.local-nav-list > a.bgleft:hover::after {
  left: 34px;
}

.local-nav-list > a.bgright:hover::after {
  right: 32px;
}

@media screen and (max-width: 450px) {
  .local-nav-item {
    height: 50px;
  }
  .local-nav-item h2 {
    font-size: 14px;
  } 
  .attempt-wrap {
    padding: 30px 15px 10px;
  }
  .local-nav-list > a.bgleft::before, .local-nav-list > a.bgright::before  {
    width: 24px;
    height: 24px;
  }
  .local-nav-list > a.bgleft::before, .local-nav-list > a.bgleft::after {
    left: 28px;
  }
  .local-nav-list > a.bgright::before, .local-nav-list > a.bgright::after {
    right: 7px;
  }
  .local-nav-list > a.bgleft::after {
    left: 24px;
    bottom: 25px;
    width: 10px;
    height: 10px;
  }
  .local-nav-list > a.bgright::after {
    right: 28px;
    bottom: 25px;
    width: 10px;
    height: 10px;
  }
}
