<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@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:'A1 Gothic R JIS2004'!important;*/
}

html {
  overflow-x: hidden;
}
/* 繝ｭ繝ｼ繝�ぅ繝ｳ繧ｰ逕ｻ髱｢ */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FCDB10;
  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: #353535;
    font-size: 3.6rem;
	line-height: 5.8rem;
	font-family:'A1 Gothic M JIS2004'!important;
	font-weight: 600;
	text-shadow: 1px 3px 0px rgb(255 255 255);
  }
.l01 {
    color: #353535;
  }
.l02 {
    color: #37b091;
	font-size: 4.8rem;
  }
.l03 {
    color: #353535;
  }

.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:'A1 Gothic M JIS2004'!important;
}
h3,h4,h5,a{
	font-family:'A1 Gothic M JIS2004'!important;
}

dt {
	font-family:'A1 Gothic R JIS2004'!important;
}
p,dd {
	font-family:'A1 Gothic R JIS2004'!important;
}

a {
  color: #439580;
}

a:hover {
  color: #71BFAB;
  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;
}
/*=== 遏｢蜊ｰ縺悟虚縺�※繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧剃ｿ�☆竊�  ====*/

/*窶補補輔い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ+笆ｼ窶補補�*/
.title-01 {
    position: relative;
    color: #353535;
    text-align: center;
    padding: 0px 0 10px;
    margin: 0;
    max-width: 1140px;
	margin: 0 auto;
}
.title-01-line {
	border-bottom: solid 3px #439580;
}
.title-01-sub {
	font-size:1.2rem;
	font-weight: 600;
}
/*窶補補輔い繝ｳ繝繝ｼ繝ｩ繧､繝ｳ+笆ｼ窶補補�*/


/*---繧ｿ繧ｰ鬚ｨ隕句�縺�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笆ｲ---*/

/*---荳芽ｧ堤泙蜊ｰ笆ｼ---*/
.title-02 {
    position: relative;
    border-bottom: 2px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 24px;
    padding: 30px 0 10px;
    margin: 0;
}
    /* 荳倶ｸ芽ｧ� */ 
    .title-02:before{
        content: "";
        position: absolute;
        bottom: -44px;
        left: 50%;
        margin-left: -2px;
        border: 22px solid transparent;
        border-top: 22px solid #fff;
        z-index: 2;
    }
    .title-02:after {
        position: absolute;
        border: 24px solid transparent;
        border-top-color: #000;
        border-bottom-width: 0;
        bottom: -25px;
        content: "";
        left: 50%;
        z-index: 1;
    }
/*---荳芽ｧ堤泙蜊ｰ笆ｲ---*/

/*---h2縺ｾ繧上ｊ笆ｼ---*/
.main-title01 {
	text-align: center;
    margin: 0px 0 0px 0;
    padding: 60px 30px 24px;
}
.main-title_section1 { 
	text-align: center;
	padding: 120px 0 0 0;
    position: relative;
    overflow: hidden;
    background: #FCDB10;
}
.main-title_section1::before {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    border-top: 15vw solid #f9fbe4;  /* 荳芽ｧ偵ｒ逋ｽ縺ｫ */ 
    border-left: 100vw solid transparent;
}
.main-title_section1::after {
    content: '';
    position: absolute;
    top: -85px;
    left: 0;
    border-top: 15vw solid #f9fbe4;   /* 荳芽ｧ偵ｒ逋ｽ縺ｫ */ 
    border-right: 100vw solid transparent;
}



.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;
}
.sub-title-01:before {
	content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 100px;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 4px;
}

.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;
}
.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: #353535 !important;
  font-size: 19px;
  font-weight: 700;
  background: #FC7C52;
  width: 500px;
  max-width: 100%;
  border: 4px #353535 solid;
  border-radius: 10px;
}

.seminar-btn:hover {
  background: #FC5D28;
}

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

.seminar_img {
	max-width: 360px;
    height: auto;
}


