@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.6rem;
    background-color: #fff;
    -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(-150px);
    }
}
*/

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

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

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

.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: fixed;
    top: 16px;
    left: 28px;
    z-index: 11;
    width: 190px;
}

@media screen and (min-width: 560px) {
    h1 {
        margin-right: 4vw;
        position: static;
        top: auto;
        left: auto;
        max-width: 160px;
        width: 100%;
    }
}

h1 a:hover {
    opacity: 0.6;
}
/*
section {
    padding: 5rem 0px 5rem;
}
@media screen and (min-width: 560px) {
section {
    padding: 6rem 0px 6rem;
}
}
*/
.fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
}

.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{
	position:relative;
}
.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.png");
}

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

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

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

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

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

.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: absolute;
    z-index: 10;
    top: -10px;
    right: 0%;
    transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
    backface-visibility: hidden;
}
/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
	#g-nav {
		position: fixed;
		background: #0D223F;
		height: 100vh;
		right: -120%;
		top:0px;
		width:100%;
	}
	
}
#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
	/*.panelactive ul:first-child{

		max-width:80%;
		margin:10rem auto 0;
    }*/
	.panelactive .l-header__sp{
		/*max-width:80%;*/
		/*margin:0rem auto 0rem;*/
        max-width:100%;
	}

    .g-nav__inner{
        max-width:100%;
        max-width:100%;
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 30%;
        transform: translate(-50%,-50%);
    }
}

@media screen and (min-width: 560px) {
	#g-nav ul {
		display:flex;
		gap:15px;
		width:100%;
	}
}
@media screen and (min-width: 960px) {
	#g-nav ul {
		gap:20px;
	}
}
@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%;
    }
}
.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.4rem;
}

#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__link .material-icons{
	font-size:1.2rem;
	vertical-align:baseline;
}
.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 {
        display:none;
    }
}

.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: 16rem 0 12rem;
	/*margin-top:6rem;*/
}

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

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 {
	font-size:1.2rem;
}
.p-footer__block{
	flex: 0 0 50%;
    max-width: 50%;
}
@media screen and (min-width: 960px) {

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

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

.footer-logo a:hover {
    opacity: 0.6;
}
.footer-logo{
	margin-bottom:40px;
}
.p-footer__link{
	margin-bottom:10px;
}
.p-footer__link a{
	padding:3px 0px;
}
@media screen and (min-width: 560px) {
.footer-logo{
	flex:0 0 50%;
	max-width:50%;
	margin-bottom:0px;
}
.l-footer__link{
	flex:0 0 32%;
	max-width:32%;
}
	.p-footer__link{
	margin-bottom:0px;
}
}

.p-footer__link .material-icons{
	font-size:13px;
	vertical-align: middle;
}
.window-icon {
    content: 'open_in_new';
    font-family: 'Material Icons';
    right: 0rem;
    font-size: 1.4rem;
    position: absolute;
    transition: .3s;
}

copyright {
    background-color: #fff;
    color: #0d223f;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
    padding: 16px 32px;
    display: block;
}

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

.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;
    color: #0D223F;
}
 */
/********横並び********/
.wrap {
    max-width: 1132px;
    width: 100%;
    margin: -90px 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-2{
	margin-bottom:28px;
}
.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{
		margin-bottom:0px;
	}
    .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) {
	.u-top__inner .col-2{
		flex: 0 0 48.35%;
        max-width: 48.35%;
		margin-top:5.2rem;
	}
    .col-3 {
        flex: 0 0 31.5%;
        max-width: 31.5%;
		margin-top:5.2rem;
    }
}

/********ページトップへ戻るボタン********/
#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 {
    color: #0d223f;
    font-size: 2.4rem;
	text-align:center;
	margin-bottom:40px;
    font-weight: 700;
	line-height:1.3;
}
@media screen and (min-width: 560px) {
	.c-common__headline {
		font-size: 3.2rem;
	}
}

.support-wrap {
    padding: 5rem 0px 20rem;
}
@media screen and (min-width: 560px) {
    .support-wrap {
        padding: 6rem 0px 18rem;
    }
}

.c-support__headline {
    color: #0d223f;
    font-size: 2.4rem;
	text-align:center;
	margin-bottom:40px;
    font-weight: 700;
	line-height:1.3;
}
@media screen and (min-width: 560px) {
	.c-support__headline {
		font-size: 3.2rem;
	}
}

.common-mv {
	margin-top:60px;
    color: #fff;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    padding: 7.4rem 20px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

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

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

@media all and (min-width:960px) {
    .common-mv {
        padding: 12.2rem 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;
	text-align:left;
}

@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: 9.5rem auto 0px;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px 13px;
    color: #A8ABBA;
    font-size: 1.2rem;
    z-index: 10;
    position: absolute;
    justify-content: flex-end;
}

.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: 2rem;
	font-weight:bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 96px;
    line-height: 96px;
    background-size: 200% 100%;
    background-color: #0D223F;
    background-image: linear-gradient(to right, transparent 50%, rgba(13, 34, 63, 1) 50%);
    transition: .3s;
	max-width:400px;
}

