/*@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");
@import url(https://fonts.googleapis.com/css?family=Bitter);*/
* {
  margin: 0px;
  padding: 0px;
  /*font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;*/
}


html {
  overflow-x: hidden;
}
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  color: #ffffff;
  font-size: 20px;
  margin: 250px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	
/*  width: 50px;
  height: 50px;
  margin: 250px auto;
  background-color: #B5FCEA;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;*/
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/*-----*/
.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*-----*/


.mv-inner h1 {
    color: #000000;
    font-size: 6.0rem;
	line-height: 4.3rem;
	letter-spacing: 2.0rem;
	font-family: 'dotgothic16', sans-serif !important;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 42px;
	display: inline-block;
	/*text-shadow: 1px 3px 0px rgb(255 255 255);*/
  }
.l01 {
	font-family: 'dotgothic16', sans-serif !important;
	font-weight: 400;
	font-style: normal;
    color: #ffffff;
  }
.l02 {
	font-family: 'dotgothic16', sans-serif !important;
	font-weight: 400;
	font-style: normal;
    color: #ffffff;
    font-size: 3.0rem;
    letter-spacing: 1rem;
  }
.l03 {
    margin: 0 auto !important;
  }

.fluffy {
  animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

h2 {
	color: #353535;
	font-weight: 700;
	line-height: 4.0rem;
	font-family:'Hiragino Kaku Gothic W6 JIS2004'!important;
}
h3,h4,h5,a{
	font-family:'Hiragino Kaku Gothic W6 JIS2004'!important;
}

dt {
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}
p,dd {
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}

a {
  color: #005eab;
}

a:hover {
  text-decoration: underline;
  color: #0d71d8;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.mv-inner p.sub {
    font-size: 1.1rem;
  }

/*=== 矢印が動いてスクロールを促す↓  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:4%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }
@keyframes arrowmove992{
      0%{bottom:20%;}
      50%{bottom:23%;}
     100%{bottom:20%;}
 }
@keyframes arrowmove767{
      0%{bottom:44%;}
      50%{bottom:47%;}
     100%{bottom:44%;}
 }
@keyframes arrowmove575{
      0%{bottom:17%;}
      50%{bottom:21%;}
     100%{bottom:17%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	/*position: absolute;*/
	left:-20px;
	bottom: 30px;
    /*テキストの形状*/
	color: #353535;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 2px;
    height: 20px;
    background: #353535;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:2px;
	height: 88px;
	background:#353535;
}
/*=== 矢印が動いてスクロールを促す↑  ====*/

/*―――――――――h2見出し+▼―――――――――*/
.title-01 {
  position: relative;
  color: #ffffff;
  text-align: left;
  padding: 0px 0 10px;
  margin: 0;
  max-width: 1140px;
	margin: 0 auto;
	font-size: 2.3rem;
}
.title-01-line {
	border-left: solid 2px #ffffff;
    padding: 0 0px 0 14px;
}
.title-01-sub {
	font-size:1.2rem;
	font-weight: 600;
}
.title-02 {
  position: relative;
  color: #000000;
  text-align: left;
  padding: 0px 0 10px;
  margin: 0;
  max-width: 1140px;
  margin: 0 auto;
	font-size: 2.3rem;
}
.title-02-line {
	border-left: solid 2px #000000;
  padding: 0 0px 0 14px;
}

@media screen and (max-width: 575.98px) {
	.title-01 {
		font-size: 1.8rem;
	}
	.title-02 {
		font-size: 1.8rem;
	}
}

/*―――――――――h2見出し+▼―――――――――*/


/*---タグ風見出し01▼---*/
.tag01 {
  position: relative;
  display: block;
  height: 32px;
  width: fit-content;
  margin: -20px 0 20px 0px;
  padding: 0.2rem 1rem 0rem 1rem;
  color: #fff;
  background: #000000;
  font-size: 1.4rem;
}

.tag01:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: '';
  border-width: 16px 20px 16px 5px;
  border-style: solid;
  border-color: transparent #000000 transparent transparent;
}

.tag01:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -6px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
/*---タグ風見出し01▲---*/

/*---タグ風見出し02▼---*/

.tag02-main {
    transform: rotate( -8deg );
    margin: -48px 0 0px -200px;
}
/*.tag02-main:before {
    top: 34px;
    left: 0px;
    content: 'for.';
    font-size: 1.8rem;
}
*/

.tag02text{
	margin: 0 200px 18px 0px;
	font-size: 2.0rem;
	transform: rotate( -8deg );
}
.tag02 {
    position: relative;
    display: inline-block;
    height: 53px;
    width: fit-content;
    margin: 24px 0px 20px 30px;
    padding: 0.4rem 2rem 0.4rem 2rem;
    color: #fff;
    background: #000000;
    font-size: 1.8rem;
    text-align: center;
}
.tag02:before {
	position: absolute;
    top: 0px;
    left: -24px;
    content: '';
    border-width: 27px 21px 26px 4px;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
}

.tag02:after {
  position: absolute;
  top: calc(50% - 4px);
  left: -6px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
/*---タグ風見出し02▲---*/



/*---h2まわり▼---*/
.main-title01 {
	text-align: center;
    margin: 0px 0 0px 0;
    padding: 60px 30px 24px;
}

.sub_pickup {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 0 0 -4px 0;
	color: #353535;
}
h2.h2_pickup {
	font-size: 2.2rem;
}

/*
.icon-light::after {
	content: url("../images/cp0006_img-04.png");
  	display: inline-block;
  	width: 50px;
  	height: 50px;
  	background-size: contain;
  	vertical-align: middle;
}
*/
/*---h2まわり▲---*/

/*---h3まわり▼---*/
.sub-title-01 {
  position: relative;
  letter-spacing: 0.5rem;
  line-height: 2.7rem;
}
.sub-title-01:before,.sub-title-01:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #631771;
  border-radius: 0px;
  transform: rotate(-40deg);
}
.sub-title-01:before {
  left: 0%;
  top: 0%;
}
.sub-title-01:after {
  bottom: 0%;
  right: 0%;
}

.main-title-icon {
	position: absolute;
	margin: -106px 0 0px 10px;
}

.main-title-icon02 {
    display: block;
    margin: 0 auto 56px;
	z-index: 100;
}

/*---h3まわり▲---*/


span.anl {
	display: inline-block;
}

.features-image-575 {
	display: none;
}
.br575 { 
	display: none !important;
}
.br576-768 { 
	display:none !important;
}
.br768 { 
	 display: none !important;
}
.br768-991 { 
	 display: none !important;
}
.br768-991-none { 
    display: block !important;
}	
.br991 { 
	 display: none !important;
}
.br-992-1200 {
	 display: none !important;	
}
.br1200 { 
	 display: none !important;
}
.br1200-1300 {
	 display: none !important;
}
.br1200only { 
	 display: none !important;
}
.entry-btn {
  color: #ffffff !important;
  font-size: 19px;
  font-weight: 700;
  background: #d01b27;
  width: 500px;
  max-width: 100%;
  padding: 20px !important;
}

.seminar-btn:hover {
  background: #FC5D28;
  text-decoration: none;
}

.seminar-btn {
  color: #353535 !important;
  font-size: 19px;
  font-weight: 700;
  background: #6DD2B8;
  width: 500px;
  max-width: 100%;
  border: 4px #353535 solid;
  border-radius: 10px;
}

.seminar-btn:hover {
  background: #83E1C9;
  text-decoration: none;
}

.seminar_img {
	max-width: 360px;
    height: auto;
}


