@charset "UTF-8";
/*==========基本構造==========
会社情報関連
篠崎CSS追加、修正メモ
==============================*/
/* --------------------------------------------------- 
message ご挨拶
---------------------------------------------------- */
.message {
  padding: 30px 0;
}
.message + div {
  text-align: right;
}
.katagaki {
  font-weight: 600;
  font-size: 1.5em;
}
.simei {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 50px;
}

.gallery button{
	display: none!important;
}

.gallery li{
list-style:none;
}

.gallery h3{
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.gallery .movie {
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery .movie iframe {	 
  width: 100%;
  height: 100%;
}

.choice-btn li{
	display: block;
    background-color: #FCF1F1;
    width: 98%!important;
    text-align: left;
    border-radius: 5px;
    padding: 5px 0px 5px 15px;
    font-size: 1.6rem;
    margin: 15px 0 0;
	transition: all 0.2s ease;
}

.choice-btn li:hover {
  opacity: 0.75;
}
.choice-btn li.slick-current {
	background-color: #d10000;
	color: #fff;
}


.slick-list.draggable,
.choice-btn > .slick-list.draggable > .slick-track{
	width: 100%!important;
}

@media print, screen and (max-width: 480px) {
.choice-btn li{
    width: 95%!important;	
}
}


/* --------------------------------------------------- 
philosophy 基本理念
---------------------------------------------------- */
.spirit {
  margin-bottom: 50px;
}
.spirit div {
  margin-bottom: 30px;
}
.p_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box
}
.g_group {
  box-sizing: border-box;
  flex-basis: calc((100% - 20px) / 2);
  max-width: calc((100% - 20px) / 2);
  text-align: center;
  background-color: #FBF0F0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 200px
}
.policy {
  margin-bottom: 50px;
}
.policy p {
  font-size: 1.6rem;
}
.policy span {
  color: #D10000;
  font-size: 2.2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1em
}
.vision {
  margin-bottom: 50px;
}
.vision span {
  color: #D10000;
  font-size: 3.5em;
  font-weight: 700;
}
.vision p {
  font-size: 2em;
  display: inline;
  font-weight: 700;
}
.strategy {
  margin-bottom: 50px;
}
.strategy span {
  display: block;
  color: #D10000;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.4;
  margin: 0
}
.strategy span::before {
  background: #D10000;
  content: "";
  height: 0.8em;
  width: 0.8em;
  left: 0;
  position: absolute;
  top: calc(50% - 0.4em);
}
.strategy p {
  padding-left: 25px;
}
@media print, screen and (max-width: 769px) {
  .sp_none {
    display: none;
  }
}
@media print, screen and (max-width: 480px) {
  .g_group {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 200px
  }
  .strategy span {
    font-size: 1.7rem;
  }
  .strategy p {
    font-size: 1.2rem;
  }
}
/* --------------------------------------------------- 
outline 会社概要
---------------------------------------------------- */
.bb_gray {
  border-bottom: 1px #B4BBC3 solid;
}
.listTable dl dd span {
  font-weight: 600;
}
.listTable dd p img {
  padding-right: 5px;
  padding-bottom: 5px;
  width: 18px;
}
.listTable dd p {
  font-size: 1em;
  padding-bottom: 30px;
  text-decoration: underline;
}
.listTable ul {
  padding-left: 5px;
}
.current {
  text-align: right;
  margin-bottom: 30px;
}
.listTable div p {
  font-size: 0.9em;
}
.indent_3em {
  margin-left: 2.5em;
  text-indent: -2.5em
}
@media print, screen and (max-width: 480px) {
  .listTable dd p {
    padding-bottom: 15px;
  }
  .listTable dd p img {
    width: 13px;
  }
}
/* --------------------------------------------------- 
group グループ会社
---------------------------------------------------- */
/*グループ会社タブ*/
.tabs {
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
.tab_class {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px #979FA7 solid;
  color: #979FA7;
  /* line-height: 50px; */
  font-size: 1.3rem;
  text-align: center;
  display: block;
  float: left;
  order: -1;
	padding-top: 10px
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  border-bottom: 3px #D10000 solid;
  color: rgb(0, 0, 0);
	  background-color: #FCF1F1
  }
     .tab_class:hover {
		 	  background-color: #FCF1F1

}
.content_class {
  display: none;
  width: 100%;
  padding: 0px;
}
input:checked + .tab_class + .content_class {
  display: block;
}
/*グループ会社ツリーメニュー*/
.group_tree {
  margin: 50px auto 0 auto;
  max-width: 500px;
  position: relative;
  font-size: 1.3rem
}
.group_tree ul {
  font-size: 1.2em;
  margin: 0 auto;
  width: 100%;
}
.group_tree ul::before {
  content: "";
  position: absolute;
  left: 20px;
  height: calc(100% - 20px);
  border-left: 1px solid #A3A3A3;
}
@media print, screen and (max-width: 769px) {

.group_tree ul::before {
  height: calc(100% - 23px);
}

}
.group_tree li {
  z-index: 10
}
/* .group_tree .gt_1 {} */
.group_tree .gt_1 a {
  border: 2px solid #C0271B;
  border-radius: 40px;
  padding: 10px 25px 10px 10px;
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  display: block
}
.group_tree .gt_1 img {
  max-width: 260px
}
.group_tree .gt_1 a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  transform: rotate(45deg);
  right: 5%;
  border-radius: 1px;
}
.group_tree .gt_2 a {
  padding: 10px 25px 10px 20px;
  position: relative;
  display: block;
  margin-left: 50px;
  color: #222
}
.group_tree .gt_2.gt_2-1 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  height: 1px;
  width: 30px;
  background-color: #A3A3A3;
}
.group_tree .gt_2.gt_2-2 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  height: 1px;
  width: 10px;
  background-color: #A3A3A3;
}
.group_tree .gt_2.gt_2-3 a::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -10px;
  height: 120px;
  width: 10px;
  border-left: #A3A3A3 1px solid;
  border-bottom: #A3A3A3 1px solid;
	z-index: 0
}
@media print, screen and (max-width: 480px) {

.group_tree .gt_2.gt_2-3 a::before {
  top: -130px;
  height: 150px;
}
}
.group_tree a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  transform: rotate(45deg);
  right: 5%;
  border-radius: 1px;
}
.group_tree .gt_2.gt_2-1 a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.group_tree .gt_2.gt_2-1 a {
  background-color: #E57E7E;
  border-radius: 10px;
  margin-top: 30px;	  margin-left: 50px;
z-index: 1
}
.group_tree .gt_2.gt_2-2 a {
  border-radius: 10px;
  background-color: #FFEDE3;
  margin-top: 10px;
	  margin-left: 70px;

}
.group_tree .gt_2.gt_2-3 a {
  border-radius: 10px;
  background-color: #FFEDE3;
  margin-top: 10px;
		  margin-left: 70px;


}
.group_tree .gt_3 a {
  padding: 10px 25px 10px 20px;
  position: relative;
  display: block;
  margin-left: 100px;
  background-color: #FCF2F2;
  border-radius: 10px;
  margin-bottom: 10px;
  color: #222;
  text-align: left
}
.group_tree .gt_3 a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -80px;
  height: 1px;
  width: 80px;
  background-color: #A3A3A3;
}
.group_tree .gt_3.gt_3-mt a {
  margin-top: 50px
}
.group_tree .gt_3.gt_3-glay a {
  background-color: #EDEDED
}
.group_tree a:hover {
  text-decoration: none;
  opacity: 0.6
}
.companyRow {
  display: flex;
}
.companyRow_content {
  padding-left: 20px;
  flex: 1 1 auto;
}
.companyRow_image {
  overflow: hidden;
  box-sizing: border-box;
  width: 240px;
  height: 150px;
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
  flex: 0 0 240px;
}
.group section {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #e3e3e3;
}
.group h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.companyRow_content table {
  font-size: 1.4em;
  width: 100%
}
.companyRow_content table th {
  text-align: left;
  width: 20%;
  padding: 10px 0;
  border-top: 1px solid #D10000;
}
.companyRow_content table td {
  width: 80%;
  padding: 10px 0 10px 10px;
}
.cr_small h2 {
  margin-bottom: 0px;
}
.extra {
  text-align: right;
  font-size: 1.5rem
}
.extra a {
  position: relative;
}
.extra a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  transform: rotate(45deg);
  border-radius: 1px;
  left: -7%;
}
#subsidiary-abroad p {
  padding-top: 30px;
}
@media print, screen and (max-width: 769px) {
  input:checked + .tab_class {
    color: rgb(255 255 255);
    background-color: #d10000;
    font-weight: 600;
  }
  .tab_class {
    width: calc(95%/2);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 0px 2px 0px 2px;
    flex: auto;
  }
  .content_class {
    margin-top: 35px;
  }
  .companyRow {
    display: block;
  }
  .companyRow_image {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .companyRow_content {
    padding: 20px 0px 0px 0px;
    width: 100%;
  }
  .group_tree .gt_2 a {
    margin-left: 30px;
  }
  .group_tree .gt_2 a::before {
    left: -10px;
    width: 10px;
  }
  .group_tree .gt_3 a {
    margin-left: 50px;
  }
  .group_tree .gt_3 a::before {
    left: -30px;
    width: 30px;
  }
}
@media print, screen and (max-width: 480px) {
  .companyRow_content table {
    display: block;
  }
  .companyRow_content table th {
    display: block;
    width: 100%;
    padding: 10px 0 0px 0;
  }
  .companyRow_content table td {
		display: block;
	      width: 100%;

    padding: 5px 0 10px;
  }
.yakushoku{
			display: inline-block!important;
	      max-width: 50%;

  }
}

/* --------------------------------------------------- 
history 沿革
---------------------------------------------------- */
table.his_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 20px;
  border-bottom: solid #B4BBC3 1px;
}
.his_table th {
  box-sizing: border-box;
  width: 120px;
  background-color: #FCF1F1;
  text-align: center;
  border-radius: 5px;
  padding: 15px;
  font-size: 1.6rem;
  vertical-align: top;
  border-spacing: 10px !important
}
.his_table td {
  vertical-align: top;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  border-spacing: 10px !important
}
.his_table td p{
	font-size: 1.5rem;
  line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #565656

}
.his_table td p.mb0{
	margin-bottom: 0px;
	padding-bottom: 0px
}
.his_table_img{
	text-align: center;
	max-height: 200px;
	margin-bottom: 30px;
}
.his_table_img img{
	max-width: 200px

}.his_table_img_2{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #565656

}
.his_table_img_2 img{
	max-width: 400px

}
.his_table_img_flex{
/*	display: flex;*/
/*	flex-wrap: wrap;*/
/*	justify-content: space-between;*/
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #565656
}
.his_table_img_flex .mb0{
padding-bottom: 0!important;
margin-bottom: 0!important
}

