﻿@charset "utf-8";

html,
body {
	overflow-x:auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/*--------------------------------------
	main image
---------------------------------------*/
header{
	margin-top: -1%;
}

.news_sec{
	padding: 15% 0;
	background: #F5F7FB;
}
.main_img{
	display:block;
	background:url("../images/mainImg_sp_.png") 0 0 no-repeat;
	height:0;
	padding-top: 116.37%;
	margin-bottom: -50%;
	background-size:contain;
}
/*--------------------------------------
	キャッチフレーズ
---------------------------------------*/

img.nav_img{
	margin-top: 10px;
}


/* クロスグラデーション その１*/
.bg_gradi {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 100px 0;
}
.bg_gradi:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: rgba(93, 84, 240, 0.5);
	background: -webkit-linear-gradient(left, rgba(0, 168, 255, 0.3), rgba(185, 0, 255, 0.2));
	background: -o-linear-gradient(left, rgba(0, 168, 255, 0.3), rgba(185, 0, 255, 0.2));
	background: -moz-linear-gradient(left, rgba(0, 168, 255, 0.3), rgba(185, 0, 255, 0.2));
	background: linear-gradient(left, rgba(0, 168, 255, 0.3), rgba(185, 0, 255, 0.2));
	/*background: #011931;*/
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	z-index: -1;
}
.bg_gradiinner {
	box-sizing: boder-box;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 120px 10px;
	text-align: center;
}
/* クロスグラデーション */
.bg_gradi:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 80%;
	margin: 3% -10% 0;
	background: #eff7ff;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	z-index: 5px;
}

.nav-item h5.mb-2{
	font-size: 13px;
}

/*--------------------------------------
  　カリキュラム
---------------------------------------*/
.sec_area{
-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
}
/*--------------------------------------
  　訓練内容　テーブル
---------------------------------------*/
.bg_gray {
	background-color: #f8f9fa;
}
.t_caption {
	font-size: 16px;
	width: 20%;
}
/*--------------------------------------
  　QAアコーディオン
---------------------------------------*/
li.q_tit {
	border: solid 1px #ccc;
	border-radius: 3em;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 0 30px;
	/* box-shadow */
	box-shadow: 3px 4px 7px -5px #cccccc;
}
.accordion li {
	position: relative;
}

h4.f-container{
	display:flex;
}

.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 1.5em 1em;
	position: relative;
}
.accordion > ul > li > p {
	display: none;
	text-align: left;
	padding: 0 .8em 1.4em 1em;
	color: #555;
	line-height: 1.8;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*--------------------------------------
    よくある質問
  　Question アイコン
---------------------------------------*/
.type_ {
	margin-left: 1%;
	text-indent: -1em;
}
.q_img {
	width: 25px;
	height: 25px;
	margin-right: 20px;
	display: inline-block;
}
footer {
	background: rgba(93, 84, 240, 0.5);
	background: -webkit-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.3));
	background: -o-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.3));
	background: -moz-linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.3));
	background: linear-gradient(left, rgba(0, 168, 255, 0.5), rgba(185, 0, 255, 0.3));
}

.topimg_bg2{
	position: relative;
}

h3{
	margin-bottom: 2%;
}

/*--------------------------------------
  　プライバシーポリシー
---------------------------------------*/
#privacy-policy{
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 5%;;
		background-color: #fff;
		border-radius: 30px;
	}

#privacy-policy h5{
	font-weight: bold;
}

	/* デフォルト：479px以上用（スマートフォン用）の記述 */