.entry-outer {
  padding: 80px 15px;
  margin: 0px 0 0px 0;
/*  background-image: url(../images/img_0011_creator_00.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,1.0);
}
/*
.features-outer + .entry-outer {
	margin-top: 140px;
}
*/

/*----------entry----------*/
.entry-btn-first,
.entry-btn-last {
  font-size: 18px;
  color: #ffffff !important;
  font-weight: 700;
  background: #F8460E; 
  width: 386px;
  max-width: 100%;
  padding: 20px;
  /*margin: 20px 0 0 0;*/
  margin: 0px 0 0 0;
}
.entry-btn:hover,
.entry-btn-first:hover,
.entry-btn-last:hover{
  background: #F26234;
  text-decoration: none;
}
p.entry_sub {
	font-size:1.0rem;
	color:#ffffff;
	font-weight:600;
  letter-spacing: 5.0px;
}
.entry_sub_ec {
  color:#F8460E;
}

@media (max-width: 1199.98px) {
	.entry-btn-first,
	.entry-btn-last {
  		padding: 20px;
	}
}

@media screen and (max-width: 991.98px) {
	.entry-btn-first,
	.entry-btn-last {
  		font-size: 16px;
  		width: 388px;
    	max-width: 100%;
    	padding: 20px !important;
    	margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 575.98px) {
	
  .entry-btn-first,
  .entry-btn-last {
		padding: 20px 0 !important;
    width: 300px;
    max-width: 100%;
    margin: 0px 0 4px 0;
    white-space: break-spaces;
    line-height: 1.2;
	}
  .entry-btn {
		padding: 28px !important;
    margin: 0 auto;
    width: 92%;
    white-space: break-spaces;
    line-height: 1.2;
  }
}


/*5繧ｫ繝ｩ繝�螳夂ｾｩ*/
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*===========もっと読む↓===========*/
.textlink01 a {
	padding-right: 32px;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}
.textlink02 a {
	padding-right: 32px;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}
.textlink01 a:hover {
	text-decoration: none;
}
.textlink02 a:hover {
	text-decoration: none;
}
.textlink01 a::before {
	content: '';
	position: absolute;
	top: calc(97% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink02 a::before {
	content: '';
	position: absolute;
	top: calc(95.5% - 4px);
	right: 32px;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink03 a::before {
	content: '';
	position: absolute;
	top: calc(97% - 4px);
	right: 0;
	transform: rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink01 a::after {
	content: '';
	position: absolute;
	top: 97%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink02 a::after {
	content: '';
	position: absolute;
	top: 95.5%;
	right: 32px;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink03 a::after {
	content: '';
	position: absolute;
	top: 95.5%;
	right: 32px;
	transform: translateY(-50%);
	width: 40px;
	height: 1px;
	background-color: #e2c40b;
}
.textlink01 a:hover::before {
	background-color: #fcdb10;
  text-decoration: none;
}

.textlink01 a:hover::after {
	background-color: #fcdb10;
    text-decoration: none;
}
/*===========もっと読む↑===========*/
/* ==========================================================================================================
										MAINVISUAL
   ========================================================================================================== */
#mv-wrapper {
    height: 39vw;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
	overflow: hidden;
}
#mv-wrapper::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background: repeating-linear-gradient(0deg,rgb(0 0 0 / 50%), rgb(0 0 0 / 50%) 2px,transparent 0, transparent 4px),url(../images/img_0017_mv_00_01.webp);
   background-color: #000;
   background-size: cover,cover;
   background-position: center;
   background-repeat: no-repeat;
   -webkit-animation: zoom 20s 1;
   animation: zoom 20s 1;
   animation-fill-mode: infinite;
}
#mv-wrapper img.main-massage {
  width: 60vw;
  position: absolute;
  left: 0;
  top: 12vw;
}
@keyframes zoom {
50% { transform: scale(1.2)}
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mv-wrapper .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1399.98px) {
	#mv-wrapper {
  		height: 46vw;
	}
  #mv-wrapper img.main-massage {
    width: 66vw;
    top: 18vw;
  }
}
@media screen and (max-width: 1199.98px) {
	#mv-wrapper {
  		height: 54vw;
	}
  #mv-wrapper img.main-massage {
    width: 70vw;
    top: 24vw;
  }
}
@media screen and (max-width: 767.98px) {
	#mv-wrapper {
    height: 76vw;
	}
	#mv-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 154%;
    background: repeating-linear-gradient(0deg,rgb(0 0 0 / 50%), rgb(0 0 0 / 50%) 2px,transparent 0, transparent 4px),url(../images/img_0017_mv_00_l.webp);
		background-color: #000;
    background-size: cover,cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 20s 1;
    animation: zoom 20s 1;
    animation-fill-mode: infinite;
	}	
	@keyframes zoom {
		50% { transform: scale(1.1)}
	}
  #mv-wrapper img.main-massage {
    width: 70vw;
    top: 48vw;
  }
}

@media screen and (max-width: 575.98px) {
  #mv-wrapper {
    	height: 136vw;
  }
  #mv-wrapper::before {
    height: 100%;
	}	
  #mv-wrapper img.main-massage {
    width: 109vw;
    top: 92vw;
  }
}

.main-navbar-nav .navbar-brand {
  padding-top: 5px;
  position: relative;
}

.main-navbar-nav {
  position: fixed;
  width: 100%;
  height: 90px;
  color: #353535 !important;
  background: rgba(0,0,0,0.8);
  z-index: 1000;
}
.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #234197 !important;

}
.main-navbar-nav .active {
	color: #fff !important;
	opacity: 1 !important;
}
.main-navbar-nav a {
	color: #ffffff !important;
	font-size: 0.8rem;
	font-family: 'Hiragino Kaku Gothic W4 JIS2004' !important;
}
.main-navbar-nav p {
	margin: 0px 0 -4px 12px;
}

.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 35px;
  font-size: 14.5px;
}
.main-navbar-nav .img-fluid {
  width: 500px;
}
.social-icons-header i {
  margin: 15px;
  font-size: 20px;
}

