@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.4
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

@font-face{ 
	font-family: 'hanatochoucho';
	src: url('/wp-includes/fonts/hanatochoucho.ttf') format('truetype'),
		 url('/wp-includes/fonts/hanatochoucho.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}

/* レンダリングを遅延実行 */
#appeal{
	content-visibility: auto;
}

.sidebar h2::after, .sidebar h3:after {
	border-bottom: solid 3px #FFD814;
}

.cat-labe{
	background-color: #FFD814 !important;
	color: #fff !important;
}

.entry-card .admin-pv {
	display: none;
}

.article h1,h3 {
	color :#C40A03;
}
.article h3:after {
	border-bottom: solid 3px #FFD814;
}

.number {
	font-family: "Urbanist", sans-serif;
}

/************************/
/* 固定ページの不要情報を非表示 */
/************************/
.page .date-tags, /*投稿日・更新日*/
.page .author-info, /*投稿者情報*/
.page .eye-catch-wrap,/*アイキャッチ*/
.page .sns-share,/*シェアボタン*/ { 
	display: none;
}
/*フロント固定ページのフォローボタンを非表示*/
.page .sns-follow{
  display: none;
}

/*投稿日を非表示*/
.page .post-date{
  display: none;
}
/*更新日を非表示*/
.page .post-update{
  display: none;
}
.page .main,
.pbp-main-before,
.parents-template #main,
.voice-template #main {
	box-shadow: none;
}

/*パンくずリスト*/
#breadcrumb .fa-home,
#breadcrumb .fa-file {
	display: none;
}

/*フッター住所*/
.logo-footer .site-name::after {
	display: block;
	white-space: pre;
	content: '〒600-8449\A京都市下京区新町通松原下ル富永町107-1\AGROVING BASE 37';
	margin-bottom: 10px;
	line-height: 1rem;
	color: #555;
} 

/*トップページのタイトル、余白を削除*/
.home .entry-title {
	display: none;
}
.home #main {
	padding-bottom: 0;
}
.home .entry-content {
	margin-bottom: 0;
}
.home .area {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

/*ボタン*/
input[type='submit'] {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
    transition: 0.4s;
	color: #fff;
}
input[type='submit']:hover {
	border: 1px solid #C40A03;
	background: #fff;
	color: #C40A03;
	transition : 1s;
}

/*タイトル フォントサイズ*/
.title01 {
	font-size: 85px;
	line-height: 90px;
}
.title02 {
	font-size: 45px !important;	
	line-height: 60px;
}
.title03 {
	font-size: 18px;
}
.title04 {
	font-size: 35px;
	line-height: 50px;
}
.title05 {
	font-size: 30px;
}
.title06 {
	font-size: 70px;
}
.title07 {
	font-size: 50px;
}
.title08 {
	font-size: 30px;
}
.sidebar h2, .sidebar h3 {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: solid 3px #C40A03;
}
.cat-item a::before {
	color: #C40A03;
}
.rpwwt-widget ul {
	padding: 15px !important;
}

.recaputcha {
	font-size: 0.8rem;
	text-align: center;
}

/* 日本語サブタイトル */
.areatitle_jp {
	position: absolute;
	top: 9rem;
}
.areatitle_jp_2{
	position: absolute;
	top: 12.5rem;
}

/*タイトルの飾り画像*/
.title_sozai {
	display: inline-block;
	margin-left: 30px;
	width: 90px !important;
	vertical-align: top;
	padding-top: 10px;
}

/* 固定ページタイトル */
.page .entry-title {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: none;
}

/*グラデーション（赤）*/
.title_red {
	font-weight:900;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title_white {
	font-weight:1000;
	color: #fff;
}

/*強調*/
.font_bold {
	font-weight:900;
}
/*強調（赤）*/
.font_red {
	font-weight:900;
	color: #C40A03;
}
/*強調　大（黄色）*/
.font_large_yellow {
	font-weight:900;
	color: #FFD814;
	font-size: 27px;
}
/*影*/
.font_shadow {
	text-shadow: 1px 1px 3px #808080;
}
/*補足*/
.font_small {
	font-size: 14px;
	line-height: 18px; 
}
.font_small2 {
	font-size: 12px;
	line-height: 16px; 
}

/*タイトル（センター）*/
.title_center {
	text-align: center;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

/*画像をフルサイズ表示*/
.image_full img {
	display: block;
	width: 70vw;
	height: auto;
	margin: 0 auto;
}

/*背景色*/
.bgcolor_red {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);	
}

/*コンテンツ同士の上下の間隔指定*/
.area {
	position: relative;
	margin-top: 150px;
	padding: 50px 300px;
}

.iceflogo_text {
	display: block;
	margin: 0 auto;
}
.iceflogo_text .title03 {
	font-weight: bold;
}

#about {
	padding: 50px;
}
#features {
	padding: 50px 200px;	
}

/*幅を狭めたいコンテンツ*/
.iceflogo_text,
.daihyo_name_wrap,
.staff_text
 {
	 max-width: 40vw;
}

.iceflogo_text p {
	display: block;
	line-height: 1.2rem;
}

.area .title01{
	padding-left: 100px;
}
.area p{
    transform: rotate(0.03deg);
    -moz-transform: rotate(0.03deg);
    -ms-transform: rotate(0.03deg);
    -o-transform: rotate(0.03deg);
    -webkit-transform: rotate(0.03deg);
}

/*サイト名 PC*/
.mv_txtarea_PC {
	display: block;
	position: absolute;
	top: -50vh;
	left: 5vw;
}
.mv_txtarea_contact{
    display: block;
    position: absolute;
    top: -100vh;
    right: 50px;
    font-weight: bold;
}
.mv_txtarea_contact a {
	text-decoration: none;
    color: #fff;
}
.mv_txtarea_tel {
	font-size: 20px;
	margin-right: 1rem;
}

/*サイト名 スマホ*/
.mv_txtarea {
	display: none;
	padding: 0 15px 25px 15px;
}
.mv_txtarea_tag {
	padding-left: 0;
	margin-bottom: 1rem;
}
.mv_txtarea_tag span {
	display: inline-block;
	background: linear-gradient(90deg, #C40A03, #FC0019);
    background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	padding: 0.25rem 0.5rem;
	color: #fff;
	font-size: 0.7rem;
	margin-right: 0.2rem;
}
.mv_txtarea_PC .mv_txtarea_tag span {
	font-size: 18px;
	margin-right: 1rem;
}

.mv_txtarea .title02,
.mv_txtarea .title03{
	line-height: 22px;
}
.mv_txtarea .title01 {
	line-height: 40px;
}

/*LINE・TELバナー*/
.button_contact {
	display: none;
}
.fixed_buttons_sp {
	display: none;/*最初は隠す*/
	position: fixed; /* 追従させる為にfixedの値を記述します */
	z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
	bottom: 100px; /* 下から50pxのところにバナーを配置します */
	right: -16px; /* 右から5pxのところにバナーを配置します */
}
.fixed_button {
	display: block;
	position: relative;
	width: 70px;
	height:70px;
	text-decoration: none;
	vertical-align: middle;
	list-style:none;
}
.button_insta {
	margin-top: 10px;
}
.fixed_button a {
	text-decoration: none;
}
.fixed_button:hover {
	opacity: .8; /* マウスが重なった時に少し透過させます */
}
.button_line img {
	position: absolute;
	display: block;
	height: 60px;
	width: 60px;
	top: 3px;
	left: 4px;
}
.button_contact span:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "無料カウンセリングを予約";
	font-size: 18px;
	top: 25px;
	left: 20px;
	color: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.button_tel span:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	font-size: 35px;
	top: 2px;
	left: 15px;
	color: #fff;
}
.button_contact {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);	
	height: 270px;
}
.button_line {
	background-color: #4CC764;
}
.button_tel {
	background-color: #FFD814;
}	

