@charset "UTF-8";
.banner_recruit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: wrap;
  -moz-justify-content: wrap;
  -ms-justify-content: wrap;
  justify-content: wrap;
  -ms-flex-pack: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media (max-width: 800px) {
  .banner_recruit {
    display: block;
  }
}

.banner_recruit .btn_fb {
  width: 67.6%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
  padding: 0 !important;
  background: none !important;
}

.banner_recruit .btn_fb:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha(opacity=70)" !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  text-decoration: none !important;
}

@media (max-width: 800px) {
  .banner_recruit .btn_fb {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.banner_recruit .btn_pink {
  width: 30.5%;
  padding: 0 !important;
  background: none !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
}

.banner_recruit .btn_pink:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha(opacity=70)" !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  text-decoration: none !important;
}

.banner_recruit .btn_pink img {
  max-width: 100%;
}

@media (max-width: 800px) {
  .banner_recruit .btn_pink {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

#index_content .main_img .wrap {
  max-width: 1020px;
  padding: 0 10px;
}

#index_content .main_img div {
  background-size: cover;
  background-position: bottom;
  height: 450px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #index_content .main_img div {
    display: block;
    position: relative;
  }
}

#index_content .main_img div img {
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #index_content .main_img div img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 90%;
  }
}

#index_content .main_img div .top_banner_caption {
  color: #0055a6;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.6;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  /*font-family: $font;*/
  max-width: 90%;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.64), 0 0 16px rgba(255, 255, 255, 0.64), 0 0 16px rgba(255, 255, 255, 0.64), 0 0 16px rgba(255, 255, 255, 0.64);
}

@media screen and (max-width: 800px) {
  #index_content .main_img div .top_banner_caption {
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  #index_content .main_img div .top_banner_caption {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 800px) {
  #index_content .main_img div {
    height: 270px;
    background: url(../img/index/main_img_sp_01.jpg) no-repeat center bottom;
    background-size: 100% 100% !important;
  }
}

#index_content .main_img .slick-dots {
  text-align: center;
  bottom: 0 !important;
}

#index_content .bnr_wrap {
  background: url(../img/index/gray_bg.png) repeat;
  padding: 40px 0;
}

@media screen and (max-width: 800px) {
  #index_content .bnr_wrap {
    background: none;
    padding: 25px 0 0;
  }
}

@media screen and (max-width: 1000px) {
  #index_content .bnr_wrap .wrap {
    padding: 0 3%;
  }
}

@media screen and (max-width: 800px) {
  #index_content .bnr_wrap .wrap {
    padding: 0 2%;
  }
}

#index_content .bnr_wrap .bnr_list li {
  width: 31%;
  float: left;
  margin-left: 3.5%;
  position: relative;
}

@media screen and (max-width: 800px) {
  #index_content .bnr_wrap .bnr_list li {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #index_content .bnr_wrap .bnr_list li img {
    width: 100%;
  }
}

#index_content .bnr_wrap .bnr_list li:first-child {
  margin-left: 0;
}

#index_content .bnr_wrap .bnr_list li a {
  opacity: 1;
}

#index_content .bnr_wrap .bnr_list li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

#index_content .bnr_wrap .bnr_list li a:hover p {
  color: #0e8bd1;
}

#index_content .bnr_wrap .bnr_list li a:hover p::after {
  border-top: 2px solid #0e8bd1;
  border-right: 2px solid #0e8bd1;
}

#index_content .bnr_wrap .bnr_list li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  padding: 8px 5px 8px 20px;
  border-left: 5px solid #0e8bd1;
}

@media screen and (max-width: 800px) {
  #index_content .bnr_wrap .bnr_list li p {
    font-size: 16px;
    padding-left: 10px;
  }
}

#index_content .bnr_wrap .bnr_list li p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#index_content .news_wrap {
  padding: 45px 0 55px;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap {
    padding: 10px 0 35px;
  }
}

#index_content .news_wrap .news_more {
  width: 135px;
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  font-size: 13px;
  padding: 3px 0;
  color: #0e8bd1;
  border: 1px solid #0e8bd1;
  border-radius: 50px;
}

#index_content .news_wrap .news_more.sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #index_content .news_wrap .news_more {
    right: 3%;
  }
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_more {
    position: static;
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  #index_content .news_wrap .news_more.sp {
    display: block;
  }
  #index_content .news_wrap .news_more.pc {
    display: none;
  }
}

#index_content .news_wrap .news_more::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/index/list_ico.png) no-repeat 0 0;
  margin-left: 10px;
}

#index_content .news_wrap .news_more:hover {
  opacity: 1;
  background: #0e8bd1;
  color: #FFF;
  text-decoration: none;
}

#index_content .news_wrap .news_more:hover::after {
  background: url(../img/index/list_ico_wh.png) no-repeat 0 0;
}

#index_content .news_wrap .news_ttl {
  text-align: center;
  position: relative;
}