.entry-outer {
	padding: 60px 0;
    margin: 0px 0 0px 0;
	background-color: #636363;
    background-image:
	 repeating-linear-gradient(-45deg,#494949, #494949 7px,transparent 0, transparent 14px);
}
/*
.features-outer + .entry-outer {
	margin-top: 140px;
}
*/

.entry-btn-first,
.entry-btn-last {
  font-size: 18px;
  color: #353535 !important;
  font-weight: 700;
  background: #FC7C52; 
  width: 336px;
  max-width: 100%;
  padding: 20px;
  margin: 20px 0 0 0;
  border: 3px #353535 solid;
}

.entry-btn:hover,
.entry-btn-first:hover,
.entry-btn-last:hover{
  background: #fd936f;
}


p.entry_sub {
	font-size:1.0rem;
	color:#ffffff;
	font-weight:600;
}
p.entry_sub_01 {
	font-size:1.0rem;
	color:#353535;
	font-weight:600;
  clear: both;
}
.entry_sub_01 a::before {
    content: '';
    position: absolute;
    top: calc(97% - -4px);
    /* left: 0; */
    transform: rotate(30deg);
    width: 10px;
    height: 1.5px;
    background-color: #ffffff;
    margin: 0 0px 0 233px;
}
.entry_sub_01 a::after {
    content: '';
    position: absolute;
    top: 97.27%;
    /* right: 0; */
    /* transform: translateY(-50%); */
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    margin: 0 0 0 8px;
}

/*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:'A1 Gothic M JIS2004'!important;
}
.textlink02 a {
	padding-right: 32px;
	font-family:'A1 Gothic M 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;
}

.textlink01 a:hover::after {
	background-color: #fcdb10;
}
/*===========繧ゅ▲縺ｨ隱ｭ繧竊�===========*/
/* ==========================================================================================================
										MAINVISUAL
   ========================================================================================================== */
#mv-wrapper {
  height: 756px;
  width: 100%;
  background: url("../images/img_cp0008_main_pc.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #mv-wrapper .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.main-navbar-nav .navbar-brand {
  padding-top: 5px;
  position: relative;
}

.main-navbar-nav {
  position: fixed;
  width: 100%;
  height: 90px;
  color: #353535 !important;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
}
.main-navbar-nav li {
  color: #fff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #234197 !important;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}
.main-navbar-nav .active {
	color: #fff !important;
	opacity: 1 !important;
}
.main-navbar-nav a {
	color: #353535 !important;
	font-size: 0.8rem;
	font-family: 'Hiragino Kaku Gothic W2 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 {
  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 {
  position: relative;
  text-align: left;
  margin: 70px 0 0 0;
  padding: 0 0 0 20px;
}
.mv-inner &gt; .mv-inner {
  max-width: 800px;
  margin: 10px 0;
}
.mv-inner {
  color: #353535;
  margin-top: 60px;
  margin-bottom: 20px;
  line-height: 2em;
  line-height: 2em;
  font-size:1.1rem;
  font-weight:700;
}
.mv-bottom {
	background:#91EBD4;
	height: 350px;
}
.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;
}


/* ==========================================================================================================
										mc-sns
   ========================================================================================================== */

.mc-sns {
    margin: 0 auto;
    padding: 24px 0 1px;
    background-color: #F9FBE4;
}

.shareBlock-list {
    zoom:1;
	list-style-type: none;
}

.shareBlock-list:after {
    display: table;
    clear: both;
    content: ''
}

.shareBlock-list:before {
    display: table;
    content: ''
}

.shareBlock-list&gt;li {
    display: inline-block;
    vertical-align: top;
}

.shareBlock-list&gt;li+li {
    margin-left: 6px;
}

.shareBlock-list&gt;li.shareFB .fb_iframe_widget span {
	vertical-align: top !important;
}

*+.shareBlock-list {
    margin-top: 30px
}

/* ==========================================================================================================
										ADVANTAGES
   ========================================================================================================== */

.advantages-outer {
  height: auto;
  width: 100%;
  padding: 0px 0px 20px;
  overflow: hidden;
  background-color: #F9FBE4;
}

.advantages-outer small {
	font-size: 63%;
}

.advantages-outer .advantages-grid-columns {
	display: flex;
	justify-content: center;	
}

.advantages-outer .advantages-grid-columns .advantages-box {
	flex-direction: column;
    border: 3px #ffffff solid;
}

.advantages-box {
    background: #ffffff;
    padding: 50px 22px;
}

.advantages-outer .large {
	font-size: 140%;
}

.advantages-outer .red {
	color: #FF182B;
}

 .lead {
    font-size: 1.1rem;
	font-weight: 700;
 }
 .advantages-outer .text-small01 {
    margin-top: 20px;
 }




.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: 50%;
  margin-left: -50vw;
  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 20px 0 0;
	font-family:'A1 Gothic M 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 li span:hover {
    opacity: .7;
  }*/

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

/*.loop_wrap:hover ul {
    animation-play-state: paused;
  }*/

  @-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%);
    }
  }
/* ==========================================================================================================
										Pickup
   ========================================================================================================== */
/*
.example-sideber {
  background: #ffffff;
  background-image: radial-gradient(#c6dff7 20%, transparent 0), radial-gradient(#c6dff7 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
	
}
*/

.main-title_pickup {
	margin: 30px 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 600;
	text-align: left;
	color: #877818;
}

.pickup-bk {
    position: relative;
    color: #111;
    background-color: #FCDB10;
    background-size: cover;
	margin: 0px;
	padding: 0 0 50px 0;		
    z-index: 3;
}

.pickup_box {
	width:100%;
	height: auto;
	border:#000000 solid 2px;
	background: #ffffff;
	padding: 26px;
	margin: 0px auto;
	box-shadow: 10px 10px 0px 0 #ffffff;
}

