@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ribeye&family=Ribeye+Marrow&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face {
  font-family: "Fjalla One";
  src: url("../../fonts/FjallaOne-Regular.ttf") format("truetype");
}
.red {
  color: red;
}

.news_page, .pr__container, footer .container, section {
  padding: 0px 10% 0;
}
@media (max-width: 1460px) {
  .news_page, .pr__container, footer .container, section {
    padding: 0px 10% 0;
  }
}
@media (max-width: 1280px) {
  .news_page, .pr__container, footer .container, section {
    padding: 0px 10% 0;
  }
}
@media (max-width: 768px) {
  .news_page, .pr__container, footer .container, section {
    padding: 0px 7% 0;
  }
}

.page__subject, .subject__page, .subject {
  padding: 100px 15%;
}
@media (max-width: 1460px) {
  .page__subject, .subject__page, .subject {
    padding: 100px 15%;
  }
}
@media (max-width: 1280px) {
  .page__subject, .subject__page, .subject {
    padding: 100px 10%;
  }
}
@media (max-width: 768px) {
  .page__subject, .subject__page, .subject {
    padding: 50px 7%;
  }
}

.pr__container h2 {
  font-size: 3rem;
  color: #0198B7;
  font-weight: 400;
}

.hidden {
  display: block;
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible {
  display: block;
}
@media (min-width: 480px) {
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none !important;
  }
}
@media (min-width: 1081px) {
  .visible-md {
    display: none !important;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: none !important;
  }
}

html,
body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  line-height: 1.9;
  font-size: 62.5%;
}

body {
  display: grid;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
  /*overflow-x: clip;*/
  width: 100%;
  align-items: start;
}
@media screen and (max-width: 769px) {
  body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: relative;
    width: 100%;
  }
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333333;
  outline: none;
}
a:hover img {
  opacity: 0.8;
  transition: 0.8s ease-in-out;
}

p {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  p {
    font-size: 1.3rem;
  }
}

li, dt, dd, th, td, .auth-captcha {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  li, dt, dd, th, td, .auth-captcha {
    font-size: 1.3rem;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  pointer-events: none;
}

p + p {
  margin-top: 15px;
}

p.en {
  margin-top: 40px;
}

.lead {
  font-size: 2rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

.flex {
  display: flex;
}
.flex .itm-center {
  align-items: center;
}
.flex .itm-end {
  align-items: flex-end;
}
.flex .itm-start {
  align-items: flex-start;
}
.flex .itm-base {
  align-items: baseline;
}
.flex .cnt-strat {
  justify-content: flex-start;
}
.flex .cnt-end {
  justify-content: flex-end;
}
.flex .cnt-center {
  justify-content: center;
}
.flex .cnt-sb {
  justify-content: space-between;
}
.flex .cnt-ar {
  justify-content: space-around;
}
.flex .wrap {
  flex-wrap: wrap;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.1rem !important;
}

.text-md {
  font-size: 1.2rem !important;
}

.text-lg {
  font-size: 1.6rem !important;
}

.text-lg {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 769px) {
  .text-lg {
    font-size: 2rem !important;
  }
}

.blue {
  color: #0198B7 !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #444 !important;
}

.brown {
  color: #3A2519 !important;
}

.beige {
  color: #BD9F77 !important;
}

.bg_gray {
  background: #eaeaea;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

iframe {
  vertical-align: bottom;
}

.wrapper {
  display: flex;
}
@media screen and (max-width: 769px) {
  .wrapper {
    flex-direction: column;
  }
}

header {
  width: 100%;
  padding: 20px 5%;
  display: flex;
  align-items: left;
  position: sticky;
  /*grid-area: header;*/
  justify-content: space-between;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 769px) {
  header {
    padding: 10px 25px 10px 25px;
    flex-direction: row;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 20;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    position: sticky;
  }
}
header.fixed {
  background: #fff;
}
@media screen and (max-width: 769px) {
  header.fixed {
    padding: 10px 25px 10px 25px;
    flex-direction: row;
    width: 100%;
    position: sticky;
    height: 70px;
    background: #fff;
    z-index: 20;
    align-items: center;
    top: 0;
    transition: 0.3s ease-in-out;
  }
}
header ul {
  display: flex;
}
@media screen and (max-width: 769px) {
  header ul {
    flex-direction: row;
  }
}
header ul li {
  list-style-type: none;
  line-height: 2.5;
  font-weight: 400;
}
header a {
  color: #222;
}
header .l-btn {
  margin-left: 50px;
  display: none;
}
@media screen and (max-width: 769px) {
  header .l-btn li {
    display: flex;
  }
}

.h_logo {
  display: block;
  line-height: 1;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .h_logo {
    margin-right: 0px;
    padding-right: 0px !important;
  }
}
.h_logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120px;
}
@media screen and (max-width: 1080px) {
  .h_logo img {
    max-width: 110px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo img {
    width: auto;
    max-height: 30px;
  }
}

.c-nav-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn {
    display: block;
    position: absolute;
    z-index: 3;
    right: 13px;
    width: 42px;
    height: 46px;
    cursor: pointer;
    text-align: center;
  }
}

.c-nav-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.c-nav-btn span:nth-child(1) {
  top: 10px;
}

.c-nav-btn span:nth-child(2) {
  top: 20px;
}

.c-nav-btn span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.c-nav-btn.active {
  top: 27px;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn.active {
    top: 19px;
  }
}
@media screen and (max-width: 769px) {
  .c-nav-btn.active {
    top: 12px;
  }
}

.c-nav-btn.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #222;
  transform: rotate(-45deg);
}

.c-nav-btn.active span:nth-child(2),
.c-nav-btn.active span:nth-child(3) {
  top: 16px;
  background: #222;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp {
    z-index: 2;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: none;
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp .ban {
    margin: 25px auto 0;
  }
}
nav.globalMenuSp .ban p {
  text-align: center;
}

nav.globalMenuSp ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: flex-start;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0 25px;
    flex-direction: column;
  }
}