/*バナー*/
.banner_reserve  {
	display: none;
}
.banner_reserve_display {
	margin-top: 4rem;
}
.banner_reserve_display img  {
	width: 45vw;
	max-width: 600px;
}

/*スクロールボタン*/
.go-to-top .go-to-top-button {
	background-color: #D9D9D9;
	border: #D9D9D9;
	border-radius: 0;
}


/*画像を右側へ広げる*/
.image_right{
  margin-right: calc(50% - 50vw);
}
.image_right img {
	position: relative;
	display: block;
	width: 70vw;
	height: auto;
	margin: 0 0 0 auto;
	z-index:2;
}

/*画像を左側へ広げる*/
.image_left {
  margin-left: calc(50% - 50vw);
}
.image_left img {
	position: relative;
	display: block;
	width: 50vw;
	height: auto;
	margin-left: 20vw;
	z-index:2;
}

/*画像の下に表示*/
.image_back{
	position: absolute;
	top: 120px;
	z-index: 0;
}

/*背景色をフルサイズ表示*/
.background_full {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 52%);
	padding-bottom: 50px;
	width: 100vw;
}

/*スクロールダウン全体の場所*/
.scrolldown_wrap {
	position:relative;	
}
.scrolldown_sp {
	display: none;
}
.scrolldown{
	position:absolute;
	left:50%;
	bottom:-80px;
	/*全体の高さ*/
	height:100px;
}
/* 線の描写 */
.scrolldown::after{
	content: "";
	/*描画位置*/
	position: absolute;
	top: 0;
	/*線の形状*/
	width: 1.2px;
	height: 100px;
	background: #C40A03;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 2.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:80px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

/************** PCメニュー ******************/

/*ヘッダーを非表示*/
#header {
	display: none;
}
#nav_menu-2 {
	display: none;
}
.home .header-container .navi {
	display: none;
}
.home #nav_menu-2 {
	display: block;
}
#navi {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);	
}
#navi a {
	font-size: 14px !important;
}
.navi-in > ul {
	flex-wrap: nowrap;
}

/*アピールエリアの高さ*/
.appeal{
	height: 100vh;
	filter: brightness(110%);
	width: auto;
}

/*グローバルナビの見た目*/
#nav_menu-2 ul {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 52%);
	padding-bottom: 0;
	width: 100vw;
	background: linear-gradient(90deg, #C40A03, #FC0019);
    background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	font-size: 14px;
    display: table;
    height: 100%;
	padding: 0 10vw;
}
#nav_menu-2 .menu {
	text-align: center;
}
#nav_menu-2 .menu li {
	display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
}
#nav_menu-2 .menu li a {
	position: relative;
	color: #fff !important;
	box-shadow: none;
	border-bottom: none;
	text-align: center;
}
#nav_menu-2 .menu li a:hover {
	color: #C40A03 !important;
	background-color: #fff;
}
#nav_menu-2 .menu li a:before {
	content: "";
	display: block;
	width: 1px;
	height: 22px;
	background-color: #eee;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
}
#nav_menu-2 li:nth-last-child(3) a:after {
	content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: #eee;
    top: 0;
    bottom: 0;
	right: 0;
    margin: auto;
    position: absolute;
}
#nav_menu-2 li:nth-last-child(1),
#nav_menu-2 li:nth-last-child(2) {
	display: none;	
}


/************** スマホメニュー ******************/
.mobile-menu-buttons {
    color: #C40A03; /* 文字色 */
    background-color: #fff; /* 背景色 */
}

.mobile-menu-buttons .menu-caption {
	display: none;
}
.mobile-menu-buttons .fas {
	line-height:3;
}

.logo-menu-button img {
	margin: inherit;
	padding-left: 15px !important;	
}

/************** 関連記事 ******************/
.rect-vertical-card .related-list {
	justify-content: flex-start;
	gap: 5px;
}

/************** おすすめプログラム紹介 ******************/
.recommendation-section {
	max-width: 1200px;
	margin: 0 auto 20px;
	margin-top: 50px;
	text-align: center;
}
.recommendation-slide-btn.next,
.recommendation-slide-btn.prev {
	display: none;
}
#recommendation .title08 {
	display: block;
	text-align: center;
	margin: 20px 0 10px;
	margin-top: 0;
}
.recommendation-section {
	margin-bottom: 15px;
}
.recommendation-list {
  display: flex;
  gap: 20px;
}
.recommendation-card {
	width: 33.33%;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 10px 0px #808080;
}
.recommendation-card:hover {
  background: #ccc;
}
.recommendation-card-thumb {
	position: relative;
}
.recommendation-card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.recommendation-card-content {
	padding: 5px 20px;
	text-align: left;
}
.recommendation-card-title {
	margin-bottom: 15px !important;
	line-height: 20px;	
}
.recommendation-card-excerpt {
	color: #555;
	line-height: 1.6;
	/* 2〜3行制限 */
	display: -webkit-box;
	max-height: calc(1.6em * 3);
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px !important;
}
.recommendation-card-category {
	display: inline-block;
	position: absolute;
    top: 0.5em;
    left: 0.5em;
	border: 1px solid #eee;
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	//border-radius: 20px;
	//margin-bottom: 8px;
}
.recommendation-card a {
	text-decoration: none;
}
.recommendation-card a:hover {
	text-decoration: none;
}

#carousel .title08 {
  display: block;
  text-align: center;
  margin: 20px 0 10px;
}

/************** ABOUT ******************/
#about .title01 {
	display: block;
	padding-top: 0;
	padding-bottom: 30px;
	line-height: 70px;
}
#about .image_right img {
	width: 45vw;
}
#about .image_full img {
	width: 60vw;
}
#about .image_back {
	top: 50px;
}
.image_7features {
	display: block;
	width: 20vw;
	margin-top: 0;
	padding-left: 15px;
}

/*飾り*/
.kazari {
	position: absolute;
	top: -20px;
	z-index: 3;
	width: 13vw;
	right: 30px;
}

/*ゆっくり拡大縮小するアニメーション*/
.animation_scale{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.keyframe{
	animation-name: anim_sc;
	will-change: transform;
	transform: scale(0.85,0.85);
}
@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}

/*features*/
.features {
	position: relative;
	display: flex;
	justify-content: center;
	//align-items: center;
	flex-wrap: wrap;
	margin-top: 10px;
	z-index: 1;
	gap: 0px 25px; /* 余白 */
}
.features_item {
	background-color: #fff;
	padding: 15px 14px 20px 14px;
	font-size: 15px;
	margin: 10px 0;
	width: 30%;
	min-width: 240px;
}
.features_title_wrap {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
	min-height: 4rem;
}

.features_item p {
	margin-bottom: 0;
}
.features_item_no {
	font-size: 30px;
	color: #FFD814;
	font-weight: 1000;
}


.features_item_title {
	padding-left: 0.8em;
	line-height: 1.6rem;
	font-weight:1000;
}
.features_item_title span{
	//line-height: 1.5rem;
	letter-spacing: -0.05em;
}

.features_item_text {
	line-height: 20px;
}

.features_item_image {
	position: absolute;
	display:block;
	width: 42px !important;
    top: -5px;
	left: -5px !important;
}

/************** 5つの強み ******************/
#good {
	margin-top: 50px;
}
#good .title02 {
	margin: 0 auto;
	//padding-left: 2em;
}
.title_good {
	display: flex;
	align-items: center;
}
.title_good img {
	display: inline-block;
	width: 10vw;
}
.title_good .title02 {
	flex: 1;
}
.good_circle {
	position: relative;
	display: inline-block;
	padding: 5px;
	border-radius: 50px;
	font-size: 70px;
}
.good_circle::before {
	content: "";
	position: absolute;
	display: block;
	width:80px;
	height: 80px;
	background: #FFD814;
	border-radius: 80px;
	z-index: -1;
    top: 0;
	bottom: 0;
	left:  -15px; 
	margin: auto 0;
}