.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;
}
.home .p-common__link{
	color:#fff!important;
}
.home .p-common__link p{
	position:relative;
	z-index:3;
}
@media screen and (min-width: 560px) {
	.home .p-common__link:hover{
		opacity:1!important;
	}
    .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;*/
	font-weight: bold;
    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: 250px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    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;
    padding: 25px 15px;
    background: #fff;
    border-bottom: 1px solid #0D223F;
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
}

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

@media screen and (min-width: 560px) {
    .list-common__inner {
        flex: 0 0 26%;
        display: -webkit-box;
        display: -ms-flexbox;
        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;
	font-size:1.4rem;
}

.list-common__category {
	display:inline-block;
	padding:0px 5px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    margin: 0 8rem 0 0rem;
    text-align: center;
    font-size: 1.2rem !important;
    background: #0D223F;
}

@media screen and (min-width: 960px) {
    .list-common__category {
        margin: 0 2rem;
        height: 30px;
        line-height: 30px;
    }
}

.list-common__link .list-common__title {
    max-width: 92%;
}

@media screen and (min-width: 560px) {
    .list-common__link .list-common__title {
        flex: 0 0 70%;
    }
}

/****************************
トップページ
****************************/
.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.png");
}

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

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

@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.png");
    }

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

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

@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.png");
    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.png");
        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.png");
    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.png");
    }
}

.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;
    }
}
.p-design__link a:hover{
	opacity:0.6;
}
.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.png");
    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.png");
        padding: 8rem 0;
    }
}

.l-lineup__inner {
    max-width: 700px;
    margin: 0 auto;
}
/********トップ-インタビュームービー********/
.l-interview {
	position:relative;
    padding: 15rem 0;
	color:#fff;
}
@media screen and (min-width: 560px) {
	.l-interview {
		padding: 22rem 0;
	}
}
.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.png");
    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.png");
        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.png");
    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.png");
}

.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.png");
}

.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.png");
}

.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;
}

.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");
}
.archive footer,
.page-id-32 footer{
	margin-top:0px;
}
.news-content {
    padding-top:0rem;
}
@media screen and (min-width: 560px) {
	.news-content {
		padding-bottom:0px;
	}
}

.news-content .p-common__inner{
	justify-content: flex-start;
}

/* .news-content >div{
	   border-top: 1px solid #707070;
} */
/*
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 .wp-block-image{
	/*margin-top:10px;*/
    margin:10px 0;
}
blockquote, q {
    quotes: none;
    background: #f2f4fa;
    padding: 20px;
    line-height: 1.5;
    font-size: 1.2rem;
}
blockquote p{
	line-height:1.6;
	font-size:1.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;
	font-size:1.4rem;
}
article .p-common__link:hover{
	opacity:1!important;
	text-decoration:none!important;
}
article .news-content__article p a:hover,
.m-link__red:hover {
    opacity: 0.6;
}
.l-side__list{
	padding-left: 37px;
    margin: 10px 0px;
}
.l-side__list h5{
	font-weight: normal;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.l-main__list{
		padding-left: 15px;
    margin: 10px 0px;
}
.l-main__list h5{
	position:relative;
	padding-left:15px;
}
.l-main__list h5::before{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	height:30px;
	width:4px;
	background:#d2d2d2;
}
.common-news__block a {
    padding: 5px 10px;
	display:inline-block;
}
.common-news__block a .material-icons{
	vertical-align:middle;
	padding-right:2px;
}
.common-news__block ul{
	padding-bottom:10px;
	font-size:1.5rem;
}
.common-news__block li{
	padding-left:20px;
}

.common-news__block a:hover {
    opacity:0.5;
}

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

.news-content__list {
    margin-top: 4.8rem;
}
@media screen and (min-width: 560px) {
	.news-content__list {
		max-width:80%;
	}
}
.news-content__list .list-common__date {
    color: #A8ABBA;
}

.news-content h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0rem auto 6rem;
    display: block;
    font-weight: bold;
}
.news-content__block h3 a{
	font-size:1.6rem;
	margin-bottom:10px;
	    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
}
.news-content__block ul{
	padding-left:20px;
}
.news-content__block ul li a{
	display:inline-block;
}
.news-content__block ul li a:hover{
	opacity:0.5;
}
.news-content__block h3 a .material-icons{
	vertical-align:middle;
}
.news-content h4{
	margin-top:2rem;
}
.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-guide {
    padding: 5rem 0px 0px;
}
@media screen and (min-width: 560px) {
.user-guide {
    padding: 6rem 0px 0px;
}
}


/****************************
ログインページ
****************************/
.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;
}


.hot-call .c-common__headline{
    margin: 30px auto -10px;
}

.thanks-wrap .p-form__inner{
    padding: 4rem 0 4rem;
}

.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;
}

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

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

.contact-submit__link:hover .contact-submit__link::after {
    right: 10px;
}

