@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
 /*------------------------------------------------------------
   Browser Default Initialization responsive1
 ------------------------------------------------------------*/
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }
 html {
   overflow-y: scroll;
   height: 100%;
 }
 body {
  	margin: 0 ;
 	padding: 0 ;
	font-optical-sizing: auto;
	font-feature-settings: "palt" 1;
 	color: #333;
	font-size: 16px;
	line-height: 125%;
	text-align: left;
 	-webkit-text-size-adjust: 100%;
	height: 100%;
	word-wrap: break-word;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.regular{
font-family: m-plus-1c, sans-serif;
font-weight: 400;
font-style: normal;
}
.midium{
font-family: m-plus-1c, sans-serif;
font-weight: 500;
font-style: normal;
}
.bold{
font-family: m-plus-1c, sans-serif;
font-weight: 700;
font-style: normal;
}
.heavy{
font-family: m-plus-1c, sans-serif;
font-weight: 800;
font-style: normal;
}



#wrapper{
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
img{
	vertical-align:bottom;	
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
	color: #000;
}

li{
	line-height:0;
}

li img{
	vertical-align:bottom;
}





/*-----------------------------
   Header
-------------------------------*/
.totop{
	position: fixed;
	right: 2%;
	bottom: 3%;
 	width: 40px;
	height: 40px;
	background-image: url("../images/img_totop.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 500;
}
.totop:hover{
	opacity: .6;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

.active{
  opacity: 1;
  visibility: visible;
}


.pc_only{
	display: block;
}
.smt_only,
.smt_onlyB{
	display: none;
}

h2,h3,h4,h5,h6,p,
ul li{
transform: rotate(0.05deg);
}

div img,
ul img,
h1 img{
	width: 100%;
	height: auto;
}



/*-----------------------------
   Section01 header
-------------------------------*/
#header{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #D2EBE4;
	padding: 0 0 100px 0;
	overflow: hidden;
}
#header::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}


/* 固定ページ（6種類） */
.page-14 { background-color: #D8ECFD !important; } /* about */
.page-26 { background-color: #EAF4B5 !important; } /* profile */
.page-35 { background-color: #FDEAE5 !important; } /* achievement */
.page-41 { background-color: #FCFDE5 !important; } /* contact */
.page-81 { background-color: #FCFDE5 !important; } /* contact-confirm */
.page-83 { background-color: #FCFDE5 !important; } /* contact-thanks */
.page-37 { background-color: #EDEDED !important; } /* access */
.page-32 { background-color: #EDEDED !important; } /* privacy */
.page-89 { background-color: #EDEDED !important; } /* database */

/* 投稿ページ */
.single-post { background-color: #EDEDED !important; }

/* カテゴリーページ */
.category-page { background-color: #EDEDED !important; }

/* アーカイブページ */
.archive-page { background-color: #EDEDED !important; }



#header_cont{
	position: relative;
	width: 100%;
	max-width: 1200px;
	top: 0;
	left: 50%;
	transform: translate( -50%, 0 );
	z-index: 1000;
	padding-top: 25px;
	margin-bottom: 20px;
}
#header_cont::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#header_cont h1{
	width: 19%;
	min-width: 220px;
	height: auto;
	margin: 0 30px 0 0;
	float: left;
}

ul#header_menu{
	position: relative;
	background-color: #fff;
	display: inline-block;
	padding: 12px 10px 12px 30px;
	border-radius: 50vh;
	margin: 15px 0 0;
}
ul#header_menu::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul#header_menu li{
	font-size: 1rem;
	font-weight: 700;
	line-height: 150%;
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin-right: 15px;
}
ul#header_menu li::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 22px;
	background-color: #03A29A;
	top: 0;
	right: -5px;
}
ul#header_menu li.last::after{
	width: 0;
}


ul#header_menu li a:hover{
	opacity: .5;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}




/*-----------------------------
   Menu
-------------------------------*/
.item2 {
  position: fixed;
  width: 80px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
  counter-increment: item;
  margin: 30px 0 0 0;
  background-color: #fff;
  border-radius: 50vh;
  z-index: 1600 !important;
  right: 5%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .1));
}
.btn_circle.active{
	background-color: #EBDFD2;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  margin-top: 20px;
}
.menu-trigger::after{
	content: "MENU";
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 0.87em;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


#menu07 span:nth-of-type(1) {
  animation: menu07-bar01 .75s forwards;
}
@keyframes menu07-bar01 {
  0% {
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07 span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#menu07 span:nth-of-type(3) {
  animation: menu07-bar03 .75s forwards;
}
@keyframes menu07-bar03 {
  0% {
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#menu07.active span:nth-of-type(1) {
  animation: active-menu07-bar01 .75s forwards;
}
@keyframes active-menu07-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}
#menu07.active span:nth-of-type(2) {
  opacity: 0;
}
#menu07.active span:nth-of-type(3) {
  animation: active-menu07-bar03 .75s forwards;
}
@keyframes active-menu07-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}









.full-screen-menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
      z-index: 1050;
	  overflow: auto;
	  scrollbar-width: none;
	  -ms-overflow-style: none;
	  padding-top: 0;
}


.full-screen-menu::-webkit-scrollbar{
	display: none;
}
.full-screen-menu.active {
      opacity: 1;
      visibility: visible;
      transform: scale(1);
}
.full-screen-menu .inner{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
}


/* メニューアイテム */
.btn_C{
	color: #F86539;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	padding: 20px 3%;
	background-color: #EBDFD2;
	border: 2px solid #fff;
	border-radius: 50vh;
	filter:drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
	transform: translate( -50%, 0 );
	left: 50%;
}
.btn_C:hover{
	opacity: 0.7;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}


.heading_D{
	font-family: "Jost", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 3.5em;
	font-weight: 500;
	line-height: 1.3em;
	color: #000;
	border-bottom: 1px solid #000;
	position: relative;
	margin: 50px 0 0;
}
.g_menu_01::after{
	content: "隣人塾とは";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 15em;
	display: inline-block;
}
.g_menu_02::after{
	content: "講師紹介";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 11em;
	display: inline-block;
}
.g_menu_03::after{
	content: "進路実績・塾生保護者からの声・よくある質問";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 9em;
	display: inline-block;
}
.g_menu_04::after{
	content: "お問合せ・アクセスマップ";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 13em;
	display: inline-block;
}
.g_menu_05::after{
	content: "外部リンク";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 9em;
	display: inline-block;
}
.g_menu_06::after{
	content: "過去問データベース";
	position: absolute;
	font-family: "m-plus-1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	height: 20px;
	bottom: 43px;
	left: 15em;
	display: inline-block;
}

.g_nav{
	width: 100%;
	position: relative;
	margin: 15px 0 0;
}
.g_nav::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.g_nav .topic_A{
	width: 25%;
	float: left;
	padding: 0 3% 0;
	border-right: 1px solid #000;
	display: block;
	position: relative;
}
.g_nav .topic_B{
	width: 50%;
	float: left;
	padding: 0 15% 0;
	border-right: 1px solid #000;
	display: block;
	position: relative;
}
.g_nav .topic_C{
	width: calc( 100% / 3 );
	float: left;
	padding: 0 5% 0;
	border-right: 1px solid #000;
	display: block;
	position: relative;
}
.g_nav .topic_D{
	width: 25%;
	float: left;
	padding: 15px 8% 0;
	border-right: 1px solid #000;
	display: block;
	position: relative;
}
.g_nav .topic_A:last-child,
.g_nav .topic_B:last-child,
.g_nav .topic_C:last-child,
.g_nav .topic_D:last-child{
	border-right: none;
}
.g_nav .topic_A a,
.g_nav .topic_B a,
.g_nav .topic_C a,
.g_nav .topic_D a{
	display: block;
	text-align: center;
}
.g_nav .topic_A a:hover,
.g_nav .topic_B a:hover,
.g_nav .topic_C a:hover,
.g_nav .topic_D a:hover,
a.btn_link:hover{
	opacity: .7;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}
.g_nav .topic_A a img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.g_nav .topic_B a img,
.g_nav .topic_C a img{
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}
.g_nav .topic_D a img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.g_nav .topic_A a p,
.g_nav .topic_B a p,
.g_nav .topic_C a p,
.g_nav .topic_D a p{
	display: inline-block;
	background-color: #908686;
	color: #fff;
	text-align: center;
	padding: 3px 2%;
	border-radius: 3px;
	font-size: 1em;
	font-weight: 500;
	position: relative;
	transform: rotate(0.05deg);
}
.g_nav .topic_A a p.rinjin::before{
	content: "隣人塾の";
	position: absolute;
	color: #000;
	top: -22px;
	left: 50%;
	transform: translate( -50%, 0 );
}

a.btn_link{
	display: inline-block;
	background-color: #908686;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	padding: 10px 2%;
	border-radius: 3px;
	font-size: 1em;
	font-weight: 500;
	position: relative;
	transform: rotate(0.05deg);
}

.center_line{
	display: none;
}

.blank_block{
	width: 100%;
	height: 50px;
	position: relative;
	display: block;
}


#top_menu{
	width: 100%;
	background-color: #fff;
}
#top_menu::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#top_menu a{
	width: 25%;
	border: 2px solid #fff;
	float: left;
	margin: -20px 0 0;
}
#top_menu a img{
	width: 100%;
	height: auto;
}
#top_menu a:hover{
	opacity: 0.7;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}


