﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

a img {
  border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype")
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Meiryo, "メイリオ", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-size: 1.4rem
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #877970
}

._heading-var1 {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  color: #fff
}

._heading-var1:before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  top: 50%;
  margin-top: 11px
}

._heading-var1 .en {
  display: block;
  font-size: 5.2rem;
  font-family: 'Roboto Condensed', sans-serif
}

._heading-var1 .jp {
  display: block;
  font-size: 2.8rem
}

._heading-var2 {
  text-align: center
}

._heading-var2 .en {
  display: block;
  font-size: 2.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #877970
}

._heading-var2 .jp {
  padding: 0 0 10px 0;
  display: block;
  font-size: 3.5rem
}

._heading-var2+._sub-text {
  text-align: center;
  width: 645px;
  margin: 0 auto
}

._heading-var3 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.1
}

._heading-var3 .en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold
}

._heading-var3 .jp {
  padding: 0 0 10px 0;
  display: block;
  font-size: 1.3rem
}

._contents-block {
  padding: 90px 0
}

._contents-block+._inner {
  width: 1000px;
  margin: 0 auto
}

._btn-var1 {
  position: relative;
  display: block;
  width: 177px;
  height: 50px;
  background: #877970;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
  margin: 0 auto;
  transition: 800ms ease all;
  outline: none;
  text-decoration: none;
  text-align: center
}

._btn-var1:before, ._btn-var1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #877970;
  transition: 400ms ease all
}

._btn-var1:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0
}

._btn-var1:hover {
  background: transparent;
  color: #877970;
  text-decoration: none
}

._btn-var1:hover:before, ._btn-var1:hover:after {
  width: 100%;
  transition: 800ms ease all
}

._btn-var1:hover span:before {
  border-top: 2px solid #877970;
  border-right: 2px solid #877970
}

._btn-var1 span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

._btn-var2 {
  display: block;
  background: #30b96e;
  color: #fff;
  width: 280px;
  margin: 0 auto;
  border: none;
  position: relative;
  font-size: 1.7rem;
  padding: 18px 0;
  cursor: pointer;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-decoration: none;
  text-align: center
}

._btn-var2:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8
}

._btn-var3 {
  display: block;
  background: #333;
  color: #fff;
  width: 280px;
  margin: 0 auto;
  border: none;
  position: relative;
  font-size: 1.7rem;
  padding: 18px 0;
  cursor: pointer;
  text-align: center;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-decoration: none
}

._btn-var3:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  text-decoration: none
}

#header {
  display: block;
  background: #fff;
  z-index: 700;
  margin: 0 20px;
}

#header .header-inner {
  position: relative;
  height: 80px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

#header-top {
  position: relative;
  z-index: 300;
  top: 0;
  z-index: 500;
  background: #fff
}

#header-top .inner {
  margin: 0 auto;
  overflow: hidden;
}

#header-top .logo {
  width: fit-content;
  margin-bottom: 0;
  line-height: 0
}

#header-top .logo a {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: 22px;
}

#header-top .logo img {
  vertical-align: top;
  height: 37px
}

#header-top .inner {
  position: relative
}

#header-top .menu-btn {
  display: none;
  z-index: 150
}

.navi ul {
  margin-bottom: 0;
  overflow: hidden;
}

.navi li {
  float: left;
  list-style: none;
  margin-left: 15px
}

.navi li:first-child {
  margin-left: 0
}

.navi li a {
  position: relative;
  color: #333;
  text-decoration: none;
  height: 42px;
  padding-top: 30px;
  display: inline-block;
  transition: .3s
}

.navi li a:after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #877970;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.navi li a:hover:after {
  width: 100%
}

.navi li.inquiry {
  margin-top: 18px
}

.navi li.inquiry a {
  background: url("../../img/icon-mail.png") no-repeat 15px center #1468A6;
  color: #fff;
  padding: 10px 15px 10px 50px;
  height: auto;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.navi li.inquiry a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8
}

.navi li.inquiry a:hover:before, .navi li.inquiry a:hover:after {
  display: none
}

._breadcrumbs {
  background: #f7f7f7
}

._breadcrumbs .inner {
  width: 1000px;
  margin: 0 auto
}

._breadcrumbs .breadcrumbs-list {
  position: relative;
  padding-left: 20px;
  font-size: 1.1rem
}

._breadcrumbs .breadcrumbs-list a {
  color: #333
}

._breadcrumbs .breadcrumbs-list:first-child {
  padding-left: 0
}

._breadcrumbs .breadcrumbs-list:first-child:before {
  display: none
}

._breadcrumbs .breadcrumbs-list:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 5px;
  top: 4px;
  margin-left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