.contact-submit__link:hover .contact-submit__link::before {
    right: 10px;
}

.mw_wp_form .p-common__link:hover {
    color: #fff;
}

.mw_wp_form .p-common__link.u-back__link {
    background-color: #A8ABBA;
}

.contact-conversion__btn {
    position: relative;
    max-width: 630px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.mw_wp_form_input .contact-back__link {
    display: none;
}

.contact-submit__link,
.contact-back__link {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}


@media screen and (min-width: 560px) {
    .c-contact__radio {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 560px) {
    .mwform-radio-field {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

.mwform-radio-field label {
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

@media screen and (min-width: 560px) {
    .mwform-radio-field label {
        padding: 0px 0px;
    }
}

.mwform-radio-field label .content {
    max-width: 10%;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

.check-content table th {
    background-color: #f2f4fa;
    padding: 15px;
    border: none;
}

.check-content .contact-table td {
    padding: 15px;
    font-size: 1.5rem;
}

.check-content .contact-agreement {
    display: none;
}

.mw_wp_form_confirm .contact-form__02 {
    display: none;
}

.mw_wp_form .back-btn {
    pointer-events: auto;
    color: #fff;
    border: 1px solid #6C737E;
    background-color: #6C737E;
    margin: 0 auto;
    height: 60px;
    line-height: 56px;
    display: block;
    background-size: 200% 100%;
    font-size: 1.6rem;
    text-align: center;
    max-width: 384px;
    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;
    border-radius: 30px;
}

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

.check-content {
    margin-top: 3.2rem;
}

.check-content .common-link {
    background-image: linear-gradient(to right, rgba(203, 0, 26, 1) 50%, transparent 50%);
    color: #fff;
}

.check-content .common-link:hover {
    color: #CB001A;
    background-position: -100% 100%;
}

.check-content .contact-form__02 {
    border-bottom: 1px solid #D8DDE4;
}

.check-content tr:first-child {
    border-top: 1px solid #D8DDE4;
}

.check-content tr:nth-child(5) {
    display: none;
}

.p-contact__list {
    background-color: #F1F4F9;
    padding: 15px;
    border-radius: 10px;
}

@media screen and (min-width: 560px) {
    .p-contact__list {
        padding: 20px;
    }
}

@media screen and (min-width: 960px) {
    .p-contact__list {
        padding: 30px;
    }
}
.hbspt-form{
	    max-width: 800px;
    padding: 40px 15px 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/****************************
404 NOTFOUND
****************************/
.notfound-mv {
    background-image: url(images/404.png);
}

.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 4.0rem;
    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;
}
/****************************
資料ダウンロード
****************************/

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

.p-download__inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}
/****************************
ユーザーサポートページ用
****************************/
.home main{
	text-align:center;
}
/*
.p-support__top{
	background-image:url("images/top_mv_bg02.png");
	background-size:contain;
    background-repeat: no-repeat;
    padding: 120px 0px 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    margin-top: 0px;
	background-position:top center;
}

@media screen and (min-width: 560px) {
	.p-support__top{
		margin-top: 140px;
		padding: 180px 0px 10px;
	}
}
*/
/* @media screen and (min-width: 960px) {
	.p-support__top{
		background-size:cover;
	}
} */
.p-support__top::after{
	content:'';
	background-color:#fff;
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50px;
	z-index:-1;
}
.p-support__headline{
	font-size:3.2rem;
	line-height:1;
	/* margin-bottom:20px; */
	font-weight:bold;
    display: flex;
    align-items: center;
}

.p-support__headline img{
	margin: 0 auto;
}

.headline_bgimg{
	background-image: url("images/top_mv_bg02.png");
	background-size: cover;
	/*background-position: center;*/
	background-repeat: no-repeat;
	padding: 145px 0px 0;
	text-align: center;
	position: relative;
	/* z-index: 2; */
	/* margin-bottom: 60px; */
	margin-top:  -8rem;
	background-position: center center;
	height: 450px;
}

@media screen and (min-width: 990px) {
    .headline_bgimg{
        margin-top: -30px;
    }
}
@media screen and (max-width: 560px) {
    .headline_bgimg{
        margin: -140px auto 20px;
    }
}

@media screen and (min-width: 560px) {
	.p-support__headline{
		font-size:4.8rem;
	}
}
.p-support__text{
	font-size:2rem;
	margin-bottom:2.5rem;
}
@media screen and (min-width: 560px) {
	.p-support__text{
		margin-bottom:0rem;
	}
}
.u-top__inner{
	max-width:1000px;
	margin:0 auto;
}
.p-other__body{
	margin:30px auto 10px;
	max-width:800px;
}

.etc_wrap{
	margin: 180px 0 80px;
}

.support_wrap{
    margin: 180px 0 180px;
}

.home .col-2 a:hover{
	opacity:0.6;
}
.p-contact__body{
	margin-bottom:3rem;
}
.p-footer__body{
	font-size:1.3rem;
}
.p-common__lead{
	font-size:2.6rem;
	margin-bottom:20px;
}
.p-guide__body{
	margin-bottom:15px;
}
.guide-mv{
	background-image: url(/wp-content/uploads/2022/06/guide.jpg);
}
.support-mv{
	background-image: url(/wp-content/uploads/2022/06/support.jpg);
}

.instruct-mv{
	background-image: url("images/15_header_W2000.png");
}

.page-id-2725 main,
.page-id-4108 main{
	background-color:#F2F4FA;
	text-align:center;
}
.hot-call{
	background:#fff;
    /*padding: 6rem 0px 6rem;*/
}
/*
@media screen and (min-width: 560px) {
	.hot-call{
        padding: 5rem 0px 5rem;
    }
}*/

.p-tel__link{
	background-color:#FFD800;
	border-radius:16px;
	text-align:center;
	max-width:400px;
	height:80px;
	line-height:80px;
	font-weight:bold;
	font-size:2.4rem;
	margin:3rem auto 0px;
}
.p-support-desk__link{
	max-width:720px;
	margin:30px auto 0px;
}
.contact-before{
	padding:18rem 0px 175px;
}
/****************************
マニュアル
****************************/

.manual-wrap {
    padding: 20rem 0px 10rem;
}
@media screen and (min-width: 560px) {
    .manual-wrap {
        padding: 16rem 0px 10rem;
    }
}


.manual-mv{
	background-image: url(/wp-content/uploads/2022/06/manual.jpg);
}
.p-common__link02{
	background:#fff;
	border:1px solid #0D223F;
	height:72px;
	line-height:72px;
	text-align:center;
	max-width:552px;
	width:100%;
	margin:2rem auto 10rem;
}
.p-common__link02:hover{
	background:#0D223F;
	color:#fff;
}
.p-manual__headline{
	border-top:1px solid #0D223F;
	border-bottom:1px solid #0D223F;
	padding:10px 5px;
	margin-bottom:15px;
	font-size:2.4rem;
}
/* .p-manual__headline a:hover{
	background:#0D223F;
	color:#fff;
} */
.p-manual__list{
	margin-bottom:30px;
}
.p-manual__link .material-icons{
	vertical-align:middle;
}
.p-manual__link a{
	padding:5px;
	font-size:1.6rem;
}
.p-manual__link a:hover{
	opacity:0.6;
}
.l-header__blank{
	display:none;
}
@media screen and (min-width: 560px) {
.l-header__blank{
	background: #fff;
    width: 100%;
	display:block;
}	
}
.l-blank__list{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    max-width: 90%;
    padding: 20px 16px 20px;
    width: 100%;
    margin: 0 auto;
	font-size:1.3rem;
}
.l-header__sp{
	display:block;
}
@media screen and (min-width: 560px) {
	.l-header__sp{
		display:none!important;
}
}
aside{
	display:none;
}
@media screen and (min-width: 560px) {
	aside{
		display:block;
			padding:100px 40px;
		background-color:#F2F4FA;
		border-right: 1px solid #707070;
	}
}
@media screen and (min-width: 960px) {
	aside{
		padding:100px 20px;
	}
}
@media screen and (min-width: 1440px) {
	aside{
		padding:100px 40px;
	}
}
.p-main__content{
	padding:5rem 40px 6rem;
}
@media screen and (min-width: 560px) {
	.p-main__content{
	padding:10rem 15px;
}
}
@media screen and (min-width: 1280px) {
	.p-main__content{
	padding:10rem 50px;
}
}
.p-main__content .common-news__block li{
	padding-left:0px;
}
.p-cms__link{
	margin-top:10rem;
}
.p-cms__link li{
	padding-left:20px;
}

@media screen and (min-width: 560px) {
	.p-cms__link a{
		display:inline-block;
	}
	.p-cms__link a:hover{
		opacity:0.6;
	}
}
@media screen and (min-width: 560px) {
	aside{
		/*flex:0 0 30%;*/
		max-width:30%;
        flex: 1;
	}
	.p-main__content{
		flex:0 0 65%;
		max-width:65%;
	}
/*
	article{
		flex:0 0 70%;
		max-width:70%;
	}
*/
article.info-post{

}
}
@media screen and (min-width: 1280px) {
	aside{
		/*flex:0 0 30%;*/
		max-width:30%;
        flex: 1;
	}
	.p-main__content{
		flex:0 0 69%;
		max-width:69%;
	}
}

.news-common__inner{
    /*max-width: 992px;*/
    padding: 40px 40px 90px;
    margin: 0 auto;

}

@media screen and (min-width: 560px) {
	.news-common__inner{
		padding: 100px 70px 100px;
        /*display: flex;*/
        /*gap: 15px;*/
	}
}

.list-common__wrap{
    display: block;

}

@media screen and (min-width: 560px) {
    .list-common__wrap{
        display: flex;
        gap: 15px;
    }
}


.news-content .wrap{
	max-width:none;
	padding: 0 40px 20rem;
}
@media screen and (min-width: 560px) {
    .news-content .wrap{
        max-width:none;
        padding: 0 70px 20rem;
    }
}
.category-10 .news-content__list:nth-child(n+3){
	display:none;
}
.single footer{
	margin-top:0px;
}
.p-form__inner{
	background:#fff;
	    max-width: 1032px;
    margin: 4rem auto 0px;
    padding: 4rem 0 8rem;
}

.p-contents__inner{
	display:block;
}

@media screen and (min-width: 560px) {
	.p-contents__inner{
	display:none;
    }
}
	.p-contens__link{
    line-height:1;
    background: #F2F4FA;
    border-radius: 8px;
    font-size: 1.6rem;
    max-width: 150px;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #707070;
    margin: 60px 16px 0px;
    font-weight: bold;
	}
	.p-contens__link span{
		padding-right:7px;
		vertical-align:middle;
	}
article p{
	margin-bottom:1.5rem!important;
}
article .wp-block-image{
    margin:2.5rem 0!important;
	/*margin-top:2.5rem!important;*/
}

.bsdesign_notes ul li{
	text-indent: 0 !important;
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 2rem 0 0;
}


.red{
	color:#b11b1b;
}

.red_b{
	color:#b11b1b;
	font-weight:bold;
}

.support{
	margin: 30rem 0 20rem;
	font-size:1.4rem;
}
.support ul{
	margin:1.5rem 0px;
}
.support ul li{
	    padding-left: 2rem;
    text-indent: -2rem;
}
.support h2{
	font-size: 2.4rem;
    line-height: 1.5;
    margin: 1.4rem auto 2.6rem;
    display: block;
    font-weight: bold;
}
.support h3{
	background-color: #0d223f;
    font-size: 2rem;
    color: #fff;
    padding: 9px 15px 9px 32px;
	    margin-top: 5rem;
    margin-bottom: 2rem;
    position: relative;
}
.support h3::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%);
}
.p-support__date{
	text-align:right;
	margin:60px 0px 30px;
}


/****************************
新TOP　20230817
****************************/


.p-common__inner_link{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
	padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    /* height: 96px;*/
    /* line-height: 96px;*/
	line-height: 2.0em;
    background-size: 200% 100%;
    /* background-color: #0D223F; */
	background-color: #fff;
    background-image: linear-gradient(to right, transparent 50%, rgba(13, 34, 63, 1) 50%);
    transition: .3s;
    /* max-width: 400px;*/
	border-radius:10px;
}


.home .p-common__inner_link{
	color:#fff!important;
}
.home .p-common__inner_link p{
	position:relative;
	z-index:3;
}
@media screen and (min-width: 560px) {
	.home .p-common__inner_link:hover{
		opacity:1!important;
	}

}

.p-common__inner_link:hover {
    background-position: -100% 100%;
}

.p-common__inner_link span {
    /* color: #FFF; */
    color: #0D223F;
    position: relative;
    /* font-weight: 400; */
    font-weight: bold;
    transition: .3s;
    z-index: 3;
    padding: 20px 0 0;
    display: block;
}

.p-common__inner_link span.material-icons{
	display: inline-block;
	font-size: 16px;
	padding: 0;
}

/*
.p-common__inner_link::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;
}
*/

.p-common__inner_link:hover span {
	color: #FFF;
}

.p-common__inner_link:hover::before{
    transform-origin: left top;
    transform: scale(1, 1);
}

span.p-common__tit_txt{
	font-size: 0.8em;
    line-height: 1.6em;
    /* font-weight: normal; */
    display: block;
    padding: 0 5.6em;
}

@media screen and (max-width: 560px) {
	span.p-common__tit_txt{
        padding: 0 4.6em;
    }

}

.newtop_wrap li.col-2{
	border-radius:10px;
}

.newtop_wrap li.col-2 a{
	border-radius:10px;
}



.vm-movie__inner{
	max-width:1000px;
	margin:0 auto;
}

@media screen and (min-width: 560px) {
	.vm-movie__inner{
		display: flex;
    	justify-content: space-between;
   		flex-wrap: wrap;
	}
	
	.vm-movie__inner li {
    	flex: 0 0 30%;
    	max-width: 30%;
    	margin-top: 4rem;
	}
}

/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
	.vm-movie__inner li img {
		max-width:50%;
	}
}

.vm-movie__inner li {
    margin-top: 3rem;
}

.vm-movie_link{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 auto;
	padding: 0 0 30px;
    position: relative;
    overflow: hidden;
    /* height: 96px;*/
    /* line-height: 96px;*/
	line-height: 2.0em;
    background-size: 200% 100%;

}


.vm-movie_link{
	color:#fff!important;
}
.vm-movie_link p{
	position:relative;
	z-index:3;
}

.vm-movie_link li a:hover{
	opacity:1;
}

@media screen and (min-width: 560px) {
	.vm-movie_link:hover{
		opacity:0.6!important;
	}
}

.vm-movie_link:hover {
    background-position: -100% 100%;
}

.vm-movie_link span {
    /* color: #FFF; */
    color: #0D223F;
    position: relative;
    /* font-weight: 400; */
    font-weight: bold;
    transition: .3s;
    z-index: 3;
    padding: 20px 0 0;
    display: block;
}







/* トラプルシューティング　メニューバーアコーディオン */
.menu-wrap {
    /*width: 300px;*/
    margin: 0 auto;
}
.menu-wrap label {
    /*background-color: #333;*/
    /*color: #fff;*/
    display: block;
    padding: 15px;
    cursor: pointer;
    /*text-align: center;*/
    /*border-top: 3px solid #2ac5b3;*/
    border-bottom: 1px solid #d2d2d2;
    font-weight: bold;
}
.menu-wrap input {
    display: none;
}
.menu-wrap ul {
    /*background-color: #4E4D48;*/
    margin: 0;
    padding: 0;
    list-style: none;
    /*text-align: center;*/
}
.menu-wrap li {
    height: 0;
    overflow: hidden;
    line-height: 3;
    transition: all 0.5s;
}
#acd-menu:checked~.acd-list li, 
#acd-menu2:checked~.acd-list2 li,
#acd-menu3:checked~.acd-list3 li,
#acd-menu4:checked~.acd-list4 li,
#acd-menu5:checked~.acd-list5 li,
#acd-menu6:checked~.acd-list6 li,
#acd-menu7:checked~.acd-list7 li{
    height: 50px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 0 44px;
}
.menu-wrap label::before {
    font-family: 'Material Icons';
    display: inline-block;
    content: 'expand_more';
    /*color: red;*/
    padding-right: 10px;
}

.menu-wrap .side-ttl{
    font-weight: bold;
    font-size: 1.4em;
    margin: 0 0 30px 0;
}



/* トラプルシューティング TOP */
/*
.trouble-content h3{
    text-align: center;
}
*/
.trouble-content__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;/* 高さ統一 */
}

