@charset "utf-8";

body {
	font-family:Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
	color: #404040;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	background-color: #F5F6F8;
}

html{
	height:100%;
	width:100%;
}

html>body{
height:auto;
}

img{
	vertical-align:top;
}

h1 {
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* ==================== リンク ==================== */
a	{
	color: #333333;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}

img {
	border-style: none;
}

a:hover img {
	opacity: 0.8;
}

/* ==================== ヘッダー ==================== */
#head {
	width: 100%;
}

#head_in {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.header_logo p {
    float: left;
    margin: 0;
}

.header_logo {
	width: 35%;
	float: left;
	margin-top: 5px;
}

.header_logo p:nth-of-type(2) {
    font-size: .7em;
    font-weight: bold;
	color: #E40274;
	border: 2px #E40274 solid;
    padding: 5px;
    margin-top: 4px;
    margin-left: 20px;
}

.header_logo img {
	width: 230px;
}

.header_logo a:hover img	{
	opacity: 1.0;
}

.header_center {
	width: 35%;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	}
	
.header_center a {
	display: block;
	float: left;
	color: #0052BA;
	margin-right: 10px;
	padding: 15px 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	border: 1px #0052BA solid;
	box-sizing: border-box;
	}
	
.header_center a:nth-last-of-type(1) {
	padding-bottom: 16px;
}
	
.header_center a:hover {
	background-color: #E9F3FF;
	text-decoration: none;
	}

.header_right {
	width: 20%;
	float: right;
}

.header_right a	{
	display: block;
	width: 100%;
	color: #FFFFFF;
	padding: 15px 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background-color: #E40274;
	border-radius: 100vh;
}

.header_right a:hover {
	background-color: #C70465;
	text-decoration: none;
	}

header {
	display:none;}

.sec-sns {
	width: 10%;
	margin: 0;
	text-align: right;
	float: right;
}

.list-sns {
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px;
}
.list-sns li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width:50%;
	text-align:center;
	list-style-type: none;
}
.list-sns li a {
	display:block;
	margin: 0;
}
.list-sns li.insta a:hover {
	text-decoration: none;
}
.list-sns li.fb    a:hover {
	text-decoration: none;
}

.list-sns li.fb a::before {
	font-family: "Font Awesome 5 Brands";
	content: " \f39e";
	color: #666666;
	font-size: 1.4em;
	padding: 8px 0;
	display: block;
}
.list-sns li.insta a::before {
	font-family: "Font Awesome 5 Brands";
	content:" \f16d";
	color: #666666;
	font-size: 1.4em;
	padding: 8px 0;
	display:block;
}

/* ==================== コンテンツ ==================== */

/* ナビゲーション */

#navi {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.70);
}

#navi_in {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
	box-sizing: border-box;
}

ul.dropmenu{
  margin: 0;
  padding: 0;
  display: flex;
}

.dropmenu {
	*zoom: 1;
	list-style-type : none;
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;

	border-left: 1px solid #EDEDED;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}

.dropmenu li {
	width: 100%;
	margin: 0px;
	box-sizing:border-box;
	border-right: 1px solid #EDEDED;
}

.dropmenu li a {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	margin: 0px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
}

.dropmenu li a:hover {
	background-color: rgba(225,238,255,1.00);
	text-decoration: none;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}

.dropmenu li:last-child ul{
  left: 0%;
  width: 100%
}
.dropmenu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  border: none;
}
.dropmenu li ul li a{
	display: block;
	width: 180%;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
}
.dropmenu li:hover > a{
	background-color: #EBEBEB;
}
.dropmenu > li:hover > a{
	background-color: #ECF4FF;
	border-radius: 0 0 0 0;
	text-decoration: none;
}
.dropmenu li:hover ul li{
  overflow: visible;
  height: 61px;
  border: none;
}
.dropmenu li:hover ul li:first-child{
  border-top: 0;
}


#navi.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}
/* メイン */

#main {
	margin: 0;
	padding: 0;
}
#main_sp {
		display: none;
}

.main_box {
	width: 100%;
	padding: 80px 0;
  }
  
.main_box img {
	min-width: 1000px;
	max-width: 80%;
	display: block;
	margin: 0 auto;
  }
.main_box .bg-photo {
	width: 60%;
	position: absolute;
	top: 20%;
	left: 5%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 2px 2px #000000;
  }
  
.main_box .bg-title {
	width: 30%;
	position: absolute;
	top: 30%;
	right: 5%;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 2px 2px #000000;
  }

#page_main {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 40px;
	padding: 0;
}
.page_box {
	width: 100%;
	height: 500px;
	position: relative;
  }

.page_box .bg-title {
	font-weight: bold;
	font-size: calc(32 / 1248 * 100vw);
	line-height: 1.5;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	text-shadow: 1px 2px 2px #FFF;
	box-sizing: border-box;
	text-align: center;
	background-color: rgba(255,255,255,.8);
  }
  
