@charset "utf-8";

/*
Theme Name: bordstation
Author: hironori hashimoto
Author URI: https://bordstation.jp/
Description: bordstationのオリジナルテンプレート
*/
/****************************
共通
****************************/

html {
    font-size: 55%;
}

@media screen and (min-width: 960px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #0d223f;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 400;
}

@media screen and (min-width: 560px) {
    body {
        line-height: 2.15;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: 0 0 4px #aaa inset;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0D223F;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

body p,
body span,
body dl,
h2,
h3,
h4,
h5,
h6 {
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

h2,
h3,
h4 {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

ul {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}

.english-language {
    font-family: 'Oswald', sans-serif;
}

hr {
    border-top: 1px solid #ACB1B9;
    margin: 0;
}

.sp-block {
    display: block;
}

@media screen and (min-width: 560px) {
    .pc-block {
        display: block !important;
    }

    .sp-block {
        display: none;
    }

    .sp-br {
        display: none !important;
    }
}

/* 画面幅が560px以下の時*/

@media screen and (max-width: 559px) {
    .pc-block {
        display: none !important;
    }

    .sp-br {
        display: block !important;
    }
}


/********background********/

main {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/********header********/

.site-header {
    background-color: #0d223f;
    z-index: 11;
    transition: .5s;
    width: 100%;
    height: 60px;
    position: fixed;
    padding: 0px;
    top: 0;
    left: 0;
    z-index: 100;
}

@media screen and (min-width: 560px) {
    .site-header {
        height: 86px;
		position: fixed;
    }
}
@media screen and (max-width: 559px) {
.site-header.hide {
	position:fixed;
    transform: translateY(-60px);
}
}
@media screen and (min-width: 560px) {
    .site-header.hide {
        transform: translateY(-86px);
    }
}

.site-header__inner {
    max-width: 90%;
    padding: 0px 16px;
    margin: 0 auto;
}

@media screen and (min-width: 560px) {
    .site-header__inner {
        padding: 28px 16px 28px;
    }

    .site-header.transform .site-header__inner {
        padding: 20px 16px 20px;
    }
}

.site-header__link {
    display: none;
}

@media screen and (min-width: 560px) {
    .site-header__link {
        display: flex;
        justify-content: flex-end;
        opacity: 1;
        transition: .3s;
    }
}

.site-header__link li {
    position: relative;
}

.site-header__link a {
    padding: 6px 15px;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(241, 242, 243, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    margin: 0 15px;
    color: #2E3642;
}

.site-header__link li:last-child a {
    margin: 0 15px;
}

.site-header__link a:hover {
    background-position: -100% 0;
}

h1 {
    position: relative;
    z-index: 11;
	max-width: 400px;
    margin: 0 auto;
}

@media screen and (min-width: 560px) {
    h1 {
		position: static;
        top: auto;
        left: auto;
    }
}

h1 a:hover {
    opacity: 0.6;
}

section {
    padding: 0rem 0 8rem;
}

.fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
}
header{
	margin-top:2rem;
}
.header-logo {
    display: inline;
    max-width: 80%;
}

@media screen and (min-width: 560px) {
    .header-logo {
        max-width: 80%;
    }
}

@media screen and (min-width: 960px) {
    .header-logo {
        max-width: 100%;
    }
}

.full-width .active .header-logo {
    display: none;
}

.site-header__wrap.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .imgs {
        display: none
    }
}

.imgs .in {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.imgs span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .4s, transform .4s;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.1);
    background-size: cover !important;
    background-position: center
}

@media screen and (max-width:768px) {
    .menu .imgs span {
        display: none
    }
}

.imgs span.is-current {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.imgs span.is-in {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.imgs span:nth-child(1),
.imgs span:nth-child(1).is-current__image {
    background-image: url("images/menu_home.webp");
}

.imgs span:nth-child(2),
.imgs span:nth-child(2).is-current__image {
    background-image: url("images/menu_bstoha.webp");
}

.imgs span:nth-child(3),
.imgs span:nth-child(3).is-current__image {
    background-image: url("images/menu_news.webp");
}

.imgs span:nth-child(4),
.imgs span:nth-child(4).is-current__image {
    background-image: url("images/menu_dounyu.webp");
}

.imgs span:nth-child(5),
.imgs span:nth-child(5).is-current__image {
    background-image: url("images/menu_sample.webp");
}

.imgs span:nth-child(6),
.imgs span:nth-child(6).is-current__image {
    background-image: url("images/menu_itiran.webp");
}
.imgs span:nth-child(7),
.imgs span:nth-child(7).is-current__image {
    background-image: url("images/menu_hansoku.webp");
}
.imgs span:nth-child(8),
.imgs span:nth-child(8).is-current__image {
    background-image: url("images/menu_interview.webp");
}
.imgs span:nth-child(9),
.imgs span:nth-child(9).is-current__image {
    background-image: url("images/menu_otoiawase.webp");
}

.imgs span:nth-child(1).is-current__image,
.imgs span:nth-child(2).is-current__image,
.imgs span:nth-child(3).is-current__image,
.imgs span:nth-child(4).is-current__image,
.imgs span:nth-child(5).is-current__image,
.imgs span:nth-child(6).is-current__image,
.imgs span:nth-child(7).is-current__image,
.imgs span:nth-child(8).is-current__image,
.imgs span:nth-child(9).is-current__image {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
    z-index: 2 !important;
}

/*========= ナビゲーションのためのCSS ===============*/
@media screen and (min-width: 560px) {
    .gnav-list__inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    #js-menu-imgs {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #0D223F;
    /*動き*/
    transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
}

#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

@media screen and (min-width: 560px) {
    .l-gnav__inner {
        flex: 0 0 45%;
        max-width: 45%;
        display: flex;
        align-items: center;
        width: 100%;
        position: absolute;
        right: 0;
        height: 100%;
    }

    #g-nav ul {
        width: 70%;
        top: -10%;
        left: auto;
        right: 0%;
        transform: translate(0%, 50%);
    }
}
.l-gnav__logo {
/*     max-width: 72px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center; */
	display:none;
}

@media screen and (min-width: 560px) {
    .l-gnav__logo {
        max-width: 130px;
        width: 100%;
		display:block;
        position: static;
        top: auto;
        text-align: left;
        margin: 0px;
    }
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.5rem;
}

#g-nav li .is-current {
    color: #ffd800;
}

#g-nav li a:hover {
    color: #ffd800;
}

.g-nav__login a {
    border: 1px solid #fff;
    max-width: 200px;
    text-align: center;
    margin-top: 16px;
    position: relative;
    height: 50px;
    line-height: 28px;
    margin: 20px 0;
}

.g-nav__login .g-nav__link::after {
    font-family: 'Material Icons';
    content: "\e89e";
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
}
.g-nav__instagram i{
	margin-right:4px;
	z-index: 2;
	vertical-align: middle;
	font-size:2rem;
}
.g-nav__instagram{
	font-size:1.3rem!important;
	text-align: center;
	max-width:200px;
	width: 100%;
    height: 50px;
    line-height: 50px;
}
.g-nav__instagram:hover{
	opacity:0.8;
	color:#fff!important;
}
.g-nav__instagram span{
	position: relative;/*相対配置*/
	display: block;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;/*はみ出た部分を隠す*/
	border-radius: 8px;/*角丸に*/
}
.g-nav__instagram span::before{
content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	z-index:-1;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 560px) {
    .openbtn1 {
        top: 17px;
        right: 30px;
    }
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
    width: 40%;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.l-header__login {
    display: none;
}

@media screen and (min-width: 960px) {
    .l-header__login {
        display: block;
        position: absolute;
        right: 100px;
        top: 18px;
    }

    .l-header__login .p-common__link {
        margin: 0px;
        padding: 0 32px;
        display: block;
        line-height: 50px;
    }
}

/********footer********/
footer {
    background-color: #0d223f;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 6rem 0 0px;
}

@media screen and (min-width: 560px) {
    footer {
        padding: 90px 0 0px;
    }
}

footer .wrap-inner {
    padding: 0 36px;
}

@media screen and (min-width: 560px) {
    footer .wrap-inner {
        padding: 0 16px;
		max-width:1200px;
    }
}

.l-footer__inner {
    padding-bottom: 6rem;
}

@media screen and (min-width: 560px) {
    .l-footer__inner {
        padding-bottom: 90px;
    }
}
.footer-inner{
	margin-bottom:4rem;
}
@media screen and (min-width: 560px) {
    .footer-inner {
		width:100%;
    }
}

.footer-inner ul li a {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.footer-inner ul li a:hover {
    opacity: 0.6;
}

.l-footer__link {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 20px;
}

@media screen and (min-width: 560px) {
    .l-footer__link {
        flex: 0 0 31.25%;
        max-width: 31.25%;
    }
}

@media screen and (min-width: 960px) {
    .l-footer__link {
        font-size:1.2rem;
		flex:0 0 auto;
		max-width:100%;
        margin-bottom: 0px;
    }

    .l-footer__link a:hover {
        color: #FFD800;
    }
}

.footer-logo {
    margin-bottom: 3.2rem;
    max-width: 150px;
}

.footer-logo a:hover {
    opacity: 0.6;
}

.window-icon {
    content: 'open_in_new';
    font-family: 'Material Icons';
    right: 0rem;
    font-size: 1.4rem;
    position: absolute;
    transition: .3s;
}

copyright {
    background-color: #0D223F;
	color:#fff;
    font-size: 1.3rem;
    width: 100%;
    padding: 16px 32px;
    display: block;
}

@media screen and (min-width: 560px) {
    copyright {
        padding: 24px 24px 20px;
    }
}

@media screen and (min-width: 960px) {
    copyright {
        padding: 32px 16px 26px;
    }
}

.l-footer__login {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    height: 48px;
    line-height: 48px;
    position: relative;
}

.l-footer__login::after {
    font-family: 'Material Icons';
    content: "\e89e";
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 1rem;
    line-height: 1.2;
}

@media screen and (min-width: 560px) {
    .l-footer__login {
        flex: 0 0 19%;
        max-width: 19%;
    }
}
.l-footer__insta{
	display: flex;
    align-items: center;
    margin-top: 18px;
    justify-content: center;
	font-size:1.2rem;
	color:#ffd800;
}
.l-footer__insta:hover{
	opacity:0.7;
}
.l-footer__insta span{
	position: relative;/*相対配置*/
	display: inline-block;
	width: 40px;/*幅*/
	height: 40px;/*高さ*/
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;/*はみ出た部分を隠す*/
	border-radius: 13px;/*角丸に*/
	color:#fff;
	margin-right:8px;
	text-align: center;
    line-height: 45px;
}
.l-footer__insta span i{
	font-size:2.4rem;
	text-align:center;
}
copyright p {
    text-align: center;
}

/********横並び********/
.wrap {
    max-width: 1132px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

.wrap-inner {
    max-width: 1032px;
    margin: 0 auto;
    padding: 0 16px;
}

.wrap-816 {
    max-width: 832px;
    margin: 0 auto;
    padding: 0 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-sp__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 560px) {
    .p-common__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .u-reverse {
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 560px) {
    .reverse {
        flex-direction: row-reverse;
    }

    .u-center__inner {
        align-items: center;
    }
}

.col-3 {
    margin-top: 30px;
}

.col-4 {
    margin-top: 2.5rem;
}

.col-4 {
    flex: 0 0 48.90%;
    max-width: 48.90%;
}

@media screen and (min-width: 560px) {

    .col-2,
    .col-3 {
        flex: 0 0 48.35%;
        max-width: 48.35%;
    }

    .col-4 {
        flex: 0 0 23.03%;
        max-width: 23.03%;
        margin-top: 3rem;
    }
}

@media screen and (min-width: 560px) {
    .col-3 {
        flex: 0 0 31.5%;
        max-width: 31.5%;
    }
}

/********ページトップへ戻るボタン********/
#page_top {
    visibility: hidden;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: 40px;
    background: #ffd800;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: all .6s;
    transition: all .6s;
}

#page_top.show {
    visibility: visible;
    bottom: 20px;
    opacity: 0.8;
}

@media screen and (min-width: 560px) {
    #page_top {
        display: none;
    }
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Material Icons';
    font-weight: 900;
    content: 'expand_less';
    font-size: 25px;
    position: absolute;
    width: 50px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/********アニメーション********/
@media screen and (min-width: 960px) {
    #stalker {
        pointer-events: none;
        position: fixed;
        top: -8px;
        left: -8px;
        width: 16px;
        height: 16px;
        background: rgba(254, 222, 0, 0.6);
        border-radius: 50%;
        transform: translate(0, 0);
        transition: transform 0.2s;
        transition-timing-function: ease-out;
        z-index: 999;
    }
}

.fadein {
    opacity: 0;
    transition: opacity 1.4s, transform 0.8s;
}

.fadein.scrollin {
    opacity: 1;
}

.fadein-up {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease,
        -webkit-transform 0.6s ease;
    transition: transform 0.6s ease,
        opacity 0.6s ease;
    transition: transform 0.6s ease,
        opacity 0.6s ease,
        -webkit-transform 0.6s ease;
}

.fadein-up.active {
    opacity: 1;
    transform: translateY(0);
}

.motion-txt {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.motion-txt:after {
    content: '';
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #0d223f;
    transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt:after {
    transition-property: transform, opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt:after {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
    display: inline-block;
    opacity: 0;
}

.js-scroll.done .motion-txt .motion-inner {
    opacity: 1;
}

@keyframes mask_fadeIn {
    0% {
        transform: scaleX(0);
        transform-origin: 0 0;
    }

    45% {
        transform: none;
        transform-origin: 0 0;
    }

    50% {
        transform: none;
        transform-origin: 100% 0;
    }

    100% {
        transform: scaleX(0);
        transform-origin: 100% 0;
    }
}

.top-content__inner .fadein {
    transition-delay: .4s;
}

.c-section-expand {
    position: relative;
}

.c-section-expand__body {
    position: relative;
    z-index: 10;
}

.c-section-expand__body {
    opacity: 0;
}

.c-section-expand__body.js-scroll.show {
    opacity: 1;
    transition-duration: .4s;
    transition-delay: .4s
}

.c-section-expand__body.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.c-section-expand__bg {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    background-color: #fff;
    border-radius: 10px;
}

.c-section-expand.js-even .c-section-expand__bg {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.c-section-expand__bg.js-scroll.show {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.c-section-expand__bg.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.c-section-expand__bg.js-even.js-scroll.show {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.list-common__animation {
    position: relative;
}

.list-common__animation::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    width: 99.9%;
    height: 99.9%;
    border-radius: 10px;
}

.list-common__animation.js-scroll.show {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.list-common__animation.js-scroll.show::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
}

.list-common__animation.js-scroll.done::after {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.list-common__animation.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.list-common__animation .image-common__animation {
    position: relative;
    opacity: 0;
    z-index: 10;
}

.list-common__animation .image-common__animation.js-scroll.show {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.list-common__animation .image-common__animation.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.block-common__animation {
    position: relative;
    z-index: 10;
    opacity: 0;
}

.block-common__animation.js-scroll.show {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.block-common__animation.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.col-2.list-common__animation .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.col-2.list-common__animation:nth-child(2) .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/********下層ページ共通********/
.c-common__block {
    margin-top: 36px;
    max-width: 530px;
    margin-bottom: 50px;
}

@media screen and (min-width: 560px) {
    .c-common__block {
        margin-top: 26px;
    }
}

.c-common__headline {
    margin-bottom: 14px;
    color: #0d223f;
    font-size: 2.6rem;
    font-weight: 700;
}

.common-mv__animation {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.common-mv__animation.js-scroll.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}


.common-mv__animation.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.common-mv {
    color: #fff;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding: 7.4rem 20px;
    position: relative;
    background-size: cover;
    -webkit-transform: translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
    background-position: center center;
}

.c-section-expand.js-even .m__parallax-image {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
}

.common-mv.js-scroll.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.common-mv.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

@media screen and (min-width: 560px) {
    .common-mv {
        padding: 10.4rem 15px;
    }
}

@media all and (min-width:960px) {
    .common-mv {
        padding: 13.8rem 15px;
    }
}

.common-body__block {
    background-color: #fff;
    position: relative;
    padding: 4.8rem 0px;
}

.common-body__block .center-text {
    margin-bottom: 6rem;
    font-size: 1.6rem;
}

.common-block {
    background-color: #fff;
    padding: 4.2rem 0 7.2rem;
}

@media screen and (min-width: 560px) {
    .common-block {
        padding: 4rem 0 8rem;
    }
}

/********タイトル********/
.p-common__headline-inner {
    text-align: center;
    margin-bottom: 2.1rem;
}

.p-common__headline {
    font-size: 5rem;
    line-height: 1;
    color: #0D223F;
    font-family: 'Oswald', sans-serif;
}

.p-common__headline .p-common__headline-jp {
    display: block;
    font-size: 2rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 15px;
}

.common-ttl {
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: 0.25rem;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

@media all and (min-width:560px) {
    .common-ttl {
        font-size: 3.8rem;
        letter-spacing: 0.1em;
    }
}

@media all and (min-width:960px) {
    .common-ttl {
        font-size: 4.0rem;
    }
}

.common-ttl span {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    display: block;
}

.common-headline {
    color: #6C737E;
    text-align: center;
    font-size: 2.0rem;
}

@media screen and (min-width:560px) {
    .common-headline {
        font-size: 2.2rem;
    }
}

@media screen and (min-width:960px) {
    .common-headline {
        font-size: 2.4rem;
    }
}

.c-common__lead {
    font-size: 2rem;
    text-align: center;
    margin-top: 4rem;
    font-weight: bold;
}

@media screen and (min-width:560px) {
    .c-common__lead {
        font-size: 2.4rem;
        margin-top: 6rem;
    }
}

@media screen and (min-width:960px) {
    .c-common__lead {
        font-size: 2.6rem;
    }
}


/********テキスト********/
.en {
    font-family: 'Oswald',
        sans-serif;
    font-display: swap;
}

.jp {
    font-family: YakuHanJP, 'Noto Sans JP', "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-display: swap;
}

/********パンくずリスト********/
.breadcrumb-area {
    width: 100%;
    margin: 1.5rem auto 0px;
    max-width: 1132px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px 13px;
    color: #A8ABBA;
    font-size: 1.3rem;
    z-index: 10;
    position: absolute;
    top: 250px;
    justify-content: flex-end;
    right: 15px;
}

@media screen and (min-width: 560px) {
    .breadcrumb-area {
        top: 330px;
        right: auto;
    }
}

@media screen and (min-width: 960px) {
    .breadcrumb-area {
        top: 430px;
    }
}

.breadcrumb-area .home {
    color: #0d223f;
}

.pankuzu-icon {
    padding: 0 8px;
}

@media screen and (min-width: 560px) {
    .pankuzu-icon {
        padding: 0 16px;
    }
}

/********link********/
.p-common__link,
.p-sample__link,
.form-content__button button {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 44px;
    line-height: 40px;
    background-size: 200% 100%;
    background-color: #0D223F;
    background-image: linear-gradient(to right, transparent 50%, rgba(13, 34, 63, 1) 50%);
    transition: .3s;
}

.p-sample__link,
.form-content__button button {
    cursor: pointer;
}

.l-news__button {
    position: relative;
    background-size: 200% 100%;
    background-color: #0D223F;
    overflow: hidden;
    background-image: linear-gradient(to right, transparent 50%, rgba(13, 34, 63, 1) 50%);
    transition: .3s;
}

@media screen and (min-width: 560px) {

    .p-common__link,
    .p-sample__link,
    .form-content__button button {
        max-width: 250px;
    }
}

.p-common__link:hover,
.l-news__button:hover,
.p-sample__link:hover,
.form-content__button button:hover {
    background-position: -100% 100%;
}

.p-common__link span,
.l-news__button span,
.p-sample__link span,
.form-content__button button span {
    color: #FFF;
    position: relative;
    font-weight: 400;
    transition: .3s;
    z-index: 3;
}

.l-news__button::before,
.p-common__link::before,
.p-sample__link::before,
.form-content__button button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #ffd800;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.l-news__button:hover span,
.p-common__link:hover span,
.p-sample__link:hover span,
.form-content__button button:hover span {
    color: #0d223f;
}

.l-news__button:hover::before,
.p-common__link:hover::before,
.p-sample__link:hover::before,
.form-content__button button:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.form-content__button {
    margin-top: 5rem;
    text-align: center;
    max-width: 250px;
    margin: 5rem auto 0px;
}

.form-content__button button {
    border: none;
}

.u-contact__link {
    height: 84px;
    line-height: 80px;
    max-width: 380px;
    margin: 0 auto;
}

.u-common__lead {
    margin-top: 13rem;
}

@media screen and (min-width: 560px) {
    .u-common__lead {
        margin-top: 10rem;
    }
}

.u-transparent__link {
    border: 1px solid #fff;
    background: none;
}

.u-transparent__link span {
    color: #fff;
}

.u-back__link {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    border: 1px solid #A7AAB9;
    text-align: center;
    outline: none;
    transition: ease .2s;
    margin-top: 40px;
	max-width: 360px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #A7AAB9;
    color: #fff;
}

.u-back__link span {
    position: relative;
    z-index: 3;
}

.u-back__link:hover span {
    color: #fff;
}

.contact-back__link::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    transform: rotate(-35deg);
    width: 10px;
    height: 1px;
    background-color: #fff;
    z-index: 2;
}

.contact-back__link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
}

.u-back__link:hover::before,
.u-back__link:hover::after {
    background: #ffd800;
}


.common-link__inner {
    position: relative;
    overflow: hidden;
}


.list-common__link {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #0D223F;
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 560px) {
    .list-common__link {
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 560px) {
    .list-common__inner {
        flex: 0 0 26%;
        display: flex;
    }
}

.list-common__link::before {
    /* display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #F3F4F9;
    -webkit-animation: mouseout-underline .3s ease-in-out forwards;
    animation: mouseout-underline .3s ease-in-out forwards;
    content: ""; */
}

.list-common__link:hover::before {
    -webkit-animation: mouseon-underline .3s ease-in-out forwards;
    animation: mouseon-underline .3s ease-in-out forwards;
    height: 100%;
}

.list-common__ttl {
    margin-top: 1rem;
    max-width: 90%;
}

@media screen and (min-width: 560px) {
    .list-common__ttl {
        margin-top: 0rem;
        max-width: 60%;
        line-height: 1.6;
    }
}

@media screen and (min-width: 960px) {
    .list-common__ttl {
        max-width: 72%;
    }
}

.list-common__ttl span i {
    color: #cb001a;
    margin-left: 6px;
    font-size: 1.6rem;
}

@keyframes mouseon-underline {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes mouseout-underline {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 100%;
    }

    100% {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
}

li:last-child .list-common__link {
    border-bottom: 1px solid #0D223F;
}

.list-common__date {
    font-weight: 400;
    width: 100%;
    max-width: 96px;
    color: #a8acba;
}

.list-common__category,
.works-list-item-category {
    max-width: 160px;
    width: 100%;
    height: 21px;
    line-height: 21px;
    color: #fff;
    margin: 0 0rem 2rem 0rem;
    text-align: center;
    font-size: 1.2rem !important;
    background: #0D223F;
}

@media screen and (min-width: 560px) {
    .list-common__category,
    .works-list-item-category {
        margin: 0 0rem;
        height: 30px;
        line-height: 30px;
    }
}


/****************************
トップページ
****************************/
.top-hero {
    position: relative;
    overflow: hidden;
    margin-top: 60px;
}

@media screen and (min-width: 560px) {
    .top-hero {
        margin-top: 0px;
    }
}

.animation,
.img-wrap {
    overflow: hidden;
    position: relative;
}

.c-lower-eyecatch__image {
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.c-lower-eyecatch__image.js-scroll.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.c-lower-eyecatch__image.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.common-mv__amnimation {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.top-hero__mv {
    -webkit-transform: translate3d(90%, 0, 0);
    transform: translate3d(90%, 0, 0);
}

.top-hero__mv.js-scroll.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}

.top-hero__mv.js-scroll.done {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.top-hero__mv01,
.top-hero__mv02,
.top-hero__mv03 {
    position: relative;
    padding: 30.6rem 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.top-hero__mv01 {
    background-image: url("images/01_main_SP.webp");
}

.top-hero__mv02 {
    background-image: url("images/02_main_SP.webp");
}

.top-hero__mv03 {
    background-image: url("images/03_main_SP.webp");
}

@media screen and (min-width: 560px) {

    .top-hero__mv01,
    .top-hero__mv02,
    .top-hero__mv03 {
        padding: 32.6rem 0;
        background-size: cover;
        background-position: 50% 60%;
    }

    .top-hero__mv01 {
        background-image: url("images/MV_01.webp");
    }

    .top-hero__mv02 {
        background-image: url("images/MV_02.webp");
    }

    .top-hero__mv03 {
        background-image: url("images/MV_03.webp");
    }
}

@media screen and (min-width: 960px) {

    .top-hero__mv01,
    .top-hero__mv02,
    .top-hero__mv03 {
        /* padding: 42.6rem 0; */
        padding-top: 29.5%;
        background-position: 50% 90%;
    }
}

.top-hero__mv .swiper-slide {
    margin-right: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.top-hero__catch {
    top: 22%;
    transform: translateY(-50%);
    z-index: 10;
    left: 6%;
    position: absolute;
}

@media screen and (min-width: 560px) {
    .top-hero__catch {
        top: 50%;
        left: 8%;
    }
}

@media screen and (min-width: 960px) {
    .top-hero__catch {
        left: 10%;
    }
}

@media screen and (min-width: 1441px) {
    .top-hero__catch {
        left: 15%;
    }
}

.swiper-slide__inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.u-catch__text {
    color: #ffd800;
}

.top-catch__block {
    padding: 4px 10px;
    margin: 5px 0;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
}

@media screen and (min-width: 560px) {
    .top-catch__block {
        margin: 10px 0;
    }
}

.top-hero h2 {
    font-size: 8.027vw;
    line-height: 1.0;
    letter-spacing: 0.425rem;
    margin: 0 auto;
    color: #fff;
    display: inline-block;
}

@media screen and (min-width: 560px) {
    .top-hero h2 {
        font-size: 4.2rem;
        max-width: 100%;
        line-height: 1.2;
    }
}

@media screen and (min-width: 960px) {
    .top-hero h2 {
        font-size: 5.4rem;
    }
}

.catch-text__block.js-scroll.show .motion-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0d223f;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: 0.5s cubic-bezier(0.08, 0.49, 0.54, 0.94);
    transition: 0.5s cubic-bezier(0.08, 0.49, 0.54, 0.94);
    z-index: -1;
    transition-delay: .5s;
}

.catch-text__block.js-scroll.show .motion-txt:nth-child(1)::after {
    transition-delay: .3s;
}

.catch-text__block.js-scroll.show .motion-txt:nth-child(2)::after {
    transition-delay: .4s;
}

.catch-text__block.js-scroll.show .motion-txt:nth-child(3)::after {
    transition-delay: .4s;
}

.catch-text__block.js-scroll.done .motion-txt:after {
    transform: translate3d(-103%, 0, 0);
}

.swiper-slide-active .catch-text__block.js-scroll.done .motion-txt:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top-hero__mv.js-scroll.show h2,
.top-hero__mv.js-scroll.show .top-hero__body span {
    transition: all 0.5s ease;
}

.c-lower-eyecatch__image h2 span,
.top-hero__body span {
    position: relative;
    -webkit-transition: 0.5s cubic-bezier(0.08, 0.49, 0.54, 0.94);
    transition: 0.5s cubic-bezier(0.08, 0.49, 0.54, 0.94);
}

.top-hero__body {
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (min-width: 560px) {
    .top-hero__body {
        font-size: 2.5rem;
    }
}

.c-lower-eyecatch__image.js-scroll.show h2 span,
.c-lower-eyecatch__image.js-scroll.show .top-hero__body span {
    opacity: 1;
}

.js-typo-wrap {
    display: inline-block;
    white-space: nowrap;
}

.c-lower-eyecatch__image.js-scroll.done h2 .js-typo-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.swiper-pagination-bullet {
    border-radius: inherit;
    margin: 0 5px !important;
    width: 54px;
    height: 5px;
    background: skyblue;
    opacity: 0.19;
}

.swiper-pagination-bullet-active {
    background: skyblue;
    opacity: 1;
}

/********トップ-NEWS********/
.l-news {
    position: relative;
    padding: 4rem 0 0rem;
}

@media screen and (min-width: 560px) {
    .l-news {
        padding: 5rem 0 6rem;
    }
}

.l-news::before {
    content: '';
    height: 182px;
    background-color: #0d223f;
    max-width: 65%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.l-news::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 65%;
    top: 0px;
    border-style: solid;
    border-width: 200px 70px 0 0;
    border-color: #0d223f transparent transparent transparent;
}

@media screen and (min-width: 560px) {
    .l-news::before {
        height: 200px;
        max-width: 50%;
    }

    .l-news::after {
        border-width: 200px 70px 0 0;
        left: 50%;
    }
}

.l-news__block {
    position: relative;
}

@media screen and (min-width: 560px) {
    .l-news__block {
        display: flex;
        align-items: center;
    }
}

.l-news__button {
    color: #fff;
    background-color: #0d223f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

@media screen and (min-width: 560px) {
    .l-news__button {
        padding: 0px;
    }
}

.l-news__links {
    box-shadow: 0px 6px 24px 0px rgb(8 17 30 / 40%);
    margin-top: 0px;
}

.l-news__links .bx-wrapper {
    z-index: 2;
    box-shadow: none;
    border: 0px;
    margin-bottom: 0px;
}

@media screen and (min-width: 560px) {
    .l-news__links .bx-wrapper {
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.l-news__links .bx-wrapper {
    margin-bottom: 0px;
}

.l-news__links .list-common__link {
    display: block;
    padding: 15px 40px;
}

.l-news__block .p-common__headline {
    color: #fff;
    padding-bottom: 20px;
}

@media screen and (min-width: 560px) {
    .l-news__block .p-common__headline {
        flex: 0 0 20%;
        padding-bottom: 0px;
    }

    .l-news__links {
        flex: 0 0 80%;
        max-width: 80%;
        display: flex;
    }

    .l-news__links ul {
        flex: 0 0 80%;
    }

    .l-news__button {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.l-news .list-common__link {
    background-color: #fff;
    border-bottom: none;
}

/********トップ-ボードステーションとは********/
.l-about {
    padding: 10rem 0 8rem;
}

.p-about__image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.p-about__image p {
    position: relative;
    z-index: 1;
}

.p-about__image span {
    background-color: #FEDE00;
    border-radius: 50%;
    position: absolute;
    height: 140px;
    width: 140px;
    top: 0px;
    right: 50px;
    transform: scale(0, 0);
}

.p-about__image span:nth-child(2) {
    height: 114px;
    width: 114px;
    top: 210px;
    left: 0px;
    right: 0;
    animation-delay: .1s;
}

.p-about__image span:nth-child(3) {
    height: 102px;
    width: 102px;
    bottom: 120px;
    right: 40px;
    top: auto;
    z-index: 2;
    animation-delay: .2s;
}

.p-about__image.js-scroll.done span {
    animation-name: fadeInAnime;
    animation-duration: .3s;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
    0% {
        transform: scale(0, 0);
    }

    100% {
        transform: scale(1, 1);
    }
}

@media screen and (min-width: 560px) {

    .p-about__image {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .p-about__block {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.l-about .p-common__link {
    margin: 0;
}

.l-about .p-common__headline-inner {
    text-align: left;
}

/********トップ-ケーススタディ********/
.l-casestudy {
    background-image: url("/wp-content/themes/MJE/images/01_case.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 38rem 0 6rem;
}

@media screen and (min-width: 560px) {
    .l-casestudy {
        padding: 19rem 0;
        background-image: url("/wp-content/themes/MJE/images/Casestudy_W2000.webp");
        background-position: 50% 20%;
    }
}

@media screen and (min-width: 960px) {
    .l-casestudy {
        padding: 23rem 0;
    }
}

.l-casestudy .p-common__headline-inner {
    text-align: left;
}

.l-casestudy .p-common__headline {
    color: #fff;
}

.l-casestudy .p-common__link {
    margin: 0;
    background-color: transparent;
}
/********トップ-動画のイントロダクション********/
.l-introduction{
	text-align:center;
}
.p-introduction__body{
	text-align:center;
	margin-bottom:25px;
}
.l-introduction iframe{
	aspect-ratio:16 / 9;
	width: 100%;
    height: auto;
}
/********トップ-デザインサンプル********/
.l-designsample {
    background-image: url("/wp-content/themes/MJE/images/01_design.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 15rem 0;
}

@media screen and (min-width: 560px) {
    .l-designsample {
        padding: 22rem 0;
        background-image: url("/wp-content/themes/MJE/images/designsample_W2000.webp");
    }
}

.l-designsample .l-common__layout {
    margin: 0 auto;
}

.p-designsample__body {
    margin-bottom: 4rem;
}

.p-designsample__inner {
    background-color: #F1F4F9;
    padding: 30px 0;
}

@media screen and (min-width: 560px) {
    .p-designsample__inner {
        padding: 70px 0 10px;
    }
}

.slider-sample {
    width: 90%;
    margin: 0 auto 60px;
}

@media screen and (min-width: 560px) {
    .slider-sample {
        width: 94%;
    }
}

.slider-sample .slick-slide img {
    width: 80vw;
    height: auto;
}

@media screen and (min-width: 560px) {
    .slider-sample .slick-slide img {
        width: 60vw;
    }
}

.slick-prev:before,
.slick-next:before {
    content: none !important;
}

.slider-sample .slider-img {
    margin: 0 auto;
}

.slider-sample .slick-prev,
.slider-sample .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #0D223F;
    border-right: 4px solid #0D223F;
    height: 15px;
    width: 15px;
}

.slider-sample .slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slider-sample .slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slider-sample .mypattern {
    width: 100%;
}

.slider-sample .slick-slide {
    margin: 0px 30px;
    max-width: 560px;
}

@media screen and (min-width: 560px) {
    .slider-sample .slick-slide {
        margin: 0px 80px;
    }
}

.c-pickup__title {
    background-color: #FFD800;
    padding: 18px;
    line-height: 1.6;
    transition: .3s;
    opacity: 0;
    font-size: 1.8rem;
}

.c-pickup__title span {
    display: block;
    font-weight: bold;
    font-size: 2rem;
}

.slick-current .c-pickup__title {
    opacity: 1;
}

.p-sample__inner {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 559px) {
    .p-sample__inner {
        justify-content: space-between;
    }
}

.p-sample__inner .col-4 {
    margin-left: 2rem;
}

@media screen and (max-width: 559px) {
    .p-sample__inner .col-4 {
        margin-left: 0px;
    }
}

@media screen and (min-width: 560px) {

    .p-sample__inner .col-4:first-child,
    .p-sample__inner .col-4:nth-child(6),
    .p-sample__inner .col-4:nth-child(10),
    .p-sample__inner .col-4:nth-child(11),
    .p-sample__inner .col-4:nth-child(16),
    .p-sample__inner .col-4:nth-child(20) {
        margin-left: 0px;
    }
}

/********トップ-ラインナップ********/
.l-lineup {
    background-image: url("/wp-content/themes/MJE/images/01_LineUP.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10rem 0;
}

@media screen and (min-width: 560px) {
    .l-lineup {
        background-image: url("/wp-content/themes/MJE/images/Lineup_W2000.webp");
        padding: 8rem 0;
    }
}

.l-lineup__inner {
    max-width: 700px;
    margin: 0 auto;
}
/********トップ-インタビュームービー********/
.l-interview {
	position:relative;
    padding: 15rem 0;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	color:#fff;
	background-image: url("/wp-content/themes/MJE/images/bs_result_sp.webp");
}
@media screen and (min-width: 560px) {
	.l-interview {
		padding: 22rem 0;
		background-image: url("/wp-content/themes/MJE/images/bs_result.webp");
	}
}
.l-interview .l-common__layout{
	margin: 0 auto;
}
.l-interview .p-common__headline{
	color:#fff;
}
#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/********トップ-プロモーションデザイン********/
.l-promotion {
    background-image: url("/wp-content/themes/MJE/images/01_other_design.webp");
    text-align: left;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 38rem 0 6rem;
}

@media screen and (min-width: 560px) {
    .l-promotion {
        background-image: url("/wp-content/themes/MJE/images/Otherdesign_W2000.webp");
        padding: 22rem 0px;
    }
}

.l-common__layout {
    max-width: 400px;
}

.p-promotion__body {
    margin-bottom: 3rem;
    text-align: justify;
}

.l-promotion .p-common__headline-inner {
    text-align: left;
}

.l-promotion .p-common__link {
    margin: 0;
}

.p-flow__list {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
    flex: 0 0 48.35%;
    max-width: 48.35%;
}

.p-flow__list::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #0d223f transparent transparent transparent;
    position: absolute;
    left: 10px;
    border-top-left-radius: 10px;
    top: 10px;
}

.p-flow__list::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 24px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 10px;
    top: 10px;
    transform: rotate(180deg);
}

@media screen and (min-width: 560px) {
    .p-flow__list {
        flex: 0 0 31.5%;
        max-width: 31.5%;
    }

    .p-flow__list::before {
        border-width: 44px 44px 0 0;
    }

    .p-flow__list::after {
        border-width: 44px 44px 0 0;
    }
}

.p-flow__headline {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.p-flow__icons {
    text-align: center;
}

.p-flow__icons img {
    max-height: 80px;
}

@media screen and (min-width: 560px) {
    .p-flow__icons img {
        max-height: 100px;
    }
}

.p-flow__body {
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 4px;
}

/********共通-お問い合わせ********/
.l-contact {
    background-image: url("images/Contact_W2000.webp");
    background-position: center;
    background-size: cover;
    padding: 6rem 0px;
}

@media screen and (min-width: 560px) {
    .l-contact {
        padding: 8rem 0px;
    }
}

@media screen and (min-width: 960px) {
    .l-contact {
        padding: 100px 0px;
    }
}
/****************************
ページ外リンク
****************************/
.l-special{
	background-color: #0d223f;
	padding:8rem 0px 6rem;
	text-align:center;
}
@media screen and (min-width: 560px) {
	.l-special{
		padding:8rem 0px 9rem;
	}
}
@media screen and (min-width: 560px) {
.p-special__list{
	flex:0 0 50%;
	max-width:50%;
}
	.p-special__list a{
		overflow: hidden;
	}
}
.p-special__list p{
	color:#fff;
	font-size:1.6rem;
	margin-top:10px;
	margin-bottom:40px;
}
@media screen and (min-width: 560px) {
	.p-special__list p{
		margin-bottom:0px;
	}
}
.l-special .p-common__headline{
	color:#FEDE00;
	margin-bottom:30px;
}
.l-special .motion-txt:after{
	background-color:#FEDE00;
}
@media screen and (min-width: 560px) {
.p-special__list img{
	transition:.2s;
}

.p-special__list a:hover img{
	transform: scale(1.05);
	opacity:.7;
}
}
.l-special__body{
	color:#fff;
	margin-bottom:40px;
	font-size:1.8rem;
}
/****************************
ラインナップ
****************************/
.lineup-mv {
    background-image: url("images/07_header_W2000.webp");
}

.lineup-intro {
    background-color: #fff;
}

.lineup-intro .p-common__inner {
    align-items: flex-end;
    margin-bottom: 6rem;
}

.p-lineup__image {
    margin-bottom: 4rem;
}

@media screen and (min-width: 560px) {
    .p-lineup__image {
        margin-bottom: 0px;
    }

    .p-lineup__block,
    .p-lineup__image {
        flex: 0 0 48.18%;
        max-width: 48.18%;
    }
}

.p-lineup__category {
    background-color: #ffd800;
    font-size: 1.6rem;
    margin-bottom: 16px;
    display: inline-block;
    padding: 0 7px;
}

.p-lineup__title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.p-lineup__lead {
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.p-lineup__lead::after {
    background: #0d223f;
    height: 1px;
    width: 35px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.p-lineup__spec {
    margin-top: 4rem;
    background: #f2f4fa;
    padding: 1.5rem;
}

@media screen and (min-width: 560px) {
    .p-lineup__spec {
        padding: 2rem;
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 960px) {
    .p-lineup__spec {
        padding: 3rem 4rem;
    }
}

.p-lineup__space--title {
    font-size: 1.6rem;
    text-align: center;
}


.p-lineup__spec--body {
    border-top: 1px solid #0d223f;
    padding-top: 15px;
    margin-top: 15px;
}

@media screen and (min-width: 560px) {
    .p-lineup__spec--body {
        border-left: 1px solid #0d223f;
        border-top: none;
        padding-left: 20px;
        margin-left: 20px;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 1.54;
    }
}

@media screen and (min-width: 960px) {
    .p-lineup__spec--body {
        padding-left: 40px;
        margin-left: 40px;
    }
}

.p-lineup__spec--body span {
    display: block;
    font-weight: bold;
}

/****************************
導入事例
****************************/
.casestudy-mv {
    background-image: url("images/05_header_W2000.webp");
}

.casestudy-intro,
.case-study__content {
    background-color: #fff;
}

.case-study__content .c-common__lead {
    margin-bottom: 5.5rem;
}

.l-casestudy__inner {
    position: relative;
    margin-bottom: 10rem;
    z-index: 1;
}

@media screen and (min-width: 560px) {
    .l-casestudy__inner {
        margin-bottom: 15rem;
    }
}

@media screen and (min-width: 960px) {
    .l-casestudy__inner {
        margin-bottom: 20rem;
    }
}

.l-casestudy__inner::after {
    content: '';
    background-color: #fffbe5;
    position: absolute;
    top: 0%;
    height: 100%;
    right: 0px;
    width: 75%;
    z-index: -1;
}

.l-casestudy__inner:nth-child(odd)::after {
    right: auto;
    left: 0px;
}

.l-casestudy__inner::before {
    content: '';
    background-color: #fffbe5;
    position: absolute;
    bottom: -4%;
    height: 20%;
    right: 0px;
    width: 75%;
    z-index: -1;
}

@media screen and (min-width: 560px) {
    .l-casestudy__inner::before {
        bottom: -13%;
    }
}

.l-casestudy__inner:nth-child(odd)::before {
    right: auto;
    left: 0px;
}

.p-casestudy__block-inner {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.p-casestudy__block {
    color: #fff;
    margin-top: 7rem;
    position: relative;
    background-color: #0d223f;
    padding: 0 16px 32px;
    max-width: 95%;
}

.l-casestudy__inner:nth-child(even) .p-casestudy__block {
    border-radius: 0px 8px 8px 0px;
}

.l-casestudy__inner:nth-child(odd) .p-casestudy__block {
    border-radius: 8px 0px 0px 8px;
    margin-left: auto;
}

.p-casestudy__image {
    padding: 0 16px;
}

@media screen and (min-width: 560px) {
    .p-casestudy__image {
        flex: 0 0 58.54%;
        max-width: 58.54%;
        margin-top: 60px;
        padding: 0px;
        z-index: 2;
        position: relative;
    }

    .p-casestudy__block {
        margin-top: 180px;
        flex: 0 0 38.30%;
        max-width: 38.30%;
        background-color: transparent;
        padding: 0px 15px;
    }

    .l-casestudy__inner:nth-child(even) .p-casestudy__block,
    .l-casestudy__inner:nth-child(odd) .p-casestudy__block {
        border-radius: 0px 0px 0px 0px;
    }

    .l-casestudy__inner:nth-child(odd) .p-casestudy__block {
        margin-left: 0px;
    }
}

@media screen and (min-width: 960px) {
    .p-casestudy__block {
        padding: 0px;
    }
}

@media screen and (min-width: 560px) {
    .p-casestudy__block::after {
        content: '';
        position: absolute;
        right: -30%;
        background-color: #0d223f;
        width: 30%;
        top: 0px;
        height: 100%;
        z-index: -1;
    }

    .l-casestudy__inner:nth-child(even) .p-casestudy__block::after {
        right: auto;
        left: -30%;
    }
}

.p-casestudy__area {
    position: absolute;
    top: -20px;
    left: 0px;
    max-width: 60%;
}

.p-casestudy__area img {
    max-height: 50px;
}

@media screen and (min-width: 560px) {
    .p-casestudy__area {
        max-width: 420px;
        top: -50px;
    }

    .p-casestudy__area img {
        max-height: 100%;
    }
}

.p-casestudy__name {
    background-color: #ffd800;
    color: #0d223f;
    font-size: 1.6rem;
    padding: 2px 10px;
    margin: 49px 0 8px;
    display: inline-block;
}

@media screen and (min-width: 560px) {
    .p-casestudy__name {
        margin: 70px 0 8px;
    }
}

.l-casestudy__wrap {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 560px) {
    .l-casestudy__wrap::before {
        top: 180px;
        height: 90%;
    }

    .l-casestudy__wrap::before {
        content: '';
        position: absolute;
        left: -40%;
        background-color: #0d223f;
        width: 100%;
        border-radius: 0 30px 30px 0;
    }

    .l-casestudy__inner:nth-child(odd) .l-casestudy__wrap::before {
        right: -40%;
        left: auto;
        border-radius: 30px 0px 0px 30px;
    }
}

@media screen and (min-width: 960px) {
    .l-casestudy__wrap::before {
        top: 180px;
        height: 82%;
    }
}

.p-casestudy__headline {
    font-size: 2.2rem;
    margin-bottom: 15px;
    line-height: 1.7;
}

@media screen and (min-width: 560px) {
    .p-casestudy__headline {
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 960px) {
    .p-casestudy__headline {
        font-size: 2.6rem;
    }
}

.p-casestudy__body {
    text-align: justify;
}

/****************************
販促デザイン
****************************/
.design-mv {
    background-image: url("images/08_header_W2000.webp");
}

.design-intro {
    background-color: #ffd800;
}

.design-intro .c-common__lead {
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (min-width: 560px) {
    .p-design__image {
        flex: 0 0 66.30%;
        max-width: 66.30%;
    }

    .p-design__block {
        flex: 0 0 31.62%;
        max-width: 31.62%;
    }
}

.p-design__block p {
    text-align: justify;
}
.web-design{
	background-color: #fff;
	padding-bottom:0px;
}
.p-design__link{
 overflow:hidden;
	transition:.3s;
}
.p-design__link img{
	transition:.3s;
}
.p-design__link img:hover{
  transform:scale(1.05);
}
.design-type {
    background-color: #fff;
}

.p-design__block p {
    text-align: justify;
}

.p-design__bg {
    display: inline-block;
    padding: 0px 10px;
    background-color: #ffd800;
    font-size: 1.2rem;
    margin-right: 10px;
}

.p-design__image {
    margin-bottom: 2rem;
}

.c-common__title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 1.4rem;
    font-weight: bold;
}

.p-design__inner {
    display: flex;
    align-items: center;
}

/****************************
ボードステーションとは
****************************/
.about-mv {
    background-image: url("images/02_header_W2000.png");
}

.l-asyoulike {
    background-image: url("images/AsyouLIKE.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 80%;
}

@media screen and (min-width: 560px) {
    .l-asyoulike {
        background-size: auto;
    }
}

.l-asyoulike .p-common__inner {
    align-items: flex-end;
}

@media screen and (min-width: 560px) {
    .p-asyoulike__image {
        flex: 0 0 49%;
        max-width: 49%;
    }

    .p-asyoulike__block {
        flex: 0 0 41%;
        max-width: 41%;
    }
}

.p-about__body {
    margin-top: 2rem;
    font-size: 1.6rem;
    text-align: justify;
}

.whattodo {
    background-color: #fff;
}

.p-whattodo__image {
    position: relative;
}

.l-common__catch {
    position: absolute;
    bottom: -30px;
    max-width: 40%;
}

@media screen and (min-width: 560px) {
    .l-common__catch {
        max-width: 100%;
        bottom: -100px;
    }
}

.p-whatodo__contents:nth-child(even) .l-common__catch {
    right: 0px;
}

.p-whatodo__contents:nth-child(even) .c-common__block {
    margin-right: auto;
}

.p-whatodo__contents:nth-child(odd) .l-common__catch {
    left: 0px;
}

.p-whatodo__contents:nth-child(odd) .c-common__block {
    margin-left: auto;
}

/****************************
デザインサンプル
****************************/
.sample-mv {
    background-image: url("images/06_header_W2000.png");
}

.js-modal-open:hover {
    opacity: 0.7;
}

.p-sample__image {
    border: 1px solid #ACACAC;
}

.p-sample__image img {
    object-fit: cover;
    width: 170px;
    height: 170px;
}

@media screen and (min-width: 560px) {
    .p-sample__image img {
        width: 170px;
        height: 170px;
    }
}

@media screen and (min-width: 960px) {
    .p-sample__image img {
        width: 252px;
        height: 252px;
    }
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

.modal__bg {
    background: rgba(13, 34, 63, 0.9);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 80px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 100%;
}

.btn-close {
    position: absolute;
    right: 3%;
    top: 0%;
    transition: .3s;
    font-size: 3rem;
}

@media screen and (min-width: 560px) {
    .btn-close {
        right: 4%;
        top: 1%;
    }
}

.btn-close:hover {
    opacity: 0.6;
}

.p-lightbox__inner {
    margin-top: 40px;
}

/****************************
ニュース
****************************/
.news-mv {
    background-image: url("images/03_header_W2000.png");
}

.news-content {
    background-color: #fff;
}

article {
    margin-top: 2rem;
}

article iframe{
	aspect-ratio:16 / 9;
	width:100%;
	height:100%;
}
@media screen and (max-width: 559px) {
article .arictle-image{
	width:100%;
	margin-bottom:10px;
}
}
/* article .news-content {
    background-color: #f2f4fa;
}
 */
article .news-content__article p {
    line-height: 2.5;
	margin-bottom: 1.5rem!important;
}
article .wp-block-image{
	margin-top:10px;
}
blockquote, q {
    quotes: none;
    background: #f2f4fa;
    padding: 20px;
    line-height: 1.5;
	margin-bottom:40px;
}
blockquote p{
	line-height:1.6;
    font-size: 1.3rem;
	margin-bottom:0.8rem!important;
}
.news-content blockquote h3{
	font-size:2rem;
	margin-bottom:2rem;
}
article .news-content__article p a,
.m-link__red {
    display: inline;
/*     color: #0d223f; */
    text-decoration: underline;
}
article .p-common__link{
	display:block!important;
	color:#fff;
	text-decoration:none!important;
}
article .p-common__link:hover{
	opacity:1!important;
	text-decoration:none!important;
}
article .news-content__article .p-common__link::before{
	z-index:-1;
}
article .news-content__article p a:hover,
.m-link__red:hover {
    opacity: 0.6;
}

.common-news__block a {
    background-color: #fff;
    color: #0d223f;
    text-align: center;
    padding: 9px 10px;
    border: 1px solid #0d223f;
}

@media screen and (min-width: 560px) {
    .common-news__block a {
        padding: 9px 15px;
    }
}

.common-news__block a:hover {
    background-color: #0d223f;
    color: #fff;
}

.common-news__block .current {
    background-color: #0d223f;
    color: #fff;
}

.common-news__block {
    flex: 0 0 48%;
    max-width: 48%;
    margin-top: 12px;
}

@media screen and (min-width: 560px) {
    .common-news__block {
        flex: 0 0 19%;
        max-width: 19%;
		 margin-top: 0px;
    }
}
.news-content .wrap-inner{
	padding:0px;
}
@media screen and (min-width: 560px) {
.news-content .wrap-inner{
	padding:0 16px;
}
}
.news-content__article h5 {
    font-size: 1.8rem;
    margin-bottom: .5rem;
}

.news-content__article figcaption {
    font-size: 1.2rem;
}

.news-content__article figure {
    width: 100% !important;
}

/********NEWS ページネーション********/
.wp-pagenavi .current {
    color: #CB001A;
    line-height: 48px;
    height: 48px;
}

.news-content__list {
    margin-top: 4.8rem;
}

.news-content__list .list-common__date {
    color: #A8ABBA;
}

.wp-pagenavi {
    max-width: 336px;
    width: 100%;
    margin: 4.8rem auto 4rem;
    display: flex;
    justify-content: space-around;
    text-align: center;
    font-size: 1.8rem;
}

.wp-pagenavi a {
    color: #ACB1B9;
    font-size: 1.8rem;
    line-height: 48px;
    height: 48px;
}

.pages,
.nextpostslink,
.previouspostslink {
    background-color: #f1f2f3;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    color: #6C737E;
}

.nextpostslink span,
.previouspostslink span {
    line-height: 48px;
}

.wp-pagenavi a:hover {
    color: #CB001A;
    font-weight: bold;
}

.arrow-btn a {
    background-color: #F1F2F3;
    color: #6C737E;
    height: 48px;
    line-height: 56px;
    border-radius: 8px;
    width: 48px;
    text-align: center;
}

.news-common__inner {
    display: flex;
    padding-top: 1rem;
}

@media screen and (min-width: 560px) {
    .news-common__inner {
        display: flex;
        padding-top: 0rem;
    }
}

.news-content h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 1.4rem auto 1.6rem;
    display: block;
    font-weight: bold;
	    padding-bottom: 10px;
    border-bottom: 1px solid #dcdddd;
}
.news-content h4{
	margin-top:2rem;
}
article .news-content h4{
	    margin-top: 5rem;
}
.news-content h4,
.m-title__gray-bg {
    background-color: #0d223f;
    font-size: 2rem;
    color: #fff;
    padding: 9px 15px 9px 32px;
    margin-bottom: 2rem;
    position: relative;
}

.m-title__lead {
    color: #6C737E;
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
    font-weight: 500;
}

@media screen and (min-width: 560px) {
    .m-title__lead {
        line-height: 1.3;
    }
}

.news-content h4::before,
.m-title__gray-bg::before {
    height: 24px;
    width: 2px;
    content: '';
    background-color: #ffd800;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.news-content .back-btn {
    color: #fff;
    border: 1px solid #0d223f;
    background-color: #0d223f;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    display: block;
    background-size: 200% 100%;
    text-align: center;
    max-width: 210px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, rgba(108, 115, 126, 1) 50%, transparent 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.back-btn__inner {
    margin-top: 4.8rem;
    padding: 4.2rem 0 4.0rem;
}

.back-btn__inner .p-common__link.u-back__link {
    color: #fff;
    background-color: #A8ABBA;
}

.back-btn__inner .p-common__link.u-back__link:hover {
    background-position: 100% -100%;
}

.news-content .back-btn:hover {
    color: #fff;
    background-color: #6C737E;
    background-position: 100% -100%;
}

/********よくある質問********/
.faq-content {
    margin-bottom: 11.2rem;
}

.faq-content__block:not(:last-child) {
    margin-bottom: 7.2rem;
}

.accordion-container {
    position: relative;
    width: 100%;
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    padding: 2.15rem;
    font-weight: normal;
    color: #2E3642;
    background: #F1F2F3;
    cursor: pointer;
    transition: .3s;
    font-weight: bold;
}

.accordion-title span,
.accordion-content span {
    font-size: 2.0rem;
    margin-right: 16px;
}

.accordion-title {
    position: relative;
}

.accordion-title::after {
    font-size: 2.4rem;
    font-weight: bold;
    content: 'add_circle';
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    display: block;
}

.accordion-title.open::after {
    content: 'remove_circle';
    font-family: 'Material Icons';
    color: #CB001A;
}

.accordion-content {
    display: none;
    padding: 1.5rem 2.15rem;
    color: #CB001A;
}

.accordion-content p {
    text-indent: -3.5rem;
    padding-left: 3.5rem;
}

/****************************
ログインページ
****************************/
.user-mv {
    background-image: url("images/15_header_W2000.png");
}

.p-login {
    background-color: #fff;
}

.p-login__inner{
    max-width: 700px;
    width: 100%;
	padding: 100px 0px;
    margin: 0 auto;
}

.p-login__logo {
    max-width: 305px;
    margin: 0 auto;
}

.c-login__input {
    width: 100%;
    background-color: #f2f4fa;
    border: none;
    padding: 14px 10px;
    border-radius: 4px;
    border: 1px solid #a8acba;
}

.p-login__inner .p-common__link {
    border: none;
    color: #fff;
}
/****************************
お問い合わせ
****************************/
.contact-mv {
    background-image: url("images/09_header_W2000.png");
}

.contact-content,
.contact-inner {
    margin-bottom: 4rem;
}

.contact-content .common-block {
    border-radius: 20px;
}

.contact-content .col-2 img {
    max-height: 84px;
}
.contact-content .col-2{
	margin-top:3.5rem;
}
.contact-done {
    margin-bottom: 4.8rem;
    padding-top: 0px;
}

@media screen and (min-width: 560px) {
    .contact-done {
        margin-bottom: 7.2rem;
    }
}

.p-contact__select {
    margin-bottom: 8px;
}

.c-contact__body {
    max-width: 420px;
    margin: 4rem auto 0px;
}

.contact-entrance__link {
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 0 3rem;
    border-radius: 10px;
}

.contact-content .list-common__animation:first-child.js-scroll.show::after,
.contact-content .list-common__animation:nth-child(3).js-scroll.show::after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.contact-content .list-common__animation:nth-child(2).js-scroll.show::after,
.contact-content .list-common__animation:nth-child(4).js-scroll.show::after {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.contact-content .list-common__animation:first-child .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.contact-content .list-common__animation:nth-child(2) .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.contact-content .list-common__animation:nth-child(3) .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.contact-content .list-common__animation:nth-child(4) .block-common__animation.js-scroll.show {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

@media screen and (min-width: 960px) {
    .contact-content .list-common__animation:nth-child(2).js-scroll.show {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .contact-content .list-common__animation:nth-child(2) .block-common__animation.js-scroll.show {
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
    }

    .contact-content .list-common__animation:nth-child(3).js-scroll.show {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .contact-content .list-common__animation:nth-child(3).js-scroll.show::after {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .contact-content .list-common__animation:nth-child(3) .block-common__animation.js-scroll.show {
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
    }

    .contact-content .list-common__animation:nth-child(4).js-scroll.show {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .contact-content .list-common__animation:nth-child(4).js-scroll.show::after {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .contact-content .list-common__animation:nth-child(4) .block-common__animation.js-scroll.show {
        -webkit-transition-delay: .9s;
        transition-delay: .9s;
    }
}

.contact-entrance__link>div {
    width: 100%;
    padding: 0 16px;
}

.contact-entrance__link h3 {
    font-size: 1.8rem;
    padding: 1.7rem 0;
    font-weight: bold;
}

.contact-entrance__link .p-common__link {
    max-width: 230px;
    margin: 2rem auto 0px;
    line-height: 54px;
    height: 54px;
}

.stepBar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: 4rem auto;
    text-align: center;
}

.stepBar li {
    position: relative;
    flex: 0 0 48.25%;
    max-width: 48.25%;
    list-style: none;
}

.stepBar li:after {
    background: #0d223f;
    content: "";
    width: calc(25% - -5px);
    height: 1px;
    position: absolute;
    left: calc(-20% + 12px);
    top: 50%;
}

.stepBar li:first-child:after {
    display: none;
}

.stepBar li span {
    background: #f2f4fa;
    border: 1px solid #0d223f;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 280px;
    z-index: 2;
    border-radius: 4px;
    position: relative;
}

.stepBar .visited:after {
    background: #0d223f
}

.stepBar .visited span {
    background: #0d223f;
    color: #ffffff;
    border-radius: 4px;
}

.contact-ttl {
    font-size: 3rem;
    color: #2E3642;
    text-align: center;
    margin-bottom: 3.5rem;
    font-weight: bold;
}

.contact-inner .common-link,
.contact-done .common-link {
    height: 60px;
    line-height: 60px;
    margin-top: 60px;
}

.contact-table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 6.8rem;
}

.contact-form__inner {
    margin-bottom: 3rem;
    border-bottom: 1px solid #a8acba;
}

.contact-form__01 {
    border-bottom: 1px solid #a8acba;
}

.contact-form__01,
.contact-form__02 {
    display: block;
}

@media screen and (min-width: 560px) {

    .contact-form__01,
    .contact-form__02 {
        display: flex;
        justify-content: space-between;
    }
}

.contact-form__name {
    margin-right: 1rem;
    max-width: 244px;
    width: 100%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    padding: 16px 0;
    display: block;
}

@media screen and (min-width: 560px) {
    .contact-form__name {
        display: inline;
        padding: 32px 0;
        flex: 0 0 22.4%;
    }
}

.contact-form__required {
    display: inline-block;
    background-color: #ffd800;
    padding: 0 0.5em;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 6px;
    border-radius: 4px;
}

.contact-table td {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 816px;
    width: 100%;
    display: block;
    padding: 0px 0 32px;
}

@media screen and (min-width: 560px) {
    .contact-table td {
        padding: 32px 0;
        flex: 0 0 75%;
    }
}

.contact-table input,
.contact-table textarea,
.contact-table select {
    width: 100%;
    background-color: #f2f4fa;
    border: none;
    padding: 14px 10px;
    border-radius: 4px;
    border: 1px solid #a8acba;
}

.contact-common__body {
    text-align: center;
    margin-bottom: 30px;
}

.contact-form__headline {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.contact-form__headline::before {
    content: '';
    background-color: #fff;
    height: 2px;
    max-width: 320px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contact-form__headline::after {
    content: '';
    background-color: #fff;
    height: 2px;
    max-width: 320px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-content__block {
    border-bottom: 1px solid #a8acba;
}

.form-content__block:last-child {
    border-bottom: none;
}

@media screen and (min-width: 560px) {
    .form-content__block {
        display: flex;
        justify-content: space-between;
    }
}

.form-content__headline {
    font-weight: bold;
    position: relative;
    margin-right: 1rem;
    max-width: 244px;
    width: 100%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: left;
    padding: 16px 0;
    display: block;
}

.form-content__body {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 816px;
    width: 100%;
    display: block;
    padding: 0px 0 32px;
}

@media screen and (min-width: 560px) {
    .form-content__headline {
        display: inline;
        padding: 32px 0;
        flex: 0 0 22.4%;
    }

    .form-content__body {
        padding: 32px 0;
        flex: 0 0 75%;
    }
}

.require {
    background-color: #ffd800;
    padding: 0.5em;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: text-top;
}

.form-content__body input,
.form-content__body select,
.form-content__body option,
.form-content__body textarea {
    width: 100%;
    background-color: #f2f4fa;
    border: none;
    padding: 14px 10px;
    border-radius: 4px;
    border: 1px solid #a8acba;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.form-content__body textarea {
    min-height: 205px;
}

.form-content__body input placeholder {
    opacity: 0.8;
}

.form-content__body select placeholder {
    opacity: 0.8;
}

.form-inner {
    max-width: 800px;
    padding: 0 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.form-content__button {
    position: relative;
}

.form-content__button::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    transform: rotate(35deg);
    width: 10px;
    height: 1px;
    background-color: #fff;
    z-index: 3;
    transition: .3s;
}

.form-content__button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
    z-index: 3;
    transition: .3s;
}

.u-back__button .u-back__link::before {
    background: #fff;
}

.u-back__button .u-back__link:hover::before {
    transform-origin: right top;
}
.u-back__button .u-back__link:hover span{
	color:#A8ABBA;
}
.form-content__button.u-back__button::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    transform: rotate(-35deg);
    width: 10px;
    height: 1px;
    background-color: #fff;
    z-index: 3;
    transition: .3s;
}

.form-content__button.u-back__button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #fff;
    z-index: 3;
    transition: .3s;
}

.form-content__button.u-back__button:hover::before,
.form-content__button.u-back__button:hover::after {
    background-color: #A8ABBA;
}

.form-content__body input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition: all .15s ease-out 0s;
    color: #3C3D3C;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    background-color: #ECECEC;
    border: 1px solid #D8DDE4;
    padding: 0 9px;
}

.form-content__body>div {
    display: flex;
}

@media screen and (max-width:559px) {
    .form-content__body .c-contact__radio {
        display: block;
    }
}

.form-content__body>div .checkbox-parts {
    position: relative;
    margin-left: 10px;
}

.contact-pp {
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
    padding: 0 15px;
    color: #3e3a39;
}

.form-content__ttl {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.contact-pp__inner {
    height: 185px;
    overflow: auto;
    border: 1px solid #c3c3c3;
    background-color: #ffffff;
    padding: 0.5em 1em;
    font-size: 0.75rem;
}

.contact-pp__body:not(:last-child) {
    margin-bottom: 1.5em;
}

.thanks-content {
    background-color: #f0fffa;
    padding: 12rem 0;
}

@media screen and (max-width:559px) {
    .thanks-content {
        padding: 6rem 0;
    }
}

.thanks-ttl {
    font-size: 32px;
    margin-bottom: 60px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

@media screen and (max-width:767px) {
    .thanks-ttl {
        font-size: 32px;
        line-height: 1.4;
    }
}

.thanks-ttl::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 6px solid #14be78;
    max-width: 200px;
    bottom: -20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thanks-content p {
    line-height: 2;
    margin-bottom: 40px;
}

.contact-agree__body a {
    text-decoration: underline;
    color: #CB001A;
    display: inline;
}

.contact-table textarea {
    min-height: 208px;
}

/* IE */
input:-ms-input-placeholder {
    color: #ACB1B9;
}

/* Edge */
input::-ms-input-placeholder {
    color: #ACB1B9;
}

.contact-agreement h3 {
    font-size: 1.6rem;
    font-weight: normal;
}

.contact-agreement__inner {
    padding: 14px 0 32px;
}

@media screen and (min-width: 560px) {
    .contact-agreement__inner {
        padding: 14px 0 60px;
        display: flex;
    }
}

.contact-privacy {
    text-decoration: underline;
    color: #CB001A;
    display: inline;
}

@media screen and (min-width: 560px) {
    .contact-privacy:hover {
        opacity: 0.6;
    }
}

.mw_wp_form .vertical-item {
    margin-bottom: 10px;
}

.mwform-checkbox-field input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition: all .15s ease-out 0s;
    color: #3C3D3C;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    background-color: #ECECEC;
    border: 1px solid #D8DDE4;
    padding: 0 9px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}

input[type=checkbox]::before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

input[type=checkbox]::after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
}

input[type=checkbox]:checked {
    background-color: #0d223f;
}

input[type=checkbox]:checked::before {
    left: 2px;
    top: 11px;
    width: 6px;
    height: 2px;
}

input[type=checkbox]:checked::after {
    right: 6px;
    bottom: 2px;
    width: 2px;
    height: 14px;
}

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}

input[type=checkbox]:indeterminate:after {
    right: 6px;
    bottom: 2px;
}

input[type=submit] {
    cursor: pointer;
    outline: none;
}

.mw_wp_form .p-common__link {
    pointer-events: auto;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    display: block;
    border: none;
    color: #fff;
}

/****************************
404 NOTFOUND
****************************/

.notfound-content {
    background-color: #fff;
    padding: 6.5rem 1.5rem 10rem;
    text-align: center;
}

.notfound-content h3 {
    font-weight: bold;
    margin-bottom: 2rem;
}

.contact-done .p-common__link {
    margin: 4.8rem auto 0px;
    height: 44px;
    line-height: 44px;
    background-color: #A8ABBA;
}

.notfound-content .p-common__link {
    margin: 4.8rem auto 0px;
    height: 44px;
    line-height: 44px;
}

.notfound-content .p-common__link:hover .contact-done p {
    max-width: 440px;
    margin: 2.4rem auto 0px;
}

.contents-image {
    text-align: center;
}
.news-content__list li{
	margin-bottom:40px;
}
.news-content__list li a img{
    border: 1px solid #efefef;
}
@media screen and (min-width: 560px) {
.news-content__list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
	.news-content__list li{
        flex: 0 0 48.25%;
        max-width: 48.25%;
	}
	.news-content__list li a img{
	    background-color: #41a9c6;
    transition: all 0.6s ease-out;
    overflow: hidden;
}
}



.works-caselist-category::before {
    display: inline-block;
    color: #464646;
    margin-right: 1em;
    border: 1px solid #464646;
    height: 29px;
    line-height: 27px;
    padding: 0 1em;
    counter-increment: number 1;
    content: "CASE" counter(number, decimal) ;
}


/* /worksカウンター */

.works-list-list-link{
    margin-bottom: 20px;
}

 @media screen and (min-width: 768px) {
.works-list-list-link{
    /* -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  margin-bottom: 40px;
}
}
.works-list-list{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
 .works-list-list{
    margin-bottom:50px;
}
}
.works-list-item-image{
    margin-bottom:15px;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: block;
    background-color: #41a9c6;
}
@media screen and (min-width: 768px) {
.works-list-item-image img{
    background-color: #41a9c6;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    overflow: hidden;
    border: 1px solid #efefef;
}

.works-ttl{
    font-size: 1.7rem;
    font-weight: 500;
}


}
@media screen and (min-width: 768px) {
.works-list-list-link:hover img{
    opacity: 0.2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
}
}
.works-caselist__ttl{
    display:none;
}
@media screen and (min-width: 768px) {
.works-caselist:hover .works-caselist__ttl{
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color:#fff;
	-webkit-transition: all .3s ease-out .3s;
	transition: all .3s ease-out .3s;
	font-size:20px;
	width: 100%;
    text-align: center;
}
}
@media screen and (min-width: 768px) {
.works-list-list-link:hover .works-caselist__ttl{
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color:#fff;
	-webkit-transition: all .3s ease-out .3s;
	transition: all .3s ease-out .3s;
	font-size:20px;
	width: 100%;
    text-align: center;
}
}
@media screen and (min-width: 768px) {
.works-list-list-link:hover::after{
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
}
/*.works-list-item-category{
    line-height:1;
    margin-bottom:15px;
    color:#42aac7;
}*/
.works-naka-taglist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.works-naka-list-item {
	display: inline-block;
	font-size: 12px;
    display: flex;
        flex-wrap: wrap;
}

.tag {
	background-color: #efefef;
      margin: 0 0.5em 0.5em 0;
      padding: 0 0.5em;
      border-radius: 5px;
      font-size: 12px;
}
/* worksここまで */


/*アーティクル入力ない部分は表示させない*/
.blog-s-mid:empty{
display:none;
}