nav.globalMenuSp ul li {
  list-style-type: none;
  transition: 0.4s all;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li {
    padding: 15px 0;
    width: 100%;
    line-height: 4;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration: none;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp.active {
    height: 100%;
    background: #fff;
    position: fixed;
    top: 70px;
    left: 0;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    justify-content: center;
  }
}

.c-btn {
  z-index: 2;
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .c-btn {
    margin: 0;
  }
}
.c-btn ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .c-btn ul {
    display: flex;
    align-items: center;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
.c-btn ul li {
  width: inherit !important;
  font-size: 1.4rem !important;
  padding: 0 !important;
  line-height: 1 !important;
}
@media screen and (max-width: 1080px) {
  .c-btn ul li {
    width: auto !important;
    margin: 0 auto;
  }
}
.c-btn ul li img {
  max-width: 25px;
  max-height: 27px;
}
@media screen and (max-width: 1080px) {
  .c-btn ul li img {
    width: inherit !important;
    max-width: 25px;
  }
}
@media screen and (max-width: 1080px) {
  .c-btn ul li:last-child() {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .c-btn ul li:last-child() img {
    max-width: 26px;
  }
}

.main {
  grid-area: contents;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*padding-top: 90px;*/
}
@media screen and (max-width: 769px) {
  .main {
    width: 100%;
    /*padding-top: 110px;*/
  }
}

.main_index {
  width: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column;
  row-gap: 120px;
  display: flex;
  padding-bottom: 120px;
}
@media screen and (max-width: 1080px) {
  .main_index {
    row-gap: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 769px) {
  .main_index {
    row-gap: 70px;
    padding-bottom: 70px;
  }
}

section {
  overflow: hidden;
  transition: 0.8s;
}

.horizontal_scroll {
  --sticky-container-height: calc(100vh - 70px);
  height: var(--sticky-container-height);
  min-height: calc(100vh - 70px);
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .horizontal_scroll {
    --sticky-container-height: 100vh;
    min-height: 100vh;
  }
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: calc(100vh - 70px);
}
@media screen and (max-width: 1080px) {
  .horizontal_scroll .sticky {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 769px) {
  .horizontal_scroll .sticky {
    display: block;
    top: 80px;
    min-height: calc(100vh - 120px);
  }
}

.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .horizontal_scroll .scroller.nobar {
    overflow-y: auto;
  }
}

.horizontal_scroll .scroller > * {
  flex-basis: 80%;
  flex-shrink: 0;
  aspect-ratio: 3/2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .horizontal_scroll .scroller > * {
    flex-basis: 100%;
  }
}

.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 1%;
}

.section__title {
  font-size: 7rem;
  text-align: left;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 1080px) {
  .section__title {
    font-size: 4.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 769px) {
  .section__title {
    font-size: 3.4rem;
    margin-bottom: 15px;
  }
}
.section__title span {
  position: relative;
}
.section__title--description {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .section__title--description {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  margin: 0px auto 0;
}
.container h3.title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .container h3.title {
    font-size: 2rem;
  }
}
.container h4.title {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 300;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .container h4.title {
    font-size: 2rem;
  }
}
.container h4.title:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 5px;
  background: #222;
  align-items: center;
  margin-right: 15px;
}
.container .comment {
  font-size: 1.4rem;
}
.container .comment span {
  font-size: 1.2rem;
}
.container .place {
  font-size: 1.2rem;
}
.container .year {
  font-size: 1rem;
  margin-top: 0;
}

.tag {
  margin-bottom: 15px;
}
.tag a {
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  padding: 3px 20px;
}
.tag a::after {
  content: "";
  display: none;
}
@media screen and (max-width: 769px) {
  .tag a {
    padding: 2px 20px;
  }
}
.tag a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 769px) {
  .tag {
    margin-bottom: 10px;
  }
}

.cate a {
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .cate a {
    font-size: 1rem;
  }
}
.cate a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 0;
  content: "";
  border-bottom: #779fa6 1px solid;
  z-index: 0;
}
.cate a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1080px) {
  .cate {
    margin-bottom: 10px;
  }
}

/*8/28までのテキスト入りバージョンBK
テキスト入りに戻す場合は.heroを入れ替える
  .hero {
    text-align: center;
    overflow: visible!important;
    padding: 0 5%;
    display: flex;
    gap: 150px;
    align-items: center;
    justify-content:space-around;
    position: relative;
    height:calc(100vh - 150px);
     @include mq('md'){
        flex-wrap: wrap;
        gap: 20px;
        height: 80vh;
        }
    .cont{
      flex-grow:1;
      margin-bottom: auto;
      margin-top: auto;
      h2{
        text-align: left;
        font-size: 1.8rem;
        font-weight: normal;
      }
      p{
        text-align: left;
        font-size: 5rem;
        letter-spacing: 0.05em;
        @include mq('md'){
        font-size: 3.6rem;
        }
         @include mq('sm'){
        font-size: 2.4rem;
        }
      }
    }
    .cont1{
      width:27%;
      height: 90%;
      @include mq('md'){
        width:50%;
        height: auto;
        }
      @include mq('sm'){
        width:55%;
        }
      .main_img{
        margin-top: auto;
        height: 100%;
        @include mq('md'){
        height: auto;
        }
      }
    }
    .cont2{
      width: 15%;
      margin-top: auto;
      padding-top: 10%;
      @include mq('md'){
        width:30%;
        margin-top: inherit;
        padding-top: inherit;
        }
      .main_img{
        height:400px;
         @include mq('md'){
        height: 100%;
        }
      }
    }
    .main_img{

      @include mq('sm'){
      }
      a{
        &:hover{
          opacity: 1;
          img{
            opacity: 1;
          }
        }
        img{
          object-fit: cover;
          width:100%;
          height: 100%;
          aspect-ratio: 1/2;
          @include mq('md'){
          aspect-ratio: 3/4;
          }
          @include mq('sm'){
          aspect-ratio: 1/1.7;
          }
        }

      }

    }
    h2{
      margin-bottom: 20px;
      text-align: center;
      @include mq('sm'){
        margin-bottom: 0px;
      }
    }
    .info{
      display: flex;
      justify-content: center;
      background: #fff;
      p{
        &.place{
          &::before{
            content:"@ ";
          }
          padding: 0 15px;
        }

      }
      }
      p + p{
        margin-top: 0;
      }

      .swiper-pagination-bullets {
        bottom: initial!important;
        top: 10%!important;
        transform: translateY(-50%)!important;
        left: initial!important;
        right: 50px!important;
        width: 10px!important;
        @include mq('sm'){
          width: 100%!important;
          transform: translatex(-50%)!important;
          right: initial!important;
          left: 50%!important;
          top: initial!important;
          bottom: 0px!important;
        }
        .swiper-pagination-bullet {
          margin: 10px 0!important;
          width: 10px!important;
          height: 10px!important;
          border-radius: 0!important;
          @include mq('sm'){
            margin: 0 30px!important;
          }
        }
        .swiper-pagination-bullet-active {
          opacity: var(--swiper-pagination-bullet-opacity, 1);
          background: var(--swiper-pagination-color,#404040);
        }
      }
    }*/
.hero {
  text-align: center;
  overflow: visible !important;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: calc(100vh - 80px);
  background-image: linear-gradient(to bottom, #fff 0 20%, #403d3d 20% 80%, #fff 40% 100%);
  margin-top: auto;
}
@media screen and (max-width: 1080px) {
  .hero {
    flex-direction: column;
    flex-wrap: nowrap;
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 769px) {
  .hero {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.hero .cont {
  display: none;
  flex-grow: 1;
  margin-bottom: auto;
  margin-top: auto;
}
.hero .cont h2 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: normal;
}
.hero .cont p {
  text-align: left;
  font-size: 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .hero .cont p {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 769px) {
  .hero .cont p {
    font-size: 2.4rem;
  }
}
.hero .cont1 {
  width: 70%;
  height: 95%;
}
@media screen and (max-width: 1080px) {
  .hero .cont1 {
    width: 50%;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
    height: 26%;
  }
}
.hero .cont1 .main_img {
  margin-top: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .hero .cont1 .main_img {
    margin-top: inherit;
  }
}
.hero .cont2 {
  width: 22%;
  margin-top: auto;
}
@media screen and (max-width: 1080px) {
  .hero .cont2 {
    width: 70%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    height: 71%;
  }
}
@media screen and (max-width: 769px) {
  .hero .cont2 {
    width: 80%;
  }
}
.hero .cont2 .main_img {
  height: 600px;
}
@media screen and (max-width: 1080px) {
  .hero .cont2 .main_img {
    height: 100%;
  }
}
.hero .main_img {
  overflow: hidden;
  position: relative;
}
.hero .main_img::before {
  animation: displayImg 0.8s linear forwards;
  background: #f7f7f7;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}
.hero .main_img a:hover {
  opacity: 1;
}
.hero .main_img a:hover img {
  opacity: 1;
}
.hero .main_img a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/2;
}
@media screen and (max-width: 1080px) {
  .hero .main_img a img {
    aspect-ratio: 3/4;
  }
}
@media screen and (max-width: 769px) {
  .hero .main_img a img {
    aspect-ratio: 1/1.7;
  }
}
.hero h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .hero h2 {
    margin-bottom: 0px;
  }
}
.hero .info {
  display: flex;
  justify-content: center;
  background: #fff;
}
.hero .info p.place {
  padding: 0 15px;
}
.hero .info p.place::before {
  content: "@ ";
}
.hero p + p {
  margin-top: 0;
}
.hero .swiper-pagination-bullets {
  bottom: initial !important;
  top: 10% !important;
  transform: translateY(-50%) !important;
  left: initial !important;
  right: 50px !important;
  width: 10px !important;
}
@media screen and (max-width: 769px) {
  .hero .swiper-pagination-bullets {
    width: 100% !important;
    transform: translatex(-50%) !important;
    right: initial !important;
    left: 50% !important;
    top: initial !important;
    bottom: 0px !important;
  }
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0 !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 769px) {
  .hero .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 30px !important;
  }
}
.hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #404040);
}

.viewmore {
  position: relative;
  text-align: center;
}
.viewmore .btn01 {
  display: inline-block;
  min-width: 300px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid #000;
  color: #000;
}
@media screen and (max-width: 769px) {
  .viewmore .btn01 {
    min-width: 180px;
  }
}
.viewmore .btn01:before {
  content: "";
  width: 60px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0px;
  border-top: 2px solid #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -8px;
  border-left: 3px solid #000;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:hover:before {
  width: 73px;
  right: -42px;
}
.viewmore .btn01:hover:after {
  right: -40px;
}
.viewmore.btn-r {
  text-align: right;
}
.viewmore.btn-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .viewmore.btn-c {
    margin: 0px auto 0px;
  }
}

