@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkg.otf) format('opentype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _media
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _font-line
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/*
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 VARIABLE FOR  _color
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
.c-company {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 767px) {
  .c-company {
    margin: 0 -12px;
  }
}
.c-company--item {
  width: calc(100% / 3);
  padding: 0 20px 45px;
}
@media only screen and (max-width: 767px) {
  .c-company--item {
    width: calc(100% / 2);
    padding: 0 12px 35px;
  }
}
.c-company--link:hover figure img {
  transform: scale(1.2);
}
.c-company--link figure {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
.c-company--link figure img {
  transition: 0.3s;
}
.c-company--link p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-company--link p {
    font-size: 14px;
    margin-top: 6px;
  }
}
.company-related {
  background-color: #FAFAFA;
  padding-top: 85px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  .company-related {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
.company-related--ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #329E3A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .company-related--ttl {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.company-related--ttl span {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .company-related--ttl span {
    font-size: 12px;
  }
}
.p-table--item {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 37px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .p-table--item {
    padding-bottom: 29px;
    margin-bottom: 29px;
  }
}
.p-table--wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-table--wrap__left {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .p-table--wrap__left {
    width: 100%;
    margin-bottom: 13px;
  }
}
.p-table--wrap__left p {
  font-size: 16px;
  font-weight: 500;
  color: #329E3A;
}
@media only screen and (max-width: 767px) {
  .p-table--wrap__left p {
    font-size: 14px;
  }
}
.p-table--wrap__right {
  width: calc(100% - 210px);
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .p-table--wrap__right {
    width: 100%;
    padding-top: 0;
  }
}
.p-table--wrap__right p {
  color: #000000;
  line-height: 23px;
}
.p-table--wrap__right p.lh-30 {
  line-height: 31px;
}
.p-table--wrap__right p a {
  color: #000000;
}
.p-table--wrap__right .p-wrap p:not(:last-child) {
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .p-table--wrap__right .p-wrap p:not(:last-child) {
    margin-bottom: 13px;
  }
}
#Company .company-sect {
  padding-bottom: 115px;
}
@media only screen and (max-width: 767px) {
  #Company .company-sect {
    padding-bottom: 40px;
  }
}
#Company-Message .message {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #Company-Message .message {
    padding-bottom: 80px;
  }
}
#Company-Message .message .l-container .message--ceo {
  border-radius: 6px;
  overflow: hidden;
}
#Company-Message .message .l-container span {
  display: block;
  color: #000;
  margin: 6px 0 52px;
}
@media only screen and (max-width: 767px) {
  #Company-Message .message .l-container span {
    margin: 6px 0 35px;
  }
}
#Company-Message .message .l-container h3 {
  font-size: 40px;
  font-weight: 500;
  color: #329E3A;
  line-height: 61px;
  margin-bottom: 50px;
  letter-spacing: 3.5px;
}
#Company-Message .message .l-container h3 .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Company-Message .message .l-container h3 {
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 22px;
  }
  #Company-Message .message .l-container h3 br.pc {
    display: none;
  }
  #Company-Message .message .l-container h3 br.sp {
    display: block;
  }
}
#Company-Message .message .l-container .content {
  margin-bottom: 37px;
}
#Company-Message .message .l-container .content p {
  color: #555555;
  line-height: 29px;
  letter-spacing: 1.5px;
}
#Company-Message .message .l-container .content p:not(:last-child) {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  #Company-Message .message .l-container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
#Company-Message .message .l-container .ceo_signature {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #Company-Message .message .l-container .ceo_signature img {
    width: 120px;
  }
}
#Executive-Message .exec-sect {
  padding-bottom: 124px;
}
@media only screen and (max-width: 767px) {
  #Executive-Message .exec-sect {
    padding-bottom: 74px;
  }
}
#Executive-Message .exec-sect .l-container .exec-message--item:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 69px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  #Executive-Message .exec-sect .l-container .exec-message--item:not(:last-child) {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}
#Executive-Message .exec-sect .l-container .exec-message--wrap {
  display: flex;
  flex-wrap: wrap;
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  #Executive-Message .exec-sect .l-container .exec-message--wrap--left {
    width: 100%;
  }
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--left .img-wrap {
  border-radius: 6px;
  overflow: hidden;
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--left p {
  color: #000;
  margin-top: 6px;
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--right {
  width: 70%;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  #Executive-Message .exec-sect .l-container .exec-message--wrap--right {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--right h3 {
  font-size: 23px;
  font-weight: 500;
  color: #329E3A;
  line-height: 39px;
  margin-bottom: 20px;
  letter-spacing: 3.5px;
}
@media only screen and (max-width: 767px) {
  #Executive-Message .exec-sect .l-container .exec-message--wrap--right h3 {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  #Executive-Message .exec-sect .l-container .exec-message--wrap--right h3 br {
    display: none;
  }
}
#Executive-Message .exec-sect .l-container .exec-message--wrap--right p {
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #555555;
}
#Company-Base .base-sect .l-container .base {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base {
    margin: 0;
  }
}
#Company-Base .base-sect .l-container .base--item {
  width: calc(100% / 2);
  padding: 0 35px 95px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--item {
    width: 100%;
    padding: 0 0 60px;
  }
}
#Company-Base .base-sect .l-container .base--wrap figure {
  border-radius: 6px;
  overflow: hidden;
}
#Company-Base .base-sect .l-container .base--wrap h3 {
  position: relative;
  font-size: 25px;
  font-weight: 400;
  color: #000;
  line-height: 37px;
  border-bottom: 1px solid #E3E3E3;
  padding: 18px 0 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--wrap h3 {
    font-size: 20px;
    line-height: 29px;
    padding: 18px 0 6px;
  }
}
#Company-Base .base-sect .l-container .base--wrap h3 .go_to {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 500;
  color: #329E3A;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--wrap h3 .go_to {
    top: 65%;
  }
}
#Company-Base .base-sect .l-container .base--wrap h3 .go_to img {
  margin-left: 8px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--wrap h3 .go_to img {
    position: relative;
    top: -2px;
  }
}
#Company-Base .base-sect .l-container .base--wrap p {
  color: #555555;
  line-height: 26px;
  margin: 9px 0 10px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--wrap p {
    margin: 13px 0 10px;
  }
}
#Company-Base .base-sect .l-container .base--wrap p a {
  color: #555555;
}
#Company-Base .base-sect .l-container .base--wrap p .sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Company-Base .base-sect .l-container .base--wrap p .sp {
    display: block;
  }
}
#Company-Base .base-sect .l-container .base--wrap .map--link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #329E3A;
}
#Company-Base .base-sect .l-container .base--wrap .map--link img {
  margin-right: 5px;
}
#Company-Base .equipment-sect {
  padding-top: 55px;
  padding-bottom: 40px;
}
#Company-Base .equipment-sect.equip-base01 {
  padding-bottom: 160px;
}

@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect.equip-base01 {
    padding-bottom: 60px;
  }
}
#Company-Base .equipment-sect .l-container .txt-ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 500;
  color: #329E3A;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .txt-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#Company-Base .equipment-sect .l-container .txt-ttl span {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .txt-ttl span {
    font-size: 12px;
  }
}
#Company-Base .equipment-sect .l-container .txt-desc01 {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
}
#Company-Base .equipment-sect .l-container .txt-desc {
  color: #555555;
  letter-spacing: 1.5px;
  line-height: 26px;
}

#Company-Base .equipment-sect .l-container .base {
	display: flex;
	flex-wrap: wrap;
	margin: 35px -35px 0 -35px;
	
}
#Company-Base .equipment-sect .l-container .base--item {
	width: calc(100% / 2);
	padding: 0 35px 70px;
}
#Company-Base .equipment-sect .l-container .base--wrap {
	padding: 35px;
	border-radius: 6px;
	background: #F7F7F7;
}
#Company-Base .equipment-sect .l-container .base--wrap h3 {
	font-weight: normal;
	font-size: 20px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build {
	position: relative;
	margin-top: 10px;
}
/*名古屋本社*/
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point01 {
	display: block;
	width: 10vw; height: 4vw;
	/*background: red;*/
	position: absolute;
	bottom: 5%;
	left: 30%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point02 {
	display: block;
	width: 10vw; height: 4vw;
	/*background: orange;*/
	position: absolute;
	bottom: 24%;
	left: 30%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point03 {
	display: block;
	width: 10vw; height: 4vw;
	/*background: blue;*/
	position: absolute;
	bottom: 44%;
	left: 30%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point04 {
	display: block;
	width: 10vw; height: 3vw;
	/*background: gray;*/
	position: absolute;
	bottom: 65%;
	left: 30%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point05 {
	display: block;
	width: 7vw; height: 3vw;
	/*background: brown;*/
	position: absolute;
	bottom: 82%;
	left: 34%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point06 {
	display: block;
    width: 6vw;
    height: 3vw;
    /*background: pink;*/
    position: absolute;
    top: 2%;
    left: 60%;
    text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build  a.point07 {
	display: block;
	width: 6.25vw; height: 5vw;
	/*background: yellow;*/
	position: absolute;
	bottom: 30%;
	left: 0;
	text-indent: -9999px;
}
/*東京支社*/
#Company-Base .equipment-sect .l-container .base--wrap .build a.point_t01 {
	display: block;
	width: 11.5vw; height: 2.5vw;
	/*background: red;*/
	position: absolute;
	bottom: 36%;
	left: 27%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .build a.point_t02 {
	display: block;
	width: 11.5vw; height: 2.5vw;
	/*background: orange;*/
	position: absolute;
	bottom: 46%;
	left: 27%;
	text-indent: -9999px;
}
#Company-Base .equipment-sect .l-container .base--wrap .shisha {
	color: #329E3A;
}
#Company-Base .equipment-sect .l-container .base--wrap .shishaSetoKari {
}
@media only screen and (max-width: 767px) {
	
	#Company-Base .equipment-sect .l-container .base {
		display: block;
		margin: 30px 0 0 0;
	}
	#Company-Base .equipment-sect .l-container .base--item {
		margin: 0;
		width: auto;
		padding: 0 0 25px 0;
	}
	#Company-Base .equipment-sect .l-container .base--wrap {
		padding: 25px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap h3 {
		font-size: 18px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point01 {
		display: block;
		width: 33%; height: 10vw;
		position: absolute;
		bottom: 5%;
		left: 30%;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point02 {
		display: block;
		width: 33%; height: 10vw;
		position: absolute;
		bottom: 24%;
		left: 30%;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point03 {
		display: block;
		width: 33%; height: 10vw;
		position: absolute;
		bottom: 44%;
		left: 30%;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point04 {
		display: block;
		width: 33%; height: 8vw;
		position: absolute;
		bottom: 65%;
		left: 30%;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point05 {
		display: block;
		width: 25%; height: 7vw;
		position: absolute;
		bottom: 82%;
		left: 34%;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point06 {
		display: block;
		width: 20%; height: 6vw;
		position: absolute;
		top: 2%;
		left: 60%;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point07 {
		display: block;
		width: 25%; height: 7vw;
		position: absolute;
		left: 0;
		text-indent: -9999px;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point_t01 {
		display: block;
		width: 37%; height: 8vw;
		position: absolute;
		bottom: 36%;
		left: 30%;
	}
	#Company-Base .equipment-sect .l-container .base--wrap .build  a.point_t02 {
		display: block;
		width: 37%; height: 8vw;
		position: absolute;
		bottom: 46%;
		left: 30%;
	}
}


#Company-Base .equipment-sect .l-container .coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background-color: #329E3A;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 18px;
}
#Company-Base .equipment-sect .l-container .equip {
  display: flex;
  flex-wrap: wrap;
  margin: 54px -35px 0;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip {
    margin: 54px 0 0;
  }
}
#Company-Base .equipment-sect .l-container .equip--item {
  width: calc(100% / 2);
  padding: 0 35px 65px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--item {
    width: 100%;
    padding: 0 0 40px;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap {
  background-color: #F7F7F7;
  padding: 37px 30px 40px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--wrap {
    padding: 20px 23px 24px;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--wrap h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap h4.mgb-20 {
  margin-bottom: 5px;
}
#Company-Base .equipment-sect .l-container .equip--wrap .p-content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--wrap .p-content {
    margin-bottom: 0;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap .p-content p {
  font-size: 16px;
  line-height: 24px;
  color: #329E3A;
}
#Company-Base .equipment-sect .l-container .equip--wrap .p-content p:not(:last-child) {
  margin-bottom: 8px;
}
#Company-Base .equipment-sect .l-container .equip--wrap .p-content figure.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--wrap .p-content figure.sp {
    display: block;
    margin-top: 27px;
  }
  #Company-Base .equipment-sect .l-container .equip--wrap .p-content figure.sp:nth-child(2) {
    margin-bottom: 62px;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap figure {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #Company-Base .equipment-sect .l-container .equip--wrap figure.pc {
    display: none;
  }
}
#Company-Base .equipment-sect .l-container .equip--wrap figure.mgt-30 {
  margin-top: 27px;
}
#Company-Profile .p-header--txt .com-pro--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #Company-Profile .p-header--txt .com-pro--sp {
    display: block;
  }
}
#Company-Profile .profile-sect {
  padding-bottom: 122px;
}
@media only screen and (max-width: 767px) {
  #Company-Profile .profile-sect {
    padding-bottom: 56px;
  }
}
#Company-History .history-sect {
  padding-bottom: 123px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect {
    padding-bottom: 51px;
  }
}
#Company-History .history-sect .l-container .p-table--wrap__left {
  width: 265px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .p-table--wrap__left {
    width: 100%;
    margin-bottom: 13px;
  }
}
#Company-History .history-sect .l-container .p-table--wrap__right {
  width: calc(100% - 265px);
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .p-table--wrap__right {
    width: 100%;
    padding-top: 0;
  }
}
#Company-History .history-sect .l-container .hst-img {
  display: flex;
  flex-wrap: wrap;
  margin: 120px -35px 0;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .hst-img {
    margin: 80px 0 0;
  }
}
#Company-History .history-sect .l-container .hst-img--item {
  width: calc(100% / 2);
  padding: 0 35px 65px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .hst-img--item {
    width: 100%;
    padding: 0 0 24px;
  }
}
#Company-History .history-sect .l-container .hst-img--wrap {
  background-color: #F0FAF1;
  border-radius: 6px;
  padding: 28px 32px 32px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .hst-img--wrap {
    padding: 22px 24px 24px;
  }
}
#Company-History .history-sect .l-container .hst-img--wrap p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .hst-img--wrap p {
    font-size: 14px;
  }
}
#Company-History .history-sect .l-container .hst-img--wrap .img-wrap figure:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #Company-History .history-sect .l-container .hst-img--wrap .img-wrap figure:not(:last-child) {
    margin-bottom: 16px;
  }
}
#Company-Affiliate .affiliate-sect {
  padding-bottom: 122px;
}
@media only screen and (max-width: 768px) {
  #Company-Affiliate .affiliate-sect {
    padding-bottom: 50px;
  }
}
#Company-Affiliate .affiliate-sect .l-container .aff-row {
  margin-bottom: 98px;
}
@media only screen and (max-width: 768px) {
  #Company-Affiliate .affiliate-sect .l-container .aff-row {
    margin-bottom: 48px;
  }
}
#Company-Affiliate .affiliate-sect .l-container .aff-row h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  color: #000;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  #Company-Affiliate .affiliate-sect .l-container .aff-row h3 {
    font-size: 22px;
    line-height: 33px;
  }
}
#Company-Affiliate .affiliate-sect .l-container .aff-row p {
  line-height: 26px;
  letter-spacing: 1.5px;
  color: #555555;
}
#Company-Affiliate .affiliate-sect .l-container .corp-wrap {
  padding-top: 114px;
}
@media only screen and (max-width: 768px) {
  #Company-Affiliate .affiliate-sect .l-container .corp-wrap {
    padding-top: 38px;
  }
}


