@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-size: 110%;
  line-height: 1.6rem;
  font-weight: normal;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
img {
  max-width: 100%;
}
em {
font-family: 'Hiragino Kaku Gothic ProN';
font-style: italic;
}
/*▼画像の回り込み */
.alignnone {
  padding: 4px;
  /*margin: 0px 15px 0 15px;*/
　margin: 0px 0px 0 0px;	
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
/*▲画像の回り込み*/
.clear {
  clear: both;
}
.pager {
	margin: 8% 0 8%;
}
/* ----------トップへ戻るボタン---------- */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3fefee;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ----------トップへ戻るボタン---------- */
.breadcrumbs {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 10px 10px;
}
.mainTitle {
  padding-bottom: .5em;
  border-bottom: 1px solid #333333;
  text-align: center;
  font-size: 200%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-top: 5%;	
}
.top_mv {
  width: 100%;
  vertical-align: bottom;
}

.title_jap {
  font-size: 30px;
  color: #666;
  display: block;
}
.next_script {
  font-size: 14px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.next_script a {
  color: #0d0d0d;	
}
.fa {
	vertical-align: baseline;
}
.catname {
	font-size: 30px;
	margin-bottom: 3%;
	color: #377d43;
}

.bg_gray {
	background-color: #f9f9f9;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
}
.insta {
	margin-top: 5%;
}
.header {
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: all .5s;
  z-index: 200;
}
/*.header_inner {
  position: relative;
  padding: 15px;
  height: 90px;	
}
.logo{
  position: absolute;
  top: -14px;
  left: 0;
  padding: 26px 15px 0;
}*/
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_inner {
    max-width: 100%; /*980px*/
    /*width: 100%;*/
    padding: 15px 30px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s;
  }
.logo {
  position: static;
  /*top: -14px;
  left: 0;*/
}
.title{
  font-size: 2rem;
  font-weight: 600;
}
.title a img {
  height: 60px;
  width: auto;
  display: block;
}
.header_button{
  background: #ec6800;
  color: #FFF!important;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ec6800;
  transition-duration: 0.5s;	
}

/* 左右に斜め線(両端を丸く) */
.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
	  color: #279044;
}
.heading::before,
.heading::after {
  background-color: #279044;; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 5px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
.heading02 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 3rem;
}

.heading02:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 51px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ef7d00;
}

.reasontitle {
  font-size: 1rem;
	margin-bottom: 1rem;
  font-weight: bold;
	    line-height: 1.5rem;
}

.reasontitle span {
  font-size: 1.3rem;
  color: #279044;
}


.reasonimg {
  margin-bottom: 2rem;
}

/* 左右に斜め線(両端を丸く) */
.heading03 {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #ef7d00;
  font-weight: bold;
}
.heading03::before,
.heading03::after {
  background-color: #ef7d00;; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 3px; /* 線の高さ */
  width: 30px; /* 線の長さ */
}
.heading03::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading03::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}


.added {
    color: #fff!important;
    font-weight: 600;
  }
.invert {
	color: #000!important;
	transition: all .25s 0s ease;
}
.header_button.invert {
	color: #fff!important;
}
.btn {
	max-width:300px;/*240px*/
	height:60px;/*54px*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	/*margin-top: 7%;*/
	margin-top: 0%;
}
.button {
	display: inline-block;
	/*background-color:#81a963;*/
	/*border: solid 2px #000;*/
	background: rgb(39, 144, 68);
	  border: 2px solid rgb(34, 145, 64);
	color:#fff;/*000*/
	font-size: 14px;
	width:200px;/*240px*/
	height:50px;/*54px*/
	/* border-radius */
	/*border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;*/
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.2rem;
	  border-radius: 4px;
}
.button:hover {
	/*background-color: #333;
	border: 1px solid #333;*/
	/*color: #fff!important;*/
	  color: rgb(39, 144, 68) !important;
    background: rgb(255, 255, 255);
	text-decoration: none;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.header_button:hover {
	background-color: #fff;
	border: 1px solid #279044;
	border-radius: 4px;
	color: #279044!important;
	text-decoration: none;
}
.nav_list li a:hover {
  color: #08B9D4;
  text-decoration: none;
}



.newsbtn {
	width:300px;/*240px*/
	height:60px;/*54px*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	/*margin-top: 7%;*/
	margin-top: 0%;
}
.newsbutton {
	display: inline-block;
	/*background-color:#81a963;*/
	/*border: solid 2px #000;*/
	background: rgb(135, 195, 82);
	border: 2px solid rgb(135, 195, 82);
	color:#fff;/*000*/
	font-size: 14px;
	width:300px;/*240px*/
	height:50px;/*54px*/
	/* border-radius */
	/*border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;*/
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
}
.newsbutton::before,
.newsbutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.newsbutton,
.newsbutton::before,
.newsbutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.2rem;
}
.newsbutton:hover {
	/*background-color: #333;
	border: 1px solid #333;*/
	/*color: #fff!important;*/
	color: rgb(135, 195, 82)!important;
    background: rgb(255, 255, 255);
	text-decoration: none;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}



/*▼フッター*/

#footer {
	background: #ec6800;
	overflow: hidden;
}
.footer_inner {
	padding: 1.6em 0 2em 0;
	text-align: center;
	overflow: hidden;
}
.ftrbox {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.ftr_ttl {
	width: 300px;
  margin: 2rem auto;
  color: #9f8a5d;
}
.ftrbox .flex {
    width: auto;
    margin: 2% auto;
	padding: 1em;
}
.sitemap_inner li a {
  color: #fff;
	font-size: 1.1rem;/*.9rem*/
}
.copyright p {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
.copyright {
	background-color: #5b2f0f;
	margin-top: 0%;
}
/*▲フッター*/

/*▼サイドバー*/


/*.widget div {
  background-color: #f6f6f6;
  padding: 10px 20px;
  margin: 0 0 15%;
}*/

.widget h3 {
  color: #FFF;
  background-color: #377d43;
  height: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-bottom: 3%;
  font-size: 15px;
  font-weight: normal;
  border-radius: 3px;
  box-shadow: 2px 2px 3px 1px #377d43 inset;
  letter-spacing: .08em;	
}
.widget ul li {
  font-size: 14px;
  padding-top: 5%;
  padding-bottom: 5%;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.widget .post_date {
  font-size: 12px;
  float: none;
  margin-right: 8px;
  width: 36%;
  color: #000;	
}
.widget .post_date::before {
  content: '\f017';
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-size: 100%;
  color: #000;
  margin-right: 1%;
}

#cat.postform {
	margin-bottom: 15%;
}
.widget .cat_color a {
  background: #ccc;
  color: #000;	
  padding: 1% 4%;
  font-size: 0.7rem;
  line-height: 1.6rem;
}
#cat {
  -webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
    background-size: auto;
  background-size: 1em 1em;
  border: #999 1px solid;
  border-radius: 5px;
  border-radius: 2px;
  display: block;
  height: auto;
  line-height: 32px;
  padding: 4px 24px 4px 12px;
  width: 100%;
}
#archives-dropdown-2 {
	-webkit-appearance: none;
  appearance: none;
  background: #f7f7f7;
    background-size: auto;
  background-size: 1em 1em;
  border: #999 1px solid;
  border-radius: 5px;
  border-radius: 2px;
  display: block;
  height: auto;
  line-height: 32px;
  padding: 4px 24px 4px 12px;
  width: 100%;
}
#sidebar .catego {
	background-color: #f6f6f6;
	padding: 10px 20px;
	margin: 0 0 15%;
}
.column_title_jap {
	font-size: 17px;
	color: #3498db;
	font-weight: normal;
	letter-spacing: .08em;
	margin-bottom: 3%;
}

#sidebar .columnBox .sidelist_inner li a {
	color: #0d0d0d;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .08em;
}
#sidebar .columnBox .sidelist_inner li {
	list-style: none;
	border-top: 1px solid #ddd;
	padding: 6% 0;
}
#sidebar .columnBox .sidelist_inner li h3 a {
	color: #0d0d0d;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .08em;
}
#sidebar .columnBox .sidelist_inner li h3 {
	list-style: none;
	/*border-top: 1px solid #ddd;
	padding: 6% 0;*/
}
.sidelist_inner .post_date {
	font-size: 11px;
}
.sidelist_inner > ul > li > .post_category > .cat_color > a {
	background-color: #ccc;
	display: inline-block;
	font-size: 10px!important;
	padding: .5% 4%;
}


