/* ------------------------------------------
  MAIN ＊BOX＊
--------------------------------------------- */
#MAIN {
  margin: 0 auto;
	padding: 10px;
}
@media screen and (min-width: 980px) { /* PC */
  #MAIN {
    margin: 0 auto;
    width: 980px;
  }
}
/* ------------------------------------------
  MAIN ＊会社概要見出し＊
--------------------------------------------- */
.sec1_wrap {
  background-color: #000;
}
.sec1 {
  display: flex; /*ボックス要素横並び*/
  flex-wrap: wrap; /*子要素の折返し*/
  flex-direction: column;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.sec1 div {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec1 div img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.sec1 .greetings {
  padding: 20px 0;
  text-align: left;
}
.sec1 div pre {
  font-size: 28px;
  color: #FFF;
  margin-bottom: 20px;
}
.sec1 div p {
  font-size: 3.5vw;
  color: #FFF;
  line-height: 1.8em;
}
@media only screen and (min-width: 491px) and (max-width: 979px) {
  .sec1 {
    display: flex; /*ボックス要素横並び*/
    flex-wrap: wrap; /*子要素の折返し*/
    justify-content: center;
    margin-top: 40px;
  }
  .sec1 div {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .sec1 .greetings {
    width: 490px;
  }
  .sec1 div pre {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 20px;
  }
  .sec1 div p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.8em;
  }
}
@media screen and (min-width:980px) { /* PC */
  .sec1 {
    display: flex; /*ボックス要素横並び*/
    flex-wrap: wrap; /*子要素の折返し*/
    flex-direction: row;
    margin-top: 80px;
  }
  .sec1 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }
  .sec1 div img {
    height: auto;
  }
  .sec1 .greetings_img {
    width: 490px;
    background: #3D003A;
  }
  .sec1 .greetings {
    width: 490px;
  }
  .sec1 div pre {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 20px;
  }
  .sec1 div p {
    font-size: 16px;
    color: #FFF;
    line-height: 1.8em;
  }
}
/* ------------------------------------------
  MAIN ＊会社情報＊
--------------------------------------------- */
#MAIN .sec2 {
  width: 100%;
  text-align: left;
}
#MAIN .sec2 .company_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#MAIN .sec2 .company_info_dt {
  width: 100%;
  padding: 3% 3% 0 3%;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
#MAIN .sec2 .text2 {
  letter-spacing: 1.5em;
}
#MAIN .sec2 .text3 {
  letter-spacing: 0.5em;
}
#MAIN .sec2 .company_info_dd {
  width: 94%;
  padding: 0 3% 3% 3%;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  line-height: 1.8em;
}
#MAIN .sec2 .company_info_dd .none {
  display: block;
  padding-right: -1em;
}
@media screen and (min-width:680px) { /* PC */
  #MAIN .sec2 .company_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #MAIN .sec2 .company_info_dt {
    width: 14%;
    padding: 3%;
    border-bottom: 1px solid #CCC;
    font-size: 16px;
    font-weight: normal;
  }
  #MAIN .sec2 .text2 {
    letter-spacing: 2em;
  }
  #MAIN .sec2 .company_info_dd {
    width: 74%;
    padding: 3%;
    font-size: 16px;
  }
  #MAIN .sec2 .company_info_dd .none {
    display: none;
  }
}
/* ------------------------------------------
  MAIN ＊沿革＊
--------------------------------------------- */
#MAIN .sec3 {
  width: 100%;
  margin-top: 120px;
  text-align: left;
}
#MAIN .sec3 h2 {
  text-align: center;
  margin-bottom: 20px;
}
#MAIN .sec3 .enkaku_info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#MAIN .sec3 .enkaku_info_dt {
  width: 100%;
  padding: 3% 3% 0 3%;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 500;
}
#MAIN .sec3 .text2 {
  letter-spacing: 1.5em;
}
#MAIN .sec3 .text3 {
  letter-spacing: 0.5em;
}
#MAIN .sec3 .enkaku_info_dd {
  width: 100%;
  padding: 0 3% 3% 3%;
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (min-width:680px) { /* PC */
  #MAIN .sec3 .enkaku_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #MAIN .sec3 .enkaku_info_dt {
    width: 14%;
    padding: 3%;
    font-size: 16px;
    font-weight: normal;
  }
  #MAIN .sec3 .text2 {
    letter-spacing: 2em;
  }
  #MAIN .sec3 .enkaku_info_dd {
    width: 74%;
    padding: 3%;
    font-size: 16px;
  }
}


/* CONTAINER_IMG */
#CONTAINER_IMG {
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  width: 100%;
  max-width: 1500px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) { /* 960px以上 */
  #CONTAINER_IMG {
    padding: 20px 20px 0 20px;
  }
}
.top_copy {
  padding: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  width: 100%;
}
.top_copy img {
  width: 70%;
}
.top_copy span {
  display: block;
  font-size: 140%;
  margin: 0 0 10px 0;
}
.top_copy p {
  font-size: 10px;
	line-height: 160%;
  font-weight: 200;
  font-style: normal;
  color: #000 !important;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) { /* 600px以上 */
	.top_copy img {
  width: 50%;
}
  .top_copy span {
    margin-bottom: 10px;
  }
  .top_copy p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) { /* 960px以上 */
  .top_copy span {
    margin-bottom: 30px;
  }
  .top_copy p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 10px;
  }
}

/* ------------------------------------------
  MAIN ＊GOOGLEMAP＊
--------------------------------------------- */
.googlemap {
  width: 100%;
  margin-top: 50px;
}
.googlemap iframe {
  height: 300px;
}
@media only screen and (min-width: 480px) and (max-width: 959px) {
  .googlemap {
    width: 100%;
  }
  .googlemap iframe {
    height: 380px;
  }
}
@media screen and (min-width: 960px) { /* PC */
  .googlemap {
    width: 100%;
  }
  .googlemap iframe {
    height: 480px;
  }
}