/*------------------------------------------------------------common*/
.red {
  color: #ff0000 !important;
}

.content_area01 {
    padding: 40px 0;
}
.content_area02 {
    padding: 40px 0;
    background: #f3f3f3;
}
.content_area01 .title01, .content_area02 .title01 {
    position: relative;
    display: block;
    margin: 0 0 45px;
    text-align: center;
    padding: 0;
    border: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0;
    background: none;
}
.content_area01 .title01::after, .content_area02 .title01::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: block;
    width: 240px;
    height: 3px;
    margin-left: -120px;
    content: "";
    background: #009e52;
}
.content_area01 .title02, .content_area02 .title02 {
    margin: 0 0 20px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    color: #009e52;
    border:none;
}
.content_area01 p, .content_area02 p {
    font-size: 16px;
}
.btn_link {
    margin-top: 30px;
    text-align: center;
}
.btn_link a {
    display: inline-block;
    min-width: 280px;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: #f90;
    transition: all 0.5s;
}
.btn_link a:hover {
    background: #f60;
}

@media print, screen and (min-width: 768px) {
.content_area01 {
    padding: 80px 0;
}
.content_area02 {
    padding: 80px 0;
}
.content_area01 .title01, .content_area02 .title01 {
    margin: 0 0 65px;
    font-size: 35px;
}
.content_area01 .title01::after, .content_area02 .title01::after {
    bottom: -25px;
    display: block;
    width: 320px;
    height: 3px;
    margin-left: -160px;
}
.content_area01 .title02, .content_area02 .title02 {
    margin: 0 0 30px;
    font-size: 24px;
}
.btn_link {
    margin-top: 40px;
}
.btn_link a {
    min-width: 360px;
    padding: 12px 10px;
    font-size: 20px;
}
}
@media print, screen and (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}

/*------------------------------------------------------------bxslider*/
#mainslider {
  width: 100%;
  overflow: hidden;
}
.img_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.bx-wrapper {
  overflow: visible;
  position: relative;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
  margin: 0 auto 20px;
  width: 80%;
  height: auto;
}
.bx-wrapper ul.bxslider li,
.bx-wrapper ul.bxslider_top li {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
.bx-wrapper ul.bxslider li img,
.bx-wrapper ul.bxslider_top li img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bx-wrapper .bx-pager {
  text-align: center;
  margin-top: 5px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-pager a:hover,
.bx-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../img/common_img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url("../img/common_img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 99999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .bx-wrapper {
    margin: 0 auto;
  }
}

/*------------------------------------------------------------news_box*/
#news_box .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f3f3f3;
}
#news_box .article .ti {
    width: 60px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color:#fff;
    background: #009e52;
}
#news_box .article .tx {
    width: calc(100% - 70px);
    text-align: left;
}
@media print, screen and (min-width: 768px) {
#news_box .article {
    margin-top: 30px;
}
#news_box .article .ti {
    width: 80px;
}
#news_box .article .tx {
    width: calc(100% - 100px);
}
}

/*------------------------------------------------------------coordination*/
#coordination .fig {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
}
#coordination .fig ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
#coordination .fig ul li {
    position: absolute;
    display: inline-block;
    width: 20%;
    margin: 0!important;
    padding: 0!important;
}
#coordination .fig ul li a {
    display: block;
}
#coordination .fig ul li a img {
    width: 100%;
    height: auto;
}
#coordination .fig ul li:first-child {
    top: -4%;
    left: 13.15%;
}
#coordination .fig ul li:nth-child(2) {
    top: 0;
    left: 59.47%;
}
#coordination .fig ul li:nth-child(3) {
    top: 15.55%;
    right: 0;
}
#coordination .fig ul li:nth-child(4) {
    top: 29%;
    left: 0;
}
#coordination .fig ul li:nth-child(5) {
    left: 14.00%;
    bottom: 6%;
}
#coordination .fig ul li:nth-child(6) {
    left: 38.59%;
    bottom: 0%;
}
#coordination .fig ul li:nth-child(7) {
    bottom: 6.66%;
    right: 8.77%;
}
@media print, screen and (min-width:576px) {
#coordination .fig ul li {
    width: 17.54%;
}
#coordination .fig ul li:first-child {
    top: 1.55%;
    left: 13.15%;
}
#coordination .fig ul li:nth-child(2) {
    top: 1.11%;
    left: 59.47%;
}
#coordination .fig ul li:nth-child(3) {
    top: 15.55%;
    right: 0.87%;
}
#coordination .fig ul li:nth-child(4) {
    top: 31.55%;
    left: 0.87%;
}
#coordination .fig ul li:nth-child(5) {
    left: 14.00%;
    bottom: 9.12%;
}
#coordination .fig ul li:nth-child(6) {
    left: 38.59%;
    bottom: 1.11%;
}
#coordination .fig ul li:nth-child(7) {
    bottom: 6.66%;
    right: 8.77%;
}
}