/*▲サイドバー*/


/* header固定のため余白をつける。メニューのCSSには関係ない */
.main{  
  margin-top: 60px;
}
/* header固定のため余白をつける。メニューのCSSには関係ない */

/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.shapedividers_com-8985{
overflow:hidden;
position:relative;
}
.shapedividers_com-8985::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 121px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23e3facd"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23e3facd"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23e3facd"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-8985::before{
background-size: 100% calc(2vw + 121px);
}
}
 
/*▲スライダーのためのcss*/

.mainimg {
  width: 100%;
  position: relative;
  background: url(../images/main.jpg) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1600 / 760;
}

.mainimg::before {
  content: "";
  display: block;
  padding-top: calc(760 / 1600 * 100%); /* (高さ/幅)*100 = 比率維持 */
}

.reasonbox {
  position: relative;
  z-index: 2;
  padding: 30px 25px 40px;
  box-shadow: 0px 4px 10px 0px rgba(37, 59, 73, 0.1);
  background: #fff;
  width: 32%;
  text-align: center;
  margin-bottom: 2rem;
}

.number {
  position: relative;
  display: inline-block;
  padding: 0 45px;
	  margin-bottom: 1rem;
}
.number:before, .number:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
    width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.number:before {
  left:0;
}
.number:after {
  right: 0;
}



.contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  box-sizing: border-box;
}
.contents_wide {
  width: 100%;
  padding: 5% 0;
  box-sizing: border-box;
 
}

#originalProducts h2 {
  position: relative;
  padding: 0 0 8rem;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  color: #fff;	
  /*z-index: -1;*/	
}

.inner100 {
  width: 100%;
  margin: 0 auto;
}
.inner1300 {
  max-width: 1300px;
  margin: 0 auto;
}
.inner1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.inner1080 {
  max-width: 1080px;
  margin: 0 auto;
}
.inner1080 .top_read, .inner980 .top_read {
  text-align: center;
}
.inner915 {
  max-width: 915px;
  margin: 0 auto;
}
.inner980 {
  max-width: 980px;
  margin: 0 auto;
}
.inner900 {
  max-width: 900px;
  margin: 0 auto;
}
.inner900.pro {
  max-width: 900px;
  margin: 8em auto 0;
}
.inner820 {
  max-width: 820px;
  margin: 0 auto;
}
.inner780 {
  max-width: 780px;
  margin: 0 auto;
}
.inner750 {
  max-width: 750px;
  margin: 0 auto;
}
.inner700 {
  max-width: 700px;
  margin: 0 auto;　　	
}


/*▼マイベストとは*/
/*#message {
  padding-top: 40px;
  background: url(../images/about_img01.jpg) no-repeat 0 80px;
}*/
#message {
  background-image: linear-gradient(2deg, rgba(255, 239, 205, 1), rgba(226, 250, 205, 1));	
}
#message .label {
  color: #279044;
  font-size: .9rem;	
  font-weight: 900;
  text-align: center;
  display: block;
}
#message .read_text {
  line-height: 2;/*2.5*/
  letter-spacing: 0.1em;
  text-align: center;
}
.home_message {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
  margin-top: 10%;	
}
.home_message .imgarea {
  position: relative;
  width: 48.125vw;
  margin-right: 5.2vw;
}
.home_message .imgarea .img1 {
  max-width: 93%;
}
.home_message .imgarea .img2 {
  max-width: 55.1%;
  margin-top: -116px;
  margin-right: 0;
  margin-left: auto;
}
.home_message .imgarea .img3 {
  position: absolute;
  z-index: -1;
  top: 18.9%;
  right: 2.8%;
  max-width: 74.5%;
}
.home_message .imgarea img {
  display: block;
}
.home_message .txtarea {
  background: #fff;
  box-shadow: -19px 20px 30px rgba(0,0,0,0.2);
  line-height: 2rem;	
  padding: 4rem;	
  width: 37.916vw;	
}
.home_message .txt {
  line-height: 2.4;
  margin-bottom: 5.75rem;
}
.president_greet {
	letter-spacing: 0.1em;
	text-align: justify;
}
.president_info {
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 3%;
  font-size: 1rem;
}
#message .flex {
  justify-content: flex-start;
}
#message .flex .item_img {
  width: 50%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
#message .flex .item_txt {
  width: 50%;
  background: #fff;
  padding: 7%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
#message .flex h3 {
  color: #279044;
  font-size: 21px;
  line-height: 1.5em;
  margin-bottom: 5%;
}
#message .flex .text {
  margin-bottom: 8%;
}
#message .flex .name {
  font-size: 16px;
  font-weight: bold;
}


/*▼コンタクト*/
#action_case {
  background-color: #fff;
}
.contactbox {
 max-width: 960px;
  margin: auto;
  padding: 2rem;
}


.contactbox h2 {
  text-align: center;
  padding: 2rem;
}
.contactboxtext {
  font-size: .9rem;
  text-align: center;
}

.item.freedial_button {
  width: 45%;
}
.item.freedial_button01 {
  width: 60%;
  margin: auto;
}

.item.form_contactbtn {
  width: 45%;
	  margin-bottom: 1rem;
}

.cam_bnr {
  margin: 3rem auto;
}

.cam_bnr {

  background-color: #fff;

}

.cam_bnr img:hover {

  opacity: 0.7;

  filter: alpha(opacity=70);

  -ms-filter: "alpha(opacity=70)";

}




.lefty .content_box {
  /*background-color: #f6fff8;*/	
  float: right;
  box-shadow: -20px 20px 30px rgba(0,0,0,0.2);
  margin-right: -78px;
  padding-left: 60px;
}
.content_box {
  box-sizing: border-box;
  max-width: 512px;
  padding: 43px 43px 50px 50px;
    padding-left: 50px;
  background: #fff;
}
div.inner1080::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.catch_sub_txt {
	line-height: 2rem;
	text-align: justify;
}
.explanation {
	font-size: .8rem;
	text-align: justify;
	
}
.explanation span {
	display: block;
	font-weight: 700;
	margin-top: 2%;
}


.about_bg {
    /*background-image: url("../images/groovepaper.png");
    background-repeat: none;
    background-size: cover;
    height: auto;*/
	background-image: url("../images/groovepaper.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
}
/*▲マイベストとは*/


/*▼選ばれる理由*/
#reason {
	position: relative;
	    background-color: #fdf6e8;
}
#reason .headTtl {
    font-size: 1.3rem;
	font-weight: 900;
    letter-spacing: 0;
	display: block;
    color: #ff5d07;
	text-align: left;
	margin-bottom: 2%;
  }
.cont_sub_text {
  font-size: 1rem;
  line-height: 2.2rem;
  text-align: justify;
}
.reason_item {
  /*width: 30%;*/
  width: calc(100% / 3 - 4%);/* calc(100% / 2 - 5%)*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 5%;	
}
.reason_item h3 {
  font-size: 1.6rem;/*1.7rem*/
  line-height: 2.2rem;/*2.5rem*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  letter-spacing: 0.03rem;	
  min-height: 4rem;
  margin-bottom: 1rem;
  margin-top: 1rem;		
}
.reason_item p {
  text-align: justify;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;/*2rem*/
  line-height: 1.5;
  letter-spacing: 0.1em;	
}

.reason_read {
  color: #000;
  font-size: 1.5rem;
  text-align: center;
	margin-bottom: 2rem;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px; /* 最大幅を調整可能 */
  margin: 0 auto;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.youtube_inner {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 0px;
}
.youtube {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glaybox {
	background: #e8e7e7;
	width: 100%;
	height: auto;
	padding: 3rem;
	margin: 3rem auto 3em;
}
.glaybox p {
	letter-spacing: 0.18rem;
}
.glaybox_bold {
  font-weight: 900;
}
.glaybox .ttl{
	font-size: 1.5rem;
	margin-bottom: 3%;
	text-align: center;
}
.txt_bold {
	font-weight: 900;
}
.shapedividers_com-3810{
overflow:hidden;
position:relative;
}
.shapedividers_com-3810::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 121px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23feefcd"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23feefcd"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23feefcd"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-3810::before{
background-size: 100% calc(2vw + 121px);
}
}
 