.more {
  margin-top: auto;
  margin-bottom: 1px;
}
.more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b {
    width: 13rem;
  }
}
.more a.m-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.more a.m-link.line-b.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  background-image: url(../images/common/arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow::before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 12px;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 10;
  transform-origin: right top;
}
.more a.m-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.more a.m-link.line-b {
  text-align: left;
  color: #000;
}
.more a.m-link:hover {
  opacity: 1;
}
.more a.m-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.more a.m-link.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.5rem;
  height: 1px;
  background: #fff;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
.more a.m-link span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 13px;
  text-align: center;
}
.more a.m-link span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  z-index: 10;
  transform-origin: right top;
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 10px;
  }
}
.more a.m-link.line-b.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5.5rem;
  height: 1px;
  background: #000;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow:before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1;
  transform-origin: right top;
}
@media screen and (max-width: 769px) {
  .more {
    margin-left: auto;
  }
}

.project {
  background: #a2abac;
  width: 100%;
  position: relative;
}
.project h2 {
  position: relative;
  padding: 0;
  word-break: break-all;
  margin-bottom: 0;
  background: #fff;
  height: 130px;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .project h2 {
    height: 60px;
    line-height: 1;
  }
}
.project h2:after {
  position: absolute;
  top: 0;
  right: 0px;
  width: auto;
  height: 130px;
  min-width: 20%;
  content: "";
  border-left: solid 90px white;
  border-bottom: solid 130px #a2abac;
}
@media screen and (max-width: 769px) {
  .project h2:after {
    height: 60px;
    border-left: solid 40px white;
    border-bottom: solid 60px #a2abac;
    width: auto;
    min-width: 10%;
  }
}
.project .container .project-box {
  padding: 29px 0 25px 0%;
}
@media screen and (max-width: 769px) {
  .project .container .project-box {
    padding-bottom: 65px;
  }
}
.project .container .project-box .project-item {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.project .container .project-box .project-item h3 {
  font-size: 7rem;
  font-weight: 400;
  white-space: nowrap;
  z-index: 1;
  margin-top: 10%;
  margin-bottom: auto;
  margin-left: -120px;
  line-height: 0.4;
  text-align: right;
  font-family: "Balthazar", serif;
  position: absolute;
  right: 0;
  top: -160px;
  color: rgba(255, 239, 109, 0.8);
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item h3 {
    font-size: 4rem;
    top: 110px;
    bottom: inherit;
    left: -30px;
    right: inherit;
  }
}
.project .container .project-box .project-item h3 small {
  font-size: 1.8rem;
  color: rgb(255, 239, 109);
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item h3 small {
    font-size: 1.6rem;
  }
}
.project .container .project-box .project-item div {
  position: relative;
  display: block;
}
.project .container .project-box .project-item div.fst {
  width: 42%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .project .container .project-box .project-item div.fst {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item div.fst {
    width: 70%;
    height: auto;
  }
}
.project .container .project-box .project-item div.fst:after {
  /*content:"" ;*/
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item div.fst:after {
    display: none;
  }
}
.project .container .project-box .project-item div.fst img {
  aspect-ratio: 1/1.2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .project .container .project-box .project-item div.fst img {
    aspect-ratio: 4/7;
  }
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item div.fst img {
    aspect-ratio: 2/3;
  }
}
.project .container .project-box .project-item div.sec {
  width: 20%;
  height: auto;
  margin: 0 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .project .container .project-box .project-item div.sec {
    width: 30%;
    height: auto;
    margin: 0 40px;
  }
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item div.sec {
    width: 40%;
    margin: -90px 40px 0 auto;
  }
}
.project .container .project-box .project-item div.sec img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .project .container .project-box .project-item div.sec img {
    aspect-ratio: 5/6;
  }
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item div.sec img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    top: 0;
    left: 0;
  }
}
.project .container .project-box .project-item .viewmore {
  margin-top: 60px;
  margin-bottom: 8px;
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item .viewmore {
    margin-top: 50px;
  }
}
.project .container .project-box .project-item .viewmore a {
  bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .project .container .project-box .project-item .viewmore a {
    min-width: 220px;
  }
  .project .container .project-box .project-item .viewmore a:before {
    width: 30px;
  }
}
@media screen and (max-width: 769px) {
  .project .container .project-box .project-item .viewmore a {
    min-width: 120px;
  }
  .project .container .project-box .project-item .viewmore a:before {
    width: 30px;
  }
}
.project:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  height: 130px;
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .project:after {
    width: 10%;
  }
}
@media screen and (max-width: 769px) {
  .project:after {
    width: 7%;
    height: 60px;
  }
}

.gallery .container .gallery-box {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px;
  grid-auto-flow: dense;
  grid-auto-rows: 220px 220px 220px;
}
@media screen and (max-width: 1080px) {
  .gallery .container .gallery-box {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 150px 150px 150px;
  }
}
@media screen and (max-width: 769px) {
  .gallery .container .gallery-box {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px 100px 100px;
  }
}
.gallery .container .gallery-box .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1080px) {
  .gallery .container .gallery-box .gallery-item img {
    aspect-ratio: 1;
  }
}
.gallery .container .gallery-box .gallery-item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.gallery .container .gallery-box .gallery-item:nth-child(2) {
  grid-row: span 1;
  grid-column: span 2;
}
.gallery .container .gallery-box .gallery-item:nth-child(4) {
  grid-row: span 2;
}
.gallery .container .gallery-box .gallery-item:nth-child(5) {
  grid-row: span 2;
  grid-column: span 2;
}
.gallery .container .gallery-box .gallery-item:nth-child(7) {
  grid-row: span 1;
  grid-column: span 1;
}
@media screen and (max-width: 1080px) {
  .gallery .container .gallery-box .gallery-item:nth-child(7) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 769px) {
  .gallery .container .gallery-box .gallery-item:nth-child(7) {
    grid-column: span 1;
  }
}

