@charset "UTF-8";
/* Scss Document */
/*色*/
/*course-------*/
/*スポーツマネジメントテクノロジ*/
/*スポーツ科学科*/
/*柔道*/
/*鍼灸*/
/*理学療法*/
/*作業療法*/
/*視能訓練*/
/*言語聴覚*/
/*社会福祉*/
/*精神保健福祉科*/
/*トータルビューティー科*/
/*-------course*/
/*linear-gradient-------*/
/*-------linear-gradient*/
/*-----------course*/
/*font*/
/* CSS Document */
/* ================= 目次 ======================

　1.  Body
　2.  reset.cssの追加分・レスポンシブ用imgの追加分
　3.  リンク・display:block or none;
　4.  フォント（font-size、color、font-weight、text-align、vertical-align）
　5.  レイアウト（container、block、float、column、hr）
　6.  パディング・マージン・横幅
　7.  背景（background、border）
　8.  リストスタイル
　9.  テーブル
　10. ロールオーバー
　11. clearfix

============================================= */
/* ----------------------------------------------
　1.  Body
---------------------------------------------- */
/* ----------------------------------------------
　2.  reset.cssの追加分
---------------------------------------------- */
/* ----------------------------------------------
　3.  リンク・display:block or none;
---------------------------------------------- */
/*--- リンク ----------*/
/*--- display ----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap");
.dBl {
  display: block;
}

.dNo {
  display: none;
}

.dNoPc {
  /* PCのみnone */
  display: none;
}

@media screen and (max-width: 767px) {
  .dNoPc {
    /* PCのみnone */
    display: block;
  }

  .dNoMb {
    /* MBのみnone */
    display: none;
  }
}
/* ----------------------------------------------
　4.  フォント（font-size、color、font-weight、text-align）
---------------------------------------------- */
/*--- font-size ----------*/
.ft10 {
  font-size: 10px !important;
  font-size: 1.0rem !important;
}

.ft11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.ft12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.ft13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.ft14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.ft15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.ft16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.ft17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.ft18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.ft19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.ft20 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}

.ft21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.ft22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.ft23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.ft24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.ft25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.ft30 {
  font-size: 30px !important;
  font-size: 3.0rem !important;
}

.ft35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.ft40 {
  font-size: 40px !important;
  font-size: 4.0rem !important;
}

.ft45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.ft50 {
  font-size: 50px !important;
  font-size: 5.0rem !important;
}

@media screen and (max-width: 767px) {
  .ft10 {
    font-size: 8px !important;
    font-size: 0.8rem !important;
  }

  .ft11 {
    font-size: 9px !important;
    font-size: 0.9rem !important;
  }

  .ft12 {
    font-size: 10px !important;
    font-size: 1.0rem !important;
  }

  .ft13 {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }

  .ft14 {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

  .ft15 {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }

  .ft16 {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }

  .ft17 {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }

  .ft18 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .ft19 {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }

  .ft20 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .ft21 {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }

  .ft22 {
    font-size: 20px !important;
    font-size: 2.0rem !important;
  }

  .ft23 {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }

  .ft24 {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }

  .ft25 {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }

  .ft30 {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }

  .ft35 {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }

  .ft40 {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }

  .ft45 {
    font-size: 43px !important;
    font-size: 4.3rem !important;
  }

  .ft50 {
    font-size: 48px !important;
    font-size: 4.8rem !important;
  }
}
/*--- color ----------*/
.clrRed {
  color: #F44336 !important;
}

.clrPink {
  color: #E91E63 !important;
}

.clrOrange {
  color: #FF5722 !important;
}

.clrYellow {
  color: #FFC107 !important;
}

.clrLime {
  color: #8BC304 !important;
}

.clrGreen {
  color: #4CAF50 !important;
}

.clrCyan {
  color: #00BCD4 !important;
}

.clrBlue {
  color: #1976D2 !important;
}

.clrNavy {
  color: #303F9F !important;
}

.clrPurple {
  color: #9C27B0 !important;
}

.clrBrown {
  color: #5D4037 !important;
}

.clrBlack {
  color: #000000 !important;
}

.clrWhite {
  color: #FFFFFF !important;
}

.clrGray {
  color: #9E9E9E !important;
}

/*--- font-weight ----------*/
.ftB {
  font-weight: bold;
}

/*--- text-align ----------*/
.txL {
  text-align: left;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

/*--- vertical-align ----------*/
.vaT, .vaM, .vaB, .vaBl {
  display: table-cell;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaB {
  vertical-align: bottom;
}

.vaBl {
  vertical-align: baseline;
}

/* ----------------------------------------------
　5.  レイアウト（contents、block、float、column、hr）
---------------------------------------------- */
/*--- container ----------*/
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.containerFull {
  max-width: 100%;
}

/* 横幅100% */
.containerFullPc {
  width: 100%;
}

/* PCのみ横幅100% */
.container:after {
  clear: both;
}

@media screen and (max-width: 1039px) {
  .container {
    width: 1000px;
    /*width: 96%;*/
    margin: 0 2%;
  }

  .containerFull {
    max-width: 100%;
    margin: 0 auto;
  }

  /* 横幅100% */
}
@media screen and (max-width: 767px) {
  .container {
    width: 96%;
    margin: 0   2%;
  }

  .containerFull {
    width: 100%;
    margin: 0 auto;
  }

  /* 横幅100% */
  .containerFullPc {
    width: 96%;
    margin: 0   2%;
  }

  /* PCのみ横幅100% */
  .containerFullMb {
    width: 100% !important;
    margin: 0;
  }

  /* MBのみ横幅100% */
}
/*--- block ----------*/
.bl {
  margin-bottom: 50px !important;
}

.blBoder {
  margin-bottom: 50px;
  border: 1px solid #BBB;
  padding: 20px;
}

.blNotice {
  margin-bottom: 50px;
  border: 5px solid #F44336;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .blBoder,
  .blNotice {
    margin: 0 10px 50px;
    padding: 10px;
  }
}
/*--- float ----------*/
.flL {
  float: left;
}

.flR {
  float: right;
}

.flLPc {
  float: left;
}

.flRPc {
  float: right;
}

@media screen and (max-width: 767px) {
  .flLPc,
  .flRPc {
    float: none;
  }
}
/*--- float（画像のfloat） ----------*/
.flImgL {
  float: left;
  margin-right: 10px;
}

.flImgR {
  float: right;
  margin-left: 10px;
}

.flImgLPc {
  float: left;
  margin-right: 10px;
}

.flImgRPc {
  float: right;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .flImgLPc,
  .flImgRPc {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
}
/*--- column（float） ----------*/
.clm2-1,
.clm2-2,
.clm3-1,
.clm3-2,
.clm3-3,
.clm4-1,
.clm4-2,
.clm4-4,
.clm5-1,
.clm5-3,
.clm5-5 {
  width: 100%;
  overflow: hidden;
}

ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div,
ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div,
ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div,
ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div {
  float: left;
  margin-bottom: 20px;
}

ul.clm2-1 > li a, .clm2-1 > dl > a, .clm2-1 > div > a,
ul.clm2-2 > li a, .clm2-2 > dl > a, .clm2-2 > div > a,
ul.clm3-1 > li a, .clm3-1 > dl > a, .clm3-1 > div > a,
ul.clm3-2 > li a, .clm3-2 > dl > a, .clm3-2 > div > a,
ul.clm3-3 > li a, .clm3-3 > dl > a, .clm3-3 > div > a,
ul.clm4-1 > li a, .clm4-1 > dl > a, .clm4-1 > div > a,
ul.clm4-2 > li a, .clm4-2 > dl > a, .clm4-2 > div > a,
ul.clm4-4 > li a, .clm4-4 > dl > a, .clm4-4 > div > a,
ul.clm5-1 > li a, .clm5-1 > dl > a, .clm5-1 > div > a,
ul.clm5-3 > li a, .clm5-3 > dl > a, .clm5-3 > div > a,
ul.clm5-5 > li a, .clm5-5 > dl > a, .clm5-5 > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
  ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div,
  ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
  ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
  ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div,
  ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
  ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
  ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div,
  ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
  ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
  ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div {
    float: left;
    margin-bottom: 10px;
  }
}
ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div {
  width: 49%;
  margin-right: 2%;
}

ul.clm2-1 > li:nth-child(2n), .clm2-1 > dl:nth-child(2n), .clm2-1 > div:nth-child(2n),
ul.clm2-2 > li:nth-child(2n), .clm2-2 > dl:nth-child(2n), .clm2-2 > div:nth-child(2n) {
  margin-right: 0;
}

ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div {
  width: 32%;
  margin-right: 2%;
}

ul.clm3-1 > li:nth-child(3n), .clm3-1 > dl:nth-child(3n), .clm3-1 > div:nth-child(3n),
ul.clm3-2 > li:nth-child(3n), .clm3-2 > dl:nth-child(3n), .clm3-2 > div:nth-child(3n),
ul.clm3-3 > li:nth-child(3n), .clm3-3 > dl:nth-child(3n), .clm3-3 > div:nth-child(3n) {
  margin-right: 0;
}

ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div {
  width: 23.5%;
  margin-right: 2%;
}

ul.clm4-1 > li:nth-child(4n), .clm4-1 > dl:nth-child(4n), .clm4-1 > div:nth-child(4n),
ul.clm4-2 > li:nth-child(4n), .clm4-2 > dl:nth-child(4n), .clm4-2 > div:nth-child(4n),
ul.clm4-4 > li:nth-child(4n), .clm4-4 > dl:nth-child(4n), .clm4-4 > div:nth-child(4n) {
  margin-right: 0;
}

ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div {
  width: 18.4%;
  margin-right: 2%;
}

ul.clm5-1 > li:nth-child(5n), .clm5-1 > dl:nth-child(5n), .clm5-1 > div:nth-child(5n),
ul.clm5-3 > li:nth-child(5n), .clm5-3 > dl:nth-child(5n), .clm5-3 > div:nth-child(5n),
ul.clm5-5 > li:nth-child(5n), .clm5-5 > dl:nth-child(5n), .clm5-5 > div:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
  ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
  ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
  ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div {
    width: 100%;
    margin-right: 0;
  }

  ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
  ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div {
    width: 49%;
    margin-right: 2%;
  }

  ul.clm3-2 > li:nth-child(3n), .clm3-2 > dl:nth-child(3n), .clm3-2 > div:nth-child(3n) {
    margin-right: 2%;
  }

  ul.clm3-2 > li:nth-child(2n), .clm3-2 > dl:nth-child(2n), .clm3-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  ul.clm4-2 > li:nth-child(2n), .clm4-2 > dl:nth-child(2n), .clm4-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div {
    width: 32%;
    margin-right: 2%;
  }

  ul.clm5-3 > li:nth-child(5n), .clm5-3 > dl:nth-child(5n), .clm5-3 > div:nth-child(5n) {
    margin-right: 2%;
  }

  ul.clm5-3 > li:nth-child(3n), .clm5-3 > dl:nth-child(3n), .clm5-3 > div:nth-child(3n) {
    margin-right: 0;
  }
}
/*--- column（inline-block） ----------*/
.clmIb2-1,
.clmIb2-2,
.clmIb3-1,
.clmIb3-2,
.clmIb3-3,
.clmIb4-1,
.clmIb4-2,
.clmIb4-4,
.clmIb5-1,
.clmIb5-3,
.clmIb5-5 {
  width: 100%;
  letter-spacing: -0.4em;
}

ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
ul.clmIb2-2 > li, .clmIb2-2 > dl, .clmIb2-2 > div,
ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
ul.clmIb3-3 > li, .clmIb3-3 > dl, .clmIb3-3 > div,
ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div,
ul.clmIb4-4 > li, .clmIb4-4 > dl, .clmIb4-4 > div,
ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div,
ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div,
ul.clmIb5-5 > li, .clmIb5-5 > dl, .clmIb5-5 > div {
  display: inline-block;
  letter-spacing: normal;
}

ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
ul.clmIb2-2 > li, .clmIb2-2 > dl, .clmIb2-2 > div {
  width: 50%;
}

ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
ul.clmIb3-3 > li, .clmIb3-3 > dl, .clmIb3-3 > div {
  width: 33.333%;
}

ul.clmIb3-1 > li:nth-child(3n+2), .clmIb3-1 > dl:nth-child(3n+2), .clmIb3-1 > div:nth-child(3n+2),
ul.clmIb3-2 > li:nth-child(3n+2), .clmIb3-2 > dl:nth-child(3n+2), .clmIb3-2 > div:nth-child(3n+2),
ul.clmIb3-3 > li:nth-child(3n+2), .clmIb3-3 > dl:nth-child(3n+2), .clmIb3-3 > div:nth-child(3n+2) {
  width: 33.334%;
}

ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div,
ul.clmIb4-4 > li, .clmIb4-4 > dl, .clmIb4-4 > div {
  width: 25%;
}

ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div,
ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div,
ul.clmIb5-5 > li, .clmIb5-5 > dl, .clmIb5-5 > div {
  width: 20%;
}

ul.clmIb2-1 > li a, .clmIb2-1 > dl > a, .clmIb2-1 > div > a,
ul.clmIb2-2 > li a, .clmIb2-2 > dl > a, .clmIb2-2 > div > a,
ul.clmIb3-1 > li a, .clmIb3-1 > dl > a, .clmIb3-1 > div > a,
ul.clmIb3-2 > li a, .clmIb3-2 > dl > a, .clmIb3-2 > div > a,
ul.clmIb3-3 > li a, .clmIb3-3 > dl > a, .clmIb3-3 > div > a,
ul.clmIb4-1 > li a, .clmIb4-1 > dl > a, .clmIb4-1 > div > a,
ul.clmIb4-2 > li a, .clmIb4-2 > dl > a, .clmIb4-2 > div > a,
ul.clmIb4-4 > li a, .clmIb4-4 > dl > a, .clmIb4-4 > div > a,
ul.clmIb5-1 > li a, .clmIb5-1 > dl > a, .clmIb5-1 > div > a,
ul.clmIb5-3 > li a, .clmIb5-3 > dl > a, .clmIb5-3 > div > a,
ul.clmIb5-5 > li a, .clmIb5-5 > dl > a, .clmIb5-5 > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
  ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
  ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
  ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div {
    width: 100%;
  }

  ul.clmIb3-1 > li:nth-child(3n+2), .clmIb3-1 > dl:nth-child(3n+2), .clmIb3-1 > div:nth-child(3n+2) {
    width: 100%;
  }

  ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
  ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div {
    width: 50%;
  }

  ul.clmIb3-2 > li:nth-child(3n+2), .clmIb3-2 > dl:nth-child(3n+2), .clmIb3-2 > div:nth-child(3n+2) {
    width: 50%;
  }

  ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div {
    width: 33.333%;
  }

  ul.clmIb5-3 > li:nth-child(3n+2), .clmIb5-3 > dl:nth-child(3n+2), .clmIb5-3 > div:nth-child(3n+2) {
    width: 33.334%;
  }
}
/*--- flexbox ----------*/
.clmFl2, ul.clmFl2 > li, .clmFl2 > dl,
.clmFl3, ul.clmFl3 > li, .clmFl3 > dl,
.clmFl4, ul.clmFl4 > li, .clmFl4 > dl,
.clmFl5, ul.clmFl5 > li, .clmFl5 > dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  justify-content: space-between;
  align-content: space-between;
  -ms-align-content: space-between;
  /* IE10 */
  -webkit-align-content: space-between;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
}

.clmFl2, ul.clmFl2 > li, .clmFl2 > dl {
  flex-basis: 49%;
}

.clmFl3, ul.clmFl3 > li, .clmFl3 > dl {
  flex-basis: 32%;
}

.clmFl4, ul.clmFl4 > li, .clmFl4 > dl {
  flex-basis: 23.5%;
}

.clmFl5, ul.clmFl5 > li, .clmFl5 > dl {
  flex-basis: 18.4%;
}

.clmFl2 a, ul.clmFl2 > li a, .clmFl2 > dl a,
.clmFl3 a, ul.clmFl3 > li a, .clmFl3 > dl a,
.clmFl4 a, ul.clmFl4 > li a, .clmFl4 > dl a,
.clmFl5 a, ul.clmFl5 > li a, .clmFl5 > dl a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--- flexbox（複数行に渡って上下左右の間隔を均等にする場合） ----------*/
.clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
.clmFlSp2-2, ul.clmFlSp2-2 > li, .clmFlSp2-2 > dl,
.clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
.clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
.clmFlSp3-3, ul.clmFlSp3-3 > li, .clmFlSp3-3 > dl,
.clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
.clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl,
.clmFlSp4-4, ul.clmFlSp4-4 > li, .clmFlSp4-4 > dl,
.clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl,
.clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl,
.clmFlSp5-5, ul.clmFlSp5-5 > li, .clmFlSp5-5 > dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
  margin: 0.5%;
}

.clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
.clmFlSp2-2, ul.clmFlSp2-2 > li, .clmFlSp2-2 > dl {
  flex-basis: 49%;
}

.clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
.clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
.clmFlSp3-3, ul.clmFlSp3-3 > li, .clmFlSp3-3 > dl {
  flex-basis: 32.333%;
}

.clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
.clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl,
.clmFlSp4-4, ul.clmFlSp4-4 > li, .clmFlSp4-4 > dl {
  flex-basis: 24%;
}

.clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl,
.clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl,
.clmFlSp5-5, ul.clmFlSp5-5 > li, .clmFlSp5-5 > dl {
  flex-basis: 19%;
}

.clmFlSp2-1 a, ul.clmFlSp2-1 > li a, .clmFlSp2-1 > dl > a,
.clmFlSp2-2 a, ul.clmFlSp2-2 > li a, .clmFlSp2-2 > dl > a,
.clmFlSp3-1 a, ul.clmFlSp3-1 > li a, .clmFlSp3-1 > dl > a,
.clmFlSp3-2 a, ul.clmFlSp3-2 > li a, .clmFlSp3-2 > dl > a,
.clmFlSp3-3 a, ul.clmFlSp3-3 > li a, .clmFlSp3-3 > dl > a,
.clmFlSp4-1 a, ul.clmFlSp4-1 > li a, .clmFlSp4-1 > dl > a,
.clmFlSp4-2 a, ul.clmFlSp4-2 > li a, .clmFlSp4-2 > dl > a,
.clmFlSp4-4 a, ul.clmFlSp4-4 > li a, .clmFlSp4-4 > dl > a,
.clmFlSp5-1 a, ul.clmFlSp5-1 > li a, .clmFlSp5-1 > dl > a,
.clmFlSp5-3 a, ul.clmFlSp5-3 > li a, .clmFlSp5-3 > dl > a,
.clmFlSp5-5 a, ul.clmFlSp5-5 > li a, .clmFlSp5-5 > dl > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
  .clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
  .clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
  .clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl {
    flex-basis: 100%;
    margin: 0 0 1% 0;
  }

  .clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
  .clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl {
    flex-basis: 49%;
  }

  .clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl {
    flex-basis: 32.333%;
  }
}
/*--- hr ----------*/
hr {
  border-top: 1px  solid #BBB;
}

hr.hrDotted {
  border-top: 1px dotted #666;
}

hr.hrDashed {
  border-top: 1px dashed #BBB;
}

hr.hrDouble {
  border-top: 3px double #BBB;
}