.page_img_about {
	background-image: url(../images/main_back.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_difference {
	background-image: url(../images/difference_main.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_price {
	background-image: url(../images/price_main.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_flow {
	background-image: url(../images/flow_main.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_contact {
	background-image: url(../images/contact_main.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_news {
	background-image: url(../images/news_main.jpg);
	background-position: center center;
	background-size: cover;
  }
  
.page_img_info {
	background-image: url(../images/info_main.jpg);
	background-position: center center;
	background-size: cover;
  }

/* ===== コンテンツ ===== */

.content {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-align: left;
	width: 1200px;
	font-size: 1em;
	box-sizing: border-box;
}

.content h2 {
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
	color: #404040;
}

.content h2.page_title {
	width: 100%;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
	padding-bottom: 0;
	border-bottom: none;
	color: #458A00;
}

.content h3 {
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
}

.content p {
	margin-bottom: 30px;
	line-height: 1.7em;
	font-size: 1.1em;
}

.content .in_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content .in_box h2 {
	margin-bottom: 50px;
}

.content .in_box h4 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}

.content .in_box h5 {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #458A00;
}

.content .in_box h6 {
	width: 100%;
	font-size: 1em;
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #FBF0DA;
}

.content .single_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.content .single_box h2 {
	width: 100%;
	font-size: 1.7em;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	color: #404040;
}

.content .single_box img {
	max-width: 100%;
	height: auto;
}

.midashi {
	width: 100%;
	margin-bottom: 60px;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.6em;
}

.midashi_b {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 0;
	color: #FFFFFF;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	background-color: #0053BB;
}

.center_box {
	text-align: center;
	line-height: 1.6em;
}

.btn_box {
	width: 80%;
	margin: 0 auto;
} 

.btn_box p {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.btn_box .btn a {
	display: block;
	width: 90%;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background-color: #E40274;
	border-radius: 100vh;
}

.btn_box .btn a:hover {
	background-color: #C70465;
	text-decoration: none;
	}
	
.btn_box .btn_w a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px #C70465 solid;
	border-radius: 100vh;
}

.btn_box .btn_w a:hover {
	background-color: #FEECF5;
	text-decoration: none;
	}
	
.btn_link a {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px #C70465 solid;
	border-radius: 100vh;
}

.btn_link a:hover {
	background-color: #FEECF5;
	text-decoration: none;
	}

.page_title {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.page_title h4 {
	font-size: 1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	line-height: 1em;
}

.page_title span {
	font-size: 1em;
	font-weight: bold;
}

/* ===== コンテンツメニュー ===== */

.menu ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 930px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.menu ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}


/* ========== リストボックス ========== */

.list4 ul {
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.list4 li {
	list-style-type : none;
	width: 24%;
	float: left;
	text-align: center;
	margin-right: 1%;
	margin-top: 0;
	margin-bottom: 0;
}

.list4 li:nth-of-type(4n) {
	margin-right: 0;
}

.list4 p {
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0;
	font-size: 0.8em;
}

.list3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	list-style-type : none;
	width: 32%;
	float: left;
	margin-top: 0;
	margin-bottom: 40px;
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 2%;
	text-align: center;
}

.list3 li:nth-last-of-type(1) {
	margin-right: 0;
}

.list2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	overflow: hidden;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 49%;
	float: left;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-right: 1%;
	box-sizing: border-box;
	text-align: center;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}

.list2 li img {
	width: 100%;
}

/* ========== 課題 ========== */

#kadai {
	width: 100%;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 50px;
	background-color: #F0F5F6;
}

#kadai h3 {
	font-size: 1.7em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 80px;
}

#kadai .kadai_box {
	width: 1100px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#kadai .kadai_box li {
    border: 12px #DCE9F4 solid;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
}

#kadai .kadai_box li p {
	width: 300px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	text-align: left;
}

#kadai .kadai_box li img {
	width: 100%;
}

/* ==================== 特徴 ==================== */

.feature_box {
	width: 100%;
	box-sizing: border-box;
}

.feature_box .in_box {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.feature_box h3 {
	text-align: center;
	font-size: 1.7em;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 80px;
}

.feature_box h4 {
	text-align: left;
	font-size: 1.7em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 30px;
}

.feature_box h5 {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 30px;
}

.feature_box p {
	text-align: center;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
}

.feature_box_num {
	width: 115px;
	position: absolute;
	top: -50px;
	left: 50px;
	z-index: 2;	
}

.feature_box img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.feature_box_left1 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.feature_box_right1 {
	font-size: .9em;
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 1;
	width: 500px;
	padding: 50px 30px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}

.feature_box_left2 {
	font-size: .9em;
	text-align: left;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 1;
	width: 500px;
	padding: 50px 30px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}

.feature_box_right2 {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.feature_box_left3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.feature_box_right3 {
	font-size: .9em;
	position: absolute;
	top: 130px;
	right: 0;
	z-index: 1;
	width: 500px;
	padding: 50px 30px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}

.feature_box_left4 {
	font-size: .9em;
	text-align: left;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 1;
	width: 500px;
	padding: 50px 30px;
	background-color: #FFFFFF;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.2));
}

.feature_box_right4 {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

/* ========== 料金 ========== */

#price {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#price dl {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 30px;
	background-color: #F0F5F6;
}

#price dt {
	float: left;
	clear: both;
	color: #333333;
	width: 30%;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
	box-sizing: border-box;
}

#price dd {
	color: #E40274;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 30%;
	padding-right: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box;
}

#price ul {
	margin: 0;
	padding: 0;
}

#price li {
	list-style-type: none;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: .9em;
	line-height: 1.5em;
}

/* ========== 違い ========== */

.difference .center_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 2em;
}

