@charset "UTF-8";
/************************************
** 共通
************************************/
* {
  box-sizing: border-box;
}

.sec_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .sec_inner {
    padding: 0 20px;
  }
}

/************************************
** 画像トリミング
************************************/
.obj-fit-img {
  /*height :100%; ここの値を個別に設定*/
}
.obj-fit-img img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 460px;
}
@media screen and (max-width: 750px) {
  #mv {
    height: 160px;
  }
}
#mv .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  #mv .page_ttl {
    top: 40%;
  }
}
#mv .page_ttl .jp {
  font-size: 36px;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 750px) {
  #mv .page_ttl .jp {
    font-size: 24px;
    display: block;
    min-width: max-content;
  }
}
#mv .page_ttl .en {
  position: absolute;
  top: -10px;
  left: 185px;
}
@media screen and (max-width: 750px) {
  #mv .page_ttl .en {
    position: absolute;
    top: 30px;
    width: 160px;
    display: block;
    left: 60px;
  }
  #mv .page_ttl .en img {
    width: 100%;
  }
}

.cmn_tag_box {
  display: flex;
  border-left: 5px solid #6598B7;
  box-shadow: 25px 25px 5px 5px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 750px) {
  .cmn_tag_box {
    flex-wrap: wrap;
  }
}
.cmn_tag_box .img {
  width: 645px;
}
.cmn_tag_box .img img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .cmn_tag_box .img img {
    width: 100%;
  }
}
.cmn_tag_box .txt_area {
  width: 550px;
  background-image: url("../img/metal/cmn_tag_bg.png");
  padding: 0 47px 40px;
}
@media screen and (max-width: 750px) {
  .cmn_tag_box .txt_area {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.cmn_tag_box .txt_area .tag {
  display: inline-block;
  margin: 27px 0 32px -46px;
  font-size: 27px;
  line-height: 53.75px;
  letter-spacing: 2.7px;
  color: #1FA0BF;
  background: #FFFFFF;
  padding: 0 15px 0;
}
@media screen and (max-width: 750px) {
  .cmn_tag_box .txt_area .tag {
    margin: 20px 0 15px -20px;
    line-height: 1.4;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 750px) {
  .cmn_tag_box .txt_area .ttl {
    margin-top: 15px;
    text-align: center;
  }
  .cmn_tag_box .txt_area .ttl img {
    height: 35px;
  }
}
.cmn_tag_box .txt_area .detail {
  margin: 13px 0 0;
}

.detail {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.7px;
}
.detail.-white {
  color: #fff;
}

.cmn_card_list_sec {
  background: #F7F8F8;
}

.cmn_list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 95px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .cmn_list_01 {
    padding: 0 0 30px;
    display: block;
    background: #F4F4F4;
  }
}
@media screen and (max-width: 750px) {
  .cmn_list_01 {
    background: none;
  }
}
.cmn_list_01 .obj-fit-img img {
  width: 100%;
}
.cmn_list_01::after {
  content: "";
  background: #F4F4F4;
  bottom: 0;
  left: -76px;
  position: absolute;
  height: 300px;
  width: 1320px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .cmn_list_01::after {
    display: none;
  }
}
.cmn_list_01 .ttl {
  font-size: 18px;
  line-height: 43px;
  letter-spacing: 4.68px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  background: #1D9ABE;
  text-align: center;
}
.cmn_list_01 li {
  width: 340px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .cmn_list_01 li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cmn_list_01 .img.obj-fit-img img {
  height: 247px;
}
.cmn_list_01 .detail {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.84px;
  background: #fff;
  position: relative;
  padding: 15px 25px 20px;
}
.cmn_list_01 .detail::before {
  content: "";
  bottom: 0;
  right: 0;
  border-top: 2.8em solid transparent;
  border-right: 2.8em solid #1D9ABE;
  position: absolute;
  z-index: 100;
}

.sec_ttl {
  font-size: 27px;
  color: #1D9ABE;
}
@media screen and (max-width: 750px) {
  .sec_ttl {
    font-size: 20px;
  }
}
.sec_ttl.-white {
  color: #FFFFFF;
}

.clearfix, .box {
  min-height: 1px;
}
.clearfix::after, .box::after {
  content: ".";
  display: block;
  *display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.box .box_l {
  float: left;
}
.box .box_r {
  float: right;
}

/************************************
** 2カラムレイアウト（blog等）
************************************/
.col_2_container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 86px;
}
@media screen and (max-width: 750px) {
  .col_2_container {
    width: 100%;
    padding-bottom: 0;
  }
}

.main_col_2 {
  width: 965px;
  float: left;
}
@media screen and (max-width: 750px) {
  .main_col_2 {
    width: 100%;
  }
}

.sidebar {
  width: 200px;
  float: right;
  padding: 14px 0 0;
}
@media screen and (max-width: 750px) {
  .sidebar {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
  }
}
.sidebar .side_sec {
  padding-bottom: 15px;
}
.sidebar .side_sec .side_ttl {
  font-size: 16px;
  border-top: 3px solid #1D9ABE;
  border-bottom: 1px solid #1D9ABE;
  color: #1D9ABE;
  padding: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .sidebar .side_sec .side_ttl {
    line-height: inherit;
  }
}
.sidebar .side_sec .side_list li {
  font-size: 11px;
  margin-bottom: 11px;
  padding-left: 5px;
}
@media screen and (max-width: 750px) {
  .sidebar .side_sec .side_list li {
    padding-left: 8px;
  }
}
.sidebar .side_archive_sec h3 {
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 12px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .sidebar .side_archive_sec h3 {
    padding-left: 18px;
    font-weight: normal;
    margin-bottom: 16px;
  }
}
.sidebar .side_archive_sec .side_list {
  padding-left: 17px;
}
@media screen and (max-width: 750px) {
  .sidebar .side_archive_sec .side_list {
    font-size: 0;
    padding-left: 30px;
  }
}
.sidebar .side_archive_sec .side_list li {
  font-size: 16px;
  line-height: 1.65;
}
@media screen and (max-width: 750px) {
  .sidebar .side_archive_sec .side_list li {
    display: inline-block;
    margin: 0 0 25px;
    width: 33.33%;
    padding: 0 10px;
  }
}

/************************************
** clippng
************************************/
.clipping {
  position: relative;
  overflow: hidden;
}
.clipping img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: inherit;
}

/*# sourceMappingURL=common.css.map */
