@charset "utf-8";

/*** common ***/
.main {
  padding: 63px 0 70px;
  overflow: hidden;
}
.main:after {
  content: url(../images/common/combined-shape-red.svg) url(../images/common/combined-shape-blue.svg) url(../images/common/combined-shape-yellow.svg);
  display: none;
}
section:nth-child(2) { margin-top: 70px; }
section:nth-child(3) { margin-top: 80px; }
section:nth-child(n+4) { margin-top: 70px; }
section:nth-child(n+5) { margin-top: 0; }
section:nth-child(n+7) { margin-top: 70px; }
section .inner {
  width: 1016px;
  margin: 0 auto;
}
section:nth-child(n+2) .inner h2 {
  color: #081c9e;
  font-size: 2.4em;
  line-height: 1;
}
section:nth-child(n+2) .inner h2 + p {
  margin-top: 23px;
}

/*** products ***/
#products .box { overflow: hidden; }
#products .box:nth-child(2n+1) {
  background-color: #fafafa;
}
#products .box .inner {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  abackground-color: white;
}
#products .box:nth-child(2) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#products .box .inner .txt { width: 404px; }
#products .box .inner .txt .set {
  display: flex;
  margin-top: -24px;
}
#products .box .inner .txt .icon { display: none;}
#products #df.box .inner .txt .icon { width: 32px; }
#products #dd.box .inner .txt .icon { width: 33px; }
#products #ds.box .inner .txt .icon { width: 36px; }
#products .box .inner .txt .icon img { width: 100%; }
#products .box .inner .txt h3 { margin: 5px 0 0 0; }
#products #ds.box .inner .txt h3 { margin: 10px 0 0 6px; }
#products #df.box .inner .txt h3 { width: 118px; }
#products #dd.box .inner .txt h3 { width: 118px; }
#products #ds.box .inner .txt h3 { width: 134px; }
#products #de.box .inner .txt h3 { width: 142px; }
#products .box .inner .txt h3 img { width: 100%; }
#products .box .inner .txt .copy {
  clear: left;
  font-family: 'Graphik-M','FP-HiraginoUDSansStdN-W6', sans-serif;
  font-size: 32px;
  line-height: calc(42 / 32 * 1em);
  margin-top: .75em;
}
#products #df.box .inner .txt .copy { color: #a61e2b; }
#products #dd.box .inner .txt .copy { color: #2a579a; }
#products #ds.box .inner .txt .copy { color: #ffcb00; }
#products #de.box .inner .txt .copy { color: #009688; }
#products .box .inner .txt .sub {
  color: #353535;
  margin-top: 15px;
}
#products .box .inner .txt a { margin-top: 11px; }
#products .box .inner .img {
  border-radius: 4px;

  width: 618px;
  height: 338px;
  margin: 0 -80px;
  /* overflow: hidden; */
}
#products .box .inner .img img {
  width: 100%;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.19);
}

/*** link-panel ***/
#products .link-panel {
  display: block;
  padding-top: 110px;
}
#products .link-panel .link-text {
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}
#products .df.link-panel .link-text { color: #a61e2b; }
#products .dd.link-panel .link-text { color: #001970; }
#products .ds.link-panel .link-text { color: #e4a917; }
#products .de.link-panel .link-text { color: #009688; }
#products .df.link-panel:hover .link-text,
#products .dd.link-panel:hover .link-text,
#products .ds.link-panel:hover .link-text { color: #d93a30; }
#products .de.link-panel:hover .link-text { color: #d93a30; }

#products .link-panel:after {
  content: "";
  display: block;
  clear: both;
}
#products .link-panel .link-text {
  display: inline-block;
  font-size: 1em;
  line-height: 0;
  vertical-align: middle;
  height: 16px;
  margin-top: 11px;
}
#products .link-panel .link-text > span {
  font-size: 1.2em;
  line-height: 16px;
  float: left;
}
#products .link-panel .link-text > i {
  width: 16px;
  height: 17px;
  margin-left: 1em;
  float: left;
}
#products .link-panel .link-text > i:before,
#products .link-panel .link-text > i:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}
#products .link-panel .link-text > i:before { background-image: url(../images/common/arrow01-blue-d.svg); }
#products .df.link-panel .link-text > i:before { background-image: url(../images/common/arrow01-df.svg); }
#products .dd.link-panel .link-text > i:before { background-image: url(../images/common/arrow01-dd.svg); }
#products .ds.link-panel .link-text > i:before { background-image: url(../images/common/arrow01-ds.svg); }
#products .de.link-panel .link-text > i:before { background-image: url(../images/common/arrow01-de.svg); }
#products .link-panel .link-text > i:after { background-image: url(../images/common/arrow01-hover.svg); }

