@charset "UTF-8";
/* CSS Document */
.wrapper{
	padding: 170px 0 100px;
	display: block;
	margin: 0 auto;
	max-width: 900px;
}
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}

/*
.body{
	background-image: url("../01_images/bg-ye.png");
}*/
/*画像エリア---------------------------------------------------------------------------------------------------------------------*/
.img-fact{
	width:49%;
}



.ribon{
    display: block;
    margin: 0 auto;
    width: 75%;

}
.section-top-img-area{
	display: block;
	width: 60%;
	border-radius: 40px;
	
}
.img-text{
	color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding:  0;
	text-align: left;
	line-height: 1.8;
	margin:  0;
}
.c-top-wrap{
	display: flex;
	justify-content: center;
	z-index: 999;
	background-color: #FFF;
	max-width: 900px;
	border-radius: 50px;
	gap:18px;
	margin-top: 40px;
}

.section_second_area_wrapper{
	background-color: #FFF;
	z-index: 999;
}
.section_second_area{
	display: block;
    max-width: 900px;
    margin: 0px auto;
    background-color: #FFF;
    border-radius: 50px
}
.secind-text{
	padding-top: 33px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #2c2c2c;
	line-height: 1.8;
}
.section_second_area_wrapper li{
	list-style: none;
	padding-top: 60px;
}
.img-wrapper{
	display: flex;
	justify-content: center;
	margin: 18px auto;
	gap:18px;
}
.dou {
	display: block;
	width: 49%;
	/*border-radius: 20px;*/
}
.section_second_area_right{
	display: block;
	margin: 0 0 0 auto;
	width: 80%;
}
.button-company{
	background-color: #E4007F;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	text-decoration: none;
	padding: 20px 30px;
	display: block;
	width: 20%;
	text-align: center;
	border-radius: 40px;
	margin: 15px 0 0  auto;
	cursor: pointer;
}
/*見出し---------------------------------------------------------------------------------------------------------------------*/
.title{
  position: relative;
  padding: 1rem 2rem 1rem 4em;
  background: #fff;
  margin-top: 40px;
}

.title span {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 333px;
  height: 55px;
  text-align: center;
  background: #FFD610;
  color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin: auto 0;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 40px;
}

.title span:before,
.title span:after {
  position: absolute;
  content: '';
}


.title span:after {
  top: -13%;
  left: 0;
  display: block;
  height: 15%;
  border: 1.3em solid #E4007F;
  border-bottom-width: 27px;
  border-bottom-color: transparent;
}