/*------------------------------------------------------------reason*/
#reason .title01 img {
    width: auto;
    height: 30px;
}
#reason ul li {
    background: #fff;
}
#reason ul li:not(:last-child) {
    margin-bottom: 20px;
}
#reason ul li div {
    padding: 15px;
}
#reason ul li div .title02 {
    margin-bottom: 15px!important;
}
#reason ul li div p {
    text-align: left;
    font-size: 16px;
}
@media print, screen and (min-width: 576px) {
#reason .title01 img {
    width: auto;
    height: 50px;
}
#reason ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 3%;
}
#reason ul li {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 48.5%;
}
#reason ul li:not(:last-child) {
    margin-bottom: 0;
}
}
@media print, screen and (min-width: 768px) {
#reason ul {
    gap: 30px 3%;
}
#reason ul li div .title02 {
    margin-bottom: 20px!important;
}
#reason ul li div {
    padding: 20px;
}
#reason ul li div .title02 {
    margin-bottom: 20px!important;
}
}
@media print, screen and (min-width: 1200px) {
#reason ul li {
    width: 31.3333%;
}
}

/*------------------------------------------------------------item*/
#item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}
#item ul li {
    width: 48.5%;
    text-align: left;
}
#item ul li a {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
}
#item ul li a:hover {
    opacity: 0.6;
    background: #d0d0d0;
}
#item ul li h3 {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.3;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
#item ul li a > div > div {
    text-align: right;
}
#item ul li figure {
    margin-bottom: 10px;
}
#item ul li figure img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 576px) {
#item ul {
    gap: 30px 3%;
}
#item ul li {
    width: 31.3333%;
    text-align: left;
}
}
@media print, screen and (min-width: 768px) {
#item ul li h3 {
    font-size: 20px;
}
#item ul li a > div p {
    font-size: 16px;
}
#item ul li figure {
    margin-bottom: 15px;
}
}

/*------------------------------------------------------------layout*/
.layout_tab_nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1px;
}
.layout_tab_nav li {
  width: calc(25% - 1px);
}
@media print, screen and (min-width: 768px) {
}

.layout_tab_nav .layout_tab_switch a {
  display: flex;
  justify-content: center;
  align-items: center;
    height: 100%;
  font-size: clamp(15px, 2.0vw, 20px);
  font-weight: 700;
  background: #ddd;
  color: #606060;
  text-decoration: none;
  line-height: 1.2;
  padding: 1em 0.1em;
  transition: 0.5s;
}
.layout_tab_nav .layout_tab_switch a:hover {
    color:#fff;
  background: rgba(0,158,82,0.5);
}
.layout_tab_nav .layout_tab_switch.active a {
  background: #009e52;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .layout_tab_switch a {
    border-radius: 6px 6px 0 0;
  }
}

.layout_tab_cts {
  display: none;
  background: #fff;
  padding: clamp(16px, 3vw, 32px);
  box-sizing: border-box;
  text-align: center;
}
.layout_tab_cts.active {
    display: block;
    border:none!important;
    border-top: 3px solid #009e52!important;
    margin-top: 0!important;
}
@media print, screen and (min-width: 768px) {
  .layout_tab_cts.active {
    margin-top: 0;
  }
}

.layout_tab_txt {
  font-size: 16px!important;
  margin-bottom: 1.5em;
  text-align: left;
}

.layout_tab_img a img {
  margin: 5px auto;
  width: 100%;
}
.layout_tab_btn a {
  display: inline-block;
  margin: auto;
  font-size: 1em;
  width: 300px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background: rgb(255, 153, 0);
  color: rgb(255, 255, 255);
  display: block;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.layout_tab_cts iframe {
  aspect-ratio: 853/480;
  width: min(100%, 853px);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------------------------------#index_sec04*/
#case p {
    text-align: center;
    font-size: 16px;
}
#case .img_wrap ul {
    margin-top: 20px;
}
#case .img_wrap ul li:not(:last-child) {
    margin-bottom: 15px;
    text-align: center;
}
#case .img_wrap ul li img {
width: 100%;
max-width: 280px;
height: auto;
}
@media print, screen and (min-width: 576px) {
#case .img_wrap ul {
  display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
}
#case .img_wrap ul li {
  width: 48.5%;
  margin: 0!important;
  text-align: center;
}
}
@media print, screen and (min-width: 768px) {
#case .img_wrap ul li img {
width: 100%;
max-width: 600px;
height: auto;
}
}
@media print, screen and (min-width: 992px) {
#case .img_wrap ul {
  display: flex;
    gap: 20px 2%; 
}
#case .img_wrap ul li {
  width: 23.5%;
  text-align: center;
}
}

