@charset "utf-8";
html {
  overflow: auto;
}
body {
  color: #3c2d32;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  margin: 0;
  position: relative;
  word-wrap: break-word;
	letter-spacing: 0.05em;
}
.container {
  width: 100%;
}
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
h1 {
  padding-left: 11px;
}
h2 img {
  width: 100%;
  padding-bottom: 35px;
}
p {
  line-height: 2em;
}
ol, ul {
  text-align: left;
}
.small {
  font-size: 0.8em;
}
.red {
  color: red;
}
.icon_box {
  display: block;
  height: 36px;
  margin: 80px 0 65px;
  text-align: center;
}
.title_box {
  width: 100%;
}
a img:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*25.02.27*/
.a_box {
  display: block;
  position: relative;
  height: 42px;
  margin: 0 auto;
  padding: 14px 20px;
  border: 1px solid #3c2d32;
  color: #3c2d32;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
.a_box2 {
  display: block;
  position: relative;
  height: 42px;
  margin: 0 auto;
  padding: 13px 20px;
  border: 1px solid #3c2d32;
  color: #3c2d32;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}
a.a_anime {
  display: inline-block;
  color: #3498db;
  text-decoration: none;
}
/*25.02.27*/
.a_arrow, .a_arrow_hover {
  width: 60px;
  position: absolute;
  top: 49%;
  right: 20px;
}
img.a_arrow_hover {
  transition: 0.5s;
  opacity: 0;
}
.button {
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #3c2d32;
  position: relative;
}
.button:hover {
  color: #ffffff;
  background: #3C2D32;
  transition: 0.5s;
}
.button:hover .a_arrow_hover {
  opacity: 1;
}


.header_bg {
  width: 100%;
  height: 100svh;
  /*background-image: url(../img/top_mv_phot_sp.webp);*/
  background-image: url(../img/top_mv_phot_spb.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: local; 
}
/*
.header_bg {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  overflow: hidden;
}
/*
.header_bg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  
  height: 100%;
  width: 100%;
  z-index: -1;
  
  background-image: url(../img/top_mv_phot_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
/*25.02.27 */
.topics:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}
.topics::after {}
.topics:hover::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
  z-index: -1;
}
/* 25.02.27*/
#news .news_list:hover {
  background: rgba(60, 45, 50, 0.1);
  /*box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-3px);*/
  transition: 0.5s;
}
/* 25.02.27*/
#news .news_list a {
  display: block;
}
/*25.02.27*/
/*#news .news_list:active{
	background:  rgba(255, 255, 255, 1);
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-3px);
    transition: 0.5s;
	z-index: 10;
}*/
.coming {
  text-align: center !important;
  pointer-events: none;
}
.no_click:active {
  pointer-events: none;
}
/*-----------------------------------------
header
-------------------------------------------*/
/*25.04.30C*/
header {
  height: 60px;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
    box-shadow: 0px 2px 4px 0px rgba(60, 45, 50, 0.2);
}
/* nav */
.hero_kv_sp {
  width: 100%;
  vertical-align: middle;
}
/*25.04.30*/
.menucont li {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 36px;
  padding: 10px 0 18px;
  letter-spacing: 0.05em;
}
/*25.04.30*/
.menucont li span {
  font-size: 12px;
  margin-left: 16px;
  position: relative;
  bottom: 2px;
}
.menucont li:last-child {}
.nav_suv {
  font-size: 0.22em !important;
  font-weight: 400 !important;
  padding-top: 1vh !important;
  padding-bottom: 1vh !important;
}
.nav_index {
  padding-bottom: 1vh !important;
}
.header_rogo {
  /*display: block;*/
  position: relative;
  padding: 17px 0px 8px 4%;
  width: 80%;
}
.header_rogo:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.link_box {
  width: 84%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.link_box img {
  width: 56%;
  position: absolute;
  top: -45px;
  right: 0;
}
.nav_dl p {
  background: #e6465a;
  height: 60px;
  width: 100px;
  font-size: 12px;
  color: #fff;
  border-top-left-radius: 28.5px;
  line-height: 1.3em;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 0;
  right: 60px;
  margin-top: 0;
}
/*25.04.30B*/
.pan span{
	margin: 1em;
}
/*25.04.30B*/
.pan a:hover{
	color:#9D9698;
	transition:0.5s;	
}
/* 220622 SP用ハンバーガー */
.cp_fullscreenmenu .menu .ul_sub {
  margin-top: 9px !important;
}
/*25.04.30*/
.cp_fullscreenmenu .menu .li_sub {
  border-bottom: 1px solid #fff;
  padding: 16px 0 0 12px;
  margin: 0 36px;
}
.cp_fullscreenmenu .arr_set::before {
  position: absolute;
  left: 90%;
  top: 0px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* 25.04.30*/
.sp_footer_note::before {
  content: "";
  display: inline-block;
  background-image: url('../img/ico_note_w.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 93% !important;
}
/*25.04.30*/
.cp_fullscreenmenu .arr_set_02::before {
  left: 94%;
}
.cp_fullscreenmenu a.arr {
  display: block;
}
/*25.04.30*/
li.biz_li {
  padding: 12px 0 12px 12px;
  margin: 0 36px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
}
li.biz_li_title {
  margin-top: 11px !important;
}
/*25.04.30*/
.menu_pp {
  display: block;
  color: #fff !important;
  font-size: 12px;
  margin-top: 45px;
}
.menu_sns_fb {
  margin-right: 8px;
}
/*25.04.30*/
.menu_sns_fb img {
  width: 36px;
}
.li_mastar_spmenu {
  margin-top: 33px !important;
}
.li_mastar_spmenu2 {
  margin-top: 9px !important;
}
.li_mastar_spmenu3 {
  margin-top: 38px !important;
}
.li_mastar_spmenu2,.li_mastar_spmenu3 {
    padding: 18px 0!important;
}
/*25.04.30*/
.li_mastar_spmenu .arr, .li_mastar_spmenu2 .arr {
  font-size: 16px;
}
/*25.04.30*/
.menu .li_sub {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  height: 49px;
}
/*25.04.30*/
.menu_sns {
  display: block !important;
  z-index: 100;
  position: relative;
  margin-left: 36px;
  margin-top: 38px !important;
}
.li_mastar:hover, .li_sub:hover, .biz_li:hover {
  background: #C4C0C1;
  color: #3C2D32;
  transition: 0.5s;
}
/* PC用メガメニュー */
.megmenu01, .megmenu02 {
  position: fixed;
  top: 80px;
  right: 0;
  background: rgba(60, 45, 50, 0.9);
  width: 100%;
  z-index: 100;
  font-family: 'Noto Sans JP', sans-serif;
  display: none;
}
/* 25.04.30*/
.megmenu01 {
}
/* 25.04.30*/
.megmenu02 {
  height: 290px;
}
/* 25.04.30*/
.megmenu01 h2, .megmenu02 h2 {
  max-width: 960px;
  margin: 60px auto 24px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.megmenu01 h2 span, .megmenu02 h2 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  bottom: 3px;
}
/*25.04.30*/
.megmenu_inner {
  display: flex;
  max-width: 960px;
  margin: auto;
  padding: 0 0 45px;
}
/*25.04.30*/
.megmenu_inner_left, .megmenu_inner_right {
  width: 460px;
}
/*25.04.30*/
.megmenu_inner_left a, .megmenu_inner_right a {
  line-height: 1.75;
}
.megmenu_inner_left {
  margin-right: 40px;
}
/*25.04.30*/
.megmenu01 li, .megmenu02 li {
  height: 49px;
  font-size: 14px;
  position: relative;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-feature-settings: "palt";
  font-weight: 700;
}
/*25.04.30*/
.megmenu_ul_01 li, .megmenu_ul_02 li, .megmenu_ul_03 li {
  height: 73px;
}
/*25.04.30*/
.megmenu01 li a, .megmenu02 li a {
  padding: 12px 0 0 12px;
  letter-spacing: 0.1em;
}
/*25.04.30*/
.megmenu02 li a {
  padding: 16px 0 0 12px;
}
/*25.04.30*/
.megmenu02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*25.04.30*/
.megmenu02 li {
  height: 49px;
  width: 460px;
  border-bottom: 1px solid #fff;
}
/*25.04.30*/
.megmenu_team {
  margin-bottom: 20px;
}
/*25.04.30*/
.megmenu_title {
  border-bottom: 1px solid #fff;
  height: 49px !important;
}
.megmenu01 li:hover, .megmenu02 li:hover {
  background: #ffffff;
  color: #3C2D32;
  transition: 0.5s;
}
.megmenu01 li a, .megmenu02 li a {
  display: block;
  height: 100%;
}
.arr {
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
}
.arr::before, .arr::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/*25.04.30*/
.arr_set::before {
  position: absolute;
  left: 431px;
  top: -2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arr_set:hover:before {
  border-top: 2px solid #3c2d32;
  border-right: 2px solid #3c2d32;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*25.04.30*/
.megmenu02 .arr_set:before {
  position: absolute;
  left: 431px;
  top: -2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.megmenu02 .arr_set:hover:before {
  border-top: 2px solid #3c2d32;
  border-right: 2px solid #3c2d32;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.megmenu_ul_02 {
  margin-top: 20px;
}
.megmenu02 .megmenu_ul_02 {
  margin-top: 0px;
}
.nav_pc_child01, .nav_pc_child02 {
  position: relative;
}
.li_menu01 {
  display: block;
  height: 55px;
}
.nav_pc_child01, .nav_pc_child02 {
  z-index: 10;
}
.li_menu01:hover + .nav_pc_child_ul {
  display: block;
  z-index: 10;
}
.li_menu01:hover ~ .megmenu01 {
  display: none;
  z-index: 10;
}
.nav_pc_child_ul {
  width: 245px;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  display: none;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.nav_pc_child_ul li {
  margin: 0 !important;
  color: #fff;
  font-weight: 500;
}
.nav_pc_child_ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 15px 15px 15px 25px;
}
.nav_pc_child_ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.nav_pc li a {
  padding-bottom: 15px;
}
.nav_pc li a:hover {
  color: #e6465a;
  transition: 0.5s;
}
.Item {
  text-decoration: none;
  color: #000;
}
.Item-Text {
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}
.Item-Text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px; /*テキストからの距離*/
  width: 0%; /*初期状態では下線非表示*/
  height: 1px; /*下線の高さ*/
  background: #000; /*下線の色*/
  z-index: -1;
  transition: all 0.2s; /*アニメーション速度*/
}
.Item:hover .Item-Text:after {
  width: 100%; /*hover時に表示*/
}
.menu_sp_wp {
  display: contents;
}
/*-----------------------------------------
section id="hero"
-------------------------------------------*/
#hero {
  width: 100%;
}
.hero_kv_txt {
  width: 84%;
  margin: 0 auto;
  padding: 30px 5px 30px 20px;
  position: relative;
  top: -40px;
  font-size: 1.2em;
  line-height: 2em;
  border-radius: 4px 12px 4px 12px;
  background: #3c2d32;
  mix-blend-mode: multiply;
}
.hero_kv_txt p {
  color: #fff;
}
.hero_kv_box {
  position: relative;
}
.hero_box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 224px;
  color: #fff;
  background: #3c2d32;
  font-size: 18px;
}
.hero_left {
  color: #fff;
  height: 230px;
  background: #3c2d32;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.hero_left p {
  line-height: 1.8em;
  text-align: left;
  display: inline-block;
  margin-top: 42px;
  margin-left: 13px;
}
.hero_right {
  font-family: 'Noto Sans JP', sans-serif;
  height: 248px;
  padding: 32px 0 32px;
  background: #ebeaea;
  display: flex;
  align-items: center;
}
.hero_right p {
  margin: 0 auto 20px;
  text-align: left;
  line-height: 1.6em;
  font-size: 10px;
}
.right_inner {
  text-align: center;
  max-width: 480px;
  margin: 0 30px;
  width: 100%;
}
.logo_latenta {
  margin-bottom: 20px;
}
.icon_box {
  display: block;
  height: 27px;
  margin: 48px 0;
  text-align: center;
}
.svg_icon {
  height: 30px;
}
.nav_dl p a {
  position: absolute;
  top: 26%;
  left: 15%;
}
/*25.4.30C*/
.h2_box {
  font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
/* 25.04.30C */
.title_h2 {
  position: relative;
  font-size: 24px;
  padding-left: 18px;
  margin-left: 13.35vw;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.h2_box p {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  top: 5px;
  color: #00a550;
}
.title_h2 span:before {
  border-top: 2px solid #e6465a;
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 99em;
}
.topics {
  margin: 0 36px;
  font-family: 'Noto Sans JP', sans-serif;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 10;
  bottom: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .12), 0 2px 3px 0 rgba(0, 0, 0, .22);
}
.topics .news_list {
  border: none;
  height: 90px;
  margin: 0;
}
.topics .news_data {
  width: auto;
  margin-bottom: 5px;
}
.news_data span {
  color: #e6465a;
	padding-left: 2px;
}
.topics .news_arrow {
  padding: 16px;
  margin: 0;
}
.topics .news_title {
  margin-top: -1px;
}
.news_a_box {
  margin: 40px 30px 60px;
}
.topics_title {
    width: 72px;
    height: 24px;
    background: #e6465a;
    position: absolute;
    top: -24px;
    z-index: 10;
    color: #fff;
}
.topics_title p {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: -1px;
}
/*-----------------------------------------
section id="news"
-------------------------------------------*/
#news {
  font-family: 'Noto Sans JP', sans-serif;
}
.news_list {
  border-top: 1px solid #3c2d32;
  margin: -1px 30px 0;
  font-size: 14px;
  border-bottom: 1px solid #3c2d32;
}
#news > [class^="news_list"]:last-of-type {
  border-bottom: 1px solid #3c2d32;
}
.news_arrow {
  margin: 15px 0;
}
.news_data {
  margin-bottom: 4px;
  color: #00a550;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.news_title {
  color: #3c2d32;
  line-height: 1.75;
  font-size: 14px;
}
.topics .news_title {
    color: #3c2d32;
    line-height: 1.5;
    font-size: 12px;
}

/*-----------------------------------------
section id="company"
-------------------------------------------*/
#company {
  position: relative;
}
.top_txtbox {
  width: 84%;
  margin: 0 auto;
  padding: 17px 17px 47px;
  font-size: 0.9em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #fff;
}
.top_txtbox_sm {
  width: 84%;
  margin: 0 auto;
}
.top_txtbox_sm ul {
  width: 105px;
  height: 105px;
  padding: 17px;
  position: relative;
  top: -30px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.8em;
  background: #3c2d32;
}
.ico_trees {
  margin: 25px auto 0;
  display: block;
  text-align: center;
}
.ico_trees img {
  height: 75px;
}
.hero_kv_pc {
  object-fit: cover;
  height: 157px;
  vertical-align: top;
}
.ky01 {
  width: 100%;
}
.ky02 {
  object-position: 50% 50%;
  width: calc(100vw - 360px);
}
.ky03 {
  object-position: 100% 100%;
  width: calc(100vw - 44vw);
}
.mv_box {
  display: flex;
}
.syombol_box {
  width: 100%;
  text-align: center;
  margin-top: 32px;
  padding-right: 20px;
}
.syombol_box img {
  height: 45px;
}
.business_info {
  width: 81vw;
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 208px;
  right: 0;
}
.business_info_in {
  max-width: 450px;
}
.business_txt {
  background: #ebeaea;
  margin: -80px 20px 0;
  padding-top: 506px;
  padding-bottom: 70px;
}
/*
@media screen and (min-width: 390px) and (max-width: 413px) {
.business_txt {
    padding-top: 375px;
}
}*/
@media screen and (min-width: 393px) and (max-width: 419px) {
  .business_txt {
    padding-top: 482px;
  }
}
@media screen and (min-width: 420px) and (max-width: 959px) {
  .business_txt {
    padding-top: 446px;
  }
}
.business_info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 35px;
}
.business_info p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24.5px;
  margin-bottom: 40px;
  text-align: justify;
}
.margin_set {
  margin-bottom: 0 !important;
}
.business_box_st {
  margin: 0 20px;
}
.business_box0 {
  background: #ebeaea;
  margin: 0 auto;
}
.business_box1, .business_box2, .business_box3 {
  font-size: 14px;
  margin: 0 28px 40px;
  font-weight: 500;
  text-align: justify;
}
.business_box1 {}
.business_box2 {}
.business_box3 {
  padding-bottom: 60px;
}
.business_box0 h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.business_box0 p {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 20px;
  line-height: 24.5px;
}
.business_box0 .a_box {
  background: #fff;
}
.business_box0 .a_box:hover {
  background: #3C2D32;
  transition: 0.5s;
}
.business_box0 .last_a_box {
  margin-bottom: 0;
}
.business_phot {
  width: 100%;
  height: auto;
}
.comp_txt {
  background: #ebeaea;
  margin: -80px 20px 0;
  padding-top: 671px;
}
@media screen and (min-width:383px) and (max-width:428px) {
  .comp_txt {
    padding-top: 646px;
  }
}
.link_box_margin {
  margin-top: 20px;
}
.team_box_sp {
  margin: -100px 20px 0;
  padding-top: 100px;
  padding-bottom: 60px;
  background: #ebeaea;
  position: relative;
}
.zindex {
  z-index: 100;
  position: relative;
}
/*スライド関連*/
.slide_box {
  display: flex;
  margin: 0 28px;
}
.img_ceo {
  width: 100%;
}
.tema_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.tema_katagaki {
  font-size: 11px;
  font-weight: 500;
  line-height: 16.5px;
}
.tema_shyoukai {
  margin: 12px 28px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24.5px;
}
.team_link {
  margin: 0px 28px;
  background: #fff;
}
.iroha_link {
  background: #fff;
  margin: 5px auto 0;
}
.slide-arrow {
  position: absolute;
}
.prev-arrow {
  left: 20px;
  bottom: 0;
  z-index: 1;
}
.next-arrow {
  right: 35px;
  z-index: 1;
}
.slide-arrow img {
  position: absolute;
  height: 30px;
}
.slide_temaset, .slide_katagaki {
  flex-grow: 1;
  width: calc(100% / 2);
}
.slide_katagaki {
  padding-left: 12px;
}
/*-----------------------------------------
section id="business"
-------------------------------------------*/
#business {
  position: relative;
  margin-top: 60px;
}
#business .top_txtbox {
  background: rgba(239, 238, 239, 0.9);
}
#business .top_txtbox_sm ul {
  padding: 40px 17px;
}
/*-----------------------------------------
section id="case"
-------------------------------------------*/
#case {
  background: #3c2d32;
  padding-bottom: 60px;
}
.case_box {
  width: 84%;
  margin: 0 auto;
  padding: 0px 0 50px 0;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #3c2d32;
}
.case_box2 {
  padding: 47px 0 50px 0;
}
.case_title {
  border: 1px solid #00a550;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.case_title2 {
  border: 1px solid #e6465a;
}
.case_no {
  width: 60px;
  height: 50px;
  color: #00a550;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.case_no2 {
  color: #e6465a;
}
.case_box h2 {
  height: 50px;
  color: #fff;
  font-size: 1.2em;
  vertical-align: middle;
  border: 1px solid #00a550;
  flex-basis: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
  background: #00a550;
}
.case_box2 h2 {
  border: 1px solid #e6465a;
  background: #e6465a;
}
.case_box h3 {
  height: 50px;
  padding-left: 1em;
  font-size: 1.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  background: #fff;
}
.case_box h4 {
  height: 50px;
  margin-bottom: 20px;
  padding-left: 1em;
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 9px 15px;
}
.h2_case {
  /*max-width: 1200px;*/
  /*width: 1200px;*/
  margin: 0 auto;
}
.h2_case img {
  width: auto;
}
.case_box img {
  width: 100%;
}
.readwh img {
  width: 66%;
  position: absolute;
  top: 10px;
  right: -25px;
}
/*-----------------------------------------
section id="interview"
-------------------------------------------*/
#interview {
  background: #d8d5d6;
  padding-bottom: 115px;
}
.interview_box {
  width: 84%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.interview_box img {
  width: 100%;
  vertical-align: bottom;
}
.interview_box2 {
  margin-top: 120px;
}
.link_box2 img {
  margin-top: 17px;
  top: 0px;
}
.interview_box1 img {
  width: 56%;
  position: absolute;
  top: 17px;
  right: 0;
}
.interview_box picture {
  display: block;
  flex: 1 50%;
}
.gra {
  /* ← */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(60, 45, 50, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(60, 45, 50, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(60, 45, 50, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a63c2d32', GradientType=1); /* IE6-9 */
  height: 20px;
  width: 100%;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}
.namelist {
  font-size: 0.7em;
  color: #fff;
  padding: 1em;
  text-align: 1.2em;
  line-height: 1.7em;
  flex: 1 50%;
  align-self: stretch;
  /*height: 146px;
    height: 26.5vh;*/
}
.box_left .namelist {
  background: #00a550;
}
.box_right .namelist {
  background: #e6465a;
}
.name {
  font-size: 1.7em;
}
.furigana {
  display: block;
  margin-bottom: 0.5em;
}
/*-----------------------------------------
section id="contact"
-------------------------------------------*/
#contact {
  background: #EBEAEA;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact_h2 {
  height: auto;
  padding: 0 0 52px 0;
  background: #fff;
}
.contact_txtbox {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  text-align: justify;
  color: #3c2d32;
}
.arrow_top img {
  width: 50px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}
.contact_inner {
  padding: 0 36px 40px 36px;
}
.contact_inner .a_box {
  margin: 40px auto 0;
  background: #fff;
}
.contact_inner .a_box:hover {
  background: #3C2D32;
}
/*-----------------------------------------
footer
-------------------------------------------*/
#footer {
  color: #fff;
  background: #3c2d32;
  font-family: 'Noto Sans JP', sans-serif !important;
	letter-spacing: 0.05em;
}
#footer li {
  font-size: 12px;
}
#footer li.li_mastar {
  padding: 0;
}
#footer .ul_sub {
  margin-top: 0px;
  line-height: 21px;
}
.ul_sub {
  margin-top: 30px;
}
.li_mastar {}
#footer .li_sub {
  border: none !important;
  padding: 17.5px 8% !important;
  height: 48px;
  background: #EBEAEA;
  color: #3C2D32;
  font-weight: 500;
}
#footer .li_sub_case {
  padding: 10px 8% !important;
  background: #fff;
  line-height: 1.5;
  height: 54px;
}
.footer_dl {
  color: #fff;
  font-size: 12px;
  background: #e6465a;
  height: 36px;
  width: 160px;
  text-align: center;
  margin-right: 24px;
  padding: 0;
  font-family: 'Noto Serif JP', sans-serif !important;
}
.nav_sns .footer_dl:hover {
  transition: 0.5s;
  color: #fff;
  background: #00a550;
}
a.footer_dl_pdf {
  height: 36px;
  display: block;
  padding: 12px;
}
.nav_sns {
  display: flex;
  position: relative;
  align-items: center;
}
.footer_fb {
  margin-right: 24px;
  height: 36px;
}
.footer_rogo {
  /*display: block;*/
  position: relative;
  padding: 18px 16px 17px;
}
/* 25.04.30C*/
.footer_rogosp {
  display: block;
  position: relative;
  padding: 14px 0 10px 36px;
}
/* 25.04.30B*/
#footer p {
  font-size: 10px;
  padding: 30px 36px 12px;
  letter-spacing: 0.05em;
}
/*25.04.30B*/
.footer_sns_a {
  height: 36px;
}
/*25.02.27*/
/*25.04.30CS*/
.footer_logo_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 15px;
}
/*25.02.27*/
/*25.04.30B*/
.footer_corp_name {
  text-align: right;
  padding: 25px 36px 20px 0 !important;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.footer_pp {
  padding-top: 0 !important;
  font-size: 12px !important;
  line-height: 21px;
}
/*25.04.30B*/
.footer_copy {
  padding-bottom: 28px;
}
/*25.04.30B*/
.footer_copy p {
  padding-top: 15px !important;
}
.nav_sns a:active img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.footer_flexbox a:active {
  color: #C0C0C0;
}
.box_04 a:active, .box_04 a:hover {
  color: #C0C0C0;
}
.footer_title {
  display: block;
  color: #9D9698;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}
/*25.04.30B*/
.footer_title2 {
  display: block;
  margin-bottom: 16px;
}
.footer_box {
  padding: 0 36px;
  margin-bottom: 30px;
}
.ul_master {
  border-left: 1px solid #63575b;
  padding-left: 20px;
}
/*25.04.30B*/
.ul_master li {
  line-height: 1.75;
}
/*25.04.30B*/
.li_note img {
  position: relative;
  top: 2px;
  left: 5px;
}
/*アニメ―ションする要素を非表示にする*/
.invisible {
  visibility: hidden;
}
/*-----------------------------------------
CASE SP用
-------------------------------------------*/
.case_cont {
  padding-bottom: 120px !important;
}
.case_kv_sp {
  width: 84%;
  display: block;
  margin: 0 auto;
}
.case_kv_box {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
.case_box_cont {
  padding-bottom: 0;
}
.case_profile {
  background: #fff;
  padding-bottom: 40px;
  margin-top: -130px;
}
.case_profile h2 {
  padding-top: 130px;
}
.profile_title {
  padding: 0 8%;
}
.profile_title img {
  width: 32%;
  padding: 40px 0 20px;
}
.profile_box {}
.pro_left {
  background: #00a550;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 8%;
}
.pro_right {
  background: #cceddc;
  position: relative;
  padding: 8%;
}
.pro_ul li {
  text-align: center;
  height: 24px;
  width: 100%;
  background: #fff;
  font-size: 0.75em;
  padding-top: 5px;
}
li.delta {
  background: none;
}
.profile_box p {
  line-height: 1.6em;
  font-size: 0.8em;
}
.case_pro_box1, .case_pro_box2 {
  padding: 0 8%;
  text-align: justify;
  text-justify: inter-ideograph;
}
.case_pro_box1 img, .case_pro_box2 img {
  width: 100%;
}
.case_pro_box1 p, .case_pro_box2 p {
  margin-bottom: 20px;
}
.case_pro_box1 h3, .case_pro_box2 h3 {
  color: #00a550;
  border-bottom: 1px solid #3c2d32;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.next_case {
  background: #3c2d32;
  margin: 0 auto;
}
.next_case .case_box {
  background: none;
}
.case_h2_02 {
  background: #e6465a !important;
  border: none !important;
}
.icon_box_case {
  margin-top: 30px;
}
.case_next_img img {
  width: 84%;
  display: block;
  margin: 0 auto;
}
.next_case .case_box {
  padding: 0;
  background: none;
}
.case_sp_read img {
  padding: 15px 8% 0;
}
.red_right {
  background: #fadade !important;
}
.red_left {
  background: #e6465a !important;
}
.caes_red {
  color: #e6465a !important;
}
/*-----------------------------------------
INTERVIEW コンテンツ　SP用
-------------------------------------------*/
.int_box {
  margin-top: 0;
}
.box_int_sp {}
.int_kv {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.int_profile {
  margin-top: 55px;
}
.int_box_leftname {
  width: 50%;
  padding-top: 18px;
}
.int_cont_box {
  width: 84%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.int_namelist {
  height: 178px;
  position: relative;
  top: -55px;
  margin-bottom: -55px;
  padding: 85px 15px 0;
  font-size: 0.68em;
}
.int_furigana {
  padding-top: 5px;
}
.int_h3 {
  color: #00a550;
  font-size: 16px !important;
  border: none !important;
  padding-bottom: 0 !important;
}
.int_h3_02 {
  margin-top: 20px !important;
}
.int_p {
  margin-bottom: 0 !important;
}
.int02 .int_h3 {
  color: #e6465a;
}
.int02 .box_left .namelist {
  background: #e6465a;
}
.profile_fukuda {
  font-family: 'Noto Sans JP', sans-serif;
  background: #e6465a;
  color: #fff;
  font-size: 0.75em;
  margin: 15px 8% 0;
  padding: 15px;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.int02_next {
  background: #00a550 !important;
}
/*-----------------------------------------
COMPANY SP用
-------------------------------------------*/
.comp .hero_kv_pc {
  height: 210px;
  margin-left: auto;
  display: block;
}
.message .message_h2 {
  text-align: center;
  font-size: 1.4em;
}
.message_cont {
  position: relative;
  top: -210px;
  margin-bottom: -185px;
}
.message_cont .icon_box2 {
  margin-top: 35px;
}
.message_box {
  width: 84%;
  margin: 0 auto;
}
.message_box p {
  margin-bottom: 1em;
}
.title_ceo {
  background: #cceddc;
  width: 100%;
  height: 200px;
  display: block;
}
.ceo-phot {
  position: relative;
  top: -77px;
  margin-bottom: -77px;
  display: block;
  text-align: right;
}
#ceo .namelist {
  padding: 22px 8% 22px 16%;
  color: #3c2d32;
  position: relative;
  top: -180px;
  margin-bottom: -180px;
}
.ceo-phot img {
  width: 50%;
}
#ceo .furigana {
  margin-top: 1em;
}
#ceo .ceo_profile {
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0 8% 50px;
}
.overview {
  padding-bottom: 0 !important;
}
.overview .title_h2 img {
  width: 100%;
}
.overview .message_h2 {
  color: #fff;
  text-align: center;
  font-size: 1.3em;
}
.overview .about_box {
  padding: 1em 0;
  line-height: 1.8em;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 90%;
  margin-left: auto;
}
.overview .about_box:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.overview .box_right {
  margin-top: -97px;
}
#thought .case_box {
  background: #fff;
}
#thought .about_box {
  background: #fff;
  color: #3c2d32;
  padding-top: 30px;
  width: 100%;
}
#thought h3 {
  width: 100%;
  height: 48px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 21px;
  padding-top: 5px;
  margin-top: 50px;
}
.h3_gre {
  background: #00a550 !important;
}
.h3_red {
  background: #e6465a !important;
}
#thought .case_box2 {
  padding: 25px 0 25px 0;
}
.panf {
  width: 84%;
  margin: auto;
}
#thought .link_contact {
  margin-bottom: 50px;
}
#thought hr {
  width: 84%;
  margin: auto;
  color: #3c2d32;
}
#thought .icon_box3 {
  margin-top: 40px;
}
/*-----------------------------------------
WHO WE ARE SP用
-------------------------------------------*/
.who .hero_kv_pc {
  height: 210px;
  margin-left: auto;
  display: block;
}
#who_we_are .top_txtbox_sm ul {
  /*top: -60px;*/
}
#sec_who_we_are {
  background: #fff;
}
#vison, #misson, #value {
  width: 84%;
  margin: 0 auto 40px;
}
.who_topbox {
  width: 84%;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 0.9em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #fff;
}
.whe_3box {}
.whe_3box img {
  height: 100px;
}
.h2_3box {
  font-family: 'Noto Serif JP', serif;
  font-size: 3em;
  font-weight: 400;
  margin-top: 30px;
  padding-bottom: 10px;
}
.h3_3box {
  font-size: 0.6em;
  padding-bottom: 40px;
}
.p_3box {
  line-height: 1.8em;
  padding-bottom: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.value_h3 {
  font-size: 1.4em;
  font-family: 'Noto Serif JP', serif;
  background: #3c2d32;
  color: #fff;
  text-align: center;
  height: 40px;
  padding: 8px 0;
}
.value_p {
  font-size: 0.8em;
  padding-top: 15px;
  padding-bottom: 35px;
  line-height: 1.8em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.line img {
  width: 100%;
  height: 1px
}
.img-box .active {
  opacity: 0;
  transition: 0.5s;
}
.img-box:hover .active {
  opacity: 1;
}
/*-----------------------------------------
TAB用（768PX）
-------------------------------------------*/
@media screen and (min-width: 561px) and (max-width: 768px) {
  .footer_flexbox {
    font-size: 0.6em;
  }
  .box_02 {
    width: 240px !important;
  }
}
/*------------------------------------------------
PC用
--------------------------------------------------*/
@media (min-width:959px) {
  .sp {
    display: none !important;
  }
}
@media (max-width:960px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:960px) {
  /*pc用のcssを記述*/
  .container {
    /*max-width: 1200px;*/
    margin: 0 auto;
    position: relative;
  }
  h1 {
    padding-left: 0px;
  }
  h2 img {
    width: auto;
    padding-bottom: 0;
  }
  /* head */
  /*25.04.30*/
  header {
    height: 80px;
    display: flex;
    font-family: 'Noto Serif JP', sans-serif;
    position: fixed;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 10000;
    box-shadow: 0px 2px 4px 0px rgba(60, 45, 50, 0.2);
  }
  .header_bg {
    width: 100%;
    height: 100svh;
    background-image: url(../img/top_mv_phot.webp);
    background-size: cover;
    background-position: top center;
  }
  .header_rogo {
    display: block;
    position: relative;
    padding: 0;
    margin: 22px 0 0 40px;
    width: auto;
  }
  /*25.04.30*/
  .fooder_rogo {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 0 46px;
    width: auto;
  }
  .cp_fullscreenmenu {}
  .nav_logo {
    position: absolute;
    top: 5px;
  }
  .nav_pc {
    display: flex;
    margin-left: auto;
  }
  /*25.02.27*/
  .nav_pc li {
    position: relative;
    margin: 19px 23px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.05em;
  }
  .li_menu01::after {
    content: "会社情報";
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    color: #00a550;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
  .li_menu02::after {
    content: "事業紹介";
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    color: #00a550;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
  .li_menu03::after {
    content: "最新情報";
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    color: #00a550;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
  .li_menu04::after {
    content: "お問い合わせ";
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    color: #00a550;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
  /* 25.04.30 追加*/
  .li_menu05::after {
    content: "note記事";
    text-align: center;
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 10px;
    width: 100%;
    margin: 0 auto;
    color: #00a550;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
  .li_menu05 img {
    position: relative;
    top: 2px;
    margin-left: 6px;
  }
  .nav_pc li a:hover {
    color: #e6465a;
    transition: 0.5s;
  }
  header .nav_sns {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 1px;
  }
  header .nav_sns img {
    height: 28px;
  }
  header .nav_sns .sns_last {
    margin-right: 30px;
  }
  .nav_dl {
    width: 140px;
  }
  /*25.04.30B*/
  .nav_dl p {
    background: #e6465a;
    width: 140px;
    height: 80px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 38px;
    line-height: 1.42em;
    text-align: center;
    position: relative;
    right: 0;
    margin-top: 0;
    padding-top: 21px;
    padding-left: 3px;
    letter-spacing: 0.05em;
  }
  .nav_dl p:hover {
    background: #00a550;
    transition: 0.5s;
  }
  .nav_dl p a {
    position: absolute;
    top: 26%;
    left: 25%;
  }
  .nav_lg {
    width: 80px;
  }
  .nav_lg p {
    background: #3c2d32;
    width: 80px;
    height: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 25px;
  }
  .nav_lg p:hover {
    opacity: 0.7;
    background: #776c70;
    transition: 0.5s;
  }
  .h2_box {
    font-family: 'Noto Serif JP', serif;
    display: flex;
    align-items: center;
    height: 120px;
    margin-bottom: 0px;
    /*margin-bottom: 55px; */
    padding-top: 120px;
  }
  .h2_box2 {
    margin-bottom: 56px;
    padding-top: 0px;
  }
  .contact_h2 {
    height: auto;
    padding: 0;
    margin-bottom: 80px;
    background: #fff;
  }
  /*25.04.30B*/
  .title_h2 {
    position: relative;
    font-size: 48px;
    padding-left: 39px;
        margin-left: 12.42vw;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  /*25.04.30B*/
  .h2_box p {
    font-size: 12px;
    line-height: 12px;
    margin-left: 39px;
    padding-bottom: 6px;
    color: #00a550;
  }
  /*25.02.27*/
  .a_box {
    display: block;
    position: relative;
    width: 280px;
    height: 53px;
    margin: 0 auto;
    padding: 16px 20px;
    border: 1px solid #3c2d32;
    color: #3c2d32;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 21px;
  }
  a.a_anime {
    display: inline-block;
    color: #3498db;
    text-decoration: none;
  }
  .a_arrow, .a_arrow_hover {
    width: 60px;
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .a_note, .a_note_hover {
    width: 21px;
    position: absolute;
    top: 30%;
    right: 22px;
  }
  img.a_arrow_hover {
    transition: 0.5s;
    opacity: 0;
  }
  img.a_note_hover {
    transition: 0.5s;
    opacity: 0;
  }
  .button {
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #3c2d32;
    position: relative;
    background: #fff;
  }
  .button:hover {
    color: #ffffff;
    background: #3C2D32;
    transition: 0.5s;
  }
  .button:hover .a_arrow_hover {
    opacity: 1;
  }
  .button:hover .a_note_hover {
    opacity: 1;
  }
  .svg_icon {
    height: 36px;
  }
  .mv_box {
    display: flex;
  }
  .syombol_box {
    width: 100%;
    text-align: center;
    margin-top: 109px;
    padding-right: 20px;
  }
  .syombol_box img {
    height: 90px;
  }
  .title_h2 span:before {
    border-top: 4px solid #e6465a;
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 99em;
  }
  .icon_box {
    display: block;
    height: 196px;
    padding: 80px 0;
    margin: 0;
    text-align: center;
  }
  /* hero */
  #hero {}
  .hero_kv_pc {
    object-fit: cover;
    height: 440px;
    vertical-align: top;
  }
  .ky01 {
    width: 100%;
  }
  .hero_kv_box {
    position: relative;
  }
  .hero_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 272px;
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
  }
  .hero_left, .hero_right {
    width: 50vw;
  }
  .hero_left {
    font-size: 26px;
    height: 300px;
    color: #fff;
    background: #3c2d32;
    position: relative;
  }
  .hero_left p {
    width: 390px;
    line-height: 1.8em;
    position: absolute;
    top: 20%;
    left: auto;
    right: 9%;
    margin: 0;
  }
  .hero_right {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 47px 0;
    height: 300px;
    background: #ebeaea;
    display: block;
  }
  .hero_right p {
    width: 410px;
    margin: 0 auto 40px;
    text-align: left;
    line-height: 1.79em;
    font-size: 9pt;
  }
  .right_inner {
    text-align: center;
    max-width: 480px;
    margin: 0 8.6%;
  }
  .logo_latenta {
    width: 360px;
    margin-bottom: 34px;
  }
  .topics {
    max-width: 920px;
    font-family: 'Noto Sans JP', sans-serif;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .topics .news_list {
    border: none;
    width: 920px;
    height: 90px;
    margin: 0;
  }
  .topics .news_data {
    width: auto;
	  padding-right: 40px;
  }
  .topics .news_arrow {
        padding: 24px 40px 24px 0;
    margin: 0 0 0 130px;
	  height: 100%;
  }
  .topics .news_title {
    margin-top: -3px;
    font-size: 14px;
  }
  .topics_title {
    width: 120px;
    height: 28px;
    background: #e6465a;
    position: absolute;
    bottom: 30px;
    top: 30px;
    left: -30px;
    z-index: 10;
    color: #fff;
  }
  .topics_title p {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    text-align: right;
    padding: 0 23px 0 0;
    margin-top: 0px;
	  font-weight: 700;
  }
  .ky02 {
    object-position: 50% 50%;
    width: calc(100vw - 360px);
  }
  .ky03 {
    object-position: 100% 100%;
    width: calc(100vw - 39vw);
  }
  .hero_kv_txt {
    width: 378px;
    height: 252px;
    margin-left: 40px;
    margin-bottom: -125px;
    padding: 30px 5px 30px 20px;
    top: -300px;
    font-size: 1.45em;
  }
  .hero_kv_txt2 {
    margin-left: 40px;
    margin-bottom: -300px;
    padding: 30px 5px 30px 20px;
    top: -427px;
    background: none;
    mix-blend-mode: normal;
  }
  .hero_txt {
    width: 378px;
    height: 252px;
    color: #fff;
  }
  .top_txtset {
    position: absolute;
    top: 266px;
  }
  .top_txtset2 {
    position: relative;
    top: -382px;
    margin-bottom: -382px;
  }
  .top_txtbox {
    position: relative;
    width: 378px;
    height: 275px;
    margin-left: 40px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.05em;
    line-height: 1.8em;
  }
  .top_txtbox_sm {
    width: 100%;
    argin: 0;
  }
  .top_txtbox_sm ul {
    width: 126px;
    height: 126px;
    padding: 22px;
    position: relative;
    margin-left: 40px;
    top: -30px;
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    background: #3c2d32;
  }
  /* company */
  #company {
    /*margin: 0 calc(50% - 50vw);*/
    width: 100vw;
    position: relative;
  }
  .top_who_ul {
    top: -30px !important;
  }
  .who_inner {
    /*max-width: 1200px;*/
    margin: 0 auto;
    background: linear-gradient(90deg, #d8d5d6 0%, #d8d5d6 86.6%, #fff 86.6%, #fff 100%);
  }
  .ico_trees {
    margin: 175px 0 0 100px;
    display: block;
    text-align: left;
  }
  .ico_trees img {
    height: 90px;
  }
  .link_box {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    height: auto;
  }
  .link_box img {
    width: auto;
    position: absolute;
    top: 0;
    right: 40%;
    margin-top: 100px;
  }
  /* business */
  #business {
    position: relative;
    margin-top: 70px;
  }
  .business_box_bg {
    background: #ebeaea;
  }
  .business_info {
    width: 50vw;
    margin-left: auto;
    background: #fff;
    padding: 80px 0 80px 100px;
    position: absolute;
    top: 494px;
    right: 0;
  }
  .business_info_in {
    max-width: 520px;
    margin-right: 15%;
  }
  .business_txt {
    background: #ebeaea;
    height: auto;
    margin: -240px 40px 0;
    padding-top: 353px;
    padding-bottom: 118px;
  }
  .business_info h3 {
    max-width: 520px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 42px;
  }
  .business_info p {
    max-width: 520px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 0;
  }
  .business_box_st {
    background: #ebeaea;
    margin: 0 40px;
    padding-top: 202px;
    padding-bottom: 100px;
  }
  /*
  .business_box0 {
    display: flex;
    justify-content: space-between;
    max-width: 1184px;
    margin: 0 auto;
	  column-gap: 40px;
        padding: 0 40px;
  }
  .business_box1, .business_box2, .business_box3 {
	  display: flex;
	  flex-direction: column;
    max-width: 336px;
    font-size: 16px;
    flex-basis: 336px;
	  text-align: justify;
	  margin: 0;
  }*/
  /* 25.02.27 TOP ビジネス */
  .business_box0 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    max-width: 1168px;
    margin: 0 auto;
    column-gap: 40px;
    padding: 0 40px;
  }
  .business_box1, .business_box2, .business_box3 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    max-width: 336px;
    font-size: 16px;
    flex-basis: 336px;
    text-align: justify;
    margin: 0;
  }
  .business_box1 {
    margin-left: 0;
  }
  .business_box2 {
    margin: 0;
  }
  .business_box3 {
    margin-right: 0;
    padding-bottom: 0;
  }
  /*25.02.27*/
  .business_box0 h4 {
    font-size: 18px;
    margin-top: 24px;
    line-height: 27px;
    font-weight: 700;
    flex-grow: 1;
  }
  /*25.02.27*/
  .business_box0 p {
    margin-top: 12px;
    margin-bottom: 24px;
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
    flex-grow: 1;
  }
  .business_box0 .a_box {
    width: 100%;
  }
  .business_box0 .last_a_box {
    width: 100%;
  }
  .business_phot {
    width: 100%;
    height: auto;
  }
  /* NEWS */
  #news {
    margin: 0 0 70px;
  }
  #news h2 {
    font-family: 'Noto Serif JP', sans-serif !important;
  }
  .news_list {
    width: 880px;
    /*height: 120px;*/
    margin: -1px auto 0;
    font-size: 14px;
    border-top: 1px solid #3c2d32;
    border-bottom: 1px solid #3c2d32;
    background-image: none;
  }
  .news_arrow {
    width: auto;
    margin: 0 20px;
    padding: 24px 0;
    border-right: none;
    display: flex;
    align-items: center;
  }
  .news_data {
    width: 120px;
    flex-shrink: 0;
    color: #00a550;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0;
  }
  .news_data span {
    color: #e6465a;
	  padding-left: 0;
  }
  .news_title {
    color: #3c2d32;
    line-height: 1.66em;
    margin-top: -1px;
    font-size: 14px;
  }
  .icon_box2 {
    margin-top: 220px;
    margin-bottom: 26px;
  }
  .news_a_box {
    margin-top: 60px;
  }
  /* contact */
  #contact {
    /*margin: 0 calc(50% - 50vw);*/
    padding-bottom: 0;
    /*width: 100vw;*/
    background: #fff;
    position: relative;
    color: #3c2d3;
    font-family: 'Noto Sans JP', sans-serif !important;
  }
  .contact_inner {
    height: 300px;
    margin: 0 auto;
    background: linear-gradient(90deg, #ebeaea 0%, #ebeaea 81.5%, #fff 81.5%, #fff 100%);
  }
/*25.04.30C*/	
  .contact_inner .a_box {
    width: 495px;
    margin: 124px 0 0 95px;
  }
/*25.04.30C*/	
  .contact_cont {
    display: flex;
    padding: 0 65px;
  }
/*25.04.30C*/
  .contact_txtbox {
    width: auto;
    margin: 130px auto 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
	  letter-spacing: 0.05em;
  }
  /*COMPANY TOP*/
  .link_box_com {
    margin-top: 50px;
  }
  .link_box_margin {
    margin-top: 30px;
  }
  .comp_txt {
    background: #ebeaea;
        margin: -241px 40px 0px;
        padding-top: 872px;
  }
  .team_box {
    background: #ebeaea;
    margin: -215px 40px 0;
    padding-top: 326px;
    padding-bottom: 100px;
  }
  .team_photbox {
    display: flex;
    justify-content: space-between;
    max-width: 1144px;
    margin: auto;
    padding: 0 110px;
  }
  .flex_staff {}
  .img_ceo {
    width: 100%;
    max-width: 441px;
  }
  .img_staff {
    width: 100%;
    max-width: 280px;
  }
  .teame_phot_01, .teame_phot_02 {
    width: 50%;
    max-width: 441px;
  }
  .teame_phot_03, .teame_phot_04 {
    width: 33%;
    max-width: 280px;
    margin-right: 40px;
  }
  .flex_last {
    margin-right: 0;
  }
  .teame_phot_01 {
    margin: 0 20px 0 0;
  }
  .teame_phot_02 {
    margin: 0 0 0 20px;
  }
  .tema_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .tema_katagaki {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .tema_shyoukai {
    line-height: 28px;
    font-size: 16px;
    margin: 0 0 60px 0;
    font-weight: 500;
    text-align: justify;
  }
  .team_link {
    margin: 0 auto 0;
  }
  /* footer */
  /*25.04.30*/
  .menucont {
    padding: 60px 0 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
	/*25.04.30C*/
  #footer_pc {
    margin: 0 calc(50% - 50vw);
    padding: 0 0 20px;
    width: 100vw;
    background: #3c2d32;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif !important;
	  letter-spacing: 0.05em;
  }
  .footer_flexbox {
    display: flex;
    margin: 0 auto;
  }
  #footer li {
    font-size: 16px;
  }
  /*25.04.30*/
  .footer_box {
    margin: 0;
    width: auto;
    font-size: 12px;
    padding: 0px 40px 40px;
  }
  .box_01, .box_02, .box_03 {
    width: auto;
    padding-right: 0;
    line-height: 2em;
  }
  /*25.04.30C*/
	.box_01{
		padding-left: 46px;
	}	
  /* 25.04.30 */
  .box_01 ul {
    width: 115px;
  }
  .box_02 {
    width: auto;
    display: flex;
    font-feature-settings: "palt";
  }
  .box_03 {
    padding-left: 37px;
  }
  /*25.04.30*/
  .box_04 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
    padding-bottom: 60px;
  }
  .box_04 p {
    font-size: 12px;
    top: 10px;
    position: relative;
  }
  .box_04 .nav_sns {
    display: flex;
    align-items: center;
  }
  .box_04 .nav_sns img {
    width: 36px;
  }
  /*25.04.30*/
  .box_06 {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  /* 25.04.30*/
  .ul_master {
    border-left: 1px solid #63575b;
    padding-left: 20px;
  }
  /* 25.04.30*/
  .ul_master_1st {
    padding-bottom: 56px;
  }
  /* 25.04.30B*/
  .ul_master li {
    line-height: 24px;
  }
  .ul_sub {
    padding-top: 0px !important;
    margin-top: 0;
  }
  /*25.04.30*/
  .ul_sub a img {
    position: relative;
    top: 3px;
    margin-left: 2px;
  }
  /*25.04.30*/
  .ul_busines01, .ul_busines02 {
    margin-right: 60px;
  }
  .ul_busines01 li, .ul_busines02 li, .ul_busines03 li {
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 13px;
  }
  /* 25.04.30 */
  .ul_busines01 li:last-of-type, .ul_busines02 li:last-of-type, .ul_busines03 li:last-of-type {
    margin-bottom: 0;
  }
  .li_sub {
    padding: 0 !important;
  }
  .li_space {
    line-height: 1em;
  }
  .footer_fb {
    margin-right: 24px;
  }
  .nav_sns a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .fooder_rogo:hover {
    opacity: 0.7;
  }
  .footer_flexbox a:hover {
    color: #C0C0C0;
  }
  .footer_copname {
    font-size: 10px;
    font-weight: bold;
    padding-right: 35px;
  }
  .footer_dl {
    color: #fff;
    font-size: 12px;
    background: #e6465a;
    height: 36px;
    width: 160px;
    text-align: center;
    margin-right: 20px;
    padding: 0;
    font-family: 'Noto Serif JP', sans-serif !important;
  }
  .nav_sns .footer_dl:hover {
    transition: 0.5s;
    color: #fff;
    background: #00a550;
  }
  a.footer_dl_pdf {
    height: 36px;
    display: block;
    padding: 12px;
  }
  /*25.02.27　footer　*/
  .footer_title {
    display: block;
    color: #9D9698;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
  }
  /*25.04.30*/
  .footer_title2 {
    display: block;
    margin-bottom: 8px;
  }
  /*25.04.30*/
  .footer_contact_box {
    margin-left: 27px;
  }
  /*-------------------------------------------
    CASE コンテンツ PC
---------------------------------------------*/
  .case_cont {
    padding-bottom: 0 !important;
  }
  .case_kv_box {
    max-width: none;
    margin: 0;
    text-align: right;
    position: relative;
    top: -201px;
    margin-bottom: -202px;
  }
  .profile_title img {
    width: auto;
    padding: 0 0 20px;
  }
  .case_kv_pc {
    object-position: 50% 50%;
    width: calc(100vw - 380px);
    max-height: 525px;
    height: 525px;
    margin-left: 360px;
    object-fit: cover;
  }
  .pan_wh {
    color: #fff;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    text-align: left;
  }
  .case_container {
    background: #d8d5d6;
  }
  .case_container_in {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .case_hero_title {
    max-width: 1000px;
    height: 300px;
    background: #3c2d32;
    margin: 0 auto;
    margin-bottom: -153px;
    mix-blend-mode: multiply;
    position: relative;
    top: -150px;
  }
  .case_box_cont {
    padding: 60px;
    position: absolute;
    top: -152px;
    background: none;
  }
  .pan_wh {
    position: relative;
    top: 174px;
    left: 40px;
    font-size: 0.68em;
  }
  .case_box_cont h4 {
    margin-bottom: 0px;
  }
  .case_profile {
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
  }
  .profile_box {
    display: flex;
  }
  .case_profile h2 {
    /*margin-bottom: 35px;*/
    padding-top: 0;
  }
  .pro_left, .pro_right {
    width: 440px;
    padding: 35px;
  }
  .pro_left {
    height: 468px;
    background: #00a550;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
    position: relative;
    top: 12px;
  }
  .pro_right {
    height: 538px;
    background: #cceddc;
    position: relative;
    top: -58px;
  }
  .profile_box p {
    line-height: 1.6em;
    font-size: 1em;
  }
  .pro_ul li {
    text-align: center;
    height: 24px;
    width: 100%;
    background: #fff;
    font-size: 0.9em;
    padding-top: 4px;
  }
  li.delta {
    background: none;
  }
  .case_pro_box1, .case_pro_box2 {
    width: 630px;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0;
  }
  .case_pro_box2 {
    margin-left: auto;
  }
  .case_pro_box1 p, .case_pro_box2 p {
    margin-bottom: 20px;
  }
  .case_pro_box1 h3, .case_pro_box2 h3 {
    color: #00a550;
    border-bottom: 1px solid #3c2d32;
    font-size: 1.4em;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  .box_case_top {
    margin-top: -70px;
  }
  .next_case {
    background: #3c2d32;
    width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
    background-image: url("../img/case_next02.jpg");
    background-size: 400px 300px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .next_case2 {
    background-image: url("../img/case_next01.jpg");
    background-size: 400px 300px;
    background-repeat: no-repeat;
    background-position: right;
  }
  .next_case_red {
    background-image: url("../img/case_next01.jpg");
    background-size: 400px 300px;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .next_case {
      background-image: url(../img/case_next02@2x.jpg);
    }
    .next_case2 {
      background-image: url(../img/case_next01@2x.jpg);
    }
    .next_case_red {
      background-image: url(../img/case_next01@2x.jpg);
    }
    /* Retinaディスプレイのみに適用する高解像度画像を上書きで指定 */
  }
  .next_case .case_box {
    padding: 0px 60px 20px;
    background: none;
  }
  .case_h2_02 {
    background: #e6465a !important;
    border: none !important;
  }
  .icon_box_case {
    margin-top: 60px;
  }
  .profile_title {
    padding: 0;
  }
  .red_right {
    background: #fadade !important;
  }
  .red_left {
    background: #e6465a !important;
  }
  .caes_red {
    color: #e6465a !important;
  }
  .case_red_ul li {
    margin: 3px 0;
  }
  .img-box .active {
    opacity: 0;
    transition: 0.5s;
  }
  .img-box:hover .active {
    opacity: 1;
  }
  /*-------------------------------------------
    INTERVIEW コンテンツ PC
---------------------------------------------*/
  .cont_interview {
    background: #fff !important;
    padding-bottom: 0 !important;
  }
  .int_box {
    margin-bottom: 0;
  }
  .int_box_leftname {
    flex-basis: 275px;
    height: 200px;
    top: -131px;
    margin-bottom: -131px;
    padding-top: 35px;
    position: relative;
    background: #fff;
  }
  .int_namebox_pc .namelist {
    flex-basis: 200px;
    width: 200px;
    height: 200px;
    top: -131px;
    margin-bottom: -131px;
  }
  .int_namebox_pc {
    width: 475px;
    margin-left: 0;
    padding: 0px 0px 80px;
  }
  .int_namelist {
    padding: 78px 20px 0;
    vertical-align: middle;
  }
  .int_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .int_box .name {
    font-size: 32px;
  }
  .int_furigana {
    padding-top: 10px;
  }
  .int_pan {
    color: #3c2d32 !important;
    top: 96px;
    margin-bottom: -21px;
  }
  .int_pan2 {
    margin-bottom: -42px !important;
  }
  .h2_inter {
    margin-bottom: 50px;
  }
  .int_h3_02 {
    margin-top: 50px !important;
  }
  .int_gra {
    margin-top: -54px;
  }
  .int_namebox_pc .int_namelist {}
  .int_nextbox {
    width: 1000px;
    margin: 0 auto;
    background: #3c2d32;
    padding: 60px;
  }
  .int_nextbox_flex {
    display: flex;
    width: 100%;
    padding: 0;
  }
  .int_nextbox .interview_box {
    display: flex;
    margin: 0;
    width: 880px;
  }
  .int_nextbox .namelist {
    padding: 30px;
  }
  .int_nextbox .gra {
    top: -24px;
    margin-bottom: -24px;
  }
  .int02 .int_namelist {
    font-size: 0.85em;
    background: #e6465a;
  }
  .int02 .int_h3 {
    color: #e6465a;
  }
  .profile_fukuda {
    font-size: 0.85em;
    margin: 15px 0 0;
    padding: 30px 60px;
    line-height: 1.8em;
    width: 1000px;
    margin: 0 auto;
  }
  a.int_a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /*-------------------------------------------
    COMPANY PC用
---------------------------------------------*/
  .comp {
    margin: 0 !important;
  }
  .comp .title_h2 {
    position: relative;
    top: -365px;
  }
  .comp .hero_kv_box {
    position: relative;
    top: -59px;
    margin-bottom: -160px;
  }
  .comp .int_pan {
    top: -405px;
  }
  .comp .top_txtbox_sm ul {
    top: 190px;
    font-size: 1em;
  }
  .comp .hero_kv_pc {
    height: 525px !important;
  }
  .comp .ico_trees {
    margin: 40px 0 0;
    display: block;
    text-align: center;
  }
  .message {
    margin: 0 auto;
    display: block;
  }
  .message_cont {
    position: relative;
    top: -230px;
    margin-bottom: -230px;
  }
  .message .icon_box2 {
    margin: 36px 0;
    height: 37px
  }
  .message_h2 {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
  }
  .message_box {
    width: 880px;
    margin: 0 auto;
  }
  .message_box p {
    margin-bottom: 1em;
  }
  .message_box p:last-child {
    margin-bottom: 50px;
  }
  .title_ceo {
    background: #cceddc;
    width: 100%;
    height: 240px;
    display: block;
  }
  #ceo .namelist {
    width: 880px;
    margin: 0px auto -355px;
    padding: 22px 0;
    color: #3c2d32;
    position: relative;
    top: -260px;
  }
  #ceo .title_h2 {
    margin-bottom: 50px;
  }
  #ceo .furigana {
    margin-top: 15px;
  }
  .ceo-phot {
    position: relative;
    top: 50px;
    text-align: left;
    padding: 0 !important;
  }
  .ceo_profile {
    width: 880px;
    margin: 0 auto 55px;
    padding: 0 !important;
  }
  .ceo_profile p {
    width: 595px;
    margin-left: auto;
    line-height: 1.8em;
  }
  .overview {
    padding-bottom: 60px !important;
  }
  .overview .message_h2 {
    color: #fff;
  }
  .overview .box_left {
    flex-basis: 405px;
    padding: 0 !important;
    margin: 0 33px 0 auto;
  }
  .overview .box_right {
    flex-basis: 405px;
    padding: 0 !important;
    margin: 0 auto 0 33px;
  }
  .overview .about_box {
    flex-basis: 405px;
    padding: 1em 0;
    line-height: 1.8em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
  }
  .overview .about_box:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .overview .message_h2 {
    position: relative;
    top: -55px;
  }
  #thought {
    padding-bottom: 30px !important;
  }
  #thought .about_box {
    background: #fff;
    color: #3c2d32;
    padding-top: 30px;
  }
  #thought .case_flexbox {
    margin: 60px 0;
  }
  #thought h3 {
    width: 100%;
    height: 48px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 21px;
    padding-top: 5px;
    margin-top: 0;
  }
  .h3_gre {
    background: #00a550 !important;
  }
  .h3_red {
    background: #e6465a !important;
  }
  .panf {
    text-align: center;
    padding-bottom: 1.5em;
  }
  #thought .link_contact {
    margin: 0 auto;
    width: 378px;
  }
  .ceo-phot img {
    width: auto;
  }
  .overview .title_h2 img {
    width: auto;
  }
  #thought .link_contact {
    margin-bottom: 60px;
  }
  #thought .icon_box3 {
    margin-top: 50px;
  }
  /*-------------------------------------------
    Who we are PC版
---------------------------------------------*/
  #who_we_are .top_txtbox_sm ul {
    margin-bottom: -245px;
  }
  .who .top_txtset {
    position: absolute;
    top: 175px;
    margin-bottom: -175px;
  }
  .who .int_pan {
    top: -390px;
  }
  .who .top_txtbox_sm ul {
    top: 240px;
    margin-bottom: -240px;
    font-size: 1em;
  }
  .who .ico_trees {
    margin: 40px 0 0;
    display: block;
    text-align: center;
  }
  .whe_3box img {
    height: auto;
  }
  #vison, #misson, #value {
    width: 875px !important;
    margin: 0 auto 75px;
  }
  #value {
    margin: 0 auto 45px;
  }
  #vison {
    margin-top: 80px;
  }
  .h3_3box {
    font-size: 0.8em;
  }
  .p_3box {
    font-size: 1.4em;
  }
  .value_flex {
    display: flex;
  }
  .value_box01, .value_box02, .value_box03 {
    flex-basis: 260px;
  }
  .value_box02 {
    margin: 0 50px;
  }
  .value_p {
    font-size: 1em;
    padding-bottom: 70px;
  }
  .icon_box_who {
    margin-bottom: 27px !important;
  }
  .line img {
    width: 881px !important;
  }
}
/*-------------------------------------------
    その他
---------------------------------------------*/
/*スマートフォンのブレイクポイント
@media screen and (max-width: 769px){
	body {
		min-width: initial;
	}
}*/
/*IE用object-fit*/
.object_fit_img01 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 0 0;'
}
.object_fit_img02 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}
.object_fit_img03 {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: 100% 100%;'
}
/*マージン調整*/
/*BUSINESS*/
@media only screen and (min-width: 960px) and (max-width: 1055px) {
  .business_txt {
    padding-top: 485px;
  }
}
/*
@media only screen and (min-width: 1089px) and (max-width: 1211px) {

.business_box0 p {
    margin-bottom: 30px;
}}
@media only screen and (min-width: 1044px) and (max-width: 1088px) {

.business_box0 p {
    margin-bottom: 50px;
}}
@media only screen and (min-width: 976px) and (max-width: 1043px) {

.business_box0 p {
    margin-bottom: 68px;
}
}
*/
@media only screen and (min-width: 960px) and (max-width: 975px) {
  /*
.business_box0 p {
    margin-bottom: 86px;
}
*/
  .business_box0 .a_arrow, .a_arrow_hover {
    width: 40px;
    position: absolute;
    top: 45%;
    right: 20px;
  }
}
@media (max-width: 961px) {
  #news .news_list:hover {
    opacity: 1.0 !important;
    background: #fff;
  }
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
/* 25.02.20 加筆　25.04.30 加筆 */
@media screen and (min-width:960px) {
  .mt_-50_pc {
    margin-top: -50px;
  }
  .mt_176_pc {
    margin-top: 176px;
  }
  .mt_14_pc {
    margin-top: 14px;
  }
  .mb_-25_pc {
    margin-bottom: -25px;
  }
  .mb_55_pc {
    margin-bottom: 55px;
  }
  .mb_12_pc {
    margin-bottom: 8px;
  }
}
@media screen and (max-width:959px) {
  .mt_20_sp {
    margin-top: 20px;
  }
  .mt_29_sp {
    margin-top: 29px !important;
  }
  /* 25.04.30B*/
  .pb_12_sp {
    padding-bottom: 16px;
  }
  .pb_40_sp {
    padding-bottom: 40px;
  }
}

