@charset "UTF-8";



#contact_information {
  padding: 0px 5%;
  position: relative;
  top: 0;
  margin-bottom: 100px;
  background: #d6e4e7;
}



.page-content{
	max-width: 1000px;
	width:100%;
	margin:50px auto;
}

.page-content .logo{

	margin: 0 auto;
}

	.page-content .logo img{
	max-width: 400px;
	margin: 0 auto;
	}



@media screen and (max-width: 667px) {
	.page-content{
		margin:10px auto;
	}
	.page-content .logo img{
		width: 280px;
		margin: 0 auto;
	}
}




/*---------------------------------------------------------------------
  問合せ
---------------------------------------------------------------------*/

.contact .content-wrapper._page #page-title {
 font-size: 30px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.contact .content-wrapper._page .visual {
  padding-top: 0 !important;
}
@media screen and (max-width: 667px) {

   .contact .content-wrapper._page #page-title {
	font-size: 30px;
	/* writing-mode: horizontal-tb; */
	/* -webkit-writing-mode: horizontal-tb; */
	-ms-writing-mode: horizontal-tb;
	}



  .contact .content-wrapper._page .visual {
    width: 100%;
    padding: 0 10px;
    max-height: 250px;
  }
}

.contact #map {
  margin-bottom: 80px;
}

.contact #map iframe#gmap {
  width: 100%;
  height: 460px;
  height: 31vw;
  margin-bottom: 50px;
}

.contact #map .meta {
  display: table;
  width: 100%;
}

.contact #map .meta .info, .contact #map .meta .note {
  display: table-cell;
}

.contact #map .meta .info {
  width: 38%;
  padding-top: 10px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.1;
}

.contact #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) {

  .contact #map {
    margin-bottom: 50px;
  }

  .contact #map iframe#gmap {
    height: 62.9vw;
    margin-bottom: 15px;
  }

  .contact #map .meta {
    display: block;
    width: 100%;
  }

  .contact #map .meta .info, .contact #map .meta .note {
    display: block;
    width: 100%;
  }

  .contact #map .meta .info {
    font-size: 1.4rem;
    line-height: 1.875;
    margin-bottom: 26px;
  }

  .contact #map .meta .note {
    font-size: 1.3rem;
    line-height: 1.9;
    padding: 19px;
  }
}
/* line 3749, ../_scss/style.scss */
.contact section#transportation {
  padding-top: 0;
  padding-bottom: 210px;
}

.contact 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) {

  .contact section#transportation {
    padding-bottom: 65px;
  }

  .contact 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;
  }
}

.contact section#transportation ul.trans-list {
  border-top: 1px solid #dfdfdf;
}

.contact section#transportation ul.trans-list li {
  border-bottom: 1px solid #dfdfdf;
}

.contact section#transportation ul.trans-list li .mod_accordion._open-accordion .mod_accordion-title:before {
  content: '\e600';
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
  width: 88%;
  padding: 24px 40px 22px 33px;
  font-weight: bold;
}

.contact 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";
  
}

.contact 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) {

  .contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a {
    font-size: 1.4rem;
  }

  .contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-title a:before {
    left: 1px;
    top: 20px;
    font-size: 16px;
  }
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body {
  border-top: 1px solid #dfdfdf;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
  padding: 36px 8px 90px;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
  margin-bottom: 35px;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span {
  display: inline-block;
  font-size: 1.5rem;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required span:before {
  margin-right: 7px;
  margin-left: 4px;
  font-size: 1.5rem;
  content: '住所 :';
}
@media screen and (max-width: 667px) {

  .contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont {
    padding: 22px 0 60px;
  }

  .contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont .required {
    margin-bottom: 20px;
  }

  .contact 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;
  }

  .contact 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;
  }
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow {
  position: relative;
  padding-bottom: 60px;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area._arrow:before, .contact 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: '';
}

.contact 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);
}

.contact 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;
}

.contact 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;
}
/
.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .title._gray {
  background-color: #eeeeee;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration {
  padding: 10px 12px;
}

.contact 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;
}

.contact section#transportation ul.trans-list li .mod_accordion .mod_accordion-body .cont figure.sp .area .duration .duration-inner span.mini {
  font-size: .8rem;
}

.contact 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 */
.contact article {
  padding-bottom: 120px;
}

.contact .content-wrapper._page #page-title {
  /* width: 81px; */
  font-size: 40px;
  /* -webkit-writing-mode: vertical-rl; */
  -ms-writing-mode: tb-rl;
  /* writing-mode: vertical-rl; */
}

.contact .content-wrapper._page .content-header .copy {
  top: 50%;
}

.contact .content-wrapper._page .visual {
  height: auto;
  max-height: none;
}

.contact .content-wrapper._page .visual .visual-inner.story {
  margin-top: 0;
  height: auto;
  max-height: none;
}


  .contact .content-wrapper._page .visual .visual-inner.story p.txt_caption {
    font-size: 1.3rem;
    text-align: right;
  }

.contact .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;}

.contact.ie #story #story-inner .text, .contact.ie #story #story-inner .text p {
  height: 420px;
}
@media screen and (max-width: 640px) {

  .contact article {
    padding-bottom: 80px;
  }
  /* line 2540, ../_scss/style.scss */
  .contact .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; */
  }

  .contact .content-wrapper._page .content-header {
    /* margin-bottom: 116px; */
  }
  .contact .content-wrapper._page .visual .visual-inner.story {
    margin-top: 0;
  }



  .contact .content-wrapper._page .visual .visual-inner.story p {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}

.contact section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact section .content-frame._wide {
  max-width: 960px;
}

.contact 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;
}

