/* 
color: var(--color-red);
color: #d70b30;
*/
.root {
  height: auto !important;
}

main {
  font-size: 16px;
  line-height: 1.9;
}
main table {
  width: 100%;
}
main .en {
  font-family: Montserrat, sans-serif !important;
}
main .fnt-red {
  color: var(--color-red);
}
main .bg-gray {
  background: #f5f5f5;
}
main .heading_en, main .heading_jp {
  letter-spacing: normal;
}
main section a {
  color: var(--color-red) !important;
  text-decoration: underline !important;
}
main .box-wrap {
  display: flex;
  justify-content: space-between;
}
main .txt-mb p {
  margin-bottom: 25px;
}
main .link {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  main .heading._section {
    margin-top: 120px;
  }
  main .heading._section .heading_en {
    font-size: 72px !important;
  }
  main .heading._section .heading_jp {
    font-size: 24px !important;
  }
  main .sub-ttl {
    font-size: 36px;
    line-height: 1.7;
  }
  main .inner {
    max-width: 1120px;
    margin: auto;
  }
  main .l_box-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  main .inner {
    padding: 0 16px;
  }
  main .heading._section {
    margin-top: 90px;
  }
  main .heading._section .heading_en {
    font-size: 4.6rem !important;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  main .heading._section .heading_jp {
    font-size: 1.9rem !important;
  }
  main .sub-ttl {
    font-size: 28px;
  }
}

.heading .heading_jp-l {
  font-size: 36px;
  text-align: center;
  display: block;
  line-height: 1;
  margin: 70px 0 40px;
}
.heading.heading._section {
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .heading._dk-select._index::before {
    top: 23px;
  }
}
@media screen and (max-width: 768px) {
  .heading .heading_jp-l {
    font-size: 25px;
    margin: 40px 0 30px;
  }
  .heading._dk-select._index::before {
    display: none;
  }
}

.kv {
  height: 528px;
  background: url("../img/img_01.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 72px;
}
.kv::before {
  display: none;
}
.kv .kv-logo {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 50%;
  max-width: 700px;
}
.kv .kv-logo img {
  display: block;
  margin: 0 20px 0 auto;
}
.kv .txt-wrap {
  backdrop-filter: blur(20px);
  padding: 45px 60px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  width: calc(50% - 43px);
  min-width: 657px;
}
.kv .txt-inner {
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  color: #000;
}
.kv .txt-inner sup {
  top: -0.8em;
  font-size: 50%;
}
.kv .note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  .kv .kv-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 50%;
    max-width: 700px;
  }
  .kv .kv-logo img {
    display: block;
    margin: 0 20px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 220px;
    margin-top: 30px;
  }
  .kv .kv-logo {
    top: 5px;
    right: 5px;
    left: auto;
    max-width: 32%;
  }
  .kv .kv-logo img {
    margin: 0;
  }
  .kv .txt-wrap {
    padding: 16px 5px 16px 15px;
    min-width: 80%;
    text-align: left;
  }
  .kv .txt-inner {
    font-size: 25px;
  }
  .kv .txt-inner .fnt-red {
    font-size: 22px;
  }
  .kv .note {
    right: 0;
    bottom: 0;
    padding: 3px 5px;
  }
}

