@charset "UTF-8";

/*共通*/
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: "TazuganeGothicStdN-Book", sans-serif;
    line-height: 1.5;
    height: 100%;
    font-size: 20px;
    color: #2B323A;
    font-feature-settings: "palt";
}
/*Firefox専用のフォールバックフォントを指定*/
.is-firefox body {
  font-family: "Noto Sans JP", sans-serif;
}
.is-firefox .en-ttl {
  font-family: "Georgia", serif;
}

main {
    overflow: hidden;
    background-color: #fff;
}
section {
    background-color: #fff;
}
h1 {
    font-family: "TazuganeGothicStdN-Medium";
}
h2 {
    font-family: "TazuganeGothicStdN-Medium";
}

a {
    text-decoration: none;
    color: #2B323A;
}
a:hover {
    color: #BDD2E4;
    opacity: 0.5;
}

img {
    max-width: 100%;
    height: auto;
}
li {
    list-style: none;
}
.container {
    padding: 2vw 5vw;
    margin: 0 auto;
    max-width: 1200px;
}
.font-s {
    font-family: "TazuganeGothicStdN-Light";
}
.font-h {
    font-family: "TazuganeGothicStdN-Medium";
}
.en-ttl {
    font-family: "BodoniMTStd-Bold";
}
.en-s {
    font-family: "FrutigerNeue1450Pro-Book";
}
.page-up {
    padding: 1vw;

    .up-btn-icon {
        stroke: #748BB4;
        display: block;
        text-align: center;
    }
    & a {
        color: #4089B4;
        text-align: center;
    }
    & p {
        margin: 0;
    }
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-right {
    text-align: right;
}
strong {
    font-family: "TazuganeGothicStdN-Bold", sans-serif;
}


/* 公開途中 */
.comingsoon {
    margin: 5vw auto;
    color: #244E7D;

    & a {
        color: #4089B4;
    }
}

/* loading */
.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 1100;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.loading-image {
    background-image: url('../img/loading-text.svg');
    background-size: 100% 100%;
    background-position: center;
    width: 100vw;
    height: 90vh;
    animation: slide-in 3s ease-out forwards;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes slide-in {
    from {
        transform: translateX(100vh) skewX(-55deg);
        opacity: 0;
    }
    to {
        transform: translateX(-150vh) skewX(-5deg);
        opacity: 1;
    }
}

/* fadeup */
.show {
    animation-name: fadeUpAnime;
    animation-duration: 1.9s;
    animation-fill-mode: forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

.fadeup {
    opacity: 0;
}

  
/*header*/
header {
    position: relative;

    .pcmenu-wrapper {
        position: fixed;
        width: 100%;
        z-index: 100;
        transition: 0.5s;
    }
}
.pc-menu {

    & ul {
        display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    }
    & li {
        padding: 0.5vw 1vw 1vw;
    font-size: clamp(7px,1.5vw,15px);
    white-space: nowrap;
    position: relative;
    color: #4089B4;
    }
}
.pcmenu-wrapper:hover {
    background-color: #fff;
}
.menu-wrapper.fixed {
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
}

.pc-menu  ul a {
    color: #4089B4;
}
.children-menu {
    position: fixed;
    z-index: 4;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    left: 0;
    background-color: #fff;
  }
  .pc-menu li.has-child:hover > ul,
  .pc-menu li.has-child ul li:hover > ul,
  .pc-menu li.has-child:active > ul,
  .pc-menu li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .pc-menu li.has-child:hover > p,
  .pc-menu li.has-child ul li:hover > p {
    border-bottom: 1px solid #4089B4;
  }
.has-child p:hover {
    border-bottom: 1px solid #4089B4;
}
.top-logo {
    width: 4%;
    z-index: 5;
}

/*main*/
#top-image {
    position: relative;
}
#top-video {
	width:100%;
	height: 100vh;
	position: absolute;
    text-align: center;
    top: 0;
} 
.video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.video-container img {
    width: 100vw;
    opacity: 0.8;
}
.video-container video {
    width: 100vw;
    opacity: 0.8;
    height: auto;
}
/*TOPスライドショー　*/
/*#top-slideshow {
/*  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
    width:100%;
    height: 100vh;
    position: absolute;
    text-align: center;
    top: 0;
}

/*.slideshow-container {
/*  position: relative;
  width: 100%;
  height: 100%;
      position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}*/
#top-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeShow 16s infinite;
}
/*.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeShow 16s infinite;
  object-fit: cover;
}*/
.slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.pc-slides .slide:nth-child(1),
.sp-slides .slide:nth-child(1) { animation-delay: 0s; }

