@charset 'utf-8';
/* 1000, 1130 */

/* 下層MV */

#mv {
  padding-top: 94px;
  margin: 0 0 80px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  width: 100%;
}

#mv .image {
  width: 50%;
  padding-top: 29.282576%;
  background: url(../images/seminar_mv.jpg) no-repeat center center;
  background-size: cover;
}

#mv .text {
  width: 50%;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F0FAFF;
}


#mv .text p {
  text-align: center;
  margin: 32px 0 0 0;
  font-size: 1rem;
  line-height: 2;
  max-width: 400px;
}

#mv .text span.sub-title {
  color: #0A97D9;
}

#mv .text h1 {
  line-height: 1;
  margin: 0;
  font-family: "UDKakugo_SmallPr6N-B";
  margin-top: 17px;
  font-size: 2.5em;
}

#mv .text p span {
  font-size: 1.25rem;
}

#common-section.plan {
  margin-top: 100px;
}

#common-section.plan .wrap h2 {
  margin: 48px 0 70px 0;
}

/* プラン内容直下の金額 */

#common-section .price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 20px 40px 20px 53px;
}

#common-section .price-sec.standard {
  border: 1px solid #179F5B;
}

#common-section .price-sec.trial {
  border: 1px solid #FD6925;
}

#common-section .price-sec p {
  margin: 0;
  font-size: 0.8125em;
}

#common-section .price-sec p .price {
  font-size: 1.875rem;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .price-sec a {
  display: inline-block;
  text-decoration: none;
  height: 53px;
  font-size: 0.9375rem;
}

/*#common-section .price-sec.standard a{
  background: #179F5B;
}*/
.download_bt{
	position: relative;
	width: 240px;
	line-height: 53px;
	padding-right: 22px;
	  margin-right: -101px;
}
.contact_bt{
	width: 208px;
	line-height: 49px;
}
/*-------- スタンダード　料金横ボタン  ーーーー*/
.green_btn{
	background: #179F5B;
	color: #fff;
	margin-right: -262px;
}
.green_line_btn{
	background: #FFFFFF;
	border: 2px solid #179F5B;
	color:#179F5B;
}

/*-------- トライアルプラン　料金横ボタン  ーーーー*/
.orange_btn{
	background: #FD6925;
	color: #fff;
	 margin-right: -128px;
}
.orange_line_btn{
	background: #FFFFFF;
	border: 2px solid #FD6925;
	color:#FD6925;
}
/*-------- SX　料金横ボタン  ーーーー*/
.blue_btn{
	background: #0A97D9;
	color: #fff;
	 margin-right: -128px;
}
.blue_line_btn{
	background: #FFFFFF;
	border: 2px solid #0A97D9;
	color:#0A97D9;}



.download_bt:after{
    display: block;
    position: absolute;
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    content: "";
    background: url("../images/download_white.svg") no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
}

@media screen and (max-width: 1000px) {
	.contact_bt{
		max-width: 100%;
		width: 287px;
	}
	.download_bt{
		max-width: 100%;
		width: 287px;
	}
	.download_bt:after{
		right: 40px;
	}
  #common-section .price-sec {
    flex-direction: column;
    padding: 18px 15px 30px;
    margin: 0 9px 20px;
  }

  #common-section .price-sec p {
    line-height: 1.6;
  }

  #common-section .price-sec a {
    margin: 15px 0 0;
    font-size: 0.9375em;
  }
}

/* 下層プランアンカー */

#common-section.plan ul.anchor {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#common-section.plan ul.anchor li {
  text-align: center;
  box-shadow: 0 0 0 1px #E1E4E8;
  font-size: 0.88em;
  background: #fff;
  width: 33.33333%;
  position: relative;
  padding: 0;
  height: 60px;
}

#common-section.plan ul.anchor li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #111;
  transform: none;
}

#common-section.plan ul.anchor li >a> span:last-child {
  position: absolute;
  font-family: "FOT-UD角ゴ_スモール Pr6N M";
  color: #111;
  padding: 0 25px;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 14px;
  width: 103%;
}
#common-section.plan ul.anchor li span:last-child span {
  font-size: .8em;
}

#common-section.plan ul.anchor li:before {
  display: none;
}

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

  #common-section.plan ul.anchor::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 60px;
  }

  #common-section.plan ul.anchor li {
    width: 50%;
    font-size: 0.75em;
  }

  #common-section.plan ul.anchor li:last-child {
    border: 1px solid #e1e4e8;
    box-shadow: none;
  }

  #common-section.plan ul.anchor li a {
    display: block;
    height: 55px;
    line-height: 1.5;
  }

  #common-section.plan ul.anchor li a span:last-child {
    padding: 0;
    font-size: 0.75rem;
    border: none;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #111;
  }

  #common-section.plan ul.anchor li span:last-child span {
    font-size: .8em;
  }

}

#common-section.plan .content {
  margin: 90px 0 0 0;
  width: 100%;
  max-width: 1080px;
}

#common-section.plan .content>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: initial;
  margin: 0;
  padding: 0;
}

