/*# 追記事項 */

li.pricing__feature2{
    color: #f00;
}

div.mb0px{
    margin-bottom: 0px;
}

#fh5co-header h1 span {
 /*       display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0, #00c1f4));
    background: linear-gradient(transparent 70%, #00c1f4 0);
    line-height: 1.55;
 */
    color: yellow;
}

.mad-top20 {
    margin-top: 6.5em;
}

.mad-top10 {
    margin-top: 3em;
}


.mad-bottom{
    margin-bottom:3em;
}


div.table1-wrap {
    padding: 0px 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin-top: 2em;
}

dl.table1-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 20px;
}

.table1-list dt {
    width: 17%;
    min-width: 7em;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.8;
    color: #000;
}

.table1-list dd {
    width: 83%;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .table1-list dd {
        width: 100%;
    }
}

.shushoku-shien dt {
    color: #000;
}

.shushoku-shien dd {
    padding-bottom: 15px;
    margin-left: 1em;
}


/*フォント装飾系*/
.fontunder_yellow {
     background: linear-gradient(transparent 60%, #ffff66 60%);
}

.fontunder_pink{
     background: linear-gradient(transparent 60%, #ff99ff 60%);
}

span.fontyellow {
    color: yellow;
}


span.fontblue {
    color: #31aae2;
}


.fontwhite {
    color: white;
}
span.fontyellowBig {
    color: yellow;
    font-size: 2.5em;
}

span.dotto-yellow{
    padding-left:20px; 
    color: #000;
    font-weight: bolder;
}

span.dotto-yellow:before {
    color: #f1d430;
}

span.dotto-yellow:before {
    position: absolute;
    content: "\25CF";
    left: 17px;
}


#fh5co-header h1 span.h1spe-kuwa{
    font-size: 20px;
    color: #fff;
}

#fh5co-header .display-tc h1.font45 {
    font-size: 45px;
    color: #fff;
}


@media screen and (max-width: 768px){
    #fh5co-header h1 span.h1spe-kuwa{
    font-size: 15px;
    color: #fff;
}
}


.fw-bold{
    font-weight: bolder;
    color: #000;
}

.font18px{
    font-size: 18px;
    font-weight: normal;
}


/*リンクのボタン*/
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


/*一般*/
div.btn-apply {
    margin-top: 3em;
}

div.btn-apply p .btn-kuwa {
    font-size: 200%;
    font-weight: bolder;
    padding: 15px 30px;
}

div.btn-apply2 {
    margin-top: 0em;
    margin-bottom: 5em;
}

div.btn-apply2 p .btn-kuwa {
    font-size: 200%;
    font-weight: bolder;
    padding: 15px 30px;
}



#fixed-bottom-kuwa {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  text-align: center;
    padding-top: 10px;
}

#fixed-bottom-kuwa p .btn-kuwa {
    font-size: 140%;
    font-weight: bolder;
}

#fixed-bottom-kuwa p.to-top{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
   width: 100%;
  height: 80px;
  cursor: pointer;
    background:rgba(0,0,0,0.45);
}


/*説明会の表*/
table.price-list-kuwa{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.price-list-kuwa tr{
  border-bottom: solid 1px #eee;
    color: #000;

}

table.price-list-kuwa tr:hover{
  background-color: #d4f0fd;
}

table.price-list-kuwa th,table td{
  text-align: center;
  padding: 15px 0;
}

table.price-list-kuwa td.icon{
  background-size: 35px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

table.price-list-kuwa td.icon.bird{
  background-image: url(icon-bird.png)
}

table.price-list-kuwa td.icon.whale{
  background-image: url(icon-whale.png)
}

table.price-list-kuwa td.icon.crab{
  background-image: url(icon-crab.png)
}

div.row div.adj-marjin0{
    margin-bottom: 0px;
}



/*会社概要の表*/
table.companytable {
  width: 100%;
  border-spacing: 0;
}

table.companytable th {
  border-bottom: solid 2px #31aae2;
  padding: 10px 0;
}

table.companytable td {
  border-bottom: solid 2px #ddd;
  text-align: left;
  padding: 10px 0 10px 50px;
}



/*FAQ*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}



/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* パンくず */
div.pankuzu ul{
    margin-left:auto;
    margin-right: auto;
}
div.pankuzu ul li {
    list-style: none;
    float: left;
}


div.pankuzu .border-gray {
    border: 1px solid #b3b3b3!important;
}



/*# FVの記述 */
.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.jumbotron .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 700;
    font-family: "Noto Sans JP", 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
#fh5co-header .display-tc h2{
  font-size: 15px;
}
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}