.difference h4 {
	font-size: 1.1em !important;
}

/* ========== お問い合わせ ========== */

#contact {
	width: 100%;
	height: 500px;
	background-image: url(../images/contact_back.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
  }
  
#contact h3 {
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
}
  
#contact h4 {
	font-size: 1.7em;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6em;
  }
  
#contact .btn_box .btn_w a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px #ffffff solid;
	border-radius: 100vh;
}

#contact .btn_box .btn_w a:hover {
	background-color: rgba(51,51,51,.3);
	text-decoration: none;
	}

/* ========== 導入の流れ ========== */

#flow {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#flow li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline-block;
	vertical-align: middle;
}

#flow li:nth-of-type(2) {
	color: #E40274;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 20px;
}

#flow p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

#flow a {
	color: #E40274;
	font-weight: bold;
	text-decoration: underline;
}



/* ========== お知らせ ========== */

#news {
	width: 1000px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 70px;
}

#news dl {
	margin-left: auto;
	margin-right: auto;
}

#news dt {
	float: left;
	clear: both;
	color: #333333;
	width: 200px;
	font-size: 0.9em;
}

#news dt p {
	margin: 0;
	padding: 0;
}

#news dd {
	color: #333333;
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 200px;
	padding-right: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}

#news dd .date {
	font-size: 1em;
	text-align: right;
	margin-right: 30px;
}

#news a	{
	color: #333333;
}
#news h2	{
	font-weight: normal;
	font-size: 2.1em;
	margin-bottom: 50px;
}

.news_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

.news_box h2 {
	font-size: 1.3em;
    font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.news_box h3 {
	font-size: 1.1em;
	margin-top: 60px;
	margin-bottom: 50px;
}

.news_box .date {
	font-size: 1em;
    text-align: right;
    margin-right: 1em;
}

.news_box p	{
    font-size: 1em;
}

.news_box a	{
	color: #333333;
    text-decoration: underline;
}


/* ========== Info ========== */

.info_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.info_box li {
	position: relative;
}

.info_box li .title {
	position: absolute;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6em;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	text-shadow: 1px 2px 2px #FFF;
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(255,255,255,.8);
}

.info_box li .title span {
	font-size: .8em;
}

.info_box li .title p {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: .8em;
	bottom: 0;
	right: 10px;
}

.info_box li .title p::after {
    content: "\f08e";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    padding-left: 5px;
}

.info_box h4 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.info_box h5 {
	font-size: 1em;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

/* ========== company ========== */

.company_box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.company_box h3 {
	font-size: 1.6em;
	margin-top: 60px;
	margin-bottom: 50px;
}

.company_box h4 {
	font-size: 1.1em;
	margin-bottom: 30px;
}

.company_box p {
	font-size: .9em;
	margin-bottom: 20px;
}

/* ========== slick ========== */

.slider_box {
	margin-bottom: 100px;
}

.slick-slide img {
    width :  100%;
  }

.slide-items {
  width: 50%;
  height: 50%;
  margin: auto;
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
  color: #333333;
}

.slick-dots li button:before {
  font-size: 13px;
  top: 6px;
}

.slick-prev{
    left: -30px;
  }
.slick-next{
    right: -30px;
}

.slick-prev:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f053";
	font-size:30px;
}
.slick-next:before{
  font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
	font-size:30px;
}


/* ========== パーツ ========== */

.left_box {
	width: 50%;
	float: left;
}

.left_box p {
	line-height: 1.5em;
}

.right_box {
	width: 50%;
	float: right;
}

.right_box img {
	width: 100%;
}

.gmap {
position: relative;
padding-bottom: 36.25%;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.gmap_s {
position: relative;
padding-bottom: 46.25%;
height: 0;
overflow: hidden;
}
 
.gmap_s iframe,
.gmap_s object,
.gmap_s embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==================== 画像 ==================== */
.alignleft	{float: left;
	margin-right: 20px;
	margin-bottom: 20px;}

.alignright	{float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

.aligncenter	{clear: both;
	display: block;
	margin: 25px auto;}

a img	{border: none;}
.overlay:hover {
	opacity:0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
		}
.sp_image {
	display:none;}
.sp_image_box50 {
	display:none;}
.pc_image {
	display:block;}

/* ==================== フッター ==================== */
#foot {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: #808080;
}

#foot_in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 50px;
	font-size: 0.9em;
}

#foot_in h3 {
	font-size: 1.5em;
	color: #FFFFFF;
}

.foot_left {
	float: left;
	width: 48%;
	box-sizing: border-box;
}