.contact section h2.stitle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {

  .contact section {
    padding-top: 110px;
  }

  .contact section h2.stitle {
    padding: 0 0 8px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {

  .contact section {
    padding-top: 70px !important;
  }

  .contact section h2.stitle {
    width: 100%;
    margin-bottom: 50px;
  }
}

.contact section#mark {
  padding-top: 190px;
}

.contact section#mark h2.stitle {
  max-width: 312px;
}

.contact section#mark .fl-l .sitelogo._full {
  margin-left: 20px;
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 768px) {

  .contact section#mark .fl-r {
    width: 60%;
  }

  .contact section#mark .fl-l {
    width: 40%;
    padding-right: 0;
    padding-top: 5px;
  }

  .contact section#mark .fl-l .sitelogo._full {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {

  .contact section#mark h2.stitle {
    max-width: 243.36px;
  }

  .contact section#mark .fl-l {
    padding-top: 0px;
    margin-bottom: 60px;
  }

  .contact section#mark .fl-l .sitelogo._full {
    margin-left: auto;
    margin-right: auto;
    width: 48vw;
    height: 48vw;
  }

  .contact section#mark .fl-r h3.lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

.contact section#pj-direction h2.stitle {
  max-width: 322px;
}
@media screen and (max-width: 840px) {

  .contact section#pj-direction h2.stitle {
    margin-bottom: 30px;
  }

  .contact section#pj-direction h2.stitle {
    max-width: 244.076px;
  }
}

.contact section#pj-member h2.stitle {
  max-width: 378px;
}

.contact section#pj-member table {
  width: 100%;
}

.contact section#pj-member table th, .contact 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;
}

.contact section#pj-member table th {
  width: 150px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.contact section#pj-member table td.name {
  width: 47%;
  line-height: 1.3;
}

.contact section#pj-member table td.name span {
  display: inline-block;
}

.contact section#pj-member table td.name span.name {
  font-size: 1.8rem;
  line-height: 1.3;
}

.contact section#pj-member table td.name span.job {
  font-size: 1.4rem;
  margin-left: 5px;
}

.contact section#pj-member table td.link a {
  color: #000;
  font-size: 1.4rem;
  word-break: break-all;
}
@media screen and (max-width: 840px) {

  .contact section#pj-member table th {
    width: 140px;
    font-size: 1.4rem;
  }

  .contact section#pj-member table td.name {
    width: 47%;
  }

  .contact section#pj-member table td.name span.name {
    font-size: 1.6rem;
  }

  .contact section#pj-member table td.name span.job {
    font-size: 1.3rem;
  }

  .contact section#pj-member table td.name span._block-tbl {
    display: block;
    margin-bottom: 5px;
  }

  .contact section#pj-member table td.link {
    padding-left: 8px;
  }

  .contact 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 */
  .contact section#pj-member h2.stitle {
    max-width: 286.524px;
  }
  /* line 2680, ../_scss/style.scss */
  .contact section#pj-member table {
    display: block;
  }
  /* line 2682, ../_scss/style.scss */
  .contact section#pj-member table tr {
    display: block;
    position: relative;
    padding-left: 120px;
    margin-bottom: 35px;
  }
  /* line 2687, ../_scss/style.scss */
  .contact section#pj-member table th, .contact section#pj-member table td {
    display: block;
  }
  /* line 2688, ../_scss/style.scss */
  .contact section#pj-member table th {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    font-size: 1.3rem;
  }
  /* line 2692, ../_scss/style.scss */
  .contact section#pj-member table td.name {
    width: 100%;
    padding-bottom: 10px;
  }
  /* line 2694, ../_scss/style.scss */
  .contact section#pj-member table td.name span {
    display: block;
  }
  /* line 2696, ../_scss/style.scss */
  .contact section#pj-member table td.name span.name {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  /* line 2697, ../_scss/style.scss */
  .contact section#pj-member table td.name span.job {
    font-size: 1.3rem;
    margin-left: 0;
  }
  /* line 2700, ../_scss/style.scss */
  .contact section#pj-member table td.link {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  /* line 2703, ../_scss/style.scss */
  .contact section#pj-member table td.link a {
    font-size: 1.2rem;
    text-decoration: underline;
  }
  /* line 2704, ../_scss/style.scss */
  .contact section#pj-member table td.link._non {
    display: none;
  }
}


/* -----------------------------------------------------------
   #contact_information
   ----------------------------------------------------------- */

   #contact_information {
    padding: 5%;
    position: relative;
    top: 0;
    margin-bottom: 0px;
    background: #fef5e5;
}

@media only screen and (max-width: 900px) {
    #contact_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #contact_information {
        padding: 0px 5%;
    }
}

@media only screen and (max-width: 500px) {
    #contact_information {
        padding: 0px 2%;
        top: 0;
    }
}



/* .catchArea */

#contact_information .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

#contact_information .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#contact_information .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

#contact_information .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#contact_information .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}



#contact_information .txt_message{
    margin: 30px auto 50px;
    max-width: 1300px;
    padding: 5%;
    background: #eaeceb;
}


#contact_information .txt_message p {
  font-size:16px;margin-bottom:10px;
}





/* .txtArea */

#contact_information .txtArea
 {
    margin: 45px auto;
    max-width: 1100px;
    /* border-top: 1px solid #eee; */
    /* padding: 2%; */
    /* padding: 5% 2%; */
}
#contact_information .txtArea h3,
#contact_information .txtOutline h3
{
  font-size: 23px;
  line-height: 2;
}

@media only screen and (max-width: 500px) {
  #contact_information .txtArea h3,
  #contact_information .txtOutline h3
   {
    font-size: 18px;
  }
}

#contact_information .txtArea h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f82c";
    padding-right:10px;
    color: #167c3b;
}


#contact_information .txtOutline h3:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3b3";
    padding-right:10px;
    color: #167c3b;
}