#index_content .news_wrap .news_ttl h2 {
  font-weight: bold;
  font-size: 26px;
  padding: 0 140px;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_ttl h2 {
    padding: 0;
    font-size: 20px;
    line-height: 1.9;
  }
}

#index_content .news_wrap .news_ttl h2 span {
  display: block;
  color: #0e8bd1;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_ttl h2 span {
    font-size: 12px;
  }
}

#index_content .news_wrap .news_list {
  padding: 0 5%;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list {
    padding: 0 2%;
    margin-bottom: 20px;
  }
}

#index_content .news_wrap .news_list li {
  border-bottom: 1px solid #dedede;
  display: table;
  width: 100%;
  padding: 20px 0;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list li {
    display: block;
    padding: 15px 0;
  }
}

#index_content .news_wrap .news_list li p {
  display: table-cell;
  line-height: 1.6;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list li p {
    display: inline-block;
    margin-bottom: 0;
  }
}

#index_content .news_wrap .news_list li p.day {
  width: 5em;
}

#index_content .news_wrap .news_list li p.category {
  width: 220px;
  padding: 0 5%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list li p.category {
    width: 105px;
    padding: 0;
    margin-left: 15px;
  }
}

#index_content .news_wrap .news_list li p.category a:hover {
  text-decoration: none;
}

#index_content .news_wrap .news_list li p.category span {
  width: 100%;
  display: block;
  background: #0e8bd1;
  font-size: 13px;
  padding: 2px 0;
  color: #FFF;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list li p.category span {
    font-size: 12px;
  }
}

#index_content .news_wrap .news_list li p.category span.orange {
  background: #f9b14a;
}

#index_content .news_wrap .news_list li p.category span.blue {
  background: #0e8bd1;
}

#index_content .news_wrap .news_list li p.category span.green {
  background: #1fbd41;
}

#index_content .news_wrap .news_list li p.ttl {
  text-align: left;
}

@media screen and (max-width: 800px) {
  #index_content .news_wrap .news_list li p.ttl {
    display: block;
    padding-top: 5px;
  }
}

#index_content .news_wrap .news_list li a {
  color: #145ea9;
}

#index_content .news_wrap .news_list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

#index_content .btn_wrap {
  background: url(../img/index/gray_bg.png) repeat;
  padding: 35px 0;
}

@media screen and (max-width: 800px) {
  #index_content .btn_wrap {
    padding: 25px 0 10px;
  }
}

#index_content .btn_wrap .btn_list {
  text-align: center;
}

@media screen and (max-width: 800px) {
  #index_content .btn_wrap .btn_list {
    padding: 0 3%;
  }
}

#index_content .btn_wrap .btn_list li {
  display: inline-block;
  width: 300px;
  height: 50px;
  position: relative;
  margin: 0 12px;
}

@media screen and (max-width: 800px) {
  #index_content .btn_wrap .btn_list li {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
}

#index_content .btn_wrap .btn_list li a {
  display: block;
  height: 50px;
  position: relative;
}

#index_content .btn_wrap .btn_list li a span {
  position: absolute;
  top: 0;
  height: 48px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px / 5px;
  -webkit-border-radius: 5px / 5px;
  -moz-border-radius: 5px / 5px;
  background-color: #FFF;
  color: #0e8bd1;
  border: #0e8bd1 solid 1px;
  box-shadow: 0px -2px 0px 0px #00659d inset;
  -moz-box-shadow: 0px -2px 0px 0px #00659d inset;
  -webkit-box-shadow: 0px -2px 0px 0px #00659d inset;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 14px 0;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

#index_content .btn_wrap .btn_list li a span::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0e8bd1;
  border-right: 2px solid #0e8bd1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#index_content .btn_wrap .btn_list li a:hover span {
  text-decoration: none;
  top: 2px;
  box-shadow: none;
}

#index_content .slide_bnr_wrap {
  padding: 55px 0 30px;
}

@media screen and (max-width: 1030px) {
  #index_content .slide_bnr_wrap {
    padding: 25px 0 30px;
    position: relative;
  }
}

#index_content .slide_bnr_wrap .slide_bnr {
  padding: 0 2%;
}

@media screen and (max-width: 1030px) {
  #index_content .slide_bnr_wrap .slide_bnr {
    padding: 0 5%;
  }
}

#index_content .slide_bnr_wrap .slide_bnr li {
  margin: 0 10px;
}

@media screen and (max-width: 800px) {
  #index_content .slide_bnr_wrap .slide_bnr li {
    margin: 0;
  }
  #index_content .slide_bnr_wrap .slide_bnr li img {
    width: 100%;
  }
}

#index_content .slide_bnr_wrap .slide_bnr li a {
  display: block;
}

#index_content .slide_bnr_wrap .slick-prev,
#index_content .slide_bnr_wrap .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 26px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#index_content .slide_bnr_wrap .slick-prev {
  background-image: url(../img/index/slide_prev.png);
  left: -10px;
}

@media screen and (max-width: 1030px) {
  #index_content .slide_bnr_wrap .slick-prev {
    left: 15px;
  }
}