.news {
  padding-bottom: 50px;
  background: #F8F0F6;
  padding-top: 50px;
}
@media screen and (max-width: 1080px) {
  .news #scbar {
    height: 150px;
  }
}
@media screen and (max-width: 769px) {
  .news #scbar {
    padding: 0px 30px 0 0;
  }
}
.news .news-flex {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .news .news-flex {
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex !important;
    flex-direction: column;
  }
}
.news .news-flex .main_img {
  width: 10%;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .news .news-flex .main_img {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.news .news-flex .contents {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.news .news-flex .contents .flex {
  align-items: center;
  justify-content: space-between;
}
.news .news-flex .contents .title {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .news .news-flex .contents .title {
    font-size: 1.4rem;
  }
}
.news .news-flex .contents .news_day {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .news .news-flex .contents .news_day {
    margin-bottom: 0px;
  }
}
.news .news-flex .contents .post-body {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .news .news-flex .contents .post-body {
    font-size: 1.3rem;
  }
}
.news .news-flex .contents #post-detail {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .news .news-flex .contents #post-detail {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1080px) {
  .news.news_index .news-flex {
    flex-direction: row;
    margin-top: 0px;
  }
}
@media screen and (max-width: 769px) {
  .news.news_index .news-flex {
    margin-top: 0px;
    flex-direction: column;
  }
}

.cv {
  background-color: #3A3A3A;
}
@media screen and (max-width: 769px) {
  .cv {
    padding: 0;
  }
}
.cv a {
  border: 1px solid #ccc;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.cv a:hover {
  border: 1px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.cv a h2 {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 1080px) {
  .cv a {
    padding: 20px 60px;
  }
}
@media screen and (max-width: 769px) {
  .cv a {
    padding: 20px 30px;
    border: none;
  }
}

/*下層*/
.page_index {
  width: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column;
  row-gap: 60px;
  display: flex;
  /*padding-bottom: 120px;*/
}
@media screen and (max-width: 1080px) {
  .page_index {
    /*padding-bottom: 80px;*/
  }
}
@media screen and (max-width: 769px) {
  .page_index {
    row-gap: 30px;
    /*padding-bottom: 70px;*/
  }
}
.page_index .news {
  padding-bottom: 0px;
  background: none;
  padding-top: 0px;
}

.works-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .works-flex {
    justify-content: space-between;
  }
}
.works-flex .flex_box {
  margin-right: 6%;
}
.works-flex .flex_box.flex_box3 {
  width: 29.3333333333%;
}
@media screen and (max-width: 769px) {
  .works-flex .flex_box.flex_box3 {
    width: 46%;
  }
}
.works-flex .flex_box.flex_box3:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .works-flex .flex_box.flex_box3:nth-of-type(3n) {
    margin-right: 6%;
  }
}
.works-flex .flex_box.flex_box2 {
  width: 46%;
}
.works-flex .flex_box.flex_box2:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .works-flex .flex_box.flex_box2:nth-of-type(2n) {
    margin-right: 0%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 769px) {
  .works-flex .flex_box {
    width: 44%;
    margin-right: 5%;
  }
  .works-flex .flex_box:nth-of-type(3n) {
    margin-right: 6%;
  }
  .works-flex .flex_box:nth-of-type(2n) {
    margin-right: 0;
  }
}
.works-flex .flex_box .main_img a {
  position: relative;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.works-flex .flex_box .main_img a::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 1080px) {
  .works-flex .flex_box .main_img a::before {
    padding-top: 100%;
  }
}
.works-flex .flex_box .main_img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.works-flex .flex_box.flex_box1 {
  width: 100%;
  margin-right: 0;
  display: flex;
  margin-bottom: 60px;
}
.works-flex .flex_box.flex_box1 .main_img {
  width: 30%;
}
.works-flex .contents {
  padding: 20px 0 60px;
}
@media screen and (max-width: 1080px) {
  .works-flex .contents {
    padding: 10px 0 30px;
  }
}

.sort {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .sort {
    margin-bottom: 30px;
  }
}
.sort p + p {
  margin-top: 0px;
}
.sort p {
  margin-right: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .sort p {
    margin-right: 10px;
  }
}
.sort a {
  border: 1px solid #ccc;
  padding: 3px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.sort a::after {
  content: "";
  display: none;
}
.sort a:hover {
  border: 1px solid #000;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.sort a h2 {
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .sort a {
    padding: 2px 25px;
  }
}

.project-menu {
  display: flex;
  gap: 0;
}
.project-menu img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
}
.project-menu-item {
  position: relative;
}
.project-menu-item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
}

.page {
  display: flex;
  width: 80%;
  margin-left: 20%;
  position: relative;
  padding-right: 5%;
}
@media screen and (max-width: 1080px) {
  .page {
    width: 80%;
    margin-left: 20%;
    padding-right: 0%;
  }
}
@media screen and (max-width: 769px) {
  .page {
    width: 100%;
    padding: 0 7%;
    margin-left: 0%;
  }
}
.page .main_index {
  width: 80%;
  padding: 100px 10% 0 10%;
}
@media screen and (max-width: 1600px) {
  .page .main_index {
    padding: 100px 0% 0 0%;
  }
}
@media screen and (max-width: 769px) {
  .page .main_index {
    width: 100%;
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 769px) {
  .page .news .news-flex .main_img {
    /*width: 50%;
    padding-right: 15px;*/
  }
}
@media screen and (max-width: 769px) {
  .page .news .news-flex .contents {
    /*width: 50%;*/
  }
}

.works {
  overflow: inherit;
}
.works .container {
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .works .container {
    gap: 50px;
  }
}
@media screen and (max-width: 769px) {
  .works .container {
    position: relative;
  }
}
.works .container .detail_main {
  display: grid;
  grid-template-columns: 450px auto;
  -moz-column-gap: 100px;
       column-gap: 100px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .works .container .detail_main {
    display: flex;
    -moz-column-gap: 0px;
         column-gap: 0px;
    position: relative;
    flex-direction: column;
    row-gap: 30px;
  }
}
.works .container .detail_main #post-detail {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  .works .container .detail_main #post-detail {
    font-size: 1.3rem;
  }
}
.works .container .detail_main .comment {
  position: sticky;
  top: 120px;
  border-right: 1px solid #000;
  padding-right: 100px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .works .container .detail_main .comment {
    position: relative;
    padding-right: 0px;
    border-right: none;
    top: 0px;
  }
}
@media screen and (max-width: 769px) {
  .works .container .detail_main .comment {
    font-size: 1.3rem;
  }
}
.works .container .detail_main .main_img {
  margin-bottom: 40px;
  max-width: 768px;
  margin: 0 auto 40px;
}
@media (min-width: 769px) {
  .works.js-works {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1080px) {
  .works.works_detail .container {
    margin: 0px auto 0;
  }
}
@media screen and (max-width: 769px) {
  .works.works_detail .container {
    margin: 0px auto 0;
  }
}

.pnbtn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .pnbtn {
    margin-top: 0;
    width: 100%;
    right: 0;
    padding: 0;
    flex-wrap: wrap;
  }
  .pnbtn .more {
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) and (max-width: 769px) {
  .pnbtn .more {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
.pnbtn .more a.m-link.line-b {
  width: 5.5rem;
  height: 5.5em;
}
@media screen and (max-width: 769px) {
  .pnbtn .more a.m-link.line-b {
    width: 13.5rem;
  }
}
.pnbtn .more a.m-link.line-b.arrow::before {
  bottom: -10px;
  display: none;
}
.pnbtn .more a.m-link.line-b span {
  padding-top: 7px;
  padding-left: 1px;
}
@media screen and (max-width: 769px) {
  .pnbtn .more a.m-link.line-b span {
    padding-left: 20px;
    font-size: 12px;
  }
}
.pnbtn .more a.m-link.line-b span:before {
  bottom: -4px;
  width: 1rem;
}
.pnbtn .more a.m-link.line-b span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  width: 1rem;
  height: 1px;
  background: #000;
  transform: rotate(-30deg);
  z-index: 1000;
}
.pnbtn .more a.m-link.line-b.arrow-l {
  text-align: right !important;
}
.pnbtn .more a.m-link.line-b.arrow-l span {
  padding-left: 1px;
  padding-right: 1px;
}
@media screen and (max-width: 769px) {
  .pnbtn .more a.m-link.line-b.arrow-l span {
    padding-right: 20px;
  }
}
.pnbtn .more a.m-link.line-b.arrow-l span:before {
  left: 0;
  right: auto;
  transform: rotate(-30deg);
  transform-origin: left top;
}
.pnbtn .more a.m-link.line-b.arrow-l span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: -8px;
  margin: auto;
  width: 1rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
}

#cv {
  background-color: #3A3A3A;
}
#cv a {
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
#cv a h2 {
  font-size: 2rem;
  font-weight: 300;
}