#common-section.plan .content>ul.is-sx {
  margin-top: -50px;
}

#common-section.plan .content ul li {
  text-align: left;
  background-color: #F3F5F8;
  padding: 40px 40px 45px 40px;
  box-shadow: none;
  border-radius: 9px;
}

#common-section.plan .content ul li p {
  font-size: 1rem;
  margin: -7px 0 0 0;
}

#common-section.plan .content ul li .has-dot {
  position: relative;
  padding-left: 24px;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section.plan .content ul li .has-dot + p {
  margin: 1px 0 0;
}

#common-section.plan .content ul li p + .has-dot {
  margin: 16px 0 0;
}

#common-section.plan .content ul li .has-dot + .has-dot {
  margin: 0;
}

#common-section.plan .content ul li .has-dot::before {
  position: absolute;
  display: block;
  content: "";
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FD6925;
}

#common-section.plan .content ul li .text > .has-ribbon {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: absolute;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  right: 52px;
  top: 13px;
  font-size: 0.875rem;
}

#common-section.plan .content ul li .text-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#common-section.plan .content ul li .text-wrap>div {
  padding: 31px 30px 31px;
  width: 48%;
  background: #fff;
  border-top: 2px solid #179F5B;
}

#common-section.plan .content ul li .text-wrap>div p {
  margin-bottom: 12px;
  text-align: center;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.125em;
}

#common-section.plan .content ul li {
  width: 100%;
  position: relative;
}

#common-section.plan .content ul li.half {
  width: 48%;
  padding: 47px 40px 60px 40px;
}

#common-section.plan .content ul li.half.is-first {
  margin-top: 40px;
}

#common-section.plan .content ul li.half .wrapper {
  margin-top: 22px;
}

#common-section.plan .content ul li+li {
  margin-top: 40px;
}

#common-section.plan .content ul li h3 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  position: relative;
  padding-left: 22px;
  padding-right: 50px;
  font-size: 1.375rem;
  line-height: 1.5;
}
#common-section.plan .content ul li#advantage h3 {
  padding-right: 0;
}

#common-section.plan .content ul li h3 span {
  font-size: .875rem;
}

#common-section.plan .content ul li h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 22px;
  background: #179F5B;
  top: 5px;
  left: 0;
}

#common-section.plan .content ul .trial h3:before {
  background: #FD6925;
}

#common-section.plan .content ul li::before {
  display: none;
}

#common-section.plan .content ul li.yearly-service:before {
  display: block;
  content: "";
  position: absolute;
  right: 40px;
  left: initial;
  background: no-repeat center center;
  background-size: cover;
  width: 80px;
  height: 65px;
}

#common-section.plan .content ul li.yearly-service:before {
  content: "年間\Aサービス";
  white-space: pre;
  line-height: 1.2em;
  padding-top: 6px;
  text-align: center;
  color: #FFF;
  background-image: url(../images/planmark-green.svg);
}


#common-section.plan .content ul li.common p:first-child {
  right: 52px;
  font-size: 14px;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section.plan .content ul li.common:before {
  background-image: url(../images/planmark-blue.svg);
}

#common-section.plan .content .wrapper {
  display: flex;
  margin-top: 28px;
}
#common-section.plan .content .wrapper .text.include-img {
  display: flex;
}
#common-section.plan .content .wrapper .text.include-img p {
  width: 70%;
  padding-right: 40px;
}
#common-section.plan .content .wrapper .text.include-img .img {
  width: 30%;
}
#common-section.plan .content .wrapper .text.include-img .img img {
  width: 100%;
}

#common-section.plan .content .wrapper .text a {
  display: inline-block;
  text-decoration: none;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  color: #179F5B;
  margin-top: 10px;
  position: relative;
  padding-top: 2px;
  font-size: 1.125em;
}

#common-section.plan .content .wrapper .text a span {
  position: relative;
}

#common-section.plan .content .wrapper .text a:hover span:after {
  animation-name: horizontal-slide;
  animation-duration: .4s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
@media screen and (max-width: 1000px) {

#common-section.plan .content .wrapper .text.include-img {
  display: block;
}
#common-section.plan .content .wrapper .text.include-img .img {
  width: 100%;
 max-width: 320px;
}
#common-section.plan .content .wrapper .text.include-img p {
  width: 100%;
padding-top: 20px;
	padding-right: 0;
}
}

@keyframes horizontal-slide {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  40.9% {
    transform: translate(50%, -50%);
    opacity: 0;
  }

  50% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

#common-section.plan .content .wrapper .text a span:before {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #179F5B;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}


#common-section.plan .content .wrapper .text a span:after {
  right: -29px;
}

#common-section.plan .content .wrapper .text .download:before {
  background: url(../../shared/images/download.svg) no-repeat center center;
  right: -30px;
}

#common-section.plan .content .wrapper .text a:hover .download:before {
  animation: vertical-slide ease-in .4s 1 both;
}

#common-section.plan .content .wrapper .image {
  margin-left: 41px;
}

#common-section.plan .content .wrapper .image img {
  width: 324px;
  height: 216px;
}

