@charset "UTF-8";

/* CSS Document */
/*
	body設定
*/
body {
  min-width: 1300px;
  color: #000;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 26px;
  text-align: center;
  background: #129244;
}

a {
  color: #3566d3;
  text-decoration: none;
}

a:hover {
  color: #3566d3;
  text-decoration: underline;
}

h2,
h3,
h4 {
  text-align: left;
}

img {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/*
	コンテンツ設定
*/

/* ヘッダー */
h1 {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

#head_index {
  height: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  background-image: url(../img/top/head_back.jpg);
  background-repeat: repeat-x;
}

#head_in_index {
  height: 705px;
  margin: 0 auto;
  padding: 620px 0 0 0;
  text-align: center;
  background-image: url(../img/top/head_img.jpg?220404);
  background-repeat: no-repeat;
  background-position: center top;
}

#head {
  height: 404px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  background-image: url(../img/common/head_back.jpg);
  background-repeat: repeat-x;
}

#head_in {
  height: 310px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
  background-image: url(../img/common/head_img.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.header_fb {
  width: 100px;
  position: absolute;
  top: -32px;
  right: 110px;
}

.header_index_fb {
  width: 100px;
  position: absolute;
  top: -612px;
  right: 110px;
}

/* 横幅1430px以下 */
@media screen and (max-width: 1300px) {
  #head {
    width: 1300px;
    height: 404px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-image: url(../img/common/head_back.jpg);
    background-repeat: repeat-x;
  }

  #head_in {
    width: 1300px;
    height: 310px;
    margin: 0 auto;
    padding: 40px 0 0 0;
    text-align: center;
    background-image: url(../img/common/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
  }

  #head_index {
    width: 1300px;
    height: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-image: url(../img/top/head_back.jpg);
    background-repeat: repeat-x;
  }

  #head_in_index {
    width: 1300px;
    height: 705px;
    margin: 0 auto;
    padding: 620px 0 0 0;
    text-align: center;
    background-image: url(../img/top/head_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;

  }
}

#head_box {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#head_logo {
  width: 459px;
  margin-left: 4px;
}

#head_tel {
  width: 232px;
  text-align: left;
  font-size: 16px;
  line-height: 33px;
  margin-right: 5px;
  float: right;
}

/*	グローバルナビ
----------------------------------------------------------------------------*/
#navi_index {
  margin: 0 10px;
  height: 146px;
  text-align: center;
  width: 1180px;
}

#navi {
  margin: 10px 10px 0 10px;
  height: 146px;
  text-align: center;
  width: 1180px;
}

#gnavi {
  width: 1180px;
  margin: 0 auto;
  height: 146px;
}

#gnavi li {
  float: left;
  margin: 0;
  height: 146px;
  width: 118px;
}

#top_head_index {
  text-align: center;
  margin: -3px auto 0 auto;
  z-index: 0;
}

#top_head {
  text-align: center;
  margin: -5px auto 0 auto;
  z-index: 0;
}

/*	フッター
----------------------------------------------------------------------------*/
/* 横幅1430px以下 */
@media screen and (max-width: 1200px) {
  #footer {
    width: 1200px;
    padding: 0;
    font-size: 12px;
    color: #000;
    text-align: center;
//    height: 218px;
    background-color: #f0f4e6;
    margin-top: 140px;
  }
}

#footer {
  padding: 0;
  font-size: 12px;
  color: #000;
  text-align: center;
  height: 218px;
  background-color: #f0f4e6;
  margin-top: 140px;
}

#footer_in {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

#footer_logo {
  width: 278px;
  margin: 12px 0 0 108px;
  float: left;
}

#footer_link {
  width: 400px;
  text-align: center;
  float: right;
  margin-top: 93px;
  margin-right: 65px;
  color: #60b630;
}

#footer_link a {
  color: #60b630;
}

.footer_gotop {
  margin-bottom: 33px;
}

#copy {
  font-size: 14px;
  color: #000;
  text-align: center;
    /* line-height: 74px; */
    /* height: 85px; */
    margin-top: 20px;

}

#footer_town {
  width: 408px;
  height: 136px;
  position: absolute;
  left: 696px;
  top: -136px;
}

