@charset "UTF-8";

iframe{
  max-width: 100%;
}
.mag-contents-wrapper .mag-contents{
  max-width: 1180px;
  width: auto;
}
@media screen and (max-width: 769px){
  .mag-contents-wrapper .mag-contents{
    max-width: 100%;
  }
}

/*>>> Grid System [grid-***] */
.grid-row{
  margin-right:-1rem;
  margin-left:-1rem;
  display:flex;
  flex-wrap:wrap;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.grid-col--1,.grid-col--2,.grid-col--3,.grid-col--4,.grid-col--5,.grid-col--6,.grid-col--7,.grid-col--8,.grid-col--9,.grid-col--10,.grid-col--11,.grid-col--12{
  width:100%;
  padding-right:1rem;
  padding-left:1rem;
  position:relative;
  min-height:.1rem;
  box-sizing:border-box;
  margin-bottom: 3rem;
}
h2 + .grid-row,
h3 + .grid-row,
h4 + .grid-row,
h5 + .grid-row,
h6 + .grid-row{
  margin-top: 0;
}
h2 + .p-feature-single__imgTextWrap,
h3 + .p-feature-single__imgTextWrap,
h4 + .p-feature-single__imgTextWrap,
h5 + .p-feature-single__imgTextWrap,
h6 + .p-feature-single__imgTextWrap{
  margin-top: 0;
}
.grid-row > :last-child{
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
.grid-row{
  margin-left:-2rem;
  margin-right:-2rem;
  margin-top: 12rem;
}
.grid-col,.grid-col--1,.grid-col--2,.grid-col--3,.grid-col--4,.grid-col--5,.grid-col--6,.grid-col--7,.grid-col--8,.grid-col--9,.grid-col--10,.grid-col--11,.grid-col--12{
  padding-right:2rem;
  padding-left:2rem;
  margin-bottom: 0;
}
.grid-col--1{width:8.33333333333%}
.grid-col--2{width:16.6666666667%}
.grid-col--3{width:25%}
.grid-col--4{width:33.3333333333%}
.grid-col--5{width:41.6666666667%}
.grid-col--6{width:50%}
.grid-col--7{width:58.3333333333%}
.grid-col--8{width:66.6666666667%}
.grid-col--9{width:75%}
.grid-col--10{width:83.3333333333%}
.grid-col--11{width:91.6666666667%}
.grid-col--12{width:100%}
}

/* Page */
.p-feature-single{
  /* padding: 12rem 0 0; */
  background: #fff;
}
.p-feature-single .l-container{
  max-width: 96rem;
  margin: 0 auto;
}
.p-feature-single__inner{
  position: relative;
  /* padding: 0 0 12rem; */
}
.p-feature-single__article{}
.p-feature-single__lead{}
.p-feature-single__wrapper{
  color: inherit;
}
.p-feature-single .center{
  text-align: center;
}
.p-feature-single .right{
  text-align: right;
}
@media screen and (max-width: 768px){
  .p-feature-single{
    /* padding: 5.8rem 0 0; */
    background: #fff;
  }
  .p-feature-single .l-container{
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media screen and (min-width: 769px){
  .grid-row--largeSmall > .grid-col--6:nth-of-type(1) {
    width: 75%;
  }
  .grid-row--largeSmall > .grid-col--6:nth-of-type(2) {
    width: 25%;
  }
}
/* Heading h2, h3, h4, h5, h6 */
.p-feature-single__wrapper h2 {
  margin: 6rem 0 3rem;
  font-weight: bold;
}
.p-feature-single__wrapper h2 span {
  font-size: 1.9rem;
  color: #fff;
  display: inline;
  padding: 0.2em 0.5em;
  background-color: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper h2 {
    margin: 8rem 0 6rem;
  }
  .p-feature-single__wrapper h2:nth-of-type(1) {
    margin-top: 12rem;
  }
  .p-feature-single__wrapper h2 span {
    font-size: 3rem;
    padding: 0.25em 0.5em;
    line-height: 2.2;
    letter-spacing: 0.16em;
  }
}

.p-feature-single__wrapper h3 {
  font-size: 1.9rem;
  letter-spacing: 0.12em;
  line-height: 1.76;
  margin: 6rem 0 3rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.p-feature-single__wrapper h3::after {
  content: "";
  display: inline-flex;
  background: #000;
  width: 2.6rem;
  height: 0.4rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper h3 {
    font-size: 3rem;
    letter-spacing: 0.16em;
    line-height: 2.05;
    margin: 8rem 0 6rem;
  }
  .p-feature-single__wrapper h3::after {
    width: 3.6rem;
    height: 0.5rem;
    margin-top: 2.5rem;
  }
}

.p-feature-single__wrapper h4 {
  margin: 6rem 0 3rem;
  font-weight: bold;
}
.p-feature-single__wrapper h4 span {
  font-size: 1.7rem;
  color: #fff;
  display: inline;
  padding: 0.2em 0.5em;
  background-color: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper h4 {
    margin: 12rem 0 6rem;
  }
  .p-feature-single__wrapper h4 span {
    font-size: 2.4rem;
    padding: 0.2em 0.5em;
    line-height: 2;
    letter-spacing: 0.14em;
  }
}

.p-feature-single__wrapper h5 {
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 2;
  margin: 6rem 0 3rem;
  padding-left: 2rem;
  display: flex;
  font-weight: bold;
  position: relative;
}
.p-feature-single__wrapper h5::after {
  content: "";
  display: inline-flex;
  background: #000;
  width: 0.4rem;
  height: 83%;
  position: absolute;
  top: 8.5%;
  left: 0;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper h5 {
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    margin: 12rem 0 6rem;
    padding-left: 3rem;
  }
  .p-feature-single__wrapper h5::after {
    width: 0.5rem;
  }
}

.p-feature-single__wrapper h6 {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1.73;
  margin: 6rem 0 3rem;
  display: flex;
  flex-direction: column;
  font-weight: bold;
}
.p-feature-single__wrapper h6::after {
  content: "";
  display: flex;
  background: #d1d1d2;
  width: 100%;
  height: 0.1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper h6 {
    font-size: 1.9rem;
    letter-spacing: 0.075em;
    line-height: 1.579;
    margin: 12rem 0 6rem;
  }
  .p-feature-single__wrapper h6::after {
    margin-top: 1.5rem;
  }
}

/* Text */
.p-feature-single__wrapper p {
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
.p-feature-single__wrapper p + p {
  margin-top: 1.6em;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper p {
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}

/* img */
.p-feature-single__wrapper figure {
  margin-bottom: 3rem;
}
.p-feature-single__wrapper .grid-row figure {
  margin-bottom: 0;
}
.p-feature-single__wrapper .grid-row figure  + figure{
  margin-top: 3rem;
}
.p-feature-single__wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-feature-single__wrapper figure figcaption {
  font-size: 1.1rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
  color: #8c8d8d;
  margin-top: 1rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper figure {
    margin-bottom: 6rem;
  }
  .p-feature-single__wrapper .grid-row figure{
    margin-bottom: 0;
  }
  .p-feature-single__wrapper .grid-row figure  + figure{
    margin-top: 6rem;
  }
  .p-feature-single__wrapper .grid-row--largeSmall figure  + figure{
    margin-top: 3rem;
  }
  .p-feature-single__wrapper figure figcaption {
    font-size: 1.4rem;
    line-height: 2.14;
  }
}

/* text-img */
.p-feature-single__imgTextWrap{
  margin: 6rem 0 0;
}
.p-feature-single__imgTextWrap p {
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
.p-feature-single__imgTextWrap figure {
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__imgTextWrap{
    margin: 12rem 0 0;
  }
  .p-feature-single__imgTextWrap::after {
    content: "";
    clear: both;
    display: block;
  }
  .p-feature-single__imgTextWrap p {
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
  .p-feature-single__imgTextWrap figure {
    float: right;
    width: calc(50% - 2rem);
    margin: 0 0 0 4rem;
  }
}

/* lst-image */
.p-feature-single__wrapper .lst-image .grid-row{
  margin-top: 0;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .lst-image{
    margin-top: -3rem;
  }
  .p-feature-single__wrapper .lst-image [class^="grid-col"]{
    margin-top: 3rem;
  }
}

/* ¥ê¥ó¥¯ */
/* ¥Ú©`¥¸ÄÚ */
.l-main .p-feature-single__wrapper a {
  color: #d00920;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07rem;
  text-decoration: underline;
  display: inline-block;
  transition: 0.5s;
}
/* „e¥¦¥£¥ó¥É */
.l-main .p-feature-single__wrapper a[target="_blank"]::after {
  content: "";
  width: 1.5rem;
  height: 1.4rem;
  margin-left: 0.5rem;
  display: inline-flex;
  background: url("/assets/images/module-plat/icon_blank.svg") no-repeat center center;
  background-size: cover;
}
/* ¥Õ¥¡¥¤¥ë */
.l-main .p-feature-single__wrapper a[href$="pdf"]::after,
.l-main .p-feature-single__wrapper a[href$="doc"]::after,.l-main .p-feature-single__wrapper a[href$="docx"]::after,.l-main .p-feature-single__wrapper a[href$="docm"]::after,
.l-main .p-feature-single__wrapper a[href$="xls"]::after,.l-main .p-feature-single__wrapper a[href$="xlsx"]::after,.l-main .p-feature-single__wrapper a[href$="xlsm"]::after,
.l-main .p-feature-single__wrapper a[href$="ppt"]::after,.l-main .p-feature-single__wrapper a[href$="pptx"]::after,.l-main .p-feature-single__wrapper a[href$="pptm"]::after{
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  display: inline-flex;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 0.6rem;
  transform: scale(1);
}
.l-main .p-feature-single__wrapper a[href$="pdf"]::after{
  background-image: url("/assets/images/module-plat/icon_pdf.svg");
}
.l-main .p-feature-single__wrapper a[href$="doc"]::after,.l-main .p-feature-single__wrapper a[href$="docx"]::after,.l-main .p-feature-single__wrapper a[href$="docm"]::after{
  background-image: url("/assets/images/module-plat/icon_doc.svg");
}
.l-main .p-feature-single__wrapper a[href$="xls"]::after,.l-main .p-feature-single__wrapper a[href$="xlsx"]::after,.l-main .p-feature-single__wrapper a[href$="xlsm"]::after{
  background-image: url("/assets/images/module-plat/icon_xls.svg");
}
.l-main .p-feature-single__wrapper a[href$="ppt"]::after,.l-main .p-feature-single__wrapper a[href$="pptx"]::after,.l-main .p-feature-single__wrapper a[href$="pptm"]::after{
  background-image: url("/assets/images/module-plat/icon_ppt.svg");
}
@media screen and (min-width: 769px){
  .l-main .p-feature-single__wrapper a {
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05rem;
  }
  .l-main .p-feature-single__wrapper a:hover {
    opacity: 0.7;
  }
  .l-main .p-feature-single__wrapper a[target="_blank"]::after {
    width: 1.7rem;
    height: 1.5rem;
    margin-left: 1rem;
  }
  .l-main .p-feature-single__wrapper a[href$="pdf"]::after,
  .l-main .p-feature-single__wrapper a[href$="doc"]::after,.l-main .p-feature-single__wrapper a[href$="docx"]::after,.l-main .p-feature-single__wrapper a[href$="docm"]::after,
  .l-main .p-feature-single__wrapper a[href$="xls"]::after,.l-main .p-feature-single__wrapper a[href$="xlsx"]::after,.l-main .p-feature-single__wrapper a[href$="xlsm"]::after,
  .l-main .p-feature-single__wrapper a[href$="ppt"]::after,.l-main .p-feature-single__wrapper a[href$="pptx"]::after,.l-main .p-feature-single__wrapper a[href$="pptm"]::after{
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 0;
  }
}
/* évßB¥ê¥ó¥¯ */
.l-main .p-feature-single__wrapper a.related{
  padding-left: 1.6rem;
  position: relative;
}
.l-main .p-feature-single__wrapper a.related::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #000;
  display: inline-flex;
  position: absolute;
  top: 0.7rem;
  left: 0;
}
@media screen and (min-width: 769px){
  .l-main .p-feature-single__wrapper a.related{
    padding-left: 2.2rem;
  }
  .l-main .p-feature-single__wrapper a.related::before {
    width: 0.7rem;
    height: 0.7rem;
    top: 1rem;
  }
}
/* Ê¸Ó¡¥ê¥ó¥¯ */
.l-main .p-feature-single__wrapper a.arrow {
  padding-left: 2rem;
  position: relative;
}
.l-main .p-feature-single__wrapper a.arrow::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  background: url("/assets/images/module-plat/icon_arrow_square.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (min-width: 769px){
  .l-main .p-feature-single__wrapper a.arrow {
    padding-left: 3rem;
  }
  .l-main .p-feature-single__wrapper a.arrow::before {
    width: 1.9rem;
    height: 1.9rem;
  }
}

/* ¥Ü¥¿¥ó */
.p-feature-single__wrapper a.btn {
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  min-width: 21.2rem;
  height: 3.6rem;
  border-radius: 1.8rem;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255,106,119,1) 0%, rgba(255,172,111,1) 100%);
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper a.btn {
    font-size: 1.321rem;
  }
}

.p-feature-single__wrapper .box-background{
  margin: 6rem 0 2rem;
  padding: 3rem;
  background: #EFEFEF;
}
@media screen and (max-width: 768px){
  .p-feature-single__wrapper .box-background{
    margin: 3rem 0 0;
    padding: 3rem;
  }
}
.p-feature-single__wrapper .box-border{
  margin: 6rem 0 2rem;
  padding: 2.8rem 8rem;
  border: 1px solid #A3A3A4;
}
@media screen and (max-width: 768px){
  .p-feature-single__wrapper .box-border{
    margin: 3rem 0 0;
    padding: 1.7rem;
  }
}

/* ¥á¥ó¥Ð©`¥Ö¥í¥Ã¥¯ */
.p-feature-single__wrapper .box-member{
  margin: 8rem 0 0;
}
.p-feature-single__wrapper .box-member + .box-member{
  margin-top: 0;
}
.p-feature-single__wrapper .box-member + .box-member .box-member__inner{
  border-top: 0;
}
.p-feature-single__wrapper .box-member__inner{
  border-top: 1px solid #000;
  /* border-bottom: 1px solid #000; */
  padding: 1.8rem 0 4rem;
}
.p-feature-single__wrapper .box-member__title{
  font-size: 2.4rem;
  line-height: 2.16;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.is-hide-title .box-member__title{
  display: none;
}
.p-feature-single__wrapper .lst-member {
  /* margin: 0 -3rem; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-feature-single__wrapper .lst-member li{
  margin-top: 2rem;
  padding: 0 3rem;
  width: 25%;
  box-sizing: border-box;
}
.p-feature-single__wrapper .lst-member__title{
  text-align: center;
  color: #595757;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-feature-single__wrapper .lst-member__title__job{
  display: block;
}
.p-feature-single__wrapper .box-member__desc{
  margin-top: 4rem;
}
@media screen and (max-width: 768px){
  .p-feature-single__wrapper .lst-member li{
    margin-top: 3rem;
    padding: 0 2.2rem;
    width: 50%;
  }
  .p-feature-single__wrapper .lst-member {
    /* margin: 0 -2.2rem; */
  }
  .p-feature-single__wrapper .box-member__inner{
    padding: 0 0 2.8rem;
  }
  .p-feature-single__wrapper .box-member__title{
    font-size: 1.4rem;
    line-height: 2.16;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
  }
  .p-feature-single__wrapper .box-member__desc{
    margin-top: 2.8rem;
  }
}

/* Table */
.p-feature-single__wrapper table{
  width: 100%;
  margin-top: 6rem;
}
.p-feature-single__wrapper table + table{
  margin-top: 4rem;
}
.p-feature-single__wrapper table caption{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 0.075em;
  text-align: left;
  margin-bottom: 2rem;
}
.p-feature-single__wrapper table tr,
.p-feature-single__wrapper table th,
.p-feature-single__wrapper table td{
  border: solid 0.1rem #d1d1d2;
}
.p-feature-single__wrapper table th,
.p-feature-single__wrapper table td{
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
.p-feature-single__wrapper table th{
  text-align-last: justify;
}
.p-feature-single__wrapper table.tbl-b th{
  background-color: #efefef;
}

@media screen and (min-width: 769px){
  .p-feature-single__wrapper table{
    margin-top: 8rem;
  }
  .p-feature-single__wrapper table + table{
    margin-top: 8rem;
  }
  .p-feature-single__wrapper table caption{
    font-size: 1.7rem;
    line-height: 1.76;
    margin-bottom: 1.4rem;
  }
  .p-feature-single__wrapper table th,
  .p-feature-single__wrapper table td{
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: 0.05em;
  }
}

.p-feature-single__wrapper .lst-dot {
  margin-top: 3rem;
}
.p-feature-single__wrapper .lst-dot li {
  padding-left: 2.2rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
.p-feature-single__wrapper .lst-dot li + li {
  margin-top: 0.5rem;
}
.p-feature-single__wrapper .lst-dot li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .lst-dot {
    margin-top: 6rem;
  }
  .p-feature-single__wrapper .lst-dot li {
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
  .p-feature-single__wrapper .lst-dot li::before {
    top: 0.9rem;
  }
}
/* lst-number */
.p-feature-single__wrapper .lst-number {
  margin-top: 3rem;
  counter-reset: list;
}
.p-feature-single__wrapper .lst-number li {
  padding-left: 2.7rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
  counter-increment: list;
  position: relative;
}
.p-feature-single__wrapper .lst-number li::before {
  content: counter(list) ".";
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}
.p-feature-single__wrapper .lst-number li + li {
  margin-top: 0.5rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .lst-number {
    margin-top: 6rem;
  }
  .p-feature-single__wrapper .lst-number li {
    padding-left: 2.9rem;
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
}
/* lst-check */
.p-feature-single__wrapper .lst-check {
  margin-top: 3rem;
}
.p-feature-single__wrapper .lst-check li {
  position: relative;
  padding-left: 3.2rem;
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.07em;
}
.p-feature-single__wrapper .lst-check li + li {
  margin-top: 0.5rem;
}
.p-feature-single__wrapper .lst-check li::before {
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background: url("/assets/images/common/icon_check.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .lst-check {
    margin-top: 6rem;
  }
  .p-feature-single__wrapper .lst-check li {
    font-size: 1.55rem;
    line-height: 1.87;
    letter-spacing: 0.05em;
  }
  .p-feature-single__wrapper .lst-check li::before {
    top: 0.5rem;
  }
}

/* iframe */
.p-feature-single__wrapper .wrp-video__iframe{
  position: relative;
  padding-bottom: 58%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
}
.p-feature-single__wrapper .wrp-video__iframe iframe,
.p-feature-single__wrapper .wrp-video__iframe object,
.p-feature-single__wrapper .wrp-video__iframe embed{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-feature-single__wrapper .wrp-video{
  margin-top: 12rem;
}
.p-feature-single__wrapper .wrp-video.lst-image{
  margin-top: 12rem;
}
.p-feature-single__wrapper .wrp-video + .wrp-video{
  margin-top: 8rem!important;
}
.p-feature-single__wrapper .wrp-video .grid-col--6 .wrp-video__iframe{
  padding-bottom: 58%;
}
.p-feature-single__wrapper .wrp-video__caption{
  font-size: 1.1rem;
  line-height: 1.81;
  letter-spacing: 0.05em;
  color: #8c8d8d;
  margin-top: 1rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .wrp-video + .wrp-video{
    margin-top: 8rem!important;
  }
  .p-feature-single__wrapper .wrp-video__caption{
    font-size: 1.4rem;
    line-height: 2.14;
  }
  .p-feature-single__wrapper .wrp-video__iframe{
    padding-bottom: 63.3%;
  }
  .p-feature-single__wrapper .wrp-video .grid-col--6 .wrp-video__iframe{
    padding-bottom: 59.5%;
  }
}


.p-feature-single__wrapper .lst-image .grid-row{
  margin-top: 0;
}
@media screen and (min-width: 769px){
  .p-feature-single__wrapper .lst-image{
    margin-top: -3rem;
  }
  .p-feature-single__wrapper .lst-image [class^="grid-col"]{
    margin-top: 3rem;
  }
}

/* /_TMP-MT/module/wisywig.html end */

/* /_TMP-MT/module/ex.html */
/* MV */
.p-feature-single__heading{
  height: 30rem;
  position: relative;
}
.p-feature-single__heading::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.p-feature-single__heading__bg img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-feature-single__heading__content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 98%;
  z-index: 2;
}
.p-feature-single__heading__label{
  text-align: center;
  margin-bottom: 2rem;
}
.p-feature-single__heading__label span{
  font-size: 1.1rem;
  border: 1px solid #fff;
  min-height: 2.5rem;
  min-width: 12.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .4rem .8rem;
  border-radius: 1.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
.p-feature-single__heading__title{
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.16em;
}
.p-feature-single__heading__date{
  font-size: 1.1rem;
  line-height: 1.81;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px){
  .p-feature-single__heading{
    height: 53.5rem;
  }
  .p-feature-single__heading__content{
    width: 100%;
  }
  .p-feature-single__heading__label{
    margin-bottom: 2.8rem;
  }
  .p-feature-single__heading__label span{
    font-size: 1.4rem;
    min-height: 3rem;
    min-width: 16rem;
  }
  .p-feature-single__heading__title{
    font-size: 2.2rem;
    line-height: 1.81;
  }
  .p-feature-single__heading__date{
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}


.p-feature-single__bottom{
	background-image: linear-gradient(to right top, #b7193f, #be1b45, #c41d4a, #cb2050, #d12256);
	padding: 5rem 0;
}
.p-feature-single__bottom__wrapper {
  max-width: 1180px;
  margin: 0 auto;
}
.p-feature-single__bottom__content {
  display: table;
  width: 100%;
}
.p-feature-single__bottom__info {
  display: table-cell;
  width: 38rem;
  vertical-align: top;
  padding-left: 11rem;
  padding-right: .5rem;
  position: relative;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
}
.p-feature-single__bottom__info > img {
  position: absolute;
  left: 4.2rem;
  top: 0;
  width: 5.4rem;
}
.p-feature-single__bottom__desc {
  display: table-cell;
  vertical-align: middle;
  padding: .2rem 5.5rem 0 4rem;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.p-feature-single__bottom__desc::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 100%;
  background: #fff;
  border-radius: .5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.p-feature-single__bottom__date{
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Overpass', sans-serif;
  margin-bottom: .5rem;
}
@media (max-width: 768px){
  .p-feature-single__bottom {
    padding: 1.8rem 0 2.2rem;
    box-sizing: border-box;
  }
  .p-feature-single__bottom__wrapper {
    padding: 0 2rem;
  }
  .p-feature-single__bottom__content, .p-feature-single__bottom__info, .p-feature-single__bottom__desc {
    display: block;
    width: 100%;
  }
  .p-feature-single__bottom__info {
    padding-left: 4.2rem;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 1.2rem;
  }
  .p-feature-single__bottom__info > img {
    top: 0;
    left: 0rem;
    width: 3.6rem;
  }
  .p-feature-single__bottom__date{
    font-size: .9rem;
  }
  .p-feature-single__bottom__desc {
    padding: 0;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .p-feature-single__bottom__desc::before {
    display: none;
  }
}


/* /_TMP-MT/module/ex.html end */



/*HOME FEATURE*/
.p-home-feature{
  background: #E7EDF4;
  padding: 12rem 0 4rem;
  margin: 8rem 0;
}
.p-home-feature .l-section__head{
  text-align: center;
  margin-top: -12.8rem;
  display: flex;
  justify-content: center;
}
.p-home-feature .l-section__headTitle{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-home-feature .l-section__headTitle span{
  margin-left: 0;
  margin-top: 1.5rem;
}
.p-home-feature__list .slick-list{
  overflow: visible;
}
.p-home-feature__list{
  overflow: hidden;
}
.p-home-feature__list ul{
  opacity: 0;
  margin-left: 2rem;
}
.p-home-feature__list ul.slick-initialized{
  opacity: 1;
}
.p-home-feature__list ul li{
  float: left;
  width: 25%;
  margin-right: 2rem;
}
.p-home-feature__list__item{
  display: block;
  position: relative;
}

.p-home-feature__list__cover{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.76);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
  padding: 2rem;
  opacity: 0;
}
.p-home-feature__list ul li:hover .p-home-feature__list__cover{
  opacity: 1;
}
.p-home-feature__list__title{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.72;
}
.p-home-feature__list__read{
  font-family: 'Overpass', sans-serif;
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 2rem;
}

.p-home-feature .l-section__bottom-link{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.p-home-feature .l-section-tab__linkAll{
  display: block;
  position: relative;
  padding: 0 3.8rem 0 0;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Overpass", serif;
  letter-spacing: 0.06em;
}
.p-home-feature .l-section-tab__linkAll span{
  -webkit-transform: translate(0%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.9rem;
  height: 1.9rem;
  transform: translate(0%, -50%);
  background-image: url(/assets/images/common/view_all_icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -0.2em;
}
.touch .p-home-feature__list__item a{
  pointer-events: none;
}
.touch .p-home-feature__list__item.is-tapped a{
  pointer-events: all;
  opacity: 1;
}

.e-slick02 {
  position: relative;
}
.e-slick02 .slick-prev {
  -webkit-transform: translate(0%, -50%);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
          transform: translate(0%, -50%);
}
.e-slick02 .slick-prev::before {
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(/assets/images/common/slider_arrow_prev_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
}
.e-slick02 .slick-next {
  -webkit-transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
          transform: translate(0%, -50%);
}
.e-slick02 .slick-next::before {
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url(/assets/images/common/slider_arrow_next_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: 1;
}
@media(max-width: 768px){
  .p-home-feature{
    padding: 3rem 0 3rem;
    margin: 7.4rem 0 4.6rem;
  }
  .p-home-feature .l-section__head{
    margin-bottom: 1rem;
    margin-top: -3.6rem;
  }
  .p-home-feature__list ul{
    margin: 0;
  }
  .p-home-feature__list ul li{
    margin: 0;
  }
  .p-home-feature .l-section__bottom-link{
    display: none;
  }
  .p-home-feature .c-btn__wrap{
    margin-top: 2.5rem;
  }
  /* .e-slick02 .slick-prev::before {
    background-image: url(/assets/images/common/slider_arrow_prev_sp.svg);
    background-size: 1.2rem auto;
  }
  .e-slick02 .slick-next::before {
    background-image: url(/assets/images/common/slider_arrow_next_sp.svg);
    background-size: 1.2rem auto;
  } */

  .p-home-feature__list__cover{
    padding: 2rem 6rem;
  }
  .p-home-feature__list__title{
    font-size: 1.3rem;
  }
  .p-home-feature__list__read{
    font-size: 1.3rem;
  }

  .e-slick02 .slick-next,
  .e-slick02 .slick-prev{
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .e-slick02 .slick-prev{
    left: 1.5rem;
  }
  .e-slick02 .slick-next{
    right: 1.5rem;
  }
}
@media(min-width: 769px){
  .e-slick02 .slick-prev {
    left: -1rem;
    width: 4rem;
    height: 4rem;
  }
  .e-slick02 .slick-prev::before {
    width: 4rem;
    height: 4rem;
  }
  .e-slick02 .slick-next {
    right: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .e-slick02 .slick-next::before {
    width: 4rem;
    height: 4rem;
  }
  .p-home-feature .c-btn__wrap{
    display: none;
  }
}