@charset "utf-8";
/*-------------------------------------
  パンくずリスト
--------------------------------------*/
#breadcrumb {
  background: #63819f;
  margin:0 0 100px;
}
#breadcrumb ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1100px;
  box-sizing: border-box;
  color:#fff;
}
#breadcrumb {
  line-height: 1;
}
#breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding-right: 30px;
  padding-left: 10px;
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:last-child {
  padding-right: 0;
}
#breadcrumb li a {
  color:#fff;
  text-decoration: underline;
}
#breadcrumb li a:hover {
  text-decoration: none;
}
#breadcrumb li:before {
  position: absolute;
  content: "－";
  right: 0;
  top: 0;
  font-weight: bold;
}
#breadcrumb li:last-child:before {
  content: none;
}

/*-------------------------------------
  トップページ
--------------------------------------*/
#top #mainimage {
  max-width: 1600px;
  width: 100%;
  height: 800px;
  margin: 0 0 50px auto;
  background-image: url(../Image/top/mv.jpg);
  background-size: cover;
  background-position: center left;
  position: relative;
}
#top #sec_01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#top #sec_01 .title_area {
  margin: 0 100px 0 0;
  width: 100px;
}
#top #sec_01 .title_area .en {
  font-size: 30px;
  font-weight: 700;
}
#top #sec_01 .title_area .title {
  font-size: 14px;
  font-weight: 700;
  margin: -5px 0 25px;
}
#top #sec_01 .title_area .btn a {
  font-size: 12px;
  padding: 0 25px 0 0;
  position: relative;
}
#top #sec_01 .title_area .btn a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #113559;
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 16px
}
#top #sec_01 ul {
  flex: 1;
  max-width: 100%;
}
#top #sec_01 ul li {
  margin: 0 0 20px;
}
#top #sec_01 ul li:last-child {
  margin: 0;
}
#top #sec_01 ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#top #sec_01 ul li a time {
  display: block;
  font-size: 14px;
  margin: 0 15px 0 0;
}
#top #sec_01 ul li a .tag {
  display: block;
  background: #4b7eb2;
  padding: 3px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  margin: 0 50px 0 0;
}
#top #sec_01 ul li a .title {
  flex: 1;
}
#top #sec_02 {
  padding: 100px 0;
  background-color: #113559;
  background-image: linear-gradient( transparent 95%, rgba(31,65,99,1) 95%, rgba(31,65,99,1) 100%, transparent 100%), linear-gradient( 90deg, transparent 95%, rgba(31,65,99,1) 95%, rgba(31,65,99,1) 100%, transparent 100%);
  background-size: 10px 10px;
}
#top #sec_02 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#top #sec_02 .inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}
#top #sec_02 .inner ul li {
  color: #fff;
  width: 33%;
}
#top #sec_02 .inner ul li .img_box ,#top #sec_02 .inner ul li .num_box ,#top #sec_02 .inner ul li .dsc ,#top #sec_02 .inner ul li h3 {
  display: block;
  text-align: center;
}
#top #sec_02 .inner ul li .img_box {
  margin: 0 0 25px;
}
#top #sec_02 .inner ul li .img_box .img {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 155px;
  height: 155px;
  border-radius: 80px;
  background: #fff;
}
#top #sec_02 .inner ul li h3 {
  font-size: 22px;
  margin: 0 0 5px;
}
#top #sec_02 .inner ul li .num_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 5px;
  font-size: 22px;
  color: #ff0;
}
#top #sec_02 .inner ul li .num_box .num {
  font-size: 60px;
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: 0.8;
}
#top #sec_02 .inner .btn {
  text-align: center;
}
#top #sec_02 .inner .btn a {
  display: inline-block;
  width: 250px;
  padding: 5px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #113559;
}
@media screen and (min-width: 768px){
  #top #sec_02 .inner .btn a:hover {
    background: #113559;
    color: #fff;
  }
}
#top #sec_03 {
  padding: 100px 0;
  background: #efefef;
}
#top #sec_03 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#top #sec_03 .inner ul {
  margin: 0 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