.foot_right {
	float: right;
	width: 48%;
	box-sizing: border-box;
}

#foot_in ul {
	margin: 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	float: left;
}

#foot_in li {
	float: left;
	list-style-type: none;
	width: 100%;
	vertical-align: middle;
}

#foot_in li a {
	display: block;
	padding: 10px 0;
	font-weight: normal;
	font-size: 0.9em;
	text-align: left;
	color: #FFFFFF;
}
#foot_in li a:hover {
	text-decoration: underline;
}

.foot_nav {
	 width:100%;
	 margin-bottom: 20px;
	 padding-bottom: 20px;
	 border-bottom: 1px #aaaaaa solid;
}
.foot_nav ul {
	 margin:0 auto;
	padding: 0px;
	 display:flex;
	 flex-wrap:wrap;
	justify-content: space-between;
	 width:800px;
}
.foot_nav ul li {
        margin:0;
        list-style:none;
    }
.foot_nav ul li a {
	display: block;
	width: 100%;
    margin:0;
    padding:0;
    list-style:none;
	color: #FFFFFF;
	font-size: 0.8em;
    }

.copyright {
	text-align: center;
	width: 100%;
	font-size: 0.7em;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.sp-fix-footer  {
	display:none;
}


/*---- pagetop ----*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 60px;
	font-size: 36px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background-color: #C8CDD0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

/* ========== form ========== */

.form_box {
	width: 1000px;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* ========== Table ========== */

input[type="submit"] {
	display: block;
	padding: 10px 25px !important;
	font-size: 1.1em !important;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #0053BB !important;
	border: 1px solid #3399FF;
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	margin-top: 20px;
}

input[type="submit"]:hover {
	background-color: #005FD6 !important;
	border: 1px solid #3399FF;
}

.form_box table {
	width: 100%;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.form_box th {
	border: 1px solid #cccccc;
	padding: 15px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	width: 35%;
	background-color: #F0F5F6;
}

.form_box td {
	border: 1px solid #cccccc;
	padding: 15px;
}
.form_box p {
	margin-top: 10px;
}

.form_box label {
	margin-right: 15px;
}

input[type="radio"]{
	vertical-align: baseline;
}
input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-size: 16px;
	width: 70%;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,textarea:hover,.input_btn:hover {
	border:2px solid #3399FF;
}

textarea {
	width: 80%!important;
	height: 10em;
}

.confirm-box {
	width: 100%;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #F0F5F6;
	box-sizing: border-box;
}

.confirm-box p {
	font-size: .95em;
	margin-bottom: 10px;
}

.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
    border-radius: 0px;
    box-shadow: none;
}

.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
    border-radius: 0px;
    background: none;
    text-shadow: none;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
    background: none;
    box-shadow: none;
}

input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 10px;
	vertical-align: middle;
}

.required {
	color: #fff;
	background-color: #E40274;
	padding: .3em .5em;
	line-height: 1.2em;
	font-size: .6em;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 .5em;
	display: inline-block;
	vertical-align: middle;
}

::placeholder {
  color: #cccccc;
}

#contactsonota {
    margin-top: 10px;
}

#postsonota {
    margin-top: 10px;
}

#chancesonota {
    margin-top: 10px;
}

/* ========== SNS ========== */
.sns_box	{
	display: none;
}