@media screen and (min-width: 380px) {
	/* 480px以上用（タブレット／スマートフォン用）の記述 */

	
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	header{
		margin-bottom: 20%;
	}
	/* ナビゲーション */
	.nav {
		margin-bottom: 0; 
	}
	.nav_dw{
		margin-left: 510px;
	}
	.dropdown { 
		position: static; 
	}
	.dropdown-menu { 
		width: 100%; 
		text-align: left;
	}
	.dropdown-menu ul li a img{
		display: none; 
	}

	.nav-link {
		padding: 0; 
	}
	
	li.nav_tex2 {
		padding-bottom: 40px;
	}

	li.nav_tex, li.nav_tex2 {
		padding-left: 3px;
		margin-bottom: 20px;
	}
	/*　ニュースエリア　*/

	p.top_text{
		font-family: "M PLUS Rounded 1c";
		margin: 20% 5% 0 5%;
		display:block;
	}
	.main_img{
		display:block;
		background:url("../images/mainImg_sp_.png") 0 0 no-repeat;
		height:0;
		padding-top: 116.37%;
		margin-bottom: -50%;
		background-size:contain;
	}

	h5{
		display: block;
	}
	.bg_photo{
		color:#fff;
		padding: 30% 0;
		font-weight: bold;
		margin-top: 30px;
		background: url("../images/bg_gradiinner_sp.jpg") no-repeat;
		background-size:cover ;
		text-shadow: 1px 3px 20px #000;
	}
	.news-kiji {
		font-size: 13px;
		line-height: 1.7em;
		margin-bottom: 15px;
		border-bottom: 1px dotted #E1E5E7;
	}
	/*　タイトル　*/
	h1{
		font-size:1.6em;
	}
	p.tit_number{
		font-size:2.3em;
	}
	/*　キャッチフレーズ　*/	
	.catch_phrase {
		font-size: 110%;
		line-height: 2em;
	}
	p.catch_phrase > span {
		color: #D41364;
	}
	.catch_phrase2 > p {
		font-size: 14px;
		line-height: 1.6em;
	}
	/*　メイン画像 PC　*/
	img.apng-image{
		max-width: 100% ;
		height: auto;
	}

	/*　メイン画像 sp　*/
	span.qa-text{
		margin-top: 0;
		line-height: 1.5em;
	}
}

@media screen and (min-width: 668px) {
	/* 768px以上用（タブレット用）の記述 */

	header{
		margin-bottom: 0;
	}
	/* ナビゲーション */
	.nav {
		margin-bottom: 0; 
	}
	.dropdown { 
		position: static; 
	}
	.dropdown-menu { 
		width: 100%; 
		text-align: left; 
	}
	.dropdown-menu ul li a img{
		display:block; 
	}
	
	li .nav-item img{
		display: inline; 
	}

	li .nav{
		padding: 0;
		display: flex!important;
	}

	/*ナビゲーションエンド */

	/*　メイン画像　*/
	.main_img{
		background:url("../images/mainImg_sp.png") 0 0 no-repeat;
		height:0;
		padding-top: 116.37%;
		margin-bottom: -50%;
		background-size:contain;
	}
	p.top_text{
		display: none;
	}
	.news-kiji {
		font-size: 14px;
	}
	.news-kiji br{
		display: none;
	}
	.main_img {
		margin-left: 2%;
		margin-top: 8%;
	}
	img.apng-image{
		max-width: 100% ;
		height: auto;
	}
	.bg_photo{
		color:#fff;
		padding: 30% 0;
		font-weight: bold;
		margin-top: 30px;
		background: url("../images/bg_gradiinner.jpg") no-repeat;
		background-size:cover ;
		text-shadow: 1px 3px 20px #000;
	}
	/*　キャッチフレーズ　*/	
	.catch_phrase {
		font-size: 140%;
		line-height: 2.1em;
	}
	p.catch_phrase > span {
		color: #D41364;
	}
	.catch_phrase2 > p {
		font-size: 16px;
		line-height: 2em;
	}
	.sp_img{
		text-align: center;
	}
	p.tit_number {
		color: #ddd;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-top: 5%;
		font-size: 3.3em;
	}
	.nav_dl{
		margin-left: 12px;
	}
	span.qa-text{
		margin-top:0;
	}
	li.nav_tex, li.nav_tex2 {
		padding-left: 3px;

		margin-bottom: 20px;
	}
	li.nav_tex {
		margin-top: 7px;
	}
	li.nav_tex2 {
		padding-bottom: 40px;
	}
}

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #898989;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
img.arrow{
	margin-bottom: 5px;
}