.trouble-content__block{
    width: calc(100% / 3);
    flex: 0 0 31.5%;
    background: #fff;
    margin-bottom: 3rem;
    padding: 2em 1em 2em 1em;
    text-align: center;
    box-shadow: 6px 6px 6px 4px rgb(135 135 135 / 45%);
    border-radius: 10px;
}

.trouble-content__block img{
    margin: 0;
    width: 40%;
    min-width: 60px;
}

.trouble-content__first{
    width: 100%;
    display:inline-flex;
    align-items: flex-start;/* 画像が縦にのびないように */
    padding: 2em;
    margin-bottom: 2em;
    background-color: #fff;
    box-shadow: 6px 6px 6px 4px rgb(135 135 135 / 45%);
    border-radius: 10px;
}

.trouble-content__first img{
    width: 50%;
}

.trouble-content__first .trouble_content__ttl{
    font-size: 2.2em;
    font-weight: bold;
    margin: 0 0 0 1.6em;
    line-height: 2.0em;
}

.trouble-content__first .trouble_content__ttl span{
    font-size: 0.6em;
    font-weight: normal;
    line-height: 1.2em;
}

.trouble-content__first .trouble_content__ttl p{
    font-size: 0.7em;

}

.trouble_content__ttl{
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.6em;
}


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