/*▲選ばれる理由*/

/*▼リンクバナー*/
#linkbnr {
  background-color: #fdf6e8;
}
.linkbnrimg {
  width: 48%;
}

.linkbnrimg img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*▲リンクバナー*/




/*▼レッスンクラス*/

.shapedividers_com-1566{
overflow:hidden;
position:relative;
}
.shapedividers_com-1566::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 90px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f2f7d8"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23f2f7d8"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23f2f7d8"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-1566::before{
background-size: 100% calc(2vw + 90px);
}
}
 
.flex_lessonclass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;	
}
.lessonclass_list li {
  position: relative;
  width: calc(100% / 3 - 1%);
  margin-bottom: 5%;	
  text-align: center;
 }
.lessonclass_list > li a {
  border: solid 10px #fff;	
  /*border-radius: 1rem;*/	
  overflow: hidden;
  display: block;
}
.lessonclass_list li figure img {
  /*border-radius: 1rem;*/	
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .8s;
}
.lessonclass_list li a:hover figure img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.lessonclass_list li:last-child {
	margin-right: 0;
}
/*.lessonclass_list li a figure::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 79%;
  top: -7px;
  left: 8px;
  background: #fde7bb;
  z-index: -1;
  border-radius: 0.5rem;
  transform: rotate(2deg);
}*/

.lessonclass_list > li a.border_no {
  border: none;
  color: #4d4d4d;	
  /*border-radius: 1rem;*/	
  overflow: hidden;
  display: block;
  line-height: 1.8rem;	
}
.lessonclass_list > li a.border_no:hover {
  text-decoration: underline;	
}

/*▲レッスンクラス*/

/*▼講師紹介*/

/*▼トップページ製品情報*/
/*#originalProducts {
	background: linear-gradient(0deg,rgba(0, 54, 34, 1) 0%, rgba(4, 56, 39, 1) 52%, rgba(2, 87, 51, 1) 100%);
	position: relative;
}*/
/*#originalProducts::before {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}
#originalProducts::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 120px;
  width: calc(59% - 195px);
  height: 310px;
  background: url("../images/top_service_tit_deco.png") no-repeat right top;
  content: "";
}*/
.classTtl h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 3% 0 4%;;
}
.txt_class {
	border: 1px solid #000;
	font-size: 1rem;
	padding: .5rem 1rem;;
	text-align: center;
}


.shapedividers_com-8087{
overflow:hidden;
position:relative;
}
.shapedividers_com-8087::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 121px;
background-position: 50% 0%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23f2f7d8"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23f2f7d8"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23f2f7d8"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-8087::before{
background-size: 100% calc(2vw + 121px);
}
}
 
/*#products_item.flex .cat-item {
	width: calc(100% / 4 - 5%);
    background: #fff;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    box-shadow: 0 0 8px #e7e7e7;
}*/
#products_item.flex .cat-item {
	width: calc(100% / 4 - 5%);
    background: #fff;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    box-shadow: 0 0 8px #e7e7e7;
}

#course {
  background-color: #fdf6e8;
}

.coursebox {
 width: 30%;
  background-color: #fff;
  box-shadow: 6px 6px 15px 6px rgba(37, 59, 73, 0.1);
}
.courseimg {
  margin-bottom: 1rem;
}
.heading19 {
	position: relative;
	padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
}
.education_inner {
  border-radius: 20px;
  box-shadow: 0px 3px 20px 0 rgba(0,29,108,0.15);
  padding: 3rem;
}
.heading19::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #ef7d00 0px, #ef7d00 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}
.education {
  max-width: 780px;
  margin: 2rem auto 0;
}
.education li {
  padding: .5rem;
  width: 20%;
}
.coursetitle {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ef7d00;
  margin-bottom: 1rem;
}
.coursetext {
  padding: 0rem 1.5rem;
  margin-bottom: 1rem;
}

.coursebtn {
	width: 200px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}

.coursebutton {
	display: inline-block;
	/*background-color:#81a963;*/
	/*border: solid 2px #000;*/
	  background: rgb(239, 125, 0);
	border: 2px solid rgb(239, 125, 0);
	color:#fff;/*000*/
	font-size: 14px;
	width:200px;/*240px*/
	height:50px;/*54px*/
	  border-radius: 4px;
	/*border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;*/
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
}
.coursebutton::before,
.coursebutton::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.coursebutton,
.coursebutton::before,
.coursebutton::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 1.2rem;
}
.coursebutton:hover {
	/*background-color: #333;
	border: 1px solid #333;*/
	/*color: #fff!important;*/
  color: rgb(239, 125, 0) !important;
	background: rgb(255, 255, 255);
	text-decoration: none;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}







/*#lesson .btn {
  width: 240px;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0%;
  margin-top: 0%;
}*/

.shapedividers_com-3242{
overflow:hidden;
position:relative;
}
.shapedividers_com-3242::before{ 
content:'';
font-family:'shape divider from ShapeDividers.com';
position: absolute;
z-index: 3;
pointer-events: none;
background-repeat: no-repeat;
bottom: -0.1vw;
left: -0.1vw;
right: -0.1vw;
top: -0.1vw; 
background-size: 100% 121px;
background-position: 50% 100%;  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23fdeed7"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23fdeed7"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23fdeed7"/></svg>'); 
}

@media (min-width:2100px){
.shapedividers_com-3242::before{
background-size: 100% calc(2vw + 121px);
}
}
 
/*▲トップページ製品情報*/
/*▲コース案内*/

.on_color {
  background: #fff;
  /*background: linear-gradient(0deg, rgba(242, 247, 216, 1) 0%, rgba(242, 247, 216, 1) 26%, rgba(255, 255, 255, 1) 59%);*/
}

/*▼アクセス・会社概要*/
#company {
  background-color: #fff;
}

.access_left {
  width: 48%;
}

.access_right {
  width: 48%;
}

#company .trans {
 font-weight: bold;
  margin-bottom: .5rem;
}
.access_left li {
  border-bottom: dotted 1px #717273;
  margin-bottom: 1.5rem;
	  padding-bottom: 1rem;
}

.linebutton {
  display: block;
  /*width: 290px;*/
}
.linebutton a {
  color: #fff;
  display: block;
  background-color: #00a75b;
  font-size: 1.45rem;
  padding: 14px 20px 14px 20px;
  /*border-radius: 50px;*/
  border: 1px solid #00a75b;
  transition: .3s;
  text-align: center;
}
.linebutton a:hover {
  background-color: #fff;
  color: #00a75b;
  text-decoration: none;
}
.freedial_button,.freedial_button01 {
  display: block;
  /*width: 290px;*/
}
/*.freedial_button a::before,.freedial_button01 a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f098';
  font-size: 1.3rem;
  font-weight: 900;
  margin-right: 8px;
  color: #fff;
}*/
.freedial_button a,.freedial_button01 a {
  color: #fff;
  display: block;
  background-color: #004B9E;
  font-size: 1.45rem;
  padding: 14px 20px 14px 20px;
   border-radius: 4px;
  border: 1px solid #004B9E;
  transition: .3s;
  text-align: center;
}
.freedial_button a:hover,.freedial_button01 a:hover {
  background-color: #fff;
  color: #004B9E;
  text-decoration: none;
}
.form_contactbtn {
  display: block;
  /*width: 290px;*/
}
/*.form_contactbtn a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 1.3rem;
  font-weight: 900;
  margin-right: 8px;
  color: #fff;
}*/
.form_contactbtn a {
  color: #fff;
  display: block;
  background-color: #ec6800;
  font-size: 1.35rem;
  padding: 14px 20px 14px 20px;
   border-radius: 4px;
  border: 1px solid #ec6800;
  transition: .3s;
  text-align: center;
}
.form_contactbtn a:hover {
  background-color: #fff;
  color: #ec6800;
  text-decoration: none;
}


#company .ttl {
  color: #4f4f4f;
  position: relative;
  padding-bottom: 4%;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5%;
}
#company .ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%), repeating-linear-gradient(135deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
  background-size: 8px 8px;
}
.company_history {
  width: 100%;
}

