main, main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* Main Style */
main {
  background: #FCFCFC;
  color: #444444;
}

main a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444444;
}

main .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

main .content p {
  width: auto;
  max-width: none;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .content p {
    font-size: 1.286vw;
    line-height: 2.143vw;
  }
}
@media only screen and (max-width: 800px) {
  main .content p {
    font-size: 3.467vw;
    line-height: 6.667vw;
    font-weight: 300;
  }
}

/* top.css */
main #mv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #FFFFFF;
}

main #mv .mv_inr {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 0;
  margin: 0 auto;
  padding-top: 605px;
  overflow: hidden;
}

main #mv .mv_slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main #mv .mv_slider {
  display: none;
  opacity: 0;
  position: relative;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

main #mv .mv_slider.slick-initialized {
  display: block;
  opacity: 1;
}

main #mv .mv_slider.slick-initialized img {
  vertical-align: top;
}

main #mv .mv_slider_item {
  position: relative;
}

main #mv .mv_slider_item a {
  opacity: 1;
}

main #mv .mv_slider_item_copy {
  position: absolute;
  top: 23px;
  left: 50px;
  color: #FFFFFF;
  letter-spacing: 0.16em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main #mv .mv_slider_item_copy {
    font-size: 1.571vw;
    line-height: 2.429vw;
  }
}

main #mv .mv_slider_item_copy span {
  font-size: 36px;
  line-height: 52px;
  font-weight: 300;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 1399px) {
  main #mv .mv_slider_item_copy span {
    font-size: 2.571vw;
    line-height: 3.714vw;
  }
}

main #mv .mv_slider_item.item1 .mv_slider_item_copy {
  top: 31px;
  left: 55px;
  letter-spacing: 0.115em;
}

main #mv .mv_slider_item.item2 .mv_slider_item_copy span {
  letter-spacing: 0.1em;
}

main #mv .mv_slider_item video {
  width: 100%;
  height: auto;
}

main #mv .mv_slider .mv-dots {
  display: block;
  list-style: none;
  position: absolute;
  bottom: 23px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

main #mv .mv_slider .mv-dots li {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 6px;
  padding: 0;
  cursor: pointer;
}

main #mv .mv_slider .mv-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
}

main #mv .mv_slider .mv-dots li button:hover, main #mv .mv_slider .mv-dots li button:focus {
  outline: none;
}

main #mv .mv_slider .mv-dots li button:hover:before, main #mv .mv_slider .mv-dots li button:focus:before {
  opacity: 0.75;
}

main #mv .mv_slider .mv-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9A9A9A;
  line-height: 8px;
  content: "";
}

main #mv .mv_slider .mv-dots li.slick-active button:before {
  background: #006CB8;
}

main #mv .mv_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 605px;
  background: #FFFFFF;
}

main #mv .mv_mask::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url(../img/top/loading.gif) no-repeat;
  content: "";
}

main .news {
  -webkit-box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 70px;
  background: #FFFFFF;
}

main .news_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 1300px;
  margin: 0 auto;
}

main .news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 150px;
  background: #F4F4F4;
  font-size: 16px;
  font-weight: 300;
  line-height: 70px;
}
@media screen and (max-width: 1399px) {
  main .news_title {
    font-size: 1.143vw;
  }
}

main .news_title:after {
  position: absolute;
  top: 35px;
  right: -23px;
  width: 50px;
  height: 1px;
  background: #444444;
  content: "";
}

main .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(100% - 150px - 60px);
  height: inherit;
  padding: 0 35px 0 56px;
  font-weight: 300;
}

main .news_item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .news_item_date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: inherit;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .news_item_date {
    font-size: 1vw;
  }
}

main .news_item_category {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94px;
  height: 26px;
  margin: auto 0;
  border: #006CB8 1px solid;
  color: #006CB8;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .news_item_category {
    font-size: 0.857vw;
  }
}

main .news_item_title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: calc(100% - 80px - 94px);
  padding-left: 25px;
}

main .news_item_title br {
  display: none !important;
}

main .news_item_title a {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1399px) {
  main .news_item_title a {
    font-size: 1vw;
  }
}

main .news_item_title a:hover {
  color: #006CB8;
}

main .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 60px;
}

main .news_list span {
  margin: 0 3px auto 0;
}