#top #sec_03 .inner ul li {
   width: -webkit-calc(100% / 2 - 25px) ;
   width: calc(100% / 2 - 25px) ;
   background: #fff;
   padding: 50px 35px;
}
#top #sec_03 .inner ul li span,#top #sec_03 .inner ul li h3 {
  display: block;
  text-align: center;
}
#top #sec_03 .inner ul li h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
#top #sec_03 .inner ul li span.img {
  height: 131px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px;
}
#top #sec_03 .inner .btn {
  text-align: center;
}
#top #sec_03 .inner .btn a {
  display: inline-block;
  width: 250px;
  padding: 5px;
  background: #113559;
  border: 1px solid #113559;
  border-radius: 30px;
  color: #fff;
}
@media screen and (min-width: 768px){
  #top #sec_03 .inner .btn a:hover {
    background: transparent;
    color: #113559;
  }
}
#top #sec_04 {
  padding: 100px 0;
  background: url(../Image/top/bg01.jpg) no-repeat top center;
}
#top #sec_04 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#top #sec_04 .inner .item_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 50px 50px 100px;
  background: #fff;
}
#top #sec_04 .inner .item_list li {
  width: -webkit-calc(33% - 25px) ;
  width: calc(33% - 25px) ;
    background-color: #000;
}
#top #sec_04 .inner .item_list li:nth-child(2) {
  width: -webkit-calc(34% - 25px) ;
  width: calc(34% - 25px) ;
  margin: 0 50px;
}
#top #sec_04 .inner .item_list li a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 40px;
  color: #fff;
}
@media screen and (min-width: 768px){
  #top #sec_04 .inner .item_list li a:hover {
    opacity: 0.677777;
  }
}
#top #sec_04 .inner .item_list li:nth-child(1) a {
  background-image: url(../Image/top/img01.jpg);
}
#top #sec_04 .inner .item_list li:nth-child(2) a {
  background-image: url(../Image/top/img02.jpg);
}
#top #sec_04 .inner .item_list li:nth-child(3) a {
  background-image: url(../Image/top/img03.jpg);
}
#top #sec_04 .inner .item_list li a span {
  display: block;
  text-align: center;
}
#top #sec_04 .inner .item_list li a span.title {
  font-size: 24px;
  margin: 0 0 40px;
}
#top #sec_04 .inner .item_list li a span.img {
  margin: 0 0 20px;
}
#top #sec_04 .inner .item_list li a span.img img {
  display: inline-block;
  max-width: 100%;
}
#top #sec_04 .inner .item_list li a span.dsc {
  font-size: 14px;
}
#top #sec_04 .inner .bn_list .slick-prev {
    left: -40px;
}
#top #sec_04 .inner .bn_list .slick-prev:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 26px;
  background: url(../Image/top/arrow_l.png)
}
#top #sec_04 .inner .bn_list .slick-next {
    right: -35px;
}
#top #sec_04 .inner .bn_list .slick-next:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 26px;
  background: url(../Image/top/arrow_r.png)
}
/*-------------------------------------
  下層共通
--------------------------------------*/
.under #mainimage {
  height: 215px;
  background: #113559;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.under #mainimage .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.under #mainimage .inner .title ,.under #mainimage .inner .en {
  color: #fff;
}
.under #mainimage .inner .title {
  margin: 0 0 5px;
}
.under #mainimage .inner .en {
  font-size: 48px;
  line-height: 1;
}
/*-------------------------------------
  ABOUT
--------------------------------------*/
#about #sec_01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
#about #sec_01 .img {
  margin: 0 0 70px;
  text-align: center;
}
#about #sec_01 .img img {
  max-width: 100%;
  width: auto;
}
#about #sec_01 .inner {
  padding: 0 200px;
}
#about #sec_01 .inner p {
  margin: 0 0 50px;
}
#about #sec_01 .inner p:last-child {
  margin: 0;
}
#about #sec_01 .signature_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#about #sec_01 .signature_box .img_box {
  width: 62.5%;
}
#about #sec_01 .signature_box .img_box img {
  width: 100%;
  height: auto;
}
#about #sec_01 .signature_box .text_box {
  width: 37.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#about #sec_01 .signature_box .text_box .position {
  text-align: center;
  margin-bottom: 10px;
}
#about #sec_02 {
  padding: 100px 0;
  background: #efefef;
}
#about #sec_02 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#about #sec_02 .inner .box {
  background: url(../Image/about/bg01.jpg) no-repeat center top;
  padding: 200px 100px 0;
}
#about #sec_02 .inner .box .txt_box {
  background: #fff;
  padding: 70px 100px;
}
#about #sec_02 .inner .box .txt_box .txt_inner {
  padding: 0 30px 65px;
  margin: 0 0 65px;
  border-bottom: 1px solid #d7dde0;
}
#about #sec_02 .inner .box .txt_box .txt_inner:last-child {
  padding: 0 30px;
  margin: 0;
  border: none;
}
#about #sec_02 .inner .box .txt_box .txt_inner .title_top {
  text-align: center;
  font-weight: 700;
}
#about #sec_02 .inner .box .txt_box .txt_inner h3 {
  margin: 0 0 35px;
  text-align: center;
  color: #113559;
  font-size: 30px;
}
#about #sec_02 .inner .box .txt_box .txt_inner ul li {
  margin: 0 0 5px;
  padding: 0 0 0 30px;
  position: relative;
}
#about #sec_02 .inner .box .txt_box .txt_inner ul li:before {
  content: "●";
  color: #113559;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate( 0%,-50%);
  -moz-transform: translate( 0%,-50%);
  -ms-transform: translate( 0%,-50%);
  -o-transform: translate( 0%,-50%);
  transform: translate( 0%,-50%);
  font-size: 13px;
}
#about #sec_03 {
  background-color: #FFFFFF;
  padding: 100px 0;
  background-image: linear-gradient( transparent 95%, rgba(247,247,247,1) 95%, rgba(247,247,247,1) 100%, transparent 100%), linear-gradient( 90deg, transparent 95%, rgba(247,247,247,1) 95%, rgba(247,247,247,1) 100%, transparent 100%);
  background-size: 20px 20px;
}
#about #sec_03 .inner {
  width: 100%;
  margin: 0 auto;
}
#about #sec_03 .inner .img {
  text-align: center;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#about #sec_03 .inner .img img {
  width: auto;
  position: relative;
}
#about #sec_04 {
  padding: 100px 0;
  background-color: #113559;
  background-image: linear-gradient( transparent 95%, rgba(31,65,99,1) 95%, rgba(31,65,99,1) 100%, transparent 100%), linear-gradient( 90deg, transparent 95%, rgba(31,65,99,1) 95%, rgba(31,65,99,1) 100%, transparent 100%);
  background-size: 10px 10px;
}
#about #sec_04 .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#about #sec_04 .inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about #sec_04 .inner ul li {
  color: #fff;
  width: 33%;
}
#about #sec_04 .inner ul li .img_box ,#about #sec_04 .inner ul li .num_box ,#about #sec_04 .inner ul li .dsc ,#about #sec_04 .inner ul li h3 {
  display: block;
  text-align: center;
}
#about #sec_04 .inner ul li .img_box {
  margin: 0 0 25px;
}
#about #sec_04 .inner ul li .img_box .img {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 155px;
  height: 155px;
  border-radius: 80px;
  background: #fff;
}
#about #sec_04 .inner ul li h3 {
  font-size: 22px;
  margin: 0 0 5px;
}
#about #sec_04 .inner ul li .num_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 5px;
  font-size: 22px;
  color: #ff0;
}
#about #sec_04 .inner ul li .num_box .num {
  font-size: 60px;
  display: inline-block;
  padding: 0 10px 0 0;
  line-height: 0.8;
}
/*-------------------------------------
  service
--------------------------------------*/
#service #sec_01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
#service #sec_01 .inner {
  padding: 200px 100px 0;
  background: url(../Image/service/bg01.jpg) no-repeat center top;
}
#service #sec_01 .inner .box .icon , #service #sec_01 .inner .box .top_title ,#service #sec_01 .inner .box .en ,#service #sec_01 .inner .box .top_dsc {
  text-align: center;
}
#service #sec_01 .inner .box .icon {
  margin: 0 0 25px;
}
#service #sec_01 .inner .box .en {
  font-weight: 700;
}
#service #sec_01 .inner .box .top_title {
  margin: 0 0 30px;
  font-size: 30px;
  color: #113559;
}
#service #sec_01 .inner .box1 {
  padding: 70px 100px 50px;
  background: #fff;
}
#service #sec_01 .inner .box2 {
  padding: 50px 100px;
  background: #efefef;
  margin: 0 0 50px;
}
#service #sec_01 .inner .box2 .box_inner {
  padding: 50px 0 50px 50px;
  position: relative;
}
#service #sec_01 .inner .box2 .box_inner .txt_box {
  background: #fff;
  padding: 50px 50px 50px 280px;
}
#service #sec_01 .inner .box2 .box_inner .txt_box ul li {
  margin: 0 0 5px;
  padding: 0 0 0 30px;
  position: relative;
}
#service #sec_01 .inner .box2 .box_inner .txt_box ul li .big {
  font-size: 18px;
  font-weight: 700;
  display: block;
}
#service #sec_01 .inner .box2 .box_inner .txt_box ul li:before {
  content: "●";
  color: #113559;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 13px;
}
#service #sec_01 .inner .box2 .box_inner .txt_box .ttl_area {
  width: 245px;
  height:290px;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color:#fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}