/*** relation ***/
#relation .wrap {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
#relation .wrap .box {
  width: 294px;
}
#relation .wrap .box h3 {
  font-size: 1.8em;
  line-height: 1;
  border-bottom: 6px solid #000;
  padding-bottom: 16px;
}
#relation .wrap #rel-df h3 { color: #9a0007; border-bottom-color: #9a0007; }
#relation .wrap #rel-dd h3 { color: #274ab3; border-bottom-color: #274ab3; }
#relation .wrap #rel-ds h3 { color: #e4a917; border-bottom-color: #fbc02d; }
#relation .wrap .box .product-logo {
  display: flex;
  margin-top: 28px;
}
#relation .wrap .box .product-logo .icon { margin-right: 12px; }
#rel-df .icon { width: 34px; padding: 2px 0; }
#rel-dd .icon { width: 36px; padding: 1px 0; }
#rel-ds .icon { width: 38px; }
#relation .wrap .box .product-logo .icon img { width: 100%; }
#relation .wrap .box .product-logo .img {
  height: 24px;
  margin: 9px 0 5px;
}
#relation .wrap .box .product-logo .img img { height: 100%; }
#relation .wrap .box p { margin-top: 22px; }
#relation .wrap .arrow .gt {
  display: block;
  border-top: solid 1px #001970;
  border-right: solid 1px #001970;
  width: 30px;
  height: 30px;
  margin-left: calc(-15px - 11px);
  transform: rotate(45deg);
}

/*** reason ***/
#reason { padding-bottom: 57px; }
#reason h2 { text-align: center; }
#reason .wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 46px;
}
#reason .wrap .box {
  text-align: center;
  width: 318px;
}
#reason .wrap .box .img {
  width: 128px;
  margin: 0 auto;
}
#reason .wrap .box h3 {
  font-size: 1.8em;
  line-height: 1;
  margin-top: 32px;
}
#reason .wrap .box h3 + p { margin-top: 17px; }

/*** step ***/
#step {
  background-color: #f4f6fd;
  padding: 78px 0 72px;
}
#step .wrap {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 38px;
}
#step .wrap .box { min-width: 274px; }
#step .wrap #step3.box { min-width: 436px; }
#step .wrap .box .head { position: relative; }
#step .wrap .box .head:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #081c9e;
  width: 100%;
  height: 2px;
  margin: auto;
  opacity: 0.1;
}
#step .wrap .box .head h3 {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #081c9e;
  font-family: 'Graphik-R','FP-HiraginoUDSansStdN-W4', sans-serif;
  font-size: 1.8em;
  line-height: 30px;
  background-color: #f4f6fd;
  padding-right: 14px;
}
#step .wrap .box .head h3 .num {
  color: white;
  font-style: normal;
  text-align: center;
  background-color: #081c9e;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  padding-left: 1px;
  float: left;
}
#step .wrap .box > p {
  font-family: 'Graphik-M','FP-HiraginoUDSansStdN-W6', sans-serif;
  font-size: 1.8em;
  line-height: 1;
  margin-top: 40px;
}
#step .wrap .box .list-normal { margin-top: 20px; }
#step .wrap .box .list-normal li {
  font-size: 1.2em;
  line-height: 1.67;
}
#step .wrap #step1.box .list-normal li:last-child { margin-bottom: 1.67em; }
#step .wrap .box .link-normal { margin-top: 30px; }

/*** inquiry ***/
#inquiry .inner > p {
  font-family: 'Graphik-M','FP-HiraginoUDSansStdN-W6', sans-serif;
  font-size: 1.8em;
  line-height: 1.33;
  text-align: center;
}
#inquiry .inner > p + .btn-normal {
  width: 300px;
  height: 64px;
  margin-top: 26px;
}
#inquiry .inner > p + .btn-normal:after {
  border-radius: 32px;
}
#inquiry .inner > p + .btn-normal span {
  font-family: 'Graphik-M','FP-HiraginoUDSansStdN-W6', sans-serif;
  font-size: 1.8em;
  margin-top: -1px;
  margin-left: 18px;
}

/*** layout pc ***************************************************************/
@media screen and (max-width: 1200px) and (min-width: 769px) {
  /*** page-title ***/
  #page-title .inner { padding: 0 var(--side-padding); }
  section .inner {
    width: 100%;
    padding: 0 var(--side-padding);
  }
  section .inner .wrap { width: 100%; }
  #reason .wrap .box{
    width: 32%;
  }
  #relation .wrap .arrow .gt {
    width: 15px;
    height: 15px;
    margin-left:-5px;
  }
  #inquiry .inner > p + .btn-normal span { margin-left: 0; }
}