#index_content .slide_bnr_wrap .slick-next {
  background-image: url(../img/index/slide_next.png);
  right: -10px;
}

@media screen and (max-width: 1030px) {
  #index_content .slide_bnr_wrap .slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 800px) {
  #index_content .slide_bnr_wrap .slick-dots {
    bottom: -25px !important;
    text-align: center;
  }
  #index_content .slide_bnr_wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #index_content .slide_bnr_wrap .slick-dots li button {
    line-height: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 0;
    outline: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #dedede;
  }
  #index_content .slide_bnr_wrap .slick-dots li.slick-active button, #index_content .slide_bnr_wrap .slick-dots li:hover button {
    background: #0e8bd1;
  }
}

#about_message .page_head, #about_philosophy .page_head, #about_profile .page_head, #about_group .page_head, #about_history .page_head {
  background: url(../img/about/page_head_bg.png) no-repeat right center;
  background-color: #bbdeff;
}

@media screen and (max-width: 800px) {
  #about_message .page_head, #about_philosophy .page_head, #about_profile .page_head, #about_group .page_head, #about_history .page_head {
    background-size: auto 100%;
  }
}

#about .page_head, #about_message .page_head, #about_history .page_head, #about_profile .page_head, #about_message .page_head, #about_philosophy .page_head, #about_group .page_head {
  background: url(../img/approach/page_head_bg.png) no-repeat right center;
  background-color: #c4ddf9;
}

@media screen and (max-width: 800px) {
  #about .page_head, #about_message .page_head, #about_history .page_head, #about_profile .page_head, #about_message .page_head, #about_philosophy .page_head, #about_group .page_head {
    background-size: auto 100%;
  }
}

#about_group_takusou .page_head {
  background: url(../img/approach/page_head_bg.png) no-repeat right center;
  background-color: #c4ddf9;
}

@media screen and (max-width: 800px) {
  #about_group_takusou .page_head {
    background-size: auto 100%;
  }
}

#about_philosophy .wrap .pd_inner {
  padding-top: 15px;
}

@media screen and (max-width: 800px) {
  #about_philosophy .wrap .pd_inner {
    padding-top: 0;
  }
}

#about_philosophy .wrap .pd_inner .gray_box {
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 800px) {
  #about_philosophy .wrap .pd_inner .gray_box {
    padding: 15px;
  }
}

#about_philosophy .wrap .pd_inner .gray_box p {
  padding: 37px 0;
  letter-spacing: 1.5px;
  border: 3px solid #ffffff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #about_philosophy .wrap .pd_inner .gray_box p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

#about_group .page_content .wrap .arrow_link {
  font-size: 13px;
  font-size: 1.3rem;
}

#about_group .page_content .wrap .arrow_link a {
  font-size: 16px;
  font-size: 1.6rem;
}

#about_group .page_content .wrap .arrow_link a[href$=".pdf"] {
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 6px;
}

@media screen and (max-width: 800px) {
  #about_group .page_content .wrap .arrow_link a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #about_group .page_content .wrap .arrow_link a[href$=".pdf"] {
    background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 3px;
  }
}

#about_group .page_content .wrap .arrow_link a:before {
  display: none;
}

#about_group .page_content .wrap .basic_table1 tr td {
  word-wrap: break-word;
  word-break: break-all;
}

#about_group .page_content .wrap dl {
  max-width: 300px;
}

#about_group .page_content .wrap dl dt {
  display: inline-block;
  width: 36%;
}

#about_group .page_content .wrap dl dd {
  display: inline-block;
  width: 60%;
}

#about_group .page_content .wrap dl.w-lg {
  max-width: 500px;
}

@media screen and (max-width: 800px) {
  #about_group .page_content .wrap dl.w-lg dt {
    width: 48%;
  }
  #about_group .page_content .wrap dl.w-lg dd {
    width: 50%;
  }
}

#about_group .page_content .wrap ul.list {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  #about_group .page_content .wrap ul.list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#about_group_takusou .page_content .wrap .arrow_link a[href$=".pdf"] {
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 6px !important;
}

#about_group_takusou .page_content .wrap .arrow_link span {
  font-size: 13px;
  font-size: 1.3rem;
}

#about_group_takusou .page_content .wrap .gray_box .txt-box {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: bold;
}

#about_group_takusou .page_content .wrap .gray_box .list-1 {
  float: left;
  width: 35%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  #about_group_takusou .page_content .wrap .gray_box .list-1 {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#about_group_takusou .page_content .wrap .gray_box .list-1 dt {
  float: left;
  width: 20%;
}

#about_group_takusou .page_content .wrap .gray_box .list-1 dd {
  float: left;
  width: 80%;
  padding-bottom: 10px;
}

#about_group_takusou .page_content .wrap .gray_box .list-1 span {
  padding: 5px 12px 6px;
  background-color: #ffffff;
}