.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:'A1 Gothic M 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: 40px;
}
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;
}
p.small_right {
  font-size: 0.67rem;
  float: right;
}
.voice-faceicon {
    float: left;
    width: 10%;
}


.voice-chatting {
	/*width: 80%;
     text-align: left; 
    display: table;
     width: 100%;
    margin: 10px 0 10px 20px;
	font-family:'A1 Gothic R JIS2004'; */
    display: table;
    width: 84%;
    font-family: 'A1 Gothic R 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-left: 1px solid #d5d8da !important;
  border-top: 1px solid #d5d8da !important;	
  z-index: 50;
}

.example-list-company &gt; li {
  list-style-type: none;
  border-right: 1px solid #d5d8da !important;
  border-bottom: 1px solid #d5d8da !important;
  z-index: 100;
}

.example-list-company &gt; li &gt; img {
  z-index: 100;
}

.example-list-company &gt; li.col-md-15 &gt; span {
	display: block;
	margin: 5% 0;
	padding: 0 2%;
	height: 100%;
	text-align: center;
	z-index: 100;
}


/* ==========================================================================================================
										 others
   ========================================================================================================== */
.others {
	background: #FEFFEF;
}


/* ==========================================================================================================
										 message
   ========================================================================================================== */
.message {
	padding: 60px 0;
    margin: 0px 0 0px 0;
    background-color: #FCDB10;
    background-image: repeating-linear-gradient(-45deg,#FDE656, #FDE656 4px,transparent 0, transparent 8px);
}
.message-main {
	background: #FFFFFF;
	opacity: 0.97;
    max-width: 800px;
    margin: 0 auto;
	padding:60px
}
.message-text {
	border-bottom: solid 1px #f0f0f0;
    font-size: 16px;
    letter-spacing: 2.2pt;
    padding: 0px 0 4px;
    text-align: center;
}
.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;
}

/* ==========================================================================================================
										 JobExample
   ========================================================================================================== */
.jobexample-card01 {
	background-color: #DCF6F8;
	border:none;
}
.jobexample-card02 {
	background-color: #faebfd;
	border:none;
}
.jobexample-card01 .card-header {
	background-color: #DCF6F8;
	border-left:#0699A4 4px solid;
	border-bottom:#0699A4 1px solid;
	font-family:'A1 Gothic R JIS2004'!important;
}
.jobexample-card02 .card-header {
	background-color: #faebfd;
	border-left:#9f30b4 4px solid;
	border-bottom:#9F2FB4 1px solid;
	font-family:'A1 Gothic R JIS2004'!important;
}

.jobexample-card01 li {
	background-color: #DCF6F8;
	border:#0699A4 1px solid;
	font-family:'A1 Gothic R JIS2004'!important;
}
.jobexample-card02 li {
	background-color: #faebfd;
	border:#9F2FB4 1px solid;
	font-family:'A1 Gothic R JIS2004'!important;
}
.badge-purple {
	color: #fff;
    background-color: #9F2FB4;
}

.jobexample-card-fc01 {
	color: #18a2b8;
}
.jobexample-card-fc02 {
	color: #9F2FB4;
}

/* ==========================================================================================================
										 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: #DCF6F8;
	border-left:#0699A4 4px solid;
	border-bottom:#0699A4 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 {
	background-image:url("../images/img_fatures_back.png");
	background-repeat: no-repeat;
	background-position: right 84px;
    background-size: 12%;
}

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

.support-card01 .card {
	background-color: #ffffff;
	border:3px #DCF6F8 solid;
}

.support-card01 .card-title {
	text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
	line-height: 1.6rem;
    color: #439580;
    margin: 10px 0 38px 0;
}
.support-card01 .card-title-1l {
    margin: 0px 0 50px 0;
}
.card-title:before {
	content: '';
    position: absolute;
    top: 80px;
    display: inline-block;
    width: 24px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 4px;
}

.support-card01.card-header {
	background-color: #DCF6F8;
	border-left:#0699A4 4px solid;
	border-bottom:#0699A4 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: #ffffff;
    border: 1px #e3e4ca solid;
	padding: 10px;
	box-shadow: 4px 4px 0px #dddddd;
}

.support-card-inner-img {
	text-align:center;
	margin: -10px auto 10px;
	padding: 10px;
	width: 86%;
    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:'A1 Gothic M JIS2004'!important;
    font-size: 1.0rem;
}
/* ==========================================================================================================
										 Voice
   ========================================================================================================== */
.voice-card-frame  {
	border:1px #0699A4 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:#0699A4 4px solid;
	border-bottom:#0699A4 1px solid;
}

.voice-card01 li {
	background-color: #ffffff;
	border:#E6FDFF 2px solid;
}
.card-text {
	padding: 10px 22px 4px;
}
.card-text01 {
	font-weight: 100;
}
.card-text02 {
	margin:20px 0 0 0;
	font-weight: 700;
	text-align: center;
}