#service #sec_01 .inner .box2 .box_inner .txt_box .ttl_area h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
#service #sec_01 .inner .box2 .box_inner .txt_box .ttl_area p {
  font-size: 14px;
}
#service #sec_01 .inner .box2 .box_inner .txt_box .ttl_area:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #efefef;
  z-index: -2;
}
#service #sec_01 .inner .box2 .box_inner .txt_box .ttl_area:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #113559;
  z-index: -1;
  top: 0;
  left: 0;
}
#service #sec_01 .inner .box2 .box_inner:nth-child(2n) {
  padding: 50px 50px 50px 0;
}
#service #sec_01 .inner .box2 .box_inner:nth-child(2n) .txt_box {
  background: #fff;
  padding: 50px 280px 50px 50px;
}
#service #sec_01 .inner .box2 .box_inner:nth-child(2n) .txt_box .ttl_area {
  left: auto;
  right: 0;
}
#service #sec_01 .inner .box2 .box_inner:last-child {
  padding-bottom: 0;
}
#service #sec_01 .inner .box3{
  padding: 0 100px;
  text-align: center;
}
#service #sec_01 .inner .box3 dl {
  padding: 0 0 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #d7dde0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#service #sec_01 .inner .box3 dt {
  width: 240px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  margin: 30px 0 0;
}
#service #sec_01 .inner .box3 dd {
  width: 560px;
  padding: 15px 0 15px 40px;
  border-left: 1px solid #d7dde0;
  margin: 30px 0 0;
}
#service #sec_01 .inner .box3 dd a {
  color: #113559;
  text-decoration: underline;
}
#service #sec_01 .inner .box3 dd ul {
  margin: 30px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#service #sec_01 .inner .box3 dd ul li {
  width : -webkit-calc(50% - 15px) ;
  width : calc(50% - 15px) ;
  text-align: center;
  margin-top: 30px;
}
#service #sec_01 .inner .box3 dd ul li:nth-child(2n) {
  margin-left: 30px;
}
#service #sec_01 .inner .box3 dd ul li:nth-child(1),#service #sec_01 .inner .box3 dd ul li:nth-child(2) {
  margin-top: 0;
}
#service #sec_01 .inner .box3 dd ul li img {
  width: 100%;
}
#service #sec_01 dl dd .block {
  display: block;
  text-align: center;
  margin: 10px 0 0px;
}
#service #sec_01 .inner .box3 dd ul li  .block img {
  width: auto;
  height: 30px;
  padding: 2px 0 0;
}
#service #sec_01 dl dd .block .fa-twitter-square {
  color: #55acee;
}
#service #sec_01 dl dd .block .fa-facebook-square {
  color: #3B5998;
}
#service #sec_01 dl dd .block a {
  margin: 0 8px 0 0;
}
#service #sec_01 dl dd .block a:last-child {
  margin: 0;
}