/* ========== 共通 ========== */
.mt_3 { margin-top: 3px;}
.mt_5 { margin-top: 5px;}
.mt_9 {
	margin-top: 9px;
}
.mt_13 { margin-top: 13px;}
.mt_10 { margin-top: 10px;}
.mt_15 { margin-top: 15px;}
.mt_18 { margin-top: 18px;}
.mt_20 { margin-top: 20px;}
.mt_25 { margin-top: 25px;}
.mt_23 { margin-top:23px;}
.mt_30 { margin-top:30px;}
.mt_40 { margin-top:40px;}
.mt_50 { margin-top:50px;}
.mt_80 { margin-top:80px;}
.mt_90 { margin-top:90px;}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_50 {
	margin-bottom: 50px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_70 {
	margin-bottom: 70px;
}
.mb_80 {
	margin-bottom: 80px;
}
.ml_9 {
	margin-left: 9px;
}
.ml_10 { margin-left: 10px;}
.ml_15 { margin-left: 15px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_45 { margin-left: 45px;}
.ml_50 {
	margin-left:50px;
}
.ml_55 {margin-left:55px;}
.ml_95 {
	margin-left:95px;
}
.ml_100 {margin-left:100px;}
.ml_120 {margin-left:120px;}
.ml_140 {
	margin-left:140px;
}
.mr_5 { margin-right:5px;}
.mr_10 { margin-right:10px;}
.mr_15 { margin-right:15px;}
.mr_20 { margin-right:20px;}
.mr_25 { margin-right:25px;}
.mr_30 { margin-right:30px;}
.mr_45 { margin-right:45px;}
.mr_55 { margin-right:55px;}
.pr_45{ padding-right:45px;}
.pt_3{padding-top:3px;}
.pt_5{padding-top:5px;}
.pt_10{padding-top:10px;}
.pt_15{padding-top:15px;}
.pt_30{padding-top:30px;}
.pt_40{padding-top:40px;}
.pt_50{padding-top:50px;}
.pl_20{padding-left:20px;}
.pb_30{padding-bottom:30px;}
.pb_40{padding-bottom:40px;}
.pb_50{padding-bottom:50px;}
.w_30{
	width: 30px;
}
.w_67{
	width: 67%;
	margin-left: auto;
	margin-right: auto;
}
.w_90{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.w_95{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.w_100{
	width: 100px;
}
.w_120{
	width: 120px;
}
.w_150{
	width: 150px;
}
.w_200{
	width: 200px;
}
.w_250{
	width: 250px;
}
.w_300{
	width: 300px;
}
.w_360{
	width: 360px;
}
.w_400{
	width: 400px;
}
.w_500{
	width: 500px;
}
.w_550{
	width: 550px;
}
.w_600{
	width: 600px;
}
.w_650{
	width: 650px;
}
.wp_90{
	width: 90%;
}
.wp_45{
	width: 45%;
}
.wp_40{
	width: 40%;
}
.center{ text-align:center;}
.pc_center{ text-align:center;}
.left{
	text-align:left !important;
}
.right{
	text-align:left;
}
.font_10{ font-size:10px;}
.font_12{ font-size:12px;}
.font_14{ font-size:14px;}
.font_16{ font-size:16px;}
.font_18{ font-size:18px;}
.font_24{ font-size:24px;}
.font_g{
	color: #666;
}
.font_r{
	color: #E40274;
}
.font_o{
	color: #EB6100;
}
.font_b{
	color: #0053BB;
}
.font_p{
	color: #E4007F;
}
.font_bold{
	font-weight: bold;
}
.lh_25{
	line-height: 25px;
}
.lh_30{
	line-height: 30px;
}
.textline_y{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: #D9B000;
}
.back_r{
	background-color: #F6D2D2 !important;
	width: 30%;
}
.back_r2{
	background-color: #F6D2D2 !important;
}
.back_r3{
	background-color: #FFE1E1;
}
.back_o{
	background-color: #FFF7EF !important;
}
.back_o2{
	background-color: #FFEAD5;
}
.back_w{
	width: 70%;
}
.back_g{
	background-color: #EEEEEE;
}
.back_b{
	background-color: #99CCFF;
}
.back_b2{
	background-color: #DFEFFF;
}
.back_p{
	background-color: #FCEDF2;
}
.back_p2{
	background-color: #F5C5D5;
}
.back_p3{
	background-color: #FAE8FF;
}
.back_y{
	background-color: #FFFFCA;
}
.back_m{
	background-color: #EFFFBF;
}
.back_m2{
	background-color: #DDFFF7;
}
.back_c{
	background-color: #EFDAC7;
}
.back_v{
	background-repeat: repeat;
	background-image: url(../images/vertical_p.jpg);
}
.back_bung{
	background-repeat: repeat;
	background-image: url(../images/bungalow_p.jpg);
}
.disp{ display:inline;}

.image_box {
	text-align: center;
	margin-bottom: 50px;
}

.image_box0 {
	margin: 0;
}

.image_box0 img {
	max-width: 100%;
}

.image_box img {
	max-width: 100%;
}

.image_box60 img {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.image_right {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.text_box{
	text-align: left;
}

.ft_left{
	float: left;
}

.ft_right{
	float: right;
}

.dl_box dl {
	width: 95%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.dl_box dt {
	color: #218C00;
	margin: 0;
	padding: 0;
}

.dl_box dd {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}

.disc ul {
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0;
}
.disc li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 1.1em;
}
.decimal ul {
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding: 0;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 35px;
	margin-top: 15px;
	line-height: 1.7em;
	font-size: 1.1em;
}

.no_line {
	border:none;
}

.sp_text {
	display: none;
}

.pc_none {
	display: none;
}

hr {
	border: 1px solid #DDDDDD;
	height: 6px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear{
	clear:both;
}
/* clearfix */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* - 768px
---------------------------------------------------------------------*/

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

h6 {
	font-size: 1.1em;
	color: #66462A;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}


 /* ==================== ヘッダー ==================== */
#head {
	display:none;
}

header {
	width: 100%;
	display: block;
	margin: 0;
	padding: 13px 0;
    background-color: #F5F6F8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
    overflow: hidden;
}


header div {
    float: left;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
	text-align: left;
}
    
header p.header_btn {
    float: right;
    margin-top: 0;
    margin-right: 55px;
    margin-left: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    background-color: #E40274;
}
    
header p.header_btn a {
    display: block;
    color: #fff;
    padding: 9px 10px;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
}

header h1 {
	font-size:7pt;
}

header em img {
	width: 160px;
	margin-left: 10px;
}

.c-title {
	font-weight: 700;
font-size: calc(32 / 640 * 100vw);		line-height: 1.6;
	float: none;
	color: #458A00;
}

.c-title span {
	font-weight: 700;
font-size: calc(32 / 840 * 100vw);
}

.c-title a,.c-title a:hover {
	text-decoration: none;
}

/* ---- Drawer Menu start ---- */

/* drawer menu */
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100vh;
	padding-top: 55px;
	padding-right: 0;
	padding-left: 0;
	background-color: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
}

.drawer-menu ul {
  margin: 0;
  padding: 0;
	list-style: none;
}

.drawer-menu li {
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.drawer-menu li a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 0.8em;
	color: #000;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.drawer-menu li a:hover {
	color: #000;
	background-color: #EDEDED;
}

/* checkbox */
.check {
	display: none;
}

/* menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 20px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 25px;
	height: 2px;
	background: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.bar.middle {
	top: 8px;
	opacity: 1;
}

.bar.bottom {
	top: 16px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu-btn__text {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 10px;
	margin: auto;
	color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}

.menu-btn:hover .bar {
	background: #999;
}

.menu-btn:hover .menu-btn__text {
	color: #999;
}

.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}

/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}

.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}

.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.top {
	background: #000;
	width: 36px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}

.check:checked ~ .menu-btn .bar.bottom {
	background: #000;
	width: 36px;
	top: 25px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background-color: rgba(0,83,187,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

/* --- Drawer Menu end --- */

#navi {
	display:none;
}

#main {
	margin: 0;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.main_box {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
  }
  
.main_box img {
	min-width: 85%;
	max-width: 85%;
	display: block;
	margin: 0 auto;
  }

.main_box .bg-photo {
	width: 90%;
	display: block;
	position: static;
	margin-bottom: 20px;
  }
  
.main_box .bg-title {
	width: 80%;
	display: block;
	position: static;
  }
  
  .main_box .bg-title img {
	width: 80%;
  }
#page_main {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.page_box {
	width: 100%;
	height: 300px;
	padding: 0;
	position: relative;
  }

 .page_box .bg-title {
	width: 100%;
	font-weight: bold;
	font-size: calc(32 / 580 * 100vw);
	line-height: 1.5;
	position: absolute;
	top: 40%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 2px 2px #FFF;
	box-sizing: border-box;
  }

.content {
	width: 95%;
	font-size: 0.85em;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.content .in_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.content h2 {
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	text-align: left;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}

.content h2.page_title {
	width: 100%;
	font-size: 1.4em;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
	border-bottom: none;
	color: #458A00;
}

.content h3 {
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}

.content p {
	margin-bottom: 30px;
	line-height: 1.5em;
	font-size: 1.1em;
}

.content .single_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content .single_box h2 {
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
}

.midashi {
	width: 100%;
	margin-bottom: 30px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
}

.midashi_b {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.6em;
}


.center_box {
	text-align: left;
	line-height: 1.6em;
}

.btn_box {
	width: 100%;
	margin: 0 auto;
} 

.btn_box p {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

.btn_link a {
	width: 90%;
}

.left_box {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

.left_box p {
	line-height: 1.5em;
}

.right_box {
	width: 100%;
	float: none;
	padding-top: 30px;
	margin-bottom: 30px;
}



/* ========== リストボックス ========== */

.list4 ul {
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.list4 li {
	list-style-type : none;
	width: 48%;
	float: left;
	text-align: center;
	margin-right: 2%;
	box-sizing: border-box;
}

.list4 li:nth-of-type(2n) {
	margin-right: 0;
}

.list4 li img {
	width: 100%;
}

.list4 p {
	width: 98%;
	min-height: 5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	font-size: 0.8em;
}

.list3 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.list3 ul {
	margin: 0;
	padding: 0;
}

.list3 li {
	list-style-type : none;
	width: 96%;
	float: none;
	margin-top: 5px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
}

.list3 li:nth-last-of-type(1) {
	margin-right: auto;
	margin-bottom: 0;
}

.list3 li img {
	width: 100%;
	height: auto;
}

.list2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.list2 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.list2 li {
	list-style-type : none;
	width: 100%;
	float: none;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: 0;
	box-sizing: border-box;
	text-align: center;
}
.list2 li:nth-of-type(2n) {
	margin-right: 0;
}

/* ========== 課題 ========== */

#kadai {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 60px;
}

#kadai h3 {
	font-size: 1.4em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

#kadai .kadai_box {
	width: 70%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#kadai .kadai_box li {
    border: 12px #DCE9F4 solid;
    border-radius: 10px;
    padding: 16px 20px;
    box-sizing: border-box;
}

#kadai .kadai_box li p {
    width: 100%;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
}

#kadai .kadai_box li p br {
	display: none;
}

/* ==================== 特徴 ==================== */

.feature_box {
	width: 100%;
	box-sizing: border-box;
}

.feature_box .in_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

.feature_box h3 {
	text-align: left;
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 30px;
}

.feature_box h4 {
	text-align: left;
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 10px;
	display:inline-block;
	vertical-align: middle;
}

.feature_box h5 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 20px;
}

.feature_box p {
	text-align: left;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}

.feature_box_num {
	width: 16%;
	position: static;
	top: 0;
	left: 0;
	z-index: 0;
	display:inline-block;
	vertical-align: middle;
}

.feature_box img {
	max-width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.feature_box_num img {
	max-width: 95%;
}

.feature_box_left1 {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: static;
}

.feature_box_right1 {
	font-size: .9em;
	position: static;
	z-index: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 50px;
	background: none;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0));
	box-sizing: border-box;
}

.feature_box_left2 {
	font-size: .9em;
	text-align: left;
	position: static;
	z-index: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 50px;
	background: none;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0));
	box-sizing: border-box;
}