#about_group_takusou .page_content .wrap .gray_box .list-2 {
  float: left;
  width: 64%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  #about_group_takusou .page_content .wrap .gray_box .list-2 {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#about_group_takusou .page_content .wrap .gray_box .list-2 dt {
  float: left;
  width: 20%;
}

@media screen and (max-width: 800px) {
  #about_group_takusou .page_content .wrap .gray_box .list-2 dt {
    width: 100%;
  }
}

#about_group_takusou .page_content .wrap .gray_box .list-2 dd {
  float: left;
  width: 80%;
  padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
  #about_group_takusou .page_content .wrap .gray_box .list-2 dd {
    width: 100%;
  }
}

#about_group_takusou .page_content .wrap .gray_box .list-2 dd p {
  padding-bottom: 10px;
}

#about_group_takusou .page_content .wrap .gray_box .list-2 span {
  padding: 5px 12px 6px;
  background-color: #ffffff;
}

#about_history .page_content .pd_inner {
  padding: 0 40px;
}

@media screen and (max-width: 800px) {
  #about_history .page_content .pd_inner {
    padding: 0;
  }
}

#about_history .page_content .pd_inner table.basic_table2 th {
  width: 90px;
}

@media screen and (max-width: 800px) {
  #about_history .page_content .pd_inner table.basic_table2 th.w100-sp {
    width: 100% !important;
  }
}

#about_history .page_content .pd_inner table.basic_table2 th.thick {
  width: 180px;
}

#ir .page_head, #ir_plan .page_head, #ir_reports .page_head, #ir_meeting .page_head {
  background: url(../img/ir/page_head_bg.png) no-repeat right center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
  #ir .page_head, #ir_plan .page_head, #ir_reports .page_head, #ir_meeting .page_head {
    background-size: auto 100%;
  }
}

#ir_plan .container .wrap .gray_box .txt-box {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

#ir_plan .container .wrap .section_chart h5 {
  border-bottom: 1px solid #dedede;
}

#ir_plan .container .wrap .section_chart .chart_box_top {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #ir_plan .container .wrap .section_chart .chart_box_top {
    padding-bottom: 0;
  }
}

#ir_plan .container .wrap .section_chart .chart_box_top .chart_left {
  width: 48%;
  float: left;
}

@media screen and (max-width: 800px) {
  #ir_plan .container .wrap .section_chart .chart_box_top .chart_left {
    width: 100%;
    padding-bottom: 20px;
  }
}

#ir_plan .container .wrap .section_chart .chart_box_top .chart_right {
  width: 48%;
  float: right;
}

@media screen and (max-width: 800px) {
  #ir_plan .container .wrap .section_chart .chart_box_top .chart_right {
    width: 100%;
    padding-bottom: 20px;
  }
}

#ir_reports .container .wrap .tbl-reports li {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#ir_reports .container .wrap .tbl-reports li:nth-child(2n) {
  margin-right: 0;
}

#ir_reports .container .wrap .tbl-reports li h4 {
  margin-bottom: 34px;
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li h4 {
    margin-bottom: 10px;
  }
}

#ir_reports .container .wrap .tbl-reports li .basic_table1 th {
  padding: 15px 0;
  font-size: 15px;
  font-size: 1.5rem;
  width: 26%;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 th {
    font-size: 13px;
    font-size: 1.3rem;
    width: 34%;
  }
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 th {
    text-align: left;
    padding: 5px 0 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#ir_reports .container .wrap .tbl-reports li .basic_table1 td {
  padding: 15px 0;
  text-align: center;
  width: 37%;
}

@media screen and (max-width: 960px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td {
    padding: 15px 20px;
    width: 32%;
  }
}

@media screen and (max-width: 840px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td {
    padding: 5px 10px;
  }
}

#ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link {
  font-size: 13px;
  font-size: 1.3rem;
}

#ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link a {
  font-size: 15px;
  font-size: 1.5rem;
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 3px;
}

@media screen and (max-width: 960px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link a:before {
  display: none;
}

@media screen and (max-width: 960px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 800px) {
  #ir_reports .container .wrap .tbl-reports li .basic_table1 td .arrow_link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#ir_meeting .container .wrap .list_meeting li {
  float: left;
  width: 48%;
  margin-right: 4%;
}

@media screen and (max-width: 800px) {
  #ir_meeting .container .wrap .list_meeting li {
    width: 100%;
    margin-right: 0;
  }
}

#ir_meeting .container .wrap .list_meeting li:nth-child(2n) {
  margin-right: 0;
}

#ir_meeting .container .wrap .list_meeting li .color-blue {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #ir_meeting .container .wrap .list_meeting li .color-blue {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 800px) {
  #ir_meeting .container .wrap .list_meeting li .gray_box {
    margin-bottom: 30px;
  }
}

#ir_meeting .container .wrap .list_meeting li .gray_box .arrow_link {
  font-size: 14px;
  font-size: 1.4rem;
}

#ir_meeting .container .wrap .list_meeting li .gray_box .arrow_link a {
  font-size: 16px;
  font-size: 1.6rem;
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 3px;
}

