@charset "UTF-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.wrap{
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrap_s{
  width: 100%;
  max-width: 980px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

a{
  text-decoration: none;
  color: #333;
  transition: .2s;
}
a:hover{
  opacity: .75;
}

a[href^="tel:"]{
  pointer-events: none;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.h{
  height: 100px;
  padding: 0 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.h_logo{
  padding: 0 0 0 10px;
}
.h_logo_title{
  display: block;
  font-size: 13px;
  color: #666;
  margin: 0 0 5px;
}
.h-logo-img{
}
.h-nav{
}
.h-nav-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-nav-list-item{
}
.h-nav-list-item a{
  color: #333;
  text-decoration: none;
}
.h-nav-list-item a:hover,
.h-nav-list-item a.on{
  color: #E60213;
  opacity: 1;
}
.h-nav-list-item-toggle{
  display: inline-block;
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}
.h-nav-list-item-toggle:hover{
  color: #E60213;
  opacity: 1;
}
.h-nav-list-item-toggle:after{
  content: "";
  width: 10px;
  height: 6px;
  background-image: url(../img/gnav_open_arrow@2x.png);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
}
.h-nav-list-item-toggle:hover:after{
  background-image: url(../img/gnav_open_arrow_on@2x.png);
}
.modal-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 50;
}
.modal-pc.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.h-nav-list-item-child {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #fff;
  padding: 80px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 100;
  display: flex;
  border-radius: 20px;
}
.h-nav-list-item-child.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.h-nav-list-item-child-img{
  width: 47.1153846%;
}
.h-nav-list-item-child-first{
  width: 26.4423%;
  border-right: 1px solid #E1E1E1;
}
.h-nav-list-item-child-first-item{
  text-align: center;
  padding: 20px 0 0;
}
.h-nav-list-item-child-first-item a{
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.h-nav-list-item-child-first-item a:before{
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 10px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
.h-nav-list-item-child-first-item a:after{
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/gnav_arrow@2x.png);
  background-size: 5px 8px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
}
.h-nav-list-item-child-list{
  width: 26.4423%;
  padding: 8px 0 0 28px;
}
.h-nav-list-item+ .h-nav-list-item {
  margin: 0 0 0 45px;
}
.h-nav-list-item-child-list-item {
  padding: 12px 0;
}
.h-nav-list-item-exlink{
  position: relative;
}
.h-nav-list-item-exlink:after{
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../img/gnav_exlink_icon@2x.png);
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 4.5px);
  right: -14px;
}
.h-nav-list-item-exlink:hover:after{
  background-image: url(../img/gnav_exlink_icon_on@2x.png);
}
.h-nav-list-ec{
  border-left: 1px solid #ccc;
  padding: 0 0 0 25px;
  margin: 0 0 0 55px;
}
.h-nav-list-ec a{
  display: inline-block;
  font-size: 11px;
  padding: 40px 0 8px;
  position: relative;
  color: #333;
}
.h-nav-list-ec a:hover{
  color: #E60213;
  opacity: 1;
}
.h-nav-list-ec a:after{
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../img/gnav_ec_icon@2x.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.h-nav-list-ec a:hover:after{
  background-image: url(../img/gnav_ec_icon_on@2x.png);
}

.modal-bg{
  display: none;
}

.mv{
  width: 100%;
}
.mv img{
  width: 100%;
  height: auto;
}
.lead{
  padding: 178px 0 136px;
  background: url(../img/lead_bg@2x.png) no-repeat center right / cover;
}
.lead_in{
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
.lead_copy{
  font-size: 42px;
  font-weight: 700;
}
.lead_conts{
  max-width: 600px;
}
.lead_conts_txt{
  line-height: 2;
  margin: 0 0 25px;
}
.lead_conts_btn{
}
.btn01 a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 54px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #E60213;
  border-radius: 30px;
  position: relative;
  transition: .3s;
}
.btn01 a:after{
  content: "";
  width: 7.5px;
  height: 12px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
.btn01 a:hover{
  background: #E60213;
  color: #fff;
  opacity: 1;
}
.btn01 a:hover:after{
  background-image: url(../img/btn_arrow_on@2x.png);
}

.sec{
  padding: 100px 0;
}
.sec.business{
  background: #F8F8F8;
}
.sec_h{
  margin: 0 0 60px;
}
.sec_h_en{
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #E60213;
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
}
.sec_h_en:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #E60213;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.sec_h_in{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_h_title{
  display: flex;
  align-items: flex-end;
}
.sec_h_title_main{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.sec_h_title_desc{
  font-size: 16px;
  color: #666;
  padding: 0 0 10px;
  margin: 0 0 0 60px;
}
.business_type_list .sec_h_title,
.business_type_products .sec_h_title{
  display: block;
}
.business_type_list .sec_h_title_main,
.business_type_products .sec_h_title_main{
  margin: 0 0 15px;
}
.business_type_list .sec_h_title_desc,
.business_type_products .sec_h_title_desc{
  padding: 0;
  margin: 0;
}
.business_h_btn{
}
.business_topbox{
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.business_topbox_conts{
  width: 50%;
  padding: 10px 0 0;
}
.business_topbox_conts_title{
  margin: 0 0 40px;
}
.business_topbox_conts_title a{
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 45px;
  margin: 0 0 40px;
  position: relative;
}
.business_topbox_conts_title a:hover{
  color: #E60213;
  opacity: 1;
}
.business_topbox_conts_title a:before{
  content: "";
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.business_topbox_conts_title a:after{
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.business_topbox_conts_copy{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.business_topbox_conts_txt{
  line-height: 1.8;
}
.business_topbox_img{
  max-width: 42%;
}
.business_topboxlist{
  display: flex;
  justify-content: space-between;
}
.business_topboxlist .business_boxlist_item{
  width: calc((100% - 60px) / 4);
  margin: 0 20px 0 0;
}
.business_topboxlist .business_boxlist_item:nth-child(2n){
  margin: 0 20px 0 0;
}
.business_topboxlist .business_boxlist_item:nth-child(4n){
  margin: 0;
}
.business_topboxlist .business_boxlist_item_img{
  margin: 0 0 30px;
}
.business_boxlist_item_title{
  margin: 0 0 20px;
}
.business_boxlist_item_title a{
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0 45px;
  position: relative;
}
.business_boxlist_item_title a:hover{
  color: #E60213;
  opacity: 1;
}
.business_boxlist_item_title a:before{
  content: "";
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.business_boxlist_item_title a:after{
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
}
.business_boxlist_item_txt{
  color: #666;
}
.sec.feature{
  border-bottom: 1px solid #E1E1E1;
}
.feature_listbox{
  display: flex;
}
.feature_listbox_item{
  width: calc((100% - 2px) / 3);
  padding: 20px 5%;
  box-sizing: border-box;
}
.feature_listbox_item+ .feature_listbox_item{
  border-left: 1px solid #E1E1E1;
}
.feature_listbox_item_img{
  text-align: center;
  margin: 0 0 40px;
}
.feature_listbox_item_img img{
  display: inline-block;
}
.feature_listbox_item_title{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}
.feature_listbox_item_title span{
  color: #E60213;
}
.feature_listbox_item_txt{
  color: #666;
}
.sec.client{
}
.client_boxlist{
  display: flex;
  flex-wrap: wrap;
}
.client_boxlist_item{
  width: calc((100% - 40px) / 6);
  margin: 0 8px 8px 0;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client_boxlist_item:nth-child(6n){
  margin: 0 0 8px;
}
.client_boxlist_item_img{
}

.sec.case{
  background: #F8F8F8;
}
.case_box{
  display: flex;
  justify-content: space-between;
}
.case_box+ .case_box{
  margin: 40px 0 0;
}
.case_box_conts{
  width: 50%;
}
.case_box_conts_tag{
  width: 140px;
  text-align: center;
  background: #E60213;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
  margin: 0 0 20px;
}
.case_box_conts_title{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.case_box_conts_desc{
  color: #666;
}
.case_box_conts_product{
  color: #E60213;
}
.case_box_img{
  width: 42%;
}
.sec.links{
}
.links_in{
  display: flex;
  justify-content: space-between;
}
.links_box{
  width: calc((100% - 20px) / 2);
}
.links_box_img{
  position: relative;
  margin: 0 0 30px;
}
.links_box_img img{
  position: relative;
}
.links_box_img_txt{
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: calc(50% - 0.5em);
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.links_box_title{
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.links_box_desc{
  font-size: 14px;
  color: #666;
  min-height: 76px;
  margin: 0 0 25px;
}
.links_box_btn{
}
.sec.news{
  padding: 40px 0 200px;
}
.news_in{
  display: flex;
  margin: 0 0 50px;
}
.news_h{
  width: 22%;
}
.news_h_en{
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #E60213;
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
}
.news_h_en:before{
  content: "";
  width: 6px;
  height: 6px;
  background: #E60213;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.news_h_title{
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
.news_list{
  width: 76%;
}
.news_list_item{
  border-bottom: 1px solid #E1E1E1;
}
.news_list_item:first-child{
  border-top: 1px solid #E1E1E1;
}
.news_list_item a{
  padding: 35px 120px 35px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.news_list_item a:before{
  content: "";
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 16px);
  right: 40px;
  pointer-events: none;
}
.news_list_item a:after{
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 16px);
  right: 40px;
  pointer-events: none;
}
.news_list_item_cat{
  width: 160px;
  min-height: 36px;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  color: #fff;
  background: #E60213;
  border-radius: 30px;
  line-height: 1.2;
}
.news_list_item_date{
  width: 90px;
  display: inline-block;
  color: #666;
  margin: 0 20px 0 0;
}
.news_list_item_title{
  width: calc(100% - 160px - 30px - 90px - 20px);
  font-weight: 700;
}
.news_btn{
  display: flex;
  justify-content: flex-end;
}
.f{
  padding: 100px 0 0;
  border-bottom: 6px solid #E60213;
  background: #F8F8F8;
}
.f_in{
  padding: 0 80px 100px;
  display: flex;
  justify-content: space-between;
}
.f_info{
  width: 29%;
}
.f_info_logo{
  margin: 0 0 35px;
}
.f_info_name{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
.f_info_tel{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}
.f_info_tel a{
  font-size: 22px;
  display: inline-block;
  text-decoration: underline;
}
.f_info_add{
  color: #666;
  margin: 0 0 40px;
}
.f_info_cv{
}
.f_info_cv{
}
.cv_btn a{
  display: block;
  width: 100%;
  max-width: 360px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: 2px solid #E60213;
  border-radius: 10px;
  padding: 32px 60px 32px 40px;
  box-sizing: border-box;
}
.cv_btn a:before{
  content: "";
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 16px);
  right: 20px;
}
.cv_btn a:after{
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 16px);
  right: 20px;
}
.f_menu{
  width: 71%;
  display: flex;
  justify-content: flex-end;
}
.f_menu_list{
  width: 38%;
}
.f_menu_list+ .f_menu_list{
  margin: 0 0 0 5%;
}
.f_menu_list_item{
  border-top: 1px solid #E1E1E1;
  padding: 28px 10px;
}
.f_menu_list_item a{
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.f_menu_list_item_sub{
  margin: 15px 0 0;
}
.f_menu_list_item_sub_item{
  margin: 0 0 10px;
}
.f_menu_list_item_sub_item a{
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.f_menu_list_item_exlink{
  position: relative;
  padding: 0 14px 0 0;
}
.f_menu_list_item_exlink:after{
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(../img/gnav_exlink_icon@2x.png);
  background-size: 9px 9px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 0;
}
.f_btm{
  padding: 0 80px;
}
.f_btm_in{
  border-top: 1px solid #E1E1E1;
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f_btm_pp{
}
.f_btm_pp a{
  font-size: 14px;
  color: #666;
}
.f_btm_copy{
  font-size: 13px;
  color: #666;
}



.company{
}
.page_head02{
  background: #F8F8F8;
}
.page_head_bread{
  border-bottom: 1px solid #E1E1E1;
}
.page_head_bread_list{
  display: flex;
  align-items: center;
  padding: 12px 0 10px;
}
.page_head_bread_list_item{
  color: #666;
  font-size: 13px;
}
.page_head_bread_list_item a{
  color: #666;
  text-decoration: underline;
}
.page_head_bread_list_item:after{
  content: ">";
  margin: 0 10px;
}
.page_head_bread_list_item:last-child::after{
  content: "";
  margin: 0;
}
.page_head02_title{
  padding: 50px 0;
}
.page_head02_title_main{
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
.company_conts{
  padding: 100px 0 120px;
}
.company_conts_lead{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px;
}
.company_conts_img{
  max-width: 960px;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto 45px;
  width: 100%;
}
.company_conts_txt{
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.company_conts_txt p{
  margin: 0 0 20px;
}
.company_conts_ceo {
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.company_conts_ceo_position{
  display: inline-block;
  margin: 0 5px 0 0;
}
.company_conts_ceo_name{
  font-size: 22px;
}
.company_overview{
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto 120px;
}
.company_overview_title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px;
}
.company_overview_detail{
  border: 1px solid #E1E1E1;
}
.company_overview_detail th{
  width: 25%;
  background: #F8F8F8;
  padding: 20px 50px;
  text-align: left;
  border: 1px solid #E1E1E1;
}
.company_overview_detail td{
  width: 75%;
  padding: 20px 50px;
  border: 1px solid #E1E1E1;
}
.company_overview_detail td dl+ dl{
  margin: 20px 0 0;
}
.company_overview_detail td dl dt{
  font-weight: 700;
  color: #E60213;
  padding: 0 0 0 20px;
  position: relative;
}
.company_overview_detail td dl dt:before{
  content: "";
  width: 14px;
  height: 14px;
  background: #E60213;
  border-radius: 7px;
  position: absolute;
  top: 7.5px;
  left: 0;
}
.company_mvv{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px 110px;
}
.company_mvv_title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
.company_mvv_box{
  background: #FDEBEC;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  position: relative;
}
.company_mvv_box+ .company_mvv_box{
  margin: 21px 0 0;
}
.company_mvv_box+ .company_mvv_box:before{
  content: "";
  width: 100%;
  height: 1px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right,#C9C9C9 4px, transparent 4px);
  background-position: left bottom;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.company_mvv_box_sub{
  font-weight: 700;
  color: #E60213;
}
.company_mvv_box_title{
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #E60213;
  margin: 0 0 20px;
}
.company_mvv_box_copy{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.company_mvv_box_value{
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.company_mvv_box_txt{
  font-size: 20px;
}
.company_mvv_box_list{
  display: flex;
  justify-content: space-between;
}
.company_mvv_box_list_item{
  width: calc(100% / 4);
  padding: 0 10px;
}
.company_mvv_box_list_item:first-child{
  padding: 0 10px 0 0;
}
.company_mvv_box_list_item:last-child{
  padding: 0 0 0 10px;
}
.company_mvv_box_list_item_img{
  text-align: center;
  display: block;
  margin: 0 0 5px;
}
.company_mvv_box_list_item_txt{
  text-align: center;
  font-weight: bold;
}
.company_commit {
  margin: 0 auto;
  padding: 80px 10px 100px;
  border-top: 1px solid #E1E1E1;
}
.company_commit_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}
.company_commit_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0;
}
.company_commit_box+ .company_commit_box{
  margin: 100px 0 0;
}
.company_commit_box_img {
  width: 40%;
}
.company_commit_box_in {
  width: calc(60% - 50px);
}
.company_commit_box_title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.company_commit_box_title_num {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #E60213;
  margin: 0 20px 0 0;
}
.company_commit_box_title_txt {
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
}
.company_commit_box_copy {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
}

.pagenav{
  padding: 110px 0;
  border-top: 1px solid #E1E1E1;
}
.pagenav_list{
  display: flex;
  flex-wrap: wrap;
}
.pagenav_list_item{
  width: calc((100% - 48px) / 3);
  border: 1px solid #C9C9C9;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 24px 24px 0;
}
.pagenav_list_item:nth-child(3n){
  margin: 0 0 24px;
}
.pagenav_list_item a{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 38px 50px 38px 100px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  font-size: 1.43229vw;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1200px) {
  .pagenav_list_item a{
    font-size: 22px;
  }
}
.pagenav_list_item a:after{
  content: "";
  width: 9.5px;
  height: 16px;
  background-image: url(../img/btn_arrow_l@2x.png);
  background-size: 9.5px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 40px;
}
.pagenav_list_item a:hover{
  opacity: .5;
}
.pagenav_list_item.on a{
  opacity: .5;
  pointer-events: none;
}
.pagenav_list_item_business:before{
  content: "";
  width: 64.5px;
  height: 36px;
  background-image: url(../img/business_icon@2x.png);
  background-size:64.5px 36px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 18px);
  left: 22px;
}
.pagenav_list_item_sdgs:before{
  content: "";
  width: 64.5px;
  height: 54.5px;
  background-image: url(../img/sdgs_scr_icon@2x.png);
  background-size:55px 54.5px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 27.25px);
  left: 24px;
}
.pagenav_list_item_case:before{
  content: "";
  width: 64.5px;
  height: 57px;
  background-image: url(../img/application_case_icon@2x.png);
  background-size:57px 57px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 28.5px);
  left: 24px;
}
.pagenav_list_item_company:before{
  content: "";
  width: 64.5px;
  height: 50px;
  background-image: url(../img/company_icon@2x.png);
  background-size:51px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 25px);
  left: 24px;
}
.pagenav_list_item_fishery_processing:before{
  content: "";
  width: 64.5px;
  height: 47px;
  background-image: url(../img/business_fishery_processing_icon@2x.png);
  background-size:60px 47px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 23.5px);
  left: 24px;
}
.pagenav_list_item_wholesale:before{
  content: "";
  width: 64.5px;
  height: 52px;
  background-image: url(../img/business_wholesale_icon@2x.png);
  background-size:55.5px 52px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 26px);
  left: 24px;
}
.pagenav_list_item_retailer:before{
  content: "";
  width: 64.5px;
  height: 50px;
  background-image: url(../img/business_retailer_1@2x.png);
  background-size:54.5px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 25px);
  left: 24px;
}
.pagenav_list_item_restaurant:before{
  content: "";
  width: 64.5px;
  height: 57.5px;
  background-image: url(../img/business_retailer_icon@2x.png);
  background-size:43px 57.5px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 28.75px);
  left: 24px;
}
.pagenav_list_item_ec:before{
  content: "";
  width: 64.5px;
  height: 54px;
  background-image: url(../img/business_ec_icon@2x.png);
  background-size:52px 54px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 27px);
  left: 24px;
}


.business{
}
.business_head{
  background-image: url(../img/business_mv01@2x.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page_head_bread{
}
.page_head01 .page_head_bread_list_item,
.page_head01 .page_head_bread_list_item a{
  color: #fff;
}
.page_head01_title{
  padding: 90px 0 110px;
}
.page_head01_title_en{
  font-size: 14px;
  font-weight: bold;
  color: #E60213;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}
.page_head01_title_en:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #E60213;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.page_head01_title_main{
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.business_lead{
  padding: 120px 0 70px;
}
.business_lead_title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px;
}
.business_lead_desc{
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
}
.business_boxlist{
}
.business_boxlist_in{
  display: flex;
  flex-wrap: wrap;
}
.business_boxlist_item{
  width: calc((100% - 20px) / 2);
  margin: 0 20px 100px 0;
}
.business_boxlist_item:nth-child(2n){
  margin: 0 0 100px;
}
.business_boxlist_item_img{
  margin: 0 0 20px;
}
.business_boxlist_item_title{
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
}
.business_boxlist_item_desc{
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.business_boxlist_item_btn{
}
.pagenav{
}
.pagenav_list{
}
.pagenav_list_item{
}
.pagenav_list_item_case{
}
.pagenav_list_item_sdgs{
}
.pagenav_list_item_company{
}



.sdgs{
}
.sdgs_head{
  background-image: url(../img/sdgs_csr_mv01@2x.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sdgs_lead{
  padding: 120px 0 70px;
}
.sdgs_lead_title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 45px;
}
.sdgs_lead_desc{
  max-width: 920px;
  margin: 0 auto;
}
.sdgs_conts{
}
.sdgs_conts_head{
  margin: 0 0 60px;
}
.sdgs_conts_head_title{
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
}
.sdgs_conts_head_desc{
}
.sdgs_conts_boxlist{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 70px;
}
.sdgs_conts_boxlist_item{
  width: calc((100% - 40px) / 3);
  margin: 0 20px 50px 0;
}
.sdgs_conts_boxlist_item:nth-child(3n){
  margin: 0 0 50px;
}
.sdgs_conts_boxlist_item_img{
  margin: 0 0 15px;
}
.sdgs_conts_boxlist_item_title{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.sdgs_conts_boxlist_item_desc{
  font-size: 14px;
  line-height: 1.5;
}
.sdgs_conts_boxlist_item_btn{
  margin: 25px 0 0;
}
.sdgs_mission{
  padding: 45px 0 90px;
}
.sdgs_mission_copy{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}


.case{
}
.case_head{
  padding: 120px 0 50px;
}
.case_head_in{
}
.case_head_title{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
}
.case_head_nav{
  display: flex;
  justify-content: center;
}
.case_head_nav_item{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0 20px;
}

.case_conts{
  padding: 0 0 100px;
}
.case_conts_title{
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 45px;
}
.case_conts_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.case_conts_box+ .case_conts_box{
  margin: 20px 0 0;
  position: relative;
}
.case_conts_box_txt{
  width: 50%;
}
.case_conts_box_txt_title{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.case_conts_box_txt_desc{
  font-size: 14px;
  line-height: 1.5;
}
.case_conts_box_txt_product{
  color: #E60213;
}
.case_conts_box_img{
}
.sec.client{
}
.sec_h{
}
.sec_h_en{
}
.sec_h_title{
}
.sec_h_title_main{
}
.sec_h_title_desc{
}
.client_boxlist{
}
.client_boxlist_item{
}

.privacy_conts{
  padding: 60px 0 180px;
}
.privacy_conts p{
  line-height: 2;
}
.privacy_conts h2{
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 50px 0 30px;
  position: relative;
}
.privacy_conts h2:before{
  content: "";
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacy_conts h2:after{
  content: "";
  width: 100px;
  height: 1px;
  background: #E60213;
  position: absolute;
  bottom: 0;
  left: 0;
}
.privacy_conts ul li{
  line-height: 2;
}
.privacy_conts ul li:before{
  content: "・";
}


.news_conts{
  padding: 120px 0;
}
.news_conts_in{
  display: flex;
}
.news_conts_main{
  width: 74%;
  margin: 0 4% 0 0;
}
.news_conts_main_title{
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 0 50px;
}
.news_conts_main_title:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #E60213;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.news_conts_main_arch{
}
.news_conts_main_arch_item{
  border-bottom: 1px solid #E1E1E1;
}
.news_conts_main_arch_item:first-child {
  border-top: 1px solid #E1E1E1;
}
.news_conts_main_arch_item a {
  padding: 35px 120px 35px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.news_conts_main_arch_item a:before {
  content: "";
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 2px solid #E60213;
  border-radius: 18px;
  position: absolute;
  top: calc(50% - 16px);
  right: 40px;
  pointer-events: none;
}
.news_conts_main_arch_item a:after {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 16px);
  right: 40px;
  pointer-events: none;
}
.news_conts_main_arch_item_cat {
  width: 160px;
  min-height: 36px;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  color: #fff;
  background: #E60213;
  border-radius: 30px;
  line-height: 1.2;
}
.news_conts_main_arch_item_date{
  width: 90px;
  display: inline-block;
  color: #666;
  margin: 0 20px 0 0;
}
.news_conts_main_arch_item_title{
  width: calc(100% - 160px - 30px - 90px - 20px);
  font-weight: 700;
}
.news_conts_main_pagenav{
  padding: 90px 0 0;
  display: none;
}
.news_conts_main_pagenav_prev{
}
.news_conts_main_pagenav_page{
}
.news_conts_main_pagenav_next{
}
.news_conts_side{
  width: 22%;
}
.news_conts_side_cat{
  border: 1px solid #E1E1E1;
}
.news_conts_side_cat_title{
  background: #EDEDED;
  font-size: 22px;
  font-weight: 700;
  padding: 12px 15px;
  border-bottom: 1px solid #E1E1E1;
}
.news_conts_side_cat_list{
}
.news_conts_side_cat_list_item{
  border-bottom: 1px solid #E1E1E1;
}
.news_conts_side_cat_list_item:last-child{
  border-bottom: 0;
}
.news_conts_side_cat_list_item a{
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
}

.business_type_list {
  padding: 100px 0 0;
}
.business_type_lead {
  padding: 120px 0 30px;
}
.business_type_lead_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}
.business_type_lead_in {
  padding: 0 50px;
}
.business_type_lead_txt {
  margin: 0 0 50px;
}
.business_type_list_title {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 0 25px;
  margin: 0 0 30px;
  position: relative;
}
.business_type_list_title:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #E60213;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.business_type_list_box{
  display: flex;
  flex-wrap: wrap;
}
.business_type_list_box_item{
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
  margin: 0 24px 50px 0;
}
.business_type_list_box_item:nth-child(3n){
  margin: 0 0 50px;
}
.business_type_list_box_item_img{
  margin: 0 0 15px;
}
.business_type_list_box_item_title{
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 15px;
}
.business_type_list_box_item_txt{
  color: #666;
}
.business_type_btm {
  padding: 50px 0 120px;
}
.business_type_btm_in {
  text-align: center;
}
.business_type_btm_copy {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
.pagenav_title {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 0 25px;
  margin: 0 0 30px;
  position: relative;
}
.pagenav_title:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #E60213;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.business_type_products {
  padding: 0 0 90px;
}
.business_type_products_listbox {
  display: flex;
  flex-wrap: wrap;
}
.business_type_products_item {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 30px 0;
  display: flex;
  align-items: center;
}
.business_type_products_item:nth-child(2n){
  margin: 0 0 30px 0;
}
.business_type_products_item_img {
  width: 240px;
  margin: 0 25px 0 0;
}
.business_type_products_item_conts_title {
  font-size: 22px;
  font-weight: 700;
}
.business_type_products_item_conts_txt {
  color: #666;
}
.business_type_products_item_conts {
  width: calc(100% - 265px);
}
.business_type_flow {
  background: #F8F8F8;
  padding: 100px 0 100px;
}
.business_type_flow_listbox{

}
.business_type_flow_listbox_item {
  border: 2px solid #E60213;
  border-radius: 10px;
  padding: 50px 60px;
  box-sizing: border-box;
  margin: 0 0 20px;
  display: flex;
}
.business_type_flow_listbox_item_step{
  width: 210px;
  font-weight: 700;
  position: relative;
  padding: 0 0 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business_type_flow_listbox_item_step_title{
  line-height: 1;
  margin: 0 0 5px 5px;
}
.business_type_flow_listbox_item_step_num{
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.business_type_flow_listbox_item_step_num:after{
  content: "";
  width: 25px;
  height: 3px;
  background: #E60213;
  position: absolute;
  bottom: -12px;
  left: 12px;
}
.step01 .business_type_flow_listbox_item_step:after{
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(../img/flow_step01_icon@2x.png);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 37.5px);
  right: 35px;
}
.step02 .business_type_flow_listbox_item_step:after{
  content: "";
  width: 90px;
  height: 84px;
  background-image: url(../img/flow_step02_icon@2x.png);
  background-size: 75px 84px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 34.5px);
  right: 35px;
}
.step03 .business_type_flow_listbox_item_step:after{
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(../img/flow_step03_icon@2x.png);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 37.5px);
  right: 35px;
}
.step04 .business_type_flow_listbox_item_step:after{
  content: "";
  width: 90px;
  height: 90px;
  background-image: url(../img/flow_step04_icon@2x.png);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 37.5px);
  right: 35px;
}
.business_type_flow_listbox_item_conts{
  width: calc(100% - 210px);
}
.business_type_flow_listbox_item_conts_title{
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.business_type_flow_listbox_item_conts_txt {
  margin: 0 0 23px;
}
.business_type_shop_box{
}
.business_type_shop_box+ .business_type_shop_box,
.business_type_shop_box+ .sec_h {
  margin: 110px 0 60px;
}
.business_type_shop_box_in{
  display: flex;
  justify-content: space-between;
}
.business_type_shop_box_info{
  width: 47%;
  padding: 0 10% 0 0;
  box-sizing: border-box;
}
.business_type_shop_box_info_title{
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #E60213;
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 0 15px;
}
.business_type_shop_box_info_title:before{
  content: "";
  width: 10px;
  height: 10px;
  background: #E60213;
  border-radius: 5px;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.business_type_shop_box_info_txt{
  color: #666;
  margin: 0 0 40px;
}
.business_type_shop_box_img{
  width: 53%;
}
.business_type_list_end{
  padding: 20px 0 100px;
}
.business_type_list_end p{
  font-size: 18px;
  font-weight: 700;
}
.business_type_shop_box_menu {
  padding: 70px 0 0;
}
.business_type_shop_box_menu_title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.business_type_shop_box_menu_boxlist {
  display: flex;
}
.business_type_shop_box_menu_boxlist_item {
  width: calc((100% - 48px) / 3);
  margin: 0 24px 0 0;
}
.business_type_shop_box_menu_boxlist_item:nth-child(3n){
  margin: 0;
}
.business_type_shop_box_menu_boxlist_item_name {
  font-size: 22px;
  font-weight: 700;
}
.business_type_shop_box_info_btn a+ a{
  margin: 20px 0 0;
}

.completed_conts {
  padding: 180px 0 200px;
}
.completed_conts_in {
  text-align: center;
}
.completed_conts_title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 25px;
}
.completed_conts_txt {
  line-height: 2;
  margin: 0 0 90px;
}
.completed_conts_btn {
  display: flex;
  justify-content: center;
}

.contact_lead {
  padding: 120px 0;
}
.contact_lead_in {
  text-align: center;
}
.contact_lead_txt {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 25px;
}
.contact_lead_box {
  padding: 40px 40px 50px;
  background: #FDEBEC;
  border-radius: 10px;
  box-sizing: border-box;
}
.contact_lead_box_txt {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.contact_lead_box_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
.contact_lead_box_tel span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  padding: 3px 10px;
  background: #E60213;
  border-radius: 2px;
  margin: 0 10px 0 0;
}
.contact_lead_box_tel a {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.contact_form {
  padding: 0 0 200px;
}
.contact_form_title {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
}
.contact_form_item{
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 25px 20px 25px 0;
  border-bottom: 1px solid #E1E1E1;
}
.contact_form_item:first-child{
  border-top: 1px solid #E1E1E1;
}
.contact_form_item_label{
  width: 27%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 0 0;
}
.radio_wrap .contact_form_item_label{
  padding: 3px 0 0;
}
.required {
  display: inline-block;
  font-size: 14px;
  line-height: 1.15;
  color: #fff;
  background: #E60213;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0 0 0 10px;
}
.contact_form_item_input {
  width: 73%;
}
.radio_wrap .contact_form_item_input {
  display: flex;
}
.radio_wrap .contact_form_item_input input{
  display: none;
}
.radio_wrap .contact_form_item_input label {
  display: inline-block;
  padding: 0 0 0 35px;
  margin: 0 60px 0 0;
  position: relative;
}
.radio_wrap .contact_form_item_input label:before{
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 11px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.radio_wrap .contact_form_item_input label:after{
  content: "";
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 7px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 4px;
  transition: .2s;
}
.radio_wrap .contact_form_item_input input:checked+ label:after{
  background: #E60213;
}
.contact_form_item_input input[type="text"],
.contact_form_item_input textarea,
.contact_form_item_input input[type="tel"],
.contact_form_item_input input[type="email"] {
  width: 100%;
  background: #F2F2F2;
  padding: 17px 20px;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
}
.contact_form_item_input textarea{
  resize: vertical;
  min-height: 200px;
  box-sizing: border-box;
}
.contact_form_item_input input[type="text"]:focus-visible,
.contact_form_item_input textarea:focus-visible,
.contact_form_item_input input[type="tel"]:focus-visible,
.contact_form_item_input input[type="email"]:focus-visible{
  outline: 0;
}
.contact_form_agreement {
  padding: 60px 0 40px;
}
.contact_form_agreement_txt {
  color: #666;
  margin: 0 0 10px;
}
.contact_form_agreement_txt a {
  color: #3F87D3;
  display: inline-block;
}
.contact_form_agreement_check input {
  padding: 0 0;
  width: 15px;
  height: 15px;
  margin: 0 5px 3px 0;
}
.contact_form_agreement_check label {
  position: relative;
}
.contact_form_btn button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #E60213;
  border-radius: 30px;
  position: relative;
  transition: .3s;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
}
.contact_form_btn button:after{
  content: "";
  width: 7.5px;
  height: 12px;
  background-image: url(../img/btn_arrow@2x.png);
  background-size: 7.5px 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
}
.contact_form_btn button:hover{
  background: #E60213;
  color: #fff;
  opacity: 1;
}
.contact_form_btn button:hover:after{
  background-image: url(../img/btn_arrow_on@2x.png);
}
.wpcf7-response-output {
  text-align: center;
  font-weight: 700;
}

.news_conts_main_post_title {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 40px;
}
.news_conts_main_post_info {
  display: flex;
  align-items: center;
  margin: 0 0 55px;
}
.news_conts_main_post_info_date {
  margin: 0 25px 0 0;
}
.news_conts_main_post_info_cat{
}
.news_conts_main_post_info_cat a{
  color: #fff;
  line-height: 1;
  padding: 8px 45px;
  border-radius: 25px;
  background: #E60213;
}
.news_conts_main_post_in p{
  line-height: 2;
  margin: 0 0 45px;
}
.news_conts_main_post_in .b,
.news_conts_main_post_in strong{
  font-weight: 700;
  color: #E60213;
}
.news_conts_main_post_in p a{
  display: inline-block;
  color: #0000FF;
  text-decoration: underline;
}

.news_conts_main_post_in h2{
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 45px;
}
.news_conts_main_post_in h2:before{
  content: "";
  width: 100%;
  height: 2px;
  background: #E1E1E1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_conts_main_post_in h2:after{
  content: "";
  width: 100px;
  height: 2px;
  background: #E60213;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_conts_main_post_in h3{
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px 25px;
  background: #F8F8F8;
  margin: 0 0 45px;
}
.news_conts_main_post_in h4{
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  padding: 2px 0 2px 13px;
  border-left: 2px solid #E60213;
  margin: 0 0 45px;
}
.news_conts_main_post_in h5{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}
.news_conts_main_post_in h6{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}
.news_conts_main_post_in figure{
  margin: 0 0 45px;
}
.news_conts_main_post_in ul,
.news_conts_main_post_in ol{
  margin: 0 0 45px;
}
.news_conts_main_post_in li+ li{
  margin: 15px 0 0;
}
.news_conts_main_post_in ul li{
  padding: 0 0 0 30px;
  position: relative;
}
.news_conts_main_post_in ul li:before{
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #E60213;
  position: absolute;
  top: 8px;
  left: 8px;
}
.news_conts_main_post_in ol{
  counter-reset: listnum;
  list-style: none;
}
.news_conts_main_post_in ol li{
  padding: 0 0 0 40px;
  position: relative;
}
.news_conts_main_post_in ol li:before{
	counter-increment: listnum;
	content: counter(listnum);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDEBEC;
  color: #E60213;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.news_conts_main_post_back{
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
  margin: 0 auto;
}



.sp{
  display: none;
}

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

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .pc-in{
    display: none;
  }
  .sp-in{
    display: inline-block;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }


}



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

  body{
    font-size: 15px;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .wrap_s{
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .h_logo_title {
    display: block;
    font-size: 8.5px;
    margin: 0 0 3px;
  }
  .h-logo-img img {
    width: 100px;
    height: auto;
  }
  .h {
    height: 58px;
    padding: 0 15px;
    border-bottom: 1px solid #E1E1E1;
  }
  .h_logo {
    padding: 0;
    z-index: 110;
  }
  .modal-pc {
    display: none;
  }
  .h-nav,
  .modal-bg {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  }
  .h-nav.active,
  .modal-bg.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 90;
  }
  .h-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    pointer-events: none;
    padding: 58px 0 17px;
  }
  .h-nav {
    pointer-events: none;
  }
  .h-nav.active {
    pointer-events: auto;
  }
  .h_spbtn{
    z-index: 110;
  }
  .h_spbtn_open{
    cursor: pointer;
    display: flex;
  }
  .h_spbtn_close{
    display: none;
    cursor: pointer;
  }
  .h_spbtn_close {
    display: none;
  }
  .h_spbtn_close.active {
    display: inline-block;
  }
  .h_spbtn_open {
    display: flex;
  }
  .h_spbtn_open.hidden {
    display: none;
  }
  .h-nav-list {
    display: block;
    border-top: 1px solid #E1E1E1;
    margin: 0 0 17px;
  }
  .h-nav-list-item{
    border-bottom: 1px solid #E1E1E1;
  }
  .h-nav-list-item+ .h-nav-list-item {
    margin: 0;
  }
  .h-nav-list-item-toggle {
    width: 100%;
    display: block;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-weight: 700;
  }
  .h-nav-list-item-toggle:after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../img/sp_header_menu_toggle_open@2x.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: calc(50% - 7.5px);
    right: 15px;
  }
  .h-nav-list-item-toggle:hover:after {
    background-image: url(../img/sp_header_menu_toggle_close@2x.png);
    background-size: 15px 2.25px;
  }
  .h-nav-list-item-child {
    width: 100%;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    display: block;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    visibility: visible;
    pointer-events: auto;
  }
  .h-nav-list-item-child.is-open {
    max-height: 1000px;
    opacity: 1;
  }
  .h-nav-list-item-child-first {
    width: 100%;
    border-right: 0;
    background: #F8F8F8;
  }
  .h-nav-list-item-child-first-item {
    text-align: left;
    padding: 0;
  }
  .h-nav-list-item-child .h-nav-list-item-child-first-item a {
    font-size: inherit;
    padding: 15px 25px 15px 25px;
    font-weight: 400;
    border-bottom: 1px solid #E1E1E1;
  }
  
  .h-nav-list-item-child-first-item a:before {
    content: "";
    width: 0;
    height: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .h-nav-list-item-child-list {
    width: 100%;
    padding: 0;
    background: #F8F8F8;
  }
  .h-nav-list-item-child-list-item {
    padding: 0;
  }
  .h-nav-list-item-child .h-nav-list-item-child-list-item a {
    font-size: inherit;
    padding: 15px 25px 15px 25px;
    font-weight: 400;
    border-bottom: 1px solid #E1E1E1;
  }
  .h-nav-list-item-child .h-nav-list-item-child-list-item:last-child a {
    border-bottom: 0;
  }
  .h-nav-list-item-child .h-nav-list-item-child-first-item a:after,
  .h-nav-list-item-child .h-nav-list-item-child-list-item a:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .h-nav-list-item-child-img {
    width: auto;
    display: none;
  }
  .h-nav-list-item a {
    display: block;
    font-weight: 700;
    width: 100%;
    padding: 15px 25px 15px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .h-nav-list-item a:after{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/sp_header_menu_arrow@2x.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: calc(50% - 7px);
    right: 15px;
  }
  .h-nav-list-item a.h-nav-list-item-exlink:after{
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .h-nav-list-item-exlink span{
    position: relative;
    display: inline-block;
  }
  .h-nav-list-item-exlink span:after{
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(../img/gnav_exlink_icon@2x.png);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 4.5px);
    right: -14px;
  }
  .h-nav-list-item-exlink:hover span:after{
    background-image: url(../img/gnav_exlink_icon_on@2x.png);
  }
  .h-nav-list-ec {
    border-left: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E1E1E1;
  }
  .h-nav-list-ec a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 25px 15px 15px;
    position: relative;
    color: #333;
  }
  .h-nav-list-ec a:after {
    content: "";
    width: 0;
    height:0;
    background: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .h-nav-list-ec a span{
    position: relative;
    display: inline-block;
  }
  .h-nav-list-ec a span:after {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../img/gnav_ec_icon@2x.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 6px);
    right: -24px;
    margin: 0 auto;
  }
  .h-nav-cv{
    padding: 0 15px;
  }
  .cv_btn a:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: calc(50% - 14px);
    right: 20px;
  }
  .cv_btn a:after {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
    right: 20px;
  }

  .mv img{
    width: 100%;
    height: auto;
  }

  .lead {
    padding: 60px 0 76px;
    background: url(../img/sp_lead_bg@2x.png) no-repeat bottom center / cover;
  }

  .lead_in {
    padding: 0;
    display: block;
  }

  .lead_copy {
    font-size: 35px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 30px;
  }

  .lead_conts {
    max-width: 100%;
  }

  .lead_conts_txt {
    font-weight: 700;
  }

  .sec {
    padding: 50px 0;
  }
  .sec_h {
    margin: 0 0 40px;
  }

  .sec_h_title {
    font-size: 35px;
    line-height: 1.5;
  }
  .sec_h_in {
    display: block;
  }

  .sec_h_title_main {
    font-size: 9vw;
    line-height: 1.5;
  }
  
  .sec_h_title {
    display: block;
  }

  .sec_h_title_desc {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .sec_h_en {
    font-size: 15px;
    margin: 0 0 10px;
  }

  .sec_h_title_desc {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .sec_h_title_main {
    font-size: 32px;
    margin: 0 0 15px;
  }

  .sec_h_title_desc {
    font-size: 15px;
    padding: 0;
    margin: 0 0 15px;
  }

  .business_h_btn {
    margin: 0 0 30px;
  }
  
  .btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 48px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #E60213;
    border-radius: 30px;
    position: relative;
    transition: .3s;
    margin: 0 auto;
  }

  .business_topbox {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
    flex-direction: column-reverse;
  }
  .business_topbox_conts {
    width: 100%;
    padding: 0;
  }
  .business_topbox_img {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 0 30px -15px;
  }
  .business_topbox_conts_title {
    margin: 0 0 20px;
  }
  .business_topbox_conts_title a {
    font-size: 22px;
    padding: 0 0 0 38px;
    margin: 0;
  }
  .business_topbox_conts_title a:before {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
    left: 0;
  }
  .business_topbox_conts_title a:after {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
    left: 0;
  }
  .business_topbox_conts_copy {
    font-size: 19px;
  }
  .business_boxlist {
    display: block;
    padding: 0 0 60px;
  }
  .business_topboxlist {
    display: block;
    padding: 0;
  }
  .business_boxlist_item,
  .business_topboxlist .business_boxlist_item,
  .business_topboxlist .business_boxlist_item:nth-child(2n),
  .business_topboxlist .business_boxlist_item:nth-child(4n) {
    width: 100%;
    margin: 0;
  }
  .business_boxlist_item+ .business_boxlist_item,
  .business_topboxlist .business_boxlist_item+ .business_boxlist_item{
    margin: 45px 0 0;
  }
  .business_topboxlist .business_boxlist_item_img {
    margin: 0 0 10px;
  }
  .business_boxlist_item_img {
    margin: 0 0 5px;
    text-align: center;
  }
  .business_boxlist_item_title {
    font-size: 19px;
    margin: 0 0 5px;
  }
  .business_boxlist_item_title a {
    padding: 0 0 0 38px;
  }
  .business_boxlist_item_title a:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: calc(50% - 14px);
  }
  .business_boxlist_item_title a:after {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
  }
  .feature_listbox{
    display: block;
  }
  .feature_listbox_item{
    width: 100%;
    padding: 30px 0;
  }
  .feature_listbox_item+ .feature_listbox_item{
    border-left: 0;
    border-top: 1px solid #E1E1E1;
  }
  .feature_listbox_item_img {
    margin: 0 0 15px;
  }
  .feature_listbox_item_title {
    font-size: 19px;
    margin: 0 0 15px;
  }
  .client_boxlist_item {
    width: calc((100% - 16px) / 3);
    padding: 20px 20px;
    height: 78px;
    box-sizing: border-box;
  }
  .client_boxlist_item:nth-child(3n),
  .client_boxlist_item:nth-child(6n) {
    margin: 0 0 8px;
  }
  .client_boxlist_item img {
    max-height: 100%;
    width: auto;  
  }
  .case_box_conts {
    width: 100%;
  }
  .case_box {
    display: block;
  }
  .case_box_conts_title {
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .case_box_conts_product {
    margin: 0 0 20px;
  }
  .case_box_img {
    width: 100%;
  }
  .links_in {
    display: block;
  }
  .links_box {
    width: 100%;
  }
  .links_box+ .links_box{
    margin: 60px 0 0;
  }
  .links_box_img_txt {
    font-size: 23px;
    line-height: 1.5;
    top: calc(50% - 1.5em);
  }
  .links_box_img {
    margin: 0 0 15px;
  }
  .links_box_title {
    font-size: 23px;
    margin: 0 0 10px;
  }
  .sec.news {
    padding: 20px 0 100px;
  }
  .news_in {
    display: block;
    margin: 0 0 40px;
  }
  .news_h {
    width: 100%;
    margin: 0 0 30px;
  }
  .news_h_title {
    font-size: 35px;
  }
  .news_list {
    width: 100%;
  }
  .news_list_item a {
    padding: 20px 40px 20px 0;
    display: block;
  }
  .news_list_item_cat {
    width: 140px;
    min-height: 30px;
    margin: 0 0 10px;
  }
  .news_list_item_date {
    width: auto;
    display: block;
  }
  .news_list_item_title {
    width: 100%;
  }
  .news_list_item a:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: calc(50% - 14px);
    right: 0;
  }
  .news_list_item a:after {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
    right: 0;
  }
  .f {
    padding: 60px 0 0;
    border-bottom: 3px solid #E60213;
  }
  .f_in {
    padding: 0 15px 60px;
    display: block;
  }
  .f_info {
    width: 100%;
  }
  .f_info_logo{
    margin: 0 0 20px;
  }
  .f_info_logo img{
    width: 179px;
    height: auto;
  }
  .f_info_name {
    font-size: 17px;
    margin: 0 0 6px;
  }
  .f_info_tel {
    font-size: 17px;
    margin: 0 0 6px;
  }
  .f_info_tel a {
    font-size: 19px;
  }
  .f_info_add {
    margin: 0 0 30px;
  }
  .f_menu {
    width: 100%;
    display: block;
  }
  .f_menu_list {
    width: 100%;
  }
  .f_info_cv {
    margin: 0 0 40px;
  }
  .cv_btn a {
    width: 100%;
    max-width: 414px;
    padding: 24px 60px 24px 40px;
  }
  .f_menu_list_item {
    border-top: 1px solid #E1E1E1;
    padding: 16px 10px;
  }
  .f_menu_list_item a {
    font-size: 15px;
  }
  .f_menu_list_item_sub_item a {
    font-size: 13px;
  }
  .f_menu_list+ .f_menu_list {
    margin: 0;
  }
  .f_btm {
    padding: 0;
  }
  .f_btm_in {
    padding: 20px 15px;
    display: block;
    text-align: center;
  }

  .f_btm_pp {
    margin: 0 0 10px;
  }

  .page_head01_title_en {
    margin: 0 0 15px;
  }
  .page_head01_title_main {
    font-size: 30px;
  }
  .sdgs_lead {
    padding: 60px 0;
  }
  .sdgs_lead_title {
    font-size: 19px;
    margin: 0 0 25px;
  }
  .sdgs_conts_head_title {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .sdgs_conts_head {
    margin: 0 0 40px;
  }
  .sdgs_conts_boxlist_item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sdgs_conts_boxlist_item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .sdgs_conts_boxlist_item_title {
    font-size: 19px;
  }
  .sdgs_conts_boxlist_item_img {
    margin: 0 0 5px;
  }
  .sdgs_mission {
    padding: 0 0 60px;
  }
  .sdgs_mission_copy {
    font-size: 22px;
  }
  .pagenav {
    padding: 50px 0 45px;
  }
  .pagenav_title {
    font-size: 19px;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
  .pagenav_list {
    display: block;
  }
  .pagenav_list_item {
    width: 100%;
    margin: 0 0 15px;
  }
  .pagenav_list_item:nth-child(3n) {
    margin: 0 0 15px;
  }
  .pagenav_list_item a {
    padding: 24px 40px 24px 100px;
    font-size: 19px;
  }
  .pagenav_list_item a:after {
    right: 30px;
  }


  .business_lead {
    padding: 60px 0;
  }
  .business_lead_title {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .business_lead_desc {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .page_head02_title_main {
    font-size: 28px;
  }
  .case_head {
    padding: 60px 0;
  }
  .case_head_title {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .case_head_nav {
    display: block;
  }
  .case_head_nav_item+ .case_head_nav_item{
    margin: 15px 0 0;
  }
  .case_conts {
    padding: 0 0 45px;
  }
  .case_conts_title {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .case_conts_box_txt_title {
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .case_conts_box {
    display: block;
  }
  .case_conts_box_txt {
    width: 100%;
    margin: 0 0 15px;
  }
  .case_conts_box+ .case_conts_box {
    margin: 30px 0 0;
  }

  .company_conts {
    padding: 40px 0 60px;
  }
  .company_conts_lead {
    font-size: 19px;
    margin: 0 0 30px;
  }
  .company_conts_img {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 45px;
    width: 100%;
  }
  .company_conts_img {
    margin: 0 auto 20px;
  }
  .company_conts_txt {
    max-width: 100%;
    padding: 0;
  }
  .company_overview {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 60px;
  }
  .company_overview_title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .company_overview_detail th {
    width: 30%;
    padding: 10px 15px;
  }
  .company_overview_detail td {
    width: 70%;
    padding: 10px 15px;
  }
  .company_overview_detail td {
    width: 70%;
    padding: 10px 15px;
  }
  .company_mvv {
    max-width: 100%;
    padding: 0 0 60px;
  }
  .company_mvv_title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
  }
  .company_mvv_box {
    padding: 20px;
  }
  .company_mvv_box_list {
    flex-wrap: wrap;
  }
  .company_mvv_box_title {
    font-size: 29px;
    margin: 0 0 20px;
  }
  .company_mvv_box_copy{
    font-size: 20px;
    margin: 0 0 20px;
  }
  .company_mvv_box_txt {
    font-size: 16px;
    text-align: left;
  }
  .company_mvv_box_list_item {
    width: calc((100% - 20px) / 2);
    padding: 0 5px;
    margin: 0 0 30px;
  }
  .company_mvv_box_list_item:first-child {
    padding: 0 5px;
  }
  .company_mvv_box_list_item_txt {
    font-size: 12px;
  }
  .company_mvv_box_list_item:last-child {
    padding: 0 5px;
  }
  .company_commit {
    padding: 40px 10px 50px;
    border-top: 1px solid #E1E1E1;
  }
  .company_commit_box {
    padding: 0;
    flex-direction: column;
  }
  .company_commit_box+ .company_commit_box{
    margin: 40px 0 0;
  }
  .company_commit_box_img {
    width: 100%;
    margin: 0 0 20px;
  }
  .company_commit_box_in {
    width: 100%;
  }
  .company_commit_box_title_num {
    font-size: 39px;
    margin: 0 20px 0 0;
  }
  .company_commit_box_title_txt {
    font-size: 21px;x
  }

  .privacy_conts {
    padding: 60px 0;
  }
  .privacy_conts h2 {
    font-size: 19px;
    padding: 0 0 8px;
    margin: 35px 0 15px;
  }

  .news_conts {
    padding: 40px 0;
  }
  .news_conts_in {
    display: block;
  }
  .news_conts_main {
    width: 100%;
    margin: 0 0 50px;
  }
  .news_conts_side {
    width: 100%;
    margin: 0 0 50px;
  }
  .news_conts_main_title {
    font-size: 19px;
    padding: 0 0 0 25px;
    margin: 0 0 25px;
  }

  .news_conts_main_arch_item a {
    padding: 20px 40px 20px 0;
    display: block;
  }
  .news_conts_main_arch_item_cat {
    width: 140px;
    min-height: 30px;
    margin: 0 0 10px;
  }
  .news_conts_main_arch_item_date {
    width: auto;
    display: block;
  }
  .news_conts_main_arch_item_title {
    width: 100%;
  }
  .news_conts_main_arch_item a:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    top: calc(50% - 14px);
    right: 0;
  }
  .news_conts_main_arch_item a:after {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 14px);
    right: 0;
  }

  .business_type_lead {
    padding: 60px 0 30px;
  }
  .business_type_lead_in{
    padding: 0;
  }
  .business_type_lead_title {
    font-size: 22px;
  }
  .business_type_lead_txt {
    margin: 0 0 30px;
  }
  .business_type_feature {
    padding: 60px 0 30px;
  }
  .business_type_list_title {
    font-size: 22px;
  }
  .business_type_list_box_item,
  .business_type_list_box_item:nth-child(3n) {
    width: 100%;
    margin: 0 0 40px;
  }
  .business_type_list_box_item:last-child {
    margin: 0;
  }
  .business_type_list_box_item_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .business_type_list{
    padding: 60px 0 30px;
  }
  .business_type_btm {
    padding: 30px 0 60px;
  }
  .business_type_btm_copy {
    font-size: 22px;
  }
  .business_type_products_listbox {
    display: block;
  }
  .business_type_products_item,
  .business_type_products_item:nth-child(2n) {
    width: 100%;
    margin: 0 0 40px;
    display: block;
  }
  .business_type_products_item_img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .business_type_products_item_img img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .business_type_products_item_conts {
    width: 100%;
    padding: 0;
  }
  .business_type_products_item_conts_title {
    font-size: 19px;
    line-height: 1.4;
  }

  .business_type_flow_listbox_item {
    padding: 25px 20px;
    display: block;
  }
  .business_type_flow_listbox_item_num {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #E60213;
  }
  .business_type_flow_listbox_item_step {
    width: 100%;
    padding: 0 0 7.5px;
    margin: 0 0 20px;
    display: block;
  }
  .business_type_flow_listbox_item_conts {
    width: 100%;
  }
  .business_type_flow_listbox_item_conts_title {
    font-size: 19px;
  }
  .business_type_flow_listbox_item_conts_txt {
    margin: 0;
  }
  .business_type_shop_box_in {
    display: block;
  }
  .business_type_shop_box_info {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 30px;
  }
  .business_type_shop_box_info_title {
    font-size: 19px;
    padding: 0 0 0 20px;
  }
  .business_type_shop_box_info_txt {
    margin: 0 0 30px;
  }
  .business_type_shop_box_info_btn a {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
  }
  .business_type_shop_box_img {
    width: 100%;
  }
  .business_type_list_end {
    padding: 60px 0 30px;
  }
  .business_type_list_end p {
    font-size: 16px;
  }
  section.sec.business_type_shop {
    padding: 60px 0 30px;
  }
  .business_type_shop_box_menu {
    padding: 40px 0 0;
  }
  .business_type_shop_box_menu_title {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .business_type_shop_box_menu_boxlist {
    display: block;
  }
  .business_type_shop_box_menu_boxlist_item {
    width: 100%;
    margin: 0 0 25px;
  }
  .business_type_shop_box_menu_boxlist_item_name {
    font-size: 18px;
  }
  .business_type_shop_box+ .business_type_shop_box,
  .business_type_shop_box+ .sec_h {
    margin: 60px 0 30px;
  }

  .contact_lead {
    padding: 60px 0;
  }
  .contact_lead_txt {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .contact_lead_box {
    padding: 20px 20px 25px;
  }
  .contact_lead_box_txt {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .contact_lead_box_tel {x
    margin: 0 0 15px;
  }
  .contact_lead_box_tel span {
    font-size: 16px;
    margin: 3px 10px 0 0;
  }
  .contact_lead_box_tel a {
    font-size: 9vw;
  }
  .contact_form_title {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .contact_form_item {
    width: 100%;
    display: block;
    padding: 20px 0;
  }
  .radio_wrap .contact_form_item_label {
    padding: 0;
  }
  .contact_form_item_label {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0 0 15px;
  }
  .contact_form_item_input {
    width: 100%;
  }
  .radio_wrap .contact_form_item_input label {
    padding: 0 0 0 27px;
    margin: 0 30px 0 0;
  }
  .contact_form_item_input input[type="text"],
  .contact_form_item_input textarea,
  .contact_form_item_input input[type="tel"],
  .contact_form_item_input input[type="email"] {
    padding: 15px 12px;
  }
  .contact_form_item_input textarea {
    min-height: 160px;
  }
  .contact_form_agreement {
    padding: 30px 0 25px;
  }
  .contact_form_btn button {
    height: 50px;
  }
  .contact_form {
    padding: 0 0 100px;
  }

  .completed_conts {
    padding: 90px 0;
  }
  .completed_conts_in {
    text-align: center;
  }
  .completed_conts_title {
    font-size: 26px;
    margin: 0 0 25px;
  }
  .completed_conts_txt {
    margin: 0 0 45px;
  }
  .news_conts_main_post_title {
    font-size: 35px;
    line-height: 1.6;
    margin: 0 0 25px;
  }
  .news_conts_main_post_info {
    margin: 0 0 35px;
  }
  .news_conts_main_post_info_cat a {
    padding: 5px 35px;
  }
  .news_conts_main_post_in figure {
    margin: 0 0 30px;
  }
  .news_conts_main_post_in p {
    line-height: 1.8;
    margin: 0 0 30px;
  }
  .news_conts_main_post_in h2 {
    font-size: 22px;
    padding: 0 0 8px;
    margin: 40px 0 25px;
  }
  .news_conts_main_post_in h2:first-child{
    margin: 0 0 25px;
  }
  .news_conts_main_post_in h3 {
    font-size: 19px;
    padding: 10px 15px;
    margin: 40px 0 25px;
  }
  .news_conts_main_post_in h4 {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 0 13px;
    margin: 40px 0 25px;
  }
  .news_conts_main_post_in ul,
  .news_conts_main_post_in ol {
    margin: 0 0 30px;
  }
  .news_conts_main_post_in ul li:before {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
  .news_conts_main_post_in li+ li {
    margin: 10px 0 0;
  }
  .news_conts_main_post_in ol li {
    padding: 0 0 0 35px;
  }
  .news_conts_main_post_in ol li:before {
    width: 24px;
    height: 24px;
    top: 2px;
    left: 0;
  }
  .page_head_bread {
    overflow: scroll;
  }
  .page_head_bread_list {
    align-items: center;
    padding: 5px 0;
    white-space: nowrap;
}







}
