a {
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #1c1b1b;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    transition: all .35s;
}
.blog-text
{
    margin-top: 85px;
    margin-bottom: 55px;
}
@keyframes fadeIn {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
@keyframes toUp {
    0% {
        transform: translateY(2rem);
    }
    100% {
        transform: translateY(0);
    }
}
.has-fadein {
    visibility: hidden;
    opacity: 0;
}
.has-fadein.is-visible {
    animation: fadeIn 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards, toUp 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s;
}
.work-content .wrapper:first-child {
    padding-top: 0;
}
.single .work-content .wrapper:first-child {
    padding-top: 2.8rem;
}
.single-post .work-content h2 {
    padding: .5em 0;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.554;
    letter-spacing: -.02em;
    border-top: solid 1px #1c1b1b;
    border-bottom: solid 1px #1c1b1b;
}
.single-post .work-content h2:not(:first-child) {
    margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
    .single-post .work-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
}
}.single-post .work-content h3 {
    padding-bottom: 10px;
    font-weight: bold;
    line-height: 1.554;
    letter-spacing: -.02rem;
    border-bottom: 3px dotted black;
    font-size: 22px;
    font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
    .single-post .work-content h3 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 5px;
    line-height: 1.25;
    border-bottom: 2px dotted black;
}
}@media only screen and (max-width: 767px) {
    .single-post .work-content p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.554;
}
}@media only screen and (max-width: 767px) {
    .single-post .work-content ul li, .single-post .work-content ol li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.554;
}
}.single-post .work-content .text-marker {
    position: relative;
    display: inline-block;
}
.single-post .work-content .text-marker:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1rem;
    content: '';
    background: #fff100;
}
.single-post .work-content .text-quotes {
    position: relative;
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
}
.single-post .work-content .text-quotes:before, .single-post .work-content .text-quotes:after {
    position: absolute;
    top: 0;
    font-family: 'ＭＳ Ｐゴシック',  sans-serif;
    font-size: 3.5em;
    line-height: 1.0;
    color: #f8b62b;
    content: '“'}
.single-post .work-content .text-quotes:before {
    left: -.5rem;
}
.single-post .work-content .text-quotes:after {
    right: -.5rem;
}
.single-post .work-content .text-strong {
    font-weight: bold;
}
.work-content .work-content-footer-banner {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
}
.work-content .work-content-footer-banner img {
    width: 100%;
    height: auto;
    border: 1px solid #acacac;
}
.work-content>* {
    margin-bottom: 2rem;
}
.work-content .wrapper>*, .work-content .col>*, .single .work-content .format-standard>* {
    margin-bottom: 2rem;
}
.work-content h1, .work-content h2, .work-content h3, .work-content h4, .work-content h5, .work-content h6 {
    position: relative;
    font-weight: 400;
    line-height: 1.554;
    letter-spacing: .1rem;
}
.work-content h1 .h-icon, .work-content h2 .h-icon, .work-content h3 .h-icon, .work-content h4 .h-icon, .work-content h5 .h-icon, .work-content h6 .h-icon {
    margin-right: 1rem;
    font-size: 125%;
    color: #8d795b;
}
.work-content h1 {
    font-size: 4.2rem;
}
.work-content h2 {
    font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
    .work-content h2 {
    font-size: 25px;
    font-size: 2.5rem;
}
}.work-content h3 {
    font-size: 1.8rem;
}
.work-content h4 {
    font-size: 1.6rem;
}
.work-content h5 {
    font-size: 1.2rem;
}
.work-content h6 {
    font-size: 80%}
.work-content img {
    max-width: 100%;
    height: auto;
}
.work-content a img {
    transition: opacity 0.4s cubic-bezier(0.215,  0.61,  0.355,  1);
}
.work-content a:hover img {
    opacity: .7;
}
.work-content small {
    font-size: 1.3rem;
    line-height: 1.554;
}
.work-content ol {
    counter-reset: number;
}
.work-content ol li {
    position: relative;
    padding-bottom: 1rem;
    padding-left: 1rem;
    list-style: none;
}
.work-content ol li:before {
    margin-right: 10px;
    content: counter(number) ",  ";
    counter-increment: number;
}
.work-content dl, .work-content dd, .work-content dt {
    margin-bottom: 1rem;
}
.work-content blockquote {
    position: relative;
    padding: 20px 20px 20px 70px;
    margin-bottom: 50px;
    line-height: 2.0;
    border: 1px solid #efeff0;
    box-shadow: 0 3px 0 rgba(239, 239, 240, 0.4);
}
@media only screen and (max-width: 767px) {
    .work-content blockquote {
    padding: 40px 10px 10px 20px;
}
}
.work-content blockquote:before {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'ＭＳ Ｐゴシック',  sans-serif;
    font-size: 100px;
    line-height: 1.0;
    color: #F2A70B;
    content: '“'}
