@charset "UTF-8";
.txt-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sp-txt-center {
    text-align: center;
  }
}

.txt-right {
  text-align: right;
}

.ttl1 {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl1 {
    font-size: 23px;
  }
}
.ttl1.dwn {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .ttl1.dwn {
    font-size: 23px;
  }
}

.ttl2 {
  font-size: 42px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl2 {
    font-size: 21px;
    line-height: 29px;
  }
}

.ttl3 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl3 {
    font-size: 15px;
    line-height: 22.5px;
  }
}

.ttl4 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ttl4.wt {
  font-weight: bold;
}

.ttl5 {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.ttl5.wt {
  font-weight: bold;
}

.txt1 {
  font-size: 16px;
  line-height: 24px;
}
.txt1.ht {
  height: 72px;
}

.txt2 {
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .txt2 {
    font-size: 16px;
    line-height: 28px;
  }
}
.txt2.wt {
  font-weight: bold;
}
.txt2 .txt3 {
  line-height: 1.5;
}

.txt3 {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .txt3 {
    font-size: 12px;
  }
}

.txt4 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .txt4 {
    font-size: 18px;
  }
}
.txt4.wt {
  font-weight: bold;
}

.txt4.wt.idt1 + .txt4.wt.idt1 {
  margin-top: 0.4em;
}

.idt1 {
  text-indent: -1em;
  padding-left: 1em;
}

.idt2 {
  text-indent: -2.6em;
  padding-left: 2.6em;
}

.sub {
  vertical-align: super;
}

.col1 {
  color: #3296B4;
}

.col2 {
  color: #3e6498;
}

.lnk:hover {
  text-decoration: underline;
  opacity: 1;
}

.bg-col1 {
  background-color: #F0F0F0;
}

.brdr1 {
  border-bottom: 2px solid #3e6498;
}

.mt1 {
  margin-top: 15px;
}

.mt2 {
  margin-top: 40px;
}

.mt3 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt3 {
    margin-top: 22px;
  }
}

.mt4 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt4 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .mt5 {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .mt5.-sp {
    margin-top: 5px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .ml1 {
    margin-left: 10px;
  }
}

.mb1 {
  margin-bottom: 15px;
}

.plr1 {
  padding: 0 1em;
}

.main_cell + .main_cell {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .main_cell + .main_cell {
    margin-top: 11px;
  }
}
.main_cell + .main_block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main_cell + .main_block {
    margin-top: 28.5px;
  }
}

.main_sec + .main_sec {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .main_sec + .main_sec {
    margin-top: 25px;
  }
}
.atl + .main_sec {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .atl + .main_sec {
    margin-top: 50px;
  }
}

.main_block + .main_block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main_block + .main_block {
    margin-top: 40px;
  }
}

.main_art + .main_art {
  margin-top: 40px;
}
.heading + .main_art {
  margin-top: 20px;
}

img + figcaption {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  img + figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
}

a:hover {
  opacity: 0.7;
}

.hov-link .hov-wrap {
  overflow: hidden;
}
.hov-link .hov-wrap.line {
  border-top: solid 2px #3296B4;
}
@media screen and (max-width: 768px) {
  .hov-link .hov-wrap.line {
    border-top: solid 3px #3296B4;
  }
}
.hov-link .hov-img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.hov-link:hover {
  opacity: 1;
}
.hov-link:hover .hov-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon {
  padding-left: 35px;
  background-image: url(../img/web_magazine/site-icon.svg);
  background-repeat: no-repeat;
  background-position: 0em 0.15em;
  background-size: 1.5em;
}

.icon-b {
  width: 1.5em;
  height: auto;
  position: relative;
  top: -0.4em;
}

