/*   
Theme Name: Newton
Theme URI:https://hr-newton.leap-it.jp/
Description:ニュートンのテーマです。


Author:金浦
Author URI:http://sangodesign.jp/
Version:1.0 2024.5.3
*/

*,
*:before,
*:after {
    margin:0;
    padding:0;
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

/* リセットCSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: ;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	color: #333333;
	word-wrap: break-word;
	font-size:1.2rem;
	line-height:1.6;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	box-sizing: border-box;
}
ol, ul {
	margin-left: 1em;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* img要素の余計な余白（ディセンダー）のリセット */
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
/* リンクの設定 */
a {
    transition : all 0.5s ease 0s;
}
a:link,
a:active,
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover,
a:focus {
	color:#c30d23;
	text-decoration:none;
}
.btn a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn a:hover,
.btn a:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}

/* CLEARFIX CLASS */
.clearfix:after {
	display			: block;
	clear			: both;
	height			: 0;
	visibility		: hidden;
	content			: ".";
	line-height		: 0;
}
.clearfix {
	display			: inline-table;
	min-height		: 1%;
}
/* FOR MAC IE \*/
* html .clearfix {
	height			: 1%;
}
.clearfix {
	display			: block;
}
/* END OF FOR MAC IE */

/* 読み込みフォント */
.f_min{
	font-family: 'Zen Old Mincho', serif;
}
/* フォントサイズ */
.f36{
	font-size: 3.6rem;
}
.f24{
	font-size: 2.4rem;
}
.f18{
	font-size: 1.8rem;
}
.f16{
	font-size: 1.6rem;
}
.f12{
	font-size: 1.2rem;
}
.f10{
	font-size: 1.0rem;
}
.f08{
	font-size: 0.8rem;
}
h2{
	font-size: 2.4rem;
	font-weight: bold;
}
h3{
	font-size: 1.8rem;
	font-weight: bold;
}
h4{
	font-size: 1.8rem;
	font-weight: bold;
}
.fb{
	font-weight:bold;
}
strong{
	font-weight: bold;
}
/* カラー */
.red{
	color:#ff0000;
}
.blue{
	color: #6a91c1;
}
.white{
	color: #FFFFFF;
}
.green{
	color: #2aa239;
}
.gry{
	color: #AAAAAA;
}

/* 位置 */
.center {text-align:center !important;}
.right {text-align:right !important;}
.left {text-align:left !important;}
.center_pc {text-align:center !important;}

/* 余白 */
.mt200 {margin-top:200px;}
.mt150 {margin-top:150px;}
.mt100 {margin-top:100px;}
.mt80 {margin-top:80px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}
.pt150{padding-top: 150px;}
.pt100{padding-top: 100px;}

/* フロート画像(右) */
img.flright{
    display: block;
    line-height: normal;
    float: right;
}
/* フロート画像(左) */
img.flleft{
    display: block;
    line-height: normal;
    float: left;
	margin:0 40px 20px 0;
}
/* grid */
.grid-left {
	float: left;
	padding-top: 0;
}
.grid-right {
	float: right;
	padding-top: 0;
}

/* タイトル */
h2.title {
	margin-bottom: 0.5em;
	font-size: 3.0rem;
	font-weight: bold;
	color: #009844;
}
.title-column {
	margin-bottom: 0.5em;
	font-size: 3.0rem;
	font-weight: bold;
	color: #009844;
}
.title2 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #009844;
}
.title-orenge {
	margin-bottom: 0.5em;
	font-size: 3.0rem;
	font-weight: bold;
	color: #f29600;
}

/* header */
.site-header{
	background-color: #009844;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 70px;
}
h1.site-logo{
	position:absolute;
	top: 8px;
	left: 30px;
	z-index: 200;
}
.h-logo{
	height: 54px;
}
.navi{
	max-width: 1000px;
	float: right;
}

#gnav{
	z-index: 180;
}
#gnav > ul {
  display: table;
  padding-left: 50px;
}
#gnav > ul > li {
	text-align: center;
	display: inline-block;
	padding: 22px 0.8em 0;
	height: 50px;
	color: #ffffff;
	font-size: 1.1rem;
}
.pointer{
	cursor: pointer;
}
#gnav > ul > li a {
	color: #f8f8ff;
	text-decoration: none;
}
#gnav > ul > li a:hover {
	color: #ffffff;
	text-decoration: none;
}
#gnav > ul > li:hover {
	color: #ffffff;
	text-decoration: none;
}
#gnav > ul > li:hover > a {
	color: #ffffff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	margin-top: 19px;
	text-align: center;
	position: absolute;
    background:#E8E8E8;
}
#gnav > ul .menu .menu_innerbox {
	width: 1160px;
	margin: 0 auto;
	padding: 0 0 20PX;
}
#gnav > ul .menu .menu_inner{
  padding: 1em 0;
}
#gnav > ul .menu .menu_inner li,
#gnav > ul .menu .menu_inner2 li{
    float: left;
    width: 23.5%;
    border: none;
	margin-right: 2%;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 2%;
	display: inline-block;
	font-size: 1.1rem;
}
#gnav > ul .menu .menu_inner li:last-child{
	margin-right: 0px;
}
#gnav > ul .menu .menu_inner2 li:last-child{
	margin-right: 0px;
}
#gnav > ul .menu .menu_inner li .navi_icon{
	height: 140px;
}

