@charset "UTF-8";

/* ==========================================================
 top-child
========================================================== */
/*override-------------------------------------------------*/
.wrapper {
	/*padding-top: 80px;*/
}
.sitenavi-wrapper > .sitenavi-inner {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	.wrapper {
		/*padding-top: 64px;*/
	}
}
/*font-----------------------------------------------------*/
.child-font.section-category {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	.child-font.section-category {
		font-size: 18px;
	}
}
/*link-------------------------------------------------------*/
.link.arrow {
    font-weight: bold;
    color: var(--pu-400);
    display: inline-flex;
    align-items: center;
}
.link.arrow::after {
	content: "";
    display: block;
    width: 18px;
    height: 18px;
    mask-image: url(/img/common/icon_arrow.svg);
    mask-size: cover;
    background-color: currentColor;
    margin-left: 4px;

}

/*article--------------------------------------------------*/
.section-set {
	display: flex;
	flex-direction: column;
}
/*hero-----------------------------------------------------*/
.child-section.hero {
  position: relative;
	padding: 0;
	overflow: hidden;
	background: url(/img/common/hero_back.png)center center no-repeat;
}
.hero .hero-set {
	position: relative;
	display: flex;
}
.hero .title-set {
	position: relative;
	flex: 0 1 466px;
	margin: 72px 28px 0 0;
	z-index: 2;
	text-align: left;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}
