@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

.Toggle {display:none;}

.wow:first-child {
      visibility: hidden;
    }
	
.spbr {
    display: none;
}
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
.NavMenu h1 {
	display: none;
}

header {
	background-color: #ECFEF4;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
	
header section {
	display: flex;
	align-items: center;
	margin-left: 20px;
		margin-top: 20px;
	margin-bottom: 7px;
}
    	
header section h1 {
	margin-right: 20px;
}

header section p {
	text-align: left;
}

header ul {
	display: flex;
}

header ul li {
	margin-left: 10px;
}

header ul li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

header ul li a:hover {
	background-color: #05BCEB!important;
	color: #FFFFFF!important;
	text-align: left;
}

header ul li:first-child a {
	background-color: #2BBF49;
}

header ul li:last-child a {
	background-color: #572BBF;
}

header ul li a img {
	display: none;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    width: 100%;
	}

#page-top {
    position: fixed;
    right: 4px;
    bottom: 85px;
}

/*==========================================
Other
===========================================*/
#main_img {
	background-color: #ECFEF4;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left -200px bottom;
	padding-bottom: 52px;
}

#mainTop {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	position: relative;
}


.btn {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.btn li {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.438em;
	font-weight: bold;
		max-width: 456px;
	width: 100%;
}

.btn li a {
	display: block;
	border-radius: 10px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

.btn li a img {
	margin-right: 12px;
}

.btn li a span {
	font-size: 0.696em;
	color: #FF0000;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}

.btn li:first-child a {
	background-color: #FFA200;
}

.btn li:nth-child(2) a {
	background-color: #119B7A;
}

.btn li a:hover {
	background-color: #979797;
}

#topForm {
	background-color: #048B1F;
	padding-top: 80px;
	padding-bottom: 120px;
}

#topForm .inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#topForm .inner h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	padding-bottom: 50px;
}

#topForm .inner form {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#topForm .inner form dl {
	max-width: 926px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topForm .inner form dl dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 17px;
}

#topForm .inner form dl dt span {
	font-size: 0.667em;
	background-color: #FF0000;
	border-radius: 5px;
	display: inline-block;
	max-width: 43px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
	color: #FFFFFF;
}

#topForm .inner form dl dd input {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner form dl dd {
	margin-bottom: 56px;
}

#topForm .inner form dl dd select {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner form dl dd textarea {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.form_btn {
	font-size: 1.375em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1e6b64;
	border-radius: 15px!important;
	max-width: 368px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	padding-bottom: 27px;
	background-image: url(../images/point2.png);
	background-repeat: no-repeat;
	background-position: right 65px center;
}

.form_btn:hover {
	background-color: #9B9B9B;
		-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

#f_navi {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

#f_navi li {
	font-size: 1.250em;
	font-weight: bold;
	background-image: url(../images/ber2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	margin-right: 35px;
}

#f_navi li:last-child {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}

footer .btn li:nth-child(3) a {
	background-color: #00AC62;
}

footer .btn {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 65px;
	margin-bottom: 35px;
	flex-wrap:wrap;
}

footer .btn li {
	margin-left: 0px;
	margin-right: 0px;
		max-width: 32%;
	width: 100%;
}

#copy {
	font-size: 0.750em;
	padding-bottom: 50px;
}

#mainTop_inner {
	max-width: 826px;
	width: 100%;
	margin-top: 39px;
	text-align: left;
}

#mainTop_inner h2 {
	background-color: #048B1F;
	font-size: 2.500em;
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 12px;
	display: inline-block;
	padding-right: 25px;
}

#mainTop_inner h2 strong {
	color: #FFE604;
}

#mainTop_inner h3 {
	background-color: #048B1F;
	font-size: 1.750em;
	font-weight: 900;
	color: #FFE604;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-flex;
	align-items: center;
	line-height: 3ch;
}

#mainTop_inner h3 strong {
	color: #FFF;
	font-size: 1.429em;
}

#mainTop_inner2 {
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	text-align: center;
}