#contact_information .txtArea p,
#contact_information .txtOutline p  {
  /* font-size:16px; */
  /* line-height: 1.8; */
  /* width: 100%; */
  /* margin: 0 auto; */
}

#contact_information .txtArea .shirringImg{
	width:100%;
	text-align: center;
	margin:0 auto;
}

#contact_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;            /* 余白指定 */
}
 

#contact_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) {
    #contact_information .catchArea h3 {
        font-size: 25px;
    }
    #contact_information .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #contact_information .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #contact_information .catchArea h3 span {
        padding: 0 25px;
    }
    #contact_information .catchArea h3 span:before,
    #contact_information .catchArea h3 span:after {
        width: 15px;
    }
    #contact_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;display: block;padding-bottom: 20px;padding-top: 20px;}
   
   
   
   
   
   /* .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: 16px;letter-spacing:1px;line-height: 2.1;width:100%;/* color: #17546b; */font-weight: 500;}
   table.company tr {border-bottom: 1px solid #ddd;}
   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; */
    }

}



#contact_information .flow .flow-list .unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px
}
#contact_information .flow .flow-list .unit:last-child .unit-head:before {
  display: none
}
#contact_information .flow .flow-list .unit>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
#contact_information .flow .flow-list .unit-head {
  position: relative
}
#contact_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;
}
#contact_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
}
#contact_information .flow .flow-list .unit-head i,
#contact_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;
}
#contact_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%
}
#contact_information .flow .flow-list .unit-body {
  width: 6em;
  /* padding-right: 20px; */
  padding-left: 20px;
}
#contact_information .flow .flow-list .unit-foot {
  width: calc(100% - 100px);
  padding-left: 50px;
  padding-bottom: 60px;
  margin-top: -3px;
}
#contact_information .flow .flow-list .unit-foot p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em
}




.contact_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;
  }
}

.contact-items {/* display:flex; */}
.contact-items .item {
    padding: 0 0 30px;
    border-bottom: #d9e3e5 1px solid;
    /* overflow: hidden; */
    /* position: relative; */
    z-index: 0;
    display: flex;
    margin-bottom: 30px;
}
.contact-items .item:first-child {
    /* padding-top: 0; */
    /* border: none; */
}
.contact-items .item:last-child {
    padding-bottom: 0;
}
@media only screen and (max-width: 900px) {
    .contact-items .item {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 738px) {
    .contact-items .item {
        padding: 45px 0;
    }
}
.contact-items .item>.image {
    width: 30%;
}

.contact-items .item>.image img{
    width: 100%;
  padding:10px;
}


.contact-items .item>.text {
    width: 70%;
    font-weight: 600;
}
.contact-items .item>.text .role {
    font-size: 17px;
    position: relative;
    width: 20%;
    z-index: 0;
    text-align: right;
}
.contact-items .item>.text .role:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 20%;
    content: "";
    background: #d6e4e7;
    z-index: -1;
}
.contact-items .item>.text .name {
    margin: 10px 0 15px;
    display: flex;
}

.contact-items .item>.text .name h2 {
  font-size:25px;
  width: 80%;
}

.contact-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;
}
.contact-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) {
    .contact-items .item>.text .name .en {
        font-size: 25px;
    }
    
    .contact-items .item>.text .comment {
        margin-top: 20px;
        padding: 20px 25px 20px 0;
        font-size: 15px;
    }
    
    .contact-items .item>.text .comment:after {
        left: -25px;
    }
}
@media only screen and (max-width: 738px) {
    .contact-items .item>.image {
        margin: 0 auto;
        width: 100%;
        max-width: 250px;
        float: none;
    }
    
    .contact-items .item>.text {
        float: none;
        width: 100%;
        margin: 25px 0 0;
        text-align: center;
    }
    
    .contact-items .item>.text .name {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .contact-items .item>.text .role {
        font-size: 13px;
        letter-spacing: 0.1em;
    }
    
    .contact-items .item>.text .name {
        margin: 5px 0 20px;
    }
    
    .contact-items .item>.text .name .jp {
        margin-top: 10px;
        padding-left: 0;
    }
    
    .contact-items .item>.text .name .jp:before {
        display: none;
    }
    
    .contact-items .item>.text .name .en {
        font-size: 22px;
    }
    
    .contact-items .item>.text .career {
        margin: 0 auto;
        text-align: left;
        max-width: 450px;
    }
    
    .contact-items .item>.text .comment {
        max-width: 450px;
        padding: 20px 5%;
        margin: 20px auto 0;
        font-size: 13px;
        text-align: left;
    }
    
    .contact-items .item>.text .comment:after {
        left: 0;
    }
}
@media only screen and (max-width: 414px) {
    .contact-items .item>.image {
        max-width: 200px;
    }
}


#contact_box {
  max-width: 1000px;
  margin: 0 auto;
}

#contact_box .pickup {
  padding: 30px 40px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 0.5em;
}

#contact_box .pickup.mt {
  margin-top: 30px;
}

#contact_box .pickup .img_pickup {
  width: 100px;
  margin-left: -50px;
  margin-bottom: 20px;
}

#contact_box .pickup .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

#contact_box .pickup  p{
  font-size:1.2em;
}

#contact_box .pickup .phone_num{
    font-weight:600;
    font-size: 1.8em;
  color:#000;
}

#contact_box .pickup .phone_num:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f095";
    padding-right: 5px;
    color: #ef9c00;
    font-size: 0.8em;
}


#contact_box .pickup .title:before {/* font-family: 'Font Awesome 6 pro'; *//* content: "\f097"; *//* padding-right: 5px; *//* color: #151b39; *//* font-size: 1.10em; */}








#contact_box .pickup .title span {
  font-size: 0.8rem;
  font-size: 1.2rem;
  display: block;
  margin-left: 10px;
}