.pc-slides .slide:nth-child(2),
.sp-slides .slide:nth-child(2) { animation-delay: 4s; }

.pc-slides .slide:nth-child(3),
.sp-slides .slide:nth-child(3) { animation-delay: 8s; }

.pc-slides .slide:nth-child(4),
.sp-slides .slide:nth-child(4) { animation-delay: 12s; }
@keyframes fadeShow {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}

/* デフォルトはPC表示、スマホは非表示 */
.pc-slides {
  display: block;
}
.sp-slides {
  display: none;
}

/* スマホ表示時（768px以下）でPC非表示、SP表示 */
@media screen and (max-width: 768px) {
  .pc-slides {
    display: none;
  }
  .sp-slides {
    display: block;
  }
}


@media screen and (max-width: 768px) {
  .pc-only { display: none; }
  .sp-only { display: block; }
}
/*スライドショーここまで*/

.top-catch {
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #fff;
    padding: 5vw;
    /*height: 60vh; バナーがない時*/
    height: 70vh; /*バナーがある時*/
}

.catch-container {
    height: 32vh;
}

.catchphrase {
    position: sticky;
    top: 10%;
    z-index: 3;
    /*padding: 5vw 0 0; バナーがない時*/
    padding: 1vh 0 0; /*バナーがある時*/
    margin: 0 auto;
    text-align: center;

    & img {
        width: 12%;
    }
    .catchcopy img {
        width: 50%;
    }
    /*LPバナー*/
    .lpbanner {
        text-align: left;
    
        & img {
            width: 40%;
        }
    }
}

/*
.scrolled .catchphrase,
.scrolled #top-message {
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
*/

#top-message {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 5vw;
    margin-top: 10vw;
}
.top-content {
    background-color: #fff;
    text-align: center;
    color: #4089B4;
    font-weight: 600;
    padding-top: 3vh;
    font-size: 2rem;
}
.top-content h1 {
    font-size: 3rem;
    color: #4089B4;
    & span {
        font-size: 3.1rem;
    }
}

#gallery {
    padding: 5vw 0;
    position: relative;
}
.gallery-text {
    position: absolute;
    color: #244E7D;
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 2.5rem;
    z-index: 3;
    top: 1vw;
    left: 10vw;
    transform: scaleY(1.2);
}
.scroll-infinity__wrap {
    display: flex;
    height: 100%;
  }