.points {
	position: relative;
	display: flex;
	justify-content: center;
	//align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
	z-index: 1;
	gap: 0px 25px; /* 余白 */
}
.point_item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
	margin-bottom: 30px;
	width: 30%;
	min-width: 350px;
    align-content: flex-start;
	border: 1px solid #ccc;
}
.point_item_image {
	position: relative;
	display: block;
	width: 100%;
}
.point_item_image img {
	display: block;
	margin: 0 auto;
	z-index: 1;
	object-fit: cover;
}
.point_item_title {
	position: relative;
	display: flex;
	align-items: center;
	line-height: 20px;
	padding: 5px;
	//margin-top: 0.8rem;
}
.point_item_icon {
	width: 30%;
}
.point_item_text {
	display: block;
	margin-bottom: 0!important;
	font-size: 15px;
	line-height: 20px;
	padding: 10px;
	//margin-top: 0.5rem;
}
.point_item_wrap {
	//border: 1px solid #C40A03;
}

/* ポイント（グレー） */
.point_item_right .point_item_title {
	margin-bottom: 0!important;
	background: repeating-linear-gradient(-45deg, #FDFDFD, #FDFDFD 2px, #F2F2F2 2px, #F2F2F2 5px);
}

/* ポイント（赤） */
.point_item_left .point_item_title {
	margin-bottom: 0!important;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);	
}


/************** ＩＣＥＦロゴ ******************/
#iceflogo {
   	padding: 2rem 0;
    margin: 0 auto;
} 


/************** 他社比較 ******************/
#hikaku {
	text-align: center;
	background-color: #F2F2F2;
	padding-bottom: 2rem !important;
}
#hikaku img {
	margin-top: 50px;
	max-width: 600px;
}
.article .eye-catch-wrap {
	display: none;
}


/************** Preparation ******************/
#preparation {
	position: relative;
	margin-top: 30px;
}
.preparation_content{
	margin-top: 100px;
}
.preparation_text {
	font-size: 18px;
	line-height: 24px;
}

.comment {
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.comment .icon {
	display: block;
	margin-right: 2rem;
	text-align: center;
}
.comment .icon_name {
	display: block;
	//font-size: 10px;
	line-height: 12px;
	text-align: center;
	padding-top: 0.5rem;
}
.comment .icon_face {
	display: block;	
	width: 90px;
	height: 90px;
	border: solid 2px #979797;
	border-radius: 50px;
	text-align: center;
	margin: auto;
}
.comment .icon_face img {
	width: 70%;
	height: auto;
	object-fit: cover;
	margin: auto;
	display: block;
}


/* 吹き出し */
.arrow_box{
	font-family: 'hanatochoucho';
    position:relative;
    width:500px;
    height:120px;
    background:#D9D9D9;
    padding:10px;
	line-height: 1.5rem;
    text-align:left;
    color:#555555;
    font-size:18px;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(217, 217, 217, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    border-right-color:#D9D9D9;
    right:100%;
    top:27%;
}

/* Preparationボックス */
.preparation_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 5px;
}
.preparation_item {
	display: flex;
	position: relative;
	border: 1px solid #C40A03;
	margin-top: 50px;
	width: 25vw;
	align-items: center;
}
.preparation_item_header {
	display: block;
	width: 25%;
	text-align: center;
	margin-top: 50px;
}
.item_header_icon,
.item_header_time {
	display: block;
}
.item_header_label {
	position: absolute;
	display: block;
	width: 20%;
	top: -25px;
	left: 10px;
}
.item_header_icon img {
	width: 70%;
	margin-bottom: 0 !important;
	margin-top: 10px;
}
.item_header_time {
	margin-bottom: 0.5rem !important;
}
.preparation_item_content {
	flex: 1;
	padding: 10px;
	padding-left: 2px;
}
.preparation_item_title {
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 1rem !important;
	line-height: 14px;
}
.preparation_item_text {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0 !important;
}

/************** And More ******************/
#andmore {
	position: relative;
	margin-top: 200px;
}
.andmore_image {
	display: block;
	position: absolute;
	top: -8%;
	left: 25%;
	width: 20vw !important;
	max-width: 300px;
}
.andmore_title {
	position: relative;
	line-height: 30px;
	margin-bottom: 1rem;
}

.andmore_items {
	display: flex;
	gap: 50px;
	margin-bottom: 4rem;
	justify-content: center;
}
.andmore_item {
	width: 50%;
    max-width: 450px;
	border: 1px solid #C40A03;
}
.andmore_item_header {
	display: flex;
	border: 1px solid #C40A03;
	border-right: none;
	border-top: none;
	justify-content: center;
	width: 100%;
	margin-bottom: 0.8rem;
	align-items: center;
}
.andmore_item_header p {
	padding: 0;
	text-align: center;
	margin-bottom: 0;
}
.andmore_item_header .item_header_title {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	line-height: 22px;
	flex: 1;
	padding: 15px 0;
}
.andmore_item_header .item_header_time {
	padding: 0 1rem;
	margin-bottom: 0 !important;
}
.andmore_item_content {
	position: relative;
	display: flex;
	//margin-bottom: 30px;
}
.andmore_item_image {
	width: 45%;
	margin-left: 10px;
}
.andmore_item_text {
	padding: 0;
	flex: 1;
	line-height: 1.5rem;
	//font-size: 15px;
	padding-left: 1.2rem !important;
	padding-bottom: 0.5rem !important;;
	margin-bottom: 0 !important;
}
.image_schedule {
	position: relative;
}
.image_schedule img {
	display: block;
	margin: 0 auto;
	width: 50%;
	//max-width: 600px;
}

/************** サクセスストーリー ******************/
.ryuaku_type {
	list-style: none;
	padding: 0;
	padding-left: 0 !important;
	margin-top: 1rem;
	margin-bottom: 5rem !important;
}
.ryuaku_type li {
	display: inline-block;
	padding: 2px 5px;
}
.ryuaku_type li a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #FC0019;
	text-decoration:none;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
    color: #fff;
	text-align: center;
	min-width: 180px;
}
.ryuaku_type li a:hover{
	border: 1px solid #C40A03;
    background: #fff;
    color: #C40A03;
	transition : 1s;
}


#succsess p{
	margin-bottom: 0 !important;
}
.succsess_items {
	margin-top: 150px;
}
#succsess .succsess_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 20px;
}
.success_item_link {
	display: block;
	border: 1px solid #ccc;
	padding: 0.5rem;
	text-decoration: none;
	color: #555;
}
.succsess_item {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 90%;
}
#succsess .succsess_item {
	max-width: 410px;
	margin: 0;
}
.succsess_item_profile {
	position: relative;
	display: flex;
    align-items: center;
}
#succsess .succsess_item_profile {
    align-items: center;
}
.succsess_item_profile .item_image {
	display: block;
	width: 30%;
}
.succsess_item_profile .item_image img {
	width: 100%;
	height: auto;
    object-fit: cover;
    height: 150px;
    text-align: center;
	vertical-align: middle;
}
.succsess_item_profile .profile_goal {
	display: block;
	line-height: 1.2em;
	padding: 0.5rem 0.5rem 0.5rem 0;
	letter-spacing: -0.08em;
}


.profile_header {
	flex: 1;
}
.profile_no {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    justify-content: flex-start;
}
.profile_no img {
	width: 20%;
}
.profile_no .profile_name {
	margin-bottom: 0;
	padding-left: 0.5rem;
	line-height: 1.2rem;
	white-space: nowrap;
}
.profile_header {
	font-size: 1rem;	
}
.profile_header ul {
	list-style: none;
	padding-left: 0;
	font-size: 1rem;
}
.success_label {
	display: inline-block;
	background: #D9D9D9;
	border-radius: 20px;
	padding: 0 0.2rem;
	width: 10rem;
	text-align: center;
	margin-right: 0.3rem;
	margin-top: 0.5rem;
}
#succsess .success_label {
	padding: 0 0.4rem;
	width: auto;
	font-size: 0.8rem;
}
.btn_success {
	display: block;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	padding: 0.5rem;
	text-decoration: none;
	color: #fff;
	width: 50vw;
	margin: 0 auto;
	text-align: center;
}
.btn_success:hover {
	border: 1px solid #C40A03;
	background: #fff;
	color: #C40A03;
	transition : 1s;
}


