@charset "UTF-8";



#facility_information {
  padding: 0px 5%;
  position: relative;
  top: 0;
  margin-bottom: 100px;
  background: #d6e4e7;
}




/*---------------------------------------------------------------------
  泰和工業について
---------------------------------------------------------------------*/

body.facility .content-wrapper._page #page-title {
 font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

body.facility .content-wrapper._page .visual {
  padding-top: 0 !important;
}
@media screen and (max-width: 667px) {

   body.facility .content-wrapper._page #page-title {
	font-size: 30px;
	/* writing-mode: horizontal-tb; */
	/* -webkit-writing-mode: horizontal-tb; */
	-ms-writing-mode: horizontal-tb;
	}



  body.facility .content-wrapper._page .visual {
    /* padding-top: 30px !important; */
    /* flex-wrap: wrap-reverse; */
    width: 100%;
    padding: 0 10px;
    /* max-width: 80vw; */
    /* height: 28vw; */
    max-height: 250px;
  }
}

body.facility #map {
  margin-bottom: 80px;
}

body.facility #map iframe#gmap {
  width: 100%;
  height: 460px;
  height: 31vw;
  margin-bottom: 50px;
}

body.facility #map .meta {
  display: table;
  width: 100%;
}

body.facility #map .meta .info, body.facility #map .meta .note {
  display: table-cell;
}

body.facility #map .meta .info {
  width: 38%;
  padding-top: 10px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.1;
}

body.facility #map .meta .note {
  border: 1px dotted #b5b5b5;
  font-size: 1.4rem;
  line-height: 1.9;
  padding: 26px 36px;
  padding: 1.8vw 2vw;
}
@media screen and (max-width: 667px) {

  body.facility #map {
    margin-bottom: 50px;
  }

  body.facility #map iframe#gmap {
    height: 62.9vw;
    margin-bottom: 15px;
  }

  body.facility #map .meta {
    display: block;
    width: 100%;
  }

  body.facility #map .meta .info, body.facility #map .meta .note {
    display: block;
    width: 100%;
  }

  body.facility #map .meta .info {
    font-size: 1.4rem;
    line-height: 1.875;
    margin-bottom: 26px;
  }

  body.facility #map .meta .note {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 19px;
  }
}
/* line 3749, ../_scss/style.scss */
body.facility section#transportation {
  padding-top: 0;
  padding-bottom: 210px;
}

body.facility section#transportation h3 {
/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  letter-spacing: .1em;
  color: #000;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 667px) {

  body.facility section#transportation {
    padding-bottom: 65px;
  }

  body.facility section#transportation h3 {
