@charset "utf-8";

@media (max-width: 1119px) {
  .pc:not(body) {
    display: none;
  }
}

.st-GlobalFooter_PageTop {
  z-index: 1;
}

/* Scroll Animation */

[data-scroll-animation="page-header"] > * {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 1000ms 150ms, transform 700ms 150ms;
}

[data-scroll-animation="page-header"] .introduction,
[data-scroll-animation="page-header"] .image {
  transition: opacity 1000ms 300ms, transform 700ms 300ms;
}

[data-scroll-animation="page-header"].animate > * {
  opacity: 1;
  transform: translate(0, 0);
}

[data-scroll-animation="section-header"] > * {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 800ms, transform 500ms;
}

[data-scroll-animation="section-header"] p {
  transition: opacity 800ms 100ms, transform 500ms 100ms;
}

[data-scroll-animation="section-header"].animate > * {
  opacity: 1;
  transform: translate(0, 0);
}

[data-scroll-animation="common-dl01"] > div {
  opacity: 0;
  transform: translate(0, 40px);
  transition: opacity 800ms, transform 500ms;
}

[data-scroll-animation="common-dl01"] > div:nth-child(2) {
  transition: opacity 800ms 150ms, transform 500ms 150ms;
}

[data-scroll-animation="common-dl01"] > div:nth-child(3) {
  transition: opacity 800ms 300ms, transform 500ms 300ms;
}

[data-scroll-animation="common-dl01"] > div:nth-child(4) {
  transition: opacity 800ms 450ms, transform 500ms 450ms;
}

[data-scroll-animation="common-dl01"] > div:nth-child(5) {
  transition: opacity 800ms 600ms, transform 500ms 600ms;
}

[data-scroll-animation="common-dl01"].animate > div {
  opacity: 1;
  transform: translate(0, 0);
}

[data-scroll-animation="block02-section"],
[data-scroll-animation="block03-section"],
[data-scroll-animation="comment"] {
  opacity: 0;
  transition: opacity 500ms;
}

[data-scroll-animation="block02-section"].animate,
[data-scroll-animation="block03-section"].animate,
[data-scroll-animation="comment"].animate {
  opacity: 1;
}

[data-scroll-animation="block02-section"] > *,
[data-scroll-animation="block03-section"] > *,
[data-scroll-animation="comment"] > * {
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity 800ms 300ms, transform 500ms 300ms;
}

[data-scroll-animation="block02-section"] > p,
[data-scroll-animation="block03-section"] > .body,
[data-scroll-animation="comment"] p {
  transition: opacity 800ms 450ms, transform 500ms 450ms;
}

[data-scroll-animation="block02-section"] > footer,
[data-scroll-animation="block03-section"] > .link {
  transition: opacity 800ms 600ms, transform 500ms 600ms;
}

[data-scroll-animation="block02-section"].animate > *,
[data-scroll-animation="block03-section"].animate > *,
[data-scroll-animation="comment"].animate > * {
  opacity: 1;
  transform: translate(0, 0);
}

#semicon {
  --section01-color1: #6369AF;
  --section01-color2: rgba(99, 105, 175, .08);
  --section01-grad1: linear-gradient(to bottom, #FFFFFF, #F9FAFE);
  --section02-color1: #1E2975;
  --section02-color2: rgba(30, 41, 117, .08);
  --section02-grad1: linear-gradient(to bottom, #FFFFFF, #F8F9FF);
  --section02-shadow: rgba(65, 89, 255, .16);
  --section03-color1: #1D213D;
  --section03-color2: rgba(29, 33, 61, .08);
  --section03-grad1: linear-gradient(to bottom, #FFFFFF, #F3F4F5);
  --section03-shadow: rgba(121, 38, 255, .16);
  --section04-color1: #5D2548;
  --section04-color2: rgba(255, 121, 157, .08);
  --section04-grad1: linear-gradient(to bottom, #FFFFFF, #FFFBFC);
  --section04-shadow: rgba(122, 58, 75, .16);
  --section05-color1: #97003D;
  --section05-grad1: linear-gradient(to bottom, rgba(242, 241, 241, 0), rgba(0, 0, 0, .05));
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
}

#semicon > header {
  position: relative;
  height: 714px;
  padding: 50px max(40px, calc(50vw - 520px)) 0;
  background: url(../img/main-bg.png) no-repeat center bottom / cover;
}

@media (min-width: 2344px) {
  #semicon > header {
    background-size: 2344px auto;
  }
}

#semicon > header::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50vw + 263px);
  border-top: 382px solid #fff;
  border-left: 455px solid #fff;
  border-right: 455px solid transparent;
  border-bottom: 382px solid transparent;
  z-index: 0;
}