@keyframes moving {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
.slider li {
    width: 40vh;
    height: auto;
}
.slider img {
    width: 100%;
}
.slider {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    animation: moving  20s infinite linear 1s both;

    .grid01 {
        transform: translateX(-0.38rem);
    }
    .grid02 {
        transform: translate(0.6rem,-2.38rem);
    }
    .grid03 {
        transform: translate(4.62rem,-1rem);
    }
    .grid04 {
        transform: translate(1.62rem,0rem);
    }
    .grid05 {
        transform: translate(2.3rem,-1.9rem);
    }
    .grid06 {
        transform: translate(0.5rem,1rem);
    }
    .grid07 {
        transform: translate(0.5rem,1rem);
        width: 38vh;
    }
}
.slider li:nth-child(3) {
    grid-column: span 2;
}




.before {
    color: #fff;
    padding: 6vw;
    position: relative;
}
.color-change {
    background-color: #4089B4;
    transition: background-color 0.5s ease-in-out;
}
.text-about {
    position: absolute;
    width: 14%;
    left: 13%;
    top: 8%;
}
.before-container {
    margin: 5vw auto 7vw;
    width: 70%;
}
.before h2 {
    font-size: 2.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1vw;

    & span {
        font-size: 1.9rem;
        vertical-align: 10%;
    }
}

.blue-line .line-text {
    position: relative;
    display: inline-block;
    margin: 0.5vw 0;
  }
  .line-marker.is-animated .line-text::before {
    animation: blue-line 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background-color: #2800E7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }
  .blue-line .line-text .line {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.1vw;
    position: relative;
    z-index: 1;
  }
   
  @keyframes blue-line {
    0% {
      opacity: 0;
      transform: scaleX(0) translateX(-5%);
    }
    30% {
      transform: scaleX(1) translateX(0);
    }
    100% {
      transform: scaleX(1) translateX(0);
    }
    30%, 100% {
      opacity: 1;
    }
  }

.before-text {
    color: #ECEBCC;
    line-height: 2.3rem;
    margin-top: 2vw;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}
.before-img {
    width: 42%;
}
.sis-img {
    width: 70%;
    margin: 0 auto 7vw;
}
.before-bottom {
    text-align: center;
    position: relative;

    & h3 {
        font-size: 1.5rem;
    }
    & p {
        font-size: 1.2rem;
        font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    }
}
.img-dots {
    position: absolute;
    width: 0.5vw;
    bottom: -12vw;
    left: 50%;
}
.now {
    text-align: center;
    margin: 6vw auto 0;

    & h2 {
        color: #244E7D;
        font-size: 2.9rem;
        margin: 4vw 0 0;
    }
    & h3 {
        color: #4089B4;
        font-size: 2rem;
    }
}

.go-more-btn {
    margin: 2vw auto;
    text-align: center;
}
.buttonIconText02 {
    display: flex;
    align-items: center;
    width: 15%;
    min-width: 10%;
    padding: 0.5vw 0vw 0.5vw 2.5vw;
    margin: 0 auto;
    font-size: 1rem;
    color: #244E7D;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #fff;
    border: 1px solid #748BB4;
    flex-direction: row-reverse;
    letter-spacing: 0.1rem;
  }
  
  
  .buttonIconText02_icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3vw;
    aspect-ratio: 1;
    overflow: hidden;
    stroke: #748BB4;
  }
  
  .buttonIconText02_text {
    flex-shrink: 1;
    width: 100%;
    padding-top: 0.3vw;
  }
  
  @media (any-hover: hover) {
    .buttonIconText02 {
      transition: background-color 0.2s;
    }
    
    .buttonIconText02_icon {
      transition: transform 0.2s;
    }
    .buttonIconText02:hover {
      background-color: #4089B4;
      color: #fff;

      .buttonIconText02_icon {
        stroke: #fff;
      }
    }
  
    .buttonIconText02:hover .buttonIconText02_icon {
      transform: translateX(4px);
    }

    .go-more-btn a:hover {
        opacity: 1;
    }
  
  }
  


  

#info h3, #news h3 {
    text-align: center;
    color: #4089B4;
    margin: 3vw auto 1vw;
}
#info h3 {
    font-size: 1.7rem;
}
#news h3 {
    font-size: 3rem;
}
.news-item {
    margin: 3vw auto 5vw;

    .en-s {
        color: #5B31B6;
        margin: 0;
    }
}