/*     font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
    letter-spacing: .1em;
    color: #000;
    font-size: 1.9rem;
    margin-bottom: 23px;
  }
}

body.facility section#transportation ul.trans-list {
  border-top: 1px solid #dfdfdf;
}

body.facility section#transportation ul.trans-list li {
  border-bottom: 1px solid #dfdfdf;
}

body.facility section#transportation ul.trans-list li .mod_accordion._open-accordion .mod_accordion-title:before {
  content: '\e600';
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
  width: 88%;
  padding: 24px 40px 22px 33px;
  font-weight: bold;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a:before {
  position: absolute;
  left: 0;
  top: 21px;
  font-weight: normal !important;
  font-size: 20px;
  display: block;
  font-family: 'Font Awesome 6 pro';
  content: "\f3c5";
  
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-title:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11px;
  font-family: 'nezu';
  font-weight: normal !important;
  font-size: 22px;
  width: 22px;
  height: 22px;
  display: block;
  content: '\e603';
}
@media screen and (max-width: 667px) {

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
    font-size: 1.4rem;
  }

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a:before {
    left: 1px;
    top: 20px;
    font-size: 16px;
  }
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body {
  border-top: 1px solid #dfdfdf;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
  padding: 36px 8px 90px;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
  margin-bottom: 35px;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span {
  display: inline-block;
  /* vertical-align: middle; */
  /* font-weight: bold; */
  font-size: 1.5rem;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span:before {
  /* display: inline-block; */
  /* vertical-align: middle; */
  margin-right: 7px;
  margin-left: 4px;
  font-size: 1.5rem;
  content: '住所 :';
}
@media screen and (max-width: 667px) {

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
    padding: 22px 0 60px;
  }

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
    margin-bottom: 20px;
  }

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.3rem;
  }

  body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span:before {
    margin-right: 5px;
    margin-left: 2px;
    font-size: 1.1rem;
  }
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow {
  position: relative;
  padding-bottom: 60px;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:before, body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:after {
  position: absolute;
  background-color: #000;
  display: block;
  content: '';
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:before {
  left: 11px;
  bottom: 14px;
  width: 10px;
  height: 1px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:after {
  left: 13px;
  bottom: 11px;
  width: 1px;
  height: 38px;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  height: 45px;
  line-height: 42px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
/
body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .title._gray {
  background-color: #eeeeee;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration {
  padding: 10px 12px;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner {
  position: relative;
  height: 80px;
  padding-left: 17px;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner span.mini {
  font-size: .8rem;
}

body.facility section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner:before {
  position: absolute;
  left: -2px;
  bottom: 4px;
  width: 10px;
  height: 1px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #000;
  display: block;
  content: '';
}
/*---------------------------------------------------------------------
  <05>泰和工業について
---------------------------------------------------------------------*/
/* line 2509, ../_scss/style.scss */
body.facility article {
  padding-bottom: 0;
}

body.facility .content-wrapper._page #page-title {
  /* width: 81px; */
  font-size: 40px;
  /* -webkit-writing-mode: vertical-rl; */
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
}

body.facility .content-wrapper._page .content-header .copy {
  top: 50%;
}

body.facility .content-wrapper._page .visual {
  height: auto;
  max-height: none;
}

body.facility .content-wrapper._page .visual .visual-inner.story {
  margin-top: 0;
  height: auto;
  max-height: none;
}


  body.facility .content-wrapper._page .visual .visual-inner.story p.txt_caption {
    font-size: 1.3rem;
    text-align: right;
  }

body.facility .content-wrapper._page .visual .visual-inner.story p {/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */letter-spacing: .1em;color: #000;font-size: 1.6rem;line-height: 1.5;}

body.facility.ie #story #story-inner .text, body.facility.ie #story #story-inner .text p {
  height: 420px;
}
@media screen and (max-width: 640px) {

  body.facility article {
    padding-bottom: 80px;
  }
  /* line 2540, ../_scss/style.scss */
  body.facility .content-wrapper._page #page-title {
    /* width: 53px !important; */
    -ms-writing-mode: rl-tb;
    /* -webkit-writing-mode:horizontal-tb; */
    /* direction:rtl; */
    /* unicode-bidi:bidi-override; */
    /* width: 100%; */
    /* font-size: 20px; */
    /* text-align: left; */
  }

  body.facility .content-wrapper._page .content-header {
    /* margin-bottom: 116px; */
  }
  body.facility .content-wrapper._page .visual .visual-inner.story {
    margin-top: 0;
  }



  body.facility .content-wrapper._page .visual .visual-inner.story p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

body.facility section {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.facility section .content-frame._wide {
  max-width: 960px;
}

body.facility section h2.stitle {
  display: block;
  text-align: left;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding: 0 3px 18px;
  margin-bottom: 75px;
}

body.facility section h2.stitle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {

  body.facility section {
    padding-top: 110px;
  }

  body.facility section h2.stitle {
    padding: 0 0 8px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {

  body.facility section {
    padding-top: 70px !important;
  }

  body.facility section h2.stitle {
    width: 100%;
    margin-bottom: 50px;
  }
}

body.facility section#mark {
  padding-top: 190px;
}

body.facility section#mark h2.stitle {
  max-width: 312px;
}

body.facility section#mark .fl-l .sitelogo._full {
  margin-left: 20px;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 768px) {

  body.facility section#mark .fl-r {
    width: 60%;
  }

  body.facility section#mark .fl-l {
    width: 40%;
    padding-right: 0;
    padding-top: 5px;
  }

  body.facility section#mark .fl-l .sitelogo._full {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {

  body.facility section#mark h2.stitle {
    max-width: 243.36px;
  }

  body.facility section#mark .fl-l {
    padding-top: 0px;
    margin-bottom: 60px;
  }

  body.facility section#mark .fl-l .sitelogo._full {
    margin-left: auto;
    margin-right: auto;
    width: 48vw;
    height: 48vw;
  }

  body.facility section#mark .fl-r h3.lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

body.facility section#pj-direction h2.stitle {
  max-width: 322px;
}
@media screen and (max-width: 840px) {

  body.facility section#pj-direction h2.stitle {
    margin-bottom: 30px;
  }

  body.facility section#pj-direction h2.stitle {
    max-width: 244.076px;
  }
}

