@charset 'utf-8';

.base_w {
  width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
.base_w02 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.base_w03 {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
.base_w03.type02 {
  padding-right: 65px;
}
.base_w04 {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 90px;
}
.base_w05 {
  width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 117px;
}
.base_w05.type02 {
  padding-right: 0;
}
/****************/



/****************/
.ttl_base01 {
  margin-bottom: 53px;
  padding-bottom: 30px;
  background-image: url('./../../images/common/common-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 218px auto;
  text-align: center;
  letter-spacing: -0.1em;
  font-size: 1.6rem;
  font-weight: 700;
}
.ttl_base02 {
  margin-bottom: 53px;
  padding-bottom: 40px;
  background-image: url('./../../images/common/common-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 322px auto;
  text-align: center;
  letter-spacing: normal;
  font-size: 1.85rem;
  font-weight: 700;
}
.ttl_base02.typeS {
  margin-bottom: 15px;
  padding-bottom: 35px;
  background-image: url('./../../images/common/common-ttl-bg02-s.png');
  background-size: auto;
  font-size: 1.7rem;
}
.ttl_base03 {
  margin-bottom: 32px;
  padding-bottom: 17px;/*22px;*/
  padding-left: 33px;
  background-image: url('./../../images/common/common-ttl-bg03.png'),url('./../../images/staff/staff-s-icn-circle01.png');
  background-repeat: no-repeat,no-repeat;
  background-position: left bottom,16px 0.6em;
  background-size: 478px auto, 7px auto;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.1em;
  font-size: 1.7rem;
  font-weight: 700;
}
/****************/
.c_red {
  color: #ff0000;
}
.underline {
  text-decoration: underline;
}
/****************/
.box_base_com {
  letter-spacing: -0.06em;
  font-size: 1.2rem;
}
.box_base_com p{
  line-height: 1.75;
  margin-bottom: 24px;
}
.box_base_com p:last-child{
  margin-bottom: 0;
}
/****************/
.p_base_one{
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
/****************/
.ul_base01 li:before {
  content: '・';
  margin-right: 0.3em;
}
/****************/
.link_btn_base01 {
  display: table;
  border: 1px #333 solid;
}
.link_btn_base01 > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/****************/


/**【 BaseModule 】**/

.is_pc{
  display: none;
  width: 1px;
}

.d_pc{
  display: block !important;
}
.d_pc_inline{
  display: inline !important;
}
.d_sp,
.d_sp_inline {
  display: none !important;
}
/****************/
.font_b{
  font-weight: 700;
}
/****************/
.clearfix:after{
  content: ' ';
  display: block;
  clear: both;
}
/****************/
#loader_bg{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1100;
}
#loader{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  z-index: 1101;
}
/****************/
.in_view{
  transition: .8s;
}
.in_viewHead{
  transition: .8s;
}

.box_post_body{
  overflow: hidden;
  /*font-size: 1.13rem;*/
  line-height: 1.8;
  font-size: 1.2rem;
}
.box_post_body h2{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.box_post_body h3{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.box_post_body h4{
  margin-bottom: 1.0em;
  padding: 0.1em 0;
}
.box_post_body a{
  text-decoration: underline;
  color: #306751;
}
.box_post_body p{
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  margin-bottom: 28px;
}
.box_post_body strong{
  font-weight: bold;
}
.box_post_body em{
  font-style: italic;
}
.box_post_body ul{
  padding-left: 20px;
  list-style: disc;
}
.box_post_body ol{
  padding-left: 20px;
  list-style: decimal;
}
.box_post_body li{
  margin-bottom: 10px;
}
.box_post_body .alignleft{
  float: left;
  margin: 7px 28px 28px 0;
}
.box_post_body .alignright{
  float: right;
  margin: 7px 0 28px 28px;
}
.box_post_body .aligncenter{
  clear: both;
  display: block;
  margin: 7px auto;
}

/* Popup */
.box_base_popup_bg {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.box_base_popup_bg:hover {
  cursor: pointer;
}
.btn_base_popup_close {
  position: absolute;
  z-index: 1002;
  top: 0;
  right: 0.6%;
  font-size: 1.9rem;
  font-size: 3.0vw;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.box_base_movie_popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  /*margin: auto;*/
  /*top: 3%;*/
  width: 96%;
  z-index: 1001;
  vertical-align: middle;
}
/* /Popup */

/* --YoutubeBox */
.box_youtube {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  /*border: 1px #ccc solid;*/
}
.box_youtube .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_youtube .img_youtube_poster,
.box_youtube .img_movie_poster {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*width: 100%;*/
  max-width: none;
  height: 100%;
  cursor: pointer;
}
/* --/YoutubeBox */

/* --Mp4MovieBox */
.box_mp4_movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  /*border: 1px #ccc solid;*/
}
.box_mp4_movie .mp4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box_mp4_movie .img_mp4_poster,
.box_mp4_movie .img_movie_poster {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /*width: 100%;*/
  max-width: none;
  height: 100%;
  /*height: auto;*/
  cursor: pointer;
}
/* --/YoutubeBox */


/* Pagination */
.box_pagination{
  position: relative;
  left: -2px;
  height: 250px;
  background-image: url('./../../images/common/pagination-bg01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 742px auto;
}
.box_pagination_in{
  width: 100%;
  margin: 0 auto;
}
.box_pagination_in_l_r{
  display: table;
  margin-left: auto;
}
.box_pagination_in_l{
  display: table-cell;
  vertical-align: middle;
}
.box_pagination_in_l span{
  padding-right: 20px;
  padding-left: 15px;
  display: inline-block;
  background-image: url('./../../images/recruit/pagenation-separation01.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.box_pagination_in_l .txt_separation{
  display: inline-block;
  padding-right: 5px;
  font-size: 1.5rem;
}
.box_pagination_in_r{
  display: table-cell;
  vertical-align: middle;
}
ul.page-numbers{
  display: table;
  margin: 0 auto;
}
ul.page-numbers li{
  display: table-cell;
  padding-right: 18px;
  vertical-align: middle;
}
ul.page-numbers li > .page-numbers{
  display: table-cell;
  width: 29px;
  height: 29px;
  padding-bottom: 2px;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5b5b5b;
  text-decoration: none;
  transition: none;
  -ms-transition: none;
}
ul.page-numbers li > .page-numbers.current,
ul.page-numbers li > .page-numbers:hover {
  background-color: #5b5b5b;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
ul.page-numbers li > .page-numbers.next,
ul.page-numbers li > .page-numbers.prev{
  backface-visibility: visible;
  width: auto;
  position: relative;
  /*height: 60px;*/
  border: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 17px auto;
  letter-spacing: -0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff !important;
  text-shadow: 0 0 2px #000,0 0 3px #000,0 0 5px #000;
}
ul.page-numbers li > .page-numbers.next:hover,
ul.page-numbers li > .page-numbers.prev:hover {
  background-color: inherit;
  color: #fff;
}
ul.page-numbers li > .page-numbers.next{
  top: 23px;
  left: 50px;
  transform: rotate(2deg);
  -ms-transform: rotate(2deg);
}
ul.page-numbers li > .page-numbers.prev {
  top: 10px;
  left: 75px;
  transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
}
ul.page-numbers li.li_next{
  position: relative;
  right: 23px;
  width: 154px;
  height: 277px;
  padding-left: 0;
  padding-right: 0;
  background-image: url('./../../images/common/pagination-bg01-next.png');
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 100% auto;
  vertical-align: top;
}
ul.page-numbers li.li_prev{
  position: relative;
  left: -27px;
  width: 177px;
  height: 250px;
  padding-right: 0;
  padding-left: 0;
  background-image: url('./../../images/common/pagination-bg01-back.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  vertical-align: top;
}
/* /Pagination */

/* Single Navi */
.box_single_navi{
  position: relative;
  z-index: 10;
  min-height: 2.3em;
  margin-top: 70px;
  margin-bottom: 140px;
  text-align: center;
}
.box_single_navi a[rel="prev"],
.box_single_navi a[rel="next"]{
  position: absolute;
  top: 0;
  display: inline-block;
  width: 200px;
  padding: 12px 0 18px 0;
  background-repeat: no-repeat,no-repeat;
  background-size: 17px, auto;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 400;
}
.box_single_navi a[rel="prev"]{
  left: 20%;
  padding-left: 60px;
  background-image: url('./../../images/news/news-rec-icn-arrow03-l.png');
  background-position: left center;
  text-align: left;
}
.box_single_navi.type2_col a[rel="prev"]{
  left: 0;
}
.box_single_navi a[rel="next"]{
  right: 20%;
  padding-right: 60px;
  background-image: url('./../../images/news/news-rec-icn-arrow03-r.png');
  background-position: right center;
  text-align: right;
}
.box_single_navi.type2_col a[rel="next"]{
  right: 0;
}
/****************/
.box_single_to_archive {
  text-align: center;
}
.box_single_to_archive .link_single_to_archive {
  display: block;
  border: 2px #ddd solid;
  background-color: #595959;
  line-height: 1.0;
  font-size: 1.45rem;
  color: #fff;
}
.box_single_to_archive .link_single_to_archive span {
  display: inline-block;
  padding: 17px 0 16px 40px;
  background-image: url('./../../images/news/news-s-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
}
/* /Single PageNavi */

/* Breadcrumb */
.box_breadcrumb{
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
  border-bottom: 0px #ccc solid;
}
.breadcrumb{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.breadcrumb div{
  display: inline-block;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
}
.breadcrumb a{
  border-bottom: 1px #6f6f6f solid;
}
.breadcrumb .sepa_breadcrumb{
  padding: 0 5px;
}
/* /Breadcrumb */

/* Accordion */
.icn_accordion,
.btn_accordion {
  cursor: pointer;
}
.box_accordion {
  display: none;
}
.icn_accordion_pc {
  cursor: pointer;
}
.box_accordion_pc {
  display: none;
}
.icn_accordion_sp {
  display: none;
}
/* /Accordion */

/* upToTop */

.up_to_top{
  /*
  display: none;
  position: fixed;
  right: 3%;
  bottom: 72px;
  z-index: 3;*/
  cursor: pointer;
}/*
.up_to_top:hover{
  opacity: 0.8;
}
.upto{
  display: none;
  position: fixed;
  right: 5%;
  bottom: 288px;
  z-index: 3;
  background-color: #c3c3c3;
  color: #fff;
  font-size: 0.7rem;
}*/
/* /upToTop */


/**【 /BaseModule 】**/