.post-item {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 0.1vw solid #5B31B6;
  padding: 2vw 0;
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.post-thumbnail {
/*  width: 25%;*/
  max-width: 200px;
  height: auto;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.post-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-text a {
  text-decoration: none;
  color: inherit;
}

.post-meta {
  display: flex;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #6BAED1;
  margin-bottom: 0.3rem;
}

.post-title {
  font-size: 1rem;
  color: #244E7D;
  margin: 0.3rem 0;
}

.post-tags {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  color: #6BAED1;
}

.post-tags .tag {
  margin-right: 0.5rem;
  display: inline-block;
}

.post-tags .tag a {
  color: #6BAED1;
  text-decoration: none;
}

.post-tags .tag a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.post-category .category-name {
  margin-right: 0.5em;
  display: inline-block;
  color: #6BAED1;
  font-size: 0.7rem;
}

.unei {
    background-color: #E9EBEF;
    margin: 6vw 0;

    .unei-ttl {
        color: #4089B4;
        font-size: 1.2rem;
    }
    & ul {
        display: flex;
        padding: 0;
        gap: 2vw;
        margin-bottom: 0;
    }
    & li {
        text-align: right;
    }
    & p {
        margin-top: 0;
    }
}
.kainkeikikan {
    border-top: 1px solid #244E7D;
    padding: 0vw;

    & a {
        color: #244E7D;
        padding-right: 1vw;
        display: block;
    }
}

.bottom-gallery {
    position: relative;
    margin-top: 18vw;

    & ul {
        padding: 0;
    }
    .bgi-01 {
        width: 50%;
        transform: translate(4rem,1rem);
        position: relative;
        z-index: 2;
    }
    .bgi-02 {
        transform: translate(1rem,-2rem);
        width: 70%;
        position: relative;
        left: 30%;
        z-index: 1;
    }
    .bgi-034 {
        display: flex;
        .bgi-03 {
            width: 50%;
            height: 100%;
            transform: translate(-1rem,-6rem);
        }
        .bgi-04 {
            width: 30%;
            height: 100%;
            transform: translate(1rem,2rem);
        }
    }
    .bgi-05 {
        width: 60%;
        position: relative;
        z-index: 1;
    }
    .bgi-06 {
        width: 50%;
        position: relative;
        left: 50%;
        transform: translateY(-5rem);
    }
    .bgi-07 {
        width: 40%;
        position: relative;
        z-index: 1;
        transform: translateY(-7rem);
    }
}
.text-weare {
    width: 35%;
    position: absolute;
    top: -6%;
    right: 15%;
    z-index: 3;
}

.middle-img {
    text-align: center;
}
.blog-banner {
    width: 30%;
    margin: 5vw auto;
}



/*footer*/
footer {
    color: #4089B4;
    background-color: #fff;
    padding: 5vw 0;

    & a {
        color: #4089B4;
    }
}
.footer_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
}
.footer-logo {
    width: 7%;
}

.footer-content ul {
    display: flex;
    font-size: 0.8rem;
    padding: 0;
    letter-spacing: 0.2rem;
}
.footer_address {
    padding: 0 2vw;
    font-size: 0.8rem;
}
.copyright {
    font-size: 0.5rem;
    color: #6BAED1;
}


/*SPサイズ*/
@media screen and (max-width: 767px) {
    body {
        font-size: 17px;
    }
    .pc {
        display: none;
    }
    .page-up {
    
        .up-btn-icon {
            height: 4.2vw;
        }
    }

/* loading */
.loader {
    width: 100vh;
    height: 100vh;
  }
.loading-image {
    background-size: 100% 100%;
    background-position: center;
    width: 100vh;
    height: 100vh;
    animation: slide-in 4s ease-out forwards;
}


/* menu sp */
.menu-wrapper {
    width: 100%;
    height: 16vw;
    position: fixed;
    transition: 0.5s;
    display: flex;
}
.splogo {
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 999;
    gap: 3vw;
    padding-left: 6vw;
    

    & img {
        width: 6%;
    }
}
.splogo a {
    font-size: 1.1rem;
    color: #244E7D;
    display: flex;
    align-items: center;
    gap: 3vw;
}
.menu-wrapper:hover {
    background-color: unset;
}
.menu-wrapper.fixed {
    opacity: 0.7;
}

#g-nav .panelactive {
    position:fixed;
    overflow-y: scroll;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

.circle-bg{
    position: fixed;
	z-index: 1000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ECD9E4;
	transform: scale(0);
	bottom: -50px;
    left: calc(50% - 50px);
    transition: all 1.3s;
}

.circle-bg.circleactive{
	transform: scale(50);
}

#g-nav-list {
    display: none;
    position: fixed;
    z-index: 1010; 
    width: 100%;
    height: 100vh;
    text-align: center;
    color: #244E7D;
    margin-top: 20vw;
    font-family: "TazuganeGothicStdN-Light";
    font-size: 1rem;

    & h2 {
        color: #fff;
    }
}
.g-nav-menu {
    overflow-y: scroll;
    max-height: 70vh;
}

#g-nav.panelactive #g-nav-list{
     display: block; 
}