/* Before、After */
.success_before,
.success_after {
	position: relative;
}
.before_text_title {
	position: absolute;
	top: -0.8rem;
	left: 1rem;
}
.after_text_title {
	position: absolute;
	top: -1.2rem;
	left: 1rem;
	font-size: 20px;
	background: #fff;
}
.success_before_box,
.success_after_box{
	display: flex;
	padding: 0.5rem;
	align-items: center;
}
.success_before_box{
	background: #F2F2F2;
	margin-bottom: 20px;
}
.success_after_box{
	border: 1px solid #C40A03;
	margin: 20px 0;
}
.before_icon,
.after_icon {
	display: block;
	width: 15%;
	height: auto;
	margin: 0 0.5rem;
	text-align: center;
}
.before_icon img,
.after_icon img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 999;
}
.before_text,
.after_text {
	flex: 1;
	padding: 0.2rem;
	margin-bottom: 0 !important;
}
.before_text {
	font-size: 12px;
	line-height: 16px;
}
.after_text {
	font-size: 14px;
	line-height: 18px;
}

/* Plan */
.success_plan {
    display: flex;
    justify-content: flex-start;
	align-items: flex-start;
}
.success_plan_arrow {
	display: block;
	width: 10%;
	height: auto;
	margin-right: 0.5rem;
}
.success_plan_box {
	border: dashed 1px #555555;
	flex: 1;
	padding: 0.5rem;
	font-size: 12px;
}
.plan_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.plan_title_icon {
	display: block;
	width: 10%;
	height: auto;
	text-align: center;		
}
.plan_title img {
	display: block;
	width: 100%;
}
.plan_title_text  {
	flex: 1;
	margin-bottom: 0 !important;
	padding-left: 0.5rem;
}
.plan_text {
	margin-bottom: 0 !important;
	margin-top: 0.5rem;
	padding: 0 0.3rem;
	line-height: 16px;
}

/************** VOICE,保護者様の声（TOPページ） ******************/
#voice {
	position: relative;
}
#voice .list_blogcard,
#parents .list_blogcard{
	margin-top: 100px;
}

#voice .list_blogcard,
#parents .list_blogcard {
    margin: 0 auto;
	margin-top: 100px;
    max-width: 530px;	
}

#voice .blogcard,
#parents .blogcard {
	border: none;
	padding: 0;
	background: #fff;
	box-shadow: 0px 2px 10px 0px #808080;
	border-radius: 0;
}
#voice .wp-block-cocoon-blocks-blogcard,
#parents .wp-block-cocoon-blocks-blogcard {
	max-width: 530px;
}

#voice .blogcard-footer,
#parents .blogcard-footer {
	display: none;
}
#voice .blogcard-content,
#parents .blogcard-content {
	padding-top: 0.8rem;
}
#voice .blogcard-title,
#parents .blogcard-title {
	font-size: 15px;
	margin-bottom: 0;
}
#voice .blogcard .blogcard-thumbnail,
#parents .blogcard .blogcard-thumbnail{
	width: 200px; /* 正方形の横幅 */
	height:140px;/* 正方形の高さ */
	margin: 0;
}
#voice .blogcard-thumbnail img,
#parents .blogcard-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#voice .blogcard-snippet,
#parents .blogcard-snippet {
	font-size: 13px;
	//line-height: 0.6rem;
	margin-top: 0.5rem;
	padding-right: 15px;
}
.blogcard-content {
	margin-left: 210px;
}

#parents .blogcard-title-voice {
	display: none;
}

#parents {
	margin-top; 25px;
}


/************** Message ******************/
#message .background_full {
background-color: #f2f2f2;
background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, #ffffff 8px, #ffffff 9px);
}
.message_student,
.message_parent {
	font-family: 'hanatochoucho';
	background: #fff;
	padding: 1rem;
	font-size: 1.1rem;
	line-height: 16px;
	max-width: 1120px;
	margin: 0 auto;
	margin-top: 30px;
}

.message_student {
	margin-top: 100px;
}
.message_student p,
.message_parent p {
	margin-bottom: 0.5rem !important;
}

.daihyo {
	position: relative;
	text-align: center;
}
.daihyo_face {
	position: absolute;
	width: 180px;
	top: 10%;
	right: 0;
	//bottom: 0;
	left: 0;
	margin: auto;
}
.daihyo_face_sozai {
	display: block;
	position: absolute;
	width: 80px !important;
	right: 55%;
	top: 10%;
}
.daihyo_name_wrap {
	display: block;
	position: absolute;	
	top: 45%;
	right: 0;
	//bottom: 0;
	left: 0;
	margin: auto;
}
.daihyo_name {
	padding-top: 1.5rem;
	margin-bottom: 0.5rem !important;
}
.daihyo_profile {
	text-align: left;
	margin-top: 1.5rem;
	padding: 0 0.5rem;
}

#youtube .video-container {
	margin: 0 auto;
}

/************** スタッフ紹介 ******************/
.staff_items {
	margin-top: 4rem;
} 
.staff_item {
	display: flex;
	margin-bottom: 2rem;
	justify-content: center;
}
.staff_image {
	display: block;
    width: 10vw;
    height: auto;
    margin-right: 0.5rem;
}
.staff_image img {
	display: block;
    width: 9vw;
}
.staff_name {
	margin-bottom: 0.5rem !important;
}
.staff_text {
	flex: 1;
}
.staff_profile {
	margin-top: 0.5rem;
}

/************** Success（一覧ページ） ******************/
.widget-entry-cards .a-wrap {
	width:30%;  /*PCで3列*/
	display: inline-flex;
	text-align: left; /*タイトルを左寄せ*/
	margin: 0 15px;
}
.widget-entry-cards .widget-entry-card-content{
	padding-top: 1.5em;
	//height:100px;
}
.widget-entry-cards .a-wrap {
    background: #fff;
    box-shadow: 0px 2px 10px 0px #808080;
    border-radius: 0;
	margin-bottom: 1rem;
}
.widget-entry-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.widget-entry-card-title {
	font-weight:900;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

/************** VOICE（一覧ページ） ******************/
#page_voice .title04 {
	margin-bottom: 1rem;
}
#page_voice .title04 i {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
#page_voice .new-entry-cards {
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

#page_voice .widget-entry-cards .a-wrap {
	width: 30%;
	min-width: 255px;
	margin: 0;
}

/************** VOICE（投稿ページ） ******************/
.article_voice .entry-categories-tags {
	display: none;
}
.voice-template .cat-label{
	background: #C40A03 !important;
	color: #fff !important;
	border-color: #fff !important;
}
.voice-template .a-wrap {
	background: none;
}
.voice-template .pager-post-navi {
	display: none;
}

.article_voice {
	position: relative;
	top: -50px;
}
.eye-catch-wrap {
	//display: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.eye-catch img, .eye-catch amp-img {
    width: 100%;
    min-width: 100%;
    max-height: 50vh;
    object-fit: cover;
    display: block;
	object-position: 100% 10%;
}
.article_voice .entry-content {
	margin-top: 1rem;
}