/*------------------------------------------------------------voice*/
#voice ul.index_voice {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
    max-width: 100%!important;
}
#voice ul.index_voice.row::before, #voice ul.index_voice.row::after {
    display: none;
    content: " ";
}
#voice ul.index_voice li {
    width: 48.5%;
    margin: 0!important;
    padding: 0!important;
}
#voice ul.index_voice li a {
    display: block;
    height: 100%;
    text-decoration: none;
    transition: all 0.5s;
}
#voice ul.index_voice li a:hover {
    opacity: 0.6;
    background: #d0d0d0;
}
#voice ul.index_voice li h4 {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
@media print, screen and (min-width: 768px) {
#voice ul.index_voice {
    gap: 30px 3%;
}
#voice ul.index_voice li {
    width: 22.75%;
}
#voice ul.index_voice li h4 {
    margin: 15px 0 0;
    font-size: 18px;
}
}

/*------------------------------------------------------------flow*/
#flow ul li:not(:last-child) {
    margin-bottom: 20px;
}
#flow ul li h3 {
    margin: 15px 0 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
}
#flow ul li h3 span {
    display: block;
    margin-bottom: 4px;
    color: #009e52; 
}
#flow ul li p {
    text-align: left; 
}
#flow ul li figure {
    margin-top: 15px;
    text-align: center; 
}
#flow ul li figure img {
    width: 100%;
    max-width: 320px;
    height: auto;
}
@media print, screen and (min-width: 576px) {
#flow ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 3%;
}
#flow ul li {
    width: 48.5%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
#flow ul li:not(:last-child) {
    margin-bottom: 0;
}
#flow ul li figure {
    margin-top: 0;
    text-align: center; 
}
}
@media print, screen and (min-width: 992px) {
#flow ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 3%;
}
#flow ul li {
    width: 31.3333%;
}
#flow ul li h3 {
    font-size: 24px;
}
#flow ul li figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
}
}

/*------------------------------------------------------------service*/
#service ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 3%;
}
#service ul li {
    width: 48.5%;
}
#service ul li a {
    display: block;
    height: 100%;
    transition: all 0.5s;
}
#service ul li figure {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
#service ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#service ul li h3 {
    margin: 15px 0 10px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
}
#service ul li p {
    text-align: left; 
}
@media print, screen and (min-width: 576px) {
#service ul li {
    width: 31.3333%;
}
}
@media print, screen and (min-width: 992px) {
#service ul {
    gap: 40px 3%;
}
#service ul li h3 {
    font-size: 20px;
}
}

/*------------------------------------------------------------topics*/
#topics .row > div:first-child {
    margin-bottom: 40px;
}
#topics ul {
    margin-bottom: 20px;
}
#topics ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #333;
}
#topics ul li a {
    display: flex;
    justify-content: space-between;
}
#topics ul li a div {
    width: 79px;
}
#topics ul li a p {
    position: relative;
    width: calc(100% - 89px);
    padding-bottom: 20px;
    line-height: 1.5;
    text-align: left;
}
#topics ul li a p .date {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #009e52;
}
#topics ul li a p .read {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 80px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    background: #f90;
}
#topics ul li a:hover p .read {
    background: #f60;
}
#topics .more a {
  width: 200px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
    font-size: 16px;
    font-weight: bold;
  background: #ff9900 /*#009e52*/;
  color: #ffffff;
  display: block;
  text-decoration: none;
}
#topics .more a:hover {
  background: #ff6600;
  color: #ffffff;
  text-decoration: none;
}
@media print, screen and (min-width: 992px) {
#topics .row > div:first-child {
    margin-bottom: 0;
}
}


/*------------------------------------------------------------contact*/
#contact_wrap {
  background: url("../img/lp_img/contact_bg2.jpg") 50% 0 no-repeat fixed;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0!important;
}
#contact_wrap h2 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
#contact_wrap #contact_area_bg {
    width: 100%!important;
    max-width: 940px;
    margin: 0 auto;
  padding: 15px;
  background: url("../img/lp_img/contactarea_bg.png") repeat-y center top;
}
#contact_wrap h3 {
  color: #000!important;
  font-size: 20px;
  font-weight: bold;
    margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #666666;
}
#contact_wrap #contact_merit {
  clear: both;
  margin: 20px auto 0;
  text-align: center;
  display: inline-block;
}
#contact_wrap #contact_merit img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
#contact_wrap {
  padding: 60px 0!important;
}
#contact_wrap h2 {
    margin-bottom: 20px;
    font-size: 24px;
}
#contact_wrap #contact_area_bg {
  background: url("../img/lp_img/contactarea_bg.png") repeat-y center top;
  padding: 30px;
}
#contact_wrap h3 {
  font-size: 30px!important;
    margin-bottom: 20px;
  padding: 0 0 10px;
}
#contact_wrap #contact_merit {
  clear: both;
  margin: 30px auto 0;
  text-align: center;
  display: inline-block;
}
}