/*** layout tb & sp **********************************************************/
@media screen and (max-width: 768px) {
  /*** common ***/
  p { font-size: 1.3em; }
  .main { padding: 28px 0 46px; }
  section:nth-child(n+2) { margin-top: 42px; }
  section:nth-child(n+5) { margin-top: 0; }
  section:nth-child(n+7) { margin-top: 42px; }
  section .inner {
    width: 100%;
    padding: 0 var(--side-padding);
  }
  section .inner .wrap { width: 100%; }

  /*** page-title ***/
  #page-title .inner { padding: 0 var(--side-padding); }

  /*** products ***/
  #products .box .inner .txt { width: 320px; }
  #products .box .inner .txt .copy { font-size: 2.4em; }
  #products .box .inner .txt .sub { margin-top: 8px; }
  #products .box .inner .img {
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.19);
    width: 540px;
    height: 300px;
    margin: 0 -165px;
  }
  #products #dd.box .inner .img {
    margin-left: -180px;
  }

  /*** link-panel ***/
  #products .link-panel { padding-top: 80px; }
  #products .link-panel .link-text { height: auto; }
  #products .link-panel .link-text > span,
  #products .link-panel .link-text > i {
    vertical-align: middle;
    float: none;
  }
  #products .link-panel .link-text > span { display: inline-block; }
  #products .link-panel .link-text > i { height: 16px; }

  /*** relation ***/
  #relation { padding-top: 12px; }
  #relation .wrap { margin-top: 40px; }
  #relation .wrap .box { width: 210px; }
  #relation .wrap .box h3 {
    font-size: 1.6em;
    border-bottom: 4px solid #000;
    padding-bottom: 14px;
  }
  #relation .wrap .box .product-logo { margin-top: 24px; }
  #relation .wrap .box .product-logo .icon { margin-right: 10px; }
  #rel-df .icon { width: 30px; padding: 2px 0; }
  #rel-dd .icon { width: 32px; padding: 1px 0; }
  #rel-ds .icon { width: 34px; }
  #relation .wrap .box .product-logo .icon img { width: 100%; }
  #relation .wrap .box .product-logo .img {
    height: 22px;
    margin: 8px 0 4px;
  }
  #relation .wrap .box p { margin-top: 20px; }
  #relation .wrap .arrow .gt {
    width: 24px;
    height: 24px;
    margin-left: calc(-12px - 8px);
  }

  /*** reason ***/
  #reason { padding: 12px 0 42px; }
  #reason .wrap { margin-top: 28px; }
  #reason .wrap .box { width: 240px; }
  #reason .wrap .box .img { width: 120px; }
  #reason .wrap .box h3 {
    font-size: 1.6em;
    margin-top: 24px;
  }
  #reason .wrap .box h3 + p { margin-top: 15px; }

  /*** step ***/
  #step { padding: 42px 0; }
  #step .wrap { margin-top: 38px; }
  #step .wrap .box {
    position: relative;
    width: 220px;
    min-width: 0;
    padding-bottom: 40px;
  }
  #step .wrap #step3.box { min-width: 0; }
  #step .wrap .box .head h3 {
    font-size: 1.6em;
    line-height: 28px;
    padding-right: 12px;
  }
  #step .wrap .box .head h3 .num {
    border-radius: 14px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
  }
  #step .wrap .box > p {
    font-size: 1.6em;
    margin-top: 30px;
  }
  #step .wrap .box .list-normal { margin-top: 16px; }
  #step .wrap .box .list-normal li {
    font-size: 1.2em;
    line-height: 1.67;
  }
  #step .wrap #step1.box .list-normal li:last-child { margin-bottom: 1.67em; }
  #step .wrap .box .link-normal {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }

  /*** inquiry ***/
  #inquiry .inner > p { font-size: 1.6em; }
  #inquiry .inner > p + .btn-normal {
    height: 56px;
    margin-top: 24px;
  }
  #inquiry .inner > p + .btn-normal:after { border-radius: 28px; }
  #inquiry .inner > p + .btn-normal span { font-size: 1.6em; }
}

/*** layout sp ***************************************************************/
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #products .box .inner .img {
    width: 50%;
    margin: 0 0 0 20px; 
  }
  #products .box:nth-child(2) .inner .img{
    margin: 0 20px 0 0 ; 
  }

  #relation .wrap{
    align-items: stretch;
  }
  #relation .wrap .arrow{
    align-items: center;
    display: flex;
  }
  #relation .wrap .box { width: 29%; }


    /*** step ***/
    #step .wrap {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px;
    }

    #step .wrap .box { padding-bottom: 0; }
    #step .wrap .box,
    #step .wrap #step3.box {
      width: 100%;
      min-width: 0;
    }
    #step .wrap .box:nth-child(n+2) { margin-top: 24px; }
    #step .wrap .box > p {
      margin-top: 20px;
    }
    #step .wrap .box .list-normal { margin-top: 20px; }
 
    #step .wrap #step1.box .list-normal li:last-child { margin-bottom: 0; }
    #step .wrap .box .link-normal {
      position: relative;
      margin-top: 20px;
      float: right;
    }
}