@media screen and (max-width: 1559px) {



    .trouble-content__first{
        display: block;
        text-align: center;
    }
    .trouble-content__first .trouble_content__ttl{
        margin: 0 ;
        text-align: center;
    }
    .trouble-content__first img{
        width:100%;
        max-width: 600px;
    }
    .trouble-content__first .trouble_content__ttl {
        font-size: 1.6em;
    }

}



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

@media screen and (max-width: 799px) {

    .trouble-content__wrap{
        /* display: block;*/
        text-align: center;
    }

    .trouble-content__wrap .trouble-content__block{
        width: calc(100% / 2);
        flex: 0 0 46.5%;
        padding: 2em 1em 2em 1em;
    }
}

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

@media screen and (max-width: 559px) {



    .trouble-content__wrap .trouble-content__block{
        padding: 2em 1em 3em 1em;
        font-size: 0.8em;
        /* width: 100%;*/
    }
}
/* お役立ちコラム*/


.column-mv {
    background-image: url("images/04_header_W2000.png");
}

.p-column__wrap a:hover,
aside a:hover {
    opacity: 0.6;
}


.p-column__img{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
    margin: 0 0 20px 0;
}

.p-column__img a{
    display: flex;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    align-items: flex-start; /* 画像をまのびさせない */
}

