/* header：
ヘッダー
------------------------------------- */
.l-header {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-header {
    margin-top: 0;
  }
}

/* main-visual：
メインヴィジュアル
------------------------------------- */

.l-header .main-visual {
  margin-top: 45px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-header .main-visual {
    margin-top: 17.6vw;
  }
}

.l-header .main-visual > div {
  width: 265px;
  height: 101px;
  margin: -71px auto 0;
  background: url(../images/general/icon/icon01.svg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 998;
}

@media screen and (max-width: 768px) {
  .l-header .main-visual > div {
    width: 45.86vw;
    height: 17.6vw;
    margin-top: -9.6vw;
  }
}

.l-header .main-visual > div img {
  width: 30px;
  height: 35px;
  display: block;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .l-header .main-visual > div img {
    padding-top: 8.53vw;
    width: 5.33vw;
    height: 6.13vw;
  }
}

.l-header .main-visual img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 110px);
  margin: 0 auto;
  height: 577px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .l-header .main-visual img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

/* main：
メインコンテンツ
------------------------------------- */
.l-main {
  width: 100%;
  margin: 160px auto 0;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 24.3vw;
  }
}


.l-main > div:nth-of-type(1) {
  width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .l-main > div:nth-of-type(1) {
    width: 86.66%;
  }
}

/* main：
左コンテンツ
------------------------------------- */
.l-main > div:nth-of-type(1) > div:nth-of-type(1) {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .l-main > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-left: 0;
  }
}

.l-main > div:nth-of-type(1) > div:nth-of-type(1) h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .l-main > div:nth-of-type(1) > div:nth-of-type(1) h2 {
    font-size: 22px;
    font-size: 5.86667vw;
    letter-spacing: 0.02em;
    line-height: 1.72;
  }
}

.l-main > div:nth-of-type(1) > div:nth-of-type(1) h2:before {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .l-main > div:nth-of-type(1) > div:nth-of-type(1) h2:before {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-bottom: 3.5vw;
  }
}

/* main：
右コンテンツ
------------------------------------- */
.l-main > div:nth-of-type(1) > div:nth-of-type(2) {
  width: 623px;
  display: block;
}

@media screen and (max-width: 768px) {
  .l-main > div:nth-of-type(1) > div:nth-of-type(2) {
    display: none;
  }
}

.l-main > div:nth-of-type(1) > div:nth-of-type(2) p {
  font-size: 17px;
  line-height: 2.29;
}

.l-main > div:nth-of-type(1) > div:nth-of-type(2) p + p {
  margin-top: 36px;
}

/* main：
メイン画像下部画像
------------------------------------- */
.l-main > img {
  display: block;
  width: 1300px;
  margin: 96px auto 0;
}

@media screen and (max-width: 768px) {
  .l-main > img {
    margin: 6.93vw auto 0;
    width: 86.66%;
  }
}

/* main：
スマホのみ
------------------------------------- */
.l-main .l-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-main .l-sp {
    margin: 8vw auto 0;
    width: 86.66%;
    display: block;
  }
}

.l-main .l-sp p {
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 2.07;
  letter-spacing: 0.06em;
}

.l-main .l-sp p:nth-of-type(2) {
  margin-top: 6vw;
}


/* main：
通常コンテンツ
------------------------------------- */
.l-clm {
  margin: 196px auto 0;
  padding-bottom: 154px;
}

@media screen and (max-width: 768px) {
  .l-clm {
    margin-top: 24.53vw;
    padding-bottom: 0;
  }
}




/* footer：
パンクズリスト
------------------------------------- */
ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 66px;
}

ul.breadcrumbs li a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
  display: block;
}

@media screen and (max-width: 768px) {
  ul.breadcrumbs li a {
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

ul.breadcrumbs li:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.breadcrumbs li:nth-of-type(1) a:before {
  content: "";
  display: block;
  width: 22px;
  padding-top: 24px;
  background: url(../images/general/icon/icon03.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
 ul.breadcrumbs li:nth-of-type(1) a:before {
    width: 4.53vw;
    padding-top: 5.06vw;
    margin-right: 0.53vw;
  }
}

ul.breadcrumbs li:nth-of-type(n+2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.breadcrumbs li:nth-of-type(n+2) a:before {
  content: "";
  display: block;
  width: 4px;
  padding-top: 5px;
  background: url(../images/general/icon/icon04.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  ul.breadcrumbs li:nth-of-type(n+2) a:before {
    width: 0.8vw;
    padding-top: 1.33vw;
    margin-right: 1vw;
  }
}

ul.breadcrumbs li + li {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  ul.breadcrumbs li + li {
    margin-left: 1vw;
  }
}


/* footer：
フッター
------------------------------------- */
.l-footer {
  margin-top: 17px !important;
}
