@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/

/*---共通---*/
.title-01._common {
  padding: 110px 20px 0;
  background: transparent;
  color: #000;
}

.title-01 article {
  border: 1px solid;
  border-color: #ddd transparent #ddd transparent;
  padding: 10px 0;
}

.title-01 h1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left !important;
  font-size: 30px;
}

/*---TOP---*/

.header-logo {
  margin-left: 20%;
}

.index-02 .Icon>div .box div {
  font-size:17px;
  height:46.5px;
  letter-spacing: -0.5px;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
}

.hn_copytxt h2{
  font-size:3.6rem;
  font-weight:600;
  padding-bottom:30px;
  font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho,
  'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.insta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.insta-wrap .sns_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  border: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.insta-wrap .sns_list div {
  width: 20% !important;
  border-bottom: none !important;
}

.insta-wrap .sns_list .sns_photo {
  width: 100% !important;
  padding-top: -10px !important;
}

.insta-wrap .sns_list .sns_photo img {
  width: 100% !important;
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.insta-wrap .sns_list .sns_text {
  display: none !important;
}

/*---Instagram---*/
.sns_list {
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap;
  border: none;
}

.sns_list > div {
  flex-direction: column;
  width: 50% !important;
  border-bottom: none !important;
  border: 0.5px solid #ccc;
}

.sns_list .sns_photo {
  min-width: 50% !important;
}

/*---会社概要---*/
.ocean {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1500px;
  clear: both;
  background-image: url(../images/common/ocian_view.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/

@media screen and (max-width:1200px){
/*----------------------------------------------------------------------------制作*/
/*---TOP---*/
  .index-02 .Icon>div .box div {
    font-size: 15.5px;
    line-height: 1.5;
  }
}


@media screen and (max-width: 834px) {
  /*----------------------------------------------------------------------------制作*/
  /*---TOP---*/
  .header-logo {
    margin-left: 15%;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px) {
  /*----------------------------------------------------------------------------制作*/
  /*---TOP---*/
  
  .index-02 .Icon>div .box div {
    font-size: 15px;
  }

  .flex-wrap {
    flex-direction: column;
  }
  /*----------------------------------------------------------------------------ディレクター*/
  /*----------------------------------------------------------------------------cs*/
}