#semicon > header::after {
  content: "";
  position: absolute;
  /* top: 0; */
  bottom: 0;
  left: calc(50vw + 323px);
  border-top: 357px solid transparent;
  border-left: 425px solid transparent;
  border-right: 425px solid #fff;
  border-bottom: 357px solid #fff;
  z-index: 0;
}

#semicon > header .image {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% + 200px);
  width: 360px;
  height: 300px;
  background: url(../img/main-image.png) no-repeat center / contain;
  z-index: 1;
}

#semicon > header h1 img {
  position: relative;
  width: 470px;
  height: auto;
  margin: -22px 0 0 -22px;
  z-index: 2;
}

#semicon > header .introduction {
  position: relative;
  width: 680px;
  margin: 60px 0 0;
  padding: 32px 56px;
  background-color: rgba(255, 255, 255, .7);
  backdrop-filter: blur(10px);
  z-index: 2;
}

#semicon > header .introduction p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

#semicon > header .introduction p + p {
  margin-top: 32px;
}

#semicon > header .introduction p strong {
  background: linear-gradient(transparent 30%, rgba(255, 255, 0, .5) 70%);
}

#semicon .page-nav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
}

#semicon .page-nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

#semicon .page-nav ul li {
  position: relative;
  width: 88px;
  overflow: hidden;
  box-shadow: -3px 8px 22px rgb(37, 42, 77, .16);
  background-color: #fff;
}

#semicon .page-nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 7px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid transparent;
  transition: border-width 200ms;
  z-index: 0;
}

#semicon .page-nav ul li:hover::before {
  border-top-width: 105px;
  border-left-width: 120px;
  border-right-width: 120px;
  border-bottom-width: 105px;
}

#semicon .page-nav ul li:nth-child(1)::before {
  border-top-color: var(--section01-color1);
  border-left-color: var(--section01-color1);
}

#semicon .page-nav ul li:nth-child(2)::before {
  border-top-color: var(--section02-color1);
  border-left-color: var(--section02-color1);
}

#semicon .page-nav ul li:nth-child(3)::before {
  border-top-color: var(--section03-color1);
  border-left-color: var(--section03-color1);
}

#semicon .page-nav ul li:nth-child(4)::before {
  border-top-color: var(--section04-color1);
  border-left-color: var(--section04-color1);
}

#semicon .page-nav ul li:nth-child(5)::before {
  border-top-color: var(--section05-color1);
  border-left-color: var(--section05-color1);
}

#semicon .page-nav ul li a {
  display: block;
  position: relative;
  padding: 7px 0 10px 16px;
  text-decoration: none;
  color: #000331;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  z-index: 1;
}

#semicon .page-nav ul li a span:first-child {
  display: inline-block;
  font-size: 11px;
}

#semicon .page-nav ul li a span:last-child {
  display: inline-block;
  color: var(--section05-color1);
}

#semicon .page-nav ul li a:hover,
#semicon .page-nav ul li a:hover span {
  color: #fff;
}


/* コンテンツ */

#semicon .common-section {
  position: relative;
  padding: 0 max(40px, calc(50vw - 520px)) 128px;
  overflow: hidden;
}