#common-section .wrap .flow-image {
  background: url(../images/index.jpeg) no-repeat center center;
  background-size: cover;
  padding-top: 25%;
  margin: 0 40px;
}

#common-section .wrap .flow-image.plan-step {
  padding-top: 40%;
}

/* 対象となる企業上マージン */
#common-section.target {
  margin-top: 100px;
}

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

  #common-section.target {
    margin-top: 40px;
  }

}

/* SXサービス進行計画 */

#common-section figure {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: relative;
}

#common-section figure img {
  height: 100%;
}

#common-section figure::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

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

  /* スクローラー出現 */

  .sp-scroll:before {
    display: block;
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sp-scroll.svg) center center no-repeat transparent;
    transition: opacity .2s;
  }

  .sp-scroll .scroll-content {
    opacity: .3;
    transition: opacity .2;
  }

  .sp-scroll.active:before {
    opacity: 0;
    pointer-events: none;
  }

  .sp-scroll.active .scroll-content {
    opacity: 1;
  }


}

/* 各種プランリンク */

.plan-link {
  display: flex;
}

.plan-link .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 5.33333% 0;
  background: no-repeat center center;
  background-size: cover;
}

.plan-link .content h3 {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  color: #fff;
  font-size: 1.625em;
  position: relative;
}

.plan-link .content h3:before {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 5px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-link .content p {
  font-family: "FOT-UD角ゴ_スモール Pr6N M";
  line-height: 2;
  text-align: center;
  margin: 37px 0 0 0;
  color: #fff;
}

.plan-link .content a {
  color: #fff;
  width: 270px;
  height: 54px;
  line-height: 54px;
  text-decoration: none;
  font-size: 0.9375em;
  margin-top: 27px;
}

.plan-link .content.standard-plan a {
  background: #179F5B;
  width: 350px;
}

.plan-link .content.light-plan a {
  background: #FD6925;
}

.plan-link .content.sx-plan a {
  background: #0A97D9;
}

.plan-link .standard-plan h3:before {
  background: #179F5B;
}

.plan-link .content.light-plan h3:before {
  background: #FD6925;
}

.plan-link .content.sx-plan h3:before {
  background: #0A97D9;
}

.plan-link .standard-plan {
  background-image: url(../images/standard-plan-link.jpg);
}
.plan-link .standard-plan.check {
  background-image: url(../images/check-plan-link.jpg);
}
.plan-link .light-plan {
  background-image: url(../images/trial-plan-link.jpg);
}

.plan-link .sx-plan {
  background-image: url(../images/sx-plan-link.jpg);
}

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

  .plan-link {
    flex-direction: column;
  }

  .plan-link .content {
    width: 100%;
    padding: 12% 0;
  }

  .plan-link .content h3 {
    font-size: 1.3125em;
  }

  .plan-link .content p {
    margin: 30px 0 0 0;
    font-size: 0.9375em;
    line-height: 1.8;
  }

  .plan-link .content a {
    font-size: 0.9375em;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin-top: 22px;
  }

}

/* スタンダード以外のレスポンシヴ */

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

  #common-section .flow {
    margin: 0 22px 0 23px;
  }

  #common-section .flow li {
    width: 100%;
    height: initial;
  }

  #common-section .flow li+li {
    margin-top: 30px;
  }

  #common-section .flow li.before-notion:nth-child(2) {
    margin-top: 75px;
  }

  #common-section .flow li p.step {
    font-size: 1rem;
    margin-top: 5px;
  }

  #common-section .flow li h4 {
    font-size: 1.125rem;
    margin-top: 17px;
  }

  #common-section .flow li p.procedure {
    font-size: 0.875rem;
  }

  #common-section .flow li:not(:last-child):before {
    display: none;
  }

  #common-section .flow li p.addition {
    margin: 17px 35px 0;
    line-height: 27px;
  }

  #common-section .flow li p.addition span {
    font-size: 13px;
  }

  #common-section .flow li p.addition+p.addition {
    margin-bottom: 30px;
  }

  #common-section .flow li span.notion {
    font-size: 13px;
    bottom: -48px;
  }
}

/* MV */