@media screen and (max-width: 1024px) {
  #contact_box .pickup .title {
      flex-direction: column;
  }
}



@media only screen and (max-width: 414px) {

  #contact_box .pickup {
    padding: 30px 20px;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 0.5em;
  }

  #contact_box .pickup h2{
    font-size: 19px;
  }
   #contact_box .pickup p{
    font-size:15px
  }
   

  
  #contact_box .pickup.mt {
    margin-top: 30px;
  }
  
  #contact_box .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
  }
  
  #contact_box .pickup .title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
  }


  #contact_box .pickup .title {
  /* display: flex; */
  flex-direction: row;
  }
  

}

@import url("https://fonts.googleapis.com/css?family=Fjalla+One");.container .mv-block {
  position: relative
}

.container .mv-block .mv {
  min-height: 35rem;
  padding-bottom: 25%;
  background: url(/common/img/voice/mv_voice.jpg) no-repeat center center;
  background-size: cover
}

.container .mv-block .mv-catch {
  position: absolute;
  top: 48.57143%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%)
}

.container .mv-block .mv-catch p {
  color: #fff;
  line-height: 1.5
}

.container .mv-block .mv-catch span.small {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: .5rem .8rem;
  background: #0e62aa;
  font-size: 1.8rem;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: .25rem;
  line-height: 1;
  border: none
}

.container .mv-block .mv-catch span.lg {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1
}

.container .block {
  padding: 6rem 0 10rem
}

.container .block h3 {
  margin-bottom: 6rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.6
}

.container .course-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}

.container .course-list .course-box {
  width: 48.4375%;
  margin-bottom: 3.90625%
}

.container .course-list .course-box .course-img img {
  width: 100%;
  height: auto
}

.container .course-list .course-box .course-txt {
  padding: 2.3rem 10px 3rem;
  color: #fff;
  text-align: center
}

.container .course-list .course-box .course-txt .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5
}

.container .course-list .course-box .course-txt .txt span {
  display: inline-block
}

.container .course-list .course-box .course-txt h4 {
  margin: 1rem 0 .5rem;
  font-size: 4rem;
  line-height: 1.2
}

.container .course-list .course-box .course-txt .year {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold
}

.container .course-list .course-box .course-txt .btn {
  width: 60.48387%;
  min-width: 220px
}

.container .course-list .course-box .course-txt .btn a {
  padding: .5rem 0;
  background: #191b1c
}

.container .course-list .course-box .course-txt .btn a:hover {
  color: #000;
  background: #fff
}

.container .course-list .course-box.trainer {
  background: #ea281d
}

.container .course-list .course-box.harikyu {
  background: #f77309
}

.container .course-list .course-box.judo-therapist {
  background: #04ad38
}

.container .course-list .course-box.care-welfare {
  background: #f33e70
}

@media (max-width: 1124px) {
  .container .course-list .course-box .course-txt h4 {
      font-size:3rem
  }
}

@media (max-width: 1024px) {
  .container .block h3 {
      font-size:calc((30 - 24) * ((100vw - 375px) / (1024 - 375)) + 2.4rem)
  }

  .container .course-list .course-box .course-txt .txt {
      font-size: calc((18 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem)
  }

  .container .course-list .course-box .course-txt .txt span {
      display: block
  }

  .container .course-list .course-box .course-txt h4 {
      font-size: calc((26 - 20) * ((100vw - 375px) / (1024 - 375)) + 2rem)
  }

  .container .course-list .course-box .course-txt .year {
      font-size: calc((18 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem)
  }

  .container .course-list .course-box .course-txt .btn a {
      font-size: calc((18 - 16) * ((100vw - 375px) / (1024 - 375)) + 1.6rem)
  }
}

@media (max-width: 640px) {
  .container .mv-block .mv {
      min-height:21rem;
      padding-bottom: 56%;
      background: url("/common/img/report/sp-mv.jpg") no-repeat;
      background-size: cover
  }

  .container .mv-block .mv-catch {
      position: absolute;
      top: 42.85714%;
      left: 50%;
      text-align: center;
      transform: translateX(-50%)
  }

  .container .mv-block .mv-catch span.small {
      margin-bottom: .8rem;
      font-size: 1.2rem
  }

  .container .mv-block .mv-catch span.lg {
      font-size: 2.6rem
  }

  .container .block {
      padding: 4rem 0 8rem
  }

  .container .block h3 {
      margin-bottom: 3rem;
      font-size: 2rem
  }

  .container .course-list {
      display: block
  }

  .container .course-list .course-box {
      width: 100%;
      margin-bottom: 8.95522%
  }

  .container .course-list .course-box .course-txt {
      padding: 2rem 1rem
  }

  .container .course-list .course-box .course-txt .txt {
      font-size: 1.4rem
  }

  .container .course-list .course-box .course-txt .txt span {
      display: inline-block
  }

  .container .course-list .course-box .course-txt h4 {
      font-size: 2.4rem
  }

  .container .course-list .course-box .course-txt .year {
      font-size: 1.4rem
  }

  .container .course-list .course-box .course-txt .btn {
      width: 61.19403%
  }

  .container .course-list .course-box .course-txt .btn a {
      font-size: 1.6rem
  }
}

@import url("https://fonts.googleapis.com/css?family=Fjalla+One");.container .mv-block {
  position: relative
}

.container .mv-block .mv {
  min-height: 35rem;
  padding-bottom: 25%;
  background: url(/common/img/voice/mv_voice.jpg) no-repeat center center;
  background-size: cover;
  /* background: #eeede6; */
}

.container .mv-block .mv-catch {
  position: absolute;
  top: 48.57143%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%)
}

.container .mv-block .mv-catch p {
  color: #fff;
  line-height: 1.5
}

.container .mv-block .mv-catch span.small {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: .5rem .8rem;
  background: #d85d5d;
  font-size: 1.8rem;
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: .25rem;
  line-height: 1;
  border: none
}

.container .mv-block .mv-catch span.lg {
  display: block;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.container .block {
  padding: 0rem 0 0rem;
}

.container .block h3 {
  margin-bottom: 6rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.6
}

.container .block h4 {
  margin-bottom: 6rem;
  font-size: 3rem;
  text-align: center;
  line-height: 1.6
}


.wrap_2 {
  /* max-width: 1200px; */
  width: 100%;
  margin: 0 auto;
  background: #eee;
  padding-top: 50px;
  padding-bottom: 6em;
}


.wrap_box{
  width:1200px;
  width: 100%;
  margin: 0em auto;
  padding-top: 6em;
  background: #fff;
  border-radius: 0.5EM;
  padding: 6em;
  margin-bottom: 20px!important;
}


@media (max-width: 640px) {
.wrap_box{
  width: 100%;
  margin: 0em auto;
  padding-top: 2em;
  background: #fff;
  border-radius: 0.5EM;
  padding: 2em;
}
}




.container .course-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}

.container .course-list .course-box {
  width: 48.4375%;
  margin-bottom: 3.90625%
}

.container .course-list .course-box .course-img img {
  width: 100%;
  height: auto
}

.container .course-list .course-box .course-txt {
  padding: 2.3rem 10px 3rem;
  color: #fff;
  text-align: center
}

.container .course-list .course-box .course-txt .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5
}