.article_voice .article-header {
	position: relative;
	text-align: center;
	width: 100%;
}
.article_voice h1 {
	position: absolute;
    //top: -50vh;
    left: 50%;
	width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	padding-top: 1rem;
	font-size: 50px;
}
.article_voice .entry-title,
.voice_destination {
	text-align: center;
}
.article_voice .entry-title {
	top: -40vh;
}
.title_message {
	position: absolute;
	width: 100%;
	top: -32vh !important;
	font-size: 30px;
	padding-top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
.voice_destination {
	position: absolute;
	top: -35vh;
	font-size: 30px;
	padding-top: 6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.date-tags {
	display: none;
}

.voice_photo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	gap: 15px;
}
.voice_photo img {
	max-width: 330px;
	height: auto;
}

/* プロフィール */
.profile ul {
	padding-left: 0;
	vertical-align: top;
}
.profile li {
	list-style:none;
	margin-bottom: 5px;
}
.profile .profile_title,
.profile .profile_text {
	display: inline-block;
}
.profile .profile_title {
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	margin-right: 1rem;
	min-width: 70px;
	text-align: center;
}
.profile_face {
	display:block;
	text-align: center;
}
.profile_face img {
	width:15vw;
	height:15vw;
	border-radius:50%;
}

/************** 保護者様の声（投稿ページ） ******************/
.parent_entry-content {
	margin-top: 50px;
}

/************** コンタクト ******************/
#contact {
	margin-top: 50px;
}
#contact .background_full  {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.btn_contact_wrap {
	margin-top: 25px;
	//width: 80vw;
	display: flex;
	justify-content: center;
}
.btn_contact {
	display: block;
	width: 30%;
	margin: 0 auto;
	margin: 5px;
	margin-bottom: 15px !important;
}
.btn_contact a {
	display: block;
	padding: 0.5rem;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 4rem;
}

#contact_tel {
	margin: 100px 0;
}
.contact_tel a {
	background: #fff;
	font-size: 30px;
}
.contact_contact a,
.contact_counseling a {
	border: 1px solid #fff;
	background: none;
	color: #fff;
}
.contact_contact a:hover,
.contact_counseling a:hover {
	border: 1px solid #C40A03;
	background: #fff;
	color: #C40A03;
	transition : 1s;
}

/************** 子ページレイアウト ******************/
.page .content {
	position: relative;
	//overflow-x: hidden;
	margin-top: 0;
	
}
.page-id-1011 #container {
	overflow-x: hidden;
}
.article h1 {
	//color: #fff;
}
.article-header  {
	width: 100%;
}
.entry-title {
	//position: absolute;
	//display: block;
	//top: -40vh;
	//z-index: 999;
	//font-size: 39px;
	//margin: 0 auto;
}

.attachment-post-thumbnail {
    width: 100%;
    min-width: 100%;
    height: 50vh;
    object-fit: none;
    display: block;
	object-position: 100% 50%;
}
.recommendation-template-default .attachment-post-thumbnail {
    object-fit: cover;
}
.home .attachment-post-thumbnail,
.blog .attachment-post-thumbnail, 
.archive .attachment-post-thumbnail,
.single-post .attachment-post-thumbnail,
.recommendation-template-default .attachment-post-thumbnail {
	display:none;
}

.parents-template .attachment-post-thumbnail,
.voice-template .attachment-post-thumbnail{
    object-fit: cover;
	opacity: 0.9;
	filter: blur(3px);
}

/************** サクセスストーリー（子ページ） ******************/
#page_succsess {
	font-size: 1rem;	
}
#page_succsess .title04 {
	margin-bottom: 1rem;
}
#page_succsess .succsess_items p {
	font-size: 1rem;
	line-height: 1.5rem;
}
#page_succsess .title02 {
	font-size: 45px;
}
#page_succsess .font_small2 {
	font-size: 0.8rem;	
}
#page_succsess .profile_status {
	font-size: 1.25rem;
}
#page_succsess .profile_name {
	font-size: 1.875rem;
	line-height: 2.5rem;
}
#page_succsess .profile_no {
	align-items: flex-end;
}

#page_succsess .profile_no img {
	width: 30%;
}
#page_succsess {
	margin-top: 0;
}
#page_succsess .succsess_items {
	margin-top: 0;
}
#page_succsess .succsess_item {
	margin-bottom: 100px;
}
#page_succsess .succsess_item_profile {
	margin-bottom: 2rem;
}
#page_succsess .succsess_item_profile .item_image {
	width: 40%;
}
#page_succsess .success_label {
	width: 8rem;
	font-size: 1rem;
	text-align: center;
	margin-right: 1rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
#page_succsess .succsess_item_profile .item_image img {
	height: 100%;
}

#page_succsess .before_text_title,
#page_succsess .after_text_title{
	font-size: 1.875rem;
}
#page_succsess .success_before img,
#page_succsess .success_after img {
	width: 70%;
}
#page_succsess .success_before_box,
#page_succsess .success_after_box{
	padding: 30px;
}
#page_succsess .success_plan_box {
	padding: 15px;
}

/************** 問い合わせ（子ページ） ******************/
#contact_tel,
#contact_line {
	text-align: center;
	border: solid 1px #ccc;
	padding: 50px;
}
.contact_line_btn {
	display: block;
    max-width: 450px;
    margin: 0 auto;
}
.contact_line_btn img {
	width: 50%;
}
.contact_line_btn p {
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

#contact_form {
	padding: 50px 20vw;
	margin-top: 2rem;
	margin-bottom: 2rem;
    background-color: #f2f2f2;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, #ffffff 8px, #ffffff 9px);
}

#contact_form .font_bold {
	text-align: center;
}

#contact_tel .tel_no {
	display: block;
	color: #C40A03;
	padding: 5px 10px;
}
#contact_tel tel[href*="tel:"] {
	pointer-events: none;
	cursor: default;
   	color: #C40A03;
   	text-decoration: underline;
}
#contact_form input[type='submit'] {
	display: block;
	width: 50%;
	margin: 0 auto;
}


/************** ブログ ******************/
.pagination-next-link, .comment-btn, input[type='submit'] {
    border: 1px solid #C40A03;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
	color: #fff;
    border-radius: 0px;
}
.pagination .current {
    color: #C40A03;
	background: #fff;
    border: 1px solid #C40A03;	
}
.page-numbers {
    color: #fff;
	background: linear-gradient(90deg, #C40A03, #FC0019);
	background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
    border: 1px solid #C40A03;		
}
.page-numbers:hover {
    color: #C40A03;
	background: #fff;
	background-color: #fff;
    border: 1px solid #C40A03;	
}

/*サイドバーの不要なカテゴリーを非表示*/
#block-6 .cat-item-22,
#block-6 .cat-item-23,
#block-6 .cat-item-24 {
	display: none;
}


/************** 送信完了ページ ******************/
.page-id-2407 #container{
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
.page-id-2407 #breadcrumb {
	display: none;
}
.page-id-2407 #main {
	border: none;
	background-color: inherit;
}
#thanks p {
	padding-top: 20vh;
	text-align: center;
}

/*電話番号リンク切り替え*/
@media (min-width: 751px) {
	.tel_no[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1437px以下*/
@media screen and (max-width: 1437px){
	#features {
    	padding: 5px 100px;
	}
	/*コンテンツの余白*/
	.area {
		padding: 50px 50px;
	}
	.preparation_item {
		width: 30vw;
	}
}

/*1300px以下*/
@media screen and (max-width: 1300px){
	.recommendation-section {
		max-width: 900px;
	}
	#andmore {
		margin-top: 150px;
	}
	.andmore_image {
		top: -2%;
	}
}
	
