@charset "utf-8";
/* =============================================================================
   変数定義
   ========================================================================== */

:root {
  --pink: #ff7287;
  --navy: #30416b;
    --blue: #0c72cd;
  --sky: #ccecfc;
  --black: #2d2d2d;

  --gothic: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --jost: "Jost", sans-serif;
  --heebo: "Heebo", sans-serif;
  
  
}



/* =============================================================================
   モバイルレイアウト : 599 px およびそれ以下
   ========================================================================== */
body#top {
  background-color: #eef9fd;
}
body#top .main .inner {
  padding-left: 5.33%;
  padding-right: 5.33%;
}

#contents { 
  padding-top: 0;
}

#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 {
}

section {
  margin-top: 6rem;
}



/* キービジュアル */
#fv {
  position: relative;
  z-index: -1;
}
#fv .textBox {
  width: 100%;
  height: 100%;
  padding: 2.7rem;
  padding-bottom: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
}
#fv .textBox h1 {
  color: white;
  font-size: 4.4rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.075em;
  width: 100%;
  text-shadow: 0 0 5px rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.6);
}
#fv .textBox h1 .en {
  font-size: 0.36em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin-top: 0.5em;
  display: block;
}

#contents_inner {
  background-image: url("../img/bg-lead-sp.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

/* Lead */
#lead {
  margin-top: 0;
  padding-top: 6rem;
}
#lead h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.2em;
}
#lead p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

/* Theme */
#theme h2 {
  color: var(--navy);
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 2.4rem;
  position: relative;
}
#theme h2::after {
  content: "";
  width: 1px;
  height: 3rem;
  display: block;
  background-color: var(--navy);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(50%);
}
#theme h2 .small {
  font-size: 0.36em;
  margin-top: 0.5em;
  display: block;
}

/* NEWS */
#news {
  margin-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}
#news::after {
  content: "";
  width: 100%;
  height: calc(100% - 21.7rem);
  display: block;
  background-image: url("../img/bg-news-sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#news .box {
  margin-bottom: 4rem;
  padding: 3rem 0;
  background-color: white;
  border-radius: 2.5rem;
  box-shadow: 0 0 8px rgba(0,160,238,0.6);
}
#news h2 {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.5em;
}
#news .newsList .date {
  display: block;
}
#news .newsList {
  height: 50rem;
  padding: 0 2rem;
  overflow-y: auto;
}
#news .newsList li {
  margin-bottom: 1em;
}
#news .newsList a {
  line-height: 1.6;
  text-decoration: none;
  margin-bottom: 0;
  padding-right: 3rem;
  display: block;
  transition: opacity 0.3s;
  position: relative;
}
#news .newsList a::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  background-image: url("../img/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#news .newsTitle a:hover {
  opacity: 0.6;
}
#news .newsList .newsTitle {
  margin-bottom: 0;
}
#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");
}
#news .linkBox {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#news .linkBox a {
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 0.05em;
  height: 19rem;
  padding: 0 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  border-radius: 2rem;
}
#news .linkBox a img {
  width: auto;
  height: 5rem;
  margin: 0 auto 0.5rem;
  display: block;
}
#news .linkBox a .small {
  font-size: 0.53em;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.6em;
  display: block;
}



/* バナー */
#banner {
  margin: 4rem 0;
}
#banner ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-column-gap: 1.5rem;
}
#banner ul li {
  width: 100%;
  margin-bottom: 0;
}
#banner ul li a.button {
  border-radius: 0 !important;
}

  






/* =============================================================================
   タブレットレイアウト : 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: 3rem;
  }
  
  #contents_inner {
    background-image: url("../img/bg-lead.png");
    background-size: 100% auto;
  }
  
  /* Theme */
  #theme {
    padding: 0 2rem;
  }
  
  /* NEWS */
  #news {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
  #news::after {
    background-image: url("../img/bg-news.jpg");
  }
  #news .box {
    margin-bottom: 6rem;
    padding: 4rem 0;
  }
  #news .newsList {
    height: 35rem;
    padding: 0 4rem;
  }
  #news .linkBox {
    flex-direction: row;
  }
  #news .linkBox a {
    width: calc((100% - 2rem) / 2);
  }
  
  
  /* バナー */
  #banner {
    margin: 6rem 0;
  }
  #banner ul {
    flex-direction: row;
    gap: 1.5rem;
  }
  #banner ul li {
    width: 26.8rem;
    max-width: 32%;
    height: 8rem;
  }
  #banner ul li a.button {
    width: 100%;
    height: 100%;
  }
  
}










/* =============================================================================
   パソコンレイアウト : 960 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 960px) {
  #top { /*overflow-y: scroll;*/ }
  
  #top #contents::before {
    width: 52rem;
    height: 62rem;
    top: 40%;
  }
  
  
  /* FV */
  #fv .textBox,
  #fv .imgBox {
    padding: 0;
  }
  #fv .imgBox {
    height: auto;
  }
  #fv .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #fv .textBox {
    padding: 6rem 7.5rem;
    -js-display: flex;
  }
  #fv .textBox h1 {
    font-size: 6.7rem;
  }
  #fv .textBox h1 .en {
    font-size: 2.1rem;
  }

  /* Lead */
  #lead {
    padding-top: 11rem;
  }
  #lead h2 {
    font-size: 3.6rem;
  }
  
  /* Theme */
  #theme {
    margin-top: 8rem;
  }
  #theme h2 {
    font-size: 5.2rem;
    padding-bottom: 4rem;
  }
  #theme h2::after {
    height: 5rem;
  }
  #theme h2 .small {
    font-size: 1.4rem;
    font-weight: 400;
  }
  
  /* NEWS */
  #news {
    margin-top: 9rem;
  }
  #news h2 {
    font-size: 3.5rem;
    text-align: left;
  }
  #news .box {
    padding: 5rem 0;
  }
  #news h2,
  #news .newsList {
    max-width: 128rem;
    margin: 0 auto 1.2em;
    padding: 0 4rem;
  }
  #news .newsList li {
    margin-bottom: 1.5em;
  }
  #news .newsList li a:hover {
    opacity: 0.6;
  }

  #news .linkBox a {
    font-size: 4.3rem;
    height: 26rem;
    transition: opacity 0.3s;
  }
  #news .linkBox a .small {
    font-size: 1.4rem;
  }
  #news .linkBox a:hover {
    opacity: 0.6;
  }
  #news .linkBox a img {
    height: 7rem;
  }
  
  
  
}





/* =============================================================================
   パソコンレイアウト : 1280 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1280px) {

}






/* =============================================================================
   パソコンレイアウト : 1560 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1560px) {
  body#top .inner,
  #theme {
    padding: 0 calc(50% - 700px);
  }
  #theme {
    padding: 0 calc(50% - 760px);
  }
  
}






/* =============================================================================
   パソコンレイアウト : 1640 px ～ 
   ========================================================================== */
@media print, screen and (min-width: 1640px) {
 
  
}








  