.features-outer .sm-6-content-voice {
/*	margin-top: 107px;*/
	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;
    /* background-color: #faeeff; */
    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;
    /* background-color: #D5E7F8; */
    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
   ========================================================================================================== */

/* 1 */
.steps-title, .steps-title-end {
  width: 100%;
  margin: 0 .5em 1em 0em;
  background: #0699A4;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  height: 100px;
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.form-explain {
  min-height: 5em;
  font-weight: 500;
}

.steps-title::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #0699A4;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}



/* 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: 576px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}
*/
@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}

}

@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%;
}
}

/*  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: #0699A4;
  -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: #0699A4;
  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: #0699A4;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #0699A4;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

/* ==========================================================================================================
										FAQ
   ========================================================================================================== */
.faq .frame &gt; dl &gt; 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 .frame &gt; dl &gt; 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: #0699A4;
}

.faq .frame &gt; dl &gt; 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 .frame &gt; dl &gt; 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: #EAC6F5;
}

/*.faq .frame &gt; dl &gt; dt:nth-child(1):before {
    content: "Q.1";
}*/
.faq .frame &gt; dl &gt; dt:nth-child(1):before {
    content: "Q";
}
.faq .frame &gt; dl &gt; dt:nth-child(3):before {
    content: "Q";
}
.faq .frame &gt; dl &gt; dt:nth-child(5):before {
    content: "Q";
}
.faq .row {
	position: relative;
}

/* ==========================================================================================================
										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: #FEFFEF;
  padding-bottom: 50px; 
}

/*
.features-outer .row {
	position: relative;
	height: 360px;
}


.features-outer .row:nth-child(odd) img.features-grid-column_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	min-height: 670px;
	height: 110%;
	z-index: 1;
}
.features-outer .row:nth-child(even) img.features-grid-column_bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 110%;
	min-height: 670px;
	height: 110%;
	z-index: 2;
}

.features-outer .row img.features-grid-column_bg_pattern {
	position: absolute;
	z-index: 3;
}

.features-outer .row:nth-child(1) img.features-grid-column_bg_pattern {
	top: 40%;
	left: 7%;
}

.features-outer .row:nth-child(2) img.features-grid-column_bg_pattern {
	top: 50%;
	right: 7%;
}

.features-outer .row:nth-child(3) img.features-grid-column_bg_pattern {
	top: 25%;
	left: 5%;
}

.features-outer .row:nth-child(4) img.features-grid-column_bg_pattern {
	top: 40%;
	right: 5%;
}

.features-outer .row:nth-child(odd) .sm-6-content h2,
.features-outer .row:nth-child(odd) .sm-6-content p{
	color: #000000;
}
*/
.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;
}



/* ==========================================================================================================
										BG
   ========================================================================================================== */
.ca-bg {
  padding: 20px 0;
  background-image: 
    /* 蟾ｦ蛛ｴ縺ｮ閭梧勹逕ｻ蜒� */
    url("../images/cp0006_img-06_bg02.png"),
    /* 蜿ｳ蛛ｴ縺ｮ閭梧勹逕ｻ蜒� */
    url("../images/cp0006_img-06_bg01.png");

  background-position:
    /* 蟾ｦ蛛ｴ縺ｮ閭梧勹逕ｻ蜒上�陦ｨ遉ｺ菴咲ｽｮ */
    -10% 0,
    /* 蜿ｳ蛛ｴ縺ｮ閭梧勹逕ｻ蜒上�陦ｨ遉ｺ菴咲ｽｮ */
    110% 0;

  background-repeat:
	repeat-y,
    repeat-y;

}