.container .course-list .course-box .course-txt .txt span {
  display: inline-block
}

.container .course-list .course-box .course-txt h4 {
  margin: 1rem 0 .5rem;
  font-size: 4rem;
  line-height: 1.2
}

.container .course-list .course-box .course-txt .year {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold
}

.container .course-list .course-box .course-txt .btn {
  width: 60.48387%;
  min-width: 220px
}

.container .course-list .course-box .course-txt .btn a {
  padding: .5rem 0;
  background: #191b1c
}

.container .course-list .course-box .course-txt .btn a:hover {
  color: #000;
  background: #fff
}

.container .course-list .course-box.trainer {
  background: #ea281d
}

.container .course-list .course-box.harikyu {
  background: #f77309
}

.container .course-list .course-box.judo-therapist {
  background: #04ad38
}

.container .course-list .course-box.care-welfare {
  background: #f33e70
}

@media (max-width: 1124px) {
  .container .course-list .course-box .course-txt h4 {
      font-size:3rem
  }
}

@media (max-width: 1024px) {
  .container .block h3 {
      font-size:calc((30 - 24) * ((100vw - 375px) / (1024 - 375)) + 2.4rem)
  }

  .container .course-list .course-box .course-txt .txt {
      font-size: calc((18 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem)
  }

  .container .course-list .course-box .course-txt .txt span {
      display: block
  }

  .container .course-list .course-box .course-txt h4 {
      font-size: calc((26 - 20) * ((100vw - 375px) / (1024 - 375)) + 2rem)
  }

  .container .course-list .course-box .course-txt .year {
      font-size: calc((18 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem)
  }

  .container .course-list .course-box .course-txt .btn a {
      font-size: calc((18 - 16) * ((100vw - 375px) / (1024 - 375)) + 1.6rem)
  }
}

@media (max-width: 640px) {
  .container .mv-block .mv {
      min-height:21rem;
      padding-bottom: 56%;
      background: url("/common/img/voice/sp_mv_index.jpg") no-repeat;
      background-size: cover
  }

  .container .mv-block .mv-catch {
      position: absolute;
      top: 42.85714%;
      left: 50%;
      text-align: center;
      transform: translateX(-50%)
  }

  .container .mv-block .mv-catch span.small {
      margin-bottom: .8rem;
      font-size: 1.2rem
  }

  .container .mv-block .mv-catch span.lg {
      font-size: 2.6rem
  }

  .container .block {
      padding: 4rem 0 8rem
  }

  .container .block h3 {
      margin-bottom: 3rem;
      font-size: 2rem
  }

  .container .course-list {
      display: block
  }

  .container .course-list .course-box {
      width: 100%;
      margin-bottom: 8.95522%
  }

  .container .course-list .course-box .course-txt {
      padding: 2rem 1rem
  }

  .container .course-list .course-box .course-txt .txt {
      font-size: 1.4rem
  }

  .container .course-list .course-box .course-txt .txt span {
      display: inline-block
  }

  .container .course-list .course-box .course-txt h4 {
      font-size: 2.4rem
  }

  .container .course-list .course-box .course-txt .year {
      font-size: 1.4rem
  }

  .container .course-list .course-box .course-txt .btn {
      width: 61.19403%
  }

  .container .course-list .course-box .course-txt .btn a {
      font-size: 1.6rem
  }
}

.page-section {
  margin: 60px auto;
  /* width: 100%; */
  max-width: 1180px;
  padding: 40px 5%;
  background: #fcf8e3;
  border: #f5f5f5 1px solid;
  /* border-left: none; */
  -webkit-border-radius: 0px 15px 0 0px;
  border-radius: 0px 15px 0 0px;
  /* font-family: dnp-shuei-mgothic-std, sans-serif; */
}

.page-section:first-child {
  margin-top: 50px;
}


.page-section p{font-size:18px;}


.txtCatch{font-size:20px}



.btn_area {
  display: flex;
  width: 100%;
  margin-top: 80px;
}



.btn_set {
  width: 33.333%
}

@media (max-width: 640px) {

  .btn_area {
      display: flex;
      flex-wrap:wrap;
  }
  .btn_set {
  width: 100%
}
}


.button-a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 250px;
  margin: 2.5em auto;
  padding: 1.5em 2em;
  border: none;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}

.button-a:hover {
  background-color: #1579c0;
  cursor: pointer
}

.button-a.trainer {
  background-color: rgba(234, 40, 29, .75);
}

.button-a.trainer:hover {
  background-color: rgb(234 40 29 / .80);
  cursor: pointer
}

.button-a.harikyu {
  background-color: orange;
}

.button-a.harikyu:hover {
  background-color: #ff9900;
  cursor: pointer
}

.button-a.jusei {
  background-color: green;
}

.button-a.jusei:hover {
  background-color: #017001;
  cursor: pointer
}

.button-a.kaigo {
  background-color: #ff98aa;
}

.button-a.kaigo:hover {
  background-color: #f78c9f;
  cursor: pointer
}


.button-a span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5.5em;
  left: -1.4em;
  width: 6.8em;
  height: 6.8em;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #2589d0;
  font-size: 0.9em;
  line-height: 1.8;
}