body.facility section#pj-member h2.stitle {
  max-width: 378px;
}

body.facility section#pj-member table {
  width: 100%;
}

body.facility section#pj-member table th, body.facility section#pj-member table td {
  padding-bottom: 34px;
  vertical-align: top;
/*   font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
  letter-spacing: .1em;
  color: #000;
  letter-spacing: 0;
  color: #000;
}

body.facility section#pj-member table th {
  width: 150px;
  font-size: 1.5rem;
  line-height: 1.4;
}

body.facility section#pj-member table td.name {
  width: 47%;
  line-height: 1.3;
}

body.facility section#pj-member table td.name span {
  display: inline-block;
}

body.facility section#pj-member table td.name span.name {
  font-size: 1.8rem;
  line-height: 1.3;
}

body.facility section#pj-member table td.name span.job {
  font-size: 1.4rem;
  margin-left: 5px;
}

body.facility section#pj-member table td.link a {
  color: #000;
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (max-width: 840px) {

  body.facility section#pj-member table th {
    width: 140px;
    font-size: 1.4rem;
  }

  body.facility section#pj-member table td.name {
    width: 47%;
  }

  body.facility section#pj-member table td.name span.name {
    font-size: 1.6rem;
  }

  body.facility section#pj-member table td.name span.job {
    font-size: 1.3rem;
  }

  body.facility section#pj-member table td.name span._block-tbl {
    display: block;
    margin-bottom: 5px;
  }

  body.facility section#pj-member table td.link {
    padding-left: 8px;
  }

  body.facility section#pj-member table td.link a {
    color: #000;
    font-size: 1.4rem;
    word-break: break-all;
  }
}
@media screen and (max-width: 640px) {
  /* line 2679, ../_scss/style.scss */
  body.facility section#pj-member h2.stitle {
    max-width: 286.524px;
  }
  /* line 2680, ../_scss/style.scss */
  body.facility section#pj-member table {
    display: block;
  }
  /* line 2682, ../_scss/style.scss */
  body.facility section#pj-member table tr {
    display: block;
    position: relative;
    padding-left: 120px;
    margin-bottom: 35px;
  }
  /* line 2687, ../_scss/style.scss */
  body.facility section#pj-member table th, body.facility section#pj-member table td {
    display: block;
  }
  /* line 2688, ../_scss/style.scss */
  body.facility section#pj-member table th {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 1.3rem;
  }
  /* line 2692, ../_scss/style.scss */
  body.facility section#pj-member table td.name {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 2694, ../_scss/style.scss */
  body.facility section#pj-member table td.name span {
    display: block;
  }
  /* line 2696, ../_scss/style.scss */
  body.facility section#pj-member table td.name span.name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  /* line 2697, ../_scss/style.scss */
  body.facility section#pj-member table td.name span.job {
    font-size: 1.3rem;
    margin-left: 0;
  }
  /* line 2700, ../_scss/style.scss */
  body.facility section#pj-member table td.link {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  /* line 2703, ../_scss/style.scss */
  body.facility section#pj-member table td.link a {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  /* line 2704, ../_scss/style.scss */
  body.facility section#pj-member table td.link._non {
    display: none;
  }
}


/* -----------------------------------------------------------
   #facility_information
   ----------------------------------------------------------- */

   #facility_information {
    padding: 5%;
    position: relative;
    top: 0;
    margin-bottom: 0;
    background: #d6e4e7;
}

@media only screen and (max-width: 900px) {
    #facility_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #facility_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 500px) {
    #facility_information {
        padding: 0px 2%;
        top: 0;
    }
}