#header_obj{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1000;
}

.header_img_01{
	width: 20%;
	min-width: 250px;
	margin: 25px auto 0;
	position: relative;
}
.header_img_01::before{
	content: "";
	position: absolute;
	width: 160%;
	height: 400px;
	top: 15%;
	left: -190%;
	background-image: url("../images/top-01.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.header_img_01::after{
	content: "";
	position: absolute;
	width: 150%;
	height: 400px;
	top: 0;
	right: -180%;
	background-image: url("../images/top-03.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}


.header_title{
	text-align: center;
	color: #00A29A;
	font-size: 2.7em;
	font-weight: 700;
	margin: 25px 0 0 0;
}

.copy_A{
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 130%;
	color: #818181;
	margin: 40px 0 0;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 100;
}
.copy_A span{
	display: inline-block;
}
.copy_A::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 6px;
	background-color: #D6D357;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}
.h_text_A{
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.6em;
}
.h_text_A span.orange{
	color: #F86539;
}
.h_text_A span.dis_ib{
	display: inline-block;
}

.header_img_02{
	display: none;
}


/******　要素の動き　******************************/
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}




#side_menu{
	position: fixed;
	width: 58px;
	background-color: #F86539;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 12px 9px;
	top: 40%;
	right: 0;
	z-index: 3000;
}
#side_menu a{
	display: block;
	margin: 0 0 27px 0;
	position: relative;
	width: 100%;
}
#side_menu a:last-child{
	margin-bottom: 12px;
}
#side_menu a.sm01::after{
	content: "LINEで相談";
	position: absolute;
	font-size: 0.55em;
	font-weight: 500;
	bottom: -17px;
	left: 50%;
	transform: translate( -50%, 0 );
	text-align: center;
	width: 54px;
	height: 15px;
	line-height: 1.3em;
	color: #fff;
}
#side_menu a.sm02{
	display: none;
}
#side_menu a.sm02::after{
	content: "電話で相談";
	position: absolute;
	font-size: 0.55em;
	font-weight: 500;
	bottom: -17px;
	left: 50%;
	transform: translate( -50%, 0 );
	text-align: center;
	width: 54px;
	height: 15px;
	line-height: 1.3em;
	color: #fff;
}
#side_menu a.sm03::after{
	content: "問合せ";
	position: absolute;
	font-size: 0.55em;
	font-weight: 500;
	bottom: -17px;
	left: 50%;
	transform: translate( -50%, 0 );
	text-align: center;
	width: 54px;
	height: 15px;
	line-height: 1.3em;
	color: #fff;
}
#side_menu a.sm04::after{
	content: "Instagram";
	position: absolute;
	font-size: 0.55em;
	font-weight: 500;
	bottom: -17px;
	left: 50%;
	transform: translate( -50%, 0 );
	text-align: center;
	width: 54px;
	height: 15px;
	line-height: 1.3em;
	color: #fff;
}
#side_menu a img{
	
}
#side_menu a:hover{
	opacity: 0.7;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}

/*-----------------------------
   Section02 Contents
-------------------------------*/
.content_body_wh{
	width: 100%;
	position: relative;
	padding: 0 0 5% 0;
}
.content_body_wh .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.content_body_wh .inner::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


h4.cont_headingA{
	color: #00A29A;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	line-height: 1.3em;
	padding: 0 0 25px 0;
	position: relative;
}
h4.cont_headingD{
	color: #F86539;
	font-size: 2.2em;
	font-weight: 700;
	text-align: center;
	line-height: 1.3em;
	padding: 0 0 25px 0;
	position: relative;
}
h4.cont_headingA::after,
h4.cont_headingD::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 6px;
	background-color: #D6D357;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}
h4.orange{
	color: #F86539;
}
.c_text_A{
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 400;
}
.c_text_A span{
	display: inline-block;
}

.box_sidebyside{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 3% 0 2%;
	position: relative;
	z-index: 1;
}
.box_sidebyside .item{
	position: relative;
	display: block;
	width: 23.5%;
	height: auto;
}
.box_sidebyside .item_for3{
	display: block;
	width: 10.5%;
	height: 100px;
}

.button_box{
	align-items: center;
	justify-content: center;
	width: 100%;
	display: flex;
	margin: 15px 0 0;
}
.btn_A{
	height: 50px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	cursor: pointer;
	color: #fff;
	background-color: #03A29A;
	border: 1px solid #fff;
	border-radius: 50vh;
	filter:drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
	margin: 0 auto;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	padding: 0 5%;
	line-height: 50px;
}

.btn_A:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.btn_A span{
	font-size: 1.1em;
	font-weight: 600;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	transform:rotateZ(0.03deg);
	
}