@media screen and (max-width: 1000px) {
  #mv {
    padding-top: 60px;
    margin: 0 0 60px;
    flex-direction: column;
  }

  #mv .image {
    padding-top: 68.8%;
  }

  #mv .text {
    padding: 0;
  }

  #mv .image,
  #mv .text {
    width: 100%;
  }

  #mv .text {
    padding: 35px 0;
  }

  #mv .text h1 {
    font-size: 1.5em;
    margin-top: 13px;
  }

  #mv .text p {
    padding: 0 15px;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 0.9375rem;
    max-width: 600px;
  }

  #mv .text p span {
    font-size: 1rem;
  }

  #common-section.plan {
    margin-top: 40px;
  }

  #common-section.plan .wrap h2 {
    margin: 29px 0;
  }

  #common-section.plan .content {
    padding: 0 9px;
    margin: 40px 0 0 0;
  }

  #common-section.plan .content ul {
    flex-direction: column;
  }

  #common-section.plan .content ul li {
    padding: 30px 20px;
  }

  #common-section.plan .content>ul.is-sx {
    margin-top: -50px;
  }

  #common-section.plan .content ul li.yearly-service:before {
    right: 20px;
    width: 66px;
    height: 54px;
  }

  #common-section.plan .content ul li .has-dot {
    padding-left: 20px;
    font-size: 1rem;
  }

  #common-section.plan .content ul li .has-dot::before {
    top: 11px;
  }

  #common-section.plan .content ul li .sp-height {
    line-height: 1.5;
    margin: 4px 0 0 !important;
  }

  #common-section.plan .content ul li .sp-height::before {
    top: 8px;
  }

  #common-section.plan .content ul li .sp-height + p {
    margin: 6px 0 0;
  }

  #common-section.plan .content ul li.half {
    width: 100%;
    padding: 20px 93px 20px 20px;
  }

  #common-section.plan .content ul li+li {
    margin-top: 25px;
  }

  #common-section.plan .content ul li h3 {
    padding-right: 0;
    font-size: 1.125rem;
  }

  #common-section.plan .content ul li p {
    line-height: 2;
    font-size: 0.875rem;
  }

  #common-section.plan .content ul li .text > .has-ribbon {
    right: 31px;
    font-size: 11px;
  }

  #common-section.plan .content ul li.common p:first-child {
    font-size: 11px;
    right: 31px;
  }

  #common-section.plan .content ul li.standard p:first-child {
    right: 23px;
  }

  #common-section.plan .content .wrapper {
    flex-direction: column;
    margin-top: 19px;
  }

  #common-section.plan .content ul li .text-wrap {
    flex-direction: column;
  }

  #common-section.plan .content ul li .text-wrap>div {
    width: 100%;
    padding: 25px 20px 25px;
    font-size: 14px;
  }

  #common-section.plan .content ul li .text-wrap>div+div {
    margin-top: 30px;
  }

  #common-section.plan .content ul li .text-wrap>div p {
    font-size: 1rem;
  }

  #common-section.plan .content .wrapper .text a {
    padding-right: 40px;
    display: inline-block;
    margin: 10px 0 0 0;
    position: relative;
    line-height: 1.4;
    font-size: 0.9375em;
  }

  #common-section.plan .content .wrapper .text a span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
  }

  #common-section.plan .content .wrapper .text .download:before {
    right: -34px;
  }

  #common-section.plan .content ul li h3 {
    padding-left: 18px;
  }

  #common-section.plan .content ul li h3:before {
    width: 5px;
    height: 18px;
  }

  #common-section.plan .content .wrapper .image {
    margin: 15px 0 0 0;
  }

  #common-section.plan .content .wrapper .image img {
    width: 100%;
    height: auto;
  }

  #common-section .wrap .flow-image {
    margin: 0 9px;
    padding-top: 40.97859%;
  }

}

/* スタンダードプラン　年間スケジュール */

#common-section .schedule {
  margin: 57px 0 121px;
}

#common-section .schedule .inner {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

#common-section .schedule .inner + .inner {
  margin-top: 20px;
}

.decoration {
  position: relative;
  width: 90px;
  min-width: 90px;
  margin-right: 30px;
  background: rgba(23, 159, 91, 10%);
  opacity: .5;
}

.decoration .progress {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

.decoration.one {
  background: rgba(23, 159, 91, 10%);
  opacity: 1;
}

.decoration.one .progress {
  top: 58%;
}

.decoration.two {
  background: rgba(23, 159, 91, 20%);
  opacity: 1;
}

.decoration.three {
  background: rgba(23, 159, 91, 30%);
  opacity: 1;
}

.decoration.four {
  background: rgba(23, 159, 91, 40%);
  opacity: 1;
}

.decoration.five {
  background: rgba(23, 159, 91, 50%);
  opacity: 1;
}

.decoration.six {
  background: rgba(23, 159, 91, 60%);
  opacity: 1;
}

.decoration.seven {
  background: rgba(23, 159, 91, 70%);
  opacity: 1;
}

.decoration .upper-triangle {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: url(../images/white-triangle.svg) center center no-repeat;
  background-size: contain;
}

.decoration .bottom-triangle {
  position: absolute;
  display: block;
  content: "";
  bottom: -20px;
  left: 0;
  border-style: solid;
  border-width: 20px 45px 0 45px;
  border-color:rgba(23, 159, 91, 10%) #fff #fff #fff;
}

.decoration.one .bottom-triangle {
  opacity: 1;
}

.decoration.two .bottom-triangle {
  border-color:rgba(23, 159, 91, 20%) #fff #fff #fff;
  opacity: 1;
}

.decoration.three .bottom-triangle {
  border-color:rgba(23, 159, 91, 30%) #fff #fff #fff;
  opacity: 1;
}

.decoration.four .bottom-triangle {
  border-color:rgba(23, 159, 91, 40%) #fff #fff #fff;
  opacity: 1;
}

.decoration.five .bottom-triangle {
  border-color:rgba(23, 159, 91, 50%) #fff #fff #fff;
  opacity: 1;
}

.decoration.six .bottom-triangle {
  border-color:rgba(23, 159, 91, 60%) #fff #fff #fff;
  opacity: 1;
}

.decoration.seven .bottom-triangle {
  border-color:rgba(23, 159, 91, 70%) #fff #fff #fff;
  opacity: 1;
}

#common-section .schedule .inner figure {
  width: auto;
  margin: 0;
}

