@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内 20250730


----------------------------------------------------*/
:root {
	--green: #17A58F;
	--pale-green: #edf7f3;
	--orange: #ff6566;
	--pale-gray: #f0f0f0;
}

.container_full {
	margin: 0 auto;
	font-size: 16px;
}
.contents_box {
	margin: 0 auto;
	width: 950px;
	font-size: 16px;
	text-align: left;
}

.text_area p {
	line-height: 1.7;
	margin-bottom: 24px;
}
.text_area p:last-child {
	margin-bottom: 0;
}

.att {
	color: var(--orange);
}

/*---------------------------------------------
lead
---------------------------------------------*/
.head_box {
	margin-top: 10px;
	background-color: var(--green);
}

.head_image {
	position: relative;
	width: 1050px;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	margin: 0 auto;
	background: url("../images/202504/title_back@2x.png") no-repeat right / 1050px auto;
}
.head_image h2 {
	position: absolute;
	top: 28px;
	right: 74px;
}
.head_image h1 {
	position: absolute;
	top: 160px;
	left: 181px;
}

.lead_box {
	margin: 30px auto;
}


/*---------------------------------------------
area01
---------------------------------------------*/
.area_01.container_full,
.area_04.container_full{
	margin: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background-color: var(--pale-gray);
}
.area_03 {
	margin: 0;
	padding-top: 50px;	
}

.area_01 h2,
.area_03 h2,
.area_04 h2,
.footer_button_area h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}
.area_01 h2::before, .area_01 h2::after,
.area_03 h2::before, .area_03 h2::after,
.area_04 h2::before, .area_04 h2::after,
.footer_button_area h3::before, .footer_button_area h3::after{
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: var(--green);
  height: 5px;
  right: 2em; 
}
.area_01 h2::before,
.area_03 h2::before,
.area_04 h2::before,
.footer_button_area h3::before{ 
  background-color: var(--orange);
  left:2em;
  width:4em;
}

.area_01 h3 {
	margin: 43px auto 38px;
	font-size: 20px;
	text-align: center;
}
.area_01 h3 span {
	color:  var(--orange);
}


/*---------------------------------------------
area02
---------------------------------------------*/
.area_02{
	text-align: center;
	margin-bottom: 65px;
}

h2.box_title {
	margin-top: 60px;
	width: 950px;
	height: 70px;
	color: #fff;
	font-size: 21px;
	text-align: left;
	padding-left: 98px;
	padding-top: 7px;
	letter-spacing: 2px;
}
	
h2.box_title.title_01 {
	background-image: url("../images/202504/title_01.png");
    background-image: image-set(url(../images/202504/title_01.png) 1x, url(../images/202504/title_01@2x.png) 2x);
    background-image: -webkit-image-set(url(../202504/images/title_01.png) 1x, url(../images/202504/title_01@2x.png) 2x);
}
h2.box_title.title_02 {
	background-image: url("../images/202504/title_02.png");
    background-image: image-set(url(../images/202504/title_02.png) 1x, url(../images/202504/title_02@2x.png) 2x);
    background-image: -webkit-image-set(url(../202504/images/title_02.png) 1x, url(../images/202504/title_02@2x.png) 2x);
}
h2.box_title.title_03 {
	background-image: url("../images/202504/title_03.png");
    background-image: image-set(url(../images/202504/title_03.png) 1x, url(../images/202504/title_03@2x.png) 2x);
    background-image: -webkit-image-set(url(../202504/images/title_03.png) 1x, url(../images/202504/title_03@2x.png) 2x);
}

.round_area {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.round_area div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	background-color: var(--green);
	border-radius: 60px;
}
.round_area div span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}

.area_02 .round_area  div:nth-child(2) {
	margin: 0 65px;
}
/*
.round_area.round_4 div:nth-child(3) {
	margin-right: 65px;
}*/