.content_body_ye{
	width: 100%;
	position: relative;
	background-color: #FCFDE5;
	padding: 3% 0 5% 0;
}
.content_body_ye .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


h4.cont_headingB{
	color: #00A29A;
	font-family: "Jost", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 3.5em;
	font-weight: 500;
	text-align: center;
	line-height: 1.5em;
	padding: 0 0 0 0;
}
.copy_B{
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	color: #818181;
	margin: 0 0 0;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 100;
}
.copy_B::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 6px;
	background-color: #D6D357;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: -1;
}


.box_sidebyside_2{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2% 0 2%;
	position: relative;
	z-index: 1;
}
.box_sidebyside_2 .item{
	position: relative;
	display: block;
	width: 33%;
	height: auto;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	padding: 20px 4% 0;
}
.box_sidebyside_2 .item_for2{
	display: block;
	width: 10%;
	height: 100px;
}
.box_sidebyside_2 .item .item_title{
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4em;
	text-align: left;
}
.box_sidebyside_2 .item ul.item_cau{
	margin: 3% 0 4%;
}
.box_sidebyside_2 .item ul.item_cau li{
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	text-indent: -1.2em;
	padding-left: 1.2em;
	margin: 0 0 5px 0;
}
.box_sidebyside_2 .item .item_title span,
.box_sidebyside_2 .item ul.item_cau li span{
	display: inline-block;
	text-indent: 0;
}
.item_img_01{
	width: 84%;
	margin: 0 auto;
}
.item_img_02{
	width: 100%;
	margin: 0 auto;
}
.item_img_03{
	width: 65%;
	margin: 0 0 2% 35%;
	position: relative;
}
.item_img_03::before{
	content: "";
	position: absolute;
	width: 80%;
	height: 200px;
	top: 7%;
	left: -65%;
	background-image: url("../images/top-18.png");
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.box_sidebyside_2 .midashi_01::after{
	content: "形式";
	position: absolute;
	background-color: #03A29A;
	color: #fff;
	top: 5%;
	left: -8%;
	font-size: 1.3em;
	font-weight: 700;
	padding: 8px 10px;
}
.box_sidebyside_2 .midashi_02::after{
	content: "科目";
	position: absolute;
	background-color: #03A29A;
	color: #fff;
	top: 5%;
	left: -8%;
	font-size: 1.3em;
	font-weight: 700;
	padding: 8px 10px;
}
.box_sidebyside_2 .midashi_03::after{
	content: "学年";
	position: absolute;
	background-color: #03A29A;
	color: #fff;
	top: 5%;
	left: -8%;
	font-size: 1.3em;
	font-weight: 700;
	padding: 8px 10px;
}
.box_sidebyside_2 .midashi_04::after{
	content: "月謝";
	position: absolute;
	background-color: #03A29A;
	color: #fff;
	top: 5%;
	left: -8%;
	font-size: 1.3em;
	font-weight: 700;
	padding: 8px 10px;
}



/******NEWS　お知らせ******************************/
.news_wrap{
	width: 100%;
	position: relative;
	margin: 20px 0 0;
}
.arrow_A{
	font-weight: 700;
	font-size: 1.2em;
	position: relative;
	text-align: right;
	display: flex;
	margin: -30px 5px 5px 0;
	justify-content: right;
}
.arrow_A a{
	display: inline-block;
	color: #03A29A;
}

.arrow_A:hover{
	opacity: 0.5;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

aside.news_single_box{
	width: 100%;
	background-color: #D2EBE4;
	padding: 12px 25px;
	border-radius: 25px;
	transform: rotate(0.05deg);
	margin: 0 0 15px;
	position: relative;
	display: flex;
	align-items: center;
	gap:10px;
}
aside.news_single_box::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
aside.news_single_box:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
aside.news_single_box h5.n_category,
.content_body_wh .inner .n_category{
	font-size: 0.9em;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	padding: 5px 5px;
	margin: 0 10px 0 0;
	white-space: nowrap;
}

.uncategorized{
	background-color: #626161;
}
aside.news_single_box h5.cat_01,
.content_body_wh .inner .n_category.cat_01,
.info{
	background-color: #03A29A;
}
aside.news_single_box h5.cat_02,
.content_body_wh .inner .n_category.cat_02,
.free-trial{
	background-color: #F86539;
}


aside.news_single_box dl.n_cont{
	font-weight: 500;
	padding: 5px 0 0;
	max-width: 90%;
}

aside.news_single_box dl.n_cont dt{
	color: #03A29A;
	margin: 0 10px 0 0;
	float: left;
}
aside.news_single_box dl.n_cont dd{
	line-height: 1.4em;
	float: left;
	text-align: justify;
}



/******Instagram　インスタグラム******************************/
.insta_wrap{
	width: 100%;
	max-width: 800px;
	margin: 20px auto 10px;
}
.insta_wrap::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.insta_wrap .insta_img{
	width: 23%;
	aspect-ratio: 1 / 1;
	background-color: #ccc;
	margin: 1%;
	float: left;
}

.insta_btn2{
  color: #FFF;
  border-radius: 50vh;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 170px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 50px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  left: 50%;
  transform: translate( -50%, 0);
}

.insta_btn2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{
  font-size: 27px;
  position: relative;
  top: -2px;
}

.insta_btn2 span {
  display:inline-block;
  position: relative;
  top: -5px;
  transition: .5s;
}

.insta_btn2:hover span{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/******Achievement　進路実績******************************/
dl.achiev_unit{
	width: 100%;
	display: flex;
	margin: 0 0 80px 0;
}
dl.achiev_unit dt{
	position: relative;
	width: 16%;
	margin: 0 4% 0 0;
	transform: rotate(0.05deg);
}
/*dl.achiev_unit dt.unit_no_01::after{
	content: "国公立大学";
	position: absolute;
	font-size: 1.1em;
	font-weight: 500;
	bottom: -24px;
	left: 0;
	width: 100%;
	text-align: center;
}
dl.achiev_unit dt.unit_no_02::after{
	content: "私立大学";
	position: absolute;
	font-size: 1.1em;
	font-weight: 500;
	bottom: -24px;
	left: 0;
	width: 100%;
	text-align: center;
}
dl.achiev_unit dt.unit_no_03::after{
	content: "高校";
	position: absolute;
	font-size: 1.1em;
	font-weight: 500;
	bottom: -24px;
	left: 0;
	width: 100%;
	text-align: center;
}*/
dl.achiev_unit dt img{
	width: 100%;
	height: auto;
	margin: -30px 0 0;
}
dl.achiev_unit dt p{
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	margin: 5px 0 0;
}
dl.achiev_unit dd{
	width: 80%;
	text-align: justify;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.7em;
	transform: rotate(0.05deg);
}
dl.achiev_unit dd p.font_small{
	font-size: 80%;
	font-weight: 300;
	line-height: 1.3em;
	margin-top: 15px;
}



/******Message　講師からのメッセージ******************************/

article.content_body_gr_btm{
	background-color: #D2EBE4;
	width: 100%;
	position: relative;
}
article.content_body_gr_btm .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
article.content_body_gr_btm::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
}
article.content_body_gr_btm::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
}

.prof_wrap{
	width: 60%;
	position: relative;
	margin: 0 auto;
}
.image_box::before{
	content: "";
	position: absolute;
	width: 25%;
	aspect-ratio: 1 / 1;
	top: -3%;
	left: -26%;
	background-image: url("../images/top-19.jpg");
	background-position: center -20px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	border-radius: 50vh;
}

.c_text_B{
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: 600;
}
.br_768{
	display: none;
}
.c_text_B span{
	display: inline-block;
}

span.size-up{
	font-size: 140%;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

.c_text_C{
	text-align: justify;
	font-size: 1em;
	line-height: 2em;
	font-weight: 500;
}

.content_wrap_A{
	width: 100%;
	margin: 20px auto 30px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 20px 3% 10px;
	transform: rotate(0.05deg);
}

.content_wrap_A dl.prof_text{
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-start;
}
.content_wrap_A dl.prof_text dt{
	min-width: 12%;
	display: inline-block;
	white-space: nowrap;
}
.content_wrap_A dl.prof_text dd{
	line-height: 140%;
}



/******無料相談　カレンダー******************************/
article.content_body_gr_dark{
	background-color: #03A29A;
	width: 100%;
	position: relative;
}
article.content_body_gr_dark .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px;
}

.box_sidebyside_2B{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 2% 0 2%;
	position: relative;
	z-index: 1;
}
.box_sidebyside_2B .item{
	position: relative;
	display: block;
	width: 48%;
	height: auto;
	background-color: #03A29A;
	border-radius: 0 ;
}
.box_sidebyside_2 .item_40,
.box_sidebyside_2B .item_40{
	position: relative;
	display: block;
	width: 40%;
	height: auto;
	border-radius: 0 ;
}
.box_sidebyside_2 .item_60,
.box_sidebyside_2B .item_60{
	position: relative;
	display: block;
	width: 60%;
	height: auto;
	border-radius: 0 ;
}

.heading_C{
	text-align: left;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 150%;
	margin: 0 0 10px 0; 
	color: #fff;
}
.text_D{
	text-align: justify;
	font-size: 1em;
	font-weight: 500;
	line-height: 180%;
	color: #fff;
}

.icon_line{
	width: 20%;
	margin: 100px 40% 20px;
	background-color: #fff;
	border-radius: 15px;
}
.icon_line a:hover{
	opacity: .85;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}


.btn_B{
	width: auto;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
	cursor: pointer;
	color: #F86539;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50vh;
	filter:drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
}

.btn_B:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.btn_B span{
	transform: rotate(0.05deg);
}


.plus_icon::before{
	content: "";
	position: absolute;
	width: 55%;
	height: 200px;
	top: 32%;
	left: -60%;
	background-image: url("../images/top-18.png");
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}


.dummy_gray{
	width: 100%;
	height: 100%;
	background-color: #ccc;
}



/******アクセス******************************/
.box_sidebyside_2C{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.box_sidebyside_2C .item{
	position: relative;
	display: block;
	width: 48%;
	height: auto;
}

.rinjin_map{
	width: 100%;
	aspect-ratio: 1 / 1;
}

.text_E{
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
	line-height: 130%;
	padding: 15px 5% 10px;
	margin: 10px 0 0;
	background-color: #D2EBE4;
	transform: rotate(0.05deg);
}
.text_E span{
	font-size: 70%;
}

.access_info{
	margin: 20px 0 0;
	padding: 0 5%;
}

.text_F{
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
	margin: 10px 0 0;
	transform: rotate(0.05deg);
}
.text_F span{
	display: inline-block;
}


.mobile_acc{
	color: #03A29A;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
	position: relative;
	padding: 0 0 0 50px;
	transform: rotate(0.05deg);
}
.mobile_acc a{
	color: #03A29A;
}
.mobile_acc a:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.mobile_acc::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 50px;
	top: -10px;
	left: 0;
	background-image: url("../images/access-04.svg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.text_G_wrap{
	display: block;
	position: relative;
	width: calc(100% - 50px);
	float: right;
}
.text_G{
	font-size: 0.9em;
	font-weight: 500;
	text-align: left;
	line-height: 150%;
	position: relative;
	transform: rotate(0.05deg);
}
.floatstop::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/*.text_G::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 50px;
	top: -10px;
	left: 0;
	background-image: url("../images/line-green.svg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}*/
a.line_icon_A{
	width: 40px;
	height: 40px;
	display: block;
	margin-top: 8%;
	float: left;
}
a.line_icon_A img{
	width: 100%;
	height: auto;
}
.line_icon_A img:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

/*------------------------------------ */
/*　footer　*/
/*------------------------------------ */
#footer {
	width:100%;
	background-color: #D2EBE4;
	padding-bottom: 0;
	position: relative;
}
#footer .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 20px;
}

