@charset "utf-8";

/*==========================================
[common]
===========================================*/

/* fade
-------------------------------------------*/
.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .9s, transform .9s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
}


/* anc**
----------------------------------------*/
@media (max-width: 991px)  {
  .anc{
    padding-top: 70px;
    margin-top: -0px;
  }
}
@media (min-width: 992px)  {
  .anc{
    padding-top: 70px;
    margin-top: -0px;
  }
}


/* title
-------------------------------------------*/
/* page title */
.title_page_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  /*flex-direction: column-reverse;*/
}
.title_page_wrap h1 {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1.6rem;
  /*letter-spacing: 0.05rem;*/
}
.title_page_wrap .title_en {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.0rem;
  color: #f29600;
  text-transform: uppercase;
  /*letter-spacing: 0.1rem;*/
}
@media (max-width: 991px)  {
  .title_page_wrap h1 {
    font-size: 2.5rem;
  }
  .title_page_wrap .title_en {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px)  {
  .title_page_wrap h1 {
    font-size: 5.0rem;
  }
  .title_page_wrap .title_en {
    margin-bottom: 1.6rem;
  }
}

.main h2 {
  /*position: relative;*/
  padding: 0.5rem 0 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-align: center;
}
.main h2 span {
  display: inline-block;
  border-bottom: 6px solid #E70000;
  padding-bottom: 0.5rem;
}
/*
.main h2::before {
  position: absolute;
  border-bottom: 6px solid #E70000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  content: '';
}
*/
.main h3 {
  font-weight: 500;
	line-height: 1.2;
  margin-bottom: 2.0rem;
}
.main h4 {
	font-weight: 500;
	line-height: 1.2;
}
@media (max-width: 991px)  {
  .main h2 {
  	margin-bottom: 2.0rem;
  }
}
@media (min-width: 992px)  {
  .main h2 {
  	margin-bottom: 4.0rem;
  }
}



/* btn
-------------------------------------------*/
.btn_more{
	list-style: none;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
  margin-top: 3.0rem;
}
.btn_more > li a{
	background-color: #f29600;
	text-align: center;
	text-decoration: none;
	padding: 14px 10px;
	display: block;
  text-transform: uppercase;
  color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btn_more a .fa-chevron-right {
  float: right;
  margin-right: 0.5rem;
	margin-top: 0.4rem;
}



/* text
-------------------------------------------*/
.main p,
.main_top p {
	line-height: 2.0;
  min-height: 1em;
}
.text_read {
  line-height: 1.6!important;
}
.text_red {
  color: #ff0000;
}

.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.text_bold {
  font-weight: 700;
}

.text_lg {
  font-size: 137.5%;
}
.text_sm {
  font-size: 80%;
}

@media (max-width: 991px)  {
  .text_read {
    font-size: 1.6rem;
  }
  .text_lg {
    font-size: 112.5%;
  }
}
@media (min-width: 992px)  {
  .text_lg125 {
    font-size: 125%;
  }
}


/* color
-------------------------------------------*/
.clRed {
  color: #F30;
}


/* table
-------------------------------------------*/
.main table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-collapse:separate;
}
.main table th {
  vertical-align: top;
  /*padding: 8px 1em 8px 0px;*/
  padding: 5px;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px #333 solid;
}
.main table td {
  text-align: left;
  /*padding: 8px 0px 8px 1em;*/
  padding: 5px;
  border-bottom: 1px #333 solid;
}
@media (max-width: 991px)  {
  .main table {
    width: 100%;
  }
}


/* img
-------------------------------------------*/
.main img,
.main_top img  {
  max-width: 100%;
}

.full_img {
  text-align: center;
  max-height: 500px;
}
.full_img img {
  height: 100%;
}


/* margin / padding
-------------------------------------------*/
/* top */
.mg_t_1 {
  margin-top: 1.0rem;
}
.mg_t_2 {
  margin-top: 2.0rem;
}
.mg_t_3 {
  margin-top: 3.0rem;
}
.mg_t_4 {
  margin-top: 4.0rem;
}
.mg_t_5 {
  margin-top: 5.0rem;
}
.mg_t_8 {
  margin-top: 8.0rem;
}

/* *.5 */
.mg_t_1h {
  margin-top: 1.6rem;
}
.mg_t_2h {
  margin-top: 2.6rem;
}

/* bottom */
.mg_b_1 {
  margin-bottom: 1.0rem;
}
.mg_b_2 {
  margin-bottom: 2.0rem;
}
.mg_b_3 {
  margin-bottom: 2.0rem;
}
.mg_b_4 {
  margin-bottom: 4.0rem;
}
.mg_b_5 {
  margin-bottom: 5.0rem;
}
.mg_b_8 {
  margin-bottom: 8.0rem;
}

/* *.5 */
.mg_b_1h {
  margin-bottom: 1.6rem;
}
.mg_b_2h {
  margin-bottom: 2.6rem;
}



@media (max-width:992px){
  .top_adjuster {
    margin-top: 6.0rem;
  }
}
@media (min-width: 993px){
  .top_adjuster {
    margin-top: 12.0rem;
  }
}


/*==========================================
 top
===========================================*/

/*-------------------------------------------
  mainImg
-------------------------------------------*/
/* single-item
----------------------------------*/
.mainImgWrapp {
	position: relative;
  margin-left:0px;
  margin-right:0px;
	/*box-shadow: 100px 50px 0px 0 #E70000;*/
  box-shadow: 0px 50px 0px 0 #E70000;
}

/* text */
.mainImgWrapp .topsliderTxt {
   z-index: 21;
   position: absolute;
   top: 44.5%;
   transform: translate(-50%, -50%);
   text-align: center;
   width: 100%;
  left: calc(50%);
}
@media (max-width:992px){
  .mainImgWrapp .topsliderTxt {
   /*left: calc(50% - 25px);*/
   width: 55%;
  }
}
@media (min-width: 993px){
  .mainImgWrapp .topsliderTxt {
    width: 55%;
 /*  left: calc(50% - 100px);*/
  }
}

/* single-item */
.single-item_wrapp {
  background-color:#E70000;
}

.mainImgWrapp .single-item {
/*/  display: flex;
  align-items: center;
  justify-content: center;*/
  background-color:#E70000;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
.mainImgWrapp .single-item img {
  /*: 6px 6px 10px 0px rgba(0, 0, 0, 0.07);*/
}

@media (max-width:992px){
  .mainImgWrapp {
   	/*box-shadow: 50px 25px 0px 0 #E70000;*/
    box-shadow: 0px 25px 0px 0 #E70000;
    margin-bottom: 25px;
  }
  .mainImgWrapp .single-item {
    margin-right:25px;
    /*padding-right: 25px;*/
  }
}
@media (min-width: 993px){
  .mainImgWrapp {
   	/*box-shadow: 100px 50px 0px 0 #E70000;*/
    box-shadow: 0px 50px 0px 0 #E70000;
    margin-bottom: 50px;
  }
  .mainImgWrapp .single-item {
    margin-right:100px;
   /* padding-right: 100px;*/
  }
}

/* text */
/*
.mainImgWrapp .topsliderTxt {
   z-index: 21;
   position: absolute;
   top: 44.5%;
   transform: translate(-50%, -50%);
   text-align: center;
   width: 100%;
      border: 2px #02A910 dashed;
}
@media (max-width:992px){
  .mainImgWrapp .topsliderTxt {
   left: calc(50% - 25px);
   width: 270px;
  }
}
@media (min-width: 993px){
  .mainImgWrapp .topsliderTxt {
   left: calc(50% - 100px);
  }
}
*/



/*-------------------------------------------
  top_section
-------------------------------------------*/
/* title_en */
.top_section .title_en {
  text-align: left;
  margin-bottom: 2.5rem;
  line-height: 1;
}
/*
.top_section .title_en img {
  height: 26px;
}
*/
@media (max-width: 991px)  {
  .top_section .title_en {
    font-size: 1.0rem;
  }
}
@media (min-width: 992px)  {
  .top_section .title_en {
    font-size: 1.5rem;
  }
}


/* h2 */
.top_section h2 {
  text-align: left;
 /* font-size: 1.4rem;*/
  margin-bottom: 0.0rem;
  line-height: 1;
  font-weight: 700;
}
/*
.main .top_section h2::before {
  display: none;
}
  */
@media (max-width: 991px)  {
  .top_section h2 {
    font-size: 2.0rem;
  }
}
@media (min-width: 992px)  {
  .top_section h2 {
    font-size: 2.6rem;
  }
}


/*-------------------------------------------
  common
-------------------------------------------*/
.col3_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 991px)  {
  .col3_list {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
  }
  .col3_list li {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 992px)  {
  .col3_list li {
    width: 32%;
  }
}

/* photo_col3 */
.photo_col3_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px)  {
  .photo_col3_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo_col3_list li {
    width: 33%;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 992px)  {
  .photo_col3_list li {
    width: 33%;
  }
}

/* photo_col4 */
.photo_col4_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
}
@media (max-width: 991px)  {
  .photo_col4_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .photo_col4_list li {
    width: 24.5%;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 992px)  {
  .photo_col4_list li {
    width: 24.5%;
  }
}




/*-------------------------------------------
  news
-------------------------------------------*/
.news_box {
  /*color: #fff;*/
  background-image: url(../images/bg_logo.png);
  background-position: bottom right;
	display: grid;
	place-content: center;
	text-align: center;
}
@media (max-width:991px){
  .news_box {
    background-size:100% auto;
  }
}
@media (min-width:992px){
  .news_box {
    background-size:auto 100%;
  }
}

.news_box .content_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/* title */
.news_box h2 {
  color: #000;
}
.news_box h2::before {
  display: none;
}
@media (min-width:992px){
  .news_box .content_wrap {
    display:flex;
    flex-wrap: wrap;
  }
  .news_box .news_title{
    width: 30%;
   }
}

/* dl*/
.news_box dl{
  display:flex;
  flex-wrap: wrap;
}
.news_box dl a:link {
  text-decoration: none;
}
.news_box dt {
  text-align: left;
  color: #000;
 /*color: #E70000;*/
  color: #1a0dab;
}
.news_box dd {
  text-align: left;
  color: #1a0dab;
}
.news_box dd a {
  color: #1a0dab;
}
@media (max-width:991px){
  .news_box dl{
    display:flex;
    flex-wrap: wrap;
   }
  .news_box dt,
  .news_box dd{
    width: 100%;
  }
  .news_box dd {
    margin-bottom: 16px;
  }
  .news_box dd:last-child {
    margin-bottom: 0px;
  }
}
@media (min-width:992px){
  .news_box dl{
    width: 70%;
    display:flex;
    flex-wrap: wrap;
   }
  .news_box dt,
  .news_box dd{
    font-size: 1.8rem;
    padding: 0px 0 20px;
  }
  .news_box dt {
    width: 18%;
  }
  .news_box dd {
    margin-left: 0;
    width: 82%;
  }
}

/* morebtn */
.news_box .morebtn {
  text-align: right;
  margin-top: 30px;
}
@media (max-width:991px){
  .news_box .morebtn img {
    width: 150px;
  }
}
@media (min-width:992px){
  .news_box .morebtn img {
    width: 200px;
  }
}


/*-------------------------------------------
  top_product
-------------------------------------------*/
.product_box {
  background-image: url(../images/bg_product.jpg);
  background-size:cover;
	display: grid;
	place-content: center;
	text-align: center;
}

.top_product_title {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
}
/*
.top_product_title .title_en img {
    height: 60px;
    margin-left: -15px;
}
*/
.top_product_title h2 {
  color: #fff;
  text-align: left;
  /*font-size: 1.4rem;
  margin-bottom: 1.0rem;*/
  text-shadow: 0px 0px 10px rgba(4, 4, 4, 0.7);
}
/*
.top_product_title h2::before {
  display: none;
}
*/
.top_product_title .title_en {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(4, 4, 4, 0.7);
}

.top_product_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
 /* margin-top: 20px;*/
  justify-content: space-between;
}
.top_product_list li {
  background-color: rgb(255, 255, 255, 0.7);
  margin-bottom: 24px;
}
.top_product_list li h3{
  color: #000;
  text-align: left;
  font-size: 100%;
  margin-bottom: 10px;
}
.top_product_list li h3::before {
  content: '●';
  color:#E70000;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
}

@media (max-width: 991px)  {
  .top_product_title .morebtn {
    text-align: right;
    width: 100%;
  }
  .top_product_title .morebtn img{
    width: 200px;
  }
  .top_product_list li {
    padding:15px 15px;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  /*.top_product_list li img {
    padding:0 10px 10px;
  }*/
}
@media (min-width: 992px)  {
  .top_product_title .morebtn {
    margin-top: 15px;
  }
  .top_product_list li {
    padding:20px 20px;
    width: 32%;
  }
  /*.top_product_list li img {
    padding:0 20px 20px;
  }*/
}

/* morebtn */
.product_box .morebtn {
  text-align: right;
  margin-top: 30px;
}
@media (max-width:991px){
  .product_box .morebtn img {
    width: 150px;
  }
}
@media (min-width:992px){
  .product_box .morebtn img {
    width: 200px;
  }
}


/*-------------------------------------------
  corporate
-------------------------------------------*/
.corporate_box .col3_list {
  margin-top: 0;
}


/*-------------------------------------------
  group
-------------------------------------------*/
.group_box .col3_list {
  margin-top: 0;
}




/*==========================================
 corporate
===========================================*/
/* attempt_box */
/*
.attempt_box {
  background-color: #E70000;
  color: #fff;
}
.attempt_box h2::before {
  border-bottom: 6px solid #fff;
}
*/
@media (min-width: 992px)  {
  .attempt_box p{
    font-size: 125%;
  }
}

/* quality_box */
/*
.quality_box p{
  font-size: 125%;
}
*/

/* company_box */
/*
.company_box h2::before {
  border-bottom: 6px solid #003366;
}
*/
.company_box h2 span {
    border-bottom: 6px solid #003366;
}

.company_box table th {
  color: #003366;
  /*width: 30%;*/
}

.company_box table th,
.company_box table td {
  border-bottom: none;
}

@media (max-width: 991px)  {
  .company_box table th {
    width: 30%;
  }
}



/* history_box */
/*
.history_box {
  background-color: rgba(0,51,102,0.05);
}
.history_box h2::before {
  border-bottom: 6px solid #003366;
}
*/
.history_box h2 span {
    border-bottom: 6px solid #003366;
}

.history_box table th {
  /*width: 30%;*/
}

.history_box table th,
.history_box table td {
  border-bottom: none;
}

@media (max-width: 991px)  {
  .history_box table th {
    width: 30%;
  }
}

/* access_box  */
/*
.access_box  h2::before {
  border-bottom: 6px solid #003300;
}
*/
.access_box h2 span {
  border-bottom: 6px solid #003300;
}


/*==========================================
 product
===========================================*/
/*  top_product
-------------------------------------------*/
.product_title {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
}
.product_title .title_en img {
    height: 60px;
    margin-left: -15px;
}
.product_title .h2 {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
}
.product_title h2::before {
  display: none;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  line-height: 1;
  margin-top: 20px;
  justify-content: space-between;
}
.product_list li {
  background-color: rgb(255, 255, 255, 0.7);
  margin-bottom: 36px;
}
.product_list li h3{
  color: #000;
  text-align: left;
  font-size: 100%;
  margin-bottom: 15px;
}
.product_list h3::before {
    content: '●';
    color: #E70000;
    width: 1em;
    height: 1em;
    margin-right: 0.5rem;
}

@media (max-width: 991px)  {
  .product_title .morebtn {
    text-align: right;
    width: 100%;
  }
  .product_title .morebtn img{
    width: 200px;
  }
  .product_list li {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px)  {
  .product_title .morebtn {
    margin-top: 15px;
  }
  .product_list li {
    width: 48%;
  }
}


/* biz_list */
.biz_list {
  width: fit-content;
  margin: auto;
  list-style: none;
  font-size: 112.5%;
  font-weight: 500;
}
.biz_list li{
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.biz_list li::before{
 content: "⚫︎";
 color: #E70000;
 font-size: 1.25em;
 margin-right: 0.5rem;
}


/* item_box */
.item_box {
  /*margin-bottom: 40px;*/
}

.item_box .item_text {
  background-color: rgba(0, 0, 0, 0.03);

}
.item_box .item_text h3 {
  border-left: none;
  border-bottom: 3px solid #E70000;
  padding-bottom: 10px;
}
.item_box .item_text ul {
  margin-left: 2em;
}
.item_box .item_text ul li {
  margin-bottom: 6px;
}

@media (max-width: 991px)  {
  .item_box {
    margin-left:15px;
    margin-right:15px;
  }
  .item_box .item_text {
    padding: 15px;
  }
  .item_box .item_text h3 {
    border-left: none;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px)  {
  .item_box {
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
  }
  .item_box figure {
    width: 50%;
  }
  .item_box .item_text {
    padding-top: 50px;
    width: 50%;
  }
  .item_box .item_text h3 {
    padding-left: 3em;
    margin-bottom: 30px;
  }
  .item_box .item_text ul {
    padding-left: 3em;
    width: auto;
    display: inline-block;
  }

  .item_box:nth-child(odd) figure {
    order: 2;
  }
  .item_box:nth-child(odd) .item_text {
    order: 1;
  }
}

/* non-mark_list */
.item_box .item_text ul.non-mark_list {
  list-style: none;
}
@media (max-width: 991px)  {
  .item_box .item_text ul.non-mark_list {
    padding-left: 0em;
    margin-left: 1rem;
  }
  .item_box .item_text p {
    padding-left:0.5em;
  }
}
@media (min-width: 992px)  {
  .item_box .item_text ul.non-mark_list {
    padding-left: 2em;
  }
  .item_box .item_text p {
    padding-left: 4em;
  }
}

/****
@media (min-width: 1440px)  {
    .item_box:nth-child(even) .item_text .item_text_inner {
      width: 600px;
      float: right;
  }
}
*****/

/* item_box */
.item-sub_box {
  margin-bottom: 70px;
}



/*==========================================
 recruit
===========================================*/
.recruit_nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  margin-top: 30px;
}
.recruit_nav li {
  margin-bottom: 20px;
  /*background-color: #000;*/
  background-color: #F0F0F0;
}
.recruit_nav li a{
  padding: 15px 10px;
  /*color: #fff;*/
  text-decoration: none!important;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px)  {
  .recruit_nav li {
    width: 48%;
  }
}
@media (min-width: 992px)  {
  .recruit_nav li {
    width: 24%;
  }
}



/*==========================================
continewm
===========================================*/
h3.g_title {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #02A910;
  padding-left: 0rem;
  padding-bottom: 1.0rem;
  margin-bottom: 30px;
  font-weight: 600;
}

/* col2-photo */
.col2-photo {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}
.col2-photo img {
  width: 50%;
}


/* continewm */
.continewm_box  h3 {
  border-left: none;
  padding-left: 0rem;
  padding-bottom: 0.0rem;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 150%;
}


/* continewm-info */
.continewm-info_box {
  background-image: url(../images/bg_continewm-info.png);
  background-size:cover;
	/*display: grid;
	place-content: center;*/
	text-align: center;*/
}
.continewm-info_box h3 {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #02A910;
  padding-left: 0rem;
  padding-bottom: 1.0rem;
  margin-bottom: 30px;
  font-weight: 600;
}

.continewm-spec_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 30px;
}
.continewm-spec_wrap figure {
  text-align: center;
}
.continewm-spec_wrap table th,
.continewm-spec_wrap table td {
  padding: 2px 0px 2px 0em;
  border-bottom: none;
}
.continewm-spec_wrap table th::before{
  content:"●";
  color: #02A910;
  margin-right: 0.5rem;
}

@media (max-width: 991px)  {
  .continewm-spec_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
  }
  .continewm-spec_wrap figure {
    margin-bottom: 20px;
    width: 100%;
  }
  .continewm-spec_wrap figure img {
    width: 50%;
  }
}
@media (min-width: 992px)  {
  .continewm-spec_wrap {
    padding: 4%;
  }
  .continewm-spec_wrap figure {
    width: 50%;
  }
  .continewm-spec_wrap .continewm-spec_text {
    width: 50%;
  }
}


/* mechanism_box */
.mechanism_box {
  background-image: url(../images/bg_mechanism.png);
  background-size:cover;
	/*display: grid;
	place-content: center;*/
	text-align: center;
}
.mechanism_box h3 {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #02A910;
  padding-left: 0rem;
  padding-bottom: 1.0rem;
  font-weight: 600;
}

.mechanism_text {
  margin-top: -30px;
  padding: 20px 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.mechanism_text p{
    position: relative;
    margin-bottom: 30px;
}
.mechanism_text p::after{
  content:"";
  color: #02A910;
  margin-right: 0rem;
  border-top: 16px solid #02A910;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
.mechanism_text p:last-child{
  font-weight: 600;
  margin-bottom: 0px;
}
.mechanism_text p:last-child::after{
  display: none;
}

@media (max-width: 991px)  {
  .mechanism_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px)  {

}


/* merit */
.merit_box {
  background-image: url(../images/bg_merit.png);
  background-size:cover;
	display: grid;
	place-content: center;
	text-align: center;
}
.merit_box h3 {
  display: inline-block;
  border-left: none;
  border-bottom: 3px solid #02A910;
  padding-left: 0rem;
  padding-bottom: 1.0rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #fff;
}

.merit_list {
  list-style: none;
}
.merit_list li {
  background-color: rgba(255, 255, 255, 0.85);
}
.merit_list h4 {
  color: #02A910;
  font-weight: 600;
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 30px;
}
.merit_list li img{
  margin-bottom: 20px;
}
.merit_list li p{
  text-align: left;
}

@media (max-width: 991px)  {
  .merit_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .merit_list li {
    padding: 15px;
    margin-top: 20px;
  }
}
@media (min-width: 992px)  {
  .merit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .merit_list li {
    padding: 3%;
    width: 32%;
  }
}



/*==========================================
 contact
===========================================*/



/*==========================================
 policy
===========================================*/



/*==========================================
 sitemap
===========================================*/
.sitemap_wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sitemap_wrapp a:link {
  text-decoration: none;
}


.sitemap_box {
  margin-top: 3rem;
}
.sitemap_box h3 {
 /* border-left: 6px solid #E70000;
  padding-left: 1rem;
  padding-top: 1.0rem;*/
  margin-bottom: 30px;
  padding-left: 1.5rem;
}
.sitemap_box h3::before {
 /* border-bottom: 6px solid #E70000;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;*/
  content: '●';
  color:#E70000;
  width: 1em;
  height: 1em;
  margin-right: 0.5rem;
}

/* sitemap_list */
.sitemap_list {
  /*list-style: none;*/
  margin-top: -20px;
  margin-left: 3rem;
  margin-bottom: 30px;
}
.sitemap_list li {
  margin-top: 1.0rem;
	margin-bottom: 1.0rem;
}