.hero .title-set .page-title {
	font-size: 32px;
	font-weight: 400;
	letter-spacing: .1ex;
	white-space: nowrap;
}
.hero .title-set .page-title strong {
	font-size: 40px;
	font-weight: 700;
	color: var(--pu-400);
	background-color: var(--sun);
}
.wf-active .hero .title-set .page-title.visible {
	line-height: 1.6;
}
.hero .title-set .page-title small {
	border-bottom: none;
}
.hero .title-set .caution {
	font-size: 14px;
	font-weight: bold;
	color: #eb4f25;
	text-align: center;
}
.hero .cta-list {
	margin: 32px 0;
	max-width: 420px;
	min-height: 240px;
}
.hero .cta-list li {
	text-align: center;
}
.hero .cta-list .child-button {
	margin-bottom: 0;
	letter-spacing: 0;
}
.hero .cta-list .link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #335799;
	margin: 10px auto;
	text-decoration: none;
	border-bottom: 1px solid #335799;
}
.hero .cta-list .link::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(/img/common/child_icon_arrow_blu.svg)center center /contain no-repeat;
	margin-right: 8px;
}
.hero .cta-list .link:hover {
	color: #f3bf35;
	border-color: #f3bf35;
}
.hero .cta-list .link:hover::before {
	background-image: url(/img/common/child_icon_arrow_ylw.svg);
}1
.hero .image-set {
	position: absolute;
	width: 665px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.hero .image-set .image-set-inner {
	position: relative;
	width: 100%;
	height: auto;
	margin: 40px 0;
}
.hero .image-set .pc-mock {
	position: relative;
	width: 100%;
	height: auto;
}
.hero .image-set .sp-mock {
	position: absolute;
	width: 140px;
	height: auto;
	bottom: 0;
	right: 0;
}
.hero .image-set .award-list {
	position: absolute;
	display: none;
	flex-direction: row-reverse;
	justify-content: flex-start;
	align-items: center;
	width: 600px;
	height: auto;
	top: -40px;
	right: 0;
}
.hero .image-set .award-list img {
	width: 72px;
	height: auto;
	margin: 0 10px;
}
.hero .image-set .award-list img.no1 {
	width: 110px;
}
.hero .image-set .award-list img.boxil {
	width: 100px;
}
.hero .image-set .award-list img.gooddesign {
	width: 90px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.hero .image-set .caution {
	position: absolute;
	display: block;
	font-size: 10px;
	line-height: 1.2em;
	bottom: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.child-section.hero {
		margin-bottom: 0;
		padding-top: 0;
		background: url(/img/common/hero_back_sp.png)center center /cover no-repeat;
	}
	.hero .child-inner {
		padding-bottom: 10px;
	}
	.hero .page-title {
		font-size: 32px;
	}
	.hero .child-cvset-list {
		margin: 0 auto;
	}
	.hero .child-button.dmo {
		width: 240px;
		height: 40px;
		font-size: 16px;
		color: #335799;
		text-decoration: underline;
		background-color: transparent;
		box-shadow: none;
		border: none;
		margin-right: auto;
		margin-left: auto;
	}
	.hero .child-button.dmo small {
		display: none;
	}
	.hero .child-button.free::after {
		width: 40px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
		top: 0;
		transform: translateY(-50%);
		border-radius: 10px;
	}
	.hero .child-cvset-list li:last-of-type .child-button {
		margin-top: 0;
	}
	.hero .hero-set {
		flex-direction: column;
	}
	.hero .title-set {
		flex: none;
		margin: 32px 0 0 0;
	}
	.hero .title-set .page-title {
		font-size: 5.5vw;
		line-height: 1.2em;
		white-space: pre-wrap;
		height: auto;
	}
	.hero .title-set .page-title strong {
		font-size: 6.5vw;
	}
	.hero .title-set .page-title br {
		/*display: none;*/
	}
	.hero .title-set .page-title small {
		font-size: 4vw;
	}
	.hero .title-set .caution {
		font-size: 12px;
	}
	.hero .cta-list {
		margin: 15px auto 0 auto;
		min-height: 0;
	}
	.hero .cta-list .link {
		font-size: 16px;
	}
	.hero .image-set {
		position: relative;
		width: 100%;
		height: auto;
	}
	.hero .image-set .image-set-inner {
		margin: 0;
	}
	.hero .image-set .pc-mock {
		position: relative;
		top: auto;
	}
	.hero .image-set .sp-mock {
		width: 25%;
		top: auto;
		right: -10px;
		bottom: 0;
	}
	.hero .image-set .award-list {
		width: 100%;
		justify-content: center;
	}
	.hero .image-set .award-list li {
		padding: 0 8px;
	}
	.hero .image-set .award-list img {
		width: 60px;
	}
	.hero .image-set .award-list img.no1 {
		width: 90px;
		margin: 0 0 10px 0;
	}
	.hero .image-set .award-list img.boxil {
		width: 80px;
	}
	.hero .image-set .award-list img.gooddesign {
		width: 70px;
	}
	.hero .image-set .caution {
		bottom: auto;
		top: 100%;
		width: 100%;
		text-align: left;
	}
	.hero .image-set .caution br {
		display: none;
	}

}
/*hero sliders---------------------------------------------------*/
#slide-checker.checker.type-a ~ .type-b {
	visibility: hidden;
	height: 0;
}
#slide-checker.checker.type-b ~ .type-a {
	visibility: hidden;
	height: 0;
}
/* 20250619 複数枚スライダーに戻したためコメントアウト */
/* .child-section.hero.sliders {
	height: 480px;
	background: transparent;
} */
.child-section.hero.sliders.h400 {
	height: 400px;
}
.hero.sliders .swiper-wrapper {

}
.hero.sliders .swiper-slide {
	position: relative;
	padding: 80px 0;
	/*display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;*/
}
.hero.sliders .swiper-slide::before,
.hero.sliders .swiper-slide::after {
	position: absolute;
	display: block;
	content: "";
	width: 160px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-800px);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.hero.sliders .swiper-slide::after {
	left: auto;
	right: 50%;
	transform: translateX(800px)rotate(180deg);
}
.hero.sliders .swiper-slide > .slide-pict {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1600px;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.hero.sliders .swiper-slide > .title-set {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	padding: 0 60px;
	margin: 0;
}
.hero.sliders .swiper-slide > .title-set > .title {
	font-family: var(--noto);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: .1ex;
    white-space: nowrap;
	color: var(--night);
	line-height: 1.6;
}
.hero.sliders .swiper-slide > .title-set > .desc {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 1em;
}
.hero.sliders .swiper-slide >  .cta-list {
	position: absolute;
	display: flex;
	bottom: 56px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1280px;
	min-height: 0;
	justify-content: flex-start;
	padding: 0 60px;
	margin: 0;
}
.hero.sliders .swiper-slide > .cta-list .child-button {
	width: 320px;
	height: 80px;
	margin: 0 16px 0 0;
	font-size: 20px;
}
.hero.sliders .swiper-slide > .cta-list .child-button small {
	font-size: 14px;
}
.hero.sliders .swiper-slide > .cta-list li:last-of-type .child-button {
	margin: 0;
}
.hero.sliders .swiper-button-next,
.hero.sliders .swiper-button-prev {
	width: 40px;
	height: 100px;
	background-color: #fff;
	background-size: 14px auto;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
	border-radius: 16px 0px 0px 16px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
}
.hero.sliders .swiper-button-prev {
	right: auto;
	left: 0;
	border-radius: 0px 16px 16px 0px;
}
.hero.sliders .swiper-pagination {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}
.hero.sliders .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 10px;
}
.hero.sliders .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--sun);
}
@media screen and (max-width: 768px) {
	.child-section.hero.sliders,
	.child-section.hero.sliders.h400 {
		height: auto;
	}
	.hero.sliders .swiper-slide {
		position: relative;
		padding: 0;
	}
	.hero.sliders .swiper-slide::before,
	.hero.sliders .swiper-slide::after {
		display: none;
	}
	.hero.sliders .swiper-slide > .slide-pict {
		position: static;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: auto;
	}
	.hero.sliders .swiper-slide > .title-set {
		top: 7vw;
		padding: 0 20px;
	}
	.hero.sliders .swiper-slide > .title-set > .title {
		font-size: 6.5vw;
	}
	.hero.sliders .swiper-slide > .title-set > .desc {
		display: none;
		font-size: 12px;
	}
	.hero.sliders .swiper-slide >  .cta-list {
		bottom: 0;
		padding: 15px;
/*		background-color: #fff;*/
		flex-direction: column;
	}
	.hero.sliders .swiper-slide > .cta-list .child-button {
		width: 100%;
		height: 56px;
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.hero.sliders .swiper-slide > .cta-list .child-button.dmo {
		background-color: var(--water);
	    border: 2px solid var(--water);
	    color: var(--cloud);
	    width: 100%;
	    text-decoration: none;
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	}
	.hero.sliders .swiper-slide > .cta-list .child-button.free::after {
		top: -10px;
	    right: -10px;
	    transform: none;
	    width: 48px;
	    height: 48px;
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	}
	.hero.sliders .swiper-button-next,
	.hero.sliders .swiper-button-prev {
		width: 22px;
		height: 40px;
		background-size: 8px auto;
		border-radius: 4px 0 0 4px;
		top: 30%;
	}
	.hero.sliders .swiper-button-prev {
		border-radius: 0 4px 4px 0;
	}
	.hero.sliders .swiper-pagination {
		display: none;
	}
}

/*slide kaonavi-2025-----*/
.hero.sliders .swiper-slide.kaonavi-2025 {
	background-color: #fff;
}
.hero.sliders .swiper-slide.kaonavi-2025::before,
.hero.sliders .swiper-slide.kaonavi-2025::after {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.hero.sliders .swiper-slide.kaonavi-2025 > .title-set {
	top: 32px;
}
.hero.sliders .swiper-slide.kaonavi-2025 > .title-set > .title {
	max-width: 780px;
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.kaonavi-2025 > .title-set > .title {
		font-size: 5.5vw;
	}
	.hero.sliders .swiper-slide.kaonavi-2025 > .title-set > .title > strong {
		font-size: 6.5vw;
	}
}
/*slide kaonavi-----*/
.hero.sliders .swiper-slide.kaonavi {
	background-color: #fff;
}
.hero.sliders .swiper-slide.kaonavi::before,
.hero.sliders .swiper-slide.kaonavi::after {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.hero.sliders .swiper-slide.kaonavi > .title-set > .title {
	font-size: 32px;
	font-weight: 400;
}
.hero.sliders .swiper-slide.kaonavi > .title-set > .title > strong {
	font-size: 40px;
    font-weight: 700;
    color: var(--pu-400);
    background-color: var(--sun);
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.kaonavi > .title-set > .title {
		font-size: 5.5vw;
	}
	.hero.sliders .swiper-slide.kaonavi > .title-set > .title > strong {
		font-size: 6.5vw;
	}
}

/*slide kaonavinew-----*/
.hero.sliders .swiper-slide.kaonavinew {
	background-color: #fff;
}
.hero.sliders .swiper-slide.kaonavinew::before,
.hero.sliders .swiper-slide.kaonavinew::after {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.hero.sliders .swiper-slide.kaonavinew > .title-set > .title > .pict {
	width: 100%;
	max-width: 480px;
	height: auto;

}
.hero.sliders .swiper-slide.kaonavinew > .title-set > .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 16px;
}
.hero.sliders .swiper-slide.kaonavinew > .title-set > .desc > strong {
	font-size: 20px;
    font-weight: 700;
    color: var(--pu-400);
    background-color: var(--sun);
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.kaonavinew > .title-set > .desc {
		display: block;
		font-size: 3.5vw;
	}
	.hero.sliders .swiper-slide.kaonavinew > .title-set > .desc > strong {
		font-size: 4.5vw;
	}
}
/*slide kaonavi cm-----*/
.hero.sliders .swiper-slide.kaonavi.cm > .title-set > .title > .title-image {
	width: 80%;
	max-width: 450px;
	height: auto;
	margin-bottom: 16px;
}
.hero.sliders .swiper-slide.kaonavi.cm > .title-set > .desc {
	font-size: 18px;
	color: var(--gr-600);
}
.hero.sliders .swiper-slide.kaonavi.cm > .title-set > .desc > strong {
	font-size: 22px;
}
/*slide roummate-----*/
.hero.sliders .swiper-slide.roummate {
	background-color: #EE6D37;
  .title-set {
    @media screen and (min-width: 768px) {
      top: 80px;
    }
    .limited {
      display: inline-block;
      font-size: 28px;
      color: #3B3B6D;
      padding: 8px 16px;
      font-weight: bold;
      background-color: #FEBA0D;
      margin-bottom: 8px;
      border-radius:7px;
      @media screen and (max-width: 768px) {
        font-size: 18px;
        padding: 3px 10px;
        margin-bottom: 6px;
      }
    }
    .title {
      font-size: 44px;
      color: #3B3B6D;
      line-height: 1.4;
      @media screen and (max-width: 768px) {
        font-size: 7.8vw;
        color: var(--cloud);
      }
      strong {
        font-size: 54px;
        color: #EE6D37;
        @media screen and (max-width: 768px) {
          font-size: 9vw;
          color: var(--cloud);
        }
      }
    }
  }
  .cta-list {
    .child-button {
      &.free {
        &::after {
          background-color: var(--sun);
          color: var(--night);
        }
      }
      &:hover {
        &.free {
          &::after {
            background-color: var(--pu-400);
            color: var(--cloud);
          }
        }
      }
    }
  }
}
.hero.sliders .swiper-slide.roummate::before,
.hero.sliders .swiper-slide.roummate::after {
	display: none;
}
/*slide kaonaviroumu-----*/
.hero.sliders .swiper-slide.kaonaviroumu {
	background-color: var(--gr-100);
}
.hero.sliders .swiper-slide.kaonaviroumu::before,
.hero.sliders .swiper-slide.kaonaviroumu::after {
	background: linear-gradient(90deg, rgba(240,241,245,1) 0%, rgba(240,241,245,0) 100%);
}
/*slide roumu-----*/
.hero.sliders .swiper-slide.roumu {
	background-color: #fff;
}
.hero.sliders .swiper-slide.roumu::before,
.hero.sliders .swiper-slide.roumu::after {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
/*slide hyouka-----*/
.hero.sliders .swiper-slide.hyoka {
	background-color: #f8f5eb;
  .title-set {
    @media screen and (min-width: 768px) {
      top: 80px;
    }
  }
}
.hero.sliders .swiper-slide.hyoka::before,
.hero.sliders .swiper-slide.hyoka::after {
	display: none;
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.hyoka > .title-set > .title {
		font-size: 8vw;
	}
}
/*slide jintekishihon-----*/
.hero.sliders .swiper-slide.jintekishihon {
	background: linear-gradient(180deg, #303763 0%, #3c64b4 100%);
}
.hero.sliders .swiper-slide.jintekishihon::before,
.hero.sliders .swiper-slide.jintekishihon::after {
	display: none;
}
.hero.sliders .swiper-slide.jintekishihon > .title-set > .title,
.hero.sliders .swiper-slide.jintekishihon > .title-set > .desc {
	color: #fff;
}
.hero.sliders .swiper-slide.jintekishihon > .title-set > .badge {
	display: block;
	position: absolute;
	top: -64px;
	left: 400px;
	width: 125px;
	height: auto;
}
.hero.sliders .swiper-slide.jintekishihon > .cta-list .child-button.dmo {
	border-color: var(--pu-50);
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.jintekishihon > .title-set > .badge {
		top: -15px;
		left: auto;
		right: 20px;
		width: 30%;
	}
}
/*slide hc-datanavi-----*/
.hero.sliders .swiper-slide.hc-datanavi {
	background: url(/img/top/slide_hc-datanavi_back.png) center center;
}
.hero.sliders .swiper-slide.hc-datanavi::before,
.hero.sliders .swiper-slide.hc-datanavi::after {
	display: none;
}
.hero.sliders .swiper-slide.hc-datanavi > .slide-pict {
	object-fit: contain;
}
.hero.sliders .swiper-slide.hc-datanavi > .title-set > .logo {
	width: 80%;
	max-width: 400px;
	margin-bottom: 16px;
}
/*slide epedition-----*/
.hero.sliders .swiper-slide.epedition {
	background: #191C3C;
}
.hero.sliders .swiper-slide.epedition::before,
.hero.sliders .swiper-slide.epedition::after {
	background: linear-gradient(90deg, rgba(25,28,60,1) 0%, rgba(25,28,60,0) 100%);
}
.hero.sliders .swiper-slide.epedition > .slide-pict {
	object-fit: cover;
}
.hero.sliders .swiper-slide.epedition > .title-set > .title > small {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	color: #54b7ff;
	margin-bottom: .5em;
}
.hero.sliders .swiper-slide.epedition > .title-set .logo {
	width: 100%;
	max-width: 620px;
	margin-bottom: 16px;
}
.hero.sliders .swiper-slide.epedition > .title-set > .desc {
	color: #fff;
}
.hero.sliders .swiper-slide.epedition .child-button {
	border: none;
}
.hero.sliders .swiper-slide.epedition .child-button:hover,
.hero.sliders .swiper-slide.epedition .child-button.dmo:hover {
	background: var(--pu-200);
    color: #fff;
}
.hero.sliders .swiper-slide.epedition .child-button.dmo {
    background: linear-gradient(270deg, #EEE67A 0%, #FFDA1B 100%);
    color: #303560;
    border: none;
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.epedition > .title-set > .title > small {
		font-size: 4vw;
	}
}
/*slide facetofes-----*/
.hero.sliders .swiper-slide.facetofes {
}
.hero.sliders .swiper-slidec::before,
.hero.sliders .swiper-slide.facetofes::after {
	display: none;
}
.hero.sliders .swiper-slide.facetofes > .slide-pict {
/*	object-fit: contain;*/
}
.hero.sliders .swiper-slide.facetofes > .title-set .logo {
	width: 80%;
	max-width: 200px;
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.facetofes > .title-set > .title {
		text-align: center;
	}
	.hero.sliders .swiper-slide.facetofes > .title-set .logo {
		width: 90%;
		max-width: none;
	}
}
/*slide abilitymanager-----*/
.hero.sliders .swiper-slide.abilitymanager {
	background-color: var(--sun);
}
.hero.sliders .swiper-slide.abilitymanager::before,
.hero.sliders .swiper-slide.abilitymanager::after {
	display: none;
}
.hero.sliders .swiper-slide.abilitymanager > .title-set > .title {
	position: relative;
	display: inline;
	font-size: 44px;
	font-weight: 700;
}
.hero.sliders .swiper-slide.abilitymanager > .title-set > .title > strong {
    color: var(--pu-400);
    background-color: var(--cloud);
    margin-right: 8px;
}
.hero.sliders .swiper-slide.abilitymanager > .title-set > .title.new::after {
	content: "NEW";
	font-family: var(--inter);
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: -24px;
	right: -24px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	color: #fff;
	background-color: var(--pa-400);
	border-radius: 50%;


}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.abilitymanager > .title-set > .title {
		display: block;
	}
	.hero.sliders .swiper-slide.abilitymanager > .title-set > .title,
	.hero.sliders .swiper-slide.abilitymanager > .title-set > .title > strong {
		font-size: 9vw;
	}
	.hero.sliders .swiper-slide.abilitymanager > .title-set > .title.new::after {
		top: 0;
		right: 0;
		font-size: 16px;
		width: 64px;
		height: 64px;
	}
}
/*slide abilitymanager2407b-----*/
.hero.sliders .swiper-slide.abilitymanager2407b {
	background-color: var(--pu-50);
}
.hero.sliders .swiper-slide.abilitymanager2407b::before,
.hero.sliders .swiper-slide.abilitymanager2407b::after {
	background: linear-gradient(90deg, rgba(237,246,255,1) 0%, rgba(237,246,255,0) 100%);
}
.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title {
	position: relative;
	display: inline;
	font-size: 35px;
	font-weight: 700;
	line-height: 200%;
	background: linear-gradient(transparent 60%, var(--sun) 0%);;
}
.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title > strong {
	font-size: clamp(48px, 3.7vw, 54px);
  color: var(--water);
  margin-right: 8px;
  @media screen and (max-width: 768px) {
    margin-right: 2px;
  }
  &.big {
    font-size: clamp(64px, 6vw, 88px);
    font-family: var(--inter);
    @media screen and (max-width: 768px) {
      font-size: clamp(44px, 12vw, 48px);
    }
  }
}
.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title > strong.large-num {
	font-family: var(--inter);
	font-size: 80px;
}
.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .desc {
	display: inline-block;
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set {
		left: 0;
		transform: none;
	}
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title {
/*		display: block;*/
	}
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title {
		font-size: 6vw;
/*		line-height: 140%;*/
	}
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title > strong {
		font-size: 8vw;
	}
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .title > strong.large-num {
		font-size: 10vw;
	}
	.hero.sliders .swiper-slide.abilitymanager2407b > .title-set > .desc {
		display: none;
	}
}
/*hero cm--------------------------------------------------------*/
.child-section.hero.cm {
	position: relative;
	overflow: visible;
	background: none;
	min-width: 1280px;
	height: 567px;
}
@media screen and (max-width: 768px) {
	.child-section.hero.cm {
		min-width: 0;
		height: auto;
	}
	.child-section.hero.cm > .child-inner {
		padding: 0;
	}
}
/*back-----*/
.child-section.hero.cm > .child-inner::before {
    content: "";
    position: absolute;
    bottom: -223px;
    left: -282px;
    width: 558px;
    height: 558px;
    background: url(/img/top/back_left_pc.svg)center center /contain no-repeat;
    z-index: -1;
}
.child-section.hero.cm > .child-inner::after {
    content: "";
    position: absolute;
    top: -308px;
    right: -260px;
    width: 580px;
    height: 988px;
    background: url(/img/top/back_right_pc.svg)center center /contain no-repeat;
    z-index: -1;
}
@media screen and (max-width: 768px) {
	.child-section.hero.cm > .child-inner::before {
    top: 32%;
    bottom: auto;
    left: -164px;
    width: 360px;
    height: 360px;
    background-image: url(/img/top/back_left_sp.svg);
    z-index: 2;
	}
	.child-section.hero.cm > .child-inner::after {
    content: "";
    position: absolute;
    top: -36px;
    right: -80px;
    width: 230px;
    height: 482px;
    background-image: url(/img/top/back_right_sp.svg);
	}
}
/*ichi-i-----*/
.ichi-i-set {
	position: relative;
	width: 600px;
	height: auto;
	margin-top: 24px;
	text-align: left;
}
.ichi-i-set > .ichi-i_title {
	transform: translateX(-37px);
}
.ichi-i-set > .ichi-i_mock {
	width: 320px;
	height: auto;
	margin-top: 12px;
}
.ichi-i-set > .ichi-i_shocker {
	position: absolute;
	top: 120px;
	right: 160px;
	width: 180px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.ichi-i-set {
		width: 100%;
		margin-top: 20px;
		padding: 0 15px;
		z-index: 1;
	}
	.ichi-i-set > .ichi-i_title {
		transform: none;
	}
	.ichi-i-set > .ichi-i_shocker {
		width: 60px;
		top: auto;
    bottom: -100px;
    right: auto;
    left: 10%;
    transform: rotate(12deg);
	}
}
/*mv-cm-----*/
.mv-cm {
	position: absolute;
	bottom: 0;
	right: -42px;
	width: 800px;
	height: auto;
}
@media screen and (max-width: 768px) {
	.mv-cm {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		transform: translateX(24px);
		z-index: 3;
	}
}
/*hero-cta-----*/
.hero-cta {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 820px;
	height: auto;
	text-align: left;
}
.hero-cta .child-button {
	width: 400px;
}
.hero-cta .child-button.dwl {
	background-color: var(--water);
	color: var(--cloud);
	margin-right: 20px;
}
.hero-cta .child-button.dwl:hover {
	background-color: var(--sun);
	color: var(--water);
}
.hero-cta .child-button.dmo {
	background-color: var(--cloud);
	color: var(--water);
}
.hero-cta .child-button.dmo:hover {
	background-color: var(--sun);
	color: var(--water);
}
.hero-cta .child-button.dmo.free::after {
	right: auto;
	left: -16px;
}
.hero-cta .caution {
	max-width: 420px;
	font-size: 12px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.hero-cta {
		flex-direction: column;
		z-index: 4;
		width: 100%;
		padding: 24px 15px;
		background-color: #fff;
	}
	.hero-cta .child-button {
		width: auto;
	}
	.hero-cta .child-button.dwl {
		margin-right: 0;
	}
	.hero-cta > .cta_mock {
		position: absolute;
		top: -80px;
		left: 15px;
		width: 180px;
	}
}
/*hero cm-copy --------------------------------------------------------*/
.child-section.hero.cm-copy {
	position: relative;
	overflow: visible;
	background: none;
	min-width: 1280px;
	height: 567px;
}

@media screen and (max-width: 768px) {
	.child-section.hero.cm-copy {
		min-width: 0;
		height: auto;
	}
	.child-section.hero.cm-copy > .child-inner {
/*		padding: 0;*/
	}
}
/*back-----*/
.child-section.hero.cm-copy > .child-inner::before {
    content: "";
    position: absolute;
    bottom: -223px;
    left: -282px;
    width: 558px;
    height: 558px;
    background: url(/img/top/back_left_pc.svg)center center /contain no-repeat;
    z-index: -1;
}
.child-section.hero.cm-copy > .child-inner::after {
    content: "";
    position: absolute;
    top: -308px;
    right: -260px;
    width: 580px;
    height: 988px;
    background: url(/img/top/back_right_pc.svg)center center /contain no-repeat;
    z-index: -1;
}
@media screen and (max-width: 768px) {
	.child-section.hero.cm-copy > .child-inner::before {
    top: 32%;
    bottom: auto;
    left: -164px;
    width: 360px;
    height: 360px;
    background-image: url(/img/top/back_left_sp.svg);
	}
	.child-section.hero.cm-copy > .child-inner::after {
    content: "";
    position: absolute;
    top: -36px;
    right: -80px;
    width: 230px;
    height: 482px;
    background-image: url(/img/top/back_right_sp.svg);
	}
}
/*title-set----*/
.hero.cm-copy .title-set {
	position: static;
	flex: none;
	width: auto;
	padding: 72px 0 0 0;
	margin: 0;
}
.hero.cm-copy .title-set .mv-cm {
	position: absolute;
	bottom: 0;
	right: -42px;
	width: 800px;
	height: auto;
}
.hero.cm-copy .title-set .mv-mock {
	position: absolute;
	bottom: -30px;
	right: 478px;
	width: 323px;
	height: auto;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.hero.cm-copy .title-set {
		padding: 32px 0 0 0;
	}
	.hero.cm-copy .title-set .mv-cm {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		transform: translateX(24px);
		z-index: 3;
	}
	.hero.cm-copy .title-set .mv-mock {
		position: relative;
		bottom: auto;
		right: auto;
		width: 176px;
		margin-top: -80px;
		z-index: 3;
	}
	.hero.cm-copy .cta-list {
		margin-top: -10px;
	}
}
/*hero cm-copy re-a--------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.child-section.hero.cm-copy.re-a > .child-inner {
		padding-bottom: 0;
	}
	.child-section.hero.cm-copy.re-a {
		height: auto;
/*		max-height: 486px;*/
	}
}
/*title-set----*/
@media screen and (max-width: 768px) {
	.hero.cm-copy.re-a .title-set {
		padding: 18px 0 0 0;
	}
	.hero.cm-copy.re-a .title-set .mv-cm {
		width: 345px;
		max-width: none;
	}
	.hero.cm-copy.re-a .title-set .mv-mock {
		width: 172px;
		margin-top: -96px;
	}
	.hero.cm-copy.re-a .cta-list {
		width: calc(100% + 30px);
		max-width: none;
		padding: 12px 15px;
		margin: -28px -15px 0 -15px;
		display: flex;
		flex-direction: column;
		background-color: #fff;
	}
	.hero.cm-copy.re-a .cta-list .child-button {
		margin: 6px auto;
		height: 56px;
		font-size: 16px;
	}
	.hero.cm-copy.re-a .cta-list .child-button.dmo {
		background-color: var(--water);
	    border: 2px solid var(--water);
	    color: var(--cloud);
	    width: 100%;
	    text-decoration: none;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	}
	.hero.cm-copy.re-a .cta-list .child-button.dmo:hover {
		background-color: var(--sun);
	    color: var(--pu-400);
	}
	.hero.cm-copy.re-a .cta-list .child-button.dmo small {
		display: block;
	}
	.hero.cm-copy.re-a .cta-list .child-button.free::after {
		top: -10px;
		right: -10px;
		transform: none;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 14px;
	}
}

.controller-set {
		display: flex;
		position: absolute;
		bottom: 8px;
		right: 8px;
    z-index: 2;

	.btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 24px;
		height: 24px;
		z-index: 999;
		border: solid 1px #dddddd;
		border-radius: 50%;
		background-color: #f5f5f5;
		cursor: pointer;
		margin-left: 8px;
	}
	.btn.stop::after {
		content: "";
		display: block;
		width: 3px;
		height: 9px;
		border-left: solid 2px #999999;
		border-right: solid 2px #999999;
	}
	.btn.start::after {
		content: "▶";
		display: block;
		font-size: 10px;
		color: #999999;
	}
}
@media screen and (max-width: 768px) {
  .hero .controller-set {
    top: 8px;
    bottom: auto;
    right: 8px;
  }
}

/*company-loop 新ロゴ軍スライダースタイル--------------------------------------*/
.child-section.company-loop,
.child-section.company-loopx2 {
	position: relative;
	max-width: 1760px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
/*	border-bottom: solid 1px #ddd;*/

}
.company-loop > .swiper-wrapper,
.company-loopx2 > .swiper-wrapper {
	transition-timing-function: linear;
}
.company-loop > .swiper-wrapper > .swiper-slide {
	width: 144px;
	height: 90px;
	object-fit: contain;
	margin: 8px;
}
.company-loopx2 > .swiper-wrapper > .swiper-slide {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: auto;
	height: 184px;
}
.company-loopx2 > .swiper-wrapper > .swiper-slide > .swiper-image {
	width: 130px;
	height: 80px;
	object-fit: contain;
	margin: 6px;
}
/*activeuser 旧ロゴ郡スタイル------------------------------------------------*/
.child-section.activeuser {
	position: relative;
	/*border-top: 1px solid #ddd;*/
	padding: 0;
	background-color: var(--cloud);
}
.activeuser > .child-inner {
	padding: 0;
	max-width: 1440px;
}
.activeuser .brand-list {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
/*.activeuser .brand-list::before {
	content: "";
	position: absolute;
	width: 360px;
	height: 60px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/img/common/activeuser.png?20210407) center center /contain no-repeat;
	background-color: #fff;
}*/
.activeuser .brand-list .item-brand {
    display: flex;
    /*flex-basis: 110px;*/
    /*width: calc((100% - 368px) / 8);*/
    width: calc(100% / 8);
    padding: 8px;
    justify-content: center;
    align-items: center;
}
.activeuser .brand-list .item-brand img {
    width: auto;
    height: auto;
    max-height: 60px;
}
/*.activeuser .brand-list .item-brand:nth-child(4),
.activeuser .brand-list .item-brand:nth-child(12)
 {
	margin-right: 368px;
}*/
.activeuser .brand-list .item-activeuser {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 368px;
	height: auto;
}
.activeuser .brand-list .item-activeuser::before,
.activeuser .brand-list .item-activeuser::after
 {
 	content: "";
 	display: block;
 	width: 32px;
 	height: 88px;
}
.activeuser .brand-list .item-activeuser::before {
	background: url(/img/common/laurel_left.svg)center center /contain no-repeat;
}
.activeuser .brand-list .item-activeuser::after {
	background: url(/img/common/laurel_right.svg)center center /contain no-repeat;
}
.activeuser .brand-list .item-activeuser > .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--night);
	white-space: nowrap;
}
.activeuser .brand-list .item-activeuser > .title > strong {
	font-family: var(--inter);
	font-size: 64px;
	font-weight: bold;
	color: var(--pu-400);
	padding: 0 8px;
}
.activeuser .brand-list .item-activeuser > .title > sup {
	margin-left: -10px;
}
.activeuser .brand-list .item-activeuser > .caution {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
}
/* only IE10-11 */
@media all and (-ms-high-contrast: none) {
  .activeuser .brand-list .item-brand img {
    width: 100%;
    height: auto;
    max-height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.activeuser > .child-inner {
		padding: 0 15px;
	}
	.activeuser .brand-list {
		padding: 15px 0;
		align-items: flex-start;
	}
	/*.activeuser .brand-list::before {
		width: 280px;
		height: 40px;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 4px;
	}*/
	.activeuser .brand-list .item-brand {
		width: 25%;
		height: 40px;
		padding: 4px;
	}
	.activeuser .brand-list .item-brand img {
		max-height: 40px;
	}
	/*.activeuser .brand-list .item-brand:nth-child(4),
	.activeuser .brand-list .item-brand:nth-child(12)
	 {
		margin-right: 0;
	}
	.activeuser .brand-list .item-brand:nth-child(8) {
		margin-right: 0;
		margin-bottom: 160px;
	}*/
}

/*トピックス-------------------------------*/
.child-section.topics {
	padding: 64px 0;
	background-color: var(--gr-50);
}
#topics-checker.type-b ~ .child-section.topics {
/*	padding-top: 0;*/
	order: 2;
}
.topics-list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.topics-list .item {
	position: relative;
	text-align: justify;
	word-break: break-all;
	flex: 1;
	margin-right: 40px;
}
.topics-list .item:nth-child(2n) {
	margin-right: 0;
}
.topics-list > .item .link {
	display: block;
	width: 100%;
	min-height: 120px;
	background-color: var(--cloud);
	border-radius: 8px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	padding: 32px;
	text-decoration: none;
}
.topics-list > .item .link:hover {
	background-color: var(--sun);
}
.topics-list > .item .gotoindex {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-weight: bold;
	color: var(--pu-400);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.topics-list > .item .gotoindex:hover {
	text-decoration: underline;
}
.topics-list > .item .gotoindex::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(/img/common/icon_arrow.svg)center center /contain;
}
.topics-list > .item .category {
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 16px;
}
.topics-list > .item .title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
	.child-section.topics {
		padding: 30px 0;
	}
	.topics-list {
		flex-direction: column;
	}
	.topics-list > .item {
		margin-right: 0;
		width: 100%;
	}
	.topics-list > .item:nth-child(n+2) {
		margin-top: 15px;
	}
	.topics-list > .item .link {
		padding: 24px;
		min-height: auto;
	}
	.topics-list > .item .title {
		font-size: 16px;
	}
}
/*セミナー ----------------*/
.topics-list > .item.seminar .category {
}
.topics-list > .item.seminar .date {
	position: relative;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 16px;
	color: var(--gr-500);
}
.topics-list > .item.seminar .date > .year::after,
.topics-list > .item.seminar .date > .month::after {
	content: "/";
	margin-right: 4px;
}
.topics-list > .item.seminar .date .area {
	position: absolute;
	right: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	white-space: nowrap;
	color: var(--pu-400);
	border: solid 1px var(--water);
	border-radius: 2px;
	padding: 0 4px;
}
@media screen and (max-width: 768px) {
	.topics-list > .item.seminar .date {
		font-size: 24px;
	}
	.topics-list > .item.seminar .area {
		font-size: 10px;
		line-height: 14px;
		padding: 0 8px;
		border-radius: 8px;
	}
}