._leading-text {
  display: table;
  width: 100%;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #eee;
  min-height: 215px;
  letter-spacing: 0.25em
}

._leading-text span {
  display: table-cell;
  vertical-align: middle
}

#wide-nav {
  height: 80px;
  background: #f5f5f5
}

#wide-nav .footer-nav {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0
}

#wide-nav .footer-nav ul {
  overflow: hidden;
}

#wide-nav .footer-nav ul li {
  padding-left: 10px;
  float: left;
  font-size: 1.2rem
}

#wide-nav .footer-nav ul li:first-child {
  padding-left: 0
}

#wide-nav .footer-nav a {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 20px
}

#wide-nav .footer-nav a:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 5px;
  bottom: 5px;
  margin-left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#wide-nav .footer-nav a:hover {
  text-decoration: underline
}

.footer-info {
  width: 1000px;
  margin: 35px auto 0
}

.footer-info .logo {
  float: left;
  padding-right: 20px;
  width: 300px;
  height: 37px;
}
.footer-info .logo.logo-ss {
  width: auto;
}
.footer-info .logo.logo-base {
  width: 240px;
  height: calc(42px * 240/321);
}
.footer-info .footer-logo img{
  height: 37px;
}

.footer-info .copy {
  float: left;
  padding-right: 50px;
  line-height: 1.3
}

.footer-info .company-info .company-name {
  font-weight: bold
}

.footer-info .company-info .company-address {
  font-size: 10px
}

.copy-right {
  margin-top: 30px;
  border-top: 1px solid #f5f5f5;
  padding: 30px 0 60px 0;
  text-align: center;
  font-size: 1.2rem
}

.radio-wrap {
  display: flex;
  gap: 20px 32px;
  flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 10px;
}
.radio-wrap .c-radio{
  padding-left: 0 !important;
}
.radio-wrap label::before {
  display: none;
}
#contents-contact-form .formTable dd label.hide{
  display: none;
}
@media screen and (max-width: 1120px) and (min-width: 768px){
  .navi ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1120px) {
  #header {
    margin: 0;
    height: 61px;
    position: fixed;
    top: 0;
    width: 100%;
  }
  #header .header-inner {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #header-top {
    width: 100%;
  }
  #header-top .logo {
    margin-left: 10px;
    margin-top: 0;
  }
  #header-top .logo a{
    margin-top: 0;
  }
  #header-top .logo img {
    width: 200px;
    margin: auto 0;
  }
  #header-top .logo img.logo-ss {
    width: 230.5px;
  }
  #header-top .logo img.logo-base {
    width: calc(321px * 30/42);
    height: 30px;
    margin-top: 3px;
  }
  #header-top .inner {
    padding: 13px 0;
    width: 100%;
    margin: 0 auto;
    overflow: visible
  }
  #header-top .menu-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 37px;
    height: 37px;
    cursor: pointer;
  }
  #header-top .menu-btn span {
    position: absolute;
    top: 20px;
    display: block;
    width: 37px;
    height: 3px;
    background: #000
  }
  #header-top .menu-btn span:before, #header-top .menu-btn span:after {
    position: absolute;
    display: block;
    content: "";
    width: 37px;
    height: 3px;
    background: #000;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
    transition-property: bottom, transform;
    will-change: bottom transform
  }
  #header-top .menu-btn span:before {
    top: -10px
  }
  #header-top .menu-btn span:after {
    top: 10px
  }
  #header-top .menu-btn.btn-opened span {
    background: transparent
  }
  #header-top .menu-btn.btn-opened span:before, #header-top .menu-btn.btn-opened span:after {
    top: 0;
    left: -3px;
    width: 28px
  }
  #header-top .menu-btn.btn-opened span:before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
  }
  #header-top .menu-btn.btn-opened span:after {
    -ms-transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
  }
  .navi {
    position: fixed;
    width: 100%;
    background: #333;
    right: auto;
    left: 0;
    top: -348px;
    z-index: 299;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: .95;
    transition: transform 0.6s cubic-bezier(0.1, 0.8, 0.35, 1);
    will-change: transform
  }
  .navi.nav-opened {
    -ms-transform: translateY(409px);
    -webkit-transform: translateY(409px);
    transform: translateY(409px)
  }
  .navi.nav-opened span {
    background: transparent
  }
  .navi ul {
    overflow: visible;
    padding: 0;
    margin: 0
  }
  .navi ul li {
    margin-left: 0;
    float: none;
    font-size: 1.4rem
  }
  .navi ul li a {
    display: block;
    height: auto;
    padding: 13px 20px;
    border-bottom: solid 1px #616161;
    color: #fff
  }
  .navi ul li a:before {
    content: "-";
    margin-right: 5px
  }
  .navi ul li a:after {
    display: none
  }
  .navi ul li a:hover:after {
    width: 100%
  }
  .navi ul li.inquiry {
    margin-top: 0
  }
  .navi ul li.inquiry a {
    background: url("../../img/icon-mail.png") no-repeat 15px center #1468A6;
    color: #fff;
    padding: 10px 15px 10px 50px;
    height: auto;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .navi ul li.inquiry a:before {
    display: none
  }
  .navi ul li.inquiry a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
  }
  .navi ul li.inquiry a:hover:before, .navi ul li.inquiry a:hover:after {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .subdir {
    padding-top: 55px
  }
  ._heading-var1:before {
    margin-top: 3px
  }
  ._heading-var1 .en {
    font-size: 3rem
  }
  ._heading-var1 .jp {
    font-size: 2.3rem
  }
  ._heading-var2 .en {
    font-size: 1.7rem
  }
  ._heading-var2 .jp {
    font-size: 2rem
  }
  ._heading-var2+._sub-text {
    width: auto
  }
  ._contents-block {
    padding: 30px 15px
  }
  ._breadcrumbs {
    padding: 0 15px
  }
  ._breadcrumbs .inner {
    width: auto
  }
  ._leading-text {
    font-size: 2.3rem;
    min-height: auto
  }
  ._leading-text span {
    padding: 30px 15px
  }
  ._leading-text span br {
    display: none
  }
  #wide-nav {
    height: auto
  }
  #wide-nav .footer-nav {
    width: auto;
    padding: 15px 0
  }
  #wide-nav .footer-nav ul {
    text-align: center
  }
  #wide-nav .footer-nav ul li {
    float: none;
    display: inline-block;
    padding-left: 0
  }
  .footer-info {
    width: auto;
    padding: 0 15px;
    text-align: center
  }
  .footer-info .logo {
    float: none;
    padding-right: 0;
    display: inline-block
  }
  .footer-info .logo img {
    width: 70%
  }
  .footer-info .copy {
    float: none;
    padding-right: 0;
    display: inline-block
  }
  .footer-info .copy br {
    display: none
  }
  .footer-info .company-info {
    clear: both
  }
  .footer-info .company-info .company-name {
    display: none
  }
  .copy-right {
    padding: 30px 15px;
    font-size: 1.1rem
  }
}