/*取り扱い商材*/
#service #sec_01 .inner .box1:nth-last-child(2) {
    padding-bottom: 0;
}
#service #sec_01 .inner .box3 dd span{
  font-size: 20px;
  font-weight: 600;
  color: #113559;
}
#service #sec_01 .inner .box3 dd p.w_txt{
   font-weight: 600;
   margin-top: 20px;
}
#service #sec_01 .inner .box3 dd .in_list{
    display: block;
    margin-bottom: 20px;
    margin-top: 0;
}
#service #sec_01 .inner .box3 dd ul.in_list li,
#service #sec_01 .inner .box3 dd ul.in_list li:nth-child(2){
  text-align: left;
  margin-top: 0px;
  width: 100%;
}
#service #sec_01 .inner .box3 dd ul.in_list li:nth-child(2n) {
    margin-left: 0;
}
#service #sec_01 .inner .box3 dd ul.in_list li:before{
  content:"";
  background:#113559;
  width:5px;
  height:5px;
  display:inline-block;
  border-radius:50%;
  vertical-align:4px;
  margin-right:5px;
}
#service #sec_01 .inner .box3 dd ul.num_list{
  margin: 15px 0 0px;
  counter-reset: number 0;
}
#service #sec_01 .inner .box3 dd:nth-child(6) ul.num_list {
    margin-top: 0;
}
#service #sec_01 .inner .box3 dd ul.num_list li{
  text-align: left;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#service #sec_01 .inner .box3 dd ul.num_list li p:last-child{
  position:relative;
  padding-left: 60px;
  margin: 0 0 20px;
}
#service #sec_01 .inner .box3 dd ul.num_list li p span{
  font-size:13px;
  margin-left:10px;
}
#service #sec_01 .inner .box3 dd ul.num_list li p:last-child:before{
  content:"→";
  font-size:20px;
  font-weight:600;
  margin-right:5px;
  position:absolute;
  left: 30px;
  top:-3px;
}
#service #sec_01 .inner .box3 dd ul.num_list li .num_txt{
  font-weight:600;
  background:#e3ecf5;
  padding: 5px 10px;
  width: 94%;
  margin-bottom: 8px;
}
#service #sec_01 .inner .box3 dd ul.num_list li:before{
  counter-increment: number 1;
  content: counter(number) ". ";
  color: #113559;
  font-size: 19px;
  /* display: inline-block; */
  font-weight: 700;
  margin-right: 6px;
  width: 4%;
}

#service #sec_01 .inner .box3 dd .btn{
   text-align: center;
   margin-right: 10px;
}
#service #sec_01 .inner .box3 dd .btn a{
    display: inline-block;
    width: 170px;
    padding: 5px;
    background: #113559;
    border: 1px solid #113559;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 768px){
#service #sec_01 .inner .box3 dd .btn a:hover {
    background: transparent;
    color: #113559;
  }
}
#service #sec_01 .inner .box3 dd .wrap{
    display: flex;
    margin-top: 20px;
}