#common-section .schedule .inner figure img {
  height: auto;
}

#common-section .schedule .inner .multi-content {
  width: calc(100% - 90px);
}

#common-section .schedule .inner .multi-content > .text {
  width: 100%;
}

#common-section .schedule .inner .text {
  display: flex;
  width: calc(100% - 90px);
  padding: 24px 20px 26px 30px;
  border: 1px solid #E1E4E8;
}

#common-section .schedule .inner .text + .text {
  /* border-top-color: transparent; */
  margin-top: 20px;
}

/* line-heightの関係上仕方なくtop記述 */
#common-section .schedule .inner .text p {
  position: relative;
  top: 3px;
  min-width: 275px;
  line-height: 1.5555555555555556;
  margin: 0;
  padding-left: 32px;
  color: #179F5B;
  background: left top 3px no-repeat;
  background-size: 24px;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

/* pタグ横のアイコン */
#common-section .schedule .inner .text .web-contact {
  background-image: url(../images/schedule_icon01.svg);
}

#common-section .schedule .inner .text .first-meeting {
  background-image: url(../images/schedule_icon02.svg);
}

#common-section .schedule .inner .text .workshop {
  background-image: url(../images/schedule_icon03.svg);
}

#common-section .schedule .inner .text .meeting {
  background-image: url(../images/schedule_icon04.svg);
}

#common-section .schedule .inner .text .hearing {
  background-image: url(../images/schedule_icon05.svg);
}

#common-section .schedule .inner .text .report {
  background-image: url(../images/schedule_icon06.svg);
}

#common-section .schedule .inner .text .web-practice {
  background-image: url(../images/schedule_icon07.svg);
}

#common-section .schedule .inner .text .press {
  background-image: url(../images/schedule_icon08.svg);
}

#common-section .schedule .inner .text .inside-seminar {
  background-image: url(../images/schedule_icon09.svg);
}

#common-section .schedule .inner .text .followup {
  background-image: url(../images/schedule_icon10.svg);
}

#common-section .schedule .inner .text ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#common-section .schedule .inner .text ul li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
}

#common-section .schedule .inner .text ul li::before {
  position: absolute;
  display: block;
  content: "";
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

#common-section .schedule .inner .text ul .gray-back {
  max-width: 480px;
  line-height: 1.7142857142857142;
  padding: 12px 0 12px 18px;
  margin: 13px 0 0;
  border-radius: 9px;
  background: #F3F5F8;
  font-size: 0.875em;
}

#common-section .schedule .inner .text ul .gray-back::before {
  display: none;
}

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

  #common-section .schedule {
    margin: 20px 9px 0;
  }

  #common-section .schedule .inner,
  #common-section .schedule .inner .text {
    flex-direction: column;
  }

  .decoration {
    width: 100%;
    height: 32px;
    margin: 0;
  }

  .decoration .bottom-triangle {
    display: none;
  }

  .decoration .upper-triangle {
    display: none;
  }

  .decoration .progress {
    font-size: 0.875em;
  }

  .decoration.one .progress {
    top: 50%;
  }

  #common-section .schedule .inner:first-of-type .decoration {
    display: none;
  }

  #common-section .schedule .inner .text {
    width: auto;
    border: none;
    margin: 12px 0 0;
    padding: 0;
  }

  #common-section .schedule .inner .text + .text {
    margin-top: 20px;
  }

  #common-section .schedule .inner .multi-content {
    width: 100%;
  }

  #common-section .schedule .inner .text p {
    top: 0;
    background: left top 0px no-repeat;
    font-size: 1em;
  }

  #common-section .schedule .inner .text ul {
   margin: 6px 0 0;
  }

  #common-section .schedule .inner .text ul li {
    line-height: 1.7333333333333334;
    padding-left: 17px;
  }

  #common-section .schedule .inner .text ul li::before {
    left: 2px;
  }

  #common-section .schedule .inner .text ul li + li {
    margin-top: 5px;
  }

  #common-section .schedule .inner .text ul .gray-back {
    padding: 9px 30px 9px 18px;
  }

}

/* スタンダードプランプラン活用事例 */

#common-section .practice-examples {
  margin: 65px 0 0;
}

#common-section .practice-examples ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

#common-section .practice-examples ul li {
  width: 29.629629629629626%;
  padding: 0;
}

#common-section .practice-examples ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

#common-section .practice-examples ul li::before {
  display: none;
}

#common-section .practice-examples ul li figure {
  height: 214px;
  margin: 0;
}

#common-section .practice-examples ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#common-section .practice-examples ul li p {
  line-height: 1.5;
  margin: 0;
}