@media (min-width: 1120px) {
  #semicon .common-section header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 64px 0;
  }

  #semicon .common-section header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 378px solid transparent;
    border-left: 450px solid transparent;
    border-right: 450px solid transparent;
    border-bottom: 378px solid transparent;
    z-index: 0;
  }

  #semicon .common-section header h2 {
    position: relative;
    color: #fff;
    z-index: 1;
    margin-left: -50px;
  }

  #semicon .common-section header h2 span:first-child {
    display: block;
    font-size: 24px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:nth-child(2):not(:last-child) {
    display: block;
    margin: 26px 0 -6px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header h2 strong {
    display: block;
    margin-top: 15px;
    font-size: 42px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:last-child {
    display: block;
    margin-top: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header p {
    width: 500px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
  }

  #semicon .section01 header::before {
    border-top-color: var(--section01-color1);
    border-left-color: var(--section01-color1);
  }

  #semicon .section02 header::before {
    border-top-color: var(--section02-color1);
    border-left-color: var(--section02-color1);
  }

  #semicon .section03 header::before {
    border-top-color: var(--section03-color1);
    border-left-color: var(--section03-color1);
  }

  #semicon .section04 header::before {
    border-top-color: var(--section04-color1);
    border-left-color: var(--section04-color1);
  }

  #semicon .section05 header::before {
    border-top-color: var(--section05-color1);
    border-left-color: var(--section05-color1);
  }
}

#semicon .section01 header p {color: var(--section01-color1);}
#semicon .section02 header p {color: var(--section02-color1);}
#semicon .section03 header p {color: var(--section03-color1);}
#semicon .section04 header p {color: var(--section04-color1);}
#semicon .section05 header p {color: var(--section05-color1);}

#semicon .common-section .block01 {
  padding-left: 400px;
}

#semicon .common-dl01 {

}

#semicon .common-dl01 div {
  position: relative;
  padding: 0 234px 30px 16px;
}

#semicon .common-dl01 div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 120px;
  height: 120px;
  z-index: 0;
}

#semicon .common-dl01 div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#semicon .common-dl01 div:not(:first-child) {
  padding-top: 32px;
  border-top: 1px solid rgba(30, 41, 117, .1);
}

#semicon .common-dl01 div:not(:first-child)::before {
  top: 32px;
}

#semicon .common-dl01 div dt {
  position: relative;
  padding: 40px 0 0 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  z-index: 1;
}

#semicon .common-dl01 div dd {
  position: relative;
  margin: 0;
  padding: 23px 0 0 40px;
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  z-index: 1;
}

#semicon .common-section .block02 {
  position: relative;
  z-index: 1;
}

#semicon .common-section .block02 section {
  position: relative;
  margin-top: 16px;
  padding: 28px 40px 32px 40px;
  border-radius: 8px;
  background-color: #fff;
}

#semicon .common-section .block02 section::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 120px;
  height: 120px;
  background: url(../img/section-decoration.svg) no-repeat center / contain;
}

#semicon .common-section .block02 section h3 {
  padding-right: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}

#semicon .common-section .block02 section > p {
  width: 880px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

#semicon .common-section .block02 section footer {
  display: flex;
  gap: 24px;
  align-items: start;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid #E6E6E6;
}

#semicon .common-section .block02 section footer p {
  width: 118px;
  text-align: center;
  color: #252A4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  background-color: #F3F3FE;
}

#semicon .common-section .block02 section footer ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#semicon .common-section .block02 section footer ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

#semicon .common-section .block02 section footer ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #333333;
  transition: color 200ms;
}

#semicon .common-section .block02 section footer ul li a::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 8px;
  margin-left: 12px;
  vertical-align: middle;
  background: url(../img/link-arrow.svg) no-repeat center / contain;
  transition: transform 200ms;
}

#semicon .common-section .block02 section footer ul li a:hover {
  color: #B40137;
}

#semicon .common-section .block02 section footer ul li a:hover::after {
  transform: translate(8px, 0);
}

#semicon .common-section .block02 .common-dl01 {
  margin-top: 48px;
}

#semicon .common-section .block03 {
  position: relative;
  z-index: 1;
}

#semicon .common-section .block03::before {
  content: "";
  display: block;
  position: absolute;
  top: 266px;
  left: calc(50% + 100px);
  width: 700px;
  height: 520px;
  background: url(../img/section05-image.png) no-repeat center / contain;
  mix-blend-mode: multiply;
  z-index: 0;
}

#semicon .common-section .block03 section {
  position: relative;
  z-index: 1;
}

#semicon .common-section .block03 section:not(:first-child) {
  margin-top: 40px;
}
#semicon .common-section .block03 section .block03-inner {
  padding: 44px 64px 48px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .85);
}
#semicon .common-section .block03 section h3 {
  font-size: 24px;
  line-height: 34px;
}