/* .catchArea */

#facility_information .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 50px;
}

#facility_information .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#facility_information .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

#facility_information .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#facility_information .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}



#facility_information .txt_message
 {
    margin: 30px auto 50px;
    max-width: 1300px;
    /* border: 1px solid #eee; */
    padding: 5%;
    /* display: flex; */
    background: #eaeceb;
}



/* .txtArea */

#facility_information .txtArea
 {
    margin: 45px auto;
    max-width: 1100px;
    /* border-top: 1px solid #eee; */
    /* padding: 2%; */
    /* padding: 5% 2%; */
}
#facility_information .txtArea h3,
#facility_information .txtOutline h3
{
  font-size: 23px;
  line-height: 2;
}

@media only screen and (max-width: 500px) {
  #facility_information .txtArea h3,
  #facility_information .txtOutline h3
   {
    font-size: 18px;
  }
}

#facility_information .txtArea h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f82c";
    padding-right:10px;
    color: #167c3b;
}


#facility_information .txtOutline h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3b3";
    padding-right:10px;
    color: #167c3b;
}





#facility_information .txtArea p,
#facility_information .txtOutline p  {
  /* font-size:16px; */
  /* line-height: 1.8; */
  /* width: 100%; */
  /* margin: 0 auto; */
}

#facility_information .txtArea .shirringImg{
	width:100%;
	text-align: center;
	margin:0 auto;
}

#facility_information .txtArea .shirringImg img{
	width:100%;
	max-width:600px;
	margin:0 auto;
}



.listBox{
	border:1px solid #ddd;
	padding:10px;
	margin-top: 10px;
}

.listBox h4{
	color:#167c3b;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
}

.list_know-wrap {
    list-style:  none;          /* デフォルトのアイコンを消す */
    margin:  0;                 /* デフォルト指定上書き */
    padding: 0;                 /* デフォルト指定上書き */
    counter-reset: li_count;    /* カウンタをセット */
}
 
.list_know {
    padding:  10px;             /* 余白指定 */
    /* margin-bottom: 5px; */         /* 要素と要素の間指定 */
    font-size: 16px;           /* 文字サイズ指定 */
    line-height: 1.5;
}
 
.list_know:before  {
  counter-increment: li_count;  /* カウンタの値を計算していく */
  content: counter(li_count)"."; /* 数字出力 */
  color: #F44336;               /* 文字色指定 */
  margin-right: 5px;            /* 余白指定 */
}


.list_know-wrap {
    list-style:  none;          /* デフォルトのアイコンを消す */
    margin:  0;                 /* デフォルト指定上書き */
    padding: 10px;                 /* デフォルト指定上書き */
    counter-reset: li_count;    /* カウンタをセット */
}
 
.list_know {
    padding: 5px 0 5px;             /* 余白指定 */
    /* margin-bottom: 5px; */         /* 要素と要素の間指定 */
    font-size:  16px;           /* 文字サイズ指定 */
	margin-left:1em;text-indent:-1em;
}
 
.list_know:before  {
  counter-increment: li_count;  /* カウンタの値を計算していく */
  content: counter(li_count)"."; /* 数字出力 */
  color: #167c3b;               /* 文字色指定 */
  margin-right: 5px;            /* 余白指定 */
  font-weight: 700;
  font-size: 1.2em;
}
 


.list_know-wrap2 {
    list-style:  none;          /* デフォルトのアイコンを消す */
    margin:  0;                 /* デフォルト指定上書き */
    padding: 0;                 /* デフォルト指定上書き */
    counter-reset: li_count;    /* カウンタをセット */
}
 
.list_know2 {
    padding:  10px;             /* 余白指定 */
    margin-bottom: 5px;         /* 要素と要素の間指定 */
    font-size: 16px;           /* 文字サイズ指定 */
    line-height: 1.5;
}
 
.list_know2:before  {
  counter-increment: li_count;  /* カウンタの値を計算していく */
  content: counter(li_count)"."; /* 数字出力 */
  color: #F44336;               /* 文字色指定 */
  margin-right: 5px;            /* 余白指定 */
}


