@charset "utf-8";
@media print,screen{
.l-main{margin: 0;}
/* メインビジュアルエリア */
.l-diamondstory-mainVisual{
  background-image: url(/corporate/diamondstory/images/pc_main_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom:solid #dbdad6 1px;
}
@media screen and (max-width: 767px){
  .l-diamondstory-mainVisual{
    background: none;
  }
}
.l-diamondstory-mainVisual h1{
  text-align: center;
  max-width: 950px;
  margin:0 auto;
}

.l-diamondstory-anchorLink-button{
  max-width: 1340px;
  margin: 0 auto;
  text-align: right;
  margin-top: -196px;
}
.l-diamondstory-anchorLink-button a img{
  display: inline;
}
@media screen and (max-width: 767px){
  .l-diamondstory-anchorLink-button{
    margin-top: -38%;
    margin-bottom: 10%;
  }
  .l-diamondstory-anchorLink-button a img{
    width: 28%;
  }
}

/* ナビリンクエリア */
@media screen and (min-width: 768px){
  .l-diamondstory-navLink{
    max-width: 623px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .l-diamondstory-navLink-inner{
    display: flex;
  }
  .m-diamondstory-navLink{
    list-style: none;
    border-left:solid #e30200 2px;
    padding: 0 20px;
  }
  .m-diamondstory-navLink-last{
    border-right:solid #e30200 2px;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-navLink{
    margin: 0 20px;
    padding-top: 35px;
  }
  .l-diamondstory-navLink-inner{
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .m-diamondstory-navLink{
    list-style: none;
    padding-top: 5px;
  }
  .m-diamondstory-navLink a{
    border-left:solid #e30200 2px;
    border-right:solid #e30200 2px;
    padding: 0 20px;
  }
}

/* エリア共通 */
.l-diamondstory-leadText,
.l-diamondstory-carousel,
.l-diamondstory-contents-02,
.l-diamondstory-headingH2{
  max-width: 990px;
  margin:0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-diamondstory-contents-01,
.l-diamondstory-contents-03{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 20px;
}
.l-diamondstory-contents-01 .l-diamondstory-2column{
  max-width: 950px;
  margin:0 auto;
  background-color: #fff;
  border-radius: 6px;
}
.l-diamondstory-contents-03 .l-diamondstory-2column{
  max-width: 950px;
  margin:0 auto;
  background-color: #fff;
  border-radius: 6px;
}
.l-diamondstory-contents-03 .l-diamondstory-2column02{
  max-width: 950px;
  margin:0 auto;
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
}
.l-diamondstory-contents-03-logo{
  max-width: 950px;
  margin:0 auto;
  background-color: #fff;
  border-radius: 0px 0px 6px 6px;
}

.l-diamondstory-contents-01 .l-diamondstory-2column-inner01,
.l-diamondstory-contents-03 .l-diamondstory-2column-inner01{
  text-align: center;
}
@media screen and (min-width: 768px){
  .l-diamondstory-contents-01 .l-diamondstory-2column{
    display: flex;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-01 .l-diamondstory-2column{
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px){
  .l-diamondstory-contents-03 .l-diamondstory-2column{
    display: flex;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-03 .l-diamondstory-2column{
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px){
  .l-diamondstory-contents-03 .l-diamondstory-2column02{
    display: flex;
    padding: 50px 40px 10px 40px;
  }
  .l-diamondstory-contents-03-logo{
    padding: 20px 40px 50px 40px;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-03 .l-diamondstory-2column02{
    padding: 30px 20px 10px 20px;
  }
  .l-diamondstory-contents-03-logo{
    padding: 10px 20px 30px 20px;
  }
}

.l-diamondstory-margin-bottom{
  margin-bottom: 200px;
}
@media screen and (max-width: 767px){
  .l-diamondstory-margin-bottom{
    margin-bottom: 100px;
  }
}

/* 「新しいウィンドウ」のアイコン */
.m-external{
  width: 1em;
  height: 1em;
}

/* リードテキストエリア */
@media screen and (min-width: 768px){
  .l-diamondstory-leadText{
    padding-top: 60px;
}
.l-diamondstory-leadText p{
  text-align: center;
}
}
@media screen and (max-width: 767px){
  .l-diamondstory-leadText{
    padding-top: 30px;
  }
}

/* カルーセルエリア */
@media screen and (min-width: 768px){
  .l-diamondstory-carousel{
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px){
  .l-diamondstory-carousel{
    padding-top: 30px;
  }
}

.m-diamondstory-moreBtn p{
  text-align: center;
}
.m-diamondstory-moreBtn a{
  border: solid #000 1px;
  border-radius: 6px;
  padding: 15px 120px;
  font-weight: bold;
}
.m-diamondstory-moreBtn .m-txtLink::before{
  left: 80%;
  top: 1.3em;
}
@media screen and (max-width: 767px){
  .m-diamondstory-moreBtn a{
    width: 100%;
    padding: 15px 120px;
  }
  .m-diamondstory-moreBtn .m-txtLink::before{
    top: 1.5em;
  }
}

/* H2タイトル */
.m-diamondstory-headingH2{
  text-align: center;
  color: #e30200;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
  .m-diamondstory-headingH2{
    font-size: 24px;
  }
}

/* H2アイコン */
.l-diamondstory-headingH2-icon .m-diamondstory-headingH2{
  position: relative;
  font-size: 34px;
  margin-bottom: 0px !important;
}
.l-diamondstory-headingH2-icon .m-diamondstory-headingH2::before{
  content: "";
  position: absolute;
  z-index: -1;
  background: url(/corporate/diamondstory/images/heading_icon.png) center center no-repeat;
  width: 103px;
  height: 55px;
  margin-left: -1.5em;
  margin-top: -0.6em;
}
@media screen and (max-width: 767px){
  .l-diamondstory-headingH2-icon .m-diamondstory-headingH2{
    font-size: 30px;
  }
  .l-diamondstory-headingH2-icon .m-diamondstory-headingH2::before{
    margin-top: -0.9em;
  }
}

/* コンテンツエリア */
/*contents-01*/
.l-diamondstory-contents-01{
  background-image: url(/corporate/diamondstory/images/pc_contents_bg_01.png);
}
.l-diamondstory-contents-01 .m-diamondstory-text-01{
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .l-diamondstory-contents-01{
    margin-top: 130px;
  }
  .l-diamondstory-contents-01 .l-diamondstory-2column-inner01{
    width: 48%;
  }
  .l-diamondstory-contents-01 .l-diamondstory-2column-inner02{
    width: 52%;
    margin-left: 30px;
  }
  .l-diamondstory-contents-01 .m-diamondstory-text-01{
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-01{
    background-image: url(/corporate/diamondstory/images/sp_contents_bg_01.png);
    margin-top: 80px;
  }
  .l-diamondstory-contents-01 .l-diamondstory-2column-inner01{
    margin-bottom: 40px;
  }
  .l-diamondstory-contents-01 .m-diamondstory-text-01{
    font-size: 20px;
    line-height: 1.8;
  }
}

/*contents-02*/
@media screen and (min-width: 768px){
  .l-diamondstory-contents-02{
    padding-top: 100px;
  }
  .l-diamondstory-contents-02 p{
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-02{
    padding-top: 60px;
  }
}

/*contents-03*/
.l-diamondstory-contents-03{
  background-image: url(/corporate/diamondstory/images/pc_contents_bg_02.png);
}
.l-diamondstory-contents-03 .l-diamondstory-2column-inner02 h4{
  color: #e30200;
  padding-top: 10px;
}
.l-diamondstory-contents-03 .l-diamondstory-2column-inner02 p{
  line-height: 2;
}
.l-diamondstory-contents-03 .l-diamondstory-2column-inner02 .m-diamondstory-text-03{
  font-weight: bold;
}
.l-diamondstory-contents-03 .l-diamondstory-2column-inner02 a{
  text-decoration: none;
}
.l-diamondstory-contents-03 .l-diamondstory-2column-inner02 a:hover{
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 768px){
  .l-diamondstory-contents-03{
    margin-top: 130px;
  }
  .l-diamondstory-contents-03 .l-diamondstory-2column-inner01{
    width: 24%;
  }
  .l-diamondstory-contents-03 .l-diamondstory-2column-inner02{
    width: 76%;
    margin-left: 30px;
  }
  .l-diamondstory-contents-03 .l-diamondstory-2column-inner02 .m-diamondstory-text-03{
    font-size: 22px;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-03{
    background-image: url(/corporate/diamondstory/images/sp_contents_bg_02.png);
    margin-top: 80px;
  }
  .l-diamondstory-contents-03 .l-diamondstory-2column-inner01{
    margin-bottom: 40px;
  }
  .l-diamondstory-contents-03 .l-diamondstory-2column-inner02 .m-diamondstory-text-03{
    font-size: 18px;
  }
}

.l-diamondstory-contents-03-logo{
  text-align: center;
}

/*contents-04*/
.l-diamondstory-contents-04{
  max-width: 700px;
  margin:0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px){
  .l-diamondstory-contents-04{
    padding-top: 120px;
    margin-bottom: 200px;
  }
  .l-diamondstory-contents-04 .l-diamondstory-2column{
    display: flex;
  }
  .l-diamondstory-contents-04 .l-diamondstory-2column-inner01{
    width: 37%;
  }
  .l-diamondstory-contents-04 .l-diamondstory-2column-inner02{
    width: 63%;
    margin: 1.2em 0 0 1.2em;
  }
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-04{
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .l-diamondstory-contents-04 .l-diamondstory-2column{
    text-align: center;
  }
  .l-diamondstory-contents-04 .l-diamondstory-2column-inner01{
    margin: 0 70px 10px 70px;
  }
}

/*contents-05*/
.l-diamondstory-contents-05{
  background-image: url(/corporate/diamondstory/images/pc_contents_bg_01.png) !important;
}
.l-diamondstory-contents-05 .l-diamondstory-2column-inner01 p{
  padding-top: 20px;
}
.l-diamondstory-contents-05 .l-diamondstory-2column-inner01 .m-diamondstory-text-03{
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .l-diamondstory-contents-05{
    background-image: url(/corporate/diamondstory/images/sp_contents_bg_01.png) !important;
  }
  .l-diamondstory-contents-05 .l-diamondstory-2column-inner01 .m-diamondstory-text-03{
    font-size: 18px;
  }
}

}

.l-diamondstory-contents-02 .bnr a {
	display: block;
	text-align: center;
}