#approach .page_head, #approach_csr .page_head {
  background: url(../img/approach/page_head_bg_2.png) no-repeat right center;
  background-color: #f2f2f2;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  #approach .page_head, #approach_csr .page_head {
    background-size: auto 100%;
    margin-bottom: 20px;
  }
}

#approach_csr .section_desc {
  margin-bottom: 35px;
}

#approach_csr .section_pdf p.arrow_link {
  display: inline-block;
  width: 48%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_pdf p.arrow_link {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#approach_csr .section_pdf p.arrow_link a {
  font-size: 20px;
  font-size: 2rem;
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 6px;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_pdf p.arrow_link a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#approach_csr .section_gray02 .gray_box {
  padding: 27px;
}

#approach_csr .section_gray02 .gray_box .txt-box {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_gray02 .gray_box .txt-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#approach_csr .section_gray02 .gray_box .content_gray_box .arrow_link {
  float: left;
  width: 36%;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_gray02 .gray_box .content_gray_box .arrow_link {
    width: 100%;
    padding-bottom: 10px;
  }
}

#approach_csr .section_gray02 .gray_box .content_gray_box .label_gray {
  float: left;
  text-align: center;
  width: 24%;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  padding: 0 10px;
  line-height: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #approach_csr .section_gray02 .gray_box .content_gray_box .label_gray {
    padding: 6px 8px 0 10px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 800px) {
  #approach_csr .section_gray02 .gray_box .content_gray_box .label_gray {
    width: 100%;
    margin-bottom: 10px;
  }
}

#approach_csr .section_gray02 .gray_box .content_gray_box .tel_box {
  float: left;
  width: 30%;
  padding-left: 3%;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_gray02 .gray_box .content_gray_box .tel_box {
    width: 100%;
    padding-left: 0;
  }
}

#approach_csr .section_gray02 .gray_box .content_gray_box .tel_box .ico-tel {
  display: inline-block;
  width: 21px;
  height: 12px;
  background: url("../img/approach/ico-tel.png") center no-repeat;
}

#approach_csr .section_gray02 .gray_box .content_gray_box .tel_box .small {
  font-size: 14px;
  font-size: 1.4rem;
}

#approach_csr .section_cont .img {
  width: 32.61%;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_cont .img {
    width: 100%;
  }
}

#approach_csr .section_cont .img img {
  padding: 0;
}

#approach_csr .section_cont .right_cont {
  width: 63.045%;
  float: right;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_cont .right_cont {
    width: 100%;
  }
}

#approach_csr .section_cont .right_cont .arrow_link a {
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 3px;
}

#approach_csr .section_cont .right_cont .arrow_link.ttl_cont a {
  background: url(../img/cmn/pdf_ico.png) no-repeat right 4px top 7px;
}

#approach_csr .section_cont .right_cont .lable_cont {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_cont .right_cont .lable_cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#approach_csr .section_cont .right_cont .gray_box .arrow_link {
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}

#approach_csr .section_cont .right_cont .gray_box .arrow_link a {
  font-size: 16px;
  font-size: 1.6rem;
}

#approach_csr .section_cont .ttl_cont {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 5px;
}

#approach_csr .section_cont .ttl_cont a {
  font-size: 24px;
  font-size: 2.4rem;
}

#approach_csr .section_cont .ttl_cont a:before {
  display: none;
}

@media screen and (max-width: 800px) {
  #approach_csr .section_cont .ttl_cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #approach_csr .section_cont .ttl_cont a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page_content .page_bnr_list li .ttl_taget_link:after {
  border: none;
  background: url(../img/approach/ico_outerlink.png);
  background-size: 100% 100%;
  height: 14px;
  width: 14px;
  transform: translateY(-50%);
}

.page_content .page_bnr_list_app {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .page_content .page_bnr_list_app {
    margin-bottom: 10px;
  }
}

.list_box {
  background-color: #f8f8f8;
  padding: 30px 30px 15px;
  margin-bottom: 60px;
}

.list_box p {
  color: #0e8bd1;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2px;
}

#info .page_head {
  background: url(../img/info/page_head_bg.png) no-repeat right center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
  #info .page_head {
    background-size: auto 100%;
  }
}

.tabs .tab-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.tabs .tab-links li {
  width: 24.5%;
  position: relative;
  padding: 10px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #0e8bd1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabs .tab-links li {
    padding: 12px 0 8px;
  }
}