#f_cont{
	width: 100%;
	position: relative;
	margin: 0 0 15px;
}
#f_cont::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#f_cont h2{
	width: 200px;
	margin-right: 5%;
	float: left;
}
.f_right{
	float: left;
	width: calc( 95% - 200px );
	margin: 5px 0 0;
}
.f_right::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

ul.f_navi{
	width: 100%;
	position: relative;
	transform: rotate(0.05deg);
	margin: 0 0 15px 0;
}
ul.f_navi::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.f_navi li{
	font-size: 1em;
	font-weight: 500;
	padding-left: 15px;
	margin: 5px 0 1px 15px;
	border-left: #03A29A 2px solid;
	float: left;
	height: 20px;
}
ul.f_navi li a{
	display: inline-block;
	padding-top: 10px;
}
ul.f_navi li a:hover,
ul.f_naviB li a:hover,
ul.f_naviC li a:hover{
	opacity: 0.5;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}

ul.f_naviB{
	float: left;
	margin: 10px 0 0 0;
}
ul.f_naviB::after,
ul.f_naviC::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
ul.f_naviB li{
	height: 20px !important;
	display: block;
	border-left: #03A29A 2px solid;
	padding-left: 15px;
	margin: 1px 0 1px 15px;
	float: left;
	transform: rotate(0.05deg);
}
ul.f_naviB li a{
	display: inline-block;
	padding-top: 10px;
}

ul.f_naviC{
	float: right;
	transform: rotate(0.05deg);
	width: 100%;
}
ul.f_naviC li{
	display: block;
	margin: 5px 0 1px 15px;
	float: left;
	position: relative;
}
ul.f_naviC li.circle_gr{
	font-size: 0.85em;
	font-weight: 600;
	color: #fff;
	
}
ul.f_naviC li.circle_gr a{
	color: #fff;
	padding: 18px 12px;
	display: block;
	background-color: #03A29A;
	border-radius: 6px;
}

ul.f_naviC li img{
	width: 36px;
	height: auto;
}