/* ==========================================================================================================
										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: 'A1 Gothic R 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;
}

   /* ==========================================================================================================
										SUB FOOTER
   ========================================================================================================== */
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.footer-outer {
  width: 100%;
  padding: 30px 50px 50px;
  height: 250px;
  background: #f6f6f6;
  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 {
  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: 20%;
  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: #b5b5c8;
  margin: 0 -10px 0 0;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  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 {
  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: #212529;
  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: #565b87;
  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;
  }
  .br768 { 
	 display: none !important;
  }
  .br1200only { 
	 display: none !important;
  }
  .br1400 {
	 display: block !important;	
  }
  .mv-inner {
 	padding: 0 0 0 76px;
  }
  .mv-inner h1 {
    color: #ffffff;
    font-size: 3.0rem;
    letter-spacing: 0px;
	margin-bottom: 30px;
    font-weight: 600;
	line-height: 4.3rem;
  }
  .features-outer .row:nth-child(odd),
  .features-outer .row:nth-child(even) {
    background-size: auto !important;
  }
	
/*  .features-outer + .entry-outer {
    margin-top: 70px !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;
  }
.entry-btn-first,
.entry-btn-last {
  padding: 20px;
}
  .mv-inner h1 {
    color: #ffffff;
    font-size: 3.0rem;
    letter-spacing: 0px;
	margin-bottom: 30px;
    font-weight: 600;
	line-height: 4.0rem;
  }
  .l02 {
    color: #37b091;
    font-size: 4.0rem;
  }
/*  .features-outer + .entry-outer {
    margin: 30px 0  !important;
  }
*/  
  .br575 { 
	 display: none !important;
  }
  .br576-768 { 
	 display:none !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 {
    position: relative;
    text-align: left;
    margin: 90px 0 0 0;
    padding: 0 0 0 72px;
  }
	
/*------pickup竊�------*/	
  .main-title_section1 { 
	padding: 84px 0 0 0;
  }
  .main-title_section1::before {
    top: -74px;
    border-top: 15vw solid #f9fbe4;  /* 荳芽ｧ偵ｒ逋ｽ縺ｫ */ 
    border-left: 100vw solid transparent;
  }
  .main-title_section1::after {
    top: -74px;
    border-top: 15vw solid #f9fbe4;   /* 荳芽ｧ偵ｒ逋ｽ縺ｫ */ 
    border-right: 100vw solid transparent;
  }
  .pickup_box {
    padding: 20px;
  }
  .pickup01_right {
	padding-left: 15px;
  }	
  .voice-balloon {
    padding: 0 90px;
  }
  .voice-faceicon {
    float: left;
    width: 10%;
  }
  .voice-chatting {
    width: 82%;
  }
/*------pickup竊�------*/
	
/*------others竊�------*/
  .features-inner {
    background-position: right 92px;
    background-size: 14%;
  }
  .support-card01 .card-title {
    font-size: 1.1rem;
    margin: 18px 0 52px 0;
  }
  .support-card01 .card-title-1l {
    margin: 8px 0 49px 0;
  }
  .support-card01 .card-title-2l {
    margin: 0px 0 34px 0 !important;
  }
  .support-card01 .card-title1200 {
	margin: 10px 0 34px 0;
  }
  .card-title:before {
    top: 100px;
  }
  .support-img-sub {
	top: 302px;
  }
/*------others竊�------*/
}

@media (min-width: 1200px) {
	.w576-767{
		display:none !important;
	}
	.br1200up {
		display:block !important;
	}
	.card-header01 {
		font-size: 1.5vmin;
    	padding: 14px 6px;	
	}
}

@h2 {
  body {
    overflow-x: hidden;
  }

  #mv-wrapper {
    height: 62vh;
  }
  .mv-inner {
    position: relative;
    text-align: left;
    margin: 62px 0 0 0;
    padding: 0 0 0 72px;
  }
  .mv-inner h1 {
    color: #ffffff;
    font-size: 2.2rem;
    letter-spacing: 0px;
	margin-bottom: 16px;
    font-weight: 600;
	line-height: 4.2rem;
  }
  .l02 {
	font-size: 3.2rem;
  }
  .mv-inner {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 1.6rem;
  }
  .mv-inner p.sub {
    font-size: 1.0rem;
  }
  .entry-btn-first,
  .entry-btn-last {
    padding: 10px;
  }
  .loop_wrap li {
    padding-bottom: 70px;
  }


  .features-outer .row:nth-child(odd),
  .features-outer .row:nth-child(even) {
    background-size: 140% auto;
  }
	
  .features-outer .sm-6-content h2 {
    margin-top: 80px;
  }

  .features-outer .sm-6-content p {
    width: 100%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }

  h2 {
	font-size: 1.7rem;
	line-height: 3.5rem;
  }
  .br575 { 
	 display: none !important;
  }
  .br576-768 { 
	 display:none !important;
  }
  .br768 { 
	 display: none !important;
  }
  .br992-displaynone {
    display: none !important;
  }
  .br1200 { 
	 display: none !important;
  }
  .mc-sns {
    text-align: center;
  }
  .tag02 {
    position: relative;
    height: 40px;
    width: fit-content;
    margin: 0px 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;
  }

 .lead {
    font-size: 1.1rem;
	font-weight: 700;
 }
 .features-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center !important;
  }

  .features-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .no-float {
    float: none !important;
  }

  .img-float-right {
    float: none;
  }

  .img-float-left {
    float: none;
  }
  .jobexample-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .jobexample-grid-columns .in-order-4,
  .jobexample-grid-columns .in-order-8 {
    order: 1;
  }
  .jobexample-grid-columns .in-order-3,
  .jobexample-grid-columns .in-order-7 {
    order: 2;
  }
	
  .features-outer .col-sm-6 .span-percent, .features-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .features-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .features-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .advantages-outer .second-title {
    margin-top: 60px;
  }

  .features-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .features-grid-columns .in-order-4,
  .features-grid-columns .in-order-8 {
    order: 1;
  }
  .features-grid-columns .in-order-3,
  .features-grid-columns .in-order-7 {
    order: 2;
  }
	
  .features-outer .row {
    height: auto;
  }
	
  .features-outer .row:nth-child(odd) img.features-grid-column_bg,
  .features-outer .row:nth-child(even) img.features-grid-column_bg{
    width: auto;
    min-height: inherit;
    height: 100%;	
  }
	
  .voice-card01 {
		margin:30px 0 0 ;
  }

  .voice-card01::before{
  		content: '';
  		position: absolute;
  		display: block;
  		width: 0;
  		height: 0;
  		left: 0;
  		right: 0;
  		top: -30px;
  		margin: 0 auto;
 		border-bottom: 15px solid #E6FDFF;
 		border-right: 15px solid transparent;
  		border-left: 15px solid transparent;
  }
	
  .footer-outer .shareBox {
    text-align: center;
  }

  .navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
  .ca-bg {
    padding: 20px 0;
    background-image: 
      /* 蟾ｦ蛛ｴ縺ｮ閭梧勹逕ｻ蜒� */
      url("../images/cp0006_img-06_bg02.png"),
      /* 蜿ｳ蛛ｴ縺ｮ閭梧勹逕ｻ蜒� */
      url("../images/cp0006_img-06_bg01.png");

    background-position:
      /* 蟾ｦ蛛ｴ縺ｮ閭梧勹逕ｻ蜒上�陦ｨ遉ｺ菴咲ｽｮ */
      -50% 0,
      /* 蜿ｳ蛛ｴ縺ｮ閭梧勹逕ｻ蜒上�陦ｨ遉ｺ菴咲ｽｮ */
      150% 0;

    background-repeat:
	  repeat-y,
      repeat-y;

  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*  .card-header01 {
	font-size: 1.5vmin;
    padding: 5px 6px;
    line-height: 1.2rem;	
  }*/
  .br-992-1200 {
	display: block !important;	
  }
  .card-header02 {
	padding: 15px 10px;
    line-height: 1.2rem;
  }
  #mv-wrapper {
    display: flex;
    justify-content: center;
    height: 82vh;
}
}
@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.2rem;
  }
}

