@charset "UTF-8";

@media(max-width:342px) {
  .timeline::before {
    bottom: 35px;
  }

  .what__content {
    height: 450px;
  }
}

.site-visual {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 450px;
}

.main-visual {
  display: block;
  height: 450px;
}

.main-visual__img {
  height: 450px;
  object-fit: cover;
}

.pontage__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 6% 0 6%;
}

.pontage__title img {
  width: 70px;
}

.pontage__title .title {
  color: var(--main-black);
  font-size: 1rem;
  letter-spacing: 1px;
}

.policy {
  background: var(--bg-color);
}

.policy .container {
  padding-top: 200px;
  margin-top: -20px;
}

.policy .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy__inner {
  padding: 0 10%;
}

.policy .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

.policy .fade-in span {
  display: block;
  color: var(--main-black);
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: .1em;
}

.policy .fade-in {
  margin-bottom: 30px;
  color: var(--main-black);
  font-size: 1.5rem;
  text-align: center;
}

.policy .txt {
  color: #000;
  text-align: justify;
  line-height: 1.8;
}

.policy .txt:first-of-type {
  padding-bottom: 20px;
}

.policy__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 45px;
}

.pontage__photo01 {
  width: 85%;
  border-radius: 60px 0 0 0;
}

.pontage__photo02 {
  position: absolute;
  left: 27px;
  bottom: -80px;
  width: 50%;
  border-radius: 20px;
}

.what__content {
  background-image: url(../img/pontage_glid.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  margin-top: 160px;
}

.what__title {
  padding: 8% 6% 4%;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: 1px;
}

.what__txt {
  padding: 0 6% 20px 6%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: justify;
}

.pontage-like {
  padding-top: 88px;
  background: var(--bg-color);
}

.pontage-like .container {
  padding-right: 8%;
}

.pontage-like .content {
  position: relative;
  background: #fff;
  border-radius: 0 39px 0 0;
}

.pontage-like .en__title {
  display: block;
  color: var(--main-black);
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
}

.pontage-like .title {
  position: absolute;
  left: 35px;
  top: -19px;
  color: var(--main-black);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.pontage-like span.smoothText {
  overflow: hidden;
  display: block;
}

span.smoothTextTrigger {
  transition: .8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

.like__itembox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item__photobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 7%;
}

.pontage-like a.btn__1 {
    width: 200px;
    height: 40px;
    border-radius: 8px;
    margin: 0;
    font-size: 1rem;
    margin-top: 10px;
  }

  .pontage-like a.btn__1::before {
    top: 56%;
  }
  
.item__ptoto01 {
   margin: 80px 0 0 80px;
}

.like__title {
  font-size: 1.25rem;
}

.like__txt {
  padding: 0 10%;
  margin: 15px 0;
}

.item__photobox:last-of-type {
  margin-bottom: 43px;
}

.newstopic a.btn__1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 230px;
  height: 50px;
  padding-left: 20px;
  margin: 20px 0 60px 0;
  border: none;
  border-radius: 10px;
  color: #fff;
  background: var(--main-black);
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.461), 0 0 40px rgba(128, 128, 128, 0.1);
  transition: all .3s;
}

.newstopic a.btn__1:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1);
  border-color: transparent;
}

.newstopic a.btn__1:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

.newstopic a.btn__1:hover {
  background: var(--main-color);
  color: #fff;
}

.newstopic a.btn__1:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.newstopic .btn:hover {
    border-radius: 30px;
}

.newstopic {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition-duration: 0.5s;
}

.newstopic .container {
  padding-top: 0;
  background: var(--bg-color);
}

.newstopic .inner,
.access .inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  padding: 0 6%;
}

.newstopic .en__title,
.access .en__title {
  position: relative;
  margin-left: 22px;
  color: #eac363;
  font-size: 0.875rem;
  font-weight: bold;
}

.newstopic .en__title::before,
.access .en__title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 10px;
  width: 7px;
  height: 2px;
  padding-left: 14px;
  background: #eac363;
}

