@charset "utf-8";

/*--------------------------------------
mv
---------------------------------------*/
.l-mv {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.l-mv-wrapper {
  position: relative;
  width: 1200px;
  min-height: 440px;
  margin: 0 auto;
}

.l-mv-wrapper::before {
  position: absolute;
  right: 0;
  bottom: -5rem;
  width: 526px;
  height: 426px;
  background: url(img/mv_bg.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
}

.l-mv-box {
  width: 680px;
  padding: 6rem 0 0 0;
}

.l-mv-box-head {
  text-align: center;
}

.l-mv-catch {
  display: inline-block;
  margin: 0 auto 3rem auto;
  padding: 0.8rem 4rem 0.6rem 4rem;
  background: #efce5b;
  border-radius: 5rem;
  color: #191748;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.l-mv-logo {
  width: 100%;
  margin: 0 0 4rem 0;
  padding: 0 0 1.5rem 0;
  background: linear-gradient(transparent 54%, #e4e8e9 54%);
}

.l-mv-box-body {
  padding: 0 7rem 0 3.5rem;
}

/*--------------------------------------
common
---------------------------------------*/
.l-common-title {
  position: relative;
  margin: 0 auto 3rem auto;
  padding: 5rem 0 0 0;
  color: #000;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-common-title a {
  background: url(img/ar_bk.png) no-repeat right;
  background-size: 10px;
  text-decoration: none;
  padding-right: 20px;
}

.l-common-title a:hover {
  opacity: 0.6;
}

.l-common-title::before {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 0.5rem 4rem 0.3rem 4rem;
  background: #191748;
  border-radius: 5rem;
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.1;
  text-align: center;
}

p.l-common-lead {
  width: 80%;
  margin: 0 auto 4rem auto;
  color: #000;
}

/*--------------------------------------
l-parts01
---------------------------------------*/
.l-parts01 {
  clear: both;
  padding: 10rem 0 4rem 0;
  background: #fce891;
}

.l-parts01 .l-section-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-parts01 .l-common-title::before {
  content: "Three Selections";
}

.l-parts01 .title {
  display: inline-block;
  position: relative;
  margin: 6rem 0 2rem 5rem;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
  background: linear-gradient(transparent 60%, #cad2d4 60%);
  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.l-parts01 .title::before {
  position: absolute;
  left: -5rem;
  top: 0;
  width: 39px;
  height: 39px;
  background: url(img/parts01_bg_02.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
}

.l-parts01 .block-selection {
  margin: 0 0 6rem 0;
  background: #fff url(img/parts01_bg_01.png) repeat left top;
  counter-reset: number 0;
}

.l-parts01 .block-selection>.catch {
  padding: 2rem 4rem;
  background: #191748;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-parts01 .block-selection .inner {
  padding: 4rem;
}

.l-parts01 .block-selection .box-summary {
  position: relative;
}

.l-parts01 .block-selection .box-summary .fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 370px;
}

.l-parts01 .block-selection .box-summary .fig img {
  max-width: 100%;
}

.l-parts01 .block-selection .box-summary .fig iframe {
  width: 100%;
  min-height: 300px;
}

.l-parts01 .block-selection .box-summary .fig p {
  margin: 0;
}

.l-parts01 .block-selection .box-summary .fig p.caption {
  margin: 0.8rem 0 0 0;
}

.l-parts01 .block-selection .box-summary .name {
  margin: 0 0 3rem 390px;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #000;
  color: #191748;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.l-parts01 .block-selection .box-summary .name span {
  font-size: 3rem;
}

.l-parts01 .block-selection .box-summary .txt {
  margin: 0 0 0 390px;
  padding: 0 0 4rem 0;
}

.l-parts01 .block-selection .box-function {
  position: relative;
  margin: 6.4rem 0 0 0;
  padding: 8rem 2rem 2rem 2rem;
  border: 5px solid #e4e8e9;
}

.l-parts01 .block-selection .box-function:first-child {
  margin: 4rem 0 0 0;
}

.l-parts01 .block-selection .box-function .ttl {
  position: absolute;
  left: 3rem;
  top: -3rem;
  min-width: 340px;
  padding: 1rem 2rem;
  background: #191748;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

.l-parts01 .block-selection .box-function .ttl::before {
  padding: 0 2rem 0 0;
  font-family: "Roboto Condensed";
  font-size: 4rem;
  line-height: 1.1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
}

.l-parts01 .block-selection .box-function .ttl span {
  color: #efce5b;
  font-size: 3rem;
}

.l-parts01 .block-selection .box-function .catch {
  margin: 0 4.5rem 3rem 4.5rem;
  text-align: center;
}

.l-parts01 .block-selection .box-function .catch span {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts01 .block-selection .box-function .catch span::before {
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #cf4950;
  font-size: 4rem;
  content: "【";
}

.l-parts01 .block-selection .box-function .catch span::after {
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #cf4950;
  font-size: 4rem;
  content: "】";
}

.l-parts01 .block-selection .box-function>p {
  margin: 0 1.5rem 2.5rem 1.5rem;
}

.l-parts01 .block-selection .box-function .tags {
  margin: 0 0 1.2rem 0;
  padding: 3rem 2rem 2rem 2rem;
  background: #fffad8;
  border-radius: 0.5rem;
}

.l-parts01 .block-selection .box-function .tags .ttl-tags {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 0 0 0 2.5rem;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}

.l-parts01 .block-selection .box-function .tags .ttl-tags::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #a0adb0;
  border-radius: 50%;
  content: "";
}

.l-parts01 .block-selection .box-function .tags .ttl-tags span {
  font-size: 2.6rem;
}

.l-parts01 .block-selection .box-function .tags>span {
  display: inline-block;
  margin: 0 0.2rem 0.5rem 0;
  padding: 0.5rem 1rem;
  background: #f2d774;
  border-radius: 0.5rem;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: center;
}

.l-parts01 .block-selection table {
  margin: 2rem 0 6rem 0;
}

.l-parts01 .block-selection table th {
  width: 15%;
  text-align: center;
}

.l-parts01 .block-selection table td {
  width: 35%;
}

/*--------------------------------------
l-parts02
---------------------------------------*/
.l-parts02 {
  clear: both;
  padding: 10rem 0;
}

.l-parts02 .l-section-inner {
  width: 960px;
  margin: 0 auto;
}

.l-parts02 .l-common-title::before {
  content: "Check";
}

.l-parts02 p.l-common-lead {
  width: 90%;
  /* text-align: center; */
}

.l-parts02 .l-section-inner>.catch {
  margin: 0 0 4rem 0;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #fffad8;
  padding: 1.5rem;
  border-radius: 5px;
}

.l-parts02 .l-section-inner>.catch span {
  display: inline-block;
}

.l-parts02 .title {
  min-height: 72px;
  margin: 0 0 4rem 0;
  padding: 1.2rem 0 0.8rem 8rem;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-parts02 .title.ico-1 {
  background: url(img/parts02_ico_05.png) no-repeat left 0.5rem;
  background-size: 60px auto;
}

.l-parts02 .title.ico-2 {
  background: url(img/parts02_ico_06.png) no-repeat left 0.5rem;
  background-size: 60px auto;
}

.l-parts02 .title.ico-3 {
  background: url(img/parts02_ico_07.png) no-repeat left 0.5rem;
  background-size: 60px auto;
}

.l-parts02 .title span {
  color: #cf4950;
  font-size: 3rem;
}

.l-parts02 .block-check {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 7rem auto;
}

.l-parts02 .block-check .box {
  width: 48%;
  background: #eff1f2;
  border-radius: 0.5rem;
}

.l-parts02 .block-check .box-head {
  padding: 5rem 3.5rem 3.5rem 3.5rem;
  text-align: center;
}

.l-parts02 .block-check .box-head .ttl {
  display: inline;
  margin: 3rem 0 0 0;
  padding: 0 0.5rem;
  background: linear-gradient(transparent 60%, #f9eaa4 60%);
  color: #191748;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts02 .block-check .box-head .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.l-parts02 .block-check .box-body {
  padding: 0 3.5rem 3.5rem 3.5rem;
}

.l-parts02 .block-check .box-body p {
  margin: 0;
  font-size: 1.4rem;
}

.l-parts03 {
  clear: both;
  padding: 10rem 0;
  background: #fffad8;
}

.l-parts03 .l-section-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-parts03 .l-common-title::before {
  content: "Point";
}

.l-parts03 p.l-common-lead {
  width: 90%;
}

.l-parts03 .block-point {
  position: relative;
  counter-reset: number 0;
}

.l-parts03 .block-point .box {
  position: relative;
  margin: 0 0 1.5rem 0;
  background: #fff;
}

.l-parts03 .block-point .box::before {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 136px solid transparent;
  border-left: 136px solid #191748;
  content: "";
  z-index: 1;
}

.l-parts03 .block-point .box::after {
  position: absolute;
  left: 1.2rem;
  top: 0.4rem;
  color: #efce5b;
  font-family: "Roboto Condensed";
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  content: "POINT";
  z-index: 2;
}

.l-parts03 .block-point .box .inner {
  position: relative;
  min-height: 210px;
  padding: 4.5rem 4.5rem 4.5rem 8rem;
  box-sizing: content-box;
}

.l-parts03 .block-point .box .inner::before {
  position: absolute;
  left: 0.8rem;
  top: 0.1rem;
  color: #efce5b;
  font-family: "Roboto Condensed";
  font-size: 5.2rem;
  letter-spacing: -0.1rem;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  z-index: 3;
}

.l-parts03 .block-point .box .inner .ico {
  position: absolute;
  left: 8rem;
  top: 4.5rem;
}

.l-parts03 .block-point .box .inner .ico img {
  max-width: 50%;
}

.l-parts03 .block-point .box .inner .box-ttl {
  margin: 0 0 2rem 230px;
}

.l-parts03 .block-point .box .inner .ttl {
  display: inline;
  background: linear-gradient(transparent 60%, #fdeda7 60%);
  color: #191748;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}

.l-parts03 .block-point .box .inner p {
  margin: 0 0 0 230px;
}

.l-parts04 {
  clear: both;
  margin: 10rem 0 0 0;
  background: #57669e url(img/parts04_bg_01.png) repeat left top;
}

.l-parts04 .l-section-inner {
  position: relative;
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
  padding: 8rem 0;
  box-sizing: content-box;
  color: #fff;
}

.l-parts04 .l-section-inner span {
  color: #ff6e75;
}

.l-parts04 .l-section-inner::before {
  position: absolute;
  left: calc(-100% + 6rem);
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

.l-parts04 .l-section-inner .fig {
  position: absolute;
  left: 0;
  top: 8rem;
}

.l-parts04 .l-section-inner .fig img {
  width: 50%;
}

.l-parts04-head {
  margin: 0 0 3rem 340px;
}

.l-parts04 .l-section-inner .title {
  display: inline;
  padding: 0 1rem 0 0;
  background: linear-gradient(transparent 60%, #191748 60%);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts04 .l-section-inner .title a {
  color: #f9d148;
  text-decoration: none;
  background: url(img/ar_yl.png) no-repeat right;
  background-size: 10px;
  padding-right: 40px;
}

.l-parts04 .l-section-inner .title a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.l-parts04 .l-section-inner p {
  margin: 0 0 0 330px;
}

.l-parts05 {
  clear: both;
  padding: 10rem 0;
}

.l-parts05 .l-section-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-parts05 .l-common-title::before {
  content: "Systems";
}

.l-parts05 p.l-common-lead {
  width: 90%;
}

.l-parts05 .block-systems {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts05 .block-systems::after {
  display: block;
  width: 31%;
  content: "";
}

.l-parts05 .block-systems .box {
  position: relative;
  width: 31%;
  margin: 0 0 3rem 0;
  background: url(img/parts05_bg_01.png) no-repeat right bottom;
  border-radius: 0.3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.l-parts05 .block-systems .box:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.l-parts05 .block-systems .box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background: #fce891;
  border-radius: 0.3rem 0.3rem 0 0 / 0.3rem 0.3rem 0 0;
}

.l-parts05 .block-systems .box-head .ttl {
  display: block;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-parts05 .block-systems .box-body {
  padding: 2.5rem 2.5rem 4rem 2.5rem;
}

.l-parts05 .block-systems .box-body p {
  font-size: 1.4rem;
}

.l-parts06 {
  clear: both;
  padding: 0 0 10rem 0;
}

.l-parts06 .l-section-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-parts06 .l-common-title::before {
  content: "About ICT";
}

.l-parts06 p.l-common-lead {
  width: 90%;
}

.l-parts06 .l-section-inner>.title {
  margin: 5rem 0 7rem 0;
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: #fffad8;
  padding: 1.5rem;
  border-radius: 5px;
}

.l-parts06 .l-section-inner>.title span {
  display: inline-block;
}

.l-parts06 .block-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts06 .block-merit::after {
  display: block;
  width: 31%;
  content: "";
}

.l-parts06 .block-merit .box {
  position: relative;
  width: 31%;
  padding: 5rem 1.5rem 3rem 1.5rem;
  border: 6px solid #e4e8e9;
}

.l-parts06 .block-merit .box-head .ico {
  position: absolute;
  left: 50%;
  top: -5rem;
  transform: translateX(-50%);
  width: 86px;
  height: 86px;
  padding: 2.2rem 0 0 0;
  border-radius: 50%;
  background: #efce5b;
  color: #000;
  font-family: "Roboto Condensed";
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
}

.l-parts06 .block-merit .box-head .ico span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

.l-parts06 .block-merit .box-head .ttl {
  position: relative;
  margin: 0 0 2.5rem 0;
  padding: 1.5rem 0 4rem 0;
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.l-parts06 .block-merit .box-head .ttl::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #374783;
  content: "";
}

.l-parts07 {
  clear: both;
  padding: 0 0 10rem 0;
}

.l-parts07 .l-section-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.l-parts07 .l-section-inner .title {
  margin: 0 340px 2rem 0;
  padding: 0.5rem 0 0.5rem 2rem;
  border-left: 9px solid #efce5b;
  color: #000;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts07 .l-section-inner .fig {
  position: absolute;
  right: 0;
  top: 0;
}

.l-parts07 .l-section-inner .fig img {
  max-width: 300px;
}

.l-parts07 .l-section-inner p {
  margin: 0 340px 0 0;
}
.toc-full-open {
  display: inline-block;
  width: 100%;
}
.toc-full-open .accordion_btn {
  position: relative;
  display: block;
  margin: 5rem auto 1rem;
  padding: 2rem 5rem 2rem 3rem;
  max-width: 360px;
  width: 80%;
  background: #006dcc;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: .2s;
  border-radius: 75pt;
}

.toc-full-open .accordion_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 20px;
  width: 20px;
  height: 2px;
}
.toc-full-open .accordion_btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  transition: .2s;
  right: 29px;
  width: 2px;
  height: 20px;
}
.toc-full-open .accordion_btn.is-open:after {
  transform: rotate(90deg);
}
.toc-full-open .accordion-item {
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  opacity: 0;
}
.toc-full-open .accordion-item.is-open {
  max-height: 100%;
  opacity: 1;
}
.toc-full-open #toc {
  width: 100%;
  max-width: 700px;
  font-size: 14px;
}

/* ↓↓↓ SP ---------------------------------------------------------------------- */
@media screen and (max-width: 599px) {

/*--------------------------------------
mv
---------------------------------------*/
  .l-mv-wrapper {
    width: 100%;
    min-height: auto;
    background: url(img/mv_bg.png) no-repeat right 0.5rem top 2rem;
    background-size: 40% auto;
  }

  .l-mv-wrapper::before {
    display: none;
  }

  .l-mv-box {
    width: 100%;
    padding: 1rem;
  }

  .l-mv-box-head {
    text-align: left;
  }

  .l-mv-catch {
    display: inline-block;
    margin: 0 0 1.5rem 0;
    padding: 0.5rem 1rem;
    background: #efce5b;
    border-radius: 5rem;
    color: #191748;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  }

  .l-mv-logo {
    width: 64%;
    margin: 0;
    padding: 0;
    text-align: left;
    background: none;
  }

  .l-mv-logo span {
    display: block;
    padding: 0 0.5rem;
  }

  .l-mv-logo img {
    max-height: 32px;
    margin: 0 0 0.5rem 0;
    background: linear-gradient(transparent 60%, #e4e8e9 60%);
  }

  .l-mv-box-body {
    padding: 1rem 0 0 0;
  }

  /*--------------------------------------
common
---------------------------------------*/
  .l-common-title {
    margin: 0 auto 3rem auto;
    padding: 4rem 0 0 0;
    font-size: 2.7rem;
  }

  .l-common-title::before {
    padding: 0.5rem 2rem;
    font-size: 1.3rem;
  }

  p.l-common-lead {
    width: 100%;
    margin: 0 auto 3rem auto;
  }

  /*--------------------------------------
l-parts01
---------------------------------------*/
  .l-parts01 {
    padding: 4rem 0;
  }

  .l-parts01 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts01 .l-common-title::before {
    content: "Three Selections";
  }

  .l-parts01 .title {
    display: inline-block;
    margin: 4rem 0 0 0;
    padding: 0 0 0 3rem;
    background: url(img/parts01_bg_02.png) no-repeat left 0.2rem;
    background-size: 24px auto;
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .l-parts01 .title span {
    display: inline;
    padding: 0;
    background: linear-gradient(transparent 60%, #cad2d4 60%);
  }

  .l-parts01 .title::before {
    display: none;
  }

  .l-parts01 .block-selection {
    margin: 0 0 4rem 0;
    background: #fff url(img/parts01_bg_01.png) repeat left top;
    counter-reset: number 0;
  }

  .l-parts01 .block-selection:last-child {
    margin: 0;
  }

  .l-parts01 .block-selection>.catch {
    padding: 1.5rem;
    font-size: 1.8rem;
  }

  .l-parts01 .block-selection .inner {
    padding: 1.5rem;
  }

  .l-parts01 .block-selection .box-summary {
    position: relative;
  }

  .l-parts01 .block-selection .box-summary .fig {
    position: static;
    width: 100%;
  }

  .l-parts01 .block-selection .box-summary .name {
    margin: 0 0 2rem 0;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #000;
    color: #191748;
    font-size: 3rem;
  }

  .l-parts01 .block-selection .box-summary .name span {
    font-size: 2rem;
  }

  .l-parts01 .block-selection .box-summary .txt {
    margin: 0;
    padding: 0 0 2rem 0;
  }

  .l-parts01 .block-selection .box-function {
    position: relative;
    margin: 6rem 0 0 0;
    padding: 4rem 1rem 1rem 1rem;
    border: 5px solid #e4e8e9;
  }

  .l-parts01 .block-selection .box-function:first-child {
    margin: 5rem 0 0 0;
  }

  .l-parts01 .block-selection .box-function .ttl {
    left: 1rem;
    top: -3rem;
    min-width: 80%;
    padding: 1rem;
    font-size: 1.8rem;
    margin: 0 auto;
  }

  .l-parts01 .block-selection .box-function .ttl::before {
    padding: 0 1rem 0 0;
    font-size: 3rem;
  }

  .l-parts01 .block-selection .box-function .ttl span {
    font-size: 2.5rem;
  }

  .l-parts01 .block-selection .box-function .catch {
    margin: 2rem 0 2rem 0;
    text-align: center;
  }

  .l-parts01 .block-selection .box-function .catch span {
    padding: 0 1.5rem;
    font-size: 1.8rem;
  }

  .l-parts01 .block-selection .box-function .catch span::before {
    position: absolute;
    left: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #cf4950;
    font-size: 3.6rem;
    content: "【";
  }

  .l-parts01 .block-selection .box-function .catch span::after {
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #cf4950;
    font-size: 3.6rem;
    content: "】";
  }

  .l-parts01 .block-selection .box-function>p {
    margin: 0 0 2rem 0;
  }

  .l-parts01 .block-selection .box-function .tags {
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
  }

  .l-parts01 .block-selection .box-function .tags .ttl-tags {
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 1.8rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .l-parts01 .block-selection .box-function .tags .ttl-tags::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #a0adb0;
    border-radius: 50%;
    content: "";
  }

  .l-parts01 .block-selection .box-function .tags .ttl-tags span {
    font-size: 2.2rem;
  }

  .l-parts01 .block-selection .box-function .tags>span {
    display: inline-block;
    margin: 0 0.2rem 0.5rem 0;
    padding: 0.5rem 1rem;
    background: #f2d774;
    border-radius: 0.5rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.1;
    text-align: center;
  }

  .l-parts01 .block-selection table th {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }

  .l-parts01 .block-selection table td {
    width: 100%;
  }

  /*--------------------------------------
l-parts02
---------------------------------------*/
  .l-parts02 {
    padding: 4rem 0;
  }

  .l-parts02 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts02 p.l-common-lead {
    width: 100%;
  }

  .l-parts02 .l-section-inner>.catch {
    font-size: 2.5rem;
  }

  .l-parts02 .title {
    min-height: 52px;
    margin: 0 0 3rem 0;
    padding: 1.2rem 0 1rem 6rem;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .l-parts02 .title.ico-1 {
    background: url(img/parts02_ico_05.png) no-repeat left 0.5rem;
    background-size: 48px auto;
  }

  .l-parts02 .title.ico-2 {
    background: url(img/parts02_ico_06.png) no-repeat left 0.5rem;
    background-size: 48px auto;
  }

  .l-parts02 .title.ico-3 {
    background: url(img/parts02_ico_07.png) no-repeat left 0.5rem;
    background-size: 48px auto;
  }

  .l-parts02 .title span {
    font-size: 2.8rem;
  }

  .l-parts02 .block-check {
    display: block;
    margin: 0 auto 4rem auto;
  }

  .l-parts02 .block-check .box {
    width: 100%;
    margin: 0 0 2rem 0;
  }

  .l-parts02 .block-check .box-head {
    padding: 2rem;
    text-align: center;
  }

  .l-parts02 .block-check .box-head .ttl {
    display: inline;
    margin: 0;
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .l-parts02 .block-check .box-head .ico {
    display: block;
    margin: 0 0 2rem 0;
    text-align: center;
  }

  .l-parts02 .block-check .box-head .ico img {
    width: 64px;
  }

  .l-parts02 .block-check .box-body {
    padding: 0 2rem 2rem 2rem;
  }

  .l-parts02 .block-check .box-body p {
    margin: 0;
    font-size: 1.4rem;
  }

  /*--------------------------------------
l-parts03
---------------------------------------*/
  .l-parts03 {
    padding: 4rem 0;
  }

  .l-parts03 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts03 p.l-common-lead {
    width: 100%;
  }

  .l-parts03 .block-point {
    position: relative;
    counter-reset: number 0;
  }

  .l-parts03 .block-point .box {
    position: relative;
    margin: 0 0 1.5rem 0;
    background: #fff;
  }

  .l-parts03 .block-point .box::before {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 86px solid transparent;
    border-left: 86px solid #191748;
    content: "";
    z-index: 1;
  }

  .l-parts03 .block-point .box::after {
    position: absolute;
    left: 0.5rem;
    top: 0.3rem;
    color: #efce5b;
    font-family: "Roboto Condensed";
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    content: "POINT";
    z-index: 2;
  }

  .l-parts03 .block-point .box .inner {
    position: relative;
    min-height: auto;
    padding: 5rem 2rem 2rem 2rem;
    box-sizing: border-box;
  }

  .l-parts03 .block-point .box .inner::before {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #efce5b;
    font-family: "Roboto Condensed";
    font-size: 3.2rem;
    letter-spacing: -0.1rem;
    content: counter(number, decimal-leading-zero);
    counter-increment: number 1;
    z-index: 3;
  }

  .l-parts03 .block-point .box .inner .ico {
    position: static;
    float: left;
    width: 100px;
    margin: 0 1rem 1rem 0;
  }

  .l-parts03 .block-point .box .inner .ico img {
    max-width: 100%;
  }

  .l-parts03 .block-point .box .inner .box-ttl {
    margin: 0;
  }

  .l-parts03 .block-point .box .inner .ttl {
    display: inline;
    font-size: 2.3rem;
    line-height: 1.4;
  }

  .l-parts03 .block-point .box .inner p {
    clear: both;
    margin: 0;
  }

  /*--------------------------------------
l-parts04
---------------------------------------*/
  .l-parts04 {
    margin: 0;
  }

  .l-parts04 .l-section-inner {
    position: relative;
    width: 100%;
    min-height: auto;
    margin: 0 auto;
    padding: 3rem 1.5rem;
    box-sizing: border-box;
    color: #fff;
  }

  .l-parts04 .l-section-inner::before {
    display: none;
  }

  .l-parts04 .l-section-inner .fig {
    position: static;
    float: left;
    width: 40%;
    margin: 1rem 1rem 1rem 0;
  }

  .l-parts04 .l-section-inner .fig img {
    width: 100%;
  }

  .l-parts04-head {
    margin: 0 0 2rem 0;
  }

  .l-parts04 .l-section-inner .title {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 3rem;
  }

  .l-parts04 .l-section-inner .title a:hover {
    text-decoration: none;
    opacity: 1;
    transition: none;
  }

  .l-parts04 .l-section-inner p {
    margin: 0;
  }

  /*--------------------------------------
l-parts05
---------------------------------------*/
  .l-parts05 {
    padding: 4rem 0;
  }

  .l-parts05 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts05 p.l-common-lead {
    width: 100%;
  }

  .l-parts05 .block-systems {
    display: block;
  }

  .l-parts05 .block-systems::after {
    display: none;
  }

  .l-parts05 .block-systems .box {
    display: block;
    width: 100%;
    margin: 0 0 2.5rem 0;
    background: url(img/parts05_bg_01.png) no-repeat right bottom;
  }

  .l-parts05 .block-systems .box:hover {
    text-decoration: none;
    opacity: 1;
    transition: none;
  }

  .l-parts05 .block-systems .box-head {
    padding: 1.5rem 1rem;
  }

  .l-parts05 .block-systems .box-head .ttl {
    font-size: 2.1rem;
  }

  .l-parts05 .block-systems .box-body {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }

  .l-parts05 .block-systems .box-body p {
    font-size: 1.4rem;
  }

  /*--------------------------------------
l-parts06
---------------------------------------*/
  .l-parts06 {
    padding: 0 0 4rem 0;
  }

  .l-parts06 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts06 p.l-common-lead {
    width: 100%;
    text-align: center;
  }

  .l-parts06 .l-section-inner>.title {
    margin: 0 0 7rem 0;
    font-size: 2.1rem;
  }

  .l-parts06 .block-merit {
    display: block;
  }

  .l-parts06 .block-merit::after {
    display: none;
  }

  .l-parts06 .block-merit .box {
    position: relative;
    width: 100%;
    margin: 0 0 6rem 0;
    padding: 5rem 1.5rem 3rem 1.5rem;
  }

  .l-parts06 .block-merit .box-head .ttl {
    font-size: 2.1rem;
  }

  /*--------------------------------------
l-parts07
---------------------------------------*/
  .l-parts07 {
    padding: 0 0 4rem 0;
  }

  .l-parts07 .l-section-inner {
    width: 100%;
    padding: 0 1rem;
  }

  .l-parts07 .l-section-inner .title {
    margin: 0 0 2rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-left: 6px solid #efce5b;
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }

  .l-parts07 .l-section-inner .fig {
    position: static;
    float: right;
    width: 40%;
    margin: 1rem 0 1rem 1rem;
  }

  .l-parts07 .l-section-inner .fig img {
    max-width: 100%;
  }

  .l-parts07 .l-section-inner p {
    margin: 0;
  }

  .toc-full-open .accordion_btn {
    padding: 1rem 5rem 1rem 3rem;
    width: 70%;
    margin: 2rem auto;
  }

  .toc-full-open #toc {
    width: 90%;
  }
  .toc-full-open #toc ol li a {
    font-size: 12px;
  }

  
}

/* ↑↑↑ SP ---------------------------------------------------------------------- */
