@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  width: 100vw;
}

@media (min-width: 768px) {
  .main__wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.flex, .header__inner, .header__mobile-head--toggle, .header__pc-item-list, .header__hover-list, .breadcrumb__list, .main-news__share-wrapper, .blog__header, .mobile-footer__nav-list, .mobile-footer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.base-padding, .header, .breadcrumb, .blog__header {
  padding: 0 23px;
}

.source-han__light, .main__subtitle, .main-news__fb-title, .main-news__tw-title, .mobile-footer__copyright {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
}

.source-han__bold, .main__title, .breadcrumb__item + .breadcrumb__item::before, .breadcrumb__link, .breadcrumb-item {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
}

.source-han__heavy {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
}

.kozuka__light, .main-news__label, .main-news__category::before, .news-card__label, .news-card__category::before, .blog-card__label, .blog-card__category::before {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 300;
}

.kozuka__regular, .header__hover-title, .main-news__copy {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 400;
}

.kozuka__medium, .mobile-footer, .mobile-footer__pagetop {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 500;
}

.kozuka__bold, .main-news__title, .new-article__title, .news-card__title, .blog__link, .blog-card__title {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 700;
}

.kozuka__heavy {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: 900;
}

.kozuka-mincho__heavy {
  font-family: kozuka-mincho-pro, serif;
  font-weight: 900;
}

.ten-mincho {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

@-webkit-keyframes move-y {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}

@keyframes move-y {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
  }
}

@-webkit-keyframes hover-y {
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

@keyframes hover-y {
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 10000;
}

.header__inner {
  padding-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10000;
}

.header__outer {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 100, 100, 0.64)), color-stop(40%, transparent));
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0.64), transparent 40%);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.header__common-head {
  width: 112px;
  height: 45px;
  position: relative;
  z-index: 10000;
}

.header__logo {
  width: 100%;
}

.header__logo--img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo--cls-1 {
  fill: #fff;
}

.header__mobile-head {
  display: block;
  position: relative;
  z-index: 10000;
}

.header__mobile-head--toggle {
  width: 105px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__mobile-contact {
  width: 45px;
  height: 45px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__mobile-contact--active {
  opacity: 0;
}

.header__mobile-contact--a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#001693), to(#2B1B5D));
  background: linear-gradient(to bottom right, #001693, #2B1B5D);
  position: relative;
}

.header__mobile-contact--img {
  display: block;
  width: 50%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: move-y .5s infinite alternate ease-in-out;
          animation: move-y .5s infinite alternate ease-in-out;
}

.header__mobile-hum {
  width: 32px;
  height: 45px;
  position: relative;
  cursor: pointer;
}

.header__mobile-hum span {
  height: 0;
  border-top: 2px solid #fff;
  position: absolute;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header__mobile-hum span:nth-child(1) {
  width: 100%;
  top: 27%;
}

.header__mobile-hum span:nth-child(2) {
  width: 75%;
  top: 50%;
}

.header__mobile-hum span:nth-child(3) {
  width: 50%;
  top: 73%;
}

.header__mobile-hum--active span {
  border-top: 1px solid #fff;
}

.header__mobile-hum--active span:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__mobile-hum--active span:nth-child(2) {
  opacity: 0;
}

.header__mobile-hum--active span:nth-child(3) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__mobile-nav {
  width: calc(100vw + 23px);
  height: 100vh;
  overflow-y: scroll;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#ddd));
  background: linear-gradient(to bottom, #646464, #ddd);
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: -15px;
  left: -23px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  /* 下のものをクリックできるように */
}

.header__mobile-nav--active {
  opacity: 1;
  pointer-events: auto;
  /* モバイルナビゲーションをクリックできるように */
}

.header__mobile-wrapper {
  padding-bottom: 100px;
  position: absolute;
  top: 100px;
  left: calc(23px * 2);
  color: #fff;
}

.header__mobile-wrapper--sub + .header__mobile-wrapper--sub {
  margin-top: 25px;
}

.header__mobile-title {
  font-size: 15px;
  font-weight: 100;
}

.header__mobile-title--small {
  font-size: 11px;
}

.header__mobile-item {
  margin-top: 22px;
  padding-left: 25px;
  line-height: 1;
}

.header__mobile-item:first-of-type {
  margin-top: 25px;
}

.header__mobile-item::before {
  content: '-';
  color: #fff;
}

.header__mobile-item--a {
  color: #fff;
  font-size: 12px;
}

.header__pc {
  display: none;
}

.header__pc-item-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__pc-item {
  padding-right: 73px;
  position: relative;
}

.header__pc-item--a {
  display: block;
  color: #fff;
  font-size: 22px;
}

.header__pc-item--hover:hover .header__hover-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.header__pc-contact {
  width: 283px;
  height: 70px;
  background-color: #160B69;
  border-radius: 35px;
  /*ボタン内spanの形状*/
}

.header__pc-contact--btn {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 70px;
  border-radius: 35px;
  border: 2px solid #160B69;
  text-align: center;
  cursor: pointer;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*== 背景が流れる（右から左） */
  /*hoverした際の形状*/
}

.header__pc-contact--btn:hover .header__pc-contact--text {
  color: #160B69;
}

.header__pc-contact--btn:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #fff;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.header__pc-contact--btn:hover:before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header__pc-contact--text {
  display: inline-block;
  width: 100%;
  height: 100%;
  font: "Mukta Mahee", sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 70px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  z-index: 10;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.header__hover-wrapper {
  width: auto;
  padding: 30px;
  left: -200px;
  z-index: 100;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
}

.header__hover-box {
  width: 792px;
  max-width: 792px;
  padding: 30px 0 25px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  position: relative;
}

.header__hover-box::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 28px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 28px solid rgba(255, 255, 255, 0.4);
  border-left: 8px solid transparent;
  position: absolute;
  top: -56px;
  left: 225px;
}

.header__hover-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header__hover-list + .header__hover-list {
  margin-top: 30px;
}

.header__hover-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.header__hover-aside {
  width: 226px;
  max-width: 226px;
  height: 154px;
  max-height: 154px;
  border-radius: 10px;
  overflow: hidden;
}

.header__hover-figure {
  height: 100%;
}

.header__hover-image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__hover-title {
  margin-top: 20px;
  color: #000;
  font-size: 15px;
  line-height: 2.17;
}

.header__hover-title::before {
  content: '-';
  width: 1em;
  height: 1em;
  padding-right: 0.5em;
  color: #000;
}

/* 下に下がる動き */
#header.header__down-color {
  -webkit-animation: SmDownAnime 0.5s forwards;
          animation: SmDownAnime 0.5s forwards;
}

#header.header__down-color .header__mobile-hum span {
  border-top: 2px solid #505050;
}

#header.header__down-color .header__logo--cls-1 {
  fill: #898989;
}