.list_know-wrap2 {
    list-style:  none;          /* デフォルトのアイコンを消す */
    margin:  0;                 /* デフォルト指定上書き */
    padding-left: 10px;                 /* デフォルト指定上書き */
    counter-reset: li_count;    /* カウンタをセット */
}
 
.list_know2 {
    padding: 2px;             /* 余白指定 */
    /* margin-bottom: 5px; */         /* 要素と要素の間指定 */
    font-size:  16px;           /* 文字サイズ指定 */
}
 
.list_know2:before  {
  counter-increment: li_count;  /* カウンタの値を計算していく */
  content: counter(li_count)"."; /* 数字出力 */
  color: #ee7300;               /* 文字色指定 */
  margin-right: 5px;            /* 余白指定 */
}
 

#facility_information .txtOutline{
    margin: 45px auto;
    max-width: 1200px;
    border-top: 1px solid #eee;
    padding: 2%;
}



.outline_area{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	/* padding: 20px; */
	/* background: #efefef; */
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
}


.outline_area{
    display:flex;
    flex-wrap:wrap;
    align-items: flex-start;
}

.outline_txt{width: 68%;font-size: 23px;padding-left: 2%;}
.outline_img{width: 30%;/* padding:2%; */text-align: center;}
.outline_img img{width: 100%;margin:0 auto;}



@media only screen and (max-width: 500px) {

  .outline_area{
      display:flex;
      flex-wrap:nowwrap;
      align-items: center;
  }

  .outline_txt{width: 100%;padding-left: 0;margin: 0 auto;}
  .outline_img{width: 100%;margin-bottom: 10px;}
  .outline_img img{width: 100%;margin:0 auto;}
}











.greetingFlx {
    display: flex;
    align-items: center;
}

.flexTxt {
    flex: 0 0 70%;
    /* flex: 0 0 100%; */
}

.flexTxt p{
  line-height:2;
  font-size: 16px;
  color: #17546b;
  font-weight: 600;
}

.flexImg {
    flex: 0 0 30%;
    padding: 1%;
}

.flexImg img{

}

.text--r {
    text-align: right;
}


@media only screen and (max-width: 900px) {
    #facility_information .catchArea h3 {
        font-size: 25px;
    }
    #facility_information .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #facility_information .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #facility_information .catchArea h3 span {
        padding: 0 25px;
    }
    #facility_information .catchArea h3 span:before,
    #facility_information .catchArea h3 span:after {
        width: 15px;
    }
    #facility_information .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 600px) {
    .greetingFlx {
        flex-direction: column;
    }
    .flexTxt {
        flex: 0 0 100%;
        order: 2;
    }
    .flexImg {
        flex: 0 0 100%;
        order: 1;
    }
    .flexImg img {
        width: 50%;
        margin: 0 auto;
    }
}



/* -----------------------------------------------------------


   #outline

   ----------------------------------------------------------- */

   #outline {padding: 50px 5%;position: relative;/* z-index: 1; */top: 100px;overflow: auto;}
   @media only screen and (max-width: 800px) {
   #outline { padding: 80px 5%; }
   }
   @media only screen and (max-width: 738px) { 
   #outline{ padding: 70px 5%; }
   }
   @media only screen and (max-width: 414px) { 
   #outline {padding: 60px 2%;}
   }
   
   .central{width:100%;max-width:1100px;margin:0 auto;}
   
   
   
   
   
   /* .imgArea */
   #outline .imgArea { float:left; width:30%; }
   #outline .imgArea .inner {position:relative;z-index:2;display: block;height: auto;}