main .news_list svg {
  width: 9px;
  height: 16px;
  fill: none;
  stroke: #444444;
}

main .news_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

main .news_list a:hover {
  color: #006CB8;
}

main .news_list a:hover svg {
  stroke: #006CB8;
}

main .news_list p {
  margin-top: -2px;
  font-size: 13px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .news_list p {
    font-size: 0.929vw;
  }
}

main .content {
  padding-top: 80px;
  padding-bottom: 68px;
}

main .content section h2 {
  font-size: 49px;
  line-height: 70px;
  font-weight: 100;
}
@media screen and (max-width: 1399px) {
  main .content section h2 {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

main .content section h2 span {
  margin-left: 0.6em;
  font-size: 32px;
  line-height: 46px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .content section h2 span {
    font-size: 2.286vw;
    line-height: 3.286vw;
  }
}

main .topics {
  margin-bottom: 104px;
  padding: 0 50px;
}

main .topics_title {
  margin-bottom: 40px;
}

main .topics_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}

main .topics_item {
  margin-right: 50px;
  -webkit-box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
  width: 400px;
  height: 150px;
  overflow: hidden;
  background: #FFFFFF;
}
main .topics_item:last-child {
  margin-right: 0;
}

main .topics_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .topics_item a:hover {
  color: #006CB8;
}

main .topics_item_img {
  width: 150px;
}

main .topics_item_txt {
  width: 250px;
  padding: 30px 35px 30px 27px;
  border-left: #F4F4F4 2px solid;
}

main .topics_item_title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  main .topics_item_title {
    font-size: 1.143vw;
  }
}

main .topics_item_body {
  width: 100%;
  max-height: 6rem;
  padding: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .topics_item_body {
    font-size: 0.929vw;
    line-height: 1.5vw;
  }
}

main .business {
  margin-bottom: 100px;
  padding: 0 50px;
}

main .business_title {
  display: inline-block;
  width: calc(100% - 850px);
  margin: -19px auto 35px 0;
}

main .business_title span {
  display: block;
  margin: 0 !important;
}

main .business_img {
  float: right;
  width: 850px;
  height: auto;
}

main .business_img a {
  opacity: 1;
}

main .business_txt {
  width: 390px;
  margin-bottom: 45px;
  line-height: 2.1;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1399px) {
  main .business_txt {
    font-size: 1.143vw;
  }
}

main .business_more {
  display: inline-block;
  position: relative;
}

main .business_more span {
  margin: 0 18px auto 0;
}
@media screen and (max-width: 1399px) {
  main .business_more span {
    margin: 0 1.28571vw auto 0;
  }
}

main .business_more svg {
  width: 9px;
  height: 20px;
  fill: none;
  stroke: #444444;
}

main .business_more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1399px) {
  main .business_more a {
    font-size: 1.143vw;
  }
}

main .business_more a:hover {
  color: #006CB8;
}

main .business_more a:hover svg {
  stroke: #006CB8;
}

main .business_more p {
  width: auto;
  margin: -4px 0 0 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .business_more p {
    margin: -0.143vw 0 0 0;
  }
}
@media screen and (max-width: 1399px) {
  main .business_more p {
    font-size: 1.143vw;
  }
}

main .mnfctr {
  padding: 0 50px;
}

main .mnfctr_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .mnfctr_title {
    font-size: 1.429vw;
  }
}

main .mnfctr_txt {
  margin-bottom: 50px;
  line-height: 2;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .mnfctr_txt {
    font-size: 1.071vw;
  }
}

main .mnfctr_itemwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

main .mnfctr_item {
  -webkit-box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
}
@media only screen and (max-width: 800px) {
  main .mnfctr_item {
    width: 89.333vw;
    height: 40vw;
  }
}
main .mnfctr_item a:hover .mnfctr_item_title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #006CB8;
}
main .mnfctr_item a:hover .mnfctr_item_title span svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  stroke: #006CB8;
}

main .mnfctr_item_title {
  padding: 20px 0;
  font-weight: 100;
  color: #444444;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  main .mnfctr_item_title {
    font-size: 1.286vw;
  }
}
@media only screen and (max-width: 800px) {
  main .mnfctr_item_title {
    font-size: 3.467vw;
  }
}
main .mnfctr_item_title .arrow {
  width: 8px;
  height: 12px;
  fill: none;
  margin-right: 0.8em;
}
main .mnfctr_item_title .arrow path {
  fill: none;
  stroke: #444444;
  stroke-width: 1;
}

