:root {
  /* ボタンの色 */
  --btn-color: #c52424;
  /* ボタンの色（ホバー） */
  --btn-hover-color: #c96f6f;

  /* コンテンツタイトルの文字色 */
  --cont-title: #666;

  /* テキストの文字色 */
  --text-headline-color: #666;
  --text-main-color: #666;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: 0;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
}


/* 採用メッセージページ */
.main_vd3 {
  position: relative;
}

.main_vd3 img {
  width: 100%;
  height: auto;
}

.main_vd3_text h1:not(:last-of-type) {
  margin-bottom: 10px;
}
.main_vd3_text h1 {
  display: inline-block;
  padding: 5px 10px 8px;
  font-size: 45px;
  color: #fff;
  background: #000;
}

.main_vd3_text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 13%;
  margin: auto;
  font-size: 49px;
  letter-spacing: 1.8px;
  color: #fff;
  text-shadow: 0 2px 10px rgb(14 1 1 / 50%);
}

.message {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.maeesage_text h3{
  color: #666;
  font-size: 30px;
  line-height: 1.9em;
  letter-spacing: 0.15em;
  text-align: left;
  max-width: 1000px;
  margin: 0px 0 20px 0;
}

.maeesage_text h4{
  color: #666;
  font-size: 30px;
  line-height: 1.9em;
  letter-spacing: 0.15em;
  text-align: left;
  max-width: 1000px;
  margin: 0px 0 30px 0;
}

.maeesage_text p{
  color: #666;
  font-size: 21px;
  line-height: 1.9em;
  letter-spacing: 0.15em;
}

.maeesage_text .image{
	width:100%;
	margin-bottom:30px;
}

.maeesage_text .text{
	width:100%;
}

.message_wrapper{
	max-width: 1020px;
	box-sizing: border-box;
	margin:0 auto 3%;
  margin-top: 40px;
}

.maeesage_text {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.maeesage_text .text {
    width: 100%;
}
.text {
    margin-bottom: 30px;
}

.maeesage_text .image {
    width: 100%;
    margin: 0 auto;
}

.maeesage_text .image img {
    width: 100%;
    margin-top: 20px;

}

@media screen and (max-width:1360px) {
  .message_wrapper {
    max-width: 90%;
  }

  .main_vd3_text {
    font-size: 4.8vw;
    width: 100%;
    top: inherit;
    left: 5%;
    bottom: 0;
  }

  .main_vd3_text h1 {
    font-size: 40px;
  }

}

@media screen and (max-width:1043px) {
  .main_vd3_text h1 {
    font-size: 35px;
  }
}

@media screen and (max-width:900px) {
  .main_vd3_text h1 {
    font-size: 25px;
  }
}

@media screen and (max-width:750px) {

  .main_vd3 {
    padding-top: 0px;
  }

  .main_vd3_text h1 {
    font-size: 20px;
  }


  .main_vd3 img {
    width: 100%;
    height: auto;
  }

  .sub_vd1_text{
  	font-size:20px;
    top:40%;
  }

  .sub_vd1_text h1{
  	margin-bottom:3px;
  }

  rt {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
  }

 .message_wrapper {
   max-width: 90%;
 }

  .maeesage_text h3 {
    font-size: 25px;
  }

  .maeesage_text h4 {
    font-size: 25px;
  }
}

@media screen and (max-width:600px) {

  .main_vd3_text h1 {
      font-size: 18px;
  }

  .sub_vd1_text{
  	font-size: 3.4vw;
  	text-align: center;
  	width:100%;
  	left: 0;
  	right:0;
    top: 49%;
	}

  .sub_vd1_text h1{
	  display: inline-block;
    margin-bottom:3px;
  }

  .sub_vd1_text h2{
    letter-spacing: 1.2px;
  }

  .main_vd3 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width:470px) {
  .main_vd3 {
    padding-top: 0px;
  }

  .main_vd3 img {
    width: 100%;
    height: auto;
  }

  .main_vd3_text {
    font-size: 4.8vw;
    width: 100%;
    top: inherit;
    left: 30px;
    bottom: 0;
  }

  .message_wrapper {
    max-width: 90%;
  }

  .maeesage_text p {
    font-size: 17px;
  }

}

/*太陽トーヨー住器の強みぺージ */
.sub_vd2 {
  position: relative;
}

.sub_vd2 img {
  width: 100%;
  height: auto;
}
.sub_vd2_text {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left:10%;
	margin:auto;
	font-size:29px;
	letter-spacing: 1.8px;
	color:#fff;
	text-shadow: 0 2px 10px rgba(14,1,1,1);
}
.sub_vd2_text h1{
  font-size:29px;
  border-bottom:3px solid #fff;
	margin-bottom:9px;
  padding-bottom: 10px;
}
.sub_vd2_text h1,
.sub_vd2_text h2 {
  color: #fff;
  font-size: 1.4em;
}

rt {
  font-size: 13px;
  font-weight: bold;
}

#message_saiyou .standard_text1_inner_pc  {
  width: calc( 100% - 40px);
  max-width: 940px;
  margin: 40px auto 0;
  padding: 0 20px;
}

#message_saiyou .message_text_main {
  color: #666;
  font-size: 21px;
  line-height: 1.9em;
  letter-spacing: 0.15em;
  text-align: center;
}


