/*
Theme Name: WITS LP
Theme URI: https://engit.co.jp/
Author : engit
Author URI: hhttps://engit.co.jp/
*/

ol, ul {
  list-style-type: none;
	margin: 0;
	padding: 0;
}

a { color: #333; text-decoration: none;}

html {
	font-size: 14px;
}

body {
  color: #333;
  line-height: 1.5;
  font-family: 'M PLUS 1p', sans-serif;
}

.color_a {	color: #46210C;}
.color_b {	color: #ED1E79;}
.color_c {	color: #FF802C;}
.back_color_a {	background-color: #FEFDE6;}
.back_color_b {	background-color: #E5F2D8;}
.back_color_c {	background-color: #FF802C;}
.back_color_d {	background-color: #F4D01F;}
.back_color_e {	background-color: #BFEB21;}
.back_color_f { background-color: #dceff9;}
.p10 {padding: 0 5px;}
.mt50 { margin-top: 2rem;}
.mb50 { margin-bottom: 2rem;}
.pb50 { padding-bottom: 2rem;}
.mt-20 {margin-top: -20px;}
.sp_mt50 { margin-top: 2rem;}
.center {text-align: center;}

.under_line {	background:linear-gradient(transparent 50% , #BFEB21 50%);}
.font_small {	font-size: 0.625rem;}
.font_big {	font-size: 1.429rem;}
.bold {	font-weight: bold;}
.emphasis {
	color: #ED1E79;
	font-size: 2rem;
	font-weight: bold;
	transform: rotate(-5deg);
}
.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.container {
  width: 90%;
  margin: 0 auto;
}

h2 {
	color: #46210C;
	font-size: 1.429rem;
}

/*トップ　hero*/

#hero {
	margin-top: 50px;
	position: relative;
}

#hero h1 {
	font-size: 1.429rem;
	position: absolute;
	top: -40px;
	left: 1%;
}

.to_present img {
	margin: 20px auto 0;
}

.animated { 
    animation: fuwafuwa 3s linear infinite;
} 

@keyframes fuwafuwa {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

/*導入　introduction*/
#introduction p {
	font-size: 1.25rem;
}
.trouble_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.trouble_row_item {
	width: 40%;
}

/*お悩み　trouble*/

/*こだわり　quality*/
.bk_circle_yl {
	height: 40px;
	background-image: url("images/bk-circle-yl.png");
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}

.bk_circle_gr {
	height: 40px;
	background-image: url("images/bk-circle-gr.png");
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
}

#quality {
	margin-top: -20px; 
	padding: 50px 0 70px;
	background-color: #FEFDE6;
}

.quality_h2 {
	text-align: left;
}

#quality h3 {
	font-size: 1.429rem;
	color: #FF802C;
	border-bottom: 1px solid #FF802C;
	margin-bottom: 20px;
}

#quality figure img {
	border-radius: 20px;
}

.quality_box a {
	color: #ED1E79;
	border-bottom: dotted 1px #ED1E79;
}

/*指導方針　policy*/
#policy {
	background-color: #E5F2D8;
	padding: 90px 0 70px;
	margin-top: -20px;
}

.policy_text {
	font-size: 1.25rem;
}

/*コロナウイルス対策　virus*/
#virus {
	padding: 70px 0;
	text-align: center;
}

/*保護者さまの声　顧客満足度　voice customer_satisfaction*/
.slider {
	margin: 50px 0 70px;
}
.slick-dots li button:before {
        font-size: 20px;
}

.voice_customer_satisfaction {
	margin-top: -20px;
	padding: 70px 0;
}

/*cta*/
#cta {
	padding-top: 70px;
}
.cta_text {
	font-size: 1.25rem;
}

/*校舎　schools*/
#schools {
	padding: 70px 0;
}
.schools_accordion_area {
	padding: 1rem;
	background-color: #fff;
	border-radius: 20px;
}
.accordion_item {
	margin: 2rem 0;
}
.accordion_header {
	color: #46210C;
	font-weight: bold;
	border: 3px solid #46210C;
	border-radius: 5px;
	padding: 20px 11% 20px 5%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
}
.accordion_one .accordion_header_one {
	background-color: #46210C;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 20px 5%;
	text-align: left;
	position: relative;
	z-index: +1;
	cursor: pointer;
}
.accordion_header:hover {
	opacity: .8;
}
.accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.accordion_header .i_box .one_i:before, .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #46210C;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.accordion_header.open .i_box .one_i:before {
	content: none;
}
.accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion_inner {
	display: none;
}


footer {
	color: #fff;
	background-color: #FF802C;
	padding: 1rem 0;
	text-align: center;
}

/*コンタクトページ　contact*/
.breadcrumbs li { display: inline-block;}
.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs li:last-child::after{
  display: none;
}
#contact {
	margin: 50px 0;
}
.privacy {margin-top: 2rem;}

.privacy_inner {
  border: 1px solid #ccc;
	border-radius: 10px;
  padding: 0.5rem 2rem;
  height: 200px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 30px;
}
.privacy_inner .text {
  font-size: 0.875em;
}
.privacy_inner .title {
  font-weight: bold;
  color: #FF802C;
	margin-top: 2rem;
}

.c1 {
	padding: 10px 0px;
	//font-weight: bold;
	//display: block;
}

.c2 {
	padding: 10px 0;
	//font-weight: bold;
}

p.c1,
p.c2 {
	//margin: 0;
}

.forminner p {padding: 1rem 0;}

.m-alert {
	color: #fff;
	background-color: #FF802C;
	padding: 2px 5px;
	margin: 5px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
	/*追記*/
	background-color: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=text],
select,
input[type=email],
input[type=tel],
input[type=number],
textarea {
	appearance: none;
	outline: 0;
	box-shadow: none;
}

/* フォントを継承 */
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select {
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
	border-radius: 10px;
	border: 1px solid #333;
	background-color: #FEFDE6;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
	border: solid 1px #F4D01F;
}

input[type=submit] {	
	border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	width: 25%;
	height: 40px;
	font-size: 18px;
	padding: 0 3px;
	margin: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	background: #f5f5f5;
	text-shadow: 1px 1px 0px #fff;
}

input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 0.5rem;
}