/*1024px以下*/
@media screen and (max-width: 1024px){

	/*アピールエリアの高さ*/
	.appeal{
		height: 800px;
		width: auto;
	}

	/*コンテンツの余白*/
	.area {
	   padding: 50px;
	}
	.area .title01 {
		padding-left: 0;
	}
	#features {
    	padding: 0;
	}
	
	/*パンくずリスト*/
	.breadcrumb {
		display: none;
	}
	
	/*バナー*/
	.banner_reserve_display {
		margin-top: 2rem;
	}
	
	.button_insta {
		margin-top: 0px;
	}
	

	/************** スクロールアニメーション（スマホ用1） ******************/
	.scroll_pc {
		display: none;
	}
	.scroll_sp {
		display: block;
	}
	.scroll_sp {
		padding-top: 60px;
		position: relative;
		text-align: center;
		margin-bottom: 0;
	}
	/* 矢印のアニメーション部分 */
	.scroll_sp::before {
		animation: scroll_sp 2s infinite;
		border-bottom: 1px solid #C40A03;
		border-left: 1px solid #C40A03;
		content: "";
		height: 15px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 15px;
	}
	/* 矢印のアニメーション */
	@keyframes scroll_sp {
	  0% {
		opacity: 0;
		transform: rotate(-45deg) translate(0, 0);
	  }
	  40% {
		opacity: 1;
	  }
	  80% {
		opacity: 0;
		transform: rotate(-45deg) translate(-20px, 20px);
	  }
	  100% {
		opacity: 0;
	  }
	}
	/************** スクロールアニメーション（スマホ用2） ******************/
	/* スクロールダウンの位置 */
	.scroll_sp2 {
	  position: absolute;
	  right: 50%;
	  top: 5%;
	  writing-mode: vertical-rl;
	}
	/* 線のアニメーション部分 */
	.scroll_sp2::before {
	  background-color: #C40A03;
	  bottom: -40px;
	  content: "";
	  height: 50px;
	  left: 0;
	  margin: auto;
	  position: absolute;
	  right: 0;
	  width: 1px;
	  z-index: 2;
	}

	/*TOPへ戻るボタン*/
	.go-to-top-button {
		border: none;
	}
	
	/*スマホフッターメニュー*/
	.fixed_buttons_sp {
		bottom: 50px; /* 下から50pxのところにバナーを配置します */
		right: 5px; /* 右から5pxのところにバナーを配置します */
	}
	/*問い合わせボタンを非表示*/
	.button_contact {
		display: none;
	}
	.fixed_button {
		width: 60px;
		height:60px;
		border-radius: 60px;
		display: inline-block;
	}
	.button_contact {
		display: none;
	}
	.button_line img {
		height: 55px;
		width: 55px;
		top: 2px;
		left: 2px;
	}
	.button_tel span:before {
		font-size: 30px;
		top: 2px;
		left: 14px;
		color: #fff;
	}

	.banner_reserve_display img {
		width: 70vw;
	}
	
	/************** おすすめプログラム ******************/	
	.recommendation-section {
		padding: 10px 50px;
	}
	.recommendation-card {
		width: 40vw;
	}
	
	/************** 7つの特徴 ******************/
	.features_item {
		width: 40vw;
	}
	
	/************** 5つの強み ******************/
	.point_item {
		width: 40vw;
	}
	
	/************** 他社比較 ******************/
	#hikaku img {
		max-width: 70vw;
		margin-bottom: 4rem;
	}
	
	/************** preparation ******************/	
	.preparation_item {
		width: 40vw;
	}

	/************** Success ******************/	
	#succsess .succsess_item_profile {
		align-items: flex-end;
	}

	/************** And more ******************/
	#andmore {
		margin-top: 100px;
	}
	.andmore_image {
		top: 0;
	}
	
	/************** Message ******************/
	#message .background_full{
		padding: 0 50px;
	}
	
	/************** Contact ******************/
	.btn_contact a {
		line-height: 2rem;
		font-size: 20px;
	}
	.btn_contact_wrap {
		display: block;
		padding: 20px;
	}
	.btn_contact {
		width: 100%;
	}
	
}