#message_saiyou .standard_text1_inner  {
  width: 85%;
  margin: 0 auto;
}

#message_saiyou .message_photo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#message_saiyou .message_photo img {
  width: 100%;
  height: 100%;
  margin: 50px 0px;
}


/*キーワードで見る太陽トーヨー住器ぺージ */
.block06 {
  margin-top: 40px;
}

.margin-top {
  margin-top: 0px;
}

.parts06,.parts07  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}


.merit {
  width: 31%;
  border: 1px solid #666;
}

.image {
  margin: 0 auto;
}

.merit img {
  width: 65%;
  padding: 50px;
  margin-top: -1px;
}

.benefit1_box {
  width: 31%;
  margin-bottom: 30px;
  padding: 40px;
  text-align: center;
  border: 1px solid #000;
}

.merit h3 {
  padding: 10px 20px 10px;
  text-align: center;
  color: #666;
  letter-spacing: 2px;
}

.merit p {
  padding: 0 20px 20px;
  color: #666;
  letter-spacing: 2px;
  text-align: justify;
}

.keywords_wrapper{
  max-width: 1020px;
  padding: 0px 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}

.standard_button2 {
  margin-top: 0px;
}
.standard_button2_inner {
  margin: auto;
	width: 380px;
  background: var(--btn-color);
  border:3px double #fff;
  transition: 0.5s;
}

.standard_button2_inner:hover{
	background: var(--btn-hover-color);
}

.standard_button2_inner p {
	padding: 11px 0;
  letter-spacing: 0.1em;
  font-weight:bold;
  color:#fff;
  text-align: center;
}

@media screen and (max-width:750px) {
  .sub_vd2_text img {
    width: 100%;
    height: auto;
  }

  .sub_vd2_text{
  	font-size:20px;
    top:40%;
  }

  .sub_vd2_text h1{
  	margin-bottom:3px;
  }

  rt {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
  }

  .parts06 {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }

  .parts07 {
    display: block;
    width: 100%;
  }

  .merit {
    width: 100%;
    border: 1px solid #666;
    margin-bottom: 15px;
  }

  .image {
    text-align: center;
  }

  .merit img {
    width: 55%;
    padding: 45px;
  }

  .standard_button2_inner {
    width: 90%;
  }

  .standard_button2_inner:hover{
  	background-color: #c52424;
  }

}

@media screen and (max-width:600px) {
  .sub_vd2_text{
  	font-size: 3.4vw;
  	text-align: center;
  	width:100%;
  	left: 0;
  	right:0;
    top: 49%;
	}
  .sub_vd2_text h1{
	  display: inline-block;
    border-bottom:3px solid #fff;
    margin-bottom:3px;
  }

  .sub_vd2_text h2{
    letter-spacing: 1.2px;
  }

  .parts06 {
    display: block;
    width: 100%;
  }

  .merit {
    width: 100%;
    border: 1px solid #666;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:470px) {
  .parts06 {
    display: block;
    width: 100%;
  }

  .merit {
    width: 100%;
    border: 1px solid #666;
    margin-bottom: 15px;
  }

  .merit img {
    width: 50%;
    padding: 45px;
  }
}