#company #sec_01 {
  width: 100%;
  max-width:1000px;
  margin: 0 auto 100px;
}
#company #sec_01 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company #sec_01 dl dt {
  width: 20%;
  margin: 0 5% 0 0;
  padding: 40px 0;
  border-bottom: 1px solid #b5bbbc;
}
#company #sec_01 dl dt:nth-child(1) {
  border-top: 1px solid #b5bbbc;
}
#company #sec_01 dl dd {
  width: 75%;
  border-bottom: 1px solid #d7dde0;
  padding: 40px 0;
}
#company #sec_01 dl dd:nth-child(2) {
  border-top: 1px solid #d7dde0;
}
#company #sec_01 dl dd span {
  display: inline-block;
}
#company #sec_01 dl dd span.mg {
  margin: 0 0 30px;
}
#company #sec_01 dl dd a {
  text-decoration: underline;
}
#company #sec_01 dl dd a:hover {
  text-decoration: none;
}
#company #sec_02 {
  margin: 0 0 100px;
}
#company #sec_02 .inner {
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
}
#company #sec_02 .inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company #sec_02 .inner ul li {
  width : -webkit-calc(50% - 25px) ;
  width : calc(50% - 25px) ;
  margin-top: 50px;
}
#company #sec_02 .inner ul li:nth-child(2n) {
  margin-left: 50px;
}
#company #sec_02 .inner ul li:nth-child(1) ,#company #sec_02 .inner ul li:nth-child(2) {
  margin-top: 0;
}
#company #sec_02 .inner ul li span ,#company #sec_02 .inner ul li a {
  display: block;
}
#company #sec_02 .inner ul li .img {
  margin: 0 0 20px;
}
#company #sec_02 .inner ul li .img {
  margin: 0 0 20px;
}
#company #sec_02 .inner ul li .job {
  font-weight: 700;
}
#company #sec_02 .inner ul li .name {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 5px;
}
#company #sec_02 .inner ul li a {
  margin-top: 5px;
  text-decoration: underline;
}
#company #sec_03 {
  background: #efefef;
  padding: 100px 0;
  margin: 0 0 100px;
}
#company #sec_03 .inner {
  width: 100%;
  max-width:1000px;
  background: #efefef;
  margin: 0 auto;
}
#company #sec_03 dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company #sec_03 dl dt ,#company #sec_03 dl dd{
  border-bottom: 1px solid #b5bbbc;
  padding: 40px 0;
}
#company #sec_03 dl dt:nth-of-type(1) ,#company #sec_03 dl dd:nth-of-type(1) {
  border-top: 1px solid #b5bbbc;
}
#company #sec_03 dl dt {
  width: 21%;
  padding-left: 40px;
  position: relative;
}
#company #sec_03 dl dt:before {
  content: "";
  height: 1px;
  width: 30px;
  background: #d7dde0;
  position: absolute;
  right: 0;
  top:54px;
}
#company #sec_03 dl dd {
  width: 79%;
  padding-left: 50px;
  padding-right: 40px;
}
#row4 table{border-bottom:1px solid #ccc;margin:0 0 15px;font-family: 'Meiryo','Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック','sans-serif';color: #333;font-size:14px;line-height: 1.7;}
#row4 table th{text-align:left;padding:8px 10px 15px 10px;border-top:1px solid #ccc;vertical-align:top;}
#row4 table th.hdr{color:#CC0000}
#row4 table th.no{border: none;}
#row4 table td{border-top:1px solid #ccc;padding:8px 10px 15px 10px;vertical-align:top;}
#row4 table .Line{border-left:1px solid #ccc;border-right:1px solid #ccc;}
#row4 table .LineR,
#row4 table .borderRight{border-right:1px solid #ccc;}
#row4 table .noLine{border-top:0px solid #fff;padding:3px 10px 5px 10px;}
#row4 table .noLineT{border-top:none;}
#row4 table.noBorderBox{border:0;margin:0;}
#row4 table.noBorderBox td,
#row4 table.noBorderBox th{border:none;padding:2px 0;}
#row4 table.noLineBox{border:none;margin:0;}
#row4 table.noLineBox td{border:none;padding:2px 0;}