.pagetop {
  text-align: right;
  margin: 40px auto 0 auto;
  width: 980px;
}

.page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px 20px;
  z-index: 50;
}

.footer_fb {
  width: 100px;
  margin: 12px 0 0 20px;
  float: left;
}


/*	共通
----------------------------------------------------------------------------*/
.style_bold {
  font-weight: bold;
}

.style_right {
  text-align: right;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt70 {
  margin-top: 70px;
}

.mt-10 {
  margin-top: -10px;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  overflow: hidden;
  margin: auto;
}

.int1 {
  text-indent: 1em;
}

.pad1em {
  padding-left: 1em;
}

.space {
  letter-spacing: normal;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
}

/*	共通
----------------------------------------------------------------------------*/
#contents_index {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#contents {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

#main {
  width: 980px;
  text-align: center;
  margin: auto;
}

.title {
  width: 1200px;
  position: absolute;
  left: 0;
  top: -100px;
}

.title_s {
  width: 1120px;
  margin: 20px auto 10px auto;
}

.box1100 {
  width: 1100px;
  padding: 40px 0;
  text-align: left;
  border-radius: 8px;
  background: #fff;

  font-size: 14px;
  line-height: 26px;
  margin: 10px auto 30px auto;
}

.box1100mb300 {
  width: 1100px;
  padding: 40px 0;
  text-align: left;
  border-radius: 8px;
  background: #fff;

  font-size: 14px;
  line-height: 26px;
  margin: 10px auto 300px auto;
}