#semicon .common-section .block03 section .body {
  margin-top: 28px;
}

#semicon .common-section .block03 section .body p {
  font-size: 16px;
  line-height: 32px;
}

#semicon .common-section .block03 .section05-1 .body {
  height: 214px;
  background: url(../img/section05-1-image.png) no-repeat right 0 top 0 / 297px 214px;
}

#semicon .common-section .block03 .section05-1 .body p {
  width: 580px;
}

#semicon .common-section .block03 section .link {
  margin-top: 24px;
}

#semicon .common-section .block03 section .link a {
  display: block;
  position: relative;
  width: 553px;
  padding-left: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 58px;
  background-color: #000331;
}

#semicon .common-section .block03 section .link a::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  width: 48px;
  height: 8px;
  background: url(../img/link-arrow-white.svg) no-repeat center / contain;
  transition: right 200ms;
}

#semicon .common-section .block03 section .link a:hover::after {
  right: 12px;
}


/* 各種イラスト */

#semicon .common-dl01 .item01 {
  min-height: 162px;
}

#semicon .common-dl01 .item01::after {
  background: url(../img/illusts/01.svg) no-repeat right 16px top 56px / 166px 130px;
}

#semicon .common-dl01 .item02 {
  min-height: 172px;
}

#semicon .common-dl01 .item02::after {
  background: url(../img/illusts/02.svg) no-repeat right 16px top 86px / 200px 140px;
}

#semicon .common-dl01 .item03 {
  min-height: 192px;
}

#semicon .common-dl01 .item03::after {
  background: url(../img/illusts/03.svg) no-repeat right 16px top 0 / 185px 160px;
}

#semicon .common-dl01 .item03 {
  min-height: 244px;
}

#semicon .common-dl01 .item04::after {
  background: url(../img/illusts/04.svg) no-repeat right 16px top 32px / 180px 180px;
}

#semicon .common-dl01 .item05 {
  min-height: 232px;
}

#semicon .common-dl01 .item05::after {
  background: url(../img/illusts/05.svg) no-repeat right 16px top 0 / 140px 200px;
}

#semicon .common-dl01 .item06 {
  min-height: 264px
}

#semicon .common-dl01 .item06::after {
  background: url(../img/illusts/06.svg) no-repeat right 16px top 32px / 140px 200px;
}

#semicon .common-dl01 .item07 {
  min-height: 232px;
}

#semicon .common-dl01 .item07::after {
  background: url(../img/illusts/07.svg) no-repeat right 160px top 0 / 160px 200px;
}

#semicon .common-dl01 .item08 {
  min-height: 324px;
}

#semicon .common-dl01 .item08 dd p {
  width: 640px;
}

#semicon .common-dl01 .item08::after {
  background: url(../img/illusts/08.svg) no-repeat right 23px top 32px / 280px 260px;
}

#semicon .common-dl01 .item09 {
  min-height: 208px;
}

#semicon .common-dl01 .item09::after {
  background: url(../img/illusts/09.svg) no-repeat right 208px top 0 / 176px 176px;
}

#semicon .common-dl01 .item10 {
  min-height: 208px;
}

#semicon .common-dl01 .item10::after {
  background: url(../img/illusts/10.svg) no-repeat right 480px top 0 / 176px 176px;
}

#semicon .common-dl01 .item11 {
  min-height: 168px;
}

#semicon .common-dl01 .item11 dd p {
  width: 600px;
}

#semicon .common-dl01 .item11::after {
  background: url(../img/illusts/11.svg) no-repeat right 144px top 23px / 200px 136px;
}

#semicon .common-dl01 .item12 {
  min-height: 240px;
}

#semicon .common-dl01 .item12::after {
  background: url(../img/illusts/12.svg) no-repeat right 315px top 32px / 200px 176px;
}

#semicon .common-dl01 .item13 {
  min-height: 138px;
}

#semicon .common-dl01 .item13::after {
  background: url(../img/illusts/13.svg) no-repeat right 290px top 0 / 200px 106px;
}

#semicon .common-dl01 .item14 {
  min-height: 234px;
}

#semicon .common-dl01 .item14::after {
  background: url(../img/illusts/14.svg) no-repeat right 16px top 32px / 160px 170px;
}