/*834px以下*/
@media screen and (max-width: 834px){
	
	/*タイトル フォントサイズ*/
	.title01 {
		font-size: 38px;
		line-height: 33px;
	}
	.title02 {
		font-size: 20px !important;
		line-height: 25px;
	}
	.title03 {
		font-size: 18px;	
	}
	.title04 {
		font-size: 16px;
		line-height: 20px;
	}
	.title05 {
		font-size: 30px;
	}
	.title06 {
		font-size: 38px;
	}
	.title07 {
		font-size: 20px;
	}
	.title08 {
		font-size: 18px;
	}
	.entry-title {
		font-size: 24px;
	}
	/*補足*/
	.font_small {
		font-size: 13px;
		line-height: 18px; 
	}
	.font_small2 {
		font-size: 11px;
		line-height: 15px; 
	}
	
	.recaputcha {
		font-size: 0.7rem;
	}
	
	/*飾り*/
	.kazari {
		width: 70px;
		right: 30px;
	}
	
	/*タイトルの飾り画像*/
	.title_sozai {
		display: inline-block;
		margin-left: 10px;
		width: 50px !important;
		vertical-align: top;
		padding-top: 10px;
	}
	
	/*ヘッダーを表示*/
	#header {
		display: block;
	}
	
	/*フッター*/
	.footer,
	.footer-bottom {
		margin-top: 0;
		font-size: 12px;
	}

	
	/*グローバルナビを非表示*/
	#nav_menu-2 .menu {
		display: none;
	}
	.entry-title {
		//display: none;
	}
	
	#navi li:nth-last-child(1),
	#navi li:nth-last-child(2){
		display: none;	
	}
	
	/*ハンバーガーメニュー*/
	.navi-menu-content {
	  left: auto;
	  right: 0;
	  transform: translateX(105%);
	}
	.navi-menu-content {
		background: linear-gradient(90deg, #C40A03, #FC0019);
		background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);
		text-align: center;
		color: #fff;
	}
	.navi-menu-content a {
		color: #fff;
		padding: 0.5rem;
		line-height: 2rem;
	}
	.navi-menu-content li:nth-last-child(2) {
		margin: 1.5rem 0 1rem 0;
	}
	.navi-menu-content li:nth-last-of-type(1) a,
	.navi-menu-content li:nth-last-of-type(2) a {
		font-weight: bold;
		line-height: 20px;
		border: 1px solid #fff;
		background: linear-gradient(90deg, #C40A03, #FC0019);
		background: -webkit-linear-gradient(0deg, #C40A03, #FC0019);	
		color: #fff;
	}

	
	/*アピールエリアの高さ*/
	.appeal{
		height: 500px;
	}
	/*MVキャッチ*/
	.mv_txtarea {
		display: block;
	    position: absolute;
		margin-bottom: 0;
    	padding-bottom: 0;
    	top: 30px;
		padding-top: 20px;
	}
	.mv_txtarea_contact {
		display: none;
	}
	/*カルーセル*/
	#carousel {
		margin-top: 20px;
	}
	.carousel-in {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);	
	}
	.carousel-in {
		box-shadow: none;
	}
	.slick-track {
		width: 100%;
	}
	.carousel-entry-card-thumb {
		display:block;
	}
	.carousel-entry-card-title {
		height: 85px;
		-webkit-line-clamp: 5;
	}
	
	.mv_txtarea_PC {
		display: none;
	}
	
	/*バナー表示*/
	.banner_reserve {
		display: block;
		position: absolute;
		top: 240px;
		left: 0;
	}
	
	.scroll_sp2 {
		display: none;
	}
	
	/*画像をフルサイズ表示*/
	.image_full {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);	
	}
	.image_full img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/* 日本語サブタイトル */
	.areatitle_jp {
		position: absolute;
		top: 6.5rem;
	}
	.areatitle_jp_2{
		position: absolute;
		top: 8rem;
	}
	
	/*幅を広げたいコンテンツ*/
	.iceflogo_text,
	.daihyo_name_wrap,
	.staff_text {
		max-width: 90vw;
	}
	
	/* 投稿ページサムネ */	
	.attachment-post-thumbnail {
		height: 30vh;
	}
	
	/* 固定ページサムネ */	
	.page-id-1709 .attachment-post-thumbnail,
	.page-id-3 .attachment-post-thumbnail,
	.page-id-1945 .attachment-post-thumbnail,
	.page-id-1334 .attachment-post-thumbnail{
		height: 23vh;
	}

	/************** おすすめプログラム ******************/	
	.recommendation-section {
		margin-top: 480px;
		padding: 0;
		width: 100%;
	}
	.recommendation-card {
		width: 100%;
	}
	.recommendation-card-thumb img {
		height: 150px;
	}

	/************** ABOUT ******************/	
	#about .title01 {
		line-height: 36px;
		padding-bottom :10px;
	}
	#about {
		margin-top: 50px;
	}
	.image_7features {
		width: 35vw;
	}
	#about .image_right img {
		width: 50vw;
	}
	#about .image_back {
		top: 5px;
	}

	/************** features ******************/
	.features_title_wrap {
		//align-items: flex-start;
	}
	.features {
		justify-content: space-around;
		gap: 0px 0px;
	}
    .features_item {
		//min-width: 180px;
	}
	.features_item {
		width: 100%;
	}
	.features_item_no {
		font-size: 24px;
	}

	
	/************** 5つの強み ******************/
	#good {
		//margin-right: calc(50% - 50vw);
		//margin-left: calc(50% - 50vw);
		//padding: 0;
	}
	.title_good img {
		width: 55px;
	}
	
	.point_item {
		width: 100%;
	}
	
	.good_circle {
		font-size: 30px;
	}
	.good_circle::before {
		width: 50px;
		height: 50px;
		border-radius: 50px;
		top: 0;
		bottom: 0;
		left: -10px;
		margin: auto 0;
	}
	
	/************** 他社比較 ******************/	
	#hikaku {
		padding: 50px 10px;
		margin-top: 20px;
	}
	#hikaku img {
		margin-top: 50px;
		max-width: 100%;
		margin-bottom: 0.5rem;
	}

	/************** Preparation ******************/	
	
	.preparation_text {
		font-size: 15px;
		line-height: 20px;
	}
	
	/* 吹き出し */
	.arrow_box{
		width:215px;
		height:135px;
		line-height: 1rem;
		font-size:15px;
	}
	.arrow_box:after{
		border: solid transparent;
		content:'';
		height:0;
		width:0;
		pointer-events:none;
		position:absolute;
		border-color: rgba(217, 217, 217, 0);
		border-top-width:10px;
		border-bottom-width:10px;
		border-left-width:10px;
		border-right-width:10px;
		margin-top: -10px;
		border-right-color:#D9D9D9;
		right:100%;
		top:27%;
	}
	.comment .icon_name	{
		font-size: 10px;
	}
	.comment .icon {
		margin-right: 0.8rem;
	}
	
	/* Preparationボックス */
	.preparation_content{
		margin-top: 25px;
	}
	.preparation_item {
		width: 100%;
	}
	.item_header_label {
		width: 15%;
		left: 15px;
	}
	.preparation_item_header {
		width: 20%;
	}
	.item_header_icon img {
		margin-top: 30px;
		width: 50%;
	}
	
	
	/************** And More ******************/
	.andmore_items {
		display: block;
	}
	.andmore_item {
		width: 100%;
		margin-bottom: 2rem;
	}
	.andmore_image {
		top: -15px;
		width: 35% !important;
	}
	.andmore_item_header .item_header_title {
		padding: 5px 0;
		font-size: 16px;
	}
	.andmore_item_text {
		padding: 0;
		flex: 1;
		line-height: 1rem;
		font-size: 12px;
		padding-left: 1.2rem !important;
	}
	.image_schedule img {
		width: 100%;
	}

	/************** Success ******************/
	.succsess_items {
		margin-top: 60px;
	}
	.succsess_item {
		max-width: 100%;
	}
	.profile_no img {
		width: 30%;
	}
	.success_label {
		width: auto;
		font-size: 12px;
		padding: 0 0.5rem;
	}
	.succsess_item_profile .item_image img {
		height: 90px;
	}
	.succsess_item {
		width: 100%;
	}

	/************** VOICE　TOP ******************/
	.blogcard-content {
		margin-left: 110px;
	}
	#voice .list_blogcard,
	#parents .list_blogcard{
		margin-top: 25px;
	}
	
	#voice .blogcard-title,
	#parents .blogcard-title {
		font-size: 14px;
		margin-bottom: 0.2rem;
	}

	#voice .blogcard .blogcard-thumbnail,
	#parents .blogcard .blogcard-thumbnail{
		width: 105px; /* 正方形の横幅 */
		height:110px;/* 正方形の高さ */
		margin: 0;
	}
	#voice .blogcard-title,
	#parents .blogcard-title {
		font-size: 12px;
	}
	
	/************** Message ******************/
	#message .background_full{
		padding: 0 66px;
		padding-bottom: 250px;
	}
	.message_student,
	.message_parent {
		margin-top: 30px;
		padding: 1rem;
		font-size: 16px;
		line-height: 18px;
	}
	
	/************** 代表プロフィール ******************/
	.daihyo_face_sozai {
		width: 55px !important;
		right: 60%;
		top: 30%;
	}
	.daihyo_face {
		width: 30vw;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.daihyo_name_wrap {
		top: 80%;
		right: 0;
		//bottom: 0;
		left: 0;
		margin: auto;
	}
	#youtube {
		margin-top: 50px;
	}
	/************** スタッフ紹介 ******************/	
	.staff_items {
		margin-top: 2rem;
	} 
	
	
	/************** VOICE（投稿ページ） ******************/
	.profile_face img {
		width:40vw;
		height:40vw;
	}
	
	.article_voice {
		position: relative;
		top: -50px;
	}
	.eye-catch-wrap {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	
	.article_voice h1 {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		padding: 0;
		top: -18vh;
		width: 100%;
		font-size: 24px;
	}
	.voice_destination {
		position: absolute;
		top: -14vh;
		font-size: 18px;
		padding-top: 1.5rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 100%;
	}
	.article_voice .entry-title {
		top: -19vh;
	}
	.article_voice .title_message {
		top: -14vh !important;
	}
	
	/************** ブログ ******************/	
	.single-post .attachment-post-thumbnail {
		display: none;
	}

	/************** VOICE（一覧ページ） ******************/
	.widget-entry-cards .a-wrap {
		width:30%; /*タブレットで3列*/
		min-width: 30%;
		display: inline-flex;
		text-align: left; /*タイトルを左寄せ*/
		margin: 0 5px;
	}
	
	/************** サクセスストーリー ******************/
	#succsess .profile_header {
		font-size: 12px;		
	}
	#succsess .profile_header ul {
		font-size: 12px;
	}

	/************** スタッフ紹介 ******************/
	.staff_image {
		width: 25%;
	}
	.staff_image img {
		width: 100%;
	}

	
	/************** サクセスストーリー（子ページ） ******************/
	.ryuaku_type {
		margin-bottom: 50px !important;
	}
	.ryuaku_type li a {
		min-width: 145px;
		font-size: 14px;		
	}
	#page_succsess,
	#page_succsess p {
		font-size: 14px;
		line-height: 1.2rem;
	}
	#page_succsess .profile_no {
		align-items: center;
	}
	#page_succsess .profile_status {
		font-size: 0.9rem;
		margin-bottom: 0;
		margin-left: 0.5rem;
		line-height: 1.2rem;
	}
	#page_succsess .profile_name {
		font-size: 1rem;
		line-height: 1rem;
	}
	#page_succsess .success_label {
		width: 4.5rem;
		font-size: 11px;
		margin-bottom: 0.2rem;
		margin-right: 0.2rem;
	}
	#page_succsess .profile_header .font_bold {
		font-size: 12px;
	}
	#page_succsess .succsess_item_profile {
		margin-bottom: 0;
	}
	#page_succsess .success_before_box,
	#page_succsess .success_after_box {
		padding: 5px;
	}
	#page_succsess .before_text_title,
	#page_succsess .after_text_title {
		font-size: 18px;
	}
	#page_succsess .after_text_title {
		top: -0.8rem;
	}
	#page_succsess .before_icon,
	#page_succsess .after_icon {
		width: 20%;
		text-align :center;
	}
	#page_succsess .before_icon img,
	#page_succsess .after_icon img {
		margin: 0 auto;
	}
	#page_succsess .font_small2 {
		font-size: 12px;
		line-height: 15px;
	}
	
	/************** お問合せ ******************/
	#contact_form {
		padding: 32px 16px;
		margin-bottom: 2rem;
	}
}