label + input[type=checkbox] {
	margin-left: 1rem;
}
label {
	margin-left: 1rem;
}

select {
	appearance: menulist;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
	color: #FF802C;
}



/*.sticky_cta_button_row {
	display: flex;
	justify-content: space-between;
}

.sticky_cta_button_item {
	width: 48%;
}

.floating {
	opacity: 0;
	position: sticky;
	bottom: 0px;
	z-index: 99999;
	background-color: rgba(255,255,255,0.5);
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}*/

@media only screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
	
	body {
		line-height: 1.8;
	}
	
	.container {
		width: 62.5rem;
	}
	.emphasis {
		font-size: 3.875rem;
	}
	.font_big {
		font-size: 2.25rem;
	}
	.mt50 { margin-top: 50px;}
	.sp_mt50 { margin-top: 0;}
	.sp_none {
		display: block;
	}
	.pc_none {
	display: none;
	}
	
	h2 {
		text-align: center;
		font-size: 2.25rem;
	}
	
	/*トップ　hero*/
	#hero {
		margin-top: 20px;
	}
	#hero h1 {
		font-size: 2.25rem;
		position: absolute;
		top: 40px;
		left: 10%;
	}
	
	.to_present {
		margin: 0;
		position: absolute;
		bottom: -10px;
		right: 10%;
	}
	
	/*導入　introduction*/
	.trouble_row_item {
		width: 20%;
	}
	
	/*こだわり　quality*/
	.quality_title_row {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#quality h3 {
		font-size: 2.25rem;
	}
	.quality_row {
		display: flex;
		justify-content: space-between;
	}
	.quality_row figure {
		width: 33%;
	}
	.quality_row div {
		width: 65%;
	}
	
	/*コロナウイルス対策　virus*/
	.virus_row {
		display: flex;
		justify-content: space-between;
	}
	.virus_row div {
		width: 50%;
	}
	.virus_row p {
		font-size: 1.25rem;
	}
	.virus_row p img {
		display: inline;
	}
	
	/*保護者さまの声　顧客満足度　voice customer_satisfaction*/
	.customer_satisfaction_row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.customer_satisfaction_img {
		width: 50%;
	}
	
	/*cta*/
	.present_row {
		margin-top: 3.571rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.cta_text {text-align: center;}

	.cta_button_row {
	display: flex;
	justify-content: space-between;
	}
	.cta_button_item {
	width: 48%;
	}
	
	.to_call {
		margin-top: 0px;
		text-align: center;
	}
	.to_call img {
		display: inline;
	}
}