#semicon .common-dl01 .item15 {
  min-height: 232px;
  margin-left: 124px;
}

#semicon .common-dl01 .item15::after {
  background: url(../img/illusts/15.svg) no-repeat right 0 top 0 / 180px 200px;
}

#semicon .common-dl01 .item16 {
  min-height: 232px;
}

#semicon .common-dl01 .item16::after {
  background: url(../img/illusts/16.svg) no-repeat right 392px top 0 / 180px 200px;
}

#semicon .common-dl01 .item17 {
  min-height: 216px;
}

#semicon .common-dl01 .item17::after {
  background: url(../img/illusts/17.svg) no-repeat right 225px top 0 / 180px 184px;
}

#semicon .common-dl01 .item17 {
  min-height: 182px;
}

#semicon .common-dl01 .item18 dd p {
  width: 480px;
}

#semicon .common-dl01 .item18::after {
  background: url(../img/illusts/18.svg) no-repeat right 72px top 0 / 392px 150px;
}

#semicon .common-dl01 .item19 {
  margin-right: -10px;
  padding-right: 0;
}


/* section01 */

#semicon .section01 {
  background: var(--section01-grad1);
}

#semicon .section01 .common-dl01 div::before {
  background-color: var(--section01-color2);
}


/* section02 */

#semicon .section02 {
  background: var(--section02-grad1);
}

#semicon .section02 .common-dl01 div::before {
  background-color: var(--section02-color2);
}

#semicon .section02 .block02 section {
  box-shadow: -3px 8px 22px var(--section02-shadow);
}


/* section03 */

#semicon .section03 {
  background: var(--section03-grad1);
}

#semicon .section03 .common-dl01 div::before {
  background-color: var(--section03-color2);
}

#semicon .section03 .block02 section {
  box-shadow: -3px 8px 22px var(--section03-shadow);
}


/* section04 */

#semicon .section04 {
  background: var(--section04-grad1);
}

#semicon .section04 .common-dl01 div::before {
  background-color: var(--section04-color2);
}

#semicon .section04 .block02 section {
  box-shadow: -3px 8px 22px var(--section04-shadow);
}


/* section05 */

#semicon .section05 {
  background: var(--section05-grad1);
}

#semicon .section05 header {
  margin-bottom: 80px;
}

#semicon .section05 .common-dl01 div::before {
  background-color: var(--section05-color2);
}


#semicon .section05 .comment {
  position: relative;
  margin-top: 80px;
  height: 40px;
}
#semicon .section05 .comment p ,
#semicon .section05 .comment a {
  font-size: 13px;
  color: #000;
  text-align: right;
  transition: color 200ms;
}
#semicon .section05 .comment a:hover {
  color: #B40137;
}

/* --------------------------------------------------
 * Tablet
 */

