@charset "utf-8";
/* =============================================================================
   変数定義
   ========================================================================== */

:root {
  --pink: #ff7287;
  --navy: #30416b;
  
  --gothic: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --shippori: 'Shippori Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  --zen: 'Zen Old Mincho', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



/* =============================================================================
   モバイルレイアウト : 599 px およびそれ以下
   ========================================================================== */
body#top {
  background-color: #f9f5e9;
  position: relative;
}

#top #header { 
  background-color: transparent; 
}
#top #header #h_logo {
  opacity: 0;
  transition: opacity 0.3s;
}
#top #header.show {
  background-color: white; 
}
#top #header.show #h_logo {
  opacity: 1;
}

#top #fig::before {
  display: none;
}
#top #fig::after {
  top: 70%;
}

#contents { 
  padding-top: 0;
}
#top #contents::before {
  content: "";
  width: 20rem;
  height: 24rem;
  display: block;
  background-image: url("../img/fig-left.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  left: 0;
  top: 30%;
}

#top .main {
  position: relative;
}



.slick-track img { display: block; }
.slick-track > * { display: none; }
.slick-initialized .slick-track > * { display: block; }
.slick-track { display: flex; }
p { margin-bottom: 1em;}
.main h2,
.main h3 {
  font-family: var(--zen);
}

section {
  margin-top: 6rem;
}



/* キービジュアル */
#fv {
  position: relative;
  z-index: -1;
}
#fv #topSlider {
  margin: 0;
  display: none;
}
#fv .textBox {
  width: 100%;
  height: 100%;
  padding: 2.7rem;
  padding-top: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
#fv .textBox h1 {
  font-size: 2.7rem;
  text-align: left;
  line-height: 1.33;
  position: relative;
}
#fv .textBox h1 .en {
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.04em;
}


/* About */
#about h2 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0.7em;
}
#about .lead {
  color: var(--pink);
  font-family: var(--zen);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
#about .lead .pc {
  display: none;
}
#about .readmore {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}
#about .readmore a {
  color: white;
  font-family: var(--zen);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 32.0rem;
  height: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  position: relative;
}
#about .readmore a:hover {
  opacity: 0.7;
}
#about .readmore a img {
  width: auto;
  height: 100%;
}


/* NEWS */
#news {
}
#news .inner {
  position: relative;
}
#news .colWrap {
  position: relative;
}
#news h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 27.6rem;
  height: 6.4rem;
  margin: 0 auto 3rem;
  background-color: transparent;
  background-image: url("../img/bg-news.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .newsBox {
  height: 70vh;
  overflow-y: auto;
}
#news .newsItem {
  font-family: var(--zen);
  font-weight: 400;
  padding: 1.7rem 0;
  display: block;
  border-bottom: solid 1px #bbbbbb;
}
#news .newsItem:first-of-type {
  padding-top: 0;
}
#news .newsInfo {
  font-family: var(--zen);
  margin-bottom: 0.7rem;
}
#news .newsInfo .date {
  line-height: 1;
  margin-right: 1.5rem; 
}
#news .newsTitle p {
  font-family: var(--zen);
  margin-bottom: 0;
}
#news .newsTitle a {
  color: #30416b;
  font-family: inherit;
  text-decoration: underline;
  margin-bottom: 0;
  transition: opacity 0.3s;
}
#news .newsTitle a:hover {
  opacity: 0.6;
}
#news .newsTitle i {
  width: 2em;
  height: 1em;
  margin: 0 0.3em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#news .newsTitle i.new {
  width: 4.4rem;
  height: 2rem;
  background-image: url("../img/ico-new.svg");
  transform: translateY(20%);
}
#news .newsTitle i.pdf {
  background-image: url("../img/ico-pdf.svg");
}
#news .newsTitle i.word {
  background-image: url("../img/ico-word.svg");
}
#news .newsTitle i.excel {
  background-image: url("../img/ico-excel.svg");
}
#news .newsTitle i.ppt {
  background-image: url("../img/ico-ppt.svg");
}
#news .newsTitle i.site {
  background-image: url("../img/ico-link.svg");
}



/* バナー */
#banner {
  border-top: solid 1px #bbbbbb;
  padding-top: 6rem;
}
#banner ul {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 1%;
}
#banner ul li {
  width: 49.5%;
  margin-bottom: 1rem;
}
#banner ul li:nth-of-type(odd) {
  margin-right: 1%;
}

  


/* ギャラリースライダー */
#gallery {
  
}
#gallerySlider .slick-slide {
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  grid-row-gap: 5px;
} 
#gallerySlider .slick-slide .wrap {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 5px;
}
#gallerySlider .slick-slide .wrap img {
  width: 185px;
} 
#gallerySlider .slick-slide > img {
  height: 100%;
} 
#gallerySlider .slick-slide img {
  margin-right: 5px;
} 