hr.hrFade {
  /* 両サイドがフェード */
  border: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

hr.hrStripe {
  /* ストライプ */
  height: 5px;
  background-image: linear-gradient(90deg, #999999, #999999 30%, rgba(153, 153, 153, 0) 30%, rgba(153, 153, 153, 0) 100%);
  background-size: 3px 100%;
  border-top: none;
}

hr.hrOblique {
  /* 斜線 */
  height: 5px;
  background-image: linear-gradient(-45deg, rgba(153, 153, 153, 0) 0%, rgba(153, 153, 153, 0) 30%, #999999 30%, #999999 50%, rgba(153, 153, 153, 0) 50%, rgba(153, 153, 153, 0) 80%, #999999 80%, #999999 100%);
  background-size: 4px 100%;
  border-top: none;
}

/* ----------------------------------------------
　6.  パディング・マージン・横幅
---------------------------------------------- */
/*--- 中央配置 ----------*/
.mgC {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*--- 上 ----------*/
.mgT0 {
  margin-top: 0px !important;
}

.mgT5 {
  margin-top: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT25 {
  margin-top: 25px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.pdT5 {
  padding-top: 5px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdT15 {
  padding-top: 15px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdT30 {
  padding-top: 30px !important;
}

.pdT40 {
  padding-top: 40px !important;
}

.pdT50 {
  padding-top: 50px !important;
}

/*--- 右 ----------*/
.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR25 {
  margin-right: 25px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

.pdR5 {
  padding-right: 5px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdR15 {
  padding-right: 15px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdR30 {
  padding-right: 30px !important;
}

.pdR40 {
  padding-right: 40px !important;
}

.pdR50 {
  padding-right: 50px !important;
}

/*--- 左 ----------*/
.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.pdL5 {
  padding-left: 5px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pdL50 {
  padding-left: 50px !important;
}

/*--- 下 ----------*/
.mgB0 {
  margin-bottom: 0px !important;
}

.mgB5 {
  margin-bottom: 5px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB25 {
  margin-bottom: 25px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.pdB5 {
  padding-bottom: 5px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdB15 {
  padding-bottom: 15px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdB25 {
  padding-bottom: 25px !important;
}

.pdB30 {
  padding-bottom: 30px !important;
}

.pdB40 {
  padding-bottom: 40px !important;
}

.pdB50 {
  padding-bottom: 50px !important;
}

/*--- 上下 ----------*/
.mgTB0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mgTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mgTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mgTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mgTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mgTB20 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mgTB30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mgTB40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mgTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.pdTB5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pdTB10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pdTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdTB25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.pdTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pdTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/*--- 左右 ----------*/
.mgLR0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mgLR10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mgLR15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mgLR20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mgLR25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mgLR30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mgLR40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mgLR50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.pdLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pdLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pdLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pdLR20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pdLR25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.pdLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pdLR40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pdLR50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/*--- 全体 ----------*/
.mgA0 {
  margin: 0px !important;
}

.mgA10 {
  margin: 10px !important;
}

.mgA15 {
  margin: 15px !important;
}

.mgA20 {
  margin: 20px !important;
}

.mgA25 {
  margin: 25px !important;
}

.mgA30 {
  margin: 30px !important;
}

.mgA40 {
  margin: 40px !important;
}

.mgA50 {
  margin: 50px !important;
}

.pdA5 {
  padding: 5px !important;
}

.pdA10 {
  padding: 10px !important;
}

.pdA15 {
  padding: 15px !important;
}

.pdA20 {
  padding: 20px !important;
}

.pdA25 {
  padding: 25px !important;
}

.pdA30 {
  padding: 30px !important;
}

.pdA40 {
  padding: 40px !important;
}

.pdA50 {
  padding: 50px !important;
}

/*--- 横幅 ----------*/
/* ピクセル */
.w1000 {
  width: 1000px;
}

.w950 {
  width: 950px;
}

.w900 {
  width: 900px;
}

.w850 {
  width: 850px;
}

.w800 {
  width: 800px;
}

.w750 {
  width: 750px;
}

.w700 {
  width: 700px;
}

.w650 {
  width: 650px;
}

.w600 {
  width: 600px;
}

.w550 {
  width: 550px;
}

.w500 {
  width: 500px;
}

.w450 {
  width: 450px;
}

.w400 {
  width: 400px;
}

.w350 {
  width: 350px;
}

.w300 {
  width: 300px;
}

.w250 {
  width: 250px;
}

.w200 {
  width: 200px;
}

.w150 {
  width: 150px;
}

.w100 {
  width: 100px;
}

.w50 {
  width: 50px;
}

/* パーセント */
.wP100 {
  width: 100%;
}

.wP95 {
  width: 95%;
}

.wP90 {
  width: 90%;
}

.wP85 {
  width: 85%;
}

.wP80 {
  width: 80%;
}

.wP75 {
  width: 75%;
}

.wP70 {
  width: 70%;
}

.wP65 {
  width: 65%;
}

.wP60 {
  width: 60%;
}

.wP55 {
  width: 55%;
}

.wP50 {
  width: 50%;
}

.wP45 {
  width: 45%;
}

.wP40 {
  width: 40%;
}

.wP35 {
  width: 35%;
}

.wP30 {
  width: 30%;
}

.wP25 {
  width: 25%;
}

.wP20 {
  width: 20%;
}

.wP15 {
  width: 15%;
}

.wP10 {
  width: 10%;
}

.wP5 {
  width: 5%;
}

/* ----------------------------------------------
　7.  背景（background、border）
---------------------------------------------- */
/*--- background-color ----------*/
.bgRed {
  background-color: #F44336 !important;
}

.bgPink {
  background-color: #E91E63 !important;
}

.bgOrange {
  background-color: #FF5722 !important;
}

.bgYellow {
  background-color: #FFEB3B !important;
}

.bgLime {
  background-color: #8BC34A !important;
}

.bgGreen {
  background-color: #4CAF50 !important;
}

.bgCyan {
  background-color: #00BCD4 !important;
}

.bgBlue {
  background-color: #1976D2 !important;
}

.bgNavy {
  background-color: #303F9F !important;
}

.bgPurple {
  background-color: #9C27B0 !important;
}

.bgBrown {
  background-color: #5D4037 !important;
}

.bgBlack {
  background-color: #000000 !important;
}

.bgWhite {
  background-color: #FFFFFF !important;
}

.bgGray {
  background-color: #9E9E9E !important;
}

/*--- background-color（淡い色[undertone]） ----------*/
.bgUPink {
  background-color: #FDE3ED !important;
}

.bgUCyan {
  background-color: #C9F1F5 !important;
}

.bgUYellow {
  background-color: #FFF9C4 !important;
}

.bgUGreen {
  background-color: #F2F5CD !important;
}

.bgUGray {
  background-color: #EAEAEA !important;
}

/*--- background-image（テクスチャ） ----------*/
.bgTNote {
  background-image: url(../../img/texture/note.jpg) !important;
}

.bgTCanvas {
  background-image: url(../../img/texture/canvas.jpg) !important;
}

.bgTGrid {
  background-image: url(../../img/texture/grid.jpg) !important;
}

.bgTCork {
  background-image: url(../../img/texture/cork.jpg) !important;
}

.bgTWood {
  background-image: url(../../img/texture/wood.jpg) !important;
}

/*--- border ----------*/
.bdRed {
  border: 1px solid #F44336 !important;
}

.bdPink {
  border: 1px solid #E91E63 !important;
}

.bdOrange {
  border: 1px solid #FF5722 !important;
}

.bdYellow {
  border: 1px solid #FFEB3B !important;
}

.bdLime {
  border: 1px solid #8BC34A !important;
}

.bdGreen {
  border: 1px solid #4CAF50 !important;
}

.bdCyan {
  border: 1px solid #00BCD4 !important;
}

.bdBlue {
  border: 1px solid #1976D2 !important;
}

.bdNavy {
  border: 1px solid #303F9F !important;
}

.bdPurple {
  border: 1px solid #9C27B0 !important;
}

.bdBrown {
  border: 1px solid #5D4037 !important;
}

.bdBlack {
  border: 1px solid #000000 !important;
}

.bdWhite {
  border: 1px solid #FFFFFF !important;
}

.bdGray {
  border: 1px solid #CCCCCC !important;
}

.bd1 {
  border-width: 1px !important;
}

.bd2 {
  border-width: 2px !important;
}

.bd3 {
  border-width: 3px !important;
}

.bd4 {
  border-width: 4px !important;
}

.bd5 {
  border-width: 5px !important;
}

.bd6 {
  border-width: 6px !important;
}

.bd7 {
  border-width: 7px !important;
}

.bd8 {
  border-width: 8px !important;
}

.bd9 {
  border-width: 9px !important;
}

.bd10 {
  border-width: 10px !important;
}

/* ----------------------------------------------
　8.  リストスタイル
---------------------------------------------- */
ul.lsDisc li,
ul.lsCircle li,
ul.lsSquare li {
  text-indent: -2.8rem;
  padding-left: 2.8rem;
}

ol.lsDecimal li,
ol.lsUpperAlpha li,
ol.lsLowerAlpha li {
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}

@media screen and (max-width: 767px) {
  ul.lsDisc li,
  ul.lsCircle li,
  ul.lsSquare li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }

  ol.lsDecimal li,
  ol.lsUpperAlpha li,
  ol.lsLowerAlpha li {
    text-indent: -1.2rem;
    padding-left: 1.2rem;
  }
}
ul.lsDisc li {
  list-style: inside disc;
}

ul.lsCircle li {
  list-style: inside circle;
}

ul.lsSquare li {
  list-style: inside square;
}

ol.lsDecimal li {
  list-style: inside decimal;
}

ol.lsUpperAlpha li {
  list-style: inside upper-alpha;
}

ol.lsLowerAlpha li {
  list-style: inside lower-alpha;
}

/* ----------------------------------------------
　9.  テーブル
---------------------------------------------- */
table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #BBB;
}

/* ----------------------------------------------
　10. ロールオーバー
---------------------------------------------- */
a:hover > img.ro {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

/* ----------------------------------------------
　11. clearfix
---------------------------------------------- */
.clear {
  clear: both;
  _zoom: 1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

/*--- cssハック ----------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: inline-block;
}

/*--- hides IE-mac \ ----------*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*--- hide  IE-mac ----------*/
/*------------------------------*/
/*loading*/
/*------------------------------*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #87131b;
  z-index: 1000;
}
.loading .loader_set {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loading .loader_set .loader_Circle {
  margin: 0 auto;
}
.loading .loader_set p {
  text-align: center;
  padding: 20px;
}

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/
.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}

.spinner7 > div {
  background-color: #fff;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}

.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
.loader_Circle,
.loader_Circle:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader_Circle {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.9);
  border-right: 1.1em solid rgba(255, 255, 255, 0.9);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.9);
  border-left: 1.1em solid #581213;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*==================================*/
/*font*/
/*==================================*/
.fontEn {
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
}

/*==================================*/
/*BASE*/
/*==================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
}

img {
  border: none;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

li img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}

/*------------------------------*/
/*box-sizing*/
/*------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}

/*------------------------------*/
/*form*/
/*------------------------------*/
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/*==================================*/
/*SITE STYLE*/
/*==================================*/
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 56.25%;
  }
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.8;
  letter-spacing: 0.09em;
  color: #111111;
  font-size: 1.4rem;
  /*sp*/
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1120px;
  }
}

/*IE*/
/*//*/
/*==================================*/
/*footer 固定 (IE11対応　2020)*/
/*==================================*/
/*------------------------------*/
/*LINK STYLE*/
/*------------------------------*/
a:link {
  color: #3f5685;
  text-decoration: underline;
}

a:visited {
  color: #3f5685;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a:hover,
a:hover img {
  cursor: pointer;
  color: #111;
  /*text-decoration: none;*/
  transition-property: all;
  transition: 0.3s linear;
}
@media print, screen and (min-width: 768px) {
  a:hover,
  a:hover img {
    opacity: 0.6;
  }
}

button {
  transition: all 0.3s;
}

.hover2, .p_btn, .p_btnArrow, .p_linklist li a, .p_slideArrows {
  display: block;
  transition: .3s;
}
.hover2--ib {
  display: inline-block;
}
.hover2:hover, .p_btn:hover, .p_btnArrow:hover, .p_linklist li a:hover, .p_slideArrows:hover {
  opacity: 1;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) translateX(-2px);
  z-index: 1;
  opacity: 1 !important;
}
.hover2:hover img, .p_btn:hover img, .p_btnArrow:hover img, .p_linklist li a:hover img, .p_slideArrows:hover img {
  opacity: 1;
}

/*------------------------------*/
/*etc/
/*------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

main {
  /*for ie*/
  display: block;
}

/*------------------------------*/
/*スマホ*/
/*------------------------------*/
@media screen and (max-width: 767px) {
  img, object, embed {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
  }

  img {
    /*ieで縮小表示奇麗に*/
    -ms-interpolation-mode: bicubic;
  }
}
/*---------------------
anime [common]
------------------------*/
.scrollin {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 900ms;
}

.scrollin.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__delay.__action {
  transition-delay: 600ms;
  transition-property: all;
}

.scrollin.__left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: all 900ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__left.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: all 900ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollin.__right.__action {
  opacity: 1;
  transform: translate(0, 0);
}

.scrollin.__list {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollin.__list > li,
.scrollin.__list > div {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 900ms;
}

.scrollin.__list.__action li,
.scrollin.__list.__action > div {
  opacity: 1;
  transform: translate(0, 0);
}
.scrollin.__list.__action li:nth-child(1),
.scrollin.__list.__action > div:nth-child(1) {
  transition-delay: 0.3s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(2),
.scrollin.__list.__action > div:nth-child(2) {
  transition-delay: 0.6s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(3),
.scrollin.__list.__action > div:nth-child(3) {
  transition-delay: 0.9s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(4),
.scrollin.__list.__action > div:nth-child(4) {
  transition-delay: 1.2s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(5),
.scrollin.__list.__action > div:nth-child(5) {
  transition-delay: 1.5s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(6),
.scrollin.__list.__action > div:nth-child(6) {
  transition-delay: 1.8s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(7),
.scrollin.__list.__action > div:nth-child(7) {
  transition-delay: 2.1s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(8),
.scrollin.__list.__action > div:nth-child(8) {
  transition-delay: 2.4s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(9),
.scrollin.__list.__action > div:nth-child(9) {
  transition-delay: 2.7s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(10),
.scrollin.__list.__action > div:nth-child(10) {
  transition-delay: 3s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(11),
.scrollin.__list.__action > div:nth-child(11) {
  transition-delay: 3.3s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(12),
.scrollin.__list.__action > div:nth-child(12) {
  transition-delay: 3.6s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(13),
.scrollin.__list.__action > div:nth-child(13) {
  transition-delay: 3.9s;
  transition-property: all;
}
.scrollin.__list.__action li:nth-child(14),
.scrollin.__list.__action > div:nth-child(14) {
  transition-delay: 4.2s;
  transition-property: all;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInNm {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*==================================*/
/*tab*/
/*==================================*/
.tab_main {
  display: none;
}

.tab_main.is_show {
  display: block;
  animation: tabAnim ease 0.6s forwards;
}

@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*------------------------------*/
/*slick.css  */
/*------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------*/
/* from [slick-theme.css ] */
/*------------------------------*/
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 100px;
}

.slick-dots li.slick-active {
  background-color: #fc3a52;
  height: 10px;
  width: 10px;
}

.slick-dots li button {
  display: none;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 1;
}

/*------------------------------*/
/* this site*/
/*------------------------------*/
/*slick*/
.slide-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -32px;
  background: url("../images/linkic.svg") no-repeat center center #fff;
  background-size: 20px;
  z-index: 2;
  border: 1px solid #3f5685;
  border-radius: 50%;
}
.slide-arrow.__type2 {
  width: 45px;
  height: 45px;
  background: url("../images/arrow_b.png") no-repeat center center #fff;
  background-size: 20px;
  right: 0;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .slide-arrow {
    right: 0;
    width: 39px;
    height: 39px;
    margin-top: -18px;
  }
}
.slide-arrow.prev-arrow {
  background: url("../images/linkic.svg") no-repeat center center #fff;
  background-size: 20px;
  left: -22px;
  right: inherit;
  transform: scale(-1, 1);
}
.slide-arrow.prev-arrow.__type2 {
  background: url("../images/arrow_b_l.png") no-repeat center center #fff;
  background-size: 20px;
  left: 0;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .slide-arrow.prev-arrow {
    left: 0;
  }
}
.slide-arrow.slick-disabled {
  opacity: 0;
}
.slide-arrow.next-arrow.__full {
  right: 0;
}
.slide-arrow.prev-arrow.__full {
  left: 0;
}

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 5px;
  width: 30px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background-color: #aaaaaa;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 20px;
    margin: 0 4px;
  }
}

.slick-dots li.slick-active {
  background-color: #434343;
  height: 5px;
  width: 30px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .slick-dots li.slick-active {
    width: 20px;
  }
}

.slick-dots li button {
  display: none;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 1;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:before,
  .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-container {
  max-width: 1080px;
  background: none;
  box-shadow: none;
  margin-bottom: 90px;
}

.modaal-content {
  padding: 0;
  margin: 20px 10px;
}

.modaal-content-container {
  background-color: #fff;
  padding: 0;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  width: 60px;
  height: 60px;
  background: url(../images/close_btn.png) top right no-repeat;
  background-size: contain;
}
.modaal-wrapper .modaal-close:after, .modaal-wrapper .modaal-close:before {
  display: none;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 40px;
    height: 40px;
  }
}
.modaal-inner-wrapper {
  padding: 0;
}

.modal {
  display: none;
}

.modal__inner {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .modal__inner {
    padding: 10px;
  }
}

/*------------------------------*/
/*container*/
/*------------------------------*/
.l_container {
  width: 1080px;
  margin: 0px auto;
}

.l_container_re {
  margin: 0px 90px;
}

@media only screen and (max-width: 767px) {
  .l_container {
    width: auto;
    margin: 0 20px;
  }
  .l_container--spNo {
    margin: 0;
  }
  .l_container--spFull {
    margin: 0;
  }
  .l_container--spMg {
    margin: 0 40px;
  }
  .l_container--spMg2 {
    margin-right: -20px;
    margin-left: -20px;
  }

  .l_container_re {
    width: auto;
    margin: 0 20px;
  }
  .l_container_re--spFull {
    margin: 0;
  }
  .l_container_re--spMg {
    margin: 0 40px;
  }
}
.l_container_small {
  width: 700px;
  margin: 0px auto;
}
@media only screen and (max-width: 767px) {
  .l_container_small {
    width: auto;
  }
}

/*====================================
section
====================================*/
.l_section {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .l_section {
    padding: 60px 0;
  }
}
.l_section--np {
  padding: 0;
}
.l_section--npb {
  padding-bottom: 0;
}
.l_section--bgImg {
  background-size: cover;
  background-repeat: no-repeat;
}
.l_section--mgT {
  margin-top: 90px;
}
.l_section--mgT2 {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .l_section--mgT2 {
    margin-top: 0px;
  }
}
.l_section--mgB {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .l_section--mgB {
    margin-bottom: 60px;
  }
}
.l_section--mgB2 {
  margin-bottom: 140px;
}
@media only screen and (max-width: 767px) {
  .l_section--mgB2 {
    margin-bottom: 110px;
  }
}

/*====================================
colum
====================================*/
.l_col {
  display: flex;
}
.l_col--center {
  justify-content: center;
}
.l_col--center_h {
  align-items: center;
}
.l_col--mb > div,
.l_col--mb > li {
  margin-bottom: 4%;
}
.l_col--mb_s > div,
.l_col--mb_s > li {
  margin-bottom: 10px;
}
.l_col--mb_m > div,
.l_col--mb_m > li {
  margin-bottom: 15px;
}
.l_col--mb_t > div,
.l_col--mb_t > li {
  margin-bottom: 4%;
}
@media print, screen and (min-width: 768px) {
  .l_col--mb_t > div:nth-of-type(even),
  .l_col--mb_t > li:nth-of-type(even) {
    margin-top: 4%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l_col--pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l_col--sp {
    display: block;
  }
}
.l_col--ai_fs {
  align-items: flex-start;
}
.l_col__item--1 {
  flex: 1;
}
.l_col--c2 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c2 > div,
.l_col--c2 > li {
  width: calc(50% - 4%);
  margin-right: 4%;
}
.l_col--c2f {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c2f > div,
.l_col--c2f > li {
  margin-right: 4%;
}
.l_col--c2f-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c2f-1 > div,
.l_col--c2f-1 > li {
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c2f-1 > div,
  .l_col--c2f-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .l_col--c2f-1 > div:last-of-type,
  .l_col--c2f-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.l_col--c2-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
@media print, screen and (min-width: 768px) {
  .l_container_re > .l_col--c2-1 {
    margin: 0 -90px 0 0;
  }
}
.l_col--c2-1 > div,
.l_col--c2-1 > li {
  width: calc(50% - 4%);
  margin-right: 4%;
}
@media print, screen and (min-width: 768px) {
  .l_container_re > .l_col--c2-1 > div, .l_container_re >
  .l_col--c2-1 > li {
    width: calc(50% - 90px);
    margin-right: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .l_col--c2-1 > div,
  .l_col--c2-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .l_col--c2-1 > div:last-of-type,
  .l_col--c2-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.l_col--c2s-1 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
@media print, screen and (min-width: 768px) {
  .l_container_re > .l_col--c2s-1 {
    margin: 0 -15px 0 0;
  }
}
.l_col--c2s-1 > div,
.l_col--c2s-1 > li {
  width: calc(50% - 15px);
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .l_container_re > .l_col--c2s-1 > div, .l_container_re >
  .l_col--c2s-1 > li {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l_col--c2s-1 > div,
  .l_col--c2s-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .l_col--c2s-1 > div:last-of-type,
  .l_col--c2s-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.l_col--c3 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c3 > div,
.l_col--c3 > li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}
.l_col--c3-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c3-1 > div,
.l_col--c3-1 > li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c3-1 > div,
  .l_col--c3-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .l_col--c3-1 > div:last-of-type,
  .l_col--c3-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.l_col--c3s-1 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
.l_col--c3s-1 > div,
.l_col--c3s-1 > li {
  width: calc(33.333% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l_col--c3s-1 > div,
  .l_col--c3s-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .l_col--c3s-1 > div:last-of-type,
  .l_col--c3s-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.l_col--c3-2 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c3-2 > div,
.l_col--c3-2 > li {
  width: calc(33.333% - 4%);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c3-2 > div,
  .l_col--c3-2 > li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--c3s-2 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
.l_col--c3s-2 > div,
.l_col--c3s-2 > li {
  width: calc(33.333% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l_col--c3s-2 > div,
  .l_col--c3s-2 > li {
    width: calc(50% - 15px);
    margin-bottom: 4%;
  }
}
.l_col--c4-2 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c4-2 > div,
.l_col--c4-2 > li {
  width: calc(25% - 4%);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c4-2 > div,
  .l_col--c4-2 > li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--c4s-2 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
.l_col--c4s-2 > div,
.l_col--c4s-2 > li {
  width: calc(25% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l_col--c4s-2 > div,
  .l_col--c4s-2 > li {
    width: calc(50% - 15px);
    margin-bottom: 15px;
  }
}
.l_col--c4-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c4-1 > div,
.l_col--c4-1 > li {
  width: calc(25% - 4%);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c4-1 > div,
  .l_col--c4-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
}
.l_col--c4s-1 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
.l_col--c4s-1 > div,
.l_col--c4s-1 > li {
  width: calc(25% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l_col--c4s-1 > div,
  .l_col--c4s-1 > li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l_col--c4 {
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
@media only screen and (max-width: 767px) {
  .l_col--c4 {
    margin: 0 -5px 0 0;
  }
}
.l_col--c4 > div,
.l_col--c4 > li {
  width: calc(25% - 10px);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .l_col--c4 > div,
  .l_col--c4 > li {
    margin-right: 5px;
    width: calc(25% - 5px);
    margin-bottom: 4%;
  }
}
.l_col--c5 {
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
@media only screen and (max-width: 767px) {
  .l_col--c5 {
    margin: 0 -5px 0 0;
  }
}
.l_col--c5 > div,
.l_col--c5 > li {
  width: calc(20% - 10px);
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .l_col--c5 > div,
  .l_col--c5 > li {
    margin-right: 5px;
    width: calc(20% - 5px);
    margin-bottom: 4%;
  }
}
.l_col--c5-2 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.l_col--c5-2 > div,
.l_col--c5-2 > li {
  width: calc(20% - 4%);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c5-2 > div,
  .l_col--c5-2 > li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--c6-2 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
@media only screen and (max-width: 767px) {
  .l_col--c6-2 {
    margin: 0 -4% 0 0;
  }
}
.l_col--c6-2 > div,
.l_col--c6-2 > li {
  width: calc(16.66666% - 15px);
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .l_col--c6-2 > div,
  .l_col--c6-2 > li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--c7-2 {
  flex-wrap: wrap;
  margin: 0 -15px 0 0;
}
@media only screen and (max-width: 767px) {
  .l_col--c7-2 {
    margin: 0 -4% 0 0;
  }
}
.l_col--c7-2 > div,
.l_col--c7-2 > li {
  width: calc(14.3% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .l_col--c7-2 > div,
  .l_col--c7-2 > li {
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--cF-2 {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .l_col--cF-2 {
    margin: 0 -4% 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l_col--cF-2 > div,
  .l_col--cF-2 > li {
    margin: 0 5px;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .l_col--cF-2 > div,
  .l_col--cF-2 > li {
    margin-right: 4%;
    width: calc(50% - 4%);
    margin-bottom: 4%;
  }
}
.l_col--mb_self {
  margin-bottom: 4%;
}
.l_col--mbNone {
  margin: 0;
}
.l_col--mbNone > div,
.l_col--mbNone > li {
  margin: 0;
}
.l_col--rr {
  flex-direction: row-reverse;
}
.l_col--mb-m {
  margin-bottom: -4%;
}

/*====================================
btn
====================================*/
a.p_btn {
  text-decoration: none;
  color: inherit;
}

.p_btn {
  display: inline-block;
  width: auto;
  position: relative;
  border-radius: 100px;
  background: url("../images/linkic.svg") no-repeat right 10px center, linear-gradient(90deg, #fff100 0%, #fdfaaa 100%);
  background-size: 24px, auto;
  min-width: 120px;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  transition: all .3s ease-out;
  border: 1px solid #434343;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .p_btn {
    min-width: inherit;
    font-size: 1.4rem;
    background-size: 14px, auto;
    padding: 10px 30px 10px 30px;
  }
}
.p_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
.p_btn--2 {
  background: url("../images/linkic.svg") no-repeat right 10px center #fff;
  background-size: 24px;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .p_btn--2 {
    background-size: 14px;
  }
}
.p_btn--off {
  pointer-events: none;
  opacity: 0.5;
}
.p_btn--more {
  background: url("../images/ic_more.svg") no-repeat right 15px center #fff;
  border: 1px solid #000;
}
.p_btn--more:before {
  display: none;
}
.p_btn--more.__open {
  background-image: url("../images/ic_more_c.svg");
}
.p_btn--more2 {
  background: none;
  border: none;
  line-height: 1;
  color: #3f5685;
  text-decoration: underline;
}
.p_btn--more2:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #434343;
  border-radius: 50%;
  background: url("../images/ic_more.svg") no-repeat center center #fff;
  vertical-align: middle;
  margin-right: 20px;
}
.p_btn--more2.__open:before {
  background-image: url("../images/ic_more_c.svg");
}
.p_btn--more3 {
  background: url("../images/ic_more.svg") no-repeat center center #fff;
  border: 1px solid #000;
  min-width: inherit;
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #434343;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p_btn--more3 {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.p_btn--more3:before {
  display: none;
}
.p_btn--more3.__open {
  background-image: url("../images/ic_more_c.svg");
}
.p_btn--arrow {
  background: url("../images/linkic.svg") no-repeat center center #fff;
  background-size: 18px;
  border: 1px solid #000;
  min-width: inherit;
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #434343;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p_btn--arrow {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.p_btn--arrow:before {
  display: none;
}
.p_btn--arrow.__open {
  background-image: url("../images/ic_more_c.svg");
}
.p_btn--blank {
  background: url("../images/linkic_brank.svg") no-repeat center center #fff;
  background-size: 15px;
  border: 1px solid #000;
  min-width: inherit;
  display: inline-block;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #434343;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p_btn--blank {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.p_btn--blank:before {
  display: none;
}
.p_btn--moreCenter {
  margin: 0 auto;
  display: block;
  width: 220px;
}
.p_btn--small {
  padding: 10px 35px 10px 20px;
  font-size: 1.4rem;
  min-width: inherit;
  line-height: 1.2;
  background-size: 20px;
}
.p_btn--big {
  padding: 30px 45px 30px 45px;
  font-size: 1.8rem;
  min-width: 400px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .p_btn--big {
    min-width: inherit;
    width: 100%;
  }
}
.p_btn--back {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #000;
  background-image: url("../images/linkic_r.svg");
  background-position: left 10px center;
}
.p_btn--next {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  color: #000;
}
.p_btn--blue {
  background: url("../images/linkic.svg") no-repeat right 10px center, linear-gradient(90deg, #7ecef4 0%, #9afbff 100%);
  background-size: 24px, auto;
}
.p_btn--green {
  background: url("../images/linkic.svg") no-repeat right 10px center, linear-gradient(90deg, #32e3a2 0%, #6afdc7 100%);
  background-size: 24px, auto;
}
.p_btn--pink {
  background: url("../images/linkic.svg") no-repeat right 10px center, linear-gradient(90deg, #ff80b3 0%, #fed2d5 100%);
  background-size: 24px, auto;
}

.p_btnArrow {
  display: inline-block;
  border-radius: 100px;
  background: url("../images/linkic.svg") no-repeat center center #fff;
  border: 1px solid #3f5685;
  background-size: 20px;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .p_btnArrow {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}

/*====================================
txtmarker
====================================*/
.p_txtmarker1 {
  background: linear-gradient(transparent 45%, #fff100 45%);
}

.p_txtmarker2 {
  background: linear-gradient(transparent 45%, #a8fc93 45%);
}

.p_txtmarker3 {
  background: linear-gradient(transparent 45%, #ffb9df 45%);
}

.p_txtmarker4 {
  background: linear-gradient(transparent 45%, #8deff7 45%);
}

/*====================================
title
====================================*/
.p_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.p_ttl__en {
  font-size: 6rem;
  line-height: 0.9;
  font-family: "Josefin Sans", sans-serif;
  color: #3f5685;
}
@media only screen and (max-width: 767px) {
  .p_ttl__en {
    font-size: 5rem;
    margin-top: 1.5rem;
  }
}
.p_ttl__en > span:nth-of-type(even) {
  color: #8795b0;
  vertical-align: -0.6rem;
}
.p_ttl__en:after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background: url("../images/ttl_line.jpg") repeat-x;
  margin: 10px auto 15px auto;
  line-height: 0;
}
.p_ttl__jp {
  font-size: 3.2rem;
  color: #3f5685;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p_ttl__jp {
    font-size: 2.4rem;
  }
}
.p_ttl--left {
  text-align: left;
  background: url("../images/ttl_line_tate.jpg") repeat-y top left;
  background-size: 5px;
  padding: 25px 10px 20px 40px;
}
@media only screen and (max-width: 767px) {
  .p_ttl--left {
    padding: 15px 10px 20px 20px;
  }
}
.p_ttl--left .p_ttl__en:after {
  display: none;
}
.p_ttl__studentBg {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p_ttl__studentBg {
    padding: 0 40px;
  }
}
.p_ttl__studentBg__img {
  width: 60px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p_ttl__studentBg__img {
    width: 40px;
  }
}
.p_ttl__studentBg__img img {
  width: 100%;
}
.p_ttl__studentBg__img.-right {
  left: inherit;
  right: 0;
}

.p_ttl--white .p_ttl__jp {
  color: #fff;
}
.p_ttl--white .p_ttl__en {
  color: #fff;
}

.p_ttl_s {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3.2rem;
  color: #3f5685;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p_ttl_s {
    font-size: 2.8rem;
  }
}
.p_ttl_s:after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background: url("../images/ttl_line.jpg") repeat-x;
  margin: 15px auto 10px auto;
  line-height: 0;
}

.p_ttl2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.p_ttl2:after {
  content: "";
  display: block;
  width: 35px;
  height: 16px;
  background: url("../images/bg_ttl2.svg") no-repeat top center;
  background-size: contain;
  margin: 10px auto 0 auto;
  line-height: 0;
}
.p_ttl2--blue:after {
  background-image: url("../images/bg_ttl2_blue.svg");
}
.p_ttl2--green:after {
  background-image: url("../images/bg_ttl2_green.svg");
}
.p_ttl2--pink:after {
  background-image: url("../images/bg_ttl2_pink.svg");
}

.p_ttl3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  background: url("../images/ttl_mg_nomal.svg") no-repeat left top 0;
  padding: 0.5rem 0 0.5rem 30px;
}
@media only screen and (max-width: 767px) {
  .p_ttl3 {
    font-size: 2rem;
    background-size: 15px;
    background-position: left top 0.1em;
  }
}

.p_ttl7 {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.p_ttl7__item {
  position: relative;
  display: inline-block;
  padding: 2px 20px;
}
.p_ttl7__item:before, .p_ttl7__item:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #3f5685;
  position: absolute;
}
.p_ttl7__item:before {
  top: 0;
  left: 0;
  transform: rotate(-30deg);
}
.p_ttl7__item:after {
  top: 0;
  right: 0;
  transform: rotate(23deg);
}

.p_ttl4 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.p_ttl4:before, .p_ttl4:after {
  content: "";
  height: 1px;
  flex: 1;
  background-color: #000;
  min-width: 2em;
}
.p_ttl4:before {
  margin-right: 1rem;
}
.p_ttl4:after {
  margin-left: 1rem;
}

.p_ttl5 {
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.p_ttl5--small {
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.p_ttl6 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .p_ttl6 {
    font-size: 2.2rem;
  }
}
.p_ttl6 span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.01em 0.1em;
  line-height: 1;
  background: linear-gradient(transparent 8%, #3f5685 8%);
  color: #fff;
}

/*====================================
bg
====================================*/
.p_bg1 {
  background-color: #f9f6f1 !important;
}

.p_bg2 {
  background: url("../images/bg_bm.jpg");
}

.p_bg_gra1 {
  background: linear-gradient(130deg, rgba(175, 215, 245, 0.2) 0%, rgba(245, 135, 192, 0.2) 50%, rgba(223, 232, 145, 0.2) 100%);
}

.p_bg_gra2 {
  /*sports*/
  background: linear-gradient(130deg, rgba(116, 231, 255, 0.2) 0%, rgba(145, 178, 255, 0.2) 50%, rgba(145, 178, 255, 0.2) 100%);
}

.p_bg_gra3 {
  /*medical*/
  background: linear-gradient(130deg, rgba(15, 223, 132, 0.2) 0%, rgba(224, 254, 11, 0.2) 50%, rgba(129, 255, 129, 0.2) 100%);
}

.p_bg_gra4 {
  /*beauty*/
  background: linear-gradient(130deg, rgba(252, 48, 154, 0.2) 0%, rgba(255, 180, 73, 0.2) 50%, rgba(252, 48, 154, 0.2));
}

.p_bg_gla1_f {
  background: linear-gradient(130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%) !important;
}

.p_bg_gla2_f {
  /*sports*/
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%) !important;
}

.p_bg_gla3_f {
  /*medical*/
  background-image: linear-gradient(120deg, #81ff81 1%, #60cc46 50%, #e0fe0b 97%) !important;
}

.p_bg_gla4_f {
  /*beauty*/
  background: linear-gradient(130deg, #ffc9d1 0%, #f35c99 50%, #f6b0cf) !important;
}

.p_bg_dotted {
  background: url("../images/bg_dotted.svg") no-repeat top left #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted {
    background-size: 60%;
  }
}
.p_bg_dotted--right {
  background: url("../images/bg_dotted_r.svg") no-repeat top right #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted--right {
    background-size: 60%;
  }
}

.p_bg_dotted__blue {
  background: url("../images/bg_dotted_blue.svg") no-repeat top left #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted__blue {
    background-size: 60%;
  }
}
.p_bg_dotted__blue--right {
  background: url("../images/bg_dotted_blue_r.svg") no-repeat top right #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted__blue--right {
    background-size: 60%;
  }
}

.p_bg_dotted__green {
  background: url("../images/bg_dotted_green.svg") no-repeat top left #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted__green {
    background-size: 60%;
  }
}
.p_bg_dotted__green--right {
  background: url("../images/bg_dotted_green_r.svg") no-repeat top right #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted__green--right {
    background-size: 60%;
  }
}

.p_bg_dotted__pink {
  background: url("../images/bg_dotted_pink.svg") no-repeat top left #fff;
  background-size: 240px;
}
@media only screen and (max-width: 767px) {
  .p_bg_dotted__pink {
    background-size: 60%;
  }
}
.p_bg_dotted__pink--right {
  background: url("../images/bg_dotted_pink_r.svg") no-repeat top right #fff;
  background-size: 240px;
}

.p_bg_img1 {
  background: url("../images/bg_dd_g.png") no-repeat top center;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p_bg_img1 {
    background-size: 150%;
  }
}

.p_color1_bg {
  background-color: #3f5685 !important;
}

.p_color2_bg {
  background-color: #fff100 !important;
}

.p_color3_bg {
  background-color: #08c17d !important;
}

.p_color4_bg {
  background-color: #03bad5 !important;
}

.p_color5_bg {
  background-color: #f35c99 !important;
}

.p_color6_bg {
  background-color: #f2fadf !important;
}

.p_bgStripe1 {
  background: repeating-linear-gradient(-45deg, #addadb, #addadb 1px, #fff 0, #fff 8px);
}

.p_bgStripe2 {
  background: repeating-linear-gradient(-45deg, #03bad5, #03bad5 1px, #fff 0, #fff 8px);
}

.p_bg_white {
  background-color: #fff !important;
}

/*====================================
linklist
====================================*/
.p_linklist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
  justify-content: center;
}
.p_linklist--left {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .p_linklist {
    margin: 0;
  }
}
.p_linklist li {
  width: calc(50% - 4%);
  margin: 0 4% 20px 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p_linklist li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.p_linklist li a {
  display: block;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  background-color: #FBFBFB;
  padding: 15px 40px 15px 20px;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 6px;
  text-align: left;
  line-height: 1.5;
}
.p_linklist li a:after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/linkic.svg") no-repeat center center;
  background-size: 13px;
  border: 1px solid #3f5685;
  transform-origin: center center;
  transition: transform .3s;
}
.p_linklist li a.-blank:after {
  background-image: url("../images/linkic_brank.svg");
}
.p_linklist li a .p_linklist__img {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .p_linklist li a .p_linklist__img {
    width: 35%;
    height: 100%;
    object-fit: cover;
  }
}
.p_linklist li a .p_linklist__img img {
  width: 100%;
}
.p_linklist li a p {
  flex: 1;
  margin-left: 20px;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .p_linklist li a p {
    line-height: 1.2;
  }
}
.p_linklist--center li a {
  justify-content: center;
}
.p_linklist--full li {
  width: 100%;
}
.p_linklist--off li a {
  pointer-events: none;
  border: 1px solid #ccc;
  color: #000;
}
.p_linklist--off li a:before, .p_linklist--off li a:after {
  background-color: #ccc;
}
.p_linklist--big li a {
  font-size: 2rem;
  font-weight: bold;
  padding: 0px 40px 0px 0px;
  border: 1px solid #3f5685;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p_linklist--big li a p {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle {
    margin: 0 -4% 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p_linklist--middle li {
    width: calc(33.333% - 4%);
  }
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle li {
    width: calc(50% - 2%);
    margin: 0 2% 10px 0;
  }
}
.p_linklist--middle li a {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0px 40px 0px 0px;
  border: 1px solid #3f5685;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle li a {
    padding: 0;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle li a:after {
    display: none;
  }
}
.p_linklist--middle li a .p_linklist__img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle li a .p_linklist__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p_linklist--middle li a p {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p_linklist--middle li a p {
    margin-left: 5px;
  }
}
.p_linklist__info {
  width: 100%;
  margin: 10px 0 15px 0;
  text-align: left;
}
.p_linklist--infoStyle li {
  align-items: flex-start;
}

.p_linklist__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.5 / 1;
  vertical-align: bottom;
  object-position: top;
}

@supports not (aspect-ratio: 1.5/1) {
  .p_linklist__img::before {
    float: left;
    padding-top: 66.666%;
    content: '';
  }

  .p_linklist__img::after {
    display: block;
    content: '';
    clear: both;
  }

  .p_linklist__img {
    position: relative;
    overflow: hidden;
  }
  .p_linklist__img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p_menulist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .p_menulist {
    margin: 0;
    display: block;
  }
}
.p_menulist li {
  border: 1px solid #979797;
  width: calc(33.333% - 20px);
  margin: 0 10px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .p_menulist li {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.p_menulist li a {
  text-decoration: none;
  display: flex;
  background-color: #fff;
  align-items: center;
  padding: 4px 30px 4px 4px;
  position: relative;
  min-height: 73px;
  height: 100%;
}
.p_menulist li a:before, .p_menulist li a:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/linkic_w.svg") no-repeat center center;
  background-size: 15px;
  background-color: #3f5685;
  transform-origin: center center;
  transition: transform .3s;
}
.p_menulist li a:before {
  background-image: none;
  opacity: 0.8;
}
.p_menulist li a:hover {
  opacity: 1;
}
.p_menulist li a:hover:after {
  transform: scale(1.2);
}
.p_menulist li a:hover:before {
  animation: btnAnime2 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite;
}
.p_menulist li a .p_menulist__img {
  width: 100px;
}
.p_menulist li a .p_menulist__img img {
  width: 100%;
}
.p_menulist li a p {
  flex: 1;
  margin-left: 20px;
}
.p_menulist li:nth-of-type(even) a:before, .p_menulist li:nth-of-type(even) a:after {
  background-color: #fff100;
}

@keyframes btnAnime {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.6);
    opacity: 0.0;
  }
}
@keyframes btnAnime2 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(2, 2);
    opacity: 0.0;
  }
}
/*====================================
image
====================================*/
.p_imgBg1 {
  position: relative;
  margin-bottom: 30px;
}
.p_imgBg1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #addadb, #addadb 1px, #fff 0, #fff 8px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.p_imgBg2 {
  position: relative;
  margin-bottom: 30px;
}
.p_imgBg2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, #08c17d, #08c17d 1px, #fff 0, #fff 8px);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

/*====================================
color
====================================*/
.p_color1 {
  color: #3f5685 !important;
}

.p_color2 {
  color: #fff100 !important;
}

.p_color2_txt {
  color: #F2B404 !important;
}

.p_color3 {
  color: #08c17d !important;
}

.p_color4 {
  color: #03bad5 !important;
}

.p_color5 {
  color: #f35c99 !important;
}

/*====================================
学科色
====================================*/
/*スポーツマネジメントテクノロジ*/
.p_color_spt {
  color: #d65b47 !important;
}
.p_color_smt {
  color: #b81c22 !important;
}

/*スポーツ科学科*/
.p_color_sp {
  color: #0053AC !important;
}

/*柔道*/
.p_color_ju {
  color: #00aca0 !important;
}

/*鍼灸*/
.p_color_ac {
  color: #DC6A83 !important;
}

/*理学療法*/
.p_color_pt {
  color: #F7AB19 !important;
}

/*作業療法*/
.p_color_ot {
  color: #e8453c !important;
}

/*視能訓練*/
.p_color_ort {
  color: #028BD7 !important;
}

/*言語聴覚*/
.p_color_st {
  color: #ad5da1 !important;
}

/*社会福祉*/
.p_color_sw {
  color: #0cad6d !important;
}

/*精神保健福祉科*/
.p_color_psw {
  color: #ec681e !important;
}

/*トータルビューティー科*/
.p_color_tb {
  color: #E93447 !important;
}

/*====================================
学科色（bg)
====================================*/
/*スポーツマネジメントテクノロジ*/
.p_color_bg_spt {
  background-color: #d65b47 !important;
}
.p_color_bg_smt {
  background-color: #b81c22 !important;
}

/*スポーツ科学科*/
.p_color_bg_sp {
  background-color: #0053AC !important;
}

/*柔道*/
.p_color_bg_ju {
  background-color: #00aca0 !important;
}

/*鍼灸*/
.p_color_bg_ac {
  background-color: #DC6A83 !important;
}

/*理学療法*/
.p_color_bg_pt {
  background-color: #F7AB19 !important;
}

/*作業療法*/
.p_color_bg_ot {
  background-color: #e8453c !important;
}

/*視能訓練*/
.p_color_bg_ort {
  background-color: #028BD7 !important;
}

/*言語聴覚*/
.p_color_bg_st {
  background-color: #ad5da1 !important;
}

/*社会福祉*/
.p_color_bg_sw {
  background-color: #0cad6d !important;
}

/*精神保健福祉科*/
.p_color_bg_psw {
  background-color: #ec681e !important;
}

/*トータルビューティー科*/
.p_color_bg_tb {
  background-color: #E93447 !important;
}

/*====================================
tabble
====================================*/
.p_table {
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  padding: 15px;
  background-color: #fff;
}
.p_table td {
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  padding: 15px;
}
.p_table td.-cellAl {
  padding-right: 40px;
  position: relative;
}
.p_table td.-cellAl:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #3f5685;
}
.p_table th {
  border-collapse: collapse;
  border: 1px solid #d2d2d2;
  background-color: #F9F9F9;
  padding: 15px;
  text-align: left;
  font-weight: normal;
}
.p_table.-fixed {
  table-layout: fixed;
}
.p_table.-center td, .p_table.-center th {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p_table--sp1 {
    border-bottom: none;
  }
  .p_table--sp1 td, .p_table--sp1 th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
.p_pageNavi {
  margin: 20px auto 30px auto;
  text-align: center;
  width: auto;
}
@media print, screen and (min-width: 768px) {
  .p_pageNavi {
    max-width: 1000px;
  }
}
.p_pageNavi__inner {
  display: inline-flex;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .p_pageNavi__inner {
    max-width: 100%;
  }
}
.p_pageNavi ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .p_pageNavi ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 5px 20px;
    overflow-x: auto;
    margin: 0 5px;
  }
}
.p_pageNavi ul li {
  margin: 5px 10px 5px 0;
  border-right: 1px solid #ccc;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .p_pageNavi ul li {
    flex: 0 0 auto;
  }
}
.p_pageNavi ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.p_pageNavi ul li:last-child a {
  padding-right: 0;
}
.p_pageNavi ul li a {
  display: block;
  padding: 0px 10px 0px 14px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  background: url("../images/link_ic_u.png") no-repeat left top 0.3em;
  background-size: 8px;
}
.p_pageNavi.__fixed {
  position: fixed;
  width: 100%;
  max-width: inherit;
  top: 100px;
  left: 0;
  z-index: 99;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p_pageNavi.__fixed {
    top: 55px;
    padding: 0 0;
  }
}
.p_pageNavi.__fixed .p_pageNavi__inner {
  width: 100%;
  border-left: none;
  border-right: none;
}
.p_pageNavi.__fixed ul {
  margin: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p_pageNavi.__fixed ul {
    max-width: 1000px;
  }
}

.p_box {
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
.p_box__inner {
  margin: 10px 10px;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p_box__inner {
    margin: 5px;
    padding: 10px;
  }
}
.p_box--nb {
  border: none;
}
.p_box--c1 {
  border: 1px solid #3f5685;
}
@media only screen and (max-width: 767px) {
  .p_box {
    padding: 20px;
  }
}
.p_box--small {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .p_box--small {
    padding: 15px;
  }
}
.p_box--small2 {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .p_box--small2 {
    padding: 10px;
  }
}
.p_box--big {
  padding: 60px 60px;
}
@media only screen and (max-width: 767px) {
  .p_box--big {
    padding: 40px 20px;
  }
}
.p_box--ray {
  background: repeating-linear-gradient(-45deg, #addadb, #addadb 1px, #fff 0, #fff 8px);
  border: none;
}
.p_box--ray_pink {
  background: repeating-linear-gradient(-45deg, #ffc8f7, #ffc8f7 1px, #fff 0, #fff 8px);
  border: none;
}
.p_box--ray_green {
  background: repeating-linear-gradient(-45deg, #8be289, #8be289 1px, #fff 0, #fff 8px);
  border: none;
}
.p_box--btn {
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .p_box--btn {
    padding: 10px;
  }
}
.p_box--npd {
  padding: 0;
}
.p_box--npd_lr {
  padding-left: 0;
  padding-right: 0;
}
.p_box--npd_tb {
  padding-top: 0;
  padding-bottom: 0;
}
.p_box--br {
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .p_box--br {
    border-radius: 20px;
  }
}

.p_link li a {
  display: block;
  background: url("../images/linkshape_ic4.svg") no-repeat left 10px center #fff;
  background-size: 30px;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  transition: .3s;
}
.p_link li a:hover {
  opacity: 1;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) translateX(-2px);
  z-index: 1;
}
.p_link li a:hover img {
  opacity: 1;
}
.p_link--c2 li a {
  background-image: url("../images/linkshape_ic3.svg");
}
.p_link--c3 li a {
  background-image: url("../images/linkshape_ic2.svg");
}
.p_link--c4 li a {
  background-image: url("../images/linkshape_ic.svg");
}

.p_accordionMt__more {
  text-align: center;
  border-radius: 100px;
  padding: 0;
  position: relative;
  text-decoration: none !important;
  color: #000 !important;
  display: block;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 10em;
  margin: 0 auto;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.p_accordionMt__more:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/ic_more.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.p_accordionMt__more.__open:after {
  background: url("../images/ic_more_c.png") no-repeat;
  background-size: contain;
}

.p_linkoff {
  pointer-events: none;
  color: inherit !important;
}

.p_linkoff_color {
  color: inherit !important;
}

.p_note {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #717171;
}
.p_note--small {
  font-size: 1rem;
}
.p_note--center {
  width: fit-content;
  margin: auto;
}
.p_note--right {
  width: fit-content;
  margin-left: auto;
}

ul.p_list_note {
  padding-left: 22px;
  list-style-type: none;
}
ul.p_list_note--center {
  width: fit-content;
  margin: auto;
}
ul.p_list_note--right {
  width: fit-content;
  margin-left: auto;
}

ul.p_list_note li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #717171;
}

ul.p_list_note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.p_imgBr {
  border-radius: 6px;
}

.p_imgBr2 {
  border-radius: 15px;
}

.p_bdl {
  border: 1px solid #d2d2d2;
}

.p_bdl_w {
  border: 1px solid #fff;
}

.p_hr {
  border-top: 1px solid #d2d2d2;
}

.p_hr2 {
  position: relative;
  border: none;
  height: 1px;
  background-color: #d2d2d2;
  display: block;
  overflow: visible;
}
.p_hr2:before, .p_hr2:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #d2d2d2;
  border-radius: 50%;
  line-height: 0;
  font-size: 0;
  position: absolute;
}
.p_hr2:before {
  top: -3px;
  left: -1px;
}
.p_hr2:after {
  top: -3px;
  right: -1px;
}

.p_hr3 {
  border: none;
  height: 12px;
  box-shadow: inset 0 12px 20px -10px rgba(0, 0, 0, 0.09);
}

.p_num {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  padding: 5px;
  line-height: 1;
  vertical-align: middle;
  background-color: #3f5685;
  color: #fff;
}

.p_imgVb {
  vertical-align: bottom;
}

.p_colum {
  margin-bottom: 30px;
  word-wrap: break-word;
}
.p_colum ul, .p_colum p, .p_colum table {
  margin-bottom: 1em;
}

.p_day {
  font-size: 3rem;
}
.p_day__w {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 2px;
  line-height: 1;
  margin: 0 0.5rem;
}

.p_txtRound {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 5px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  vertical-align: 0.1em;
}

.p_tab__link {
  display: block;
}

.p_pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #26374f;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 1px solid #fff;
  z-index: 200;
}
@media only screen and (max-width: 767px) {
  .p_pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p_pagetop span {
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 5px;
}

/*====================================
list num（かっこ数字）
====================================*/
ul.u_list_num_k {
  padding: 0 0 0 40px !important;
  margin: 0;
}

ul.u_list_num_k > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}

ul.u_list_num_k > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

/*====================================
list num （マル数字）
====================================*/
ul.u_list_num_m {
  list-style-type: none !important;
  counter-reset: number;
  /* カウンターを初期化 */
  padding: 0 0 0 15px !important;
}

ul.u_list_num_m > li {
  position: relative;
}

/* beforeでカウンターを作成 */
ul.u_list_num_m > li::before {
  content: counter(number);
  counter-increment: number;
  padding: 0 0.5em 0 0.2em;
}

/* afterで○を作る */
ul.u_list_num_m > li::after {
  content: '';
  position: absolute;
  display: block;
  top: 0.3em;
  left: -0.1em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  border-radius: 50%;
}

/*====================================
etc
====================================*/
.p_photoMix {
  display: inline-block;
  position: relative;
}
.p_photoMix img {
  vertical-align: bottom;
}
.p_photoMix__main {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 4vw 4vw 0);
  clip-path: inset(0 4vw 4vw 0);
}
.p_photoMix__main--center {
  -webkit-clip-path: inset(10%);
  clip-path: inset(10%);
}
.p_photoMix__bg {
  position: relative;
}
.p_photoMix__bg:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #afd7f5;
  background: linear-gradient(130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%);
  mix-blend-mode: hard-light;
  opacity: 0.6;
}
.p_photoMix--sports .p_photoMix__bg:after {
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
}
.p_photoMix--medical .p_photoMix__bg:after {
  background: linear-gradient(130deg, #0fdf84 0%, #e0fe0b 50%, #81ff81 100%);
  opacity: 0.6;
}
.p_photoMix--beauty .p_photoMix__bg:after {
  background: linear-gradient(130deg, #fc309a 0%, #ffb449 50%, #fc309a);
}
.p_photoMix--ju .p_photoMix__bg:after {
  background: linear-gradient(130deg, #000cac 0%, #00aca0 50%, #00aca0 100%);
  opacity: 0.5;
}
.p_photoMix--ac .p_photoMix__bg:after {
  background: linear-gradient(130deg, #dcc36a 0%, #e5617e 50%, #DC6A83 100%);
}
.p_photoMix--pt .p_photoMix__bg:after {
  background: linear-gradient(130deg, #65f719 0%, #ffae11 50%, #F7AB19 100%);
}
.p_photoMix--ot .p_photoMix__bg:after {
  background: linear-gradient(130deg, #dfe83c 0%, #f33b31 50%, #e8453c 100%);
}
.p_photoMix--ort .p_photoMix__bg:after {
  background: linear-gradient(130deg, #4e02d7 0%, #008cd9 50%, #028BD7 100%);
}
.p_photoMix--st .p_photoMix__bg:after {
  background: linear-gradient(130deg, #ad695d 0%, #b951aa 50%, #ad5da1 100%);
}
.p_photoMix--sw .p_photoMix__bg:after {
  background: linear-gradient(130deg, #0c4cad 0%, #03b66f 50%, #0cad6d 100%);
}
.p_photoMix--psw .p_photoMix__bg:after {
  background: linear-gradient(130deg, #a2ec1e 0%, #f86512 50%, #ec681e 100%);
}
.p_photoMix--spt .p_photoMix__bg:after {
  background: linear-gradient(130deg, #c2d647 0%, #e1533c 50%, #d65b47 100%);
  opacity: 0.8;
}
.p_photoMix--smt .p_photoMix__bg:after {
  background: linear-gradient(130deg, #b50080 0%, #e73742 50%, #b81c22 100%);
  opacity: 0.8;
}
.p_photoMix--sp .p_photoMix__bg:after {
  background: linear-gradient(130deg, #5900ac 0%, #0053ac 50%, #0053AC 100%);
  opacity: 0.6;
}

/*====================================
p_loopImg [yoko]

[ex]
<div class="p_loopImg">
    <div><img src="<?php echo URL; ?>assets/images/fleldimg1.png" alt=""/></div>
    <div><img src="<?php echo URL; ?>assets/images/fleldimg1.png" alt=""/></div>
</div>

====================================*/
.p_loopImg {
  display: flex;
  width: 100vw;
  height: 600px;
  overflow: hidden;
}
.p_loopImg div {
  width: auto;
  height: 100%;
}
.p_loopImg div img {
  width: auto;
  height: 100%;
  max-width: inherit;
}

.p_loopImg div:first-child {
  animation: loop 60s -30s linear infinite;
}

.p_loopImg div:last-child {
  animation: loop2 60s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*====================================
p_loopImg [tate]

[ex]
<div class="p_loopImg__y">
    <div><img src="<?php echo URL; ?>assets/images/fleldimg1.png" alt=""/></div>
    <div><img src="<?php echo URL; ?>assets/images/fleldimg1.png" alt=""/></div>
</div>

====================================*/
.p_loopImg__y {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.p_loopImg__y div:first-child {
  animation: loopY 60s -30s linear infinite;
}

.p_loopImg__y div:last-child {
  animation: loopY2 60s linear infinite;
}

@keyframes loopY {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes loopY2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.p_fukidashi_en {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff100;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='50' cy='50' r='42' stroke='%23000' stroke-width='2' stroke-dasharray='0 10.5' stroke-linecap='round' fill='transparent' /></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p_fukidashi_en {
    width: 70px;
    height: 70px;
  }
}
.p_fukidashi_en--big {
  width: 130px;
  height: 130px;
}
@media only screen and (max-width: 767px) {
  .p_fukidashi_en--big {
    width: 120px;
    height: 120px;
  }
}
.p_fukidashi_en:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff100;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(90%, -50%);
  z-index: 2;
}
.p_fukidashi_en p {
  line-height: 1.4;
  font-size: 1.4rem;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .p_fukidashi_en p {
    font-size: 1.2rem;
  }
}
.p_fukidashi_en--r:after {
  right: inherit;
  left: 0;
  transform: translate(-90%, -50%) scale(-1, 1);
}
.p_fukidashi_en--under:after {
  right: inherit;
  left: inherit;
  top: inherit;
  bottom: 0;
  transform: translate(0, 90%) scale(-1, 1) rotate(90deg);
}
.p_fukidashi_en--num {
  width: 70px;
  height: 70px;
}
.p_fukidashi_en--num p {
  font-size: 3rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  margin-bottom: -0.2em;
}
@media only screen and (max-width: 767px) {
  .p_fukidashi_en--num {
    width: 60px;
    height: 60px;
  }
}

.p_fukidashi_base {
  position: relative;
  display: inline-block;
}
.p_fukidashi_base .p_fukidashi_en {
  position: absolute;
  top: 0;
  right: -20px;
  transform: translate(100%, -50%);
}

.p_fukidashi_base_box {
  position: relative;
}
.p_fukidashi_base_box .p_fukidashi_en {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-90%, -20%);
}
@media only screen and (max-width: 767px) {
  .p_fukidashi_base_box .p_fukidashi_en {
    transform: translate(-50%, -20%);
  }
}

/*====================================
p_slideArrows
====================================*/
.p_slideArrowsSet {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p_slideArrowsSet {
    margin-top: 20px;
  }
}

.p_slideArrows {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  line-height: 1;
  background: url("../images/linkic.svg") no-repeat #fff center center;
  background-size: 20px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  border: 1px solid #3f5685;
}

.p_slideArrows.prev-slide {
  transform: scale(-1, 1);
}

.p_slideArrows:hover {
  opacity: 0.5;
  cursor: pointer;
}

/*====================================
etc
====================================*/
.p_dayList {
  text-align: center;
  color: #3f5685;
}
.p_dayList li {
  display: inline-block;
  margin: 0 10px;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p_dayList li {
    margin: 0 5px;
  }
}
.p_dayList li small {
  font-size: 1.3rem;
}

.p_banner {
  background: linear-gradient(130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%);
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .p_banner {
    padding: 10px;
  }
}
.p_banner .p_btn {
  position: relative;
  z-index: 2;
}
.p_banner__inner {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p_banner__inner {
    padding: 30px 10px 23vw 10px;
  }
}
.p_banner__inner img {
  vertical-align: bottom;
}
.p_banner__ttl {
  font-weight: bold;
  font-size: 3.6rem;
  color: #3f5685;
  position: relative;
  width: 55%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p_banner__ttl {
    width: 100%;
    padding: 0 15px;
    font-size: 2.2rem;
  }
}
.p_banner__ttl .p_fukidashi_en {
  position: absolute;
  top: -30px;
  right: -40px;
}
.p_banner__img1 {
  position: absolute;
  left: 5%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p_banner__img1 {
    left: 20%;
    width: 25%;
  }
}
.p_banner__img2 {
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p_banner__img2 {
    right: 20%;
    width: 25%;
  }
}

.p_accordionSet_u__more {
  position: relative;
  padding: 5px 35px 5px 0;
}
@media only screen and (max-width: 767px) {
  .p_accordionSet_u__more {
    padding: 5px 25px 5px 0;
  }
}
.p_accordionSet_u__more:hover {
  cursor: pointer;
}
.p_accordionSet_u__more .p_btn--more3 {
  position: absolute;
  right: 0;
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .p_accordionSet_u__more .p_btn--more3 {
    top: 1rem;
  }
}

.p_enWb {
  font-family: "Josefin Sans", sans-serif;
  font-size: 10rem;
  line-height: 0.9;
  color: #fff;
  text-shadow: 1px 1px 0 #dcdcdc, -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc, 1px 1px 0 #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .p_enWb {
    font-size: 6.2rem;
  }
}

.p_list_check li {
  font-size: 1.6rem;
}
.p_list_check li > div {
  background: url("../images/ic_check.svg") no-repeat left top 5px;
  padding: 5px 5px 5px 40px;
}
.p_list_check--center {
  text-align: center;
}
.p_list_check--center li > div {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .p_ic_link {
    padding-right: 30px;
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .p_ic_link .p_btn--more3,
  .p_ic_link .p_btn--arrow {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p_ic_link .p_btn--more3,
  .p_ic_link .p_btn--arrow {
    margin: 0 auto;
    display: block;
  }
}

.p_list_style1 li {
  background: url("../images/ic_check.svg") no-repeat left top 0.5em;
  background-size: 15px;
  padding: 0 0 0 25px;
  margin-bottom: 2%;
}
.p_list_style1--mgB_s li {
  margin-bottom: 0.2em;
}

.p_balloon {
  position: relative;
  background: #FFFFFF;
  padding: 30px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .p_balloon {
    padding: 15px;
  }
}
.p_balloon--small {
  padding: 10px;
}

.p_balloon:after, .p_balloon:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 45%;
}

.p_balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-top: -5px;
  border-right-color: #FFFFFF;
}

.p_balloon:before {
  border-color: rgba(255, 124, 92, 0);
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-top: -6px;
  margin-right: 1px;
  border-right-color: #ccc;
}

.p_contatt {
  text-align: center;
  padding: 30px;
  background: linear-gradient(130deg, rgba(175, 215, 245, 0.2) 0%, rgba(245, 135, 192, 0.2) 50%, rgba(223, 232, 145, 0.2) 100%);
}
.p_contatt__inner {
  background-color: #fff;
  padding: 40px 30px;
}
@media only screen and (max-width: 767px) {
  .p_contatt__inner {
    padding: 10px;
  }
}
.p_contatt__tel a {
  text-decoration: none;
  font-size: 2.8rem;
}

.p_cat {
  display: inline-block;
  color: #fff;
  padding: 3px 5px 3px 20px;
  line-height: 1.2;
  margin: 0.2em 0.5em;
  background: url("../images/ic_oukan.svg") no-repeat left 5px center #3f5685;
  background-size: 12px;
  border-radius: 4px;
  font-size: 1.2rem;
}

.p_qa__q,
.p_qa__a {
  position: relative;
  padding-left: 4rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p_qa__q,
  .p_qa__a {
    padding-left: 3rem;
  }
}
.p_qa__q:after,
.p_qa__a:after {
  display: block;
  content: "Q";
  font-size: 3.8rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif;
  color: #3f5685;
}
@media only screen and (max-width: 767px) {
  .p_qa__q:after,
  .p_qa__a:after {
    font-size: 2.6rem;
  }
}

.p_qa__a {
  margin: 20px;
}
@media only screen and (max-width: 767px) {
  .p_qa__a {
    margin: 10px;
  }
}
.p_qa__a:after {
  content: "A";
  color: #f35c99;
}

.p_img_dropshadw {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}

.p_photoframe {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px;
  background-color: #fff;
}
.p_photoframe img {
  vertical-align: bottom;
}
.p_photoframe__cap {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
  line-height: 1;
  font-size: 1.6rem;
}
.p_photoframe__cap span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.05em 0.35em;
  line-height: 1;
  background: linear-gradient(transparent 8%, #fff 8%);
  color: #000;
}
@media only screen and (max-width: 767px) {
  .p_photoframe__cap span {
    margin-right: -1px;
  }
  .p_photoframe__cap span:after {
    content: '';
    margin-right: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .p_photoframe__cap {
    font-size: 1.2rem;
    padding: 3px;
  }
}
.p_photoframe__cap.-top {
  bottom: inherit;
  top: 10px;
}

.p_newcorse_com {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p_newcorse_com {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}

.p_ttl__en__jp {
  vertical-align: 0;
  font-weight: bold;
  margin-block: 3rem;
}
.p_ttl__en__jp:after {
  content: none;
}

.p_tooltip {
  position: relative;
}

.p_tooltip:hover {
  opacity: 1 !important;
}

.p_tooltip:hover::before,
.p_tooltip:hover::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 17em;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff !important;
  opacity: 1 !important;
}

.p_tooltip:hover::before {
  bottom: -25px;
  padding: 0.5rem 0.7rem;
  background-color: #898989;
  content: attr(tooltip-title);
  border-radius: 25px;
  text-align: center;
}

.p_tooltip:hover::after {
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #898989 transparent;
  opacity: 1 !important;
  content: '';
}

/*==================================*/
/*header*/
/*==================================*/
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  height: 80px;
}
.header.__fixed {
  background-color: white;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .header {
    height: 48px;
  }
}
.header__logo {
  width: 340px;
  position: absolute;
  top: 10px;
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 160px;
    left: 10px;
    top: 18px;
    line-height: 0;
  }
}
@media only screen and (max-width: 320px) {
  .header__logo {
    width: 150px;
    left: 5px;
    top: 18px;
    line-height: 0;
  }
}
.header__logo__field {
  position: absolute;
  right: -145px;
  top: 10px;
  width: 125px;
}
@media only screen and (max-width: 767px) {
  .header__logo__field {
    width: 75px;
    right: -85px;
    top: -5px;
  }
}
@media only screen and (max-width: 320px) {
  .header__logo__field {
    width: 65px;
    right: -65px;
    top: -4px;
  }
}
.header__infolink {
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 10px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .header__infolink {
    display: none;
  }
}
.header__infolink a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #a9a9a9 !important;
}
.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.header__menu a {
  text-decoration: none;
  color: #fff;
}
.header__submenu1 {
  background-color: #370407;
  color: #fff;
  font-size: 1.2rem;
  width: 84px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header__submenu1 {
    display: none;
  }
}
.header__submenu1 ul li {
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
.header__submenu1 ul li:last-child {
  border-bottom: none;
}
.header__submenu2 {
  background-color: #3f5685;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header__submenu2 {
    width: 26px;
  }
}
.header__submenu2 ul li {
  width: 24px;
  line-height: 0;
  padding: 4px 0;
}
.header__submenu2 ul li:nth-child(1) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__submenu2 ul li {
    padding: 0px 0;
    width: 20px;
  }
}
.header__submenu2 ul li img {
  width: 100%;
}
.header__submenu3 {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .header__submenu3 {
    display: none;
  }
}
.header__submenu3 ul {
  display: flex;
  height: 100%;
}
.header__submenu3 ul li {
  width: 90px;
  height: 100%;
  border-right: 1px solid #d2d2d2;
}
.header__submenu3 ul li:last-child {
  border-right: none;
}
.header__submenu3 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  transition: all 0.3s linear;
}
.header__submenu3 ul li a:hover {
  transition: all 0.3s linear;
  background-color: #fff100;
  opacity: 1;
}
.header__submenu3 ul li a p {
  line-height: 1.2;
  display: flex;
  min-height: 2em;
  align-items: center;
  justify-content: center;
}
.header__spmenu {
  background-color: #87131b;
  background-image: linear-gradient(120deg, #afd7f5 1%, #f587c0 50%, #dfe891 97%);
  color: #fff;
  width: 100px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__spmenu--sports {
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
}
.header__spmenu--medical {
  background-image: linear-gradient(120deg, #81ff81 1%, #60cc46 50%, #e0fe0b 97%);
}
.header__spmenu a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}
.header__spmenu a:hover {
  transition: all 0.3s linear;
  opacity: 1;
  background-color: #fff100;
}
@media only screen and (max-width: 767px) {
  .header__spmenu {
    width: 60px;
    height: 48px;
  }
}
@media only screen and (max-width: 320px) {
  .header__spmenu {
    width: 50px;
    height: 48px;
  }
}
.header__spmenu__ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header__spmenu__ttl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}

.header__open {
  position: fixed;
  box-sizing: border-box;
  z-index: 90;
  width: 90%;
  right: -90%;
  height: 100%;
  top: 0px;
  overflow: hidden;
  background-color: #fff;
  padding-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .header__open {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .header__open {
    padding-bottom: 100px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .header__open {
    padding-bottom: 30px;
  }
}
.header__open .header__colne {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 100;
}
.header__open .header__openBody {
  height: 100%;
  /*スクロールさせる*/
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  /**/
}

.header__bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 108px;
  cursor: pointer;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header__navi {
  width: auto;
  padding: 60px 60px 30px 60px;
}
@media only screen and (max-width: 767px) {
  .header__navi {
    width: auto;
    margin: 0px 0px;
    display: block;
    padding: 10px 10px 20px 10px;
  }
}
.header__navi__gr {
  background-color: #F2F2F2;
  padding: 10px 10px 5px 10px;
}
@media print, screen and (min-width: 768px) {
  .header__navi__gr {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header__navi__gr__ttl {
  width: 100%;
  background-size: 40%;
}
.header__navi__gr__ttl a {
  text-decoration: none;
  color: inherit;
}
.header__navi__gr__ttl__set {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
}
.header__navi__gr__ttl__img {
  width: 20%;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .header__navi__gr__ttl__img {
    width: 35%;
  }
}
.header__navi__gr__ttl__img img {
  width: 100%;
  vertical-align: bottom;
}
.header__navi__gr__ttl__main {
  flex: 1;
  padding: 10px;
}
.header__navi__gr__ttl__ic {
  border: 1px solid #ccc;
  padding: 1px 4px;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .header__navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header__navi ul {
    width: 100%;
  }
}
.header__navi ul > li {
  margin-top: 5px;
}
.header__navi ul > li.__houmohsa {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .header__navi ul > li {
    margin-top: 5px;
  }
  .header__navi ul > li.__houmohsa {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.header__navi ul > li > a {
  display: block;
  background-color: #fff;
  padding: 10px 30px 10px 10px;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  background: url("../images/link_ic_u.png") no-repeat right 10px center #fff;
  background-size: 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .header__navi ul > li > a {
    font-size: 1.4rem;
  }
}
.header__navi ul > li > a.open {
  background-image: url("../images/link_ic_u_b.png");
  background-color: #F2F2F2 !important;
  border: none;
}
.header__navi ul > li > a.-sub {
  padding-left: 20px;
}
.header__navi ul > li > a.-notsub {
  background-image: url("../images/linkic.svg");
  background-size: 14px;
}
.header__navi ul > li ul {
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .header__navi ul > li ul {
    width: 49%;
    display: block;
    border: none;
  }
}
.header__navi ul > li ul li {
  margin-top: 0;
  margin-bottom: 0px;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .header__navi ul > li ul li {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__navi ul > li ul li {
    margin-bottom: 5px;
  }
}
.header__navi ul > li ul li a {
  border-radius: 0;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 0;
  background: url("../images/linkic.svg") no-repeat right 10px center #fff;
  background-size: 14px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .header__navi ul > li ul li a {
    font-size: 1.4rem;
  }
}
.header__navi .header__target {
  background-color: #575757;
  padding: 5px 10px 10px 10px;
  margin-top: 20px;
}
.header__navi .header__target li {
  border: none;
}
.header__navi .header__target li a {
  border-radius: 0;
}
.header__navi.-etc {
  margin-top: 0;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .header__navi.-etc ul {
    padding: 10px;
    display: flex;
    justify-content: center;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header__navi.-etc ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.header__navi.-etc ul li {
  width: 48%;
  margin: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .header__navi.-etc ul li {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__navi.-etc ul li {
    width: inherit;
    margin: 0 20px 10px 20px;
  }
}
.header__navi.-etc ul li a {
  font-size: 1.2rem;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .header__navi.-etc ul li a {
    border: none;
    padding: 0;
    text-decoration: underline;
    background-image: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header__navi.-etc ul li a {
    border: none;
    padding: 0;
    text-decoration: underline;
    background-image: none;
  }
}
.header__navi .header__spCv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header__navi .header__spCv > div {
  width: 48%;
}
.header__navi__ttl {
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
}

.hamburgerLink {
  display: inline-block;
  transition: all .4s;
  position: relative;
  width: 40px;
  height: 26px;
  margin-top: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hamburgerLink {
    width: 20px;
    height: 14px;
  }
}
.hamburgerLink:hover {
  opacity: 1;
}
.hamburgerLink span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.hamburgerLink span:nth-of-type(1) {
  top: 0;
}
.hamburgerLink span:nth-of-type(2) {
  top: 12px;
}
@media only screen and (max-width: 767px) {
  .hamburgerLink span:nth-of-type(2) {
    top: 6px;
  }
}
.hamburgerLink span:nth-of-type(3) {
  bottom: 0;
}
.hamburgerLink.active span {
  width: 100%;
  animation: none !important;
}
.hamburgerLink.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .hamburgerLink.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
  }
}
.hamburgerLink.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburgerLink.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .hamburgerLink.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }
}

@keyframes hamburgerLink_anime {
  0% {
    transform: scale(0.5, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(0.5, 1);
    transform-origin: 0 100%;
  }
}
.header__spCv {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .header__spCv {
    display: none !important;
  }
}
.header__spCv .cvBtn {
  width: calc(50% - 10px) !important;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  /*.header__spCv .cvBtn {
    font-size: 1.3rem;
    width: calc(33.333% - 5px) !important;
  }*/
  .header__spCv .cvBtn--1,
  .header__spCv .cvBtn--2,
  .header__spCv .cvBtn--3 {
    font-size: 1.3rem;
    width: calc(33.333% - 5px) !important;
  }
  .header__spCv .cvBtn--4 {
    width: 100% !important;
    margin-top: 5px;
    font-size: 1.3rem;
    background-color: #84032b !important;
  }
  .header__spCv .cvBtn--4 a {
    color: #fff !important;
  }
}
.header__spCv .cvBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 10px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .header__spCv .cvBtn a {
    padding: 5px 5px;
  }
}
.header__spCv .cvBtn a span {
  display: inline-block;
  padding-top: 30px;
  background: url("../images/ic_oc.svg") no-repeat top center;
  background-size: auto 35px;
  line-height: 1.2;
  text-align: center;
}
.header__spCv .cvBtn--2 a span {
  background-image: url("../images/ic_pf.svg");
}
.header__spCv .cvBtn--3 a span {
  background-image: url("../images/ic_gakuhi.svg");
}
.header__spCv .cvBtn--4 a span {
  padding: 5px 0;
  background: none;
}

.header__spHome {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 15px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 300;
  font-size: 1.4rem;
  background: url("../images/ic_home.svg") no-repeat left top 0.2em;
  background-size: 20px;
  padding-left: 25px;
  line-height: 1;
}
.header__spHome a {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .header__spHome {
    left: 60px;
    top: 40px;
    font-size: 1.6rem;
  }
}

.header__navisns ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.header__navisns li {
  margin: 0 10px;
}
.header__navisns li a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #3f5685;
  padding: 8px;
  border-radius: 100px;
}
.header__navisns li a img {
  width: 20px;
}

@media print, screen and (min-width: 768px) {
  .header__naviListWrap {
    display: flex;
    justify-content: space-between;
  }
  .header__naviListWrap .header__naviList {
    width: calc(50% - 10px);
    display: block;
  }
}
.header__fleldList {
  margin-bottom: 20px;
}
.header__fleldList a {
  text-decoration: none;
  color: inherit;
}
.header__fleldList__ttl {
  margin-bottom: 5px;
}
.header__fleldList__set {
  display: flex;
  justify-content: space-between;
}
.header__fleldList__btn {
  display: block;
  background-color: #fff;
  padding: 10px;
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  width: 33.333%;
}
@media only screen and (max-width: 767px) {
  .header__fleldList__btn {
    padding: 5px;
    font-size: 1.6rem;
  }
}
.header__fleldList__btn.-set1 {
  background: linear-gradient(130deg, rgba(116, 231, 255, 0.5) 0%, rgba(145, 178, 255, 0.5) 50%, rgba(145, 178, 255, 0.5) 100%);
}
.header__fleldList__btn.-set2 {
  background: linear-gradient(130deg, rgba(15, 223, 132, 0.7) 0%, rgba(224, 254, 11, 0.7) 50%, rgba(129, 255, 129, 0.7) 100%);
}
.header__fleldList__btn.-set3 {
  background: linear-gradient(130deg, rgba(252, 48, 154, 0.3) 0%, rgba(255, 180, 73, 0.3) 50%, rgba(252, 48, 154, 0.3) 100%);
}
.header__fleldList__btn__inner {
  background-color: #fff;
  display: block;
  padding: 10px 5px 15px 5px;
  color: #000 !important;
}
.header__fleldList__btn__img {
  display: block;
  background: url("../images/tmb/01.jpg") no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 120px;
  position: relative;
}
.header__fleldList__btn__img .p_btn {
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .header__fleldList__btn__img {
    min-height: 80px;
  }
}
.header__fleldList__btn__img.-set2 {
  background-image: url("../images/tmb/19.jpg");
  background-position: top center;
}
.header__fleldList__btn__img.-set3 {
  background-image: url("../images/tmb/11.jpg");
  background-position: top center;
}
.header__fleldList__btn__en {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  line-height: 1;
  margin-top: 0.3em;
  margin-bottom: -0.2em;
  font-size: 3rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .header__fleldList__btn__en {
    font-size: 1.6rem;
  }
}

.header__cat {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.header__naviListWrap {
  margin-bottom: 20px;
}

.header__naviListWrap--full .header__naviList {
  width: 100%;
}

.header__spHome--field {
  left: 220px;
}
@media only screen and (max-width: 767px) {
  .header__spHome--field {
    left: 100px;
  }
}

.header__biglink {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .header__biglink {
    margin-right: 0;
  }
}
.header__biglink > div {
  width: calc(50% - 20px);
  margin: 0 20px 10px 0;
}
@media only screen and (max-width: 767px) {
  .header__biglink > div {
    width: auto;
    margin: 0 0 5px 0;
  }
}
.header__biglink .header__navi__gr__ttl__set {
  align-items: stretch;
}
.header__biglink .header__navi__gr__ttl__img {
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .header__biglink .header__navi__gr__ttl__img {
    width: 22%;
  }
}
.header__biglink .header__navi__gr__ttl__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__biglink .header__navi__gr__ttl {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .header__biglink .header__navi__gr__ttl {
    font-size: 1.6rem;
  }
}
.header__biglink .header__navi__gr__ttl--full {
  width: 100%;
}
.header__biglink .header__navi__gr__ttl__set--top {
  border-bottom: none;
}
.header__biglink .header__navi__gr__ttl__set--second {
  padding-left: 20px;
  font-size: 1.4rem;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .header__biglink .header__navi__gr__ttl__set--second {
    font-size: 1.4rem;
    padding-left: 5px;
  }
}
.header__biglink .header__navi__gr__ttl__set--second:last-of-type {
  border-bottom: 1px solid #ccc;
}

.header {
  pointer-events: none;
}

.header__logo,
.header__menu,
.header__open,
.header__bg,
.header__infolink {
  pointer-events: auto;
}

/*==================================*/
/*footer*/
/*==================================*/
.footer {
  position: relative;
  background: none;
  padding: 0;
}
.footer__main {
  background: url("../images/bg_bm.png");
  color: #fff;
  text-align: center;
  padding: 90px 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .footer__main {
    padding: 40px 20px;
  }
}
.footer__main a {
  color: #fff !important;
}
.footer__main__inner {
  width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer__main__inner {
    width: auto;
    margin: 0 20px;
  }
}
.footer__main__ttl {
  margin-bottom: 40px;
}
.footer__main__ttl img {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .footer__main__ttl img {
    width: 250px;
  }
}
.footer__main__address {
  border-top: 1px solid #fff;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__main__address {
    padding: 10px;
  }
}
.footer__main__info {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .footer__main__info {
    padding: 10px;
    display: block;
  }
}
.footer__main__info li {
  padding: 0 10px;
}
.footer__main__info li a {
  text-decoration: none;
  display: block;
  padding-left: 35px;
  background: url("../images/ic_map_w.svg") no-repeat center left;
  background-size: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__main__info li a {
    display: inline-block;
  }
}
.footer__main__info li a.-type_mail {
  background-image: url("../images/ic_mail_w.svg");
}
.footer__main__info li a.-type_tel {
  background-image: url("../images/ic_tel_w.svg");
}
.footer__sns {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .footer__sns {
    flex-wrap: wrap;
  }
}
.footer__sns li {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer__sns li {
    width: 30px;
    margin: 0 5px;
  }
}
.footer__sns li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px;
  border-radius: 100px;
}
.footer__sns li a img {
  width: 40px;
}
.footer__cp {
  text-align: center;
  font-size: 1rem;
  margin: 20px;
}
.footer__links {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer__links {
    display: block;
  }
}
.footer__links li {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer__links li {
    margin-bottom: 5px;
  }
}
.footer__links li a {
  text-decoration: none;
}
.footer__cv__main {
  display: flex;
  min-height: 210px;
  background-color: #fdfbf8;
}
@media only screen and (max-width: 767px) {
  .footer__cv__main {
    min-height: inherit;
  }
}
.footer__cv__more {
  text-align: center;
  background: url("../images/footer_line.jpg") repeat-x bottom left;
  padding-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .footer__cv__more {
    background-size: auto 6px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__cv__more__ic {
    width: 150px;
    margin: 0 auto 10px auto;
  }
}
.footer__cv a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s linear;
}
.footer__cv a:hover {
  transition: all 0.3s linear;
  background-color: #fff100;
  opacity: 1;
}
.footer__cv a:hover img {
  opacity: 1;
}
.footer__cv__set {
  width: 50%;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.footer__cv__info {
  display: flex;
  align-items: center;
  width: 500px;
  padding: 0 20px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer__cv__info {
    justify-content: center;
    padding: 20px 5px 0 5px;
    width: 100%;
    height: 100%;
  }
}
.footer__cv__head {
  padding: 0 0 0 180px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__cv__head {
    padding: 0 0 30vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__cv__head--type2 {
    padding: 0 220px 0 0;
  }
}
.footer__cv__head p {
  margin-bottom: 10px;
  line-height: 1.2;
}
.footer__cv__panf {
  width: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer__cv__panf {
    width: 60%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
  }
}
.footer__cv__student {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer__cv__student {
    width: 80%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
  }
}
.footer__cv__ttl {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: #3f5685;
}
@media only screen and (max-width: 767px) {
  .footer__cv__ttl {
    font-size: 2rem;
  }
}
.footer__cv__ttl span {
  font-size: 1.4rem;
}
.footer img {
  vertical-align: bottom;
}

.main {
  overflow: hidden;
}

.header__naviInfo {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 20px;
}
.header__naviInfo .footer__main__address {
  font-size: 1.6trm;
}
.header__naviInfo .footer__main__info li {
  margin-bottom: 10px;
  flex: 1;
}
.header__naviInfo .footer__main__info li a {
  background-image: none;
  background-color: #DBDBDB;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  display: block;
  min-width: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.header__navi__gr__ttl--field {
  margin-top: 5px;
}

.header__navi__cat {
  width: 100%;
  margin-top: 5px;
  font-size: 1.3rem;
}

/*==================================*/
/*header v2*/
/*==================================*/
@media print, screen and (min-width: 768px) {
  body {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 48px;
  }
}
body .header {
  background-color: white;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}

@media print, screen and (min-width: 768px) {
  .header--v2 {
    top: 20px;
    height: 70px;
    min-width: 1120px;
    z-index: 500;
  }
  .header--v2 .header__menu {
    width: 100%;
    padding-left: 300px;
    position: relative;
  }
  .header--v2 .header__spmenu {
    display: none;
  }
  .header--v2 .header__menu {
    height: 100%;
  }
  .header--v2 .header__logo {
    width: 260px;
    left: 20px;
    top: 5px;
    z-index: 50;
  }
  .header--v2 .header__logo:after {
    content: "";
    display: block;
    height: 35px;
    width: 1px;
    background-color: #ccc;
    position: absolute;
    right: -20px;
    top: 12px;
  }
  .header--v2 .header__logo--medical:after {
    right: -115px;
  }
  .header--v2 .header__logo__field {
    width: 90px;
    right: -100px;
    top: 17px;
    line-height: 1;
  }
  .header--v2 .header__infolink {
    display: none;
  }

  .header--v2--medical .header__menu {
    padding-left: 390px;
  }

  .header--v2--sports .header__menu {
    padding-left: 390px;
  }

  .header__submenu3 ul li img {
    height: 25px;
  }

  .header__submenu3 {
    border-bottom: none;
    border-top: none;
  }
}
.header__pcMenu {
  display: flex;
  margin-right: auto;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .header__pcMenu {
    display: none;
  }
}
.header__pcMenu__item {
  display: flex;
  align-items: center;
}
.header__pcMenu__item.__open {
  background-color: #f5f5f5;
  box-shadow: inset 0px 12px 5px -10px rgba(0, 0, 0, 0.2);
}
.header__pcMenu__item > a {
  display: flex;
  align-items: center;
  padding: 5px 1vw 5px 1vw;
  position: relative;
  color: #000;
  font-weight: bold;
  color: #3f5685;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.headerLnkNav {
  width: 100%;
  height: 20px;
  padding: 0 10px;
  background-color: #8a9499;
  background-color: #3f5685;
  background-image: linear-gradient(-90deg, #49cff1 0%, #e993c0 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  min-width: 1120px;
}
@media only screen and (max-width: 767px) {
  .headerLnkNav {
    display: none;
  }
}
.headerLnkNav--medical {
  background-image: linear-gradient(90deg, #58c7bf 0%, #7bd32c 100%);
}
.headerLnkNav--sports {
  background-image: linear-gradient(90deg, #22b7e8 0%, #985ee7 100%);
}
.headerLnkNav ul {
  display: flex;
  margin-left: auto;
}
.headerLnkNav ul li {
  font-size: 1.1rem;
  margin: 0 5px;
}
.headerLnkNav a {
  text-decoration: none;
  color: #fff !important;
  position: relative;
  padding-left: 8px;
}
.headerLnkNav a:after {
  content: "";
  width: 5px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  font-size: 0;
}
.headerLnkNav a:hover {
  opacity: 1;
}
.headerLnkNav__info {
  font-size: 1.1rem;
}
.headerLnkNav__info a {
  padding: 0;
}
.headerLnkNav__info a:after {
  display: none;
}

.header__pcMenu__gr {
  position: absolute;
  top: 70px;
  left: -1px;
  width: 100%;
  z-index: 10;
  padding: 40px 8%;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05);
  overflow: auto;
  max-height: 80vh;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  background-color: #f5f5f5;
}
.header__pcMenu__gr a {
  color: #000;
  transition: .3s;
}
.header__pcMenu__gr a:hover {
  opacity: 1;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) translateX(-2px);
  z-index: 1;
  opacity: 1 !important;
}
.header__pcMenu__gr a:hover img {
  opacity: 1;
}
.header__pcMenu__gr__inner {
  width: 100%;
}
.header__pcMenu__gr__head {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.header__pcMenu__gr__head__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3f5685;
}
.header__pcMenu__gr__head__ttl a {
  background-size: 14px;
  display: inline-block;
  padding: 10px 50px 10px 20px;
  color: #3f5685;
  position: relative;
}
.header__pcMenu__gr__head__ttl a:before {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url("../images/linkic_w.svg") no-repeat center center #3f5685;
  background-size: 15px;
}
.header__pcMenu__gr__head__ttl__ic {
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 1rem;
  line-height: 1;
  margin-left: 5px;
}
.header__pcMenu__gr__menu {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.header__pcMenu__gr__menu li {
  width: calc(33.333% - 30px);
  margin-right: 30px;
  margin-bottom: 10px;
}
.header__pcMenu__gr__menu li a {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  background: url("../images/linkic.svg") no-repeat right 10px center #fff;
  background-size: 14px;
  transition: .3s;
}
.header__pcMenu__gr__menu li a:hover {
  opacity: 1;
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) translateX(-2px);
  z-index: 1;
  opacity: 1 !important;
}
.header__pcMenu__gr__menu li a:hover img {
  opacity: 1;
}
.header__pcMenu__gr__bunya .header__fleldList {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.header__pcMenu__gr__bunya .header__fleldList .header__fleldList__btn__img {
  min-height: 150px;
}

@media only screen and (max-width: 767px) {
  .header__menu {
    z-index: 501;
  }
}

.header__bg2 {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 490;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 108px;
  cursor: pointer;
}

.header__logo__field:hover {
  opacity: inherit;
}

/*==================================*/
/*top*/
/*==================================*/
/*==================================*/
/*mv*/
/*==================================*/
.ao_entry {
  animation: floatAnimation 4s infinite ease-in-out alternate;
  bottom: 5em;
  display: none;
  left: 2em;
  position: fixed;
  z-index: 400;
}

/* 閉じるボタンのスタイル */
.close_button {
  align-items: center;
  background: #FFF;
  border: 2px solid #333;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: flex;
  height: 1.5em;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 1.5em;
}
.close_button:hover {
  background: #333;
  color: #FFF;
}

@media print, screen and (min-width: 768px) {
  .ao_entry {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .ao_entry {
    width: 32.5%;
    width: 40%;
  }
}
@keyframes floatAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
    /* バナーを上方向に浮かせます */
  }
  100% {
    transform: translateY(0px);
  }
}

/*MV*/
.topMv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.topMv img {
  vertical-align: bottom;
}
.topMv__item {
  display: inline-block;
  position: relative;
  width: 52vw;
}
@media only screen and (max-width: 767px) {
  .topMv__item {
    width: 84vw;
  }
}
.topMv__item__main {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topMv__item__main__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 6vw 6vw 0);
}
@media only screen and (max-width: 767px) {
  .topMv__item__main__inner {
    -webkit-clip-path: inset(0 0 6vw 6vw);
    clip-path: inset(0 0 6vw 6vw);
  }
}
.topMv__item__main__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topMv__item__mainBg {
  width: 100%;
  height: 100%;
}
.topMv__item__mainBg:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #afd7f5;
  background: linear-gradient(130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%);
  mix-blend-mode: hard-light;
  opacity: 0.8;
}
.topMv--sports .topMv__item__mainBg:after {
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
}
.topMv--medical .topMv__item__mainBg:after {
  background: linear-gradient(130deg, #0fdf84 0%, #e0fe0b 50%, #81ff81 100%);
  opacity: 0.6;
}
.topMv--beauty .topMv__item__mainBg:after {
  background: linear-gradient(130deg, #fc309a 0%, #ffb449 50%, #fc309a);
}
.topMv__item__mainBg img {
  opacity: 0.6;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topMv__item__subSet {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .topMv__item--big {
    width: auto;
    margin-left: 15vw;
  }
}
.topMv__item--small {
  width: 40.9vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .topMv__item--small {
    width: 50vw;
    position: relative;
  }
}
.topMv__item--small .topMv__item__main__inner {
  clip-path: inset(4vw 0 0 4vw);
}
@media only screen and (max-width: 767px) {
  .topMv__item--small .topMv__item__main__inner {
    -webkit-clip-path: inset(0 6vw 6vw 0);
    clip-path: inset(0 6vw 6vw 0);
  }
}
.topMv__item--small2 {
  width: 40.9vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .topMv__item--small2 {
    width: 50vw;
    position: relative;
  }
}
.topMv__item--small2 .topMv__item__main__inner {
  clip-path: inset(4vw 4vw 0 0);
}
@media only screen and (max-width: 767px) {
  .topMv__item--small2 .topMv__item__main__inner {
    -webkit-clip-path: inset(6vw 0 0 6vw);
    clip-path: inset(6vw 0 0 6vw);
  }
}
.topMv__ttlEn {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .topMv__ttlEn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    margin-top: -120px;
  }
}
@media only screen and (max-width: 767px) {
  .topMv__ttlEn {
    width: 59vw;
    height: 20vw;
    top: 40px;
    left: 5px;
    z-index: 10;
  }
}
@media print, screen and (min-width: 768px) {
  .topMv__ttlHead {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    width: 40%;
    margin-left: 30px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .topMv__ttlHead {
    position: absolute;
    top: 40vw;
    left: 5px;
    text-align: left;
    display: inline-block;
    z-index: 10;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .topMv__ttlHead__main img {
    width: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .topMv__ttlHead__main {
    width: 12vw;
  }
}
.topMv__ttlHead__main.-sports img {
  width: 500px;
}
.topMv__ttlHead__sub {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media only screen and (max-width: 767px) {
  .topMv__ttlHead__sub {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.4rem;
    padding-top: 1.5em;
  }
}

.topMv__item__main__inner,
.topMv__item__mainBg,
.topMv__ttlEn,
.topMv__ttlHead .animeLIne,
.topMv__ttlHead__main, .topMv__ttlHead__sub {
  opacity: 0;
}

@keyframes bggradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.animeLIne {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .animeLIne {
    flex-direction: row-reverse;
  }
}
.animeLIne__item {
  margin: 0 0.5vw;
  width: 0.5vw;
  height: 0.5vw;
  background-color: #fff100;
  border-radius: 50%;
  position: relative;
  animation: animelineSet 3.2s ease infinite alternate;
}
.animeLIne__item:nth-of-type(2) {
  animation-delay: 0.3s;
  width: 1vw;
  height: 1vw;
}
.animeLIne__item:nth-of-type(3) {
  animation-delay: 0.6s;
  width: 1.6vw;
  height: 1.6vw;
  top: -1vw;
}
.animeLIne__item:nth-of-type(4) {
  animation-delay: 0.9s;
  width: 2vw;
  height: 2vw;
}
.animeLIne__item:nth-of-type(5) {
  animation-delay: 1.2s;
  width: 2.6vw;
  height: 2.6vw;
  margin: 0 0.5vw;
  top: -1vw;
}
.animeLIne__item:nth-of-type(6) {
  animation-delay: 1.5s;
  width: 4vw;
  height: 4vw;
  margin: 0 0.5vw;
}
.animeLIne__item:nth-of-type(7) {
  animation-delay: 1.8s;
  width: 5vw;
  height: 5vw;
  margin: 0 0.8vw;
  top: -1vw;
}
.animeLIne__item:nth-of-type(8) {
  animation-delay: 2.1s;
  width: 6vw;
  height: 6vw;
  margin: 0 1vw;
  position: relative;
}

.animeLIne--color1 .animeLIne__item {
  background-color: #006C52;
}

@keyframes animelineSet {
  0% {
    transform: translateY(0%) scale(1);
  }
  100% {
    transform: translateY(30%) scale(1.1);
  }
}
.topMv__ttlHead .animeLIne {
  position: absolute;
  top: -30px;
  left: 28%;
  transform: translate(-115%, 0) scale(0.7);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topMv__ttlHead .animeLIne {
    left: 7vw !important;
    top: 5vw;
    transform: translate(0, 0);
  }
}

/*==================================*/
/*news*/
/*==================================*/
.topNews {
  display: flex;
  background: url("../images/bg_dotted_page.svg") no-repeat bottom right;
  background-size: 220px;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
@media only screen and (max-width: 767px) {
  .topNews {
    flex-wrap: wrap;
    margin-top: 30px;
    background-size: 140px;
  }
}
.pageContent .topNews {
  padding: 0;
}
.topNews__photo {
  margin-right: 5vw;
  width: 25vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topNews__photo {
    width: 30vw;
    height: 50vw;
  }
}
.topNews__photo .p_photoMix,
.topNews__photo .p_photoMix__bg,
.topNews__photo .p_photoMix__main {
  height: 100%;
}
.topNews__photo .p_photoMix img,
.topNews__photo .p_photoMix__bg img,
.topNews__photo .p_photoMix__main img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.topNews__main {
  flex: 1;
  position: relative;
  z-index: 1;
  /* margin-top:7vw; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topNews__main {
    width: 70vw;
    margin-right: 0;
    padding: 20px 20px 20px 0;
  }
}
.topNews__banners {
  margin-left: 30px;
  margin-right: 9vw;
  margin-top: 6vw;
}
@media only screen and (max-width: 767px) {
  .topNews__banners {
    margin: 10px 0 0 0;
    width: 100%;
  }
}
.topNews__banners > ul {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .topNews__banners > ul {
    width: auto;
    margin: 0 20px;
  }
}
.topNews__banners > ul li {
  padding: 0 10px;
}
.topNews__banners > ul li img {
  border: 1px solid #ccc;
  vertical-align: bottom;
}
.topNews__ttl {
  font-size: 4.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topNews__ttl {
    font-size: 2.2rem;
  }
}
.topNews__list {
  height: 110px;
  overflow-y: auto;
  margin-bottom: -1em;
}
.topNews__list li {
  margin: 0 0 1em 0;
  padding-left: 35px;
  position: relative;
}
.topNews__list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url("../images/linkic_w.svg") no-repeat center center #3f5685;
  background-size: 15px;
}
.topNews__list li .textlink {
  color: #3f5685;
  text-decoration: underline;
  padding: 0;
}
.topNews__list li.type_acc:before {
  background: none;
}
.topNews__list li.type_acc .textlink:after {
  display: inline-block;
  content: "▼";
  transition: transform .3s;
}
.topNews__list li.type_acc .textlink.__open:after {
  transform: rotate(180deg);
}
.topNews .animeLIne {
  position: absolute;
  top: 20%;
  left: 65%;
  transform: scale(0.4);
  transform-origin: 0 0;
}

.set_topTtl--type1 {
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  .set_topTtl--type1 {
    padding-top: -30vw;
  }
}

.topTtl {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .topTtl {
    width: 100%;
  }
}
.topTtl--type1 {
  margin-top: -140px;
}
@media only screen and (max-width: 767px) {
  .topTtl--type1 {
    margin-top: -30vw;
  }
}
@media only screen and (max-width: 767px) {
  .topTtl__en {
    width: 85%;
    margin: 0 auto;
  }
}
.topTtl__jp {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .topTtl__jp {
    font-size: 2.6rem;
  }
}
.topTtl__jp small {
  font-size: 2.2rem;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .topTtl__jp small {
    font-size: 1.8rem;
  }
}

.topFeild__set {
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .topFeild__set {
    display: block;
  }
}
.topFeild__set:nth-of-type(even) {
  flex-direction: row-reverse;
}
.topFeild__set__head {
  width: 40%;
  padding: 30px 60px;
  text-align: center;
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__head {
    width: auto;
    padding: 20px 10px;
  }
}
.topFeild__set__photo {
  flex: 1;
  min-height: 500px;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__photo {
    min-height: inherit;
    height: 70vw;
  }
}
.topFeild__set__photo > div {
  text-align: right;
}
.topFeild__set__ttl {
  color: #03bad5;
  position: relative;
}
.topFeild__set--medical .topFeild__set__ttl {
  color: #08c17d;
}
.topFeild__set--beauty .topFeild__set__ttl {
  color: #f35c99;
}
.topFeild__set__ttl > p {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__ttl > p {
    font-size: 2rem;
  }
}
.topFeild__set__ttl > div {
  font-size: 8rem;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__ttl > div {
    font-size: 6rem;
  }
}
.topFeild__set__ttl:before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 1px;
  background-color: #000;
}
.topFeild__set__lead {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__lead {
    font-size: 1.8rem;
  }
}
.topFeild__set__btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__btn {
    display: block;
  }
}
.topFeild__set__btn .p_btn {
  min-width: 150px;
  margin: 5px 5px;
}
@media only screen and (max-width: 767px) {
  .topFeild__set__btn .p_btn {
    min-width: inherit;
    width: 80%;
  }
}

.topPoint {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .topPoint {
    margin-top: 30px;
  }
}
.topPoint .topTtl {
  position: relative;
}
.topPoint .topTtl__jp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -140%);
  width: 80%;
  margin: 0;
}

.topPointList {
  display: flex;
  margin-right: -60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topPointList {
    display: block;
    margin: 0;
  }
}
.topPointList__item {
  width: calc(50% - 60px);
  margin-right: 60px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
@media only screen and (max-width: 767px) {
  .topPointList__item {
    width: auto;
    margin: 0 0 30px 0;
  }
}
.topPointList__item > a {
  color: inherit;
  text-decoration: none;
}
.topPointList__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.topPointList__main {
  padding: 40px 60px 30px 60px;
}
@media only screen and (max-width: 767px) {
  .topPointList__main {
    padding: 6vw;
  }
}
.topPointList__photo {
  position: relative;
}
.topPointList__photo img {
  width: 100%;
  vertical-align: bottom;
}
.topPointList__photo .p_fukidashi_en {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .topPointList__photo .p_fukidashi_en {
    transform: translate(-20px, -50%);
  }
}
.topPointList__item:nth-of-type(even) .topPointList__photo .p_fukidashi_en {
  left: inherit;
  right: 0;
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 767px) {
  .topPointList__item:nth-of-type(even) .topPointList__photo .p_fukidashi_en {
    transform: translate(20px, -50%);
  }
}
.topPointList__ca {
  position: relative;
  margin-bottom: -10px;
  left: -30px;
  transform-origin: 0 0;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 767px) {
  .topPointList__ca {
    width: 40vw;
    left: -20px;
  }
}
.topPointList__info {
  font-size: 1.6rem;
}
.topPointList__head {
  position: relative;
  padding-right: 35px;
}
.topPointList__head .p_btnArrow {
  position: absolute;
  bottom: 5px;
  right: 0;
  transform: scale(1.5);
}
@media only screen and (max-width: 767px) {
  .topPointList__head .p_btnArrow {
    transform: scale(1);
  }
}

@media print, screen and (min-width: 768px) {
  .topPointList__item--full {
    width: 100%;
  }
  .topPointList__item--full .topPointList__link {
    flex-direction: row;
  }
  .topPointList__item--full .topPointList__main {
    flex: 1;
  }
  .topPointList__item--full .topPointList__photo {
    width: 40%;
  }
}

@media print, screen and (min-width: 768px) {
  .topPointList--3p {
    margin-right: -30px;
  }
  .topPointList--3p .topPointList__item {
    width: calc(33.333% - 30px);
    margin-right: 30px;
  }
  .topPointList--3p .topPointList__main {
    padding: 30px 30px;
  }
  .topPointList--3p .topPointList__ttl {
    font-size: 2.6rem;
  }
  .topPointList--3p .topPointList__info {
    font-size: 1.4rem;
  }
  .topPointList--3p .topPointList__head {
    padding-right: 22px;
  }
  .topPointList--3p .p_btnArrow {
    width: 20px;
    height: 20px;
    background-size: 12px;
  }
  .topPointList--3p .topPointList__ca {
    height: 50px;
  }
}

.topOc {
  background: url("../images/bg_hanabira.png") no-repeat top left;
}
@media only screen and (max-width: 767px) {
  .topOc {
    background-size: 80%;
  }
}

.topSlideClm {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .topSlideClm--rr {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .topSlideClm {
    display: block;
  }
}
.topSlideClm__head {
  width: 40%;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topSlideClm__head {
    width: auto;
    margin: 0 20px 60px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .topSlideClm__head .topTtl, .topSlideClm__head p {
    max-width: 550px;
    margin: 0 auto;
  }
}
.topSlideClm__head p {
  font-size: 1.6rem;
}
.topSlideClm__head .animeLIne {
  position: absolute;
  transform: scale(0.3);
  transform-origin: 0 0;
  left: 90%;
  top: 30%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .topSlideClm__head .animeLIne {
    left: 50%;
    top: inherit;
    bottom: -10px;
    transform: scale(0.7) rotate(90deg);
  }
}
@media print, screen and (min-width: 768px) {
  .topSlideClm--rr .topSlideClm__head .animeLIne {
    left: 10%;
    transform-origin: 0 0;
    transform: scale(0.3) scale(-1, 1);
  }
}
.topSlideClm__main {
  flex: 1;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .topSlideClm__main {
    width: auto;
  }
}
.topSlideClm__slide__item {
  margin: 0 20px;
  border: 1px solid #d2d2d2;
}
@media only screen and (max-width: 767px) {
  .topSlideClm__slide__item {
    margin: 0 10px;
  }
}
.topSlideClm__slide__item img {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .topSlideClm__slide__item img {
    width: 100%;
  }
}

.topPickup {
  background: url("../images/bg_hanabira2.png") no-repeat top right;
}
@media only screen and (max-width: 767px) {
  .topPickup {
    background-size: 60%;
  }
}

.topTopics__head {
  text-align: center;
  margin: -180px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .topTopics__head {
    margin: -25vw 0 0 0;
  }
}
.topTopics__head img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .topTopics__head img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .topTopics--c2-1 {
    display: flex;
    justify-content: space-between;
  }
  .topTopics--c2-1 > div {
    width: calc(50% - 20px);
  }
}
.topTopics__item {
  padding: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background-color: #fff;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topTopics__item {
    padding: 20px;
    display: block;
  }
}
.topTopics__item--rr {
  flex-direction: row-reverse;
}
.topTopics__item--bl {
  display: block;
}
.topTopics__item__head {
  width: 35%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .topTopics__item__head {
    width: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .topTopics__item__head--full {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .topTopics__item__head--full > * {
    width: 30.33%;
  }
  .topTopics__item__head--full p {
    text-align: left;
  }
  .topTopics__item__head--full .p_ttl {
    width: 40%;
  }
}
.topTopics__item__main {
  flex: 1;
  margin-left: 40px;
}
@media print, screen and (min-width: 768px) {
  .topTopics__item--rr .topTopics__item__main {
    margin-left: 0;
    margin-right: 40px;
  }
}
.topTopics__item__main--full {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .topTopics__item__main {
    margin: 0;
  }
}
.topTopics__item__etc {
  width: 100%;
}
.topTopics__item__etcSns {
  width: 100%;
  margin-top: 20px;
}
.topTopics__item .p_btn {
  margin-top: 20px;
}

.topSnslistSet {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topSnslistSet {
    display: block;
  }
}
.topSnslistSet__ttl {
  width: 25%;
  text-align: center;
  margin-right: 20px;
  font-weight: bold;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .topSnslistSet__ttl {
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
  }
}
.topSnslistSet__main {
  flex: 1;
}

.topSnslist li {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topSnslist li {
    font-size: 1.8rem;
  }
}
.topSnslist li img {
  vertical-align: middle;
  margin-right: 10px;
}
.topSnslist li a {
  text-decoration: none;
  background-color: #F3F3F3;
  padding: 10px;
  border-radius: 6px;
  display: block;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .topSnslist li a {
    padding: 10px;
  }
}

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

.topTopics__link {
  display: block;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .topTopics__link__img {
    width: 20%;
  }
}
.topTopics__link__main {
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .topTopics__link__main {
    margin-left: 10px;
  }
}
.topTopics__link__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10x;
  color: #3f5685;
}

.topblogList li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topblogList li {
    margin-bottom: 10px;
  }
}
.topblogList li a {
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
  text-decoration: inherit;
  color: inherit;
}
.topblogList li a > span {
  display: block;
}
.topblogList__img {
  display: block;
  width: 50%;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .topblogList__img {
    width: 40%;
    height: 30vw;
  }
}
.topblogList__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topblogList__info {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex: 1;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .topblogList__info {
    margin-left: 10px;
  }
}
.topblogList__date {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .topblogList__date {
    font-size: 1rem;
  }
}
.topblogList__ttl {
  display: block;
  color: #3f5685;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .topblogList__ttl {
    font-size: 1.2rem;
  }
}

.topblogList__btn {
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  padding: 30px 0 0 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 40%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 40%);
}
.topblogList__btn .p_btn--more2 {
  padding: 5px;
}

.topCorseList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topCorseList {
    margin: 0;
    display: block;
  }
}
.topCorseList a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
}
.topCorseList a:hover, .topCorseList a:hover img {
  opacity: 1;
}
.topCorseList__item {
  width: calc(33.33% - 30px);
  margin-right: 30px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .topCorseList__item {
    width: 100%;
    margin-right: 0;
  }
}
.topCorseList__img {
  margin-bottom: 10px;
}
.topCorseList__img .p_photoMix .p_photoMix__main {
  transition: .6s;
  -webkit-clip-path: inset(30px);
  clip-path: inset(30px);
}
@media only screen and (max-width: 767px) {
  .topCorseList__img .p_photoMix .p_photoMix__main {
    -webkit-clip-path: inset(20px);
    clip-path: inset(20px);
  }
}
.topCorseList__img:hover .p_photoMix .p_photoMix__main {
  transition: .6s;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.topCorseList__ttl {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  background-color: #fff;
  padding: 10px 20px 10px 35px;
  display: inline-block;
  position: absolute;
  max-width: calc(100% - 30px);
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .topCorseList__ttl {
    max-width: calc(100% - 20px);
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
  }
}
.topCorseList__ttl:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url("../images/linkic_w.svg") no-repeat center center #3f5685;
  background-size: 15px;
}
.topCorseList__year {
  font-weight: normal;
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 3px 5px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 10px;
}
.topCorseList__year span {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .topCorseList--etc {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
  }
}
.topCorseList--etc .topCorseList__item {
  width: calc(25% - 30px);
}
@media only screen and (max-width: 767px) {
  .topCorseList--etc .topCorseList__item {
    margin-right: 5px;
    width: calc(50% - 5px);
  }
}
.topCorseList--etc .topCorseList__ttl {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 5px 5px 5px 25px;
}
@media only screen and (max-width: 767px) {
  .topCorseList--etc .topCorseList__ttl {
    max-width: calc(100% - 5px);
    padding: 5px 5px 5px 22px;
  }
}
.topCorseList--etc .topCorseList__ttl:before {
  top: 5px;
  width: 20px;
  height: 20px;
}
.topCorseList--etc .topCorseList__year {
  font-size: 1rem;
  padding: 2px;
}
@media only screen and (max-width: 767px) {
  .topCorseList--etc .topCorseList__year {
    margin-left: 5px;
  }
}
.topCorseList--etc .topCorseList__year span {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .topCorseList--etc .topCorseList__img img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
  }
}

.topCorseList--sports > .topCorseList__item {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topCorseList--sports > .topCorseList__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width: 768px) {
  .topCorseList--sports > .topCorseList__item .topCorseList__img img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .topCorseList--sports .topCorseList--etc {
    margin-top: 20px;
    padding: 0 15px;
    margin-right: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .topCorseList--sports .topCorseList--etc .topCorseList__item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .topCorseList--sports .topCorseList--etc .topCorseList__img img {
    width: 100%;
    height: 14vw;
    object-fit: cover;
  }
}

.topSporsShikaku {
  position: relative;
}
.topSporsShikaku__ttl {
  font-size: 2.6rem;
  font-weight: bold;
}
.topSporsShikaku__num {
  font-size: 4rem;
}
.topSporsShikaku__num strong {
  font-size: 8rem;
}
.topSporsShikaku .p_fukidashi_en {
  position: absolute;
  top: 30px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .topSporsShikaku .p_fukidashi_en {
    top: -20px;
    left: -40px;
  }
}

.topSprortsRoom {
  background: url("../images/bg_traing.jpg") no-repeat top center, url("../images/bg_traing2.jpg") no-repeat bottom center;
  background-color: #3f5685;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .topSprortsRoom {
    background-size: 200vw;
  }
}

.topSprortsRoom__slide .pageSlide__item {
  height: 100%;
  border: 1px solid #ccc;
  color: #fff;
  padding: 20px;
}

.topEtBnr {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .topEtBnr {
    width: 90%;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.topEtBnr .slick-slide {
  padding: 10px;
}
.topEtBnr .slide-arrow {
  margin-top: -22px;
}

.topIndexLInk {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.topIndexLInk li {
  width: 33.333%;
  height: 250px;
  height: 22vw;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .topIndexLInk li {
    width: 100%;
    height: 50vw;
  }
}
.topIndexLInk li a {
  display: block;
  height: 100%;
  background: url("../images/tmb/17.jpg");
  background-size: cover;
  text-decoration: none;
  position: relative;
}
.topIndexLInk li a span {
  background-color: #fff;
  background-color: #FBFBFB;
  padding: 5px 10px 5px 10px;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #3f5685;
  color: #fff;
  display: inline;
  font-size: 2.2rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.topIndexLInk li a:after {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: url("../images/linkic.svg") no-repeat center center #fff;
  background-size: 13px;
  border: 1px solid #3f5685;
  transform-origin: center center;
  transition: transform .3s;
}
.topIndexLInk--type2 {
  flex-wrap: wrap;
}
.topIndexLInk--type2 li {
  width: 20%;
  height: 15vw;
}
@media only screen and (max-width: 767px) {
  .topIndexLInk--type2 li {
    width: 50%;
    height: 30vw;
  }
}
.topIndexLInk--type2 li a span {
  font-size: 1.4rem;
}

/*==================================*/
/*page*/
/*==================================*/
.pageContent {
  margin-bottom: 40px;
}

.pageNavi {
  background-color: #f8f1e6;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 20px;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 767px) {
  .pageNavi {
    padding: 10px 10px;
  }
}
.pageNavi.__fixed {
  position: fixed;
  width: 100%;
  max-width: inherit;
  top: 90px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .pageNavi.__fixed {
    top: 47px;
  }
}
.pageNavi__main {
  display: flex;
  align-items: center;
}
.pageNavi__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
.pageNavi__ttl__dir {
  font-size: 1.2rem;
  font-weight: normal;
}
.pageNavi__ttl__dir a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1.2;
  background-color: #fff;
  text-decoration: none;
}
.pageNavi__ttl__dir:after {
  margin: 0 0.5em;
  font-size: 1.2rem;
  content: ">";
}
.pageNavi__list {
  display: flex;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .pageNavi__list {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .pageNavi__list {
    display: block;
    text-align: center;
    font-size: 1.8rem;
  }
}
.pageNavi__list a {
  text-decoration: none;
  color: #3f5685;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pageNavi__list a {
    padding: 15px 5px;
    color: #3f5685;
  }
}
.pageNavi__list li {
  padding: 0 15px;
  border-left: 1px solid #d2d2d2;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .pageNavi__list li {
    border: none;
    border-bottom: 1px solid #d2d2d2;
  }
}
.pageNavi__menu {
  margin-left: auto;
}
.pageNavi .openMenu {
  margin-left: auto;
}

/*spmenu2*/
@media only screen and (max-width: 767px) {
  .header__menu2 {
    padding-left: 20px;
    position: relative;
    font-weight: bold;
  }
  .header__menu2:after {
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../images/ic_arm_u.svg") no-repeat;
    background-size: contain;
  }

  .header__menu2.menuon:after {
    transform: translateY(-50%) scale(1, -1);
  }

  /*menu*/
  .openMenu {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #faf6ef;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  }

  .openMenu.menuon {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .pageUnerNavi {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pageUnerNavi {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #f8f1e6;
    border-top: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
    background: url("../images/footer_line.jpg") repeat-x top left #f8f1e6;
    background-size: 100% 4px;
    box-shadow: 0 -15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
  }
  .pageUnerNavi a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border-right: 1px solid #d2d2d2;
    text-align: center;
    height: 100%;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .pageUnerNavi a p {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 1.1;
  }
  .pageUnerNavi__btn1 {
    flex: 1;
  }
  .pageUnerNavi__btn1 p {
    background: url("../images/ic_oc.svg") no-repeat left center;
    background-size: 30px;
    padding-left: 32px;
  }
  .pageUnerNavi__btn2 {
    flex: 1;
  }
  .pageUnerNavi__btn2 p {
    background: url("../images/ic_pf.svg") no-repeat left center;
    background-size: 30px;
    padding-left: 32px;
  }
  .pageUnerNavi__btn3 {
    flex: 1;
  }
  .pageUnerNavi__btn3 p {
    background: url("../images/ic_gakuhi.svg") no-repeat left center;
    background-size: 30px;
    padding-left: 32px;
  }
  .pageUnerNavi__top {
    width: 40px;
    text-align: center;
    border-right: none;
  }
  .pageUnerNavi__top span {
    display: block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 5px;
  }
}

.pageMv {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pageMv img {
  vertical-align: bottom;
}
.pageMv__item {
  display: inline-block;
  position: relative;
  width: 57vw;
}
@media only screen and (max-width: 767px) {
  .pageMv__item {
    width: 100%;
  }
}
.pageMv__item__main {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pageMv__item__main__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 10vw 10vw 0);
}
@media only screen and (max-width: 767px) {
  .pageMv__item__main__inner {
    -webkit-clip-path: inset(0 10vw 10vw 0);
    clip-path: inset(0 10vw 10vw 0);
  }
}
.pageMv__item__main__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageMv__item__main__inner--movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageMv__item__main__inner--movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageMv__item__mainBg {
  width: 100%;
  height: 100%;
}
.pageMv__item__mainBg:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #afd7f5;
  background: linear-gradient(-130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%);
  mix-blend-mode: hard-light;
  opacity: 0.8;
  background-size: cover;
}
.pageMv__item__mainBg--medical:after {
  background: linear-gradient(-130deg, #0fdf84 0%, #e0fe0b 50%, #81ff81 100%);
  opacity: 0.6;
}
.pageMv__item__mainBg--sports:after {
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
  opacity: 0.6;
}
.pageMv__item__mainBg--ju:after {
  background: linear-gradient(130deg, #000cac 0%, #00aca0 50%, #00aca0 100%);
  opacity: 0.6;
}
.pageMv__item__mainBg--ac:after {
  background: linear-gradient(130deg, #dcc36a 0%, #e5617e 50%, #DC6A83 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--pt:after {
  background: linear-gradient(130deg, #65f719 0%, #ffae11 50%, #F7AB19 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--ot:after {
  background: linear-gradient(130deg, #dfe83c 0%, #f33b31 50%, #e8453c 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--ort:after {
  background: linear-gradient(130deg, #4e02d7 0%, #008cd9 50%, #028BD7 100%);
  opacity: 0.4;
}
.pageMv__item__mainBg--st:after {
  background: linear-gradient(130deg, #ad695d 0%, #b951aa 50%, #ad5da1 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--sw:after {
  background: linear-gradient(130deg, #0c4cad 0%, #03b66f 50%, #0cad6d 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--psw:after {
  background: linear-gradient(130deg, #a2ec1e 0%, #f86512 50%, #ec681e 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--spt:after {
  background: linear-gradient(130deg, #c2d647 0%, #e1533c 50%, #d65b47 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--smt:after {
  background: linear-gradient(130deg, #b50080 0%, #e73742 50%, #b81c22 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--sp:after {
  background: linear-gradient(130deg, #5900ac 0%, #0053ac 50%, #0053AC 100%);
  opacity: 0.5;
}
.pageMv__item__mainBg--none:after {
  background: transparent;
  opacity: 0.5;
}
.pageMv__item__mainBg img {
  opacity: 0.6;
  width: 100%;
  /*20230509*/
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .pageMv__ttlHead {
    position: absolute;
    top: 50%;
    left: 60vw;
    width: 36vw;
    transform: translate(0, -50%);
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead {
    position: relative;
    padding: 0 20px;
    margin: 20px 0 40px 0;
    z-index: 2;
  }
}
.pageMv__ttlHead__main {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__main {
    padding-right: 20vw;
  }
}
.pageMv__ttlHead__en {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 10rem;
  line-height: 0.9;
  color: #fff;
  text-shadow: 1px 1px 0 #dcdcdc, -1px -1px 0 #dcdcdc, 1px -1px 0 #dcdcdc, -1px 1px 0 #dcdcdc, 1px 1px 0 #dcdcdc;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -85%);
  z-index: -1;
  max-height: 17.5rem;
  padding: 1rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__en {
    font-size: 4.2rem;
    max-height: inherit;
    white-space: nowrap;
    padding: 0;
  }
}
.pageMv__ttlHead__ttl {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl {
    font-size: 3.4rem;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.pageMv__ttlHead__ttl > small {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl > small {
    font-size: 2.4rem;
  }
}
.pageMv__ttlHead__ttl--small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl--small {
    font-size: 3.2rem;
  }
}
.pageMv__ttlHead__ttl__sub {
  font-size: 2rem;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl__sub {
    font-size: 1.6rem;
  }
}
.pageMv__ttlHead__ttl__cat {
  font-size: 2rem;
}
.pageMv__ttlHead__ttl__year {
  margin-bottom: 10px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl__year {
    margin-bottom: 5px;
  }
}
.pageMv__ttlHead__ttl__year p {
  border: 1px solid #000;
  padding: 5px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__ttl__year p {
    font-size: 1.6rem;
  }
}
.pageMv__ttlHead__ttl__year p small {
  font-size: 1.4rem;
}
.pageMv__ttlHead__ttl__year p.-type {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.pageMv__ttlHead__lead {
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead__lead {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}
.pageMv__ttlHead__lead span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.01em 0.2em;
  line-height: 1;
  background: linear-gradient(transparent 10%, #3f5685 10%);
  color: #fff;
}
.pageMv__sudent {
  position: absolute;
  top: 0;
  right: -50px;
  width: 150px;
  height: 150px;
  background: url("../images/bg_dotted_page.svg") no-repeat right bottom;
  background-size: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pageMv__sudent {
    width: 20vw;
    height: 30vw;
    right: 0;
  }
}
.pageMv__sudent img {
  height: 100%;
}

.pageMv__badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.pageMv__badge a > img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 767px) {
  .pageMv__badge {
    bottom: inherit;
    top: 65vw;
    z-index: 10;
    width: 30vw;
  }
}

.pageMv__item__main__inner,
.pageMv__ttlHead {
  opacity: 0;
}

.pageMv__ttlHead .animeLIne {
  position: absolute;
  top: -50px;
  left: 12%;
  transform: translate(-80%, 0) scale(0.5);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlHead .animeLIne {
    left: 2vw;
    top: 10vw;
    transform-origin: 0 0;
    transform: translate(0, 0) rotate(-90deg);
  }
}

.pageAbout {
  overflow: hidden;
  position: relative;
}
.pageAbout__bg {
  top: 0;
  left: 57vw;
  width: 41vw;
  position: absolute;
  z-index: -1;
  overflow: hidden;
}
.pageAbout__bg .p_photoMix {
  opacity: 0.3;
}
.pageAbout__bg .p_photoMix__bg img {
  transform-origin: 50% 25%;
  transform: scale(2);
}
.pageAbout__lead {
  font-size: 1.8rem;
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .pageAbout__lead {
    font-size: 1.8rem;
    margin-left: 20px;
  }
}

.pageIntro {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageIntro {
    display: block;
    margin: -90px 0;
    padding: 90px 0;
  }
}
.pageIntro--rr {
  flex-direction: row-reverse;
}
.pageIntro > div {
  width: 50%;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
@media only screen and (max-width: 767px) {
  .pageIntro > div {
    width: auto;
  }
}
.pageIntro__main {
  padding: 60px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageIntro__main {
    display: block;
    padding: 40px 20px;
  }
}
.pageIntro__photo {
  padding: 0;
}
.pageIntro__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 768px) {
  .pageIntro__badge {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    z-index: 2;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .pageIntro__badge {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 20px;
  }
  .pageIntro__badge img {
    width: 120px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageIntro--rr .pageIntro__badge {
    right: inherit;
    left: -80px;
  }
}

.pageIntro--job {
  display: flex;
  align-items: center;
}

.pagePhotoSet {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 10px 10px;
}
.pagePhotoSet--normal {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.pagePhotoSet--3r {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .pagePhotoSet--3r {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.pagePhotoSet img {
  vertical-align: bottom;
}
.pagePhotoSet__item {
  position: relative;
}
.pagePhotoSet__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagePhotoSet__item.-set1 {
  grid-column: 1 / 7;
  grid-row: 1 / 2;
}
.pagePhotoSet__item.-set2 {
  grid-column: 1 / 4;
  grid-row: 2 / 3;
}
.pagePhotoSet__item.-set3 {
  grid-column: 4 / 7;
  grid-row: 2 / 3;
}
.pagePhotoSet__item.-set4 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}
.pagePhotoSet__item.-set5 {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}
.pagePhotoSet__item.-set6 {
  grid-column: 5 / 7;
  grid-row: 3 / 4;
}
.pagePhotoSet__cap {
  position: absolute;
  left: 5px;
  bottom: 5px;
  line-height: 1.2;
  font-size: 1.4rem;
}
.pagePhotoSet__cap span {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.01em 0.1em;
  line-height: 1;
  background: linear-gradient(transparent 8%, #fff 8%);
  color: #000;
}
@media only screen and (max-width: 767px) {
  .pagePhotoSet__cap span {
    margin-right: -1px;
  }
  .pagePhotoSet__cap span:after {
    content: '';
    margin-right: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .pagePhotoSet__cap {
    font-size: 1.2rem;
    padding: 3px;
  }
}
.pagePhotoSet__cap.-top {
  bottom: inherit;
  top: 10px;
}

.pageVoiceSet {
  display: flex;
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .pageVoiceSet {
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
}
.pageVoiceSet__body {
  flex: 1;
}
.pageVoiceSet__photo {
  width: 40%;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .pageVoiceSet__photo {
    width: 50%;
    margin: 0 auto 30px auto;
  }
}
.pageVoiceSet__lead {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  background: url("../images/ttl_line_tate.jpg") repeat-y;
  background-size: 5px;
  padding: 5px 0 5px 20px;
}
.pageVoiceSet__name {
  font-size: 1.6rem;
  margin-bottom: 0;
  margin-left: 20px;
  font-weight: bold;
}
.pageVoiceSet__info {
  margin-bottom: 30px;
  margin-left: 20px;
}
.pageVoiceSet--full {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .pageVoiceSet--rr {
    flex-direction: row-reverse;
  }
}
.pageVoiceSet--rr .pageVoiceSet__photo {
  margin-right: 0;
  margin-left: 60px;
}

.pageAnimeLIne {
  position: relative;
}
.pageAnimeLIne .animeLIne {
  position: absolute;
  top: 0;
  left: 100%;
  transform-origin: 0 0;
  transform: scale(0.3);
  z-index: 2;
}
.pageAnimeLIne--tate_r .animeLIne {
  transform: scale(0.15) rotate(-90deg) translate(-50%, 0);
  left: 90%;
}
@media only screen and (max-width: 767px) {
  .pageAnimeLIne--tate_r .animeLIne {
    flex-direction: row;
    transform: scale(0.5) rotate(-90deg) translate(-50%, 0);
  }
}

.pageVoiceCom {
  border: 15px solid #f3f3f3;
  padding: 30px 60px;
  display: flex;
  background: url("../images/bg_dotted_page_green.svg") no-repeat bottom right #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom {
    border: 10px solid #f3f3f3;
    display: block;
    padding: 20px;
    background-size: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .pageVoiceCom--small {
    padding: 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageVoiceCom--row {
    display: block;
  }
}
.pageVoiceCom--row .pageVoiceCom__img {
  margin: 20px 0 0 0;
}
.pageVoiceCom__innerWf {
  margin-left: -60px;
  margin-right: -60px;
}
.pageVoiceCom--sports {
  background: url("../images/bg_dotted_page_blue.svg") no-repeat bottom right #fff;
}
.pageVoiceCom--beauty {
  background: url("../images/bg_dotted_page_pink.svg") no-repeat bottom right #fff;
}
.pageVoiceCom__main {
  flex: 1;
  margin-right: 60ppx;
}
.pageVoiceCom__ttl {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom__ttl {
    font-size: 2.4rem;
  }
}
.pageVoiceCom__by {
  font-size: 1.4rem;
  margin: 20px 0 0 0;
  position: relative;
}
.pageVoiceCom__by:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 40px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom__by:before {
    display: block;
    width: 1px;
    height: 30px;
    margin: 0 auto 10px auto;
  }
}
.pageVoiceCom p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.pageVoiceCom__img {
  position: relative;
  bottom: -40px;
  right: -40px;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 768px) {
  .pageVoiceCom--row .pageVoiceCom__img {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom__img {
    display: block;
    bottom: -20px;
    right: -20%;
    text-align: center;
  }
}
.pageVoiceCom__img img {
  margin-top: auto;
  vertical-align: bottom;
}
.pageVoiceCom__img--imgEtc {
  position: static;
  display: block;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom__img--imgEtc {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom .p_photoMix {
    width: 40vw;
  }
}
.pageVoiceCom .p_photoMix__main {
  left: -40px;
  -webkit-clip-path: none;
  clip-path: none;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom .p_photoMix__main {
    left: -20px;
  }
}
.pageVoiceCom .p_photoMix__bg {
  opacity: 1;
  mix-blend-mode: multiply;
  filter: blur(20px) contrast(120%);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageVoiceCom .p_photoMix__bg {
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
}
.pageVoiceCom--row .p_photoMix {
  width: 150px;
}
@media print, screen and (min-width: 768px) {
  .pageVoiceCom--row .p_photoMix__bg {
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
}

.pageVoiceCom--option {
  display: block;
  border-top: 0;
  background-image: none;
}

.pageCardClm {
  display: flex;
  flex-wrap: wrap;
  margin-right: -60px;
}
@media only screen and (max-width: 767px) {
  .pageCardClm {
    display: block;
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pageCardClm--3c {
    margin-right: -10px;
  }
}
.pageCardClm__item {
  width: calc(50% - 60px);
  margin: 0 60px 60px 0;
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.pageCardClm__item--full2 {
  width: 100%;
  background-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .pageCardClm--3c .pageCardClm__item {
    width: calc(33.333% - 10px);
    margin: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageCardClm__item {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.pageCardClm__item p {
  font-size: 1.6rem;
}
.pageCardClm__main {
  padding: 45px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .pageCardClm__main {
    padding: 30px 10px;
  }
}
.pageCardClm__img {
  position: relative;
}
.pageCardClm__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .pageCardClm__item--full2 .pageCardClm__img img {
    aspect-ratio: 3 / 4;
  }
}
.pageCardClm__imgSub {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pageCardClm__imgSub {
    margin-top: -20vw;
  }
}
.pageCardClm__imgSub__item {
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #3f5685;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
  .pageCardClm__imgSub__item {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .pageCardClm__imgSub__item {
    margin: 0 auto 0 auto;
    position: relative;
    transform: translateY(50%);
    width: 30vw;
    height: 30vw;
  }
}
@media print, screen and (min-width: 768px) {
  .pageCardClm__item.pageCardClm__item--full .pageCardClm__imgSub {
    margin-top: 0px;
    margin-left: 60px;
  }
}
.pageCardClm__btn {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .pageCardClm__item.pageCardClm__item--full .pageCardClm__btn {
    width: calc(50% - 40px);
    left: inherit;
    right: 0;
  }
}

@supports not (aspect-ratio: 16/9) {
  .pageCardClm__img::before {
    float: left;
    padding-top: 56.25%;
    content: '';
  }

  .pageCardClm__img::after {
    display: block;
    content: '';
    clear: both;
  }

  .pageCardClm__img {
    position: relative;
    overflow: hidden;
  }
  .pageCardClm__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 768px) {
  .pageCardClm__item.pageCardClm__item--full {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .pageCardClm__item.pageCardClm__item--full .pageCardClm__img {
    width: calc(50% - 40px);
    margin: 0;
  }
  .pageCardClm__item.pageCardClm__item--full .pageCardClm__img img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pageCardClm__item.pageCardClm__item--full .pageCardClm__main {
    flex: 1;
  }
}

.pageSlide li,
.pageSlide .pageSlide__item {
  margin: 0 10px;
}
.pageSlide .slick-track {
  display: flex;
}
.pageSlide .slick-slide {
  height: auto !important;
}
.pageSlide .slick-dots > li:first-child:last-child {
  display: none;
}

.pageSlide--accordion .pageSlide__item {
  padding: 0 15px;
}
.pageSlide--accordion .slick-track {
  display: flex;
}
.pageSlide--accordion .slick-slide {
  height: auto !important;
}

.pageSlide_1-1 > li,
.pageSlide_1-1 > div {
  margin: 0 0;
}
.pageSlide_1-1 .slick-track {
  display: flex;
}
.pageSlide_1-1 .slick-slide {
  height: auto !important;
}
.pageSlide_1-1 .slick-dots > li:first-child:last-child {
  display: none;
}

.pageComentClm {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .pageComentClm {
    flex-direction: column;
  }
}
.pageComentClm__img {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .pageComentClm__img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}
.pageComentClm__img img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .pageComentClm__img img {
    width: 40%;
    margin-top: -10vw;
  }
}
.pageComentClm__body {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .pageComentClm__body {
    position: relative;
  }
  .pageComentClm__body:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #ccc transparent;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}
.pageComentClm .p_balloon:after, .pageComentClm .p_balloon:before {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .pageMv--r {
    display: flex;
    flex-direction: row-reverse;
  }
  .pageMv--r .pageMv__ttlHead {
    left: 60px;
  }
  .pageMv--r .pageMv__ttlHead .animeLIne {
    left: auto;
    right: 0;
    transform: translate(50%, 0) scale(0.5);
  }
  .pageMv--r .pageMv__ttlHead__en {
    width: calc(43vw - 75px);
  }
}
.pageMv--r .pageMv__item {
  height: 60vw;
}

.pageMv__ttlList li {
  position: relative;
  padding: 0 0 0 20px;
}
.pageMv__ttlList li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  height: 1;
  border: 3px solid #3f5685;
}
@media only screen and (max-width: 767px) {
  .pageMv__ttlList li:after {
    width: 10px;
    height: 10px;
  }
}

.pagePhotoBgAnime {
  width: 100vw;
  height: 40vw;
  background-repeat: repeat-x;
  background-size: 100vw;
  animation: infinitescroll 23s linear infinite;
}
@media only screen and (max-width: 767px) {
  .pagePhotoBgAnime {
    height: 60vw;
    background-size: 150vw;
    animation: infinitescroll_sp 22s linear infinite;
  }
}

@keyframes infinitescroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes infinitescroll_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 150vw 0;
  }
}
.pageBadgeHead {
  text-align: center;
  margin-top: -150px;
  margin-bottom: 20px;
}

.pageRoomWin {
  padding: 40px 0;
}

.pageLicenseData__ttl {
  padding: 5px;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.pageLicenseData__data {
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.pageLicenseData__data small {
  font-size: 3rem;
}
.pageLicenseData__sub {
  background-color: #F2F2F2;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
}
.pageLicenseData__note {
  text-align: right;
  margin-top: 5px;
}

.pageVoiceList {
  display: flex;
  flex-wrap: wrap;
}
.pageVoiceList a {
  text-decoration: none;
}
.pageVoiceList__item {
  width: 25%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .pageVoiceList__item {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .pageVoiceList__item {
    width: auto;
    padding: 0 5px;
  }
}
.pageVoiceList__img {
  width: 150px;
  height: 150px;
  padding: 2px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .pageVoiceList__img {
    width: 100%;
    height: auto;
  }
}
.pageVoiceList__img img {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.pageVoiceList__img .p_btn--more3 {
  position: absolute;
  top: 5px;
  right: 5px;
}
.pageVoiceList__type {
  margin: 10px 0;
  font-size: 1.6rem;
}
.pageVoiceList .slide-arrow {
  right: -40px;
}
.pageVoiceList .slide-arrow.prev-arrow {
  left: -40px;
}

.pagePoint {
  position: relative;
  padding: 60px 0px 30px 0px;
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  align-items: center;
  border: 10px solid #e2e2e2;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .pagePoint {
    padding: 30px 0 30px 0;
  }
}
.pagePoint__body {
  padding: 0 20px;
}
.pagePoint__ic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.pagePoint__ic .p_fukidashi_en {
  display: inline-flex;
}
.pagePoint__ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.pagePoint__ttl p {
  display: inline-block;
  width: fit-content;
  text-align: left;
  text-align: center;
}

.pageBadgeItem {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .pageBadgeItem__item {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .pageBadgeItem__item {
    text-align: center;
    margin-top: -20%;
  }
}

.pageSitmapList ul {
  margin-bottom: 1em;
}
.pageSitmapList ul li {
  margin: 0.5em 0;
}

/*==================================*/
/*course*/
/*==================================*/
.courseFiledList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .courseFiledList {
    margin: 0 -4px;
  }
}
.courseFiledList li {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px 20px;
  width: 120px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .courseFiledList li {
    width: 25%;
    margin: 0 2px 4px 2px;
    padding: 10px 5px;
    width: calc(50% - 4px);
  }
}
.courseFiledList li p {
  margin-top: 5px;
  font-weight: bold;
  color: #08c17d;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .courseFiledList li p {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.courseFiledList__ttl {
  font-weight: bold;
  color: #08c17d;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.coursePoint {
  overflow: hidden;
}
.coursePoint__item {
  padding: 0 60px 60px 60px;
  background-color: #fff;
  margin-left: 10vw;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__item {
    padding: 0 20px 40px 10px;
    margin-left: 20px;
  }
}
.coursePoint__item--rr {
  padding: 0 60px 60px 60px;
  margin-left: 0;
  margin-right: 10vw;
}
@media only screen and (max-width: 767px) {
  .coursePoint__item--rr {
    padding: 0 10px 40px 20px;
    margin-right: 20px;
  }
}
.coursePoint__head {
  position: relative;
  margin-left: 40px;
  margin-bottom: 20px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .coursePoint__head {
    margin-left: 20px;
  }
}
.coursePoint__item--rr .coursePoint__head {
  text-align: right;
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__item--rr .coursePoint__head {
    margin-left: 0;
    margin-right: 20px;
  }
}
.coursePoint__head__ttl {
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  .coursePoint__head__ttl {
    margin-top: -0.6em;
  }
}
.coursePoint__head__num {
  position: absolute;
  left: -130px;
  font-family: "Josefin Sans", sans-serif;
  color: #08c17d;
  font-size: 15rem;
  line-height: 0;
  margin-top: -20px;
}
.coursePoint__head__num--blue {
  color: #03bad5;
}
@media only screen and (max-width: 767px) {
  .coursePoint__head__num {
    font-size: 8rem;
    left: -4.5rem;
  }
}
.coursePoint__item--rr .coursePoint__head__num {
  left: inherit;
  right: -130px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__item--rr .coursePoint__head__num {
    left: inherit;
    right: -5.5rem;
  }
}
.coursePoint__head__num__ttl {
  font-size: 1.4rem;
  color: #3f5685;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 767px) {
  .coursePoint__head__num__ttl {
    font-size: 1rem;
  }
}
.coursePoint__head__en {
  position: relative;
  z-index: -1;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .coursePoint__head__en .p_enWb {
    font-size: 6rem;
  }
}
.coursePoint__body {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__body {
    margin-left: 10px;
  }
}
.coursePoint__item--rr .coursePoint__body {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__item--rr .coursePoint__body {
    margin-left: 0;
    margin-right: 10px;
  }
}
.coursePoint__ttlsub {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.coursePoint p {
  font-size: 1.4rem;
}

.coursePoint__slide {
  margin: 0 0 0 0;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 30px 20px;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
@media only screen and (max-width: 767px) {
  .coursePoint__slide {
    margin: 0 10px;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  }
}
.coursePoint__slide__item {
  width: calc(50% - 40px);
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .coursePoint__slide__item {
    width: auto;
    padding: 0 0;
  }
}
.coursePoint__slide__item p {
  font-size: 1.4rem;
}
.coursePoint__slide__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #08c17d;
  margin: 10px 0;
}
.coursePoint__slide__photo {
  position: relative;
}
.coursePoint__slide__photo__info {
  background-color: #000;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.coursePoint__slide .slide-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 160px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -40px;
  border-radius: 0;
  background-image: none;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 60%);
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .coursePoint__slide .slide-arrow {
    top: 0;
    background: none;
    width: 40px;
    right: -20px;
  }
}
.coursePoint__slide .slide-arrow:after {
  content: "";
  display: block;
  background: url("../images/linkic.svg") no-repeat center center #fff;
  background-size: 20px;
  z-index: 2;
  border: 1px solid #3f5685;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.coursePoint__slide .slide-arrow.prev-arrow {
  left: -40px;
  right: inherit;
}
@media only screen and (max-width: 767px) {
  .coursePoint__slide .slide-arrow.prev-arrow {
    left: -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .coursePoint .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.courseGraduate {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .courseGraduate {
    display: block;
  }
}
.courseGraduate > div {
  width: calc(50% - 5px);
}
@media only screen and (max-width: 767px) {
  .courseGraduate > div {
    width: auto;
  }
}
.courseGraduate__head {
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .courseGraduate__head {
    padding: 50px 20px;
    margin-bottom: 10px;
  }
}
.courseGraduate__head__inner {
  width: 100%;
}
.courseGraduate__head__mark {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 120px;
  height: 120px;
  z-index: 1;
  overflow: hidden;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .courseGraduate__head__mark {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.courseGraduate__list {
  display: flex;
  margin-right: -10px;
  flex-wrap: wrap;
}
.courseGraduate__list a {
  text-decoration: none;
  color: inherit;
}
.courseGraduate__list__item {
  display: block;
  padding: 20px;
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  line-height: 1.5;
}
.courseGraduate__ttl {
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .courseGraduate--top .courseGraduate__head {
    align-items: flex-start;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .courseGraduate--top .courseGraduate__list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .courseGraduate--top .courseGraduate__list__item {
    width: calc(50% - 5px);
    margin: 0 5px 10px 0;
    padding: 5px;
  }
}

.courseGraduate__cat {
  text-align: center;
  width: 60%;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  background-color: #3f5685;
  color: #fff100;
  padding: 5px;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .courseGraduate__cat {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .courseGraduate__cat {
    position: static;
    width: auto;
    margin-top: -20px;
    position: relative;
    z-index: 1;
  }
}

/*202304*/
.courseFiledIcon {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px 15px;
  width: 120px;
  min-height: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .courseFiledIcon {
    width: 25vw;
    min-height: inherit;
    aspect-ratio: 1/1;
    margin: 0 2px;
    padding: 10px;
  }
}
.courseFiledIcon p {
  margin-top: 10px;
  font-weight: bold;
  color: #08c17d;
  line-height: 1.2;
  font-size: 1.6rem;
}

.courseFiledList2__ttl {
  font-weight: bold;
  color: #08c17d;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.courseMajor {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .courseMajor {
    display: block;
  }
}
.courseMajor__mv {
  width: 60%;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .courseMajor__mv {
    width: 100%;
  }
}
.courseMajor__main {
  flex: 1;
}
.courseMajor__point {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.courseMajor__point__set {
  margin: 0 0 30px 0;
  flex: 1;
  background-color: #fff100;
  padding: 30px;
}
.courseMajor__point__set:last-of-type {
  margin-bottom: 0;
}
.courseMajor__point__set p {
  font-size: 1.6rem;
}
.courseMajor__point__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.major {
  background-color: #fff;
  margin-bottom: 90px;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
.major .pageMv {
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
@media only screen and (max-width: 767px) {
  .major .pageMv__ttlHead__main {
    padding-right: 0;
  }
}
.major__content {
  padding: 60px 0;
  background-color: #FAFAFA;
}

.majorPoint {
  display: flex;
  position: relative;
  padding: 60px 30px 30px 30px;
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  align-items: center;
  border: 10px solid #e2e2e2;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .majorPoint {
    padding: 30px 10px 30px 10px;
  }
}
.majorPoint__ic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.majorPoint__ic .p_fukidashi_en {
  display: inline-flex;
}
.majorPoint__ttl {
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.majorPoint__ttl p {
  display: inline-block;
  width: fit-content;
  text-align: left;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .majorIndex .topCorseList__item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .majorIndex .topCorseList__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .majorIndex .topCorseList__img img {
    height: 50vw;
  }
}
.majorIndex .topCorseList__ttl {
  padding: 10px 10px 10px 50px;
  font-size: 2.2rem;
}
.majorIndex .topCorseList__ttl:before {
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.courseLicense1 {
  display: flex;
  flex-wrap: wrap;
}
.courseLicense1 li {
  width: 33.333%;
}
@media only screen and (max-width: 767px) {
  .courseLicense1 li {
    width: 50%;
  }
  .courseLicense1 li:nth-child(1) {
    order: 1;
  }
  .courseLicense1 li:nth-child(2) {
    order: 2;
  }
  .courseLicense1 li:nth-child(3) {
    order: 4;
  }
  .courseLicense1 li:nth-child(4) {
    order: 3;
  }
  .courseLicense1 li:nth-child(5) {
    order: 5;
  }
  .courseLicense1 li:nth-child(6) {
    order: 6;
  }
  .courseLicense1 li:nth-child(7) {
    order: 8;
  }
  .courseLicense1 li:nth-child(8) {
    order: 7;
  }
  .courseLicense1 li:nth-child(9) {
    order: 9;
  }
  .courseLicense1 li:nth-child(10) {
    order: 10;
  }
}

.courseLicense2 {
  display: flex;
  flex-wrap: wrap;
}
.courseLicense2 li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .courseLicense2 li {
    width: 50%;
  }
}

.courseSiteBg {
  background: url("../images/bg_traing3.jpg") no-repeat top center, url("../images/bg_traing4.jpg") no-repeat bottom center;
  background-color: #0aa3e3;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .courseSiteBg {
    background-size: 200vw;
  }
}

.courseSite {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
}
.courseSite__clm {
  background-color: #fff;
  width: calc(50% - 10px );
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .courseSite__clm {
    width: 100%;
    margin-bottom: 20px;
  }
}
.courseSite__clm--full {
  width: 100%;
}
.courseSite__clm__info {
  padding: 10px;
  text-align: center;
}
.courseSite__clm__mv img {
  vertical-align: bottom;
}

@media print, screen and (min-width: 768px) {
  .years-list--2c > li {
    width: 48% !important;
  }
}

.courseSpShiakuBg {
  background: url("../images/bg_sp_shikaku.jpg") no-repeat top right 15vw;
  background-size: 80%;
}
@media only screen and (max-width: 767px) {
  .courseSpShiakuBg {
    background-size: 100%;
    padding-top: 30vw;
  }
}

.courseSite--list {
  width: 100%;
  margin: 0;
}
.courseSite--list .courseSite__clm {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .courseSite--list .courseSite__clm {
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .courseSite--list .courseSite__clm__info {
    width: 45%;
    padding: 20px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .courseSite--list .courseSite__clm__mv {
    width: 55%;
  }
}
@media print, screen and (min-width: 768px) {
  .courseSite--list__more {
    width: 55%;
    margin-left: 45%;
  }
}

/*====================================================================*/
/*school_life*/
/*====================================================================*/
/*==================================*/
/*iken_dream*/
/*==================================*/
.lifeDreamsList {
  padding: 0 10px;
}
.lifeDreamsList > li {
  transform: rotate(2deg);
}
.lifeDreamsList > li:nth-of-type(even) {
  margin-top: 40px;
  transform: rotate(-2deg);
}
@media only screen and (max-width: 767px) {
  .lifeDreamsList > li:nth-of-type(even) {
    margin-top: 20px;
  }
}
.lifeDreamsList > li:nth-of-type(3n) {
  transform: rotate(-8deg);
}

.lifeRealSnapBg {
  background: url("/assets/images/school_life/real_snap/bg_real_snap.jpg") #fbe4e7 repeat;
}

.lifeRealSnapList {
  margin: 0 auto;
  column-count: 4;
  column-gap: 0;
}
@media only screen and (max-width: 767px) {
  .lifeRealSnapList {
    column-count: 2;
    margin: 0 5px;
  }
}
.lifeRealSnapList li {
  margin: 10px;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  box-shadow: 3px 5px 8px -6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .lifeRealSnapList li:nth-of-type(8) {
    margin-top: 100px;
  }
  .lifeRealSnapList li:nth-of-type(22) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lifeRealSnapList li {
    margin: 5px;
  }
  .lifeRealSnapList li:nth-of-type(15) {
    margin-top: 30%;
  }
}
.lifeRealSnapList__img {
  position: relative;
}
.lifeRealSnapList__info {
  padding: 10px;
}
.lifeRealSnapList__ttl {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.lifeRealSnapList__ttl strong {
  font-size: 1.4rem;
}
.lifeRealSnapList__tag {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ec7aac;
}
.lifeRealSnapList__num {
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #000;
  background-image: linear-gradient(120deg, #afd7f5 1%, #f587c0 100%);
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.lifeRealSnapList__num span:afrer {
  content: "";
  display: block;
  margin-bottom: -1rem;
}
.lifeRealSnapList p {
  font-size: 1.2rem;
}

.lifeIkenSnap {
  margin: 0 auto;
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .lifeIkenSnap {
    column-count: 2;
    margin: 0 5px;
  }
}
.lifeIkenSnap li {
  width: 100%;
  margin: 10px;
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  background-color: #fff;
}
.lifeIkenSnap li:nth-of-type(even) img {
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .lifeIkenSnap li:nth-of-type(8) {
    margin-top: 100px;
  }
  .lifeIkenSnap li:nth-of-type(21) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lifeIkenSnap li {
    margin: 5px;
  }
  .lifeIkenSnap li:nth-of-type(15) {
    margin-top: 30%;
  }
}
.lifeIkenSnap__img {
  width: 100%;
  display: flex;
  position: relative;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .lifeIkenSnap__img {
    margin-left: 5px;
  }
}
.lifeIkenSnap__img img {
  width: auto;
  max-height: 30vw;
  box-shadow: 3px 5px 8px -6px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .lifeIkenSnap__img img {
    max-height: 55vw;
  }
}
.lifeIkenSnap__lead {
  position: absolute;
  left: -20px;
  bottom: 10px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .lifeIkenSnap__lead {
    left: -10px;
    bottom: 5px;
  }
}
.lifeIkenSnap__lead span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.2em;
  margin-bottom: 5px;
  background-color: #000;
  color: #fff;
}
.lifeIkenSnap__info {
  padding: 10px;
}
.lifeIkenSnap__ttl {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.lifeIkenSnap__ttl strong {
  font-size: 1.4rem;
}
.lifeIkenSnap p {
  font-size: 1.2rem;
}

.lifeRoom__by {
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #03bad5;
}
.lifeRoom__by--color2 {
  border: 1px solid #f35c99;
}

@media print, screen and (min-width: 768px) {
  .lifeLeadSet {
    padding: 60px;
  }
}
.lifeLeadSet__head {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lifeLeadSet__head {
    margin-bottom: 15%;
  }
}
.lifeLeadSet__head__mv img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  vertical-align: bottom;
}
.lifeLeadSet__ttl {
  background-color: #fff;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  width: 300px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .lifeLeadSet__ttl {
    padding: 10px 0;
    width: 45vw;
    min-height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  .lifeLeadSet__ttl img {
    width: 80%;
    height: auto;
  }
}
.lifeLeadSet__info__item {
  border-radius: 10px;
  border: 5px solid #fff;
  padding: 30px;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  position: relative;
  margin: 0 10px;
}
.lifeLeadSet__type {
  display: inline-block;
  padding: 5px;
  background: #3f5685;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  min-width: 4em;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 5px;
}
.lifeLeadSet__name {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #fff;
  font-size: 1.4rem;
}
.lifeLeadSet__st {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #3f5685;
}
.lifeLeadSet__com {
  font-size: 1.2rem;
}

/*==================================*/
/*sports*/
/*==================================*/
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -100vw 0;
  }
}
.sportsTop_area {
  position: relative;
  overflow: hidden;
}
.sportsTop_area__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}
.sportsTop_area__bg {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-10%);
  background: url("../../assets/images/sports/202309_index/bg_sm2.jpg") repeat-x left center;
  background-size: 60%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .sportsTop_area__bg {
    animation: bgroop 70s linear infinite;
  }
}
@media only screen and (max-width: 767px) {
  .sportsTop_area__bg {
    background-size: 120%;
    animation: bgroop 15s linear infinite;
  }
}
.sportsTop_area__set {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sportsTop_area__set {
    margin-bottom: 40px;
    display: block;
  }
}
.sportsTop_area__set__main {
  flex: 1;
}
.sportsTop_area__set__main p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sportsTop_area__set__sub {
  margin-left: 60px;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sportsTop_area__set__sub {
    width: auto;
    margin: 20px 0 0 0;
  }
}
.sportsTop_area__set__ttl {
  font-size: 3.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .sportsTop_area__set__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.sportsTop_area__set__ttl__kw {
  display: inline-block;
  color: #fff;
  padding: 0.05em 0.3em 0.1em 0.3em;
  margin-right: 0.2em;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
}
.sportsTop_area__set__ttl__sp {
  margin-right: 0.2em;
}
.sportsTop_area .topTtl {
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .sportsTop_area .topTtl {
    width: 80%;
  }
}

.sportsTop_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select {
    margin-right: -10px;
  }
}
.sportsTop_select__item {
  width: calc(20% - 10px);
  margin: 0 10px 20px 0;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__item {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}
.sportsTop_select__item--spNone {
  flex: 0 0 100%;
  height: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__item--spNone {
    display: none;
  }
}
.sportsTop_select__head {
  position: relative;
  transition: .3s;
}
.sportsTop_select__head img {
  transition: .3s;
}
.sportsTop_select__head:hover {
  cursor: pointer;
}
.sportsTop_select__head:hover img {
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) translateX(-2px) scale(1.05);
  opacity: 1 !important;
  cursor: pointer;
}
.sportsTop_select__head.__open img {
  box-shadow: 0 8px 20px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px) translateX(-2px) scale(1.15);
  opacity: 1 !important;
  border: 5px solid #fff;
  z-index: 10;
}
.sportsTop_select__head:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
}
.sportsTop_select__head.__open:after {
  opacity: 1;
}
.sportsTop_select__course {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(10px);
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__course {
    padding: 10px;
  }
}
.sportsTop_select__course a {
  text-decoration: none;
}
.sportsTop_select__course__list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__course__list {
    margin: 0;
  }
}
.sportsTop_select__course__item {
  width: calc(33.333% - 20px);
  margin: 5px 20px 5px 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__course__item {
    width: 100%;
    margin: 5px 0 5px 0;
  }
}
.sportsTop_select__course__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ccc;
}
.sportsTop_select__course__photo {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__course__photo {
    width: 30%;
  }
}
.sportsTop_select__course__ttl {
  flex: 1;
  margin-left: 20px;
  padding: 0 35px 0 0;
  background: url("../images/linkic.svg") no-repeat right 10px center #fff;
  background-size: 15px;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: bold;
}
.sportsTop_select__course__ttl small {
  font-size: 1rem;
}
.sportsTop_select__img {
  text-align: center;
  position: relative;
}
.sportsTop_select__img .p_btn--more3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.sportsTop_select__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  position: relative;
  background: linear-gradient(130deg, #afd7f5 0%, #f587c0 50%, #dfe891 100%) !important;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .sportsTop_select__img img {
    width: 100%;
    height: auto;
  }
}
.sportsTop_select__ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px 0 0 0;
  color: #3f5685;
  min-height: 4rem;
}
.sportsTop_select__head.__open .sportsTop_select__ttl span {
  background: linear-gradient(transparent 45%, #fff100 45%);
}

.sportsPoint {
  background-color: #fff;
  margin-bottom: 90px;
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
}
.sportsPoint .topPointList {
  display: block;
  margin-right: 0;
}
.sportsPoint .pageMv__ttlHead__ttl {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .sportsPoint .pageMv__ttlHead__ttl {
    font-size: 4.2rem;
  }
}
.sportsPoint .topPointList__link {
  display: block !important;
  height: auto;
}
.sportsPoint .pageMv {
  box-shadow: 0px 7px 25.2px 9.8px rgba(22, 19, 14, 0.03);
  background: linear-gradient(130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
}
.sportsPoint .pageMv.p_accordionSet_u__more {
  padding: 0;
}
.sportsPoint .pageMv--r--r {
  flex-direction: row;
  background: linear-gradient(-130deg, #74e7ff 0%, #91b2ff 50%, #93aeff 100%);
}
.sportsPoint .pageMv__ttlHead__main {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sportsPoint .pageMv__ttlHead__main {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__ttlHead__main {
    padding-right: 0;
  }
}
.sportsPoint .pageMv__ttlHead {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sportsPoint .pageMv__ttlHead {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__ttlHead {
    padding: 30px 20px;
    margin: 0;
  }
}
.sportsPoint .pageMv__ttlHead .p_btn {
  min-width: 350px;
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__ttlHead .p_btn {
    min-width: 80%;
  }
}
.sportsPoint .pageMv__ttlHead__bgSet {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/images/sports/202309_index/point_bg1.jpg") no-repeat;
  background-size: cover;
}
.sportsPoint .pageMv__ttlHead__bgSet.-type2 {
  background: url("../../assets/images/sports/202309_index/point_bg2.jpg") no-repeat;
  background-size: cover;
}
.sportsPoint .pageMv__ttlHead__bgSet.-type3 {
  background: url("../../assets/images/sports/202309_index/point_bg3.jpg") no-repeat;
  background-size: cover;
}
.sportsPoint .pageMv__ttlHead__bgSet.-type4 {
  background: url("../../assets/images/sports/202309_index/point_bg4.jpg") no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .sportsPoint .pageMv__item {
    width: 50%;
    height: 30vw;
  }
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__item {
    display: block;
    height: 50vw;
  }
}
.sportsPoint .pageMv__ttlHead__en {
  position: static;
  top: inherit;
  left: inherit;
  transform: none;
  text-align: center;
  font-size: 3rem;
  width: 80%;
  margin: 0 auto 10px auto;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__ttlHead__en {
    font-size: 2rem;
  }
}
.sportsPoint .pageMv__ttlHead__en big {
  font-size: 180%;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  color: transparent !important;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .sportsPoint .topPointList__head {
    padding-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .sportsPoint .p_ttl6 {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .sportsPoint .p_ttl6 {
    font-size: 2.4rem;
  }
}
.sportsPoint .pageMv__item .p_photoMix__bg {
  position: static;
}
.sportsPoint .pageMv__item .p_photoMix__main {
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 6vw 6vw 0);
  clip-path: inset(0 6vw 6vw 0);
}
@media only screen and (max-width: 767px) {
  .sportsPoint .pageMv__item .p_photoMix__main {
    -webkit-clip-path: inset(0 10vw 10vw 0);
    clip-path: inset(0 10vw 10vw 0);
  }
}
.sportsPoint .pageMv__item .p_photoMix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sportsPoint .pageMv__item .p_photoMix img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_ttl__jp--sportsPoint {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p_ttl__jp--sportsPoint {
    font-size: 1.8rem;
  }
}

.sportsTopLesson {
  margin: 0 -10px;
}
.sportsTopLesson__item {
  position: relative;
  margin: 0 10px;
}
.sportsTopLesson__ttl {
  position: absolute;
  bottom: 0.5em;
  left: 0;
}
.sportsTopLesson__ttl span {
  display: inline;
  line-height: 1;
  padding: 0.01em 0.1em;
  color: #fff;
  background-color: #3f5685;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
  .sportsTopLesson__ttl span {
    margin-right: -1px;
  }
  .sportsTopLesson__ttl span:after {
    content: '';
    margin-right: 1px;
  }
}
.sportsTopLesson .slick-track {
  display: flex;
}
.sportsTopLesson .slick-slide {
  height: auto !important;
}

.topFeild {
  position: relative;
  background: linear-gradient(130deg, rgba(116, 231, 255, 0.3) 0%, rgba(145, 178, 255, 0.3) 50%, rgba(147, 174, 255, 0.3) 100%);
}
.topFeild__head {
  position: relative;
}
.topFeild__head:before {
  content: "";
  width: 400px;
  height: 400px;
  background: url("../../assets/images/sports/202309_index/select.png") no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -40%);
}
@media only screen and (max-width: 767px) {
  .topFeild__head:before {
    width: 200px;
    height: 80px;
    top: -80px;
  }
}

.sp_point_lience .pageIntro__head {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .sp_point_lience .pageIntro__photo {
    margin-top: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .sp_point_lience .pageIntro__photo {
    margin-top: 30px;
  }
}

.sportsFieldSet {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .sportsFieldSet {
    margin-bottom: 60px;
  }
}
.sportsFieldSet .p_linklist li a {
  padding-right: 30px;
}
.sportsFieldSet .p_linklist li a:after {
  display: none;
}
.sportsFieldSet .p_btn--more3 {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*==================================*/
/*insert　過去のページを組み込む*/
/*==================================*/
@media print, screen and (min-width: 768px) {
  body.insertPgaes main {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  body.insertPgaes main {
    margin-top: 48px;
  }
}
body.insertPgaes .header {
  background-color: white;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.05), 0 0 5px rgba(0, 0, 0, 0.05);
}

/*==================================*/
/*COMMON CLASS*/
/*==================================*/
/*------------------------------*/
/*pc/sp*/
/*------------------------------*/
.u_sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .u_pc {
    display: none !important;
  }

  .u_sp {
    display: block !important;
  }
}
/*------------------------------*/
/*link */
/*------------------------------*/
a.u_linknone {
  pointer-events: none;
  cursor: default;
}

/*------------------------------*/
/*TXT*/
/*------------------------------*/
.u_txtSmall {
  font-size: 80%;
  line-height: 150%;
}

.u_txtMidium {
  font-size: 120%;
  line-height: 150%;
}

.u_lh1 {
  line-height: 1 !important;
}

.u_lh1_5 {
  line-height: 1.5 !important;
}

.u_lh1_2 {
  line-height: 1.2 !important;
}

.u_lh1_8 {
  line-height: 1.8 !important;
}

.u_lh2 {
  line-height: 2 !important;
}

/*------------------------------*/
/*TXT*/
/*------------------------------*/
.u_ft10 {
  font-size: 10px !important;
  font-size: 1.0rem !important;
}

.u_ft11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u_ft12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u_ft13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u_ft14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u_ft15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u_ft16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u_ft17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u_ft18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u_ft19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u_ft20 {
  font-size: 20px !important;
  font-size: 2.0rem !important;
}

.u_ft21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u_ft22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u_ft23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u_ft24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u_ft25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u_ft26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.u_ft27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.u_ft28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.u_ft29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.u_ft30 {
  font-size: 30px !important;
  font-size: 3.0rem !important;
}

.u_ft31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.u_ft32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.u_ft33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.u_ft34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.u_ft35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u_ft36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.u_ft37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.u_ft38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.u_ft39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.u_ft40 {
  font-size: 40px !important;
  font-size: 4.0rem !important;
}

.u_ft45 {
  font-size: 45px !important;
  font-size: 4.5rem !important;
}

.u_ft50 {
  font-size: 50px !important;
  font-size: 5.0rem !important;
}

.u_ft60 {
  font-size: 60px !important;
  font-size: 6.0rem !important;
}

@media only screen and (max-width: 767px) {
  .u_ft10_sp {
    font-size: 10px !important;
    font-size: 1.0rem !important;
  }

  .u_ft11_sp {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }

  .u_ft12_sp {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

  .u_ft13_sp {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }

  .u_ft14_sp {
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }

  .u_ft15_sp {
    font-size: 15px !important;
    font-size: 1.5rem !important;
  }

  .u_ft16_sp {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }

  .u_ft17_sp {
    font-size: 17px !important;
    font-size: 1.7rem !important;
  }

  .u_ft18_sp {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }

  .u_ft19_sp {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }

  .u_ft20_sp {
    font-size: 20px !important;
    font-size: 2.0rem !important;
  }

  .u_ft21_sp {
    font-size: 21px !important;
    font-size: 2.1rem !important;
  }

  .u_ft22_sp {
    font-size: 22px !important;
    font-size: 2.2rem !important;
  }

  .u_ft23_sp {
    font-size: 23px !important;
    font-size: 2.3rem !important;
  }

  .u_ft24_sp {
    font-size: 24px !important;
    font-size: 2.4rem !important;
  }

  .u_ft25_sp {
    font-size: 25px !important;
    font-size: 2.5rem !important;
  }

  .u_ft26_sp {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }

  .u_ft27_sp {
    font-size: 27px !important;
    font-size: 2.7rem !important;
  }

  .u_ft28_sp {
    font-size: 28px !important;
    font-size: 2.8rem !important;
  }

  .u_ft29_sp {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }

  .u_ft30_sp {
    font-size: 30px !important;
    font-size: 3.0rem !important;
  }

  .u_ft31_sp {
    font-size: 31px !important;
    font-size: 3.1rem !important;
  }

  .u_ft32_sp {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }

  .u_ft33_sp {
    font-size: 33px !important;
    font-size: 3.3rem !important;
  }

  .u_ft34_sp {
    font-size: 34px !important;
    font-size: 3.4rem !important;
  }

  .u_ft35_sp {
    font-size: 35px !important;
    font-size: 3.5rem !important;
  }

  .u_ft36_sp {
    font-size: 36px !important;
    font-size: 3.6rem !important;
  }

  .u_ft37_sp {
    font-size: 37px !important;
    font-size: 3.7rem !important;
  }

  .u_ft38_sp {
    font-size: 38px !important;
    font-size: 3.8rem !important;
  }

  .u_ft39_sp {
    font-size: 39px !important;
    font-size: 3.9rem !important;
  }

  .u_ft40_sp {
    font-size: 40px !important;
    font-size: 4.0rem !important;
  }

  .u_ft45_sp {
    font-size: 45px !important;
    font-size: 4.5rem !important;
  }

  .u_ft50_sp {
    font-size: 50px !important;
    font-size: 5.0rem !important;
  }

  .u_ft60_sp {
    font-size: 60px !important;
    font-size: 6.0rem !important;
  }
}
/*--- font-weight ----------*/
.u_ftB {
  font-weight: bold;
}

.u_ftNo {
  font-weight: normal;
}

/*------------------------------*/
/*LAYOUT*/
/*------------------------------*/
.u_floatLeft {
  float: left;
}

.u_floatRight {
  float: right;
}

.u_centerBox {
  text-align: center;
}

.u_rightBox {
  text-align: right;
}

/*------------------------------*/
/*LAYOUT2*/
/*------------------------------*/
.u_flL {
  float: left;
}

.u_flR {
  float: right;
}

.u_flLPc {
  float: left;
}

.u_flRPc {
  float: right;
}

@media screen and (max-width: 767px) {
  .u_flLPc,
  .u_flRPc {
    float: none;
  }
}
.u_txL {
  text-align: left;
}

.u_txC {
  text-align: center;
}

.u_txR {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .u_txL__pc {
    text-align: left;
  }

  .u_txC__pc {
    text-align: center;
  }

  .u_txR__pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u_txL__sp {
    text-align: left;
  }

  .u_txC__sp {
    text-align: center;
  }

  .u_txR__sp {
    text-align: right;
  }
}
/*------------------------------*/
/*colum*/
/*------------------------------*/
.u_clm2-1,
.u_clm2-2,
.u_clm3-1,
.u_clm3-2,
.u_clm3-3,
.u_clm4-1,
.u_clm4-2,
.u_clm4-4,
.u_clm5-1,
.u_clm5-2,
.u_clm5-3,
.u_clm5-5 {
  width: 100%;
  overflow: hidden;
}

ul.u_clm2-1 > li, .u_clm2-1 > dl, .u_clm2-1 > div,
ul.u_clm2-2 > li, .u_clm2-2 > dl, .u_clm2-2 > div,
ul.u_clm3-1 > li, .u_clm3-1 > dl, .u_clm3-1 > div,
ul.u_clm3-2 > li, .u_clm3-2 > dl, .u_clm3-2 > div,
ul.u_clm3-3 > li, .u_clm3-3 > dl, .u_clm3-3 > div,
ul.u_clm4-1 > li, .u_clm4-1 > dl, .u_clm4-1 > div,
ul.u_clm4-2 > li, .u_clm4-2 > dl, .u_clm4-2 > div,
ul.u_clm4-4 > li, .u_clm4-4 > dl, .u_clm4-4 > div,
ul.u_clm5-1 > li, .u_clm5-1 > dl, .u_clm5-1 > div,
ul.u_clm5-2 > li, .u_clm5-2 > dl, .u_clm5-2 > div,
ul.u_clm5-3 > li, .u_clm5-3 > dl, .u_clm5-3 > div,
ul.u_clm5-5 > li, .u_clm5-5 > dl, .u_clm5-5 > div {
  float: left;
  margin-bottom: 2%;
}

ul.u_clm2-1 > li a, .u_clm2-1 > dl > a, .u_clm2-1 > div > a,
ul.u_clm2-2 > li a, .u_clm2-2 > dl > a, .u_clm2-2 > div > a,
ul.u_clm3-1 > li a, .u_clm3-1 > dl > a, .u_clm3-1 > div > a,
ul.u_clm3-2 > li a, .u_clm3-2 > dl > a, .u_clm3-2 > div > a,
ul.u_clm3-3 > li a, .u_clm3-3 > dl > a, .u_clm3-3 > div > a,
ul.u_clm4-1 > li a, .u_clm4-1 > dl > a, .u_clm4-1 > div > a,
ul.u_clm4-2 > li a, .u_clm4-2 > dl > a, .u_clm4-2 > div > a,
ul.u_clm4-4 > li a, .u_clm4-4 > dl > a, .u_clm4-4 > div > a,
ul.u_clm5-1 > li a, .u_clm5-1 > dl > a, .u_clm5-1 > div > a,
ul.u_clm5-2 > li a, .u_clm5-2 > dl > a, .u_clm5-2 > div > a,
ul.u_clm5-3 > li a, .u_clm5-3 > dl > a, .u_clm5-3 > div > a,
ul.u_clm5-5 > li a, .u_clm5-5 > dl > a, .u_clm5-5 > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  ul.u_clm2-1 > li, .u_clm2-1 > dl, .u_clm2-1 > div,
  ul.u_clm2-2 > li, .u_clm2-2 > dl, .u_clm2-2 > div,
  ul.u_clm3-1 > li, .u_clm3-1 > dl, .u_clm3-1 > div,
  ul.u_clm3-2 > li, .u_clm3-2 > dl, .u_clm3-2 > div,
  ul.u_clm3-3 > li, .u_clm3-3 > dl, .u_clm3-3 > div,
  ul.u_clm4-1 > li, .u_clm4-1 > dl, .u_clm4-1 > div,
  ul.u_clm4-2 > li, .u_clm4-2 > dl, .u_clm4-2 > div,
  ul.u_clm4-4 > li, .u_clm4-4 > dl, .u_clm4-4 > div,
  ul.u_clm5-1 > li, .u_clm5-1 > dl, .u_clm5-1 > div,
  ul.u_clm5-2 > li, .u_clm5-2 > dl, .u_clm5-2 > div,
  ul.u_clm5-3 > li, .u_clm5-3 > dl, .u_clm5-3 > div,
  ul.u_clm5-5 > li, .u_clm5-5 > dl, .u_clm5-5 > div {
    float: left;
    margin-bottom: 2%;
  }
}
ul.u_clm2-1 > li, .u_clm2-1 > dl, .u_clm2-1 > div,
ul.u_clm2-2 > li, .u_clm2-2 > dl, .u_clm2-2 > div {
  width: 49%;
  margin-right: 2%;
}

ul.u_clm2-1 > li:nth-child(2n), .u_clm2-1 > dl:nth-child(2n), .u_clm2-1 > div:nth-child(2n),
ul.u_clm2-2 > li:nth-child(2n), .u_clm2-2 > dl:nth-child(2n), .u_clm2-2 > div:nth-child(2n) {
  margin-right: 0;
}

ul.u_clm3-1 > li, .u_clm3-1 > dl, .u_clm3-1 > div,
ul.u_clm3-2 > li, .u_clm3-2 > dl, .u_clm3-2 > div,
ul.u_clm3-3 > li, .u_clm3-3 > dl, .u_clm3-3 > div {
  width: 32%;
  margin-right: 2%;
}

ul.u_clm3-1 > li:nth-child(3n), .u_clm3-1 > dl:nth-child(3n), .u_clm3-1 > div:nth-child(3n),
ul.u_clm3-2 > li:nth-child(3n), .u_clm3-2 > dl:nth-child(3n), .u_clm3-2 > div:nth-child(3n),
ul.u_clm3-3 > li:nth-child(3n), .u_clm3-3 > dl:nth-child(3n), .u_clm3-3 > div:nth-child(3n) {
  margin-right: 0;
}

ul.u_clm4-1 > li, .u_clm4-1 > dl, .u_clm4-1 > div,
ul.u_clm4-2 > li, .u_clm4-2 > dl, .u_clm4-2 > div,
ul.u_clm4-4 > li, .u_clm4-4 > dl, .u_clm4-4 > div {
  width: 23.5%;
  margin-right: 2%;
}

ul.u_clm4-1 > li:nth-child(4n), .u_clm4-1 > dl:nth-child(4n), .u_clm4-1 > div:nth-child(4n),
ul.u_clm4-2 > li:nth-child(4n), .u_clm4-2 > dl:nth-child(4n), .u_clm4-2 > div:nth-child(4n),
ul.u_clm4-4 > li:nth-child(4n), .u_clm4-4 > dl:nth-child(4n), .u_clm4-4 > div:nth-child(4n) {
  margin-right: 0;
}

ul.u_clm5-1 > li, .u_clm5-1 > dl, .u_clm5-1 > div,
ul.u_clm5-2 > li, .u_clm5-2 > dl, .u_clm5-2 > div,
ul.u_clm5-3 > li, .u_clm5-3 > dl, .u_clm5-3 > div,
ul.u_clm5-5 > li, .u_clm5-5 > dl, .u_clm5-5 > div {
  width: 18.4%;
  margin-right: 2%;
}

ul.u_clm5-1 > li:nth-child(5n), .u_clm5-1 > dl:nth-child(5n), .u_clm5-1 > div:nth-child(5n),
ul.u_clm5-2 > li:nth-child(5n), .u_clm5-2 > dl:nth-child(5n), .u_clm5-2 > div:nth-child(5n),
ul.u_clm5-3 > li:nth-child(5n), .u_clm5-3 > dl:nth-child(5n), .u_clm5-3 > div:nth-child(5n),
ul.u_clm5-5 > li:nth-child(5n), .u_clm5-5 > dl:nth-child(5n), .u_clm5-5 > div:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  ul.u_clm2-1 > li, .u_clm2-1 > dl, .u_clm2-1 > div,
  ul.u_clm3-1 > li, .u_clm3-1 > dl, .u_clm3-1 > div,
  ul.u_clm4-1 > li, .u_clm4-1 > dl, .u_clm4-1 > div,
  ul.u_clm5-1 > li, .u_clm5-1 > dl, .u_clm5-1 > div {
    width: 100%;
    margin-right: 0;
  }

  ul.u_clm3-2 > li, .u_clm3-2 > dl, .u_clm3-2 > div,
  ul.u_clm4-2 > li, .u_clm4-2 > dl, .u_clm4-2 > div,
  ul.u_clm5-2 > li, .u_clm5-2 > dl, .u_clm5-2 > div {
    width: 49%;
    margin-right: 2%;
  }

  ul.u_clm3-2 > li:nth-child(3n), .u_clm3-2 > dl:nth-child(3n), .u_clm3-2 > div:nth-child(3n) {
    margin-right: 2%;
  }

  ul.u_clm3-2 > li:nth-child(2n), .u_clm3-2 > dl:nth-child(2n), .u_clm3-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm4-2 > li:nth-child(2n), .u_clm4-2 > dl:nth-child(2n), .u_clm4-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm5-2 > li:nth-child(2n), .u_clm5-2 > dl:nth-child(2n), .u_clm5-2 > div:nth-child(2n) {
    margin-right: 0;
  }

  ul.u_clm5-3 > li, .u_clm5-3 > dl, .u_clm5-3 > div {
    width: 32%;
    margin-right: 2%;
  }

  ul.u_clm5-3 > li:nth-child(5n), .u_clm5-3 > dl:nth-child(5n), .u_clm5-3 > div:nth-child(5n) {
    margin-right: 2%;
  }

  ul.u_clm5-3 > li:nth-child(3n), .u_clm5-3 > dl:nth-child(3n), .u_clm5-3 > div:nth-child(3n) {
    margin-right: 0;
  }
}
/*--- column（inline-block） ----------*/
.u_clmIb2-1,
.u_clmIb2-2,
.u_clmIb3-1,
.u_clmIb3-2,
.u_clmIb3-3,
.u_clmIb4-1,
.u_clmIb4-2,
.u_clmIb4-4,
.u_clmIb5-1,
.u_clmIb5-3,
.u_clmIb5-5 {
  width: 100%;
  letter-spacing: -0.4em;
}

ul.u_clmIb2-1 > li, .u_clmIb2-1 > dl, .u_clmIb2-1 > div,
ul.u_clmIb2-2 > li, .u_clmIb2-2 > dl, .u_clmIb2-2 > div,
ul.u_clmIb3-1 > li, .u_clmIb3-1 > dl, .u_clmIb3-1 > div,
ul.u_clmIb3-2 > li, .u_clmIb3-2 > dl, .u_clmIb3-2 > div,
ul.u_clmIb3-3 > li, .u_clmIb3-3 > dl, .u_clmIb3-3 > div,
ul.u_clmIb4-1 > li, .u_clmIb4-1 > dl, .u_clmIb4-1 > div,
ul.u_clmIb4-2 > li, .u_clmIb4-2 > dl, .u_clmIb4-2 > div,
ul.u_clmIb4-4 > li, .u_clmIb4-4 > dl, .u_clmIb4-4 > div,
ul.u_clmIb5-1 > li, .u_clmIb5-1 > dl, .u_clmIb5-1 > div,
ul.u_clmIb5-3 > li, .u_clmIb5-3 > dl, .u_clmIb5-3 > div,
ul.u_clmIb5-5 > li, .u_clmIb5-5 > dl, .u_clmIb5-5 > div {
  display: inline-block;
  letter-spacing: normal;
}

ul.u_clmIb2-1 > li, .u_clmIb2-1 > dl, .u_clmIb2-1 > div,
ul.u_clmIb2-2 > li, .u_clmIb2-2 > dl, .u_clmIb2-2 > div {
  width: 50%;
}

ul.u_clmIb3-1 > li, .u_clmIb3-1 > dl, .u_clmIb3-1 > div,
ul.u_clmIb3-2 > li, .u_clmIb3-2 > dl, .u_clmIb3-2 > div,
ul.u_clmIb3-3 > li, .u_clmIb3-3 > dl, .u_clmIb3-3 > div {
  width: 33.333%;
}

ul.u_clmIb3-1 > li:nth-child(3n+2), .u_clmIb3-1 > dl:nth-child(3n+2), .u_clmIb3-1 > div:nth-child(3n+2),
ul.u_clmIb3-2 > li:nth-child(3n+2), .u_clmIb3-2 > dl:nth-child(3n+2), .u_clmIb3-2 > div:nth-child(3n+2),
ul.u_clmIb3-3 > li:nth-child(3n+2), .u_clmIb3-3 > dl:nth-child(3n+2), .u_clmIb3-3 > div:nth-child(3n+2) {
  width: 33.334%;
}

ul.u_clmIb4-1 > li, .u_clmIb4-1 > dl, .u_clmIb4-1 > div,
ul.u_clmIb4-2 > li, .u_clmIb4-2 > dl, .u_clmIb4-2 > div,
ul.u_clmIb4-4 > li, .u_clmIb4-4 > dl, .u_clmIb4-4 > div {
  width: 25%;
}

ul.u_clmIb5-1 > li, .u_clmIb5-1 > dl, .u_clmIb5-1 > div,
ul.u_clmIb5-3 > li, .u_clmIb5-3 > dl, .u_clmIb5-3 > div,
ul.u_clmIb5-5 > li, .u_clmIb5-5 > dl, .u_clmIb5-5 > div {
  width: 20%;
}

ul.u_clmIb2-1 > li a, .u_clmIb2-1 > dl > a, .u_clmIb2-1 > div > a,
ul.u_clmIb2-2 > li a, .u_clmIb2-2 > dl > a, .u_clmIb2-2 > div > a,
ul.u_clmIb3-1 > li a, .u_clmIb3-1 > dl > a, .u_clmIb3-1 > div > a,
ul.u_clmIb3-2 > li a, .u_clmIb3-2 > dl > a, .u_clmIb3-2 > div > a,
ul.u_clmIb3-3 > li a, .u_clmIb3-3 > dl > a, .u_clmIb3-3 > div > a,
ul.u_clmIb4-1 > li a, .u_clmIb4-1 > dl > a, .u_clmIb4-1 > div > a,
ul.u_clmIb4-2 > li a, .u_clmIb4-2 > dl > a, .u_clmIb4-2 > div > a,
ul.u_clmIb4-4 > li a, .u_clmIb4-4 > dl > a, .u_clmIb4-4 > div > a,
ul.u_clmIb5-1 > li a, .u_clmIb5-1 > dl > a, .u_clmIb5-1 > div > a,
ul.u_clmIb5-3 > li a, .u_clmIb5-3 > dl > a, .u_clmIb5-3 > div > a,
ul.u_clmIb5-5 > li a, .u_clmIb5-5 > dl > a, .u_clmIb5-5 > div > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  ul.u_clmIb2-1 > li, .u_clmIb2-1 > dl, .u_clmIb2-1 > div,
  ul.u_clmIb3-1 > li, .u_clmIb3-1 > dl, .u_clmIb3-1 > div,
  ul.u_clmIb4-1 > li, .u_clmIb4-1 > dl, .u_clmIb4-1 > div,
  ul.u_clmIb5-1 > li, .u_clmIb5-1 > dl, .u_clmIb5-1 > div {
    width: 100%;
  }

  ul.u_clmIb3-1 > li:nth-child(3n+2), .u_clmIb3-1 > dl:nth-child(3n+2), .u_clmIb3-1 > div:nth-child(3n+2) {
    width: 100%;
  }

  ul.u_clmIb3-2 > li, .u_clmIb3-2 > dl, .u_clmIb3-2 > div,
  ul.u_clmIb4-2 > li, .u_clmIb4-2 > dl, .u_clmIb4-2 > div {
    width: 50%;
  }

  ul.u_clmIb3-2 > li:nth-child(3n+2), .u_clmIb3-2 > dl:nth-child(3n+2), .u_clmIb3-2 > div:nth-child(3n+2) {
    width: 50%;
  }

  ul.u_clmIb5-3 > li, .u_clmIb5-3 > dl, .u_clmIb5-3 > div {
    width: 33.333%;
  }

  ul.u_clmIb5-3 > li:nth-child(3n+2), .u_clmIb5-3 > dl:nth-child(3n+2), .u_clmIb5-3 > div:nth-child(3n+2) {
    width: 33.334%;
  }
}
/*--- flexbox ----------*/
.u_clmFl2, ul.u_clmFl2 > li, .u_clmFl2 > dl,
.u_clmFl3, ul.u_clmFl3 > li, .u_clmFl3 > dl,
.u_clmFl4, ul.u_clmFl4 > li, .u_clmFl4 > dl,
.u_clmFl5, ul.u_clmFl5 > li, .u_clmFl5 > dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  justify-content: space-between;
  align-content: space-between;
  -ms-align-content: space-between;
  /* IE10 */
  -webkit-align-content: space-between;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
}

.u_clmFl2, ul.u_clmFl2 > li, .u_clmFl2 > dl {
  flex-basis: 49%;
}

.u_clmFl3, ul.u_clmFl3 > li, .u_clmFl3 > dl {
  flex-basis: 32%;
}

.u_clmFl4, ul.u_clmFl4 > li, .u_clmFl4 > dl {
  flex-basis: 23.5%;
}

.u_clmFl5, ul.u_clmFl5 > li, .u_clmFl5 > dl {
  flex-basis: 18.4%;
}

.u_clmFl2 a, ul.u_clmFl2 > li a, .u_clmFl2 > dl a,
.u_clmFl3 a, ul.u_clmFl3 > li a, .u_clmFl3 > dl a,
.u_clmFl4 a, ul.u_clmFl4 > li a, .u_clmFl4 > dl a,
.u_clmFl5 a, ul.u_clmFl5 > li a, .u_clmFl5 > dl a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--- flexbox（複数行に渡って上下左右の間隔を均等にする場合） ----------*/
.u_clmFlSp2-1, ul.u_clmFlSp2-1 > li, .u_clmFlSp2-1 > dl,
.u_clmFlSp2-2, ul.u_clmFlSp2-2 > li, .u_clmFlSp2-2 > dl,
.u_clmFlSp3-1, ul.u_clmFlSp3-1 > li, .u_clmFlSp3-1 > dl,
.u_clmFlSp3-2, ul.u_clmFlSp3-2 > li, .u_clmFlSp3-2 > dl,
.u_clmFlSp3-3, ul.u_clmFlSp3-3 > li, .u_clmFlSp3-3 > dl,
.u_clmFlSp4-1, ul.u_clmFlSp4-1 > li, .u_clmFlSp4-1 > dl,
.u_clmFlSp4-2, ul.u_clmFlSp4-2 > li, .u_clmFlSp4-2 > dl,
.u_clmFlSp4-4, ul.u_clmFlSp4-4 > li, .u_clmFlSp4-4 > dl,
.u_clmFlSp5-1, ul.u_clmFlSp5-1 > li, .u_clmFlSp5-1 > dl,
.u_clmFlSp5-3, ul.u_clmFlSp5-3 > li, .u_clmFlSp5-3 > dl,
.u_clmFlSp5-5, ul.u_clmFlSp5-5 > li, .u_clmFlSp5-5 > dl {
  display: flex;
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* safari（PC）用 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  -webkit-flex-wrap: wrap;
  /* safari（PC）用 */
  align-items: stretch;
  -ms-align-items: stretch;
  /* IE10 */
  -webkit-align-items: stretch;
  /* safari（PC）用 */
  margin: 0.5%;
}

.u_clmFlSp2-1, ul.u_clmFlSp2-1 > li, .u_clmFlSp2-1 > dl,
.u_clmFlSp2-2, ul.u_clmFlSp2-2 > li, .u_clmFlSp2-2 > dl {
  flex-basis: 49%;
}

.u_clmFlSp3-1, ul.u_clmFlSp3-1 > li, .u_clmFlSp3-1 > dl,
.u_clmFlSp3-2, ul.u_clmFlSp3-2 > li, .u_clmFlSp3-2 > dl,
.u_clmFlSp3-3, ul.u_clmFlSp3-3 > li, .u_clmFlSp3-3 > dl {
  flex-basis: 32.333%;
}

.u_clmFlSp4-1, ul.u_clmFlSp4-1 > li, .u_clmFlSp4-1 > dl,
.u_clmFlSp4-2, ul.u_clmFlSp4-2 > li, .u_clmFlSp4-2 > dl,
.u_clmFlSp4-4, ul.u_clmFlSp4-4 > li, .u_clmFlSp4-4 > dl {
  flex-basis: 24%;
}

.u_clmFlSp5-1, ul.u_clmFlSp5-1 > li, .u_clmFlSp5-1 > dl,
.u_clmFlSp5-3, ul.u_clmFlSp5-3 > li, .u_clmFlSp5-3 > dl,
.u_clmFlSp5-5, ul.u_clmFlSp5-5 > li, .u_clmFlSp5-5 > dl {
  flex-basis: 19%;
}

.u_clmFlSp2-1 a, ul.u_clmFlSp2-1 > li a, .u_clmFlSp2-1 > dl > a,
.u_clmFlSp2-2 a, ul.u_clmFlSp2-2 > li a, .u_clmFlSp2-2 > dl > a,
.u_clmFlSp3-1 a, ul.u_clmFlSp3-1 > li a, .u_clmFlSp3-1 > dl > a,
.u_clmFlSp3-2 a, ul.u_clmFlSp3-2 > li a, .u_clmFlSp3-2 > dl > a,
.u_clmFlSp3-3 a, ul.u_clmFlSp3-3 > li a, .u_clmFlSp3-3 > dl > a,
.u_clmFlSp4-1 a, ul.u_clmFlSp4-1 > li a, .u_clmFlSp4-1 > dl > a,
.u_clmFlSp4-2 a, ul.u_clmFlSp4-2 > li a, .u_clmFlSp4-2 > dl > a,
.u_clmFlSp4-4 a, ul.u_clmFlSp4-4 > li a, .u_clmFlSp4-4 > dl > a,
.u_clmFlSp5-1 a, ul.u_clmFlSp5-1 > li a, .u_clmFlSp5-1 > dl > a,
.u_clmFlSp5-3 a, ul.u_clmFlSp5-3 > li a, .u_clmFlSp5-3 > dl > a,
.u_clmFlSp5-5 a, ul.u_clmFlSp5-5 > li a, .u_clmFlSp5-5 > dl > a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .u_clmFlSp2-1, ul.u_clmFlSp2-1 > li, .u_clmFlSp2-1 > dl,
  .u_clmFlSp3-1, ul.u_clmFlSp3-1 > li, .u_clmFlSp3-1 > dl,
  .u_clmFlSp4-1, ul.u_clmFlSp4-1 > li, .u_clmFlSp4-1 > dl,
  .u_clmFlSp5-1, ul.u_clmFlSp5-1 > li, .u_clmFlSp5-1 > dl {
    flex-basis: 100%;
    margin: 0 0 1% 0;
  }

  .u_clmFlSp3-2, ul.u_clmFlSp3-2 > li, .u_clmFlSp3-2 > dl,
  .u_clmFlSp4-2, ul.u_clmFlSp4-2 > li, .u_clmFlSp4-2 > dl {
    flex-basis: 49%;
  }

  .u_clmFlSp5-3, ul.u_clmFlSp5-3 > li, .u_clmFlSp5-3 > dl {
    flex-basis: 32.333%;
  }
}
/*------------------------------*/
/*CREAR*/
/*------------------------------*/
.u_clear {
  clear: both;
  _zoom: 1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.u_clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.u_clearfix {
  display: inline-block;
}

/*hides IE-mac \*/
* html .u_clearfix {
  height: 1%;
}

.u_clearfix {
  display: block;
}

/*hide  IE-mac */
/*------------------------------*/
/*COLOR*/
/*------------------------------*/
.u_color-orange {
  color: #FF6600 !important;
}

.u_color-red {
  color: #FF0000 !important;
}

.u_color-black {
  color: #000000 !important;
}

.u_color-white {
  color: #FFFFFF !important;
}

.u_color-green {
  color: #009900 !important;
}

/*------------------------------*/
/*Margin Padding */
/*------------------------------*/
/*------------------------------*/
/*Margin Padding 2*/
/*------------------------------*/
/*--- 中央配置 ----------*/
.u_mgC {
  margin-right: auto !important;
  margin-left: auto !important;
}

/*--- 上 ----------*/
.u_mgT0 {
  margin-top: 0px !important;
}

.u_mgT5 {
  margin-top: 5px !important;
}

.u_mgT10 {
  margin-top: 10px !important;
}

.u_mgT15 {
  margin-top: 15px !important;
}

.u_mgT20 {
  margin-top: 20px !important;
}

.u_mgT25 {
  margin-top: 25px !important;
}

.u_mgT30 {
  margin-top: 30px !important;
}

.u_mgT40 {
  margin-top: 40px !important;
}

.u_mgT50 {
  margin-top: 50px !important;
}

.u_pdT0 {
  padding-top: 0px !important;
}

.u_pdT5 {
  padding-top: 5px !important;
}

.u_pdT10 {
  padding-top: 10px !important;
}

.u_pdT15 {
  padding-top: 15px !important;
}

.u_pdT20 {
  padding-top: 20px !important;
}

.u_pdT25 {
  padding-top: 25px !important;
}

.u_pdT30 {
  padding-top: 30px !important;
}

.u_pdT40 {
  padding-top: 40px !important;
}

.u_pdT50 {
  padding-top: 50px !important;
}

/*--- 右 ----------*/
.u_mgR0 {
  margin-right: 0px !important;
}

.u_mgR10 {
  margin-right: 10px !important;
}

.u_mgR15 {
  margin-right: 15px !important;
}

.u_mgR20 {
  margin-right: 20px !important;
}

.u_mgR25 {
  margin-right: 25px !important;
}

.u_mgR30 {
  margin-right: 30px !important;
}

.u_mgR40 {
  margin-right: 40px !important;
}

.u_mgR50 {
  margin-right: 50px !important;
}

.u_pdR5 {
  padding-right: 5px !important;
}

.u_pdR10 {
  padding-right: 10px !important;
}

.u_pdR15 {
  padding-right: 15px !important;
}

.u_pdR20 {
  padding-right: 20px !important;
}

.u_pdR25 {
  padding-right: 25px !important;
}

.u_pdR30 {
  padding-right: 30px !important;
}

.u_pdR40 {
  padding-right: 40px !important;
}

.u_pdR50 {
  padding-right: 50px !important;
}

/*--- 左 ----------*/
.u_mgL0 {
  margin-left: 0px !important;
}

.u_mgL10 {
  margin-left: 10px !important;
}

.u_mgL15 {
  margin-left: 15px !important;
}

.u_mgL20 {
  margin-left: 20px !important;
}

.u_mgL25 {
  margin-left: 25px !important;
}

.u_mgL30 {
  margin-left: 30px !important;
}

.u_mgL40 {
  margin-left: 40px !important;
}

.u_mgL50 {
  margin-left: 50px !important;
}

.u_pdL5 {
  padding-left: 5px !important;
}

.u_pdL10 {
  padding-left: 10px !important;
}

.u_pdL15 {
  padding-left: 15px !important;
}

.u_pdL20 {
  padding-left: 20px !important;
}

.u_pdL25 {
  padding-left: 25px !important;
}

.u_pdL30 {
  padding-left: 30px !important;
}

.u_pdL40 {
  padding-left: 40px !important;
}

.u_pdL50 {
  padding-left: 50px !important;
}

/*--- 下 ----------*/
.u_mgB0 {
  margin-bottom: 0px !important;
}

.u_mgB5 {
  margin-bottom: 5px !important;
}

.u_mgB10 {
  margin-bottom: 10px !important;
}

.u_mgB15 {
  margin-bottom: 15px !important;
}

.u_mgB20 {
  margin-bottom: 20px !important;
}

.u_mgB25 {
  margin-bottom: 25px !important;
}

.u_mgB30 {
  margin-bottom: 30px !important;
}

.u_mgB40 {
  margin-bottom: 40px !important;
}

.u_mgB50 {
  margin-bottom: 50px !important;
}

.u_pdB5 {
  padding-bottom: 5px !important;
}

.u_pdB10 {
  padding-bottom: 10px !important;
}

.u_pdB15 {
  padding-bottom: 15px !important;
}

.u_pdB20 {
  padding-bottom: 20px !important;
}

.u_pdB25 {
  padding-bottom: 25px !important;
}

.u_pdB30 {
  padding-bottom: 30px !important;
}

.u_pdB40 {
  padding-bottom: 40px !important;
}

.u_pdB50 {
  padding-bottom: 50px !important;
}

/*--- 上下 ----------*/
.u_mgTB0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u_mgTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u_mgTB10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u_mgTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u_mgTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u_mgTB20 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u_mgTB30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u_mgTB40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u_mgTB50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u_pdTB5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u_pdTB10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u_pdTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u_pdTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u_pdTB25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u_pdTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u_pdTB40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u_pdTB50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/*--- 左右 ----------*/
.u_mgLR0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u_mgLR10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u_mgLR15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u_mgLR20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u_mgLR25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u_mgLR30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u_mgLR40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u_mgLR50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u_pdLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u_pdLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u_pdLR15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u_pdLR20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u_pdLR25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u_pdLR30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u_pdLR40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u_pdLR50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/*--- 全体 ----------*/
.u_mgA0 {
  margin: 0px !important;
}

.u_mgA10 {
  margin: 10px !important;
}

.u_mgA15 {
  margin: 15px !important;
}

.u_mgA20 {
  margin: 20px !important;
}

.u_mgA25 {
  margin: 25px !important;
}

.u_mgA30 {
  margin: 30px !important;
}

.u_mgA40 {
  margin: 40px !important;
}

.u_mgA50 {
  margin: 50px !important;
}

.u_pdA0 {
  padding: 0px !important;
}

.u_pdA5 {
  padding: 5px !important;
}

.u_pdA10 {
  padding: 10px !important;
}

.u_pdA15 {
  padding: 15px !important;
}

.u_pdA20 {
  padding: 20px !important;
}

.u_pdA25 {
  padding: 25px !important;
}

.u_pdA30 {
  padding: 30px !important;
}

.u_pdA40 {
  padding: 40px !important;
}

.u_pdA50 {
  padding: 50px !important;
}

/*--- 横幅 ----------*/
/* ピクセル */
.u_w1000 {
  width: 1000px !important;
}

.u_w950 {
  width: 950px !important;
}

.u_w900 {
  width: 900px !important;
}

.u_w850 {
  width: 850px !important;
}

.u_w800 {
  width: 800px !important;
}

.u_w750 {
  width: 750px !important;
}

.u_w700 {
  width: 700px !important;
}

.u_w650 {
  width: 650px !important;
}

.u_w600 {
  width: 600px !important;
}

.u_w550 {
  width: 550px !important;
}

.u_w500 {
  width: 500px !important;
}

.u_w450 {
  width: 450px !important;
}

.u_w400 {
  width: 400px !important;
}

.u_w350 {
  width: 350px !important;
}

.u_w300 {
  width: 300px !important;
}

.u_w250 {
  width: 250px !important;
}

.u_w200 {
  width: 200px !important;
}

.u_w150 {
  width: 150px !important;
}

.u_w100 {
  width: 100px !important;
}

.u_w50 {
  width: 50px !important;
}

/* パーセント */
.u_wP100 {
  width: 100% !important;
}

.u_wP95 {
  width: 95% !important;
}

.u_wP90 {
  width: 90% !important;
}

.u_wP85 {
  width: 85% !important;
}

.u_wP80 {
  width: 80% !important;
}

.u_wP75 {
  width: 75% !important;
}

.u_wP70 {
  width: 70% !important;
}

.u_wP65 {
  width: 65% !important;
}

.u_wP60 {
  width: 60% !important;
}

.u_wP55 {
  width: 55% !important;
}

.u_wP50 {
  width: 50% !important;
}

.u_wP45 {
  width: 45% !important;
}

.u_wP40 {
  width: 40% !important;
}

.u_wP35 {
  width: 35% !important;
}

.u_wP30 {
  width: 30% !important;
}

.u_wP25 {
  width: 25% !important;
}

.u_wP20 {
  width: 20% !important;
}

.u_wP15 {
  width: 15% !important;
}

.u_wP10 {
  width: 10% !important;
}

.u_wP5 {
  width: 5% !important;
}

.u_wAuto {
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  .u_wP--sp {
    width: 100% !important;
  }

  /*--- 上 ----------*/
  .u_mgT0_sp {
    margin-top: 0px !important;
  }

  .u_mgT5_sp {
    margin-top: 5px !important;
  }

  .u_mgT10_sp {
    margin-top: 10px !important;
  }

  .u_mgT15_sp {
    margin-top: 15px !important;
  }

  .u_mgT20_sp {
    margin-top: 20px !important;
  }

  .u_mgT25_sp {
    margin-top: 25px !important;
  }

  .u_mgT30_sp {
    margin-top: 30px !important;
  }

  .u_mgT40_sp {
    margin-top: 40px !important;
  }

  .u_mgT50_sp {
    margin-top: 50px !important;
  }

  .u_pdT5_sp {
    padding-top: 5px !important;
  }

  .u_pdT10_sp {
    padding-top: 10px !important;
  }

  .u_pdT15_sp {
    padding-top: 15px !important;
  }

  .u_pdT20_sp {
    padding-top: 20px !important;
  }

  .u_pdT25_sp {
    padding-top: 25px !important;
  }

  .u_pdT30_sp {
    padding-top: 30px !important;
  }

  .u_pdT40_sp {
    padding-top: 40px !important;
  }

  .u_pdT50_sp {
    padding-top: 50px !important;
  }

  /*--- 右 ----------*/
  .u_mgR0_sp {
    margin-right: 0px !important;
  }

  .u_mgR10_sp {
    margin-right: 10px !important;
  }

  .u_mgR15_sp {
    margin-right: 15px !important;
  }

  .u_mgR20_sp {
    margin-right: 20px !important;
  }

  .u_mgR25_sp {
    margin-right: 25px !important;
  }

  .u_mgR30_sp {
    margin-right: 30px !important;
  }

  .u_mgR40_sp {
    margin-right: 40px !important;
  }

  .u_mgR50_sp {
    margin-right: 50px !important;
  }

  .u_pdR5_sp {
    padding-right: 5px !important;
  }

  .u_pdR10_sp {
    padding-right: 10px !important;
  }

  .u_pdR15_sp {
    padding-right: 15px !important;
  }

  .u_pdR20_sp {
    padding-right: 20px !important;
  }

  .u_pdR25_sp {
    padding-right: 25px !important;
  }

  .u_pdR30_sp {
    padding-right: 30px !important;
  }

  .u_pdR40_sp {
    padding-right: 40px !important;
  }

  .u_pdR50_sp {
    padding-right: 50px !important;
  }

  /*--- 左 ----------*/
  .u_mgL0_sp {
    margin-left: 0px !important;
  }

  .u_mgL10_sp {
    margin-left: 10px !important;
  }

  .u_mgL15_sp {
    margin-left: 15px !important;
  }

  .u_mgL20_sp {
    margin-left: 20px !important;
  }

  .u_mgL25_sp {
    margin-left: 25px !important;
  }

  .u_mgL30_sp {
    margin-left: 30px !important;
  }

  .u_mgL40_sp {
    margin-left: 40px !important;
  }

  .u_mgL50_sp {
    margin-left: 50px !important;
  }

  .u_pdL5_sp {
    padding-left: 5px !important;
  }

  .u_pdL10_sp {
    padding-left: 10px !important;
  }

  .u_pdL15_sp {
    padding-left: 15px !important;
  }

  .u_pdL20_sp {
    padding-left: 20px !important;
  }

  .u_pdL25_sp {
    padding-left: 25px !important;
  }

  .u_pdL30_sp {
    padding-left: 30px !important;
  }

  .u_pdL40_sp {
    padding-left: 40px !important;
  }

  .u_pdL50_sp {
    padding-left: 50px !important;
  }

  /*--- 下 ----------*/
  .u_mgB0_sp {
    margin-bottom: 0px !important;
  }

  .u_mgB5_sp {
    margin-bottom: 5px !important;
  }

  .u_mgB10_sp {
    margin-bottom: 10px !important;
  }

  .u_mgB15_sp {
    margin-bottom: 15px !important;
  }

  .u_mgB20_sp {
    margin-bottom: 20px !important;
  }

  .u_mgB25_sp {
    margin-bottom: 25px !important;
  }

  .u_mgB30_sp {
    margin-bottom: 30px !important;
  }

  .u_mgB40_sp {
    margin-bottom: 40px !important;
  }

  .u_mgB50_sp {
    margin-bottom: 50px !important;
  }

  .u_pdB5_sp {
    padding-bottom: 5px !important;
  }

  .u_pdB10_sp {
    padding-bottom: 10px !important;
  }

  .u_pdB15_sp {
    padding-bottom: 15px !important;
  }

  .u_pdB20_sp {
    padding-bottom: 20px !important;
  }

  .u_pdB25_sp {
    padding-bottom: 25px !important;
  }

  .u_pdB30_sp {
    padding-bottom: 30px !important;
  }

  .u_pdB40_sp {
    padding-bottom: 40px !important;
  }

  .u_pdB50_sp {
    padding-bottom: 50px !important;
  }

  /*--- 上下 ----------*/
  .u_mgTB0_sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .u_mgTB5_sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .u_mgTB10_sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .u_mgTB15_sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .u_mgTB20_sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .u_mgTB20_sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .u_mgTB30_sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .u_mgTB40_sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .u_mgTB50_sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .u_pdTB5_sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .u_pdTB10_sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .u_pdTB15_sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .u_pdTB20_sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .u_pdTB25_sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .u_pdTB30_sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .u_pdTB40_sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .u_pdTB50_sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*--- 左右 ----------*/
  .u_mgLR0_sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .u_mgLR10_sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .u_mgLR15_sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .u_mgLR20_sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .u_mgLR25_sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .u_mgLR30_sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .u_mgLR40_sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .u_mgLR50_sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .u_pdLR5_sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .u_pdLR10_sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .u_pdLR15_sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .u_pdLR20_sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .u_pdLR25_sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .u_pdLR30_sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .u_pdLR40_sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .u_pdLR50_sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  /*--- 全体 ----------*/
  .u_mgA0_sp {
    margin: 0px !important;
  }

  .u_mgA10_sp {
    margin: 10px !important;
  }

  .u_mgA15_sp {
    margin: 15px !important;
  }

  .u_mgA20_sp {
    margin: 20px !important;
  }

  .u_mgA25_sp {
    margin: 25px !important;
  }

  .u_mgA30_sp {
    margin: 30px !important;
  }

  .u_mgA40_sp {
    margin: 40px !important;
  }

  .u_mgA50_sp {
    margin: 50px !important;
  }

  .u_pdA5_sp {
    padding: 5px !important;
  }

  .u_pdA10_sp {
    padding: 10px !important;
  }

  .u_pdA15_sp {
    padding: 15px !important;
  }

  .u_pdA20_sp {
    padding: 20px !important;
  }

  .u_pdA25_sp {
    padding: 25px !important;
  }

  .u_pdA30_sp {
    padding: 30px !important;
  }

  .u_pdA40_sp {
    padding: 40px !important;
  }

  .u_pdA50_sp {
    padding: 50px !important;
  }

  /*--- 横幅 ----------*/
  /* ピクセル */
  .u_w1000_sp {
    width: 1000px !important;
  }

  .u_w950_sp {
    width: 950px !important;
  }

  .u_w900_sp {
    width: 900px !important;
  }

  .u_w850_sp {
    width: 850px !important;
  }

  .u_w800_sp {
    width: 800px !important;
  }

  .u_w750_sp {
    width: 750px !important;
  }

  .u_w700_sp {
    width: 700px !important;
  }

  .u_w650_sp {
    width: 650px !important;
  }

  .u_w600_sp {
    width: 600px !important;
  }

  .u_w550_sp {
    width: 550px !important;
  }

  .u_w500_sp {
    width: 500px !important;
  }

  .u_w450_sp {
    width: 450px !important;
  }

  .u_w400_sp {
    width: 400px !important;
  }

  .u_w350_sp {
    width: 350px !important;
  }

  .u_w300_sp {
    width: 300px !important;
  }

  .u_w250_sp {
    width: 250px !important;
  }

  .u_w200_sp {
    width: 200px !important;
  }

  .u_w150_sp {
    width: 150px !important;
  }

  .u_w100_sp {
    width: 100px !important;
  }

  .u_w50_sp {
    width: 50px !important;
  }

  /* パーセント */
  .u_wP100_sp {
    width: 100% !important;
  }

  .u_wP95_sp {
    width: 95% !important;
  }

  .u_wP90_sp {
    width: 90% !important;
  }

  .u_wP85_sp {
    width: 85% !important;
  }

  .u_wP80_sp {
    width: 80% !important;
  }

  .u_wP75_sp {
    width: 75% !important;
  }

  .u_wP70_sp {
    width: 70% !important;
  }

  .u_wP65_sp {
    width: 65% !important;
  }

  .u_wP60_sp {
    width: 60% !important;
  }

  .u_wP55_sp {
    width: 55% !important;
  }

  .u_wP50_sp {
    width: 50% !important;
  }

  .u_wP45_sp {
    width: 45% !important;
  }

  .u_wP40_sp {
    width: 40% !important;
  }

  .u_wP35_sp {
    width: 35% !important;
  }

  .u_wP30_sp {
    width: 30% !important;
  }

  .u_wP25_sp {
    width: 25% !important;
  }

  .u_wP20_sp {
    width: 20% !important;
  }

  .u_wP15_sp {
    width: 15% !important;
  }

  .u_wP10_sp {
    width: 10% !important;
  }

  .u_wP5_sp {
    width: 5% !important;
  }

  .u_wAuto_sp {
    width: auto !important;
  }
}
/*------------------------------*/
/*TABLE */
/*------------------------------*/
.u_table-no {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 15px;
}

.u_table-no td {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  padding: 15px;
}

.u_table-no th {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  background-color: #EDEDED;
  padding: 15px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .u_table-no--sp1 {
    border-bottom: none;
  }
  .u_table-no--sp1 td, .u_table-no--sp1 th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
}
/*------------------------------*/
/*Efect */
/*------------------------------*/
/*banner rollover end etc*/
a:hover img.u_overBtn {
  filter: alpha(opacity=70);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

/* //banner rollover */
/*------------------------------*/
/*JS Efect */
/*------------------------------*/
.u_imgover {
  margin: 0;
  padding: 0;
}

/*------------------------------*/
/*for txt float  */
/*------------------------------*/
.u_floatNext {
  overflow: auto;
  zoom: 1;
}

/*------------------------------*/
/*for txt float2  */
/*------------------------------*/
.u_floatOver {
  overflow: hidden;
  _zoom: 1;
}

/*------------------------------*/
/*ohters  */
/*------------------------------*/
.u_clearNone {
  clear: none !important;
}

/*------------------------------*/
/*sp table (scrol)  */
/*------------------------------*/
@media only screen and (max-width: 767px) {
  .scrollTable {
    overflow: auto;
    white-space: nowrap;
    max-width: calc(100vw - 55px);
    margin: 0 auto;
  }
  .scrollTable table {
    width: 100%;
  }
  .scrollTable::-webkit-scrollbar {
    height: 5px;
  }
  .scrollTable::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scrollTable::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
ul.u_list_normal {
  /*margin: 1em 0;*/
  padding-left: 40px;
  list-style-type: disc;
}
ul.u_list_normal li {
  margin-bottom: 0.5em;
}
ul.u_list_normal--2-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.u_list_normal--2-1 li {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  ul.u_list_normal--2-1 li {
    width: 100%;
  }
}
ul.u_list_normal--2-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.u_list_normal--2-2 li {
  width: 45%;
}
ul.u_list_normal--small li {
  margin-bottom: 0;
}

ul.u_list_num {
  padding-left: 40px;
  list-style-type: decimal;
}

ul.u_list_note {
  padding-left: 22px;
  list-style-type: none;
}

ul.u_list_note li {
  position: relative;
  padding-left: 1em;
}

ul.u_list_note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*------------------------------*/
/*flex*/
/*------------------------------*/
.u_flex {
  display: flex;
}
.u_flex--center {
  justify-content: center;
}
.u_flex--center_h {
  align-items: center;
}
.u_flex--mb > div,
.u_flex--mb > li {
  margin-bottom: 4%;
}
.u_flex--mb_s > div,
.u_flex--mb_s > li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .u_flex--pc {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .u_flex--sp {
    display: block;
  }
}
.u_flex__item--1 {
  flex: 1;
}
.u_flex--c2 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c2 > div,
.u_flex--c2 > li {
  width: 46%;
  margin-right: 4%;
}
.u_flex--c2f {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c2f > div,
.u_flex--c2f > li {
  margin-right: 4%;
}
.u_flex--c2f-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c2f-1 > div,
.u_flex--c2f-1 > li {
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .u_flex--c2f-1 > div,
  .u_flex--c2f-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .u_flex--c2f-1 > div:last-of-type,
  .u_flex--c2f-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.u_flex--c2-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c2-1 > div,
.u_flex--c2-1 > li {
  width: 46%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .u_flex--c2-1 > div,
  .u_flex--c2-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .u_flex--c2-1 > div:last-of-type,
  .u_flex--c2-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.u_flex--c3 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c3 > div,
.u_flex--c3 > li {
  width: 29.33333%;
  margin-right: 4%;
}
.u_flex--c3-1 {
  flex-wrap: wrap;
  margin: 0 -4% 0 0;
}
.u_flex--c3-1 > div,
.u_flex--c3-1 > li {
  width: 29.33333%;
  margin-right: 4%;
}
@media only screen and (max-width: 767px) {
  .u_flex--c3-1 > div,
  .u_flex--c3-1 > li {
    width: 100%;
    margin-bottom: 4%;
  }
  .u_flex--c3-1 > div:last-of-type,
  .u_flex--c3-1 > li:last-of-type {
    margin-bottom: 0;
  }
}
.u_flex--mb_self {
  margin-bottom: 4%;
}

/*------------------------------*/
/*margin*/
/*------------------------------*/
.u_bl {
  margin-bottom: 40px !important;
}

.u_bl2 {
  margin-bottom: 60px !important;
}

.u_bl_s {
  margin-bottom: 30px !important;
}

.u_bl_ss {
  margin-bottom: 20px !important;
}

/*------------------------------*/
/*movie*/
/*------------------------------*/
.u_movieSet {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u_movieSet iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*------------------------------*/
/*img*/
/*------------------------------*/
.u_imgMw100 {
  max-width: 100%;
}

/*------------------------------*/
/*map*/
/*------------------------------*/
.u_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.u_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------*/
/*hr*/
/*------------------------------*/
.u_hr {
  border-top: 1px  solid #BBB;
}

.u_img_va_b {
  vertical-align: bottom;
}

/*------------------------------*/
/*inline*/
/*------------------------------*/
.u_ibl {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .u_ibl_sp {
    display: inline-block;
  }
}

/*------------------------------*/
/*height*/
/*------------------------------*/
.u_hP100 {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .u_hP100_sp {
    height: 100%;
  }
}


/*------------------------------*/
/*ヘッダー・フッター 学校安全管理について(rm)*/
/*------------------------------*/
.rmClr {
  color: #fff !important;
  background-color: #84032b !important;
}
.rmClr a {
  color: #fff !important;
}

.header__submenu3 .rmClr {
  letter-spacing: -0.01em;
}
.header__submenu3 .rmClr a:hover{
  color: #000 !important;
}
.header__navi .rmClr {
  display: inline-block;
  margin-left: -0.5em;
  padding: 0 0.5em;
  color: #fff;
  text-decoration: none;
}
.footer__links .rmClr {
  display: inline-block;
  padding: 0 0.5em;
}


/*# sourceMappingURL=common.css.map */
