@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

サブメニュー 連番

----------------------------------------------------------*/
.g-menu__submenu-item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.g-menu__submenu-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.g-menu__submenu-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.g-menu__submenu-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.g-menu__submenu-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.g-menu__submenu-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

MV

----------------------------------------------------------*/
/*-------------------------------------------------------
.mv {
  position: relative;
  //margin-top: 150px;
  width: 100%;
  height: calc(780 / 1400 * 100vw);
  z-index: -100;
  @include breakPoint(sp){
      height: auto;
      margin-top: 60px;
  }
  &__slider {
      position: relative;
      overflow: hidden;
      width: 100%;
    height: 100%;
      @include breakPoint(sp){
          height: calc(460 / 640 * 100vw);
      }
  }
&__item {
      width: 100%;
      height: calc(580 / 1400 * 100vw);
      @include breakPoint(sp){
          height: calc(460 / 640 * 100vw);
      }
}
&__img--1{
  background: url('../images/material/main01.png') no-repeat center -150px / cover;
  @include breakPoint(tb){
    background-position: center top;
  }
  // @include breakPoint(sp){
  //   background: url('../images/material/main01_sp.jpg') no-repeat center -150px / cover;
  // }
}
  &__img--2{
background: url('../images/material/main02.png') no-repeat center -220px / cover;
@include breakPoint(tb){
  background-position: center top;
}
  // // @include breakPoint(sp){
  // //   background: url('../images/material/main02_sp.jpg') no-repeat center -150px / cover;
  // // }
  }
&__img--3{
background: url('../images/material/main03.jpg') no-repeat center -150px / cover;
@include breakPoint(tb){
  background-position: center top;
}
  // // @include breakPoint(sp){
  // //   background: url('../images/material/main03_sp.jpg') no-repeat center -150px / cover;
  // // }
}
  &__img--4{
background: url('../images/material/main04.jpg') no-repeat center -150px / cover;
@include breakPoint(tb){
  background-position: center top;
}
  // // @include breakPoint(sp){
  // //   background: url('../images/material/main03_sp.jpg') no-repeat center -150px / cover;
  // // }
}
  &__img--5{
  background: url('../images/material/main05.jpg') no-repeat center -150px / cover;
  @include breakPoint(tb){
    background-position: center top;
  }

    @include breakPoint(sp){
        background: url('../images/material/main05_sp.jpg') no-repeat center -150px / cover;
    }
  }
}----------------------------------------------------------*/
.mv-container {
  position: relative;
  width: 100%;
}

@media screen and (-ms-high-contrast: none) {
  .mv-container {
    margin-top: 183px;
  }
}

@media only screen and (max-width: 1079px) {
  .mv-container {
    height: auto;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-container {
    margin-top: 50px;
  }
}

.mv-container::after {
  content: "";
  background: #31313163;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width: 1080px) {
  .mv-container {
    top: 0;
  }
}

.mv-container #mv-item li {
  background-size: cover !important;
  height: calc(560 / 1366 * 100vw);
}

.mv-container #mv-item li.slide-item1 {
  background: url("../images/material/main01.png") no-repeat center center;
}

.mv-container #mv-item li.slide-item2 {
  background: url("../images/material/main02.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .mv-container #mv-item li.slide-item2 {
    background: url("../images/material/main02-sp.jpg") no-repeat center center;
  }
}

.mv-container #mv-item li.slide-item3 {
  background: url("../images/material/main03.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .mv-container #mv-item li.slide-item3 {
    background: url("../images/material/main03-sp.jpg") no-repeat center center;
  }
}

@media only screen and (max-width: 767px) {
  .mv-container #mv-item li {
    height: calc(750 / 750 * 100vw);
  }
}

.mv-container .mv-copy {
  position: absolute;
  z-index: 3;
  line-height: 2;
  bottom: 27%;
  left: 5%;
  font-family: serif;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
}