.his_table_img_flex div{
/*	flex:1 1 45%*/
}
.his_table_img_flex .his_table_img_flex_img{
	max-width: 40%;
	margin: 0 0 0 auto 
}
.his_table_img_flex p{
border: none!important;
		margin-bottom: 15px;
	padding-bottom: 0px!important;

}

.his_table p{
}
@media print, screen and (max-width: 480px) {
	
table.his_table {
  border-spacing: 0px;
  border-bottom: none;
	    display: block;

}
.his_table th {
  width: 100%;
  padding: 15px 0px;
  border-spacing: 0;
	    display: block;

}
.his_table td {
  padding: 15px 0px;
  margin-bottom: 20px;
  border-spacing: 0;
	    display: block;

}
.his_table td p{

	margin-bottom: 20px
}
	
	
	
	
	
	
	

.his_table_img_flex{
	display: flex;
	margin-bottom: 30px
}.his_table_img_flex div{
	flex:100%
}
.his_table_img_flex div img{
	margin: 0
}
.his_table_img_flex p{
	flex:0 0 auto;
	display: inline-block
}
}
/* --------------------------------------------------- 
directors 役員紹介
---------------------------------------------------- */
.directors p {
  font-size: 1.5rem
}
.directors section {
  border-bottom: #A7B0B9 1px solid;
  width: 100%;
  padding: 20px 0;
  display: flex;
}
.imgbox {
  flex: 0 0 200px;
  margin-right: 20px
}
.profilebox {
  flex: 1 1 auto;
  padding-left: 20px;
  font-size: 1.4rem;
}
.profilebox p {
  line-height: 1.6
}
.profilebox .profile_simei {
  font-weight: 600;
  margin-top: 10px;
  display: block
}
.arrow {
  position: relative;
  padding-left: 17px;
  display: inline-block
}
.arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #D10000;
  border-right: 2px solid #D10000;
  transform: rotate(45deg);
  border-radius: 1px;
  left: 0;
}
.a_history {
  font-size: 1.5rem;
}
.profilebox dl {
  margin-top: 20px
}
.detail table, .detail table th, .detail table tr, .detail table td {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.detail table {
  margin-top: 10px
}
.detail table th {
  padding-right: 30px;
  color: #800;
}
.detail table td {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e3e3e3
}
.detail h3 {
  font-size: 1.6rem;
  display: block;
  background-color: #FCF2F2;
  padding: 5px 10px;
  margin-top: 20px;
  text-align: center
}
.toggle_title {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  padding-left: 15px;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  /* text-indent: 100%; */
  white-space: nowrap;
  /* overflow: hidden; */
  border-radius: 50%;
  border: solid 1px #D10000;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #D10000;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.detail {
  margin-top: 20px;
  display: none;
}
.nonstylingTable {
  font-size: 1.5rem
}
.nonstylingTable {
  width: 100%
}
.nonstylingTable th {
  text-align: left;
  font-weight: normal;
  width: 30%
}
.nonstylingTable td {
  text-align: left;
  width: 70%;
  font-weight: bold;
}
@media print, screen and (max-width: 769px) {
  .directors section {
    display: block;
  }
  .imgbox {
    width: 200px;
    margin: 0 auto
  }
  .profilebox {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0
  }
  .sp_al_center {
    text-align: center !important
  }
  .nonstylingTable th, .nonstylingTable td {
    width: 50%;
  }
}