@media screen and (max-width: 800px) {
  .tabs .tab-links li {
    width: 49%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 360px) {
  .tabs .tab-links li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tabs .tab-links li a {
  display: block;
  width: 100%;
  height: 100%;
}

.tabs .tab-links li a:hover {
  text-decoration: none;
}

.tabs .tab-links li:hover {
  background: #0e8bd1;
}

.tabs .tab-links li:hover a {
  color: #ffffff;
}

.tabs .tab-links li.active {
  background: #0e8bd1;
}

.tabs .tab-links li.active a {
  color: #ffffff;
}

.tabs .tab-links li.active:after {
  position: absolute;
  right: calc(50% - 5px);
  top: calc(100% - 5px);
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0e8bd1;
  border-bottom: 2px solid #0e8bd1;
  border-right: 2px solid #0e8bd1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs .tab-links li.tab-gray {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.tabs .tab-links li.tab-gray.sp {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .tabs .tab-links li.tab-gray.sp {
    display: flex !important;
    width: 49%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 360px) {
  .tabs .tab-links li.tab-gray.sp {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.tabs .tab-links li.tab-gray:hover {
  background-color: #d7d7d7;
}

.tabs .tab-links li.tab-gray a {
  color: #333333;
  background: none;
  padding-right: 0;
}

.tabs .tab-links li.tab-gray:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #a2a2a2;
  border-right: 2px solid #a2a2a2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs .tab-content {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .tabs .tab-content {
    margin-top: 20px;
  }
}

.tabs .tab-content .tab {
  display: none;
}

.tabs .tab-content .tab ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 800px) {
  .tabs .tab-content .tab ul li {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
}

.tabs .tab-content .tab ul li .datetime {
  width: 107px;
}

.tabs .tab-content .tab ul li .lbl-item {
  text-align: center;
  width: 130px;
  padding: 0;
  line-height: 25px;
  color: #ffffff;
  background: #f2f2f2;
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tabs .tab-content .tab ul li .lbl-item {
    padding: 5px 0 0 0;
    line-height: 1.1;
  }
}

.tabs .tab-content .tab ul li .lbl-item:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: hidden;
}

.tabs .tab-content .tab ul li .lbl-item:hover:hover {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  -ms-filter: "alpha(opacity=70)" !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  text-decoration: none !important;
}

.tabs .tab-content .tab ul li .ttl-item {
  width: calc(100% - 237px);
  padding-left: 35px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .tabs .tab-content .tab ul li .ttl-item {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.tabs .tab-content .tab.active {
  display: block;
}

#info_detail .page_content .wrap {
  max-width: 880px;
}

#info_detail .page_content .head_info_detail {
  background: none;
  height: auto;
}

#info_detail .page_content .head_info_detail .top_head {
  padding: 40px 0;
}

@media screen and (max-width: 800px) {
  #info_detail .page_content .head_info_detail .top_head {
    padding: 20px 0;
  }
}

#info_detail .page_content .head_info_detail .top_head .date {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  #info_detail .page_content .head_info_detail .top_head .date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#info_detail .page_content .head_info_detail h1 {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
  display: block;
  text-align: left;
}

@media screen and (max-width: 800px) {
  #info_detail .page_content .head_info_detail h1 {
    padding-bottom: 20px;
  }
}

#info_detail .page_content .entry-content div {
  margin-bottom: 45px;
}

@media screen and (max-width: 800px) {
  #info_detail .page_content .entry-content div {
    padding-bottom: 30px;
  }
}

#info_detail .page_content .entry-content div p {
  padding-left: 30px;
}

@media screen and (max-width: 800px) {
  #info_detail .page_content .entry-content div p {
    padding-left: 0;
  }
}

#info_detail .page_content .entry-content div:nth-child(1) p {
  padding-left: 0;
}

#info_cmlibrary .page_head {
  background: url(../img/info/page_head_cm_bg.png) no-repeat right center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
  #info_cmlibrary .page_head {
    background-size: auto 100%;
  }
}

#info_cmlibrary .page_bnr_list li .ttl {
  padding: 15px 20px;
}

#info_cmlibrary .page_bnr_list li .ttl:after {
  display: none;
}

#info_cmlibrary .page_bnr_list li .ttl p {
  padding: 0;
  display: block;
}

#info_cmlibrary .page_bnr_list li .ttl p .label-ttl {
  margin-right: 15px;
  padding: 4px 8px 3px 10px;
  border: 2px solid #fb3737;
  background: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fb3737;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #info_cmlibrary .page_bnr_list li .ttl p .label-ttl {
    padding: 6px 8px 0 10px;
    line-height: 1.1;
    display: inline-block;
  }
}

@media screen and (max-width: 800px) {
  #info_cmlibrary .page_bnr_list li .ttl p .label-ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#info_cmlibrary .page_bnr_list li .btn-box {
  text-align: center;
  padding: 18px 0 15px;
}

@media screen and (max-width: 800px) {
  #info_cmlibrary .page_bnr_list li .btn-box {
    padding: 13px 0 0;
  }
}

#info_cmlibrary .page_bnr_list li .btn-box .btn-bottom {
  display: inline-block;
  width: 48%;
  background-color: #ffffff;
  border: 1px solid #0e8bd1;
  border-radius: 20px;
  padding: 1px 0 0px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 29px;
  color: #0e8bd1;
  cursor: pointer;
}