@-webkit-keyframes SmDownAnime {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(255, 255, 255, 0.35);
  }
}

@keyframes SmDownAnime {
  from {
    background-color: transparent;
  }
  to {
    background-color: rgba(255, 255, 255, 0.35);
  }
}

@media (min-width: 768px) {
  .header {
    padding: 25px 40px;
  }
  .header__common-head {
    width: 153px;
    height: 62px;
    position: relative;
    z-index: 10000;
  }
  .header__mobile-head--toggle {
    width: 122px;
  }
  .header__mobile-contact {
    width: 62px;
    height: 62px;
  }
  .header__mobile-hum {
    width: 32px;
    height: 62px;
    position: relative;
    cursor: pointer;
  }
  .header__mobile-hum span {
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .header__mobile-hum span:nth-child(1) {
    width: 100%;
    top: 32%;
  }
  .header__mobile-hum span:nth-child(2) {
    width: 75%;
    top: 50%;
  }
  .header__mobile-hum span:nth-child(3) {
    width: 50%;
    top: 68%;
  }
  .header__mobile-hum--active span {
    border-top: 1px solid #fff;
  }
  .header__mobile-hum--active span:nth-child(1) {
    width: 100%;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__mobile-hum--active span:nth-child(2) {
    opacity: 0;
  }
  .header__mobile-hum--active span:nth-child(3) {
    width: 100%;
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__mobile-nav {
    top: -25px;
    left: -40px;
  }
  .header__mobile-wrapper {
    position: absolute;
    top: 120px;
    left: calc(23px * 2);
    color: #fff;
  }
  .header__mobile-wrapper--sub + .header__mobile-wrapper--sub {
    margin-top: 35px;
  }
  .header__mobile-title {
    font-size: 22px;
    font-weight: 100;
  }
  .header__mobile-title--small {
    font-size: 18px;
  }
}

@media (min-width: 1180px) {
  .base-padding, .header, .blog__header {
    padding: 0 120px;
  }
  .header {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .header__common-head {
    width: 158px;
    height: 64px;
  }
  .header__mobile {
    display: none;
  }
  .header__pc {
    display: block;
  }
  .header__pc-item {
    padding-right: 48px;
  }
  .header__pc-item--a {
    display: block;
    color: #fff;
    font-size: 18px;
  }
  .header__pc-contact {
    width: 190px;
    height: 56px;
    background-color: #160B69;
    border-radius: 35px;
  }
  .header__pc-contact--btn {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    border-radius: 35px;
    text-align: center;
  }
  .header__pc-contact--a {
    line-height: 56px;
    text-align: center;
  }
  .header__pc-contact--text {
    line-height: 56px;
    text-align: center;
  }
  /*上に上がる動き */
  #header.header__up-move {
    -webkit-animation: UpAnime 0.5s forwards;
            animation: UpAnime 0.5s forwards;
  }
  @-webkit-keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @keyframes UpAnime {
    from {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  /* 下に下がる動き */
  #header.header__down-move {
    -webkit-animation: DownAnime 0.5s forwards;
            animation: DownAnime 0.5s forwards;
  }
  #header.header__down-move .header__logo--cls-1 {
    fill: #898989;
  }
  #header.header__down-move .header__pc-item--a {
    color: #707070;
  }
  #header.header__down-move .header__pc-contact--a {
    color: #fff;
  }
    /* 下に下がる動き */
    #header.header__down-move {
      -webkit-animation: DownAnime 0.5s forwards;
      animation: DownAnime 0.5s forwards;
    }
    #header.header__up-move .header__logo--cls-1 {
      fill: #898989;
    }
    #header.header__up-move .header__pc-item--a {
      color: #707070;
    }
    #header.header__up-move .header__pc-contact--a {
      color: #707070;
    }
  
  @-webkit-keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      background-color: rgba(255, 255, 255, 0.35);
    }
  }
  @keyframes DownAnime {
    from {
      opacity: 0;
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      background-color: rgba(255, 255, 255, 0.35);
    }
  }
  #header.header__up-color {
    -webkit-animation: ColorChange 0.5s forwards;
            animation: ColorChange 0.5s forwards;
  }
  #header.header__up-color .header__logo--cls-1 {
    fill: #fff;
  }
  #header.header__up-color .header__pc-item--a {
    color: #fff;
  }
  @-webkit-keyframes ColorChange {
    from {
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes ColorChange {
    from {
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
}

@media (min-width: 1366px) {
  .header__common-head {
    width: 212px;
    height: 85px;
  }
  .header__pc-item {
    padding-right: 58px;
  }
  .header__pc-item--a {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .header__pc-contact {
    width: 283px;
    height: 70px;
    background-color: #160B69;
    border-radius: 35px;
  }
  .header__pc-contact--a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    border-radius: 35px;
    text-align: center;
  }
  .header__pc-contact--text {
    line-height: 70px;
  }
}

@media (min-width: 1920px) {
  .header {
    width: 100vw;
    padding: 75px 120px;
  }
  .header__outer {
    width: 100vw;
  }
  .header__pc-item {
    padding-right: 73px;
  }
  .header__pc-item--a {
    display: block;
    color: #fff;
    font-size: 22px;
  }
}

@media (min-width: 2160px) {
  .header {
    width: 100vw;
    padding: 75px calc((100vw - 1920px) / 2);
  }
  .header__outer {
    width: 100vw;
  }
  .header__pc-item {
    padding-right: 73px;
  }
  .header__pc-item--a {
    display: block;
    color: #fff;
    font-size: 22px;
  }
}

.main__wrapper {
  position: relative;
}

.main__body-background--mobile {
  width: 100%;
  height: 45vh;
  background: no-repeat url("../../img/header-sm.png");
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}

.main__body-background--pc {
  display: none;
}

.main__figure {
  width: 103px;
  height: 74px;
  position: absolute;
  top: 95px;
  right: 18px;
}

.main__picture {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main__header {
  padding: 85px 23px 55px;
}

.main__subtitle {
  padding-left: 15px;
  font-size: 8px;
  color: #fff;
  position: relative;
}

.main__subtitle::before {
  content: '・';
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}

.main__title {
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
}

@media (min-width: 768px) {
  .main__body-background--mobile {
    width: 100%;
    height: 100vh;
    background: no-repeat url("../../img/header-sm.png");
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .main__body-background--pc {
    display: none;
  }
  .main__figure {
    width: 206px;
    height: auto;
    position: absolute;
    top: 170px;
    right: 18px;
  }
  .main__picture {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main__image {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main__header {
    padding: 120px 40px 150px;
    color: #333;
  }
  .main__subtitle {
    padding-left: 35px;
    font-size: 19px;
    position: relative;
  }
  .main__subtitle::before {
    content: '・';
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
  }
  .main__title {
    margin-top: 30px;
    font-size: 42px;
  }
}

@media (min-width: 1180px) {
  .main__body-background--mobile {
    display: none;
  }
  .main__body-background--pc {
    display: block;
    width: 100%;
    height: 45vh;
    background: no-repeat url("../../img/header-pc.png");
    background-position: top right;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .main__header {
    padding: 180px 120px 150px;
  }
}

@media (min-width: 1920px) {
  .main__body-background--mobile {
    display: none;
  }
  .main__body-background--pc {
    display: block;
    width: 100%;
    padding-bottom: 50vh;
    background: no-repeat url("../../img/header-pc.png");
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  .main__header {
    width: 1920px;
    margin: 0 auto;
  }
}

.breadcrumb__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: '>';
  width: 1em;
  top : 10em;
  height: 1em;
  padding: 0.2em;
  color: #939393;
  padding-bottom: 3px;
}

.breadcrumb__link {
  font-size: 11px;
  color: #939393;
  cursor: pointer;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 0 40px;
    -webkit-transition: border-bottom 2s ease-in;
    transition: border-bottom 2s ease-in;
  }
  .breadcrumb__item + .breadcrumb__item::before {
    padding: 0.2em;
  }
  .breadcrumb__item :hover {
    border-bottom: 2px solid #fff;
  }
  .breadcrumb__link {
    font-size: 13px;
  }
}


@media (min-width: 1920px) {
  .breadcrumb {
    width: 1920px;
    margin: 0 auto;
    color: #fff;
  }
}

@-webkit-keyframes navBorderIn {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes navBorderIn {
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes borderIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    /*左上基点*/
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    /*左上基点*/
  }
}

@keyframes borderIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    /*左上基点*/
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    /*左上基点*/
  }
}

@-webkit-keyframes cardFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    /*中心基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    /*中心基点*/
  }
}

@keyframes cardFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    /*中心基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    /*中心基点*/
  }
}

@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-70%, 70%);
            transform: translate(-70%, 70%);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
  }
}