.box505_l {
  width: 505px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.box505_r {
  width: 505px;
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.box1020 {
  width: 1020px;
  margin: 0 40px;
}

.box1020mb20 {
  width: 1020px;
  margin: 0 40px 20px 40px;
}


/*　TOP
----------------------------------------------------------*/

.top_box {
  width: 1010px;
  margin: 25px auto 35px auto;
}

.top_link {
  width: 237px;
  padding: 10px;
  float: right;
  background-color: #fff;
}

.top_link a:not(.btn):hover {
  opacity: 0.8;
}

.top_box_l {
  width: 736px;
  float: left;
}

.top_box_l_in {
  width: 420px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 12px;
  float: left;
}

.top_nurie {
  background-image: url(../img/top/nurie_add.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 125px;
  float: right;
  margin-top: 16px;
  text-align: left;
}

.top_nurie_ad {
  width: 244px;
  height: 125px;
  float: left;
  margin: 15px 30px 0 9px;
}

.top_nurie_title {
  font-size: 13px;
  font-weight: bold;
  color: #129244;
  margin: 20px 0 0 20px;
}

.top_nurie_add {
  font-size: 12px;
  line-height: 19px;
  margin: 15px 0 0 20px;
}

.top_news {
    background-image: url(../img/top/news_back_u.png),url(../img/top/news_back_b.png);
    background-repeat: no-repeat;
    width: 736px;
    height: 670px;
    position: relative;
    background-color: #fff;
    background-position: top,bottom;
}

.top_box .mado {
  width: 650px;
  height: 550px;
  position: absolute;
  top: 69px;
  left: 42px;
  text-align: left;
  overflow: scroll;
  font-size: 13px;
}

.news_box .mado li {
  height: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}

.top_seo {
  width: 960px;
  padding-top: 20px;
  margin: 20px auto 20px auto;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}

/*　会社概要　　営業所一覧
----------------------------------------------------------*/

.comp_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}

.comp_img1 {
  width: 276px;
  float: right;
  margin-right: 40px;
}

.comp_title2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

.comp_bt_map {
  width: 174px;
  float: right;
}

.comp_link_box {
  width: 1065px;
  margin: 30px auto 40px auto;
}

.comp_link {
  width: 355px;
  float: left;
}

.office_bt_map {
  width: 192px;
  float: right;
  margin-top: 25px;
}

.copm_table {
  width: 1050px;
  margin: 30px auto;
}

.copm_table_tl {
  width: 250px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #67d32f;
  padding: 8px 0;
}

.copm_table_tr {
  width: 770px;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  padding: 8px 0 8px 30px;
}

.copm_table_bl {
  width: 250px;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #67d32f;
  padding: 8px 0;
  border-top: #fff solid 1px;
}

.copm_table_br {
  width: 770px;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  color: #000;
  background-color: #fff;
  padding: 8px 0 8px 30px;
  border-top: #67d32f solid 1px;
}

/*　ご挨拶
----------------------------------------------------------*/

.salutation_img {
  width: 540px;
  float: right;
  margin-right: 10px;
  margin-top: 30px;
}

.box800 {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 26px;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.box_border {
  padding: 20px 80px;
  border: solid 1px #000;
  text-align: center;

}

.box_border p {
  line-height: 2.2;
  margin: 10px 0;
}


.mintyo {
  font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.f_size_200 {
  font-size: 200%;
}

.f_size_150 {
  font-size: 150%;
}



/*　業務案内
----------------------------------------------------------*/

.works_title {
  font-size: 25px;
  line-height: 44px;
  font-weight: bold;
  color: #e53d22;
  margin-bottom: 20px;
}

.works_subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}

.works_img1 {
  width: 279px;
  float: right;
  margin-left: 60px;
  margin-bottom: 20px;
}

.works_img2 {
  width: 246px;
  float: right;
  margin-bottom: 20px;
}

.works_img3 {
  width: 309px;
  float: right;
  margin-left: 60px;
  margin-bottom: 20px;
}

.works_pdf1 {
  background-color: #C8161E;
  padding: 10px 16px;
  margin: 10px 0;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  display: inline-block;
}

.works_pdf1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e3585e;
}

.works_pdf2 {
  width: 216px;
  float: right;
  margin-bottom: 30px;
  margin-right: 170px;
  margin-top: 5px;
}

.works_img4 {
  width: 1027px;
  margin-left: 36px;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  line-height: 36px;
}

.works_img5 {
  width: 494px;
  float: left;
  margin-left: 55px;
  margin-right: 65px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  line-height: 36px;
}

.works_img6 {
  width: 434px;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  line-height: 36px;
}

/*　施工事例
----------------------------------------------------------*/
.example_box {
  width: 1120px;
  padding: 0;
  margin: 10px auto 30px auto;
}

.example_box_l {
  width: 480px;
  padding: 40px 30px;
  text-align: left;
  border-radius: 8px;
  background: #fff;

  font-size: 14px;
  line-height: 26px;
  margin: 0 10px 30px 10px;
  float: left;
}

.example_box_r {
  width: 480px;
  padding: 40px 30px;
  text-align: left;
  border-radius: 8px;
  background: #fff;

  font-size: 14px;
  line-height: 26px;
  margin: 0 0 30px 0;
  float: left;
}

.example_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.example_img1 {
  width: 190px;
  float: right;
  margin-left: 20px;
}

.example_detail {
  width: 137px;
  margin-top: 20px;
}

.gallery_title {
  width: 1100px;
  height: 80px;
  font-size: 26px;
  line-height: 80px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  background-image: url(../img/example/title_s.png);
  background-repeat: no-repeat;
  margin: 20px auto 10px auto;
}

.gallery_box {
  width: 598px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.gallery_comm {
  text-align: left;
  background-color: #fff;
  width: 398px;
  height: 509px;
  float: left;
  padding: 37px;
}

.gallery_img {
  width: 598px;
  margin-bottom: 15px;
}

.gallery_img_s {
  width: 195px;
  float: left;
  margin-right: 6px;
}

.gallery_img_sr {
  width: 195px;
  float: left;
}

#gallery_navi {
  width: 1000px;
  margin: 20px auto;
  background-image: url(../img/common/pre_back.png);
  text-align: center;
  padding: 10px 0;
  height: 21px;
  font-size: 14px;
}

#gallery_navi .link {
  padding: 1px 5px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  font-size: 14px;
  background-color: #db8649;
  color: #fff;
}

#gallery_navi .cue {
  width: 70px;
  font-size: 14px;
  line-height: 21px;
  float: left;
  margin-left: 10px;
}

#gallery_navi .rev {
  width: 70px;
  font-size: 14px;
  line-height: 21px;
  float: right;
  margin-right: 10px;
}