/*マージン調整 top team*/


@media only screen and (min-width: 1171px) and (max-width: 1367px) {
	.comp_txt {
        padding-top: 904px;
    }
}

@media only screen and (min-width: 1171px) and (max-width: 1307px) {
    .team_box {
        padding-top: 326px;
    }
}
@media only screen and (min-width: 1040px) and (max-width: 1170px) {
	.comp_txt{
        padding-top: 943px;		
	}
  .team_box {
        padding-top: 326px;
  }
}
@media only screen and (min-width: 1011px) and (max-width: 1039px) {
	.comp_txt{
        padding-top: 976px;
	}
}
@media screen and (max-width:1010px) {
	.comp_txt{
        padding-top: 1019px;
	}
    }	
	
	
	@media screen and (max-width:750px) {
.comp_txt {
        padding-top: 727px;
    }	
	
}

/*マージン調整 top boz*/

@media only screen and (min-width: 1340px) and (max-width: 1390px) {
  .business_box_st {
    padding-top: 238px;
  }
}
@media only screen and (min-width: 1176px) and (max-width: 1339px) {
  .business_box_st {
    padding-top: 238px;
  }
}
@media only screen and (min-width: 1055px) and (max-width: 1175px) {
  .business_box_st {
    padding-top: 273px;
  }
}
@media only screen and (min-width: 1041px) and (max-width: 1054px) {
  .business_box_st {
    padding-top: 142px;
  }
}
@media screen and (width:1040px){
  .business_box_st {
    padding-top: 178px;
  }
}
@media only screen and (min-width: 1015px) and (max-width: 1039px) {
  .business_box_st {
    padding-top: 178px;
  }  }