.about .sub-ttl {
  margin: 65px 0 25px;
}
.about .overview-wrap .sub-ttl {
  margin-top: 45px !important;
}
.about .overview-wrap .txt .note {
  font-size: 12px;
}
.about .overview-wrap .bg-gray {
  padding: 25px 30px 30px;
  margin-bottom: 40px;
}
.about .overview-wrap .overview-box {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.about .overview-wrap .overview-box .box-ttl {
  font-size: 24px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 5px solid #F29E37;
}
.about .overview-wrap .overview-box .icon, .about .overview-wrap .overview-box .symbol {
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .overview-wrap .overview-box .icon {
  width: 130px;
  margin: 0 auto;
}
.about .overview-wrap .overview-box .symbol {
  margin: 0 30px;
}
.about .overview-wrap .overview-box .box-symbol {
  display: flex;
  align-items: center;
  padding-top: 95px;
}
.about .overview-wrap .overview-box .box01 .box-ttl {
  border-color: #F29E37;
}
.about .overview-wrap .overview-box .box01 .box-ttl .type {
  color: #F29E37;
}
.about .overview-wrap .overview-box .box02 .box-ttl {
  border-color: #2DAB8A;
}
.about .overview-wrap .overview-box .box02 .box-ttl .type {
  color: #2DAB8A;
}
.about .overview-wrap .overview-box .box03 .box-ttl {
  padding-top: 50px;
  border: none;
}
.about .overview-wrap .overview-box .box03 .num {
  font-size: 120px;
}
@media screen and (max-width: 768px) {
  .about .overview-wrap .sub-ttl {
    margin-top: 35px !important;
  }
  .about .overview-wrap .bg-gray {
    padding: 25px 18px 10px;
    margin-bottom: 25px;
  }
  .about .overview-wrap .overview-box {
    font-size: 10px;
    align-content: stretch;
  }
  .about .overview-wrap .overview-box .box-ttl {
    font-size: 12px;
    padding: 0 0 3px;
    border-width: 2px;
  }
  .about .overview-wrap .overview-box .icon-box {
    margin: 10px auto;
  }
  .about .overview-wrap .overview-box .icon, .about .overview-wrap .overview-box .symbol {
    height: auto;
  }
  .about .overview-wrap .overview-box .icon {
    width: auto;
  }
  .about .overview-wrap .overview-box .icon img {
    max-height: 45px;
  }
  .about .overview-wrap .overview-box .symbol {
    margin: 0 8px;
  }
  .about .overview-wrap .overview-box .symbol img {
    width: 18px;
  }
  .about .overview-wrap .overview-box .box-symbol {
    padding-top: 36px;
  }
  .about .overview-wrap .overview-box .box01, .about .overview-wrap .overview-box .box02, .about .overview-wrap .overview-box .box03 {
    width: calc((100% - 68px) / 3);
  }
  .about .overview-wrap .overview-box .box02 .icon {
    margin: 70px auto 40px;
  }
  .about .overview-wrap .overview-box .box03 .box-ttl {
    padding-top: 22px;
  }
  .about .overview-wrap .overview-box .box03 .num {
    font-size: 54px;
    margin: 35px 0 10px;
  }
}
.about .why-wrap .why-box {
  position: relative;
  font-size: 14px;
}
.about .why-wrap .why-box .txt-wrap {
  line-height: 2.2;
}
.about .why-wrap .why-box .txt-wrap .note {
  font-size: 12px;
}
.about .why-wrap .why-box .image {
  position: relative;
  background: url("../img/img_08.jpg") no-repeat 0 center;
  background-size: cover;
}
.about .why-wrap .why-box .image .ttl-bg {
  display: inline-block;
  background: var(--color-red);
  color: #fff;
  padding: 3px 20px;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.about .why-wrap .why-box .image .list {
  max-width: 590px;
  justify-content: space-between;
}
.about .why-wrap .why-box .image .list li {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-size: 12px;
  width: 23.7%;
  height: 140px;
}
.about .why-wrap .why-box .image .list .list-ttl {
  color: #01785A;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  min-height: 45px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .about .why-wrap .why-box {
    margin-bottom: 70px;
  }
  .about .why-wrap .why-box .box-inner {
    padding-left: 10%;
  }
  .about .why-wrap .why-box .txt-wrap {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .about .why-wrap .why-box .txt-wrap .txt {
    max-width: 530px;
  }
  .about .why-wrap .why-box .image {
    width: 55%;
    height: 420px;
    padding: 0 10px 50px;
    display: flex;
    align-items: center;
  }
  .about .why-wrap .why-box .image .image-txt-wrap {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 690px;
  }
}
@media screen and (max-width: 1400px) {
  .about .why-wrap .why-box .box-inner {
    padding-left: calc(50% - 560px);
  }
  .about .why-wrap .why-box .txt-wrap {
    padding-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .about .why-wrap .why-box {
    margin-bottom: 50px;
  }
  .about .why-wrap .why-box .txt-wrap {
    padding: 0 16px;
  }
  .about .why-wrap .why-box .image {
    background-image: url("../img/img_08_sp.jpg");
    padding: 20px 10px;
  }
  .about .why-wrap .why-box .image .image-txt-ttl {
    text-align: center;
  }
  .about .why-wrap .why-box .image .ttl-bg {
    padding: 0 16px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about .why-wrap .why-box .image .list {
    max-width: 282px;
    flex-wrap: wrap;
    margin: auto;
  }
  .about .why-wrap .why-box .image .list li {
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
  }
  .about .why-wrap .why-box .image .list .list-ttl {
    margin-bottom: 10px;
    min-height: 45px;
  }
}
.about .merit-wrap .comparison-wrap table {
  margin: 40px auto 20px;
  table-layout: fixed;
}
.about .merit-wrap .comparison-wrap table th p, .about .merit-wrap .comparison-wrap table td p {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.about .merit-wrap .comparison-wrap table th {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
}
.about .merit-wrap .comparison-wrap table th p {
  background: var(--color-red);
}
.about .merit-wrap .comparison-wrap table td {
  width: 50%;
  font-size: 18px;
  padding: 5px 0;
}
.about .merit-wrap .comparison-wrap table td p {
  background: #f5f5f5;
}
.about .merit-wrap .comparison-wrap table tr td:first-child {
  padding-right: 5px;
}
.about .merit-wrap .comparison-wrap table tr td:last-child {
  padding-left: 5px;
}
@media screen and (min-width: 769px) {
  .about .merit-wrap .comparison-wrap .box {
    width: calc(50% - 10px);
  }
}
.about .merit-wrap .merit-ttl {
  font-size: 24px;
  margin: 25px 0 5px;
}
.about .merit-wrap .box-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.about .merit-wrap .box-ttl .fnt-red {
  display: inline-block;
  margin-right: 5px;
}
.about .merit-wrap .marit-box {
  font-size: 14px;
  margin-bottom: 45px;
}
.about .merit-wrap .marit-box:last-child {
  margin-bottom: 0;
}
.about .merit-wrap .marit-box .cell-bg {
  background: #ddd;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}
.about .merit-wrap .marit-box .ttl {
  display: block;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
}
.about .merit-wrap .marit-box img {
  margin-bottom: 15px;
}
.about .merit-wrap .marit-box table {
  margin-top: 15px;
}
.about .merit-wrap .marit-box th, .about .merit-wrap .marit-box td {
  background: #fff;
  padding: 8px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.about .merit-wrap .marit-box th {
  text-align: center;
  border-right: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .about .merit-wrap .bg-gray {
    padding: 40px 40px 1px;
  }
  .about .merit-wrap .marit-box {
    flex-wrap: wrap;
  }
  .about .merit-wrap .marit-box .box {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .merit-wrap {
    font-size: 14px;
  }
  .about .merit-wrap .comparison-wrap table {
    margin: 20px auto 0;
  }
  .about .merit-wrap .comparison-wrap table th p, .about .merit-wrap .comparison-wrap table td p {
    line-height: 1.3;
  }
  .about .merit-wrap .comparison-wrap table th {
    font-size: 18px;
  }
  .about .merit-wrap .comparison-wrap table th p {
    padding: 15px 10px;
  }
  .about .merit-wrap .comparison-wrap table td {
    font-size: 16px;
  }
  .about .merit-wrap .merit-ttl {
    font-size: 22px;
  }
  .about .merit-wrap .bg-gray {
    padding: 35px 16px 1px;
  }
  .about .merit-wrap .box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .about .merit-wrap .marit-box {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .about .merit-wrap .marit-box .box {
    margin-bottom: 25px;
  }
  .about .merit-wrap .marit-box th, .about .merit-wrap .marit-box td {
    vertical-align: middle;
    line-height: 1.3;
  }
}

.point .sub-ttl {
  margin: 50px 0;
}
.point .point-box-wrap {
  position: relative;
  margin-bottom: 70px;
  font-size: 14px;
}
.point .point-box-wrap:last-child {
  margin-bottom: 0;
}
.point .point-box-wrap::before, .point .point-box-wrap .box::after {
  position: absolute;
  display: block;
  content: "";
}
.point .point-box-wrap::before {
  top: 0;
  background: var(--color-red);
  width: 90%;
  height: 326px;
}
.point .point-box-wrap .box::after {
  width: 100%;
  bottom: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
}
.point .point-box-wrap.txt-l .box::after {
  right: 0;
}
.point .point-box-wrap.txt-l::before {
  left: 0;
}
.point .point-box-wrap.txt-r .box::after {
  left: 0;
}
.point .point-box-wrap.txt-r::before {
  right: 0;
}
.point .point-box-wrap .box {
  position: relative;
  background: #fff;
}
.point .point-box-wrap .txt {
  padding: 40px;
}
.point .point-box-wrap .txt .num {
  color: var(--color-red);
  font-size: 48px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.point .point-box-wrap .txt .num .icon {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
  background: var(--color-red);
  margin-right: 12px;
}
.point .point-box-wrap .txt .sub-ttl {
  margin: 15px 0 20px;
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  .point .point-box-wrap .box::after {
    height: 420px;
  }
  .point .point-box-wrap .txt {
    max-width: 580px;
  }
  .point .point-box-wrap .image {
    position: relative;
    overflow: hidden;
    height: 420px;
  }
  .point .point-box-wrap .image img {
    width: 100%;
    max-width: 200% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .point .point-box-wrap.txt-l {
    padding: 80px 0 0 calc(50% - 560px);
  }
  .point .point-box-wrap.txt-l .txt-wrap {
    width: 46%;
  }
  .point .point-box-wrap.txt-l .image {
    width: calc(100% - 580px);
    min-width: 54%;
  }
  .point .point-box-wrap.txt-l .image img {
    min-width: calc(100% - 580px);
  }
  .point .point-box-wrap.txt-r {
    padding: 80px calc(50% - 560px) 0 0;
  }
  .point .point-box-wrap.txt-r .txt {
    order: 2;
    width: 48.4%;
  }
  .point .point-box-wrap.txt-r .image {
    order: 1;
    width: calc(100% - 610px);
    min-width: 51.6%;
  }
  .point .point-box-wrap.txt-r .image img {
    min-width: calc(100% - 610px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  .point .point-box-wrap {
    padding-right: 3%;
  }
  .point .point-box-wrap .image img {
    width: auto;
    height: 422px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-box-wrap {
    padding-top: 34px;
    margin-bottom: 25px;
  }
  .point .point-box-wrap::before {
    width: calc(100% - 16px);
    height: 76%;
  }
  .point .point-box-wrap .box::after {
    height: 100%;
  }
  .point .point-box-wrap .txt {
    padding: 24px 20px;
    line-height: 1.5;
  }
  .point .point-box-wrap .txt .num {
    font-size: 40px;
  }
  .point .point-box-wrap .txt .num .icon {
    padding: 5px;
  }
  .point .point-box-wrap .txt .sub-ttl {
    margin: 15px 0;
    font-size: 22px;
    letter-spacing: -0.02rem;
  }
  .point .point-box-wrap.txt-l .box {
    margin-left: 16px;
  }
  .point .point-box-wrap.txt-r .box {
    margin-right: 16px;
  }
}

.background .bg01 {
  background: url("../img/img_17.jpg") no-repeat center bottom;
  background-size: cover;
  padding: 60px 0 480px;
  margin-top: 40px;
}
.background .bg01 .txt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 60px 35px;
  background: rgba(255, 255, 255, 0.9);
}
.background .bg01 .sub-ttl {
  margin: 40px 0 15px;
}
.background .bg02 {
  background: var(--color-red);
  padding: 60px 0;
}
.background .bg02 .plan-box-wrap {
  background: #fff;
  padding: 35px 40px 25px;
}
.background .bg02 .plan-box-wrap .sub-ttl {
  margin-bottom: 30px;
}
.background .bg02 .plan-box-wrap .box-wrap {
  margin-bottom: 30px;
}
.background .bg02 .plan-box-wrap .box {
  text-align: center;
  font-size: 18px;
  width: 23%;
  font-weight: bold;
}
.background .bg02 .plan-box-wrap .box-ttl {
  color: var(--color-red);
  line-height: 1.3;
  border-bottom: 1px solid var(--color-red);
  position: relative;
  height: 50px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background .bg02 .plan-box-wrap .box-ttl::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-red);
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.background .bg02 .plan-box-wrap .plan-num {
  color: #fff;
  background: var(--color-red);
  padding: 0 10px;
  margin: 20px 0;
}
.background .bg02 .plan-box-wrap .plan-name {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .background .bg01 {
    background-image: url("../img/img_17_sp.jpg");
    padding: 16px 16px 56vw;
  }
  .background .bg01 .txt {
    padding: 16px;
  }
  .background .bg01 .sub-ttl {
    margin: 20px 0 15px;
  }
  .background .bg02 {
    padding: 16px 0;
  }
  .background .bg02 .sub-ttl {
    padding-left: 10px;
  }
  .background .bg02 .plan-box-wrap {
    padding: 16px 16px 1px;
  }
  .background .bg02 .plan-box-wrap .box-wrap {
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .background .bg02 .plan-box-wrap .box {
    font-size: 15px;
    width: 47%;
    margin-bottom: 20px;
  }
  .background .bg02 .plan-box-wrap .plan-num {
    margin: 10px 0;
    line-height: 1.8;
  }
  .background .bg02 .plan-box-wrap .plan-name {
    font-size: 15px;
    line-height: 1.5;
  }
}

.merit .sub-ttl {
  margin: 40px 0 20px;
}
.merit .merit-box {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.merit .merit-box .box-to {
  margin: 0 28px;
}
.merit .merit-box .box-to .arrow-top, .merit .merit-box .box-to .arrow-bottom {
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 20px;
  line-height: 1.3;
}
.merit .merit-box .icon, .merit .merit-box .box-b {
  border: 5px solid #f5f5f5;
}
.merit .merit-box .icon p {
  background: #f5f5f5;
  text-align: center;
  padding: 12px 0 3px;
}
.merit .merit-box .box-b {
  background: #f5f5f5;
  line-height: 1.5;
}
.merit .merit-box .box-b p {
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .merit .merit-box .icon:first-child {
    margin-bottom: 20px;
  }
  .merit .merit-box .box-to .arrow-top, .merit .merit-box .box-to .arrow-bottom {
    flex-wrap: wrap;
    max-width: 130px;
    height: 50%;
    padding-bottom: 25px;
  }
  .merit .merit-box .box-to .arrow-top img:nth-of-type(2), .merit .merit-box .box-to .arrow-bottom img:nth-of-type(2) {
    margin: 10px 0 5px;
  }
  .merit .merit-box .box-b {
    max-width: 248px;
  }
  .merit .merit-box .box-b p {
    padding-top: 30px;
  }
  .merit .merit-box .box-b:last-child p {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .merit .sub-ttl {
    margin: 30px 0 20px;
  }
  .merit .merit-box {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .merit .merit-box .box-c, .merit .merit-box .box-b, .merit .merit-box .box-to {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .merit .merit-box .icon, .merit .merit-box .arrow-top, .merit .merit-box .arrow-bottom {
    width: 48.5%;
  }
  .merit .merit-box .icon, .merit .merit-box .box-b {
    border-width: 2px;
  }
  .merit .merit-box .icon {
    display: flex;
  }
  .merit .merit-box .icon img {
    width: 75px;
    height: auto;
  }
  .merit .merit-box .icon p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 75px);
    padding: 5px;
  }
  .merit .merit-box .box-to {
    margin: 12px 0;
  }
  .merit .merit-box .box-to .arrow-top, .merit .merit-box .box-to .arrow-bottom {
    align-items: center;
  }
  .merit .merit-box .box-to .arrow-top p, .merit .merit-box .box-to .arrow-bottom p {
    font-size: 11px;
    padding: 0 5px;
  }
  .merit .merit-box .box-to .arrow-top img, .merit .merit-box .box-to .arrow-bottom img {
    height: 13px;
    transform: rotate(90deg);
    margin: 10px -12px;
  }
  .merit .merit-box .box-b img:nth-of-type(1) {
    width: 150px;
  }
  .merit .merit-box .box-b img:nth-of-type(2) {
    width: 60px;
  }
  .merit .merit-box .box-b p {
    width: calc(100% - 210px);
  }
}

.voice .sub-ttl {
  font-size: 24px;
  margin: 60px 0 20px;
}
.voice .bg {
  background: #f4f4e8;
  padding: 40px 40px 20px;
  font-size: 14px;
  margin-bottom: 60px;
}
.voice th, .voice td {
  background: #fff;
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #f4f4e8;
}
.voice th {
  width: 114px;
  border-right: 1px solid #f4f4e8;
}
.voice td.cell-ttl {
  color: var(--color-red);
  font-weight: bold;
  border-color: var(--color-red);
}
.voice .voice-ttl {
  font-size: 20px;
  margin: 20px 0 15px;
}
.voice .voice-ttl .fnt-red {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .voice {
    margin-bottom: 140px;
  }
  .voice .property-tox {
    justify-content: space-between;
  }
  .voice .property-tox .image {
    width: 48%;
  }
  .voice .property-tox .txt {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    margin-bottom: 60px;
  }
  .voice .sub-ttl {
    font-size: 22px;
    margin-top: 30px;
  }
  .voice .bg {
    padding: 16px 16px 1px;
    margin-bottom: 30px;
  }
  .voice .image {
    margin-bottom: 20px;
  }
  .voice .link {
    font-size: 14px;
  }
  .voice .voice-ttl {
    font-size: 18px;
    margin: 20px 0 15px;
  }
}

.documentRequest.over {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .documentRequest.over .documentRequest_pic img {
    margin-left: -107px !important;
    max-width: 140% !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1399px) {
  .documentRequest.over .documentRequest_pic {
    height: 315px;
  }
  .documentRequest.over .documentRequest_pic img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0 !important;
    max-width: 49.8571428571vw !important;
  }
}
@media screen and (max-width: 768px) {
  .documentRequest.over .documentRequest_inner {
    padding-top: 15px;
  }
  .documentRequest.over .documentRequest_pic img {
    margin: auto;
    display: block;
  }
}