.grd-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grd-box.wid1 {
  -ms-grid-columns: 1fr 20px 1.2fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1.2fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .grd-box.wid1 {
    -ms-grid-columns: 1fr unset 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
@media screen and (min-width: 769px) {
  .grd-box.wid1.--menu {
    row-gap: 20px;
  }
}
.grd-box.wid2 {
  -ms-grid-columns: 364px 40px 364px 40px 364px;
  grid-template-columns: repeat(3, 364px);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .grd-box.wid2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.grd-box.wid2.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .grd-box.wid2.row {
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .grd-box.wid3 {
    -ms-grid-columns: 1fr 15px 1.2fr;
    grid-template-columns: 1fr 1.2fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.grd-box.wid4 {
  -ms-grid-columns: 384px 25px 384px 25px 384px;
  grid-template-columns: repeat(3, 384px);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
@media screen and (max-width: 768px) {
  .grd-box.wid4 {
    -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}
.grd-box.wid5 {
  grid-row-gap: 10px;
}
.grd-box.wid5 .chd-el01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 768px) {
  .grd-box.wid5 .chd-el01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.grd-box.wid5 .chd-el02 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  .grd-box.wid5 .chd-el02 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
}
.grd-box.wid5 .chd-el03 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
@media screen and (max-width: 768px) {
  .grd-box.wid5 .chd-el03 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.grd-box.wid5 .chd-el03 .wid {
  width: 920px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .grd-box.wid5 .chd-el03 .wid {
    width: 100%;
  }
}
.grd-box.wid6 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 15px auto;
  grid-template-rows: 1fr auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
.grd-box.wid6 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.grd-box.wid6 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.grd-box.wid6 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.grd-box.wid6 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .grd-box.wid6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    row-gap: 25px;
  }
  .grd-box.wid6 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.grd-box.wid6.row-non {
  row-gap: unset;
}
@media screen and (min-width: 769px) {
  .grd-box.wid6 .chd-el01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 769px) {
  .grd-box.wid6 .chd-el02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
@media screen and (min-width: 769px) {
  .grd-box.wid6 .chd-el03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
}

.flx_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flx_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flx_box.row-btm {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flx_box .child_fix {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flx_box.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flx_box.re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flx_box.re.-pc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flx_box.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flx_box.layout1 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .flx_box.layout1 {
    row-gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box.layout1.ver01 {
    padding-left: 35px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  .flx_box.layout1.ver01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flx_box.layout1.ver01 > figure img {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .flx_box.layout1.ver01 > figure img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flx_box.layout2 {
    row-gap: 15px;
  }
}
.flx_box.layout3 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .flx_box.layout3 {
    row-gap: 25px;
  }
}
.flx_box.layout4 {
  -webkit-column-gap: 150px;
     -moz-column-gap: 150px;
          column-gap: 150px;
}
@media screen and (max-width: 768px) {
  .flx_box.layout4 {
    row-gap: 25px;
  }
}
.flx_box.layout5 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flx_box.layout5 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 25px;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media screen and (min-width: 769px) {
  .flx_box.layout6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .flx_box.layout6 {
    row-gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box.layout7 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flx_box.layout7 {
    row-gap: 30px;
  }
}
.flx_box .wid {
  height: auto;
}
@media screen and (max-width: 768px) {
  .flx_box .wid {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid1 {
    width: 580px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid2 {
    width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid3 {
    width: 387px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid4 {
    width: 570px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid5 {
    width: 714px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid6 {
    width: 275px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid7 {
    width: 474px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid8 {
    width: 374px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid9 {
    width: 350px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid10 {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .flx_box .wid.wid10 {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid11 {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .flx_box .wid.wid11 {
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  .flx_box .wid.wid12 {
    width: 394px;
  }
}

.grid_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .grid_box {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 769px) {
  .design01 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .design01 > img {
    width: 594px;
    height: auto;
  }
}

.colm.el-center {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .colm.wid1 {
    width: 788px;
  }
}
@media screen and (min-width: 769px) {
  .colm.wid2 {
    width: 756px;
  }
}
@media screen and (min-width: 769px) {
  .colm.wid3 {
    width: 100%;
  }
}

.brc-items {
  margin: 0 auto;
  padding: 18px 25px;
  max-width: 1200px;
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brc-items > li {
  display: block;
}
.brc-items > li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 14px;
}
.brc-items .brc-item {
  text-decoration: underline;
}
.brc-items .brc-item.is-current {
  text-decoration: none;
  pointer-events: none;
}

.kv + .atl {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .kv + .atl {
    margin-top: 30px;
  }
}

.brc-items + .atl {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .brc-items + .atl {
    margin-top: 10px;
  }
}

.l-s-box {
  margin: 0 auto;
  max-width: 1200px;
}
.l-s-box + .atl {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-s-box + .atl {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-s-box {
    max-width: 100%;
  }
}

.lead {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-top: 22.5px;
  }
}
@media screen and (min-width: 769px) {
  .lead > .ttl3 {
    font-size: 36px;
  }
}

.slc {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .slc {
    margin-top: 30px;
  }
}
.slc__item {
  padding: 20px 32px 20px 0;
  display: block;
  background-color: #F0F0F0;
  border: 1px solid #888888;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slc__item {
    padding: 20px 0 13.5px 37px;
    border: unset;
    text-align: left;
    font-size: 17px;
  }
}
.slc__item::after {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .slc__item::after {
    content: "";
    margin: auto 0;
    width: 13px;
    height: 13px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    inset: -1px 18px 0 auto;
    -webkit-transform: translateY(-25%) rotate(135deg);
            transform: translateY(-25%) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .slc__item::after {
    content: ">";
    font-size: 20px;
    inset: 18px 18px 0 18px;
  }
}

.atl {
  margin: 0 auto;
  max-width: 1200px;
}
.atl + .atl {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .atl + .atl {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .atl {
    max-width: 100%;
    width: calc(100% - 50px);
  }
}

.card {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
}
.card__ttl {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .card__ttl {
    margin-top: 5px;
    font-size: 16px;
  }
}
.card__ttl.pdt-ttl {
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .card__ttl.pdt-ttl {
    text-align: left;
    font-size: 15px;
  }
}
.card__txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 30px;
}
.card .pdt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card .pdt-img {
  width: 155px;
}
@media screen and (max-width: 768px) {
  .card .pdt-img {
    width: 120px;
  }
}
.card .pdt-tag {
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card .pdt-tag {
    margin-top: 3px;
    text-align: left;
    font-size: 13px;
  }
}
.card .pdt-tag > span {
  margin-right: 0.75em;
  display: inline-block;
}
.card .pdt-tag > span::before {
  content: "●";
  font-size: 1.3em;
  font-weight: 700;
  color: #3296b4;
  line-height: 1;
  margin-right: 0.05em;
}

.tag-items {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 768px) {
  .tag-items {
    margin-top: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.heading {
  padding-bottom: 1px;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .heading {
    padding-bottom: 1px;
    font-size: 19px;
  }
}

.tag {
  padding: 3px 0;
  background-color: #8C8C8C;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.tag.wid1 {
  width: 148px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .tag.wid1 {
    width: 116px;
    font-size: 13px;
  }
}
.tag.wid2 {
  width: 268px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .tag.wid2 {
    width: 133px;
    font-size: 15px;
  }
}

.tag-new {
  padding: 2px 4px;
  background-color: #FFF000;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tag-new {
    font-size: 13px;
  }
}

.content {
  margin-top: 165px;
}
@media screen and (max-width: 768px) {
  .content {
    margin-top: 80px;
  }
}
.content__wrap {
  margin: -20px auto 0;
  padding: 55px 0 45px;
  background-color: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .content__wrap {
    margin: 0 auto;
    padding: 15px 0 0;
    background-color: #fff;
  }
}
.content__wrap.bg-col1 {
  background-color: #fff;
}
.content__ttl {
  margin-top: 8px;
  text-align: center;
  font-size: 25px;
}
.content__ttl + .txt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .content__ttl {
    margin-top: 5px;
    font-size: 15px;
  }
}
.content__ttl.mt {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .content__ttl.mt {
    margin-top: 5px;
  }
}
.content__ttl.dwn {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .content__ttl.dwn {
    font-size: 15px;
  }
}
.content__arrow {
  margin: 20px auto 0;
  display: block;
}
.content__arrow > img {
  width: 40px;
  height: 40px;
}

.cta {
  margin: 165px 0;
}
@media screen and (max-width: 768px) {
  .cta {
    margin: 70px 0 60px;
  }
}
.cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .cta__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
}
.cta__btn {
  padding: 17px 0;
  width: 371px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3296B4;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin: 0 auto;
    padding: 12.5px 0;
    width: 325px;
    font-size: 19px;
  }
}
.cta__btn.wid01 {
  padding: 10px 20px 10px 0;
  width: 100%;
  font-size: 16px;
}
.cta__btn::before {
  content: "";
  margin-right: 15px;
  width: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .cta__btn::before {
    width: 32.5px;
  }
}
.cta__btn.download {
  background-color: #323232;
}
.cta__btn.download::before {
  height: auto;
  background-image: url(../img/common/icon_download_white.svg);
}
.cta__btn.mail::before {
  height: auto;
  background-image: url(../img/common/icon_mail_white.svg);
}

.link {
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .link {
    padding: 25px;
  }
}
@media screen and (min-width: 769px) {
  .link > h2 {
    font-size: 30px;
  }
}

.to-top {
  margin: 0 auto;
  padding: 17px 0 17px 35px;
  width: 330px;
  display: block;
  border: 1px solid #888888;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .to-top {
    width: 325px;
    font-size: 19px;
  }
}
.to-top::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/web_magazine/icon_arrow_line_black_bold.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 50% auto auto 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .to-top::before {
    width: 12px;
  }
}

.tpc {
  padding: 20px 30px 40px 40px;
  background-color: #F0F0F0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .tpc {
    padding: 30px 15px;
  }
}
.tpc__wrap {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .tpc__wrap {
    margin-top: 22px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

@media screen and (min-width: 769px) {
  .video-items {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .video-items .video-item {
    width: 49%;
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .video-items .video-item:first-of-type {
    margin-right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .video-items .video-item:first-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .beside-scll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 20px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .beside-scll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .beside-scll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .beside-scll .scll-img01 {
    min-width: 170%;
  }
}
@media screen and (max-width: 768px) {
  .beside-scll .scll-img02 {
    min-width: 210%;
  }
}
@media screen and (max-width: 768px) {
  .beside-scll .scll-img03 {
    min-width: 160%;
  }
}
@media screen and (max-width: 768px) {
  .beside-scll .scll-img04 {
    min-width: 270%;
  }
}

.table-list {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .table-list.fixed {
    table-layout: fixed;
  }
}
@media screen and (min-width: 769px) {
  .table-list .wid01 {
    width: 12%;
  }
}
.table-list > thead > tr {
  background-color: #a0a0a0;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .table-list > thead > tr {
    font-size: 16px;
    line-height: 22.5px;
  }
}
.table-list > thead > tr > th {
  padding: 10px 25px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-list > thead > tr > th {
    padding: 5px 10px;
  }
}
.table-list > tbody > tr {
  border-top: 1px solid #333;
  font-size: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .table-list > tbody > tr {
    font-size: 13px;
    line-height: 25px;
  }
}
.table-list > tbody > tr > th {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .table-list > tbody > tr > th {
    padding: 5px 10px 5px 0;
  }
}
.table-list > tbody > tr > td {
  padding: 10px 25px;
  background-color: #f0f0f0;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .table-list > tbody > tr > td {
    padding: 5px 10px;
  }
}

.case-ttl-colm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (max-width: 768px) {
  .case-ttl-colm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 32.5px;
  }
}
@media screen and (min-width: 769px) {
  .case-ttl-colm.algn-i {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.case-ttl-colm .case-subttl {
  font-size: 30px;
  list-style: 1em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case-ttl-colm .case-subttl {
    font-size: 16px;
  }
}

.co-name .wid {
  height: auto;
}
@media screen and (max-width: 768px) {
  .co-name .wid {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid-c {
    margin: 0 auto;
    display: block;
  }
}
.co-name .wid.wid01 {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid01 {
    width: 220px;
  }
}
.co-name .wid.wid02 {
  width: 304px;
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid02 {
    margin: 0 auto;
    display: block;
    width: 196px;
  }
}
.co-name .wid.wid03 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid03 {
    width: 258px;
  }
}
@media screen and (min-width: 769px) {
  .co-name .wid.wid04 {
    width: 458px;
  }
}
.co-name .wid.wid05 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid05 {
    width: 162px;
  }
}
.co-name .wid.wid06 {
  width: 398px;
}
@media screen and (max-width: 768px) {
  .co-name .wid.wid06 {
    width: 196px;
  }
}

.company-intro {
  padding: 20px 20px 20px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .company-intro {
    padding: 17.5px 7.5px 7.5px;
  }
}
.company-intro > h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .company-intro > h3 {
    font-size: 19px;
  }
}
.company-intro__wrap {
  margin-top: 15px;
  padding: 35px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .company-intro__wrap {
    margin-top: 15px;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .company-intro__wrap.pd1 {
    padding: 45px 110px;
  }
}
@media screen and (max-width: 768px) {
  .company-intro__wrap.pd1 {
    padding: 23px 20px 20px;
  }
}

.company-intro02 > h3 {
  padding: 20px 0 20px 20px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .company-intro02 > h3 {
    padding: 7.5px 0 7.5px 7.5px;
  }
}

.lnk-prdct + .lnk-prdct {
  margin-top: 35px;
}
.lnk-prdct .product-info-img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .product-info-img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.lnk-prdct.colm01 {
  margin: 0 auto;
  width: 1070px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 57px 1fr 57px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 70px 10px auto;
  grid-template-rows: 70px auto;
  grid-column-gap: 57px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.lnk-prdct.colm01 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.lnk-prdct.colm01 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.lnk-prdct.colm01 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.lnk-prdct.colm01 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.lnk-prdct.colm01 > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.lnk-prdct.colm01 > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 768px) {
  .lnk-prdct.colm01 {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    row-gap: unset;
  }
  .lnk-prdct.colm01 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.lnk-prdct.el-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.lnk-prdct .prdct__img {
  margin-right: 15px;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/6/2;
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/6/2;
  }
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
.lnk-prdct .prdct__img.wid {
  margin-left: auto;
  display: block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__img.wid {
    margin: 0 auto;
  }
}
.lnk-prdct .prdct__img.wid.wid01 {
  width: 195px;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__img.wid.wid01 {
    width: 175px;
  }
}
.lnk-prdct .prdct__img.wid.wid02 {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__img.wid.wid02 {
    width: 162px;
  }
}
.lnk-prdct .prdct__ttl {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1/2/2/4;
  }
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__ttl {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lnk-prdct .prdct__ttl + .prdct__txt {
    margin-top: 15px;
  }
}
.lnk-prdct .prdct__txt {
  font-size: 16px;
  text-indent: -0.6em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el01 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el03 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el04 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el05 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el06 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 4/3/5/4;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el07 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
}
@media screen and (min-width: 769px) {
  .lnk-prdct .prdct__txt.el08 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 5/3/6/4;
  }
}
.lnk-prdct .btn01 {
  margin: 0 auto;
  padding: 17px 30px 17px 12px;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F0F0F0;
  border: 1px solid #888888;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01 {
    padding: 6px 30px 6px 10px;
    width: 325px;
    font-size: 19px;
  }
}
.lnk-prdct .btn01::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/web_magazine/icon_arrow_line_black_bold.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 50% 15px auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01::before {
    width: 12px;
  }
}
.lnk-prdct .btn01.wid01 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01.wid01 {
    width: 100%;
  }
}
.lnk-prdct .btn01.wid02 {
  width: 370px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01.wid02 {
    width: 40.5vw;
    height: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01.wid02::before {
    inset: 50% 10px auto auto;
  }
}
.lnk-prdct .btn01.wid02.--w100 {
  width: 100%;
}
.lnk-prdct .btn01.wid03 {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01.wid03 {
    width: 100%;
  }
}
.lnk-prdct .btn01.is-current {
  background-color: #3296B4;
  border: 1px solid #3296B4;
  color: #fff;
}
.lnk-prdct .btn01.is-current::before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: url(../img/common/icon_arrow_line_white_bold.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 50% 10px auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .lnk-prdct .btn01.is-current::before {
    width: 12px;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  display: none;
  background-image: url(../img/common/to_top_arrow_icon.svg);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 65535;
  cursor: pointer;
}
.scroll-top::after {
  content: "ScrollTop";
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}