@charset "UTF-8";
:root {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width:768px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: inherit !important;
  }
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

a {
  color: #1c7773;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.top {
  /* Suggest Tool
  -------------------------------------------------------------*/
  /* SP */
}
.top header {
  height: 125px;
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0) 0%, rgba(255, 255, 255, 0) 81px, rgb(0, 0, 0) 81px, rgb(0, 0, 0) 100%);
  box-shadow: none;
  border-bottom: none;
}
.top header.fixed {
  background: linear-gradient(rgb(0, 0, 0) 100%);
  box-shadow: none;
  border-bottom: none;
  top: -81px;
}
@media screen and (max-width:767px) {
  .top header {
    height: 46px;
    background: none;
  }
}
.top header .gnavi > dl {
  width: 1095px;
}
.top header .gnavi > dl > dd {
  width: 1095px;
  left: 0;
  top: 49px;
}
.top header .gnavi > dl > dd dl {
  width: 1095px;
  padding: 35px 93px 15px;
}
.top header .gnavi > dl > dd > p {
  width: 1095px;
  padding: 0 93px 26px;
}
.top header .gnavi > dl > dd dd li {
  width: 33%;
}
.top header .gnavi > dl > dd dd li:nth-child(3n+1) {
  width: 33%;
  margin: 0 0 4px 0;
}
.top header .gnavi > dl > dd dd li a {
  background-position: right 10px center;
}
.top header .logo h1 {
  display: inline-block;
}
.top header .logo a:nth-child(2) {
  margin-left: 37px;
}
.top .title {
  height: 76px;
}
.top .title .link {
  background: #7f7f7f;
  display: flex !important;
  right: 272px;
}
.top .title .link li:not(:nth-last-child(2)) {
  border-right: 1px solid #fff;
}
.top .title .link li a {
  color: #fff;
  font-size: 1.2rem;
  padding: 6px 13px 5px;
}
.top .title .link li a::after {
  display: none !important;
}
.top .title .other_link {
  position: absolute;
  top: 30px;
  right: 88px;
  padding: 0 5px;
  display: flex !important;
  gap: 0 10px;
}
.top .title .other_link li a {
  background: #7f7f7f;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 20px;
  padding: 6px 17px 5px;
}
.top .title .other_link li.bg__green a {
  background-color: #1c7773;
}
.top .gnavi > dl > dt {
  background-image: url("/ja/common/css/image/000000081.png");
}
.top .gnavi > dl > dt a {
  color: #fff;
  width: auto;
  font-size: 1.5rem;
  padding: 0 27px;
}
:lang(en) .top .gnavi > dl > dt a {
  padding: 0 20px;
}
.top .gnavi > dl > dt a {
  color: #fff;
}
.top .gnavi > dl > dt a::after {
  content: "";
  display: inline-block;
  background: url("/ja/common/css/image/000000009.svg") no-repeat 0 0/contain;
  width: 14px;
  height: 8px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.top .gnavi > dl > dt a.on {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5px, rgb(28, 119, 115) 5px, rgb(28, 119, 115) 100%);
}
.top .gnavi > dl > dt a.on::after {
  background-image: url("/ja/common/css/image/000000009.svg");
  transform: rotate(0);
}
.top .title__area {
  padding: 30px 0;
  margin: 0 auto 60px;
  max-width: 1166px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .top .title__area {
    margin: 0 10px 30px;
    padding: 10px;
  }
}
.top .title__area:only-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .top .title__area:only-child {
    margin-bottom: 0;
  }
}
.top .title__area .inner {
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 700px;
  margin: 0 auto;
  padding: 18px 60px 15px;
  display: block;
  position: relative;
}
@media screen and (max-width:767px) {
  .top .title__area .inner {
    padding: 11px 35px 9px;
    max-width: 335px;
  }
}
.top .title__area a {
  display: block;
}
.top .title__area a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000004.svg") no-repeat 0 0/contain;
  width: 26px;
  height: 26px;
  right: 25px;
}
@media screen and (max-width:767px) {
  .top .title__area a::before {
    width: 22px;
    height: 22px;
    right: 12px;
  }
}
.top .title__area a:hover {
  text-decoration: none;
}
.top .title__area h2 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width:767px) {
  .top .title__area h2 {
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
}
.top .title__area h2:only-child {
  margin: 13px 0;
}
@media screen and (max-width:767px) {
  .top .title__area h2:only-child {
    margin: 8px 0;
  }
}
.top .title__area p {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top .title__area p {
    font-size: 1rem;
  }
}
.top .PanelLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top .PanelLink {
    display: block;
    padding: 0 20px;
    width: auto;
  }
}
.top .PanelLink.column2 {
  width: 1040px;
  row-gap: 60px;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column2 {
    width: auto;
  }
}
.top .PanelLink.column2 li {
  padding: 0 30px;
  width: 50%;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column2 li {
    margin: 0;
    padding: 10px 0;
    width: auto;
  }
  .top .PanelLink.column2 li:first-child {
    padding-top: 0;
  }
}
.top .PanelLink.column2 li a {
  aspect-ratio: 4.6/3;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column2 li a {
    aspect-ratio: 33.5/16;
  }
}
.top .PanelLink.column2 li p > span {
  line-height: 1.4;
  padding: 8px 10px 8px;
}
.top .PanelLink.column3 {
  width: 1020px;
  row-gap: 40px;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column3 {
    width: auto;
  }
}
.top .PanelLink.column3 li {
  padding: 0 20px;
  width: 33.3333333333%;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column3 li {
    margin: 0;
    padding: 10px 0;
    width: auto;
  }
}
.top .PanelLink.column3 li a {
  aspect-ratio: 3/2;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column3 li a {
    aspect-ratio: 33.5/16;
  }
}
.top .PanelLink.column3 li:first-child {
  padding-top: 0;
}
.top .PanelLink.column4 {
  width: 1020px;
  row-gap: 40px;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: auto;
    padding: 0 10px;
  }
}
.top .PanelLink.column4 li {
  padding: 0 20px;
  position: relative;
  width: 25%;
}
:lang(en) .top .PanelLink.column4 li {
  width: 33.3333333333%;
}
:lang(en) .top .PanelLink.column4 li a {
  aspect-ratio: 3/2;
}
@media screen and (max-width:767px) {
  :lang(en) .top .PanelLink.column4 li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 li {
    margin: 0;
    padding: 0;
    width: calc(50% - 15px);
  }
}
.top .PanelLink.column4 li a {
  aspect-ratio: 1/1;
}
.top .PanelLink.column4 li a::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000000082.png") no-repeat 0 0/contain;
  width: 38px;
  height: 38px;
  left: 8px;
  top: 8px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 li a::before {
    width: 34px;
    height: 34px;
    left: 6px;
    top: 6px;
  }
}
.top .PanelLink.column4 li .PanelLink__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.top .PanelLink.column4 li .PanelLink__txt p {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  display: flex;
  align-items: center;
}
.top .PanelLink.column4 li .PanelLink__txt p > span {
  background-color: rgba(28, 119, 115, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1.2;
  padding: 3px 7px;
  text-align: center;
  font-size: 2rem;
  min-height: 3em;
  align-items: center;
  width: 100%;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 li .PanelLink__txt p > span {
    min-height: 3.5em;
    font-size: 1.6rem;
    padding: 3px 5px 0;
    justify-content: center;
  }
}
.top .PanelLink.column4 li .PanelLink__txt p > span span {
  display: block;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 li .PanelLink__txt p > span span {
    padding: 0 0 0 20px;
    line-height: 1.3;
  }
}
.top .PanelLink.column4 li .PanelLink__txt p > span span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 19px;
  height: 19px;
  left: 0;
}
@media screen and (max-width:767px) {
  .top .PanelLink.column4 li .PanelLink__txt p > span span::before {
    width: 14px;
    height: 14px;
  }
}
.top .PanelLink.column4 li:first-child {
  padding-top: 0;
}
@media screen and (max-width:767px) {
  .top .PanelLink li {
    margin: 15px 0;
  }
}
.top .PanelLink a {
  aspect-ratio: 3/2;
  position: relative;
  display: block;
  overflow: hidden;
}
.top .PanelLink a img {
  object-fit: cover;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
  .top .PanelLink a img {
    width: 100%;
  }
}
.top .PanelLink a.border {
  border: 1px solid #aaa;
}
.top .PanelLink a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.top .PanelLink__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.top .PanelLink__txt p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
@media screen and (max-width:767px) {
  .top .PanelLink__txt p {
    padding: 6px;
  }
}
.top .PanelLink__txt p > span {
  background-color: rgba(28, 119, 115, 0.8);
  color: #fff;
  display: block;
  padding: 8px 10px 7px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .top .PanelLink__txt p > span {
    font-size: 1.6rem;
    padding: 10px 10px 7px;
  }
}
.top .PanelLink__txt p > span span {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 0 0 25px;
  position: relative;
  text-align: left;
}
@media screen and (max-width:767px) {
  .top .PanelLink__txt p > span span {
    padding: 0 0 0 17px;
  }
}
.top .PanelLink__txt p > span span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 19px;
  height: 19px;
  left: 0;
}
@media screen and (max-width:767px) {
  .top .PanelLink__txt p > span span::before {
    width: 15px;
    height: 15px;
  }
}
.top .NewsList {
  display: flex;
  margin: 10px 0 26px;
  line-height: 1.5;
  align-items: flex-start;
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .top .NewsList {
    font-size: 1.4rem;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top .NewsList:last-of-type {
    border-bottom: none;
  }
}
.top .NewsList__date {
  margin-right: 40px;
  white-space: nowrap;
  width: 8em;
}
@media screen and (max-width:767px) {
  .top .NewsList__date {
    margin-right: 16px;
  }
}
.top .NewsList__ico {
  background-color: #707070;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px;
  text-align: center;
  width: 10em;
  margin-right: 40px;
}
@media screen and (max-width:767px) {
  .top .NewsList__ico {
    padding: 2px 2px 1px;
  }
}
.top .NewsList__txt {
  flex: 1;
}
@media screen and (max-width:767px) {
  .top .NewsList__txt {
    flex: 0 1 auto;
    padding-top: 5px;
    width: 100%;
  }
}
.top .BtnArea {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .top .BtnArea {
    display: block;
  }
  .top .BtnArea.lower li {
    width: auto;
  }
}
.top .BtnArea li {
  flex: 1;
  max-width: 350px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .top .BtnArea li {
    padding: 8px 0;
    max-width: none;
  }
}
.top .BtnArea a {
  color: #fff;
  display: block;
  background-color: #1c7773;
  padding: 23px 0;
  text-align: center;
}
.top .BtnArea a:hover {
  opacity: 0.6;
  transition: 0.5s all;
}
@media screen and (max-width:767px) {
  .top .BtnArea a {
    max-width: none;
    padding: 18px 0;
    margin: 0 auto;
  }
}
.top .BtnArea a span {
  display: inline-block;
  color: #fff;
  padding: 0 0 0 20px;
  position: relative;
}
.top .BtnArea a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 9px;
  height: 16px;
  left: 0;
}
.top .BtnArea__search a span {
  padding-left: 35px;
}
.top .BtnArea__search a span::before {
  background: url("/ja/common/css/image/000000015.svg") no-repeat 0 0/100% auto;
  width: 20px;
  height: 24px;
}
@media screen and (max-width:767px) {
  .top .BtnArea__search a span {
    padding-left: 30px;
  }
}
.top .BtnArea__search p {
  font-size: 1.2rem;
  max-width: 288px;
  margin: 20px auto;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .top .BtnArea__search p {
    margin: 10px auto 25px;
  }
}
.top .BtnArea.lower {
  max-width: 980px;
  margin: 50px auto 0;
}
.top .BtnArea.lower li {
  padding: 0 6px;
  max-width: none;
  text-align: center;
}
.top .BtnArea.lower li a {
  display: inline-block;
  padding: 23px 32px 23px;
  min-width: 350px;
}
.top .BtnArea.lower li a span {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .top .BtnArea.lower li a span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .top .BtnArea.lower li a {
    padding: 17px 10px 16px;
    min-width: 275px;
  }
}
@media screen and (max-width:767px) {
  .top .BtnArea.lower {
    margin: 10px 0 0px;
  }
  .top .BtnArea.lower li {
    padding: 0;
  }
}
.top .BtnArea.new {
  max-width: 980px;
  justify-content: flex-end;
  margin: 50px auto 0;
}
.top .BtnArea.new li {
  padding: 0 6px;
  max-width: none;
  text-align: right;
}
.top .BtnArea.new li a {
  display: inline-block;
  padding: 17px 32px;
}
@media screen and (max-width:767px) {
  .top .BtnArea.new li a {
    padding: 17px 32px;
  }
}
@media screen and (max-width:767px) {
  .top .BtnArea.new {
    margin: 10px 0 0px;
  }
  .top .BtnArea.new li {
    padding: 0;
  }
}
.top .BannerArea + .BannerArea .Banners {
  border-top: 1px solid #aaa;
}
.top .Banners {
  display: flex;
  gap: 22px 22px;
  padding: 80px 0;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .top .Banners {
    display: block;
    padding: 20px 0;
  }
}
.top .Banners li {
  flex-grow: 0;
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width:767px) {
  .top .Banners li {
    margin: 20px 10px;
    width: auto;
  }
}
.top .Banners li:only-child {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top .Banners li:only-child {
    width: auto;
  }
}
.top .Banners li:first-child:nth-last-child(2), .top .Banners li:first-child:nth-last-child(2) ~ li {
  flex-grow: 1;
  width: auto;
}
.top .Banners a {
  position: relative;
  display: block;
  margin: 0 auto;
}
.top .Banners a img {
  vertical-align: bottom;
  max-width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width:767px) {
  .top .Banners a img {
    width: 100%;
  }
}
.top .Urgent {
  background-color: #f1f0e2;
}
.top .Urgent__inner {
  border-bottom: 2px solid #fff;
}
.top .Urgent__list {
  padding: 16px 0 12px;
}
.top .Urgent__title {
  background: url("/ja/common/css/image/000000012.svg") no-repeat 0 5px/16px auto;
  color: #dc0000;
  font-size: 1.7rem;
  padding: 2px 0 6px 20px;
  line-height: 1.4;
}
:lang(en) .top .Urgent__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width:767px) {
  .top .Urgent__title {
    font-size: 1.6rem;
  }
}
.top .Urgent dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .top .Urgent dd {
    font-size: 1.4rem;
  }
}
:lang(en) .top .Urgent dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .Urgent dd a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.top .UrgentBottom {
  background-color: #f1f0e2;
}
.top .UrgentBottom__inner {
  border-bottom: 2px solid #fff;
}
.top .UrgentBottom__list {
  padding: 19px 20px 15px;
}
@media screen and (max-width:767px) {
  .top .UrgentBottom__list {
    padding: 15px 10px 18px;
  }
}
.top .UrgentBottom__title {
  font-size: 1.7rem;
  line-height: 1.4;
  padding: 0px 0 3px 0;
}
:lang(en) .top .UrgentBottom__title {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width:767px) {
  .top .UrgentBottom__title {
    font-size: 1.6rem;
  }
}
.top .UrgentBottom dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .top .UrgentBottom dd {
    font-size: 1.4rem;
  }
}
:lang(en) .top .UrgentBottom dd {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
:lang(en) .top .UrgentBottom dd a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.top .RecruitBnr {
  text-align: center;
  min-height: 80px;
}
@media screen and (max-width:767px) {
  .top .RecruitBnr {
    min-height: 40px;
  }
}
.top .RecruitBnr__link {
  display: inline-block;
  margin: 80px auto;
}
@media screen and (max-width:767px) {
  .top .RecruitBnr__link {
    margin: 40px 0;
    padding: 0 10px;
    width: 100%;
  }
}
.top .RecruitBnr__link img {
  display: block;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .top .RecruitBnr__link img {
    width: 100%;
  }
}
.top .PressReleases .title__area {
  background: url("/ja/common/css/image/000000095.jpg") no-repeat center center/cover;
}
.top .PressReleases .BtnArea {
  margin: 50px auto 38px;
}
@media screen and (max-width:767px) {
  .top .PressReleases .BtnArea {
    margin-top: -8px;
    margin-bottom: 0;
  }
}
.top .PressReleases .BtnArea li {
  max-width: 390px;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .top .PressReleases .BtnArea li {
    font-size: 1.4rem;
    max-width: none;
    margin: auto;
    width: auto;
  }
}
.top .WhatsNew .title__area {
  background: url("/ja/common/css/image/000000096.jpg") no-repeat center center/cover;
}
.top .WhatsNew .tab {
  display: none;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tab {
    margin-bottom: 0;
  }
}
.top .WhatsNew .tab.active {
  display: block;
  min-height: 10px;
}
.top .WhatsNew .tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.top .WhatsNew .tabs li {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li {
    width: 33.3333333333%;
  }
}
.top .WhatsNew .tabs li a {
  color: #000;
  display: block;
  padding: 16px 5px;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-right: none;
  position: relative;
  height: 100%;
}
.top .WhatsNew .tabs li a br {
  display: none;
}
.top .WhatsNew .tabs li a.active {
  background-color: #1c7773;
  color: #fff;
}
.top .WhatsNew .tabs li a.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("/ja/common/css/image/000000016.svg") no-repeat 0 0/contain;
  width: 14px;
  height: 10px;
  bottom: -10px;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li a.active::after {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
    padding: 5px 0;
  }
  .top .WhatsNew .tabs li a span {
    display: block;
  }
  .top .WhatsNew .tabs li a span br {
    display: block;
  }
}
@media screen and (max-width:767px) {
  :lang(en) .top .WhatsNew .tabs li:first-child {
    width: 50%;
  }
}
.top .WhatsNew .tabs li:first-child a {
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li:first-child a {
    border-radius: 6px 0 0 0;
  }
}
.top .WhatsNew .tabs li:last-child a {
  border-right: 1px solid #aaaaaa;
  border-radius: 0 6px 6px 0;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li:last-child a {
    border-radius: 0 0 6px 0;
  }
}
@media screen and (max-width:767px) {
  :lang(en) .top .WhatsNew .tabs li:nth-child(2) {
    width: 50%;
  }
  :lang(en) .top .WhatsNew .tabs li:nth-child(2) a {
    border-radius: 0 6px 0 0;
    border-right: 1px solid #aaaaaa;
  }
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li:nth-child(3) a {
    border-radius: 0 6px 0 0;
    border-right: 1px solid #aaaaaa;
  }
  :lang(en) .top .WhatsNew .tabs li:nth-child(3) a {
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 6px;
  }
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li:nth-child(n+4) a {
    border-top: none;
  }
}
@media screen and (max-width:767px) {
  .top .WhatsNew .tabs li:nth-child(4) a {
    border-radius: 0 0 0 6px;
  }
  :lang(en) .top .WhatsNew .tabs li:nth-child(4) a {
    border-radius: 0;
  }
}
.top .WhatsNew .BtnArea {
  margin: -9px auto 57px;
}
.top .WhatsNew .BtnArea li {
  display: none;
}
.top .WhatsNew .BtnArea[data-link="#tab01"] {
  display: none;
}
.top .WhatsNew .BtnArea[data-link="#tab02"] li:first-child {
  display: block;
}
.top .WhatsNew .BtnArea[data-link="#tab03"] li:nth-child(2) {
  display: block;
}
.top .WhatsNew .BtnArea[data-link="#tab04"] li:nth-child(3) {
  display: block;
}
.top .WhatsNew .BtnArea[data-link="#tab05"] li:nth-child(4) {
  display: block;
}
.top .WhatsNew .BtnArea[data-link="#tab06"] li:nth-child(5) {
  display: block;
}
@media screen and (max-width:767px) {
  .top .WhatsNew .BtnArea.lower {
    margin: 0 auto 30px;
  }
}
.top .bg__beige {
  padding-top: 60px;
}
@media screen and (max-width:767px) {
  .top .bg__beige {
    padding: 30px 0;
  }
}
.top .PickUp .title__area {
  background: url("/ja/common/css/image/000000097.jpg") no-repeat center center/cover;
}
.top .Sustainability .title__area {
  background: url("/ja/common/css/image/000000098.jpg") no-repeat center center/cover;
}
.top .Sustainability .ImgLinkArea {
  margin: 0 auto;
  background: url("/ja/common/css/image/000000099.jpg") no-repeat center bottom/cover;
  display: block;
  padding: 1px;
  position: relative;
}
.top .Sustainability .ImgLinkArea::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.top .Sustainability .ImgLinkArea:hover {
  text-decoration: none;
  cursor: pointer;
}
.top .Sustainability .ImgLinkArea:hover::before {
  opacity: 0;
}
.top .Sustainability .ImgLinkArea:hover p {
  text-decoration: none;
}
.top .Sustainability .ImgLinkArea:hover .ImgLinkArea__link p {
  text-decoration: underline;
  color: #fff;
}
.top .Sustainability .ImgLinkArea .text {
  color: #000;
  position: relative;
  font-size: 2.7rem;
  margin: 17px auto 13px;
  padding: 0 116px;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .text {
    margin: 16px auto 5px;
    padding: 0 15px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
  }
}
.top .Sustainability .ImgLinkArea .text img {
  max-width: 210px;
  vertical-align: top;
  position: relative;
  margin-right: 6px;
  top: 7px;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .text img {
    vertical-align: bottom;
    margin-right: 4px;
    max-width: 157px;
    top: -7px;
  }
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__signature {
  padding: 0 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__signature p {
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p {
    font-size: 1.2rem;
  }
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__signature p img {
  max-width: 165px;
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__signature p img {
    max-width: 127px;
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__signature {
    margin: 5px auto 29px;
    padding: 0 5px;
    font-size: 2rem;
    text-align: left;
  }
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__link {
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__link {
    padding: 0 35px;
    margin-bottom: 20px;
  }
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__link p {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__link p {
    font-size: 2rem;
    line-height: 1.4;
    text-align: left;
  }
}
.top .Sustainability .ImgLinkArea .ImgLinkArea__link p::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000000005.svg") no-repeat 0 0/contain;
  width: 26px;
  height: 26px;
  top: -4px;
  left: 0;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .ImgLinkArea__link p::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
.top .Sustainability .ImgLink {
  margin: 55px auto 0;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink {
    margin-top: 24px;
  }
}
.top .Sustainability .ImgLink dt {
  text-align: center;
  margin: 0 auto 19px;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dt {
    margin: 0 auto 15px;
  }
}
.top .Sustainability .ImgLink dt span {
  border-bottom: 5px solid #a1cecc;
  display: inline-block;
  padding: 0 130px 7px;
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dt span {
    border-bottom-width: 4px;
    padding: 0 50px 7px;
    font-size: 2rem;
  }
}
.top .Sustainability .ImgLink dd .PanelLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin: 20px 0 0;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink {
    width: auto;
    gap: 15px;
    margin: 0 0 20px;
    padding: 0;
  }
}
.top .Sustainability .ImgLink dd .PanelLink li {
  width: calc(33.3333333333% - 27px);
  position: relative;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink li {
    width: calc(50% - 8px);
    margin: 0;
  }
}
.top .Sustainability .ImgLink dd .PanelLink li a {
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
.top .Sustainability .ImgLink dd .PanelLink li a img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink li a img {
    max-width: none;
    width: 100%;
  }
}
.top .Sustainability .ImgLink dd .PanelLink li a:hover img {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}
.top .Sustainability .ImgLink dd .PanelLink li:first-child {
  padding-top: 0;
}
.top .Sustainability .ImgLink dd .PanelLink__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.top .Sustainability .ImgLink dd .PanelLink__txt p {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink__txt p {
    padding: 6px;
  }
}
.top .Sustainability .ImgLink dd .PanelLink__txt p > span {
  background-color: rgba(28, 119, 115, 0.8);
  color: #fff;
  display: block;
  padding: 8px 10px 7px;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink__txt p > span {
    font-size: 1.6rem;
    padding: 10px 10px 7px;
  }
}
.top .Sustainability .ImgLink dd .PanelLink__txt p > span span {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 0 0 25px;
  position: relative;
  text-align: left;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink__txt p > span span {
    padding: 0 0 0 17px;
  }
}
.top .Sustainability .ImgLink dd .PanelLink__txt p > span span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/ja/common/css/image/000000014.svg") no-repeat 0 0/contain;
  width: 19px;
  height: 19px;
  left: 0;
}
@media screen and (max-width:767px) {
  .top .Sustainability .ImgLink dd .PanelLink__txt p > span span::before {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width:767px) {
  .top .Sustainability .BtnArea.lower {
    margin: 17px auto 0;
  }
}
.top .JbicVideo .title__area {
  background: url("/ja/common/css/image/000000100.jpg") no-repeat center center/cover;
}
.top .JbicVideo .VideoLink dt {
  text-align: center;
  margin: 0 auto 22px;
  padding-top: 6px;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dt {
    padding-top: 4px;
    margin: 0 auto 15px;
  }
}
.top .JbicVideo .VideoLink dt span {
  border-bottom: 5px solid #a1cecc;
  display: inline-block;
  padding: 0 130px 7px;
  font-size: 3rem;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dt span {
    border-bottom-width: 4px;
    padding: 0 20px 7px;
    font-size: 2rem;
  }
}
.top .JbicVideo .VideoLink dd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.top .JbicVideo .VideoLink dd > div {
  flex-grow: 0;
  width: calc(33.3333333333% - 27px);
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd > div {
    margin: 20px 10px;
    width: auto;
  }
}
.top .JbicVideo .VideoLink dd > div:only-child {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd > div:only-child {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd > div:last-child {
    margin-bottom: 0;
  }
}
.top .JbicVideo .VideoLink dd > div:first-child:nth-last-child(2), .top .JbicVideo .VideoLink dd > div:first-child:nth-last-child(2) ~ div {
  flex-grow: 1;
  width: calc(50% - 27px);
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd > div:first-child:nth-last-child(2), .top .JbicVideo .VideoLink dd > div:first-child:nth-last-child(2) ~ div {
    width: auto;
  }
}
.top .JbicVideo .VideoLink dd > div:first-child:nth-last-child(2) a {
  margin: 0 0 0 auto;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd {
    display: block;
  }
}
.top .JbicVideo .VideoLink dd a {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd a {
    max-width: none;
  }
}
.top .JbicVideo .VideoLink dd a span {
  position: relative;
  display: block;
}
.top .JbicVideo .VideoLink dd a span::after {
  background: url("/ja/common/css/image/000000080.svg") no-repeat 0 0/cover;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.top .JbicVideo .VideoLink dd a img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd a img {
    width: 100%;
  }
}
.top .JbicVideo .VideoLink dd a p {
  font-size: 2rem;
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd a p {
    font-size: 1.6rem;
    margin-top: 12px;
    margin-bottom: 15px;
  }
}
.top .JbicVideo .VideoLink dd a + em.external {
  display: block;
  text-align: center;
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd a + em.external {
    margin: -10px auto 15px;
  }
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd div:last-of-type p {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .top .JbicVideo .VideoLink dd div:last-of-type a + em.external {
    margin: 5px auto 25px;
  }
}
.top .Publications .title__area {
  background: url("/ja/common/css/image/000000101.jpg") no-repeat center center/cover;
}
@media screen and (max-width:767px) {
  .top .Publications .BtnArea.lower {
    margin: 20px auto 0;
  }
}
.top .linkinfo_file {
  display: none !important;
}
.top .search_window form > ul,
.top .sp_search form > ul {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
.top .search_window form > ul li,
.top .sp_search form > ul li {
  display: block;
  list-style: none;
  margin: 0;
  border-left: 1px solid #b0c4de;
  border-bottom: 1px solid #b0c4de;
  border-right: 1px solid #b0c4de;
  background-color: #f5f5f5;
  padding: 1px 0;
  text-align: left;
}
.top .search_window form > ul li span,
.top .sp_search form > ul li span {
  display: block;
  padding: 4px 0 0;
}
.top li.sgItemOn {
  border-left: 1px solid #cc9900;
  border-bottom: 1px solid #cc9900;
  border-right: 1px solid #cc9900;
  background-color: #ffeeaa !important;
  font-weight: bold;
  cursor: pointer;
}
.top #bizasarchAspSuggest li {
  position: relative;
  top: 5px;
}
.top #bizasarchAspSuggest2 {
  top: 87px !important;
  left: 0 !important;
  width: 100% !important;
}
.top #bizasarchAspSuggest2 li {
  width: 240px !important;
  margin: 0 auto;
}

main em.external em {
  position: relative;
  top: 3px;
  left: 2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-right: 0.2em;
  background: url("/ja/common/css/image/000000034.png") no-repeat;
}

@media screen and (max-width:767px) {
  .top .Sustainability .ImgLinkArea .text img {
    top: -5px;
  }
}
::-webkit-full-page-media, :future, :root[lang=ja] .top .gnavi > dl > dd dl {
  width: 1094px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .top .gnavi > dl > dd {
  width: 1094px;
}

::-webkit-full-page-media, :future, :root[lang=ja] .top .gnavi > dl > dd > p {
  width: 1094px;
}

.Urgent + .MainVisual {
  height: auto;
  max-height: none;
  min-height: auto;
}
@media screen and (max-width:767px) {
  .Urgent + .MainVisual {
    min-height: 300px;
  }
}
.Urgent + .MainVisual .MainVisual-slide__txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30px);
}
@media screen and (max-width:767px) {
  .Urgent + .MainVisual .MainVisual-slide__txt {
    transform: none;
    top: auto;
    bottom: 205px;
    left: 20px;
  }
}

.MainVisual {
  position: relative;
  overflow: hidden;
  max-height: calc(100vh - 124px);
  min-height: 650px;
}
@media screen and (max-width:767px) {
  .MainVisual {
    background-color: #f1f1f1;
    border-bottom: 1px solid #aaa;
    max-height: none;
    padding-bottom: 220px;
    min-height: auto;
  }
}
.MainVisual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .MainVisual img {
    object-fit: cover;
    object-position: center center;
  }
}
.MainVisual .MainVisual-slide__link > .item:not(:first-child) {
  display: none;
}
.MainVisual .MainVisual-navi {
  width: 359px;
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-navi {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 4px;
  }
  .MainVisual .MainVisual-navi[id] {
    display: block;
  }
}
.MainVisual .slick-prev,
.MainVisual .slick-next {
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  z-index: 2;
}
.MainVisual .slick-prev:focus-visible,
.MainVisual .slick-next:focus-visible {
  outline: 3px solid #000;
}
.MainVisual .slick-prev::before,
.MainVisual .slick-next::before {
  content: "";
}
@media screen and (max-width:767px) {
  .MainVisual .slick-prev,
.MainVisual .slick-next {
    width: 36px;
    height: 36px;
    border: 1px solid #aaaaaa;
    top: auto;
    transform: none;
    bottom: -15px;
  }
}
.MainVisual .slick-prev {
  left: -40px;
  background: url("/ja/common/css/image/000000002.svg") no-repeat 0 0/contain;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-prev {
    left: 4px;
  }
}
.MainVisual .slick-next {
  right: -40px;
  background: url("/ja/common/css/image/000000003.svg") no-repeat 0 0/contain;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-next {
    right: 4px;
  }
}
.MainVisual .slick-slide {
  position: relative;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-slide .MainVisual-slide__txt {
    display: none;
  }
}
.MainVisual .slick-slide.video {
  transform: translate3d(0, 0, 0);
}
.MainVisual .slick-slide a {
  height: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-slide a {
    border: none;
  }
}
.MainVisual .slick-slide video {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-slide video {
    width: 100%;
  }
}
.MainVisual .MainVisual-slide__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 30px);
  width: 980px;
  transition: top 0.05s ease-out;
  display: block;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide__txt {
    transform: none;
    bottom: 205px;
    left: 20px;
    width: 100%;
    padding: 0 20px;
    top: auto;
  }
  .MainVisual .MainVisual-slide__txt li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .MainVisual .MainVisual-slide__txt li span {
    display: block;
    width: fit-content;
  }
}
.MainVisual .MainVisual-slide__txt[data-current="1"] li:nth-child(1) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="2"] li:nth-child(2) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="3"] li:nth-child(3) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="4"] li:nth-child(4) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="5"] li:nth-child(5) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="6"] li:nth-child(6) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="7"] li:nth-child(7) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="8"] li:nth-child(8) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="9"] li:nth-child(9) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt[data-current="10"] li:nth-child(10) {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.MainVisual .MainVisual-slide__txt .pc {
  width: 50em;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide__txt .pc {
    position: static;
    width: 100%;
  }
}
.MainVisual .MainVisual-slide__txt a:hover {
  text-decoration: none;
}
.MainVisual .MainVisual-slide__txt span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 1;
  font-size: 3rem;
  padding: 11px 10px 8px;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide__txt span {
    font-size: 2rem;
    padding: 7px 5px 5px;
    background-color: transparent;
    color: #000;
  }
}
.MainVisual .MainVisual-slide__txt span.syosai {
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
  padding: 5px 20px 5px 35px;
  position: relative;
  margin-top: 12px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide__txt span.syosai {
    font-size: 1.4rem;
    padding: 3px 20px 3px 20px;
    margin-top: 3px;
    background-color: transparent;
    color: #1c7773;
  }
}
.MainVisual .MainVisual-slide__txt span.syosai::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/ja/common/css/image/000000011.svg") no-repeat 0 0/contain;
  height: 12px;
  width: 12px;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide__txt span.syosai::before {
    background-image: url("/ja/common/css/image/000000010.svg");
    height: 12px;
    width: 12px;
    left: 6px;
    top: 48%;
  }
}
.MainVisual .MainVisual-buttons {
  position: absolute;
  width: 1166px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  justify-content: flex-end;
  display: flex;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-buttons {
    bottom: 50px;
    right: 4px;
    transform: none;
    left: auto;
    width: auto;
  }
}
.MainVisual .MainVisual-buttons button {
  width: 40px;
  height: 22px;
  display: none;
  font-size: 0;
}
.MainVisual .MainVisual-buttons button.js-play {
  background: rgba(255, 255, 255, 0.7) url("/ja/common/css/image/000000024.svg") no-repeat center center/auto 14px;
}
.MainVisual .MainVisual-buttons button.js-pause {
  background: rgba(255, 255, 255, 0.7) url("/ja/common/css/image/000000022.svg") no-repeat center center/auto 14px;
}
.MainVisual .MainVisual-buttons button.active {
  display: block;
}
.MainVisual .MainVisual-buttons button:focus-visible {
  outline: 3px solid #000;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-buttons button {
    border: 1px solid #aaaaaa;
    width: 36px;
  }
}
.MainVisual .MainVisualVideo-buttons {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 62px;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisualVideo-buttons {
    bottom: 226px;
  }
}
.MainVisual .MainVisualVideo-buttons button {
  display: none;
  padding: 16px 10px 13px 40px;
  color: #fff;
  font-size: 1.2rem;
  min-width: 11em;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisualVideo-buttons button {
    padding: 9px 10px 7px 33px;
    font-size: 1rem;
  }
}
.MainVisual .MainVisualVideo-buttons button.js-play {
  background: rgba(0, 0, 0, 0.7) url("/ja/common/css/image/000000025.svg") no-repeat 10px center/20px auto;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisualVideo-buttons button.js-play {
    background-size: 15px auto;
    background-position: 6px center;
  }
}
.MainVisual .MainVisualVideo-buttons button.js-pause {
  background: rgba(0, 0, 0, 0.7) url("/ja/common/css/image/000000023.svg") no-repeat 10px center/20px auto;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisualVideo-buttons button.js-pause {
    background-size: 15px auto;
    background-position: 6px center;
  }
}
.MainVisual .MainVisualVideo-buttons button:focus-visible {
  outline: 3px solid #000;
}
.MainVisual .MainVisualVideo-buttons button.active {
  display: block;
}
.MainVisual .MainVisual-dot {
  bottom: 23px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-dot {
    top: auto;
    bottom: 15px;
    transform: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 56px;
  }
}
.MainVisual .slick-dots {
  padding: 0 0;
  display: flex;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-dots {
    width: auto;
    margin: 0 auto;
    justify-content: center;
  }
}
.MainVisual .slick-dots li {
  display: block;
  vertical-align: top;
  padding: 0 3px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-dots li {
    padding: 0 1px;
    margin: 0 7px;
  }
  .MainVisual .slick-dots li:first-child {
    margin-left: 0;
  }
  .MainVisual .slick-dots li:last-child {
    margin-right: 0;
  }
}
.MainVisual .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  vertical-align: middle;
  color: #fff;
  background-color: #fff;
  transition: all 0.3s ease;
  margin: auto;
  transform: translateX(0);
  padding: 4px;
}
.MainVisual .slick-dots li button:hover {
  opacity: 1;
}
.MainVisual .slick-dots li button::before {
  content: "";
}
.MainVisual .slick-dots li button:focus-visible {
  outline: 3px solid #000;
}
.MainVisual .slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #1c7773;
}
@media screen and (max-width:767px) {
  .MainVisual .slick-dots li.slick-active button {
    border-color: #000;
  }
}
.MainVisual .MainVisual-slide.video .MainVisualVideo-buttons {
  display: block;
}
.MainVisual .MainVisual-slide.video .MainVisualVideo-buttons button.js-play {
  display: block;
}
.MainVisual .MainVisual-slide.video .MainVisualVideo-buttons button.js-pause {
  display: none;
}
.MainVisual .MainVisual-slide.video.js-play .MainVisualVideo-buttons button.js-play {
  display: none;
}
.MainVisual .MainVisual-slide.video.js-play:hover .MainVisualVideo-buttons button.js-play {
  display: none;
}
.MainVisual .MainVisual-slide.video.js-play:hover .MainVisualVideo-buttons button.js-pause {
  display: block;
}
@media screen and (max-width:767px) {
  .MainVisual .MainVisual-slide.video.js-play .MainVisualVideo-buttons button.js-play {
    display: none;
  }
  .MainVisual .MainVisual-slide.video.js-play .MainVisualVideo-buttons button.js-pause {
    display: block;
  }
}