.heading10 {
	font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    padding: 30px;
    font-size: 26px;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.heading10 span {
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	z-index: 2;
	text-align: center;
	letter-spacing: 0.5rem;
}

.heading10::before {
	font-family: 'Noto Sans JP', sans-serif;
	content: attr(data-en);
	position: relative;
	top: 26px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
	    display: block;
    margin: 0 auto;
}
.tr{
	display: block;
	width:32%;
	/*border-radius: 20px;*/
}
.single{
	display: block;
	width: 100%;
	margin: 18px auto 0;
	/*border-radius: 20px;*/
}
/*表―-------------------------------------------------------------------------------------------------------------------------------*/
.section_table{
	display: block;
	margin: 0 auto;
	max-width: 900px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	padding-top: 90px;
}
table {
  border-collapse: collapse;
	display: block;
	margin: 0 auto;
	width: 100%;
}
th, td {
  border: 2px solid #2c2c2c;
}
.td_right{
	width: 64%;
	text-align: left;
	font-weight: 400;
	padding: 20px;
	
}
.td_left{
	width: 25%;
	text-align: center;
	font-weight: 500;
	padding: 20px;
	background-color: #FFE259;
	vertical-align: middle;
	letter-spacing: 0.2rem;
}

/*スマホ―-------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){
	.section_table{
	display: block;
	margin: 0 auto;
	max-width: 370px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	padding-top: 40px;
}
	.td_left{
	width: 13%;
	text-align: center;
	font-weight: 500;
	padding: 20px 0;
	background-color: #FFE259;
	vertical-align: middle;
	letter-spacing: 0.2rem;
}
	.td_right{
	width: 64%;
	text-align: left;
	font-weight: 400;
	padding: 20px 0px 20px 5px;
	
}
	.title span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 45px;
    text-align: center;
    background: #FFE258;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin: auto 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.c-top-wrap {
 display: block;
    background-color: #FFF;
    max-width: 370px;
    border-radius: 50px;
    margin: 18px auto 0;
}
	
	
	
	.img-fact {
     padding: 0px;
    width: 100%;
}
	.section-top-img-area {
    display: block;
    width: 100%;
    border-radius: 40px;
}
	.section_top {
    display: block;
    justify-content: space-around;
    margin: 0px auto;
    z-index: 999;
    background-color: #FFF;
    border-radius: 50px;
    padding: 0px 0 0 0;
}
	.heading10 {
    position: relative;
    padding: 30px;
    font-size: 20px;
    margin: 20px auto;
    display: block;
    text-align: center;
}
	.wrapper {
    padding: 0px 0 40px;
	display: block;
	margin: 0 auto;
	max-width: 370px;
	padding-top: 80px;
}
	.heading10::before {
    content: attr(data-en);
    position: relative;
    top: 16px;
    left: 0;
    color: rgba(5,62,98,0.2);
    font-size: 30px;
    text-transform: uppercase;
    z-index: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
}
	.ribon {
    display: block;
    margin: 40px auto 20px;
    width: 90%;
    padding: 0px;
}
	.img-text {
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
	padding: 10px 0;
}
	.section_second_area_wrapper li {
    list-style: none;
    padding-top: 0px;
}
	.section_second_area {
    display: block;
    max-width: 370px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 0px 0;
    border-radius: 50px;
}
	.section_second_area_wrapper {
    background-color: #FFF;
    z-index: 999;
	width: 100%;
	margin: 0 auto;
}
	.secind-text {
    padding: 25px 0 0 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 1.4;
	padding-left: 0;
}
	.title span:after {
    top: 0%;
    left: 0;
    display: block;
    height: 22%;
    width: 20;
    border: 1.5em solid #E4007F;
    border-bottom-width: 27px;
    border-bottom-color: transparent;
}
	.img-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
	gap:10px;
}
	.dou {
    display: block;
    width: 49%;
}
	.section_second_area_right {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
}
	.single {
    display: block;
    width: 100%;
    margin: 10px auto 0;
}
	.button-company {
    background-color: #E4007F;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 20px 30px;
    display: block;
    width: 60%;
    text-align: center;
    border-radius: 40px;
    margin: 15px auto;
    cursor: pointer;
}
}
	
	
/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){
	.section_table{
	display: block;
	margin: 0 auto;
	max-width: 700px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #2c2c2c;
	padding-top: 60px;
}
	.title span {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 60%;
    height: 60px;
    text-align: center;
    background: #FFE258;
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: auto 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content:center;
}
	.section_second_area_wrapper li:first-child{
    list-style: none;
    padding-top: 0px;
}
	.c-top-wrap {
    display: block;
    z-index: 999;
    background-color: #FFF;
    max-width: 700px;
    border-radius: 50px;
    margin-top: 25px;
}
	.section_top{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	.img-fact {
    width: 60%;
	display: block;
	margin: 0 auto;
}
	.section-top-img-area {
    display: block;
    width: 100%;
    border-radius: 40px;
}
	.section_second_area_right {
    display: block;
    margin: 0 auto;
    width: 100%;
}
	.wrapper {
  display: block;
		margin: 0 auto;
		max-width: 700px;
		    padding: 40px 0 40px;
}
	.ribon {
    display: block;
    margin: 60px auto 0;
    width: 90%;
    padding: 0;
}
	.section_second_area {
    display: block;
    max-width: 700px;
    margin: 0px auto;
    background-color: #FFF;
    padding: 40px 0;
    border-radius: 50px;
    width: 100%;
}
	.section_second_area_wrapper {
    background-color: #FFF;
    z-index: 999;
}
	.img-text {
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    padding: 25px 0px 0 0;
	width: 100%;
}
	.secind-text {
    padding-top: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2c2c2c;
    line-height: 2rem;
}
	.button-company {
    background-color: #E4007F;
    color: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 25px 30px;
    display: block;
    width: 40%;
    text-align: center;
    border-radius: 40px;
    margin: 15px auto;
    cursor: pointer;
}
}
	
	
	