.button-a.trainer span {
  color: rgba(234, 40, 29, .75);
}

.button-a.harikyu span {
  color: orange;
}

.button-a.jusei span {
  color: green;
}

.button-a.kaigo span {
  color: #ff98aa;
}

.button-a span::after {
  position: absolute;
  bottom: .9em;
  right: -.2em;
  width: 1.2em;
  height: 1.2em;
  background-color: #f5f5f5;
  clip-path: polygon(40% 0, 100% 100%, 0% 90%);
  content: '';
}

/*
.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;
  }
}

.page-section.dashed {
  border: #111 1px dashed;
}

.page-section .lead-image {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.page-section-header {
  text-align: left;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 800!important;
}

.page-section-header:before {
  content:'';
}

.page-section-header .lead {
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.page-section-header .caption {
  margin-top: 30px;
}

.section-body-lead {
  margin-top: -15px;
  text-align: center;
}

.section-body-lead p {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
}

.section-body-lead p br.mobile {
  display: none
}

; @media only screen and (max-width: 738px) {
  .section-body-lead {
      text-align: center;
  }

  .section-body-lead p {
      display: inline-block;
      font-size: 13px;
      line-height: 1.9;
      font-weight: 400;
      /* ? text-align: left;*/
  }
}

.archive-menu-items {
}

.archive-menu-items .item {
  padding: 60px 0;
  border-top: #d9e3e5 1px solid;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
}

.archive-menu-items .item:first-child {
  padding-top: 0;
  border: none;
}

.archive-menu-items .item:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .archive-menu-items .item {
      padding: 50px 0;
  }
}

@media only screen and (max-width: 738px) {
  .archive-menu-items .item {
      padding: 45px 0;
  }
}

.archive-menu-items .item>.image {
  width: 40%;
  padding: 0 2%;
  /* float: left; */
  position: relative;
  /* -webkit-border-radius: 100%; */
  border-radius: 100%;
}

.archive-menu-items .item>.image img {
  width: 100%;
  /* float: left; */
  /* position: relative; */
  /* -webkit-border-radius: 100%; */
  /* border-radius: 100%; */
  border-radius: 1em;
}

.jimukyoku {
  padding: 2%;
  margin-top: 10px;
}

.jimukyoku p {
  padding: 2%;
}

.archive-menu-items .item>.text {
  /* float: right; */
  /* width: 50%; */
  flex: 0 0 60%;
  padding: 0 2%;
}

.archive-menu-items .item>.text .oyasumi {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #a32b2e;
}

.archive-menu-items .item>.text .oyasumi:before {
  font-family: 'themify';
  content: "\e617";
}

.archive-menu-items .item>.text .role {
  display: inline-block;
  font-size: 15px;
  /* font-family: 'Overpass', sans-serif; */
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.archive-menu-items .item>.text .role:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  content: "";
  background: #f9c986;
  z-index: -1;
}

.archive-menu-items .item>.text .name {
  margin: 0px 0 12px;
  color: #0b0b0b;
  font-size: 25px;
  font-weight: 600;
}

.u_orange {
  background: linear-gradient(transparent 60%, #ffde00 60%);
}

.archive-menu-items .item>.text .name .jp {
  margin-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-weight: 400;
  letter-spacing: 4px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 0;
}

.jp span {
  font-size: 23px;
}

.archive-menu-items .item>.text .name .jp:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 0;
  content: "";
  border-top: #0d0d0d 1px solid;
  z-index: -1;
}

.archive-menu-items .item>.text .name .en {
  font-size: 26px;
  /* font-family: 'Overpass', sans-serif; */
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.5em;
}

.archive-menu-items .item>.text .comment {
  padding: 25px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.9;
  position: relative;
  z-index: 0;
  background: #ddd;
  background: #ffbc5f;
  border: #f5f5f5 1px solid;
  /* border-left: none; */
  -webkit-border-radius: 0px 15px 0 0px;
  border-radius: 0px 15px 0 0px;
}

.archive-menu-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;
}

.archive-menu-items .item>.text_a {
  float: left;
  width: 48%;
  margin: 1%;
}

.archive-menu-items .item>.text_a .role {
  display: inline-block;
  font-size: 14px;
  /* font-family: 'Overpass', sans-serif; */
  font-weight: 400;
  letter-spacing: 0.125em;
  line-height: 1.4;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
}

.archive-menu-items .item>.text_a .role:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 50%;
  content: "";
  background: #ddd;
  z-index: -1;
}

.archive-menu-items .item>.image .career span {
  background: #e5e5e5;
  padding: 0.2em 0.3em;
  /* border-radius: 1em; */
  font-size: 15px;
  /* color: #fff; */
  margin: 0 0.2em;
}

.archive-menu-items .item>.text .career span {
  background: #fff2ac;
  padding: 0.2em 0.3em;
  /* border-radius: 1em; */
  font-size: 15px;
  /* color: #fff; */
  margin: 0 0.2em;
}