/*** layout sp ***************************************************************/
@media screen and (max-width: 767px) {
  /*** common ***/
  section:nth-child(n+2) { margin-top: 52px; }
  section:nth-child(n+3) { margin-top: 42px; }
  section:nth-child(n+5) { margin-top: 0; }
  section:nth-child(n+7) { margin-top: 42px; }
  section:nth-child(n+2) .inner h2 {
    font-size: 2em;
    line-height: 1.4;
  }
  section .inner .wrap { margin-top: 22px; }

  /*** products ***/
  #products .box .inner { display: block; }
  #products .box .inner .txt {
    display: block;
    width: auto;
    height: auto;
  }
  #products .box .inner .txt .copy {
    font-size: 2.4em;
    line-height: 1.33;
    margin-top: 20px;
  }
  #products .box .inner .txt .sub { margin-top: 8px; }
  #products .box .inner .img {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.19);
    width: 440px;
    height: 260px;
    margin: 30px 0 0 20px;
  }
  #products .box:nth-child(2n) .inner .img {
    margin: 30px 20px 0 0;
    float: right;
  }

  /*** link-panel ***/
  #products .link-panel { padding-top: 50px; }

  /*** relation ***/
  #relation { padding: 0; }
  #relation .wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  #relation .wrap .box:nth-child(n+2),
  #relation .wrap .arrow:nth-child(n+2) { margin-top: 24px; }
  #relation .wrap .box { width: 100%; }
  #relation .wrap .box h3 {
    font-size: 1.8em;
    border-bottom: 4px solid #000;
    padding-bottom: 12px;
  }
  #relation .wrap .box .product-logo {
    display: flex;
    margin-top: 15px;
  }
  #relation .wrap .box .product-logo .icon { margin-right: 16px; }
  #rel-df .icon { width: 34px; padding: 2px 0; }
  #rel-dd .icon { width: 36px; padding: 1px 0; }
  #rel-ds .icon { width: 38px; }
  #relation .wrap .box .product-logo .icon img { width: 100%; }
  #relation .wrap .box .product-logo .img {
    height: 24px;
    margin: 9px 0 5px;
  }
  #relation .wrap .box .product-logo .img img { height: 100%; }
  #relation .wrap .box p { margin-top: 15px; }
  #relation .wrap .arrow .gt {
    margin-top: -12px;
    margin-left: 0;
    transform: rotate(135deg);
  }

  /*** reason ***/
  #reason .wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  #reason .wrap .box {
    width: 280px;
    margin: 0 auto;
  }
  #reason .wrap .box:nth-child(n+2) { margin-top: 8px; }
  #reason .wrap .box:nth-child(n+3) { margin-top: 24px; }
  #reason .wrap .box .img { margin: 0 auto; }
  #reason .wrap .box h3 {
    font-size: 1.8em;
    line-height: 1;
    margin-top: 8px;
  }
  #reason .wrap .box h3 + p { margin-top: 16px; }

  /*** step ***/
  #step .wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  #step .wrap .box { padding-bottom: 0; }
  #step .wrap .box,
  #step .wrap #step3.box {
    width: 100%;
    min-width: 0;
  }
  #step .wrap .box:nth-child(n+2) { margin-top: 24px; }
  #step .wrap .box > p {
    font-size: 1.8em;
    margin-top: 20px;
  }
  #step .wrap .box .list-normal { margin-top: 20px; }
  #step .wrap .box .list-normal li { font-size: 1.3em; }
  #step .wrap #step1.box .list-normal li:last-child { margin-bottom: 0; }
  #step .wrap .box .link-normal {
    position: relative;
    margin-top: 20px;
    float: right;
  }

  /*** inquiry ***/
  #inquiry .inner > p { font-size: 1.4em; }
  #inquiry .inner > p + .btn-normal {
    width: 240px;
    height: 48px;
    margin-top: 20px;
  }
  #inquiry .inner > p + .btn-normal:after { border-radius: 24px; }
  #inquiry .inner > p + .btn-normal span { font-size: 1.6em; }
}

/*** layout sp 320 ***********************************************************/
@media screen and (max-width: 360px) {}