@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-wrapper {
    height: 62vh;
    width: 100%;
}
.mv-inner {
    position: relative;
    text-align: left;
    margin: 82px 0 0 0;
    padding: 0 0 0 14px;
}
.mv-inner h1 {
    font-size: 2.6rem;
    letter-spacing: 0px;
    margin-bottom: 30px;
    line-height: 2.2rem;
}
.l02 {
    font-size: 3.3rem;
}
.mv-inner p {
    margin-top: 30px;
    margin-bottom: 20px;
}
.mv-inner p.sub {
    font-size: 0.95rem;
    line-height: 1.9rem;
}
.entry-btn-first,
.entry-btn-last {
  font-size: 16px;
  width: 276px;
  max-width: 100%;
  padding: 14px !important;
  margin: 20px 0 0 0;
  border: 3px #353535 solid;
}
/*------mv-bottom竊�------*/
.scrolldown4{
    /*謠冗判菴咲ｽｮ窶ｻ菴咲ｽｮ縺ｯ驕ｩ螳懆ｪｿ謨ｴ縺励※縺上□縺輔＞*/
	position:absolute;
	bottom:1%;
	right:4%;
    /*遏｢蜊ｰ縺ｮ蜍輔″1遘偵°縺代※豌ｸ驕�縺ｫ繝ｫ繝ｼ繝�*/
	animation: arrowmove992 1s ease-in-out infinite;
}
.mv-bottom {
	height: 320px;
}
.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;
}
/*------mv-bottom竊�------*/
	
/*------pickup竊�------*/
  .main-title_section1 { 
	padding: 84px 0 0 0;
  }
  .main-title_section1::before {
    top: -58px;
    border-top: 16vw solid #f9fbe4;
    border-left: 100vw solid transparent;
  }
  .main-title_section1::after {
    top: -58px;
    border-top: 16vw solid #f9fbe4;
    border-right: 100vw solid transparent;
  }
  .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;
  }

/*------pickup竊�------*/	


/*------others竊�------*/	
  .support-card01 .card-title {
	text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    color: #439580;
    margin: 18px 0 51px 0;
  }
  .support-card01 .card-title-1l {
    margin: 10px 0 58px 0;
  }
  .support-card01 .card-title {
    font-size: 1.1rem;
  }
  .support-img-sub {
    top: 272px;
    left: 26px;
    font-size: 0.85rem;
  }
  .support-card-inner-img {
	width: 100%;
  }

/*------others竊�------*/	

/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/	
.entry_sub_01 a::before {
    top: calc(97% - -23px);
}
.entry_sub_01 a::after {
    top: calc(97% - -25px);
}
/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/	
	