#common-section .practice-examples ul li p:first-of-type {
  margin: 14px 0 0;
  color: #179F5B;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .practice-examples ul li p:last-of-type {
  margin: 3px 0 0;
  color: #000;
  font-size: 0.875em;
  transition: color .3s ease;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .practice-examples ul li a:hover p:last-of-type {
  color: #179F5B;
}

#common-section .practice-link {
  margin: 69px 0 0;
  text-align: right;
}

#common-section .practice-link a {
  position: relative;
  text-decoration: none;
  padding-right: 38px;
  color: #179F5B;
  font-size: 1.125em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .practice-link a::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25px;
  height: 25px;
  background: #179F5B;
  border-radius: 50%;
}

#common-section .practice-link a::after {
  right: 6px;
}

@media screen and (max-width: 1000px) {
  #common-section.examples {
    overflow: hidden;
    margin: 0 0 40px;
  }

  #common-section .practice-examples {
    overflow: visible;
    margin: 0 9px;
  }

  #common-section .practice-examples ul li figure {
    height: 57.07vw;
  }

  #common-section .practice-examples ul li p:first-of-type {
    font-size: 1rem;
  }

  #common-section .practice-examples ul li p:last-of-type {
    font-size: 0.9375rem;
  }

  #common-section .practice-link {
    margin: 33px 0 0;
  }

  #common-section .practice-link a {
    padding-right: 36px;
    font-size: 0.9375em;
  }
}

/*----   資料ダウンロード　バナー---*/
.shiryou_banner{
	padding: 0px 0 45px;
}
.shiryou_banner:hover {
  opacity: .8;
}
.shiryou_banner img{
	width: 80%;
	margin: -60px auto 0;
}
@media screen and (max-width: 1000px) {
	.shiryou_banner{
	padding: 0px 0 40px;
}
	.shiryou_banner img{
	width: 100%;
	margin: 0 auto;
}
}
/*----   資料ダウンロード　バナー---*/


/* 各コンバージョンエリア */

#plan-conversion {
  padding: 59px 0 70px;
  text-align: center;
}

#plan-conversion.standard {
  background: #F0FCF6;
}

#plan-conversion.trial {
  background: rgba(253, 105, 37, 8%);
}

#plan-conversion.sx {
  background: rgba(10, 151, 217, 8%);
}

#plan-conversion p {
  margin: 0;
}

#plan-conversion p:first-of-type {
  line-height: 1.8461538461538463;
  font-size: 1.625em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#plan-conversion p:last-of-type {
  line-height: 1.65;
  margin: 9px 0 30px;
}

#plan-conversion p:last-of-type .price {
  padding-bottom: 5px;
  font-size: 1.875rem;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

@media screen and (max-width: 1000px) {
  #plan-conversion {
    padding: 35px 15px 45px;
  }

  #plan-conversion p:first-of-type {
    line-height: 1.5555555555555556;
    font-size: 1.125em;
  }

  #plan-conversion p:last-of-type {
    margin: 5px 0 0;
  }
}

/* コンバージョンボタン */

.apply {
  display: block;
  margin: 25px auto 0;
  width: 417px;
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  color: #fff;
  text-decoration: none;
  font-size: 1.125em;
}

/*.apply.standard {
  background: #179F5B;
}*/

.apply.trial {
  background: #FD6925;
}

.apply.sx {
  background: #0A97D9;
}
.download_bt_last{
	position: relative;
	width: 416px;
	line-height: 64px;
	padding-right: 22px;
	  margin-right: 60px;
	text-decoration: none;
	border-radius: 64px;
}
.contact_bt_last{
	width: 416px;
	line-height: 60px;
	text-decoration: none;
	border-radius: 64px;
}
.download_bt_last:after{
    display: block;
    position: absolute;
    font-family: "FOT-UD角ゴ_スモール Pr6N B";
    content: "";
    background: url("../images/download_white.svg") no-repeat center center;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 98px;
}


@media screen and (max-width: 1000px) {
	.contact_bt_last{
		max-width: 100%;
		width: 416px;
		margin-top: 10px;
	}
	.download_bt_last{
		max-width: 100%;
		width: 416px;
		margin-right: 0;
		margin-top: 15px;
	}
	.download_bt_last:after{
		right: 17%;
	}

  /*.apply {
    width: 327px;
    height: 60px;
    line-height: 60px;
    margin: 23px auto 0;
    font-size: 1em;
  }*/
}

/* トライアルプラン */

#common-section .trial-area {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

#common-section .trial-area .course {
  width: 50%;
  padding: 21px 0 20px;
  border: 1px solid #E1E4E8;
}

#common-section .trial-area .course:last-child {
  border-left: transparent;
}

#common-section .trial-area .trial-head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 23px;
}

#common-section .trial-area .trial-head figure {
  text-align: center;
  width: auto;
  min-width: 60px;
  margin: 0;
  padding: 9px 10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(253, 105, 37, 50%);
}

#common-section .trial-area .trial-head figure figcaption {
  color: #FD6925;
  font-size: 0.625em;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .trial-area .trial-head figure img {
  width: auto;
  height: auto;
}

#common-section .trial-area .trial-head .text {
  margin-left: 20px;
}

