@charset "UTF-8";
/* CSS Document */
/* ------------------------------
テキスト
------------------------------ */
.txt_center {
  display: block;
  text-align: center !important; }

.txt_right {
  display: block;
  text-align: right !important; }

.txt_left {
  display: block;
  text-align: left !important; }

.txt_justify {
  text-align: justify; }

.txt_indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em; }

.txt_ls_0 {
  letter-spacing: 0; }

.txt_ls_01 {
  letter-spacing: 0.1em; }

.txt_ls_005 {
  letter-spacing: 0.05em; }

.txt_bold {
  font-weight: bold; }

.fs_12 {
  font-size: 1.2rem; }

.fs_14 {
  font-size: 1.4rem; }

.fs_16 {
  font-size: 1.6rem; }

.fs_18 {
  font-size: 1.8rem; }

.fs_20 {
  font-size: 2.0rem; }

.fs_24 {
  font-size: 2.4rem; }

.fs_30 {
  font-size: 3.0rem; }

.fs_35 {
  font-size: 3.5rem; }

.fs_40 {
  font-size: 4.0rem; }

.fs_45 {
  font-size: 4.5rem; }

.fs_50 {
  font-size: 5.0rem; }

/*スマホ時のみ改行	*/
br.br_sp {
  display: none; }
  @media all and (max-width: 480px) {
    br.br_sp {
      display: block; } }

/*PC時のみ改行	*/
br.br_pc {
  display: block; }
  @media all and (max-width: 480px) {
    br.br_pc {
      display: none; } }

.list li {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-left: 18px;
  text-indent: -18px; }
  .list li:before {
    content: '●';
    padding-right: 3px; }
  @media all and (max-width: 480px) {
    .list li {
      margin-bottom: 10px; } }

.fw_100 {
  font-weight: 100; }

.fw_200 {
  font-weight: 200; }

.fw_300 {
  font-weight: 300; }

.fw_400 {
  font-weight: 400; }

.fw_500 {
  font-weight: 500; }

.fw_700 {
  font-weight: 700; }

.lh_10 {
  line-height: 1.0rem !important; }

.lh_12 {
  line-height: 1.2rem !important; }

.lh_14 {
  line-height: 1.4rem !important; }

.lh_15 {
  line-height: 1.5rem !important; }

.lh_16 {
  line-height: 1.6rem !important; }

.lh_18 {
  line-height: 1.8rem !important; }

.lh_20 {
  line-height: 2.0rem !important; }

.lh_25 {
  line-height: 2.5rem !important; }

.lh_30 {
  line-height: 3.0rem !important; }

.mrg__btm0 {
  margin-bottom: 0 !important; }

.mrg__btm02 {
  margin-bottom: .2em !important; }

.mrg__btm05 {
  margin-bottom: .5em !important; }

.mrg__btm08 {
  margin-bottom: .8em !important; }

.mrg__btm1 {
  margin-bottom: 1em !important; }

.mrg__btm15 {
  margin-bottom: 1.5em !important; }

.mrg__btm2 {
  margin-bottom: 2em !important; }

.mrg__btm3 {
  margin-bottom: 3em !important; }

.mrg__btm4 {
  margin-bottom: 4em !important; }

.mrg__btm5 {
  margin-bottom: 5em !important; }

.mrg__btm6 {
  margin-bottom: 6em !important; }

.mrg__btm7 {
  margin-bottom: 7em !important; }

.mrg__btm8 {
  margin-bottom: 8em !important; }

.mrg__btm9 {
  margin-bottom: 9em !important; }

.mrg__btm1-0 {
  margin-bottom: 10em !important; }

.mrg__btm1-5 {
  margin-bottom: 15em !important; }

.mrg__btm2-0 {
  margin-bottom: 20em !important; }

.mrg__top0 {
  margin-top: 0 !important; }

.mrg__top05 {
  margin-top: .5em !important; }

.mrg__top1 {
  margin-top: 1em !important; }

.mrg__top2 {
  margin-top: 2em !important; }

.mrg__top3 {
  margin-top: 3em !important; }

.mrg__top4 {
  margin-top: 4em !important; }

.mrg__top5 {
  margin-top: 5em !important; }

.mrg__top6 {
  margin-top: 6em !important; }

.mrg__top7 {
  margin-top: 7em !important; }

.mrg__top8 {
  margin-top: 8em !important; }

.mrg__top9 {
  margin-top: 9em !important; }

.mrg__left0 {
  margin-left: 0 !important; }

.mrg__left1 {
  margin-left: 1em !important; }

.mrg__left2 {
  margin-left: 2em !important; }

.mrg__left3 {
  margin-left: 3em !important; }

.mrg__right0 {
  margin-right: 0 !important; }

.mrg__right1 {
  margin-right: 1em !important; }

.mrg__right2 {
  margin-right: 2em !important; }

.mrg__right3 {
  margin-right: 3em !important; }

.pad__0 {
  padding: 0 !important; }

.pad__1 {
  padding: 1em !important; }

.pad__2 {
  padding: 2em !important; }

.pad__3 {
  padding: 3em !important; }

.pad__4 {
  padding: 4em !important; }

.pad__5 {
  padding: 5em !important; }

.pad__6 {
  padding: 6em !important; }

.pad__top0 {
  padding-top: 0 !important; }

.pad__top05 {
  padding-top: 0.5em !important; }

.pad__top1 {
  padding-top: 1em !important; }

.pad__top2 {
  padding-top: 2em !important; }

.pad__top3 {
  padding-top: 3em !important; }

.pad__top4 {
  padding-top: 4em !important; }

.pad__top5 {
  padding-top: 5em !important; }

.pad__top6 {
  padding-top: 6em !important; }

.pad__top7 {
  padding-top: 7em !important; }

.pad__top8 {
  padding-top: 8em !important; }

.pad__top9 {
  padding-top: 9em !important; }

.pad__top10 {
  padding-top: 10em !important; }

.pad__top20 {
  padding-top: 20em !important; }

.pad__btm0 {
  padding-bottom: 0 !important; }

.pad__btm1 {
  padding-bottom: 1em !important; }

.pad__btm2 {
  padding-bottom: 2em !important; }

.pad__btm3 {
  padding-bottom: 3em !important; }

.pad__btm4 {
  padding-bottom: 4em !important; }

.pad__btm5 {
  padding-bottom: 5em !important; }

.pad__btm6 {
  padding-bottom: 6em !important; }

@media all and (max-width: 480px) {
  .txt__sp_center {
    display: block;
    text-align: center !important; }

  .txt__sp_right {
    display: block;
    text-align: right !important; }

  .txt__sp_left {
    display: block;
    text-align: left !important; }

  .fs__sp_12 {
    font-size: 1.2rem; }

  .fs__sp_14 {
    font-size: 1.4rem; }

  .fs__sp_16 {
    font-size: 1.6rem; }

  .fs__sp_18 {
    font-size: 1.8rem; }

  .fs__sp_20 {
    font-size: 2.0rem; }

  .fs__sp_24 {
    font-size: 2.4rem; }

  .fs__sp_30 {
    font-size: 3.0rem; }

  .fs__sp_40 {
    font-size: 4.0rem; }

  .lh__sp_10 {
    line-height: 1.0rem !important; }

  .lh__sp_12 {
    line-height: 1.2rem !important; }

  .lh__sp_14 {
    line-height: 1.4rem !important; }

  .lh__sp_15 {
    line-height: 1.5rem !important; }

  .lh__sp_16 {
    line-height: 1.6rem !important; }

  .lh___sp_18 {
    line-height: 1.8rem !important; }

  .lh__sp_20 {
    line-height: 2.0rem !important; }

  .lh__sp_30 {
    line-height: 3.0rem !important; }

  .lh__sp_36 {
    line-height: 3.6rem !important; }

  .lh__sp_40 {
    line-height: 4.0rem !important; }

  .mrg__sp_btm0 {
    margin-bottom: 0 !important; }

  .mrg__sp_btm05 {
    margin-bottom: .5em !important; }

  .mrg__sp_btm1 {
    margin-bottom: 1em !important; }

  .mrg__sp_btm2 {
    margin-bottom: 2em !important; }

  .mrg__sp_btm3 {
    margin-bottom: 3em !important; }

  .mrg__sp_btm4 {
    margin-bottom: 4em !important; }

  .mrg__sp_btm5 {
    margin-bottom: 5em !important; }

  .mrg__sp_btm6 {
    margin-bottom: 6em !important; }

  .mrg__sp_btm7 {
    margin-bottom: 7em !important; }

  .mrg__sp_btm8 {
    margin-bottom: 8em !important; }

  .mrg__sp_btm9 {
    margin-bottom: 9em !important; }

  .mrg__sp_top0 {
    margin-top: 0 !important; }

  .mrg__sp_top05 {
    margin-top: .5em !important; }

  .mrg__sp_top1 {
    margin-top: 1em !important; }

  .mrg__sp_top2 {
    margin-top: 2em !important; }

  .mrg__sp_top3 {
    margin-top: 3em !important; }

  .mrg__sp_top4 {
    margin-top: 4em !important; }

  .mrg__sp_top5 {
    margin-top: 5em !important; }

  .mrg__sp_top6 {
    margin-top: 6em !important; }

  .mrg__sp_top7 {
    margin-top: 7em !important; }

  .mrg__sp_top8 {
    margin-top: 8em !important; }

  .mrg__sp_top9 {
    margin-top: 9em !important; }

  .pad__sp_0 {
    padding: 0 !important; }

  .pad__sp_1 {
    padding: 1em !important; }

  .pad__sp_2 {
    padding: 2em !important; }

  .pad__sp_3 {
    padding: 3em !important; }

  .pad__sp_4 {
    padding: 4em !important; }

  .pad__sp_5 {
    padding: 5em !important; }

  .pad__sp_6 {
    padding: 6em !important; }

  .pad__sp_top0 {
    padding-top: 0 !important; }

  .pad__sp_top1 {
    padding-top: 1em !important; }

  .pad__sp_top2 {
    padding-top: 2em !important; }

  .pad__sp_top3 {
    padding-top: 3em !important; }

  .pad__sp_top4 {
    padding-top: 4em !important; }

  .pad__sp_top5 {
    padding-top: 5em !important; }

  .pad__sp_top6 {
    padding-top: 6em !important; }

  .pad__sp_top7 {
    padding-top: 7em !important; }

  .pad__sp_top8 {
    padding-top: 8em !important; }

  .pad__sp_btm0 {
    padding-bottom: 0 !important; }

  .pad__sp_btm1 {
    padding-bottom: 1em !important; }

  .pad__sp_btm2 {
    padding-bottom: 2em !important; }

  .pad__sp_btm3 {
    padding-bottom: 3em !important; }

  .pad__sp_btm4 {
    padding-bottom: 4em !important; }

  .pad__sp_btm5 {
    padding-bottom: 5em !important; }

  .pad__sp_btm6 {
    padding-bottom: 6em !important; } }
.mw180 {
  max-width: 180px;
  width: 100%; }

.mw230 {
  max-width: 230px;
  width: 100%; }

.mw280 {
  max-width: 280px;
  width: 100%; }

.mw380 {
  max-width: 380px;
  width: 100%; }

.mw480 {
  max-width: 480px;
  width: 100%; }

.mw580 {
  max-width: 580px;
  width: 100%; }

.mw680 {
  max-width: 680px;
  width: 100%; }

.mw780 {
  max-width: 780px;
  width: 100%; }

.mw880 {
  max-width: 880px;
  width: 100%; }

.min_w690 {
  min-width: 690px;
  width: 100%; }

.min_w730 {
  min-width: 730px;
  width: 100%; }

.w5em {
  width: 5em !important; }

.w10em {
  width: 10em !important; }

.w12em {
  width: 12em !important; }

.w15em {
  width: 15em !important; }

.w20em {
  width: 20em !important; }

.w25em {
  width: 25em !important; }

.w30em {
  width: 30em !important; }

/*---------------------------------------------
News and events  css
---------------------------------------------*/
.contents {
  padding-bottom: 150px; }
  @media all and (max-width: 480px) {
    .contents {
      padding-bottom: 70px; } }

.title_area {
  width: 100%;
  margin-left: 7vw;
  padding-top: 165px;
  display: flex;
  border-bottom: 1px solid #d0d4e8; }
  @media all and (max-width: 480px) {
    .title_area {
      width: 90%;
      margin: 0 auto;
      padding-top: 130px;
      display: block; } }
  .title_area h2 {
    padding-right: 54px;
    border-right: 1px solid #d0d4e8;
    position: relative; }
    @media all and (max-width: 480px) {
      .title_area h2 {
        width: 100%;
        padding-right: 0;
        border: none; } }
    .title_area h2 img {
      width: 126px; }
      @media all and (max-width: 480px) {
        .title_area h2 img {
          width: 100px;
          margin-bottom: 20px; } }
  .title_area .page_title {
    padding: 0 0 70px 54px; }
    @media all and (max-width: 480px) {
      .title_area .page_title {
        width: 90%;
        padding: 0 0 30px 0; } }
    .title_area .page_title img {
      width: 554px;
      height: 57px;
      clip-path: inset(0 554px 0 0);
      opacity: 0;
      transition: 1s 0s cubic-bezier(0.64, 0, 0.78, 0); }
      @media all and (max-width: 480px) {
        .title_area .page_title img {
          width: 300px;
          height: 25px;
          clip-path: inset(0 300px 0 0); } }
      .title_area .page_title img.start {
        clip-path: inset(0);
        opacity: 1; }
    .title_area .page_title h3 {
      color: #283583; }
    .title_area .page_title .bread_nav li {
      display: inline-block;
      margin-right: 30px;
      position: relative; }
      @media all and (max-width: 480px) {
        .title_area .page_title .bread_nav li {
          margin-right: 15px; } }
      .title_area .page_title .bread_nav li:after {
        content: '';
        width: 22px;
        height: 1px;
        background-color: #d0d4e8;
        position: absolute;
        top: 11px;
        right: -28px; }
        @media all and (max-width: 480px) {
          .title_area .page_title .bread_nav li:after {
            width: 11px;
            right: -14px; } }
      .title_area .page_title .bread_nav li:last-of-type:after {
        display: none; }
      .title_area .page_title .bread_nav li a {
        color: #283583;
        transition: 0.3s;
        position: relative; }
        .title_area .page_title .bread_nav li a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #d0d4e8;
          transition: 0.3s;
          opacity: 0; }
        .title_area .page_title .bread_nav li a:hover:before {
          opacity: 1;
          bottom: -3px; }

.news {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media all and (max-width: 480px) {
    .news {
      width: 90%;
      padding-bottom: 50px; } }
  .news .news_box {
    overflow: hidden;
    width: 450px;
    display: flex;
    justify-content: space-between; }
    .news .news_box .thumb_image {
      width: 200px;
      height: 140px;
      overflow: hidden;
      align-items: center; }
      @media all and (max-width: 480px) {
        .news .news_box .thumb_image {
          width: 30%;
          height: auto; } }
      .news .news_box .thumb_image a {
        display: block;
        transition: 0.3s; }
        .news .news_box .thumb_image a:hover {
          transform: scale(1.05);
          opacity: 0.8; }
    .news .news_box .info {
      width: 220px;
      height: 140px;
      display: flex;
      align-items: center;
      padding-bottom: 10px;
      border-bottom: 1px solid #d0d4e8; }
      @media all and (max-width: 480px) {
        .news .news_box .info {
          width: 67%;
          height: auto; } }
      .news .news_box .info dl dt {
        color: #000000;
        margin-bottom: 5px; }
        @media all and (max-width: 480px) {
          .news .news_box .info dl dt {
            font-size: 10px;
            margin-bottom: 0; } }
      .news .news_box .info dd {
        line-height: 1.5em; }
        @media all and (max-width: 480px) {
          .news .news_box .info dd {
            line-height: 1em; } }
      .news .news_box .info dd a {
        color: #333;
        transition: 0.3s; }
        @media all and (max-width: 480px) {
          .news .news_box .info dd a {
            font-size: 10px; } }
        .news .news_box .info dd a:hover {
          color: #283583; }

.icon {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 3px;
  margin-left: 5px; }
  @media all and (max-width: 480px) {
    .icon {
      font-size: 10px; } }
  .icon.ico_news {
    display: inline-block;
    background-color: #283583; }

.pager ul {
  display: flex;
  justify-content: center; }
  .pager ul li a {
    color: #283583;
    margin: 0 10px;
    position: relative; }
  .pager ul li.arrow a {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #283583;
    border-right: 2px solid #283583;
    transform: rotate(45deg);
    margin-top: 8px; }
  .pager ul li.arrow.back a {
    transform: rotate(-135deg);
    display: none; }

/*---------------------------------------------
article.html  css
---------------------------------------------*/
.entry-list {
  width: 800px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d0d4e8;
  margin: 0 auto; }
  @media all and (max-width: 480px) {
    .entry-list {
      width: 90%; } }
  .entry-list h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d4e8; }
  .entry-list p a {
    color: #283583;
    text-decoration: underline; }

.btn {
  width: 178px;
  margin: 0 auto; }
  .btn a {
    width: 100%; }
    .btn a:before {
      left: 125px; }
    .btn a:after {
      left: 158px; }