.company_history tr th {
  border-bottom: 1px solid #eee;
  padding: 1em;
  vertical-align: middle;
  width: 33%;
}
.company_history tr td {
  border-bottom: 1px solid #eee;
  padding: 1em;
}

.g_map {
  margin: 2% 0;
}
.ggmap {
  position: relative;
  padding-bottom: 30%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .flex.table .item {
	width: 48%;
}

/*.company_info {
	background: #fff;
	border: 2px solid #07b3ed;
	display: table;
}

.company_info tr th {
	background: #7fd7f5;
	border-bottom: 1px solid #07b3ed;
	font-weight: lighter;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
	width: 29%;
}
.company_info tr td {
	border-bottom: 1px solid #07b3ed;
	border-right: 1px solid #07b3ed;
	display: table-cell;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}*/
#access .tel_bnr {
	background: #fff;
	padding: 2em;
}
#access .ttl {
	background: #439613;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}
#access .tel_number {
	font-size: 2.5rem;
	line-height: 1rem;
	text-align: center;
	margin: 3% 0;
}
#access .tel_bnr .tel_number span {
	display: inline-block;
	vertical-align: sub;
}
#access .tel_bnr .business_hours {
	text-align: center
}

/*▲アクセス・会社概要*/




/*▼よくある質問ページ*/

/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
/*.s_02 .accordion_one .accordion_header {
  background-color: #db0f2f;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top: 2%;	
}*/
.s_02 .accordion_one .accordion_header {
  background-color: #fff;
  padding: 11px 2%;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top: 2%;
}
.txt_q {
  font-size: 1.1rem;
  text-align: left;
  z-index: +1;
  font-weight: 500;
}
.txt_q::before {
  content: '';
  display: inline-block;
  width: 27px;
  height: 27px;
  background-image: url(../images/q_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}
/*.s_02 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}*/
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  /*border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  /*border-left: 2px solid #db0f2f;
  border-right: 2px solid #db0f2f;
  border-bottom: 2px solid #db0f2f;*/
  box-sizing: border-box;
}
/*.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}*/
.s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  font-size: 1.1rem;	
  margin: 0;
  position: relative;
  padding: 38px 56px;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac:before {
  display: block;
  position: absolute;
  top: 39px;
  left: 23px;
  content: '';
  width: 27px; /*画像の幅*/
  height: 27px; /*画像の高さ*/
  background-image: url(../images/a_icon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 0px;
}
#faq {
  background-color: #fdf6e8;
}
.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
/*▲よくある質問ページ*/


/*▼レッスンプラン固定ページ*/
.contents_title::before {
  content: attr(data-en);
  display: block;
  text-transform: none;
  font-family: "Karla", sans-serif;	
  font-weight: 600;
  font-size: 3.5rem;/*4rem*/
  color: #279044;
  line-height: 6rem;
  letter-spacing: 0rem;	
  font-style: normal;
	
}
/*.contents_title::before {
  content: attr(data-en);
  display: block;
  color: #2881b6;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
}*/
.contents_title {
  position: relative;
  font-size: 26px;
  line-height: 1.6;
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: left;
}
.middleback {
  background: url("../images/middleback.jpg") no-repeat 0 0px;
background-size:cover;
}

.elementaryback {
  background: url("../images/elementaryback.jpg") no-repeat 0 0px;
background-size:cover;
}
.highback {
  background: url("../images/highback.jpg") no-repeat 0 0px;
background-size:cover;
}


.messageback {
  background: url("../images/messageback.jpg") no-repeat 0 0px;
background-size:cover;
}

.featureback {
  background: url("../images/featureback.jpg") no-repeat 0 0px;
background-size:cover;
}



.sec_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 915px;
  height: auto;
  padding-bottom: 3em;
  padding-top: 2%;
}
.parallax_bg {
  width: 100%;
  margin: auto;
    background-color: #fdf6e8;
}
/*.parallax_bg {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png), url(../images/resources_bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}*/

.touka {
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
}
#submenuList > .flex > li {
  position: relative;
  margin-bottom: 2%;
  margin-top: .5em;
  width: 48%;
}
#submenuList a {
  background: #f58e3d;
  border: #f58e3d 2px solid;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .08rem;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  text-align: center;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
#submenuList a:hover {
  color: #f58e3d;
  background: #fff;
}

#menuList > .flex > li {
  position: relative;
  margin-bottom: 2%;
  margin-top: .5em;
  width: 48%;
}
#menuList a {
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .08rem;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  text-align: center;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}
#menuList a:hover {
  color: #279044;
  background: #ec6800;
}
.compartment_ttl {
  font-size: 1.8rem;
  line-height: 2em;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 2%;
  letter-spacing: .08rem;
}
.compartment_ttl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #279044;
}
.compart_ttl_subtxt {
	margin-bottom: 5%;
}
.menu_count {
  color: #FFF;
  background-color: #279044;
  font-size: 20px;
  padding: 1% 2.5%;
  margin-bottom: 1%;
  display: inline-block;
}
.menu_ticket {
  color: #FFF;
  background-color: #4d4d4d;
  font-size: 20px;
  padding: 1% 2.5%;
  margin-bottom: 1%;
  display: inline-block;
}
.menu_price {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 2em;
  font-weight: bold;
}
.menu_price span {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
}
.lesson_item_img {
  width: 37%;
  height: auto;
}
.lesson_item_data {
  width: 60%;
}
.lesson_item_img .img_item {
	margin-bottom: 9%;
}
.compart_item_ttl_subtxt {
	margin-bottom: 8%;
}
.hajimrte_btn {
	width:500px;
	height:54px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0%;
	margin-top: 7%;
}
.hajimrte_button {
	display: inline-block;
	background-color:#4d4d4d;
	border: solid 1px #4d4d4d;
	color:#fff;
	font-size: 1.45rem;
	width: 500px;
	height: 54px;
	/* border-radius */
	/*border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;*/
	/* border */
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	position: relative; 
}
.hajimrte_button::before,
.hajimrte_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.hajimrte_button,
.hajimrte_button::before,
.hajimrte_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.hajimrte_button::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
	z-index: 5;
}
.hajimrte_button::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(53% - 5px);
    left: 26px;
    z-index: 6;
}
.hajimrte_button:hover {
	background-color: #ff5c5c;
	border: 1px solid #ff5c5c;
	color: #fff!important;
	text-decoration: none;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.compart_ttlsub {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  border-radius: 50px;
  max-width: 200px;
  padding: 5px 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 400;
  margin-right: 1%;	
  vertical-align: baseline;	
}
.compart_ttlsubsub {
  display: inline-block;
  vertical-align: initial;
  font-size: 1rem;
  font-weight: 400;
}
.aten {
  font-size: 1rem;
}
.aten02 {
  font-size: .9rem;
}
.green_back {
  background-color: #e9fff4;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);	
  padding: 3rem;
}
.green_back_ttl {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2%;
}
.green_back_txt span {
	display: block;
}
.green_back_txt {
	margin-bottom: 2%;
}
.compart_ttl_subtxt02 {
	color: #F73D40;
	font-weight: 700;
}
#personal .menu_price {
  margin-bottom: 1em;
  }
/*▲レッスンプラン固定ページ*/

/*▼初めての方へ*/

#beginnerbox h3.wp-block-heading {
    color: #6e7283;/*文字色*/
    font-size: 1.5rem;/*文字サイズ*/
    padding: 10px 25px;/*文字回りの余白（上下 左右）*/
    display: block;
    border-bottom: 2px solid #279044;/*下線（太さ 実線 色）*/
    position: relative;
	margin-top: 5%;
}
#beginnerbox h3.wp-block-heading:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;/*ひし形（左側）の上下位置*/
    left: 0;
    width: 12px;/*ひし形（左側）の幅*/
    height: 12px;/*ひし形（左側）の高さ*/
    background: #279044;/*ひし形（左側）の色*/
    transform: rotate(-45deg);/*ひし形（左側）の回転*/
}
#beginnerbox h3.wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;/*ひし形（右側）の上下位置*/
    right: 0;
    width: 12px;/*ひし形（右側）の幅*/
    height: 12px;/*ひし形（右側）の高さ*/
    background: #279044;/*ひし形（右側）の色*/
    transform: rotate(-45deg);/*ひし形（右側）の回転*/
}