/*画像バナー ----------------*/
.child-section.banner {
	padding: 64px 0;
/*	border-top: 1px solid #ddd;*/
	background-color: var(--gr-50);
}
.child-section.banner.banner-under {
	border-top: none;
	padding-top: 0;
}
#topics-checker.type-b ~ .child-section.banner.banner-under {
	padding-top: 64px;
}
.child-section.banner.under-heroslider {
	background-color: #fff;
	padding: 40px 0;
}
.banner-list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-list > .item {
	width: calc(100% / 3);
	max-width: 460px;
	margin: 0 14px;
}
.banner-list > .item.half {
	width: 100%;
	max-width: 50%;
	margin: 0 14px;
}
.banner-list > .item.large {
	width: 100%;
	max-width: 800px;
}
.banner-list > .item > a {
	display: block;
	padding: 0;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.banner-list > .item > a:hover .image {
	opacity: .6;
}
@media screen and (max-width: 768px) {
	.child-section.banner {
		padding: 32px 0;
	}
	#topics-checker.type-a ~ .child-section.banner.banner-under {
		padding-top: 32px;
	}
	.banner-list {
		flex-direction: column;
	}
	.banner-list > .item,
	.banner-list > .item.half {
		width: 100%;
		max-width: 100%;
		margin: 0 0 15px 0;
	}
	.banner-list > .item:last-child {
		margin: 0;
	}
	.child-section.banner.under-heroslider {
		padding: 15px 0;
	}
	.under-heroslider .banner-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.under-heroslider .banner-list > .item {
		width: 50%;
		padding: 5px;
		margin: 0;
	}
}