@media screen and (min-width: 980px) {
	/* 980px以上用（PC用）の記述 */
	/*　メイン画像　*/

	
	header{
		margin-bottom: 0;
	}
	/* ナビゲーション */
	.nav {
		margin-bottom: 0; 
	}
	.dropdown { 
		position: static; 
	}
	.dropdown-menu { 
		width: 100%; 
		text-align: left; 
		padding: 50px;
	}
	.dropdown-menu ul li a img{
		display:block; 
	}
	
	/*ナビゲーションエンド */

	.topimg_bg2{
	background-color:#fff;
	}
	p.top_text{
		display: none;
	}
	.main_img{
		margin: 5% 0 -45% 2%;
	}
	
	.mainImg{
		max-width: 100% ;
		height: auto;
	}
	.main_img{
		background:url("../images/mainImg_sp.png") 0 0 no-repeat;
		height:0;
		padding-top: 116.37%;
		margin-bottom: -50%;
		background-size:contain;
	}
	img.apng-image{
		max-width: 100% ;
		height: auto;
	}
	.nav_dw{
		margin-top: 5px;
	}
	.bg_photo{
		color:#fff;
		padding: 30% 0;
		font-weight: bold;
		margin-top: 30px;
		background: url("../images/bg_gradiinner.jpg") no-repeat;
		background-size:cover ;
		text-shadow: 1px 3px 20px #000;
	}
	li.nav_tex , li.nav_tex2{
		margin-top: 7px;
	}

	.tit{
		margin-bottom: 1%;
	}
	.news-kiji {
		font-size: 15px;
	}
	.news-kiji br{
		display: none;
	}
	picture.mainImg source img{
		max-width: 100%;
		height: auto;
	}
	p.tit_number{
		color:#ddd;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin-top: 5%;
		font-size:3.3em;
	}
	/*　キャッチフレーズ　*/	
	.catch_phrase {
		font-size: 140%;
		line-height: 2.1em;
	}
	p.catch_phrase > span {
		color: #D41364;
	}
	.catch_phrase2 > p {
		font-size: 16px;
		line-height: 2em;
	}
	span.qa-text{
		margin-top: 3px;
	}
	.navbar-collapse{
		margin-bottom: -30px;
	}

	
}

	/*IE11だけに適用されるCSSハック*/
	@media all and (-ms-high-contrast:none){
		*::-ms-backdrop, .pc_mainimg{
			visibility:hidden ;
		}
		
		*::-ms-backdrop, .q_img {
			margin-right: 40px;
		}
		
		*::-ms-backdrop, li.nav_tex , li.nav_tex2{
		margin-top: 7px;
		}
	}


	/* Edge */
	_:-ms-lang(x)::backdrop, .pc_mainimg{
		visibility:hidden ;
	}

	_:-ms-lang(x)::backdrop, li.nav_tex , li.nav_tex2{
		margin-top: 7px;
	}

	/*IE11以下に適用されるCSSハック*/
	@media all and (-ms-high-contrast: none) {
		.pc_mainimg{
			visibility:hidden ;
		}
		.q_img {
			margin-right: 40px;
		}
		.sp_mainimg{
			max-width: 100% ;
			height: auto;
			margin-top: 22%;
			display: block!important;
		}

		li.nav_tex , li.nav_tex2{
		margin-top: 7px;
		}
	}

	/*火狐*/
	@-moz-document url-prefix() {
	}

	/*safari*/
	_::-webkit-full-page-media, _:future, :root .main_img{
		margin-bottom: -43%;
	}

	/*ローディング*/
	.pace-running .wrap {
		display:none;
	}
	.pace {
		-webkit-pointer-events: none;
		pointer-events: none;

		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;

		-webkit-perspective: 12rem;
		-moz-perspective: 12rem;
		-ms-perspective: 12rem;
		-o-perspective: 12rem;
		perspective: 12rem;

		z-index: 2000;
		position: fixed;
		height: 6rem;
		width: 6rem;
		margin: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.pace.pace-inactive .pace-progress {
		display: none;
	}

	.pace .pace-progress {
		position: fixed;
		z-index: 2000;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 6rem;
		width: 6rem !important;
		line-height: 6rem;
		font-size: 2rem;
		border-radius: 50%;
		background: rgba(76, 193, 255, 0.8);
		color: #fff;
		font-family: "Helvetica Neue", sans-serif;
		font-weight: 100;
		text-align: center;

		-webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
		-moz-animation: pace-theme-center-circle-spin linear infinite 2s;
		-ms-animation: pace-theme-center-circle-spin linear infinite 2s;
		-o-animation: pace-theme-center-circle-spin linear infinite 2s;
		animation: pace-theme-center-circle-spin linear infinite 2s;

		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

		.pace .pace-progress:after {
			content: attr(data-progress-text);
			display: block;
		}

		@-webkit-keyframes pace-theme-center-circle-spin {
			from { -webkit-transform: rotateY(0deg) }
			to { -webkit-transform: rotateY(360deg) }
		}

		@-moz-keyframes pace-theme-center-circle-spin {
			from { -moz-transform: rotateY(0deg) }
			to { -moz-transform: rotateY(360deg) }
		}

		@-ms-keyframes pace-theme-center-circle-spin {
			from { -ms-transform: rotateY(0deg) }
			to { -ms-transform: rotateY(360deg) }
		}

		@-o-keyframes pace-theme-center-circle-spin {
			from { -o-transform: rotateY(0deg) }
			to { -o-transform: rotateY(360deg) }
		}

		@keyframes pace-theme-center-circle-spin {
			from { transform: rotateY(0deg) }
			to { transform: rotateY(360deg) }
		}
		body {
			padding-top: 3%;
			background-color: #fffef9;
			overflow: hidden;

		}






	/* 口こみ */

.g-reviews-wrap {
  margin: 8px auto 32px;
}
.g-reviews {
  max-height: 600px;
  overflow: auto;
  padding: min(24px, 4%);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  border-radius: 30px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
}
.g-reviews .g-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}
.g-reviews .place-name {
  font-size: 28px;
  line-height: 1.4;
}
.g-reviews .place-rating {
  display: inline;
  font-size: 32px;
  color: #70757a;
  margin-right: 12px;
}
.g-reviews .review-stars {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.g-reviews .review-stars span {
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23dadce0' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.g-reviews .review-stars span span {
  display: block;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fdd663' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
}
.g-reviews .review-stars span, .g-reviews .review-stars span span {
  background-size: 25px 22px;
  height: 22px;
  width: 123px;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
  filter: none;
}
.g-reviews .review-count {
  display: inline-block;
  color: #70757a;
  font-size: 15px;
}
.g-reviews .review-wrap {
  font-size: 13px;
  border-top: 1px solid #ecedef;
  padding: 28px 0 28px 47px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left 28px;
}
.g-reviews .review-profile {
  padding-top: 6px;
  line-height: 1;
  font-weight: bold;
}
.g-reviews .review-stars-small {
  top: 1px;
}
.g-reviews .review-stars-small span, .g-reviews .review-stars-small span span {
  background-size: 14px 13px;
  height: 13px;
  width: 69px;
}
.g-reviews .review-time-description {
  color: #70757a;
}
.g-reviews .review-text {
  white-space: pre-wrap;
}
.g-reviews .more-reviews {
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 100vh;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333 !important;
}
.g-reviews .more-reviews:hover {
  opacity: .7;
}
.g-reviews .more-reviews:active, .g-reviews .more-reviews:visited {
  color: inherit;
}
.g-reviews .more-reviews:focus {
  outline: none;
}