#gallery_navi a {
  padding: 1px 5px;
  color: #000;
  text-decoration: none;
}

#gallery_navi a:hover {
  padding: 1px 5px;
  background-color: #db8649;
  color: #fff;
}

/*　設備情報
----------------------------------------------------------*/
.facilities_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  height: 60px;
  margin-bottom: 10px;
}

.facilities_img {
  width: 422px;
  margin: 10px 29px 20px 29px;
}

/*　廃棄物許可一覧
----------------------------------------------------------*/

.dispose_pdf1 {
  background-color: #C8161E;
  padding: 10px 16px;
  margin: 10px 0;
  color: #fff;
  transition: .3s;
  text-decoration: none;
  display: inline-block;
}

.dispose_pdf1:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e3585e;
}


.dispose_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 10px;
  color: #6e3569;
}

.dispose_table1 {
  width: 1066px;
  margin: 0 17px;
}

.dispose_table2 {
  width: 660px;
  margin: 0 503px 0 17px;
}

.dispose_table3 {
  width: 400px;
  margin: 0 683px 0 17px;
}

.dispose_table1_tl {
  width: 180px;
  padding: 8px 16px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background-color: #c176bd;
  border-top: #6e3569 solid 1px;
  border-bottom: #6e3569 solid 1px;
  border-left: #6e3569 solid 1px;
}

.dispose_table1_tr {
  padding: 8px 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000;
  border-top: #6e3569 solid 1px;
  border-right: #6e3569 solid 1px;
  border-bottom: #6e3569 solid 1px;
}

.dispose_table1_bl {
  width: 180px;
  padding: 8px 16px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  background-color: #c176bd;
  border-bottom: #6e3569 solid 1px;
  border-left: #6e3569 solid 1px;
}

.dispose_table1_br {
  padding: 8px 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000;
  border-right: #6e3569 solid 1px;
  border-bottom: #6e3569 solid 1px;
}

.dispose_table1_int {
  text-indent: -1em;
  padding-left: 1em;
}

.dispose_table1_br2 {
  padding: 8px 7px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #000;
  border-right: #6e3569 solid 1px;
  border-bottom: #6e3569 solid 1px;
}

.dispose_table_comm {
  width: 1066px;
  margin: 10px 17px 0 17px;
  text-align: left;
  font-size: 12px;
}


#contents td.vertical {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  letter-spacing: .2em;
  width: 1em;
}

/*　解体工事の流れ
----------------------------------------------------------*/
.flow_box {
  width: 960px;
  margin: 0 70px 30px 70px;
}

.flow_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #be3b7f;
  margin-bottom: 20px;
}

.flow_subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.flow_img {
  width: 386px;
  float: right;
  margin-left: 30px;
}

.flow_comm {
  margin-left: 30px;
  margin-bottom: 15px;
}

.flow_pdf {
  width: 216px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.flow_table {
  width: 500px;
  margin: 0 0 10px 10px;
}

.flow_table_tl {
  padding: 8px 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #be3b7f;
  border-top: #be3b7f solid 1px;
  border-right: #fff solid 1px;
  border-bottom: #be3b7f solid 1px;
  border-left: #be3b7f solid 1px;
}

.flow_table_tr {
  padding: 8px 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background-color: #be3b7f;
  border-top: #be3b7f solid 1px;
  border-right: #be3b7f solid 1px;
  border-bottom: #be3b7f solid 1px;
}

.flow_table_bl {
  padding: 8px 20px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  background-color: #d392b7;
  border-right: #fff solid 1px;
  border-bottom: #be3b7f solid 1px;
  border-left: #be3b7f solid 1px;
}

.flow_table_br {
  padding: 8px 20px;
  font-size: 12px;
  text-align: left;
  color: #000;
  border-right: #be3b7f solid 1px;
  border-bottom: #be3b7f solid 1px;
}

.flow_table_red {
  color: #be3b7f;
}

/*　採用情報
----------------------------------------------------------*/
.recruit_box {
  width: 1040px;
  margin: 0 30px 0 30px;
}
.recruit_box.job_description{
  display: flex;
  align-items: center;
  gap: 40px;
}

.recruit_box .entry_policy {
  margin: 0 0 5px 26px;
}

.recruit_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #3a5aa6;
  margin-bottom: 20px;
}
.recruit_box.job_description .recruit_title{
	margin-bottom: 0;
}