#fh5co-header .display-tc p.fv-kuwa .btn{
  padding: 10px 20px;
    margin-bottom: 15px;
}




@media screen and (max-width: 768px) {
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  font-size: 14px;
}
}

#fh5co-header .display-tc .btn.btn-video,
#fh5co-counter .display-tc .btn.btn-video,
.fh5co-cover .display-tc .btn.btn-video {
  background: rgba(9, 198, 171, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-video:hover, #fh5co-header .display-tc .btn.btn-video:focus,
#fh5co-counter .display-tc .btn.btn-video:hover,
#fh5co-counter .display-tc .btn.btn-video:focus,
.fh5co-cover .display-tc .btn.btn-video:hover,
.fh5co-cover .display-tc .btn.btn-video:focus {
  background: rgba(9, 198, 171, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
#fh5co-counter .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header .display-tc .btn.btn-learn,
#fh5co-counter .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: rgba(234, 146, 21, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
#fh5co-counter .display-tc .btn.btn-learn:hover,
#fh5co-counter .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: rgba(234, 146, 21, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #EA9215 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

/* 一般調整 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*PCの場合*/
.pc-kuwa	{ display:inline!important; }
.mb-kuwa	{ display:none!important; }
@media screen and (max-width: 768px) {
/*タブレット、スマホの場合*/
.pc-kuwa	{ display:none!important; }
.mb-kuwa { display:inline!important; }
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* トップの動画処理 */
#modal-content22{
width:80%;
margin:0;
padding:0;
background:#fff;
position:fixed;
display:none ;
z-index:99999;
}

#modal-content22 .inner{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
}

#modal-content22 .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay22{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
}

ul.list-link-01 {
    list-style: none;
    padding-left: 0px;
}

ul.list-link-01 li {
    list-style: none;
}


/* aboutのyoutube */
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.sp-spacer {
	display: none;
	width: 1px;
	height: 1px;
}
@media screen and (max-width: 768px) {
	.sp-spacer {
		display: block;
	}
}


/* 一般 */
ul.classdetail li {
    float: left;
    padding-right: 35px;
}

div.classdetail-con h3{
    margin-bottom: 10px;
    margin-top: 30px;
}

.marginright20{
    margin-right: 20px;
}

.news-re{
    border: 1px solid #99CCFF;
    margin-top: 15px;
}

.doubleline{

background-image:url(../images/doubleLine_black.png);

background-repeat:repeat-x;

background-position: center;

}

h3.footerh3{
    padding-top: 20px;
}


/*# タグ風のアイコン */
span.tagkouza1 {
	position: relative;
	display: inline-block;
	margin: 0 .6em .6em .6em;
	padding: .6em .6em .6em 1.2em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #3cb371;
    font-size: 0.7em;
}
span.tagkouza1:before {
	position: absolute;
	top: 0;
	left: -1em;
	content: '';
	border-width: 1.1em 1em 1.1em 0;
	border-style: solid;
	border-color: transparent #3cb371 transparent transparent;
}
span.tagkouza1:after {
	position: absolute;
	top: center;
	left: 0;
	content: '●';
	color: #fff;
}

/*# タグ風のアイコン */
span.tagkouza2 {
	position: relative;
	display: inline-block;
	margin: 0 .6em .6em .6em;
	padding: .6em .6em .6em 1.2em;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	background-color: #9acd32;
    font-size: 0.7em;
}
span.tagkouza2:before {
	position: absolute;
	top: 0;
	left: -1em;
	content: '';
	border-width: 1.1em 1em 1.1em 0;
	border-style: solid;
	border-color: transparent #9acd32 transparent transparent;
}
span.tagkouza2:after {
	position: absolute;
	top: center;
	left: 0;
	content: '●';
	color: #fff;
}


/*# 部分変更 */
.section-content h5{
    font-weight: bold;
}

.blog-item-wrapper h6{
    color: #2CC990;
}


p.joblist{
    text-indent: -1.5em;
    padding-left: 2em
}

p.joblist img{
    padding-right: 0.5em;
} 




/* flowの部分 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}


.p-flow {
  padding: 0px 0 10px 0;
}
@media screen and (max-width: 1366px) {
  .p-flow {
    padding: 7.32064vw 0 8.78477vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 11.73403vw 0 9.12647vw 0;
  }
}
@media print {
  .p-flow {
    padding: 54.16px 0 64.992px 0;
  }
}
.p-flow__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 1366px) {
  .p-flow__header {
    margin-bottom: 5.85652vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__header {
    margin-bottom: 7.1708vw;
  }
}
@media print {
  .p-flow__header {
    margin-bottom: 43.328px;
  }
}
.p-flow__title {
  font-weight: bold;
  text-align: center;
}
.p-flow__title .header-en {
  font-size: 128px;
  color: #cccccc;
}
@media screen and (max-width: 1366px) {
  .p-flow__title .header-en {
    font-size: 9.37042vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title .header-en {
    font-size: 9.38722vw;
  }
}
@media print {
  .p-flow__title .header-en {
    font-size: 69.3248px;
  }
}
.p-flow__title .header-jp {
  display: block;
  margin-top: -50px;
  font-size: 80px;
}
@media screen and (max-width: 1366px) {
  .p-flow__title .header-jp {
    margin-top: -3.66032vw;
    font-size: 5.85652vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title .header-jp {
    margin-top: -4.1721vw;
    font-size: 6.25815vw;
  }
}
@media print {
  .p-flow__title .header-jp {
    margin-top: -27.08px;
    font-size: 43.328px;
  }
}
.p-flow__inner {
  width: 1066px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .p-flow__inner {
    width: 85.35871vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    width: 100%;
  }
}
@media print {
  .p-flow__inner {
    width: 631.5056px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list {
    flex-wrap: wrap;
  }
}
.p-flow .flow-list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  width: 19%;
  border: 1px solid #000;
  padding: 30px 5px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .p-flow .flow-list li {
    padding: 2.19619vw 0.36603vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li {
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    border: 4px solid #a7a7a7;
    padding: 3.25945vw 5.21512vw 3.25945vw 5.21512vw;
    margin-bottom: 4.66667vw;
  }
}
@media print {
  .p-flow .flow-list li {
    padding: 16.248px 2.708px;
  }
}
.p-flow .flow-list li:after {
  position: absolute;
  content: "";
  right: -30px;
  width: 0;
  height: 0;
  top: calc(50% - 30px);
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #00a0c8;
  z-index: 1;
}
@media screen and (max-width: 1366px) {
  .p-flow .flow-list li:after {
    right: -2.19619vw;
    top: calc(50% - 30px);
    border-width: 2.19619vw 0 2.19619vw 2.19619vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:after {
    top: auto;
    right: 0;
    bottom: -4vw;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    border-width: 3.65059vw 3.91134vw 0 3.91134vw;
    border-color: #00a0c8 transparent transparent transparent;
  }
}
@media print {
  .p-flow .flow-list li:after {
    right: -16.248px;
    top: calc(50% - 30px);
    border-width: 16.248px 0 16.248px 16.248px;
  }
}
.p-flow .flow-list li:last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:nth-child(1) img {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:nth-child(2) img {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:nth-child(3) img {
    width: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:nth-child(4) img {
    width: 6.66667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list li:nth-child(5) img {
    width: 10.66667vw;
  }
}
.p-flow .flow-list-title {
  width: 4em;
  padding: 5px 0;
  background: #000;
  border-radius: 10px;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 1366px) {
  .p-flow .flow-list-title {
    padding: 0.36603vw 0;
    font-size: 2.04978vw;
  }
}
@media print {
  .p-flow .flow-list-title {
    padding: 2.708px 0;
    font-size: 15.1648px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list-title {
    order: 1;
    padding: 0.52151vw 0 0.78227vw 0;
    font-size: 2.60756vw;
  }
}
.p-flow .flow-list-text {
  display: table;
  font-size: 32px;
  font-weight: bold;
  min-height: 3em;
  width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
@media screen and (max-width: 1366px) {
  .p-flow .flow-list-text {
    font-size: 2.34261vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list-text {
    order: 3;
    width: auto;
    min-height: auto;
    font-size: 3.91134vw;
  }
}
@media print {
  .p-flow .flow-list-text {
    font-size: 17.3312px;
  }
}
.p-flow .flow-list-text span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list-text span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-list-image {
    order: 2;
    min-width: 10vw;
    margin-left: 3.33333vw;
    margin-right: 6.66667vw;
    text-align: center;
  }
}
@media print {
  .p-flow .flow-list-image img {
    width: 80%;
  }
}
.p-flow .flow-exp {
  margin-top: 40px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .p-flow .flow-exp {
    margin-top: 2.92826vw;
    font-size: 1.75695vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .flow-exp {
    font-size: 3.12907vw;
    margin-top: 0;
    line-height: 1.4;
  }
}
@media print {
  .p-flow .flow-exp {
    margin-top: 21.664px;
    font-size: 12.9984px;
  }
}




/*フッターのアイコン*/
/* social-media */
@font-face {
  font-family: "social-media";
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "social-media" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "social-media" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/*FVの調整(top)*/
h1.h1sp-adj {
    margin-top:50%;
    color: #fff;
}
@media screen and (max-width: 768px) {
    h1.h1sp-adj {
        margin-top:0px;
        font-size:3.8rem;
    }
}


h1.h1sp-adj2 {
    margin-top:20%;
    color: #fff;
    font-size: 2.5em;
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
    h1.h1sp-adj2 {
        margin-top:15%;
        margin-left: 50%;
        font-size:2em;
    }
}


h1.h1sp-adj2 span.fontsmall {
    font-size: 0.4em;
    line-height: 0px;
    height: 0px;
}
@media screen and (max-width: 768px) {
    h1.h1sp-adj2 span.fontsmall {
        font-size:0.4em;
        height: 0px;
    }
}


h1.h1sp-adj3 {
    margin-top:20%;
    color: #000;
    font-size: 2.5em;
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
    h1.h1sp-adj3 {
        margin-top:15%;
        margin-left: 50%;
        font-size:2em;
    }
}

h1.h1sp-adj4 {
    margin-top:20%;
    color: #000;
    font-size: 2.5em;
    padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
    h1.h1sp-adj4 {
        margin-top:0%;
        margin-left: 0%;
        font-size:2em;
        background-color:rgba(255,255,255,0.5);
    }
}





p.marukadofv2 {
    background: linear-gradient(#ff8b45, #ff6161);
    border-radius: 30px;
    padding: 15px;
    font-weight: bold;
    font-size: 2em;
color: #000;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    p.marukadofv2 {
        font-size: 1em;
        margin-top: 10%;
    }
}



p.marukadofv2 a {
    color: #fff;
}

p.marukadofv2 a:hover {
    opacity: 0.5;
}



div.fvbackground {
    background-image: url(../img/hero.png);background-repeat: no-repeat;background-position: center;background-size: cover;
}
@media screen and (max-width: 768px) {
    div.fvbackground {
    background-image: url(../img/herosp.png);background-repeat: no-repeat;background-position: center;background-size: cover;
    }
}

div.fvbackground2 {
    background-image: url(../img/hero2.png);background-repeat: no-repeat;background-position: center;background-size: cover;
}
@media screen and (max-width: 768px) {
    div.fvbackground2 {
    background-image: url(../img/hero2.png);background-repeat: no-repeat;background-position: center;background-size: cover;
    }
}


@media screen and (max-width: 768px) {
    div.fvform {
        padding-left: 20%;
    }
}


/*FVの調整(top以外)*/
h1.color-white{
    color: #fff;
    text-align: center;
    padding: 0.5em
}

h1.fv_otherpage_h1{
    font-size: 2em;
}


/*その他*/
#blog h2.section-title{
    color: #fff;
}

#blog p.section-sub-title{
    color: #fff;
}

li.marukado{
    background: linear-gradient(#ff8b45, #ff6161);
    border-radius:30px;
}

.marukado2{
    background: linear-gradient(#ff8b45, #ff6161);
    border-radius:30px;
    color: #fff;
    margin: 0 15px;
    text-align: center;
}

.marukado2 a {
    color: #fff;
}

.marukado2 a:hover {
    color: #000;
}

.marukado3{
    background: linear-gradient(#ff8b45, #ff6161);
    border-radius:30px;
    color: #fff;
    margin: 0 20%;
    text-align: center;
    width: 90px;
}

.marukado3 a {
    color: #fff;
}

.marukado3 a:hover {
    color: #000;
}





.single-item .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: #fff;
}
.single-item .card p {
  font-size: 2rem;
}




/* カルーセルの部分 */
.item{
  height: 100%;
  padding: 20px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

.testimony-slide {
    text-align: center;
    position: relative;
    color: #fff !important;
}

.owl-carousel .owl-item img.carousel-img-icon {
    width: auto;
    float: left;
    padding-right: 10px;
}



span.fvcopys{
    font-size:0.5em;
}

span.fvcopys2{
    font-size:0.8em;
}