/*    #outline .imgArea .inner:before {position: absolute;top: 7px;left: 0;bottom: 7px;right:0;content: "";border: #ddd 1px solid;background:#fefefe;z-index: -2;}
   #outline .imgArea .inner:after { position: absolute; top: 0; left: 7px; bottom: 0; right:7px; content: ""; border: #ddd 1px dotted; z-index: -2; } */
   #outline .imgArea .inner img {display:block;height: auto;width: 100%;}


    /* .txtArea */
   #outline .txtArea { float:right; width:65%; }

    @media only screen and (max-width: 500px) { 
    /* .imgArea */
    #outline .imgArea { clear:both; width:100%; }
    #outline .txtArea { clear:both; width:100%; }

    }

   
   /* ======== table.tableOther ======== */
   table.company {border-collapse: collapse;text-align: left;font-size: 15px;letter-spacing:1px;line-height:2;width:100%;}
   table.company tr { }
   table.company th {width:25%;padding: 24px;vertical-align: 0;/* border: #ddd 1px solid; *//* border-right:#ddd 1px dashed; *//* border-right: #ddd 1px solid; */}
   table.company td {padding:22px;vertical-align: 0;/* border: #ddd 1px solid; */border-left:none;}
   table.company td .linkArea {margin-top:10px;text-align:left;}
   table.company td .linkArea a.btn {margin:0;}
   
   /* --- #map_canvas --- */
   #map_canvas { width:100%; margin-top:70px; height:400px;position: relative; z-index: 1; border: #ededed 1px solid;}
   
   
   
   @media only screen and (max-width: 950px) {
   table.company th {width:30%;padding:20px;}
   table.company td {padding:20px;}	
   }
   
   @media only screen and (max-width: 800px) {
   table.company { font-size:13px;}	
   }
   @media only screen and (max-width: 738px) {
     #outline .imgArea {/* float:none; */width:100%;display: block;}
     #outline .txtArea {float:none;width:100%;/* margin-top:25px; */}
     table.company {/* font-size:12px; */}	
   /*	#map_canvas { display:none; }*/
   }
   @media only screen and (max-width: 414px) {
   table.company th {width:30%;padding:15px;}
   table.company td {padding:15px;}		
   }
   
    
   /* ======== table.tableOther ======== */
   table.company {border-collapse: collapse;text-align: left;font-size: 15px;letter-spacing:1px;line-height:2;width:100%;color: #17546b;}
   table.company tr {border-bottom: 1px solid #17546b;}
   table.company th {width:25%;padding: 24px;vertical-align: 0;/* border: #ddd 1px solid; *//* border-right:#ddd 1px dashed; *//* border-right: #ddd 1px solid; */}
   table.company td {padding:22px;vertical-align: 0;/* border: #ddd 1px solid; */border-left:none;}
   table.company td .linkArea {margin-top:10px;text-align:left;}
   table.company td .linkArea a.btn {margin:0;}
   
   /* --- #map_canvas --- */
   #map_canvas { width:100%; margin-top:70px; height:400px;position: relative; z-index: 1; border: #ededed 1px solid;}
   
   
   
   @media only screen and (max-width: 950px) {
   table.company th {width:30%;padding:20px;}
   table.company td {padding:20px;}	
   }
   
   @media only screen and (max-width: 800px) {
   table.company { font-size:13px;}	
   }
   @media only screen and (max-width: 738px) {
     #outline .imgArea {/* float:none; */width:100%;display: block;}
     #outline .txtArea {float:none;width:100%;/* margin-top:25px; */}
     table.company {/* font-size:12px; */}	
   /*	#map_canvas { display:none; }*/
   }
   @media only screen and (max-width: 414px) {
   table.company th {width:30%;padding:15px;}
   table.company td {padding:15px;}		
   }




/* ----------------------------------------------------------
   .headline
   ---------------------------------------------------------- */

.headline_pro {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.headline_pro h2.en {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
}

.headline_pro h2.jp {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 15px;
}

@media only screen and (max-width: 900px) {
    .headline_pro {
        margin-bottom: 45px;
    }
    .headline_pro h2.en {
        font-size: 30px;
    }
    .headline_pro h2.jp {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 736px) {
    .headline_pro {
        margin-bottom: 40px;
    }
    .headline_pro h2.en {
        font-size: 25px;
    }
    .headline_pro h2.jp {
        font-size: 13px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 414px) {
    .headline_pro h2.jp {
        font-size: 12px;
    }
}



   


/* -----------------------------------------------------------
   #service_flow
   ----------------------------------------------------------- */

   #service_flow {
    padding: 90px 5%;
    /* background: url(../images/common/noise.png) repeat #f5f5f5; */
    width: 100%;
    background: #f5f5f5;
    max-width: 1200px;
    margin: 60px auto;
}

@media only screen and (max-width: 900px) {
    #service_flow {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #service_flow {
        padding: 70px 5%;
    }
}

@media only screen and (max-width: 500px) {
    #service_flow {
        padding: 70px 8%;
    }
}




/* --------- .flowArea --------- */

#service_flow .flowArea {
    margin: -10px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

#service_flow .flowBox {
    /* display: inline-block; */
    margin: 0;
    border: #f5f5f5 10px solid;
    /* width: 33.333%; */
    text-align: center;
    /* position: relative; */
    z-index: 2;
    padding: 0%;
    background: #fff;
    flex: 1 0 33.3333%;
}


/* .inner */

#service_flow .flowBox .inner {
    padding: 35px 5% 50px;
    /* background: #fefefe; */
}