@keyframes imageFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-70%, 70%);
            transform: translate(-70%, 70%);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
  }
}

@-webkit-keyframes commentFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-70%, 70%);
            transform: translate(-70%, 70%);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -45px);
            transform: translate(0, -45px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
  }
}

@keyframes commentFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-70%, 70%);
            transform: translate(-70%, 70%);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -45px);
            transform: translate(0, -45px);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    /*左下基点*/
  }
}

@-webkit-keyframes move-x {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-x {
  from {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes arrow-y {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
    /*中心基点*/
  }
  to {
    -webkit-transform: scale(1.5, 1);
            transform: scale(1.5, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
    /*中心基点*/
  }
}

@keyframes arrow-y {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
    /*中心基点*/
  }
  to {
    -webkit-transform: scale(1.5, 1);
            transform: scale(1.5, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
    /*中心基点*/
  }
}

.header__pc-item--news {
  display: block;
  border-bottom: 3px solid #160B69;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-animation: navBorderIn 2s ease forwards;
          animation: navBorderIn 2s ease forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.main {
  background: #F8F6F2;
}

.main__wrapper {
  padding: 0;
}

.main__body {
  margin-top: 25px;
}

.main__body-wrapper {
  width: 100%;
  padding: 0 30px 60px;
}

.main-news__article {
  padding-bottom: 65px;
}

.main-news__header {
  width: 100%;
}

.main-news__label {
  padding: 11px 0 20px;
  font-weight: 200;
  font-size: 11px;
  color: #5A5A5A;
  line-height: 1.63;
  text-align: right;
}

.main-news__label--pc {
  display: none;
}

.main-news__category::before {
  content: '|';
  padding: 0 1em;
  font-weight: 200;
  font-size: 13px;
  color: #5A5A5A;
  line-height: 1.69;
}

.main-news__title {
  font-size: 18px;
  color: #160B69;
  line-height: 1.31;
}

.main-news__share-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}

.main-news__share-wrapper--pc {
  display: none;
}

.main-news__share-wrapper--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-news__share-wrapper--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-news__fb-share {
  display: block;
  width: 75px;
  height: 25px;
  margin-right: 10px;
  background-color: #3B5998;
  color: #fff;
  text-decoration: none;
  border-style: none;
  border-radius: 3px;
}

.main-news__fb-share:hover {
  opacity: 0.6;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  color: #fff;
}

.main-news__fb-title {
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}

.main-news__fb-icon {
  margin-right: 5px;
}

.main-news__tw-share {
  display: block;
  width: 75px;
  height: 25px;
  background-color: #1DA1F2;
  color: #fff;
  text-decoration: none;
  border-style: none;
  border-radius: 3px;
}

.main-news__tw-share:hover {
  opacity: 0.6;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  color: #fff;
}

.main-news__tw-title {
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}

.main-news__tw-icon {
  margin-right: 5px;
}

.main-news__aside {
  width: 100%;
  height: calc(207 / 399 * 100vw);
  margin-top: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
          box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  overflow: hidden;
}

.main-news__figure {
  width: 100%;
}

.main-news__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.main-news__copy {
  color: #000;
  font-size: 14px;
  line-height: 2.07;
}

.new-article__title {
  color: #000;
  font-size: 22px;
  line-height: 1.91;
}

.new-article__footer {
  padding: 80px 0;
}

.new-article__btn {
  display: block;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 35px;
  cursor: pointer;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタン内spanの形状*/
  /*== 背景が流れる（右から左） */
  /*hoverした際の形状*/
}

.new-article__btn--text {
  display: inline-block;
  width: 100%;
  height: 100%;
  font: "Mukta Mahee", sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 58px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  z-index: 10;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.new-article__btn:hover .new-article__btn--text {
  color: #fff;
}

.new-article__btn:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #707070;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.new-article__btn:hover:before {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.news-card {
  width: 100%;
}

.news-card__container {
  margin-top: 30px;
}

.news-card + .news-card {
  margin-top: 100px;
}

.news-card__link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.news-card__aside {
  width: 100%;
  height: calc(201 / 399 * 100vw);
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
          box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  overflow: hidden;
}

.news-card__figure {
  width: 100%;
}

.news-card__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.news-card__header {
  width: 100%;
}

.news-card__label {
  padding: 18px 0 20px;
  font-weight: 200;
  font-size: 13px;
  color: #5A5A5A;
  line-height: 1.69;
}

.news-card__category::before {
  content: '|';
  padding: 0 1em;
  font-weight: 200;
  font-size: 13px;
  color: #5A5A5A;
  line-height: 1.69;
}

.news-card__title {
  font-size: 18px;
  color: #160B69;
  line-height: 1.31;
}

.blog__wrapper {
  padding: 45px 0 60px;
  background: #F8F6F2;
}

.blog__header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__title {
  color: #160B69;
  font-size: 35px;
  font-family: "Mukta Mahee", sans-serif;
  line-height: calc(59 / 35);
}

.blog__subtitle {
  padding-left: 20px;
  color: #98953D;
  font-size: 11px;
  letter-spacing: -0.05em;
}

.blog__subtitle--big {
  font-size: 15px;
}

.blog__link {
  padding-left: 20px;
  font-size: 10px;
  color: #5A5A5A;
  cursor: pointer;
}

.blog__link--icon {
  display: inline-block;
  color: #160B69;
  -webkit-animation: move-x 1s infinite alternate ease-in-out;
          animation: move-x 1s infinite alternate ease-in-out;
}

.blog__body {
  padding: 30px 0 0 23px;
}

.blog-card {
  width: 270px;
}

.blog-card__link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.blog-card__aside {
  width: 270px;
  height: 161px;
  border-radius: 25px;
  -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
          box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  overflow: hidden;
}

.blog-card__figure {
  width: 100%;
  height: 100%;
}

.blog-card__image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.blog-card__header {
  width: 270px;
}

.blog-card__label {
  padding: 15px 0 10px;
  font-weight: 200;
  font-size: 13px;
  color: #5A5A5A;
  line-height: 1.69;
}

.blog-card__category::before {
  content: '|';
  padding: 0 1em;
  font-weight: 200;
  font-size: 13px;
  color: #5A5A5A;
  line-height: 1.69;
}

.blog-card__title {
  font-size: 13px;
  color: #000;
  line-height: 1.38;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 35%;
  /* ボタンの位置（y軸方向） */
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 50px;
  /* ボタンの幅 */
  height: 50px;
  /* ボタンの高さ */
  background-color: #fff;
  background-size: 15px 15px;
  /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -24px;
  /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  border-radius: 50%;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  background-image: url(../../img/arrow.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  /* 左右反転 */
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  left: 0;
  background-image: url(../../img/arrow.svg);
}

.mobile-footer {
  padding: 40px 23px 20px;
  color: #fff;
  background-color: #F8F6F2;
  position: relative;
  /* pagetopの相対的位置を決める */
  top: -10px;
}

.mobile-footer__background {
  width: calc(100vw + 10px);
  height: 433px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
}

.mobile-footer__background--01 {
  background-image: url("../../img/mobile-footer_01.png");
  background-size: cover;
  background-position: center;
}

.mobile-footer__background--02 {
  background-image: url("../../img/mobile-footer_02.png");
  background-size: cover;
  background-position: center;
}

.mobile-footer__wrapper {
  position: relative;
  z-index: 100;
}

.mobile-footer__pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 11px;
  color: #fff;
  position: absolute;
  /* pagetopの相対的位置を決める */
  top: 35%;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 10000;
}

.mobile-footer__arrow {
  display: inline-block;
  width: 3em;
  height: 17px;
  border-top: 1px solid #fff;
  position: relative;
  -webkit-animation: arrow-y 1s infinite alternate ease-in-out;
          animation: arrow-y 1s infinite alternate ease-in-out;
}

.mobile-footer__arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.mobile-footer__arrow--text {
  border-top: 1px solid #fff;
}

.mobile-footer__logo {
  width: 106px;
  height: 43px;
  background-image: url("../../img/logo.png");
  background-size: contain;
}

.mobile-footer__adress {
  font-size: 9px;
}

.mobile-footer__nav {
  margin-top: 35px;
}

.mobile-footer__nav-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.mobile-footer__nav-item {
  width: 50%;
}

.mobile-footer__nav-item:nth-child(n + 1) {
  margin-top: 25px;
}

.mobile-footer__link {
  color: #fff;
  font-size: 10px;
}

.mobile-footer__footer {
  margin-top: 55px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mobile-footer__icon {
  width: 20px;
  height: 20px;
  background-image: url("#");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.mobile-footer__icon + .mobile-footer__icon {
  margin-left: 10px;
}

.mobile-footer__icon--link {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.mobile-footer__twitter {
  background-image: url("../../img/twitter-icon.png");
}

.mobile-footer__facebook {
  background-image: url("../../img/fb-icon.png");
}

.mobile-footer__instagram {
  background-image: url("../../img/instagram-icon.png");
}

.mobile-footer__copyright {
  margin-left: auto;
  font-size: 13px;
}

.pc-footer {
  display: none;
}

@media (min-width: 768px) {
  .main {
    background: #F8F6F2;
  }
  .main__wrapper {
    padding: 0 0 60px;
  }
  .main__body {
    margin-top: 25px;
  }
  .main__body-wrapper {
    width: calc(980 / 1920 * 100vw);
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 105px;
  }
  .main-news__article {
    padding-bottom: 65px;
  }
  .main-news__header {
    width: 100%;
  }
  .main-news__header--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-news__label {
    padding: 11px 0 20px;
    font-weight: 200;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.63;
    text-align: right;
  }
  .main-news__label--pc {
    display: block;
    padding: 0;
  }
  .main-news__label--mobile {
    display: none;
  }
  .main-news__category::before {
    content: '|';
    padding: 0 1em;
    font-weight: 200;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .main-news__title {
    margin-top: 70px;
    font-size: 32px;
    color: #160B69;
    line-height: 1.31;
  }
  .main-news__share-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px;
  }
  .main-news__share-wrapper--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
  }
  .main-news__share-wrapper--mobile {
    display: none;
  }
  .main-news__share-wrapper--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 75px;
  }
  .main-news__fb-share {
    display: block;
    width: 105px;
    height: 40px;
    margin-right: 10px;
    background-color: #3B5998;
    color: #fff;
    text-decoration: none;
    border-style: none;
    border-radius: 3px;
  }
  .main-news__fb-share:hover {
    opacity: 0.6;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    color: #fff;
  }
  .main-news__fb-title {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .main-news__fb-icon {
    margin-right: 5px;
  }
  .main-news__tw-share {
    display: block;
    width: 105px;
    height: 40px;
    background-color: #1DA1F2;
    color: #fff;
    text-decoration: none;
    border-style: none;
    border-radius: 3px;
  }
  .main-news__tw-share:hover {
    opacity: 0.6;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    color: #fff;
  }
  .main-news__tw-title {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .main-news__tw-icon {
    margin-right: 5px;
  }
  .main-news__aside {
    width: 100%;
    height: calc(583 / 1920 * 100vw);
    max-height: 583px;
    margin-top: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
            box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  }
  .main-news__body {
    width: calc(932 / 1920 * 100vw);
    max-width: 932px;
    margin: 90px auto 0;
  }
  .main-news__copy {
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 2.47;
  }
  .new-article__title {
    color: #000;
    font-size: 32px;
    line-height: 1.91;
  }
  .new-article__footer {
    padding: 70px 0 0;
  }
  .new-article__btn {
    display: block;
    width: calc(364 / 1920 * 100vw);
    max-width: 364px;
    height: 58px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 35px;
    cursor: pointer;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタン内spanの形状*/
    /*== 背景が流れる（右から左） */
    /*hoverした際の形状*/
  }
  .new-article__btn--text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font: "Mukta Mahee", sans-serif;
    font-size: 16px;
    color: #707070;
    line-height: 58px;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    z-index: 10;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }
  .new-article__btn:hover .new-article__btn--text {
    color: #fff;
  }
  .new-article__btn:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #707070;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .new-article__btn:hover:before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .news-card {
    width: calc(430 / 1920 * 100vw);
    max-width: 430px;
  }
  .news-card__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .news-card:nth-child(n + 1) {
    margin-top: 75px;
  }
  .news-card__link {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .news-card__aside {
    width: 100%;
    height: calc(256 / 1920 * 100vw);
    max-height: 256px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
            box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  }
  .news-card__header {
    width: 100%;
  }
  .news-card__label {
    padding: 35px 0 20px;
    font-weight: 200;
    font-size: 19px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .news-card__category::before {
    content: '|';
    padding: 0 1em;
    font-weight: 200;
    font-size: 19px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .news-card__title {
    font-size: 27px;
    color: #160B69;
    line-height: 1.30;
  }
  .blog__wrapper {
    padding: 110px 0;
  }
  .blog__title {
    font-size: 70px;
  }
  .blog__subtitle {
    padding-left: 140px;
    font-size: 21px;
  }
  .blog__subtitle--big {
    font-size: 27px;
  }
  .blog__link {
    margin-left: auto;
    font-size: 21px;
    color: #5A5A5A;
    cursor: pointer;
  }
  .blog__link--icon {
    display: inline-block;
    -webkit-animation: move-x 1s infinite alternate ease-in-out;
            animation: move-x 1s infinite alternate ease-in-out;
  }
  .blog__body {
    padding: 70px 0 0 23px;
  }
  .blog-card__aside {
    width: 433px;
    height: 261px;
  }
  .blog-card__header {
    width: 100%;
  }
  .blog-card__label {
    padding: 18px 0 20px;
    font-weight: 200;
    font-size: 23px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .blog-card__category::before {
    content: '|';
    padding: 0 1em;
    font-weight: 200;
    font-size: 23px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .blog-card__title {
    font-size: 30px;
    line-height: 1.9;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 25%;
    /* ボタンの位置（y軸方向） */
    width: 87px;
    /* ボタンの幅 */
    height: 87px;
    /* ボタンの高さ */
    background-color: #fff;
    background-size: 20px 20px;
    /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
  }
  .company__header {
    padding-top: 50px;
  }
  .company__header--flex {
    padding-left: 120px;
  }
  .company__title {
    padding-left: 25px;
    color: #160B69;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 70px;
    font-weight: bold;
    line-height: 1.65;
  }
  .company__subtitle {
    padding-left: 85px;
    color: #98953D;
    font-family: 'Mukta Mahee', sans-serif;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.6;
  }
  .company__border {
    display: block;
    width: calc( 483 / 1920 * 100vw);
    height: 0;
    margin-top: 10px;
    border-bottom: solid 2px #404040;
  }
  .company__body {
    margin: 50px 120px 0;
    padding: 0 calc(147 / 1920 * 100vw);
    font-family: "Mukta Mahee", sans-serif;
    font-size: 23px;
    color: #1F1F1F;
    line-height: 1.67;
    -webkit-box-shadow: 0px 6px 11px #00000029;
            box-shadow: 0px 6px 11px #00000029;
    border: 1px solid #F7F7F7;
  }
  .company__body--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .company__def {
    width: 50%;
    padding: 108px 0 95px;
  }
  .company__def--pc {
    border-bottom: none;
    padding: 95px 0 108px;
  }
  .company__def-title {
    width: auto;
    text-align: left;
  }
  .company__def-title--right {
    padding-left: calc(80 / 1920 * 100vw);
  }
  .company__def-data {
    padding-left: 1.2em;
  }
  .company__def-data--right {
    margin-left: auto;
  }
  .company__tel {
    font-size: 23px;
    padding-right: 1.5em;
  }
  .company__br--mobile {
    display: none;
  }
  .company__footer {
    padding: 70px 0;
  }
  .company__btn {
    display: block;
    width: 402px;
    height: 84px;
    border-radius: 42px;
    /*ボタン内spanの形状*/
  }
  .company__btn--text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 21px;
    line-height: 84px;
    z-index: 10;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .company__body {
    padding: 0 147px;
  }
}

@media (min-width: 768px) {
  .contact__wrapper {
    padding-bottom: 70px;
  }
  .contact__header {
    margin: 0 55px;
    padding-top: 95px;
    font-family: "Mukta Mahee", sans-serif;
    text-align: center;
  }
  .contact__title {
    font-size: 70px;
    color: #160B69;
    line-height: 1.66;
  }
  .contact__subtitle {
    font-size: 27px;
    color: #98953D;
    line-height: 1.67;
  }
  .contact__body {
    margin-top: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__aside {
    margin: 0;
    padding-left: 70px;
  }
  .contact__figure {
    margin: 0 auto;
    width: calc(558 / 1920 * 100vw);
    height: calc(382 / 1920 * 100vw);
  }
  .contact__main {
    margin: 0;
    padding-right: 70px;
  }
  .contact__headline {
    color: #98953D;
    font-size: 49px;
  }
  .contact__headline--small {
    font-size: 27px;
  }
  .contact__headline--medium {
    font-size: 45px;
    letter-spacing: 0.08em;
  }
  .contact__headline--big {
    font-size: 65px;
    letter-spacing: 0.08em;
  }
  .contact__headline--second {
    padding-left: 0;
  }
  .contact__headline--normal {
    letter-spacing: 0.02em;
  }
  .contact__copy {
    margin-top: 30px;
    font-size: 21px;
    font-weight: 700;
    color: #160B69;
    line-height: 1.71;
    letter-spacing: -0.04em;
  }
  .contact__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 40px;
  }
  .contact__footer--mobile {
    display: none;
  }
  .contact__btn {
    display: block;
    width: 247px;
    height: 69px;
    margin: 0;
    text-align: center;
    background-color: #160B69;
    border: 2px solid #160B69;
    border-radius: 35px;
    cursor: pointer;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタン内spanの形状*/
  }
  .contact__btn--text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font: "Mukta Mahee", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 69px;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    z-index: 10;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  }
  .contact__btn--left {
    margin-right: 5px;
    /*== 背景が流れる（右から左） */
    /*hoverした際の形状*/
  }
  .contact__btn--left:hover .contact__btn--left-text {
    color: #160B69;
  }
  .contact__btn--left:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #fff;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .contact__btn--left:hover:before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .contact__btn--right {
    background-color: #fff;
    border-color: #fff;
    margin-left: 5px;
    /*== 背景が流れる（右から左） */
    /*hoverした際の形状*/
  }
  .contact__btn--right:hover .contact__btn--right-text {
    color: #fff;
  }
  .contact__btn--right:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #98953D;
    /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .contact__btn--right:hover:before {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .contact__btn--right-text {
    color: #5A5A5A;
  }
}

@media (min-width: 768px) and (min-width: 1920px) {
  .company__figure {
    width: 558px;
    height: 382px;
  }
}

@media (min-width: 768px) {
  .mobile-footer {
    padding: 40px 23px 40px;
    position: relative;
    /* pagetopの相対的位置を決める */
  }
  .mobile-footer__background {
    width: calc(100vw + 10px);
    height: 642px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
  }
  .mobile-footer__background--01 {
    background-image: url("../../img/mobile-footer_01.png");
    background-size: cover;
  }
  .mobile-footer__background--02 {
    background-image: url("../../img/mobile-footer_02.png");
    background-size: cover;
  }
  .mobile-footer__pagetop {
    font-size: 20px;
  }
  .mobile-footer__arrow {
    height: 30px;
  }
  .mobile-footer__logo {
    width: 204px;
    height: 82px;
    background-image: url("../../img/logo.png");
    background-size: contain;
  }
  .mobile-footer__adress {
    font-size: 17px;
    line-height: 1.35;
  }
  .mobile-footer__nav {
    margin-top: 35px;
  }
  .mobile-footer__nav-item:nth-child(n + 1) {
    margin-top: 50px;
  }
  .mobile-footer__link {
    font-size: 19px;
  }
  .mobile-footer__footer {
    margin-top: 55px;
  }
  .mobile-footer__icon {
    width: 34px;
    height: 34px;
    background-image: url("#");
  }
  .mobile-footer__icon + .mobile-footer__icon {
    margin-left: 20px;
  }
  .mobile-footer__icon--link {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .mobile-footer__twitter {
    background-image: url("../../img/twitter-icon.png");
  }
  .mobile-footer__facebook {
    background-image: url("../../img/fb-icon.png");
  }
  .mobile-footer__instagram {
    background-image: url("../../img/instagram-icon.png");
  }
  .mobile-footer__copyright {
    margin-left: auto;
    font-size: 21px;
  }
}

@media (min-width: 1180px) {
  .main {
    background: #f8f6f2;
  }
  .main__wrapper {
    padding: 0 0 60px;
  }
  .main__body {
    margin-top: 25px;
  }
  .main__body-wrapper {
    width: calc(980 / 1920 * 100vw);
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 105px;
  }
  .main-news__article {
    padding-bottom: 65px;
  }
  .main-news__header {
    width: 100%;
  }
  .main-news__header--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-news__label {
    padding: 11px 0 20px;
    font-weight: 200;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.63;
    text-align: right;
  }
  .main-news__label--pc {
    display: block;
    padding: 0;
  }
  .main-news__label--mobile {
    display: none;
  }
  .main-news__category::before {
    content: "|";
    padding: 0 1em;
    font-weight: 200;
    font-size: 18px;
    color: #5A5A5A;
    line-height: 1.69;
  }
  .main-news__title {
    margin-top: 70px;
    font-size: 32px;
    color: #160B69;
    line-height: 1.31;
  }
  .main-news__share-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 15px;
  }
  .main-news__share-wrapper--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
  }
  .main-news__share-wrapper--mobile {
    display: none;
  }
  .main-news__share-wrapper--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 75px;
  }
  .main-news__fb-share {
    display: block;
    width: 105px;
    height: 40px;
    margin-right: 10px;
    background-color: #3b5998;
    color: #fff;
    text-decoration: none;
    border-style: none;
    border-radius: 3px;
  }
  .main-news__fb-share:hover {
    opacity: 0.6;
    -webkit-transition: 1s;
    transition: 1s;
    color: #fff;
  }
  .main-news__fb-title {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .main-news__fb-icon {
    margin-right: 5px;
  }
  .main-news__tw-share {
    display: block;
    width: 105px;
    height: 40px;
    background-color: #1da1f2;
    color: #fff;
    text-decoration: none;
    border-style: none;
    border-radius: 3px;
  }
  .main-news__tw-share:hover {
    opacity: 0.6;
    -webkit-transition: 1s;
    transition: 1s;
    color: #fff;
  }
  .main-news__tw-title {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
  }
  .main-news__tw-icon {
    margin-right: 5px;
  }
  .main-news__aside {
    width: 100%;
    height: auto;
    max-height: 583px;
    margin-top: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
            box-shadow: 5px 5px 3px rgba(252, 252, 255, 0.2);
  }
  .main-news__body {
    width: calc(932 / 1920 * 100vw);
    max-width: 932px;
    margin: 90px auto 0;
  }
  .main-news__copy {
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 2.47;
  }
  .mobile-footer {
    display: none;
  }
  .pc-footer {
    display: block;
    padding: 200px 120px 0;
    height: 100%;
    background-color: #f8f6f2;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 500;
    color: #fff;
    position: relative;
    /* pagetopの相対的位置を決める */
    top: -10px;
  }
  .pc-footer__background {
    width: 100vw;
    height: 794px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .pc-footer__background--01 {
    background-image: url("../../img/pc-footer_01.png");
    background-size: cover;
  }
  .pc-footer__background--02 {
    background-image: url("../../img/pc-footer_02.png");
    background-size: cover;
  }
  .pc-footer__wrapper {
    padding-bottom: 40px;
    position: relative;
    z-index: 100;
  }
  .pc-footer__pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: 500;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    /* pagetopの相対的位置を決める */
    top: 30%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .pc-footer__arrow {
    display: inline-block;
    width: 3em;
    height: 32px;
    border-top: 1px solid #fff;
    position: relative;
    -webkit-animation: arrow-y 1s infinite alternate ease-in-out;
            animation: arrow-y 1s infinite alternate ease-in-out;
  }
  .pc-footer__arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .pc-footer__arrow--text {
    border-top: 1px solid #fff;
  }
  .pc-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .pc-footer__nav-item {
    width: calc(320 / 1920 * 100vw);
  }
  .pc-footer__nav-item--title + .pc-footer__nav-item--detail {
    margin-top: 40px;
  }
  .pc-footer__nav-item--detail + .pc-footer__nav-item--detail {
    margin-top: 20px;
  }
  .pc-footer__link {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
  }
  .pc-footer__link--detail {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
  }
  .pc-footer__link--detail::before {
    content: "-";
    padding-right: 0.2em;
  }
  .pc-footer__footer {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pc-footer__logo {
    width: 146px;
    height: 59px;
    background-image: url("../../img/logo.png");
    background-size: contain;
    position: relative;
    top: 10px;
  }
  .pc-footer__icon {
    width: 35px;
    height: 35px;
    margin-left: 45px;
    background-image: url("#");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .pc-footer__icon + .pc-footer__icon {
    margin-left: 20px;
  }
  .pc-footer__icon--link {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .pc-footer__twitter {
    background-image: url("../../img/twitter-icon.png");
  }
  .pc-footer__facebook {
    background-image: url("../../img/fb-icon.png");
  }
  .pc-footer__instagram {
    background-image: url("../../img/instagram-icon.png");
  }
  .pc-footer__copyright {
    margin-left: auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    font-size: 15px;
  }
}
.breadcrumb-item a {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}

.breadcrumb-item a:visited {
  color: #888; 
}

@media (min-width: 1180px) {
  .main {
    background: #F8F6F2;
  }
  .main__wrapper {
    padding: 0 0 60px;
  }
  .main__body {
    margin-top: 25px;
  }
  .main__body-wrapper {
    width: 980px;
    margin: 0 auto;
  }
  .main-news__article {
    padding-bottom: 65px;
  }
  .main-news__header {
    width: 100%;
  }
  .main-news__fb-share:hover {
    opacity: 0.6;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    color: #fff;
  }
  .main-news__fb-icon {
    margin-right: 5px;
  }
  .main-news__tw-share:hover {
    opacity: 0.6;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    color: #fff;
  }
  .main-news__tw-icon {
    margin-right: 5px;
  }
  .news-card {
    width: calc(430 / 1920 * 100vw);
    max-width: 430px;
  }
  .news-card__header {
    width: 100%;
  }
  .blog__wrapper {
    padding: 110px 0;
  }
  .blog__header {
    width: 1920px;
    margin: 0 auto;
  }
  .company__wrapper {
    width: 1920px;
    margin: 0 auto;
  }
  .company__border {
    width: calc( 484px  + ((100vw - 1920px) / 2));
    position: relative;
    left: calc((100vw - 1920px ) / 2 * (-1));
  }
  .company__body {
    padding: 0 147px;
  }
  .contact__wrapper {
    width: 1920px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  .contact__figure {
    width: 558px;
    height: 382px;
  }
  .pc-footer__wrapper {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    /* pagetopの相対的位置を決める */
  }

  /* パンくずリスト */
.breadcrumb-container {
  text-align: left;
  max-width: 100%;
  overflow: hidden;
  float: left; /* 左寄せのために追加 */
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: no-wrap;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 8px;
}

}

@media (max-width: 1180px) {
  /* パンくずリスト */
  .breadcrumb-container {
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    float: left; /* 左寄せのために追加 */
  }

  .breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: no-wrap;
    white-space: nowrap;
    font-size: 14px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 8px;
    
  }

}
/*# sourceMappingURL=news-detail.css.map */