@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

/*First section*/

#voice-02 #heading-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
  max-width: 944px;
  margin: 0 auto;
}

#voice-02 #heading-flex #page-txt {
  padding: 0px;
}

#voice-02 #heading-flex #page-txt .page-title h2 {
  font-size: 40px;
  color: #303030;
  margin: 40px 0 32px;
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
  text-align: center;
}

#voice-02 #heading-flex #page-txt .page-title h2 span.color-sohf-red {
  color: #E01F2D;
  font-weight: 700;
}

#voice-02 #heading-flex #page-txt .page-title hr {
  width: 10%;
  border: 0;
  color: #3c3c3c;
  background: #3c3c3c;
  margin: 30px auto;
  height: 1px;
  text-shadow: 0 0;
}

/*second section*/

#voice-02 #gray-box {
  min-height: auto;
  height: auto;
  background-color: #f6f6f6;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#voice-02 #gray-box #gray-box-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#voice-02 #gray-box #gray-box-flex #gray-box-txt {
  padding: 0px;
}

#voice-02 #gray-box #gray-box-flex .margin {
  padding: 0px;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size {
  max-width: 944px;
  margin: 0 auto;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size h2.section-title-h2 {
  font-size: 32px;
  line-height: 48px;
  margin: 16px 0;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size h2.section-title-h2 span.color-sohf-red {
  color: #E01F2D;
  font-weight: 700;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content {
  margin: 32px 0;
  color: #303030;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content p + p {
  margin-top: 8px;
}

#voice-02 .color-sohf-red {
  color: #E01F2D;
  font-weight: 700;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3 {
  text-align: center;
  color: #303030;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  margin: 0;
  padding: 0 224px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::before, 
#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 208px;
  height: 1px;
  background-color: #2a2a72;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::before {
  left: 0;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::after {
  right: 0;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex {
  margin-top: 32px;
  flex-wrap: wrap;
}

#voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex figure {
  margin: 0 auto;
  text-align: center;
}

/*Third section*/

#voice-02 #white-box {
  min-height: auto;
  height: auto;
  background-color: #fff;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#voice-02 #white-box #white-box-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#voice-02 #white-box #white-box-flex #white-box-txt {
  padding: 0px;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin {
  padding: 0px;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container {
  max-width: 944px;
  margin: 0 auto;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container h2.section-title-h2 {
  color: #303030;
  font-size: 32px;
  line-height: 48px;
  margin: 16px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content {
  margin: 32px 0;
  color: #303030;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
 font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content p + p {
  margin-top: 8px;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3 {
  text-align: center;
  color: #303030;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  margin: 0;
  padding: 0 224px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::before, 
#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 208px;
  height: 1px;
  background-color: #2a2a72;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::before {
  left: 0;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::after {
  right: 0;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex {
  margin-top: 32px;
  flex-wrap: wrap;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex figure {
  margin: 0 auto;
  text-align: center;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .page02-figure_02__description {
  background-color: #f6f6f6;
  padding: 16px;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .page02-figure_02__description + .page02-figure_02__description {
  margin-top: 16px;
}

#voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .page02-figure_02__description p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

/*Fourth section*/

#voice-02 #off-white {
  min-height: auto;
  height: auto;
  background-color: #f6f6f6;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#voice-02 #off-white #off-white-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#voice-02 #off-white #off-white-flex #content-box {
  padding: 0px;
}

#voice-02 #off-white #off-white-flex #content-box .margin {
  padding: 0px;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container {
  max-width: 944px;
  margin: 0 auto;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container h2.section-title-h2 {
  color: #303030;
  font-size: 32px;
  line-height: 48px;
  margin: 16px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content {
  margin: 32px 0;
  color: #303030;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3 {
  text-align: center;
  color: #303030;
  font-size: 22px;
  line-height: 33px;
  position: relative;
  margin: 0;
  padding: 0 224px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::before, 
#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 208px;
  height: 1px;
  background-color: #2a2a72;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::before {
  left: 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::after {
  right: 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex {
  margin-top: 2rem;
  flex-wrap: wrap;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content figure {
  margin: 0 auto;
  text-align: center;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content figcaption {
  font-size: 12px;
  line-height: 18px;
  padding-top: 8px;
  color: #303030;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right p + p {
  margin-top: 8px;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right ul.list-notes {
  margin: 16px 0 0 0;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
}

#voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right ul.list-notes li {
  font-size: 12px;
  line-height: 14.4px;
  text-indent: -18px;
  padding-left: 18px;
  position: relative;
  padding-bottom: 5px;
  text-shadow: 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  list-style: none;
}

/*Fifth section*/

#voice-02 #image-content {
  min-height: auto;
  height: auto;
  background-color: #fff;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#voice-02 #image-content #box-flex {
  ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#voice-02 #image-content #box-flex #content-part {
  padding: 0px;
}

#voice-02 #image-content #box-flex #content-part .margin {
  padding: 0px;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container {
  max-width: 944px;
  margin: 0 auto;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container h2.section-title-h2 {
  color: #303030;
  font-size: 32px;
  line-height: 48px;
  margin: 16px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content {
  margin: 32px 0;
  color: #303030;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex {
  margin-top: 32px;
  flex-wrap: wrap;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex .flex-wrap__left p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  width: auto;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content figure {
  margin: 0 auto;
  text-align: center;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content figcaption {
  font-size: 12px;
  line-height: 18px;
  color: #303030;
  padding-top: 8px;
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-shadow: 0 0;
}

#voice-02 sup {
  font-weight: 400;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content ul.list-notes {
  margin: 16px 0 0 0;
  font-size: 12px;
  list-style: none;
  line-height: 18px;
}

#voice-02 #image-content #box-flex #content-part .margin .content-container .section-content ul.list-notes li {
  font-size: 12px;
  line-height: 14.4px;
  text-indent: -18px;
  padding-left: 18px;
  position: relative;
  padding-bottom: 5px;
  text-shadow: 0 0;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

/*sixth section*/

#voice-02 #button-container {
  min-height: auto;
  height: auto;
  background-color: #fff;
  overflow: auto;
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
}

#voice-02 #button-container #button-flex {
  -ms-flex-align: stretch;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: stretch;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  height: 100%;
  position: relative;
}

#voice-02 #button-container #button-flex #button-content {
  padding: 0px;
}

#voice-02 #button-container #button-flex #button-content .margin {
  padding: 0px;
}

#voice-02 #button-container #button-flex #button-content .margin .section-hr {
  width: calc(100% - 112px);
  border: 0;
  color: #3c3c3c;
  border-bottom: 1px solid #ccc;
  background: none;
  margin: auto;
  height: auto;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content {
  margin: 32px 0;
  color: #303030;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 0;
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4px 24px;
  border: 1px solid #E01F2D;
  border-radius: 100vh;
  color: #303030;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 56px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-shadow: 0 0;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a:hover {
  background-color: #E01F2D;
  color: #fff;
  text-decoration: none;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a .arrow-left {
  display: inline-block;
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 3px;
  background-color: #303030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a .arrow-right {
  display: inline-block;
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 3px;
  background-color: #303030;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a > span span {
  margin: 0 4px;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a:hover .arrow-left {
  background-color: #fff;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a:hover .arrow-right {
  background-color: #fff;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a .arrow-left::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #303030;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  left: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a .arrow-right::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid #303030;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  right: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a:hover .arrow-left::before {
  border-color: #fff;
}

#voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a:hover .arrow-right::before {
  border-color: #fff;
}

/*Footer*/

#voice-02 #footer p.footer-reference {
  display: none;
}

/*=============Responsive design=================*/

@media screen and (min-width: 768px) {
  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li {
    max-width: 400px;
    margin-left: auto;
  }

  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li + li {
    margin-right: auto;
    margin-left: 48px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

  #voice-02 #footer #footer-content #footer-box-first .text:last-child {
    height: 0px;
  }
}

@media screen and (max-width: 992px) {
    
    /*Header*/
    
  #voice-02 #header .menu-list ul {
    display: none;
  }
  
  /*First section*/
  
  #voice-02 #heading-flex #page-txt {
    padding-bottom: 16px;
  }

/*second section*/

  #voice-02 #gray-box #gray-box-flex .margin .container-size {
    padding: 16px 10px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex figure {
    width: 70vw;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::before, 
  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::after {
    width: 128px;
  }
  
  /*Third section*/
  
  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container {
    padding: 16px 10px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::before, 
  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::after {
    width: 128px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex figure {
    width: 70vw;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex [class^=flex-wrap__] + [class^=flex-wrap__] {
    margin-top: 16px;
  }
    
    /*Fourth section*/
    
  #voice-02 #off-white #off-white-flex #content-box .margin .content-container {
    padding: 16px 10px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::before, 
    #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::after {
    width: 128px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content figure {
    width: 70vw;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex [class^=flex-wrap__] + [class^=flex-wrap__] {
    margin-top: 16px;
  }
  
  /*Fifth section*/
  
  #voice-02 #image-content #box-flex #content-part .margin .content-container {
    padding: 16px 10px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex .flex-wrap__left {
    margin-top: 16px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container h2.section-title-h2 .for-pc {
    display: none;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content figure {
    width: 70vw;
  }
  
  /*sixth section*/

  #voice-02 #button-container #button-flex #button-content .margin .section-hr {
    max-width: 944px;
    width: calc(100% - 20px);
  }

  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links {
    padding: 0 10px;
  }
  
  /*Footer*/
  
  #voice-02 #footer #footer-content #footer-img-content .footer-margin .flex-img img.only_sp {
    display: block;
  }
}

@media screen and (min-width: 993px) {
    
    /*first section*/
    
  #voice-02 #heading-flex {
    padding-bottom: 16px;
  }
  
  #voice-02 #header #link-text .content-container .local-global-menu .local-global-menu_links li:nth-child(2) a{
       color: #E01F2D;
        font-weight: 700;
        pointer-events: none;
  }

  #voice-02 #heading-flex #page-txt .page-title h2 br.for-sp {
    display: none;
  }

  #voice-02 #heading-flex #page-txt .page-title h2 .aem-br-space-pc {
    margin-left: -8px;
  }
  
  /*second section*/
  
  #voice-02 #gray-box {
    z-index: auto;
  }

  #voice-02 #gray-box #gray-box-flex .margin {
    padding: 16px 0px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size h2.section-title-h2 {
    text-align: center;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex .flex-wrap__left {
    margin: 0 auto;
    width: 468px;
  }
  
  /*Third section*/

  #voice-02 #white-box {
    z-index: auto;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin {
    padding: 16px 0px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .content-container h2.section-title-h2 {
    text-align: center;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex .flex-wrap__left {
    width: 526px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex .flex-wrap__right {
    width: 366px;
  }
  
  /*Fourth section*/

  #voice-02 #off-white {
    z-index: auto;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin {
    padding: 16px 0px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container h2.section-title-h2 {
    text-align: center;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__left, 
  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right {
    width: calc(50% - 16px);
  }
  
  /*Fifth section*/

  #voice-02 #image-content {
    z-index: auto;
  }

  #voice-02 #image-content #box-flex #content-part .margin {
    padding: 16px 0px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container h2.section-title-h2 {
    text-align: center;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex .flex-wrap__left {
    width: 358px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex .flex-wrap__right {
    width: 552px;
  }
  
  /*sixth section*/

  #voice-02 #button-container {
    z-index: auto;
  }

  #voice-02 #button-container #button-flex #button-content .margin {
    padding: 16px 0px;
  }
}

@media screen and (max-width: 767px) {
    
    /*first section*/
    
  #voice-02 #heading-flex #page-txt .page-title h2 {
    font-size: 26px;
    line-height: 39px;
  }

  #voice-02 #heading-flex #page-txt .page-title hr {
    width: 40%;
  }
  
  /*second section*/
  
  #voice-02 #gray-box #gray-box-flex .margin .container-size h2.section-title-h2 {
    font-size: 22px;
    line-height: 33px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content p {
    font-size: 14px;
    line-height: 21px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0 32px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::before, 
  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content h3.section-title-h3::after {
    width: 32px;
  }

  #voice-02 #gray-box #gray-box-flex .margin .container-size .section-content .img-flex figure {
    width: auto;
  }
  
  /*Third section*/
  
  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container h2.section-title-h2 {
    font-size: 22px;
    line-height: 33px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content p {
    font-size: 14px;
    line-height: 21px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0 32px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::before, 
  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content h3.section-title-h3::after {
    width: 32px;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .img-flex figure {
    width: auto;
  }

  #voice-02 #white-box #white-box-flex #white-box-txt .margin .content-container .section-content .page02-figure_02__description p {
    font-size: 14px;
    line-height: 21px;
  }
  
  /*Fourth section*/
  
  #voice-02 #off-white #off-white-flex #content-box .margin .content-container h2.section-title-h2 {
    font-size: 22px;
    line-height: 33px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content p {
    font-size: 14px;
    line-height: 21px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 0 32px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::before, 
  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content h3.section-title-h3::after {
    width: 32px;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content figure {
    width: auto;
  }

  #voice-02 #off-white #off-white-flex #content-box .margin .content-container .section-content .img-flex .flex-wrap__right p {
    font-size: 14px;
    line-height: 21px;
  }
  
  /*Fifth section*/
  
  #voice-02 #image-content #box-flex #content-part .margin .content-container h2.section-title-h2 {
    font-size: 22px;
    line-height: 33px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content p {
    font-size: 14px;
    line-height: 21px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content .img-flex .flex-wrap__left p {
    font-size: 14px;
    line-height: 21px;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content figure {
    width: auto;
  }

  #voice-02 #image-content #box-flex #content-part .margin .content-container .section-content figcaption {
    text-align: left;
  }
  
  /*sixth section*/
  
  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li a {
    font-size: 14px;
    line-height: 24px;
  }

  #voice-02 #button-container #button-flex #button-content .margin .section-content ul.local-footer-menu__links li + li {
    margin-bottom: 16px;
  }
  
  /*Footer*/
  
  #voice-02 #footer #footer-content #footer-first-box #footer-box-first {
    margin-top: 46px;
  }
}