@media only screen and (max-width: 500px) {
  .archive-menu-items .item>.text .career span {
      display:block;
      margin-bottom: 5px;
  }

  .archive-menu-items .item>.image .career span {
      display: block;
      margin-bottom: 5px;
  }
}

@media only screen and (max-width: 900px) {
  .archive-menu-items .item>.text .name .en {
      font-size: 25px;
  }

  .archive-menu-items .item>.text .comment {
      margin-top: 20px;
      padding: 20px 25px 20px 0;
      font-size: 16px;
  }

  .archive-menu-items .item>.text .comment:after {
      left: -25px;
  }
}

@media only screen and (max-width: 738px) {
  .archive-menu-items .item>.image {
      margin: 0 auto;
      width: 100%;
      /*         max-width: 250px; */
      float: none;
      display: block;
  }

  .archive-menu-items .item>.text {
      /* float: none; */
      width: 100%;
      margin: 25px 0 0;
      text-align: center;
      display: block;
      flex: 0 0 100%;
  }

  .archive-menu-items .item>.text .name {
      margin-bottom: 20px;
      text-align: center;
  }

  .archive-menu-items .item>.text .role {
      font-size: 13px;
      letter-spacing: 0.1em;
  }

  .archive-menu-items .item>.text .name {
      margin: 5px 0 20px;
  }

  .archive-menu-items .item>.text .name .jp {
      margin-top: 10px;
      padding-left: 0;
  }

  .archive-menu-items .item>.text .name .jp:before {
      display: none;
  }

  .archive-menu-items .item>.text .name .en {
      font-size: 22px;
  }

  .archive-menu-items .item>.text .career {
      margin: 0 auto;
      text-align: left;
      max-width: 450px;
  }

  .archive-menu-items .item>.text .comment {
      /* max-width: 450px; */
      padding: 20px 5%;
      margin: 20px auto 10px;
      /* font-size: 13px; */
      text-align: left;
  }

  .archive-menu-items .item>.text .comment:after {
      left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .archive-menu-items .item>.image {
      max-width: 300px;
  }

  .archive-menu-items .item>.image img {
      max-width: 100%;
  }

  .archive-menu-items .item>.text_a {
      float: left;
      width: 98%;
      margin: 1%;
  }

  .archive-menu-items .item>.text .role {
      font-size: 15px;
  }
}

.stepBox_wrap {
  position: relative;
  margin: 2em auto;
  padding: 25px 10px 7px;
  /* max-width: 1200px; */
  width: 100%;
  border: solid 1px #fe9e1a;
}

.stepBox_wrap .box-title {
  position: absolute;
  display: inline-block;
  top: -15px;
  left: 20px;
  padding: 0 9px;
  /* height: 40px; */
  line-height: 2;
  font-size: 17px;
  background: #e78600;
  border-radius: 1em;
  color: #ffffff;
  font-weight: bold;
  /* font-family: 'Abel', sans-serif; */
  letter-spacing: 0.1em;
}

.stepBox_wrap p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 16px;
  /* color: #000; */
}

.menuTable {
  margin-top: 30px;
  /* margin-bottom: 100px; */
  width: 100%;
}

.menuTable th, .menuTable td {
  border: 1px dashed #d6d6d6;
  text-align: left;
  font-size: 16px;
}

.menuTable th {
  width: 80%;
  border-left: 0;
  padding: 10px 1% 10px;
  font-weight: 400;
}

.menuTable td {
  border-right: 0;
  padding: 10px 15px 10px 10px;
  text-align: right;
}

.menuTable tr {
  border-bottom: dashed 1px #eee;
  /*   cursor: pointer; */
}

/*   .menuTable tr:hover{
background-color: #9E9E9E;
color:#fff;

} */
.menuTable th:before {
  font-family: 'themify';
  content: "\e724";
  /* color: #d00e00; */
  left: 0;
  padding-right: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 500px) {
  .menuTable th {
      width: 75%;
      border-left: 0;
      padding: 18px 0 16px;
  }

  .menuTable td {
      border-right: 0;
      padding: 10px 10px 10px 10px;
      text-align: right;
  }
}

.ha_viewarea-inner {
}

.ha_viewarea-inner {
  margin: 0 auto;
  /* width: 100%; */
  max-width: 1180px;
  padding: 70px 1%;
  background: #fefefe;
  border: #f5f5f5 1px solid;
  background: #f3f3f3;
  /* border-left: none; */
  -webkit-border-radius: 0px 15px 0 0px;
  border-radius: 0px 15px 0 0px;
  /* font-family: dnp-shuei-mgothic-std, sans-serif; */
}

.ha_viewarea-inner .wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.ha_viewarea-inner .wrap {
}

.qa_Area {
  display: -webkit-flex;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}

.qa_Box {
  /* width: 300px; */
  /* height: 300px; */
  /* 	width: calc(100% / 2);
border: 1px solid #ddd;
padding: 1%;
margin: 1% 0.1%; */
  /* display: flex; */
  flex-wrap: wrap;
  border: 1px solid #eee;
  padding: 1.5em;
  margin: 1em 0.5% 1em;
  border-radius: 1em;
  /* 	background: #f9f9f9; */
}

.qa_Box_bg01 {
  background: #e7f6ff;
}

.qa_Box_bg02 {
  background: #edf7ff;
}

.qa_Box_bg03 {
  background: #d4fbff;
}

.qa_Box_bg04 {
  background: #f8f8f8;
}

.pla_col_1 {
  width: 100%;
}

.pla_col_2 {
  width: 48%;
}

.pla_col_3 {
  width: 32%;
}