#info_cmlibrary .page_bnr_list li .btn-box .btn-bottom:hover {
  background-color: #0e8bd1;
  color: #ffffff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #info_cmlibrary .page_bnr_list li .btn-box .btn-bottom {
    padding: 4px 0 0px;
    line-height: 27px;
  }
}

#info_cmlibrary .page_bnr_list li .btn-box .btn-bottom:nth-child(1) {
  margin-right: 2%;
}

#info_cmlibrary .page_bnr_list li .btn-box .btn-bottom:nth-child(2) {
  margin-left: 2%;
}

#info_cmlibrary .page_list01 li {
  margin-bottom: 15px;
}

#info_cmlibrary .page_list02 li .lb-box {
  padding: 20px 0 2px;
  color: #000000;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 800px) {
  #info_cmlibrary .page_list02 li .lb-box {
    padding: 10px 0 2px;
  }
}

#info_cmlibrary .page_list02 li .lb-box .label-ttl02 {
  padding: 6px 18px;
  margin-right: 20px;
  background: #ffffff;
}

#data_group .page_head {
  background: url(../img/ir/page_head_bg.png) no-repeat right center;
  background-color: #f2f2f2;
}

@media screen and (max-width: 800px) {
  #data_group .page_head {
    background-size: auto 100%;
  }
}

#data_group .chart_box_top {
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #data_group .chart_box_top {
    padding-bottom: 0;
  }
}

#data_group .chart_box_top .chart_left {
  width: 48%;
  float: left;
}

@media screen and (max-width: 800px) {
  #data_group .chart_box_top .chart_left {
    width: 100%;
    padding-bottom: 20px;
  }
}

#data_group .chart_box_top .chart_right {
  width: 48%;
  float: right;
}

@media screen and (max-width: 800px) {
  #data_group .chart_box_top .chart_right {
    width: 100%;
    padding-bottom: 20px;
  }
}

#data_group .chart_box_top .notice {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 800px) {
  #data_group .chart_box_top .notice {
    text-align: left;
    margin-top: 20px;
  }
}

#data_group .chart_box_top .notice p {
  line-height: 1.7;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

#data_group .page_content h5 {
  border-bottom: 1px solid #dedede;
}

#recruit_message_detail .page_head {
  background: url(../img/recruit_message/bg_recruit_mesage.png) no-repeat right center;
  background-color: #a5c9fe;
}

@media screen and (max-width: 800px) {
  #recruit_message_detail .page_head {
    background-size: auto 100%;
  }
}

#recruit_message_detail .dontshow_inlist {
  display: none;
}

.list_member {
  padding: 0 50px;
}

@media (max-width: 1000px) {
  .list_member {
    padding: 0;
  }
}

.list_member li {
  margin-top: 40px;
}

.list_member li .item {
  display: block;
  position: relative;
  background-color: #f2f2f2;
}

.list_member li .item:hover {
  background-color: #e3e3e3;
}

.list_member li .item:hover .box_left {
  opacity: 0.8;
}

.list_member li .item:hover .box_right:after {
  background: url(../img/recruit_message/arow_left_hover.png);
  background-size: 100% 100%;
}

.list_member li .item .box {
  display: inline-block;
  float: left;
  min-height: 180px;
}

@media (max-width: 600px) {
  .list_member li .item .box {
    height: auto;
    min-height: auto;
  }
}

.list_member li .item .box_left {
  width: 200px;
  max-width: 200px;
  overflow: hidden;
  position: relative;
}

.list_member li .item .box_left img {
  position: absolute;
  top: 0;
}

@media (max-width: 1000px) {
  .list_member li .item .box_left img {
    position: static;
  }
}

@media (max-width: 600px) {
  .list_member li .item .box_left {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .list_member li .item .box_left img {
    display: block;
    margin: 0 auto;
  }
}

.list_member li .item .box_right {
  width: calc(100% - 200px);
  padding: 0 40px 20px;
  position: relative;
}

@media (max-width: 1000px) {
  .list_member li .item .box_right {
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .list_member li .item .box_right {
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .list_member li .item .box_right {
    width: 100%;
    padding-bottom: 20px;
  }
}

.list_member li .item .box_right:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/recruit_message/arow_left.png);
  background-size: 100% 100%;
  width: 20px;
  height: 35px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .list_member li .item .box_right:after {
    right: 20px;
    width: 12px;
    height: 18px;
  }
}

.list_member li .item .box_right p {
  margin-bottom: 0;
  line-height: 1.6;
}

.list_member li .item .box_right .ttl_box {
  padding: 20px 25px 0 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #333333;
}

@media (max-width: 1000px) {
  .list_member li .item .box_right .ttl_box {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 800px) {
  .list_member li .item .box_right .ttl_box {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list_member li .item .box_right .name {
  color: #333;
}

.list_member li .item .box_right .name .lang_jp {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 800px) {
  .list_member li .item .box_right .name .lang_jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_member li .item .box_right .name .lang_en {
  padding-left: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0e8bd1;
}

@media (max-width: 800px) {
  .list_member li .item .box_right .name .lang_en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list_member li .item .box_right .txt_box {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

.list_member li .item .box_right .txt_box span {
  padding-left: 20px;
}

@media (max-width: 800px) {
  .list_member li .item .box_right .txt_box {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#sitemap .page_head {
  background: url(../img/sitemap/page_head_bg.png) no-repeat right center;
  background-color: #bbdeff;
}

@media screen and (max-width: 800px) {
  #sitemap .page_head {
    background-size: auto 100%;
  }
}

#sitemap .page_content .wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

#sitemap .page_content .wrap ul > li {
  width: 31.33%;
  padding: 10px 0 45px;
}

@media screen and (max-width: 800px) {
  #sitemap .page_content .wrap ul > li {
    width: 46%;
    padding: 10px 0 20px;
  }
}

@media screen and (max-width: 500px) {
  #sitemap .page_content .wrap ul > li {
    width: 100%;
  }
}

#sitemap .page_content .wrap ul > li .head {
  border-top: 2px solid #0e8bd1;
  padding: 20px 0  15px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: bold;
}

#sitemap .page_content .wrap ul > li .head.head-sub {
  margin-top: 30px;
}

#sitemap .page_content .wrap ul > li ol li {
  padding-left: 20px;
}

#sitemap .page_content .wrap ul > li ol li a {
  position: relative;
  color: #333333;
}