@media screen and (max-width:767px) {
  _:matches(x),
.MainVisual .MainVisual-slide__txt span.syosai::before {
    top: 50%;
  }
}
@media print {
  .top header {
    background: #fff;
    height: 81px;
  }
  .top header.fixed {
    background: #fff;
  }
  header {
    height: 87px;
  }
  header .header_inner .title .link,
header .header_inner .title .other_link {
    display: none !important;
  }
  .img__linkList .list li a,
.link__list li a,
.AboutTop .map__layout ul li a,
.img__Magazine .list li a {
    background-position: 0 10px;
  }
  .NewsList__ico {
    margin-top: 7px;
  }
  .link__list.column2 li:nth-child(2n-1) {
    padding-right: 10px;
  }
  .link__list.column2 li:nth-child(2n) {
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:first-child li {
    padding-right: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:nth-child(2) li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .AboutTop .map__layout .list-wrap ul:last-child li {
    padding-left: 10px;
  }
  :lang(en) main {
    zoom: 0.8;
  }
  body {
    overflow-y: visible;
    overflow-x: visible;
  }
  .box,
.column__text {
    page-break-inside: avoid;
  }
  .lowerpage .disc__list > li::before {
    top: 10px;
  }
  .lowerpage .note__list {
    font-size: 2.2rem;
  }
  .lowerpage .faq__question p {
    font-size: inherit;
  }
  .lowerpage .map__Area .map__txt .img__map {
    width: 300px;
  }
  .today .img__Magazine .other__Link li.more__info a {
    padding: 12px 30px;
  }
  .today .file__info {
    font-size: 1.4rem;
  }
}