.social-icons-header a:hover i {
  text-decoration: none;
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.mv-inner > .mv-inner {
  max-width: 800px;
  margin: 10px 0;
}

.catch_position {
	display: grid;
}


@media screen and (max-width: 767.98px) {
	.br768.catch_position {
    	margin: 20px 0 0 0px;
	}
}

entry-btn-first {
    line-height: 2em;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.text-position {
    top: 38%;
    position: absolute;
    /*text-align: center;*/
}
h1.ml-10 {
	margin-left: 100px;
}

/* ==========================================================================================================
										mv-bottom
   ========================================================================================================== */

.mv-bottom {
	background:#000000;
	padding: 40px 0;
	text-align: center;
}
.mv-bottom-left {
    margin: 0px 0 0 50px;
}
.mv-bottom-right {
	text-align: right;
    margin: -120px 60px 0 0;
}
.mv-bottom-img-01 {
    margin: -50px -10px -30px;
}

@media screen and (max-width: 991.98px) {
  .scrolldown4{
      /*描画位置※位置は適宜調整してください*/
    position:absolute;
    bottom:1%;
    right:4%;
      /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove992 1s ease-in-out infinite;
  }
  .mv-bottom {
    padding: 40px 0;
  }
  .mv-bottom-left {
      margin: 0px 0 0 0px;
  }
  .mv-bottom-right {
    text-align: right;
      margin: -79px 36px 0 0;
  }
  .mv-bottom-img-01 {
      margin: -20px -10px -30px;
    width: 216px;
      height: auto;
  }
  .mv-bottom-img-02 {
      width: 644px;
      height: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .scrolldown4 {
      right: 4%;
      animation: arrowmove767 1s ease-in-out infinite;
  }
  .mv-bottom-img-01 {
    height: 310px;
  }
  .mv-bottom-left {
      margin: 0px 0 0 -6px;
    padding: 26px 0 0 0;
  }
  .mv-bottom-right {
    text-align: right;
      margin: -74px 0px 0 -46px;
  }
  .mv-bottom-img-01 {
      margin: -10px -20px -30px;
    width: 186px;
      height: auto;
  }
  .mv-bottom-img-02 {
      width: 580px;
      height: auto;
  }
}

@media screen and (max-width: 575.98px) {
  .scrolldown4 {
    animation: arrowmove575 1s ease-in-out infinite;
  }
  .mv-bottom {
	height: 100%;
	padding: 40px 0;
  }
  .mv-bottom-left {
	padding: 0px 0 0 0;
  }
  .mv-bottom-right {
	text-align: right;
    margin: -20px 0px 0px 0px;
    padding: 0 0 10px 0;
  }
  .mv-bottom-img-01 {
    margin: -24px 0px 0px 0;
    width: 30%;
  }
  .mv-bottom-img-02 {
    width: 93%;
  }
}


/* ==========================================================================================================
										mc-sns
   ========================================================================================================== */

.mc-sns {
    margin: 0 auto;
    padding: 24px 0 1px;
    background-color: #343434;
}
.shareBlock-list {
    zoom:1;
	list-style-type: none;
}
.shareBlock-list:after {
    display: table;
    clear: both;
    content: ''
}
.shareBlock-list:before {
    display: table;
    content: ''
}
.shareBlock-list>li {
    display: inline-block;
    vertical-align: top;
}
.shareBlock-list>li+li {
    margin-left: 6px;
}
.shareBlock-list>li.shareFB .fb_iframe_widget span {
	vertical-align: top !important;
}
*+.shareBlock-list {
    margin-top: 30px
}

/* ==========================================================================================================
										 introduce
   ========================================================================================================== */

#introduce {
  height: auto;
  width: 100%;
  padding: 50px 0 50px;
  overflow: hidden;
  background: linear-gradient(#030303, #005EAB);
  color: #ffffff;
  text-align: center;
}
#introduce h2 {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 575.98px) {
  #introduce {
    padding: 50px 12px 50px;
    text-align: left;
  }
}

/* ==========================================================================================================
										 message
   ========================================================================================================== */
.message {
	width: 100%;
    height: auto;
    padding: 30px 0;
  	background: url(../images/img_0013_ca-support_00.jpg) no-repeat fixed center 30%;
 	background-size: cover;
    padding: 80px 0 80px;
    margin: 0px 0 0px 0;
    background-color: #343434;
}
.message-main {
	opacity: 0.97;
    max-width: 560px;
    margin: 0 auto 80px;
    padding: 50px 40px 50px;
    background: rgba(255,255,255,0.6);
}
.message-title {
    position: relative;
    color: #ffffff;
    text-align: left;
    padding: 0px 0 10px;
    max-width: 1140px;
	font-size: 4.8rem;
    line-height: 7rem;
}
.message-text {
	color: #333;
	/*border-bottom: solid 1px #f0f0f0;*/
    font-size: 16px;
    letter-spacing: 2.2pt;
    padding: 0px 0 4px;
    text-align: left;
}
.message-text-last {
	color: #005EAB;
    /* border-bottom: solid 1px #f0f0f0; */
    font-size: 23px;
    line-height: 50px;
    letter-spacing: 6.0pt;
    padding: 0px 0 4px;
    text-align: left;
}
.message-logo {
	text-align: center;
	margin: 0 auto 0;
	padding: 30px 0 0;
}
.message-logo01 {
	width:40%;
	height: auto;
}
.message-img {
	margin: 40px auto 0;
    text-align: center;
}
.message-img01 {	
	width: 34%;
	height: auto;
}


@media screen and (max-width: 991.98px) {
	.message-title {
		font-size: 3.9rem;
    	line-height: 6rem;
	}
	.message-text {
		font-size: 16px;
		padding: 0px 0 4px;
	}
	.message-logo {
		text-align: center;
		margin: 0 auto 0;
		padding: 30px 0 0;
	}
	.message-logo01 {
		width:44%;
		height: auto;
	}
	.message-img01 {	
		width: 42%;
		height: auto;
	}
}

@media screen and (max-width: 767.98px) {
	.message-main {
		max-width: 520px;
		margin: 0 auto 80px;
		padding: 50px 20px 50px;
	}
	.message-title {
	    font-size: 3.0rem;
    	line-height: 5rem;
	}
	.message-text {
		font-size: 15px;
    	letter-spacing: 1.8pt;
    	padding: 0px 0 4px;
	}
	.message-logo {
		text-align: center;
    	margin: 0 auto 0;
    	padding: 22px 0 16px;
	}
	.message-logo01 {
		width:46%;
		height: auto;
	}
	.message-img {
		margin: 40px auto 0;
    	text-align: center;
	}
	.message-img01 {	
		width: 54%;
		height: auto;
	}
}

@media screen and (max-width: 575.98px) {
	.message {
		background: url(../images/img_0013_ca-support_00_sp.jpg) no-repeat;
		background-size: cover;
		padding: 60px 0 60px;
		margin: 0px 0 0px 0;
		background-color: #343434;
	}
	.message-main {
		max-width: 320px;
		margin: 0 auto 80px;
		padding: 50px 20px 30px;
	}
	.message-title {
	    font-size: 1.9rem;
    	line-height: 3.5rem;
		padding: 0px 0 0px;
	}
	.message-text {
    	font-size: 15px;
    	letter-spacing: 0.8pt;
    	padding: 0px 0 0px;
    	margin-bottom: 10px;
	}
	.message-text-last {
		font-size: 20px;
		line-height: 2.0rem;
		letter-spacing: 3pt;
	}
	.message-logo {
		text-align: center;
    	margin: 0 auto 0;
    	padding: 22px 0 16px;
	}
	.message-logo01 {
		width:64%;
	height: auto;
	}
	.message-img {
		margin: 40px auto 0;
    	text-align: center;
	}
	.message-img01 {	
		width: 54%;
		height: auto;
	}
}

@media screen and (max-width: 320px) {
	.message-title {
	    font-size: 1.8rem;
    	line-height: 3.5rem;
		padding: 0px 0 0px;
	}
	.message-text {
    	font-size: 15px;
    	letter-spacing: -0.5pt;
    	padding: 0px 0 0px;
	}
}
	
/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */

.advantages-outer {
  height: auto;
  width: 100%;
  padding: 30px 0 0px;
  overflow: hidden;
  background: linear-gradient(#D1EBF3, #505A5D);
}
.advantages-outer small {
	font-size: 63%;
}
.advantages-outer .advantages-grid-columns {
	display: flex;
	justify-content: center;	
}
.advantages-outer .advantages-grid-columns title-01 {
	flex-direction: column;
    border: 3px #ffffff solid;
}
.advantages-box {
    padding: 40px 0px 0px;
}
.advantages-outer .large {
	font-size: 140%;
}
.advantages-outer .red {
	color: #FF182B;
}
.advantages-outer .text-small01 {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .advantages-box {
    padding: 56px 0px 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .advantages-outer .second-title {
    margin-top: 60px;
  }
  .advantages-box {
    padding: 50px 0px 0px;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages-box {
    padding: 20px;
  }
  .advantages-box h3 {
    font-size:1.1rem;
  }
}

@media screen and (max-width: 575.98px) {
  .advantages-outer {
    padding: 40px 0px 0px;
  }
  .col-half{
	  display: inline-block;
    padding: 0px 20px 0px 0px;
  }
  .advantages-outer .span-perfect {
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .advantages-outer .text-small01 {
    vertical-align: -webkit-baseline-middle;
    margin-top: 0px;
  }
}

.lead {
  font-size: 1.1rem;
	font-weight: 700;
}
.seminar_loop{
  margin: 90px 0;
}
.seminar_loop li {
  width: 318px;
  height: auto;
  margin:0 0.5%;
  display:inline-block;
  overflow: hidden;
}
.seminar_loop li img{
  width: 100%;
  margin:0 0.5%;

}
.loop_wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  left: 60%;
  margin-left: -90vw;
  overflow: hidden;
}
ul.seminar_tab {
	display: inline-block !important;
	text-align: left;
	margin: 0 auto;
}
li.seminar_tab_01 {
	background-color: #439580;
    background-image: repeating-linear-gradient(-45deg ,#4ca58e, #4ca58e 4px,transparent 0, transparent 8px);
    color: #fff;
    width: 100% !important;
    border-radius: 4px 18px 18px 4px;
    border-left: 4px solid #fcdb10;
    padding: 8px 4px 5px;
    font-size: 0.8rem;
	display: block;
}

@media (-ms-high-contrast: none) {
	*::-ms-backdrop, .loop_wrap {
		width: auto;
	}
}

.loop_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
  }

@media (min-width: 992px) {
  .loop_wrap ul {
    width: 100%;
  }
}

.loop_wrap li {
  display: inline-block;
  width: calc(100vw / 5);
  margin: 0 1px 0 1px;
  font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
  list-style: none;
  text-align: center;
}
.loop_wrap li span {
  display: block;
}
.loop_wrap li img {
  display: block;
  width: 100%;
  height: auto;
}
.loop_wrap ul:first-child {
  -webkit-animation: loop 70s -35s linear infinite;
  animation: loop 70s -35s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.loop_wrap ul + ul {
  -webkit-animation: loop2 70s  linear infinite;
  animation: loop2 70s linear infinite;
}

  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

.text-wrap {
  width: 100%;
  height: 100%;
  display: block;
  margin: 50px auto;
}
.occupation-outer {
  margin-top: 20px;
  border: 1px solid #631771;
  padding: 20px;
  text-align: center;
}
.occupation-outer h3 {
  color: #631771;
  font-size: 1.4rem;
}
.occupation-outer p {
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .occupation-outer p {
    text-align: left;
  }
}
.hide-text {
  display: none;
}
button.readmore {
  position: relative;
  height: 80px;
  width: 90px;
  margin: 40px auto;
  display: block;
  background-color: transparent;
  color: #666;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.readmore::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #666;
  border-right: solid 3px #666;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 28px;
  top: 25px;
  transition: .5s;
  -erbkit-transition: .5s;
}
button.readmore:hover::after {
  top: 40px;
  text-decoration: none;
}
.on-click {
  color: transparent!important;
}
.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
/*＝＝求人をもっと見る＝＝*/

/* ==========================================================================================================
										Pickup
   ========================================================================================================== */

.main-title_section1 { 
  background-image: url(../images/img_0011_creator_00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  background-color: rgba(0,0,0,0.7);
  /* width: 100%; */
  /* height: auto; */
  padding: 30px 0 1px;
}
.main-title_pickup {
	margin: 30px 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
	text-align: left;
	color: #000000;
}
.pickup-bk-left {
    position: relative;
    color: #111;
    margin: 0 30px 50px 0;
    background: rgba(222, 239, 245, 0.8);
}
.pickup-bk-right {
    position: relative;
    color: #111;
    margin: 0 0 80px 30px;
    background: rgba(222, 239, 245, 0.8);
}
.pickup-bk-right p.small_right {
  font-size: 0.67rem;
  float: right;
  color: #becbd0;
  margin: 14px;
}
.pickup_box {
	width:100%;
	height: auto;
	padding: 26px;
	margin: 0px auto;
}
.pickup01_right {
	padding-left:36px;
}
.pickup_img {
    width:100%;
}
p.pickup_name01 {
	font-size: 1.3rem;
    margin: 0.6rem 0;
}
.pickup_name01-01 {
	font-size: 1.0rem;
    margin-left: 5px;
}
ul.tab_pickup_ul {
	display: flex;
	margin: 0 auto;	
}
li.tab_pickup_li {
  color: #fff;
  background-color: #439580;
  background-image: repeating-linear-gradient(-45deg ,#4ca58e, #4ca58e 4px,transparent 0, transparent 8px);
  border-radius: 4px 18px 18px 4px;
  border-left: 6px solid #fcdb10;
  padding: 11px 6px 8px;
  font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
  font-size: 0.9rem;
  display: block;
  flex: 0 0 31.333333%;
  max-width: 33.333333%;
}
li.tab_pickup_li + li.tab_pickup_li {
    margin-left: 19px;
}
.voice-outer {
	width: 100%;
    padding: 10px 0px;
    margin-bottom: 20px;
}
h4.voice-title {
	font-size: 1.4rem;
	color: #439580;
	font-weight:700;
	margin-left: 10px;
}
.voice-balloon {
	width: 100%;
  margin: 20px 0;
  overflow: hidden;
  padding: 10px 90px 0;
  /*display: flex;*/
	display: block;
}
.voice-faceicon {
  float: left;
  width: 10%;
}
.voice-chatting {
	/*width: 80%;
     text-align: left; 
    display: table;
     width: 100%;
    margin: 10px 0 10px 20px;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'; */
  display: table;
  width: 84%;
  font-family: 'Hiragino Kaku Gothic W4 JIS2004';
  float: right;
}
.voice-says {
	position: relative;
  margin: 10px 0 0 0px;
  padding: 30px;
  width: 100%;
  height: 108px;
  border-radius: 12px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  border: 2px solid #ffffff;
  display: table-cell;
  vertical-align: middle;
}
.voice-says:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -24px;
  border: 7px solid transparent;
  border-right: 17px solid #ffffff;
  -webkit-transform: rotate(35deg);
  transform: rotate(0deg);
}
.voice-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: -20px;
  border: 8px solid transparent;
  border-right: 20px solid #ffffff;
  -webkit-transform: rotate(35deg);
  transform: rotate(0deg);
}
.voice-says p {
	margin-bottom: 0;
}
.example-outer {
  width: 100%;
  height: auto;
  padding: 0px;	
/*  padding: 70px;*/
}
.example-outer-inner {
  background-color: #ffffff;
  position: absolute;
  z-index: 1000;
}
.example-list-company {
  border: 4px solid #13a8c2 !important;
  z-index: 50;
}
.example-list-company > li {
  list-style-type: none;
  border-right: 1px solid #d5d8da !important;
  border-bottom: 1px solid #d5d8da !important;
  z-index: 100;
}
.example-list-company > li > img {
  z-index: 100;
}
.example-list-company > li.col-md-15 > span {
	display: block;
	margin: 5% 0;
	padding: 0 2%;
	height: 100%;
	text-align: center;
	z-index: 100;
}
.creatorBlock-case-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.creatorBlock-case-table>.item:not(:last-child) {
  padding-right: 24px;
}
.creatorBlock-case-table>.item {
  display: table-cell;
  vertical-align: middle;
}
.creatorBlock-case-summary.is-previous {
  background-color: #ffffff;
}
.creatorBlock-case-summary {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.creatorBlock-case-summary>.item-dt.is-previous {
  background-color: #555555;
	color: #ffffff;
}
.creatorBlock-case-summary>.item-dt {
  font-weight: 700;
  display: table-cell;
  width: 4em;
  padding: 16px 8px;
  text-align: center;
  vertical-align: middle;
}
.creatorBlock-case-summary>.item-dd {
	font-size: 0.9rem;
  letter-spacing: -0.4px;
  display: table-cell;
  padding: 16px 0.5em;
  text-align: left;
}
.creatorBlock-case-summary.is-present {
  background-color: #ffffff;
}
.creatorBlock-case-summary {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.creatorBlock-case-table>.item+.item:after {
  position: absolute;
  top: 110px;
  bottom: 0;
  left: 338px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border: 5px solid transparent;
  border-left-color: #000000;
}
.creatorBlock-case-summary>.item-dt.is-present {
  background-color: #005EAB;
	color: #ffffff;
}
.creator_pickup_img {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .main-title_pickup {
	  margin: 26px 0;
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .pickup_box {
    padding: 20px;
  }
  .pickup01_right {
	  padding-left: 15px;
  }	
  .voice-balloon {
    padding: 0 90px;
  }
  .voice-faceicon {
    float: left;
    width: 10%;
  }
  .voice-chatting {
    width: 82%;
  }
  .creatorBlock-case-summary>.item-dd {
	  font-size: 0.8rem;
    letter-spacing: -0.4px;
    padding: 16px 0.5em;
  }
  .creatorBlock-case-summary>.item-dt {
    width: 2em;
    padding: 13px 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
  }
  .creatorBlock-case-table>.item+.item:after {
    top: 114px;
    bottom: 0;
    left: 282px;
  }
}

@media screen and (max-width: 991.98px) {
  .pickup_img {
    width: 36%;
  }
  li.tab_pickup_li + li.tab_pickup_li {
	  margin-left: 18px;
  }
  .voice-balloon {
    padding: 0 30px;
  }
  .voice-faceicon {
    width: 10%;
  }
  .voice-chatting {
    width: 78%;
  }
  .voice-says {
    padding: 20px;
  }	
  .creatorBlock-case-table>.item+.item:after {
    top: 114px;
    bottom: 0;
    left: 312px;
  }
  .creator_pickup_img {
    width: 70%;
	margin: 10px auto;
  }
}

@media screen and (max-width: 767.98px) {
  .main-title_pickup {
    margin: 35px 0;
    font-size:1.3rem;
    line-height: 2.2rem;
    font-weight: 600;
  }
  ul.tab_pickup_ul {
    display: table;
    margin: 4px auto 30px;
  }
  li.tab_pickup_li {
	  flex: 0 0 31.333333%;
    max-width: 33.333333%;
	  display: inline;
    vertical-align: middle;
    padding: 12px 10px 9px;
    letter-spacing: -0.9px;
  }
  li.tab_pickup_li + li.tab_pickup_li {
    margin-left: 12px;
  }
  .seminar_img {
    max-width: 320px;
    height: auto;
    /* width: 74%; */
    /* padding: 12px 0; */
  }
  h4.voice-title {
    font-size: 1.4rem;
    color: #439580;
    font-weight:700;
    margin-left: 10px;
  }
  .voice-balloon {
    padding: 0 30px;
  }
  .voice-faceicon {
    width: 10%;
  }
  .voice-faceicon-img {
	  width: 100px;
    height: auto;	
  }
  .voice-chatting {
    width: 73%;
  }
  .voice-says {
    padding: 20px;
  }
  .creatorBlock-case-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    line-height: 1.5;
    display: grid;
    position: relative;
    width: 100%;
  }
  .creatorBlock-case-table>.item:not(:last-child) {
    padding-right: 0px;
  }
  .creatorBlock-case-table>.item {
    display: table-cell;
    vertical-align: middle;
  }
  .creatorBlock-case-summary {
    line-height: 1.5;
    display: table;
    box-sizing: border-box;
    width: 100%;
  }
  .creatorBlock-case-summary>.item-dt {
    font-weight: 700;
    display: table-cell;
    width: 4em;
    padding: 16px 8px;
    text-align: center;
    vertical-align: middle;
  }
  .creatorBlock-case-summary>.item-dd {
	font-size: 0.9rem;
    letter-spacing: -0.4px;
    display: table-cell;
    padding: 16px 0.5em;
	  text-align: left;
  }
  .creatorBlock-case-summary.is-present {
    background-color: #ffffff;
  }
  .creatorBlock-case-summary {
    display: table;
    box-sizing: border-box;
    width: 100%;
  }
  .creatorBlock-case-table>.item+.item:after {
    display: none;
  }
  .creatorBlock-case-table>.item+.item:before {
    position:inherit;
    top: -10px;
    bottom: 0;
    left: 221px;
    display: block;
    width: 0;
    height: 0;
    margin: -10px auto 0px;
    content: '';
    border: 6px solid transparent;
    border-top-color: #000000;
  }
  .creator_pickup_img {
    width: 100%;
  }
}

@media screen and (max-width: 575.98px) {
  .main-title_section1 { 
    padding: 60px 0 1px;
  }
  .main-title_pickup {
    margin: 35px 0;
    font-size:1.2rem;
    line-height: 2.2rem;
    font-weight: 600;
  }
  h2.h2_pickup {
	  font-size: 1.8rem;
  }
  .sub_pickup {
    font-size: 1.0rem;
    margin: 12px 0 -4px 0;
  }
  .pickup_box {
	  padding: 20px 0px;
  }
  .pickup01_right {
	  padding-left: 24px;
	  padding-right: 24px;
  }	
  .pickup_img {
    width:46%;
  }
	ul.tab_pickup_ul {
	  display: block;
    margin: 0 auto;
    width: 100%;
  }
  li.tab_pickup_li {
    padding: 11px 6px 8px;
    font-size: 0.8rem;
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  li.tab_pickup_li + li.tab_pickup_li {
    margin: 8px auto;
  }	
  .voice-balloon {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
	  padding: 0 10px;
  }
  .voice-faceicon {
    float: left;
    margin-right: 20px;
    width: 75px;
  }
  .voice-faceicon-img {
	  width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .voice-chatting {
    width: 100%;
    text-align: left;
    display: block;
	  float: none;
  }
  .voice-says {
    position: relative;
    margin: -19px 0 0 90px;
    padding: 16px;
    max-width: 570px;
    border-radius: 12px;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    border: 2px solid #ffffff;
  }
  .textlink01 a::before {
	  top: calc(98.5% - 4px);
	  right: 9px;
  }
  .textlink01 a::after {
	  top: 98.5%;
	  right: 9px;
  }
}

/* ==========================================================================================================
										 others
   ========================================================================================================== */
.others {
	background: #FEFFEF;
}

/* ==========================================================================================================
										 JobExample
   ========================================================================================================== */
.jobexample-card01 {
	background-color: #ffffff;
	border:none;
}
.jobexample-card02 {
	background-color: #ffffff;
	border:none;
}
.jobexample-card01 .card-header {
  background: #005EAB;
  border-top: #0f78ce 4px solid;
  border-bottom: #0f78ce 1px solid;
  font-family: 'Hiragino Kaku Gothic W4 JIS2004'!important;
  font-size: 1.0rem;
  color: #ffffff;
  padding: 0.75rem 0.5rem;
}
.jobexample-card02 .card-header {
  background-color: #631771;
  color: #ffffff;
  border-top: #9f30b4 4px solid;
  border-bottom: #9F2FB4 1px solid;
  font-family: 'Hiragino Kaku Gothic W4 JIS2004'!important;
  font-size: 1.0rem;
  padding: 0.75rem 0.5rem;
}
.jobexample-card01 li {
	background-color: unset;
	border:#005EAB 1px solid;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}
.jobexample-card02 li {
	background-color: unset;
	border:#9F2FB4 1px solid;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
}
.badge-purple {
	color: #fff;
  background-color: #9F2FB4;
}
.jobexample-card-fc01 {
	color: #005EAB;
}
.jobexample-card-fc02 {
	color: #9F2FB4;
}
.list-group .strong-01 {
  font-size: 1.3rem;
  background: #ffffff;
  color: #005EAB;
}
.list-group .strong-02 {
  font-size: 1.3rem;
  background: #ffffff;
  color: #631771;
}
.list-group .strong-01 .jobexample-card-fc01 {
  color: #005EAB;
  font-size: 1.0rem;
}
.list-group .strong-02 .jobexample-card-fc02 {
  color: #631771;
  font-size: 1.0rem;
}
.sg {
	font-size: 0.9rem;
	color: #005EAB;
}
.cg {
	font-size: 0.9rem;
	color: #9F2FB4;
}
.list-group .list-occupation-high {
	padding: 24px 0;
}
@media screen and (max-width: 1199.98px) {
  .jobexample-card01 .card-header {
    font-size: 0.9rem;
    padding: 0.75rem 0.3rem;
  }
  .jobexample-card02 .card-header {
    font-size: 0.9rem;
    padding: 0.75rem 0.3rem;
  }
}
@media screen and (max-width: 575.98px) {
	.list-group .list-occupation-high {
		padding: 12px 20px;
	}
}


/* ==========================================================================================================
										 Seminar
   ========================================================================================================== */
.seminarh3{
	font-size:1.3rem;
	line-height: 1.8rem;
}
.seminar-card01,
.seminar-card02 {
	background-color: #ffffff;
	border:2px #000000 solid;
	text-align: left;
}
.seminar-card01::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-right: 15px solid #000000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.seminar-card02::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 50%;
  margin-top: -15px;
  border-left: 15px solid #000000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.seminar-card01,.seminar-card02
.card-header {
	background-color: unset;
	border-left:#005EAB 4px solid;
	border-bottom:#005EAB 1px solid;
}
.seminar-card01,.seminar-card02
	li {
		background-color: #ffffff;
		border:#000000 2px solid;
	}
.features-outer .sm-6-content-seminar {
/*	margin-top: 107px;*/
	position: relative;
	z-index: 4;
}
.features-outer .sm-6-content-seminar h2 {
	color: #232531;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}
.features-outer .sm-6-content-seminar p {
	color: #232531;
	line-height: 1.8em;
}
.features-inner {
	padding: 50px 0;
}
.seminar-bg01 {
  background-image:url("../images/cp0006_img-06_bg02.png");
  background-position:
    /* 左側の背景画像の表示位置 */
    -15% 0;
  background-repeat:repeat-y;
 }
.seminar-bg02 {
  background-image:url("../images/cp0006_img-06_bg01.png");
  background-position:
    /* 右側の背景画像の表示位置 */
    130% 0;
  background-repeat:repeat-y;
 }
.seminar-bg03 {
    position: relative;
    color: #111;
    background: linear-gradient(90deg, rgba(206, 237, 240,1) 20%,rgba(255, 255, 255,1) 50%,rgba(251, 240, 255,1) 80%);
	padding-bottom:60px;
    margin-top: 20px;
    background-size: cover;
/*    z-index: 3;*/  
}


/* ==========================================================================================================
										 Support
   ========================================================================================================== */
.support-bk {
    position: relative;
    color: #111;
    background: url("../images/cp0006_img-10_bk.jpg") no-repeat fixed center 30%;
    background-size: cover;
	padding-bottom: 60px;
	margin-top: 20px;
    z-index: 3;  
}
.support-card01 {
    border: none;
    text-align: left;
	padding: 0 0 50px;
}
.support-card01 .card {
	background-color: #ffffff;
	border:3px #DCF6F8 solid;
}
.support-card01 .card-title {
	text-align: center;
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6rem;
    color: #ffffff;
    margin: 16px 0;
}
.support-card01 .card-title-1l {
    margin: 0px 0 50px 0;
}
.support-card01.card-header {
	background-color: unset;
	border-left:#005EAB 4px solid;
	border-bottom:#005EAB 1px solid;
}
.support-card01	li {
		background-color: #ffffff;
		border:none;
	}
.features-outer .sm-6-content-support {
/*	margin-top: 107px;*/
	position: relative;
	z-index: 4;
}
.features-outer .sm-6-content-support h2 {
	color: #232531;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}
.features-outer .sm-6-content-support p {
	color: #232531;
	line-height: 1.8em;
}
.support-card-inner01 {
    background-color: rgba(52, 52, 52, 0.9);
	padding: 0px;
	/*box-shadow: 4px 4px 0px #dddddd;*/
}
.support-card-inner-img {
	text-align: center;
    margin: 0px auto;
    padding: 20px 50px 0;
    width: 100%;
    height: auto;
}
.support-img-sub {
	position: absolute;
    display: inline-block;
    background-color: #43957F;
    /* width: 100%; */
    /* height: 28px; */
    left: 27px;
    top: 322px;
    color: #ffffff;
    padding: 3px 0 3px 10px;
	font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
    font-size: 1.0rem;
}
.card-title-2l {
	margin: 29px 0 !important
}
.card-day {
	font-family: 'Hiragino Kaku Gothic W2 JIS2004';
	font-size: 12px;
}
@media (max-width: 1199.98px) {
  .support-card01 .card-title {
    font-size: 1.0rem;
    margin: 33px 0;
	padding: 0 8px;
  }
  .support-card01 .card-title-1l {
    margin: 8px 0 49px 0;
  }
  .support-card01 .card-title1200 {
	margin: 20px 0;
  }
  /*.card-title:before {
    top: 100px;
  }*/
  .support-img-sub {
	top: 302px;
  }
  .card-title-2l {
	margin: 46px 0 !important
  }
}
@media screen and (max-width: 991.98px) {
  .support-card01 .card-title {
	text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin: 18px 0;
  }
  .support-card01 .card-title-1l {
    margin: 10px 0 58px 0;
  }
  .support-card01 .card-title {
    font-size: 1.0rem;
  }
  .support-img-sub {
    top: 272px;
    left: 26px;
    font-size: 0.85rem;
  }
  .support-card-inner-img {
	width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .support-card-inner-img {
	padding: 20px 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-title-2l {
	margin: 31px 0 !important
  }
}
@media screen and (max-width: 767.98px) {
  .features-inner {
	background-position: right 72px;
    background-size: 18%;
    padding: 20px;	  
  }
  .card-title-2l {
    margin: 31px 0 !important;
  }
  .support-card-inner-img {
	width: 100%;
	padding: 20px 30px 0;
  }
  .support-card01 .card-title {
    font-size: 1.0rem;
  }
  .support-img-sub {
    top: 390px;
    left: 94px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 575.98px) {
  .title-01-sub {
    font-size: 1.0rem;
    font-weight: 600;
  }
  .card-title-2l {
    margin: 18px 0 !important;
  }
  .support-card-inner-img {
    width: 100%;
	padding: 20px 24px 0; 
  }
  .support-card01 .card-title {
    font-size: 0.85rem;
    letter-spacing: -0.05rem;
	padding: 0 6px;
  }
  .support-img-sub {
    top: 92vw;
    left: 8%;
  }
  .w575-mg-big {
	padding: 0 8px;
  }
}


/* ==========================================================================================================
										 Voice
   ========================================================================================================== */
.voice-card-frame  {
	border:1px #005EAB solid ;
	text-align: left;
}
.voice-card-frame .card-header {
	background: linear-gradient(225deg,#EAC6F5, #A7F4F9);
	border:none;
	text-align: left;
}
.voice-card01 {
	background-color: #E6FDFF;
	border:none;
	text-align: left;
	margin: 0px 40px 0 0;
    padding: 0px 10px 0 13px;
}
.voice-card01::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 50%;
  margin-top: -15px;
  border-right: 15px solid #E6FDFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.voice-card01 .card-header {
	background-color: #DCF6F8;
	border-left:#005EAB 4px solid;
	border-bottom:#005EAB 1px solid;
}
.voice-card01 li {
	background-color: #ffffff;
	border:#E6FDFF 2px solid;
}
.card-text {
	padding: 10px 20px 30px;
}
.card-text01 {
	font-weight: 100;
}
.card-text02 {
	margin:20px 0 0 0;
	font-weight: 700;
	text-align: center;
}
.features-outer .sm-6-content-voice {
	position: relative;
	z-index: 4;
}
.features-outer .sm-6-content-voice h2 {
	color: #232531;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}
.features-outer .sm-6-content-voice p {
	color: #232531;
	line-height: 1.8em;
}
.voice-btn-link {
    font-weight: 700;
    color: #000000;
    background-color: transparent;
}
.voice-ba-back01{
	vertical-align: middle;
    text-align: center;
    border: 1px #87ade4 solid;
}
.voice-ba-back01::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -9px;
    top: 50%;
    margin-top: -11px;
    border-left: 15px solid #c384c7;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.voice-ba-back02{
	vertical-align: middle;
    text-align: center;
    border: 1px #2c6ebd solid;
    border-left: none;
}
.voice-ba-text {
    display: block;
	padding: 10px 10px 10px 10px;
	margin: 0px auto 0;
	font-weight:200;
}
.voice-ba-span01 {
    color:#87ade4;
	font-weight:700;
}
.voice-ba-span02 {
    color:#2B589B;
	font-weight:700;
}
.voice-icon {
    color: #a26bd4;
    position: absolute;
    right: 17px;
}
.btn:focus, .btn.focus {
    box-shadow: none; 
}
.accordion-body {
  background: #f90; display: none;
}
.accordion-body.in {
  display: block;
}


/* ==========================================================================================================
										Flow
   ========================================================================================================== */

.flow-outer {
    /* background-image: url(../images/img_0011_creator_00.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background: linear-gradient(#f8f8f8, #d2edf5);
    /* width: 100%; */
    /* height: auto; */
    padding: 30px 0 0px;
}
.flow-inner {
  padding: 50px 15px;
}
/* 1 */
.steps-title, .steps-title-end {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 66%;
  margin: 0 auto 30px;
  background: #005EAB;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  height: auto;
  font-size: 1.3rem;
  text-align: center;
  padding: 16px;
}
.form-explain {
  color: #333333;
  /* min-height: 5em; */
  font-weight: 500;
  text-align: center;
  margin: 40px 0 40px;
}
.form-explain-mb {
  color: #333333;
  min-height: 2em;
  font-weight: 500;
  text-align: center;
  margin: -20px auto 40px;
  padding: 13px 6px 10px;
  background: #f4edc7;
  width: 46%;
  border-radius: 5px;
  /* border: 1px #ffe33f solid; */
}
.form-explain-mb img {
  width: 26px;
  margin: -3px 6px 0 0;
}
.steps-title::after {
  width: 0;
  height: 0;
  z-index: 2;
  content: "";
  display: block;
  border-top: 21px solid #005EAB !important;
  border-right: 3vw solid transparent !important;
  border-left: 3vw solid transparent !important;
  border-bottom: none;
  position: absolute;
  bottom: -21px !important;
  top: auto !important;
  left: 0;
  right: 0;
  margin-top: 0 !important;
  margin: 0 auto;
}

/* 5 Columns */

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 991.98px) {
  .form-explain-mb {
      width: 71%;
  }
  .steps-title {
    width: 100%;
    margin: 0 auto 30px;
    background: #005EAB;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: auto;
	  font-size: 1.2rem;
    text-align: center;
    padding: 10px;
  }
  .steps-title-end {
    width: 100%;
    margin: 0 .5em 1em 0em;
    background: #005EAB;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 42px;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 16px solid #005EAB !important;
    border-right: 4vw solid transparent !important;
    border-left: 4vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    bottom: -14px !important;
    top: auto !important;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
  .col-md-2 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
  .col-lg-2 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 575.98px) {
  .form-explain-mb {
      width: 94%;
      padding: 13px 10px 10px 42px;
      text-align: left;
      background: url(../images/img_0013_flow_01.png) no-repeat;
      background-size: 26px;
      background-position: left 10px top 11px;
      background-color: #f4edc7;
  }
}
/*  2  */
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.stepBar .step {
  position: relative;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #005EAB;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #005EAB;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #005EAB;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #005EAB;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


/* ==========================================================================================================
										FAQ
   ========================================================================================================== */

.faq-outer {
  padding: 20px 0;
  background: linear-gradient(#f8f8f8, #d2edf5);
}
.faq-inner, .faq-inner-aco {
  padding: 0px 15px 0;
}

/*==.faq-inner 内容==*/
.faq-inner .frame > dl > dt {
  position: relative;
  clear: both;
  margin-bottom: 15px;
  padding-left: 84px;
  min-height: 54px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-inner .frame > dl > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  background: #005EAB;
}
.faq-inner .frame > dl > dd {
  position: relative;
  clear: both;
  margin-bottom: 30px;
  min-height: 54px;
  padding-left: 84px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	font-weight: 700;
}
.faq-inner .frame > dl > dd:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  line-height: 54px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  background: #9F2FB4;
}
.faq-inner .frame > dl > dt:nth-child(1):before {
  content: "Q";
}
.faq-inner .frame > dl > dt:nth-child(3):before {
  content: "Q";
}
.faq-inner .frame > dl > dt:nth-child(5):before {
  content: "Q";
}
.faq-inner .row {
	position: relative;
}

/*==.faq-inner-aco 内容==*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	font-family: 'Hiragino Kaku Gothic W6 JIS2004'!important;
	padding: 28px 26px 12px 60px;
	display: block;
	color: #333;
/*	background:#019ac6;*/
	border-top: 1px #333 solid;
}
.Label::before {		/*タイトル*/
	content:"Q";
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    background: #005EAB;
}
.Label::after{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
    border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% + 3px );
	right: 20px;
	transform: rotate(135deg);
}
.faq-ans {
	padding: 10px 26px 12px 40px;
	margin-bottom: 0rem;
}
.content:last-child {
	border-bottom: 1px #333 solid;
	padding: 8px 0 0 0;
}
.faq-ans::before {
	position: absolute;
    top: 20px;
    left: 0;
    content: "A";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 30px;
    line-height: 54px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    background: #9F2FB4;	
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	transform: rotate(-45deg) !important;
}

@media screen and (max-width: 575.98px) {
	.faq-inner .frame > dl > dt {
	  padding-left: 64px;
	}
	.faq-inner .frame > dl > dd {
	  padding-left: 64px;
	}
}

/* ==========================================================================================================
										FEATURES
   ========================================================================================================== */
.curved-bg-div {
  background: url("../img/curved-bgg.jpg") no-repeat;
  background-position: 0px -140px;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.features-outer {
  width: 100%;
  height: auto;
  background: url(../images/img_0011_event_00.jpg) no-repeat fixed center 30%;
  background-size: cover;
  padding: 30px 0 0px;
}
.features-outer .sm-6-content {
	margin-top: 0px;
	position: relative;
	z-index: 4;
}
.features-outer .sm-6-content h2 {
	color: #232531;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 20px;
}
.features-outer .sm-6-content p {
	color: #232531;
	line-height: 1.8em;
}
.features-outer .in-order-2,
.features-outer .in-order-3,
.features-outer .in-order-4,
.features-outer .in-order-5,
.features-outer .in-order-6,
.features-outer .in-order-7 {
	position: relative;
	z-index: 5;
	display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.features-outer .in-order-7 .img-fluid {
	max-height: 600px;
}
.features-outer .col-sm-6 .col-sm-image-container {
  position: relative;
  width: 300px;
}
.features-outer .col-sm-6 .span-new {
  color: #fff;
  background: #fcec64;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  right: 0;
  top: 140px;
}
.features-outer .col-sm-6 .span-free {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
}
.features-outer .col-sm-6 .span-data {
  color: #7e8c91;
  background: #b8faee;
  padding: 20px;
  width: 40px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: initial;
  position: absolute;
  top: 140px;
  right: -2px;
}
.features-outer .col-sm-6 .span-percent {
  color: #fff;
  background: #6ca3ff;
  padding: 18px;
  width: 35px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  box-sizing: initial;
  position: absolute;
  left: -35px;
  bottom: -430px;
}
.features-outer .col-sm-6 .square {
  width: 100px;
  height: 100px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 10px;
  padding: 10px;
  color: #232531;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
  border-radius: 12px;
}
.features-outer .col-sm-6 .square .fas,
.features-outer .col-sm-6 .square .fab,
.features-outer .col-sm-6 .square .far{
	margin-bottom: 7px;
	font-size: 40px;
}
@media screen and (max-width: 575.98px) {
  .features-outer {
    padding: 60px 0 0px;
  }
}


/* ==========================================================================================================
										BOTTOM
   ========================================================================================================== */
.bottom-outer {
  width: 100%;
  height: 472px;
  background: url("../images/cp0002_entry-section-bg.jpg") no-repeat center;
  background-size: cover;
  overflow-x: hidden;
}
.bottom-outer .overlay {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 100%;
}
.bottom-outer .bottom-inner .col-sm-6 h2 {
  font-family: 'Hiragino Kaku Gothic W4 JIS2004';
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 30px;
}
.bottom-outer .bottom-inner .col-sm-6 p {
  width: 350px;
  color: #fff;
  font-size: 14.5px;
  line-height: 1.85em;
}
.bottom-outer .bottom-inner .col-sm-6 img {
  margin-top: 25px;
}


   /* ==========================================================================================================
										begin
   ========================================================================================================== */
.begin-outer {
	background: url(../images/img_0011_begin_01.png), url(../images/img_0011_begin_02.png);
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-color: #D4EBF2;
    height: 20vw;
    width: 100%;
	display: table;
	font-size: 1.6rem;
}
.begin-outer p {
	font-family: dotgothic16,sans-serif !important;
	text-align: center;
    display: table-cell;
    vertical-align: middle;
	font-size: 3.0rem;
    letter-spacing: 1.0rem;
}
.begin-image {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1399.98px) {
	.begin-outer {
	   	font-size: 1.4rem;
	}
}
@media (max-width: 1199.98px) {
	.begin-outer {
	   	font-size: 1.3rem;
	}
	.begin-outer p {
		font-size: 2.0rem;
    	letter-spacing: 1.0rem;
	}
}
@media screen and (max-width: 991.98px) {
	.begin-outer {
	   	font-size: 1.1rem;
	}
	.begin-outer p {
		font-size: 1.7rem;
    	letter-spacing: 0.8rem;
	}
}
@media screen and (max-width: 767.98px) {
	.begin-outer {
    	background-image: none;
    	height: 100%;
    	width: 100%;
    	display: grid;
    	font-size: 1.1rem;
    	padding: 0;
	}
	.begin-outer p {
    	display: inline-block;
    	margin: 50px auto;
	}
	.begin-image {
    	width: 100%;
    	bottom: 0;
    	position: relative;
    	display: inline-block;
	}
}
@media screen and (max-width: 575.98px) {
	.begin-outer p {
    	display: inline-block;
    	margin: 30px 0 30px 40px;
	}
}


/* ==========================================================================================================
										ca-support
========================================================================================================== */
.ca-support-outer {
  width: 100%;
  height: auto;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.3)),url(../images/img_0011_event_00.jpg) no-repeat fixed center 30%;
  background-size: cover;
  padding: 30px 0 40px;
}

.ca-support-inner {
  padding: 50px 0;
} 
.ca-support-inner .ca-support-main {
  background-color: rgba(255,255,255,0.8);
  padding: 50px 30px 0;
  margin: 70px 0 0;
}
.ca-support-inner .ca-support-ca {
  display: inline-table;
  position: relative;
}
.ca-support-inner .ca-support-ca-left {
  vertical-align: middle;
  display: inherit;
}
.ca-support-inner .ca-support-point {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px;
}
.ca-support-card-inner01 {
  background-color: rgba(52, 52, 52, 0.9);
  padding: 0px;
/*box-shadow: 4px 4px 0px #dddddd;*/
}
.ca-support-inner .ca-support-card-inner-img {
  text-align: center;
  margin: 0px auto;
  padding: 20px 50px 0;
  width: 100%;
  height: auto;
}
.ca-support-inner .support-img-sub {
  position: absolute;
  display: inline-block;
  background-color: #43957F;
  /* width: 100%; */
  /* height: 28px; */
  left: 27px;
  top: 322px;
  color: #ffffff;
  padding: 3px 0 3px 10px;
  font-family:'Hiragino Kaku Gothic W4 JIS2004'!important;
  font-size: 1.0rem;
}
.ca-support-inner .card-title-2l {
margin: 29px 0 !important
}
.ca-support-inner .card-day {
  font-family: 'Hiragino Kaku Gothic W2 JIS2004';
  font-size: 12px;
}
.ca-support-inner .card-title {
	text-align: center;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.6rem;
  color: #005EAB;
  margin: 16px 0;
}
@media (max-width: 1199.98px) {
  .ca-support-inner {
    background-position: right 92px;
    background-size: 14%;
  }
}
@media screen and (max-width: 991.98px) {
  .ca-support-inner {
    background-position: right 50px;
    background-size: 17%;
  }
  .ca-support-inner .ca-support-ca-left {
    display: grid;
  }
  .ca-support-ca img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .ca-support-ca p {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .ca-support-inner {
      background-position: right 72px;
      background-size: 18%;
      padding: 20px;
  }
}
@media screen and (max-width: 575.98px){
  .ca-support-outer {
    position: relative;
    color: #111;
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.3)),url(../images/img_0013_event_00_sp.jpg) no-repeat;
    background-size: cover;
    /* margin-top: 20px; */
    z-index: 3;
    padding: 60px 0 60px;
  }
  .ca-support-inner {
    background-image: none;
    padding: 0 15px;
  }
  .ca-support-inner .ca-support-card-inner-img {
    padding: 20px 0px 0;
  }
  .ca-support-ca img {
    width: 90%;
  }
  .sub-title-01 {
    letter-spacing: 0rem;
  }
  .sub-title-01:before, .sub-title-01:after {
    width: 40px;
    height: 2px;
    transform: rotate(-40deg);
  }
}

/* ==========================================================================================================
										SUB FOOTER
========================================================================================================== */
.img-float-left {
  float: left;
}
.img-float-right {
  float: right;
}
.footer-outer {
  width: 100%;
  padding: 30px 50px 50px;
  height: 250px;
  background: #000000;
  overflow: hidden;
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  text-decoration: none;
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
}
.footer-outer .column-1-3 {
  width: 12%;
  float: left;
  height: 50px;
}
.footer-outer .column-1-3 h1 {
  font-size: 38px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  color: #fff;
}
.footer-outer .column-2-3 {
  width: 60%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
  margin-top: -10px;
}
.footer-outer .column-3-3 a {
  color: #d4ebf2;
  margin: 0 -10px 0 0;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-outer .shareBox ul {
  list-style: none;
}
.footer-outer .shareBox ul li {
  display: inline-block;
  vertical-align: top;
}

.footer-outer .shareBox ul li+li {
    margin-left: 6px;
}

.footer-outer .shareBox ul li.shareFB .fb_iframe_widget span {
	vertical-align: top !important;
}

.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 32px;
  color: #b5b5c8;
  margin: 0 10px;
  font-size: 13px;
  font-weight: 700;
}
.footer-outer .footer-nav ul li:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #d4ebf2;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 60%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
  margin-top: 50px;
}
.footer-outer .copyright {
  color: #d4ebf2;
  text-align: center;
  font-size: 13px;
  padding: 40px 0;
}
.google-play-btn {
  margin-left: 10px;
}


/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1399.98px) {
  body {
    overflow-x: hidden;
  }
  .br575 { 
	 display: none !important;
  }
  .br576-768 { 
	 display:none !important;
  }
  .br576-768-none { 
	 display:block !important;
  }
  .br768 { 
	 display: none !important;
  }
  .br1200only { 
	 display: none !important;
  }
  .br1400 {
	 display: block !important;	
  }
  .mv-inner {
 	padding: 0 0 0 0px;
  }
  .mv-inner h1 {
    color: #000000;
    font-size: 6.0rem;
    letter-spacing: 2.0rem;
    margin-bottom: 42px;
    font-weight: 600;
    line-height: 4.3rem;
  }
  .text-position {
    top: 38%;
  }
  .features-outer .row:nth-child(odd),
  .features-outer .row:nth-child(even) {
    background-size: auto !important;
  }
  .footer-outer .footer-three-grid {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.br1200-1300 {
		display:block !important;
	}
}
@media (max-width: 1199.98px) {
  body {
    overflow-x: hidden;
  }
  .mv-inner h1 {
    font-size: 5.0rem;
    letter-spacing: 2.0rem;
    font-weight: 600;
	line-height: 3.0rem;
  }
  .text-position {
    top: 40%;
  }
  .l02 {
    font-size: 3.0rem;
  }
  .br575 { 
	 display: none !important;
  }
  .br576-768 { 
	 display:none !important;
  }
  .br576-768-none { 
	 display:block !important;
  }
  .br768 { 
	 display: none !important;
  }
  .br1200 { 
	 display: block !important;
  }
  .br1200only { 
	 display: block !important;
  }
  .br1200-none { 
	 display: none !important;
  }
  .br1200up {
     display: none !important;
  }
  .br1200-1300 {
	 display: none !important;
  }
  .br1400 {
	 display: none !important;	
  }
  .mv-inner {
    padding: 0 0 0 0px;
  }
		
/*------others↓------*/
  .features-inner {
    background-position: right 92px;
    background-size: 14%;
  }

/*------others↑------*/
}

@media (min-width: 1200px) {
	.w576-767{
		display:none !important;
	}
	.br1200up {
		display:block !important;
	}
	.card-header01 {
		font-size: 1.5vmin;
    	padding: 14px 6px;	
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
  .br-992-1200 {
	  display: block !important;	
  }
  .card-header02 {
	padding: 12px 10px;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .br992up {
	display: block !important;
  }
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
   }
  .card-header01 {
	font-size: 1.5vmin;
    padding: 5px 15px;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
/*	.voice-card01::before{
  		content: '';
 		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: -15px;
  		top: 20%;
  		margin-top: -15px;
  		border-right: 15px solid #E6FDFF;
  		border-top: 15px solid transparent;
  		border-bottom: 15px solid transparent;
	}
*/
}

@media screen and (max-width: 991.98px) {
.br992up {
	display: none;
}
.br991 { 
	display: block !important;
}
.br991-none { 
	 display: none !important;
}
.br1200only { 
	 display: none !important;
}
.mv-inner {
    padding: 0 0 0 0px;
}
.mv-inner h1 {
    font-size: 4.1rem;
    letter-spacing: 1.6rem;
    margin-bottom: 30px;
    line-height: 2.6rem;
}
.text-position {
    top: 44%;
}
.l02 {
    font-size: 2.5rem;
}
.mv-inner p {
    margin-top: 30px;
    margin-bottom: 20px;
}
.mv-inner p.sub {
    font-size: 0.95rem;
    line-height: 1.9rem;
}

/*------セミナーリンク↓------*/	
.entry_sub_01 a::before {
    top: calc(97% - -23px);
}
.entry_sub_01 a::after {
    top: calc(97% - -25px);
}
/*------セミナーリンク↑------*/	
		
  .form-explain {
    font-weight: 500;
    text-align: center;
  }
  .seminar-card01::before{
  		display: none;
  }
  .seminar-card02::before{
  		display: none;
  }
  .seminar-card01::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: 0;
  		right: 0;
  		bottom: -15px;
  		margin: 0 auto;
 		border-top: 15px solid #000000;
 		border-right: 15px solid transparent;
  		border-left: 15px solid transparent;
  }
  .seminar-card02::after{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: 0;
  		right: 0;
  		bottom: -15px;
  		margin: 0 auto;
 		border-top: 15px solid #000000;
 		border-right: 15px solid transparent;
  		border-left: 15px solid transparent;
  }
  .features-inner {
		background-position: right 50px;
        background-size: 17%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .card-header01 {
	font-size: 1.0rem;
    padding: 12px 18px;
    line-height: 1.2rem;
  }
  .br768-991 { 
    display: block !important;
  }
  .br768-991-none { 
    display: none !important;
  }
  .ls-min {
	letter-spacing: -0.6px;	
  }

}

@media screen and (max-width: 767.98px) {
  .mv-inner {
    margin: 0px 0 0 0;
  }
  .mv-inner h1 {
    font-size: 3.4rem;
    letter-spacing: 1rem;
    line-height: 2.2rem;
    margin-left: 60px;
  }
  .l02 {
    font-size: 2.4rem;
	letter-spacing: 0.4rem;
  }
  .mv-inner p {
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 1.8em !important;
  }
  .mv-inner p.sub {
    font-size: 0.9rem;
    color: #353535;
  }
  .text-position {
    top: 42%;
  }	
  h2 {
	font-size: 1.5rem;
	line-height: 3.5rem;
  }
  .br575 { 
	display: none !important;
  }
  .br576-768 { 
	 display:none !important;
  }
  .br576-768-none { 
	 display:block !important;
  }
  .br768 {
    display: grid !important;
  }
  .br768-displaynone {
    display: none !important;
  }
  .br992-displaynone {
    display: none !important;
  }
  .textlink02 a {
	padding-right: 28px;
  }

/*------セミナーリンク↓------*/	
.entry_sub_01 a::before {
    top: calc(97% - -26px);
}
.entry_sub_01 a::after {
    top: calc(97% - -28px);
}
/*------セミナーリンク↑------*/	
  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }
  .footer-outer .column-1-3 {
    width: 100%;
    float: none;
    height: auto;
    padding-top: 30px;
  }
  .footer-outer .column-2-3 {
    width: 100%;
    float: none;
    height: auto;
  }
  .footer-outer .column-3-3 {
    width: 100%;
    float: left;
    height: auto;
    margin: 15px 0;
  }
  .footer-outer .copyright {
    margin-top: 20px;
    padding: 10px 0;
  }
  .footer-outer .border-bottom-footer {
    height: 1px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #434769;
    display: block;
    margin-top: 100px;
  }
 .card-img-small {
	width: 60%;
    margin: 10px auto 0;
  }
 .support-card01 .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .ca-bg {
    padding: 20px 0;
    background-image: 
      /* 左側の背景画像 */
      url("../images/cp0006_img-06_bg02.png"),
      /* 右側の背景画像 */
      url("../images/cp0006_img-06_bg01.png");

    background-position:
      /* 左側の背景画像の表示位置 */
      -90% 0,
      /* 右側の背景画像の表示位置 */
      190% 0;
    background-repeat:
	  repeat-y,
      repeat-y;
  }
  .voice-ba-back01{
	  vertical-align: middle;
    text-align: center;
    /* background-color: #faeeff; */
    border: 1px #87ade4 solid;
  }
  .voice-ba-back01::before {
    display: none;
  }	
  .voice-ba-back01::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -7px;
    margin: 0 auto;
    border-top: 13px solid #c384c7;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .voice-ba-back02{
	  vertical-align: middle;
    text-align: center;
    /* background-color: #D5E7F8; */
    border: 1px #2c6ebd solid;
    border-top: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .br576-768 { 
	 display:flex !important;
  }
  .br576-768-none { 
	 display: none !important;
  }
  .textlink02 a {
	padding-right: 20px;
  }
  .textlink02 a::before {
	top: calc(94% - 4px);
	right: 32px;
  }
  .textlink02 a::after {
	top: 94%;
	right: 32px;
  }
  .card-header01 {
	font-size: 16px;
    padding: 5px 22px;
    line-height: 1.45rem;
  }
}

@media screen and (max-width: 575.98px) {
  h2 {
	font-size: 1.3rem ;
	line-height: 2.8rem;
  }
  h3 {
	font-size: 1.3rem;
    line-height: 2.0rem;
	font-weight:600;
  }
  .br575 { 
	 display:block !important;
  }
  .br575-none { 
	 display:none !important;
  }
  .br576-displaynone{
	 display:none !important;
  }	
  .br576-768 { 
	 display:none !important;
  }
  .br576-768-none { 
	 display: block !important;
  }
  .br768-displaynone {
     display: none !important;
  }
  .br992-displaynone {
    display: none !important;
  }
  .main-navbar-nav {
    height: auto;
    padding: 0.25rem 0rem;
  }
  .main-navbar-nav a {
    color: #ffffff !important;
    font-size: 0.6rem;
    letter-spacing: -0.01rem;
  }
  .main-navbar-nav .navbar-brand img {
    width: 100%;
    height: auto;
    margin-left: 3px;
  }
  .mv-inner {
    padding: 0px 10px;
  }
  .mv-inner p.sub {
    font-size: 0.9rem;
  }
  .mv-inner02 {
	display: block !important;
    position: relative;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(225deg,rgb(112 255 209 / 76%), rgb(255 125 208 / 80%));
  }
  .mv-inner .img-top{
    width: 100%;
  }
  .text-position {
    top: 33%;
  }
  .mv-inner h1 {
    color: #000000;
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 3.0rem;
    margin: 20px 0 0 0;
  }
  .l02 {
    font-size: 2.0rem;
  }
  .l03 {
    margin: 20px auto 0 !important;
  }
  .mv-inner p {
    width: 100%;
    line-height: 1.2rem;
	font-size:0.8rem;
	text-align: center;
  }
  .btn-lg, .btn-group-lg > .btn {
    padding: 18px;
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  .social-icons-header i:first-of-type {
    font-size: 22px;
  }
  .tag02-main {
    margin: -44px 0 0px -146px;
	z-index: 100;
  }
	  .features-grid-column01 img {
    max-height: 540px;
  }
	  .features-grid-column01 > div + div {
    padding-left: 25%;
    padding-right: 25%;
  }
	
/*------others↓------*/

/*------others↑------*/

/*------セミナーリンク↓------*/	
.entry_sub_01 a::before {
    top: calc(97% - -40px);
}
.entry_sub_01 a::after {
    top: calc(97% - -42px);
}
/*------セミナーリンク↑------*/
	
  .example-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }
	
  .example-inner .text-secondary {
    font-size: 0.75rem;	
  }
  .features-outer {
 	position: relative;
    color: #111;
 	background: url(../images/img_0011_event_00_sp.jpg) no-repeat;
  	background-size: cover;
    /*margin-top: 20px;*/
    z-index: 3;
  }
  .features-outer .row:nth-child(1) img.features-grid-column_bg_pattern {
    top: 8%;
    left: 2%;
  }
  .features-outer .row:nth-child(2) img.features-grid-column_bg_pattern {
    top: 20%;
    right: 3.5%;
  }
  .features-outer .row:nth-child(3) img.features-grid-column_bg_pattern {
    top: 12%;
    left: 2.5%;
  }
  .features-outer .row:nth-child(4) img.features-grid-column_bg_pattern {
    top: 25%;
    right: 2.5%;
  }
  .features-outer .sm-6-content h2 {
    font-size: 1.4rem !important;
  }
	.features-inner {
    background-image:none;
    padding: 0 15px;
  }
  .features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 24px auto 24px;
    text-align: center !important;
  }
  .features-grid-column_bg {
    height:10px;	
  }
  .main-title01 {
    padding: 40px 30px 20px;
  }
  .features-image-575 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 30%;
    height: auto;
  }
  .loop_wrap li {
    width: calc(100vw / 3);
    margin: 0 14px 0 0;
  }
  .main-title-icon {
    margin: 34px 4px 0px 4px;
    width: 60px;
  }
  .tag01 {
    position: relative;
    display: block;
    height: 40px;
    width: fit-content;
    margin: -20px 0 20px 0px;
    padding: 0.3rem 1.0rem 0.2rem 0.8rem;
    color: #fff;
    background: #000000;
  }
  .tag01:before {
    position: absolute;
    top: 0px;
    left: -25px;
    content: '';
    border-width: 20px 16px 20px 9px;
    border-style: solid;
    border-color: transparent #000000 transparent transparent;
  }
  .tag01:after {
    position: absolute;
    top: calc(50% - 2px);
    left: -2px;
    width: 4px;
    height: 4px;
    content: '';
    border-radius: 50%;
    background: #fff;
  }
  .tag02text{
	margin: 0 200px 18px 0px;
	font-size: 1.7rem;
	transform: rotate( -8deg );
  }
  .tag02 {
    position: relative;
  	height: 40px;
   	width: fit-content;
   	margin: -20px 0 20px 20px;
   	padding: 0.4rem 1.0rem 0.44rem 1.0rem;
   	color: #fff;
   	background: #000000;
   	font-size: 1.3rem;
  }
  .tag02:before {
   	position: absolute;
   	top: 0;
   	left: -24px;
   	content: '';
   	border-width: 20px 16px 20px 9px;
   	border-style: solid;
   	border-color: transparent #000000 transparent transparent;
  }
  .tag02:after {
   	position: absolute;
   	top: calc(50% - 2px);
   	left: -2px;
   	width: 4px;
   	height: 4px;
   	content: '';
   	border-radius: 50%;
   	background: #fff;
  }
  .seminar-bg03 {
    position: relative;
    color: #111;
    background: linear-gradient(90deg, rgba(206, 237, 240,1) 20%,rgba(255, 255, 255,1) 50%,rgba(251, 240, 255,1) 80%);
	  padding-bottom:60px;
    background-size: contain;
	  padding-bottom: 60px;
    margin-top: 20px;
    z-index: 3;
  }
  .seminarh3{
    font-size:1.1rem;
    line-height: 1.8rem;
  }
  .support-bk {
    position: relative;
    color: #111;
    background: url("../images/cp0006_img-10_bk_sp.jpg") no-repeat;
    background-size: contain;
	  margin-top: 20px;
    z-index: 3;  
  }
  .voice-card-frame .card-header {
	  padding:0.75rem 0;	
  }
  .voice-card-frame .font-small {
	  font-size:0.9rem;	
  }
  .form-explain {
    text-align: left;
    margin: 0px 0 0px;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 320px) {
	.ls320 {
		display: block;
    	letter-spacing: -0.5px;
    	font-size: 1.05rem !important;
	}
}