/*---------------------------------------------
	list
---------------------------------------------*/	
ul.check_list {
	list-style-type:none;
	font-size: 18px;
}
ul.check_list li{
	padding-left: 30px;
	background-image: url("../images/202504/icon_list.svg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	line-height: 34px;
}


.img_box_area {
	margin-top: 60px;
	position: relative;
  padding: 56px 29px 27px;
  border-radius: 10px;
  border: solid 4px var(--green);
  background-color: var(--pale-green);
}

.img_box_area h4 {
	position: absolute;
	display: flex;
	width: calc(100% - 60px);
	top: -30px;
	justify-content: center;
}
.img_box_area h4 span {
	padding: 10px 38px;
  border-radius: 30px;
  border: solid 4px var(--green);
  background-color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.img_box_area h5 {
	position: absolute;
	font-weight: normal;
	top: -24px;
	right: 0;
	font-size: 14px;
}

.img_box {
	display: flex;
	justify-content: space-between;
}
.img_box > div {
	width: 290px;
	display: flex;
	flex-direction: column;
}
.img_box > div p {
	margin-top: 17px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.area_02_6 {
	margin-top: 20px;
	z-index: 100;
}
.area_02_6 .img_box_area {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	border: none;
	background-color: var(--pale-green);	
}
.area_02_6 .img_box_area img {
	align-self: center;
}
.area_02_6 .img_box_area img:nth-child(2) {
	margin: 0 10px;
}

.area_02_6 h5 {
	position: relative;
	margin: -20px auto;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: var(--green);
	text-align: center;
	z-index: 200;
}
.area_02_6 h5 span{
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 80px;
}

.img_box_area.area_02-7 .img_box {
	justify-content: space-around;
}


/*---------------------------------------------
area_03
---------------------------------------------*/	
.area_03 p {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}

.area_03 table {
	margin: 40px auto 0;
	width: 740px;
	font-size: 18px;
	background-color: #fff;
}
.area_03 th {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.area_03 th:nth-child(n+2) {
	width: 210px;
}
.area_03 th:nth-child(2) {
	background-color: var(--pale-green);
}
.area_03 th:nth-child(3) {
	background-color: #d4eee3;
}

.area_03 td {
	padding: 10px 20px;
	text-align: center;
	color: var(--orange);
}
.area_03 td.head {
	text-align: left;
	color: #000;
}
.area_03 td span {
	margin-top: 5px;
	display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: var(--orange);	
}

/*---------------------------------------------
area_04
---------------------------------------------*/	
.area_04 h3 {
	margin: 43px auto 38px;
	font-size: 20px;
	text-align: center;
}

.flow01 {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-around;
	background-image: url("../images/202507/area04-1.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.flow01 div {
	margin-top: 10px;
	width: 30%;
}
.flow01 div:nth-child(2) {
	width: 35%;
}
.flow01 div:nth-child(3) {
	width: 23%;
}
.flow01 div h4,
.flow01 div p {
	color: #fff;	
}
.flow01 div h4 {
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
.flow01 div p {
	font-size:15px;
}

/*---------------------------------------------
link
---------------------------------------------*/	
.footer_area {
	padding-top:30px;
}

.footer_button_area {
	margin-bottom: 70px;
}
.footer_button_area h3 {
	margin-bottom: 40px;
	font-size: 21px;
}

.link_button {
	text-align: center;
}
.link_button a {
	display: inline-flex;
	align-items: center;
	margin-top: 15px;
	padding: 19px 34px;
	width: 695px;
	background-color: var(--green);
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.link_button a:hover {
	opacity: 0.9;
}
.link_button a span {
	margin-right: 14px;
	padding: 4px 18px;
	letter-spacing: 0.1em;
	border: solid 1px #fff;
}
.link_button a img {
	margin-left: 40px;
	width: 20px;
	height: 20px;
}

.area_04 .link_button a {
	margin-top: 50px;
	width: auto;
}

/*---------------------------------------------
link
---------------------------------------------*/	
.lum-lightbox-inner img {
    max-width: 80vw !important;
    height: auto!important;
  }