.qa_Box .index_timg {
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .pla_col_2 {
      width: 100%;
  }

  .pla_col_3 {
      width: 100%;
  }
}

.set_0 {
  margin-bottom: 10px;
  margin-top: 30px;
}

.set_0 h5 {
  color: #333;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 10px!important;
}

@media screen and (max-width: 600px) {
.set_0 h5 {
   font-size: 18px;
   line-height:1.5;
   text-align: center;
   margin-bottom: 10px;
}

}


.if_sp{display:none}

@media screen and (max-width: 600px) {
.if_sp{display:block}
}



.set_0_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: space-between;
}

.set_0_box_img {
  width: 45%;
  /* padding:10px; */
}

.set_0_box_img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
.set_0_box {
  flex-wrap: wrap;
  flex-direction:column;
}
  .set_0_box_img {
  width: 80%;
  margin: 0 10%;
}

  .set_0_box_img img {
  width: 100%;

}  

}




p.mh-school{font-size:15px}




/* .set_0_box_img img{width:40%} */
.set_0_box_txt {
  width: 50%;
  padding: 1%!important;
  border: 1px solid #ddd;
}



.set_0_box_txt p{font-size: 16px;/* font-weight: 600; */}





@media screen and (max-width: 600px) {
.set_0_box_txt {
  width: 100%;
  padding: 20px;
}
}

.set_0_box_txt2 {
  width: 100%;
  padding: 0 10px;
}

.set_0 p {
  /* font-size: 18px; */
}

.u_blue {
  background: linear-gradient(transparent 60%, #ffde00 60%);
}

.u_red {
  /* background: linear-gradient(transparent 50%, #fa3345 50%); */
  color: #fa3345;
  font-weight: 800;
}

.nami {
  text-decoration: underline wavy;
  color: #E91E63;
  background: linear-gradient(transparent 30%, #ffffb5 0%);
}

.u_nami {
  background: linear-gradient(transparent 50%, #4caf503b 50%);
}

.set_1 {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
  margin-top: 10px;
}

.set_1 h5 {
  font-size: 22px;
  width: 100%;
  color: #0e62aa;
  text-align: left;
}

@media screen and (max-width: 600px) {

  .set_1 h5 {
      font-size: 20px;
  }

}

.set_1 p {
  font-size: 18px;
  /* width: calc(100% - 120px); */
  font-weight: 600;
}

.repo {
  display: flex
}

.repo_img {
  width: 25%;
}
.repo_txt {
  padding: 10px;
  width: 75%;
}

.repo_txt p {
  font-size: 16px;
}

.txt_q {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  /* line-height: 1.8; */
  font-weight: 900;
  color: #0e62aa;
  margin-bottom: 10px;
}

.txt_q span {
  /* 	border:1px solid #ddd; */
  /* padding:5px 10px; */
  /* color:#fff; */
  /* background:#3c763d; */
  /* border-radius:1em; */
}

.txt_q .facebookBtn:before {
  content: "\e741";
  color: #3765a3;
}

.txt_a {
  font-size: 16px;
  line-height: 1.8;
}

.txt_a img {
  /*   height:100%;
height:100px */
}

.txt_a img, .txt_q img {
  max-width: 100px;
  /* padding: 2%; */
  border-radius: 3%;
  margin: 1%;
  width: 98%;
  padding: 0.5%;
  /*     transform: rotate( -10deg ); */
}

.txt_b {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
  color: #004a89;
  background: #fff;
  padding: 10px;
  border-radius: 0.5em;
}

.txt_a img {
  /*   height:100%;
height:100px */
}

.inview_fx {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.line_b {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.babox {
  display: flex;
  width: 90%;
  margin: 10px auto;
}

.ba_img {
  padding: 10px;
}

.ba_img img {
  border-radius: 0.5em
}



/* ===============================================
topCard Styling
=============================================== */
.card_container {
  max-width: 1200px;
  padding: 20px 20px;
  margin: 80px auto;
  width: 100%;
  border-top: 1px solid #DDD;
}
.card_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* width: 100%; */
  padding:0 20px;
  gap: 20px;
}

.card  {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px;
  padding:20px 15px;
  border-radius: 5px;
  color: #323232 !important;
  text-decoration: none !important;
}
.card:hover  {
  transition: all .4s;
  opacity: .7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card_title {
  font-size: clamp(0.75rem, 0.375rem + 0.781vw, 1rem);
  text-align: center;
  padding-bottom: 10px;
  font-size: 1em;
}
.card_img {
  padding-top: calc(363 / 600 * 100%);
  position: relative;
}
.card_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card_text {
  font-size: 15px;
  padding: 10px 0;
  flex-grow: 1;
}
.card_link {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 6px ;
}
.card_link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 2px;
  background-color: #d8c9c9;
}

 @media only screen and (max-width: 738px) {

.card_container {width: 92%;margin: 0 4%;padding: 0 0 50px;}
.card_wrapper {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  /* width: 100%; */
  padding:0 20px;
  gap: 20px;
}


     
  .card_wrapper {
      grid-template-columns: repeat(1,1fr);
      padding: 0;
      width: 100%;
      }
 }



.profile_info dl {
display: flex;
flex-wrap: wrap;
font-size: 16px;
font-weight: 600;
}
.profile_info dt {
width: 25%;
padding: 10px;
/* background-color: #DADADA; */
margin: 0 0 0px 0;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
display: flex;
align-items: center;
justify-content: left;
border-bottom: 1px solid #ddd;
}
.profile_info dd {width: 68%;padding: 10px;/* background-color: #F3F3F3; */margin: 0 0 0px 0;border-bottom: 1px solid #ddd;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}

@media only screen and (max-width: 600px) {
.profile_info dt {
width: 40%;
padding: 10px;
}
.profile_info dd {
width: 60%;
padding: 10px;

}
}