.flow_booth {
  background: #fff;	
  border: 1px solid #ddd;
  margin: 0 0 100px 0;	
  position: relative;
  padding: 3.6rem 2.9rem;	
}
.flow_booth h2 {
  margin-top: 3.6rem;	
  text-align: center;
}
#beginnerbox .form_contactbtn a {
	letter-spacing: 0;
}
#beginnerbox p.readtxt {
	margin-top: 4%;
}
.faq_btn {
	width:300px;
	height:54px;
	/*margin-right: auto;
	margin-left: auto;*/
	margin-bottom: 0%;
	margin-top: 2%;
}
.faq_button {
	display: inline-block;
	background-color:#bf0505;
	border: solid 1px #bf0505;
	color:#fff;
	font-size: 1.2rem;
	font-weight: 700;
	width: 300px;
	height: 54px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	outline: none;
	position: relative; 
}
.faq_button::before,
.faq_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.faq_button,
.faq_button::before,
.faq_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.faq_button::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
	z-index: 5;
}
.faq_button::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #bf0505;
    border-bottom: 2px solid #bf0505;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(53% - 5px);
    left: 26px;
    z-index: 6;
}
.faq_button:hover {
	background-color: #000;/*#6e7283*/
	border: 1px solid #000;/*#6e7283*/
	color: #fff!important;
	text-decoration: none;
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
}
.faq_button:hover::after {
	content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(53% - 5px);
    left: 26px;
    z-index: 6;
}
.flow_booth .flex .item_txt02 {
  font-size: .95rem;	
  line-height: 2rem;	
  }
.flow_booth .flex .item_txt01 {
  font-size: .95rem;	
  line-height: 2rem;	
  width: 68%;
}
.flow_booth .flex .item_img {
  width: 30%;
}
.flow_booth::after {
  color: #121212;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 30px;
  font-weight: 900;	
  width: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flow_booth:last-of-type::after {
  display: none;
}
.begintime {
  border-bottom: 1px solid #ddd;
  background: #34aa48;
  color: #fff;
  font-size: 1.7rem;	
  text-align: center;
  padding: 30px 0;
  margin-bottom: 0;
}
.txt_in {
  line-height: 1.5;
  text-align: left;
  padding: 3.6rem 2.9rem;
}

.blackbox {
  color: #FFF;
  background-color: #4d4d4d;
  font-size: 20px;
  padding: .25% 2.5%;
  margin-bottom: 1%;
  width: 245px;	
  }
.txtbold {
	font-weight: 900;
}
.txtred {
	color: #F73D40;
}


/*▲初めての方へ*/

/*▼レンタルスタジオ固定ページ*/

.compartment_rental {
  margin: 0% 0 5%;
}

.parallax_bg_rental {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png),url(../images/HS9_0044-min.JPG);
  background-attachment: fixed;
  background-size: auto, cover;
}
.sec_about_desc {
	text-align: justify;
}
.ttl_rental {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
  text-align: center;
}
.cont_inner1200 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 10%;
  position: relative;
}
.sec_about_txt_wrap {
  position: absolute;
  width: 45%;
  padding: 3em 3em;
  top: 0;
  right: 24px;
  z-index: 1;
}
.sec_about_txt_wrap {
  background-color: #000;
  background: linear-gradient(0deg, rgba(55,55,55,1) 0%, rgba(0,0,0,1) 100%);
  color: #fff;	
}
.sec_ttl {
  font-size: 2em !important;
  text-align: left !important;
  margin: 0 0 0.4em !important;
  line-height: 1;
  font-weight: bold;
  color: inherit;
}
.sec_about_ttl {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.6em 0;
}
.sec_about_img {
  width: 64%;
  padding-top: 3em;
}
.qualities_list .flex li {
  height: 460px;
  margin-bottom: 2%;	
  padding: 2rem;
  position: relative;
  width: 32%;
}
.qualities_list .flex li:nth-child(1) {
  background-image: url("../images/qualities_imgt01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(2) {
  background-image: url("../images/qualities_imgt02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(3) {
  background-image: url("../images/qualities_imgt03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(4) {
  background-image: url("../images/qualities_imgt04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;	
}
.qualities_list .flex li:nth-child(5) {
  background-image: url("../images/qualities_imgt05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.qualities_list .flex li:nth-child(6) {
  background-image: url("../images/qualities_imgt06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.h2_read_p {
  color: #279044;
  font-size: 1.5rem;
  margin-bottom: 4%;
  text-align: center;
}
.qualities_list, .qualities_data {
	margin-top: 5%;
}
.qualities_list .flex li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;	
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.65) 97%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

.qualities_list .flex li h3 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 5%;
}
.qualities_list .flex li p {
  color: #fff;
  font-size: .9rem;	
}
.qualities_data .flex li {
	position: relative;
	width: 32%;
}
.qualities_txtbox {
  position: absolute;
  top: 38%;
  left: 0;
  padding: 2rem;
}
.case_room .flex .item {
  width: 33.333%;
}
#gallery_rental .flex .item_img {
  width: 33.333%;
}
.rental_contactbox .flex .item {
  width: calc(100% / 3 - 1%);
}
.rental_contactbox .freedial_button a {
  color: #fff;
  display: block;
  background-color: #004B9E;
  font-size: 1rem;
  padding: 14px 20px 14px 20px;
  /*border-radius: 50px;*/
  border: 1px solid #004B9E;
  transition: .3s;
  text-align: center;
}
.rental_contactbox .form_contactbtn a {
  color: #fff;
  display: block;
  background-color: #ec6800;
  font-size: 1rem;
  padding: 14px 20px 14px 20px;
  /*border-radius: 50px;*/
  border: 1px solid #ec6800;
  transition: .3s;
  text-align: center;
}


/*▲レンタルスタジオ固定ページ*/

/*▼講師紹介ページ*/

/*.contents_title::before {
  content: attr(data-en);
  display: block;
  color: #2881b6;
  font-size: 40px;
  font-style: italic;
  text-transform: uppercase;
}*/

.term_name {
  background-color: #ec7039;
  border-radius: 3rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 0.2rem 0.5rem;
  max-width: 150px;
  text-align: center;
}
.singlepost_ttl {
  font-size: 2rem;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0rem;
  margin: 0 0 5%;
}
.singlepost_ttl span {
	display: block;
	font-size: 1rem;
    font-weight: 400;
	  margin-bottom: 2%;
}

.compartment {
  margin: 12% 0 5%;
}
.prodetail_contents {
  width: 100%;
  margin: 0 auto 10%;
  padding: 5% 0 0;
  box-sizing: border-box;
}
.singlepost_inner h2 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 3%;
}
.singlepost_inner .item_img {
  width: 35%; /*40%*/
	  padding: 1rem;
}
.singlepost_inner {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  margin-bottom: 4rem;
  box-shadow: 0px 4px 10px 0px rgba(37, 59, 73, 0.1);
}
.singlepost_inner .item_text {
  width: 60%; /*54%*/
}
.sub_photo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;	
}
.sub_photo_flex .sub_photo_img {
  width: 48%;
}
.personal_data {
  /*background: #f9f3e6;*/
  padding: 2rem;
}
.personal_info {
  width: 100%;
}
.personal_info tr th {
  border-bottom: 1px solid #9f8a5d;
  padding: 1em;
  vertical-align: middle;
  width: 29%;
}
.personal_info tr td {
  border-bottom: 1px solid #9f8a5d;
  padding: 1em;
  text-align: justify;
}
.achievements_info {
  background: #f9f3e6;
  padding: 2rem;
  margin-top: 10%;	
}
.headsideline {
  font-size: 1.4rem;
  color: #ec6800;
  position: relative;
  padding-left: 70px;
  margin-bottom: 1.5em;
}
.headsideline::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #ec6800;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message_keireki {
  line-height: 2rem;
}

.message_text strong {
  color: #ec6800;
	  font-size: 1.5rem;
}
.message_text {
  margin-bottom: 5rem;
	  line-height: 2rem;
}

/*▲講師紹介ページ*/



