/*------------------------------------------------------------
    基本
------------------------------------------------------------*/
body .main-concept {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
}
.main-concept a {
  display: block;
}
.main-concept ul,
.main-concept ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-concept li {
  list-style: none;
}
.main-concept li:last-child {
  margin-bottom: 0 !important;
}
.sec-area__title .txt-ja {
  margin-top: 15px;
}
.f-serif-B {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.txt-noto {
  font-size: 1.2rem;
}
.sec-area__title .txt-en {
  font-size: 4.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sec-area__title .txt-en {
    font-size: 7rem;
  }
}
/*------------------------------------------------------------
    pc・sp分ける
------------------------------------------------------------*/
.visibility--s,
.visibility--m,
.visibility--l {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hidden--s {
    display: none !important;
  }
  .visibility--s {
    display: block !important;
  }
}
/* ----- media END ----- */
@media screen and (min-width: 992px) {
  .hidden--m {
    display: none !important;
  }
  .visibility--m {
    display: block !important;
  }
}
/* ----- media END ----- */
@media screen and (min-width: 1200px) {
  .hidden--l {
    display: none !important;
  }
  .visibility--l {
    display: block !important;
  }
}
/*------------------------------------------------------------
    タイトル
------------------------------------------------------------*/
.parts-ttl-01 {
  text-align: center;
  font-size: 3.4rem;
  color: #00295f;
  font-family: YuMincho, "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  margin-bottom: 40px;
}
.parts-ttl-01 span {
  font-weight: bold;
  display: block;
  font-size: 1.9rem;
  color: #4b4b4b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.parts-ttl-02 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 992px) {
  .parts-ttl-01 {
    font-size: 5rem;
  }
  .parts-ttl-01 span {
    font-size: 2.4rem;
  }
  .parts-ttl-02 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------
    notice
------------------------------------------------------------*/
.noticeCont {
  max-width: 750px;
  margin: 8% auto 15%;
  padding: 100px 20px 0;
}
.noticeCont img {
  width: 100%;
  height: auto;
}
.notice_logo {
  width: 36%;
  max-width: 190px;
  margin: 0 0 8%;
}
.notice_title {
  font-size: 2.4rem;
  font-weight: 700;
}
.notice_title + * {
  margin: 20px 0 0;
}
.notice_desc b {
  font-size: 1.8rem;
  font-weight: 700;
}
.notice_desc strong {
  color: #ff0000;
}
.notice_btn {
  width: 46%;
  max-width: 320px;
  margin: 10% auto;
}
.notice_btn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 767px) {
  .noticeCont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 766px) {
  .notice_title {
    font-size: 2.0rem;
  }

  .notice_desc b {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
    banner
------------------------------------------------------------*/
.banner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .banner__list-item:first-child {
    padding-left: 0;
  }
  .banner__list-item:last-child {
    padding-right: 0;
  }
}
/*------------------------------------------------------------
    両端揃え
------------------------------------------------------------*/
.concept-page-01-box > p,
.concept-page-02-detail > p,
.concept-page-02-bg-txt > p,
.concept-page-02-bg-box > p.txt-noto,
.concept-page-03-txt-inner > p {
  text-align: justify;
}
/*------------------------------------------------------------
    IE CSS
------------------------------------------------------------*/
:-ms-lang(x)::-ms-backdrop,
.concept-page-02-bg-img img {
  width: 100%;
}
:-ms-lang(x)::-ms-backdrop,
.concept-page-02-bg > .parts-ttl-02::before {
  top: 8px;
}
