.desktop {
  display: block; width: 100%;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;width: 100%;
  }
}

main { line-height: 2rem; padding-bottom: 3%;}
@media (max-width: 1200px) {
    main {padding-bottom: 40px;}
}

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 3%;
}
.content-pd { padding: 0 15px; }

.txt-zone {
  margin: 0 auto 2% auto;
  width: 100%;
}
.txt-zone a:hover {
  color: #007bff;
}

h1 {font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  padding: 5px 15px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 20px 0;
  color: #fff;
  background: linear-gradient(90deg, #00893f 50%, #7e2424 100%);
  border-radius: 0 25px 25px 0;
  /*border-left: 8px solid #11637a;*/}
.display h1 {font-size: 2rem;}
@media (max-width: 1024px) {
    .display h1 {font-size: 1.7rem;}
}

.sub_wrap {display: flex; flex-flow: wrap; align-items: flex-start;}
.sub_wrap_menu {width: 277px; position: sticky; top: 90px; max-height: calc(100vh - 110px); overflow-y: auto;}
.sub_wrap_main {width: 100%;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: calc(100% - 277px); padding: 0 0 0 30px; position: relative; z-index: 1;}
.sub_wrap_main_full {position: absolute; top: -21px; left: 30px; z-index: 100; width: 40px; height: 20px; border: 1px solid #ccc; border-radius: 5px; background: #fff; cursor: pointer; opacity: 0; transition: all 0.5s ease 0s;}
.sub_wrap > .sub_wrap_menu + .sub_wrap_main:hover .sub_wrap_main_full {opacity: 1;}
.sub_wrap_main_full span {position: absolute; width: 5px; height: 5px; border-style: solid; border-color: #ccc; transform: rotate(0deg); opacity: 1; transition: all 0.5s ease 0s;}
.sub_wrap_main_full span:nth-child(1) {left: 3px; top:2px; border-width: 2px 0 0 2px;}
.sub_wrap_main_full span:nth-child(2) {right: 3px; top:2px; border-width: 2px 2px 0 0;}
.sub_wrap_main_full span:nth-child(3) {right: 3px; bottom:2px; border-width: 0 2px 2px 0;}
.sub_wrap_main_full span:nth-child(4) {left: 3px; bottom:2px; border-width: 0 0 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_menu {display: none;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0;}
.sub_wrap_menu_hide > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
.sub_wrap_menu_hide .sub_wrap_main_full {left: 0; opacity: 1;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(1) {height: 14px; width: 10px; border-width: 2px 2px 2px 2px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(2) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(3) {width: 17px; height: 10px;}
.sub_wrap_menu_hide .sub_wrap_main_full span:nth-child(4) {left: 17px; bottom: 7px; transform: rotate(45deg);}
@media (max-width: 1024px) {
    .sub_wrap_menu {width: 100%; position: relative; z-index: 10; top: auto; max-height: none; overflow-y: inherit;}
    .sub_wrap > .sub_wrap_menu + .sub_wrap_main {width: 100%; padding: 0; position: relative; z-index: 1;}
    .sub_wrap > .sub_wrap_menu + .sub_wrap_main .container {max-width: 100%;}
    .sub_wrap_main_full {display: none;}
}

/*h1.title {
  display: block;
  margin: 0 auto 3% auto;
  text-align: center;
  font-size: 2rem;
}
h1.title:after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  margin: 10px auto;
  background-image: linear-gradient(135deg, #2a4d9c 10%, #91cded 100%);
}*/

/* Breadcrumbs ======================================================================= */
.breadcrumbs {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  line-height: 1.15;
}
.breadcrumbs ul {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 1rem;
}
.breadcrumbs ul li {
  position: relative;
  padding: 5px 20px 5px 0;
  display: inline-block;
  font-size: 0.75rem;
  color: #7e2424;
  line-height: inherit;
}
.breadcrumbs ul li a {
  color: #333;
}
.breadcrumbs ul li a:hover {
  color: #7e2424;
  text-decoration: underline;
}
.breadcrumbs ul li:before {
  content: ""; position: absolute; right: 8px; top:8px; width: 8px; height: 8px; border-width: 1px 1px 0 0; border-style: solid; border-color: #ccc; transform: rotate(45deg); transition: all 0.5s ease 0s;
}
/*.breadcrumbs ul li:after {
  position: absolute;
  top: 6px;
  right: -15px;
  content: "";
  transform: skew(45deg, 0);
  height: 25%;
  width: 1px;
  background: #ccc;
  border-right: 1px solid #ccc;
}*/
.breadcrumbs ul li:last-child:before {
  display:none;
}
/*.breadcrumbs ul li:last-child:after {
  display:none;
}*/

/* Pagination ======================================================================= */
.page-number {
  margin: 30px 0;
  text-align: center;
}
.page-number ul {
  list-style-type: none;
}
.page-number li {
  position: relative;
}
.page-number a {
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
  margin: auto 5px;
  display: inline-block;
  color: #000;
}
.page-number a:hover {
  color: #04caf7;
}
.page-number a.page-active {
  border: 3px solid #04caf7;
  border-radius: 100%;
}
.page-number a.page-prev, .page-number a.page-next {
  border-radius: 100%;
  color: #fff;
  background-color: #04caf7;
  text-indent: -777px;
}
.page-number a.page-prev li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 7px;
  top: 7px;
  background: url(icons/icon-page-prev.svg) no-repeat;
}
.page-number a.page-next li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 8px;
  top: 7px;
  background: url(icons/icon-page-next.svg) no-repeat;
}

/* Table Style ============================================================ */
.table_scroll {
  overflow-x: auto;
}
.table_scroll > table {
  min-width: 700px;
}

.model-table {
  width: 100%;
  min-width: 800px;
  margin: 2% auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.model-table thead tr {
  background: #333;
  color: #fff;
}
.model-table thead tr th {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.model-table thead tr th:first-of-type {
  border-left: none;
}
.model-table th, .model-table td {
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.8rem;
}
.model-table td {
  border-left: 1px solid #eee;
}
.model-table tbody {
  color: #201c1d;
}
.model-table tbody tr {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.model-table tbody tr td:last-child {
  border-right: 1px solid #eee;
}
.model-table tbody tr:nth-of-type(odd) {
  background: #fff;
}
.model-table tbody tr:nth-of-type(even) {
  background: #fafafa;
}
.model-table img {
  vertical-align: middle;
  margin: 5px;
}

.img-s {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.table_scroll{overflow-x: auto; display: block; padding-bottom:0px; margin-bottom: 0px;}
.table_scroll > table {min-width: 900px;}
.datatable { vertical-align: top;  width:100%;  overflow-x: auto;  background: #e0e0e0; border-spacing: 1px; border-collapse: inherit;}
.datatable th { padding:4px 10px; font-size: 1.07rem; color: #fff; background: #444; font-weight: 700; text-align: center; }
.datatable td { padding:4px 10px; font-size: 1.07rem; font-weight: normal; background: #fff; text-align: center;}
.datatable td:nth-child(odd) { background: #eee;}

.datatable tbody tr:first-child {
  border-top: 1px solid #eee;
}
.datatable tbody tr:last-child {
  border-bottom: 1px solid #eee;
}
.datatable tbody tr td:last-child {
  border-right: 1px solid #eee;
}

.post-edit {
  margin: 1% auto;
  /*max-width: 1170px;*/
  padding: 20px 0;
  word-wrap: break-word;
}
.post-edit p {
  font-size: 1rem;
  line-height: 2rem;
}
.post-edit li {
  font-size: 1rem;
  line-height: 2rem;
}
.post-edit a:hover {
  color: #3e79ea;
}
.post-edit ul, .post-edit ol {
  padding-left: 20px;
}
@media (max-width: 575px) {
    .post-edit {padding: 20px 0;}
}

/* Hashtag ===================================================================== */
.hashtag-common {
  position: relative;
  /*max-width: 1170px;*/
  margin: 0 auto;
  margin-top: 20px;
}
.hashtag-common-icon {
  position: absolute;
  left: 5px;
  top: 6px;
}
.hashtag-common ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
}
.hashtag-common li {
  list-style: none;
}
.hashtag-common li a {
  display: block;
  font-size: 0.9rem;
  background-color: #e7e7e7;
  border: 1px solid #d9d9d9;
  padding: 5px 12px;
  margin-bottom: 10px;
  border-radius: 50px;
  margin-right: 10px;
  color: #8b8b8b;
  line-height: 1.2;
  transition: all 0.5s;
}
.hashtag-common li a:hover, .hashtag-common li a.selected {
  color: #fff;
  font-weight: bold;
  background-color: #7e2424;
}


/* leftMenu */
.leftMenu ul, .leftMenu ul li {list-style-type:none; margin: 0; padding: 0;}
.leftMenu ul {width: 100%; background: #fff; }
.leftMenu ul:nth-child(2) {width: 100%;  }
.leftMenu ul li.menu-title a{ color:#fff; font-size: 1.1rem; line-height: 1.5rem; background:#5a0707; }
.leftMenu ul:nth-child(2) li.menu-title a{ background:#11637a; }
.leftMenu ul li:hover.menu-title a{ color:#fff; }
.leftMenu ul:nth-child(2){margin-bottom:0px;}
.leftMenu > ul ul {display: none; background:#91cded;}
.leftMenu ul li {position: relative; z-index: 1;font-size: 1rem;  line-height: 20px; border-bottom: 1px solid #e7e7e7;}
/*.leftMenu ul li:last-child {border-bottom: 0;}*/
.menu_dot {position: absolute; top: 6px; right: 0px; z-index: 99; width: 30px; height: 30px; cursor: pointer;}
.menu_dot::before {content: ''; width: 12px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 12px; left: 7px; z-index: 99; transition: all 0.5s ease 0s;}
.menu_dot::after {content: ''; width: 2px; height:12px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 12px; z-index: 99; transition: all 0.5s ease 0s;}
.leftMenu .menu_dot_open{top:6px; }
.leftMenu .menu_dot_open::before {background-color: #fff;}
.leftMenu .menu_dot_open::after { display: none;}
.leftMenu a:link, .leftMenu a:visited {text-decoration:none; color:#222; background-color: transparent; padding: 10px 25px; display: block; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.leftMenu a:active, .leftMenu a:hover {text-decoration:none; color:#fff; background-color:#59c16a; cursor:pointer; transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open{background-color:#2e96cd; color: #fff;}
.menu_arrow {position: absolute; top: 10px; left: 5px; width: 20px; height: 20px; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); transition: all 0.5s ease 0s;}
.menu_arrow::before {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 7px; left: 6px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); transition: all 0.5s ease 0s;}
.leftMenu a:hover .menu_arrow::before {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow::after {content: ''; width: 7px; height: 2px; background-color: #000; border-radius: 2px; position: absolute; top: 11px; left: 6px; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); transition: all 0.5s ease 0s;}
.leftMenu ul li a.menu_arrow_open .menu_arrow::before,.leftMenu ul li a.menu_arrow_open .menu_arrow::after  {background-color:#fff; }
.leftMenu a:hover .menu_arrow::after {background-color: #fff; transition: all 0.5s ease 0s;}
.menu_arrow_open .menu_arrow {-moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); transition: all 0.5s ease 0s; }
.leftMenu a.active{background: #59c16a; color: #fff;}
.leftMenu ul.menu_sub_open { display: block !important; }

@media only screen and (min-width:1025px){
  .leftMenuMobile {display: none;}
}
@media only screen and (max-width:1024px){
  .leftMenu ul:nth-child(2){position: absolute; top: 75px; left: 0; z-index: 99;}
  .leftMenuMobile {width: 30px; height: 20px; margin: 40px auto 10px auto; position: relative; cursor: pointer;}
  .leftMenuMobile > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 0px; left: 0; transition: all 0.5s ease 0s;}
  .leftMenu > div.show > span:nth-child(1) {top: 14px; transform: rotate(45deg);}
  .leftMenuMobile > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
  .leftMenu > div.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg);}
  .leftMenuMobile::before {content: attr(data-title); width: 200px; height: 30px; line-height: 30px; position: absolute; top: -34px; left: calc(50% - 100px); text-align: center; font-size: 12px; color: #000;}
  .leftMenu > ul {max-height: 0; overflow: hidden; transition: all 0.5s ease 0s;}
  .leftMenu > ul.open {max-height: 500px; overflow: auto; padding-bottom: 10px; transition: all 1.5s ease 0s;}
}


/*about*/
.about-section-1 { padding-bottom: calc(20px + 4%);}
.title-style-1 { font-weight: 700; margin-bottom: calc(10px + 1.5%); line-height: 1.3; font-size: clamp(22px, 2.2vw, 30px); position:relative; padding-left: 24px; letter-spacing: 0.1vw;}
.title-style-1:before { content: ""; position: absolute; left: 0; top: 0; width: 8px; height: 100%; background: #393939;}
.title-style-1 span { color: #00893f;}

.about-content-1 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.about-content-1 > div:nth-of-type(1) { width: 50%; padding-bottom: 30px;}
.about-content-1 > div:nth-of-type(2) { width: 45%;}

.about-content-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-top: 15px;}
.about-content-2 > div { width: 33.33%; text-align: center; border-right:1px solid #e7e7e7; padding: 10px; font-size:clamp(20px, 2.2vw, 24px);}
.about-content-2 > div:last-child{ border-width: 0;}
.about-content-2 > div > b { display: block; text-align:center; padding-bottom:20px; font-size:clamp(40px, 5.2vw, 60px); color: #00893f; line-height: 1;}

.about-section-3 { margin-bottom: calc(20px + 2%); background:url(../images/about_bg01.jpg) no-repeat top center; background-size: cover; padding: calc(20px + 3%) 5%;}
.title-style-2 { font-weight: 700; text-align: center; color: #fff; margin-bottom: calc(20px + 1.5%);padding-bottom: calc(5px + 1%); line-height: 1.5; font-size: clamp(26px, 2.2vw, 30px); position:relative; letter-spacing: 0.1vw;}
.title-style-2:before { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);width: 40px; height: 1px; background: #fff;}
.about-content-3 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; color: #fff; }
.about-content-3 > div { width: 30%; text-align: left; padding: 0 20px 20px 20px;}
.about-content-3 > div > b { display: block; font-size: 22px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #fff; text-align: center;}

.title-style-3 { font-weight: 700; text-align: center; margin-bottom: calc(10px + 3%); line-height: 1.8; font-size: 19px; position:relative; letter-spacing: 0.1vw; color: #074151;}

/*about-new*/
.title-style-1new { font-weight: 700; margin-bottom: calc(10px + 1.5%); padding-bottom: 20px; line-height: 1.3; font-size: clamp(23px, 2vw, 26px); position:relative; letter-spacing: 0.1vw; }
.title-style-1new:before { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 4px; background: #393939;}
.title-style-1new span { color: #00893f;}

.about-new-section-1 { padding-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; position: relative;}
.about-new-section-1 > div:nth-of-type(1) { width: 40%; padding-right: 5%;}
.about-new-section-1 > div:nth-of-type(2) { width: 60%; }

.about-new-section-2 { padding-bottom: calc(20px + 2%); display: flex; flex-direction: column; flex-wrap: wrap; align-items: center; position: relative;}
.about-new-section-2 > div:nth-of-type(1) { padding-bottom: 25px;}
.about-new-section-2 > div:nth-of-type(2) img { max-width: 800px; width: 100%;}

.about-new-section-3 { padding-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; position: relative;}
.about-new-section-3 > div:nth-of-type(1) { width: 60%;}
.about-new-section-3 > div:nth-of-type(2) { width: 40%; padding:0 5%;text-align: center;}
.about-new-section-3 > div:nth-of-type(2) img { box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.3); max-width: 265px; width: 100%;}

/*service*/
.service-box { position: relative; overflow: hidden;}

.service-section { border-bottom: 1px solid #ddd; padding:calc(20px + 5%) 0; position: relative; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.service-section > div:nth-of-type(1) { width: 38%;}
.service-section > div:nth-of-type(2) { width: 62%; padding-left: 5%;}
.service-section:after { background: #f2f8f9; content: ""; position: absolute; width: 35%; height: 100%; transform-origin: 0 0;transform:skewX(20deg); z-index: -1; top: 0; left: 0;}
/*.service-title { font-size: clamp(26px, 2.2vw, 30px); position: relative; padding-bottom: 20px; padding-top: 20px; margin-bottom: 10px; text-align: center; font-weight: 700;}
.service-title:before { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 35px; height: 5px; background: #00893f;}*/
.service-data {  padding-bottom: 20px;}
.service-pto { text-align: center; }


.service-section-2 > div:nth-of-type(1) { order: 2;}
.service-section-2 > div:nth-of-type(2) { order: 1; padding-left: 0%;padding-right: 5%;}
.service-section-2:after { transform-origin: 100% 0;transform:skewX(-20deg);  left: auto; right: 0;}


/*service-new*/
.service-new-title {  padding-bottom: calc(20px + 2%);}
.service-new-box { display:flex; flex-direction: column; flex-wrap: nowrap;}
.service-new-box > div:nth-child(even) > div:nth-of-type(1) { margin: 0 0 0 auto;}
.service-new-box > div:nth-child(even) > div:nth-of-type(2) { right: auto;left: 0;}
.service-new-list { display:flex; flex-direction: row; flex-wrap: wrap; position: relative; padding-bottom: calc(40px + 5%);}
.service-new-list > div:nth-of-type(1) { width: 75%; margin: 0 auto 0 0;}
.service-new-list > div:nth-of-type(1) img { width: 100%; }
.service-new-list > div:nth-of-type(2) { width: 45%; position: absolute; z-index: 2; background: rgba(255,255,255,.95); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25); padding: calc(10px + 2%) calc(10px + 2%); top:8%; right: 0; text-align:left; border-top: 5px solid #59c16a; line-height: 1.6; border-radius: 30px 0 30px 0; }



@media only screen and (max-width:768px){
	.about-content-1 > div:nth-of-type(1) { width: 100%; }
	.about-content-1 > div:nth-of-type(2) { width: 100%;}

	.about-content-2 > div { width: 100%; border-right:0px solid #e7e7e7; border-bottom:1px solid #e7e7e7; padding: 20px 10px;}
	.about-content-2 > div > b { padding-bottom: 10px;}
	
	.about-content-3 > div { width: 100%; }
	
	.service-section > div:nth-of-type(1) { width: 100%; padding-bottom: 25px;}
	.service-section > div:nth-of-type(2) { width: 100%; padding-left: 0%;}
	.service-section-2 > div:nth-of-type(1) { order: 1;}
	.service-section-2 > div:nth-of-type(2) { order: 2; padding-right: 0%;}
	.service-section:after { display: none;}
	
	
	.about-new-section-1 > div:nth-of-type(1) { width: 100%; order: 2; padding-right: 0;}
	.about-new-section-1 > div:nth-of-type(2) { width: 100%; order: 1; }
	
	.about-new-section-3 > div:nth-of-type(1) { width: 100%; padding-bottom: 25px;}
	.about-new-section-3 > div:nth-of-type(2) { width: 100%;  }
	
	
	.service-new-list { padding-bottom: calc(20px + 3%);}
	.service-new-list > div:nth-of-type(1) { width: 100%; }
	.service-new-list > div:nth-of-type(2) { width: 100%; position: relative;background: rgba(255,255,255,1); padding: calc(10px + 2%) 20px; top:auto; right: auto; border-radius: 0 0 30px 30px; }
}