.feature_box_right2 {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: static;
}

.feature_box_left3 {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: static;
}

.feature_box_right3 {
	font-size: .9em;
	position: static;
	z-index: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 50px;
	background: none;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0));
	box-sizing: border-box;
}

.feature_box_left4 {
	font-size: .9em;
	position: static;
	z-index: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 50px;
    background: none;
	line-height: 1.5em;
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,0));
	box-sizing: border-box;
}

.feature_box_right4 {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	position: static;
}

/* ========== 料金 ========== */

#price {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#price dl {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-top: 50px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}

#price dt {
	float: none;
	clear: both;
	color: #333333;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0;
	box-sizing: border-box;
}

#price dd {
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	box-sizing: border-box;
}

/* ========== 違い ========== */

.difference .center_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
}

.difference .in_box {
	margin-bottom: 30px;
}


/* ========== お問い合わせ ========== */

#contact {
	width: 100%;
	height: auto;
	background-image: url(../images/contact_back.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
  }
  
#contact h3 {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
}
  
#contact h4 {
	font-size: 1.4em;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.6em;
  }
  
#contact h4 br {
	display: none;
  }
  
#contact .btn_box .btn_w a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	border: 1px #ffffff solid;
	border-radius: 100vh;
}

#contact .btn_box .btn_w a:hover {
	background-color: rgba(51,51,51,.3);
	text-decoration: none;
	}