/*------message竊�------*/
.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;
}
/*------message竊�------*/
	
  .steps-title {
    width: 100%;
    margin: 0 auto 30px;
    background: #0699A4;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: auto;
	font-size: 1.2rem;
    text-align: center;
    padding: 10px;
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 20px solid #0699A4 !important;
    border-right: 10vw solid transparent !important;
    border-left: 10vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    bottom: -20px !important;
    top: auto !important;
    left: 0;
    right: 0;
    margin-top: 0 !important;
	margin: 0 auto;
  }
  .steps-title-end {
    width: 100%;
    margin: 0 .5em 1em 0em;
    background: #0699A4;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 42px;
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
  }
  .form-explain {
    min-height: 5em;
    font-weight: 500;
	text-align:center;
	margin-bottom: 0px;
  }
  .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: 5px 18px;
    line-height: 1.2rem;
  }
  .advantages-box {
    background: #ffffff;
    padding: 56px 42px;
  }
  .br768-991 { 
    display: block !important;
  }
  .ls-min {
	letter-spacing: -0.6px;	
  }
  .card-title768-991 {
	margin: 10px 0 39px 0 !important
  }
}

@media screen and (max-width: 767.98px) {
  #mv-wrapper {
    height: 50vh;
  }

  .mv-inner {
    position: relative;
    text-align: left;
    margin: 60px 0 0 0;
  }
  .mv-inner h1 {
    color: #ffffff;
    font-size: 2.1rem;
    letter-spacing: 0px;
	line-height: 2.2rem;
  }
  .l02 {
    font-size: 2.7rem;
  }
  .mv-inner p {
    margin-top: 22px;
    margin-bottom: 10px;
    line-height: 1.8em !important;
  }
  .mv-inner p.sub {
    font-size: 0.9rem;
    color: #353535;
  }
	
/*------mv-bottom竊�------*/
.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;
}
/*------mv-bottom竊�------*/
	
  h2 {
	font-size: 1.5rem;
	line-height: 3.5rem;
  }
  .br575 { 
	display: none !important;
  }
  .br576-768 { 
	 display:none !important;
  }
  .br768 {
    display: flex !important;
  }
  .br768-displaynone {
    display: none !important;
  }
  .br992-displaynone {
    display: none !important;
  }
  .textlink02 a {
	padding-right: 28px;
  }
/*------pickup竊�------*/
  .main-title_section1 { 
    padding: 84px 0 0 0;
  }
  .main-title_section1::before {
    top: -54px;
    border-top: 20vw solid #f9fbe4;
    border-left: 100vw solid transparent;
  }
  .main-title_section1::after {
    top: -54px;
    border-top: 20vw solid #f9fbe4;
    border-right: 100vw solid transparent;
  }
  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;
  }
  .main-title_pickup {
    margin: 35px 0;
	font-size:1.3rem;
	line-height: 2.2rem;
	font-weight: 600;
  }
  .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;
  }
	

	
/*------pickup竊�------*/

/*------others竊�------*/
  .features-inner {
	background-position: right 72px;
    background-size: 18%;
  }
  .support-card-inner-img {
	width: 68%;
  }
  .support-card01 .card-title {
    font-size: 1.2rem;
  }
  .support-img-sub {
    top: 390px;
    left: 94px;
    font-size: 1.0rem;
  }
/*------others竊�------*/

/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/	
.entry_sub_01 a::before {
    top: calc(97% - -26px);
}
.entry_sub_01 a::after {
    top: calc(97% - -28px);
}
/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/	
	
/*------message竊�------*/
.message {
	padding: 60px 0;
    margin: 0px 0 0px 0;
}
.message-main {
	background: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
	padding:30px
}
.message-text {
    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;
}
/*------message竊�------*/
	
  .advantages-outer .second-title {
    margin-top: 60px;
  }
  .advantages-box {
    background: #ffffff;
    padding: 50px 42px;
  }
  .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;
  }
  .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.2rem;
  }
  .support-card-inner01 {
    padding: 20px;
  }

/*
	.voice-card01::before{
  		content: '';
 		position: absolute;
  		display: block;
  		width: 0;
 	 	height: 0;
 	 	left: -15px;
  		top: 50%;
  		margin-top: -90px;
  		border-right: 15px solid #E6FDFF;
  		border-top: 15px solid transparent;
  		border-bottom: 15px solid transparent;
	}
*/
}