ul.f_naviC li.bg_wh::after{
	content: "";
	position: absolute;
	width: 96%;
	height: 96%;
	top: 2%;
	left: 2%;
	background-color: #fff;
	border-radius: 20px;
	z-index: -1;
}


#footer P.copyright{
	font-size:13px;
	color:#000;
	text-align: center;
	transform: rotate(0.05deg);
}






/*------------------------------------------------------------------- */
/*　下層ページ　*/
/*------------------------------------ */
/*-----------------------------
   Info お知らせ
-------------------------------*/
.pan_area{
	font-size: 0.9em;
	font-weight: normal;
	color: #848484;
	margin-bottom: 80px;
}
.pan_area a:link{
	color: #848484;
	border-bottom: 1px solid #848484;
}
.pan_area a:hover{
	color: #848484;
	border-bottom: none;
}

.entry-tag{
	color: #696969;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 10px 0 30px 0;
	transform: rotate(0.05deg);
}

.entry-pager{
	font-size: 0.9em;
	line-height: 1.4;
	margin: 40px 0 0;
}
.entry-pager a{
	border-bottom: #000 1px solid;
}
.entry-pager a:hover{
	border-bottom: none;
}
.pan_area a,
.pan_area span{
	transform: rotate(0.05deg);
}


/*------ WP-PageNavi ------------------------*/
.wp-pagenavi {
    text-align: center;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
}


/*------ single.phpのナビ ------------------------*/
.entry-pager{
	margin: 40px auto 0;
	text-align: center;
}
.entry-pager a{
	border-bottom: #000 1px solid;
	transform: rotate(0.05deg);
}
.entry-pager a:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
	border-bottom: none;
}


/*-----------------------------
   Profile 講師紹介
-------------------------------*/
#header_yg{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #EAF4B5;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#header_yg::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header_yg::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}

.table_A{
	width: 70%;
	margin: 0 15%;
}
.table_A tr{
	
}
.table_A tr th{
	font-size: 1.1em;
	font-weight: 500;
	padding: 10px 3%;
	text-align: right;
	width: 15%;
	border-right: 1px solid #000;
	vertical-align: middle;
	transform: rotate(0.05deg);	
}
.table_A tr td{
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px 3%;
	text-align: justify;
	transform: rotate(0.05deg);
}
.table_A tr:nth-child(2n-1) th,
.table_A tr:nth-child(2n-1) td{
	background-color: #eee;
}



.heading_F{
	color: #03A29A;
	background-color: #EAF4B5;
	font-size: 1.4em;
	font-weight: 500;
	padding: 10px 2%;
	margin: 50px 0 0 !important;
	clear: both;
}
.heading_F2{
	color: #03A29A;
	background-color: #EAF4B5;
	font-size: 1.4em;
	font-weight: 500;
	padding: 10px 2%;
	margin: 50px 0 0 !important;
	clear: both;
	text-align: center;
}
.fl_l{
	float: left;
	margin: 40px 3% 0 0;
	width: 25%;
}

.fl_r{
	float: right;
	margin: 40px 0 0 3%;
	width: 25%;
}

.text_J{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
	text-align: justify;
	margin: 30px 0 0;
	z-index: 10;
}
.text_J.orange{
	color: #F86539;
	font-weight: 600;
}
.text_J .J_liney{
	font-weight: 600;
	background:linear-gradient(transparent 50%, #FFE200 0%);
}


/*-----------------------------
   Achievement 進路実績
-------------------------------*/
#header_pi{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #FDEAE5;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#header_pi::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header_pi::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}

.header_img_04{
	width: 40%;
	min-width: 250px;
	margin: 0 auto 0;
	position: relative;
}

article.content_body_pi_btm{
	background-color: #FDEAE5;
	width: 100%;
	position: relative;
}
article.content_body_pi_btm .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
article.content_body_pi_btm::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
}
article.content_body_pi_btm::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
}

.section_double{
	width: 100%;
	position: relative;
}
.section_double::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.section_double .cont_block_left{
	width: 47%;
	margin: 0 3% 0 0;
	float: left;
}
.section_double .cont_block_right{
	width: 47%;
	margin: 0 0 0 3%;
	float: left;
}
.img_circle{
	width: 50%;
	aspect-ratio: 1 / 1;
	border-radius: 50vh;
	border: 1px solid #000;
	overflow: hidden;
	margin: 0 auto 0;
}
.img_circle img{
	width: 100%;
	height: auto;
}
.cont_block_left h3{
	font-size: 1.5em;
	font-weight: 600;
	color: #03A29A;
	text-align: center;
	padding: 0 0 30px;
	margin: 20px 0 20px;
	border-bottom: 1px solid #03A29A;
}

.text_H,
.text_H2{
	font-size: 0.9em;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 1.5em;
	position: relative;
	transform: rotate(0.05deg);
}
.text_H::before{
	content: "■";
	position: absolute;
	color: #03A29A;
	top: 0;
	left: 0;
}

.text_H3{
	font-size: 0.9em;
	font-weight: 600;
	text-align: justify;
	line-height: 1.4em;
	padding-left: 1.5em;
	position: relative;
	transform: rotate(0.05deg);
	color: #03A29A;
	margin: 20px 0 0;
}

.toggle-container{
	margin: 15px 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #03A29A;
}
.toggle-content{
	margin: 15px 0 15px;
}

.toggle-link{
	color: #03A29A;
	text-decoration: underline;
	font-weight: 700;
	display: block;
	text-align: right;
}
.toggle-link:hover{
	text-decoration: none;
}
.link_box{
	text-align: right;
}

.text_H4{
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
	line-height: 1.4em;
	padding-left: 1.5em;
	position: relative;
	transform: rotate(0.05deg);
	color: #03A29A;
	margin: 15px 0;
}

.line_gr{
	width: 100%;
	height: 1px;
	background-color: #03A29A;
	margin: 20px 0;
}

.cont_block_right h3{
	font-size: 1.5em;
	font-weight: 600;
	color: #F86539;
	text-align: center;
	padding: 0 0 30px;
	margin: 20px 0 20px;
	border-bottom: 1px solid #03A29A;
}

.text_I{
	font-size: 0.9em;
	font-weight: 400;
	text-align: justify;
	line-height: 1.4em;
	padding: 0 0 20px 1.5em;
	position: relative;
	border-bottom: 1px solid #03A29A;
	margin: 0 0 20px 0;
}
.text_I::before{
	content: "■";
	position: absolute;
	color: #F86539;
	top: 0;
	left: 0;
}

.toggle-content{
	display: none;
}


/******　　下層ページの無料体験受付　　******************************/
.cboth::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.logo_A{
	width: 12%;
	display: block;
	float: left;
	margin: 0 3% 0 0;
}
.logo_A img{
	width: 100%;
	height: auto;
}

.text_block{
	width: 50%;
	float: left;
	margin: 0 5% 0 0;
}

.btn_block{
	width: 30%;
	float: left;
}
.btn_block .icon_line{
	width: 18%;
	margin: 0 40% 20px;
	background-color: #fff;
	border-radius: 15px;
}
.btn_block .icon_line a:hover{
	opacity: .85;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}