/*▼６つの特徴ページ*/
.reasonback01 {
	background-color: #fdf6e8;
	  padding: 3rem 0rem;
}

.reasonback02 {
	  padding: 3rem 0rem;
}

.reasonsnumber {
  position: relative;
  padding: 0.6em;
  background: #f58e3d;
  width: 200px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.reasonsnumber:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f58e3d;
  width: 0;
  height: 0;
}
.reasonstitle {
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.reasonstitle strong {
  font-size: 3rem;
  color: #ec6800;
  line-height: 4rem;
}
.reasonstext {
  text-align: justify;
	  line-height: 2rem;
}

.reasonstext span {
  color: #2c974a;
  font-weight: bold;
  margin-top: 1rem;
  padding-top: 1rem;
}

.reasons_left {
  width: 60%;
  margin-bottom: 2rem;
}
.reasons_right {
  width: 38%;
  margin-bottom: 2rem;
}

.reasons_3list {
  width: 30%;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
	  margin-bottom: 1rem;
	  background-color: #3da459;
}
.reasons_2list {
  width: 48%;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
	  margin-bottom: 1rem;
	  background-color: #3da459;
}

/*▲６つの特徴ページ*/


/*▲小学生ページ*/
.big_title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 4rem;
}

.big_title strong {
  font-size: 3rem;
  color: #ec6800;
  margin-left: .5rem;
}
#elementary_time {
  margin-bottom: 4rem;
}
.table_design08 {
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  text-align: center;
	  margin-top: 2rem;
}
.table_design08 th, .table_design08 td {
  border: 2px solid #d6f1d2;
  padding: 1em;
	vertical-align: middle;
}
.table_design08 thead th {
  background-color: #20913f;
  color: #fff;
  border: 2px solid #20913f;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
	  text-align: center;
}
.table_design08 thead th:last-of-type {
  border-right: 2px solid #20913f;
}
.table_design08 tbody th {
  color: #20913f;
  font-weight: bold;
  text-align: center;
}
.elementary_waku.flex {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.elementary_wakutext {
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 10px;
  color: #fff;
  background-color: #ff9742;
  width: 48%;
  text-align: center;
}
#elementary_voice {
  background-color: #fdf6e8;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.voicebox {
  background-color: white;
  padding: 2rem;
  width: 48%;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 10px 0px rgba(37, 59, 73, 0.1);
}
.voicename {
	  margin-top: 0rem;
}
.voiceup {
  color: #ec6800;	
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.2rem;	
  margin: .5rem 0rem;	
}
.voiceimg {
  width: 30%;
  margin-bottom: 1rem;
}
.voicetitle {
   width: 65%;
}
.voicetext {
  line-height: 2rem;
}
/*.voice_inner {
  margin-bottom: 5%;
}
.names {
	margin-bottom: 3%;
}*/
.voice_inner {
  margin-bottom: 5%;
}

.voice_name {
  margin-bottom: 3%;
  font-weight: bold;
}

/* 横並び */

.voice_body {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

/* 人物画像（左） */
.voice_photo {
  flex: 0 0 133px; /* 固定幅がプロ設計 */
}

/* テキスト画像（右） */
.voice_textimg {
  flex: 1;
}

/* 画像共通 */

.voice_photo img,
.voice_textimg img {
  width: 100%;
  height: auto;
  display: block;
}

.flowbox {
  background-color: #faf6ed;
  padding: 2rem;
    border-radius: 0px 0px 10px 10px;
  margin-bottom: 2rem;
  box-shadow: 1px 4px 10px 0px rgba(37, 59, 73, 0.1);
}

.flowtitle {
  background-color: aliceblue;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(180deg, rgba(255, 129, 0, 1), rgba(255, 103, 0, 1));
	  border-radius: 10px 10px 0px 0px;
}
#elementary_flow {
  padding-top: 4rem;
}

.flowimg {
  width: 40%;
}
.flowtext {
  width: 57%;
	  line-height: 2rem;
}


/*▲小学生ページ*/


/*▼製品詳細ページ*/


.term_name {
  background-color: #FF9B00;
  border-radius: 3rem;
  font-size: 0.8rem;
  font-weight: 700;	
  color: #fff;
  padding: 0.2rem 0.5rem;
  max-width: 150px;
  text-align: center;
}
/*.cont_inner {
  max-width: 915px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 5%;
}*/
.cont_inner {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  /*padding: 0 1rem;*/	
	  margin-top: 3rem;
}

.prodetail_contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 0;
  box-sizing: border-box;
}

.product_link_btnBox {
	width: 80%;
	margin: 0 auto;
}
.products_button_url {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  background-color: #1e73be;
  max-width: 550px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #1e73be;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.products_button_url::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.products_button_url:hover {
  color: #333;
  opacity: 1 !important;
  border: 1px solid #1e73be;
}
.products_button_url:hover::before {
  transform: translateX(0);
}
.products_linkbutton_url {
	margin-top: 3rem;
	width: 48%;
}
.products_button_mitsu {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  background-color: #1e73be;
  max-width: 550px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #1e73be;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
}
.products_button_mitsu::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.products_button_mitsu:hover {
  color: #333;
  opacity: 1 !important;
  border: 1px solid #1e73be;
}
.products_button_mitsu:hover::before {
  transform: translateX(0);
}
.products_linkbutton_mitsu {
	margin-top: 3rem;
	width: 48%;
}
/*▲製品詳細ページ*/







































/*▼採用情報*/
.parallax_bg_recruit {
  width: 100%;
  margin: auto;
  background-image: url(../images/dot2.png),url(../images/csm_automatic-post-processing-ibadatcoordinator-visual_3cd49b27be.jpg);
  background-attachment: fixed;
  background-size: auto, cover;
}

.rec_inner {
	background-color: #fff;
	padding: 3rem;
}
.table_guidelines {
  border-collapse: collapse;
  width: 100%;
}
.table_guidelines tr:first-child {
  border-top: 2px solid #000;
}
.table_guidelines tr {
  border-top: 1px solid #ABABAB;
  font-size: 15px;
  line-height: 1.6;
}
.table_guidelines th {
  width: 165px;
  padding: 35px 0;
  vertical-align: middle;	
}
.table_guidelines td {
  width: calc(100% - 165px);
  padding: 32px 0;
  vertical-align: middle;	
}
.action_mail_button {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background: transparent;
  background-color: transparent;
  background-color: #1e73be;
  max-width: 300px;
  height: 60px;
  text-align: center;
  line-height: 54px;
  border: 1px solid #1e73be;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  margin: 0 auto;
  border-radius: .5rem;
}
.action_mail_button::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease .3s;
  box-sizing: unset;
}
.action_mail_button:hover {
  color: #1e73be;
  opacity: 1 !important;
  border: 1px solid #1e73be;
  text-decoration: none;	
}
.action_mail_button:hover::before {
  transform: translateX(0);
}
.action_mail_linkbutton {
	margin-top: 3rem;
}

/*▲採用情報*/



  





/*▼製品情報*/

#product .product_txt {
	font-size: 14px;
	text-align: center;
	line-height: 1.6em;
	margin: 0 auto 3%;
	width: 780px;
} 

#app {
    width: 100%;
    height: 100vh;
    background-image: url(../images/mainvisual.png);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: center top;
	/*transition-property: background-position;
    transition-duration: .7s;
    transition-delay: .035s;*/
}
.service_bg {
    background-image: url("../images/service_bk.jpg");
    background-repeat: none;
    background-size: cover;
    height: auto;
}
.service_bg_palala {
    background: url("../images/img_sp_02.jpg") no-repeat 100% 100% fixed;
    background-size: cover;
    height: auto;
}
/*.service_bg_palala::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url("../images/service_bk.jpg");
background-size:cover;
}*/


.large  {
    font-size: 1.5rem;
    line-height: 1.6em;
	margin-bottom: 5%;
}
 /*▼求める人材*/
#resources.contents {
  padding-top: 0;
  padding-bottom: 0;
}
.resources_bg {
  background-image: url("../images/resources_bg.jpg");
  background-repeat: none;
  background-size: cover;
  height: auto;
}
/*.resources_bg_palala {
  background: url("../images/resources_bg.jpg") no-repeat 100% 100% fixed;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-size: cover;
  height: auto;
}*/
.toumei {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5% 0;
}