.banner-wide {
	padding: 0 0 40px 0;
	display: block;
	background-color: #fff;
}
.banner-wide .banner {
	width: 800px;
	display: block;
	padding: 0;
	margin: 0 auto;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 6px 10px -2px rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.banner-wide .banner:hover {
	opacity: .6;
}
@media screen and (max-width: 768px) {
	.banner-wide {
		padding: 0 0 20px 0;
	}
	.banner-wide .banner {
		width: auto;
	}
}
/*デモバナー用-----------------------------------------------------*/
.demobanner-wrapper {
	display: flex;
	flex-direction: column;
	order: 0;
	border-top: solid 1px var(--gr-150);
	border-bottom: none;
}
#demobanner-checker.type-b ~ .demobanner-wrapper {
	border-top: none;
	border-bottom: solid 1px var(--gr-150);
}
#demobanner-checker.type-b ~ .demobanner-wrapper > .no1 {
	order: 3;
}
#demobanner-checker.type-b ~ .demobanner-wrapper > .company-loopx2 {
	order: 2;
}
#demobanner-checker ~ .demobanner-wrapper > .banner.type-b,
#demobanner-checker.type-b ~ .demobanner-wrapper > .banner {
/*	display: none;*/
	order: 4;
}
#demobanner-checker.type-b ~ .demobanner-wrapper > .banner.type-b {
	display: block;
	order: 1;
}

/*platform-----------------------------------------------------*/
.child-section.platform {
	padding-bottom: 0;
}
.child-section.platform > .child-inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	max-width: 1140px;
}
.platform .title-set {
	position: relative;
	flex: 0 0 480px;
	text-align: left;
	padding: 40px;
	background-color: #fff;
	border-radius: 12px;
	margin-left: 40px;
	box-shadow: 0 0 40px rgb(0 0 0 / .04);
}
.platform .title-set::before {
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	transform: translateX(-100%);
	background: #ffffff;
	height: calc(tan(60deg) * 24px / 2);
	width: 24px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.platform .title-set > .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .1ex;
}
.platform .title-set > .title > strong {
	display: inline;
	background-color: var(--sun);
}
.platform .title-set > .desc {
	margin-top: 1em;
}

.platform .platform-image {
	flex: 0 0 520px;
}
@media screen and (max-width: 768px) {
	.child-section.platform {
		padding: 30px 0;
	}
	.child-section.platform > .child-inner {
		flex-direction: column-reverse;
	}
	.platform .title-set,
	.platform .platform-image {
		flex: none;
	}
	.platform .title-set {
		margin: 30px 0 0 0;
		padding: 30px;
	}
	.platform .title-set::before {
		top: 0;
		left: 30px;
		transform: translateY(-100%);
		clip-path: polygon(50% 0, 100% 100%, 0 100%);
	}
	.platform .title-set > .title {
		font-size: 4.5vw;
	}
	.platform .title-set > .desc {
		font-size: 14px;
	}

}