@media screen and (max-width: 575.98px) {
  .entry-btn-first,
  .entry-btn-last {
    padding: 20px;
	width: 300px;
  }
  h2 {
	font-size: 1.3rem ;
	line-height: 2.8rem;
  }
  h3 {
	font-size: 1.3rem;
    line-height: 2.0rem;
	font-weight:600;
  }
  .advantages-box {
    padding: 20px 22px;
  }
  .advantages-box h3 {
    font-size:1.1rem;
  }
  .sub-title-01:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 64px;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 4px;
  }
  .br575 { 
	 display:block !important;
  }
  .br575-none { 
	 display:none !important;
  }

  .br576-displaynone{
	 display:none !important;
  }	
  .br576-768 { 
	 display:none !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: #353535 !important;
    font-size: 0.6rem;
    letter-spacing: -0.01rem;
  }
  .main-navbar-nav .navbar-brand img {
    width: 82%;
    height: auto;
  }
  #mv-wrapper {
    height: auto;
    width: 100%;
    background-color: #FDE656;
    background-image: repeating-linear-gradient(-45deg,#FCDB10, #FCDB10 7px,transparent 0, transparent 14px);
  }	
  .mv-wrapper-img {
	width:90%;
	height: auto;
  }
  .mv-inner {
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 30px 14px;
    align-items: center;
    justify-content: center;
	
  }
  .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%;
	  
  }
  .mv-inner h1 {
    color: #ffffff;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 3.0rem;
	margin: 12px 0 0 0;
  }
  .l02 {
	color: #37b091;
    font-size: 2.6rem;
  }
  .mv-inner p {
    width: 100%;
    line-height: 1.2rem;
	font-size:0.8rem;
	text-align: center;
  }
  .title-01-line {
	border-bottom: solid 2px #439580;
	padding: 0 0 6px 0;
  }
.entry-btn-first,
.entry-btn-last {
    max-width: 100%;
    padding: 22px 0 !important;
    margin: 20px 0 20px 0;
    border: 2px #353535 solid;
}
/*------mv-bottom竊�------*/
  .scrolldown4 {
    animation: arrowmove575 1s ease-in-out infinite;
  }
  .mv-bottom {
	height: 100%;
  }
  .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%;
  }
/*------mv-bottom竊�------*/
  .btn-lg, .btn-group-lg &gt; .btn {
    padding: 18px;
    font-size: 0.9rem;
    line-height: 0.8;
  }
  .social-icons-header i:first-of-type {
    font-size: 22px;
  }
  .tag02-main {
    margin: -44px 0 0px -146px;
	z-index: 100;
  }
  .advantages-outer {
    padding: 0px 15px 70px;
  }
  .col-half{
	display: inline-block;
    padding: 0px 20px 0px 0px;
  }
  .advantages-outer img {
	width: 88%;	
	padding: 12px 0;
  }
  .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;
  }

	
  .features-grid-column01 img {
    max-height: 540px;
  }
	
  .features-grid-column01 &gt; div + div {
    padding-left: 25%;
    padding-right: 25%;
  }
	
/*------pickup竊�------*/
  .main-title_section1 {
    margin-top: -86px;
  }
  .main-title_section1::before {
    top: -8px;
    border-top: 26vw solid #f9fbe4;
    border-left: 100vw solid transparent;
  }
  .main-title_section1::after {
    top: -8px;
    border-top: 26vw solid #f9fbe4;
    border-right: 100vw solid transparent;
}
  .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;
  }
  .pickup-bk {
    position: relative;
    color: #111;
    background-color: #FCDB10;
    z-index: 3;  
  }
  .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;
  }

/*------pickup竊�------*/
	
/*------others竊�------*/
  .title-01-sub {
    font-size: 1.0rem;
    font-weight: 600;
  }
  .support-card-inner-img {
    width: 84%;
  }
  .support-card01 .card-title {
    font-size: 1.1rem;
  }
  .support-img-sub {
    top: 92vw;
    left: 8%;
  }
/*------others竊�------*/

/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/	
.entry_sub_01 a::before {
    top: calc(97% - -40px);
}
.entry_sub_01 a::after {
    top: calc(97% - -42px);
}
/*------繧ｻ繝溘リ繝ｼ繝ｪ繝ｳ繧ｯ竊�------*/
	
	
/*------message竊�------*/
.message {
	padding: 60px 0;
    margin: 0px 0 0px 0;
}
.message-main {
	background: #FFFFFF;
    max-width: 770px;
    margin: 0 auto;
	padding:22px
}
.message-text {
    font-size: 16px;
    letter-spacing: 1.0pt;
    padding: 0px 0 0px;
}
.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;
}
/*------message竊�------*/
	
  .example-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }
	
  .example-inner .text-secondary {
    font-size: 0.75rem;	
  }

  .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;
  }
	
  .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;  
  }
  .ca-bg {
    padding: 20px 0;
    background-image: url(../images/cp0006_img-06_bg02_sp.png);
    background-position: center;
    background-repeat: repeat-y;
  }
  .voice-card-frame .card-header {
	padding:0.75rem 0;	
  }
  .voice-card-frame .font-small {
	font-size:0.9rem;	
  }
  .card-title:before {
    top: 100px;
  }
}
@media screen and (max-width: 320px) {
	.ls320 {
		display: block;
    	letter-spacing: -0.5px;
    	font-size: 1.05rem !important;
	}
	.message-main {
   	 	padding: 14px;
	}
	.message-text {
    	font-size: 16px;
    	letter-spacing: -0.5pt;
    	padding: 0px 0 0px;
	}
}</pre></body></html>