main .mnfctr_item a {
  opacity: 1;
}

main .mnfctr_item a:hover {
  color: #006CB8;
}

main .mnfctr_item_img img {
  display: block;
}
@media only screen and (max-width: 800px) {
  main .mnfctr_item_img img {
    height: 100%;
  }
}

main .mnfctr_item_img.sp {
  display: none;
}

main .mnfctr_item_img.pc {
  display: block;
  line-height: 1;
}

main .mnfctr_column {
  -webkit-box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 16px 0 87px 0 rgba(0, 0, 0, 0.08);
  width: 680px;
  height: 160px;
  margin: 0 auto;
  background: #FFFFFF;
}

main .mnfctr_column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

main .mnfctr_column a:hover {
  color: #006CB8;
}

main .mnfctr_column_txt {
  padding: 50px;
}

main .mnfctr_column_title {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

main .mnfctr_column_subject {
  font-weight: 700;
  font-size: 1.8rem;
}

main .announce-area {
  background-color: #006cb8;
}

main .announce-area-inner {
  background-color: #006cb8;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 14px 0;
}

main .announce-area-inner a {
  color: #ffffff;
  opacity: 1;
}

main .announce-area-inner a:hover {
  opacity: 0.8;
}

main .announce-area-inner p {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .announce-area-inner p {
    font-size: 1vw;
    line-height: 1.857vw;
  }
}

@media screen and (max-width: 1399px) {
  main #mv .mv_inr {
    max-width: none;
    padding-top: 43.21429%;
  }
  main #mv .mv_slider {
    position: relative;
  }
  main #mv .mv_slider_item {
    position: relative;
  }
  main #mv .mv_slider_item a {
    opacity: 1;
  }
  main #mv .mv_slider_item_copy {
    top: 1.643vw;
    left: 3.571vw;
    font-size: 1.571vw;
    line-height: 2.857vw;
  }
  main #mv .mv_slider_item_copy span {
    font-size: 2.571vw;
  }
  main #mv .mv_slider_item.item1 .mv_slider_item_copy {
    top: 2.21429vw;
    left: 3.92857vw;
  }
  main #mv .mv_mask {
    height: 43.21429vw;
  }
  main .news {
    height: 5vw;
  }
  main .news_inr {
    max-width: 100%;
    padding-right: 2.85714vw;
  }
  main .news_title {
    width: 10.71429vw;
    font-size: 1.14286vw;
    line-height: 5vw;
  }
  main .news_title:after {
    top: 2.5vw;
    right: -1.64286vw;
    width: 3.57143vw;
  }
  main .news_item {
    width: calc(100% - 10.71429vw - 4.28571vw);
    padding: 0 2.5vw 0 4vw;
  }
  main .news_item_date {
    width: 5.71429vw;
    font-size: 1vw;
  }
  main .news_item_category {
    width: 6.71429vw;
    height: 1.85714vw;
    font-size: 0.85714vw;
  }
  main .news_item_title {
    width: calc(100% - 5.71429vw - 6.71429vw);
    padding-left: 1.78571vw;
  }
  main .news_item_title a {
    font-size: 1vw;
  }
  main .news_list {
    width: 4.28571vw;
  }
  main .news_list svg {
    width: 0.64286vw;
    height: 1.14286vw;
  }
  main .news_list a {
    font-size: 1.14286vw;
  }
  main .content {
    padding-top: 6.42857vw;
    padding-bottom: 5.28571vw;
  }
  main .content section h2 span {
    font-size: 2.28571vw;
  }
  main .topics {
    margin-bottom: 7.42857vw;
    padding: 0 3.57143vw;
  }
  main .topics_title {
    margin-bottom: 2.85714vw;
  }
  main .topics_item {
    width: 28.57143vw;
    height: 10.71429vw;
  }
  main .topics_item_img {
    width: 10.71429vw;
  }
  main .topics_item_txt {
    width: 17.85714vw;
    padding: 2.14286vw 2.5vw 2.14286vw 1.92857vw;
  }
  main .topics_item_title {
    margin-bottom: 1.14286vw;
    font-size: 1.14286vw;
  }
  main .topics_item_body {
    max-height: 4.7vw;
    font-size: 0.92857vw;
    line-height: 1.6vw;
  }
  main .business {
    margin-bottom: 7.14286vw;
    padding: 0 3.57143vw;
  }
  main .business_title {
    width: calc(100% - 60.71429vw);
    margin: -1.357vw auto 2.5vw 0;
  }
  main .business_title span {
    margin: 0 !important;
  }
  main .business_img {
    width: 60.71429vw;
  }
  main .business_txt {
    width: 27.85714vw;
    margin-bottom: 3.214vw;
  }
  main .business_more span {
    margin: 0 1.42857vw auto 0;
  }
  main .business_more svg {
    width: 0.64286vw;
    height: 1.14286vw;
  }
  main .business_more a {
    font-size: 1.14286vw;
  }
  main .the100th {
    height: 42.85714vw;
    margin: 0 auto 6.42857vw;
    padding: 9.5vw 0 0 0;
  }
  main .the100th_title {
    width: 18.14286vw;
    margin: 0 auto 3.71429vw 40.85714vw;
  }
  main .the100th_txt {
    margin: 0 auto 3.85714vw;
    font-size: 1.07143vw;
  }
  main .the100th_more {
    width: 17.14286vw;
    height: 3.85714vw;
  }
  main .the100th_more a {
    font-size: 1.07143vw;
  }
  main .the100th_more span {
    top: 1.35714vw;
    right: 1.64286vw;
  }
  main .the100th_more svg {
    width: 0.92857vw;
    height: 0.92857vw;
  }
  main .mnfctr {
    padding: 0 3.57143vw;
  }
  main .mnfctr_title {
    margin-bottom: 1.429vw;
  }
  main .mnfctr_txt {
    margin-bottom: 3.571vw;
    font-size: 1.07143vw;
  }
  main .mnfctr_itemwrap {
    margin-bottom: 4.28571vw;
  }
  main .mnfctr_item {
    width: 28.571vw;
  }
  main .mnfctr_item_title {
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1399px) and (max-width: 1399px) {
  main .mnfctr_item_title {
    font-size: 1.429vw;
  }
}
@media screen and (max-width: 1399px) {
  main .mnfctr_item_title .arrow {
    width: 0.571vw;
    height: 0.857vw;
    margin-right: 0.6em;
  }
  main .mnfctr_column {
    width: 48.57143vw;
    height: 11.42857vw;
  }
  main .mnfctr_column_img {
    width: 100%;
  }
  main .mnfctr_column_txt {
    padding: 3.57143vw;
  }
  main .mnfctr_column_title {
    margin-bottom: 1.42857vw;
    font-size: 1.14286vw;
  }
  main .mnfctr_column_subject {
    font-size: 1.28571vw;
  }
  main .announce-area-inner {
    padding: 14px;
  }
  main .announce-area-inner p {
    font-size: 1vw;
  }
}
/* Small PC */
@media screen and (max-width: 1100px) {
  main .news_title {
    width: 13.63636vw;
    font-size: 1.45455vw;
  }
  main .news_title:after {
    right: -2.09091vw;
    width: 4.54545vw;
  }
  main .news_item {
    width: calc(100% - 13.63636vw - 60px);
    padding: 0 3.18182vw 0 5.09091vw;
  }
  main .news_item_date {
    width: 7.27273vw;
    font-size: 1.27273vw;
  }
  main .news_item_category {
    width: 8.54545vw;
    height: 2.36364vw;
    font-size: 1.09091vw;
  }
  main .news_item_title {
    width: calc(100% - 7.27273vw - 8.54545vw);
  }
  main .news_item_title a {
    font-size: 1.27273vw;
  }
  main .news_list {
    width: 5.45455vw;
  }
  main .news_list svg {
    width: 0.81818vw;
    height: 1.45455vw;
  }
  main .news_list a {
    font-size: 1.45455vw;
  }
  main .topics {
    margin-bottom: 9.45455vw;
    padding: 0 4.54545vw;
  }
  main .topics_title {
    margin-bottom: 3.63636vw;
  }
  main .topics_item {
    width: 28.63636vw;
    height: 10.72727vw;
    margin-right: 3.571vw;
  }
  main .topics_item:last-child {
    margin-right: 0;
  }
  main .topics_item_img {
    width: 10.72727vw;
  }
  main .topics_item_txt {
    width: 17.90909vw;
    padding: 2.27273vw 1.81818vw 1.81818vw 1.54545vw;
  }
  main .topics_item_title {
    margin-bottom: 1.09091vw;
    font-size: 1.36364vw;
  }
  main .topics_item_body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1399px) {
  main .news_list p {
    font-size: 0.92857vw;
  }
}
/* iPad + mobile */
@media screen and (max-width: 800px) {
  main #mv .mv_inr {
    padding-top: 69.73333vw;
  }
  main #mv .mv_slider {
    height: 69.73333vw;
    margin-bottom: 0 !important;
  }
  main #mv .mv_slider_item {
    height: 69.73333vw;
    overflow: visible;
  }
  main #mv .mv_slider_item a {
    opacity: 1;
  }
  main #mv .mv_slider_item_img {
    width: 100%;
  }
  main #mv .mv_slider_item_copy {
    top: 46.93333vw;
    left: 5.33333vw;
    color: #444444;
    font-size: 2.93333vw;
    line-height: 4.66667vw;
  }
  main #mv .mv_slider_item_copy span {
    font-size: 4.8vw;
  }
  main #mv .mv_slider_item.item1 .mv_slider_item_copy {
    top: 48vw;
    left: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 5.33333vw;
  }
  main #mv .mv_slider_item.item2 .mv_slider_item_copy span {
    letter-spacing: 0.1em;
  }
  main #mv .mv_slider_item video {
    width: 101%;
  }
  main #mv .mv_slider .mv-dots {
    bottom: 2.93333vw;
  }
  main #mv .mv_slider .mv-dots li {
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.06667vw;
  }
  main #mv .mv_slider .mv-dots li button {
    width: 1.6vw;
    height: 1.6vw;
  }
  main #mv .mv_slider .mv-dots li button:hover:before, main #mv .mv_slider .mv-dots li button:focus:before {
    opacity: 1;
  }
  main #mv .mv_slider .mv-dots li button:before {
    width: 1.6vw;
    height: 1.6vw;
    background: #D0D0D0;
    line-height: 1.6vw;
  }
  main #mv .mv_mask {
    height: 69.73333vw;
  }
  main .news {
    -webkit-box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
    position: relative;
    max-width: none;
    height: 34.13333vw;
    padding: 5.33333vw 5.33333vw 6.66667vw;
  }
  main .news_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  main .news_title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    position: relative;
    width: 100%;
    height: 3.73333vw;
    margin-bottom: 5.33333vw;
    background: none;
    font-size: 3.733vw;
    font-weight: 300;
  }
  main .news_title:after {
    content: none;
  }
  main .news_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    height: auto;
    padding: 0;
  }
  main .news_item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .news_item_date {
    width: auto;
    height: 5.6vw;
    margin-right: 3.73333vw;
    font-size: 3.46667vw;
  }
  main .news_item_category {
    width: 20vw;
    height: 5.6vw;
    font-size: 2.66667vw;
  }
  main .news_item_title {
    width: 100%;
    margin-top: 3.46667vw;
    padding: 0;
  }
  main .news_item_title a {
    font-size: 3.46667vw;
  }
  main .news_item_title a:hover {
    color: #444444;
  }
  main .news_list {
    display: block;
    position: absolute;
    top: 5.33333vw;
    right: 5.33333vw;
    width: auto;
  }
  main .news_list span {
    margin: 0 0 0 2.66667vw;
  }
  main .news_list svg {
    width: 2vw;
    height: 3.46667vw;
  }
  main .news_list a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    font-size: 3.46667vw;
  }
  main .news_list a:hover {
    color: #444444;
  }
  main .news_list a:hover svg {
    stroke: #444444;
  }
  main .news_list p {
    font-size: 3.467vw;
    font-weight: 300;
  }
  main .content {
    padding-top: 0;
    padding-bottom: 14.8vw;
  }
  main .content section h2 {
    font-size: 7.46667vw;
  }
  main .content section h2 span {
    font-size: 5.06667vw;
  }
  main .topics {
    margin-bottom: 3.06667vw;
    padding: 9.33333vw 0 0;
    overflow: hidden;
  }
  main .topics_title {
    margin-bottom: 0;
    padding: 0 5.33333vw;
  }
  main .topics_slider {
    display: none;
    margin-top: -6.26667vw;
    padding: 11.6vw 0;
  }
  main .topics_slider.slick-initialized {
    display: block;
  }
  main .topics .slick-list {
    overflow: visible !important;
  }
  main .topics_item {
    width: 89.33333vw;
    height: auto;
    margin: 0 5.33333vw;
  }
  main .topics_item:last-child {
    margin-right: 0;
  }
  main .topics_item a:hover {
    color: #444444;
  }
  main .topics_item_img {
    width: 32vw;
  }
  main .topics_item_img img {
    width: 100%;
  }
  main .topics_item_txt {
    width: calc(100% - 32vw);
    padding: 6.4vw 6.4vw 5.33333vw 5.33333vw;
  }
  main .topics_item_title {
    margin-bottom: 2.73333vw;
    font-size: 3.73333vw;
  }
  main .topics_item_body {
    max-height: 13.8vw;
    font-size: 3.2vw;
    line-height: 4.86667vw;
  }
  main .topics-dots {
    display: block;
    list-style: none;
    position: absolute;
    bottom: 5.33333vw;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  main .topics-dots li {
    display: inline-block;
    position: relative;
    width: 1.6vw;
    height: 1.6vw;
    margin: 0 1.06667vw;
    padding: 0;
    cursor: pointer;
  }
  main .topics-dots li button {
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    outline: none;
    cursor: pointer;
  }
  main .topics-dots li button:hover, main .topics-dots li button:focus {
    outline: none;
  }
  main .topics-dots li button:hover:before, main .topics-dots li button:focus:before {
    opacity: 1;
  }
  main .topics-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background: #E7E7E7;
    line-height: 1.6vw;
    content: "";
  }
  main .topics-dots li.slick-active button:before {
    background: #006CB8;
  }
  main .business {
    margin-bottom: 11.73333vw;
    padding: 0 5.33333vw;
    overflow: visible;
  }
  main .business_title {
    display: block;
    width: 100%;
    margin: 0 auto 8vw 0;
  }
  main .business_title span {
    display: inline;
    margin: 0 0 0 0.6em !important;
  }
  main .business_img {
    clear: right;
    width: 100%;
    margin-bottom: 6.4vw;
  }
  main .business_txt {
    width: 100%;
    margin-bottom: 7.33333vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
  main .business_more {
    display: block;
  }
  main .business_more span {
    margin: 0;
  }
  main .business_more svg {
    width: 2vw;
    height: 3.33333vw;
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  main .business_more a {
    position: relative;
    line-height: 1;
    display: block;
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 5.733vw;
  }
  main .business_more a:hover {
    color: #444444;
  }
  main .business_more a:hover svg {
    stroke: #444444;
  }
  main .business_more p {
    padding: 0 !important;
    margin: 0;
    font-size: 3.467vw;
    font-weight: 300;
  }
  main .the100th {
    height: 122.93333vw;
    margin: 0 auto 9.33333vw;
    padding: 26.53333vw 0 0 0;
    background-image: url(../img/top/100th_img_sp.jpg);
  }
  main .the100th_title {
    width: 52.8vw;
    margin: 0 auto 8.4vw 23.6vw;
  }
  main .the100th_txt {
    margin: 0 auto 9.86667vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
  }
  main .the100th_more {
    width: 60vw;
    height: 13.33333vw;
  }
  main .the100th_more p {
    padding: 0;
    font-size: 3.46667vw;
  }
  main .the100th_more span {
    top: 5.06667vw;
    right: 4.66667vw;
  }
  main .the100th_more svg {
    width: 3.06667vw;
    height: 3.2vw;
  }
  main .the100th_more:hover {
    border-color: #FFFFFF;
  }
  main .the100th_more:hover a {
    color: #FFFFFF;
  }
  main .the100th_more:hover svg {
    fill: #FFFFFF;
  }
  main .mnfctr {
    padding: 0 5.33333vw;
  }
  main .mnfctr_title {
    margin-bottom: 6vw;
  }
  main .mnfctr_txt {
    margin-bottom: 6.4vw;
    font-size: 3.46667vw;
    line-height: 6.4vw;
    letter-spacing: -0.01em;
  }
  main .mnfctr_itemwrap {
    display: block;
    margin-bottom: 5.33333vw;
  }
  main .mnfctr_item {
    -webkit-box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-top: 5.33333vw;
  }
  main .mnfctr_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main .mnfctr_item a:hover {
    color: #444444;
  }
  main .mnfctr_item_img {
    width: 53.333vw;
    overflow: hidden;
  }
  main .mnfctr_item_img.sp {
    display: block;
    line-height: 1;
  }
  main .mnfctr_item_img.pc {
    display: none;
  }
  main .mnfctr_item_title {
    width: 36vw;
    font-size: 3.46667vw;
    line-height: 30vw;
  }
  main .mnfctr_item_title svg.arrow {
    width: 2vw;
    height: 3.33333vw;
    margin-top: 0.1em;
    position: relative;
    top: 0.1em;
  }
  main .mnfctr_item:nth-of-type(1) {
    margin-top: 0;
  }
  main .mnfctr_column {
    -webkit-box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
            box-shadow: 2.13333vw 0 11.6vw 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 29.33333vw;
  }
  main .mnfctr_column a:hover {
    color: #444444;
  }
  main .mnfctr_column_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.33333vw;
  }
  main .mnfctr_column_txt {
    padding: 7.33333vw 7.33333vw 0 5.33333vw;
  }
  main .mnfctr_column_title {
    margin-bottom: 2.4vw;
    font-size: 2.93333vw;
  }
  main .mnfctr_column_subject {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  main .announce-area-inner {
    padding: 4.33333vw 5.33333vw 4.33333vw 5.33333vw;
  }
  main .announce-area-inner p {
    font-size: 3.2vw;
    line-height: 4.533vw;
    font-weight: 300;
  }
}
/* topics title 2lines */
main .tit-two-line .topics_item_txt {
  padding-top: 16px;
}

main .tit-two-line .topics_item_txt .topics_item_title {
  line-height: 1.2;
  margin-bottom: 0.7vw;
}

/* Small PC */
@media screen and (max-width: 1100px) {
  main .tit-two-line .topics_item_txt {
    padding-top: 1.1vw;
  }
  main .tit-two-line .topics_item_body {
    margin-bottom: 0.7vw;
  }
}
/* iPad + mobile */
@media screen and (max-width: 800px) {
  main .tit-two-line .topics_item_txt {
    padding: 3.2vw 6.4vw 0 5.33333vw;
  }
  main .tit-two-line .topics_item_txt .topics_item_title {
    margin-bottom: 1.7vw;
  }
}
.mv_20230308 img {
  display: block;
  margin: 0 auto;
}

main .disaster_information {
  text-align: center;
  margin-top: 1px;
  border-top: 1px solid #e10000;
  border-bottom: 1px solid #e10000;
  background-color: #fff;
}
@media only screen and (max-width: 800px) {
  main .disaster_information {
    margin-top: 0;
    text-align: left;
  }
}
main .disaster_information .text_wrapper {
  margin: 0 auto;
  width: 1400px;
}
@media screen and (max-width: 1399px) {
  main .disaster_information .text_wrapper {
    width: 100%;
  }
}
main .disaster_information .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  padding: 6px 20px;
  color: #f24141;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  main .disaster_information .inner {
    font-size: 1vw;
    line-height: 1.857vw;
  }
}
@media only screen and (max-width: 800px) {
  main .disaster_information .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 1.333vw;
    padding: 1.867vw 4vw;
    font-size: 3.2vw;
    line-height: 4.533vw;
    font-weight: 300;
  }
}
main .disaster_information .inner::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: center center/100% auto no-repeat url("/asset/img/top/icon-information.svg");
}
@media only screen and (max-width: 800px) {
  main .disaster_information .inner::before {
    width: 3.733vw;
    height: 4.533vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.733vw;
            flex: 0 0 3.733vw;
  }
}
main .disaster_information .inner .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

[lang=en] main .disaster_information {
  display: none;
}/*# sourceMappingURL=top.css.map */