@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ul, li { list-style:none; }
button{
  outline: none;
}
img{
  max-width: 100%;
  height: auto;
  display: inline-block;
  line-height: 0;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
/* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
}

.cf:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
margin
-------------------------------------------------- */
.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt33 { margin-top: 33px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
/*
--------------------------------------------------
padding
-------------------------------------------------- */
.p00 { padding-top: 0px !important; }
.p05 { padding-top: 5px !important; }
.p10 { padding-top: 10px !important; }
.p15 { padding-top: 15px !important; }
.p20 { padding-top: 20px !important; }
.p25 { padding-top: 25px !important; }
.p30 { padding-top: 30px !important; }
.p35 { padding-top: 35px !important; }
.p40 { padding-top: 40px !important; }
.p45 { padding-top: 45px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pr00 { padding-right: 0px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
/*====================================================================================
■04.LAYOUT
====================================================================================*/
.w10{width: 10%;}
.w20{width: 20%;}
.w30{width: 30%;}
.w40{width: 40%;}
.w50{width: 50%;}
.w60{width: 60%;}
.w70{width: 70%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w100{width: 100%;}

/*====================================================================================
■05.USE MEDIA
====================================================================================*/
.media_txt .txt { }
.media_txt .img { width: 40%; }
.media_txt .img img { width:100%; height:auto }
.pic_l .img { float:left; margin-right:10px; }
.pic_r .img { float:right; margin-left:10px; }
/*====================================================================================
■06.OTHER
====================================================================================*/
/* 主に新着情報への使用想定だが、通常コンテンツ内で使用も可 */
.text_left { text-align:left }
.text_right { text-align:right }
.text_center { text-align:center }
.text_justify { text-align:justify }
.text_nowrap { white-space:nowrap }
.text_lowercase { text-transform:lowercase }
.text_uppercase { text-transform:uppercase }
.text_capitalize { text-transform:capitalize }
.text_muted { color:#777 }
.text_normal { font-weight:normal !important; }
.text_bold { font-weight:bold; }
.text_red { color:#b60005; }
.text_grey { color:#999999; }
.text_pink { color:#FF1493; }
.text_green { color:#39B221; }
.text_blue { color:#3399FF; } /* このブルーはリンク色のブルーとは色味を若干変える事を推奨 */
.text_yellow { color:#EECC00; }
.text_white { color:#F0F0F0; }

body.is-showing{
  overflow: hidden;
}
.inner{
  width: 1366px;
  margin: 0 auto;
}
.header{
  position: relative;
}
.header-nav{
/*  position: absolute;*/
  left: 0;
  top: 0;
  width: 100%;
  z-index:10;
  height: 78px;
}
.header-nav .inner{
  position: relative;
  width: 100%;
}
.logo{
  float: left;
  /*margin: 0 0 0 95px;*/
  margin: 0 0 0 4%;
}
.logo a{
  display: block;
  padding: 15px 0 2px;
}
.h-btn{
  position: absolute;
  right: 0;
  top: 0;
}
.h-btn:hover{
  opacity: 0.6;
}
.gnav{
  float: right;
  padding: 0 4% 0 0;
}
.gnav li{
  float: left;
}
.gnav li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:0 30px;
  height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Sawarabi Mincho";
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
#toppage .gnav li a{
  color: #1B2070;
}
.gnav li a:before{
  content: "";
  width: calc(100% - 50px);
  height: 7px;
  background: #000;
  position: absolute;
  left: 25px;
  top: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
#toppage .gnav li a:before{
  background: #fff;
}
.gnav li a:hover:before{
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.mainvisual{
  position: relative;
}
.mainvisual:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/shadow.png) no-repeat center;
  background-size: cover;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 8;
}
.mainvisual.is-showing::before {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.mainvisual:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/shadow2.png) no-repeat center;
  background-size: cover;
  z-index: 8;
  opacity: 0;
}
.mainvisual.is-showing::after {
  opacity: 1;
}
.scrolldown{
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  text-align: center;
  z-index: 9;

}

.mainvisual .cf{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.mainvisual .side{
  /*width: 563px;*/
  width: 41%;
  height: 100%;
  float: left;
  background: url(../img/bg-202503.jpg) no-repeat center bottom;
  background-size: cover;
}
.mainvisual .side .side-in{
  width: 654px;
  position: absolute;
  /*left: 125px;
  bottom: 188px;*/
  left: 20%;
  bottom: 20%;
  z-index: 9;
}
.mainvisual .side h2{
  margin: 0 0;
}
.mainvisual .side p{
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 0 0 0 5px;
}
.mainvisual .flexslider{
  /*width: 803px;*/
  width: 59%;
  height: 100%;
  float: left;
}
.mainvisual .flexslider .slides{
  width: 100%;
  height: 100%;
}
.mainvisual .flexslider li{
  background-size: cover;
  background-position: center;
  height: 100%;
}

.btn-menu{
  display: none;
}
.header-clone{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  background: url(../img/bgheader.png) no-repeat left 4% top transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#header01 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  position: fixed;
}
.is-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.is-showing .header-clone {
  background: #fff;
}
.header-clone .inner{
  position: relative;
  width: 100%;
}
.header-clone .btn-menu{
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.header-clone .btn-menu img{
  display: block;
}
.header-clone .btn-menu.opened{
  background: url(../img/btn_close.jpg) no-repeat center;
  background-size: cover;
}
.header-clone .btn-menu.opened img{
  opacity: 0 !important;
}
.header-clone .logo{
  float: none;
}
.gnav02{
  display: none;
  background: #fff;
}
.gnav02-wrap{
  margin: 0 auto;
  width: 100%;
  max-width: 1066px;
  height: calc(100vh - 78px);
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-wrap {
  width: 100%;
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu{
  width: 48%;
  position: relative;
}
.menu > li{
  border-bottom: 1px dashed #777777;
  position: relative;
}
.menu > li.entry-btn{
  border-bottom: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.menu > li.entry-btn a{
  padding: 0;
}
.menu > li > a{
  display: block;
  padding: 40px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 19px;
  color: #000;
}
.menu > li > a span{
  display: block;
  font-size: 14px;
  color: #1B1464;
  margin: 0 0 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.menu > li.submenu > a{
  padding-bottom: 40px;
}
/*.submenu ul{
  position: absolute;
  right: 0;
  top: 42px;
}*/
.submenu li{
  margin: 0 0 10px;
}
.submenu li a{
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
.submenu01 li a{
  padding-right: 25px;
}
.submenu02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
.submenu02 li{
  width: 50%;
  margin: 0 0 20px;
}
.submenu02 li a{
  vertical-align: middle;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
}
.submenu02 li a .ico {
  margin-right: 20px;
}

.professional{
  width: 300px;
  float: right;
}
/*.entry-btn{
  margin: 0 0 125px;
}*/
.professional p{
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.professional p span{
  font-size: 20px;
  color: #c30a01;
  display: block;
  margin: 0 0 5px;
}
@media screen and (min-width: 1090px) {
  .mainvisual .side{
    position: relative;
  }
  .gnav{
    display: block !important;
  }
/*  .gnav02-wrap{
    width: 1366px;
    margin: 0 auto;
  }*/
}
@media screen and (max-width: 1365px) {
  .inner{
    width: 100%;
  }
  .logo{
    margin: 0 0 0 10px;
  }
  .mainvisual .side{
    width: 41%;
    background-size: cover;
  }
  .mainvisual .flexslider{
    width: 59%;
  }
  .gnav li a{
    padding:0 15px;
  }
  .mainvisual .side .side-in img{
    width: 85%;
  }

}
@media screen and (max-width: 1199px) {
  .gnav{
    padding-right: 225px;
  }
  .gnav li a{
    padding:0 10px;
  }
/*  .gnav02-wrap{
    padding: 0 100px;
  }*/
}
@media screen and (max-width: 1089px) {
  .btn-menu{
    float: right;
    display: block;
  }
  .gnav{
    display: none;
  }

  .mainvisual .side{
    width: 0%;
  }
  .mainvisual .flexslider{
    width: 100%;
  }
  .mainvisual .flexslider img{
    width: 100%;
  }
  .mainvisual .side .side-in {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3%;
    padding: 0 20px;
    z-index: 100;
  }
  .mainvisual .side .side-in img{
    width: 100%;
   z-index: 1000;
  }
  .scrolldown{
    display: none;
  }

  .btn-close.sp{
    display: block;
    text-align: right;
  }
  .h-btn {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .h-btn img{
    width: 150px;
  }
  .gnav{
    padding: 0 0 20px;
    background: #1B1464;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
  }
  .gnav ul{
    margin: 0 0 10px;
  }
  .gnav li {
    float: none;
  }
  .gnav li a {
    display: block;
    padding: 10px;
    height: auto;
    color: #fff;
  }
  .gnav li a:before{
    display: none;
  }
 .submenu02 li a {
  font-size: 15px;
 }
  .submenu02 li a .ico {
    margin-right: 10px;
    width: 40px;
    height: auto;
  }
  .professional {
    float: none;
    margin: 0 auto;
  }
  .gnav02-wrap > .cf {
    margin: 0;
  }
  .mainvisual .cf .bgcor {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 22%;
	background-color: #005AB0;
	opacity:0.5;
	position: absolute;
	bottom: 0px;
	z-index: 10;
	}
}
@media screen and (max-width: 640px) {
  .header-nav{
    height: auto;
  }
  .logo img{
    width: 146px;
  }
  .btn-menu img{
    width: 55px;
    display: block;
  }
  .btn-close img{
    width: 55px;
  }
  .header-clone{
    background: url(../img/bgheader_sp.png) no-repeat left top transparent;
    background-size: auto 56px;
  }
  .header-clone .logo a{
    padding-top: 10px;
  }
  .gnav02-wrap{
    padding: 0 10px 20px;
    overflow: auto;
    display: block;
    height: calc(100vh - 56px);
  }
  .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu {
    width: 100%;
  }
  .menu > li > a{
    padding: 10px 0;
    font-size: 14px;
  }
  .submenu01 li a {
    padding-right: 0;
  }
  .submenu02 {
    margin-bottom: 0;
  }
  .submenu02 li{
    margin: 0 0 10px;
  }
  .submenu02 li a {
    font-size: 13px;
  }
  .mainvisual .side p{
    font-size: 12px;
    padding: 0;
  }
  .menu > li.entry-btn {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  br.sp_no {
    display: none;
  }
  .mainvisual .side .side-in svg {
    padding-left: 40px;
  }

}
@media screen and (max-width: 359px) {
  .submenu li a{
    font-size: 12px;
  }
}

.main{
  width: 100%;
  min-height: 2850px;
  background: url(../img/bg00.jpg) no-repeat center top;
}
.main .inner{
  width: 1090px;
}
.main section{
  width: 100%;
}
.concept{
  height: 783px;
  padding: 107px 0 0;
}
.concept-box{
  width: 527px;
  height: 527px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.concept01{
  margin: 0 0 0 -44px;
  background: url(../img/bg01.jpg) no-repeat center;
}
.concept01 h3{
  margin: 0 0 35px;
}
.concept02{
  margin: 0 -44px 0 0;
  float: right;
  background: #fff;
}
.concept02 .cont {
  background: #c99c52;
  position: relative;
  text-align: center;
  padding: 30px 50px 0;
}
.concept02 .cont .btn {
  padding-top: 35px;
  margin-bottom: -1px;
}
.concept02 .cont .btn img {
  vertical-align: bottom;
}
.concept02 h3{
  margin: 0 0 30px;
}
.concept02 li:first-child{
  margin: 0 0 5px;
}

.interview{
  height: 768px;
}
.interview h2{
  height: 182px;
}
.interview ul{
  padding: 0 61.5px;
}
.interview ul li{
  float: left;
}
.interview ul li:first-child{
  padding: 105px 0 0;
}
.interview ul li:last-child{
  float: right;
}
.interview .photo{
  position: relative;
}
.interview .more{
  position: absolute;
  left: 0;
  bottom: 82px;
  width: 100%;
  text-align: center;
}

.information{
  height: 500px;
}
.information h2{
  text-align: center;
  margin: 0 0 105px;
}
.info-box{
  width: 100%;
  height: 263px;
  background: url(../img/bg02.png) no-repeat center top;
  background-size: cover;
}
.information .more{
  width: 700px;
  height: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00266D;
  position: relative;
  top: -45px;
}

.qa{
  min-height: 874px;
  padding: 120px 0;
  background: url(../img/qa02.jpg) no-repeat center top, url(../img/qa01.jpg) repeat-y center top;
}
.qa .inner{
  background: #fff;
  padding: 45px 120px 0;
}
.qa h2{
  text-align: center;
  margin: 0 0 40px;
}
.qa dl{
  margin: 0 0 35px;
  font-size: 16px;
  line-height: 2;
}
.qa dl a{
  color: #c30a01;
}
.qa dl a:hover {
  text-decoration: none;
}
.qa dl:last-child{
  margin: 0 0 60px;
}
.qa dl dt {
  background: url(../img/bg_qa.jpg) repeat 0 0;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
.qa dl dt:after {
  background: url(../img/icon_01.png) repeat 0 0;
  position: absolute;
  right: 40px;
  top: 30px;
  content: "";
  width: 21px;
  height: 21px;
}
.qa dl .open:after {
  background: url(../img/icon_02.png) repeat 0 0;
}
.qa dl dt:hover {
  opacity: 0.7;
}
.qa dl dt span {
  padding: 15px 40px 15px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/q.png) no-repeat 25px 5px;
}
.qa dl dd{
  padding: 25px 40px 25px 130px;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/a.png) no-repeat 25px 25px;
  display: none;
}
.qa .btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qa .btn img{
  display: block;
}

.entry{
  height: 269px;
  background: url(../img/bg03.png) no-repeat center top;
  background-size: cover;
}
.entry .btn{
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 1319px) {
  .concept01{
    margin: 0;
  }
  .concept02{
    margin: 0;
  }
}
@media screen and (max-width: 1089px) {
  .main .inner {
    width: 100%;
    padding: 0 40px;
  }
  .main{
    min-height: auto;
    background-size: 100% auto;
  }

  .concept{
    height: auto;
    padding: 80px 0;
  }
  .concept-box{
    width: 48%;
  }

  .interview{
    height: auto;
    margin: 0 0 80px;
  }
  .interview h2{
    height: auto;
    margin: 0 0 40px;
  }
  .interview ul{
    padding: 0;
  }
  .interview ul li{
    float: left;
    width: 50%;
  }
  .interview ul li:first-child{
    padding: 0;
  }
  .interview .more{
    bottom: 50%;
    margin: 0 0 -22px;
  }

  .qa{
    min-height: auto;
    padding: 80px 0;
  }
  .qa .inner{
    background: #fff;
    padding: 45px 40px 0;
    margin: 0 40px;
    width: auto;
  }
  .qa h2{
    text-align: center;
    margin: 0 0 40px;
  }

}
@media screen and (max-width: 959px) {
  .concept{
    padding: 40px 0;
  }
  .concept-box{
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding:30px 20px;
  }
  .concept01{
    background-size: contain;
    background-color: #fff;
  }
  .concept h3{
    margin: 0 0 15px;
  }
  .concept01 h3 img{
    width: 70px;
  }
  .concept02 h3 img{
    width: 165px;
  }

  .interview{
    height: auto;
    margin: 0 0 40px;
  }
  .interview h2{
    margin: 0 0 20px;
  }
  .interview h2 img{
    width: 294px;
  }

  .information{
    height: auto;
  }
  .information h2{
    margin: 0 0 60px;
  }
  .information h2 img{
    width:352px;
  }
  .info-box{
    padding: 0 40px;
  }
  .information .more{
    width: 100%;
  }
  .qa{
    padding: 40px 0;
    background-size: 100% auto, 100% auto;
  }
  .qa h2{
    text-align: center;
    margin: 0 0 20px;
  }
  .qa h2 img{
    width: 254px;
  }
  .qa dl dt span{
    padding: 5px 40px 15px 80px;
    background-position: 10px 5px;
  }
  .qa dl dt:after {
    right: 10px;
  }
  .qa dl dd {
    padding: 25px 0 20px 80px;
    background-position: 10px 25px;
  }
}
@media screen and (max-width: 640px) {
  .main .inner {
    padding: 0 10px;
  }
  .concept{
    padding: 20px 0;
  }
  .concept-box{
    padding:20px;
  }
  .concept h3{
    margin: 0 0 10px;
  }
  .concept01 h3 img{
    width: 50px;
  }
  .concept02 h3 img{
    width: 118px;
  }

  .interview{
    height: auto;
    margin: 0 0 40px;
  }
  .interview h2{
    margin: 0 0 10px;
  }
  .interview h2 img{
    width: 275px;
  }
  .interview ul li{
    width: 100%;
  }
  .interview ul li img{
    display: block;
    width: 100%;
  }

  .information{
    height: auto;
  }
  .information h2{
    margin: 0 0 60px;
  }
  .information h2 img{
    width:390px;
  }
  .info-box{
    padding: 0 10px;
    height: 200px;
  }
  .information .more{
    height: 150px;
  }

  .qa{
    padding: 20px 0;
    background-size: 100% auto, 100% auto;
  }
  .qa .inner {
    margin: 0 10px;
  }
  .qa h2{
    text-align: center;
    margin: 0 0 10px;
    padding: 15px 0 0;
  }
  .qa h2 img{
    width: 182px;
  }
  .entry{
    height: auto;
  }
  .entry .btn{
    padding: 40px 0;
  }
}

/*-------- footer ---------*/
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer .inner {
  width: 1030px;
  margin: 0 auto;
}
.footer01 {
  background: #00266D;
  padding: 40px 0 60px;
}
.footer01 .inner {
  display: -webkit-box;
  display: -ms-flexbox; /* Safari 6.1+ */
  display: flex;
}
.footer01 .inner div {
  width: 25%;
  border-right: 1px solid #fff;
  padding: 10px 0 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer01 div:last-child {
  border-right: none;
}
.footer01 div:first-child {
  padding-left: 0;
}
.footer01 .fTitle {
  font-size: 9px;
  color: #ff2e24;
  padding-bottom: 12px;
}
.footer01 .fTxt01,
.footer01 .fTxt {
  font-size: 13px;
  padding-bottom: 8px;
}
.footer01 .fTxt01 {
  margin-bottom: 30px;
}
.footer01 .fNav {
  font-size: 13px;
}
.footer01 .fNav li a {
  background: url(../img/bg_line.png) no-repeat left center;
  padding: 0 0 0 15px;
  display: block;
  margin-bottom: 8px;
}
.footer02 {
  background: #1B1464;
  padding: 60px 0;
}
.footer02 .fLogo {
  float: left;
}
.footer02 .fRight {
  float: right;
}
.footer02 .fLink {
  text-align: right;
}
.footer02 .fLink li {
  display: inline;
  font-size: 11px;
  padding-left: 40px;
}
.footer02 .fLink li a {
  background: url(../img/ico_blank.png) no-repeat left center;
  padding: 0 0 0 20px;
}
.footer02 .fLink li a.bgno {
  background: none!important;
}
.copyright {
  color: #fff;
  font-size: 11px;
  text-align: right;
  padding-top: 30px;
}
#pagetop {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
#pagetop .page_top_cont {
  max-width: 1030px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
#pagetop .page_top_cont .to_top {
  display: block;
  text-align: center;
  position: absolute;
  bottom: -32px;
  right: 0;
  cursor: pointer;
  border-radius: 5px;
  zoom: 1;
}
#pagetop a {
  display: block;
}
#pagetop a img{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 1089px) {
  #footer .inner {
    width: 100%;
  }
  #footer .inner {
    padding: 0 40px;
  }
  .footer02,
  .footer01 {
    padding: 20px 0;
  }
  .footer01 .inner {
    display: block;
  }
  .footer01 .inner div {
    border: none;
    width: 50%;
    float: left;
    padding-left: 0;
  }
  #footer .inner {
    width: 100%;
  }
  .footer01 div {
    width: 100%;
    padding-left: 0;
  }
  .footer01 .fTxt01{
    margin-bottom: 0;
  }
  .footer02 .fLink {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex;
  }
  .footer02 .fLink li {
    padding: 0 10px 0 0;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #pagetop .page_top_cont .to_top {
    bottom: -16px;
  }
  #pagetop a img{
    width: 32px;
  }
  #footer .inner {
    padding: 0 10px;
  }
  .footer01 .inner div{
    width: 48%;
  }
  .footer01 .inner div:nth-child(2n){
    float: right;
  }
  .footer01 .inner div:nth-child(2n+1){
    clear: both;
  }
  .footer02 .fLogo {
    float: none;
    margin: 0 0 10px;
  }
  .footer02 .fLogo img{
    width: 135px;
  }
  .footer02 .fRight{
    float: none;
  }
  .footer02 .fLink{
    display: block;
  }
  .footer02 .fLink li{
    display: block;
    margin: 0 0 10px;
  }
  .copyright{
    padding: 10px 0 0;
    line-height: 1.5;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .sp_mt25{
    margin-top:25px!important;
  }
  .sp_mt35{
    margin-top:35px!important;
  }
  .sp_pd0{
    margin-top:0!important;
  }
  
}

/*----------- interview -----------*/

.topic-path {
    text-align: right;
    padding: 145px 10px 25px 0;
    max-width: 1366px;
    margin: 0 auto;
}
.topic-path li {
    display: inline;
    font-size: 13px;
    margin-right: 20px;
}
.topic-path li a {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
}
.topic-path li a:hover {
    text-decoration: underline;
}
.visual {
    text-align: center;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.visual img {
    max-width: 100%;
    vertical-align: bottom;
}
.visual .img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.visual span {
    display: block;
    opacity: 0.9;
    position: relative;
}
.visual span img {
    z-index: 1;
    position: relative;
}
.visual span:after {
    background:  -webkit-gradient(linear, left top, right top, from(#440000) , to(#020000));
    background:  -webkit-linear-gradient(left, #440000 , #020000);
    background:  -o-linear-gradient(left, #440000 , #020000);
    background:  linear-gradient(to right, #440000 , #020000);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 799px;
    content: "";
    opacity: 0.9;
}
.visual:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 168px;
    width: 799px;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#c30a01) , to(#050301));
    background: -webkit-linear-gradient(left, #c30a01 , #050301);
    background: -o-linear-gradient(left, #c30a01 , #050301);
    background: linear-gradient(to right, #c30a01 , #050301);
    opacity: 0.9;
}
.main-inner {
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.wealth {
    background: #c30a01;
    width: 799px;
    height: 253px;
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 70px 0 0 130px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  .y_nama_posi { padding: 70px 140px 0 130px } /* IE11 */
  .s_nama_posi { padding: 70px 170px 0 130px } /* IE11 */
  .n_nama_posi { padding: 70px 185px 0 130px } /* IE11 */
  .m_nama_posi { padding: 70px 135px 0 130px } /* IE11 */
}
.wealth .img {
    padding-right: 64px;
}
.wealth .text {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.wealth .text span {
    display: block;
    font-size: 26px;
    padding-bottom: 16px;
    font-weight: bold;
}
.wealth .text span i {
    font-style: normal;
    font-size: 15px;
    padding-left: 30px;
    font-weight: normal;
    letter-spacing: 3px;
}
.item01 {
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify; /* Safari 6.1+ */
            justify-content: space-between;
    margin-top: -11.5%;
    padding-left: 130px;
    clear: both;
}
.mt6 {
	margin-top: -6%;
}
.item01 .text-box {
    width: 670px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 360px;
    margin-right: -97px;
    z-index: 1;
}
.item01 .text-box .inner-box {
    background: #fff;
    padding: 70px 70px 70px 10px;
}
.item02 .text-box .txt,
.item01 .text-box .txt {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 30px;
}

.item02 .text-box .inner-box .tit {
    padding-bottom: 20px;
    font-size: 26px;
    color: #c30a01;
    line-height: 1.6;
    font-family: "Sawarabi Mincho";
}
.item02 .title-box .title1,
.item01 .text-box .tit {
    padding-bottom: 20px;
    font-size: 26px;
    color: #c30a01;
    line-height: 1.6;
    font-family: "Sawarabi Mincho";
}
.texbox2 {
	background-color: #fff;
	padding-top: 20px;
}

.item01 .text-box .tit {
    letter-spacing: 2px;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item02 .title-box {
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify; /* Safari 6.1+ */
            justify-content: space-between;
}
.item02 .title-box .img {
    width: 76%;
}
.item02 .title-box .title {
    font-size: 26px;
    color: #c30a01;
    line-height: 2;
    font-family: "Sawarabi Mincho";
    position: relative;
    letter-spacing: 4px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    z-index: 1
}
.item02 .title-box .title1 {
    padding-left: 10px;
}
.item02 .title-box .title p {
    padding: 0 0 0 30px;
    position: absolute;
    width: 50px;
    top: 0;
    line-height: 2;
    letter-spacing: 3px;
    display: inline-block;
}
.item02 .title-box .title .text-combine {
   -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    margin-bottom: -15px;
}
.item02 .title-box .title .space01 {
    margin-top: -25px;
}
.item02 .title-box .title .txt01 {
    right: 120px;
}
.item02 .title-box .title .txt02 {
    right: 165px;
    top: -18px;
}
.item02 .title-box .title .txt01-1 {
    top: -18px;
    right: 120px;
}
.item02 .title-box img {
    max-width: 100%;
}
.item02 .text-box {
    position: relative;
}
.item02 .image {
    position: absolute;
    left: 10%;
    bottom: 70px;
    width: 25%;
}
.item02 .text-box .inner-box {
    width: 53%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px;
    float: right;
    margin: -23% 5% 0 0;
    background: #fff;
}
.item03 .text-box {
    padding-top: 110px;
}
.item03 .text-box .tit {
    padding-bottom: 55px;
}
.item04 img {
    max-width: 100%;
    vertical-align: bottom;
}
.item04 .box-inner {
    max-width: 854px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
}
.item04 .tit-box {
    position: relative;
}
.item04 .tit-box .red-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 3.6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.item04 .text {
    background-color:rgba(101, 5, 1, 0.8);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: "Kozuka Gothic Pr6N";
    padding: 2.6% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 854px;
    margin: 0 auto;
    letter-spacing: 2px;
}
.item04 .text span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-bottom: 8px;
}
.item04 .container {
    padding:0 3.6%;
    width: 100%;
}
.item04 .item-box {
    background: #eee;
    padding: 45px 0;
}
.item04 .time-list {
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify; /* Safari 6.1+ */
            justify-content: space-between;
    padding: 0 50px;
}
.item04 .time-list li {
    width: 33.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*padding: 5%;*/
    font-size: 13px;
    line-height: 1.9;
}
.item04 .time-list li {
    position: relative;
}
.item04 .time-list .image img {
    position: relative;
    z-index: 1;
}
.item04 .time-list li:after {
    position: absolute;
    right: 100%;
    top:80px;
    content: "";
    height: 1px;
    width: 345px;
    background: #000;
}

.item04 .time-list li div {
    padding: 18%;
}
.item04 .time-list .image img {
    margin: 0 auto;
}
.slick-prev,
.slick-next {
    border: none;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
}
.time-list {
    position: relative;
}
.time-list:before,
.time-list:after {
    position: absolute;
    content: "";
    top: 32px;
    width: 100px;
    height: 100px;
    background: #eee;
    z-index: 1;
}
.time-list:before{
    left: 35px;
}
.time-list:after{
    right: 35px;
}
.slick-prev span:after hover,
.slick-next span:after hover {
    opacity: 1;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slick-prev {
    background: url(../img/btn_prev.png) no-repeat 0 0;
    left: -2.6%;
    top: 20%;
}
.slick-next {
    background: url(../img/btn_next.png) no-repeat 0 0;
    right: -2.6%;
    top: 20%;
}
.item04 .time-list li .image {
    text-align: center;
}
.item04 .time-list li img {
    max-width: 100%;
}
.item04 .time-list li span {
    display: block;
    color: #c30a01;
    font-size: 18.5px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 1.4;
    margin-top: 10px;
}
.item06 {
    padding-top: 126px;
}
.item06 .message {
    background: #e8e8e8 url(../interview/img/bg_item06.jpg) repeat-x 0 0;
    margin-bottom: -30px;
}
.item06 .message img {
    max-width: 100%;
    vertical-align: bottom;
}
.item06 .message .container {
    max-width: 1090px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify; /* Safari 6.1+ */
        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gray-box {
    background: #363636;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    padding: 25px;
}
.gray-box .container {
    max-width: 1090px;
    margin: 0 auto;
}
.back-box {
    background: #000;
}
.back-box a {
    display: block;
    background: #c30a01;
    text-align: center;
    padding: 2% 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.back-box a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.link-box {
    padding: 4%;
}
.link-box .inner {
  max-width: 1090px;
}
.link-box .link-list {
    display: -webkit-box;
    display: -ms-flexbox; /* Safari 6.1+ */
    display: flex; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify; /* Safari 6.1+ */
        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.link-box .link-list li {
    padding: 1% 0;
}
.item02 .title-box .pc {
    display: block;
}
.item02 .title-box .sp {
    display: none;
}
.inter-tit {
  padding: 30px 0 100px 80px;
}
.pro-list {
  padding: 0 44px 100px;
}
.pro-list li img {
  max-width: 100%;
}
.pro-list li {
  float: left;
  width: 45%;
}
.pro-list li:nth-child(2n) {
  float: right;
}
.pro-list li a {
  color: #000;
  text-decoration: none;
}
.pro-list li {
  padding-right: 10px;
}
.pro-list li .img {
  position: relative;
}
.pro-list li .img:after {
  background: #c99c52;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 70%;
  height: 70%;
}
.pro-list li .img img {
  position: relative;
  z-index: 1;
  padding: 9% 0 0 9%;
}
.pro-list li:nth-child(2n) {
  padding-top: 320px;
}
.pro-list li:nth-child(3) {
  padding-top: 200px;
}
.pro-list li:nth-child(4) {
  padding-top: 200px;
}
.pro-list li:nth-child(2n) .img img {
  padding: 9% 9% 0 0;
}
.pro-list li:nth-child(2n) .img:after {
  right: 0;
  left: inherit;
}
.pro-list li .text {
  background: url(../interview/img/interview_bg01.png) no-repeat 0 0;
  background-size: 54% auto;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  margin-top: -13px;
  z-index: 1;
  position: relative;
  padding: 10.5% 0 2% 32%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pro-list li .txt1 {
  padding: 15px 0 0 0;
}
.pro-list li .text span {
  display: block;
}
.pro-list li .text .txt2 {
  font-size: 26px;
  letter-spacing: 2px;
  padding: 20px 0 40px 8px;
}
.pro-list li .btn {
  text-align: right;
  padding-right: 115px;
  margin-top: -15px;
}
@media screen and (max-width: 1120px) {
  .pro-list li .text .txt2,
  .pro-list li .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) {
    .item06 .message .container p {
        width: 50%;
    }
    .link-box .link-list li {
        width: 48%;
    }
    .pro-list li .text {
      background-size: 62%;
    }
    .pro-list li .btn {
      margin: 0;
      padding: 0;
      text-align: center;
    }
}
@media screen and (max-width: 540px) {
    .item06 .message .container p,
    .link-box .link-list li {
        width: 40%;
        text-align: center;
    }
    .item06 .message .container p,
    .link-box .link-list li:nth-child(2n) {
        margin-left:20px;
    }

    .item06 .message .container p:first-child {
        padding: 0 10px;
    }
    .link-box {
        padding: 20px 10px;
    }
    .link-box .link-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .pro-list li .text {
      padding: 8.6% 0 15px 32%;
    }
    .pro-list li .btn {
      padding: 10px 0 0 0;
      text-align: center;
    }
    .item06 .message {
      background:none;
      margin-bottom: -30px;
  }
}
@media screen and (max-width: 799px) {
    .wealth,
    .visual span:after,
    .visual:after {
        width: 100%;
    }
    .wealth {
        padding: 40px 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
    }
    .visual:after {
        height: 35%;
    }
    .topic-path {
        padding: 15% 10px 2% 0
    }
   .item01 {
        padding: 0;
        margin-top: 0;
    }
    .item01 .text-box {
        width: 60%;
        padding-top: 20px;
        margin: 0
    }
    .item01 .img {
        width: 40%;
        padding-left: 20px;
    }
    .item01 .text-box .tit {
        padding-bottom: 20px;
        font-size: 20px;
    }
    .item02 .title-box .title1 {
        font-size: 20px;
    }
    .item01 .text-box .inner-box {
        padding: 0 0 0 10px;
    }
    .item02 .text-box .inner-box {
        width: 100%;
        margin: 0;
        padding: 25px;
    }
    .item02 .image {
        position: inherit;
        left: 0;
        bottom: 0;
        text-align: center;
        padding-top: 10px;
        width: 100%!important;
    }
    .item02 .img span:last-child {
        margin: -10px 10px 0 3%;
    }
    .item06 {
      padding-top: 35px;
    }
    .item06 .message {
        margin-bottom: 0;
    }
    .item02 .title-box .pc {
        display: none!important;
   }
   .item02 .title-box .sp {
        display: block!important;
        padding-left: 20px;
   }
   .time-list:before,
   .time-list:after {
      width: 120px !important;
   }
}
@media screen and (max-width: 767px) {
    .time-list:before,
    .time-list:after {
        width: 75px!important;
     }
    .pro-list li {
      width: 100%;
     }
     .pro-list li:nth-child(3),
     .pro-list li:nth-child(2n) {
      padding-top: 30px;
     }
     .inter-tit {
        padding: 30px 20px 30px 20px;
     }
}
@media screen and (max-width: 854px) {
    .item04 .time-list {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
   .item04 .time-list li div {
        padding: 10px;
    }
    .item04 .time-list li:after {
        top: 40px;
    }
    .item04 .time-list li:after,
    .time-list:before,
    .time-list:after {
      background: none;
    }
}
@media screen and (max-width: 460px) {
    .topic-path {
        padding: 20% 10px 2% 0
    }
    .topic-path li {
        margin-right: 10px;
    }
    .topic-path li a {
        margin-right: 10px;
    }
    .wealth .text span i {
        display: block;
        padding-left: 0;
    }
     .wealth .img {
        width: 40%;
        text-align: center;
        padding: 0 30px;
    }
    .wealth .text {
        width: 60%;
    }
    .item01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .item01 .img,
    .item01 .text-box {
        width: 100%;
    }
    .item01 .img {
        padding: 0;
    }
    .item01 .text-box {
        padding: 20px 25px 0;
    }
    .item01 .text-box .inner-box {
        padding: 0;
    }
    .item02 .title-box .title1,
    .item01 .text-box .tit {
        font-size: 17px;
    }
  .item02 .text-box .inner-box .tit  {
        font-size: 17px;
    }
    .item02 .title-box {
        display: block;
    }
    .item02 .title-box .img {
        width: 100%;
        padding-bottom: 10px;
    }
    .item02 .img span:last-child {
        margin: 0;
    }
    .pro-list li .text .txt2, .pro-list li .text {
      font-size: 14px;
      padding-left: 28%;
      padding-top: 14.5%;
    }
    .pro-list li .text span {
      padding-top: 10px;
    }
    .pro-list li .text .txt2 {
      padding-top: 10px;
    }
    .pro-list li .text {
      background-size: 68%;
    }

}
@media screen and (max-width: 1366px) {
    .gray-box .container {
        padding: 0 10px;
    }
    .item06 .message .container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}