#common-section .trial-area .trial-head .text p {
  margin: 0;
}

#common-section .trial-area .trial-head .text p:first-child {
  color: #FD6925;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .trial-area .trial-head .text p:last-child {
  line-height: 1.8;
  font-size: 0.9375em;
}

#common-section .trial-area .trial-lists ul {
  margin: 24px 20px 0;
  padding: 25px 44px 25px 20px;
  border-radius: 9px;
  background: rgba(253, 105, 37, 5%);
}

#common-section .trial-area .trial-lists ul li {
  position: relative;
  line-height: 1.625;
  padding-left: 15px;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
}

#common-section .trial-area .trial-lists ul li::before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #FD6925;
  border-radius: 50%;
}

#common-section .trial-area .trial-lists ul li + li {
  margin-top: 15px;
}

#common-section .trial-area .trial-lists ul li span {
  font-size: 0.875rem;
  font-family: "FOT-UD角ゴ_スモール Pr6N R";
}

#common-section .trial-area .course.b .trial-lists ul li + li {
  margin-top: 10px;
}

#common-section .trial-area .course.b .trial-lists ul {
  height: 169px;
}

@media screen and (max-width: 1000px) {
  #common-section.apply-flow {
    margin-bottom: 50px;
  }

  #common-section .trial-area {
    flex-direction: column;
    margin: 0 9px;
  }

  #common-section .trial-area .course {
    width: 100%;
    padding: 20px 0 11px;
  }

  #common-section .trial-area .trial-head {
    flex-direction: column;
    text-align: center;
    padding-right: 0;
  }

  #common-section .trial-area .trial-head .text {
    margin: 0;
  }

  #common-section .trial-area .trial-head .text p:first-child {
    line-height: 1.5;
    margin: 11px 0 0;
    font-size: 1em;
  }

  #common-section .trial-area .trial-head .text p:last-child {
    line-height: 1.5714285714285714;
    margin: 7px 0 0;
    font-size: 0.875em;
  }

  #common-section .trial-area .course:last-child {
    border-top: transparent;
    border-left: 1px solid #E1E4E8;
  }

  #common-section .trial-area .trial-lists ul {
    margin: 16px 11px 0 11px;
    padding: 16px 15px 21px 15px;
    border-radius: 10px;
  }

  #common-section .trial-area .trial-lists ul li {
    font-size: 0.875rem;
  }

  #common-section .trial-area .trial-lists ul li::before {
    top: 10px;
  }

  #common-section .trial-area .trial-lists ul li span {
    font-size: 0.8125rem;
  }

  #common-section .trial-area .course.b .trial-lists ul {
    height: auto;
  }
}

/* トライアル フロー */
#common-section.apply-flow .wrap {

}

#common-section.apply-flow .wrap h2 {
  margin: 45px 0 70px;
}

#common-section.apply-flow .wrap figure {
  max-width: 840px;
}

#common-section.apply-flow .wrap figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #common-section.apply-flow .wrap h2 {
    margin: 29px 0;
  }

  #common-section.apply-flow .wrap figure {
    padding: 0 9px;
  }
}

.corporate-lists {
  list-style: none;
  padding: 0;
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.corporate-lists li {
  width: 29.6296296%;
  margin: 0;
  padding: 0 !important;
  position: relative;
}
.corporate-lists li .list_item {
  display: block;
  text-decoration: none;
  color: #111;
  width: 100%;
  transition: color .3s ease;
 }
.corporate-lists li .list_item img {
  width: 100%;
  height: 196px;
  object-fit: cover;
}
.corporate-lists li a {
  cursor: pointer;
}
.corporate-lists li a:hover {
  color: #179F5B;
}
.corporate-lists li .corporate-name {
  margin:10px 0 !important;
  font-weight: bold;
  min-height: 58px;
  line-height: 1.8 !important;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
 }
.corporate-lists li .corporate-name span {
  color: #179F5B;
}
.corporate-lists li .corporate-text {
  margin: 0 !important;
  line-height: 1.8 !important;
}
@media screen and (max-width: 1000px) {
  /* 実践企業 */
  .corporate-lists {
    margin: 0 !important;
    width: 100%;
    flex-direction: column;
  }
  .corporate-lists li {
    width: 100%;
    margin: 0;
  }
  .corporate-lists li:after {
    display: none;
  }
  .corporate-lists li + li {
    margin-top: 30px;
  }
  .corporate-lists li .list_item img {
    width: 100%;
    height: auto;
  }
}

/* アンカー */
#common-section ul.anchor_list{
  display: -webkit-flex;
  display: -ms-flex;
  margin: 25px 0;
}
#common-section ul li.anchor_item{
  width: 100%;
  padding: 0;
  border: solid 1px #E1E4E8;
}
#common-section ul li.anchor_item a{
  color: #111;
  text-decoration: none;
  text-align: center;
  padding: 25px 0 40px;
  line-height: 1.6;
  display: block;
  background: url("../images/plan_arrow.png")center 80% no-repeat;
  background-size: 16px;
  transition: all 0.3s ease;
}
#common-section ul li.anchor_item a:hover{
  background: url("../images/plan_arrow.png")center 85% no-repeat;
  background-size: 16px;
}
@media screen and (max-width: 1000px){
  #common-section ul.anchor_list{
    display: none;
  }
}