/* ========== 導入の流れ ========== */

#flow {
	width: 100%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#flow ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#flow li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
}

#flow li img {
	max-width: 80%;
}

#flow li:nth-of-type(2) {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
}

#flow p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


/* ========== お知らせ ========== */
#news h2	{
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
}

#news {
	width: 95%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news dl {
	margin-left: auto;
	margin-right: auto;
}

#news dt {
	width: 100%;
	float: none;
	clear: both;
	color: #333333;
	font-size: 0.8em;
}

#news dt p {
	margin: 0;
	padding: 0;
}

#news dd {
	width: 100%;
	float: none;
	color: #333333;
	font-size: 0.9em;
	margin-left: 0;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCC;
	margin-top: 5px;
}

#news dd .date {
	font-size: 0.9em;
	text-align: right;
	margin-right: 30px;
}

#news a	{
	color: #333333;
}
    
.news_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.news_box h2 {
	font-size: 1.3em;
    line-height: 1.6em;
    font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.news_box h3 {
	font-size: 1.1em;
	margin-top: 60px;
	margin-bottom: 50px;
}

.news_box .date {
	font-size: .9em;
    text-align: right;
    margin-right: 1em;
}


/* ========== Info ========== */

.info_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.info_box li {
	position: relative;
}

.info_box li .title {
	position: absolute;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.8em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	text-shadow: 1px 2px 2px #FFF;
	box-sizing: border-box;
	text-align: left;
	background-color: rgba(255,255,255,.8);
}

.info_box li .title span {
	display: block;
	font-size: .8em;
	margin-bottom: 10px;
}

.info_box li .title p {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: .8em;
	bottom: 0;
	right: 10px;
}

.info_box li .title p::after {
    padding-left: 5px;
}

.info_box h4 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
}

.info_box h5 {
	font-size: 1em;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: left;
}

/* ========== company ========== */

.company_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.company_box h3 {
	font-size: 1.3em;
	margin-top: 30px;
	margin-bottom: 20px;
}

.company_box h4 {
	font-size: 1em;
	margin-bottom: 10px;
}

.company_box p {
	font-size: .9em;
	margin-bottom: 20px;
}



/* ========== MAP ========== */

.gmap {
position: relative;
padding-bottom: 70.25%;
height: 0;
overflow: hidden;
}

.gmap_s {
position: relative;
padding-bottom: 60.25%;
height: 0;
overflow: hidden;
}


/* ========== 共通 ========== */

.image_box{
	margin-top: 10px;
	margin-bottom: 30px;
}

.image_box img {
	width: 100%;
}

.image_box20 img {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}

.image_box30 img {
	width: 30%;
}

.image_box50 img {
	width: 50%;
}

.image_box90 img {
	width: 90%;
}

.sp_image_box50 {
	display: block;
}