#gnav > ul .menu a {
  color: #333333;
}
#gnav > ul .menu a:hover {
  color: #333333;
}
p.mega_title{
	text-align: left;
	padding: 10px 0 0;
	border-top: none;
	border-right:none;
	border-bottom: 2px solid #333333;
	border-left:none;
	margin: 40px 0 0px;
}
li.mega_photo{
	border: none;
	overflow: hidden;
	padding: 10px;
	transition: all .2s ease-in;
}
li.mega_photo:hover{
	transition: all .2s ease-in;
	background-color: #ffffff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
	position: relative;
	top: -3px;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side_btn{
	position: relative;
	z-index: 99999;
}
.side_document{
	position: fixed;
	right: 0;
	top: 250px;
}
.side_contact{
	position: fixed;
	right: 0;
	top: 490px;
}
.full-img{
	margin-top: 70px;
}
.full {
	position: relative;
	margin-top: 70px;
	width: 100%;
	height: calc(100vh - 70px);
	background:url("img/main.jpg")
    center / cover;
}
.hojo{
	margin-top: 60px;
	text-align: center;
}
.hojo img{
	height: 200px;
}
.youtube {
	margin-top: 60px;
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.green-title{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.green-title-sm{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.blk-title{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-faq{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-sm{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.toha{
	width: 900px;
}
.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 1.0);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.box3{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.box3-in{
	width: 360px;
	border: 1px solid #00913a;
	padding: 20px;
	text-align: center;
}
.kinou{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.kinou-in{
	width: 48%;
	border: 1px solid #00913a;
	padding: 40px;
	margin-top: 40px;
	margin-right: 4%;
	text-align: center;
}
.kinou-in:nth-child(2n){
	margin-right: 0%;
}
.kinou-title01,
.kinou-title02,
.kinou-title03,
.kinou-title04,
.kinou-title05,
.kinou-title06,
.kinou-title07{
	background-repeat: no-repeat;
	background-size: 60px;
	padding-left: 80px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #2aa239;
	display: inline-block;
}
.kinou-title01{
	background-image: url("img/kinou01.png");
}
.kinou-title02{
	background-image: url("img/kinou02.png");
}
.kinou-title03{
	background-image: url("img/kinou03.png");
}
.kinou-title04{
	background-image: url("img/kinou04.png");
}
.kinou-title05{
	background-image: url("img/kinou05.png");
}
.kinou-title06{
	background-image: url("img/kinou06.png");
}
.kinou-title07{
	background-image: url("img/kinou07.png");
}
.btn_kinou_box{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.btn_kinou {
	display: block;
	padding: 0.5em 2em ;
	width: 300px;
	text-align: center;
	background-color: #2aa239;
	text-decoration: none;
	transition: .4s;
}
.btn_kinou:link,
.btn_kinou:visited{
	color: #ffffff;
	font-size: 1.2rem;
	text-decoration: none;
}
.btn_kinou:hover {
	color: #FFFFFF;
	background-color: #c30d23;
}

.flow-box{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow-box-in{
	width: 47.5%;
	margin-top: 40px;
}
.flow-box-in table th{
	width: 30%;
	padding-right: 20px;
	vertical-align: top;
}
.flow-box-in table td{
	vertical-align: top;
}
.flow-box-in table td p.flow-name{
	font-size: 2.4rem;
	font-weight: bold;
	color: #2AA239;
	line-height: 1;
}

/* footer */
.kinou_box{
	width: 1160px;
	margin: 200px auto 0;
	text-align: center;
}
.kinou_box_flex{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap
}
.kinou_box_system{
    width: 20%;
	margin-right: 6.666666%;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 40px;
	font-size: 1.1rem;
}
.kinou_box_system:nth-child(4n){
	margin-right: 0%;
}
.kinou_box_system a:link,
.kinou_box_system a:active,
.kinou_box_system a:visited {
	color:#333333;
	text-decoration:none;
}
.kinou_box_system a:hover,
.kinou_box_system a:focus {
	color:#c30d23;
	text-decoration:none;
}

.contact_box{
	width: 1160px;
	margin: 150px auto 0;
	text-align: center;
}
.contact_text{
	font-size: 150%;
	font-weight: bold;
	margin-top: 60px;	
}
.btn_footer{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.btn_footer2{
	width: 360px;
	margin: 0 40px;
}

.foot_link{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.foot_link_in{
	width: 47.413793%;
}

.experience_box{
	width: 800px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-around;
}
.experience_box_in{
	width: 300px;
	text-align: center;
}
.btn_entry {
	display: inline-block;
	padding: 0.5em 5em ;
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	text-decoration: none;
	transition: .4s;
}
.btn_entry:link,
.btn_entry:visited{
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
}
.btn_entry:hover {
	color: #FFFFFF;
	background-color: #f8b62c;
}
.footer{
	margin-top: 100px;
	background-color: #eeeeef;
	padding: 80px 0;
}
.footer_in{
	width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer_in_logo{
	width: 15%;
	margin-right: 5%;
}
.footer_in_navi{
	width: 80%;
	display: flex;
	justify-content: flex-end;
}
.footer_in_navi ul{
	width: auto;
	margin-left: 60px;
}
.footer_in_navi ul li{
	list-style: none;
	font-size: 1.0rem;
}
.footer_in_navi ul li a:link,
.footer_in_navi ul li a:active,
.footer_in_navi ul li a:visited {
	color:#333333;
	text-decoration:none;
}
.footer_in_navi ul li a:hover,
.footer_in_navi ul li a:focus {
	color:#c30d23;
	text-decoration:none;
}
.tel_sm{
	width: 300px;
}
#copy{
	background-color: #3e3a39;
	padding: 10px 0 80px;
	text-align: center;
	color:#ffffff;
	font-size: 80%;
}

/* ベース */
.contents{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.contents section{
	margin-top: 150px;
}
.contents-u{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.contents-u section{
	margin-top: 150px;
}
.contents-column{
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

#breadcrumbs{
	margin-top: 20px;
}

/* --- 新着情報エリア --- */
.news-box{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}
.news-box a:link,
.news-box a:active,
.news-box a:visited {
	color:#333333;
	text-decoration:none;
}
.news-box a:hover,
.news-box a:focus {
	color:#c30d23;
	text-decoration:none;
}

.news-box-in{
	display: block;
	width: 30%;
	margin: 0 5% 40px 0; 
}
.news-box-in:nth-child(3n){
	width: 30%;
	margin: 0 0 40px 0; 
}
.news-time{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.news-box-in img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    filter: alpha(opacity=100);
    opacity: 1;
}
.news-box-in img:hover,
.news-box-in img:active {
    filter: alpha(opacity=70);
    opacity: 0.70;
}
.thumbnail {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumbnail_space{
	margin-top: 40px;
}


div.news {
	width:960px;
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #c0c0c0 dotted;
}
div.news dl {
	width: 100%;
	margin: 0;
	border-top: 1px #c0c0c0 dotted;
}
div.news dt {
	width: 10em;
	float: left;
	padding: 20px 0 20px 40px;
	line-height: 100%;
}
div.news dd {
	margin: 0;
	padding: 20px 40px 20px 10em;
	line-height: 100%;
}
div.news dd a:link,
div.news dd a:active,
div.news dd a:visited {
	color: #212121;
	text-decoration:none;
}
div.news dd a:hover,
div.news dd a:focus {
	color:#c30d23;
	text-decoration:none;
}
div.news span.new{
	color:red;
	padding-left:1em;
}
.newmark{
	color:red;
	padding-left:1em;
}
.btn_main_box{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.btn_main {
	display: block;
	padding: 0.5em 2em ;
	width: 360px;
	text-align: center;
	background-color: #00913a;
	text-decoration: none;
	transition: .4s;
}
.btn_main:link,
.btn_main:visited{
	color: #ffffff;
	font-size: 1.4rem;
	text-decoration: none;
}
.btn_main:hover {
	color: #FFFFFF;
	background-color: #c30d23;
}

/* 機能紹介 */
.kinou-box{
	margin-top: 20px;
	text-align: center;
}
.system-title{
	margin-top: 80px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #00913a;
}
.green-text{
	display: flex;
	justify-content: space-between;
}
.green-text-in{
	margin-top: 0px;
	width: 48%;
	background-color: #f6ffe9;
	padding: 40px;
	text-align: left;
}

.heikin-box{
	width: 47.5%;
	margin: 0 auto;
}
.heikin-box2{
	width: 47.5%;
	margin: 0 auto;
}
.heikin-box-in{
	margin-top: 40px;
	text-align: center;
}
.heikin-box-in2{
	margin-top: 60px;
	text-align: center;
}
.heikin-box-photo{
	margin-top: 40px;
}
.heikin-box-text{
	margin: 40px auto 0;
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pink-box{
	border: 2px solid #DC3545;
	padding: 20px;
	color: #DC3545;
}
.black-text{
	display: inline-block;
	color: #FFFFFF;
	background-color: #3E3A39;
	padding: 15px 3em;
	font-size: 150%;
	font-weight: bold;
}
.green-text2{
	display: inline-block;
	color: #FFFFFF;
	background-color: #41a356;
	padding: 15px 3em;
	font-size: 150%;
	font-weight: bold;
	margin-top: 60px;
	border-radius: 10px;
}
.heikin-box3{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-top: 80px;
}
.heikin-box3-photo{
	width: 47.4%;
}
.heikin-box3-text{
	width: 50%;
	align-items: center;
}
.marker{
  background-image: linear-gradient(transparent 70%, yellow 70%)
}

.kami-fuyou{
	width: 800px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
}
.kami-fuyou-photo{
	width: 20%;
	text-align: center;
}
.kami-fuyou-text{
	width: 77%;
	padding-top: 40px;
}
.saiyou{
	height: 240px;
}
.paper{
	height: 100px;
}
.tokkyo{
	margin-top: 60px;
	position: relative;
}
.tokkyo-photo{
	position: absolute;
	width: 144px;
	right: 150px;
	top: -30px;
}
.tokkyo-img{
	height: 100px;
}

/* 料金 */
.rate-plans{
	display: flex;
	justify-content: space-between;
}
.rate-plans-in01{
	margin-top: 60px;
	width: 31%;
	border-radius: 30px;
	padding: 40px;
}
.rate-plans-in02{
	margin-top: 60px;
	width: 31%;
	background-color: #009844;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}
.rate-plans-in03{
	margin-top: 60px;
	width: 31%;
	background-color: #000000;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}

.rate-plans-name{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.rate-plans-price{
	font-size: 22px;
	text-align: center;
}
.rate-plans-price2{
	font-size: 48px;
	text-align: center;
	font-weight: bold;
}
a.btn_pl01 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
	border: 2px solid #000000;
	color: #000000;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_pl01:hover {
	color: #fff;
	background: #000000;
}
a.btn_pl02 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #009844;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_pl02:hover {
	color: #fff;
	background: #009844;
}
a.btn_pl03 {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
	background: #ffffff;
	border: 2px solid #ffffff;
	color: #000000;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_pl03:hover {
	color: #fff;
	background: #000000;
}

ul.rate-plans-li01{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.0rem;
}
ul.rate-plans-li01 li.li-on{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url("img/check01on.png");
	background-repeat: no-repeat;
	background-position: 0 5px ;
}
ul.rate-plans-li01 li.li-no{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url("img/check01.png");
	background-repeat: no-repeat;
	background-position: 0 5px ;
	color: #b3b3b3;
}

ul.rate-plans-li02{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.0rem;
}
ul.rate-plans-li02 li.li-on{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url("img/check02on.png");
	background-repeat: no-repeat;
	background-position: 0 3px ;
}
ul.rate-plans-li02 li.li-no{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url("img/check02.png");
	background-repeat: no-repeat;
	background-position: 0 3px ;
	color: #b3b3b3;
}

ul.rate-plans-li03{
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.0rem;
}
ul.rate-plans-li03 li.li-on{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	background-image: url("img/check03on.png");
	background-repeat: no-repeat;
	background-position: 0 3px ;
}





.price-box{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.price-box-in{
	width: 23%;
	text-align: center;
}
.price-free{
	color: #fbbc04;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fbbc04;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.plan-free{
	margin-top: 10px;
	color: #ffffff;
	background-color: #fbbc04;
	font-weight: bold;
	font-size: 18px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price-starter{
	color: #ff9900;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ff9900;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.plan-starter{
	margin-top: 10px;
	color: #ffffff;
	background-color: #ff9900;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price-standard{
	color: #45818e;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #45818e;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.plan-standard{
	margin-top: 10px;
	color: #ffffff;
	background-color: #45818e;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.price-pro{
	color: #0b5394;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #0b5394;
	padding: 20px 10px;
	margin-bottom: 10px;
}
.plan-pro{
	margin-top: 10px;
	color: #ffffff;
	background-color: #0b5394;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-box-pr{
	font-size: 16px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan-kinou{
	border: 1px solid #333333;
	padding: 20px;
}
.plan-kinou-menu{
	font-size: 16px;
	height: 220px;
}
.plan-payment{
	height: 130px;
	margin-top: 20px;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 16px;	
}
table.kinou-hikaku{
	border: none;
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
	margin-top: 100px;
}
table.kinou-hikaku th.th01{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	width: 24%;
	padding: 20px 10px;
}
table.kinou-hikaku th.th02,
table.kinou-hikaku th.th03,
table.kinou-hikaku th.th04,
table.kinou-hikaku th.th05{
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 19%;
	padding: 20px 10px;
}
table.kinou-hikaku th.th02{
	background-color: #fbbc04;
}
table.kinou-hikaku th.th03{
	background-color: #ff9900;
}
table.kinou-hikaku th.th04{
	background-color: #45818e;
}
table.kinou-hikaku th.th05{
	background-color: #0b5394;
}
table.kinou-hikaku th.th06{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding:20px 10px;
}
table.kinou-hikaku th.th07{
	text-align: left;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #dbdcdc;
}
table.kinou-hikaku th.th08{
	text-align: left;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
	border-top: 1px solid #dbdcdc;
	border-bottom: 3px solid #333333;
}

table.kinou-hikaku td{
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	border-top: 1px solid #dbdcdc;
	border-left: 1px solid #dbdcdc;
}
table.kinou-hikaku td.td01{
	border-bottom: 3px solid #333333;
}
a.btn_maru {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border: 2px solid #e60012;
	color: #e60012;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_maru:hover {
	color: #fff;
	background: #e60012;
}
.tab-hi{
	font-size: 1.0rem;
}


/* よくある質問 */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa_title{
	margin-top: 100px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.cp_qa {
	overflow-x: hidden;
	margin: 40px auto 0;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}


/* 特定商取引法に基づく表記 */
table.tokuteisho{
	margin-top: 40px;
	border-collapse: collapse;
	border: 1px solid #B8B8B8 ;
}
table.tokuteisho th{
	text-align: left ;
	background-color:#f9f9f9 ;
	color: #333333 ;
	padding: 15px 15px 5px ;
	border: 1px solid #B8B8B8 ;
	width: 30%;
}
table.tokuteisho td{
	text-align: left ;
	background-color:#FFFFFF ;
	color: #333333 ;
	padding: 5px 15px 15px ;
	border: 1px solid #B8B8B8 ;
}

.kiyaku-font{
	font-size: 1.0rem;
}
/* プライバシーポリシー */
.privacy {
	width: 100%;
	text-align: left;
}
.privacy ol li{
	list-style: decimal !important;
	line-height: 2 !important;
	margin-left: 1.5em !important;
	padding-left: 0.5em !important;
}
.privacy ol li:before{
	content: none;
}
.privacy ul.kana li{
	list-style-type: katakana !important;
	line-height: 2 !important;
	margin-left: 1.5em !important;
	padding-left: 0.5em !important;
}
.privacy ul.kana li:before{
	content: none;
}
.indent1{
	text-indent: 1em;
}


/* お知らせ */
.blog_area{
	width: 800px;
	margin: 80px auto 0;
	text-align: left;
	padding: 40px;
	box-sizing: border-box;
}

.blog_side{
	width: 300px;
	margin-top: 120px;
}


.blog_area a:link,
.blog_area a:active,
.blog_area a:visited {
	color:#333333;
	text-decoration:none;
}
.blog_area a:hover,
.blog_area a:focus {
	color:#ca3e47;
	text-decoration:none;
}
.blog_link a:link,
.blog_link a:active,
.blog_link a:visited {
	color:#0095d9;
	text-decoration: underline;
}
.blog_link a:hover,
.blog_link a:focus {
	color:#c9171e;
	text-decoration:none;
}
.blog_link p{
	margin-bottom: 30px;
}


h4.blog_title {
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 2px #9e9e9f;
	text-align: center;
}
.pagination{
   margin:40px 0 0;
	display: inline-block;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:20px;
   padding:20px 25px;
   color:#333;
   border-radius:3px;
   box-shadow:0 3px 3px #999;
   background:#fff;
}
.pagination .current{
   padding:20px 25px;
   background:#0094c1;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#0094c1;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

.writer{
	margin-top: 100px;
	border: 3px solid #009844;
	padding: 40px;
	border-radius: 20px;
}
.writer-name{
	border-bottom: 2px solid #009844;
	text-align: center;
}
.writer-name p{
	font-weight: bold;
}
.writer_box{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}
.writer_box_photo{
	width: 20%;
}
.writer_box_text{
	width: 75%;
	font-size: 0.9rem;
}
.writer_btn{
	margin-top: 20px;
	text-align: right;
}
a.btn_writer {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 2rem;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_writer:hover {
	color: #fff;
	background: #27acd9;
}
.ranking-name{
	margin-top: 40px;
	border-radius: 10px 10px 0 0 ;
	background-color: #009844;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
}
.ranking-box{
	border-radius: 0 0 10px 10px ;
	border: 1px solid #009844;
	padding: 20px;
}

.ranking-box-in{
	position: relative;
}
.ranking-box-in p.r-mark{
	position: absolute;
	top: -5px;
	left: 5px;
}

.ranking-box-in:nth-child(n+2){
	margin-top: 20px;
}
.ranking-box-in p{
	margin-top: 10px;
	font-size: 1.0rem;
}
.ranking-box-in a:link,
.ranking-box-in a:active,
.ranking-box-in a:visited {
	color:#333333;
	text-decoration:none;
}
.ranking-box-in a:hover,
.ranking-box-in a:focus {
	color:#c30d23;
	text-decoration:none;
}

/* 導入事例 */
.case_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.case_box_in{
	width: 31%;
	margin: 60px 3.5% 0 0;
}
.case_box_in:nth-of-type(3n){
	margin: 60px 0 0 0;
}
.thumbnail-wrapper {
    position: relative; /* 子要素の絶対配置のため */
    width: 100%; /* 親要素の幅に合わせる */
    padding-top: 56.25%; /* 高さを比率で指定 (16:9の場合) */
    overflow: hidden; /* 子要素がはみ出さないように */
    background: #f0f0f0; /* 画像がない場合の背景色 */
}
.thumbnail-wrapper img {
    position: absolute; /* 親要素に合わせて配置 */
    top: 0;
    left: 0;
    width: 100%; /* 横幅を親要素にフィット */
    height: 100%; /* 高さを親要素にフィット */
    object-fit: cover; /* 画像を比率を保ちながらトリミング */
}
.case_text{
	font-size:1.0rem;
}
.case_box a {
    transition : all 0.5s ease 0s;
}
.case_box a:link,
.case_box a:active,
.case_box a:visited {
	color:#333333;
	text-decoration:none;
}
.case_box a:hover,
.case_box a:focus {
	color:#333333;
	text-decoration:none;
}
.case_top{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.case_top_photo{
	width: 550px;
}
.case_top_text{
	width: 550px;
}
.bu_box{
	display: flex;
}
.bu_box_ti{
	width: 13%;
}
.bu_box_co{
	width: 80%;
}
ul.bu_type{
	display: flex;
	flex-wrap: wrap;
	list-style: none;	
}
ul.bu_type li{
	margin-left: -1em;
	margin-right: 2em;
	padding-left: 0;
}
ul.custom-tags{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.0rem;
}
ul.custom-tags li{
	margin-left: -1em;
	margin-right: 2em;
	margin-top: 5px;
	list-style: none;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 5px;
}
ul.custom-tags li:last-child{
	margin-right: 0;
}

.tags-none
/* お問い合わせ */
.contact {
	margin: 20px auto 0;
	text-align: center;
	display: block;
}
.contact .contact_txt {
	text-align: left;
	display: inline-block;
}
.form-box{
	width: 800px;
	margin: 0px auto 0;
}
table.form{
	margin:40px 0 0 0;
	border:none;
	width:100%;
	border-collapse: collapse;
}
table.form th{
	width: 35%;
	text-align:left;
	padding:20px;
	vertical-align: middle;
}
table.form td{
	text-align:left;
	padding:20px;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:10px;
}
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-number,
.wpcf7-select{
	padding:5px;
	font-size: 100%;
}
 
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-number:focus,
.wpcf7-select:focus{
	outline: none;
	border-width: 1px;
	border-style: solid;
	box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-webkit-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-moz-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-ms-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	-o-box-shadow: 0 0 8px rgba(100, 200, 255, 0.5);
	border-color: rgba(100, 200, 255, 0.75) !important;
	padding:5px;
}
 
.wpcf7-form-control-wrap {
	display:inline;
	width: 100%;
	padding-bottom: 10px;
}
 
.wpcf7-textarea,
.wpcf7-text{
	width: 96%;
}
.wpcf7-text.add{
	width: 30%;
}
.wpcf7-text,
.wpcf7-select{
	padding: 5px;
}

dl.koumoku dt{
  float: left;
}
dl.koumoku dd{
  margin-left: 80px;
}

.kisai{
	background-color: #c30d23;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.nini{
	background-color: #0d3b60;
	color: #FFFFFF;
	font-size: 90%;
	padding: 5px 10px;
	display: inline-block;
	margin-right: 2em;
}
.btn-flex {
	display: flex;		
    width: 100%;
	flex-direction: column;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #c30d23 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
input.wpcf7-submit:hover {
	background-color:#003366 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.wpcf_btn{
	display: flex;
	justify-content: center;
}
.btn-submit {
    width: 500px;
    text-align: center;
}

/* — コンタクトフォーム7　戻るボタンのカスタマイズ — */
input.wpcf7-previous {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #595857 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
input.wpcf7-previous:hover {
	background-color:#2b2b2b !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.toiawase input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #2aa239 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
.toiawase input.wpcf7-submit:hover {
	background-color:#003366 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}
.document input.wpcf7-submit {
	padding:1em !important;/* ボタン内の余白 */
	margin:2em auto 0 !important;/* ボタンの上下の余白 */
	background-color: #f29600 !important;/* 背景の色 */
	color: #fff !important;/* 文字の色*/
	font-size: 18px !important;/* 文字の大きさ */
	font-weight: bold !important;/* 文字の太さ*/
	width: 100%;/* ボタンの横幅*/
	transition:0.5s;/* 背景色が変わるまでの時間*/
	cursor: pointer;
}
.document input.wpcf7-submit:hover {
	background-color:#003366 !important;/* マウスを乗せたときの背景色 */
	color: #fff !important;/* マウスを乗せたときの文字の色 */
}

/*----------------------------------------------------
    表示・非表示
----------------------------------------------------*/
.hidden {
  display: none;
  visibility: hidden;
}
.hidden-phone {
	display: inherit !important;
}
.visible-phone {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
.br-sm{
	display: none !important;
}
.br-pc{
	display: inherit !important;
}


/*===============================================
●smart.css  画面の横幅が1200pxまで
===============================================*/
@media screen and (max-width: 1200px){

.full {
	position: relative;
	margin-top: 0px;
	width: 100%;
	height: 35vh;
	background:url("img/main.jpg")
    center / cover;
}
.hojo{
	margin-top: 60px;
	text-align: center;
}
.hojo img{
	height: 150px;
}
.full-img{
	margin-top: 0px;
}


}

/*===============================================
●smart.css  画面の横幅が1160pxまで
===============================================*/
@media screen and (max-width: 1160px){

body {
	font-size:1.2rem;
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: none !important;
}
.hidden-sm {
	display: inherit !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.f36{
	font-size: 3.6rem;
}
.f24{
	font-size: 2.4rem;
}
.f18{
	font-size: 1.8rem;
}
.f16{
	font-size: 1.6rem;
}
.f12{
	font-size: 1.2rem;
}
.f10{
	font-size: 1.0rem;
}
.f08{
	font-size: 0.8rem;
}
.sm_center{
	text-align: center;
}
/* タイトル */
h2.title {
	margin-bottom: 0.5em;
	font-size: 2.0rem;
	font-weight: bold;
	color: #009844;
}
.title-column {
	margin-bottom: 0.5em;
	font-size: 2.0rem;
	font-weight: bold;
	color: #009844;
}
.title2 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #009844;
}
.title-orenge {
	margin-bottom: 0.5em;
	font-size: 2.0rem;
	font-weight: bold;
	color: #f29600;
}
.green-title{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.green-title-sm{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.blk-title{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-faq{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-sm{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.contents-u{
	max-width: 800px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

/* footer */
.kinou_box{
	width: 94%;
	margin: 200px auto 0;
	text-align: center;
}
.kinou_box_flex{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap
}
.kinou_box_system{
    width: 20%;
	margin-right: 6.666666%;
	text-align: center;
	margin-top: 0%;
	margin-bottom: 40px;
	font-size: 1.1rem;
}
.kinou_box_system:nth-child(4n){
	margin-right: 0%;
}


.contact_box{
	width: 94%;
	margin: 100px auto 0;
	text-align: center;
}
.contact_text{
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;	
}
.btn_footer{
	margin-top: 60px;
	display: flex;
	justify-content: center;
}


.foot_link{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.foot_link_in{
	width: 47.413793%;
}

.footer{
	margin-top: 10%;
	background-color: #eeeeef;
	padding: 5% 0;
}
.footer_in{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.footer_in_logo{
	width: 30%;
	margin-right: 5%;
}
.footer_in_add{
	width: 65%;
	margin-right: 0%;
}
.tel_sm{
	width: 300px;
}
.footer_in_navi{
	width: 100%;
	display: flex;
	margin-top: 5%;
}
.footer_in_navi ul{
	width: auto;
	margin-right: 3%
}
.footer_in_navi ul li{
	list-style: none;
}
.footer_in_navi ul li a:link,
.footer_in_navi ul li a:active,
.footer_in_navi ul li a:visited {
	color:#333333;
	text-decoration:none;
}
.footer_in_navi ul li a:hover,
.footer_in_navi ul li a:focus {
	color:#c30d23;
	text-decoration:none;
}

.box3{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.box3-in{
	width: 31%;
	border: 1px solid #00913a;
	padding: 20px;
	text-align: center;
}
.box3-img{
	height: 150px;
}
.saiyou{
	height: auto;
}
.green-text2{
	display: inline-block;
	color: #FFFFFF;
	background-color: #41a356;
	padding: 15px 3em;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 60px;
	border-radius: 10px;
}
.contents section{
	margin-top: 80px;
}
.news-box{
	width: 90%;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.news-time{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contents-column{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.blog_area{
	width: 72.2727%;
	margin: 80px auto 0;
	text-align: left;
	padding: 40px;
	box-sizing: border-box;
}

.blog_side{
	width: 27.272727%;
	margin-top: 120px;
}

/* 導入事例 */
.case_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.case_box_in{
	width: 31%;
	margin: 20px 3.5% 0 0;
}
.case_box_in:nth-of-type(3n){
	margin: 20px 0 0 0;
}
.case_text{
	font-size:1.0rem;
}
.case_top{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.case_top_photo{
	width: 47.5%;
}
.case_top_text{
	width: 47.5%;
}


}

/*===============================================
●smart.css  画面の横幅が1024pxまで
===============================================*/
@media screen and (max-width: 1024px){

.f36{
	font-size: 3.6rem;
}
.f24{
	font-size: 2.4rem;
}
.f18{
	font-size: 1.8rem;
}
.f16{
	font-size: 1.2rem;
}
.f12{
	font-size: 1.0rem;
}
.f10{
	font-size: 0.8rem;
}
.f08{
	font-size: 0.6rem;
}


div.news {
	max-width: 960px;
	width:100%;
	margin-top:60px;
	margin-left: auto;
	margin-right: auto;
}
div.news dl {
	width: 100%;
	margin: 0;
	border-top: 1px #c0c0c0 dotted;
}
div.news dt {
	width: 10em;
	float: left;
	padding: 20px 0 20px 40px;
	line-height: 100%;
}
div.news dd {
	margin: 0;
	padding: 20px 40px 20px 10em;
	line-height: 100%;
	border-bottom: 1px #c0c0c0 dotted;
}

.heikin-box2{
	width: 70%;
	margin: 0 auto;
}
.heikin-box{
	width: 70%;
	margin: 0 auto;
}

.tokkyo{
	margin-top: 60px;
	position: relative;
}
.tokkyo-photo{
	position: absolute;
	width: 144px;
	right: 50px;
	top: -30px;
}
.tokkyo-img{
	height: 100px;
}


/* 料金 */
.rate-plans{
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
}
.rate-plans-in01{
	margin-top: 60px;
	width: 32%;
	border-radius: 30px;
	padding: 40px;
}
.rate-plans-in02{
	margin-top: 60px;
	width: 32%;
	background-color: #009844;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}
.rate-plans-in03{
	margin-top: 60px;
	width: 32%;
	background-color: #000000;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}
.rate-plans-name{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.rate-plans-price{
	font-size: 1.8rem;
	text-align: center;
}


.price-box{
	display: flex;
	justify-content: space-between;
}
.price-box-in{
	width: 24%;
	text-align: center;
}
.price-free,
.price-starter,
.price-standard,
.price-pro{
	font-size: 20px;
}
.plan-free{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}
.plan-starter{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}
.plan-standard{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}
.plan-pro{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}

.price-box-pr{
	font-size: 16px;
	height: 240px;
}
.plan-kinou{
	border: 1px solid #333333;
	padding: 20px 10px;
}
.plan-kinou-menu{
	font-size: 16px;
	height: 220px;
}
.plan-payment{
	height: 130px;
	margin-top: 20px;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 16px;	
}
a.btn_maru {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	font-size: 0.8rem;
	margin: auto;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border: 2px solid #e60012;
	color: #e60012;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_maru:hover {
	color: #fff;
	background: #e60012;
}


}


/*===============================================
●smart.css  画面の横幅が834pxまで
===============================================*/
@media screen and (max-width: 834px){


.blog_area{
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
	text-align: left;
	padding: 0px;
	box-sizing: border-box;
}

.box3{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.box3-in{
	width: 31%;
	border: 1px solid #00913a;
	padding: 10px;
	text-align: center;
}
.box3-img{
	height: 100px;
}
.kinou{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}
.kinou-in{
	width: 48%;
	border: 1px solid #00913a;
	padding: 40px;
	margin-top: 40px;
	margin-right: 4%;
	text-align: center;
}
.kinou-in:nth-child(2n){
	margin-right: 0%;
}
.kinou-title01,
.kinou-title02,
.kinou-title03,
.kinou-title04,
.kinou-title05,
.kinou-title06,
.kinou-title07{
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2aa239;
	display: inline-block;
}
.kami-fuyou{
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.kami-fuyou-photo{
	width: 20%;
	text-align: center;
}
.kami-fuyou-text{
	width: 77%;
	padding-top: 40px;
}
.green-text2{
	display: inline-block;
	color: #FFFFFF;
	background-color: #41a356;
	padding: 15px 1em;
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 60px;
	border-radius: 10px;
}

.tokkyo{
	margin-top: 60px;
	position: relative;
}
.tokkyo-photo{
	position: absolute;
	width: 100px;
	right: -10px;
	top: -10px;
}
.tokkyo-img{
	height: 60px;
}

/* 料金 */
.rate-plans{
	display: flex;
	flex-direction: column;
}
.rate-plans-in01{
	margin-top: 60px;
	width: 100%;
	border-radius: 30px;
	padding: 40px;
}
.rate-plans-in02{
	margin-top: 60px;
	width: 100%;
	background-color: #009844;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}
.rate-plans-in03{
	margin-top: 60px;
	width: 100%;
	background-color: #000000;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 40px;
}

ul.rate-plans-li01,
ul.rate-plans-li02,
ul.rate-plans-li03{
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.2rem;
}
ul.rate-plans-li01 li,
ul.rate-plans-li02 li,
ul.rate-plans-li03 li{
	display: inline-block;
}
ul.rate-plans-li01 li.li-on,
ul.rate-plans-li02 li.li-on,
ul.rate-plans-li03 li.li-on{
	margin: 5px 1em 0 0;
	padding: 0 0 0 30px;
}
ul.rate-plans-li01 li.li-no,
ul.rate-plans-li02 li.li-no,
ul.rate-plans-li03 li.li-no{
	margin: 5px 1em 0 0;
	padding: 0 0 0 30px;
}



.price-box{
	display: flex;
	justify-content: space-between;
}
.price-box-in{
	width: 24%;
	text-align: center;
}
.price-free,
.price-starter,
.price-standard,
.price-pro{
	font-size: 17px;
}
.plan-free{
	margin-top: 10px;
	font-size: 16px;
	height: 100px;
}
.plan-starter{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}
.plan-standard{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}
.plan-pro{
	margin-top: 10px;
	font-size: 18px;
	height: 100px;
}

.price-box-pr{
	font-size: 16px;
	height: 240px;
}
.plan-kinou{
	border: 1px solid #333333;
	padding: 20px 10px;
}
.plan-kinou-menu{
	font-size: 16px;
	height: 220px;
}
.plan-payment{
	height: 130px;
	margin-top: 20px;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 16px;	
}
.tab-hi{
	height: 60px;
}
a.btn_maru {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	font-size: 0.8rem;
	margin: auto;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border: 2px solid #e60012;
	color: #e60012;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_maru:hover {
	color: #fff;
	background: #e60012;
}
.contents-column{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.blog_area{
	width: 65%;
	margin: 80px auto 0;
	text-align: left;
	padding: 40px;
	box-sizing: border-box;
}

.blog_side{
	width: 32%;
	margin-top: 120px;
}

}

/*===============================================
●smart.css  画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px){

body {
	font-size:1.0rem;
	background-color: #FFFFFF;
}
.hidden-phone {
	display: none !important;
}
.visible-phone {
	display: inherit !important;
}
.visible-sm {
	display: inherit !important;
}
.hidden-sm {
	display: none !important;
}
.br-sm{
	display: inherit !important;
}
.br-pc{
	display: none !important;
}
img {
	vertical-align:middle;
	border: 0;
	max-width: 100%;
	height:auto;
}
.f36{
	font-size: 1.8rem;
}
.f24{
	font-size: 1.4rem;
}
.f18{
	font-size: 1.4rem;
}
.f16{
	font-size: 1.2rem;
}
.f12{
	font-size: 1.0rem;
}
.f10{
	font-size: 1.0rem;
}
.f08{
	font-size: 0.8rem;
}
h2.wp-block-heading{
	font-size: 1.6em;
}
h3.wp-block-heading{
	font-size: 1.4em;
}
/* 余白 */
.mt200 {margin-top:100px;}
.mt150 {margin-top:80px;}
.mt100 {margin-top:50px;}
.mt80 {margin-top:40px;}
.mt60 {margin-top:30px;}
.mt40 {margin-top:20px;}
.mt20 {margin-top:20px;}
.mt10 {margin-top:10px;}

.center_pc {text-align:left !important;}


.full-cover {
  width: 100%; /* 幅をビューポートの100%に */
  padding-top: 100%; /* 高さを幅と同じにするためにパディングを使用 */
  position: relative; /* 絶対位置指定された背景用のdivをこの中に配置 */
  overflow: hidden; /* はみ出した画像は非表示に */
}

/* 背景画像用のdiv */
.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('img/main-sm.jpg'); /* 画像URL */
  background-position: center; /* 画像を中央に配置 */
  background-size: cover; /* 画像が常にコンテナを覆うように */
  background-repeat: no-repeat; /* 画像の繰り返し無し */
}

.contents{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.contents section{
	margin-top: 40px;
}
.contents-u section{
	margin-top: 40px;
}

/* タイトル */
h2.title {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #009844;
}
.title-column {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #009844;
}
.title2 {
	font-size: 1.4rem;
	font-weight: bold;
	color: #009844;
}
.title-orenge {
	margin-bottom: 0.5em;
	font-size: 1.4rem;
	font-weight: bold;
	color: #f29600;
}
.green-title{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.green-title-sm{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #2aa239;
}
.blk-title{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-faq{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.blk-title-sm{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.system-title{
	margin-top: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	color: #00913a;
}
.cp_qa_title{
	margin-top: 60px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.hojo{
	margin-top: 40px;
	text-align: center;
}
.hojo img{
	height: 80px;
}
.side_btn{
	display: none;
}

.news-box{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.news-box-in{
	display: block;
	width: 80%;
	margin: 0 auto 20px;
	text-align: center;
}
.news-box-in:nth-child(3n){
	width: 100%;
	margin: 0 0 20px 0; 
}
.news-time{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.news {
	width:100%;
	margin-top:50px;
	margin-left: auto;
	margin-right: auto;
}
div.news dl {
	width: 100%;
	margin: 0;
	border-top: 1px #c0c0c0 dotted;
}
div.news dt {
	width: 100%;
	float: left;
	padding: 20px 10px 20px;
	line-height: 100%;
}
div.news dd {
	width: 100%;
	margin: 0;
	padding:0 10px 20px;
	line-height: 100%;
	border-bottom: 1px #c0c0c0 dotted;
}
h4.blog_title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: solid 2px #9e9e9f;
	text-align: left;
}

/* footer */
.kinou_box{
	width: 94%;
	margin: 100px auto 0;
	text-align: center;
}
.kinou_box_flex{
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
}
.kinou_box_system{
    width: 48%;
	margin-right: 4%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 1.1rem;
}
.kinou_box_system:nth-child(2n){
	margin-right: 0%;
}

.contact_box{
	margin-top: 100px;
	padding: 0 5%;
}
.contact_text{
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;	
}
.foot_link{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-top: 40px;
}
.foot_link_in{
	width: 100%;
	margin-top: 20px;
}

.footer{
	margin-top: 10%;
	background-color: #eeeeef;
	padding: 5% 0;
}
.footer_in{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.footer_in_logo{
	width: 100%;
	margin-right: 0%;
}
.footer_in_add{
	width: 100%;
	margin-right: 0%;
}
.flogo_sm{
	width: 100px
}
.tel_sm{
	width: 300px;
}
.footer_in_navi{
	display: none;
}

.box3{
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
.box3-in{
	margin-top: 40px;
	width: 100%;
	border: 1px solid #00913a;
	padding: 20px;
	text-align: center;
}
.box3-img{
	height: 100px;
}

.kinou{
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
.kinou-in{
	margin-top: 40px;
	width: 100%;
	border: 1px solid #00913a;
	padding: 20px;
	margin-right: 0%;
	text-align: center;
}
.kinou-title01,
.kinou-title02,
.kinou-title03,
.kinou-title04,
.kinou-title05,
.kinou-title06,
.kinou-title07{
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #2aa239;
	display: inline-block;
}
.youtube {
	margin-top: 20px;
}

.flow-box{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.flow-box-in{
	width: 100%;
	margin-top: 0;
}
.flow-box-in table th{
	width: 40%;
	padding-right: 20px;
	vertical-align: top;
}
.flow-box-in table td{
	vertical-align: top;
	line-height: 1.4;
}
.flow-box-in table td p.flow-name{
	font-size: 16px;
	font-weight: bold;
	color: #2AA239;
	line-height: 1;
}
.btn_main_box{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.btn_main {
	display: block;
	padding: 1em 2em ;
	width: 360px;
	text-align: center;
	background-color: #00913a;
	text-decoration: none;
	transition: .4s;
}
.btn_main:link,
.btn_main:visited{
	color: #ffffff;
	font-size: 1.0rem;
	text-decoration: none;
}
.btn_main:hover {
	color: #FFFFFF;
	background-color: #c30d23;
}
.btn_kinou_box{
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.btn_kinou {
	display: block;
	padding: 1em 2em ;
	width: 300px;
	text-align: center;
	background-color: #2aa239;
	text-decoration: none;
	transition: .4s;
}
.btn_kinou:link,
.btn_kinou:visited{
	color: #ffffff;
	font-size: 1.0rem;
	text-decoration: none;
}
.btn_kinou:hover {
	color: #FFFFFF;
	background-color: #c30d23;
}

.green-text{
	display: flex;
	flex-direction: column;
}
.green-text-in{
	margin-top: 40px;
	width: 100%;
	background-color: #f6ffe9;
	padding: 40px;
	text-align: left;
}

.kami-fuyou{
	width: 100%;
	margin: 40px auto 0;
	display: flex;
	flex-direction: column;
}
.kami-fuyou-photo{
	width: 100%;
	text-align: center;
}
.kami-fuyou-text{
	width: 100%;
	padding-top: 20px;
}

.black-text{
	display: inline-block;
	color: #FFFFFF;
	background-color: #3E3A39;
	padding: 15px 3em;
	font-size: 1.2rem;
	font-weight: bold;
}
.heikin-box{
	width: 100%;
	margin: 0 auto;
}
.heikin-box2{
	width: 100%;
	margin: 0 auto;
}
.heikin-box-in{
	margin-top: 40px;
	text-align: center;
}
.heikin-box-in2{
	margin-top: 60px;
	text-align: center;
}
.heikin-box-photo{
	margin-top: 40px;
}
.heikin-box-text{
	margin: 40px auto 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.green-text2{
	display: inline-block;
	color: #FFFFFF;
	background-color: #41a356;
	padding: 10px 1em;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 40px;
	border-radius: 10px;
}

.tokkyo{
	margin-top: 40px;
	position:static;
	display: flex;
	flex-direction:column-reverse;
}
.tokkyo-photo{
	position:static;
	width: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	text-align: center;
}
.tokkyo-img{
	height: 100px;
}


.price-box{
	display: flex;
	flex-direction: column;
}
.price-box-in{
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.plan-free{
	margin-top: 10px;
	font-size: 16px;
	height: auto;
	padding: 20px;
}
.plan-starter{
	margin-top: 10px;
	font-size: 18px;
	height: auto;
	padding: 20px;
}
.plan-standard{
	margin-top: 10px;
	font-size: 18px;
	height: auto;
	padding: 20px;
}
.plan-pro{
	margin-top: 10px;
	font-size: 18px;
	height: auto;
	padding: 20px;
}
.price-box-pr{
	font-size: 16px;
	height: auto;
	padding: 20px;
}
table.kinou-hikaku{
	margin-top: 40px;
}
table.kinou-hikaku th.th01{
	font-size: 16px;
	width: 40%;
	vertical-align: middle;
}
table.kinou-hikaku th.th02,
table.kinou-hikaku th.th03,
table.kinou-hikaku th.th04,
table.kinou-hikaku th.th05{
	width: 15%;
	text-align: left;
	font-size: 16px;
}
table.kinou-hikaku th.th02 span,
table.kinou-hikaku th.th03 span,
table.kinou-hikaku th.th04 span,
table.kinou-hikaku th.th05 span{
	white-space: pre;
	writing-mode: vertical-rl;
	display: block;
	align-items: center;
	text-align: left;
	width: 100%;
}

table.kinou-hikaku th.th06{
	font-size: 16px;
}
.cp_tabfour01{
	font-size: 1.4rem;
}

/* 導入事例 */
.case_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.case_box_in{
	width: 100%;
	margin: 20px 0 0 0;
}
.case_box_in:nth-of-type(3n){
	margin: 20px 0 0 0;
}
.case_text{
	font-size:1.0rem;
}
.case_top{
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}
.case_top_photo{
	width: 100%;
}
.case_top_text{
	margin-top: 20px;
	width: 100%;
}
ul.custom-tags{
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
}


/* 特定商取引法に基づく表記 */
table.tokuteisho{
	margin-top: 40px;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
table.tokuteisho th{
	display: block;
	width: 100%;
	text-align: left ;
	background-color:#f3f3f3 ;
	padding: 15px 20px ;
	border: none;
}
table.tokuteisho td{
	display: block;
	width: 100%;
	text-align: left ;
	background-color:#FFFFFF ;
	padding: 15px 20px ;
	border: none;
}

	
table.table01{
	border-collapse: collapse;
	border: none;
	margin-top: 40px;
	width: 100%;
}
table.table01 th{
	display: block;
	width: 100%;
	text-align: left ;
	background-color:#f3f3f3 ;
	padding: 15px 20px ;
	border: none;
}
table.table01 td{
	display: block;
	width: 100%;
	text-align: left ;
	background-color:#FFFFFF ;
	padding: 15px 20px ;
	border: none;
}


/* お問い合わせ */
.contact {
	margin: 5% auto 0;
}

table.form{
	margin:10% 0 0 0;
	border:none;
	width:100%;
	border-top:none;
	border-collapse: collapse;
}
table.form th{
	width: 100%;
	display: block;
	text-align:left;
	font-weight: bold;
	padding:20px 5px 5px;
	border-top: 1px solid #B4B4B5;
    border-bottom:none;
	vertical-align: middle;
}
table.form td{
	width: 100%;
	display: block;
	text-align:left;
	padding:5px 5px 20px;
    border-bottom:none;
}
.formbox{
	margin-top:40px;
	text-align:center;
	padding:0px;
}

.sm-menu {
	width: 100%;
	background: #ffffff;
	padding: 0%;
	position: fixed;
	bottom: 0;
	z-index:999;
	box-shadow: 0 0 3px #dcdcdc;
}
.bottom-menu{
	display: flex;
	justify-content: space-between;
}
.bottom-menu-in{
	width: 50%;
}

.slider div{
	margin: 0 10px;
}
.thumbnail_space{
	margin-top: 20px;
}

.contents-column{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
}
.blog_area{
	width: 100%;
	margin: 40px auto 0;
	text-align: left;
	padding: 20px 0;
	box-sizing: border-box;
}

.blog_side{
	width: 100%;
	margin: 40px auto 0;
}

}