#g-nav ul {
	opacity: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}

#g-nav.panelactive ul {
    opacity:1;
}

#g-nav.panelactive ul li{
animation-name: gnaviAnime;
animation-duration: 1s;
animation-delay: .2s;
animation-fill-mode: forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


#g-nav li {
	text-align: center; 
	list-style: none;
    padding: 1vw 0;
}

#g-nav li a {
	color: #244E7D;
	padding: 2vw;
	display: block;
	text-transform: uppercase;
    font-size: 1rem;
}



/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 1010;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
	background-color: #4089B4;
  	width: 60%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

.menupull {
    display: block;
    list-style: none;
    position: relative;
    padding-bottom: 3vw;
}
.menupull::-webkit-details-marker {
    display:none;
  }
  .menupull::after {
  content: "＋";
  margin: auto;
  color: #6BAED1;
  position: absolute;
  right: 1vw;
}
details[open] .menupull::after {
    content: "ー";
    color: #6BAED1;
}
details[open] .menupull {
    border-bottom: 1px solid #6BAED1;
    margin-bottom: 2vw;
}
details a {
    color: #6BAED1!important;
}
details p {
    margin: 0;
}
.spmenu-bottom {
    display: flex;
    text-align: left;
    justify-content: center;
    gap: 4vw;
    font-size: 0.8rem;
    margin-top: 2vw;

    & a {
        color: #244E7D;
        display: block;
        margin-bottom: 3vw;
    }
}


.catchphrase {
    max-width: 100%;

    & img {
        width: 30%;
    }
    .catchcopy img {
        width: 78%;
    }
    .lpbanner {
        margin-top: 8%;

        & img {
            width: 80%;
            margin-top: 15%;
        }
    }
}

.top-content p {
    letter-spacing: 0.1rem;
    line-height: 2.6rem;
    font-size: 1.3rem;
    margin: 0;
}

.top-content h1 {
    font-size: 1.5rem;
    margin: 9px 0px;

    & span {
        font-size: 1.8rem;
    }
    & p {
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
    }
}
#top-message {
    margin-top: 25vw;
    margin-bottom: 24vw;
}
#gallery {
    padding: 10vw 0 0;
}
.gallery-text {
    font-size: 1.5rem;
    left: 6vw;
    line-height: 1.6rem;
    top: -6%;
}
.slider {
    z-index: 2;
    gap: 3vw;

    .grid01 {
        transform: translateX(0.62rem);
    }
    .grid02 {
        transform: translate(0.6rem,-2.38rem);
    }
    .grid03 {
        transform: translate(4.62rem,-1rem);
    }
    .grid04 {
        transform: translate(1.62rem,0rem);
    }
    .grid05 {
        transform: translate(2.3rem,-1.9rem);
    }
    .grid06 {
        transform: translate(0.5rem,1rem);
    }
    .grid07 {
        transform: translate(0.5rem,1rem);
        width: 25vh;
    }
}
.slider li {
    width: 28vh;
}

.before {
    padding: 10vh 6vw 14vw;
    margin-top: -6vw;
}
.before-container {
    width: 90%;
    margin: 5vw auto 16vw;
}
.before h2 {
    font-size: 1.8rem;
    letter-spacing: 0.17rem;
    line-height: 2.3rem;
    margin-bottom: 3vw;

    & span {
        font-size: 1.3rem;
        vertical-align: 10%;
    }
}
.text-about {
    width: 29%;
    left: 5%;
    top: 7%;
}
.blue-line .line-text .line {
    font-size: 1.1rem;
    padding: 0 1vw;
}
.blue-line .line-text {
    margin: 1.7vw 0;
}
.before-text {
    line-height: 1.8rem;
    margin-top: 6vw;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}
