
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/* 色の設定
------------------------------------------------------------*/
:root {
  --blue: #102040;
  --red: #BA0000;
  --grey: #F2F7F4;
}
/*------------------------------------------------------------*/




body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

.lenis-stopped {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  opacity: .7;
}
a[target="_blank"] {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #000;
}
a[target="_blank"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 6px;
  right: -20px;
  background-image: url('../img/icon_blank.svg');
  background-size: cover; /* 画像を全体にフィット */
  background-position: center; /* 中央に配置 */
  background-repeat: no-repeat; /* 繰り返しを防止 */
}
a[target="_blank"]:hover {
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
.text-small {
  font-size: 12px;
  line-height: 1.6;
}
.text-medium {
  font-size: 14px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 0.6em;
}
.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
border-bottom: 1px solid transparent;
}
}



header {}
header .inner {
  padding: 30px 20px 60px;
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
header .inner .logoBox {
  width: 500px;
  margin: 0 0 30px 0;
}
header .inner .school_nameBox {
}
header .inner .school_nameBox .school_name {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
header .inner .school_nameBox .school_lead {
  font-size: 16px;
}




/* 共通パーツ */


.indexArea {
  position: relative;
  width: 100%;
}
.indexArea .inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.indexArea .inner .column_2 {
  display: flex;
  margin: 0 0 50px 0;
}
.indexArea .inner .column_2 .leftBox,
.indexArea .inner .column_2 .rightBox {
  width: calc(100% / 2);
  display: flex;
}
.indexArea .inner .column_2 .leftBox .img,
.indexArea .inner .column_2 .rightBox .img {
  width: 200px;
}
.indexArea .inner .column_2 .leftBox .text,
.indexArea .inner .column_2 .rightBox .text {
  width: calc(100% - 200px);
  padding-left: 20px;
  font-size: 14px;
}
.indexArea .inner .column_2 .leftBox .text .schoolName,
.indexArea .inner .column_2 .rightBox .text .schoolName {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.indexArea .inner .column_2 .linkBtn {
  color: #fff;
  background: var(--blue);
  padding: 15px 20px;
  display: block;
  margin: 15px 0 0 0;
  text-align: center;
  width: 70%;
}
.indexArea .inner .column_2 .linkBtn:after {
  content: none;
}
.footerArea {
  width: 100%;
}
.footerArea .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
}
.footerArea .inner {
}
.footerArea .inner .img {
  width: 560px;
  margin: 0 auto 20px;
}
.footerArea .inner p a[target="_blank"]:after {
  content: none;
}




.copylightArea {
  width: 100%;
  background: var(--blue);
}
.copylightArea .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}





/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}

.sp_cvArea { 
  display: none;
}
.sp_followMenu {
  display: none;
}


/* PC　狭めたとき
-----------------------------------------------*/
@media screen and (max-width:1320px) {


  body {
    font-size: 1.2vw;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
  }


  a[target="_blank"]:after {
    content: "";
    display: block;
    width: 1.1vw;
    height: 1.1vw;
    position: absolute;
    bottom: .5vw;
    right: -1.5vw;
    background-image: url('../img/icon_blank.svg');
    background-size: cover; /* 画像を全体にフィット */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
  }


  .text-small {
    font-size: .9vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 1.4vw;
    line-height: 1.6;
  }



  header {}
  header .inner {
    padding: 2vw 1.5vw 4vw 3.5vw;
    position: relative;
  }
  header .inner .logoBox {
    width: 38vw;
    margin: 0 0 2.5vw 0;
  }
  header .inner .school_nameBox {
  }
  header .inner .school_nameBox .school_name {
    font-size: 2.7vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2vw;
  }
  header .inner .school_nameBox .school_lead {
    font-size: 1.2vw;
  }



  .indexArea {
    position: relative;
    width: 100%;
  }
  .indexArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 1.5vw 0 3.5vw;
    margin: 0 auto;
  }
  .indexArea .inner .column_2 {
    display: flex;
  }
  .indexArea .inner .column_2 .leftBox,
  .indexArea .inner .column_2 .rightBox {
    width: calc(100% / 2);
    display: flex;
  }
  .indexArea .inner .column_2 .leftBox .img,
  .indexArea .inner .column_2 .rightBox .img {
    width: 15vw;
  }
  .indexArea .inner .column_2 .leftBox .text,
  .indexArea .inner .column_2 .rightBox .text {
    width: calc(100% - 15vw);
    padding-left: 1.5vw;
    font-size: 1.1vw;
  }
  .indexArea .inner .column_2 .leftBox .text .schoolName,
  .indexArea .inner .column_2 .rightBox .text .schoolName {
    font-size: 1.6vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .8vw;
  }

  .indexArea .inner .column_2 .linkBtn {
    color: #fff;
    background: var(--blue);
    padding: 1.2vw 2vw;
    display: block;
    margin: 1.5vw 0 0 0;
    text-align: center;
    width: 70%;
  }
  .indexArea .inner .column_2 .linkBtn:after {
    content: none;
  }



  .footerArea {
    width: 100%;
  }
  .footerArea .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 4vw 4vw;
  }
  .footerArea .inner {
  }
  .footerArea .inner .img {
    width: 560px;
    margin: 0 auto 2vw;
  }
  .footerArea .inner p a[target="_blank"]:after {
    content: none;
  }




  .copylightArea {
    width: 100%;
    background: var(--blue);
  }
  .copylightArea .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 2vw 4vw;
    color: #fff;
    font-size: .9vw !important;
    text-align: center;
  }



}