/*-----------------------------
   About us
-------------------------------*/
#header_bl{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #D8ECFD;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#header_bl::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header_bl::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}

.h_text_B{
	text-align: center;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 150%;
	color: #818181;
	margin: 5px 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 100;
}
.dis_ib{
	display: inline-block;
}

.header_img_03{
	width: 30%;
	min-width: 250px;
	margin: 10px auto 0;
	position: relative;
}

.about_img_01{
	width: 60%;
	margin: 0 auto;
	position: relative;
}
.about_img_01::before{
	content: "学習";
	position: absolute;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: 30%;
	background-color: #03A29A;
	padding: 10px 1%;
	border-radius: 8px;
	top: -30px;
	left: 3%;
	transform: rotate(0.05deg);
}
.about_img_01::after{
	content: "ライフデザイン";
	position: absolute;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: 30%;
	background-color: #F86539;
	padding: 8px 1%;
	border-radius: 8px;
	top: -30px;
	right: 3%;
	transform: rotate(0.05deg);
}

.cont_headingA_front{
	font-size: 0.85em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #03A29A;
	padding: 3px 0 3px;
	border-radius: 5px;
	margin: 80px auto 10px;
	width: 100px;
}

.cont_headingD_front{
	font-size: 0.85em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background-color: #F86539;
	padding: 3px 0 3px;
	border-radius: 5px;
	margin: 0 auto 10px;
	width: 130px;
}

.title_block{
	width: 100%;
	position: relative;
}
.title_sec{
	width: 55%;
	position: relative;
	float: left;
}
.title_sec2{
	width: 100%;
	position: relative;
}

.title_block::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.tit_img{
	width: 180px;
	float: left;
}
.heading_E{
	color: #03A29A;
	font-size: 1.7em;
	font-weight: 500;
	transform: rotate(0.05deg);
	padding: 60px 0 0 15px;
	display: inline-block;
	float: left;
}
.heading_E2{
	color: #727272;
	font-size: 1.7em;
	font-weight: 500;
	text-align: justify;
	line-height: 1.3;
	transform: rotate(0.05deg);
	padding: 50px 0 0 15px;
	float: left;
	width: calc(100% - 195px);
}
.heading_E2 span.E2_bot{
	color: #03A29A;
	font-size: 60%;
}
.list_C{
	list-style: none;
	display: inline-block;
	position: relative;
	float: left;
}
.list_C li{
	color: #03A29A;
	background-color: #D9ECFD;
	padding: 15px 15px 15px 35px;
	margin: 0 0 7px 0;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50vh;
	position: relative;
}
.list_C li::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 8px;
	background-image: url("../images/about/circle-check-solid.png");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}




/*ポップアップ---------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: -10%;
    width: 120%;
	z-index: 2000 !important;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	max-width: 600px;
	min-width: 300px;
}
.modal__content img{
	width: 100%;
	height: auto;
}
.js-modal-close-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -60px;
	left: 0;
	background-image: url("../images/bg_section04_btn_delete.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.js-modal-close-btn img{
	width: 100%;
	height: 100%;
}
.js-modal-close-btn:hover{
	opacity: 0.7;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
}




.content_block{
	width: 100%;
	position: relative;
	margin: 20px 0 60px;
}
.content_block::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: -40px;
	left: 50%;
	background-image: url("../images/about/aboutus-13.svg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	transform: translate( -50% , 0 );
}
.cb_last::before{
	display: none;
}
.cb_last{
	margin: 20px 0 0;
}

.content_block::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.content_block .left_text{
	width: 70%;
	float: left;
}
.content_block .w100_text{
	width: 100%;
	margin: 0 0 40px 0;
}
.content_block .left_text .text_wrap{
	border-left: 5px solid #03A29A;
	padding: 0 0 0 15px;
}
.content_block .w100_text .text_wrap2{
	border-left: 5px solid #F86539;
	padding: 0 0 0 15px;
}
.content_block .w100_text h4{
	font-size: 1.2em;
	font-weight: 500;
	color: #03A29A;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}
.content_block .left_text p,
.content_block .w100_text p{
	font-size: 1em;
	font-weight: 400;
	text-align: justify;
	line-height: 1.7em;
	margin: 0 0 15px;
}
.content_block .left_text p span.green{
	font-weight: 600;
	color: #03A29A
}
.content_block .left_text p span.orange{
	font-size: 110%;
	font-weight: 500;
	color: #F86539;
}

.content_block .right_img{
	width: 25%;
	margin: 0 0 0 5%;
	float: left;
}
.front_img_cap{
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.7;
	margin: 0 0 30px 0;
	background-image: linear-gradient(to right, #03A29A 100%, transparent 0%);
    background-size: 100% 1px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,YuGothic,'Yu Gothic',sans-serif;
}
.front_img_cap::after{
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 20px;
}

.time_sche{
	font-size: 1.1em;
	font-weight: 600;
	padding: 0 0 10px 40px;
	position: relative;
}
.time_sche .orange{
	color: #F86539;
}
.time_sche::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 35px;
	top: -10px;
	left: 0;
	background-image: url("../images/about/aboutus-12.svg");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
.img_l_bk{
	width: 100%;
	border: 1px solid #000;
	display: block;
	margin: 0 0 10px;
	position: relative;
}
.img_l_bk::after{
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
	bottom: 10px;
	right: 10px;
	background-image: url("../images/about/aboutus-10.svg");
	background-size: 100% auto;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.img_l_bk:hover{
	opacity: 0.5;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.img_l_gr{
	position: relative;
	width: 100%;
	max-width: 300px;
	border: 1px solid #03A29A;
	padding: 12px 10px 12px 45px;
	display: block;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.4;
	transform: rotate(0.05deg);
}
.img_l_gr span{
	display: inline-block;
}
.img_l_gr:hover{
	background-color: #D2EBE4;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.img_l_gr::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 31px;
	top: 50%;
	left: 10px;
	background-image: url("../images/about/aboutus-11.svg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	transform: translate(0, -50%);
}
.img_l_gr img{
	width: 30px;
	height: auto;
	margin-right: 7px;
}


ul.list_E{


	width: 100%;
	position: relative;
	display: block;
	list-style: none;
	margin: -20px 0 0;
}
ul.list_E li{
	font-size: 0.8em;
	font-weight: 500;
	color: #03A29A;
	line-height: 1.2em;
	padding: 5px 0 0 1em;
	text-indent: -1em;
}


.icon_cal{
	font-size: 0.85em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 0 0 -10px;
	padding: 0 0 0 40px;
	position: relative;
	transform: rotate(0.05deg);
}
.icon_cal::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 40px;
	top: 0;
	left: 0;
	background-image: url("../images/about/aboutus-14.svg");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}


/*article.content_body_ye{
	background-color: #FFFCE8;
	width: 100%;
	position: relative;
}
article.content_body_ye .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 40px;
}*/


/******Monthly fee　指導料******************************/

