@charset "utf-8";
/* =======================================
Top visual
========================================== */
.main__visual {
	background: url("/assets/images/category/download_mv.jpg") no-repeat top center;
}
.download.inner--width {
  width: calc(100% - 40px);
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 0 44px;
}
.download__leftBlk {
  width: calc(67.45% - 22px);
  min-height: 500px;
}
.download__leftBlk h2 {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #000;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.download__leftBlk h2:not(:first-child) {
  margin-top: 1.4em;
}
.download__leftBlk p {
  font-size: 112.5%;
}
.download__leftBlk p.txt--bold {
  margin-bottom: 2em;
  font-size: 125%;
}
.download__rightBlk {
  width: calc(32.55% - 22px);
  min-height: 500px;
}
.download .top__link {
  width: 100%;
}
.download__flexBlk {
	display: flex;
}
.download__flexBlk img {
	width: 150px;
	margin-left: 1em;
}
@media screen and (max-width: 1190px){
  .download__leftBlk {
    padding-left: 0;
  }
}
@media screen and (max-width: 990px){
  .download__leftBlk p br.visible-sp {
    display: block!important;
  }
}
@media screen and (max-width: 890px){
  .download__leftBlk {
    width: 100%;
  }
  .download__rightBlk {
    width: 100%;
    padding-top: 50px;
  }
  .download__flexBlk {
	justify-content: center;
    flex-wrap: wrap;
  }
  .download__flexBlk img {
  }
}
@media screen and (max-width: 740px){
  .download__leftBlk p {
    font-size: 100%;
  }
  .download__leftBlk p.txt--bold {
    font-size: 120%;
  }
  .download__leftBlk h2:not(:first-child) {
  margin-top: 2em;
  }
}
.support .inner--width {
  max-width: 1060px;
}
.support__intro {
  padding: 80px 0 10px;
  margin-bottom: 65px;
  border-bottom: 1px solid #000;
}
.support__intro p {
  font-size: 187.5%;
  text-align: center;
}
.support__intro p strong {
  font-size: 150%;
  line-height: 1;
}
.support__intro p:nth-child(2) {
  margin-top: 30px;
  font-size: 168.75%;
}
.support__nav {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  grid-gap: 50px;
}
.support__nav .heading {
  font-size: 150%;
  text-align: center;
  flex-shrink: 0;
  line-height: 1;
}
.support__nav .heading strong {
  font-size: 245%;
}
.support__nav .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.support__nav .list li {
  padding-right: 10px;
  font-size: 137.5%;
  position: relative;
}
.support__nav .list li::before,
.support__nav .list li::after {
  content: '';
  width: calc(100% - 10px);
  height: 100%;
  border: 1px solid #1F96E4;
  border-radius: 10px;
  position: absolute;
}
.support__nav .list li::before {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1;
}
.support__nav .list li::after {
  top: 10px;
  left: 10px;
  z-index: 0;
}
.support__nav .list li a {
  width: 100%;
  height: 100%;
  padding: 0 25px 0 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
.support__nav .list li .eng {
  font-size: 325%;
}
.support__nav .list li .txt {
  font-weight: 500;
  white-space: nowrap;
}
.support__nav .list li .arrow {
  width: 30px;
  padding: 0;
  margin-left: auto;
}

.example {
  margin-bottom: 140px;
}
.example:last-of-type {
  margin-bottom: 120px;
}
.example__ttl {
  padding-bottom: 30px;
  margin-bottom: 20px;
  background: url(../images/common/line_btmarrow.svg) center bottom/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.example__ttl h2 {
  padding-left: 30px;
  font-size: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.example__ttl h2 .eng {
  font-size: 555%;
  line-height: 1;
}
.example__ttl h2 .txt {
  font-size: 168.75%;
}
.example__ttl .btn {
  width: 100%;
  max-width: 265px;
  padding: 12px 20px 13px;
  background-color: #1F96E4;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.example__ttl .btn img {
  width: 17px;
  display: block;
}
.example-case__list {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
  counter-reset: examplelist 0;
}
.example-case__list .listItem {
  padding: 50px 15px 20px;
  border: 1px solid #1F96E4;
  border-radius: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
.example-case__list .listItem::before,
.example-case__list .listItem::after {
  background-color: #fff;
  color: #1F96E4;
  font-weight: 700;
  position: absolute;
  z-index: 1;
}
.example-case__list .listItem::before {
  content: 'CASE';
  padding-right: 1em;
  font-size: 125%;
  top: 20px;
  left: 20px;
  line-height: 30px;
}
.example-case__list .listItem::after {
  counter-increment: examplelist 1;
  content: counter(examplelist);
  padding-right: 0.5em;
  font-size: 187.5%;
  top: 16px;
  left: 2.5em;
  line-height: 30px;
}
.example-case__list .caseWrap {
  width: 100%;
  padding: 0 8px 0 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
.example-case__list .caseWrap::before {
  content: '';
  width: calc(100% - 5em);
  height: 1px;
  background-color: #1F96E4;
  display: block;
  position: absolute;
  top: -24px;
  right: 0;
}
.example-case__list .case_ttl {
  padding: 20px 0 15px 15px;
	font-size: 150%;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.example-case__list dl {

}
.example-case__list dt {
  padding: 2px 0;
  margin-bottom: 20px;
  background-color: #1F96E4;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.example-case__list dt:nth-child(3) {
  margin-top: 10px;
}
.example-case__list dd {
  font-weight: 500;
}
.example-case__list dd ul.disc {
  margin-left: 2rem;
  font-size: 125%;
  list-style: disc;
}
.example-case__list dd ul.disc strong {
  font-size: 150%;
  line-height: 1;
}
.example-case__list dd ul.disc small {
  font-size: 100%;
}
.example-case__list .note {
  font-size: 87.5%;
  grid-column: 2/4;
  grid-row: span 2;
  display: flex;
  align-items: flex-end;
}
.example-case__list .note ul li {
  padding-left: 1em;
  position: relative;
}
.example-case__list .note ul li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.contactWrap {
  padding: 30px;
  background-color: #F8F6F4;
  text-align: center;
}
.contactWrap p {
  font-size: 112.5%;
}
.contactWrap .btn {
  width: 100%;
  max-width: 370px;
  height: 58px;
  margin: 0 auto;
  background: #1F96E4;
  border-radius: 50px;
  color: #fff;
  font-size: 110%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contactWrap .btn::before,
.contactWrap .btn::after {
  content: "";
  position: absolute;
}
.contactWrap .btn::before {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  right: 14px;
}
.contactWrap .btn::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #1F96E4;
  border-right: 0;
  transform: rotate(0deg);
  right: 20px;
  transform: scale(0.6);
}
a.dlBtn {
  width: 100%;
  max-width: 458px;
  height: 75px;
  margin: 0 auto;
  background-color: #1F96E4;
  border-radius: 50px;
  color: #fff;
  font-size: 168.75%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 18px;
}
.dlBtn img {
  width: 30px;
  display: block;
}
.example_contact__list {
	background-color: #EBEBEB;
	margin: 80px 0 0;
	line-height: 2.4;
	padding: 55px 20px;
	text-align: center;
}
.example_contact__list .example_contact__txt {
	font-size: 187.5%;
  font-weight: 700;
	margin: 0 0 20px;
  letter-spacing: 0.05em;
}
.example_contact__list .example_contact__txt .large {
  font-size: 110%;
}
.example_contact__list .example_contact__txt strong {
  padding: 16px 40px;
  background-color: #1F96E4;
  border: 2px solid #fff;
  color: #fff;
}
.example_contact__list a {
  width: 100%;
  max-width: 460px;
  height: 75px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #1F96E4;
  border-radius: 50px;
  color: #1F96E4;
  font-size: 110%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.example_contact__list a::before,
.example_contact__list a::after {
  content: "";
  position: absolute;
}

.example_contact__list a::before {
  width: 30px;
  height: 30px;
  background: #1F96E4;
  border-radius: 50%;
  right: 22px;
}
.example_contact__list a::after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  transform: rotate(0deg);
  right: 30px;
  transform: scale(0.8);
}
@media screen and (max-width: 1199px){
  .example-case__list .case_ttl {
    font-size: 130%;
  }
  .support__nav .list li .arrow {
    width: 20px;
  }
}
@media screen and (max-width: 1023px){
  .support__nav {
    display: block;
  }
  .support__nav .heading {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .example-case__list {
    grid-template-columns: repeat(2,1fr);
  }
  .example-case__list .note {
    grid-column: 1/3;
  }
  .contactWrap br.visible-sp {
    display: block!important;
  }
  .example_contact__list .example_contact__txt {
    font-size: 150%;
  }
}
@media screen and (max-width: 740px){
  .support__intro p {
    font-size: 120%;
  }
  .support__nav .heading {
    margin-bottom: 20px;
    display: block;
  }
  .support__nav .list {
    grid-template-columns: repeat(1,1fr);
  }
  .example__ttl {
    display: block;
  }
  .example__ttl h2 {
    padding-left: 0;
  }
  .example__ttl .btn {
    margin-left: auto;
  }
  .example-case__list {
    grid-template-columns: repeat(1,1fr);
  }
  .example-case__list .note {
    grid-column: 1/2;
  }
  .example_contact__list {
    line-height: 2;
  }
  .example_contact__list .example_contact__txt {
    font-size: 120%;
  }
  .example_contact__list .example_contact__txt strong {
    padding: 5px 30px;
    display: block;
  }
  .example_contact__list .example_contact__txt strong + strong {
    margin-top: 5px;
  }
  .example_contact__list a {
    height: 55px;
    font-size: 100%;
    justify-content: flex-start;
  }
}