#company #sec_04 {
  background: #efefef;
  padding: 100px 0;
  margin: 0 0 100px;
}
#company #sec_04 .inner {
  width: 100%;
  max-width:1000px;
  margin: 0 auto;
}
.ggmap {
  position: relative;
  padding-bottom: 470px;
  padding-top: 30px;
  margin: 0 0 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news .sec_inner {
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 900px;
}
#news #news_list #sec_01 {
  width: 100%;
  max-width:1000px;
  margin: 0 auto 100px;
}
#news #news_list #sec_01 ul {
    flex: 1;
    max-width: 100%;
}
#news #news_list #sec_01 ul li {
    margin: 0 0 20px;
}
#news #news_list #sec_01 ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#news #news_list #sec_01 ul li a time {
    display: block;
    font-size: 14px;
    margin: 0 15px 0 0;
}
#news #news_list ul li a .tag {
    display: block;
    background: #4b7eb2;
    padding: 3px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin: 0 50px 0 0;
}
#news #news_list #sec_01 ul li a .title {
    flex: 1;
}
#news .info_single #sec_01 .ttl_box {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 15px 5px;
  margin-bottom: 30px;
}
#news .info_single #sec_01 .ttl_box .date {
  font-size: 14px;
}
#news .info_single #sec_01 .ttl_box .news_ttl {
  font-size: 24px;
  line-height: 1.4;
}
#news .info_single #sec_01 .text_box {
  padding: 0 15px;
  margin-bottom: 50px;
}
#news .info_single #sec_01 .text_box p {
  margin-bottom: 15px;
}
#news .info_single #sec_01 .text_box p img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#news .info_single #sec_01 .text_box p:last-child {
  margin-bottom: 0;
}
#news .info_single #sec_01 .btn_01 a {
  padding: 10px 50px;
}
/*-------------------------------------
  CSR
--------------------------------------*/
#csr #sec_01 {
  width: 100%;
  max-width:1200px;
  margin: 0 auto 100px;
}
#csr #sec_01 .inner {
  background: url(../Image/csr/bg01.jpg) center;
  background-size: cover;
  padding: 90px 50px 160px;
}
#csr #sec_01 .inner h3 , #csr #sec_01 .inner p {
  color: #fff;
  text-align: center;
}
#csr #sec_01 .inner h3 {
  font-size: 60px;
  margin: 0 0 20px;
}
#csr #sec_01 .inner .dsc {
  font-size: 24px;
  line-height: 2;
  margin: 0 0 40px;
}
#csr #sec_02 {
  width: 100%;
  max-width:1000px;
  margin: 0 auto 100px;
}
#csr #sec_02 .ttl_top {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#csr #sec_02 .ttl {
  font-size: 30px;
  color: #113559;
  text-align: center;
  margin: 0 0 40px;
}
#csr #sec_02 .table {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 65px;
}
#csr #sec_03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
#csr #sec_02 .table dt ,#csr #sec_02 .table dd {
  padding: 40px 0 38px;
}
#csr #sec_02 .table dt:first-of-type {
  border-top: 1px solid #b5bbbc;
}
#csr #sec_02 .table dt {
  width: 25%;
  margin: 0 60px 0 0;
  border-bottom: 1px solid #b5bbbc;
}
#csr #sec_02 .table dd {
  width : -webkit-calc(75% - 60px);
  width : calc(75% - 60px);
  border-bottom: 1px solid #d7dde0;
}
#csr #sec_02 .table dd:first-of-type {
  border-top: 1px solid #d7dde0;
}
#csr #sec_02 .table dd .img {
  display: block;
  margin: 0 0 30px;
}
#csr #sec_02 .table dd .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#csr #sec_02 .table dd .flex span {
  flex: 1;
}
#csr #sec_02 .btn {
  text-align: center;
}
#csr #sec_02 .btn a {
    display: inline-block;
    width: 280px;
    padding: 5px;
    background: #113559;
    border: 1px solid #113559;
    border-radius: 30px;
    color: #fff;
}
@media screen and (min-width: 768px) {
  #csr #sec_02 .btn a:hover {
      background: transparent;
      color: #113559;
  }
}
#csr #sec_03 {
  text-align: center;
}
#csr #sec_03 .inner {
  background: url(../Image/csr/bg02.png) center;
  background-size: cover;
  padding: 60px 50px;
  margin: 0 0 80px;
}
#csr #sec_03 .inner h2 ,#csr #sec_03 .inner p {
  text-align: center;
  color: #fff;
}
#csr #sec_03 .inner h2 {
  font-size: 60px;
  margin: 0 0 30px;
}
#csr #sec_03 .inner p {
  font-size: 18px;
  line-height: 2;
}
#csr #sec_03 .img {
  margin: 0 0 60px;
}
/*-----------------------------------------------------
  ブログなどのページャー（Wordpress）
------------------------------------------------------*/
/* ナビゲーション全体のデザイン */
.wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
/* ボタン<a>タグのデザイン */
.wp-pagenavi a {
  display: inline-block;
  color: #113559;
  font-size: 16px;
  background: #fff;
  border: 1px solid #113559;
  padding: 6px 14px;
  margin-right: 12px;
}
/* ボタン<a>タグのホバー時のデザイン */
@media screen and (min-width : 768px ) {
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #113559;
}
}
/* 表示中のページ番号のデザイン */
.wp-pagenavi .current {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #113559;
  border: 1px solid #113559;
  padding: 6px 14px;
  margin-right: 12px;
}
/* 矢印（ < とか > ）のデザイン */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color:#113559;
  font-size: 14px;
  font-weight: bold;
  background: none;
  border: none;
}
/*-------------------------------------
  お問い合わせ
--------------------------------------*/
#contact #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#contact #sec_01 .list_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 70px;
}
#contact #sec_01 .list_wrap .info_box ,#contact #sec_01 .list_wrap .txt_box {
  width: 48%;
}
#contact #sec_01 .list_wrap .txt_box  {
  padding: 30px;
  border: 5px solid #ebeced;
}
#contact #sec_01 .list_wrap .txt_box span {
  color: #113559;
  font-weight: 700;
}
#contact #sec_01 .list_wrap .info_box {
  padding: 15px 0 0 ;
}
#contact #sec_01 .list_wrap .info_box h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
#contact #sec_01 .list_wrap .info_box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contact #sec_01 .list_wrap .info_box dl dt {
  width: 20%;
}
#contact #sec_01 .list_wrap .info_box dl dd {
  width: 80%;
  margin: 0 0 10px;
}
#contact #sec_01 .form_title {
  border-left: 7px solid #113559;
  padding: 8px 0 8px 20px;
  margin: 0 0 20px;
  font-size: 20px;
}
#contact #sec_01 .form_dsc {
  margin: 0 0 20px;
}
#contact #sec_01 .list_01 {
  display: inline-block;
  text-align: left;
}
#contact #sec_01 .list_01 li {
  line-height: 1.6;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