#service_flow .flowBox .inner img{
  width:100%;
}




/* h3 */

#service_flow .flowBox h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
    line-height: 1;
    padding: 65px 0 30px;
    text-align: center;
}

#service_flow .flowBox h3:before {
    position: absolute;
    top: 0px;
    left: 43%;
    /*     margin-left: -25px; */
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #fefefe;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    vertical-align: 0;
    background: #167c3b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding-left:10px;
}

#service_flow .flowBox:nth-child(1) h3:before {
    content: "1";
}

#service_flow .flowBox:nth-child(2) h3:before {
    content: "2";
}

#service_flow .flowBox:nth-child(3) h3:before {
    content: "3";
}

#service_flow .flowBox:nth-child(4) h3:before {
    content: "4";
}

#service_flow .flowBox:nth-child(5) h3:before {
    content: "5";
}

#service_flow .flowBox:nth-child(6) h3:before {
    content: "6";
}

#service_flow .flowBox h3:after {
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 0;
    content: "";
    border-top: #e5e8ef 1px solid;
    z-index: 2;
}


/* .txtArea */

#service_flow .flowArea .txtArea {
    display: inline-block;
    margin: 20px auto 0;
}
#service_flow .flowArea .txtArea img {
  width:100%;
}

@media only screen and (max-width: 900px) {
    #service_flow .flowBox .inner {
        padding: 30px 5% 45px;
    }
    #service_flow .flowBox h3 {
        font-size: 16px;
        padding: 55px 0 30px;
    }
    #service_flow .flowBox h3:before {
        /* margin-left: -20px; */
        width: 40px;
        height: 40px;
        line-height: 42px;
        font-size: 20px;
    }
    #service_flow .flowBox h3:after {
        left: 5%;
        right: 5%;
    }
}

@media only screen and (max-width: 768px) {
    #service_flow .flowBox {
        width: 50%;
    }
}

@media only screen and (max-width: 736px) {
    #service_flow .flowArea {
      flex-direction:column;
    }
    #service_flow .flowBox {
        display: block;
        margin-top: 50px;
        border: none;
        width: 100%;
        text-align: center;
    }
    /* #service_flow .flowBox:after {
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-family: themify;
        content: "\e62a";
        z-index: 1;
    } */
    #service_flow .flowBox:last-child:after {
        display: none;
    }
    /* .inner */
    #service_flow .flowBox .inner {
        padding: 35px 5%;
        /* border: #e5e8ef 1px solid; */
    }
    /* h3 */
    #service_flow .flowBox h3 {
        font-size: 16px;
        padding: 55px 0 25px;
        text-align: center;
    }
    #service_flow .flowBox h3:after {
        border-top: #e5e8ef 1px dotted
    }
    #service_flow .flowArea .txtArea {
        margin: 15px auto 0;
/*         font-size: 15px;
        text-align: left; */
    }

}