article.content_body_bl_btm{
	background-color: #D8ECFD;
	width: 100%;
	position: relative;
}
article.content_body_bl_btm .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
article.content_body_bl_btm::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
}
article.content_body_bl_btm::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
}


.cont_sidebyside{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.cont_sidebyside .obj_wrap{
	width: 46%;
	display: block;
}
.cont_sidebyside .obj_wrap img{
	width: 70%;
	margin: 0 15%;
}
.cont_sidebyside .obj_wrap .bg_gr{
	width: 100%;
	color: #fff;
	background-color: #03A29A;
	padding: 10px 0;
	border-radius: 8px;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}
.cont_sidebyside .obj_wrap .bg_or{
	width: 100%;
	color: #fff;
	background-color: #F86539;
	padding: 10px 0;
	border-radius: 8px;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}
.cont_sidebyside .obj_wrap .text_M{
	font-size: 1em;
	font-weight: 400;
	text-align: justify;
	line-height: 1.7;
	margin: 20px 0 0;
}
.cont_sidebyside .obj_wrap .text_M span{
	font-size: 80%;
}

.text_K{
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}
.text_K .green{
	color: #03A29A;
	font-size: 110%;
	font-weight: 600;
}


.table_B,
.table_B2{
	width: 80%;
	position: relative;
	border: 1px solid #000;
	margin: 10px 10% 10px;
	background-color: #fff;
	transform: rotate(0.05deg);
}
.table_B tr{
	
}
.table_B tr th{
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	width: 10%;
	padding: 10px 2%;
	vertical-align: middle;
}
.table_B tr td,
.table_B2 tr td{
	vertical-align: middle;
}
 
.table_B tr td.center_block{
	width: 20%;
	padding: 10px 2%;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
}
.table_B tr td.right_block{
	width: 70%;
	padding: 10px 2%;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.5em;
}
.table_B tr td.right_block_B{
	width: 90%;
	padding: 10px 2%;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
}


.table_B2 tr th{
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.3;
	width: 30%;
	padding: 10px 2%;
	vertical-align: middle;
}
.table_B2 tr th span{
	display: inline-block;
}
.table_B2 tr td{
	width: 70%;
	padding: 10px 2%;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.5em;
}
.table_B2 tr td.text_gr{
	font-size: 1.2em;
	font-weight: 700;
	color: #03A29A;
}


.text_L{
	width: 80%;
	margin: 0 auto;
	text-align: justify;
	font-size: 0.8em;
	font-weight: 400;
	transform: rotate(0.05deg);
}



/*-----------------------------
   Access
-------------------------------*/
.rinjin_map_access{
	width: 100%;
	height: 450px;
	margin-bottom: -4px;
}

.text_E2{
	font-size: 1.3em;
	font-weight: 500;
	text-align: center;
	line-height: 130%;
	padding: 15px 5% 10px;
	margin: 30px 0 0;
	background-color: #D2EBE4;
	transform: rotate(0.05deg);
}
.text_E2 span{
	font-size: 70%;
}

.text_E3{
	font-size: 1em;
	font-weight: 600;
	text-align: center;
	line-height: 130%;
	padding: 8px 2% 8px;
	margin: 40px 0 0;
	background-color: #D2EBE4;
	transform: rotate(0.05deg);
}
.text_E3 span{
	display: inline-block;
}

.btn_line{
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 30px auto 0;
}


/*-----------------------------
   Contact
-------------------------------*/
#header_ye{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #FCFDE5;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#header_ye::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header_ye::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}


.contact_way{
	width: 64%;
	margin: 0 auto 40px;
	padding: 0 0 0 60px;
	position: relative;
}
.contact_way.w_smart::before{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	top: -5px;
	left: 0;
	background-image: url("../images/contact/contact-01.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.contact_way.w_line::before{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	background-image: url("../images/contact/contact-02.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.contact_way.w_line a{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	z-index: 1;
}
.w_line:hover::before {
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.contact_way.w_info::before{
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	top: -5px;
	left: 0;
	background-image: url("../images/contact/contact-03.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.contact_way h3{
	font-size: 1.7em;
	font-weight: 600;
	margin: 0 0 10px;
}
.contact_way h3 a{
	color: #03A29A;
}
.contact_way h4{
	font-size: 1em;
	font-weight: 600;
	text-align: justify;
	line-height: 1.5em;
	background-color: #D2EBE4;
	padding: 5px 10px;
	margin: 0 0 -10px;
}
.contact_way p{
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
	transform: rotate(0.05deg);
}

.notice_A{
	font-size: 1em;
	font-weight: 400;
	margin: 10px 0 -2%;
}
.notice_A .red_A{
	color: #f00;
}

.table_C{
	width: 100%;
	margin: 30px auto 30px;
	border-top: 1px solid #000;
}
.table_C tr{
	
}
.table_C tr th{
	width: 20%;
	padding: 20px 3% 20px 3%;
	font-size: 0.9em;
	font-weight: 400;
	vertical-align: middle;
	background-color: #FCFDE5;
	border-bottom: 1px solid #000;
	transform: rotate(0.05deg);
}
.table_C tr th .red_A{
	color: #f00;
	padding-left: 10px;
}
.table_C tr td{
	padding: 20px 3% 20px 3%;
	border-bottom: 1px solid #000;
	vertical-align: middle;
}
.table_C tr td span{
	font-size: 0.9em;
	font-weight: 400;
	transform: rotate(0.05deg);
}
input[type='text'],
input[type='tel'],
input[type='email']{
	width: 80%;
	border: 1px solid #aaa;
	padding: 8px 2%;
	border-radius: 5px;
	background-color: #f6f6f6;
}

.wpcf7-form label {
    font-size: 19px;
}

textarea{
	width: 80%;
	padding: 8px 2%;
	border: 1px solid #aaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f6f6f6;
}

.btn_form{
	height: 50px;
	text-decoration: none;
	transition: background-color 0.3s ease;
	cursor: pointer;
	color: #fff;
	background-color: #03A29A;
	border: 1px solid #fff;
	border-radius: 10px;
	filter:drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.2));
	margin: 0 auto;
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	padding: 0 10%;
	line-height: 50px;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 1.1em;
	font-weight: 600;
}
.btn_form:hover{
	opacity: 0.7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

.wpcf7-confirm,
.wpcf7-back {
    display: inline-block !important;
    visibility: visible !important;
}

/*------　サンクスページ　-------------------------------*/
.thanks_A{
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 40px auto 0;
}

.thanks_B{
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	margin: 20px auto 50px;
}


.button {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 300px;
    display: block;
    margin: 0 auto;
}


article.content_body_ye_btm{
	background-color: #FCFDE5;
	width: 100%;
	position: relative;
}
article.content_body_ye_btm .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
article.content_body_ye_btm::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	background-color: #fff;
}
article.content_body_ye_btm::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	top: 0;
	right: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	background-color: #fff;
}


.heading_G{
	font-size: 1.3em;
	font-weight: 600;
	color: #03A29A;
	margin: 10px 0 0;
}
.heading_G2{
	font-size: 1.3em;
	font-weight: 600;
	color: #F86539;
	margin: 50px 0 0;
}
.heading_G3{
	font-size: 1.3em;
	font-weight: 600;
	color: #9A8A79;
	margin: 50px 0 0;
}
.qa_block{
	width: 100%;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 13px;
	margin: 20px 0 0;
}
.qa-item {
    padding: 25px 2% 20px;
    display: flex;
    justify-content: space-between;
    align-items: left;
}

.question {
    cursor: pointer;
    font-weight: 600;
    flex-grow: 1;
	position: relative;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #797C7C;
	padding-left: 50px;
	width: calc(100% - 42px);
	transform: rotate(0.05deg);
}
.question::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: -7px;
	left: 0;
	background-image: url("../images/contact/contact-04.svg");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}
.button_bg{
	cursor: pointer;
	width: 32px !important;
	height: 32px;
	background-color: #03A29A;
	border-radius: 50vw;
    margin: -7px 0 0 10px;
	position: relative;
}
.toggle-button {
    font-size: 18px;
    font-weight: 600;
	color: #fff;
	position: absolute;
	left: 28%;
	top: 18%;
    transition: transform 0.3s ease-in-out;
}

.answer {
	position: relative;
    display: none;
    padding: 20px 20px 20px 60px;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.5em;
	text-align: justify;
	color: #797C7C;
    background-color: #f9f9f9;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	transform: rotate(0.05deg);
}
.answer::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	left: 10px;
	background-image: url("../images/contact/contact-05.svg");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}






	
