@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

img {
	width: 100%;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
}

header {
	/* height: 90px; */
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.l-container {
	width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 1450px) {
	.l-container {
		width: 95%;
		margin: 0 auto;
	}

	header .l-container {
		margin-right: 0;
		width: 97.5%;
	}
}

@media screen and (max-width: 640px) {
	.l-container {
		width: 93%;
	}
}

.h_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h_logo {
	width: 36%;
	line-height: 1;
}

@media screen and (max-width: 1100px) {
	.h_logo {
		width: 40%;
	}
}

@media screen and (max-width: 820px) {
	.h_logo {
		width: 50%;
	}
}

@media screen and (max-width: 640px) {
	.h_logo {
		width: 75%;
	}
}


.h_btn_area {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 640px) {
	.h_btn_area {
		width: 100%;
	}
}

.h_phone_area {
	width: 42%;
}

@media screen and (max-width: 1450px) {
	.h_phone_area {
		width: 34%;
	}
}

@media screen and (max-width: 1350px) {
	.h_phone_area {
		width: 32%;
	}
}

@media screen and (max-width: 1250px) {
	.h_phone_area {
		width: 31%;
	}
}

@media screen and (max-width: 820px) {
	.h_phone_area {
		width: 32%;
	}
}

@media screen and (max-width: 640px) {
	.h_phone_area {
		width: 30%;
		background-color: #00A99D;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.h_phone {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #00A99D;
	font-size: 31px;
	font-weight: 600;
}

@media screen and (max-width: 1450px) {
	.h_phone {
		font-size: 2.1vw;
		margin-bottom: 6%;
		margin-top: 4%;
	}

	.phone_num {
		line-height: 1;
	}
}

@media screen and (max-width: 1100px) {
	.h_phone {
		margin-bottom: 7%;
	}
}

@media screen and (max-width: 640px) {
	.h_phone {
		width: 100%;
		justify-content: center;
	}
}

.h_phone_icon {
	width: 9.6%;
	line-height: 1;
	margin-right: 2%;
}

@media screen and (max-width: 640px) {
	.h_phone_icon {
		width: 45%;
	}
}

.h_phone_text {
	font-size: 17px;
	line-height: 0;
	margin-top: 2.5%;
	width: fit-content;
}

@media screen and (max-width: 1450px) {
	.h_phone_text {
		font-size: 1.1vw;
		padding-left: 2%;
	}
}

@media screen and (max-width: 1100px) {
	.h_phone_text {
		/* font-size: 1.2vw; */
	}
}

.h_line_btn {
	flex-direction: column;
	font-size: 15px;
	font-weight: 600;
	width: 160px;
	padding: 1.5% 0;
	/* aspect-ratio: 1/0.5; */
	/* padding-top: 2%; */
}

@media screen and (max-width: 1450px) {
	.h_line_btn {
		width: 20%;
		font-size: 1.1vw;
		padding: 1% 0;
	}
}

@media screen and (max-width: 1250px) {
	.h_line_btn {
		width: 19%;
	}
}

@media screen and (max-width: 640px) {
	.h_line_btn {
		padding: 4.5% 0;
		width: 30%;
	}
}

.line_btn {
	background-color: #06C152;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.h_line_logo {
	width: 24%;
	/* margin-bottom: 1%; */
}

@media screen and (max-width: 640px) {
	.h_line_logo {
		width: 50%;
	}
}

.line_logo {
	display: block;
}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.shiny-btn {
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.fv {
	background: url(../images/fv_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* position: relative; */
}

@media screen and (max-width: 640px) {
	.fv {
		background: rgb(0,166,60);
		background: linear-gradient(90deg, rgba(0,166,60,1) 0%, rgba(49,144,97,1) 100%);
	}
}

.fv .l-container {
	padding: 45px 0 80px;
	display: flex;
	position: relative;
}

@media screen and (max-width: 1450px) {
	.fv .l-container {
		padding: 3.2% 0 5%;
	}
}

@media screen and (max-width: 1100px) {
	.fv .l-container {
		padding: 3% 0 4%;
	}
}

@media screen and (max-width: 640px) {
	.fv .l-container {
		display: block;
		padding: 4.5% 0 5.5%;
	}
}

.fv_left_area {
	width: fit-content;
	position: relative;
}

.fv_main_text {
	color: #fff;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.fv_text1 {
	font-size: 38px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-shadow: 2px 2px 1px rgba(0, 125, 51, 0.75);
	font-weight: 500;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 1450px) {
	.fv_text1 {
		font-size: 2.6vw;
		margin-bottom: 1.5%;
	}
}

@media screen and (max-width: 640px) {
	.fv_text1 {
		font-size: 4.15vw;
		margin-bottom: 1.5%;
		text-shadow: 1px 1px 1px rgba(0, 125, 51, 0.75);
	}
}

.fv_text2 {
	font-size: 78px;
	line-height: 1.5;
	font-weight: 800;
	text-shadow: 3px 3px 1px rgba(0, 125, 51, 0.75);
}

@media screen and (max-width: 1450px) {
	.fv_text2 {
		font-size: 5.3vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_text2 {
		font-size: 8.2vw;
		text-shadow: 2px 2px 1px rgba(0, 125, 51, 0.75);
	}
}

.fv_ty {
	color: #FCEE21;
}

.fv_text1 .fv_ty {
	font-size: 120%;
	font-weight: 600;
}

.fv_text2 .fv_ty {
	font-size: 140%;
	line-height: 1;
	vertical-align: -5px;
}

.fv_point {
	display: flex;
	margin-top: 40px;
	width: 100%;
}

@media screen and (max-width: 1450px) {
	.fv_point {
		margin-top: 4.7%;
	}
}

.point_box {
	background-color: #fff;
	border: solid 2px #319061;
	position: relative;
	border-radius: 10px;
	padding: 2% 3.5%;
	box-sizing: border-box;
	text-align: center;
	margin-right: 1.5%;
}

@media screen and (max-width: 820px) {
	.point_box {
		border-radius: 7px;
		padding: 2% 2.5%;
	}
}

@media screen and (max-width: 640px) {
	.point_box {
		padding: 2% 1.5%;
        letter-spacing: 0.05em;
		flex: 1;
	}

	.point_box:last-child {
		margin-right: 0;
	}
}

.point_check {
	display: block;
	position: absolute;
	width: 35px;
	top: -10px;
	left: -10px;
}

@media screen and (max-width: 1450px) {
	.point_check {
		width: 30px;
		top: -14%;
		left: -4%;
	}
}

@media screen and (max-width: 1150px) {
	.point_check {
		width: 28px;
	}
}

@media screen and (max-width: 1000px) {
	.point_check {
		width: 26px;
	}
}

@media screen and (max-width: 820px) {
	.point_check {
		width: 18%;
	}
}

@media screen and (max-width: 640px) {
	.point_check {
		top: -32%;
		left: -6%;
	}
}

.fv_point_text {
	font-weight: 600;
	line-height: 1.5;
	font-size: 17px;
}

@media screen and (max-width: 1450px) {
	.fv_point_text {
		font-size: 1.15vw;
	}
}

@media screen and (max-width: 640px) {
	.fv_point_text {
		font-size: 2.6vw;
	}
}

.fp_b {
	font-weight: 800;
	color: #17985E;
	font-size: 110%;
	background: linear-gradient(transparent 70%, #FCEE21 70%);
}

@media screen and (max-width: 640px) {
	.fp_b {
		font-size: 130%;
		line-height: 1.3;
	}

	.fv_under_sp {
		background: url(../images/fv_bg_sp.jpg);
		aspect-ratio: 1.7/1;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center bottom;
		position: relative;
	}
}

.fv_icons {
	display: block;
	width: 110px;
	position: absolute;
	right: 30px;
	top: 47%;
	filter: drop-shadow(3px 3px 1px #008937);
}

@media screen and (max-width: 1450px) {
	.fv_icons {
		width: 13%;
		right: 4%;
	}
}

@media screen and (max-width: 640px) {
	.fv_icons {
		width: 14%;
		right: 3.5%;
		top: 40%;
		filter: drop-shadow(2px 2px 1px #008937);
	}
}

.fv_gyousya {
	display: block;
	width: 135px;
	position: absolute;
	bottom: 10px;
	left: 57%;
}

@media screen and (max-width: 1450px) {
	.fv_gyousya {
		width: 9.5%;
		bottom: 1.5%;
	}
}

@media screen and (max-width: 640px) {
	.fv_gyousya {
		width: 21%;
		bottom: 1.5%;
		left: 3.5%;
	}
}

/* @media screen and (max-width: 1100px) {
	.fv_gyousya {
		bottom: -10.5%;
	}
} */

.fv_credit {
	position: absolute;
	width: 450px;
	bottom: 16px;
	left: 68%;
}

@media screen and (max-width: 1450px) {
	.fv_credit {
		width: 32.5%;
		bottom: 2.5%;
	}
}

@media screen and (max-width: 640px) {
	.fv_credit {
		left: auto;
		right: 3%;
		bottom: 1.5%;
		width: 70%;
	}
}

/* @media screen and (max-width: 1100px) {
	.fv_credit {
		bottom: -11.5%;
	}
} */

.s-container {
	width: 880px;
	margin: 0 auto;
}

@media screen and (max-width: 1250px) {
	.s-container {
		width: 70%;
	}
}

@media screen and (max-width: 640px) {
	.s-container {
		width: 90%;
	}
}

.sec_ttl_cta {
	text-align: center;
	color: #17985E;
	font-size: 40px;
	font-weight: 600;
}

@media screen and (max-width: 1450px) {
	.sec_ttl_cta {
		font-size: 2.7vw;
	}
}

@media screen and (max-width: 640px) {
	.sec_ttl_cta {
		font-size: 5.5vw;
	}
}

.sec_cta {
	padding: 2.3% 0 3.3%;
}

@media screen and (max-width: 640px) {
	.sec_cta {
		padding: 5% 0 7%;
	}
}

.sec_cta .line_logo {
	width: 7%;
}

@media screen and (max-width: 640px) {
	.sec_cta .line_logo {
		width: 10%;
	}
}

.cta_btn_area {
	margin-top: 3.5%;
}

.sec_cta .line_btn {
	font-size: 40px;
	font-weight: 600;
	position: relative;
	padding: 2% 0;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 #004F2A;
	transition: 0.2s;
}

@media screen and (max-width: 1450px) {
	.sec_cta .line_btn {
		font-size: 2.75vw;
	}
}

@media screen and (max-width: 820px) {
	.sec_cta .line_btn {
		box-shadow: 0 3px 0 0 #004F2A;
		border-radius: 6px;
	}
}

@media screen and (max-width: 640px) {
	.sec_cta .line_btn {
		padding: 4.5% 0;
		padding-left: 10%;
		font-size: 5.5vw;
		box-shadow: 0 2px 0 0 #004F2A;
	}
}

/* @media screen and (max-width: 1080px) {
	.sec_cta .line_btn {
		box-shadow: 0 3px 0 0 #004F2A;
	}
} */

.sec_cta .line_btn:hover {
	text-decoration: none;
    opacity: 1;
    box-shadow: none;
	transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
 }

.sec_cta .line_logo {
	position: absolute;
	left: 4%;
}

.cta_flex {
	display: flex;
	margin-top: 3%;
	gap:3%;
}

@media screen and (max-width: 640px) {
	.cta_flex {
		margin-top: 4%;
	}
}

.cta_flex a {
	flex: 1;
}

.price_btn {
	background-color: #4c9ac0;
	font-size: 28px;
	font-weight: 500;
	position: relative;
	padding: 2% 0;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 #00314F;
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1450px) {
	.price_btn {
		font-size: 1.9vw;
	}
}

@media screen and (max-width: 820px) {
	.price_btn {
		box-shadow: 0 3px 0 0 #00314F;
		border-radius: 6px;
	}
}

@media screen and (max-width: 640px) {
	.price_btn {
		font-size: 4vw;
		padding: 3.5% 0;
		padding-right: 2%;
		font-weight: 600;
		box-shadow: 0 2px 0 0 #00314F;
	}
}

.cta_flex a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 75%;
	right: 5%;
}

@media screen and (max-width: 640px) {
	.cta_flex a i {
		top: 53%;
	}
}

.sec_cta .price_btn:hover {
	text-decoration: none;
    opacity: 1;
    box-shadow: none;
	transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
 }

.qa_btn {
	background-color: #848484;
	font-size: 28px;
	font-weight: 500;
	position: relative;
	padding: 2% 0;
	border-radius: 10px;
	box-shadow: 0 4px 0 0 #575757;
	transition: 0.2s;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1450px) {
	.qa_btn {
		font-size: 1.9vw;
	}
}

@media screen and (max-width: 820px) {
	.qa_btn {
		box-shadow: 0 3px 0 0 #575757;
		border-radius: 6px;
	}
}

@media screen and (max-width: 640px) {
	.qa_btn {
		font-size: 4vw;
		padding: 3.5% 0;
		padding-right: 2%;
		font-weight: 600;
		box-shadow: 0 2px 0 0 #575757;
	}
}

.sec_cta .qa_btn:hover {
	text-decoration: none;
    opacity: 1;
    box-shadow: none;
	transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
 }

 .sec_ttl_area {
	background: rgb(0,166,60);
	background: linear-gradient(90deg, rgba(0,166,60,1) 0%, rgba(49,144,97,1) 100%);
	padding: 1% 0;
 }

 @media screen and (max-width: 640px) {
	.sec_ttl_area {
		padding: 3% 0;
	}
 }

 .sec_ttl {
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-shadow: 2px 2px 1px rgba(0, 125, 51, 0.75);
 }

 @media screen and (max-width: 1450px) {
	.sec_ttl {
		font-size: 2.9vw;
	}
 }

 @media screen and (max-width: 640px) {
	.sec_ttl {
		font-size: 6vw;
		line-height: 1.3;
		text-shadow: 1px 1px 1px rgba(0, 125, 51, 0.75);
	}
 }

 .sec_ttl_y {
	color: #FCEE21;
	font-size: 130%;
	line-height: 1;
	vertical-align: -3px;
 }

 @media screen and (max-width: 640px) {
	.sec_ttl_y {
		vertical-align: -7%;
	}
 }

 .sec1 .sec_area {
	background-color: #E7F6ED;
 }

 .step_list {
	padding: 8% 0;
 }

 @media screen and (max-width: 640px) {
	.step_list {
		padding: 9% 0 10%;
	 }
 }

 .step_item {
	display: flex;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }

 @media screen and (max-width: 640px) {
	.step_item {
		display: block;
	}
 }

 .step_pic {
	width: 30%;
	background-color: #000;
 }

 @media screen and (max-width: 640px) {
	.step_pic {
		width: 100%;
		aspect-ratio: 2.5/1;
	}
 }

 .step_right {
	padding: 3.5% 5%;
	box-sizing: border-box;
	flex: 1;
 }

 @media screen and (max-width: 640px) {
	.step_right {
		padding: 5.5% 5% 6.5%;
	}
 }

 .step_ttl {
	font-size: 22px;
	font-weight: 600;
	border-bottom: solid 1px #17985E;
	padding-bottom: 1.5%;
	margin-bottom: 3.5%;
	color: #2a8156;
 }

 @media screen and (max-width: 1450px) {
	.step_ttl {
		font-size: 1.5vw;
		padding-bottom: 2%;
		margin-bottom: 4.5%;
	}

	.step_text {
		font-size: 1.2vw;
	}
 }

 @media screen and (max-width: 640px) {
	.step_ttl {
		font-size: 5vw;
		text-align: center;
		line-height: 1.5;
	}

	.step_text {
		font-size: 3.5vw;
		font-weight: 500;
		text-align: center;
	}
 }

 .step_arrow {
	display: block;
	width: 10%;
	margin: 0 auto;
	padding: 2% 0;
 }

 @media screen and (max-width: 640px) {
	.step_arrow {
		width: 15%;
		line-height: 1;
		padding: 5% 0;
	}
 }

 .step_item1 .step_pic {
	background: url(../images/step1_pic_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
 }

 .step_item2 .step_pic {
	background: url(../images/step2_pic_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
 }

 .step_item3 .step_pic {
	background: url(../images/step3_pic_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
 }

 .m-container {
	width: 950px;
	margin: 0 auto;
 }

 @media screen and (max-width: 1250px) {
	.m-container {
		width: 75%;
	}
 }

 @media screen and (max-width: 640px) {
	.m-container {
		width: 90%;
	}
 }

 .sec2_text {
	text-align: center;
	font-size: 20px;
 }

 @media screen and (max-width: 1450px) {
	.sec2_text {
		font-size: 1.35vw;
	}
 }

 @media screen and (max-width: 640px) {
	.sec2_text {
		font-size: 3.8vw;
		font-weight: 500;
	}
 }

 .sec2 .sec_area {
	padding: 3.5% 0;
 }

 @media screen and (max-width: 640px) {
	.sec2 .sec_area {
		padding: 7% 0 8%;
	 }
 }

 .hikaku_box {
	display: flex;
	margin: 5% 0;
 }

 @media screen and (max-width: 640px) {
	.hikaku_box {
		margin: 6.5% 0;
	 }
 }

 .hikaku_box div {
	flex: 1;
 }

 .hikaku_ttl {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	padding: 2% 0;
 }

 @media screen and (max-width: 1450px) {
	.hikaku_ttl {
		font-size: 2.2vw;
	}
 }

 @media screen and (max-width: 640px) {
	.hikaku_ttl {
		font-size: 4.5vw;
		font-weight: 600;
	}
 }

 .hikaku_left .hikaku_ttl {
	background-color: #22B573;
 }

 .hikaku_right .hikaku_ttl {
	background-color: #C1272D;
 }

 .hikaku_left .hikaku_zone {
	background-color: #EAF8F2;
 }

 .hikaku_right .hikaku_zone {
	background-color: #F8E6E7;
 }

 .hikaku_zone {
	/* height: 325px; */
	aspect-ratio: 1.4/1;
	position: relative;
 }

 @media screen and (max-width: 640px) {
	.hikaku_zone {
		aspect-ratio: 1.2/1;
	}
 }

 .kanou {
	width: 75%;
	position: absolute;
	top: 43%;
	left: 52%;
	transform: translate(-50%,-50%);
 }

 @media screen and (max-width: 640px) {
	.kanou {
		top: 40%;
	}
 }

 .huka {
	width: 40%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%,-50%);
 }

 @media screen and (max-width: 640px) {
	.huka {
		top: 40%;
	}
 }

 .kanou_text {
	font-size: 16px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
 }

 @media screen and (max-width: 1450px) {
	.kanou_text {
		font-size: 1.1vw;
	}
 }

 @media screen and (max-width: 640px) {
	.kanou_text {
		font-size: 2.5vw;
		top: 85%;
		font-weight: 600;
	}
 }

 .huka_text {
	font-size: 16px;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
 }

 @media screen and (max-width: 1450px) {
	.huka_text {
		font-size: 1.1vw;
	}
 }

 @media screen and (max-width: 640px) {
	.huka_text {
		font-size: 2.5vw;
		top: 85%;
		font-weight: 600;
	}
 }

 .sec3 .sec_area {
	background-color: #E7F6ED;
 }


 /*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
	padding: 6% 0;
}

@media screen and (max-width: 640px) {
	.accordion-area {
		padding: 7.5% 0 8%;
	}
}

.accordion-area li {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accordion-area li:not(:last-child) {
	margin-bottom: 3%;
}

@media screen and (max-width: 640px) {
	.accordion-area li:not(:last-child) {
		margin-bottom: 5%;
	}
}

/* .accordion-area li{
    margin: 10px 0;
} */

/* .accordion-area section {
	border-top: 1px solid #DBEAE6;
}

.accordion-area li:last-child section {
	border-bottom: 1px solid #DBEAE6;
} */

.title {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    padding: 2% 3% 2% 50px;
    transition: all .5s ease;
	font-size: 24px;
	color: #fff;
	background: rgb(0,166,60);
	background: linear-gradient(90deg, rgba(0,166,60,1) 0%, rgba(49,144,97,1) 100%);
}

@media screen and (max-width: 1450px) {
	.title {
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 640px) {
	.title {
		font-size: 3.8vw;
		padding: 3% 3% 3% 8%;
		font-weight: 600;
	}
}

.title span {
	position: absolute;
	left: 15px;
	top: 49%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	.title span {
		left: 3%;
		top: 47%;
	}
}

.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
	.title::before,
	.title::after{
		width: 3%;
	}
}

.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);   
}

.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
	.title::before{
		right: 3%;
	}

	.title::after{
		right: 3%;
	}
}

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

.box {
    display: none;
    background: #fff;
	/* margin:0 3% 3% 3%; */
    padding: 30px;
	padding-left: 50px;
	font-size: 18px;
	position: relative;
	font-weight: 400;
	text-align: left;
}

@media screen and (max-width: 1450px) {
	.box {
		font-size: 1.2vw;
		padding: 3%;
		padding-left: 5%;
	}
}

@media screen and (max-width: 640px) {
	.box {
		font-size: 3.5vw;
		padding: 4% 4% 4% 9%;
		font-weight: 500;
	}
}

.box p span {
	position: absolute;
	color: #C1272D;
	left: 15px;
	top: 30px;
	/* top: 50%;
	transform: translateY(-50%); */
	font-weight: 600;
}

@media screen and (max-width: 1450px) {
	.box p span {
		top: 27px;
	}
}

@media screen and (max-width: 640px) {
	.box p span {
		left: 3%;
		top:10px;
	}
}

footer {
	background-color: #656565;
	padding: 1.5% 0;
}

@media screen and (max-width: 640px) {
	footer {
		padding: 4% 0;
	}
}

.copyright {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1450px) {
	.copyright {
		font-size: 1.1vw;
	}
}

@media screen and (max-width: 640px) {
	.copyright {
		font-size: 2.8vw;
	}
}

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

@media screen and (max-width: 640px) {
	.price_box {
		margin: 7% 0 1%;
	}
}

.price_ttl {
	background-color: #4c9ac0;
	color: #fff;
	padding: 1% 0;
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1450px) {
	.price_ttl {
		font-size: 1.7vw;
	}
}

@media screen and (max-width: 640px) {
	.price_ttl {
		font-size: 4vw;
	}
}

.price_area {
	padding: 3% 0;
	border: 2px solid #4c9ac0;
}

.price_text {
	font-size: 30px;
	text-align: center;
	color: #4c9ac0;
	font-weight: 600;
}

@media screen and (max-width: 1450px) {
	.price_text {
		font-size: 2vw;
	}
}

@media screen and (max-width: 640px) {
	.price_text {
		font-size: 5vw;
	}
}