.newstopic .title,
.access .title {
  border-radius: 0 45px 0 0;
  color: var(--main-black);
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.newstopic .txt {
  border-bottom: 1px solid var(--sub-black);
  padding: 1% 0 4% 6%;
  color: var(--main-black);
  text-align: left;
  font-weight: lighter;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.newstopic {
  overflow: hidden;
  margin-bottom: -80px;
  background: var(--bg-color);
}

.news-list {
  display: grid;
  gap: 60px;
  transition-duration: 0.5s;
  width: 100%;
  padding: 0 10%;
  margin-top: 70px;
}

.news-card a {
  color: #000;
}

.news-card {
  border-radius: 0 60px 0 0;
  position: relative;
}

.img_wrap img {
  transition-duration: 0.5s;
  cursor: pointer;
  border-radius: 0 60px 0 0;
}

.img_wrap:hover img {
  transform: scale(1.2);
  transition-duration: .6s;
}

.news-thumb {
  position: relative;
  border-radius: 0 60px 0 0;
}

.newstopic__list .img_wrap {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 0 60px 0 0;
}

.newstopic__list {
  position: relative;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: 0 60px 0 0;
  overflow: hidden;
}

.news-date {
  margin-top: 15px;
  color: var(--main-color);
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: left;
}

.news-body {
  margin-top: 10px;
  text-align: left;
}

.news-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.news-category {
  position: absolute;
  top: 26px;
  transform: translate(-50%, -50%);
  left: 60px;
  color: #fff;
  border-radius: 25px;
  padding: 6px 15px;
  font-weight: bold;
  line-height: 1;
}

.notice {
  background: var(--main-color);
}

.event {
  background: #eac363;
}

.newstopic .btn__item {
  margin-top: 40px;
}

.btn {
  position: relative;
}

.arrow-btn {
  position: relative;
  margin-left: 15px;
  color: #2a2a2a;
  font-size: 1.125rem;
  transition: all 0.3s ease;
  letter-spacing: 0.05em;
  background: transparent;
}

.newstopicbtn .arrow-icon {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  color: #000;
  background: #fff;
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.newstopic .btn {
  width: 250px;
  --color: #bcd2c5;
  cursor: pointer;
  padding: 10px 11px 10px 0;
  margin-bottom: 70px;
  background-image: linear-gradient(0deg, transparent 0 50%, var(--color) 50%);
  background-position: 100% 100%;
  background-size: 100% 300%;
  color: #fff;
  border-radius: 55px;
  transition: all 1s;
}

.newstopic .btn:hover {
  background-position: 100% 0;
  color: #fff;
}

.newstopicbtn:hover .arrow-icon {
  right: -40px;
}

.fa-solid {
  font-size: 0.750rem;
}

.pontage-photo01 {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.pontage__imgbox {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin-top: 9px;
}

.pontage-photo02 {
   width: calc((100% - 9px) / 2);
  height: 160px;
  object-fit: cover;
}

.pontage-days {
  padding: 0 5%;
  margin-top: 88px;
}

.pontage-days .container {
  padding-bottom: 40px;
  text-align: center;
  background: var(--bg-color);
  border-radius: 45px;
}

.pontage-days .title {
  position: relative;
  display: inline-block;
  padding-top: 45px;
  font-size: 1.3125rem;
  text-align: center;
}

.pontage-days .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 30%;
  height: 2px;
  background: var(--main-black)
}

.timeline {
  position: relative;
  margin: 40px 10px 30px 10px;
  padding-left: 15px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 15px;
  bottom: 7px;
  width: 2px;
  background: #e18a2c;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  margin-bottom: 20px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #e18a2c;
  border-radius: 50%;
}

.time {
  color: #e18a2c;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.timeline-item .txt {
  color: #000;
  text-align: left;
  line-height: 1.6;
}

.days__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.days__photo {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.days__img {
  width: 45%;
  object-fit: cover;
}

.fluffy {
  animation: fluffy 3s infinite;
}

@keyframes fluffy {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.fluid {
  position: relative;
  width: 270px;
  margin-top: 45px;
}

.fluid__txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 115px;
  z-index: 1;
  width: 200px;
  text-align: left;
}

.fluid__txt span {
  color: #e18a2c;
}

.access__box {
  padding: 0 5%;
}

.access .inner {
  margin: 70px 0 10px 0;
}

.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.access__box {
  display: flex;
  flex-direction: column;
}

.access_txt {
  margin-top: 15px;
  letter-spacing: 1px;
}

.access_txt span {
  margin-top: 15px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.access_txt p {
  margin-top: 8px;
}

.access_txt p:nth-child(6) {
  margin-top: 20px;
}

.access_txt p:nth-child(5) {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.greeting {
  padding: 50px 0;
  margin-top: 88px;
  margin-bottom: -80px;
  background: #f2eee7;
}

.greeting .container {
  padding: 0 5%;
}

.title__box {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.greeting .title {
  font-size: 1.75rem;
  text-align: left;
  line-height: 1;
}

.greeting .sub__title {
  margin-left: 8px;
  color: #eac363;
  line-height: 1;
}

.greeting__txtbox {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 100%;
  margin: 31px auto 0 auto;
  line-height: 1.6;
}

.facility__img {
  margin-top: 40px;
}

.greeting__txtbox .txt {
  margin-top: 25px;
  text-align: left;
}

.facility .txt {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

@media (min-width:768px) and (max-width: 990px) {
  .main-visual__img {
    height: auto;
  }

  .pontage__title {
    padding-top: 60px;
  }

  .policy .fade-in span {
    font-size: 1rem;
  }

  .policy .fade-in {
    font-size: 1.75rem;
  }

  .what__title {
    padding: 4% 0 2% 0;
    font-size: 1.35rem;
    letter-spacing: 1px;
  }

  .what__txt {
    padding: 0 17%;
    font-size: 1rem;
  }

  .what__content {
    height: 300px;
    margin-top: 210px;
  }

  .pontage__photo02 {
    left: 38px;
    bottom: -130px;
    width: 42%;
  }

  .bg__img {
    height: 300px;
  }

  .pontage-like {
    padding-top: 110px;
  }

  .pontage-like .container {
    padding-right: 16%;
  }

  .pontage-like .title {
    top: -26px;
    left: 110px;
    font-size: 1.25rem;
  }

  .pontage-like .en__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .like__title {
    font-size: 1.375rem;
  }

  .like__txt {
    width: 450px;
  }

  .item__ptoto01 {
    width: 450px;
    margin: 140px 0 40px 20px;
  }

  .item__photobox {
    padding: 0 10%;
  }

  .newstopic .container {
    padding-top: 0;
  }

  .solutions .title,
  .newstopic .title {
    font-size: 1.75rem;
  }

  .newstopic__title {
    margin-top: 5px;
    font-size: 0.9375rem;
  }

  .newstopic .txt {
    padding: 0 0 15px 8%;
  }

  .newstopic .inner {
    width: 70%;
  }

  .newstopic .wrapper {
    width: 100%;
  }

  .timeline::before {
    bottom: 10px;
  }

  .timeline {
    margin-top: 60px;
  }

  .timeline-item {
    grid-template-columns: 130px 3fr;
  }

  .days__photo {
    padding: 0 10%;
  }

  .fluid {
    width: 300px;
  }

  .access__box {
    padding: 0 8%;
  }

  .access .inner {
    margin-top: 100px;
  }

  .newstopic .inner,
  .access .inner {
    padding: 0 8%;
  }

  .map iframe {
    aspect-ratio: 12 / 8;
  }

  .greeting {
    padding-top: 55px;
    margin-top: 120px;
  }

  .greeting .container {
    padding: 0 8% 100px 8%;
    padding-bottom: 100px;
  }

  .facility__img {
    width: 330px;
    margin-top: 50px;
  }

  .facility .txt {
    margin-top: 10px;
  }
}

@media(min-width:991px) {
  .site-visual {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    height: 757px;
  }

  .main-visual {
    width: 100%;
    height: 757px;
  }

  .main-visual__img {
    width: 100%;
    height: 757px;
    object-fit: cover;
    border-radius: 100px 0 0 0;
  }

  .pontage__title {
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0 30px 0 55px;
    background: none;
  }

  .pontage__title .title {
    writing-mode: vertical-rl;
    font-size: 1.125rem;
  }

  .pontage__title .title span {
    margin-top: 20px;
  }

  .pontage__title img {
    width: 50px;
    padding-top: 0;
  }

  .policy .container {
    padding-top: 100px;
    margin-top: -50px;
  }

  .policy .content {
    flex-direction: row;
    align-items: center;
    margin-top: 45px;
  }

  .policy__inner {
    width: 67%;
    padding: 0 6% 0 11%;
  }

  .policy .fade-in {
    text-align: left;
  }

  .policy__img {
    margin-top: 0;
  }

  .what__content {
    position: relative;
    background-position: top, center;
    height: 500px;
    margin-top: 210px;
  }

  .what__content .box {
    position: absolute;
    top: 100px;
    right: 137px;
    width: 450px;
  }

  .what__title {
    padding: 0 0 4%;
    font-size: 1.5rem;
    text-align: left;
  }

  .what__txt {
    padding: 0;
  }

  .pontage__photo02 {
    position: absolute;
    left: 38px;
    bottom: -130px;
    width: 40%;
  }

  .pontage-like {
    padding-top: 160px;
  }

  .pontage-like .container {
    padding-bottom: 10px;
    padding-right: 15%;
    background: #f2eee7;
  }

  .pontage-like .title {
    top: -30px;
    left: 80px;
    font-size: 1.375rem;
    text-align: left;
  }

  .pontage-like .en__title {
    font-size: 2rem;
    line-height: 1.6;
    text-align: left;
  }

  .like__title {
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .like__itembox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    padding: 130px 0 80px 30px;
    margin: 0 -120px 120px 0;
  }

  .item__photobox {
    width: 370px;
    padding: 0;
  }

  .item__ptoto01 {
    width: 370px;
    margin: 0px;
  }

  .item__photobox:nth-of-type(2) {
    margin-top: 30px;
  }

  .item__photobox:last-of-type {
    margin-bottom: 100px;
  }

  a.btn__1 {
    margin-top: 30px;
  }

  .newstopic .inner {
    position: relative;
    padding: 0;
  }

  .news-list {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .newstopic .container {
    width: 100%;
    padding: 0 0 110px 0;
  }

  .newstopic .wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--sub-black);
    padding: 0 0 1% 9%;
  }

  .newstopic .title,
  .access .title {
    font-size: 1.75rem;
  }

  .newstopic__title {
    margin-top: 5px;
    font-size: 1rem;
  }

  .newstopic .title::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 189px;
    width: 1px;
    height: 23px;
    background: var(--main-black);
  }

  .newstopic .en__title,
  .access .en__title {
    font-size: 1.125rem;
  }

  .newstopic .en__title::before,
  .access .en__title::before {
    left: -20px;
    top: 15px;
  }

  .newstopic .txt {
    position: relative;
    padding: 8px;
    margin: 25px 0 0 20px;
    font-size: 1rem;
    text-align: justify;
    line-height: 1;
    border-bottom: none;
    padding-left: 10px;
  }

  .newstopic .btn {
    width: 200px;
    right: 60px;
  }

  .img_wrap img {
    object-fit: cover;
  }

  .newstopic__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 9%;
    margin: 0 -10px;
  }

  .schedule {
    margin-top: 10px;
    font-size: 1.125rem;
  }

  .arrow-btn {
    font-size: 0.875rem;
  }

  .newstopicbtn .arrow-icon {
    width: 20px;
    height: 20px;
  }

  .newstopicbtn:hover .arrow-icon {
    right: -30px;
  }

  .pontage__imgbox {
    margin-top: 12px;
  }

  .pontage-photo01 {
    height: 450px;
  }

  .pontage-photo02 {
    height: 350px;
  }

  .pontage-days__box {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  .pontage-days {
    padding: 0 10%;
  }

  .pontage-days .title {
    padding-top: 50px;
    font-size: 1.5rem;
  }

  .timeline {
    margin: 80px 0 60px 50px;
    padding-left: 35px;
  }

  .timeline-item {
    margin-bottom: 50px;
  }

  .timeline::before {
    left: 39px;
    top: 15px;
    bottom: 58px;
  }

  .days__photo {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 65px 25px 0 15px;
  }

  .days__img {
    width: 300px;
  }

  .fluid {
    width: 290px;
    margin-top: 40px;
  }

  .fluid__txt {
    top: 108px;
  }

  .access .container {
    padding: 0 12%;
  }

  .access .inner {
    margin-top: 100px;
  }

  .access__box {
    flex-direction: row;
    justify-content: flex-start;
    gap: 26px;
  }

  .map iframe {
    aspect-ratio: 2 / 1;
  }

  .map {
    width: 70%;
    height: 50%;
  }

  .greeting {
    padding: 85px 0 95px 0;
    margin: 140px 0 -240px 0;
  }

  .greeting .container {
    padding: 0 23%;
  }

  .greeting .title {
    font-size: 2rem;
  }

  .greeting__txtbox {
    display: block;
    width: 100%;
    margin: 31px auto 0 auto;
    line-height: 1.6;
    overflow: hidden;
  }

  .greeting__txtbox .txt {
    line-height: 1.7;
  }

  .space {
    width: 1px;
    height: 100%;
  }

  .facility {
    clear: both;
    float: right;
    margin: 30px 0 0 45px;
  }

  .facility .txt {
    margin-top: 4px;
    text-align: center;
  }

  .facility__img {
    width: 300px;
    margin-top: 0;
  }

  .greeting__txtbox::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media(min-width:769px)and (max-width:1119px) {
  .newstopic {
    padding: 70px 0 50px 0;
    margin-bottom: 0;
  }

  .news-tab li {
    display: inline-block;
    width: 30%;
  }

  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-list {
    gap: 40px;
    margin-top: 90px;
  }

  .img_wrap img,
  .news-thumb,
  .newstopic__list {
    border-radius: 0 40px 0 0;
  }

  .news-category {
    padding: 5px 13px;
  }
}

@media (min-width:870px) and (max-width: 990px) {
  .pontage__title {
    padding-top: 130px;
  }

  .policy .fade-in {
        margin-top: 90px;
}
}

@media(min-width:991px) and (max-width:1300px) {
  .facility__img {
    width: 300px;
  }

  .map iframe {
    aspect-ratio: 1 / 1;
  }
}

@media(min-width:991px) and (max-width: 1214px) {
  .accordion .sub-menu {
    margin-left: 0;
  }
}

@media (min-width:1201px) {
  .newstopic .content {
    position: relative;
  }

  .newstopic .btn {
    position: absolute;
    right: 140px;
    top: 30px;
  }
}