#mainTop_inner2 h4 {
	font-size: 1.875em;
	font-weight: bold;
}

.marker-yellow-full {
  background: linear-gradient(transparent 60%, #FFE604 60%);
  display: inline;
  line-height: 1.5;
  padding: -1.8em 0;
}

#mainTop_inner2 p {
	font-size: 1.563em;
	font-weight: bold;
	margin-top: 10px;
}

#mainTop_inner2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 37px;
}

#mainTop_inner2 ul li {
	border: 5px solid #048B1F;
	border-radius: 14px;
	background-color: #FFFFFF;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 125px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

#mainTop_inner2 ul li img {
	margin-top: 10px;
}

#mainTop_inner2 ul li span {
font-size: 0.750em;
}

#mt01 {
	position: absolute;
	right: 52px;
	top: 27px;
}

#mt02 {
	position: absolute;
	right: 0px;
	bottom: -45px;
}

#freeBlock {
	background-color: #F3F3F3;
}

#freeBlock_inner {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	padding-bottom: 104px;
	position: relative;
}

#freeBlock_inner h2 {
	font-size: 1.875em;
	font-weight: 900;
	margin-bottom: 35px;
		position: relative;
}

#freeBlock_inner h2 strong {
	background-color: #FFE604;
}

#freeBlock_inner__box {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#freeBlock_inner__box #illa02 {
	max-width: 367px;
	width: 100%;
	margin-left: 15px;
	position: relative;
}

#freeBlock_inner__box #illa02 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	text-align: center;
	border-radius: 10px;
}

#freeBlock #why {
    position: absolute;
    right: -27px;
    top: -81px;
}

#freeBlock_inner__box section h3 {
	color: #048B1F;
	font-size: 1.500em;
	font-weight: 900;
	margin-bottom: 30px;
}

#freeBlock_inner__box section p {
	font-weight: bold;
}

#freeBlock #as01 {
    position: absolute;
    top: -22px;
    left: 15%;
}


#realVoice {
	background-color: #D5E8DE;
}

#realVoice_inner {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	padding-bottom: 104px;
	position: relative;
}

#realVoice_inner h2 {
	font-size: 1.875em;
	font-weight: 900;
	margin-bottom: 35px;
		position: relative;
}

#realVoice_inner h2 strong {
	background-color: #FFE604;
}

#realVoice_inner__box {
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction:row-reverse;
}

#realVoice_inner__box #illa02 {
	max-width: 582px;
	width: 100%;
	margin-right: 15px;
	position: relative;
}

#realVoice_inner__box #illa02 img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	text-align: center;
	border-radius: 10px;
}

#realVoice #why {
    position: absolute;
    left: -27px;
    top: -81px;
}

#realVoice_inner__box section h3 {
	color: #048B1F;
	font-size: 1.500em;
	font-weight: 900;
	margin-bottom: 30px;
}

#realVoice_inner__box section p {
	font-weight: bold;
}

#realVoice #as02 {
    position: absolute;
    top: -22px;
    right: 12%;
}

#realVoice_inner__box section {
max-width: 357px;
width: 100%;
}

#reasonBlock {
	padding-top: 70px;
	padding-bottom: 70px;
}

#reasonBlock_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#reasonBlock_inner section h2 {
	font-size: 1.500em;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #048B1F;
	border-radius: 5px;
	max-width: 403px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#reasonBlock_inner section h3 {
	font-size: 1.875em;
	font-weight: 900;
	position: relative;
}

#reasonBlock_inner section h3 strong {
	background-color: #FFE604;
}

#reasonBlock_inner section h3 img {
    position: absolute;
    left: 213px;
    top: -20px;
}

#reasonBlock_inner__box {
	background-color: #EAF3EE;
	border-radius: 10px;
	padding-top: 55px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#reasonBlock_inner__box figure {
	max-width: 423px;
	width: 100%;
	margin-left: 10px;
	position: relative;
}

#merit {
    position: absolute;
    right: -42px;
    top: -81px;
}