/*-----------------------------
   Privacy policy
-------------------------------*/
#header_gr{
	width:100%;
	height:auto;
	position:relative;
	margin: 0 0 80px;
	background-color: #EDEDED;
	padding: 0 0 50px 0;
	overflow: hidden;
}
#header_gr::before{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 100%, 0 100% );
	background-color: #fff;
}
#header_gr::after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	bottom: 0;
	right: 0;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	background-color: #fff;
}

.text_A{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.9em;
	text-align: justify;
}

.cont_headingC{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.5em;
	text-align: justify;
	margin: 60px 0 5px;
}

ol.list_A{
	list-style-type: upper-latin;
	padding-left: 1.25em;
}
ol.list_B{
	list-style-type: decimal;
	padding-left: 1.25em;
}
ol.list_A li,
ol.list_B li{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.7em;
	margin: 5px 0 0;
	position: relative;
	transform: rotate(0.05deg);
}
ol.list_A li::before,
ol.list_B li::before{
	content: ")";
	position: absolute;
	top: -1px;
	left: -0.5em;
	z-index: 10;
}
ol.list_A li::after,
ol.list_B li::after{
	content: "";
	position: absolute;
	top: 3px;
	left: -0.5em;
	background-color: #fff;
	width: 5px;
	height: 20px;
	z-index: 5;
}

.link_A{
	font-weight: 600;
	text-decoration: underline;
}
.link_A:hover{
	text-decoration: none;
	color: #03A29A;
}



/*-----------------------------
   Information お知らせ
-------------------------------*/
article.content_body_gra_btm{
	width: 100%;
	background-color: #EDEDED;
	position: relative;
}

article.content_body_gra_btm .inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 40px;
}

.category_icon_muryo{
	font-size: 0.9em;
	font-weight: 500;
	background-color: #F86539;
	padding: 3px 10px;
	color: #fff;
	transform: rotate(0.05deg);
	display: inline-block;
}
.info_date{
	font-size: 0.85em;
	font-weight: 500;
	background-color: #EDEDED;
	padding: 2px 10px;
	border-radius: 50vh;
	transform: rotate(0.05deg);
	display: inline-block;
	margin: 0 0 0 10px;
}
.info_title{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
}
.info_content{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	transform: rotate(0.05deg);
}


.heading_H{
	font-family: "Jost", serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #03A29A;
}

.cate_wrap{

}
.cate_wrap::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.cate_wrap .left_block{
	width: 50%;
	float: left;
}
.cate_wrap .right_block{
	width: 50%;
	float: left;
}

ul.list_D{
	list-style: none;
	margin: 10px 0 0;
}
ul.list_D li{
	margin: 25px 10px 25px 0;
	display: block;
	transform: rotate(0.05deg);
}
ul.list_D li a{
	color: #000;
	text-decoration: none;
}
ul.list_D li a:hover{
	color: #4f4f4f;
	text-decoration: underline;
	-moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -ms-transition: .1s;
	transition: .1s;
}

/*-----------------------------
   Database データベース
-------------------------------*/
.heading_I{
	width: 100%;
	background-color: #00A29A;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px 2%;
	margin: 50px 0 0;
	line-height: 1.4;
	transform: rotate(0.03deg);
}

.table_D{
	width: 100%;
}
.table_D th{
	width: 15%;
	padding: 25px 2% 0 0;
}
.table_D th P{
	background-color: #F86539;
	color: #fff;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 50vh;
}
.table_D td{
	width: 85%;
}

ul.list_F{
	margin: 0;
	padding: 0;
}
ul.list_F li{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	padding: 2px 2%;
	margin: 0 1% 0 0;
	background-color: #ddd;
}
ul.list_F li a{
	width: 100%;
	height: 100%;
	
}
ul.list_F li:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

.tag_wrap{
	width: 100%;
	position: relative;
	margin: 20px 0 0;
}
.tag-cloud-link{
	background-color: #eee;
	padding: 4px 10px 4px 40px !important;
	border-radius: 3px;
	font-size: 0.9em !important;
	font-weight: 400 !important;
	margin: 50px 5px 5px 0 !important;
	position: relative;
}
.tag-cloud-link::before{
	content: "";
	position: absolute;
	width: 20%;
	height: 70%;
	top: 15%;
	left: 5%;
	background-image: url(../images/tags/tag.svg);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
}

/*------------------------------------ */
/*　margin/padding　*/
/*------------------------------------ */
.mt-3pc{
	margin-top: -3%;
}
.mt-2pc{
	margin-top: -2%;
}
.mt-1pc{
	margin-top: -1%;
}
.mt1pc{
	margin-top: 1%;
}
.mt2pc{
	margin-top: 2%;
}
.mt3pc{
	margin-top: 3%;
}
.mt4pc{
	margin-top: 4%;
}
.mt5pc{
	margin-top: 5% !important;
}
.mt7pc{
	margin-top: 7% !important;
}
.mt8pc{
	margin-top: 8%;
}
.mt10pc{
	margin-top: 10%;
}
.mt15pc{
	margin-top: 15%;
}
.mt20pc{
	margin-top: 20%;
}

.pt2pc{
	padding-top: 2%;
}
.pt5pc{
	padding-top: 5%;
}
.pb1pc{
	padding-bottom: 1%;
}

.btn_w50pc{
	width: 50%;
	margin: 0 25%;
}
.w_50pc{
	width: 50%;
}
.w_70pc{
	width: 70%;
	margin: 0 auto;
}