.recruit_title2 {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #3a5aa6;
  margin: 0 0 20px 26px;
}

.recruit_table {
  width: 770px;
  display: inline-block;
}

.recruit_banner {
  display: inline-block;
  vertical-align: top;
}

.recruit_table_l {
  width: 140px;
  padding: 3px;
  background-color: #3a5aa6;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-bottom: #fff solid 5px;
}

.recruit_table_r {
  padding: 3px 20px;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.recruit_voice {
  width: 1040px;
  position: relative;
  margin-bottom: 30px;
}

.recruit_voice_comm1 {
  width: 400px;
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  line-height: 47px;
  text-align: left;
  color: #3a5aa6;
  left: 72px;
  top: 80px;
}

.recruit_voice_comm2 {
  width: 400px;
  position: absolute;
  font-size: 26px;
  font-weight: bold;
  line-height: 47px;
  text-align: left;
  color: #3a5aa6;
  left: 580px;
  top: 80px;
}

.recruit_voice_name {
  text-align: right;
}

.recruit_voice_text {
  padding-left: 1em;
  overflow: hidden;
}

.recruit_voice_sect {
  font-size: 15px;
}

.recruit_voice_box {
  height: 240px;
  vertical-align: central;
  margin: 30px auto;
}

.recruit_voice_box_in {
  margin: 0 35px;
}

.recruit_img_l {
  width: 320px;
  float: left;
  margin-right: 35px;
  text-align: center;
}

.recruit_img_r {
  width: 320px;
  float: right;
  margin-left: 35px;
  text-align: center;
}


.recruit_slide{
	width: 100%;
	max-width: 960px;
    margin: 0 auto;
	position: relative;
}

.slider-prev,
.slider-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #3a5aa6;
	border-radius: 50%;
    cursor: pointer;
    z-index: 2;    
}

.slider-prev span,
.slider-next span{
	display: block;
    height: 14px;
    width: 14px;
	background-image: url("../s_site/img/common/icon_open.png")
}
.slider-prev span{
    margin-right: 2px;
	transform:rotate(180deg);
}
.slider-next span{
    margin-left: 2px;
}

.slider-prev{
    left: -50px;  
}

.slider-next{
	right: -50px;
}

.slide_area > a{
	display: block;
	width: fit-content;
	margin: 20px auto 0;
}



/*　情報公開
----------------------------------------------------------*/
.info_box {
  width: 1040px;
  margin: 0 30px 0 30px;
}

.info_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #2bb045;
  margin-bottom: 20px;
}

.info_img {
  float: right;
  width: 222px;
  margin-right: 125px;
  border: 1px solid #ccc;
}

.info_red {
  color: #c8161e;
  font-size: 12px;
}




/*　お問い合せ
----------------------------------------------------------*/
.inqu_box {
  width: 1040px;
  margin: 0 30px 0 30px;
}

.inqu_title {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  color: #d93926;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center;
}

.inqu_table {
  width: 960px;
  margin: 15px 40px;
}

.inqu_red {
  color: #9b0302;
}

.inqu_table_tl {
  width: 200px;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ea5e53;
  border-top: #d93926 1px solid;
  border-right: #d93926 1px solid;
  border-bottom: #d93926 1px solid;
  border-left: #d93926 1px solid;
  vertical-align: middle;
}

.inqu_table_tr {
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  border-top: #d93926 1px solid;
  border-right: #d93926 1px solid;
  border-bottom: #d93926 1px solid;
}

.inqu_table_bl {
  width: 200px;
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ea5e53;
  border-right: #d93926 1px solid;
  border-bottom: #d93926 1px solid;
  border-left: #d93926 1px solid;
  vertical-align: middle;
}

.inqu_table_br {
  text-align: left;
  padding: 15px 20px;
  font-size: 16px;
  border-right: #d93926 1px solid;
  border-bottom: #d93926 1px solid;
}