/*about-----------------------------------------------------*/
.child-section.about {}
.child-section.about > .child-inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
}
.about .title-set {
	position: relative;
	flex: 1;
	text-align: left;
	padding-bottom: 40px;
}
.about .title-set > .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: .1ex;
}
.about .title-set > .title > strong {
	display: block;
	color: var(--pu-400);
}
.about .title-set > .desc {
	margin-top: 1em;
}
.about .title-set > .link {
	position: absolute;
	bottom: 0;
	right: 0;
/*    font-weight: bold;*/
/*    color: var(--pu-400);*/
/*    display: inline-flex;*/
/*    align-items: center;*/
    text-align: right;
}
.about .title-set > .link::after {
	/*content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(/img/common/icon_arrow.svg)center center /contain;*/
}
.about .about-image {
	flex: 1;
	margin-right: 40px;
}
@media screen and (max-width: 768px) {
	.child-section.about {
		padding: 30px 0;
	}
	.child-section.about > .child-inner {
		flex-direction: column;
	}
	.about .title-set,
	.about .about-image {
		flex: none;
	}
	.about .title-set > .title {
		font-size: 6.5vw;
	}
	.about .about-image {
		margin: 15px 0 0 0;
	}
}
/*scene-----------------------------------------------------*/
.child-section.scene {
	background-color: #f5f5f5;
}
.child-section.scene .child-inner {
	overflow: hidden;
}
.scene .page-title {
	display: inline-block;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 16px;
	white-space: nowrap;
}
.scene .scene-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: center;*/
	margin-top: 24px;
}
.scene .scene-list > .item {
	width: calc(33.33% - 20px);
	height: auto;
	margin: 10px;
}
.scene .scene-list > .item > a {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 32px;
	color: #fff;
	background-color: #335799;
	/*border: solid 1px #335799;*/
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.scene .scene-list > .item > a:hover {
	background-color: #ffcd46;
	color: #335799;
}
.scene .scene-list > .item > a > .title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: solid 1px #ddd;
	flex: none;
}
.scene .scene-list > .item > a:hover > .title {
	border-color: #335799;
}
.scene .scene-list > .item > a > .desc {
	width: 100%;
	font-size: 16px;
	line-height: 1.5em;
	/*text-align: left;*/
	padding: 16px 0;
	flex: none;
	/*color: #f5f5f5;*/
}
.scene .child-flex {
	flex-direction: column;
	margin-top: 64px;
}
@media screen and (max-width: 768px) {
	.scene .page-title {
		white-space: normal;
		font-size: 9vw;
	}
	.scene .scene-list {
		margin-top: 15px;
	}
	.scene .scene-list > .item {
		width: calc(50% - 10px);
		margin: 5px;
	}
	.scene .scene-list > .item > a {
		padding: 5px 10px;

	}
	.scene .scene-list > .item > a > .title {
		font-size: 3.8vw;
		height: 60px;
	}
	.scene .scene-list > .item > a > .desc {
		font-size: 12px;
		padding: 10px 0;
		text-align: left;
	}
	.scene .scene-list > .item > a > .desc > br {
		display: none;
	}
	.scene .child-flex {
		margin-top: 20px;
	}
}
/*scene item-----------------------*/
.scene a.scene-item {
	position: relative;
	display: block;
	width: 100%;
	margin: 40px auto;
	background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
    text-decoration: none;
    text-align: left;
}

.scene a.scene-item:hover {
	background-color: #ffcd46;
}
.scene a.scene-item .item-text {
	width: 600px;
	padding: 40px 60px;
}
.scene .item-text .text-talk {
	position: relative;
	width: 450px;
	height: auto;
	border: solid 3px #335799;
	border-radius: 56px;
	background-color: #fff;
	padding: 32px 48px;
	margin-bottom: -40px;
	transform: translate(-40px,-80px);
	z-index: 10;
}
.scene .item-text .text-talk::before {
	content: "";
	position: absolute;
	display: block;
	top: 56px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 31px;
	border-color: transparent transparent transparent #335799;
}
.scene .item-text .text-talk::after {
	content: "";
	position: absolute;
	display: block;
	top: 60px;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 24px;
	border-color: transparent transparent transparent #fff;
}
.scene .text-talk .section-category {
	display: inline-block;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: solid 3px #335799;
	white-space: nowrap;
}
.scene .text-talk .section-title {
	font-size: 22px;
	line-height: 1.5em;
}
.scene .text-talk .hero {
	position: absolute;
	display: block;
	width: 200px;
	height: auto;
	bottom: 0;
	right: -180px;
}
.scene .item-text .scene-resolve {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5em;
	clear: both;
}

.scene .item-text .top-margin {
	margin-top: 24px;
}
.scene .item-text .more {
	width: 120px;
	justify-content: flex-start;
	margin-top: 24px;
	white-space: nowrap;
}
.scene .item-text .child-icon-after.more::after {
	width: 16px;
	height: 16px;
}
.scene a.scene-item:hover .item-text .scene-resolve,
.scene a.scene-item:hover .item-text .more {
	color: #fff;
}
.scene a.scene-item .item-img {
	position: absolute;
	top: -40px;
	left: 600px;
	width: 600px;
	height: calc(100% + 40px);
	overflow: hidden;
}
.scene a.scene-item .item-img img {
	width: 100%;
	height: auto;
}
/*scene item 2n ---------------------*/
.scene a.scene-item:nth-child(2n) .item-text {
	float: right;
}
.scene a.scene-item:nth-child(2n) .item-text .text-talk {
	transform: translate(40px,-80px);
	float: right;
}
.scene a.scene-item:nth-child(2n) .item-text .text-talk::before,
.scene a.scene-item:nth-child(2n) .item-text .text-talk::after {
	left: auto;
	right: 100%;
}
.scene a.scene-item:nth-child(2n) .item-text .text-talk::before {
	border-width: 12px 31px 12px 0;
	border-color: transparent #335799 transparent transparent;
}
.scene a.scene-item:nth-child(2n) .item-text .text-talk::after {
	border-width: 8px 24px 8px 0;
	border-color: transparent #fff transparent transparent;
}
.scene a.scene-item:nth-child(2n) .text-talk .hero {
	right: auto;
	left: -180px;
}
.scene a.scene-item:nth-child(2n) .item-img {
	left: auto;
	right: 600px;
}

@media screen and (max-width: 768px) {
	.scene a.scene-item {
		margin: 20px auto;
	}
	.scene a.scene-item .item-text {
		width: 100%;
		padding: 20px;
	}
	.scene .item-text .text-talk {
		width: calc(100% - 40px);
		padding: 20px;
		transform: translate(-25px, -30px);
		border-radius: 36px;
		margin-bottom: -20px;
	}
	.scene .text-talk .section-category {
		font-size: 14px;
		line-height: 1.5em;
		padding-bottom: 8px;
		margin-bottom: 8px;
	}
	.scene .text-talk .section-title {
		font-size: 16px;
	}
	.scene .text-talk .hero {
		width: 120px;
		right: -100px;
	}
	.scene .item-text .scene-resolve {
		font-size: 24px;
	}
	.scene .item-text .top-margin {
		margin-top: 8px;
	}
	.scene .item-text .more {
		margin-top: 16px;
	}
	.scene a.scene-item .item-img {
		position: static;
		width: 100%;
		padding: 0 20px;
	}
	.scene a.scene-item:nth-child(2n) .item-text .text-talk {
		transform: translate(25px,-30px);
		float: right;
	}
	.scene a.scene-item:nth-child(2n) .text-talk .hero {
		left: -100px;
	}
}
/*scene-index ----------------------------------------------*/
.child-section.scene-index {
}
.scene-index .page-title {
	display: inline-block;
	padding-bottom: 16px;
}
.scene-index .scene-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.scene-index .scene-list > .item {
	width: calc(33.3% - 19px);
    height: auto;
    margin: 28px 28px 0 0;
}
.scene-index .scene-list > .item:nth-child(3n) {
	margin-right: 0;
}
.scene-index .scene-list > .item > .link {
	display: block;
	position: relative;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}
.scene-index .scene-list > .item > .link:hover {
	background-color: var(--sun);
}
.scene-index .scene-list > .item > .link:hover::after {
	color: #fff;
	border-color: #fff;
}
.scene-index .scene-list > .item .title-set {
	position: relative;
	z-index: 2;
	text-align: left;
	padding: 32px;
	line-height: 1.4em;
}
.scene-index .scene-list > .item .title-set > .title {
	display: flex;
	flex-direction: column;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    color: var(--pu-400);
    white-space: nowrap;
}
.scene-index .scene-list > .item .title-set > .title > .logo {
	width: 180px;
}
.scene-index .scene-list > .item .title-set > .desc,
.scene-index .scene-list > .item.large.half .title-set > .desc {
	display: none;
	width: 160px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 16px;
}
.scene-index .scene-list > .item .title-set > .desc > br {
	display: none;
}
.scene-index .scene-list > .item .mock-set {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 128px;
}
.scene-index .scene-list > .item .mock-set > .pc {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 140px;
	height: auto;
}
.scene-index .scene-list > .item.large {
	width: 100%;
/*	margin: 28px 0 0 0;*/
}
.scene-index .scene-list > .item.half,
.scene-index .scene-list > .item.large.half {
	width: calc(50% - 10px);
	margin-right: 20px;
}
.scene-index .scene-list > .item.half:nth-child(2n-1) {
	margin-right: 0;
}
.scene-index .scene-list > .item.large .title-set {
	padding-left: 60px;
	height: 214px;
}
.scene-index .scene-list > .item.half .title-set,
.scene-index .scene-list > .item.large.half .title-set {
	padding-left: 60px;
	padding-bottom: 70px;
	height: 160px;
	align-items: flex-end;
}
.scene-index .scene-list > .item.half .title-set > .title > br {
	display: none;
}
.scene-index .scene-list > .item.large .title-set > .desc {
	width: auto;
	display: block;
}
.scene-index .scene-list > .item.large .title-set > .desc > br {
	display: block;
}
.scene-index .scene-list > .item.large .mock-set {
    bottom: 0;
    right: 0;
    width: 700px;
    height: 100%;
}
.scene-index .scene-list > .item.half .mock-set,
.scene-index .scene-list > .item.large.half .mock-set {
    top: 0;
    bottom: auto;
    right: 0;
    width: 240px;
    height: 100%;
}

.scene-index .scene-list > .item.large .mock-set > .pc {
    position: absolute;
    top: 0;
    right: 0;
    width: 444px;
    margin: -37px 110px 0 0;
}


/* add 230405 start */
.scene-index .scene-list > .item {
	position: relative;
	margin: 20px 20px 0 0;
	width: calc(33.3% - 13px);

	.category {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		line-height: 1;
		white-space: nowrap;
		font-weight: bold;
		color: #fff;
		background-color: var(--pu-400);
		padding: 8px 16px;
		border-radius: 16px;
		z-index: 2;
	}
}
.scene-index .scene-list > .item:nth-child(3n) {
	margin-right: 0;
}
.scene-index .scene-list > .item.large {
	width: 100%;
	margin-right: 0;
}
.scene-index .scene-list>.item .title-set {
	display: flex;
	align-items: center;
	height: 120px;
	padding: 32px 25px;
}
.scene-index .scene-list > .item .title-set > .title {
	font-size: 20px;
}

