@charset "utf-8";
html, body {
 width: 100%;
}
* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}
a:hover img.hv {
 opacity: 0.8;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 background-color: #FFFFFF;
}
#wrapper {
 clear: both;
 width: 100%;
 padding: 0px 0px 0px 0px;
}
/* pc / sp */
.pc_only {
 display: block;
}
.sp_only {
 display: none;
}
/*-------------------------------------------*/
#w_header {
 clear: both;
 width: 100%;
 height: 100%;
 background-image: linear-gradient(330deg, rgba(128, 206, 29, 1), rgba(145, 217, 54, 1) 35%, rgba(160, 228, 74, 1));
}
#header {
 background-image: url("../images/town.png");
 background-position: center bottom;
 background-repeat: repeat-x;
 background-size: auto 100px;
}
header {
 clear: both;
 overflow: hidden;
 width: 1280px;
 padding: 15px 30px 15px 30px;
 box-sizing: border-box;
 background-color: #FFFFFF;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
 box-shadow: 0px 0px 5px #BBBBBB;
 margin: 0px auto 40px;
}
header h1 {
 float: left;
 font-size: 24px;
 line-height: 1.2em;
 color: #353535;
 font-weight: 900;
 font-family: 'Noto Sans JP', sans-serif;
 margin-right: 40px;
 margin-left: 10px;
}
header h1 a {
 color: #353535;
 transition: all .3s;
}
header h1 a:hover {
 opacity: 0.8;
 text-decoration: none;
 transition: all .3s;
}
nav ul {
 float: right;
 margin: 15px 0px 0px 0px;
}
nav ul li {
 float: left;
 font-size: 16px;
 font-weight: 700;
 margin: 0px 28px 0px 0px;
 font-family: 'Noto Sans JP', sans-serif;
}
nav ul li a {
 color: #000000;
 transition: all .3s;
}
nav ul li#li_form {
 margin: 0px 0px 0px 0px;
}
nav ul li#li_form a {
 color: #FFFFFF;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.2em;
 padding: 8px 20px 10px 46px;
 border-radius: 10px;
 background-image: url("../images/ic_mail.png"), url("../images/bg_hmenu.jpg");
 background-repeat: no-repeat, no-repeat;
 background-position: 16px 13px, 0px 0px;
 background-size: 20px auto, 100% 100%;
}
nav ul li a:hover {
 color: #FF5F00;
 text-decoration: none;
 transition: all .3s;
}
nav ul li#li_form a:hover {
 opacity: 0.8;
 text-decoration: none;
 transition: all .3s;
}
#mainvisual {
 clear: both;
 width: 1280px;
 height: 580px;
 position: relative;
 margin: 0px auto;
}
#mv_copy {
 text-align: center;
 margin: 0px 0px 30px;
}
#mainvisual h2 {
 font-size: 36px;
 font-weight: 900;
 line-height: 1.2em;
 color: #FFFFFF;
 text-align: center;
 margin: 0px auto 50px;
}
#mv_left {
 position: absolute;
 left: 3%;
 bottom: 20px;
}
#mv_right {
 position: absolute;
 right: 3%;
 bottom: 20px;
}
.top_center {
 clear: both;
 width: 660px;
 box-sizing: border-box;
 padding: 15px 20px 10px;
 border: 5px solid #FFFFFF;
 background-color: #75c50f;
 margin: 0px auto 0px;
 position: relative;
}
#tc_title {
 width: 610px;
 color: #565656;
 font-size: 14px;
 padding: 5px 10px;
 text-align: center;
 font-weight: 700;
 box-sizing: border-box;
 background-color: #FFFFFF;
 border-radius: 6px;
 position: absolute;
 top: -20px;
}
.tc_tel {
 font-size: 36px;
 font-weight: 900;
 line-height: 1.2em;
 color: #FFFFFF;
 text-align: center;
 font-family: 'Noto Sans JP', sans-serif;
}
.tc_tel::before {
 content: '☎';
}
.top_center span {
 display: block;
 font-size: 14px;
 font-weight: 700;
 color: #FFFFFF;
 text-align: center;
}
#contents {
 clear: both;
 width: 100%;
 padding: 60px 0px 40px;
}
#h2_tsuyomi {
 font-size: 30px;
 font-weight: bold;
 text-align: center;
 margin-bottom: 60px;
}
#h2_tsuyomi p {
 font-size: 25px;
}
#h2_tsuyomi b {
 font-size: 50px;
 font-weight: 900;
}
.sec {
 clear: both;
 width: 1280px;
 margin: 0px auto 60px;
}
.sec p {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.6em;
}
.sec p.txt {
 font-size: 17px;
 font-weight: bold;
 line-height: 2.2em;
 margin-bottom: 20px;
}
.cname {
 text-align: right;
}
.cname span {
 font-size: 24px;
 margin: 0px 0px 0px 20px;
}
.fleft {
 float: left;
}
.fright {
 float: right;
}
.box_tsuyomi {
 width: 610px;
 border: 5px solid #83cb27;
 box-sizing: border-box;
 position: relative;
 border-radius: 30px;
 padding: 50px 30px 30px 30px;
 margin-bottom: 60px;
}
.box_tsuyomi .num {
 width: 80px;
 height: 80px;
 background-color: #83cb27;
 text-align: center;
 font-size: 50px;
 text-indent: 5px;
 font-weight: bold;
 color: #FFFFFF;
 position: absolute;
 border-radius: 50%;
 top: -40px;
 left: 25px;
}
.box_tsuyomi h3 {
 font-size: 32px;
 line-height: 1.2em;
 font-weight: bold;
 letter-spacing: 0.025em;
 margin-bottom: 15px;
}
.b_img {
 position: absolute;
 bottom: 20px;
 right: 15px;
}
.height01 {
 height: 340px;
}
/**/
.title {
 clear: both;
 display: block;
 text-align: center;
 border-bottom: 8px solid #83cb27;
 font-size: 40px;
 line-height: 1.3em;
 font-weight: 900;
 letter-spacing: 0.025em;
 padding-bottom: 10px;
 margin: 0px auto 50px;
}
#tit_price {
 width: 240px;
}
#tit_price::before {
 content: 'PRICE';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}