#facility_information .flow .flow-list .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
#facility_information .flow .flow-list .unit:last-child .unit-head:before {
  display: none
}
#facility_information .flow .flow-list .unit>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
#facility_information .flow .flow-list .unit-head {
  position: relative
}
#facility_information .flow .flow-list .unit-head:before {
  display: block;
  width: 1px;
  height: calc(100% - 35px);
  content: "";
  position: absolute;
  top: 35px;
  right: 8px;
  background-color: #17546b;
}
#facility_information .flow .flow-list .unit-head p {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.8rem;
  letter-spacing: .3em
}
#facility_information .flow .flow-list .unit-head i,
#facility_information .flow .flow-list .unit-head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#facility_information .flow .flow-list .unit-head i {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background-color: #17546b;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 50%
}
#facility_information .flow .flow-list .unit-body {
  width: 6em;
  /* padding-right: 20px; */
  padding-left: 20px;
}
#facility_information .flow .flow-list .unit-foot {
  width: calc(100% - 100px);
  padding-left: 50px;
  padding-bottom: 60px;
  margin-top: -3px;
}
#facility_information .flow .flow-list .unit-foot p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em
}




.facility_contents{
	display:flex;
	color: #17546b;
}


.page-section {
  margin: 60px auto;
  width: 100%;
  max-width: 1280px;
  padding: 70px 5%;
  background: #fefefe;
  border: #f5f5f5 1px solid;
  /* border-left: none; */
  
  -webkit-border-radius: 0px 15px 0 0px;
  border-radius: 0px 15px 0 0px;
}
.page-section:first-child {
  margin-top: 50px;
}

/*
.page-section-sub:not(:first-child){border-top:1px solid #d9e3e5;padding-top:60px;margin-top:60px;}*/
@media (max-width:900px) {
  .page-section {
      margin: 50px 2.5%;
      padding: 60px 5%;
  }
}
@media (max-width:738px) {
  .page-section {
      margin: 40px 10px 0;
      padding: 50px 5%;
      border: #f0f0f0 1px solid;
  }
}
@media (max-width:414px) {
  .page-section {
      padding: 40px 4%;
      margin: 40px 0;
  }
}

.facility-items {/* display:flex; */}
.facility-items .item {
    padding: 0 0 30px;
    border-bottom: #d9e3e5 1px solid;
    /* overflow: hidden; */
    /* position: relative; */
    z-index: 0;
    display: flex;
    margin-bottom: 30px;
}
.facility-items .item:first-child {
    /* padding-top: 0; */
    /* border: none; */
}
.facility-items .item:last-child {
    padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
    .facility-items .item {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 738px) {
    .facility-items .item {
        padding: 45px 0;
    }
}
.facility-items .item>.image {
    width: 30%;
}
.facility-items .item>.text {
    width: 70%;
    font-weight: 600;
}
.facility-items .item>.text .role {
    font-size: 17px;
    position: relative;
    width: 20%;
    z-index: 0;
    text-align: right;
}
.facility-items .item>.text .role:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 20%;
    content: "";
    background: #d6e4e7;
    z-index: -1;
}
.facility-items .item>.text .name {
    margin: 10px 0 15px;
    display: flex;
}

.facility-items .item>.text .name h2 {
  font-size:25px;
  width: 80%;
}

.facility-items .item>.text .comment {
    padding: 20px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.9;
    position: relative;
    z-index: 0;
    font-weight: 500;
    background: #f7f7f7;
}
.facility-items .item>.text .comment:after {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: -30px; */
    /* content: ""; */
/*     background: #f7f7f7;
    z-index: -1; */
    /* -webkit-border-radius: 0px 0px 15px 15px; */
    /* border-radius: 0px 0px 15px 15px; */
}
@media only screen and (max-width: 900px) {
    .facility-items .item>.text .name .en {
        font-size: 25px;
    }
    
    .facility-items .item>.text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }
    
    .facility-items .item>.text .comment:after {
        left: -25px;
    }
}
@media only screen and (max-width: 738px) {
    .facility-items .item>.image {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        float: none;
    }
    
    .facility-items .item>.text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }
    
    .facility-items .item>.text .name {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .facility-items .item>.text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    
    .facility-items .item>.text .name {
        margin: 5px 0 20px;
    }
    
    .facility-items .item>.text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }
    
    .facility-items .item>.text .name .jp:before {
        display: none;
    }
    
    .facility-items .item>.text .name .en {
        font-size: 22px;
    }
    
    .facility-items .item>.text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }
    
    .facility-items .item>.text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }
    
    .facility-items .item>.text .comment:after {
        left: 0;
    }
}
@media only screen and (max-width: 414px) {
    .facility-items .item>.image {
        max-width: 200px;
    }
}