/*768px以下*/
@media (max-width: 768px) {
	
  /************** おすすめプログラム ******************/
	/* スライダー全体 */
	#recommendation-slider{
	  display:flex;
	  flex-wrap:wrap;
	  gap:16px;
	}
  #recommendation .slider-wrapper {
	  position: relative;
	  overflow: hidden;
	  margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
  }
  #recommendation-slider {
    //display: flex;
	  display:grid;
	  /* 2段 */
	  grid-template-rows: repeat(2, 1fr);
	  grid-auto-flow: column;
	  grid-auto-columns: 85vw;
	  gap:40px;
	  row-gap: 16px;
	  overflow-x:auto;
	  overflow-y:hidden;
	  //height: calc(2 * 370px + 16px);
	  scroll-snap-type:x mandatory;
	  -webkit-overflow-scrolling:touch;
	  
    padding: 10px 30px;
    //transition: transform 0.4s ease; /* ← スライド用 */
  }
	/* カード */
	.recommendation-card {
	  height: 300px !important;
	}
	/* 本文 */
	.recommendation-card-excerpt {
		/* 2行制限 */
		max-height: calc(1.6em * 2.3);
		-webkit-line-clamp: 2 !important;
	}
  /* スクロールバー消す */
  #recommendation-slider::-webkit-scrollbar{
    display:none;
  }

  /* ===== 矢印ボタン ===== */
	.recommendation-slide-btn.next,
	.recommendation-slide-btn.prev {
    	display: block;		
	}
  .recommendation-slide-btn {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background:transparent;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }
  /* アイコン */
  .recommendation-slide-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #ddd;
  }
  /* 左右 */
  .recommendation-slide-btn.prev::before {
    content: "\f053";
  }
  .recommendation-slide-btn.next::before {
    content: "\f054";
  }
	/* 左 */
	.recommendation-slide-btn.prev {
		left: 15px !important;
		transform: translate(-50%, -50%);
	}
	/* 右 */
	.recommendation-slide-btn.next {
		right: 5px;
	}
	
  /* カルーセルとの余白調整 */
  #carousel {
    margin-top: 0;
  }

  #carousel .title08 {
    margin-top: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	/*アピールエリアの高さ*/
	.appeal{
		height: 250px;
	}
	
	/*キャッチコピー*/
	.mv_txtarea {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	/*画像をフルサイズ表示*/
	.image_full {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);	
	}
	.image_full img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	/*幅を広げたいコンテンツ*/
	.iceflogo_text,
	.daihyo_name_wrap,
	.staff_text {
		max-width: 100vw;	
	}
	
	/* 日本語サブタイトル */
	.areatitle_jp {
		position: absolute;
		top: 3.5rem;
	}
	.areatitle_jp_2{
		position: absolute;
		top: 5rem;
	}
	
	/*コンテンツエリアの余白*/
	.area {
		padding: 5px;
		margin-top: 80px;
	}
	#about {
		padding: 5px;
	}
	.area .title01{
		padding-left: 0;
	}
	#message .background_full {
		padding: 0 16px;
		padding-bottom: 280px;
	}
	
	/************** おすすめプログラム ******************/	
	.recommendation-section {
		margin-top: 400px;
		width: 100%;
	}

	/************** フッター ******************/
	#footer {
		border-top: 1px solid #D9D9D9;
		margin-bottom: 140px;
	}
	.article {
		margin-bottom: 0 !important;	
	}
	
	#footer, #footer a, .footer-title {
		font-size: 12px;
	}
	.navi-footer-in > .menu-footer li.menu-item {
		width: 25%;
	}
	.navi-footer-in > .menu-footer li.menu-item:nth-last-child(1),
	.navi-footer-in > .menu-footer li.menu-item:nth-last-child(2) {
		width: 5%;		
	}
	.footer-bottom {
		padding:0;
	}
	
	/************** features ******************/
    .features_item {
		//min-width: 145px;
	    //padding: 15px 7px 20px 7px;
	}
	.features_item_title {
		//padding-left: 0.6em;
	}

	/************** Preparation ******************/	
	.preparation_item {
		width: 100%;
	}
	.preparation_item_header {
		width: 27%;
	}
	.item_header_icon img {
		margin-top: 0;
	}
	.item_header_label {
		width: 20%;
		left: 5px;
	}
	.preparation_item_header {
		width: 25%;
	}
	.item_header_icon img {
		margin-top: 5px;
		width: 70%;
	}
	
	/************** 子ページ ******************/	
	.page .entry-title {
		padding-left: 0;
		padding-right: 0;
		margin: 0 auto;
	}
	
	/************** お問合せ ******************/
	#contact .title_white {
		margin-bottom: 0;
	}
	#contact .btn_contact_wrap {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#contact_tel,
	#contact_line {
		padding: 15px;
		text-align: center;
		margin-bottom: 2rem;
	}
	#contact_tel {
		margin-top: 0rem;		
	}
	#contact_tel .title02,
	#contact_line .title02 {
		margin-bottom: 1rem !important;
	}
	
	#contact_line img {
		width: 60%;	
	}
	
	#contact_tel .tel_no {
		margin-bottom: 15px !important;
	}
	.wpcf7-form-control {
		font-size: 14px !important;
	}
	
	/************** VOICE（一覧ページ） ******************/
	.widget-entry-cards {
		width: 100%;
	}

	.widget-entry-cards .a-wrap {
		width:100%; /*スマホで1列*/
		margin: 1rem 0;
	}
	
	#page_voice .widget-entry-cards .a-wrap {
		min-width: 100%;
	}


	/************** SUCCESS（一覧ページ） ******************/
	.page-id-1647 .succsess_item_profile .item_image {
		width: 35%;
	}
	.page-id-1647 .success_label {
		margin-right: 0.5rem;
	}
	.profile_header ul {
		padding-right: 0;
	}

}



/************** エフェクト ******************/	

/*左から徐々に表示*/
.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	height:100%;
}
.flowing.animated {
	animation: flowing-anim 1s forwards linear;
}
.flowing2 {
  animation-delay: .5s;
}
@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}

/*左から徐々に表示（画面表示と同時）*/
.flowing_display {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	height:50vh;
	animation: flowing_display-anim 1s forwards linear;
	animation-delay: .5s;
}
@keyframes flowing_display-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 100%;
   }
}

/*下から上*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.animated {
  transform: translateY(0);
  opacity: 1.0;
}

/*ふわっと表示*/
.fade_in {
  transition: 1s;
  opacity: 0;
}
.fade_in.animated {
  opacity: 1;
}

/*----------------------------
画像を徐々に表示
----------------------------*/
.appeal {
	position: relative;
	overflow: hidden;
}
.appeal::before {
  //animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  //background: #fff;
  //content: '';
  //inset: 0;
  //pointer-events: none;
  //position: absolute;
  //z-index: 1;
}
@keyframes img-wrap {
  100% {
    //transform: translateX(100%);
  }
}

/*----------------------------
アニメーション
----------------------------*/
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 128px;
}

/*ぽよぽよ*/
.keyframe_poyo {
  animation-name: poyopoyo;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/*ゆっくり拡大縮小*/
.keyframe_sc {
  animation-name: anim_sc;
  transform: scale(0.85,0.85);
}
@keyframes anim_sc {
  100% {
    transform: scale(1,1);
  }
}