@media only screen and (max-width: 1079px) {
  .mv-container .mv-copy {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 20px;
    border-radius: 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mv-container .mv-copy {
    font-size: 1.6rem;
    text-indent: 0;
    white-space: normal;
  }
}

.mv-container .mv-copy .ot {
  font-family: serif;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 75px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1079px) {
  .mv-container .mv-copy .ot {
    text-align: left;
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mv-container .mv-copy .ot {
    font-size: 32px;
  }
}

.mv-container .mv-copy .ie {
  font-family: serif;
  padding-top: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .mv-container .mv-copy .ie {
    padding-top: 10px;
    font-size: 16px;
  }
}

.mv-container .mv-copy a {
  font-size: 2.4rem;
  color: #fff;
}

@media only screen and (max-width: 1079px) {
  .mv-container .mv-copy a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mv-container .mv-copy a {
    font-size: 1.2rem;
    z-index: 1;
  }
}

.mv-container .mv-copy a::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FD8925;
  border-right: 1px solid #FD8925;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mv-container .mv-copy a:hover {
  color: #ffa0a0;
}

.mv-container .mv-news {
  position: absolute;
  z-index: 3;
  bottom: 10%;
  right: 10%;
  font-family: serif;
  color: #fff;
  width: 35%;
}

@media only screen and (max-width: 1079px) {
  .mv-container .mv-news {
    display: none;
  }
}

.mv-container .mv-news p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.mv-container .mv-news-content {
  height: 42px;
  background-color: #FFFFFF;
  opacity: 0.7;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-container .mv-news-content p {
  padding-top: 7px;
  position: relative;
  z-index: 4;
  color: black;
  font-size: 14px;
}

.mv-container .mv-news .news__item:first-child {
  padding-left: 20px;
}

.mv-container .mv-news .news__item::after {
  top: 43%;
  right: 3%;
}

@media only screen and (max-width: 1079px) {
  .mv-container .mv-news .news__item::after {
    right: 10%;
  }
}

@media screen and (-ms-high-contrast: none) {
  .mv-copy {
    background-color: rgba(104, 103, 103, 0.473) !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  .mv-copy .ie {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 10%;
    font-family: serif;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    color: #fff;
  }
}

.zoom__img {
  width: 100%;
  height: calc(780 / 1400 * 100vw);
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 10s linear 0s;
  transition: -webkit-transform 10s linear 0s;
  transition: transform 10s linear 0s;
  transition: transform 10s linear 0s, -webkit-transform 10s linear 0s;
}

@media only screen and (max-width: 767px) {
  .zoom__img {
    height: calc(460 / 640 * 100vw);
  }
}

.zoom-active .zoom__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.m-border {
  margin: 0 auto;
  border-top: 2px solid #B2000F;
  width: 40px;
  padding-bottom: 30px;
}

.news {
  background-color: #F4F4F4;
  padding: 70px 0 40px 0;
}

.news p {
  font-size: 24px;
  padding-bottom: 25px;
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN";
}

@media only screen and (max-width: 1079px) {
  .news p {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .news {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news__list {
  color: #656565;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .news__list {
    margin-top: 40px;
  }
}

.news__list .ch {
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.news__list .ch:hover {
  background-color: #eaeaea;
}

.news__item {
  padding: 0 20px;
  position: relative;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.news__item a {
  color: #656565;
  margin-left: 30px;
}

.news__item::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #132F57;
  border-right: solid 2px #132F57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about {
  text-align: center;
  padding: 45px 0;
}

.about h2 {
  font-size: 24px;
  padding-bottom: 5px;
}

.about .down:hover .down-box {
  -webkit-box-shadow: 1px 1px 3px #aaaaaa;
          box-shadow: 1px 1px 3px #aaaaaa;
  background: #fff;
  -webkit-transform: translate3d(1px, 2px, 4px);
          transform: translate3d(1px, 2px, 4px);
}

.about .down-box {
  border-radius: 12px;
  -webkit-box-shadow: 8px 8px 20px rgba(170, 170, 170, 0.582);
          box-shadow: 8px 8px 20px rgba(170, 170, 170, 0.582);
  -webkit-transition: .3s;
  transition: .3s;
}

.about .about-block {
  max-width: 800px;
  margin: 0 auto;
}

.about .about-content01 {
  position: relative;
  z-index: 1;
  background-image: url("../images/material/about01.png");
  background-repeat: no-repeat;
  height: 230px;
  border-top-right-radius: 10px;
}

.about .about-content01::after {
  content: "";
  background: #31313163;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (-ms-high-contrast: none) {
  .about .about-content01::after {
    background-color: rgba(104, 103, 103, 0.473) !important;
  }
}

.about .about-content01 p {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 22px;
}

@media only screen and (max-width: 1079px) {
  .about .about-content01 p {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .about .about-content01 p {
    left: 10px;
    font-size: 16px;
  }
}

.about .about-content02 {
  text-align: left;
  font-size: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  position: relative;
}

.about .about-content02 .o-a {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.about .about-content02 .o-a::after {
  left: 18%;
  top: 28%;
}

.outpatient {
  padding: 45px 0;
  background-color: #F4F4F4;
}

@media only screen and (max-width: 767px) {
  .outpatient .container-fixed {
    display: contents;
  }
}

.outpatient .container-fixed .down:hover div {
  -webkit-box-shadow: 1px 1px 3px #686767;
          box-shadow: 1px 1px 3px #686767;
  -webkit-transform: translate3d(1px, 2px, 4px);
          transform: translate3d(1px, 2px, 4px);
}

.outpatient .container-fixed .down:hover div svg {
  fill: #5E8CBA;
}

.outpatient .container-fixed .down:hover div p {
  color: #5E8CBA;
}

.outpatient .container-fixed .down:hover div .click {
  border: 1px solid #5E8CBA;
}

.outpatient .container-fixed .down:hover div .click::after {
  border-top: 1px solid #5E8CBA;
  border-right: 1px solid #5E8CBA;
}

.outpatient .container-fixed div {
  position: relative;
  width: 300px;
  margin: 10px 0;
  height: 170px;
  background-color: #fff;
  border-top: 3px solid #132F57;
  -webkit-box-shadow: 8px 8px 20px rgba(170, 170, 170, 0.582);
          box-shadow: 8px 8px 20px rgba(170, 170, 170, 0.582);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1079px) {
  .outpatient .container-fixed div {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .outpatient .container-fixed div {
    width: 90%;
    margin: 20px auto 0 auto;
  }
}

.outpatient .container-fixed div .click {
  position: relative;
  margin: auto;
  height: 20px;
  width: 89px;
  font-size: 10px;
  border-radius: 20px;
  border: 1px solid #969696;
  font-family: "Noto Sans JP";
}

.outpatient .container-fixed div .click::after {
  position: absolute;
  content: "";
  right: 7px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #969696;
  border-right: 1px solid #969696;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.outpatient .container-fixed div .click span {
  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;
  height: 100%;
}

.outpatient .container-fixed div svg {
  padding: 20px 0 5px 0;
}

.outpatient .container-fixed div img {
  margin: 30px auto 10px auto;
  height: 50px;
}

.outpatient .container-fixed div .p-name {
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN";
  font-size: 20px;
  color: #6F6F6F;
  padding-bottom: 5px;
}

.table {
  color: #6F7070;
  padding: 45px 0 70px 0;
  text-align: center;
}

.table h2 {
  font-size: 24px;
  padding-bottom: 5px;
}

.table .table-layout-5 {
  width: 100%;
  border: 1px solid #CBCBCB;
}

@media only screen and (max-width: 1079px) {
  .table .table-layout-5 {
    width: 1024px;
  }
}

.table .table-layout-5 .bg {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  background-color: #AAAAAA;
  color: #fff;
  width: 100%;
}

.table .table-layout-5 tr th, .table .table-layout-5 tr td {
  margin-top: 10px;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #CBCBCB;
}

.table .table-layout-5 tr th {
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}

.table .table-layout-5 tr th:first-child {
  width: 9%;
}

.table .table-layout-5 tr td {
  text-align: center;
  vertical-align: middle;
}

.g-down {
  display: contents;
}

.g-down:hover .gt-t01, .g-down:hover .gt-t02, .g-down:hover .gt-t03, .g-down:hover .gt-t04 {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.g-down:hover p {
  color: #5E8CBA;
}

.g-down:hover .o-a {
  border: 1px solid #5E8CBA;
}

.g-down:hover .o-a::after {
  border-top: solid 1px #5E8CBA;
  border-right: solid 1px #5E8CBA;
}

.g-down:hover .guide-content {
  -webkit-box-shadow: 2px 2px 8px rgba(73, 73, 73, 0.582);
          box-shadow: 2px 2px 8px rgba(73, 73, 73, 0.582);
}

.guide {
  background: -webkit-gradient(linear, left top, left bottom, from(#8cb3da), color-stop(#b1cce7), to(#ceddeb));
  background: linear-gradient(#8cb3da, #b1cce7, #ceddeb);
  padding: 60px 0;
}

.guide .down {
  display: block;
  width: 31%;
  margin: 40px auto 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1079px) {
  .guide .down {
    width: 83%;
    height: 100px;
  }
}

.guide .down .down-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1079px) {
  .guide .down .down-box {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .guide .down .down-box {
    padding: 5px 0;
  }
}

.guide .down::after, .guide .down::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.guide .down .o-a {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (min-width: 1080px) {
  .guide .down:hover {
    color: #fff;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .guide .down:hover .o-a {
    position: absolute;
    border: 1px solid #fff;
    z-index: 100;
  }
  .guide .down:hover .o-a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .guide .down:hover::after {
    opacity: 0.8;
    background-color: #5E8CBA;
  }
  .guide .down:hover .down-box {
    position: relative;
  }
  .guide .down:hover .down-box p {
    color: #FFFFFF;
    z-index: 100;
  }
  .guide .down:hover .down-box p span {
    color: #FFFFFF;
    z-index: 100;
  }
  .guide .down:hover .down-box img {
    position: relative;
    z-index: 10;
  }
}

.guide .guide-content02 {
  height: 100%;
  width: 100%;
}

.guide .guide-content02 div {
  position: relative;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .guide .guide-content02 div {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .guide .guide-content02 div svg {
    padding: 10px 0;
    height: 40px;
  }
}

.guide .guide-content02 p {
  font-size: 12px;
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ ProN";
}

.guide .guide-content02 p span {
  display: block;
  font-size: 20px;
  color: #132E56;
  font-family: "繝偵Λ繧ｮ繝取�譛� ProN";
}

@media only screen and (max-width: 767px) {
  .guide .guide-content02 p span {
    font-size: 16px;
  }
}

.main-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding: 20px 0 45px;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .main-contents .o-a {
    margin-top: 10px;
  }
}

.main-contents .main-content {
  width: 23%;
  position: relative;
  margin: 0 10px;
  background-color: #5E8CBA;
  border-radius: 5px;
}

@media only screen and (max-width: 1079px) {
  .main-contents .main-content {
    width: 100%;
    margin-top: 20px;
  }
}

.main-contents .main-content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 20px rgba(128, 128, 128, 0.397);
          box-shadow: 8px 8px 20px rgba(128, 128, 128, 0.397);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.main-contents .main-content a::after, .main-contents .main-content a::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

@media only screen and (min-width: 1080px) {
  .main-contents .main-content a:hover::after, .main-contents .main-content a:hover::before {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    background-color: #567EAC;
    opacity: 0.5;
  }
  .main-contents .main-content a:hover p, .main-contents .main-content a:hover h3 {
    color: #fff;
  }
  .main-contents .main-content a:hover .o-a {
    border: 1px solid #fff;
  }
  .main-contents .main-content a:hover .o-a::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

@media only screen and (min-width: 1080px) {
  .main-contents .main-content a {
    display: block;
    z-index: 2;
    height: 100%;
  }
}

.main-contents .main-content a .mainContents__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background-color: #5E8CBA;
  z-index: 1;
}

@media only screen and (max-width: 1079px) {
  .main-contents .main-content a .mainContents__img {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .main-contents .main-content a .mainContents__img {
    width: 100%;
  }
}

.main-contents .main-content a .mainContents__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.17, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.main-contents .main-content a .mainContents__txt {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  padding: 55px 15px 25px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media only screen and (max-width: 1079px) {
  .main-contents .main-content a .mainContents__txt {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .main-contents .main-content a .mainContents__txt {
    top: -10px;
  }
}

.main-contents .main-content a .mainContents__txt img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: auto;
  margin: auto;
  -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
}

@media only screen and (max-width: 767px) {
  .main-contents .main-content a .mainContents__txt img {
    display: none;
  }
}

.main-contents .main-content a .mainContents__txt h3 {
  height: 40px;
  text-align: center;
}

@media only screen and (max-width: 1079px) {
  .main-contents .main-content a .mainContents__txt h3 {
    height: auto;
  }
}

.main-contents .main-content a .mainContents__txt h3 span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .main-contents .main-content a .mainContents__txt h3 span {
    font-size: 1.2rem;
  }
}

.main-contents .main-content a .mainContents__txt .mainContents__des {
  margin-top: 10px;
  padding: 10px;
  text-align: left;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .main-contents .main-content a .mainContents__txt .mainContents__des {
    display: none;
  }
}

.main-contents .main-content a .mainContents__txt .mainContents__des p {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media only screen and (min-width: 1080px) {
  .main-contents .main-content a .mainContents__txt .mainContents__des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: calc(3em * 1.8);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 1079px) {
  .mv-news-content {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */