<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**************
CSS Document
flocssでコーディング
***************/
/*初期設定CSS*/
main{
  color: #333;
  font: 400 14px "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

/**********
layout
**********/
/* メイン */
.l_main{}
/* 節 */
.l_section{}
.l_section__item{}
.l_section--primary{}
.l_section--primary &gt; .l_section__item + .l_section__item{
  margin-top: 50px;
}
.l_section--secondary{}
.l_section--secondary &gt; .l_section__item + .l_section__item{
  margin-top: 60px;
}
.l_section--tertiary{}
.l_section--tertiary &gt; .l_section__item + .l_section__item{
  margin-top: 24px;
}
.l_section__item--hasGutter{
  padding: 40px;
  border: 1px solid #dddad9;
}
/* グリッド */
.l_grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item{
  display: flex;
}
.l_grid__inner{
  display: block;
  width: 100%;
}
.l_grid--nav{
  margin: -4px;
}
.l_grid--nav &gt; .l_grid__item{
  padding: 4px;
}
.l_grid--pageNav{
  margin: -10px;
}
.l_grid--pageNav &gt; .l_grid__item{
  padding: 10px;
}
.l_grid--4p{
  margin: -8px;
}
.l_grid--4p &gt; .l_grid__item{
  padding: 8px;
}
.l_grid--column{
  margin: -16px;
}
.l_grid--column &gt; .l_grid__item{
  padding: 16px;
}

/* メディアデザイン */
.l_media{}
.l_media::after{
  content: "";
  display: block;
  clear: both;
}
.l_media__img{
  float: left;
  margin-right: 24px;
  text-align: center;
}
.l_media__img--rev{
  float: right;
  margin-right: 0;
  margin-left: 24px;
}
.l_media--noAround{}
.l_media--noAround .l_media__body{
  overflow: hidden;
}
@media screen and (max-width: 768px){
  .l_media--resMdCancelRev{
     display: flex;
    flex-direction: column-reverse;
  }
  .l_media--resMdCancel .l_media__img,
  .l_media--resMdCancelRev .l_media__img{
    float: none;
  }
  .l_media--resMdCancel .l_media__img{
    margin: 0 0 24px 0;
  }
  .l_media--resMdCancelRev .l_media__img{
    margin: 24px 0 0 0;
  }
  .l_media--resMdCancel .l_media__img img,
  .l_media--resMdCancelRev .l_media__img img{
    max-width: 100%;
    height: auto;
  }
}


/**********
module
**********/
/* ローカルナビ */
.m_localNav{}
.m_localNav__target{
  position: relative;
  display: block;
  padding: 16px 0 16px 40px;
  line-height: 1;
  color: inherit;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.m_localNav__target::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 5px;
  background: url(/resource/img/whatsInsource/w_ins_arrow.gif) no-repeat center / contain;
  transform: translateY(-50%);
}
.m_localNav__target::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: .5s background-position;
}
.m_localNav__target:hover::after{
  background-position: 0 0;
}
.m_localNav__target--goal::after{
  background-image: linear-gradient(to right, #ff7e6c 0, #ff7e6c 10%, #3796a8 0, #3796a8 50%, #ccc 0, #ccc 100%);
}
.m_localNav__target--what::after{
  background-image: linear-gradient(to right, #e2862c 0, #e2862c 10%, #4db284 0, #4db284 50%, #ccc 0, #ccc 100%);
}
.m_localNav__target--strength::after{
  background-image: linear-gradient(to right, #e25653 0, #e25653 10%, #706bac 0, #706bac 50%, #ccc 0, #ccc 100%);
}
.m_localNav__target--history::after{
  background-image: linear-gradient(to right, #3796a8 0, #3796a8 10%, #ff7e6c 0, #ff7e6c 50%, #ccc 0, #ccc 100%);
}
.m_localNav__target--point::after{
  background-image: linear-gradient(to right, #4db284 0, #4db284 10%, #e2862c 0, #e2862c 50%, #ccc 0, #ccc 100%);  
}
.m_localNav__target--faq::after{
  background-image: linear-gradient(to right, #706bac 0, #706bac 10%, #e25653 0, #e25653 50%, #ccc 0, #ccc 100%);    
}
@media screen and (max-width: 768px){
  .m_localNav__target{
    padding: 10px 0 10px 20px;
    font-size: 11px;
    letter-spacing: -1px;
  }
  .m_localNav__target::before{
    width: 16px;
  }
}

/* ページナビのラッパー */
.m_pageNavWrap{
  margin: 0;
  padding: 30px;
  background: #f2f0f0;
}

/* ページナビ */
.m_pageNav{}
.m_pageNav__target{
  display: block;
  line-height: 0;
  text-align: center;
}
.m_pageNav__target img{
  max-width: 100%;
  height: auto;
}
.m_pageNav__list{
  padding: 12px;
}
.m_pageNav__item{
  position: relative;
  padding-left: 1.5em;
  font-size: 13px;
}
.m_pageNav__item::before{
  content: "▲";
  position: absolute;
  left: 0;
  color: #ccc;
  transform: rotate(90deg);
}
.m_pageNav__item + .m_pageNav__item{
  margin-top: 10px;
}
.m_pageNav__link{
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .m_pageNav__list{
    padding: 12px 0 0 0;
  }
  .m_pageNav__item{
    font-size: 11px;
  }
}
/* 見出し */
.m_heading{}
.m_heading__ttl{
  font-weight: bold;
  line-height: 1.3;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
.m_heading__sub{
  line-height: 1.3;
}
.m_heading__img{
  line-height: 0;
}
.m_heading__img img{
  max-width: 100%;
  height: auto;
}
.m_heading--primary{
  margin-bottom: 50px;
}
.m_heading--primary .m_heading__ttl{
  font-size: 28px;
}
.m_heading--secondary{
  margin-bottom: 30px;
}
.m_heading--secondary .m_heading__ttl{
  position: relative;
  padding-left: 60px;
  letter-spacing: 2px;
  font-size: 24px;
}
.m_heading--secondary .m_heading__ttl::before{
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  line-height: 0;
  transform: translateY(-50%);  
}
.m_heading--tertiary{
  margin-bottom: 30px;
  padding: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.m_heading--tertiary .m_heading__ttl{
  font-size: 18px;
}
.m_heading--tertiary .m_heading__ttl + .m_heading__sub{
  margin-top: 16px;
}
.m_heading--tertiary .m_heading__sub{
  position: relative;
  padding-left: 40px;
  color: #4db284;
  font-size: 18px;
  font-weight: bold;
}
.m_heading--tertiary .m_heading__sub::before{
  content: url(/resource/img/whatsInsource/w_ins_arrow.gif);
  position: absolute;
  top: 6px;
  left: 0;
}
.m_heading--4p{
  margin-bottom: 8px;
}
.m_heading--4p .m_heading__ttl{
  font-size: 14px;
}
.m_heading--quaternary{
  margin-bottom: 8px;
}
.m_heading--quaternary .m_heading__ttl{
  font-size: 16px;
}
.m_heading--goal{}
.m_heading--goal .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_top_titleicon.jpg);
}
.m_heading--what{}
.m_heading--what .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_what_titleicon.jpg);
}
.m_heading--strength{}
.m_heading--strength .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_kokosugo_titleicon.jpg);
}
.m_heading--column{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.m_heading--column .m_heading__sub{
  flex: 64px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f7484c;
  line-height: 1;
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.m_heading--column .m_heading__ttl{
  flex: 1 1 auto;
  padding-left: 16px;
  font-size: 28px;
}
.m_heading--point1 .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--point1 .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point1icon.jpg);
}
.m_heading--point2 .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--point2 .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point2icon.jpg);
}
.m_heading--point3 .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--point3 .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point3icon.jpg);
}
.m_heading--point4 .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--point4 .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point4icon.jpg);
}
.m_heading--point5 .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--point5 .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point5icon.jpg);
}
.m_heading--pointA .m_heading__ttl{
  padding-left: 96px;
}
.m_heading--pointA .m_heading__ttl::before{
  content: url(/resource/img/whatsInsource/w_ins_point_point_a_icon.jpg);
}
.m_heading--color4pPra{
  color: #3798aa;
}
.m_heading--color4pContent{
  color: #e45653;
}
.m_heading--color4pSales{
  color: #5d5c9f;
}
.m_heading--color4pIt{
  color: #4db486;
}
@media screen and (max-width: 768px){
  .m_heading--primary .m_heading__ttl{
    font-size: 20px;
  }
  .m_heading--secondary .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--tertiary .m_heading__ttl{
    font-size: 16px;
  }
  .m_heading--tertiary .m_heading__sub{
    font-size: 14px;
  }
}

/* ヒーローズエリア */
.m_herosArea{
  margin-bottom: 10px;
}
.m_herosArea__img{
  line-height: 0;
}
.m_herosArea__img img{
  max-width: 100%;
  height: auto;
}

/* リード文 */
.m_lead{
  font-size: 16px;
}


/* 脚注 */
.m_footnote{
  font-size: 11px;
}
.m_footnote--right{
  display: flex;
  justify-content: flex-end;
}
/* 画像単独 */
.m_figure{
  line-height: 0;
  text-align: center;
}
.m_figure img{
  max-width: 100%;
  height: auto;
}
.m_figure--left{
  text-align: left;
}
/* 日本地図 */
.m_japanMap{}
.m_japanMap__map{
  position: relative;
  width: calc(444px * 2 / 3);
  height: 448px;
}
.m_japanMap__map &gt; img{
  position: absolute;
  top: 0;
  right: 0;
  width: 444px;
}
.m_japanMap__narrowTxt{
  width: 264px;
}
@media screen and (max-width: 768px){
  .m_japanMap__narrowTxt{
    width: auto;
  }
  .m_japanMap__map{
    width: auto;
    height: auto;
  }
  .m_japanMap__map &gt; img{
    position: static;
    width: auto;
  }
}
/* 実績数値 */
.m_peformance{}
.m_peformance__item{}
.m_peformance__item + .m_peformance__item{
  margin-top: 30px;
}
.m_peformance__item--flexCenter{
  display: flex;
  justify-content: center;
}
.m_peformance__ttl{
  margin-bottom: 20px;
}
.m_peformance__numBox{
  line-height: 1;
  font-weight: bold;
}
.m_peformance__num{
  font-size: 64px;
  letter-spacing: -1px;
  font-family: "Didact Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.m_peformance__img{
  line-height: 1;
  text-align: center;
}
.m_peformance__unit{
  margin-left: 8px;
  font-size: 24px;
}
.m_peformance__aveNum,
.m_peformance__maxNum{
  position: absolute;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  color: #e5002d;
}
.m_peformance__aveNum{
  top: 66px;
  left: 268px;
  font-family: "Didact Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.m_peformance__maxNum{
  top: 167px;
  left: 309px;
  font-family: "Didact Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}
.m_peformance--training{
  position: relative;
  height: 314px;
  background: url(/resource/img/whatsInsource/w_ins_what_picture_semnum.png) no-repeat right center / contain, url(/resource/img/whatsInsource/w_ins_what_picture_sbubble.png) no-repeat 240px top;
}
.m_peformance--curriculum{
  position: relative;
}
.m_peformance--curriculum .m_peformance__numBox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(-10px);
}
.m_peformance--leaf{
  height: 138px;
  background: url(/resource/img/whatsInsource/w_ins_what_picture_leaf.png) no-repeat right center / contain;
}
.m_peformance--release{
  height: 118px;
  background: url(/resource/img/whatsInsource/w_ins_what_picture_bubble_3.png) no-repeat 120px 32px;
}
.m_peformance--insColor{}
.m_peformance--insColor .m_peformance__num{
  color: #e5002d;
}
.m_peformance--insColor::before,
.m_peformance--insColor::after{
  color: #e5002d;
}
@media screen and (max-width: 768px){
  .m_peformance__numBox{
    text-align: right;
  }
  .m_peformance__unit{
    margin-left: 0;
  }
  .m_peformance--training{
    background: none;
    height: auto;
  }
  .m_peformance--training::before,
  .m_peformance--training::after{
    content: none;
  }
  .m_peformance--curriculum .m_peformance__img{
    display: none;
  }
  .m_peformance--curriculum .m_peformance__numBox{
    position: static;
    transform: none;
  }
  .m_peformance--leaf{
    height: auto;
    background: none;
  }
  .m_peformance--leaf .m_peformance__num{
    font-size: 60px;
  }
  .m_peformance--release{
    height: auto;
    background: none;
  }
  .m_peformance__img img{
    max-width: 100%;
    height: auto;
  }
}

/* 実績円グラフの凡例 */
.m_suppliers{
  margin-right: 4px;
  font-size: 24px;
  line-height: 1;
}
.m_suppliers--01{
  color: #C9161E;
}
.m_suppliers--02{
  color: #E61845;
}
.m_suppliers--03{
  color: #E95E77;
}
.m_suppliers--04{
  color: #ED6E34;
}
.m_suppliers--05{
  color: #F5C828;
}
.m_suppliers--06{
  color: #422478;
}
.m_suppliers--07{
  color: #8CC43D;
}
.m_suppliers--08{
  color: #005843;
}
.m_suppliers--09{
  color: #3F9E3A;
}
.m_suppliers--10{
  color: #088F7E;
}
.m_suppliers--11{
  color: #0C5198;
}
.m_suppliers--12{
  color: #9FA0A0;
}

/* 上場の歴史 */
.m_listedHistory{
  height: 84px;
  background: url(/resource/img/whatsInsource/w_ins_what_picture_bubble_2.png) no-repeat 380px top;
}
.m_listedHistory__item + .m_listedHistory__item{
  margin-top: 16px;
}
@media screen and (max-width: 768px){
  .m_listedHistory{
    height: auto;
    background: none;
  }
}
/* ４つの力 */
.m_4p{
  line-height: 0;
  text-align: center;
}
.m_4p img{
  max-width: 100%;
  height: auto;
}

/* 沿革リスト */
.m_historyList{
  padding: 40px 40px 80px;
}
.m_historyList__now{
  line-height: 0;
  text-align: center;
}
.m_historyList__wrap{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.m_historyList__list{
  width: 50%;
}
.m_historyList__list.is_rev{
  padding-top: 64px;
}
.m_historyList__item{
  padding: 20px 0;
}
.m_historyList__list + .m_historyList__list .m_historyList__item{
  border-left: 2px solid;
}
.m_historyList--colorTheme{
  background: #f2f0f0;
}
.m_historyList--colorTheme .m_historyList__list + .m_historyList__list .m_historyList__item{
  border-color: #706baf;
}
@media screen and (max-width: 768px){
  .m_historyList{
    padding: 40px 20px 40px 40px;
  }
  .m_historyList__now{
    text-align: left;
  }
  .m_historyList__now img{
    width: 56px;
    height: auto;
    transform: translateX(-50%);
  }
  .m_historyList__list{
    width: 100%;
  }
  .m_historyList__item{
    padding: 0 0 40px 0;
    border-left: 2px solid;
  }
  .m_historyList__item:first-of-type{
    padding-top: 20px;
  }
  .m_historyList--colorTheme .m_historyList__item{
    border-color: #706baf;
  }
}
/* 沿革 */
.m_history{}
.m_history__heading{
  margin-bottom: 15px;
  font-weight: bold;
}
.m_history__date{
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 15px 40px;
  border-bottom: 1px solid;
  font-size: 18px;
  line-height: 1;
}
.m_history__date::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #333;
  transform: translate(-50%, 50%);
}
.m_history__year{
  margin-right: 8px;
  font-size: 22px;
}
.m_history__ttl{
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.4;
}
.m_history__body{
  padding-left: 40px;
}
.m_history__msg + .m_history__list{
  margin-top: 12px;
}
.m_history__item{
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.m_history__item::before{
  content: "・";
  position: absolute;
  left: 0;
  display: block;
}
.m_history__item--colorAccent{
  color: #308691;
}
.m_history__list + .m_history__devBox{
  margin-top: 15px;
}
.m_history__msg + .m_history__devBox{
  margin-top: 15px;
}
.m_history__devBox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  border-radius: 2px 200px 200px;
  overflow: hidden;
  background: #fff;
}
.m_history__ico{
  padding: 7px;
  line-height: 0;
  text-align: center;
}
.m_history__dev{
  padding: 7px;
}
.m_history__link{
  color: inherit;
  text-decoration: underline;
}
.m_history.is_rev{
  transform: translateY(48px);
}
.m_history.is_rev .m_history__heading{
  text-align: right;
}
.m_history.is_rev .m_history__date{
  padding: 0 40px 15px 0;
}
.m_history.is_rev .m_history__date::before{
  left: auto;
  right: -1px;
  transform: translate(50%, 50%);
}
.m_history.is_rev .m_history__ttl{
  padding: 0 40px 0 0;
}
.m_history.is_rev .m_history__body{
  padding: 0 40px 0 0;
}
.m_history.is_rev .m_history__devBox{
  border-radius: 200px 2px 200px 200px;
}
.m_history--start .m_history__heading{
  text-align: center;
}
.m_history--start .m_history__date{
  padding: 0;
  border: none;
}
.m_history--start .m_history__ttl{
  padding: 0;
}
.m_history--start .m_history__date--first::before{
  position: static;
  width: 100%;
  height: 77px;
  margin-bottom: 15px;
  background: url(/resource/img/whatsInsource/w_ins_history_img_start.png) no-repeat center center / contain;
  transform: none;
}
.m_history--start .m_history__body{
  position: relative;
  left: 50%;
  display: inline-block;
  padding: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px){
  .m_history__date{
    margin-bottom: 8px;
    padding: 0 0 8px 40px;
    font-size: 16px;
  }
  .m_history__date--first::before{
    width: 56px;
    height: 56px;
  }
  .m_history__year{
    margin-right: 4px;
    font-size: 20px;
  }
  .m_history__ttl{
    font-size: 16px;
  }
  .m_history__body{
    padding: 0 0 0 40px;
    font-size: 13px;
  }
  .m_history__dev{
    font-size: 11px;
  }
  .m_history.is_rev{
    transform: none;
  }
  .m_history.is_rev .m_history__heading{
    text-align: left;
  }
  .m_history.is_rev .m_history__date{
    padding: 0 0 8px 40px;
  }
  .m_history.is_rev .m_history__date::before{
    left: -1px;
    right: auto;
    transform: translate(-50%, 50%);
  }
  .m_history.is_rev .m_history__ttl{
    padding: 0 0 0 40px;
  }
  .m_history.is_rev .m_history__body{
    padding: 0 0 0 40px;
  }
  .m_history.is_rev .m_history__devBox{
    border-radius: 2px 200px 200px;
  }
  .m_history--start .m_history__heading{
    text-align: left;
  }
  .m_history--start .m_history__date{
    padding: 0 0 8px 40px;
    border-bottom: 1px solid;
  }
  .m_history--start .m_history__ttl{
    padding-left: 40px;
  }
  .m_history--start .m_history__date--first::before{
    position: absolute;
    width: 56px;
    height: 56px;
    margin-bottom: 0;
    transform: translate(-50%, 50%);
  }
  .m_history--start .m_history__body{
    position: static;
    display: block;
    padding-left: 40px;
    transform: none;
  }
}


/* コラムカード */
.m_columnCard{
  position: relative;
  padding-bottom: 40px;
  display: block;
  color: inherit;
}
.m_columnCard__header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.m_columnCard__vol{
  flex: 64px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f7484c;
  line-height: 1;
  color: #fff;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.m_columnCard__ttl{
  flex: 1 1 auto;
  padding-left: 16px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.m_columnCard__btnWrap{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.m_columnCard__btn{
  padding: 6px 24px;
  border-radius: 100px;
  line-height: 1;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #4abef7;
}
/* ページネーション */
.m_pagenation{
  display: flex;
  justify-content: center;
}
.m_pagenation__wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.m_pagenation__item{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
}
.m_pagenation__arrow{
  position: relative;
  color: #011f35;
  font-size: 18px;
  transition: .3s transform;
}
.m_pagenation__arrow--prev{
  padding-left: 40px;
}
.m_pagenation__arrow--next{
  padding-right: 40px;
}
.m_pagenation__arrow--prev:hover{
  transform: translateX(-10px);
}
.m_pagenation__arrow--next:hover{
  transform: translateX(10px);
}
.m_pagenation__arrow::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  height: 1em;
  margin: auto 0;
  font-family: FontAwesome;
  line-height: 1;
  font-size: 24px;
}
.m_pagenation__arrow--prev::before{
  content: "\f060";
  left: 0;
}
.m_pagenation__arrow--next::before{
  content: "\f061";
  right: 0;
}
.m_pagenation__lineup{
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  color: #011f35;
  font-size: 18px;
  text-align: center;
}
.m_pagenation__lineup::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #333;
  transition: .3s width;
}
.m_pagenation__lineup:hover::before{
  width: 100%;
}
@media screen and (max-width: 768px){
  .m_pagenation__wrap{
    width: 100%
  }
  .m_pagenation__item{
    width: 33.333%
  }
}
@media screen and (max-width: 599px){
  .m_pagenation__arrow{
    font-size: 14px;
  }
  .m_pagenation__arrow--prev{
    padding-left: 32px;
  }
  .m_pagenation__arrow--next{
    padding-right: 32px;
  }
  .m_pagenation__lineup{
    padding: 4px 8px;
    font-size: 16px;
  }
}

/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
}

/* 上付き */
.u_super{
  font-size: 11px;
  vertical-align: super;
}

/* 間隙 */
.u_mt20{
  margin-top: 20px;
}
.u_mb20{
  margin-bottom: 20px;
}
.u_mb64{
  margin-bottom: 64px;
}

/* 要素出す/隠す */
.u_hide{
  display: none;
}
@media screen and (max-width: 768px){
  .u_resMdHide{
    display: none;
  }
  .u_resMdInline{
    display: inline;
  }
  .u_resMdBlock{
    display: block;
  }
}

/* 要素の位置 */
.u_flexCenter{
  display: flex;
  justify-content: center;
}</pre></body></html>