.sp_image_box50 img {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box60 img {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box70 img {
	display: block;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image_box80 img {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.sp_image {
	display:block;
}
.sp_image img {
	display: block;
	width: 100%;
}
.pc_image {
	display:none;
}

.image_right {
	float: none;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 10px;
}

.image_right img {
	width: 100%;
}
.sp_center {
	text-align: center;
}
.sp_text {
	display:block;
}
.sp_mt10{
	margin-top: 10px;
}
.sp_mt20{
	margin-top: 20px;
}
.sp_mt30{
	margin-top: 30px;
}
.sp_mb10{
	margin-bottom: 10px;
}
.sp_mb20{
	margin-bottom: 20px;
}
.sp_mb30{
	margin-bottom: 30px;
}

.w_30{
	width: 100%;
}
.w_100{
	width: 100%;
}
.w_67{
	width: 100%;
}
.w_120{
	width: 100%;
}
.w_150{
	width: 100%;
}
.w_200{
	width: 100%;
}
.w_250{
	width: 100%;
}
.w_300{
	width: 100%;
}
.w_360{
	width: 100%;
}
.w_400{
	width: 100%;
}
.w_500{
	width: 100%;
}
.w_550{
	width: 100%;
}
.w_600{
	width: 100%;
}
.w_650{
	width: 100%;
}
.wp_90{
	width: 100%;
}
.wp_45{
	width: 100%;
}
.wp_40{
	width: 40%;
}
.font_16{ font-size:0.9em;}

.ft_left{
	float: none;
}

.ft_right{
	float: none;
}

.center{ text-align: left;}

.decimal ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.decimal li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.disc li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.back_r{
	background-color: #F6D2D2 !important;
	width: 100%;
}

.back_r2{
	background-color: #F6D2D2 !important;
}

.back_w{
	width: 100%;
}

.g_box {
	width: 100%;
	background-color: #F6F6F6;
	padding: 15px;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 0.9em;
}
.pc_center{ text-align:left;}

.sp_none {
	display: none;
}

.pc_none {
	display: block;
}

/* ========== Table ========== */
.form_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.form_box table {
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
}

.form_box th {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.form_box td {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: none;
}


input[type="text"],input[type="email"],input[type="tel"],textarea,select {
	width: 95% !important;
}

input.yubin { width: 35% !important; }

input[type="file"] {
	margin-bottom: 8px;
}

input[type="submit"] {
	font-size: 1.3em !important;
	width: 70%;
}

input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }
  
.form_table label {
	display: block;
	width: 100%;
	margin-right: 0;
}

.f_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.f_table th {
	display: block;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 20px;
	padding-bottom: 12px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	box-sizing: border-box;
}

.f_table td {
	display: block;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 25px;
	padding-bottom: 12px;
	text-align: center;
	box-sizing: border-box;
}

/* ========== SNS ========== */

.sns_box {
	display: block;
	background-color: #C8CDD0;
	text-align: center;
}

.share_btn2{
display: inline-block;
text-decoration: none;
width: 50px;
margin:10px;
height: 50px;
line-height: 50px;
font-size: 23px;
color:white;
border-radius: 12px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
transition: .3s;
}
.share_btn2 .fa {line-height:50px}
.share_btn2:hover{
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
}
.share_btn2.shtw {background: #22b8ff;}
.share_btn2.shfb {background: #6680d8;}
.share_btn2.shhtb {background: #49a8fb;}
.share_btn2.shpkt {background: #ff6d82;}
.share_btn2.shfdly {background: #7bda72;}
.share_btn2.shgp {background: #fd6969;} 


/* ========== slick ========== */

.slider_box {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.slick-slide img {
    width: 100%;
  }

.slick-prev:before,
.slick-next:before {
	display: none;
}

.slick-dots li button:before {
  font-size: 10px;
  top: 3px;
}

/* ==================== フッター ==================== */
#foot {
	margin-top: 0;
	padding-bottom: 3em;
}

#foot_in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;	
	margin-bottom: 10px;
	font-size: 0.9em;
}

#foot_in h3 {
	font-size: 1em;
	color: #FFFFFF;
}

.foot_right {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

#foot_in ul {
	margin: 0;
	padding: 0;
	width: 45%;
	box-sizing: border-box;
	float: left;
}

#foot_in li {
	list-style-type: none;
	width: 100%;
	vertical-align: middle;
}

#foot_in li a {
	display: block;
	padding: 5px 0;
	font-weight: normal;
	font-size: 0.8em;
	text-align: left;
	color: #FFFFFF;
}

.sp-fix-footer {
        display:block;
        padding: 0;
    }
    .sp-fix-footer ul {
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #E40274;
	bottom: 0;
	height: 3em;
	display: flex;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin: 0;
	padding: 0;
    }
    .sp-fix-footer ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    align-items: center;
    border-right: 1px #FFFFFF solid;
    box-sizing: border-box;
    }
    
    .sp-fix-footer ul li:nth-last-of-type(1) {
    border-right: none;
}

.sp-fix-footer ul li a {
	width: 100%;
    display: block;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
    color: #FFFFFF;
    box-sizing: border-box;
    }

/* pagetop
---------------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 0;
	right: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	line-height: 36px;
}
#page-top a {
	font-size: 0.5em;
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-align: center;
	display: block;
	border-radius: 6px;
	background-color: #C8CDD0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #B0B7BC;
}

}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