#sitemap .page_content .wrap ul > li ol li a:before {
  position: absolute;
  left: -20px;
  top: 5px;
}

@media screen and (max-width: 800px) {
  #sitemap .page_content .wrap ul > li ol li a:before {
    top: 4px;
  }
}

#sitemap .page_content .wrap ul > li ol li .sub {
  padding-left: 10px;
}

#sitemap .page_content .wrap ul > li ol li .sub a {
  padding-left: 0;
}

#sitemap .page_content .wrap ul > li ol li .sub a:before {
  display: none;
}

.recruit_detail {
  background: url("../img/recruit_detail/bg_item.png");
  padding: 20px 0 30px;
  margin-bottom: 50px;
}

.recruit_detail .img_item {
  float: left;
  max-width: 240px;
}

.recruit_detail .img_item img {
  box-shadow: 10px 10px 0px 0px #bfbfbf;
}

@media screen and (max-width: 768px) {
  .recruit_detail .img_item img {
    margin-left: -5px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_detail .img_item {
    width: 100%;
    text-align: center;
  }
}

.recruit_detail .txt_item {
  float: left;
  padding-left: 80px;
  width: calc(100% - 240px);
}

@media screen and (max-width: 768px) {
  .recruit_detail .txt_item {
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.recruit_detail .txt_item h1 p {
  font-size: 35px;
  font-size: 3.5rem;
  color: #0e8bd1;
  font-weight: bold;
  margin: 50px 0 55px;
  line-height: 1.4;
  letter-spacing: .1em;
}

@media screen and (max-width: 1000px) {
  .recruit_detail .txt_item h1 p {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit_detail .txt_item h1 p {
    text-align: center;
    margin: 40px 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.recruit_detail .txt_item h1 p.ttl_line3 {
  margin: 15px 0 35px;
}

@media screen and (max-width: 800px) {
  .recruit_detail .txt_item h1 p.ttl_line3 {
    margin: 40px 0 20px;
  }
}

.recruit_detail .txt_item strong {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .recruit_detail .txt_item strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.recruit_detail .txt_item strong span {
  display: inline-block;
  color: #0e8bd1;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
}

.recruit_detail .txt_item p {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

#recruit .page_head, #recruit_message_detail .page_head, #recruit_message_detail .page_head {
  background: url(../img/recruit/page_head_bg.png) no-repeat right center;
  background-color: #c4ddf9;
}

@media screen and (max-width: 800px) {
  #recruit .page_head, #recruit_message_detail .page_head, #recruit_message_detail .page_head {
    background-size: auto 100%;
  }
}

.list_entry li {
  background: #f8f8f8;
  overflow: hidden;
  padding: 28px 30px 25px;
}

@media screen and (max-width: 768px) {
  .list_entry li {
    padding: 15px;
  }
}

.list_entry li .title_item {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0e8bd1;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .list_entry li .title_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .list_entry li .title_item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.list_entry li .tel_item {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .list_entry li .tel_item {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_entry li .tel_item span.tel {
  display: inline-block;
  background: white;
  padding: 0px 10px;
  margin-left: 45px;
  margin-right: 15px;
}

@media screen and (max-width: 990px) {
  .list_entry li .tel_item span.tel {
    margin-left: 0;
    padding: 0 7px;
  }
}

.txt_right {
  text-align: right;
}

.txt_right p {
  line-height: 1.6;
}

.txt_right p.txt_item {
  font-size: 22px;
  font-size: 2.2rem;
}

.txt_right p:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
}

.page_content .pd_inner {
  margin-bottom: 30px;
}

/*# sourceMappingURL=maps/pages.css.map */