@media screen and (max-width: 1014px) {
  .business_box_st {
    padding-top: 219px;
  }
}
@media screen and (max-width: 750px) {
  .business_box_st {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1056px) and (max-width: 1196px) {
  .business_box3 p {
    margin-bottom: 24px;
  }
}

/* note関連 */
.note_contenar{
	margin: 90px auto 0;
}
.note_inner{	
    display: flex;
    justify-content: center;
	gap: 0 40px;
}
.note_inner a{
	background: #3C2D32;	
}

.note_box{
	max-width: 460px;
	box-shadow: 0px 6px 10px 0px #3C2D3233;
}
.note_img img{
	max-width: 460px;
	vertical-align: bottom;
}
.note_txtbox{
	padding: 38px 40px;
	background: #fff;
}
.note_box:hover{	
	opacity:0.9;
	transition:0.3s;
}
.note_data{
font-weight: 700;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.05em;
color: #8A8184;
}
.note_title{
font-weight: 700;
font-size: 20px;
line-height: 35px;
letter-spacing: 0.05em;
	padding-top: 16px;
}
.note_logo{
	height: 18px;
    position: relative;
    left: 195px;
	top: 3px;
	}

@media screen and (max-width:959px) {
	.note_box{
		margin-bottom: 24px;
	}	
	
.note_inner{
    display: block;
	padding: 0 36px;}
.note_contenar {
    margin: 50px auto 0;
}
.note_img img{
	max-width: 100%;
}
	.note_txtbox {
    padding: 22px 24px;
    background: #fff;
}
	.note_title {
    font-size: 16px;
    line-height: 1.75;
		padding-top: 16px;
}
	.note_logo {
    height: 15px;
    position: relative;
    left: 108px;
		top: 3px;
		margin: 0;
}
.note_data {
    font-size: 10px;
}
	.news_a_box{		
    margin: 40px 36px 60px;
	}	
	
	.a_note, .a_note_hover	{
		height: 18px;
	}
	.note_contenar .a_box{
    position: relative;
		padding: 14px 20px;
	}
	.a_note, .a_note_hover{
    position: absolute;
    right: 18px;
	top: 10px;
	}
  img.a_note_hover {
    transition: 0.5s;
    opacity: 0;
  }
  .button:hover .a_note_hover {
    opacity: 1;
  }
}

/*諸々修正*/

@media screen and (max-width:959px) {
	.svg_icon{
		height: 27px;
	}
	#news .news_list:hover {
    background: rgba(60, 45, 50, 0.1);
    transition: 0.5s;
}
}