.inqu_must {
  width: 38px;
  margin-left: 10px;
  vertical-align: -2px;
}

.inqu_text_s {
  font-size: 12px;
  margin: 5px auto;
}

#submit_btn {
  border: 0;
  width: 216px;
  height: 45px;
  margin-top: 30px;
  margin-left: 80px;
  cursor: pointer;
  cursor: hand;
}

#reset_btn {
  border: 0;
  width: 216px;
  height: 45px;
  margin-top: 30px;
  margin-left: 245px;
  cursor: pointer;
  cursor: hand;
}

button {
  border: none;
  /*枠を消す*/
  background-color: #ffffff;
  /*背景色を白に*/
}

/*　プライバシーポリシー
----------------------------------------------------------*/
.policy_box {
  width: 1020px;
  margin: 0 40px 0 40px;
}

.policy_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #63b9d3;
  margin-bottom: 20px;
}

.policy_subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #63b9d3;
  margin-top: 20px;
}

.policy_window {
  width: 100%;
  max-width: 450px;
  border: 1px dashed #C8C8C8;
  margin: 50px 0 0;
  padding: 10px;
}

/*　ソフトボールチーム
----------------------------------------------------------*/
.softball_box {
  width: 1020px;
  margin: 0 40px 0 40px;
}

.softball_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #ff8e31;
  margin-bottom: 20px;
}

.softball_subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #ff8e31;
}

.softball_img_a {
  width: 579px;
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
}

.softball_img_b {
  width: 579px;
  margin-left: 30px;
  margin-bottom: 20px;
  float: right;
}

.softball_img_r {
  width: 400px;
  margin-right: 30px;
  margin-left: 30px;
  float: right;
}

/*　メディアギャラリー
----------------------------------------------------------*/
.media_box {
  width: 1020px;
  margin: 0 40px 0 40px;
}

.media_title {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #e83a51;
  margin-bottom: 20px;
}

.media_img {
  width: 560px;
  margin-right: 30px;
  float: right;
  text-align: center;
}

/* 採用エントリーフォーム */
#mailform_entry table {
  margin: 0 auto;
}

#mailform_entry input[type="text"] {
  font-size: 16px;
  vertical-align: middle;
  height: 20px;
  padding: 0 4px;
}

#mailform_entry select {
  font-size: 16px;
  vertical-align: middle;
  height: 30px;
}

#mailform_entry textarea {
  font-size: 16px;
  padding: 5px 4px;
}

#mailform_entry label {
  font-size: 16px;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

#mailform_entry .short {
  width: 6%;
  text-align: right;
}

#mailform_entry .middle {
  width: 30%;
}

#mailform_entry .harf {
  width: 50%;
}

#mailform_entry .long {
  width: 90%;
}

#mailform_entry .inqu_table_tl {
  width: 160px;
  text-align: left;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #3b90ff;
  border: #2162ff 1px solid;
  vertical-align: middle;
  letter-spacing: 0.001em;
}

#mailform_entry .inqu_table_tr {
  text-align: left;
  padding: 5px 15px;
  font-size: 16px;
  border: #2162ff 1px solid;
}

#mailform_entry .inqu_table_bl {
  width: 160px;
  text-align: left;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #3b90ff;
  border: #2162ff 1px solid;
  vertical-align: middle;
}

#mailform_entry .inqu_table_br {
  text-align: left;
  padding: 5px 15px;
  font-size: 16px;
  border: #2162ff 1px solid;
}

#mailform_entry .inqu_table_tr label {
  vertical-align: 1px;
  margin: 0 0 0 5px;
}

#mailform_entry .inqu_table_br label {
  vertical-align: -2px;
  margin: 0 0 0 5px;
}

/* top youtube */
.topvideo {
  position: relative;
  width: 100%;
  margin: 15px auto 30px;
  padding-top: 56.25%;
}

.topvideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*　SDGs
----------------------------------------------------------*/
.sdgs_ttl {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
  color: #2bb045;
  margin-bottom: 20px;
}
.img_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_box .img {
  width: 49%;
}
.img_box .img img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