/* =============================================================================
   タブレットレイアウト : 600 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 600px) {
  
  .inner {
    margin-left: auto;
    margin-right: auto;
    padding: 0 3.125%;
  }
  
  
  /* FV */
  #fv {
    height: auto;
  }
  #fv .textBox {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  
  #about {
    margin-top: 10rem;
  }
  #about .lead .pc {
    display: block;
  }
  #about .readmore a {
    width: 34rem;
    height: 4.6rem;
  }
  
  
  /* NEWS */
  #news {
    margin-top: 12rem;
  }
  #news .newsBox {
    height: 420px;
  }
  
  
  /* バナー */
  #banner ul {
  }
  #banner ul li:nth-of-type(even) {
    margin-right: 0;
  }
  #banner ul li {
    width: calc(98% / 3) !important;
    margin-right: 1% !important;
  }
    #banner ul li:nth-of-type(3n) {
    margin-right: 0 !important;
  }
  
  
  /* ギャラリースライダー */
  #gallery {
  }
  
}










/* =============================================================================
   パソコンレイアウト : 1000 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1000px) {
  #top { /*overflow-y: scroll;*/ }
  
  #top #contents::before {
    width: 52rem;
    height: 62rem;
    top: 40%;
  }
  
  #top #header {
    color: white;
  }
  #top #header.show {
    color: #000;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 3px 3px rgba(0,0,0,0.16);
  }
  .nav .lang a .jp {
    border-color: white;
  }
  #header.show .nav .lang a .jp {
    border-color: #292b2c;
  }
  body.en .nav .lang a .en {
    border-bottom: solid 1px white;
  }
  body.en #header.show .nav .lang a .en {
    border-bottom: solid 1px #292b2c;
  }
  
  /* FV */
  #fv .textBox,
  #fv .imgBox {
    padding: 0;
  }
  #fv .imgBox {
    height: auto;
    max-height: 700px;
  }
  #fv .imgBox img {
    height: auto;
  }
  #fv .textBox {
    padding-top: 6rem;
    -js-display: flex;
  }
  #fv .textBox h1 {
    font-size: 5.4rem;
    text-align: left;
    padding-left: 6rem;
  }
  #fv .textBox h1 .en {
    font-size: 2.1rem;
  }

  /* About */
  #about h2 {
    font-size: 6.5rem;
    margin-bottom: 6rem;
  }
  #about .lead {
    font-size: 2rem;
  }
  #about .readmore {
    margin-top: 6rem;
  }
  
  /* NEWS */
  #news {
  }
  #news .inner {
    max-width: 158rem;
  }
  #news .colWrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    gap: 6.8rem;
  }
  #news .newsHeader {
    padding-top: 2.6rem;
    background-image: url("../img/bg-news.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #news h2 {
    text-align: center;
    width: 17rem;
    margin-bottom: 0;
    background-image: none;
  }
  #news .newsBox {
    padding-right: 60px;
    flex: 1;
  }
  
  /* banner */
  #banner ul {
    justify-content: flex-start;
  }
  #banner ul li:nth-of-type(3n) {
    margin-right: 1% !important;
  }
  #banner ul li {
    width: 24% !important;
    margin-right: 1% !important;
  }
  #banner ul li:nth-of-type(4n) {
    margin-right: 0 !important;
  }

/* ギャラリースライダー */
  #gallerySlider .slick-slide {
    height: 500px;
  } 
  #gallerySlider .slick-slide .wrap {
    width: 750px;
  }
  #gallerySlider .slick-slide .wrap img {
    width: 370px;
  } 

}







/* =============================================================================
   パソコンレイアウト : 1164 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1164px) {
  #fv .slide-item {
    width: 480px;
  }
}





/* =============================================================================
   パソコンレイアウト : 1280 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1280px) {
 
  
/* バナー */
  #banner .slide-item img {
    width: auto;
    height: 100%;
  }
  #banner .slick-prev {
    width: 5rem;
    height: 5rem;
    left: 0;
  }
  #banner .slick-next {
    width: 5rem;
    height: 5rem;
    right: 0;
  }
  
  
/* NEWS */
  #news .inner::after {
    width: 100vw;
    height: 55rem;
    right: auto;
    left: 50%;
    bottom: -26rem;
    transform: translateX(-24rem);
  }
  
  
}






/* =============================================================================
   パソコンレイアウト : 1640 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1640px) {
 
  #fv .textBox h1 {
    padding-left: calc(50% - 75rem);
  }
  
  
  
}








  