.p-column__img img{
    width: 50%;
    margin-right: 25px;
    height: auto; /*高さは自動調節されます※％で設定してもok*/
    max-width: 400px; /*100px以上にはなりません*/
    min-width: 50px; /*50px以下にはなりません*/
    flex-shrink: 0; /* 画像を縮小させない */
}

.p-column__img .p-column__date{
    color: #999;
    font-size: 1.0em;
    font-family: "Montserrat";
}

.p-column__ttl{
    font-weight: 700;
    font-size: 1.2em;
}

/* pagination */
.pagenav{
	width: 100%;
    text-align: center;
}

.pagination{
	margin: 5rem auto 5rem;
    border-top: 1px dotted #0d223f59;
    padding: 5rem 0 0;
}


.pagination a:hover,
.p-justify__center a:hover{
	border: 1px #ffd800 solid;
	background: #ffd800;
	color: #fff;
	transition : all 0.5s ease 0s;
 }

 .nav-links{
	display:flex;
	width: 100%;
	 justify-content:center;
 }
 .pagination .page-numbers{
	display:inline-block;
	/*margin-right:20px;*/
	padding:10px 15px;
	color:#0D223F;
	/*border-radius:3px;*/
	/*box-shadow:0 3px 3px #999;*/
	background:#fff;
	border-radius: 4px;
	border: 1px #ffd800 solid;
 }