@media screen and (max-width:1000px) {



}



/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/
  body {
    font-size: 3.6vw;
    line-height: 1.7;
    letter-spacing: 0.5px;
  }


  a[target="_blank"]:after {
    content: "";
    display: block;
    width: 3vw;
    height: 3vw;
    position: absolute;
    bottom: 1.2vw;
    right: -4vw;
    background-image: url('../img/icon_blank.svg');
    background-size: cover; /* 画像を全体にフィット */
    background-position: center; /* 中央に配置 */
    background-repeat: no-repeat; /* 繰り返しを防止 */
  }


  .text-small {
    font-size: 2.6vw;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }


  header {}
  header .inner {
    padding: 6vw 4vw;
    position: relative;
  }
  header .inner .logoBox {
    width: 90%;
    margin: 0 auto 2vw;
  }
  header .inner .school_nameBox {
    display: block;
    align-items: flex-end;
  }
  header .inner .school_nameBox .school_name {
    font-size: 7.6vw;
    font-weight: 700;
    padding-right: 0;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 4vw;
    text-align: center;
  }
  header .inner .school_nameBox .school_lead {
    font-size: 3.2vw;
    text-align: center;
  }




  .indexArea {
    position: relative;
    width: 100%;
  }
  .indexArea .inner {
    max-width: 1240px;
    width: 100%;
    padding: 0 4vw 4vw;
    margin: 0 auto;
  }
  .indexArea .inner .column_2 {
    display: block;
    margin: 0;
  }
  .indexArea .inner .column_2 .leftBox,
  .indexArea .inner .column_2 .rightBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12vw;
  }
  .indexArea .inner .column_2 .leftBox .img,
  .indexArea .inner .column_2 .rightBox .img {
    width: 100%;
    margin-bottom: 4vw;
    text-align: center;
  }
  .indexArea .inner .column_2 .leftBox .text,
  .indexArea .inner .column_2 .rightBox .text {
    width: 100%;
    margin-bottom: 0;
    font-size: 3.8vw;
  }
  .indexArea .inner .column_2 .leftBox .text .schoolName,
  .indexArea .inner .column_2 .rightBox .text .schoolName {
    font-size: 4.8vw;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 2vw;
  }

  .indexArea .inner .column_2 .linkBtn {
    color: #fff;
    background: var(--blue);
    padding: 3vw 4vw;
    display: block;
    margin: 4vw auto 0;
    text-align: center;
    width: 70%;
  }
  .indexArea .inner .column_2 .linkBtn:after {
    content: none;
  }


  .footerArea {
    width: 100%;
  }
  .footerArea .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 6vw 8vw 8vw;
  }
  .footerArea .inner {
  }
  .footerArea .inner .img {
    width: 100%;
    margin: 0 auto 2vw;
  }
  .footerArea .inner p {
    font-size: 3.2vw;
  }
  .footerArea .inner p a[target="_blank"]:after {
    content: none;
  }




  .copylightArea {
    width: 100%;
    background: var(--blue);
    margin-bottom: 15vw;
  }
  .copylightArea .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 4vw 8vw;
    color: #fff;
    font-size: 2.6vw !important;
    text-align: center;
  }




}