/*▼サービス紹介*/

#contents_02 .flex .item {
	width: calc(100% / 4 - 5%);
    background: #fff;
    padding: 2%;
    margin-bottom: 2%;
    border-radius: 15px;
    box-shadow: 0 0 8px #e7e7e7;
}
#contents_02 .flex .item h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10%;
	font-weight: normal;
}
#contents_02 .flex .item .text {
    font-size: 14px;
	margin-top: 10%;
}

















/*▼新着情報*/
#topnews .news_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  
}
#topnews .post_date {
  font-size: 12px;
  font-family: "poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .2em;
  color: #979da7;
}
#topnews .cat_color {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #333;
  border-radius: 20px;
  width: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#topnews .cat_color a {
  color: #fff;
  font-size: 11px;	
  text-decoration: none;
}
#topnews .post_category {
	margin-left: 3%;
}
#topnews .item_eye {
	width: 16%;
	}
#topnews .item_tx {
	width: 84%;
	}



#topnews .news_title {
	font-weight: normal;
	margin-top: 2%;
}
#topnews .news_title a {
	color: #313d52;
	display: inline-block;
	font-size: 15px;
}
#topnews .news_excerpt {
	font-size: 13px;
}
#topnews .inner820 ul {
	margin-bottom: 7%;
}
/*#topnews .inner820 li:not(:first-child) {
  margin-top: 4px;45px
}*/
#topnews .inner820 li {
	padding: 20px 0 20px;
	border-top: 1px solid #e3e3e3;
}
#topnews .inner820 li:first-child {
	border-top: none;
}
.snsbox {
  max-width: 300px;
  margin: 0 auto 2em auto;
}
.sns .flex li {
  width: 20%;
}
/*▲新着情報*/





























































/*▼投稿ページ　single-post.php*/

.product_cate {
  /*background-color: #0071be;*/
  border: 1px solid #0071be;
  color: #0071be;
  font-size: 12px;
  padding: 1%;
  margin: 0 0 4%;
  max-width: 40%;
  text-align: center;
}

.product_name {
	font-size: 30px;
}
.single_contents {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 0;
  box-sizing: border-box;
}



.box_gray {
	background-color: #f6f6f6;
	padding: 30px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.font_14 {
	font-size: 14px;
	}
.box_gray_ttl {
	font-weight: normal;
}
.box_gray_ttl span {
vertical-align: text-bottom;
display: inline-block;
}
.single_contents .postEyecatch {
  margin-bottom: 10%;
  margin-top: 5%;
}


/*▼投稿ページ　single.php*/

.article_sidebar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 240px;
}
.blog_detail {
  width: 780px;
}
.postEyecatch {
  margin-bottom: 5%;
  margin-top: 5%;
	text-align: center;
}
.postBody {
  padding: 2%;
}
.postBody p {
  font-size: .9rem;	
  margin-top: 1.5em; /* 上に余白を追加 */
  margin-bottom: 1.5em; /* 下に余白を追加 */
  line-height: 1.6; /* 行の高さを調整（可読性を向上させる） */
}
.postBody ul, .postBody ol {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 2em; /* インデントを設定 */
}
.postBody br {
    line-height: 1.6; /* 改行時の行間を少し広めに設定 */
}
.postBody h2 {
  padding: .5em .75em;
  background-color: #b6e3be;
  margin: 3% 0 2% 0;
}
.postBody h3 {
  font-weight: 600;
  letter-spacing: 1.6px;
  padding: 0px 15px 0px;
  border-left: 9px solid #397f45;
  color: #333;
  margin-bottom: 2%;
  margin-top: 60px;
}
.postBody a {
  font-weight: bold;
}
.blog_header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #377d43;
  border-bottom-color: #377d43;
  padding-left: 2%;
}
.blog_ttl {
  font-size: 20px;
  font-weight: normal;
  margin: 3% 0 1%;	
}
.timedate {
	font-size: 10px;
}
#blog .post_category span {
  min-width: 60px;
  border-radius: 0px;
  padding: 0.15% 2% 0.5% 2%;
  background-color: #ccc;
}
#blog .post_category span a {
  color: #000;
  font-size: 12px;
  line-height: 1.6rem;	
}
/*.blog_detail h2 {
  font-size: 27px;
  color: #0071be;	
  font-weight: normal;
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 3%;
  margin-top: 7%;	
}
.blog_detail h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #3498db;
}*/




/*▼インタビューページ*/

/*.touka {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
}*/
.main_img_inner .item_img {
	margin-bottom: 9%;
	width: 60%;	
}
.main_img_inner .item_data {
	margin-top: 11rem;
	width: 38%;
}
.head_ttl {
  font-weight: 800;
  font-style: italic;
  font-size: 6rem;
  color: #34aa48;
  line-height: 6rem;
  margin-bottom: 10%;	
}
.head_name {
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 1.2rem;
}
.head_classname {
  font-size: 1rem;	
  line-height: 1.7;
  font-weight: 700;
  color: #a4a4a4;
  margin: .5rem 0;	
}
.interview_inner {
	padding: 7rem 0;
	
}
.int_box {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 3rem;
	position: relative;
	width: 45%;
	margin-bottom: 7rem;
}
.int_number {
	color: #34aa48;
	font-style: italic;
	margin-bottom: 1rem;
}
.int_number span {
	font-size: 3rem;
	font-style: italic;
	font-weight: 800;
	vertical-align: middle;
}
.question_txt {
	font-size: 1.7rem;
	line-height: 2.5rem;
    margin-bottom: 3rem;
}
.answer_txt {
	font-size: 1rem;
	line-height: 2rem;
	text-align: justify;
}
.int_container div {
width:40%;
min-width:35%;
height:auto;
background-color:white;
display:flex;
flex-direction: column;	
justify-content:center;
/*align-items:center;*/
border-radius:8px;
padding: 2rem 3rem 3rem 3rem;
}









/*▼アーカイブページ　archive.php*/

#blog_list {
	width: 750px;
}
#blog_list .news_list_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  
}
#blog_list .post_date {
  font-size: 12px;
  font-family: "poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  letter-spacing: .2em;
  color: #979da7;
}
#blog_list .cat_color {
  display: inline-block;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #4977bb;
  border-radius: 20px;
  width: 118px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#blog_list .cat_color a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
#blog_list .post_category {
	margin-left: 3%;
}
#blog_list .news_title {
	font-weight: normal;
	margin-top: 2%;
}
#blog_list .news_title a {
	color: #313d52;
	display: inline-block;
	font-size: 15px;
}
#blog_list .news_excerpt {
	font-size: 13px;
}
#blog_list .inner750 li:not(:first-child) {
  margin-top: 4px/*45px*/;
}
#blog_list .inner750 li {
	padding: 20px 0 20px;
	border-top: 1px solid #e3e3e3;
}
#blog_list .inner750 li:first-child {
	border-top: none;
}

/*▼固定ページ*/

.page_ttl {
	font-size: 1.25rem;
	line-height: 2.5rem;
}



#gallery .flex .item_img {
  width: calc(100% / 4 - 0%);
  display: inline-flex;
}
.action_case {
	background: #fff;
	margin: 0% 0;
}

.mb_0 {
	margin-bottom: 0;
}