#contact #sec_01 .list_01 li:last-child {
  margin-bottom: 0;
}
#contact #sec_01 .list_01 li .num {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
#contact #sec_01 .sheet_01 {
  margin: 0 0 60px;
}
#contact #sec_01 .sheet_01 tr {
  border-bottom: 1px solid #dcd8c8;
}
#contact #sec_01 .sheet_01 tr.none {
  display: none;
}
#contact #sec_01 .sheet_01 th {
  width: 30%;
  font-size: 18px;
  text-align: left;
  padding: 25px;
  vertical-align: middle;
  position: relative;
}
#contact #sec_01 .sheet_01 th:before {
  content: "任意";
  padding: 2px 5px;
  background: #999;
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #fff;
}
#contact #sec_01 .sheet_01 th.true:before {
  content: "必須";
  background: #113559;
}
#contact #sec_01 .sheet_01 td {
  width: 70%;
  padding: 25px;
}
#contact #sec_01 .sheet_01 td input {
  font-size: 16px;
  padding: 6px 12px;
}
#contact #sec_01 .sheet_01 td input.long {
  width: 70%;
}
#contact #sec_01 .sheet_01 td input.middle {
  width: 40%;
}
#contact #sec_01 .sheet_01 td input.short {
  width: 35%;
}
#contact #sec_01 .sheet_01 td input.mini {
  width: 10%;
}
#contact #sec_01 .sheet_01 td .age_txt {
  display: inline-block;
  margin-left: 10px;
}
#contact #sec_01 .sheet_01 td .address_txt {
  display: inline-block;
  margin-right: 10px;
}
#contact #sec_01 .sheet_01 td .note {
  font-size: 14px;
  padding: 5px 0 0 0;
}
#contact #sec_01 .sheet_01 td .address_list li {
  margin-bottom: 25px;
}
#contact #sec_01 .sheet_01 td .address_list li span {
  width: 145px;
}
#contact #sec_01 .sheet_01 td .address_list li:last-child {
  margin-bottom: 0;
}
#contact #sec_01 .sheet_01 td label {
  font-size: 16px;
  margin: 0 0 0 10px;
}
#contact #sec_01 .sheet_01 td label:first-child {
  margin: 0;
}
#contact #sec_01 .sheet_01 td input[type="radio"] {
  display: inline-block;
  width: 1.1em;
  margin: 0 3px;
  height: 14px;
  vertical-align: -1px;
}
#contact #sec_01 .sheet_01 td select {
  font-size: 16px;
  height: 40px;
  padding: 6px 12px;
}
#contact #sec_01 .sheet_01 td textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 150px !important;
  font-size: 16px;
  padding: 6px 12px;
  resize:none;
}
#contact #sec_01 .form_text {
  text-align: center;
  padding: 40px 0;
}
table#mfp_confirm_table tr {
  border-top: 1px solid #dcd8c8;
}
table#mfp_confirm_table tr:last-child {
  border-bottom: 1px solid #dcd8c8;
}
#contact #sec_01 #mfp_confirm_table th {
  width: 30%;
  font-size: 16px;
  text-align: left;
  background: none;
  border: none;
  padding: 25px 15px;
}
#contact #sec_01 #mfp_confirm_table td {
  width: 70%;
  font-size: 16px;
  border: none;
  padding: 25px 15px;
}
#contact #sec_01 #submit.mfp_buttons {
  padding: 0;
  margin: 0 auto;
}
#contact #sec_01 .mfp_buttons {
  padding: 30px 0 0;
}
#contact #sec_01 .mfp_buttons button.mfp_element_submit,
#contact #sec_01 .mfp_buttons button.mfp_element_button {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 0;
  background: #113559;
  border: 1px solid #113559;
  padding: 15px 60px;
  margin: 0 auto;
  text-decoration: none;
  transition: 0.5s;
  border-radius: 50px;
}
#contact #sec_01 .mfp_buttons button#mfp_button_cancel {
  background: #aaa;
  border: 1px solid #aaa;
}
@media screen and (min-width : 991px ) {
#contact #sec_01 .mfp_buttons button.mfp_element_submit:hover,
#contact #sec_01 .mfp_buttons button.mfp_element_button:hover {
  color: #113559;
  background: #fff;
}
#contact #sec_01 .mfp_buttons button#mfp_button_cancel:hover {
  color: #aaa;
  background: #fff;
}
}
/* フォーム全体 */
form#mailformpro {
  padding: 0;
}
/* フォーム部品のボックスシャドウ打消し */
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea {
  margin: 0;
  box-shadow:none;
}
/* 入力エラーのチカチカなし、文字色 */
div.mfp_err {
  color:#f93434;
  font-size: 14px;
  font-weight:bold;
  background: none;
  padding: 5px 0;
  margin: 0;
}
/* エラー箇所のフォーム部品を色つきで強調 */
.problem {
  background-color: #fdd;
}
/* 入力OKのエフェクト */
div.mfp_ok {
  background-color :#ff7500;
  border-color: #ff7500;
  font-size: 12px;
}
/* チェックボックスのエフェクト打消し */
form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
  box-shadow: none;
}
form#mailformpro label.mfp_checked {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}
/* ボタンのエフェクト打消し */
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button {
  text-shadow: none;
}
.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  box-shadow: none;
}
/* 内容確認画面のテーブルを全幅 */
table#mfp_confirm_table {
  width:100%;
}
table#mfp_confirm_table tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}
div#mfp_phase_confirm h4 {
  font-size: 18px;
  color: #f93434;
  padding: 0;
  margin-bottom: 20px;
}
/* 入力画面の「必須」のデザイン */
.must-fill {
  display: inline-block;
  color: #f93434;
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  vertical-align: middle;
}