.pagination .next,
.pagination .prev{
	border: 1px #0D223F solid;
    background: #0D223F;
    color: #fff;
}

.pagination .current{
	/*padding:20px 25px;*/
	background:#ffd800;
	color:#fff;
 }
/* .pagination .prev,
 .pagination .next{
	background:transparent;
	box-shadow:none;
	color:#69a4db;
 }*/
 .pagination .dots{
	background:transparent;
	box-shadow:none;
 }




/* column single */

@media screen and (min-width: 1280px) {
	.column-main_content {
	    padding:10rem 50px;
        flex: 2;
    }
}

.column-main_content {
    padding: 10rem 3rem;
    flex: 2;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

 .column-common__inner{
    max-width: 1080px;
        padding: 20px 0 20px;
        margin: 0 auto;
        display: flex;
        gap: 15px;
}

    @media screen and (min-width: 960px) {
        .column-common__inner{
            padding: 0 0 30px;
        }
    }

.column-main_content .wrap{
    max-width:1080px;
    padding-bottom:10rem;
    margin: 0 auto;
    padding: 0;
}

.p-common__breadcrumb .breadcrumbs a ,
.news-common__inner .breadcrumbs a {
    width: 250px;
    margin: 0 0px 5rem;
	padding: 5px 16px;
    background: #eee;
    text-decoration: none;
    color: #0d223f;
	font-size: 1.4rem;
}

.column-content .breadcrumbs a {
    width: 100%;
    max-width: 250px;
    margin: 0;
	padding: 5px 16px;
    background: #eee;
    text-decoration: none;
    color: #0d223f;
	font-size: 1.4rem;
}

@media screen and (min-width: 560px) {
    .column-content .breadcrumbs a {

        margin: 0 0 2rem;

    }
}

.p-common__breadcrumb .breadcrumbs a:hover,
.news-common__inner .breadcrumbs a:hover,
.column-content .breadcrumbs a:hover {
    color: #FFF;
	background: #0d223f;
}

.category-10 .column-content__list:nth-child(n+3){
    display:none;
}
    
.column-content__list {
    margin-top: 4.8rem;
}

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

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

.column-main_content h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0rem auto 3rem;
    display: block;
    font-weight: bold;
}

@media screen and (min-width: 560px) {
    .column-main_content h3 {
        margin: 0rem auto 6rem;
    }
}

.column-content__block h3 a{
	font-size:1.6rem;
	margin-bottom:10px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
}

.column-content__block ul{
	padding-left:20px;
}

.column-content__block ul li a{
	display:inline-block;
}

.column-content__block ul li a:hover{
	opacity:0.5;
}

.column-content__block h3 a .material-icons{
	vertical-align:middle;
}

.column-main_content h4{
	margin-top:2rem;
}

.side_ttl {
    font-size: 2rem;
    color: #0d223f;
    padding: 0 0 20px;
    margin: 0 auto 4rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #0d223f;
}

ul.side_article li{
    margin: 0 auto 4rem;
    width: 80%;
}

.side_img{
    margin: 0 0 1rem;
}

.side_post_date{
    font-size: 0.9em;
    color: #999;
    font-family: "Montserrat";
}

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

}

.column-main_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;
}

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

.column-post h4{
    margin-top: 4em;
    margin-bottom: 1em;
    padding: 0.75em 1em;
    background: #eaeff0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
}

.column-post h5{
    margin-top: 3em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #eaeff0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.5;
}


.column-post a:not(#toc_container a,.navigation a,.breadcrumbs a) {
    text-decoration: underline;
    color: #CB001A;
    display: inline;
}


    /* column 目次 TOC */

.toc_number.toc_depth_1 {
    /* position: absolute; */
    /* top: 0; */
    /* left: -40px; */
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
}

.toc_number {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-family: 'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
    font-weight: 500;
    /* background-color: rgba(125,157,188,0.52); */
    font-size: 1.2em;
}

#toc_container {
    background: #f9f9f9;
    border: none!important;
    padding: 0!important;
    margin: 2em 0;
    width: auto;
    display: table;
    font-size: 95%;
}