.scene-index .scene-list > .item .mock-set {
	position: absolute;
	bottom:-10px;
	right: -10px;
	height: auto;
}
.scene-index .scene-list > .item .mock-set > .pc,
.scene-index .scene-list > .item.large.half .mock-set > .pc {
	position: relative;
	width: 100%;
	height: auto;
	right: auto;
	bottom: auto;
	margin: 0;
}
.scene-index .scene-list > .item:nth-child(1) .mock-set {
	width: 180px;
	right: -10px;
	bottom:-10px;
}
.scene-index .scene-list > .item:nth-child(2) .mock-set {
	width: 170px;
	right: -10px;
}
.scene-index .scene-list > .item:nth-child(3) .mock-set {
	width: 190px;
	right: -30px;
}
.scene-index .scene-list > .item:nth-child(4) .mock-set {
	width: 170px;
	right: -8px;
}
.scene-index .scene-list > .item:nth-child(5) .mock-set {
	width: 160px;
	right: -16px;
}
.scene-index .scene-list > .item:nth-child(6) .mock-set {
	width: 180px;
	right: -24px;
	bottom: -13px;
}
.scene-index .scene-list > .item:nth-child(7) .mock-set {
	width: 180px;
	right: -10px;
	bottom: -18px;
}
.scene-index .scene-list > .item:nth-child(8) .mock-set {
	width: 160px;
	right: -6px;
	bottom: 0;
}
.scene-index .scene-list > .item:nth-child(9) .mock-set {
	width: 150px;
	right: 0;
	bottom: 0;
}

/*scene -b*/
.scene-index.-b .scene-list > .item .title-set > .title {
	font-size: 18px;
}
.scene-index.-b .scene-list > .item.half .title-set > .title > br {
	display: block;
}
.scene-index.-b .scene-list > .item.half .title-set,
.scene-index.-b .scene-list > .item.large.half .title-set {
	padding-bottom: 32px;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.child-section.scene-index {
		padding: 30px 0;
	}
	.scene-index .scene-list {
		flex-direction: column;
	}
	.scene-index .scene-list > .item,
	.scene-index .scene-list > .item.large,
	.scene-index .scene-list > .item.half,
	.scene-index .scene-list > .item.large.half {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.scene-index .scene-list > .item > .link {
		height: 100%;
		padding-bottom: 24px;
	}
	.scene-index .scene-list > .item .title-set,
	.scene-index.-b .scene-list > .item .title-set,
	.scene-index .scene-list > .item.large .title-set,
	.scene-index.-b .scene-list > .item.large .title-set,
	.scene-index .scene-list > .item.half .title-set,
	.scene-index.-b .scene-list > .item.half .title-set,
	.scene-index .scene-list > .item.large.half .title-set,
	.scene-index.-b .scene-list > .item.large.half .title-set {
		flex: none;
		width: 100%;
		max-width: 100%;
		padding: 24px;
		height: 120px;
		align-items: flex-start;
	}
	.scene-index .scene-list > .item .title-set > .title,
	.scene-index .scene-list > .item.large .title-set > .title,
	.scene-index .scene-list > .item.half .title-set,
	.scene-index .scene-list > .item.large.half .title-set > .title {
		font-size: 20px;
	}
	.scene-index.-b .scene-list > .item .title-set > .title,
	.scene-index.-b .scene-list > .item.large .title-set > .title,
	.scene-index.-b .scene-list > .item.half .title-set > .title,
	.scene-index.-b .scene-list > .item.large.half .title-set > .title {
		font-size: 16px;
		max-width: 50%;
		white-space: normal;
	}
	.scene-index.-b .scene-list > .item .title-set > .title > br,
	.scene-index.-b .scene-list > .item.half .title-set > .title > br {
		display: none;
	}
	.scene-index .scene-list > .item.large .title-set > .desc {
		display: block;
		width: 160px;
		font-size: 14px;
		font-weight: normal;
		margin-top: 16px;

	}
	.scene-index .scene-list > .item .mock-set,
	.scene-index .scene-list > .item.large .mock-set,
	.scene-index .scene-list > .item.half .mock-set,
	.scene-index .scene-list > .item.large.half .mock-set {
		width: 150px;
		bottom: -10px;
	    right: -10px;
	    height: auto;
	}
	.scene-index .scene-list > .item.large .mock-set > .pc {
		position: absolute;
		top: auto;
		bottom: 0;
		right: 5px;
		width: 140px;
		height: auto;
		margin: 0;
	}
	.scene-index .scene-list > .item > .link::after {
		font-size: 12px;
		bottom: 10px;
		left: 15px;
	}

	/* add 230405 start */
	.scene-index .scene-list>.item {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.scene-index .scene-list>.item>.link {
		padding-bottom: 0;
	}
	/* add 230405 end */
}
/* 規模別サブバナー----- */
.child-section.banner.scale {
	padding: 64px 0 40px 0;
	background-color: var(--sa-200);
}
.scene-index .scene-list.scale {
	margin-top: 0;

	> .item {
		margin: 0 40px 0 0;
		flex: 1;
		width: auto;

		.category {
			top: -44px;
			transform: translateX(-50%)
		}
		.category::after {
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translate(-50%, 100%);

			content: "";
			display: block;
			width: 12px;
			height: 12px;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
			background-color: var(--pu-400);
		}
		> .link::after {
			content: "詳細を見る→";
			position: absolute;
			bottom: 8px;
			left: 16px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: underline;
			color: var(--ly-400);
		}
		.title-set {
			padding: 16px;
			height: 135px;
			padding-bottom: 40px;
			/* align-items: flex-start; */

			.shoulder {
				font-size: 12px;
				line-height: 1;
				margin-bottom: 4px;
			}
		}
		.mock-set {
			width: 130px;
			top: 0;
			right: 0;
			bottom: auto;
			left: auto;
		}
	}
	> .item:last-child {
		margin: 0;
	}
	> .item.smb {
		.category, .category::after {
			background-color: var(--pa-400);
		}
		.link {
			border: solid 4px var(--pa-400);
		}
	}
	> .item.cs {
		.category, .category::after {
			background-color: var(--av-400);
		}
		.link {
			border: solid 4px var(--av-400);
		}
	}
	> .item.ep {
		.category, .category::after {
			background-color: var(--pu-600);
		}
		.link {
			border: solid 4px var(--pu-600);
		}
	}
}

@media screen and (max-width: 768px) {
	.child-section.banner.scale {
		padding: 30px 0;
	}
	.scene-index .scene-list.scale {

		> .item {
			margin: 0 0 30px 0;

			.category {
				top: -20px;
			}
		}
	}
}
/*plan -----------------------------------------------------*/
.child-section.plan {
	background-color:var(--gr-50);
}
.plan .plan-list {
	display: flex;
	margin-top: 64px;
}
.plan .plan-list li {
	flex: 1;
	margin-right: 28px;
	border: solid 2px var(--gr-200);
	border-radius: 8px;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
}
.plan .plan-list li:last-of-type {
	margin-right: 0;
}
.plan .plan-list li.strategy {
	background-color: var(--pu-50);
}
.plan .plan-list li.performance {
	background-color: var(--av-50);
}
.plan .plan-list li.database {
	background-color: var(--pa-50);
}
@media screen and (max-width: 768px) {
	.child-section.plan {
		padding: 30px 0;
	}
	.plan .plan-list {
		flex-direction: column;
		margin-top: 40px;
	}
	.plan .plan-list li {
		margin-right: 0;
		margin-bottom: 32px;
	}
}
/*plan title------------------------------*/
.plan .plan-title {
	padding: 32px;
}
.plan .plan-title > .text {
	font-size: 18px;
}
.plan .plan-title > .title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	padding: 16px 32px;
	border-radius: 24px;
	color: var(--cloud);
	background-color: var(--gr-400);
}
/*strategy title*/
.plan .plan-list li.strategy {
	border-color: var(--pu-200);
}
.plan .plan-list li.strategy .plan-title {
	color: var(--pu-400);
}
.plan .plan-list li.strategy .title {
	background-color: var(--pu-200);
}
/*preformance title*/
.plan .plan-list li.performance {
	border-color: var(--av-200);
}
.plan .plan-list li.performance .plan-title {
	color: var(--av-400);
}
.plan .plan-list li.performance .title {
	background-color: var(--av-200);
}
/*database title*/
.plan .plan-list li.database {
	border-color: var(--pa-200);
}
.plan .plan-list li.database .plan-title {
	color: var(--pa-400);
}
.plan .plan-list li.database .title {
	background-color: var(--pa-200);
}

@media screen and (max-width: 768px) {
	.plan .plan-title {
		padding: 24px 0;
	}
	.plan .plan-title > .text {
		font-size: 16px;
	}
}
/*plan image------------------------------*/
.plan .plan-image {
	width: 100%;
	height: 112px;
}
/*strategy*/
.plan .strategy .plan-image {
	background: url(/img/func-price/child_price_back_strategy.png) center center /cover no-repeat;
}
/*performance*/
.plan .performance .plan-image {
	background: url(/img/func-price/child_price_back_performance.png) center center /cover no-repeat;
}
/*database*/
.plan .database .plan-image {
	background: url(/img/func-price/child_price_back_database.png) center center /cover no-repeat;
}

/*plan icon------------------------------*/

.plan .plan-title .child-icon-before {
	position: relative;
	display: block;
	/*height: 160px;*/
}
.plan .plan-title .child-icon-before::before {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(20px,-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: 40px 40px;
}
.plan .plan-title .child-icon-before::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
}

.plan .child-icon-before.strategy::before {
	background-color: var(--pu-200);
	background-image: url(/img/common/ico_plan_st_wht.svg);
}

.plan .child-icon-before.performance::before {
	background-color: #ff6e00;
	background-image: url(/img/common/ico_plan_pf_wht.svg);
}

.plan .child-icon-before.database::before {
	background-color: #f3bf35;
	background-image: url(/img/common/ico_plan_db_wht.svg);
}
@media screen and (max-width: 768px) {
	.plan .plan-title .child-icon-before::before {
		transform: translate(15px, -10px);
		width: 48px;
		height: 48px;
		background-size: 32px 32px;
	}
}
/*category list--------------------------------*/
.plan .plan-category-list {
	padding: 16px 0 0 0;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.plan .plan-title .plan-category-list li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	border: solid 1px var(--gr-150);
	border-radius: 4px;
	padding: 8px;
	margin-left: 24px;
	margin-right: 0;
	background-color: var(--cloud);
	color: var(--night);
}
.plan .plan-title .plan-category-list li::before {
	position: absolute;
	content: "＋";
	display: block;
	top: 50%;
	left: -22px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
}
.plan .plan-title .plan-category-list li:first-of-type {
	margin-left: 0;
}
.plan .plan-title .plan-category-list li:first-of-type::before {
	display: none;
}

@media screen and (max-width: 768px) {
	.plan .plan-title .plan-category-list li {
		padding: 8px;
		margin-bottom: 0;
	}
}
/*button-------------------------------------------*/
.plan .list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;

}
.plan .list > .item {
	flex: 1 1 400px;
	max-width: 400px;
	margin: 40px 20px 0 20px;
}
.plan .child-button {
	height: 80px;
	font-size: 24px;
	font-weight: bold;
}
/* ==========================================================
 price plan b
========================================================== */
.plan_b .child-button.dmo{
	/* height: 52px; */
	width: 360px;
	margin: auto;
	font-weight: 700;
	font-size: 20px;
}
.plan_b .simple-plan-image {
	margin: 60px auto;
}
.plan_b .simple-plan-image .pc{
	width: 710px;
}
.plan_b .simple-plan-image .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.plan_b .simple-plan-image .pc {
		display: none;
	}
	.plan_b .simple-plan-image .sp {
		display: block;
		width: 100%;
	}
}
/*
 price member
*/
.child-section.price.member {
	padding-bottom: 120px;
}
.member .select-set {
	position: relative;
	width: 240px;
	height: 48px;
	border: 2px solid #335799;
	border-radius: 4px;
	margin: 0px auto 20px;
}
.member .select-set::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	top: 50%;
	right: 0;
	transform: translate(-200%, -75%) rotate(45deg);
	border-bottom: 2px solid #335799;
	border-right: 2px solid #335799;
	pointer-events: none;
}
.member .select-set .member-select {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
	padding-left: 20px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
.member .select-set .member-select::-ms-expand {
	display: none;
}
.member .select-set .member-label {
	display: none;
}
@media screen and (max-width: 768px) {
	.child-section.price.member {
		padding-bottom: 32px;
		margin-top: 30px;
	}
	.member .estimate-set {
		flex-direction: column;
		margin-top: 15px;
	}
	.member .child-button.dmo.price {
		margin: 15px 0 0 0;
	}
}
.plan {
/*	padding: 0;*/
}
.price-estimate {
	background: var(--gr-50);
/*	padding: 80px 0;*/
}
.price-estimate .estimate_cta_area {
	display: flex;
	justify-content: center;
	gap: 20px;
	background: var(--cloud);
	border-radius: 8px;
	padding: 60px;
	margin-top: 30px;
	max-width: 1180px;
}
.price-estimate .estimate_image {
	width: 40%;
}
.price-estimate .estimate-set {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price-estimate .member .select-set {
	width: 230px;
	height: 50px;
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 0;
}
.price-estimate .member .child-button {
	width: auto;
	font-size: 18px;
	height: 80px;
	padding: 0 40px;
}
.price-estimate .estimate_title {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0;
}
.price-estimate .estimate_caution {
	text-align: left;
}
.link-to-price-combination {
	text-align: left;
	color:var(--water);
}
.link-to-price-combination:hover {
	color:var(--av-400);
	text-decoration: underline;
}
.asterisk-small {
	font-size: 11px;
}
.sp-only {
	display: none;
}

@media screen and (max-width: 768px) {
	.price-estimate {
/*		padding: 80px 20px;*/
	}
	.price-estimate .estimate_cta_area ,
	.price-estimate .estimate-set {
		display: block;
		padding: 0;
	}
	.price-estimate .member .select-set {
		width: 80%;
		margin: 0 auto;
	}
	.price-estimate .member .child-button,
	.price-estimate .estimate_image ,
	.price-estimate .estimate_cont {
		width: 100%;
	}
	.price-estimate .member .child-button {
		padding: 0 8px;
	}
	.price-estimate .estimate_cta_area {
		padding: 40px 20px;
	}
	.price-estimate .estimate_cont {
		margin-top: 20px;
	}
	.price-estimate .estimate_title {
		text-align: center;
	}
	.link-to-price-combination {
		margin-top: 30px;
	}
	.sp-only {
		display: block;
	}
}

/* ===================================== */

@media screen and (max-width: 768px) {
	.plan .list {
		flex-direction: column;
		align-items: center;
	}
	.plan .list > .item {
		margin: 0;
		flex: none;
		width: 100%;
	}
	.plan .child-button {
		font-size: 20px;
	}
}

/*tm -------------------------------------------------------------------*/
.child-section.tm {
	background-color: var(--sa-50);
}
.tm .page-title {
	display: inline-block;
	padding-bottom: 16px;
	white-space: nowrap;
}
.tm-list {
	margin-top: 48px;
}
.tm-list > .sec {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.tm-list > .sec:nth-child(n+2) {
	flex-direction: row-reverse;
}
.tm-list > .sec:last-child {
	margin-bottom: 0;
}
.tm-list > .sec > .image {
	flex: 0 1 665px;
}
.tm-list > .sec > .title-set {
	flex: 0 1 467px;
	margin-right: 28px;
	text-align: left;
}
.tm-list > .sec.success > .title-set {
	margin: 0 0 0 28px;
}
.tm-list > .sec > .title-set > .title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}
.tm-list > .sec > .title-set > .desc {
	font-size: 16px;
	line-height: 2em;
	margin-top: 24px;
}
.tm-list > .sec > .title-set > .desc > b {
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.tm .page-title {
		white-space: pre-wrap;
	}
	.tm-list {
		margin-top: 30px;
	}
	.tm-list > .sec,
	.tm-list > .sec:nth-child(n+2) {
		flex-direction: column;
	}
	.tm-list > .sec > .title-set {
		flex: none;
		margin: 0;
	}
	.tm-list > .sec > .image {
		flex: none;
		margin-top: 24px;
	}
	.tm-list > .sec > .title-set > .title {
		font-size: 24px;
	}
	.tm-list > .sec > .title-set > .desc {
		font-size: 16px;
	}
	.tm-list > .sec.success > .title-set {
		margin: 0;
	}
}
/*adv -------------------------------------------------------------------*/
.child-section.adv {

}
.adv .page-title {
	display: inline-block;
	white-space: nowrap;
}
.adv .page-title > small {
	display: block;
	font-size: 24px;
}
.adv .adv-pict {
	margin-top: 48px;
	max-width: 800px;
}
.adv .sec {
	position: relative;
	padding: 48px;
	border-radius: 8px;
	margin-top: 104px;
}
.adv .sec > .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5em;
}
.adv .sec > .desc {
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 8px;
}
.adv .sec > .adv-list {
	display: flex;
    justify-content: center;
    margin-top: 40px;
    counter-reset: adv_num;
}
.adv .sec > .adv-list > .item {
	position: relative;
  flex: 1;
  margin-right: 28px;
  height: 100%;
  padding: 32px;
  background-color: var(--cloud);
  border-radius: 8px;

}
.adv .sec > .adv-list > .item:last-child {
	margin-right: 0;
}
.adv .sec > .adv-list > .item > .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.adv .page-title {
		white-space: pre-wrap;
	}
	.adv .page-title > small {
		font-size: 18px;
	}
	.adv .adv-pict {
		margin-top: 15px;
		width: 100%;
	}
	.adv .sec {
		padding: 24px;
	}
	.adv .sec > .title {
		font-size: 24px;
	}
	.adv .sec > .desc {
		font-size: 14px;
	}
	.adv .sec > .desc > br {
		display: none;
	}
	.adv .sec > .adv-list {
		flex-direction: column;
		margin-top: 30px;
	}
	.adv .sec > .adv-list > .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 24px;
	}
	.adv .sec > .adv-list > .item:last-child {
		margin-bottom: 0;
	}
	.adv .sec > .adv-list > .item > .title {
		font-size: 24px;
		text-align: center;
	}
}
/*system*/
.adv .sec.system {
	background-color: var(--pu-50);
}
.adv .sec.system > .title {
	color: var(--pu-400);
}