#reasonBlock_merit {
	text-align: left;
}

#reasonBlock_merit h3 {
	color: #048B1F;
	font-size: 1.500em;
	font-weight: 900;
	margin-bottom: 8px;
}

#reasonBlock_merit dl {
display: flex;
flex-direction:column;
}

#reasonBlock_merit dl dt {
	margin-top: 20px;
	background-color: #AAD7B4;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	align-self: flex-start;
}

#reasonBlock_merit dl dd {
	font-weight: 900;
}

#comparisonBlock {
	background-color: #D5E8DE;
	padding-top: 80px;
	padding-bottom: 115px;
}

#comparisonBlock_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#comparisonBlock_inner h2 {
	color: #048B1F;
	font-size: 2.125em;
	font-weight: 900;
	margin-bottom: 65px;
}

#comparisonBlock_inner .tableWrapper {
	width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

#comparisonBlock_inner table {
    max-width: 990px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* ブロックごとの隙間を作る */
    border-collapse: separate;
    border-spacing: 15px 12px; /* 横の隙間 縦の隙間 */
	min-width: 380px;
}

#comparisonBlock_inner table th {
    font-size: 1.250em;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
    vertical-align: middle;
}

#comparisonBlock_inner table td {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#comparisonBlock_inner table td:first-child {
    background-color: #009327;
    color: #ffffff;
}

#comparisonBlock_inner table th img {
    max-width: 180px;
    height: auto;
	margin-left: auto;
margin-right: auto;

}

.spbr2 {
	display: none!important;
}

#b_tit {
	background-color: #2B5DBF;
	padding-top: 38px;
	padding-bottom: 59px;
}

#b_tit h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
}

#b_tit h2 strong {
	font-size: 1.471em;
}

#b_tit p {
	color: #FFE604;
	font-weight: bold;
	font-size: 4.438em;
}

#contactBlock {
	background-image: url(../images/s_point.png);
	background-repeat: no-repeat;
	background-position: center -10px;
	padding-top: 64px;
	padding-bottom: 114px;
}

#contactBlock_inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#contactBlock_inner figure {
	text-align: right;
	margin-top: -160px;
}

#contactBlock_box {
	border: 5px solid #048B1F;
	border-radius: 12px;
	background-color: #ECFEF4;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 33px;
	padding-bottom: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact1 {
	background-color: #048B1F;
	border-radius: 12px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

#contact1 h2 {
	font-size: 2.125em;
	font-weight: 900;
	color: #FFFFFF;
}

#contact1 p {
	font-size: 1.188em;
	font-weight: 900;
	color: #048B1F;
	background-color: #FFFFFF;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 16px;
	line-height: 1;
	padding-bottom: 5px;
}

#contact1 p span {
	font-size: 1.579em;
}

#contact2 h3 {
	font-size: 2.125em;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

#contact2 h3 img {
	margin-left: 25px;
}

#contact2 p {
	font-size: 1.250em;
	font-weight: bold;
}


#topForm .inner form dl dd label input {
    border: 1px solid #707070;
    width: auto!important;
    transform: scale(1.5);
    margin-right: 10px;
    vertical-align: middle;
}

#topForm .inner form dl dd label {
	margin-right: 20px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 5px;
}

.thanks h2 {
	font-size: clamp(20px, 8vw, 27px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 2em auto 12px;
    background-color: #defff3;
    font-weight: 600;
    padding: 8px;
    box-sizing: border-box;
    border-left: 6px #46cfaa solid;
}

.thanks p {
    font-size: clamp(16px, 6vw, 22px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 0 auto 8em;
}

div#wpcf7-f198-o1 {
    position: relative;
    width: 100%;
}

.wpcf7-response-output {
	background-color: #ab010b;
    width: 90%;
    max-width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em auto !important;
    bottom: 20px;
    color: #fff !important;
    box-sizing: border-box;
}

.button-group .form_btn {
	width: calc(50% - 1em);
	margin: 0 0.5em 1em;
}