#toc_container p.toc_title {
    text-align: left!important;
    font-size: 1.2em;
    padding: 1rem 0 1rem 2rem !important;
    background: #0d223f;
    color: #fff;
}

.toc_list{
    padding: 0 3rem 2rem!important;
}

/*

Instructions Movie

*/


.instruct_bg {
    padding: 5rem 0px;
    background-color: #f2f4fa;
}

@media screen and (min-width: 560px) {
    .instruct_bg {
        padding: 6rem 0px;
        background-color: #f2f4fa;
    }
}

.instruct_wrap {
    max-width: 1132px;
    width: 100%;
    margin: 0 auto;
    padding: 6rem 16px 0;
}

.ttl_line2 {
	border-bottom: 3px solid #e3e3e3;
    padding: 0 0 0.5em 0.3em;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.ttl_line2:first-letter {
    font-size: 4rem;
    color: #4c9ac0;
}

.ttl_line2::after {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

.instruct_bottom{
    border-top: 3px #ccc dotted;
    padding: 6rem 0 0 0;
    margin: 6rem auto 10rem;
    max-width: 1132px;
    width: 100%;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

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

    .p-lineup__image{
        max-width: 270px;
        margin: 0 auto 4rem auto;
    }

    .wrap-inner{
    padding: 0 20px;
    }

}

.at_box{
	border: 1px #0d223f solid;
    padding: 30px;
    margin: 30px auto;
    width: 100%;
    max-width: 700px;
}
.contact_attention_ttl{
	font-weight: bold;
    font-size: 1.2em;
}


/*howto movie*/

.howto-mv {
	background-image: url(images/10_header_W2000.jpg);
}

.bsdesign_howto{
	margin: 20rem 0;
	font-size:1.4rem;
}




.bsdesign_howto p{
	padding: 2rem;
}

.bsdesign_howto ul li p{
	padding: 0;
}

.bsdesign_howto .box__attention{
	color: #ff0000;
}

.bsdesign_howto ul{
	margin:1.5rem 0px;
}
.bsdesign_howto ul li{
	padding: 0 2rem 0 4rem;
	text-indent: -2rem; !important;
	list-style-type: decimal;
	list-style-position: inside;

}

.bsdesign_howto ul li div{
	display:inline-flex;
}

.bsdesign_howto h2{
	font-size: 2.4rem;
    line-height: 1.5;
    margin: 1.4rem auto 2.6rem;
    display: block;
    font-weight: bold;
}
.bsdesign_howto h3{
	background-color: #0d223f;
    font-size: 2rem;
    color: #fff;
    padding: 9px 15px 9px 18px;
    margin-top: 5rem;
    margin-bottom: 2rem;
    position: relative;
}

.ttl_detail{
	padding: 0 2rem 3rem !important;
}

.ttl_detail a{
	display: inline;
    color: #00b0e7;
    font-weight: bold;
    text-decoration: underline;
}

.bsdesign_howto p.point {
  /* position: relative; */
  padding: 2.5rem 3rem 2rem;
  text-align: left;
  color: #0075a9;
  /* border-radius: 0 10px 10px 10px; */
  background: #d8ecf5;
  margin: 2.5rem 0 1rem 0;
  border: 3px dotted;
  text-indent: 0;
}

.bsdesign_howto p.point:before {
  font-family: 'Font Awesome 5 Free';
  /* font-size: 15px; */
  /* font-size: 1.5rem; */
  position: absolute;
  top: -17px;
  left: 27px;
  /* height: 24px; */
  padding: 0.1em 1em;
  content: '\f0a4  POINT';
  color: #fff;
  /* border-radius: 10px 10px 0 0; */
  background: #0075a9;
}

/*
.bsdesign_howto h3::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%);
}
*/
.bsdesign_howto .p-support__date{
	text-align:right;
	margin:60px 0px 30px;
}

.wrap__movie{
    /*width: 100%;
    aspect-ratio: 16 / 9;*/
	width: 56%;
    aspect-ratio: 18 / 9;
    /*padding: 0 2rem;*/
	margin: 2rem;
}

/* 画面幅が560px以下の時*/
@media screen and (max-width: 559px) {
    .wrap__movie{
		width: 100%;
		margin: 2rem 0;
	}
}

.wrap__movie iframe{
    width: 100%;
    height: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
}

/* manual_movie */
.button {
	margin:0 0 2rem 0;
}
.button a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 1232px;
    background: #eee;
    margin: auto;
    padding: 10px 30px;
	font-size: 1.8rem;
    font-family: "Noto Sans Japanese";
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
    text-decoration: none;
    outline: none;
    transition: ease .2s;

}

.button a span {
    position: relative;
    z-index: 3;
    color:#333;
}

.button a:hover span,
.button a:hover span,
.button a:hover i:before {
  color: #fff;
}

.button a:hover i {
  position: relative;
  z-index: 10;  
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/*
body{
    vertical-align:middle; 
    padding: 50px 0;
    text-align: center;
}
*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 559px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}