.feuture.bg_gray {
  background: #e6eae6;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1080px) {
  .feuture.bg_gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 769px) {
  .feuture.bg_gray {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.feuture.bg_gray .feuture__cont__inner {
  background: #fff;
}
.feuture__cont {
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1080px) {
  .feuture__cont {
    margin: 0 auto 40px;
    flex-wrap: wrap;
  }
}
.feuture__cont:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.feuture__cont:nth-of-type(2n) .feuture__cont__inner {
  margin: 7% -4% -4% 0%;
}
@media screen and (max-width: 1080px) {
  .feuture__cont:nth-of-type(2n) .feuture__cont__inner {
    margin: -7% 4% -4% 0%;
  }
}
.feuture__cont__image {
  width: 52%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding-top: 33.75%;
  max-height: 340px;
}
@media screen and (max-width: 1080px) {
  .feuture__cont__image {
    width: 82%;
    padding-top: 56.75%;
  }
}
.feuture__cont__inner {
  width: 52%;
  right: 0;
  padding: 40px 8%;
  background: #e6eae6;
  z-index: 2;
  margin: 7% 0 -4% -4%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .feuture__cont__inner {
    width: 100%;
    margin: -7% 0 -4% 10%;
    padding: 20% 8% 8%;
  }
}
.feuture__cont__inner .flex {
  justify-content: space-between;
}
.feuture__cont__inner .flex p + p {
  margin-left: 20px;
}
.feuture__cont__inner h3 {
  font-size: 12rem !important;
  font-family: "Shippori Mincho", serif;
  position: absolute;
  top: 0px;
  right: -50px;
  line-height: 1;
  color: #a2abac;
  opacity: 0.2;
  font-weight: bold !important;
}
@media screen and (max-width: 1080px) {
  .feuture__cont__inner h3 {
    font-size: 10rem !important;
    top: 0px;
    left: -50px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 {
    font-size: 6rem !important;
    top: 0px;
    left: -30px;
  }
}
.feuture__cont__inner h3 span {
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 span {
    padding-right: 10px;
  }
}
.feuture__cont__inner h3.title2 {
  font-size: 2.4rem !important;
  margin-bottom: 0px;
  font-weight: 300;
  position: relative;
}
.feuture__cont__inner h4 {
  font-size: 2rem !important;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h4 {
    font-size: 1.8rem !important;
  }
}
.feuture__cont__inner .c-btn {
  justify-content: flex-end;
}
.feuture__cont__text {
  width: 50%;
}
@media (max-width: 768px) {
  .feuture__cont__text {
    width: 100%;
  }
}
.feuture__cont__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .feuture__cont__text p {
    margin: 20px 0 0;
  }
}
@media (min-width: 1081px) {
  .feuture__cont__lef .feuture__cont__image {
    order: 2;
  }
  .feuture__cont__lef .feuture__cont__inner {
    order: 1;
    margin: 7% -4% -4% 0%;
  }
  .feuture__cont__lef .feuture__cont__inner h3 {
    left: -50px;
  }
}

.details details {
  border-top: 1px solid #ccc;
  /*margin-top: 14px;*/
}
.details details summary {
  display: block;
  list-style-type: none;
}
.details details summary::marker {
  content: "";
}
.details details summary::-webkit-details-marker {
  display: none;
}
.details details summary .title {
  font-size: 3rem;
  width: 100%;
  padding: 16px 0px;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .details details summary .title {
    font-size: 2.4rem;
    width: 100%;
    padding: 16px 0px;
    font-weight: 300;
    display: table;
  }
}
.details details summary .title small {
  font-size: 70%;
  display: block;
}
@media screen and (max-width: 1080px) {
  .details details summary .title small {
    font-size: 1.4rem;
  }
}
.details details summary .title .icon {
  transition: transform 0.4s;
  display: block;
  position: relative;
  width: 24px;
  transform-origin: center 43%;
  transition: transform 0.4s;
  margin-left: auto;
}
.details details summary .title .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.details details summary .title .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.details details summary .title .icon::before, .details details summary .title .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #222;
}
.details details summary .title .icon::before {
  left: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
  .details details summary .title .icon {
    display: table-cell;
    vertical-align: middle;
  }
}
.details details summary h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 1.7rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.details details[open] .icon {
  transform: rotate(180deg);
}
.details details .works_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  list-style-type: none;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .details details .works_list {
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .details details .works_list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
}
.details details .works_list img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.details details:last-of-type {
  border-bottom: 1px solid #ccc;
  /*padding-bottom: 14px;*/
}
.details details .viewmore {
  margin: 30px auto 50px;
}
.details_inner {
  padding: 0 0 50px;
}
@media screen and (max-width: 769px) {
  .details_inner {
    padding: 30px 0;
  }
}
.details_inner dl {
  display: grid;
  gap: 15px 60px;
  justify-content: flex-start;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}
.details_inner dl dd {
  border-left: 1px solid #666;
  padding-left: 30px;
}

.tab_box .tab-content {
  display: none;
}
.tab_box .tab-content.active {
  display: block;
}
.tab_box .works_list {
  list-style-type: none;
  margin: 0 auto;
  width: 100% !important;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-count: 4;
  column-count: 4;
}
@media screen and (max-width: 1080px) {
  .tab_box .works_list {
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 769px) {
  .tab_box .works_list {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.tab_box .works_list li.masonry {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.worksitem {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
}
.worksitem:hover .worksitem__text {
  opacity: 1;
}
.worksitem__img {
  width: 100%;
  height: 100%;
}
.worksitem__text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease-in-out;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 40px;
}
@media screen and (max-width: 769px) {
  .worksitem__text {
    padding: 10px;
  }
}
.worksitem__text h3 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .worksitem__text h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .worksitem__text h3 {
    font-size: 1.2rem;
  }
}
.worksitem__text p {
  line-height: 1.8;
}
.worksitem__text p + p {
  margin-top: 0;
}
.worksitem__list {
  display: flex;
  flex-wrap: wrap;
}
.worksitem__list li {
  padding-right: 10px !important;
  font-size: 1.2rem;
  list-style-type: none;
  line-height: 3;
  /*&::before{
    content:"";
    background-color: #000;
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    margin-top: 0px;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTE5LjYgMjFsLTYuMy02LjNxLS43NS42LTEuNzI1Ljk1VDkuNSAxNnEtMi43MjUgMC00LjYxMi0xLjg4OFQzIDkuNXEwLTIuNzI1IDEuODg4LTQuNjEyVDkuNSAzcTIuNzI1IDAgNC42MTIgMS44ODhUMTYgOS41cTAgMS4xLS4zNSAyLjA3NVQxNC43IDEzLjNsNi4zIDYuM2wtMS40IDEuNFpNOS41IDE0cTEuODc1IDAgMy4xODgtMS4zMTNUMTQgOS41cTAtMS44NzUtMS4zMTMtMy4xODhUOS41IDVRNy42MjUgNSA2LjMxMiA2LjMxM1Q1IDkuNXEwIDEuODc1IDEuMzEzIDMuMTg4VDkuNSAxNFoiLz48L3N2Zz4=");
    mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTE5LjYgMjFsLTYuMy02LjNxLS43NS42LTEuNzI1Ljk1VDkuNSAxNnEtMi43MjUgMC00LjYxMi0xLjg4OFQzIDkuNXEwLTIuNzI1IDEuODg4LTQuNjEyVDkuNSAzcTIuNzI1IDAgNC42MTIgMS44ODhUMTYgOS41cTAgMS4xLS4zNSAyLjA3NVQxNC43IDEzLjNsNi4zIDYuM2wtMS40IDEuNFpNOS41IDE0cTEuODc1IDAgMy4xODgtMS4zMTNUMTQgOS41cTAtMS44NzUtMS4zMTMtMy4xODhUOS41IDVRNy42MjUgNSA2LjMxMiA2LjMxM1Q1IDkuNXEwIDEuODc1IDEuMzEzIDMuMTg4VDkuNSAxNFoiLz48L3N2Zz4=");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;

  }*/
}
@media screen and (max-width: 769px) {
  .worksitem__list li {
    font-size: 1rem;
    line-height: 3;
  }
}
.worksitem__list li a {
  color: #222;
  border-radius: 20px;
  padding: 3px 15px;
  border: 1px solid #ccc;
  background: #fff;
}
.worksitem__list li a:hover {
  color: #111;
  border: 1px solid #999999;
  transition: 0.5s ease-in-out;
}

.tags_title {
  font-size: 1.4rem;
  font-weight: lighter;
  margin-left: auto;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .tags_title {
    margin-left: 0;
    font-size: 1.2rem;
  }
}
.tags_title::before {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  margin-top: 0px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTE5LjYgMjFsLTYuMy02LjNxLS43NS42LTEuNzI1Ljk1VDkuNSAxNnEtMi43MjUgMC00LjYxMi0xLjg4OFQzIDkuNXEwLTIuNzI1IDEuODg4LTQuNjEyVDkuNSAzcTIuNzI1IDAgNC42MTIgMS44ODhUMTYgOS41cTAgMS4xLS4zNSAyLjA3NVQxNC43IDEzLjNsNi4zIDYuM2wtMS40IDEuNFpNOS41IDE0cTEuODc1IDAgMy4xODgtMS4zMTNUMTQgOS41cTAtMS44NzUtMS4zMTMtMy4xODhUOS41IDVRNy42MjUgNSA2LjMxMiA2LjMxM1Q1IDkuNXEwIDEuODc1IDEuMzEzIDMuMTg4VDkuNSAxNFoiLz48L3N2Zz4=");
  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0ibTE5LjYgMjFsLTYuMy02LjNxLS43NS42LTEuNzI1Ljk1VDkuNSAxNnEtMi43MjUgMC00LjYxMi0xLjg4OFQzIDkuNXEwLTIuNzI1IDEuODg4LTQuNjEyVDkuNSAzcTIuNzI1IDAgNC42MTIgMS44ODhUMTYgOS41cTAgMS4xLS4zNSAyLjA3NVQxNC43IDEzLjNsNi4zIDYuM2wtMS40IDEuNFpNOS41IDE0cTEuODc1IDAgMy4xODgtMS4zMTNUMTQgOS41cTAtMS44NzUtMS4zMTMtMy4xODhUOS41IDVRNy42MjUgNSA2LjMxMiA2LjMxM1Q1IDkuNXEwIDEuODc1IDEuMzEzIDMuMTg4VDkuNSAxNFoiLz48L3N2Zz4=");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

.wiget {
  background: #a2abac;
}
.wiget .container {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media screen and (max-width: 1080px) {
  .wiget .container {
    flex-wrap: wrap;
    margin-bottom: 0px;
    align-items: center;
    padding: 30px 0;
  }
}
.wiget .container .sort {
  margin-bottom: 0px;
}
@media screen and (max-width: 1080px) {
  .wiget .container .sort {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.wiget .container .sort p {
  margin-bottom: 10px;
}
.wiget .container .sort p.current {
  border: 1px solid #000;
}

.page_wiget {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .page_wiget {
    margin-top: 30px;
  }
}
.page_wiget .tags_title {
  margin-top: 0px;
  margin-left: 0;
}

.info-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .info-flex {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.info-flex .items {
  width: calc(50% - 40px);
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .info-flex .items {
    width: 100%;
  }
}
.info-flex .items .title {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.info-flex .items ul {
  list-style-type: square;
  padding-left: 2.2em;
}
.info-flex .items ul li {
  font-size: 1.4rem;
  line-height: 2.2;
}
.info-flex .items ul li a {
  color: #000;
}
.info-flex .items ul li a span {
  position: relative;
}
.info-flex .items ul li a span:hover {
  opacity: 1;
}
.info-flex .items ul li a span:hover:after {
  content: "";
  left: 0;
  right: auto;
  width: 100%;
}
.info-flex .items ul li a span:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -3px;
  right: 0;
  border-bottom: 1px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}

.page_sub {
  padding-top: 100px;
  position: relative;
}
.page_sub .works {
  width: 70%;
}
.page_sub .side_index {
  left: 70%;
  padding: 100px 5%;
  width: 25%; /* Safari用 */
  position: sticky; /* 要素をスクロールに応じて固定 */
  top: 80px; /* 縦スクロールに追従 */
  z-index: 1; /* z-indexで最前面に持ってくる */
}

#exhibition.works .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#exhibition.works .container .detail_main {
  width: 100%;
}
#exhibition.works .container .detail_main:nth-of-type(2) {
  width: calc(50% - 40px);
}
@media screen and (max-width: 769px) {
  #exhibition.works .container .detail_main:nth-of-type(2) {
    width: calc(50% - 10px);
  }
}
#exhibition.works .container .detail_main:nth-of-type(3) {
  width: calc(50% - 10px);
  margin-top: 60px;
}
#exhibition.works .container .detail_main:nth-of-type(4) {
  width: calc(50% - 10px);
}
#exhibition.works .container .detail_main:nth-of-type(5) {
  width: calc(50% - 10px);
  margin-top: 60px;
}
#exhibition.works .container .viewmore.btn-c {
  margin-right: inherit;
}

.info_bottom .news-flex {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.bg-bc {
  background: linear-gradient(90deg, #f3f8fc 0%, #f3f8fc 67%, #0397A8 67%, #0397A8 100%);
}

.bg-bcg {
  background: linear-gradient(90deg, #0397A8 0%, #0397A8 33%, #F6F4EC 33%, #F6F4EC 100%);
}

.intro__container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .intro__container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.intro .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: block;
  line-height: 1;
  font-size: 100px;
  font-family: "Fjalla One", sans-serif;
  color: #e5e4e3;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .intro .section__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .intro .section__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 769px) {
  .intro .section__title {
    font-size: 80px;
  }
}
.intro .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: -1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .intro .section__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .intro .section__title span {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.intro__image {
  width: 100%;
}
@media (max-width: 768px) {
  .intro__image {
    width: 100%;
  }
}
.intro__image img {
  width: 100%;
  height: auto;
}
.intro .intro_pr {
  order: 2;
  width: 50%;
  margin-top: 80px;
  padding: 0 120px;
}
@media screen and (max-width: 1080px) {
  .intro .intro_pr {
    padding: 0 40px;
    order: 1;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.intro .intro_top {
  order: 1;
  flex-basis: 25%;
}
@media screen and (max-width: 1080px) {
  .intro .intro_top {
    order: 2;
    flex-basis: 48%;
  }
}
.intro .intro_top .intro_img01 {
  margin-top: 50px;
  position: relative;
}
.intro .intro_btm {
  display: flex;
  flex-direction: column;
  order: 3;
  flex-basis: 25%;
}
@media screen and (max-width: 1080px) {
  .intro .intro_btm {
    flex-basis: 48%;
  }
}
.intro .intro_btm .intro_img02 {
  width: 80%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .intro .intro_btm .intro_img02 {
    width: 88%;
  }
}
.intro .intro_btm .intro_img03 {
  width: 80%;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .intro .intro_btm .intro_img03 {
    margin-left: auto;
  }
}

.subject {
  background: #e6eae6;
}
.subject__container {
  position: relative;
}
.subject .section__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .subject .section__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
.subject__image {
  width: 100%;
}
@media (max-width: 768px) {
  .subject__image {
    width: 100%;
  }
}
.subject__image img {
  width: 100%;
  height: auto;
}
.subject__cont {
  position: relative;
  margin: -80px auto 0;
  width: 80%;
  padding: 40px 60px;
  background: #fff;
}
.subject__cont p {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .subject__cont p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .subject__cont {
    margin: -40px auto 0;
    padding: 20px;
    width: 90%;
  }
}

.map iframe {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  height: 300px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 500px;
  }
}

.y-btn a {
  text-decoration: none;
  font-size: 14px;
  color: #0198B7;
  display: flex;
  align-items: center;
}
.y-btn a:before {
  content: "";
  background: url(../../images/common/icon_calender_b.svg) no-repeat center right;
  background-size: auto;
  width: 18px;
  height: 15px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.y-btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}

footer {
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  grid-area: footer;
  background: #242527;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
}
footer .container {
  display: flex;
  gap: 120px;
  padding-bottom: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  footer .container {
    display: grid;
    gap: 60px;
    padding-bottom: 60px;
    justify-content: space-between;
    grid-template-columns: 1fr 2fr auto;
  }
}
@media screen and (max-width: 769px) {
  footer .container {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 30px;
  }
}
footer .container .info {
  color: #fff;
}
footer .container .info h2 {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 25px;
}
footer .container .info .c-btn {
  margin-left: 0;
  margin-top: 20px;
}
footer .container .info .c-btn img {
  fill: #fff;
}
@media screen and (max-width: 769px) {
  footer .container .info .c-btn img {
    max-height: 26px;
  }
}
footer .container .info .c-btn ul {
  align-items: center;
}
@media screen and (max-width: 769px) {
  footer .container .info .c-btn ul {
    justify-content: flex-start !important;
  }
}
@media screen and (max-width: 769px) {
  footer .container .info .c-btn ul li {
    margin: 0;
  }
}
footer .container .fnav {
  padding-top: 60px;
}
@media screen and (max-width: 1080px) {
  footer .container .fnav {
    display: none;
  }
}
footer .container .fnav ul {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
footer .container .fnav ul li {
  margin-left: 40px;
  line-height: 3;
}
footer .container .fnav ul li a {
  color: #fff;
}
footer .container .fnav ul li ul {
  flex-wrap: wrap;
  flex-direction: column;
}
footer .container .fnav ul li ul li {
  margin-left: 1em;
}
footer .container .link {
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  footer .container .link {
    padding-top: 0px;
  }
}
footer .container .link ul {
  list-style-type: none;
  display: flex;
  gap: 40px;
}
footer .container .link ul li:first-child {
  content: "";
  border: 1px solid #ccc;
  padding: 8px 15px;
}
footer .container .link ul li a {
  color: #fff;
}
@media screen and (max-width: 769px) {
  footer .container .link ul li img {
    max-height: 26px;
    max-width: inherit;
  }
}
footer small {
  border-top: 1px solid #ccc;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  text-align: center;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../../images/common/pagetop.png) no-repeat center center;
  background-size: auto;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  #pagetop {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}

.page .hero {
  background: url(../../images/common/mv_bg.jpg) no-repeat center 90%;
  background-size: cover;
  /*background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);*/
  color: #000;
  height: 40vh;
}
@media screen and (max-width: 1366px) {
  .page .hero {
    height: 40vh;
  }
}
@media screen and (max-width: 1080px) {
  .page .hero {
    height: auto;
    display: flex;
    flex-direction: column;
    height: 40vh !important;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .page .hero {
    height: 30vh !important;
    background-position: 20% center;
  }
}
.page .hero h1 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 5% auto 5% 10%;
  opacity: 1;
  display: block;
  text-align: left;
  font-size: 8rem;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  opacity: 0.5;
  line-height: 1.2;
}
.page .hero h1 span {
  display: block;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1366px) {
  .page .hero h1 {
    font-size: 7rem;
    margin: 16vh auto 0% 5%;
  }
}
@media screen and (max-width: 1080px) {
  .page .hero h1 {
    margin-top: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 769px) {
  .page .hero h1 {
    font-size: 6rem;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .page .hero h1 span {
    font-size: 1.8rem;
  }
}
.page .intro__container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 1080px) {
  .page .intro__container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page .intro .section__title {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
  width: 40%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1366px) {
  .page .intro .section__title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .page .intro .section__title {
    font-size: 100px;
  }
}
@media screen and (max-width: 769px) {
  .page .intro .section__title {
    font-size: 80px;
    width: 70%;
    margin-bottom: 20px;
  }
}
.page .intro .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: -1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .page .intro .section__title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .page .intro .section__title span {
    font-size: 22px;
  }
}
.page .intro .list_porycy {
  list-style-type: none;
}
.page .intro .list_porycy li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media screen and (max-width: 769px) {
  .page .intro .list_porycy li {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.page .intro .list_porycy li span {
  font-family: "Fjalla One", sans-serif;
  font-style: italic;
  font-size: 60px;
  padding-right: 40px;
}
@media screen and (max-width: 769px) {
  .page .intro .list_porycy li span {
    font-size: 40px;
    padding-right: 0px;
  }
}
.page .intro__image {
  width: 100%;
}
@media (max-width: 768px) {
  .page .intro__image {
    width: 100%;
  }
}
.page .intro__image img {
  width: 100%;
  height: auto;
}
.page .intro .intro_pr {
  order: 2;
  width: 54%;
  margin-top: 80px;
  padding: 0 120px;
}
@media screen and (max-width: 1080px) {
  .page .intro .intro_pr {
    padding: 0 40px;
    order: 1;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
  }
}
.page .intro .intro_top {
  order: 1;
  flex-basis: 23%;
}
@media screen and (max-width: 1080px) {
  .page .intro .intro_top {
    order: 2;
    flex-basis: 48%;
  }
}
.page .intro .intro_top .intro_img01 {
  margin-top: 30px;
  position: relative;
}
.page .intro .intro_btm {
  display: flex;
  flex-direction: column;
  order: 3;
  flex-basis: 23%;
}
@media screen and (max-width: 1080px) {
  .page .intro .intro_btm {
    flex-basis: 48%;
  }
}
.page .intro .intro_btm .intro_img02 {
  width: 48%;
  margin-left: auto;
  position: relative;
}
.page .intro .intro_btm .intro_img03 {
  width: 80%;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page .intro .intro_btm .intro_img03 {
    margin-left: auto;
  }
}
.page .feuture__container {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .page .feuture__container .section__title img {
    opacity: 0.1;
  }
}

.fv {
  background: url(../../images/common/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 160px 10% 70px 10%;
}
.fv__about {
  background: url(../../images/clinic/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__news {
  background: url(../../images/news/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__subject {
  background: url(../../images/medical/fv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fv__access {
  background: url(../../images/access/mv_bg.jpg) no-repeat center 70%;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .fv {
    padding: 100px 0 30px 0;
  }
}
.fv h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .fv h1 {
    font-size: 2.4rem;
  }
}
.fv h1 span {
  font-size: 1.8rem;
  color: #0198B7;
  display: block;
}
@media screen and (max-width: 769px) {
  .fv h1 span {
    font-size: 1.6rem;
  }
}

.pr__container {
  text-align: center;
}
.pr__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .pr__container h2 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.pr__container p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .pr__container p {
    text-align: left;
  }
}

.subject__page__container {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.subject__page .section__title {
  margin-bottom: 50px;
}
.subject__page .section__title span {
  color: #000;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 769px) {
  .subject__page .section__title span {
    font-size: 2.2rem;
  }
}
.subject__page h3 {
  font-size: 2rem;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  padding-left: 40px;
}
.subject__page h3:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #000;
  transform: rotate(-55deg);
  position: absolute;
  left: -10px;
  bottom: 80%;
  z-index: -1;
}
.subject__page h4 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.subject__page p {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .subject__page p {
    text-align: left;
  }
}
.subject__page .tel {
  font-size: 2.4rem;
  text-align: center;
}

.contents__container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .contents__container {
    width: 100%;
  }
}

table {
  margin-bottom: 50px;
  width: 100%;
}
table th, table td {
  padding: 20px 30px 20px 0;
  padding-right: 30px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  table th, table td {
    display: block;
  }
}
table th {
  padding-right: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  table th {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
}
table td .map_icon {
  margin-left: 1em;
}
@media screen and (max-width: 769px) {
  table td {
    padding: 20px 30px 20px 0;
    padding-right: 0px;
  }
}
table.con_tab {
  margin: 0 auto;
}
table.con_tab th, table.con_tab td {
  text-align: left;
  font-weight: 300;
  width: 100%;
  display: block;
  border: none;
}
table.con_tab th {
  padding-bottom: 10px;
}
table.con_tab th span {
  font-size: 1rem;
  color: #d9534f;
}
table.con_tab td {
  font-weight: 300;
  padding-bottom: 30px;
  padding-top: 0 !important;
}
table.recu_tab {
  margin-bottom: 50px;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
}

.page__subject {
  position: relative;
}
.page__subject__container {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .page__subject {
    margin-top: 0px;
  }
}
.page__subject .tit01 {
  max-width: 500px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page__subject .tit01 {
    margin-bottom: 40px;
  }
}
.page__subject .tit02 {
  margin: 0 auto 60px;
  text-align: center;
  color: #0E9DD3;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .page__subject .tit02 {
    margin-bottom: 40px;
  }
}
.page__subject .lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .page__subject .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 769px) {
  .page__subject p.text-center {
    text-align: left !important;
  }
}
.page__subject .copy-tit-01 {
  font-size: 2rem;
}
.page__subject h2 {
  margin-bottom: 50px;
}
.page__subject h3 {
  color: #6CAE30;
  text-align: right;
  right: 50px;
  top: -20px;
  font-size: 5.6rem;
}
@media screen and (max-width: 1080px) {
  .page__subject h3 {
    font-size: 4.6rem;
    top: -100px;
  }
}
@media screen and (max-width: 769px) {
  .page__subject h3 {
    font-size: 3.6rem;
    right: 0px;
    top: -80px;
  }
}
.page__subject__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .page__subject__flex {
    flex-direction: column;
  }
}
.page__subject__flex .img {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .page__subject__flex .img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.page__subject__flex .subject__text {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .page__subject__flex .subject__text {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .page__subject__flex .subject__text {
    width: 80%;
  }
}
.page__subject__flex .subject__text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .page__subject__flex .subject__text {
    margin-bottom: 20px;
  }
}
.page__subject__item {
  text-align: center;
  width: calc(25% - 30px);
}
.page__subject__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .page__subject__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .page__subject__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .page__subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
.page__subject__item h4 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .page__subject__item h4 {
    font-size: 14px;
  }
}
.page__subject__item p {
  text-align: center;
  font-size: 18px;
}
.page__subject__item p img {
  max-width: 102px;
  display: block;
  height: auto;
  width: 100%;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
}

input, textarea {
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

[type=reset], [type=submit], button, html [type=button] {
  /*-webkit-appearance: button;*/
  max-width: 30%;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #222;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #fff;
  border: none;
  margin: 10px 10px 0;
  border-radius: 0;
}
@media screen and (max-width: 769px) {
  [type=reset], [type=submit], button, html [type=button] {
    max-width: 70%;
    font-size: 1.2rem;
  }
}

input[type=text]:focus, input[type=text]:focus, input:focus, select:focus, textarea:focus {
  outline: solid 1px #000;
}

#FieldMessageNaiyo {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  #FieldMessageNaiyo {
    flex-direction: column;
  }
}
#FieldMessageNaiyo div.checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
#FieldMessageNaiyo div.checkbox input {
  width: auto;
}

.submit {
  display: flex;
  justify-content: center;
}

.con_form_box.mb-lg {
  margin-bottom: 30px;
}
.con_form_box.text-center {
  text-align: center;
}

#FieldMessageJob {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
#FieldMessageJob .mail-before-attachment {
  display: block;
}
#FieldMessageJob .checkbox {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
#FieldMessageJob input {
  width: inherit;
  padding-right: 5px;
}
#FieldMessageJob input.checkbox {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
}

#FieldMessageMail2 {
  display: block;
  margin-top: 10px;
}
#FieldMessageMail2 small {
  padding-right: 10px;
}

.message-box {
  font-size: 1.6rem;
}
.message-box .alert-message, .message-box .error-message {
  color: #d9534f;
}

.privacy__page p.mb-lg, .privacy__page ol.mb-lg {
  margin-bottom: 60px;
}
.privacy__page h3 {
  margin-bottom: 20px;
}
.privacy__page ol {
  margin-left: 2rem;
}
.privacy__page div {
  margin-bottom: 50px;
}

.news_page {
  background: #F6F4EC;
}
.news_page__container {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 15%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .news_page__container {
    padding: 40px 5%;
  }
}
.news_page__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  margin-bottom: 40px;
}
.news_page__image:first-of-type {
  border-top: none;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .news_page__image {
    width: 100%;
    flex-wrap: inherit;
  }
}
.news_page__image img {
  height: auto;
  margin: 0 auto 40px;
}
.news_page__image h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page__image h3 {
    font-size: 2rem;
  }
}
.news_page__image .date {
  margin-bottom: 5px;
}
.news_page__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
}
.news_page__image__list h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
}
.news_page__image__list .more {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .news_page__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page__image p a img {
  max-width: 100%;
}
.news_page .pagination {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.news_page .pagination span {
  margin: 0 10px;
  color: #BD9F77;
}
.news_page .pagination span.current {
  background: #BD9F77;
  color: #fff;
  padding: 4px 0 5px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.news_page p + p {
  margin-top: 15px;
}
.news_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .news_page__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .news_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.target {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}

.target-r {
  opacity: 0;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transition: 0.5s;
}
@media screen and (max-width: 1080px) {
  .target-r {
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
  }
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

[class*=swiper]:focus {
  outline: none;
}

.rec__container {
  margin: 100px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 769px) {
  .rec__container {
    margin: 50px auto;
    width: 90%;
  }
}
.rec__container .rec__title {
  position: absolute;
  left: 100px;
  top: -25%;
  text-align: left !important;
  margin: inherit !important;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .rec__container .rec__title {
    left: 0;
    top: -15%;
  }
  .rec__container .rec__title img {
    max-width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .rec__container .rec__title {
    max-width: 150px;
  }
}
.rec__container .rec__title span {
  text-align: left;
}

.area {
  position: relative;
  margin-left: auto !important;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .area {
    width: 100%;
    height: 260px;
  }
}

.wrap {
  display: flex;
  /*overflow: hidden;*/
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 769px) {
  .wrap {
    top: 0px;
    gap: 0 0px;
  }
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 80px;
  height: 500px;
}
@media screen and (max-width: 1080px) {
  .item {
    margin-left: 40px;
    height: 260px;
  }
}
@media screen and (max-width: 769px) {
  .item {
    margin-left: 0px;
    height: 260px;
  }
}
.item img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 20px;
}
@media screen and (max-width: 769px) {
  .item img {
    height: 260px;
  }
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  align-items: stretch !important;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: auto;
  text-align: center;
  height: 70vh;
}
@media screen and (max-width: 1080px) {
  .swiper-slide {
    height: 50vh;
  }
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .swiper-button-next,
  .swiper-button-prev {
    color: #000;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  cursor: pointer;
  opacity: 0.7;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  color: black;
}

.swiper-button-prev {
  left: 40px;
}
@media screen and (max-width: 769px) {
  .swiper-button-prev {
    left: -5%;
  }
}
.swiper-button-prev:before {
  content: "";
}

.swiper-button-next {
  right: 40px;
}
@media screen and (max-width: 769px) {
  .swiper-button-next {
    right: -5%;
  }
}
.swiper-button-next:before {
  content: "";
}

.bca-toolbar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 5%;
}
.bca-toolbar__body {
  display: flex;
  gap: 20px;
}
.bca-toolbar__body a {
  color: #fff;
  font-size: 1.2rem;
}
.bca-toolbar__logo {
  display: none;
}
.bca-toolbar__tools {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-left: auto;
}
.bca-toolbar__tools a {
  font-size: 1.4rem;
}
.bca-toolbar__users ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.bca-toolbar__users ul li {
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.mail {
  padding-bottom: 90px;
}
@media screen and (max-width: 769px) {
  .mail {
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */