/*フォント導入部分！小杉丸フォントとNoto Sans JPとZEN角ゴシックNEW*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/* 文字設定 */
p {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 450;
    letter-spacing: 0.5px;
    line-height: 1.5;
    padding: 0% 5%;
}
.text h2 {
    font-family: 'Kosugi Maru','Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    font-weight: 550;
    letter-spacing: .9px;
    padding: 20px 0 0;
    text-align: center;
  }

/*ボックス型のリンク関連の設定部分*/
.box_link{
    padding: 10px 5%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    background: #ffffff;
    border-radius: 5px;
    justify-content: center;
  }
  .item_link{
    display: flex;
    font-size: 1rem;
    font-family: 'Kosugi Maru','Noto Sans JP', sans-serif;
    position: relative;
    color: #000;
    border-radius: 20px;
    justify-content: center;
    text-decoration: none;
    border: #111A43 solid 3px;
    text-align: center;
    background-color: #ffffff;
    transition: 0.3s;
  }
  .item_link:hover{
    color:#fff;
    background-color: #111A43;
  }
  .item_link_pic{
    object-fit: cover;
    width: 120px;
    height: 60px;
  }
  h3{
    font-family: 'Kosugi Maru','Noto Sans JP', sans-serif;
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-block-start: 1em;
    margin-block-end: 1em;
  }
/*タイトルの設定部分(文字の構成部分)*/
.title h1{
    font-family: 'Zen Kaku Gothic New','Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    margin: 0;
  }
.title{
    font-family: 'Zen Kaku Gothic New','Noto Sans JP', sans-serif;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
  }
  .title::before{
    content: '';
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: linear-gradient(
      to right, 
      #ffffff 0%, #ffffff 20%,
      #ffffff 20%, #ffffff 40%, 
      #111A43 40%, #111A43 60%,
      #ffffff 60%, #ffffff 100% 
    );
  }
/*背景設定部分*/
.background{
    background-color: #ffffff;
    padding: 20px 0;
  }
/*テキスト設定部分*/
.text{
    background-color: #ffffff;
    border-radius: 5px;
   }
/*全体の設定部分*/
.container{
    margin: 60px 5% 0%;
  }
/*基本画像設定部分(画像設定にこだわりがなければこれにしておけば問題なし！！)*/
@media screen and (min-width: 768px) {
  .image{
    width: 80%;
    display: block;
    margin: auto;
}
}

@media screen and (max-width: 767px) {
    .image{
      width: 80%;
      display: block;
      margin: auto;
    }
  }
  
/*スケジュールの流れ*/
.sch {
  /*min-width: 400px;
  max-width: 400px;*/
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 4px solid #ca4;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sch {
    /*min-width: 400px;
    max-width: 400px;*/
    list-style: none;
    margin: 0 auto 0 2em;
    padding-left: 20px;
    border-left: 4px solid #ca4;
    box-sizing: border-box;
  }

}


.sch li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.sch span.sch_margin {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.sch span.sch_margin::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 23px;
  background: #ca4;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.sch .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding-left: 20px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 6px;
}
.text2 {
  position: relative;
  background-color: #F3F3F3;
  padding-bottom: 30px;
}
h4{
    font-family: 'Kosugi Maru','Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 2rem;
    text-align: left;

  }
.sch_text{
  text-align: left;
}

/*画像スライドショー*/