.before-bottom {
    width: 90%;
    margin: 0 auto;

    & h3 {
        font-size: 1.2rem;
    }
    & p {
        font-size: 0.9rem;
        letter-spacing: 0.1rem;
        margin-bottom: 0;
    }
}
.before-img {
    width: 80%;
}
.img-dots {
    width: 1.2vw;
    bottom: -23vw;
}
#about .container {
    padding: 0;
}
.now {
    margin: 11vw auto;

    & h3 {
    font-size: 1.5rem;
    padding: 0 5vw;
    margin: 0 4vw;

    & span {
        font-size: 1.6rem;
    }
    }
    & h2 {
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    margin: 5.2vw 0;
    }
}
.sis-img {
    width: 100%;
    margin: 0 auto 2vw;
}

#info {
    margin: 8vh auto 5vh;

    & h3 {
        font-size: 2rem;
    }
}

#news {
    margin-top: 7vh;
}
#news h3 {
    font-size: 2rem;
}
.news-item {
    margin: 0 auto 7vw;
    width: 95%;

    .en-s {
        color: #5B31B6;
        font-size: 0.9rem;
    }
}

.post-item {
    flex-direction: row;
    gap: 3vw;

    .post-thumbnail {
        width: 30%;
/*        height: 22vw;*/
/*        padding-right: 3vw;*/
    }
      .post-text {
    width: 70%;
  }
    .post-thumbnail img {
        height: 100%;
    }
    & span {
        font-size: 0.7rem;
        padding-right: 2vw;
    }
    & p {
        margin: 0;
    }
}

.news-wrap {
    display: block;
    margin: 0 0 6vh;

    .news-item {
        width: 95%;
    }
}

.go-more-btn {
    margin: 12vw auto 0vw;
}
.buttonIconText02 {
    padding: 3vw 5vw 2vw 7vw;
    width: 37%;
}
.buttonIconText02_icon {
    width: 6vw;
}


#bottom {
    margin-top: 11vh;
}
.unei {
    padding: 4vw 0;

    & ul {
        display: block;
    }
    .unei-ttl {
        font-size: 1.3rem;
        text-align: center;
    }
    & p {
        margin-top: -2vw;
        font-size: 1.2rem;
    }
}
.kainkeikikan {
    border-top: 1px solid #244E7D;
    padding: 1vw 0 5vw;
    margin: 0 5vw;
}

.text-weare {
    width: 72%;
    top: -11%;
    right: 26%;
}

.blog-banner {
    margin: 6vh auto 0;
    width: 50%;
}

.bottom-gallery {
    margin-top: 25vh;
    margin-bottom: 15vw;
    padding-bottom: 12vh;
    

.bgi-01 {
    width: 80%;
    transform: translate(4rem,-3rem);
}
.bgi-02 {
    width: 100%;
    top: 3vw;
    left: -4vw;
}
.bgi-034 {

    .bgi-03 {
        width: 54%;
        transform: translate(0rem,-1rem);
    }
    .bgi-04 {
        width: 40%;
        transform: translate(1rem,3rem);
    }
}

.bgi-05 {
    width: 100%;
    transform: translateY(4rem);
}
.bgi-06 {
    width: 65%;
    left: 35%;
    transform: translateY(5rem);
}
.bgi-07 {
    width: 60%;
    transform: translateY(6rem);
}
}


.footer-content ul {
    display: block;
}
.footer-logo {
    width: 20%;
}
.footer_wrapper, .footer_address {
    padding: 0 8vw;
}


}
/*2025/05 ページネーションが追加されたらここは削除*/

.pagination.font-s {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
/*削除ここまで*/

/*PCサイズ*/
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
    
}

/* タブレット */
@media screen and (min-width:767px) and ( max-width: 1280px) {

    .catchphrase {
        padding: 5vw 0 0;
    }
    .catch-container {
        height: 52vh;
    }
    .video-container img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }




  }