.adv .sec.system > .adv-list > .item > .title {

}
.adv .sec.system > .adv-list > .item > .pict {
	margin-bottom: 16px;
}
.adv .sec.system > .child-button {
	max-width: 360px;
	margin: 40px auto 0 auto;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.adv .sec.system > .adv-list > .item::before {
		width: 60px;
		height: 60px;
		font-size: 60px;
		line-height: 60px;
	}
	.adv .sec.system > .child-button {
		margin-top: 15px;
		font-size: 18px;
	}
}
/*knowhow*/
.adv .sec.knowhow {
	background-color: var(--av-50);
}
.adv .sec.knowhow::before {
	content: "＋";
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--noto);
	font-weight: 700;
	font-size: 32px;
	color: var(--cloud);
	background-color: var(--water);
	border-radius: 50%;

}
.adv .sec.knowhow > .title {
	color: var(--av-400);
}
.adv .sec.knowhow > .adv-list {
}
.adv .sec.knowhow > .adv-list > .item {

}
.adv .sec.knowhow > .adv-list > .item > .title {
}
.adv .sec.knowhow > .adv-list > .item > .desc {
	text-align: left;
	margin-top: 16px;
}
.adv .sec.knowhow > .adv-list > .item > .link {
	display: block;
	text-align: right;
	margin-top: 16px;
	font-weight: bold;
	color: var(--pu-400);
}
.adv .sec.knowhow > .adv-list > .item > .pict {

}
.adv .sec.knowhow > .caution {
	display: block;
	font-size: 10px;
	line-height: 1.5;
	margin-top: 1em;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.adv .sec.knowhow > .adv-list {

	}
	.adv .sec.knowhow > .adv-list > .item {

	}
	.adv .sec.knowhow > .adv-list > .item:last-child {
		margin-bottom: 0;
	}
	.adv .sec.knowhow > .adv-list > .item > .pict {

	}
	.adv .sec.knowhow > .caution {
		text-align: left;
	}
}
/*reason -------------------------------------------------------------------*/
.child-section.reason {
	padding-bottom: 335px;
}
.reason .page-title {
	display: inline-block;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 16px;
	white-space: nowrap;
}
.reason .child-flex {
	margin-top: 64px;
}
.reason .child-flex-item {
	position: relative;
	padding: 0 0 285px 0;
}
@media screen and (max-width: 768px) {
	.child-section.reason {
		padding-bottom: 240px;
	}
	.reason .page-title {
		white-space: normal;
		font-size: 9vw;
	}
	.reason .child-flex {
		margin-top: 40px;
	}
	.reason .child-flex-item {
		padding: 0 0 170px 0;
	}
}
/*reason list ------------------------*/
.reason .reason-list {
	display: flex;
	counter-reset: num;
	padding: 40px;
	border-bottom: solid 1px #e5e5e5;
}
.reason .reason-list li {
	position: relative;
	flex: 1;
	margin-right: 40px;
	padding: 24px 0 24px 80px;
	text-align: justify;
}
.reason .reason-list li:last-of-type {
	margin-right: 0;
}
.reason .reason-list li::before {
	counter-increment: num;
	content: counter(num);
	position: absolute;
	display: block;
	width: 80px;
	height: auto;
	top: 0;
	left: 0;
	font-family: roboto, sans-serif;
	font-size: 120px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	text-shadow: 1px 0 0 #f3bf35,0 1px 0 #f3bf35,1px 1px 0 #f3bf35,-1px 0 0 #f3bf35,0 -1px 0 #f3bf35,-1px -1px 0 #f3bf35,-1px 1px 0 #f3bf35,1px -1px 0 #f3bf35,2px 0 0 #f3bf35,0 2px 0 #f3bf35,2px 2px 0 #f3bf35,-2px 0 0 #f3bf35,0 -2px 0 #f3bf35,-2px -2px 0 #f3bf35,-2px 2px 0 #f3bf35,2px -2px 0 #f3bf35;
}
.reason .reason-list li .section-title {
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	.reason .reason-list {
		flex-direction: column;
		padding: 20px 20px 10px 20px;
	}
	.reason .reason-list li {
		margin-right: 0;
		padding: 10px 0 20px 50px;
	}
	.reason .reason-list li::before {
		width: 40px;
		font-size: 60px;
	}
	.reason .reason-list li .section-title {
		font-size: 24px;
	}

}
/*active company ----------------------*/
.reason .active-company {
	display: block;
	width: 100%;
	max-width: 660px;
	margin: 60px auto 40px auto;
}