/*-------------------------------------
  お問い合わせ送信完了
--------------------------------------*/
#thanks #sec_01 .sec_inner {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#thanks #sec_01 .sec_inner .title_base {
  text-align: center;
  font-size: 36px;
  margin: 0 0 50px;
}
#thanks #sec_01 .txt_box {
  text-align: center;
  margin-bottom: 50px;
}
#thanks #sec_01 .btn_01 a {
  padding: 10px 50px;
}
#thanks .btn_01 a {
  background: #113559;
  border-color: #113559;
  border-radius: 50px;
}
#thanks .btn_01 a:hover {
  background: #fff;
  color: #113559;
}
#privacypolicy #sec_02 {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 90px;
}
/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacypolicy #sec_02 {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#privacypolicy #sec_02 .text {
    margin-bottom: 50px;
}
#privacypolicy #sec_02 {
    margin-bottom: 90px;
}
#privacypolicy #sec_02 dl dt {
    font-size: 20px;
    border-bottom: 1px solid #039ec7;
    padding: 0 10px 10px 0px;
    margin-bottom: 30px;
}
#privacypolicy #sec_02 dl dd {
    padding: 0 10px 0px 0px;
    margin-bottom: 50px;
}
#privacypolicy #sec_02 dl dd:last-child {
    margin-bottom: 0px;
}
/*-------------------------------------
  サイトマップ
--------------------------------------*/
#sitemap #sec_01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#sitemap #sec_01 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex:1;
}
#sitemap #sec_01 .inner ul {
  border-top: 2px solid #113559;
  padding: 30px 0 0;
  width: 45%;
}
#sitemap #sec_01 .inner ul li {
  margin: 0 0 25px;
}
#sitemap #sec_01 .inner ul li:lastchild {
  margin: 0;
}
#sitemap #sec_01 .inner ul li a {
  color: #333;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#sitemap #sec_01 .inner ul li a:before {
  content: "●　";
  color: #113559;
  font-size: 10px;
  position: relative;
  top: 4.3px;
}
/*-------------------------------------
  採用情報
--------------------------------------*/
#careers #sec_01 {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 90px;
}
#careers #sec_01 .box {
  margin-bottom: 70px;
}
#careers #sec_01 section:last-of-type {
  margin-bottom: 80px;
}
#careers #sec_01 .box .st_area {
  padding: 12px 20px 10px;
  margin: 0 0 30px;
  background: #113559;
  color: #fff;
}
#careers #sec_01 .box .st_area .job {
  font-size: 18px;
}
#careers #sec_01 .box h3 {
  font-size: 24px;
  margin: 0 0 30px;
}
#careers #sec_01 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #b5bbbc;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
#careers #sec_01 .inner .txt_list {
  flex: 1;
  margin: 0 0 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#careers #sec_01 .inner .txt_list dt {
  width: 20%;
  border-bottom: 1px solid #b5bbbc;
  margin: 0 0 15px;
}
#careers #sec_01 .inner .txt_list dd {
  width: 80%;
  border-bottom: 1px solid #b5bbbc;
  padding: 4px 0 20px;
  margin: 0 0 15px;
  text-align: left;
}
#careers #sec_01 .inner .txt_list dd:last-of-type ,#careers #sec_01 .inner .txt_list dt:last-of-type {
  margin: 0;
  border: none;
  padding-bottom: 0;
}
#careers #sec_01 .txt_list dt span {
  display: inline-block;
  text-align: center;
  width: 90%;
  padding: 4px 0;
  background: #999;
  color: #fff;
}
#careers #sec_01 .btn {
  text-align: center;
}
#careers #sec_01 .btn a {
    display: inline-block;
    width: 280px;
    padding: 5px;
    background: #113559;
    border: 1px solid #113559;
    border-radius: 30px;
    color: #fff;
}
@media screen and (min-width: 768px) {
  #careers #sec_01 .btn a:hover {
      background: transparent;
      color: #113559;
  }
}
/*-------------------------------------
  採用情報
--------------------------------------*/
#careers #sec_02 .inner {
  width: 1200px;
  margin: 0 auto 100px auto;
}
#careers #sec_02 .top_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #113559;
}
#careers #sec_02 .title {
  font-size: 24px;
  text-align: center;
}
#careers #sec_03 {
  padding: 100px 0;
  margin: 0 0 100px;
  background: #efefef;
}
#careers #sec_03 .inner {
  width: 1000px;
  margin: 0 auto;
}
#careers #sec_04 {
  width: 1000px;
  margin: 0 auto 100px auto;
}
#careers #sec_04 .table {
  margin: 0 0 50px;
}
#careers #sec_04 .back {
  margin: 20px 0 0;
  text-align: center;
}
#careers .table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#careers .table dt {
  width: 15%;
  margin: 0 50px 0 0;
  padding: 40px 0;
  border-bottom: 1px solid #b5bbbc;
}
#careers .table dt:first-of-type {
  border-top: 1px solid #b5bbbc;
}
#careers .table dd {
  width: calc(85% - 50px);
  padding: 40px 0;
  border-bottom: 1px solid #d7dde0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#careers .table dd:first-of-type {
  border-top: 1px solid #d7dde0;
}
#careers .table dd .min_title {
  width: 30%;
  margin: 0 5% 20px 0;
}

#careers .table dd .dsc {
  width: 65%;
  margin: 0 0 20px 0;
}
.btn_map{
  display:block;
  width: 200px;
  line-height: 60px;
  background: #113559;
  color: #FFF;
  transition: 0.4s;
  text-align:center;
  margin: 20px auto 0;
}
.btn_map:hover{
  opacity:0.6;
  color: #000;
}