@media (max-width: 1119px) and (min-width: 768px) {
  #semicon > header {
    min-height: 719px;
    height: auto;
  }

  #semicon > header .image {
    left: auto;
    right: 16px;
    bottom: -24px;
  }

  #semicon > header h1 img {
  }

  #semicon > header .introduction {
    /* width: 656px; */
    width: calc(100% - 320px);
    height: auto;
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  #semicon .page-nav {
    display: none;
  }


  /* コンテンツ */

  #semicon .common-section {
  }

  #semicon .common-section header {
  }

  #semicon .common-section header h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 222px;
    margin: 0 -40px;
    padding: 0 40px;
    color: #fff;
  }

  #semicon .section01 header h2 {background-color: var(--section01-color1);}
  #semicon .section02 header h2 {background-color: var(--section02-color1);}
  #semicon .section03 header h2 {background-color: var(--section03-color1);}
  #semicon .section04 header h2 {background-color: var(--section04-color1);}
  #semicon .section05 header h2 {background-color: var(--section05-color1);}

  #semicon .common-section header h2 span:first-child {
    display: block;
    font-size: 24px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:nth-child(2):not(:last-child) {
    display: block;
    margin: 26px 0 -6px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header h2 strong {
    display: block;
    margin-top: 15px;
    font-size: 42px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:last-child {
    display: block;
    margin-top: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header p {
    width: auto;
    margin: 84px 0 80px;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
  }

  #semicon .common-section .block01 {
    padding-left: 0;
  }

  #semicon .common-dl01 {
    margin-left: -8px;
  }

  #semicon .common-dl01 div {
    position: relative;
    padding: 0 210px 30px 8px;
  }

  #semicon .common-dl01 div::before {
    left: 0;
  }

  #semicon .common-section .block02 section {
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 80px;
  }

  #semicon .common-section .block02 section h3 {
    padding-right: 40px;
  }

  #semicon .common-section .block02 section > p {
    width: auto;
  }

  #semicon .common-section .block02 section footer {
    margin-right: -40px;
  }

  #semicon .common-section .block02 .common-dl01 {
    margin-top: 48px;
  }

  #semicon .common-section .block03 .section05-1 .body {
    height: auto;
  }

  #semicon .common-section .block03 .section05-1 .body p {
    width: calc(100% - 350px);
  }


  /* 各種イラスト */

  #semicon .common-dl01 .item01::after {
    background-position: right 0 top 56px;
  }

  #semicon .common-dl01 .item02::after {
    background-position: right 0 top 86px;
  }

  #semicon .common-dl01 .item03::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item04::after {
    background-position: right 0 top 32px;
  }

  #semicon .common-dl01 .item05::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item06::after {
    background-position: right 0 top 32px;
  }

  #semicon .common-dl01 .item07::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item08 {
    padding-right: 300px;
  }

  #semicon .common-dl01 .item08 dd p {
    width: auto;
  }

  #semicon .common-dl01 .item08::after {
    background-position: right 0 top 32px;
  }

  #semicon .common-dl01 .item09::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item10::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item11 dd p {
    width: auto;
  }

  #semicon .common-dl01 .item11::after {
    background-position: right 0 top 23px;
  }

  #semicon .common-dl01 .item12::after {
    background-position: right 0 top 32px;
  }

  #semicon .common-dl01 .item13::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item14::after {
    background-position: right 0 top 32px;
  }

  #semicon .common-dl01 .item15 {
    margin-left: 0;
  }

  #semicon .common-dl01 .item15::after {
  }

  #semicon .common-dl01 .item16::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item17::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item18 {
    padding-right: 400px;
  }

  #semicon .common-dl01 .item18 dd p {
    width: auto;
  }

  #semicon .common-dl01 .item18::after {
    background-position: right 0 top 0;
  }

  #semicon .common-dl01 .item19 {
    margin-right: 0;
    padding-right: 0;
  }
}


/* --------------------------------------------------
 * SP
 */