@media screen and (max-width: 768px) {
	.reason .active-company {
		margin: 30px 0 20px;
		padding: 0 20px;
	}
}

/*brand list----------------------------*/
.reason .brand-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}
.reason .brand-list .item-brand {
	display: flex;
	width: 12.5%;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
}
.reason .brand-list .item-brand img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.reason .brand-list {
		padding: 0 10px;
	}
	.reason .brand-list .item-brand {
		width: 25%;
		padding: 5px 10px;
	}
}

/*showcase slide ------------------------*/
.showcase-slide {
	position: absolute;
	top: calc(100% - 305px);
	left: 50%;
	transform: translateX(-50%);
}
.showcase-slide .swiper-slide {
	width: 100%;
	max-width: 760px;
	margin: 20px;
}
.showcase-slide .swiper-slide a {
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	text-decoration: none;
}
.showcase-slide .swiper-slide a:hover {
	background-color: var(--sun);
}
.showcase-slide .swiper-slide a .item-image {
	width: 100%;
	height: 285px;
	background-position: center center;
	background-size: cover;
}
.showcase-slide .swiper-slide a .item-text {
	padding: 40px;
}
.showcase-slide .item-text .section-subtitle {
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	height: 4.5em;
	color: #4a4a4a;
	overflow: hidden;
	margin-top: 0;
	text-align: justify;
}
.showcase-slide .item-text .section-subtitle br {
	display: none;
}
@media screen and (max-width: 768px) {
	.showcase-slide {
		bottom: auto;
		top: calc(100% - 180px);
		width: 100%;
	}
	.showcase-slide .swiper-slide {
		width: calc(100% - 40px);
	}
	.showcase-slide .swiper-slide a .item-image {
		height: 160px;
	}
	.showcase-slide .swiper-slide a .item-text {
		padding: 20px;
	}
	.showcase-slide .item-text .section-subtitle {
		font-size: 18px;
		height: 6em;
	}
	.showcase-slide .item-text .text {
		font-size: 12px;
	}
}
/*showcase-fv --------------------------------------------*/
.child-section.showcase-fv {
	padding: 40px 0;
	background-color: #fff;
}
.showcase-slide.fv {
	position: static;
	top: auto;
	left: auto;
	transform: none;
}
.showcase-slide.fv .swiper-slide a {
	display: flex;
	align-items: center;
	height: 176px;
}
.showcase-slide.fv .swiper-slide a .item-image {
	flex: 0 1 269px;
	width: auto;
	height: 100%;
}
.showcase-slide.fv .swiper-slide a .item-text {
	flex: 0 1 495px;
	padding: 32px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.showcase-slide.fv .item-text > .section-subtitle {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.showcase-slide.fv .item-text > .company {
	font-size: 14px;
}
.showcase-slide.fv .item-text > .company::before {
	content: "──";
}

@media screen and (max-width: 768px) {
	.child-section.showcase-fv {
		padding: 0;
	}
	.showcase-slide.fv .swiper-slide a {
		flex-direction: column;
		height: auto;
	}
	.showcase-slide.fv .swiper-slide a .item-image {
		width: 100%;
		height: 160px;
		flex: none;
	}
	.showcase-slide.fv .swiper-slide a .item-text {
		padding: 24px;
		flex: none;
	}
	.showcase-slide.fv .item-text > .section-subtitle {
		font-size: 16px;
	    -webkit-line-clamp: 4;
	    height: 6em;
	}
	.showcase-slide.fv .item-text > .company {
		font-size: 10px;
		line-height: 1.2em;
		margin-top: 16px;
	}

}
/*noslider*/
.showcase-slide.noslider {
	position: static;
	top: auto;
	left: auto;
	transform: none;
}
.showcase-slide.noslider .swiper-container {
	padding: 0 60px;
	max-width: 1280px;
}
.showcase-slide.noslider .swiper-wrapper {
	flex-wrap: wrap;
}
.showcase-slide.noslider .swiper-slide {
	width: calc(100% / 3);
	margin: 0;
	padding: 20px;
	height: auto;
}
.showcase-slide.noslider .swiper-slide a {
	height: 100%;
}
.showcase-slide.noslider .swiper-slide a .item-image {
	width: 100%;
	height: 200px;
}
.showcase-slide.noslider .swiper-slide a .item-text {
	padding: 32px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.showcase-slide.noslider .item-text > .section-subtitle {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.showcase-slide.noslider .item-text > .company {
	font-size: 14px;
	text-align: left;
}
.showcase-slide.noslider .item-text > .company::before {
	content: "──";
}
.showcase-slide.noslider .item-text > .tag-list {
	display: flex;
	flex-wrap: wrap;
}
.showcase-slide.noslider .item-text > .tag-list > .item {
	padding: 0 8px;
	margin: 8px 8px 0 0;
	background-color: var(--gr-100);
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.child-section.showcase {
		padding: 30px 0;
	}
	.showcase-slide.noslider .swiper-container {
		padding: 0 15px;
	}
	.showcase-slide.noslider .swiper-slide {
		width: 100%;
		padding: 15px;
	}
	.showcase-slide.noslider .swiper-slide a .item-image {
		height: 160px;
	}
}
/*company -----------------------------------------------------*/
.child-section.company {
	padding-bottom: 0;
}
.company .child-flex {
	flex-direction: column;
}
.company .company-link {
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px var(--gr-200);
	padding-bottom: 32px;
}
.company-link > a.link {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: var(--pu-400);
	font-weight: bold;
	text-decoration: none;
}
.company-link > a.link:hover {
	text-decoration: underline;
}
.company-link > a.link::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/img/common/icon_arrow.svg)center center /contain no-repeat;
  margin-left: 4px;
}
.company-link > a.link[target="_blank"]::after {
  background-image: url(/img/common/icon_blank.svg);
}
.company .company-list {
	margin: 0;
}
.company .section-title {
	font-size: 32px;
}
.company a.text {
	width: 200px;
	justify-content: flex-start;
}
.company a.child-icon-after::after {
	margin-left: 8px;
}
.company .company-list table {
	width: 100%;
}
.company .company-list table tr {
	border-bottom: solid 1px var(--gr-200);
}
.company .company-list table th,
.company .company-list table td {
	padding: 16px 8px 16px 0;
	vertical-align: top;
}
.company .company-list table th {
	color: var(--gr-500);
	width: 198px;
}
.company .company-list table p {
	margin-bottom: 1em;
}
.company .company-list table p:last-of-type {
	margin-bottom: 0;
}
.company .company-list table p small {
	display: block;
	font-size: inherit;
	font-weight: bold;
	color: var(--gr-500);

}
@media screen and (max-width: 768px) {
	.child-section.company {

	}
	.company .child-flex-item {
		flex: auto;
	}
	.company .section-title {
		font-size: 20px;
		margin-top: 0;
	}
	.company .company-list table {
		font-size: 14px;
	}
	.company .company-list table th {
		width: 80px;
		padding-right: 10px;
	}
}
/*追尾バナー -----------------------------------------------------*/
@media screen and (max-width: 768px) {
	.sticky-banner {
		display: none;
	}
	.sticky-cv-sp {
		position: fixed;
		padding: 16px;
		display: table;
		table-layout: fixed;
		width: 100%;
		height: 60px;
		bottom: 0;
		left: 0;
		margin: 0;
		z-index: 998;
		background: rgba(0,0,0,.2);
	}
	.sticky-cv-sp a {
		border-radius: 8px;
		background: #335799;
		border: 3px solid #335799;
		font-weight: bold;
		font-size: 16px;
		font-family: ryo-gothic-plusn, sans-serif;
		color: #fff;
		text-decoration: none;
		padding: 16px 24px;
		line-height: 32px;
		letter-spacing: 2px;
		margin: 12px 0;
	}
	.sticky-cv-sp a:hover {
		background: #ffcd46;
	}
	/*footer {
		margin-bottom: 64px;
	}*/
}
/* =================
CMギャラリー
================= */
.child-section.hero.cm-copy {
	max-width: 1440px;
	margin:auto;
}
.link_to_cm_gallery {
	display: block;
	position: absolute;
	right: 20px;
	top: 40px;
	width: 200px;
	height: 200px;
	transition:.3s;
}
.link_to_cm_gallery:hover {
	transform: translateY(5px);
}
@media screen and (max-width:768px) {
	.link_to_cm_gallery {
		z-index: 20;
		height: 86px;
		width: 86px;
		left: 10px;
		top: 155px;
	}
}