/************************************
** お問い合わせフォームの入力
************************************/
.wpcf7 {
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
    height: 2000px;
}
.wpcf7-form {
  position: absolute;
  top: 41%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);/* コンタクトフォームを中央よせ */
  height: auto;
  width: 80%;
}
.wpcf7 dd {
  margin: 0 0 30px 0;
}
.wpcf7 dt {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wpcf7 input, 
.wpcf7 textarea {
  width: auto;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
.wpcf7 select,.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
/* 必須マーク */
.wpcf7 .must {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
  background: #ed6d46;
}
/* 同意チェック */
.accept-this{
  text-align: center;
}
/* 送信ボタン */
.btn_contact7 {
  margin-top: 5%;
  text-align: center;
  position: relative;
}
.btn_contact7 input {
  width: 70%;
  padding: 2% 0%;
  background-color: #27A6AF;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #27A6AF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;	
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #27A6AF; 
}
/* ▲お問い合わせフォーム▲ */







/*　画面サイズが768pxから810pxまではここを読み込む　*/
@media screen and (min-width:768px) and (max-width:810px) {
img {
  max-width: 100%;
  height: auto;
}
/*.header {
    height: auto;
    text-align: center;
  }*/
.header_inner {
  display: block;
  padding: 9px 16px;
}
/*.logo {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0px 0px;
  width: 14%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}*/
.article_sidebar {
  width: 100%;
}
.title {
  font-size: 2rem;
  font-weight: 600;
}
.title a img {
  height: auto;
  width: 260px;
  display: block;
}
.inner1080 {
  padding: 0 1rem;
}
.inner820 {
  padding: 0 1rem;
}
#message {
  padding-top: 40px;
  /*background: url(../images/message_img01.jpg) no-repeat -154px 80px;*/
}
#message .flex {
  justify-content: flex-start;
  flex-direction: column;
}
.home_message .imgarea {
  width: 100%;
}
.home_message .txtarea {
  padding: 2rem;
  width: 100%;
}
.content_box {
  max-width: 370px;
  padding: 30px;
  padding-left: 30px;
}
.lefty .content_box {
  margin-right: 30px;
  padding-left: 40px;
}
#reason .flex {
  padding: 1rem;
}
#reason .headTtl {
  margin-bottom: 8%;
}
.reason_item h3 {
  font-size: 1.4rem;
}
.sec_inner {
  padding: 2% 1rem 3em;
}
.compartment {
    padding: 1rem;
  }	
}

@media only screen and (max-width: 767px) {

 img {
   max-width: 100%;
   height: auto;
 }
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}	
/*.header_inner {
   display: block;	 
   height: 60px;
   padding: 0px;
 }*/
 /*.header {
    height: auto;
  }	*/ 
 .header {
   height: 60px;
 }
 .header_inner {
   display: block;	 
   height: auto;
   padding: 5px 4px;
 }
.title {
   width: 100%;
 }
 .title a img {
    height: auto;
    width: 260px;
    display: inline-block;
  }	
/*.logo h1.title a {
   display: inline-block;
 }*/	
 .contents_wide, .contents {
   padding: 3em 1em 3.5em;
 }
 #footer {
   padding: 0 0em;
 }
 .ftrbox {
   width: auto;
 }
 .ftr_img {
   width: 80%;
 }
 .ftr_ttl {
       width: 100%;
 }
 .ftrbox .flex {
   flex-direction: column;
 }
 .sitemap_inner .flex li {
   margin-bottom: .8rem;
 }
 .contents_title::before {
   font-size: 1.5rem;
    line-height: 2rem;
 }
 .widget .post_date {
   width: auto;
 }
 .s_02 .accordion_one .accordion_inner {
    padding: 5px 5px;
  }	
.s_02 .accordion_one .accordion_inner p.txt_a_ac::before {
    top: 12px;
  }	
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
    padding: 38px 20px;
  }
.mainTitle {
  margin-top: 22%;	
}	

.compartment_rental {
  padding: 1rem;
}	
 .contents h2, .contents_wide h2 {
   font-size: 1.5rem;
 }
 .single_contents {
   padding: 0 0em;
 }
 .article_sidebar {
   width: 100%;
   padding: 0 1rem;
   margin: 0 0 2rem;
 }

.lesson_item_data {
  width: 100%;
}
.lesson_item_img {
  width: 100%;
}
#topnews .item_eye {
  width: 20%;
  margin-right: 4%;
}
#topnews .item_tx {
  width: 76%;
}
#topnews .news_excerpt {
  display: none;
}
#topnews .news_list_flex {
  margin-bottom: 3%;
}	
	
 #message {
   /*padding-top: 240px;*/
   /*background: url(../images/message_img01.jpg) no-repeat -207px 7px;*/
 }
 #message .flex {
   justify-content: flex-start;
   flex-direction: column;
 }
 .home_message .imgarea {
   width: 100%;
 }
 .home_message .txtarea {
   padding: 2rem;
   width: 100%;
 }
 .lefty .content_box {
   padding: 43px 19px 50px 20px;
   margin-right: 0;
 }
 .content_box .catch {
   font-size: 24px;
 }
 .content_box p {
   font-size: 14px;
 }
.reason_item h3 {
  font-size: 1.4rem;
	}
.reason_item {
  width: 100%;
}
.btn {
  width: 100%;
}
.button {
  width: 100%;
}
.lessonclass_list li {
  width: 100%;
}
.txt_class {
  padding: 1rem .4rem;
}
.flex_course li {
  width: 100%;
}
	
.contactbox .flex .item {
  width: 100%;
  margin-bottom: 5%;
}
.axs_train .flex li {
  width: 100%;
}
.hajimrte_btn {
  width: 100%;
}
.hajimrte_button {
  font-size: 1rem;	
  width: 100%;
}	
.compartment_ttl {
  line-height: 1.5em;
}
.green_back {
  margin-bottom: 8%;
  padding: 2rem 1rem;
}
.glaybox {
  padding: 2rem;
}
.glaybox .ttl {
  font-size: 1.2rem;
}
.flow_booth {
  padding: 2rem 1rem;
}
.faq_btn {
  width: 100%;
}
.faq_button {
  width: 100%;
}
.blackbox {
  width: 100%;
}
.singlepost_inner .item_text {
  order: 1;	
  width: 100%;
}
.singlepost_inner .item_img {
  width: 100%;
}	

#blog_list {
  padding: 0 1rem;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.l-sub-img {
  padding: 0;
}
.voice_body {
  flex-direction: column;
}
.voice_photo {
  flex: none;
  width: 30%;
  margin: 0 auto;
}
.voice_textimg {
  flex: none;
  width: 100%;
  margin: 0 auto;
}
.voice_name {
  text-align: center;
}
.table_design08 {
  text-align: left;
}
.table_design08 thead {
  display: none;
}
.table_design08 th, .table_design08 td {
  display: block;
  border: 0;
  border-bottom: 2px solid #e6f1f6;
}
.table_design08 tbody th {
  background: #20913f;
  color: #fff;
}
.table_design08 td::before {
  content: attr(data-label);
  color: #20913f;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  min-width: 4em;
}
.reasonbox {
  width: 100%;
}
.coursebox {
  width: 100%;
  margin-bottom: 2rem;
}
.access_left {
  width: 100%;
}
.access_right {
  width: 100%;
}
.linkbnrimg {
  width: 100%;
  margin-bottom: 2rem;
}
.contactbox {
  width: 100%;
  padding: 1rem;
}
.contactbox h2 {
  padding: 1rem;
}
.contents_title {
  margin-left: 1rem;
  font-size: 1.5rem;
  padding: 1.5rem 0rem 1rem 0rem;
}
#menuList > .flex > li {
  width: 100%;
}
.heading02 {
  font-size: 1.5rem;
  padding: 0rem;
}
.reasonback01 {
  padding: 1rem;
}
.reasonback02 {
  padding: 1rem;
}
.reasons_left {
  width: 100%;
}
.reasons_right {
  width: 100%;
}
.reasonstitle {
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.reasonstitle strong {
  font-size: 2rem;
  line-height: 1rem;
}
.flowimg {
  margin-bottom: 1.5rem;
  width: 100%;
}
.flowtext {
  width: 100%;
}
.elementary_wakutext {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}
.cont_inner {
  padding: 1rem;
}
.sec_inner {
  padding: 1rem;
}
.voicebox {
  width: 100%;
}
.voiceimg {
  width: 80%;
}
.voicetitle {
  text-align: center;
  width: 100%;
}
.voicename {
  margin-top: 1rem;
  justify-content: center;
}
.middleback {
  background: none;
  background-color: aliceblue;
}
.messageback, .featureback, .elementaryback, .middleback, .highback {
  background: none;
  background-color: aliceblue;
}
.item.freedial_button01 {
  width: 100%;
}
.big_title strong {
  font-size: 2.5rem;
}
.reasons_2list {
  width: 100%;
}
.reasons_3list {
  width: 100%;
}
.education li {
  padding: .5rem;
  width: auto;
}
.education {
  margin: 1rem auto 0;
}
.education_inner {
  padding: 1rem;
}	
	
}

 