@media (max-width: 768px) {
  #semicon > header {
    position: relative;
    height: auto;
    padding: 24px 16px 0;
    background: url(../img/main-bg.png) no-repeat center top / auto 325px;
  }

  #semicon > header::before {
    right: auto;
    left: 0;
    border-top: 94px solid #fff;
    border-left: 79px solid #fff;
    border-right: 79px solid transparent;
    border-bottom: 94px solid transparent;

  }

  #semicon > header::after {
    display: none;
  }

  #semicon > header .image {
    content: "";
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: -8px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/main-image.png) no-repeat center / contain;
  }

  #semicon > header h1 img {
    width: 277px;
    height: auto;
    margin: -11px 0 0 -11px;
  }

  #semicon > header .introduction {
    width: 100%;
    height: auto;
    margin: 40px 0 -40px;
    padding: 17px 16px;
    background-color: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
  }

  #semicon > header .introduction p {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }

  #semicon > header .introduction p + p {
    margin-top: 28px;
  }

  #semicon > header .introduction p strong {
    background: linear-gradient(transparent 30%, rgba(255, 255, 0, .5) 70%);
  }

  #semicon .page-nav {
    display: none;
  }


  /* コンテンツ */
  #semicon .section05 header {
    margin-bottom: 40px;
  }

  #semicon .common-section {
    position: relative;
    padding: 0 0 30px;
  }

  #semicon .common-section header h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 170px;
    padding: 0 32px;
    color: #fff;
  }

  #semicon .section01 header h2 {background-color: var(--section01-color1);}
  #semicon .section02 header h2 {background-color: var(--section02-color1);}
  #semicon .section03 header h2 {background-color: var(--section03-color1);}
  #semicon .section04 header h2 {background-color: var(--section04-color1);}
  #semicon .section05 header h2 {background-color: var(--section05-color1);}

  #semicon .common-section header h2 span:first-child {
    display: block;
    font-size: 18px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:nth-child(2):not(:last-child) {
    display: block;
    margin: 20px 0 -6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header h2 strong {
    display: block;
    margin-top: 13px;
    font-size: 32px;
    line-height: 1em;
  }

  #semicon .common-section header h2 span:last-child {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
  }

  #semicon .common-section header p {
    padding: 40px 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
  }

  #semicon .common-section .block01 {
    padding: 0 16px;
  }

  #semicon .common-dl01 div {
    padding: 0;
  }

  #semicon .common-dl01 div::before {
    left: 0;
  }

  #semicon .common-dl01 div::after {
    content: "";
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 130px;
    margin: 45px 25px;
    background-position: center !important;
    background-size: contain !important;
  }

  #semicon .common-dl01 div:not(:first-child) {
    padding-top: 24px;
  }

  #semicon .common-dl01 div:not(:first-child)::before {
    top: 24px;
  }

  #semicon .common-dl01 div dt {
    font-size: 22px;
  }

  #semicon .common-dl01 div dd {
    padding: 20px 20px 0 40px;
    font-size: 14px;
    line-height: 28px;
  }

  #semicon .common-dl01 div dd p {
    width: auto !important;
  }

  #semicon .common-section .block02 {
    margin-left: 16px;
    margin-right: 16px;
  }

  #semicon .common-section .block02 section {
    padding: 28px 16px 32px 16px;
    border-radius: 8px;
    background-color: #fff;
  }

  #semicon .common-section .block02 section::before {
    top: 4px;
    right: 4px;
    width: 80px;
    height: 80px;
    background: url(../img/section-decoration.svg) no-repeat center / contain;
  }

  #semicon .common-section .block02 section h3 {
    padding-right: 40px;
    font-size: 18px;
    line-height: 25px;
  }

  #semicon .common-section .block02 section > p {
    width: auto;
    margin-top: 11px;
    font-size: 14px;
    line-height: 28px;
  }

  #semicon .common-section .block02 section footer {
    display: block;
    margin-top: 16px;
    padding-top: 16px;
  }

  #semicon .common-section .block02 section footer ul {
    margin-top: 6px;
  }

  #semicon .common-section .block02 section footer ul li {
    font-size: 14px;
    line-height: 21px;
  }

  #semicon .common-section .block02 section footer ul li a {
    display: block;
    position: relative;
    padding: 0 32px 0 0;
  }

  #semicon .common-section .block02 section footer ul li a::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 24px;
    height: 4px;
  }

  #semicon .common-section .block02 .common-dl01 {
    margin-top: 30px;
  }

  #semicon .common-section .block03 {
    margin: 0 35px;
  }

  #semicon .common-section .block03::before {
    top: 50%;
    left: -54px;
  }

  #semicon .common-section .block03 section .block03-inner {
    padding: 12px 20px 35px;
  }

  #semicon .common-section .block03 section:not(:first-child) {
    margin-top: 20px;
  }

  #semicon .common-section .block03 section h3 {
    font-size: 22px;
    line-height: 31px;
  }

  #semicon .common-section .block03 section .body {
    margin-top: 28px;
  }

  #semicon .common-section .block03 section .body p {
    font-size: 14px;
    line-height: 28px;
  }

  #semicon .common-section .block03 .section05-1 .body {
    height: auto;
    padding-bottom: 220px;
    background: url(../img/section05-1-image.png) no-repeat center bottom / 263px auto;
  }

  #semicon .common-section .block03 .section05-1 .body p {
    width: auto;
  }

  #semicon .common-section .block03 section .link {
    margin-top: 16px;
  }

  #semicon .common-section .block03 section .link a {
    width: auto;
    padding: 15px 48px 15px 16px;
    font-size: 16px;
    line-height: 22px;
  }

  #semicon .common-section .block03 section .link a::after {
    top: calc(50% - 2px);
    right: 16px;
    width: 24px;
    height: 4px;
  }

  #semicon .common-section .block03 section .link a:hover::after {
    right: 10px;
  }


  /* 各種イラスト */

  #semicon .common-dl01 .item15 {
    margin-left: 0;
  }

  #semicon .common-dl01 .item19::after {
    display: none;
  }

  #semicon .section05 .comment {
    margin-top: 40px;
  }

  }

  /* 追加*/

  /* 横のページ内リンク */
  #semicon .page-nav ul li {
    width: 140px;
  }
  #semicon .page-nav ul li a span:first-child {
    font-size: 14px;
  }
  /* FV */
  #semicon > header .introduction {
    margin: 40px 0 0;
  }

  /* 三角オブジェクト */
  #semicon .common-section header h2 span:first-child {
    font-size: 18px;
  } 
  #semicon .common-section header h2 strong {
    font-size: 34px;
    line-height: 38px;
  }
  #semicon .common-section header h2 span:last-child {
    font-size: 16px;
    line-height: 22px;
  }

 #semicon > header .introduction p {
    line-height: 26px;
  }

  #semicon > header .introduction p + p {
    margin-top: 14px;
  }

  #semicon .common-section header p {
    line-height: 30px;
  }

  #semicon .common-dl01 div dd {
    line-height: 26px;
}
#semicon .common-section .block02 section h3 {
  line-height: 30px;
}