@media only screen and (max-width: 767px) {
    .work-content blockquote: before {
    top: 10px;
    left: 10px;
    font-size: 60px;
}
}.work-content blockquote h1, .work-content blockquote h2, .work-content blockquote h3, .work-content blockquote h4, .work-content blockquote h5 {
    margin-top: 0;
}
.work-content blockquote a {
    color: #EB564B;
    text-decoration: underline;
    word-break: break-all;
}
.work-content blockquote a:hover {
    text-decoration: none;
}
.work-content pre {
    padding: 1em;
    margin: 1em 0 1em 0;
    color: #fff;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    background-color: #7d7d7d;
}
.work-content code {
    padding: 3px;
    font-size: 80%;
    color: #F2A70B;
    vertical-align: middle;
    background: #f5f6f8;
    border-radius: 4px;
}
.slick-loading .slick-list {
    background: #fff url("../images/loading.gif") center center no-repeat;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    transform: translate(0,  -50%);
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    background: transparent;
    outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-family: "Linearicons-Free";
    font-size: 30px;
    line-height: 1;
    color: #8d795b;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -40px;
}
[dir='rtl'] .slick-prev {
    right: -40px;
    left: auto;
}
.slick-prev:before {
    content: ""}
[dir='rtl'] .slick-prev:before {
    content: ""}
.slick-next {
    right: -40px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -40px;
}
.slick-next:before {
    content: ""}