/*-----------------------------------*/
#tesuryo0 {
 clear: both;
 width: 700px;
 margin: 0px auto 30px;
}
#tesuryo0 img {
	display: block;
	width: 100%;
	height: auto;
}

#h4_tesuryo {
 clear: both;
 width: 100%;
 text-align: center;
 font-size: 30px;
 font-weight: bold;
 line-height: 1.4em;
 margin: 0px 0px 30px 0px;
}
#h4_tesuryo span {
 color: #ff5454;
}
.tx_center {
 text-align: center;
 margin: 0px auto 60px;
}
#wrap_price {
 clear: both;
 display: flex;
 justify-content: space-between;
 width: 1120px;
 margin: 0px auto 10px;
}
.pb_column {
 width: 46%;
 text-align: center;
 position: relative;
 border: 3px solid #333333;
 border-radius: 24px;
}
.pb_column h2 {
 display: block;
 width: 60%;
 text-align: center;
 font-size: 26px;
 font-weight: bold;
 color: #FFFFFF;
 letter-spacing: 0.3em;
 padding: 4px 0px;
 border: 3px solid #333333;
 border-radius: 14px;
 position: absolute;
 top: -27px;
 left: 20%;
}
.pb_column h2.h2_zeimu {
 background-color: #83cb27;
}
.pb_column h2.h2_roumu {
 background-color: #ed6d47;
}
.pb_column h3 {
 clear: both;
 font-size: 32px;
 font-weight: bold;
 padding: 30px 0px 0px 0px;
 text-align: center;
}
.pb_column h3 div {
 display: inline;
 color: #ff5454;
 font-size: 50px;
 letter-spacing: 0.0025em;
 font-family: 'Noto Sans JP', sans-serif;
 padding-left: 6px;
}
.pb_column h3 div span {
 font-size: 25px;
}
.tx_price_sub {
 display: inline-block;
 font-weight: bold;
 color: #000000;
 font-size: 13px;
 margin: 0px auto 5px;
 background: url("../images/text_yline.png") repeat-x left bottom;
 background-size: auto 9px;
}
.pb_column dl {
 text-align: left;
 width: 90%;
 display: table;
 margin: 20px auto 16px;
}
.pb_column dl dt {
 display: table-cell;
 width: 170px;
 font-size: 16px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 vertical-align: middle;
 border-radius: 10px;
 background-color: #898989;
}
.pb_column dl dd {
 display: table-cell;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.4em;
 padding: 6px 0px 5px 16px;
}
.tit_option {
 clear: both;
 width: 90%;
 text-align: center;
 font-size: 15px;
 font-weight: bold;
 margin: 0px auto 10px;
 border-bottom: 3px double #888888;
}
.pb_column table {
 width: 90%;
 text-align: left;
 margin: 0px auto 20px;
}
.pb_column table th {
 width: 36%;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.05em;
 padding: 6px 0px 6px 2px;
 border-bottom: 1px solid #CCCCCC;
}
.pb_column table th::before {
 content: '●';
 color: #83cb27;
}
.pb_column table td {
 width: 64%;
 font-size: 14px;
 font-weight: bold;
 line-height: 1.4em;
 letter-spacing: 0.0025em;
 padding: 6px 0px 6px 10px;
 border-bottom: 1px solid #CCCCCC;
 border-left: 1px dotted #CCCCCC;
}
.kome {
 color: #ff5454;
}
.sec p.tx_caps {
 clear: both;
 width: 88%;
 font-size: 13px;
 text-align: left;
 margin: 0px auto;
}
/*-----------------------------------*/
#tit_concept {
 width: 440px;
}
#tit_concept::before {
 content: 'CONCEPT';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}