/* 231009追記 */
#common-section ul li:before{
  display: none;
}

/* 詳細 - プラン一覧 */

.detailblock{
  margin: 40px 0 0;
  padding:0 40px 30px 20px;
  border: solid 1px #E1E4E8;
  border-top: solid 5px #0A97D9;
}
.detailsubblock_wrap{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 40px;
}
.detailsubblock_inner{
  margin: 20px 0;
  padding: 30px 10px 30px 100px;
  border-radius: 10px;
  background: #F0FAFF;
  width: 48%;
  position: relative;
}
.detailsubblock_title{
  color: #0A97D9;
  display: block;
  margin: 0 !important;
}
.detailsubblock_inner_text{
  font-size: 0.9375em;
  margin: 10px 0 0 !important;
  line-height: 1.7 !important;
}
.detailsubblock_title_icon{
  margin: 0 10px 0 0;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 25px;
  top: 25px;
}
#common-section ul.detailsubblock_list{
  margin: 10px 0 0;
}
.detailsubblock_item{
  position: relative;
  font-size: 0.9375em;
}
#common-section ul li.detailsubblock_item:before{
  content: '・';
  display: block;
  left: 7px;
}
.detailsubblock_sample{
  font-size: 1.125em;
}
.seminar_sample_img{
  max-width: calc(100% - 80px);
  margin: 15px 0 15px 40px;
}
.detailblock_conversion{
  margin: 30px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.detailblock_conversion .btn{
  font-size: 0.935em;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 64px;
  margin-right: 60px;
}
.sp_click{
  display: none;
}


/* 金額部分 */
.price-section {
  position: relative;
  padding: 46px 0 36px;
}

 .price-section p:first-of-type {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  color: #0A97D9;
}

.price-section h3 {
  margin: 0 40px;
  color: #0A97D9;
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 2.25rem;
}

.price-section p:last-of-type {
  margin: 4px 0 0;
  font-size: 0.8125em;
}

.price-section .price {
  font-family: "FOT-UD角ゴ_スモール Pr6N B";
  font-size: 1.875rem;
}

.price-section_btn {
  position: absolute;
  display: block;
  text-decoration: none;
  top: 50px;
  right: 0;
  width: 180px;
  height: 54px;
  line-height: 54px;
  background: #0A97D9;
  color: #fff;
}
.price-section_btn.for-sp{
  display: none;
}

.price-section p:first-of-type {
  color: #0A97D9;
}

.price-section h3 {
  font-size: 1.875rem;
  color: #0A97D9;
}

@media screen and (max-width: 1000px){
  .detailblock{
    margin: 20px 0 50px;
    padding: 20px;
    position: relative;
  }
  .detailsubblock_wrap{
    display: block;
    padding: 0;
  }
  .detailsubblock_inner{
    width: 100%;
    margin: 10px 0;
    padding: 20px 9px;
  }
  .detailsubblock_title_icon{
    margin: 0 10px 0 0;
    position: static;
    display: inline-block;
    width: 33px;
    height: 33px;
    left: auto;
    top: auto;
  }

  #common-section ul.detailsubblock_list{
    margin: 10px 9px 0;
  }
  #common-section ul li.detailsubblock_item{
    padding-left: 15px;
  }
  #common-section ul li.detailsubblock_item:before{
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #0A97D9;
    display: block;
    left: 0;
    top: 15px;
  }

.price-section {
  text-align: center;
  padding: 0;
}
.price-section>.price-section_btn{
  display: none;
}
.price-section_btn.for-sp{
  display: block;
}
.price-section p:first-of-type {
  line-height: 1.4;
  font-size: 0.9375em;
}

.price-section p:last-of-type {
  line-height: 1.5;
  margin: 0;
  padding: 13px 0 0;
  border-top: 1px solid #E1E4E8;
  font-size: 0.8125em;
}

.price-section h3 {
  margin: 4px 0 17px;
  font-size: 1.5em !important;
}

.price-section .price {
  display: inline-block;
  margin: 0 0 2px;
  font-size: 1.625rem;
}
.price_hosoku{
  text-align: left;
  display: block;
  font-size: 0.75em !important;
  line-height: 1.4 !important;
  margin: 0 0 10px;
}
.seminar_sample_img{
  max-width: 100%;
  margin: 15px 0 15px 0;
}
.price-section_btn {
  position: relative;
  top: 0;
  width: 200px;
  margin: 19px auto 0;
}


  .sp_click{
    display: block;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
    width: 120px;
    font-size: 13px !important;
    text-align: center;
    background: #E1E4E8;
    border-radius: 0 0 10px 10px;
  }
  .sp_click_span img,.sp_click_span span{
    vertical-align: middle;
  }
  .sp_click_span img{
    margin: 0 10px 0 0;
  }
  .sp_click_span.close{
    display: none;
  }
  .hidden{
    display: none;
  }
}