#service {
  overflow: hidden;
}
#service .service-box {
  margin-top: 30px;
  position: relative;
}
#service .service-box+.service-box {
  margin-top: 130px;
}
#service .service-box::after {
  position: absolute;
  content: "";
  background: #D9D9D9;
  width: 90%;
  height: 250px;
  bottom: 0;
  right: 0;
  border-radius: 200px 0 0 200px;
  z-index: -1;
}
#service .service-box::before {
  position: absolute;
  content: "";
  background: #D9D9D9;
  width: 90%;
  height: 250px;
  bottom: 0;
  left: calc(100% - 1px);
  z-index: -1;
}
#service .service-box:nth-child(2n+1)::after {
  border-radius: 0 200px 200px 0;
  right: auto;
  left: 0;
}
#service .service-box:nth-child(2n+1)::before {
  right: calc(100% - 1px);
  left: auto;
}

#service .corp-ttl {
  color: #1364A0;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
}
#service .lead-ttl {
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: bold;
}
#service .service-cont {
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 15px;
  gap: 80px;
}
#service .img-wrap {
  width: 325px;
  padding-bottom: 15px;
}
#service .img-wrap img {
  width: 100%;
  height: auto;
}
#service .service-list {
  font-weight: bold;
  font-size: 20px;
}
#service .service-btn {
  background: #B1ACAC;
  padding: 10px 80px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: 600ms ease all;
  border: 1px solid #B1ACAC;
}
#service .service-box+.service-box .service-cont {
  gap: 40px;
}
@media screen and (max-width: 610px) {
  #service .service-box+.service-box .service-cont {
    gap: 5px;
  }
}
#service .service-btn:hover {
  background: transparent;
  color: #877970;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #service .service-cont {
    gap: 30px;
  }
  #service .corp-ttl {
    font-size: 24px;
  }
  #service .img-wrap {
    width: 240px;
  }
  #service .lead-ttl {
    font-size: 18px;
  }
  #service .service-list {
    font-size: 14px;
  }
  #service .service-btn {
    font-size: 16px;
    padding: 6px 60px;
  }
}
@media screen and (max-width: 610px) {
  #service .service-cont {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 5px;
  }
  #service .lead-ttl {
    margin-bottom: 6px;
  }
  #service .img-wrap {
    padding-bottom: 0;
  }
  #service .service-box:nth-child(2n+1) .service-cont {
    flex-direction: column-reverse;
  }
  #service .service-box::after {
    width: 105%;
    max-width: 540px;
  }
}
.ib {
  display: inline-block;
}
.swiper-mv{
  overflow: hidden;
  max-height: 796px;
}
.swiper-mv .swiper{
  width: 100vw;
}
.swiper-mv .swiper-slide{
  width: 100%;
  max-height: 796px;
  position: relative;
}
.swiper-mv .swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 796px;
  object-position: center center;
}
.swiper-mv .swiper-slide .txt-box{
  top: calc(100vw * 180/1920);
  left: calc(100vw * 448/1920);
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  color: #fff;
}
.swiper-mv .swiper-slide.rev .txt-box{
  left: calc(100vw * 984/1920);
}
.swiper-mv .swiper-slide .main-txt{
  font-size: calc(100vw * 50/1920);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: calc(100vw * 20/1920);
}
.swiper-mv .swiper-slide .main-txt small{
  font-size: calc(100vw * 40/1920);
}
.swiper-mv .swiper-slide .main-txt .num{
  font-size: calc(100vw * 75/1920);
  letter-spacing: -0.02em;
  line-height: calc(70/75);
}
.swiper-mv .swiper-slide .sub-txt{
  font-size: calc(100vw * 24/1920);
}
@media screen and (min-width: 2305px) {
  .swiper-mv .swiper-slide .txt-box{
    top: 216px;
  }
  .swiper-mv .swiper-slide .main-txt{
    font-size: 60px;
  }
  .swiper-mv .swiper-slide .main-txt small{
    font-size:48px;
  }
  .swiper-mv .swiper-slide .main-txt .num{
    font-size: 90px;
  }
  .swiper-mv .swiper-slide .sub-txt{
    font-size: 28.8px;
  }
}
@media screen and (max-width: 1120px) {
  .swiper-mv {
    padding-top: 62px;
  }
}
@media screen and (min-width: 769px) {
  .swiper-mv .swiper-slide img.sp{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .swiper-mv .swiper-slide img.pc{
    display: none;
  }
  .swiper-mv .swiper-slide .txt-box{
    top: calc(100vw * 120/768);
    left: calc(100vw * 28/768);
  }
  .swiper-mv .swiper-slide.rev .txt-box{
    left: calc(100vw * 357/768);
  }
  .swiper-mv .swiper-slide .main-txt{
    font-size: calc(100vw * 36/768);
    margin-bottom: calc(100vw * 15/768);
  }
  .swiper-mv .swiper-slide .main-txt small{
    font-size: calc(100vw * 29/768);
  }
  .swiper-mv .swiper-slide .main-txt .num{
    font-size: calc(100vw * 54/768);
  }
  .swiper-mv .swiper-slide .sub-txt{
    font-size: calc(100vw * 17/768);
  }
}
.radio-controller select, .radio-choose select {
  padding: 5px 10px;
  margin-top: 3px;
}
.no-en._heading-var1:before {
  display: none;
}
.no-en._heading-var1 .jp {
  font-size: 4.2rem;
  font-weight: 500;
}


.lower-news-list .news-list {
  border-bottom: 1px solid #eee;
}
.lower-news-list .news-list li{
  border-top: 1px solid #eee;
}
.lower-news-list .news-list li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  padding: 30px 20px;
  display: flex;
  gap: 20px;
}
.lower-news-list .news-list li a .date {
  width: 120px;
  display: inline-block;
}
.lower-news-list .news-list li a .report-title {
  width: calc(100% - 140px);
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lower-news-list .news-list li a:hover {
    text-decoration: none;
    background: #eee;
  }
}
@media screen and (max-width: 768px) {
  .lower-news-list .news-list li a {
    padding: 20px;
    flex-direction: column;
    gap: 13px;
  }
  .lower-news-list .news-list li a .date {
    width: 100%;
  }
  .lower-news-list .news-list li a .report-title {
    width: 100%;
  }
}

.lower-voice-list .voice-list {
  margin-top: 30px;
}
.lower-voice-list .voice-list li {
  display: flex;
  gap: 20px;
}
.lower-voice-list .voice-list li + li {
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 25px;
}
.lower-voice-list .voice-list li .img-wrap {
  width: 300px;
}
.lower-voice-list .voice-list li .img-wrap img {
  width: 100%;
}
.lower-voice-list .voice-list li .img-wrap .name {
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}
.lower-voice-list .voice-list li .txt-wrap {
  width: calc(100% - 320px);
}
.lower-voice-list .voice-list li .txt-wrap p+p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .lower-voice-list .voice-list li {
    flex-direction: column;
  }
  .lower-voice-list .voice-list li .img-wrap {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  .lower-voice-list .voice-list li .txt-wrap {
    width: 100%;
  }
}