#semicon .common-section .block02 section > p {
  line-height: 26px;
}
#semicon .common-section .block03 section .link {
  margin-top: 24px;
}
#semicon .common-section .block03 section .link a {
  width: 500px;
}

#semicon .common-dl01 .item07::after {
  background: url(../img/illusts/07.svg) no-repeat right 100px top 0 / 159px 200px;
}

#semicon .common-dl01 .item09::after {
  background: url(../img/illusts/09.svg) no-repeat right 100px top 0 / 176px 176px;
}

#semicon .common-dl01 .item10::after {
  background: url(../img/illusts/10.svg) no-repeat right 450px top 0 / 176px 176px;
}

#semicon .common-dl01 .item11::after {
  background: url(../img/illusts/11.svg) no-repeat right 170px top 23px / 200px 136px;
}

#semicon .common-dl01 .item12::after {
  background: url(../img/illusts/12.svg) no-repeat right 40px top 32px / 200px 176px;
}

#semicon .common-dl01 .item16::after {
  background: url(../img/illusts/16.svg) no-repeat right 240px top 0 / 180px 200px;
}


#semicon .common-section .block03 section .body p {
  line-height: 26px;
}


#semicon .common-section .block03 section .link a {
  width: 710px;
}


/* SP追加 */

@media (max-width: 768px) {
#semicon > header .introduction p {
  line-height: 20px;
}
/* 帯テキスト */
#semicon .common-section header h2 span:first-child {
  font-size: 14px;
}
#semicon .common-section header h2 strong {
  font-size: 26px;
  line-height: 32px;
}

#semicon .common-section header p {
  line-height: 22px;
}
#semicon .common-dl01 div dd {
  line-height: 22px;
}

#semicon .common-section .block02 section h3 {
  line-height: 22px;
}
#semicon .common-section .block02 section > p {
  line-height: 22px;
}
#semicon .common-section .block02 section footer ul li a {
  position: relative;
}

#semicon .common-section header h2 span:last-child {
  font-size: 15px;
}

#semicon .common-section .block03 section h3 {
  font-size: 20px;
  line-height: 24px;
}
#semicon .common-section .block03 section .body p {
  line-height: 22px;
}
#semicon .common-section .block03 section .link a {
  width: auto;
}

/* リンク矢印 */
#semicon .common-section .block02 section footer ul li a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 4px;
}

/* イラスト */
#semicon .common-dl01 div::after {
  height: 150px;
  margin: 25px 15px;
}

.br-sp { 
  display:none; 
}

}

/* タイトル */

#semicon > header h1 img {
  width: 580px;
  margin: 22px 0 0 0;
}

@media (max-width: 768px) {
  #semicon > header h1 img {
      width: 277px;
      margin: 11px 11px 0 0;
  }
}
/* バナーエリア */
section.brnArea {
  background-color: #f3f3f3;
  text-align: center;
  padding: 0px 20px 80px;
}