#tit_flow {
 width: 360px;
}
#tit_flow::before {
 content: 'FLOW';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}
#tit_staff {
 width: 320px;
}
#tit_staff::before {
 content: 'STAFF';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}
#tit_column {
 width: 340px;
}
#tit_column::before {
 content: 'COLUMN';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}

#tit_contact {
 width: 340px;
 border-bottom: 8px solid #ff5501 !important;
}
#tit_contact::before {
 content: 'CONTACT';
 display: block;
 font-size: 18px;
 line-height: 1.4em;
}
/*-----------------------------------*/
.flowbox {
 display: flex;
 width: 100%;
 justify-content: space-between;
 margin-bottom: 80px;
}
.flowbox dl {
 width: 400px;
 border: 5px solid #83cb27;
 border-radius: 16px;
 padding: 25px 18px 25px 25px;
 box-sizing: border-box;
 position: relative;
}
.flowbox dl::after {
 position: absolute;
 top: 70px;
 right: -40px;
 content: '　';
 width: 35px;
 height: 88px;
 background: url("../images/ic_flow.png") no-repeat 0px 0px;
}
.flowbox dl:last-child::after {
 position: static;
 top: 0px;
 right: 0px;
 content: none;
 background: none;
}
.flowbox dl dt {
 clear: both;
 font-size: 24px;
 font-weight: 700;
 margin-bottom: 14px;
}
.flowbox dl dt span {
 display: inline-block;
 width: 50px;
 height: 50px;
 border-radius: 28px;
 background-color: #83cb27;
 text-align: center;
 font-size: 30px;
 text-indent: 2px;
 font-weight: bold;
 color: #FFFFFF;
 margin-right: 10px;
}
.flowbox dl dd {
 clear: both;
 font-size: 16px;
 font-weight: bold;
 line-height: 1.6em;
}
#attention {
 width: 960px;
 border: 3px solid #ff5501;
 border-radius: 10px;
 color: #ff5501;
 font-size: 30px;
 font-weight: 900;
 box-sizing: border-box;
 padding: 15px 20px 15px 170px;
 background: url("../images/ic_attention.png") no-repeat 90px 10px;
 background-size: 60px auto;
 margin: 0px auto 50px;
}
#h2_concept {
 width: 100%;
 font-size: 50px;
 font-weight: 900;
 line-height: 1.4em;
 box-sizing: border-box;
 padding: 50px 0px 60px 450px;
 background: url("../images/img_concept.png") no-repeat -40px 0px;
 background-size: 400px auto;
}
.box_staff {
 clear: both;
 width: 96%;
 padding-top: 30px;
 display: flex;
 justify-content: space-between;
 margin: 0px auto;
}
.c_staff {
 width: 540px;
}
.cs_main {
 width: 100%;
 height: 340px;
 text-align: center;
 border-radius: 20px;
 border: 5px solid #83cb27;
 padding: 280px 20px 20px;
 box-sizing: border-box;
 position: relative;
 margin-bottom: 20px;
}
.cs_main img {
 position: absolute;
 top: -50px;
 left: 34%;
}
.cs_main p {
 font-size: 16px;
 font-weight: 900;
}
.cs_main p span {
 font-size: 24px;
 padding-left: 10px;
}
.box_staff dl {
 width: 100%;
 position: relative;
}
.box_staff dl dt {
 width: 140px;
 font-size: 16px;
 font-weight: bold;
 color: #FFFFFF;
 text-align: center;
 padding: 5px 15px;
 background-color: #626262;
 border-radius: 10px;
 position: absolute;
 top: -15px;
 left: 18px;
}
.box_staff dl dd {
 font-size: 16px;
 font-weight: bold;
 color: #565656;
 border-radius: 15px;
 border: 5px solid #626262;
 padding: 20px 20px 20px;
}
.sec p.txt_staff {
 font-size: 16px;
 font-weight: bold;
 line-height: 1.8em;
 padding: 0px 10px 0px;
 margin-bottom: 36px;
}
.c_caption {
 text-align: center;
 font-size: 15px;
 line-height: 1.6em;
 margin-bottom: 30px;
}
/*-----------------------------------*/
.in_contact {
 clear: both;
 width: 100%;
 height: 180px;
 position: relative;
 border-radius: 15px;
 border: 5px solid #565656;
 padding: 50px 0px 0px 0px;
}
.in_contact p.tit_incon {
 width: 94%;
 font-size: 26px;
 background: url("../images/ic_bar.png") no-repeat 20px 6px #FFF;
 box-sizing: border-box;
 letter-spacing: 0.1em;
 padding: 5px 10px 5px 45px;
 border-radius: 15px;
 border: 5px solid #565656;
 position: absolute;
 top: -30px;
 left: 3%;
 z-index: 9;
}
.img_incon {
 position: absolute;
 top: -69px;
 right: 40px;
 z-index: 10;
}
.in_contact ul {
 clear: both;
 width: 96%;
 display: flex;
 justify-content: space-between;
 margin: 0px auto;
}
.in_contact ul li.bn_tel a, .in_contact ul li.bn_mail a {
 display: block;
 width: 590px;
 color: #FFFFFF;
 border-radius: 20px;
 box-sizing: border-box;
 padding: 15px 10px 15px 20px;
}
.in_contact ul li p.incon_sub {
 display: inline-block;
 vertical-align: top;
 width: 130px;
 font-size: 16px;
 line-height: 1.2em;
 text-align: center;
 border: 2px solid #FFF;
 padding: 8px 10px;
 margin-right: 16px;
}
.in_contact ul li p.in_tel {
 display: inline-block;
 font-size: 36px;
 line-height: 1.1em;
 letter-spacing: 0.1em;
}
.in_contact ul li p.in_tel span {
 display: block;
 font-size: 13px;
 line-height: 1.1em;
}
.in_contact ul li p.in_mail {
 display: inline-block;
 font-size: 26px;
 line-height: 1.1em;
 letter-spacing: 0.025em;
 padding: 16px 0px 0px 48px;
 background: url("../images/ic_mail_l.png") no-repeat 0px 14px;
 background-size: 36px auto;
}
.in_contact ul li.bn_tel a {
 background-color: #75c50f;
}
.in_contact ul li.bn_mail a {
 background-color: #ff7e00;
}
.in_contact ul li.bn_tel a, .in_contact ul li.bn_mail a {
 color: #FFFFFF;
 transition: all .3s;
}
.in_contact ul li.bn_tel a:hover, .in_contact ul li.bn_mail a:hover {
 text-decoration: none;
 opacity: 0.8;
 transition: all .3s;
}
/**/
.contact_tel {
 clear: both;
 width: 540px;
 margin: 0px auto 40px;
}
.contact_tel a {
 display: block;
 width: 100%;
 color: #FFFFFF;
 border-radius: 20px;
 box-sizing: border-box;
 padding: 15px 10px 15px 20px;
 background-color: #75c50f;
 transition: all .3s;
}
.contact_tel a:hover {
 text-decoration: none;
 opacity: 0.8;
 transition: all .3s;
}
.contact_tel p.incon_sub {
 display: inline-block;
 vertical-align: top;
 width: 130px;
 font-size: 16px;
 line-height: 1.2em;
 text-align: center;
 border: 2px solid #FFF;
 padding: 8px 10px;
 margin-right: 16px;
}
.contact_tel p.in_tel {
 display: inline-block;
 font-size: 36px;
 line-height: 1.1em;
 letter-spacing: 0.1em;
}
.contact_tel p.in_tel span {
 display: block;
 font-size: 13px;
 line-height: 1.1em;
}
/*-----------------------------------*/
.wrap {
 clear: both;
 width: 100%;
 display: flex;
 justify-content: space-between;
 margin: 0px auto 40px;
}
.clist {
 width: 382px;
}
.clist a {
 transition: all .3s;
}
.clist a:hover {
 text-decoration: none;
 opacity: 0.8;
 transition: all .3s;
}
.clist a img {
 margin-bottom: 10px;
}
.clist ul {
 display: block;
 margin-bottom: 10px;
}
.clist ul li {
 display: inline-block;
 font-size: 14px;
 font-weight: bold;
 color: #FFFFFF;
 padding: 3px 10px;
 margin-right: 3px;
}
.cat_syogaifukushi {
 background-color: #83cb27;
}
.cat_kyufukin {
 background-color: #ff7e00;
}
.clist h3 {
 font-size: 15px;
 font-weight: bold;
 line-height: 1.2em;
 color: #565656;
}
/*-----------------------------------*/
#wrap_footer {
 clear: both;
 overflow: hidden;
 width: 100%;
 padding: 40px 0px 35px;
 background-image: linear-gradient(330deg, rgba(128, 206, 29, 1), rgba(145, 217, 54, 1) 35%, rgba(160, 228, 74, 1));
}
#footer {
 width: 1280px;
 margin: 0px auto;
 color: #FFFFFF;
}
#footer a {
 color: #FFFFFF;
}
#foot_left {
 float: left;
 width: 620px;
 font-size: 18px;
 font-weight: bold;
}
#foot_home {
 font-size: 18px;
 padding: 0px 0px 0px 37px;
 background: url("../images/ic_fhome.png") no-repeat 0px 0px;
 margin-bottom: 26px;
}
#foot_home a {
 color: #FFFFFF;
 transition: all .3s;
}
#foot_home a:hover {
 color: #FFFF00;
 text-decoration: none;
 transition: all .3s;
}
#foot_left ul li {
 display: inline-block;
 width: 45%;
 margin: 0px 2% 18px 1%;
}
#foot_left ul li a {
 padding: 0px 0px 0px 56px;
 background: url("../images/ic_fmenu.png") no-repeat 0px center;
 transition: all .3s;
}
#foot_left ul li a:hover {
 text-decoration: none;
 color: #FFFF00;
 background: url("../images/ic_fmenu.png") no-repeat 18px center;
 transition: all .3s;
}
#foot_right {
 float: right;
 width: 520px;
}
#foot_right h4 {
 font-size: 23px;
 font-weight: bold;
 padding: 5px 0px 10px 20px;
 background: url("../images/ic_ftitle.png") no-repeat 0px 0px;
 border-bottom: 1px solid #FFFFFF;
 margin-bottom: 20px;
}
#foot_right p {
 margin-bottom: 15px;
 font-weight: bold;
 line-height: 1.4em;
}
#foot_right p#foot_tel {
 font-size: 40px;
 line-height: 1.1em;
 letter-spacing: 0.1em;
 margin-bottom: 0px;
}
#foot_tel::before {
 content: '☎';
 margin-right: 10px;
}
#copyright {
 clear: both;
 width: 100%;
 display: flex;
 justify-content: space-between;
 padding: 25px 8%;
 box-sizing: border-box;
 background-color: #352d2a;
}
#copyright ul {
 width: 50%;
}
#copyright ul li {
 font-size: 16px;
 font-weight: bold;
 display: inline-block;
 margin: 0px 20px 0px 0px;
}
#copyright ul li a {
 color: #FFF;
}
#copyright p {
 width: 40%;
 font-size: 14px;
 color: #999999;
 text-align: right;
}
/*-----------------------------------*/
#formbox {
 clear: both;
 width: 90%;
 box-sizing: border-box;
 padding: 60px 100px 100px 100px;
 border: 5px solid #ececec;
 margin: 0px auto 30px;
}
/*-----------------------------------*/
.tx_right {
 text-align: right;
}
.tx_right_sp {
 text-align: left;
}
.red {
 color: #ff5454;
}
.uline {
 background: url("../images/text_yline.png") repeat-x left bottom;
}
.waiting {
 min-height: 150px;
 text-align: center;
 font-size: 16px;
	padding-top: 40px;
}
.waiting p {
	text-align: center!important;
}


.button {
 clear: both;
}
.button a {
 display: block;
 width: 320px;
 color: #353535;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 box-sizing: border-box;
 padding: 10px 0px 10px 0px;
 border-radius: 30px;
 margin: 0px auto 50px;
 border: 5px solid #565656;
 background: url("../images/ic_arr.png") no-repeat 260px 16px;
 transition: all .3s;
}
.button a:hover {
 text-decoration: none;
 background: url("../images/ic_arr.png") no-repeat 270px 16px;
 transition: all .3s;
}