[dir='rtl'] .slick-next:before {
    content: ""}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: #FFF;
    border-radius: 100%;
    /*font-family: "Linearicons-Free";*/
    font-size: 10px;
    line-height: 20px;
    color: #8d8d8d;
    text-align: center;
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #8d795b;
    opacity: 1;
}
.slick-slider {
    position: relative;
    box-sizing: border-box;
    display: block;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0,  0,  0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: ''}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.logoslide {
    position: relative;
    display: block;
    margin-bottom: 4.4rem;
    visibility: hidden;
}
.logoslide .slick-slide {
    position: relative;
    width: 200px;
    height: 80px;
    margin: 0 10px;
    background: #fff;
}
.logoslide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: 100%;
    margin: auto;
    margin: auto;
}
.instagramfeed {
    position: relative;
}
.instagramfeed .slick-slide {
    position: relative;
    height: 180px;
    margin: 0 .5rem;
    overflow: hidden;
    border: 1px solid #f5f6f8;
}
.instagramfeed img {
    width: 100%;
    margin: auto;
}
.planslide .slick-slide {
    margin-right: 1rem;
}
.planslide img {
    width: auto;
    max-height: 100%;
    margin: 0 auto 1rem;
    border: 1px solid #f2f2f2;
}
.work-content .work-detail__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .work-content .work-detail__row {
    display: block;
}
}.work-content .work-detail__row+.work-content .work-detail__row {
    margin: 2em 0 0;
}
.work-content .work-detail__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 1.5em;
    margin: 0 0 40px;
    border-bottom: 1px solid #1E7B93;
}
@media only screen and (max-width: 767px) {
    .work-content .work-detail__header {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
}.work-content .work-detail__headerTitle {
    font-size: 25.38px;
    font-weight: bold;
    color: #1E7B93;
}
@media only screen and (max-width: 767px) {
    .work-content .work-detail__headerTitle {
    margin: 0 0 .5em;
}
}.work-content .work-detail__headerLink {
    position: relative;
    display: inline-block;
    padding: 0 0 .4em;
    font-size: 17.3px;
    font-weight: bold;
    color: #1E7B93;
    transition: 0.5s all cubic-bezier(0.175,  0.885,  0.32,  1.275);
}
.work-content .work-detail__headerLink:hover {
    opacity: .5;
}
.work-content .work-detail__col {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%}
.work-content .work-detail__col+.work-content .work-detail__col {
    margin: 0 0 0 4rem;
}
@media only screen and (max-width: 767px) {
    .work-content .work-detail__col+.work-content .work-detail__col {
    margin: 0;
}
}.work-content .work-detail__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 1em;
}
.work-content .work-detail__data.is-block {
    display: block;
}
.work-content .work-detail__dataTitle {
    min-width: 10rem;
    padding: .25em 0;
    margin: 0;
    font-size: 13.5px;
    font-weight: bold;
    line-height: 21px;
    color: #1E7B93;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #1E7B93;
}
.work-content .work-detail__dataDesc {
    padding: .25em 0;
    margin: 0 0 0 .75em;
    line-height: 21px;
    text-align: justify;
}
.work-content .work-detail__dataDesc.is-strong {
    font-size: 18px;
    font-weight: bold;
}
.work-content .work-detail__dataDesc.is-lead {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 30px;
}
.work-content .work-detail__back {
    margin: 1em 0;
    font-size: 18px;
    text-align: center;
}
.work-content .work-detail__back a {
    position: relative;
    display: inline-block;
    padding: 0 0 .4em;
    font-size: 17.3px;
    font-weight: bold;
    color: #1E7B93;
    transition: 0.5s all cubic-bezier(0.175,  0.885,  0.32,  1.275);
}
.work-content .work-detail__back a:hover {
    opacity: .5;
}
.work-content .work-detail__banner {
    margin: 60px 0 0;
}
.work-content .works__tag {
    position: absolute;
    top: -10px;
    left: 60px;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .work-content .works__tag {
    left: 0;
}
.work-content .works__tag img {
    width: 70px;
    height: auto;
}
}.work-content .works__header {
    padding: 30px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    color: #000;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .work-content .works__header {
    padding-left: 60px;
}
}.work-content .works__heading {
    position: relative;
    padding: .5em 0;
    margin: 0 0 37px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
}
.work-content .works__heading::before {
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 2;
    content: '';
    border: 16px solid transparent;
    border-top: 16px solid #e6e6e6;
    transform: translateX(-50%) translateY(-1px);
}
.work-content .works__heading::after {
    position: absolute;
    bottom: -32px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    content: '';
    border: 16px solid transparent;
    border-top: 16px solid #000;
}
.work-content .works__inner {
    position: relative;
    background-color: #e6e6e6;
}
.work-content .works__wrapper {
    padding: 42px 0;
}
.work-content .works__container {
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
    .work-content .works__container {
    padding: 0 15px;
}
}.work-content .works__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,  minmax(24%,  1fr));
    /*gap: 1%;
    row-gap: inherit;*/
    grid-column-gap: 30px;
    grid-row-gap: 45px;
}
@media only screen and (max-width: 1024px) {
    .work-content .works__list {
    grid-template-columns: repeat(auto-fit,  minmax(46%,  1fr));
    gap: 2%;
    row-gap: 20px;
}
}@media only screen and (max-width: 767px) {
    .work-content .works__list {
    grid-template-columns: repeat(auto-fit,  minmax(100%,  1fr));
    gap: 0;
    row-gap: 20px;
}
}.work-content .works__grid {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'main second third' 'main fourth fifth';
    -ms-grid-rows: 1fr 16px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1.72fr 16px 1fr 16px 1fr;
    grid-template-columns: 1.72fr 1fr 1fr;
    gap: 16px 16px;
}
.work-content .works__grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: main;
}
.work-content .works__grid>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: second;
}
.work-content .works__grid>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: third;
}
.work-content .works__grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: fourth;
}
.work-content .works__grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: fifth;
}
@media only screen and (max-width: 1024px) {
    .work-content .works__grid {
    grid-template-areas: 'main main' 'second third' 'fourth fifth';
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.work-content .works__grid>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}
.work-content .works__grid>*:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.work-content .works__grid>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.work-content .works__grid>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.work-content .works__grid>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}
}@media only screen and (max-width: 767px) {
    .work-content .works__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
}.work-content .works__carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.work-content .works__carousel.is-fullwidth {
    margin: 0 calc(50% - 50vw);
}
.work-content .works__carousel .works-item {
    width: 319px !important;
    margin: 0 25px 0 0;
}
.work-content .works__carousel .slick-dots li.slick-active button:before {
    color: #000;
    background: #000;
}
.work-content .works-item {
    padding: 0 0 16px;
}
.work-content .works-item__eyecatch {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.work-content .works-item__eyecatch img, .work-content .works-item__eyecatch iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    vertical-align: middle;
}
.work-content .works-item__eyecatch img
{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.work-content .works-item__title {
    padding: 1em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000;
}
.work-content .works-item__data {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .work-content .works-item__data.is-column {
    display: block;
}
}.work-content .works-item__data.is-column>.works-item__dataList {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%}
.work-content .works-item__data.is-column .works-item__dataDesc {
    font-weight: normal;
}
.work-content .works-item__dataList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 .7em;
}
.work-content .works-item__data:last-of-type .works-item__dataList
{
    margin-bottom: 0;
}
.work-content .works-item__dataTitle {
    width: 9em;
    padding: .65em .5em .65em;
    margin: 0 1.25em 0 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
    background-color: white;
    border: 1px solid #000;
}
.work-content .works-item__dataDesc {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    flex: 1;
}
.work-content .works-item__dataBtn {
    padding: .5em 1em;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(to left,  #d9d9d9 0%,  rgba(217, 217, 217, 0.31) 85.72%,  rgba(217, 217, 217, 0.9) 100%);
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    border-radius: 1em;
    transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    transition-duration: .4s;
    transition-property: transform,  box-shadow,  background-color,  color;
}
.work-content .works-item__dataBtn::after {
    margin: 0 0 0 .5em;
    content: '▶︎'}
.work-content .works-item__dataBtn:hover {
    box-shadow: none;
    transform: translateY(2px);
}
.work-content .works-item__dataBtn:active {
    color: white;
    background-color: rgba(32, 26, 26, 0.61);
}
.work-content .works-item__detail {
    text-align: center;
    position: relative;
}
.work-content .works-item__detailTitle {
    padding: .7em 0 .7em;
    margin: 0px 0;
    margin-bottom: 15px;
    font-size: 9.02px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: white;
    border: 1px solid #000;
}
.work-content .works-item.is-emphasized .works-item__detailTitle
{
    margin-top: 10px;
}
.work-content .works-item__detailText {
    position: relative;
    height: 60px;
    overflow: hidden;
    font-size: 11px;
    line-height: 20px;
    text-align: justify;
}
.work-content .works-item__detailText::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.9) 70%,  #fff 95%);
}
.work-content .works-item__detailText.is-narrow {
    height: 60px;
}
.work-content .works-item__detailText.is-gray::after {
    background: linear-gradient(to bottom,  rgba(230, 230, 230, 0) 0%,  rgba(230, 230, 230, 0.9) 70%,  #e6e6e6 100%);
}
.work-content .works-item__detailBtn {
    position: absolute;
    display: inline-block;
    padding: 0.75em 3em .75em;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    background-color: #FFFF00;
    border-radius: 1em;
    box-shadow: 3px 3px 3px rgba(61, 45, 45, 0.2);
    transition-timing-function: cubic-bezier(0.19,  1,  0.22,  1);
    transition-duration: .4s;
    transition-property: transform,  box-shadow,  background-color;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 135px;
}
.work-content .works-item__detailBtn:before {
    position: absolute;
    top: 0;
    left: -4.5em;
    display: block;
    width: 3.5em;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    transition: none;
    transform: skewX(-45deg) translateX(0);
}
.work-content .works-item__detailBtn::after {
    content: ' ▶︎'}
.work-content .works-item__detailBtn:hover {
    box-shadow: none;
    color: #FFFF00 !important;
    background: #000 !important;
    opacity: 1;
}
.work-content .works-item__detailBtn:hover:before {
    transition: all 0.8s cubic-bezier(0.19,  1,  0.22,  1);
    transform: skewX(-45deg) translateX(250px);
}
.work-content .works-item__detailBtn:active {
    background-color: #980;
}
.work-content .works-item__detailBtn.is-blue {
    color: #000;
    background-color: #FFFF00;
}
.work-content .works-item__detailBtn.is-blue:active {
    background-color: #0d343e;
}
.work-content .works-item.in-grid {
    padding: 23px 18px;
    background-color: white;
}
.work-content .works-item.in-grid.is-emphasized {
    padding: 23px 23px;
}
.is-emphasized .works-item__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 44.0814px;
}
.is-emphasized .works-item__dataList {
    margin: 0 0 10px;
}
.is-emphasized .works-item__dataTitle {
    width: 7em;
    font-size: 15px;
}
.is-emphasized .works-item__dataDesc {
    font-size: 22px;
}
.is-emphasized .works-item__detailTitle {
    font-size: 15px;
}
.is-emphasized .works-item__detailText {
    font-size: 16px;
    line-height: 25px;
    min-height: 160px;
    padding-left: 12px;
    height: unset;
    /*height: calc(25px * 10);*/
}
.is-emphasized .works-item__detailBtn {
    font-size: 14.7523px;
    position: relative;
    left: unset;
    transform: unset;
}
.work-content .is-emphasized .works-item__detailText::after
{
    height: calc(100% - 25px * 5);
    top: unset;
    bottom: 0;
    background: linear-gradient(to bottom,  rgba(255, 255, 255, 0.5) 0%,  rgba(255, 255, 255, 0.9) 70%,  #fff 100%);
}
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.work-item-des
{
    padding-right: 110px;
    position: relative;
    min-height: 25px;
}
.work-item-des .link
{
    position: absolute;top: 0;right: 0;
    width: 100px;
    text-align: center;
    font-size: 10px;
    background: #E5E5E5;
    box-shadow: 3px 3px 3px rgb(61 45 45 / 20%);
    border-radius: 10px;
    line-height: 100%;
    padding: 7px 0;
}
.work-item-des .link:hover
{
    background: #000;
    color: #FFF;
}
.work-item-des .list-dataList
{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
}

.work-item-des .list-dataList .works-item__dataList
{
    width: auto;
}
.work-item-des .list-dataList .works-item__dataList .works-item__dataDesc
{
    font-size: 12px;
}
.unity-page h1,
.unity-page h2.work-page-title,
.work-page h2.work-page-title
{
    font-size: 32px;
}
@media(max-width: 1300px)
{
    .work-content .works-item__dataList .works-item__dataTitle
    {
        width: 8em;
    }
}
@media(max-width: 768px)
{
    .unity-page h1,
    .unity-page h2.work-page-title,
    .work-page h2.work-page-title
    {
        font-size: 25px;
    } 
    .blog-text
    {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .is-emphasized .works-item__title
    {
        font-size: 22px;
        padding: 10px 0;
        line-height: 140%;
    }
    .is-emphasized .works-item__dataDesc
    {
        font-size: 18px;
    }
    .work-content .works-item__detailText
    {
        font-size: 12px;
        padding-left: 0;
    }
    .is-emphasized .works-item__detailTitle
    {
        font-size: 9.02px;
    }
    .is-emphasized .works-item__detailText
    {
        height: 60px;
        font-size: 12px;
        min-height: unset;
    }
   .work-content .is-emphasized .works-item__detailText::after
    {
        height: 100%;
        bottom: unset;
        top: 0;
        background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%,  rgba(255, 255, 255, 0.9) 70%,  #fff 95%);
    }
    .is-emphasized .works-item__detailBtn
    {
        position: absolute;
        display: inline-block;
        padding: 0.75em 3em .75em;
        overflow: hidden;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        background-color: #FFFF00;
        border-radius: 1em;
        box-shadow: 3px 3px 3px rgb(61 45 45 / 20%);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-duration: .4s;
        transition-property: transform, box-shadow, background-color;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .work-content .works-item__dataDesc
    {
        font-size: 18px;
    }
    .work-content .works-item__dataTitle
    {
        font-size: 12px;
    }
    .work-content .works-item__title
    {
        font-size: 22px;
        padding: 10px 0;
        line-height: 140%;
    }
    .work-content .works-item.is-emphasized .works-item__detailTitle
    {
        margin-top: 0;
    }
    .work-content .works__header
    {
        font-size: 13px;
        text-align: center;
        padding: 30px 60px;
    }
}
@media(max-width: 767px)
{
     .work-content .works__header
    {
        font-size: 13px;
        padding-right: 0;
        text-align: left;
    }
    .work-content .works-item__detailTitle
    {
        font-size: 12px;
    }
}
@media(max-width: 428px)
{
    .unity-page h1,
    .unity-page h2.work-page-title,
    .work-page h2.work-page-title
    {   
        font-size: 25px;
        text-align: center;
        line-height: 140%;
    }
    .work-content .works-item__dataTitle
    {
        width: 8em;
        font-size: 12px;
        margin-right: 5px;
    }

    .work-content .works-item__dataDesc
    {
        font-size: 12px;
    }
}
@media(max-width: 399px)
{
    .work-content .works-item__dataTitle
    {
        font-size: 10px;
    }
    .work-content .works-item__dataDesc
    {
        font-size: 10px;
    }
    .work-content .works-item__detailTitle
    {
        font-size: 10px;
    }
    .work-content .works-item__detailText
    {
        font-size: 10px;
    }
    .work-content .works-item__detailBtn
    {
        font-size: 10px;
    }
}
/*================================== DETAIL WORK ==============================*/
.work-page h1
{
    font-size: 32px;
    line-height: 140%;
}
.work-page .blog-text
{
    margin-top: 85px;
    margin-bottom: 55px;
}
.work-detail .container .wrapper
{
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
.work-detail .work-detail__header
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 45px 0px 30px;
    flex-wrap: wrap;
}
.work-detail .work-detail__header a
{
    margin-top: 10px;
    word-break: break-all;
}
.work-detail .work-content-detail
{
    max-width: 896px;
    margin: auto;
}
.work-detail__headerTitle
{
    /*font-size: 28px;
    font-weight: bold;*/
    font-size: 1.4rem;
   line-height: 1.3;
   font-weight: 700;
   /*font-family: 'Noto Sans JP';
   font-feature-settings: "palt";*/
}
.work-detail__headerLink
{
    font-size: 0.93rem;
    font-weight: 200;
    color: #000;
}
.work-detail__data .work-detail__dataTitle
{
    border: 1px solid #000;
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    padding: 6px;
    line-height: 20px;
    font-weight: bold;
}
.work-detail__data.is-block .work-detail__dataTitle
{
    border: 1px solid #000;
    text-align: center;
    /* margin-top: 40px; */
    font-size: 14px;
    padding: 2px 6px;
    line-height: 20px;
    font-weight: bold;

}
.work-detail__data .work-detail__dataDesc
{
    margin-top: 13px;
    font-size: 18px;
    font-weight: bold;
}
.work-detail__data.is-block .work-detail__dataDesc
{
    margin-top: 0px;
   font-size: 15px;
   font-weight: normal;
   padding: 0.4rem 0.5rem 0.8rem 0.5rem;
   text-align: justify;
}
.work-detail .work-detail__col .work-item__dataDesc
{
    padding-top: 10px;
}
.work-detail .wrapper .has-youtube,
.work-detail .wrapper .youtube,
.work-detail .wrapper .youtube iframe
{
    width: 100%;
}
.work-detail .group-contact
{
    margin-bottom: 30px;
}
.work-detail .wrapper .img-top
{
    width: 100%;
}
.work-detail .work-detail__col__top .work-detail__dataTitle
{
    margin-top: 20px;
}
.work-detail .container .wrapper .pickup
{
    position: absolute;
    top: -12px;
    left: 35px;
}

.work-notice
{
	text-align: center;
    margin: 0 15px;
}

@media(max-width: 768px)
{
    .work-page .blog-text {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .work-page h1
    {
        font-size: 25px;
        text-align: center;
        line-height: 140%;
    }
    .work-detail__headerLink
    {
        font-size: 12px;
        color: #aaa;
        font-weight: 400;
        width: 100%;
    }
}
@media (max-width: 549px)
{
    .work-detail .container .wrapper .pickup
    {
        left: 30px;
        width: 100px;
    }
    .work-notice
	{
		text-align: left;
	    font-size: 0.8rem;
	    line-height: 1.6;
	}
}
@media (max-width: 428px)
{
    .work-page h1
    {
        font-size: 25px;
        text-align: center;
        line-height: 140%;
    }
    .work-detail .container .wrapper .pickup
    {
        width: 70px;
        top: -8px;
    }
}
@media (max-width: 375px)
{
   .work-detail .container .wrapper .pickup
    {
        width: 55px;
        top: -6px;
        left: 25px;
    }
}
/*==================================END DETAIL WORK ==============================*/