@font-face {
 font-family: 'notosansjp';
 font-weight: 400;
	src: url("../../font/NotoSansJP-Regular.otf") format('opentype');
}
@font-face {
 font-family: 'notosansjp';
 font-weight: 500;
	src: url("../../font/NotoSansJP-Medium.otf") format('opentype');
}
@font-face {
 font-family: 'notosansjp';
 font-weight: 600;
	src: url("../../font/NotoSansJP-Bold.otf") format('opentype');

}
@font-face {
 font-family: 'Oswald';
 font-weight: 400;
	src: url("../../font/Oswald-Medium.ttf") format('truetype');
}
@font-face {
 font-family: 'Oswald';
 font-weight: 600;
	src: url("../../font/Oswald-SemiBold.ttf") format('truetype');
}


/* --------------------------　FV　-------------------------- */

a:hover {
	opacity: 0.7;
}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 950px;
	background-repeat: no-repeat !important;
  background: #fff;
	background: url("../../images/main.jpg");
	background-position: center;
}
.top_main_sp {
	display: none;
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

 @media screen and (max-width: 1430px) {
 .top_main {
	 background-size: 140% auto ;
	 background-position: top;
	 width: auto;
	 }}

 @media screen and (max-width: 1250px) {
 .top_main {
	 background-size: 140% auto ;
	 background-position: top;
	 width: auto;
	 height: 800px;
	 }}

 @media screen and (max-width: 1100px) {
 .top_main {
	 background-size: 140% auto ;
	 background-position: top;
	 width: auto;
	 height: 680px;
	 }}

 @media screen and (max-width: 950px) {
 .top_main {
	 background-size: 140% auto ;
	 background-position: top;
	 width: auto;
	 height: 600px;
	 }}

@media screen and (max-width: 768px) {
 .top_main {
 display: none;
}

.top_main_sp {
	display: block;
	position: relative;
	margin-top: 60px;
}
	
.pcimg {
	display: none;
}
.spimg {
	display: block;
}

}


/* --------------------------　背景　-------------------------- */








/* --------------------------　content-navi 　-------------------------- */

.content-navi {
	max-width: 1400px;
	margin: auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
}
.content-navi li {
	width: 23.7%;
	background: #e50012;
	text-align: center;
	font-size: 2.2rem;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
	font-size: clamp(1.6rem, 1.8vw, 2.2rem);
}
.content-navi li a {
	display: block;
	padding: 15px;
	color:#fff;
	box-sizing: border-box;
}

.content-navi li::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/navi-arrow.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 20px;
	top:36%;
}



.content-block {
	max-width: 1400px;
	margin: auto;
	padding: 0 15px;
}

@media screen and (max-width: 1120px) {
	
.content-navi {
	max-width: auto;
	margin: auto 10px;
	padding: 0 0px;
	display: flex;
	justify-content: space-between;
}
.content-navi li {
	width: 23.7%;
	background: #e50012;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.2;
}
.content-navi li a {
	display: block;
	padding: 10px 5px 20px;
	color:#fff;
	box-sizing: border-box;
}

.content-navi li::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/navi-arrow.png");
    background-size: contain;
    width: 12px;/*画像の幅*/
    height: 12px;/*画像の高さ*/
	right: 40%;
	top:70%;
}

.content-block {
	max-width: auto;
	margin: auto;
}
	
}





/* --------------------------　top-01　-------------------------- */

.bg01 {
	background: #f8f8f8;
	padding: 140px 0 20px 0;
}


.top-01 h2 {
  position: relative;
  font-size: 4.5rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 100px;
}

.pointblock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pointbox {
	width: 48.5%;
	margin-bottom: 70px;
}
.pointtitle {
	display: flex;
	align-items: flex-end;
}
.number {
	color:#e50012;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: clamp(2rem, 3vw, 3.4rem);
	margin-right: 20px;
}
.number span {
	font-size: 6rem;
	margin: 0 10px;
	font-size: clamp(3rem, 5vw, 6rem);
}
.pointtitle h3 {
	font-size: clamp(2rem, 2.8vw, 3rem);
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
}
.pointimage {
	margin-bottom: 20px;
	position: relative;
}
.pointimage img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
ul.pointlist  {
	margin-top: 30px;
}
.pointlist li {
	position: relative;
	padding-left: 35px;
	font-size: 1.6rem;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	line-height: 1.5;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.pointlist li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 0px;
	top:10%;
	
}
.mark {
	position: absolute;
	bottom:-20px;
	right: 15px;
}
.mark img {
	width: 90px;
	height: auto;
}

a.pointmore {
	background: #e50012;
	padding: 9px 0px;
	border-radius: 40px;
	font-size: 1.3rem;
	font-size: clamp(1rem, 1vw, 1.3rem);
	color:#fff;
	height: 50px !important;
	width: 40%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
}

.pointmore:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 10px;
	top:14px;
}
.pointlist p {
	padding: 0;
	margin: 0;
	font-size: clamp(1.3rem, 1.3vw, 1.6rem);
	width: 58%;
	line-height: 1.5;
}
.pointtitle p {
	font-size: 1.7rem;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 28px;
	padding-left: 20px;

}

.pointbox h4 {
	font-size: clamp(1.8rem, 2vw, 2.5rem);
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 40px;
	margin-bottom: 40px;
}
.pointbox h4::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: 28px;
    width: 28px;/*画像の幅*/
    height: 28px;/*画像の高さ*/
	left: 0px;
	top:0%;
	
}
a.more02 {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 40px;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	color:#fff;
	width:100%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
}

a.more02:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 15px;
	top:14px;
}


@media screen and (max-width: 1120px) {
	
.bg01 {
	background: #f8f8f8;
	padding: 40px 0 40px 0;
}
	.top01wrap  {
		padding: 0 15px;
	}


.top-01 h2 {
  position: relative;
  text-align: center;
  color: #e50012;
	font-weight: 600;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.5;
}

.pointblock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.pointbox {
	width: 100%;
	margin-bottom: 0px;
}
.pointtitle {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.number {
	color:#e50012;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 2rem;
	margin-right: 10px;
}
.number span {
	font-size: 6rem;
	margin: 0 10px;
	font-size: 4rem;
}
.pointtitle h3 {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	padding-bottom:20px;
}
.pointimage {
	margin-bottom: 20px;
	position: relative;
}
.pointimage img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
ul.pointlist  {
	margin-top: 30px;
}
.pointlist li {
	position: relative;
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.pointlist li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	left: 0px;
	top:10%;
	
}
.mark {
	position: absolute;
	bottom:-20px;
	right: 15px;
}
.mark img {
	width: 60px;
	height: auto;
}

a.pointmore {
	background: #e50012;
	padding: 9px 0px;
	border-radius: 40px;
	font-size: 1.3rem;
	color:#fff;
	height: 50px !important;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: 20px 0 20px 0;
	margin-left: -12px;
}

.pointmore:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 10px;
	top:16px;
}
.pointlist p {
	padding: 0;
	margin: 0;
	font-size:1.3rem;
	width: auto;
	line-height: 1.5;
}
.pointtitle p {
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: 600;
	padding-bottom: 28px;
	padding-left: 0px;
	width: 100%;
 display: block !important;
}

.pointbox h4 {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.pointbox h4::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: 20px;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 0px;
	top:0%;
	
}
a.more02 {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 40px;
	font-size: 1.3rem;
	color:#fff;
	width: 90%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	margin-bottom: 20px;
}

a.more02:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:24px;
}

	
}



/* --------------------------　top-02　-------------------------- */

.bg02 {
	background: #f0f0f0;
	padding: 90px 0 120px 0;
	position: relative;
}

.gsanakaku {
	max-width: 1120px;
	margin: auto;
	position: relative;
}
.gsanakaku-img {
	position: absolute;
	top:-130px;
	left: 170px;
}
.gsanakaku-img img {
	
	width: 50px !important;

}

.tokucho {
	background: #fff;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding:  120px 40px 40px 40px;
	max-width:1400px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}


.tokucho-head {
	margin-bottom: 70px;
}

.tokucho-head h2 {
  position: relative;
  font-size: 4rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	padding: 0;
	margin: 0;
	margin-bottom: 70px;
}
.tokucho-head h2 span {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.tokucho-head h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: clamp(2rem, 3.2vw, 3.4rem);
	margin-bottom: 20px;
}

.tokucho-head p {
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}
.glogo {
	 font-family: 'Roboto', sans-serif;
}
.bold  {
	 font-weight: bold;
}
.ngbox {
	max-width: 1120px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.ngbox div {
	width: 30%;
}
.ngbox div img {
	width: 100%;
	height: auto;
}

.meritbox {
	display: flex;
	justify-content: space-between;
	max-width: 1230px;
	margin: auto;
	margin-bottom: 120px;
}
.merititem {
	border: 1px solid #e50012;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
	width: 48%;
	box-sizing: border-box;
}
.merititem h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: clamp(2rem, 2.4vw, 2.8rem);
	margin-bottom: 20px;
	color:#e50012;
	margin-top: 20px;
}
.merititem img {
	text-align: center;
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}
.merititem p {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}

.riyouhouhou h3,
.riyouhouhou02 h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: clamp(2.4rem, 3vw, 3.4rem);
	margin-bottom: 55px;
}
.riyouhouhou h3 span {
	font-family: 'Roboto', sans-serif;
}

.sliderbox {
	
}
.sliderbox img {
	text-align: center;
}
.sliderbox ul li {
	position: relative;
	background: #f8f8f8;
	text-align: center;
	margin: 0 30px;
	border-radius: 20px;
}
.slideno {
	position: absolute;
	top:0;
	left:0;
}
.slideimg {
	width: 376px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
.slideimg img {
	width: 100%;
	height: auto;
}
.sliderbox p {
	font-size: 2.2rem;
	line-height: 1.6;
	margin-bottom: 60px;
}

.slider-img img {
  height: auto;
  width: 100%;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
	z-index: 1;
}
.prev-arrow {
  left: 25.5%;
}
.next-arrow {
  right: 25.5%;
}


.kome {
	text-align: center;
	margin: 20px 0;
	font-size: 1.4rem;
}


.riyouhouhou .buttonbox {
	display: flex;
    justify-content: center;
	max-width:1050px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 150px;
}

a.button01 {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	color:#fff;
	width: 500px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	height: 90px;
}

a.button01:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 15px;
	top:35px;
}
a.button02 {
	background: #222222;
	padding: 15px 20px;
	border-radius: 20px;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	color:#fff;
	width: 500px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	height: 90px;
	padding-top: 35px;
}

a.button02:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 15px;
	top:35px;
}


.riyou {
	display: flex;
	justify-content: space-between;
	max-width: 1230px;
	margin: auto;
	margin-bottom: 90px;
}
.riyouitem {
	width: 32.5%;
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-radius: 20px;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
}
.riyouimg {
	width: 42%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	margin-bottom: 0;
}
.riyouimg img {
	width: 100%;
	height: auto;
	
}
.riyouitem p {
	line-height: 1.5;
	font-size: 1.5rem;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: left;
	flex-direction: column;
}
.riyouno {
	width: 50px;
	height: 50px;
	position: absolute;
	top:0;
	left:0;
}
.riyouitem .kome {
	font-size: 1.3rem;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}


.cyuuijikou {
	border: 1px solid #e50012;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	max-width: 1230px;
	margin: auto;
	margin-bottom: 40px;
}
.cyuui_l {
	width: 15%;
	background: #e50012;
	text-align: center;
	color:#fff;
	font-size: clamp(1.6rem, 2vw, 2.4rem);
	line-height: 1.1;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
}
.cyuui_r {
	width: 82%;
	display: flex;;
}
.cyuui_r ul  {
	margin-top: 10px;
}

.cyuui_r ul li {
	list-style-type: disc !important;
	color:#e50012;
	font-size: clamp(1.4rem, 1.5vw, 1.7rem);
	line-height: 1.6;
	margin-bottom: 6px;
}



@media screen and (max-width: 1120px) {

	
.bg02 {
	background: #f0f0f0;
	padding: 30px 15px 40px 15px;
}

.tokucho {
	background: #fff;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding:  30px 15px 15px 15px;
	max-width:auto;
	margin: auto;
	box-sizing: border-box;
	border-radius: 15px;
}
	
.gsanakaku {
	max-width: auto;
	margin: auto;
	position: relative;
}
.gsanakaku-img {
	position: absolute;
	top:-70px;
	left: 50px;
}
.gsanakaku-img img {
	
	width: 50px !important;

}


.tokucho-head {
	margin-bottom: 30px;
}

.tokucho-head h2 {
  position: relative;
  font-size: 4rem;
  text-align: center;
  color: #e50012;
	font-weight: 600;
	font-size: 2.2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.tokucho-head h2 span {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.tokucho-head h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.tokucho-head p {
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 1.5rem;
}
.glogo {
	 font-family: 'Roboto', sans-serif;
}
.bold  {
	 font-weight: bold;
}
.ngbox {
	max-width: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ngbox div {
	width: 30%;
}
.ngbox div img {
	width: 100%;
	height: auto;
}

.meritbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 1230px;
	margin: auto;
	margin-bottom: 40px;
}
.merititem {
	border: 1px solid #e50012;
	border-radius: 20px;
	padding: 10px 15px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.merititem h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
	margin-bottom: 20px;
	color:#e50012;
	margin-top: 20px;
}
.merititem img {
	text-align: center;
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}
.merititem p {
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 1.3rem;
}

.riyouhouhou h3,
.riyouhouhou02 h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size:2rem;
	margin-bottom: 30px;
}
.riyouhouhou h3 span {
	font-family: 'Roboto', sans-serif;
}

.sliderbox {
	
}
.sliderbox img {
	text-align: center;
}
.sliderbox ul li {
	position: relative;
	background: #f8f8f8;
	text-align: center;
	margin: 0 10px;
	border-radius: 20px;
	padding: 10px
}
.slideno {
	position: absolute;
	top:0;
	left:0;
}
.slideno img {
	width: 40px;
	height: auto;
}
.slideimg {
	width: 80%;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
}
.slideimg img {
	width: 100%;
	height: auto;
}
.sliderbox p {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 60px;
}

.slider-img img {
  height: auto;
  width: 80%;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
	z-index: 1;
}
.prev-arrow {
  left: 5%;
}
.next-arrow {
  right:5%;
}

.kome {
	text-align: center;
	margin: 20px 0;
	font-size: 1.2rem;
}


.riyouhouhou .buttonbox {
	display: flex;
	flex-direction: column;
    justify-content: center;
	max-width:auto;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

a.button01 {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 15px;
	font-size: 1.3rem;
	color:#fff;
	width: 95%;;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	height: auto;
	margin-bottom: 15px;
}

a.button01:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 10px;
	top:35px;
}
a.button02 {
	background: #222222;
	padding: 20px 20px;
	border-radius: 15px;
	font-size: 1.3rem;
	color:#fff;
	width: 95%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	height: auto;
	padding-top: 20px;
}

a.button02:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:21px;
}


.riyou {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: auto;
	margin: auto;
	margin-bottom: 20px;
}
.riyouitem {
	width: auto;
	background: #f8f8f8;
	display: flex;
	justify-content: space-between;
	position: relative;
	border-radius: 15px;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.riyouimg {
	width: 42%;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	margin-bottom: 0;
}
.riyouimg img {
	width: 100%;
	height: auto;
	
}
.riyouitem p {
	line-height: 1.5;
	font-size: 1.3rem;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: left;
	flex-direction: column;
}
.riyouno {
	width: 40px;
	height: 40px;
	position: absolute;
	top:0;
	left:0;
}
.riyouitem .kome {
	font-size: 1.2rem;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}


.cyuuijikou {
	border: 1px solid #e50012;
	border-radius: 20px;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: auto;
	margin: auto;
}
.cyuui_l {
	width: auto;
	background: #e50012;
	text-align: center;
	color:#fff;
	font-size: 1.5rem;
	line-height: 1.1;
	padding: 15px;
	border-radius: 15px;
	box-sizing: border-box;
}
.cyuui_r {
	width: auto;
	display: flex;
}
.cyuui_r ul  {
	margin-top: 10px;
	margin-left: 15px;
}

.cyuui_r ul li {
	list-style-type: disc !important;
	color:#e50012;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-bottom: 6px;
}



}









/* --------------------------　top-03　-------------------------- */

.bg03 {
	background: #bbe7fd;
	padding: 90px 0 120px 0;
	position: relative;
	z-index: 0
}
.bg03::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/bg03-botom.png");
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: bottom center;
	bottom:0;
	z-index: -2;
}
.top-03 h2 {
  position: relative;
  font-size: 4.5rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 100px;
}

.tsukaikata {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: auto;
	margin-bottom: 95px;
}
.tsukaikata-item {
	width: 31.5%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.tsukaikata-item img {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: -40px;
	margin-bottom: 20px;
}

.tsukaikata-item ul   {
	
}
.tsukaikata-item ul li {
	position: relative;
	padding-left: 35px;
	font-size: 1.5rem;
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
	line-height: 1.5;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	letter-spacing: 0;
}
.tsukaikata-item ul li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 0px;
	top:10%;
}
.tsukaikata-item.toribg {
	position: relative;
}
.tsukaikata-item.toribg::before {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori01.png");
	width: 200px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
	right:0;
	bottom:0;
}

.seen {
	max-width: 1400px;
	margin: auto;
	margin-bottom: 100px;
}

.seen-head {
	margin-bottom: 70px;
}

.seen-head h3 {
  position: relative;
  text-align: center;
	font-weight: 600;
	font-size: clamp(2.2rem, 3.6vw, 4rem);
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.seen-head p {
text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}
.seen-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seen-item  {
	width:48%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding: 20px 20px 0px 0px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	margin-bottom: 60px;
	justify-content: space-between;
}

.seen-item .pict {
	width:50%;
	position: relative;
}

.seen-item .pict img {
	width:100%;
	height: auto;
	position: absolute;
	bottom:0;
}

.seen-item .text  {
	text-align: center;
	width: 50%;
	line-height: 1.5;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	letter-spacing: 0;
	font-weight: 600;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	padding: 40px 0 40px 0;
}

.seen-item h4 {
	font-size: clamp(2rem, 2.8vw, 3rem);
	color:#e50012;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.seen-item .text  {
	text-align: center;
	width: 50%;
}

.tsukaikata-item .more02 {
	margin-top: 40px;
}



@media screen and (max-width: 1120px) {
	
.bg03 {
	background: #bbe7fd;
	padding: 40px 0 40px 0;
	position: relative;
	z-index: 0;
}
.bg03::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/bg03-botom.png");
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: bottom center;
	bottom:0;
	z-index: -2;
	background-size: cover;
}
.top-03 h2 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	line-height: 1.5;
}

.tsukaikata {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: auto;
	margin: auto 15px;
	margin-bottom: 20px;
}
.tsukaikata-item {
	width: auto;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	text-align: center;
}
.tsukaikata-item img {
	width: 80%;
	height: auto;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 20px;
}

.tsukaikata-item ul   {
	
}
.tsukaikata-item ul li {
	position: relative;
	padding-left: 25px;
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	letter-spacing: 0;
	text-align: left;
	
}
.tsukaikata-item ul li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	left: 0px;
	top:5%;
}
.tsukaikata-item.toribg {
	position: relative;
}
.tsukaikata-item.toribg::before {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori01.png");
	width: 200px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
	right:0;
	bottom:0;
}

.seen {
	max-width: auto;
	margin: auto 15px;
	margin-bottom: 50px;
}

.seen-head {
	margin-bottom: 30px;
}

.seen-head h3 {
  position: relative;
  text-align: center;
	font-weight: 600;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.seen-head p {
text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 1.5rem;
}
.seen-list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seen-item  {
	width:100%;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	padding: 20px 20px 0px 0px;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	justify-content: space-between;
	text-align: center;
}

.seen-item .pict {
	width:60%;
	position: relative;
	margin: auto;
}

.seen-item .pict img {
	width:100%;
	height: auto;
	position: relative;
	bottom:0;
}

.seen-item .text  {
	text-align: center;
	width:auto;
	line-height: 1.5;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	letter-spacing: 0;
	font-weight: 600;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
	padding: 20px 0 20px 0;
}

.seen-item h4 {
	font-size: 1.8rem;
	color:#e50012;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.seen-item .text  {
	text-align: center;
	width: auto;
	font-size: 1.3rem;
}

.tsukaikata-item .more02 {
	margin-top: 20px;
}
.tsukaikata-item a.more02 :after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:24px;
}


	
}













/* --------------------------　top-04　-------------------------- */

.bg04 {
	padding: 150px 0 120px 0;
	position: relative;
	z-index: 0
}

.top-04 h2 {
  position: relative;
  font-size: 4.5rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 100px;
}
.bannerlist {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  display: flex;
  justify-content: center; /* 追加：バナーを中央寄せ */
  gap: 0 20px; /* 追加：バナー間の余白 */
}

.bannerlist a {
  display: flex; /* 追加：リンクをブロック化 */
}

.bannerlist img {
  max-width: 100%; /* 画像の幅を調整 */
  height: auto; /* 縦横比を維持 */
}

@media screen and (max-width: 1120px) {
	.bannerlist {
    flex-direction: column; /* 縦並びに変更 */
    align-items: center; /* 中央寄せ */
  }
}

.simulation h3 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(2rem, 3vw, 3.4rem);
	padding: 0;
	margin: 0;
	margin-bottom: 50px;
}

.simulation .simulation-box {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: auto;
	margin-bottom: 90px;
}

.simulation .simulation-box .simulation-item {
	width: 23.6%;
}
.simulation .simulation-box .simulation-item img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 20px;
}
.simulation .simulation-box .simulation-item h4 {
	font-size: clamp(1.6rem, 1.8vw, 2.1rem);
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: -20px;
}
.simulation .simulation-box .simulation-item h4 img {
	width: 23px;
	height: auto;
	position: relative;
	top:18px;
	margin-right: 10px;
}

.tatch {
	max-width: 1120px;
	margin: auto;
	border: 1px solid #e50012;
	border-radius: 20px;
    text-align: center;
	padding: 40px 0;
	margin-bottom: 120px;
}
.tatch img {
	width: 850px;
	height: auto;
	
}
.hyo {
	max-width: 1120px;
	margin: auto;
}
.hyo img {
	width: 100%;
	height: auto;
}
.hyo .kometxt {
	font-size: 1.5rem;
	font-size: clamp(1.2rem, 1.3vw, 1.5rem);
	line-height: 1.5;
	margin-top: -35px;
}


.buttonbox02 {
	display: flex;
    justify-content: center;
	max-width:1120px;
	margin: auto;
	margin-top: 50px;
	
}

a.button03 {
	background: #e50012;
	border-radius: 50px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 1.8vw, 2.1rem);
	color:#fff;
	width: 540px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 30px 25px;
}

a.button03:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 25px;
	top:32px;
}
a.button03:before {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/icon1.png");
	background-position: center;
    background-size: contain;
    width: 38px;/*画像の幅*/
    height: 29px;/*画像の高さ*/
	left: 25px;
	top:27px;
}

a.button04 {
	background: #222222;
	border-radius: 50px;
	font-size: 1.6rem;
	font-size: clamp(1.6rem, 1.8vw, 2.1rem);
	color:#fff;
	width: 540px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 30px 25px;
}

a.button04:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 18px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 25px;
	top:32px;
}
a.button04:before {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/icon2.png");
	background-position: center;
    background-size: contain;
    width: 38px;/*画像の幅*/
    height: 29px;/*画像の高さ*/
	left: 25px;
	top:27px;
}


@media screen and (max-width: 1120px) {
	
.bg04 {
	padding: 40px 15px 40px 15px;
	position: relative;
	z-index: 0;
}

.top-04 h2 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	line-height: 1.5;
}
.bannerlist {
	max-width: auto;
	margin: auto;
	margin-bottom: 30px;
}
.bannerlist img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.simulation h3 {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	line-height: 1.5;
}

.simulation .simulation-box {
	display: flex;
	justify-content: space-between;
	max-width: auto;
	margin: auto;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.simulation .simulation-box .simulation-item {
	width: 48%;
	margin-bottom: 15px;
}
.simulation .simulation-box .simulation-item img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 10px;
}
.simulation .simulation-box .simulation-item h4 {
	font-size: 1.2rem;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: -10px;
	line-height: 1.4;
}
.simulation .simulation-box .simulation-item h4 img {
	width: 12px;
	height: auto;
	position: relative;
	top:7px;
	margin-right: 5px;
}

.tatch {
	max-width: auto;
	margin: auto;
	border: 1px solid #e50012;
	border-radius: 15px;
    text-align: center;
	padding: 20px 15px;
	margin-bottom: 40px;
}
.tatch img {
	width: 100%;
	height: auto;
	
}
.hyo {
	max-width: auto;
	margin: auto;
}
.hyo img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.hyo .kometxt {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 0px;
}


.buttonbox02 {
	display: flex;
	flex-direction: column;
    justify-content: center;
	max-width:1120px;
	margin: auto;
	margin-top: 30px;
	
}

a.button03 {
	background: #e50012;
	border-radius: 15px;
	font-size: 1.3rem;
	color:#fff;
	width: 90%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 20px 25px;
	margin-bottom: 15px;
}

a.button03:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:32px;
}
a.button03:before {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/icon1.png");
	background-position: center;
    background-size: contain;
    width: 38px;/*画像の幅*/
    height: 29px;/*画像の高さ*/
	left: 15px;
	top:24px;
}

a.button04 {
	background: #222222;
	border-radius: 15px;
	font-size: 1.3rem;
	color:#fff;
	width: 90%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 20px 25px;
}

a.button04:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
   width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:32px;
}
a.button04:before {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/icon2.png");
	background-position: center;
    background-size: contain;
    width: 38px;/*画像の幅*/
    height: 29px;/*画像の高さ*/
	left: 15px;
	top:24px;
}
	
}












/* --------------------------　top-05　-------------------------- */

.bg05 {
	padding: 150px 0 120px 0;
	position: relative;
	background: #f8f8f8;
}

.top-05 h2 {
  position: relative;
  font-size: 4.5rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.2rem, 4vw, 4.5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 100px;
}

.cardbox {
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: auto;
}

.carditem {
	background: #fff;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	box-sizing: border-box;
	border-radius: 20px;
	width: 32%;
	text-align: center;
	position: relative;
	z-index: 0;
}
.carditem img {
	width: 90%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}
.carditem.ippan h3 {
	 background-image: linear-gradient(90deg, rgba(31, 118, 207, 1), rgba(21, 81, 186, 1));
	padding: 20px;
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	color:#fff;
	margin: 0;
}
.carditem.gold h3 {
	background-image: linear-gradient(90deg, rgba(240, 181, 27, 1), rgba(237, 168, 23, 1));
	padding: 20px;
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	color:#fff;
	margin: 0;
}
.carditem.platinum h3 {
	background-image: linear-gradient(90deg, rgba(61, 60, 60, 1), rgba(53, 52, 52, 1));
	padding: 20px;
	text-align: center;
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	color:#fff;
	margin: 0;
}

.carditem h4 {
	color:#e50012;
	font-size: clamp(1.8rem, 2.2vw, 2.5rem);
	padding: 0;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 25px;
}
.carditem h4 span {
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.carditem h5 {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	padding: 0;
	margin: 0;
	position: relative;
	width: 90%;
	margin: auto;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.carditem h5::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 0px;
	top:10%;
	
}

.carditem ul {
	margin-bottom: 30px;
}

.carditem ul li {
	font-size: clamp(1.2rem, 1.3vw, 1.5rem);
	padding: 0;
	margin: 0;
	position: relative;
	width: 90%;
	margin: auto;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 1.2;
	margin-bottom: 10px;
}
.carditem ul li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/check.png");
    background-size: contain;
    width: 13px;/*画像の幅*/
    height: 13px;/*画像の高さ*/
	left: 0px;
	top:10%;
	
}


.carditem.tori02 {
	position: relative;
}
.carditem.tori02::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori02.png");
	width: 287px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
	right:0;
	bottom:0;
}
.carditem.tori03 {
	position: relative;
}
.carditem.tori03::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori03.png");
	width: 287px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
	left:0;
	bottom:0;
}

@media screen and (max-width: 1120px) {
	
.bg05 {
	padding: 40px 15px 30px 15px;
	position: relative;
	background: #f8f8f8;
}

.top-05 h2 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	line-height: 1.5;
}

.cardbox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: auto;
	margin: auto;
}

.carditem {
	background: #fff;
	box-shadow: 0 0 20px rgba(200,200,200,0.3);
	box-sizing: border-box;
	border-radius: 15px;
	width: auto;
	text-align: center;
	position: relative;
	z-index: 0;
	margin-bottom: 15px;
}
.carditem img {
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 25px;
}
.carditem.ippan h3 {
	 background-image: linear-gradient(90deg, rgba(31, 118, 207, 1), rgba(21, 81, 186, 1));
	padding: 15px;
	text-align: center;
	font-size: 1.8rem;
	color:#fff;
	margin: 0;
}
.carditem.gold h3 {
	background-image: linear-gradient(90deg, rgba(240, 181, 27, 1), rgba(237, 168, 23, 1));
	padding: 15px;
	text-align: center;
	font-size: 1.8rem;
	color:#fff;
	margin: 0;
}
.carditem.platinum h3 {
	background-image: linear-gradient(90deg, rgba(61, 60, 60, 1), rgba(53, 52, 52, 1));
	padding: 15px;
	text-align: center;
	font-size: 1.8rem;
	color:#fff;
	margin: 0;
}

.carditem h4 {
	color:#e50012;
	font-size:1.7rem;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.carditem h4 span {
	font-size: 1.2rem;
}
.carditem h5 {
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
	position: relative;
	width: 90%;
	margin: auto;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.carditem h5::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/hane.png");
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 0px;
	top:10%;
	
}

.carditem ul {
	margin-bottom: 40px;
}

.carditem ul li {
	font-size: clamp(1.2rem, 1.3vw, 1.5rem);
	padding: 0;
	margin: 0;
	position: relative;
	width: 90%;
	margin: auto;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
	line-height: 1.2;
	margin-bottom: 10px;
}
.carditem ul li::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/check.png");
    background-size: contain;
    width: 13px;/*画像の幅*/
    height: 13px;/*画像の高さ*/
	left: 0px;
	top:6%;
	
}


.carditem.tori02 {
	position: relative;
}
.carditem.tori02::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori02.png");
	width: 287px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: -1;
	right:0;
	bottom:0;
}
.carditem.tori03 {
	position: relative;
}
.carditem.tori03::after {
	position: absolute;
    content: '';/*何も入れない*/
	background: url("../../images/tori03.png");
	width: 287px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: -1;
	left:0;
	bottom:0;
}
	
}






/* --------------------------　top-06　-------------------------- */

.bg06 {
	padding: 140px 0 120px 0;
	position: relative;
}

.top-06 h2 {
  position: relative;
  font-size: 4.5rem;
  text-align: center;
  color: #e50012;
	margin-bottom: 40px;
	font-weight: 600;
	font-size: clamp(2.4rem, 4.5vw, 5rem);
	padding: 0;
	margin: 0;
	margin-bottom: 60px;
}


.flowbox {
	display: flex;
	justify-content: center;
	max-width: 1400px;
	margin: auto;
}
.flow-item {
	width: 20%;
}
.flowimg {
	background: #f8f8f8;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	
}
.flowimg img {
	width: 80%;
	height: auto;
}
.flowno {
	width: 80px;
	margin: auto;
	margin-top: -40px;
	margin-bottom: 30px;
}
.sankaku {
	margin-top: 90px;
}
.flow-item h3 {
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	color:#e50012;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
}


.footer {
	background: url("../../images/footerbg.jpg");
	background-position: bottom;
	overflow: hidden;
  position: relative;
background-size: cover;
	background-repeat: no-repeat !important;
}

.footer-block  {
	max-width: 1120px;
	margin: auto;
	padding: 90px 0 90px 0;
}

.contact  {
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.contact_l {
	width: 49%;
	text-align: center;
	font-weight: 600;
	font-size: 3rem;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.3;
}
.contact_r {
	width: 49%;
}



a.contactlink {
	background: #e50012;
	border-radius: 50px;
	font-size: 2.1rem;
	color:#fff;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 30px 25px;
}

a.contactlink:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 25px;
	top:32px;
}

.fkome {
	font-size: 1.5rem;
	color:#fff;
	letter-spacing: 0;
	line-height: 1.6;
}

.fkome2 {
	font-size: 1.5rem;
	color:#000;
	letter-spacing: 0;
	line-height: 1.6;
	padding-top: 15px;

}

.cta  {
	background: #fff url("../../images/ftori.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 20px;
}
.cta h2  {
	font-size: 3rem;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 30px 0;
}
.telbox {
	display: flex;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	
}
.tel_l {
	width: 100%;
	text-align: center;
	border-right: 1px solid #ececec;
	padding: 20px 0 30px 0;
}
.tel_r {
	width: 40%;
	text-align: center;
	padding: 40px 0 30px 0;
}
.tel_l h3 {
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
}
.tel_r h3 {
	padding: 0;
	margin: 0;
	font-size: 1.8rem;
}
.freetel {
	color:#e50012;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 4.6rem;
	position: relative;
}

.ntel {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 3.8rem;
	position: relative;
    padding-bottom: 10px;
}
.tel_l .kome01 {
	font-size: 1.5rem;
	line-height: 1.4;
}
.tel_r .kome01 {
	font-size: 1.5rem;
	line-height: 1.7;
}

.fkome02 {
	font-size: 1.5rem;
	color:#222;
	padding: 20px 30px;
	line-height: 1.5;
	text-align: center;
}

.copyright {
	text-align: center;
	color:#fff;
	font-size: 1.2rem;
	margin-top: 40px;
}


@media screen and (max-width: 1120px) {
	
	


/* --------------------------　top-06　-------------------------- */

.bg06 {
	padding: 50px 15px 40px 15px;
	position: relative;
}

.top-06 h2 {
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  color: #e50012;
	font-weight: 600;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}


.flowbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: auto;
	margin: auto;
}
.flow-item {
	width: auto;
}
.flowimg {
	background: #f8f8f8;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
	
}
.flowimg img {
	width: 60%;
	height: auto;
}
.flowno {
	width: 50px;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 20px;
}
.flowno img {
	width: 100%;
	height: auto;
}
.sankaku {
	margin-top: 0px;
	margin-bottom: 0;
	width: 50px;
	margin: 20px auto;
}
.sankaku img {
	width: 100%;
	height: auto;
}
	
.flow-item h3 {
	font-size: 1.6rem;
	color:#e50012;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
}




.footer {
overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
	background-repeat: no-repeat !important;
	background: url("../../images/footerbg.jpg");
	background-position: bottom center;
	background-size: cover;
}

.footer-block  {
	max-width: auto;
	margin: auto;
	padding: 20px 15px 0px 15px;
	width: auto;
	padding-bottom: 80px;
}
	



.contact  {
	background: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	width: auto;
}
.contact_l {
	width: auto;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	display: flex;
  justify-content: center;
  align-items: center;
	padding: 20px 0;
}
.contact_r {
	width: auto;
}


a.contactlink {
	background: #e50012;
	border-radius: 50px;
	font-size: 1.4rem;
	color:#fff;
	width: auto;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: auto;
	font-weight: 600;
	padding: 20px 25px;
}

a.contactlink:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 25px;
	top:23px;
}

.fkome {
	font-size: 1.2rem;
	color:#fff;
	letter-spacing: 0;
	line-height: 1.6;
}

.cta  {
	background: #fff url("../../images/ftori.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 15px;
}
.cta h2  {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4;
	padding: 20px 0;
}
.telbox {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	
}
.tel_l {
	width: auto;
	text-align: center;
	border-right: 0px solid #ececec;
	padding: 20px 0 20px 0;
}
.tel_r {
	width: auto;
	text-align: center;
	padding: 20px 0 20px 0;
}
.tel_l h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
}
.tel_r h3 {
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
}
.freetel {
	color:#e50012;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 3.6rem;
	position: relative;
	padding-left: 60px
}
.freetel::before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/freetel.png");
	background-repeat: no-repeat;
    background-size: contain;
    width: 50px;/*画像の幅*/
    height: 27px;/*画像の高さ*/
	left: 0px;
	top:27%;
}
.ntel {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 3rem;
	position: relative;
    padding-bottom: 10px;
}
.tel_l .kome01 {
	font-size: 1.2rem;
	line-height: 1.4;
}
.tel_r .kome01 {
	font-size: 1.2rem;
	line-height: 1.7;
}

.fkome02 {
	font-size: 1.2rem;
	color:#222;
	padding: 20px 20px;
	line-height: 1.5;
}

.copyright {
	text-align: center;
	color:#fff;
	font-size: 1rem;
	margin-top: 20px;
}
	
}





/* フローティングバナーのラップ要素 */
#fixed_right_banner
{
    /* 右端の上から20pxの位置に固定表示 */
    position: fixed;
    top: 240px;
    right: 0;
	z-index: 1000000;
}
 
/* 画像の共通設定 */
#fixed_right_banner > *
{
    width: 70px;
}
#fixed_right_banner img {
	width: 100%;
	height: auto;
}
 
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 0px; }
 
/* リンク要素 */
#fixed_right_banner > a
{
    /* ブロック要素に変更 */
    display: block;
 
    /* 透過変更をスムーズにする(任意) */
   -webkit-transition: opacity .2s ease;
   transition: opacity .2s ease;
}
 
/* マウスオーバー時の表現 */
#fixed_right_banner > a:hover
{
    /* 20%透過させる */
    opacity: .8;
}
/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 1200px)
{
    #fixed_right_banner { display: none; }
}





/*====================================================================
.s_05 .accordion_one
====================================================================*/

.s_05 .accordion_one {
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom: 0px;
	margin-top: 40px;
	 display: flex;
  align-items: center;
	flex-direction: column;
}
.s_05 .accordion_one .accordion_header {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 40px;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	color:#fff;
	width: 400px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	font-weight: 600;
	margin-top: -175px;
	margin-left: -700px;
}

.s_05 .accordion_one .accordion_header:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	right: 15px;
	top:14px;
}

.s_05 .accordion_one .accordion_header:hover,
.s_06 .accordion_one .accordion_header:hover {
	opacity: .6;
}

.s_05 .accordion_one .accordion_inner,
.s_06 .accordion_one .accordion_inner {
	display: none;
	padding: 60px 0px;
	width: 100%;
}

.s_05 .accordion_one .accordion_inner .box_one,
.s_06 .accordion_one .accordion_inner .box_one {
	height: 300px;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac,
.s_06 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea,
.s_06 .accordion_one .accordion_inner .closeArea {
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom:0px;
	margin-top:0px;
	 display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}

.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 400px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background: #e50012;
	border-radius: 20px;
	font-size: 2.6rem;
}
.closetop a.close_btn {
	padding: 10px 0 10px 0 !important;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 170px !important;
	box-sizing: border-box;
	position: absolute !important;
	text-decoration: none;
	background: #e50012;
	border-radius: 40px !important;
	font-size: 2.2rem !important;
	top:-20px !important;
	right:-40px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/batsu.png");
	background-position: center;
    background-size: contain;
    width: 32px;/*画像の幅*/
    height: 32px;/*画像の高さ*/
	left: 25px;
	top:25px;
}
.closetop a.close_btn:before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/batsu.png");
	background-position: center;
    background-size: contain;
    width: 24px !important;/*画像の幅*/
    height: 24px !important;/*画像の高さ*/
	left: 25px;
	top:20px !important;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .6;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/close.png");
	background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
	left:auto !important;
  right: 0px !important;
}


@media screen and (max-width: 1120px) {
	

/*====================================================================
.s_05 .accordion_one
====================================================================*/

.s_05 .accordion_one {
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom: 0px;
	margin-top: 20px;
	 display: flex;
  align-items: center;
	flex-direction: column;
}
.s_05 .accordion_one .accordion_header {
	background: #e50012;
	padding: 15px 20px;
	border-radius: 40px;
	font-size: 1.6rem;
	font-size: clamp(1.2rem, 1.3vw, 1.6rem);
	color:#fff;
	width: 80%;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.3;
	display: block;
	position: relative;
	font-weight: 600;
	margin-top: -40px;
	margin-left: 0px;
}

.s_05 .accordion_one .accordion_header:after {
position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/arrow-right.png");
	background-position: center;
    background-size: contain;
    width: 15px;/*画像の幅*/
    height: 15px;/*画像の高さ*/
	right: 15px;
	top:14px;
}

.s_05 .accordion_one .accordion_header:hover,
.s_06 .accordion_one .accordion_header:hover {
	opacity: .6;
}

.s_05 .accordion_one .accordion_inner,
.s_06 .accordion_one .accordion_inner {
	display: none;
	padding: 60px 0px;
	width: 100%;
}

.s_05 .accordion_one .accordion_inner .box_one,
.s_06 .accordion_one .accordion_inner .box_one {
	height: 300px;
}
.s_05 .accordion_one .accordion_inner p.txt_a_ac,
.s_06 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.s_05 .accordion_one .accordion_inner .closeArea,
.s_06 .accordion_one .accordion_inner .closeArea {
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom:0px;
	margin-top:0px;
	 display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}

.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 200px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background: #e50012;
	border-radius: 15px;
	font-size: 1.4rem;
}
.closetop a.close_btn {
	padding: 10px 0 10px 0 !important;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 120px !important;
	box-sizing: border-box;
	position: absolute !important;
	text-decoration: none;
	background: #e50012;
	border-radius: 30px !important;
	font-size: 1.4rem !important;
	top:-20px !important;
	right:0px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/batsu.png");
	background-position: center;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 25px;
	top:20px;
}
.closetop a.close_btn:before {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/batsu.png");
	background-position: center;
    background-size: contain;
    width: 20px !important;/*画像の幅*/
    height: 20px !important;/*画像の高さ*/
	left: 15px !important;
	top:13px !important;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .6;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s_05 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before,
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/close.png");
	background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
	left:auto !important;
  right: 0px !important;
}

	
}


.rev {
	flex-direction: row-reverse;
}



#feature,
#guide,
#info,
#type,
#application_guide {
	 padding-top: 80px;
  margin-top:-80px;
}



.footer_fix_btn {
  display: none;
}
@media (max-width: 1120px) {
	
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  z-index: 2;
  display: block;
	background:rgba(255,255,255,0.8);
	box-sizing: border-box;
}
	
.fix_button {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px;
}
.fix_button a.flink01 {
  width: 49.3%;
	background: #e50012;
	border-radius: 10px;
	padding: 14px;
	text-align: center;
	color:#fff;
	font-size: 1.5rem;
	box-sizing: border-box;
	position: relative;
	font-weight: 600;
}
.fix_button a.flink01::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/fhane.png");
	background-repeat: no-repeat;
	background-position: center left;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 20px;
	top:30%;
}
	
.fix_button a.flink02 {
  width: 49.3%;
	background: #222222;
	border-radius: 10px;
	padding: 15px 0px 15px 20px;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	box-sizing: border-box;
	position: relative;
	font-weight: 600;
}
.fix_button a.flink02::after {
	position: absolute;
    content: '';/*何も入れない*/
    display: inline-block;
	background-image: url("../../images/fpen.png");
	background-repeat: no-repeat;
	background-position: center left;
    background-size: contain;
    width: 20px;/*画像の幅*/
    height: 20px;/*画像の高さ*/
	left: 20px;
	top:30%;
}
	
	
.fix_button a:hover {
  opacity:0.8;
}
.fix_button img {
  width: 100%;
	height: auto;
}
}

	.small{
		font-size:1.5rem;
		line-height: 1;
	}

@media (max-width: 1120px) {
	
		.small{
		font-size:1.3rem;
		line-height: 1;
	}}

.wrap-max {
  max-width: 1144px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .wrap-max {
      padding-right: 32px;
      padding-left: 32px; } }
  .wrap-max.ver1 {
    position: relative;
    padding-top: 7.1094%; }
  .wrap-max.wt {
    background: #fff; }
    @media only screen and (max-width: 768px) {
      .wrap-max.wt {
        padding-right: 15px;
        padding-left: 15px; }
        .wrap-max.wt.non {
          padding-right: 0;
          padding-left: 0; } }
    .wrap-max.wt + .wt {
      margin-top: 75px; }
      @media only screen and (max-width: 768px) {
        .wrap-max.wt + .wt {
          margin-top: 23px; } }
  .wrap-max .wrap-con {
    max-width: 834px;
    margin: 0 auto; }
    .wrap-max .wrap-con.narr {
      max-width: 665px;
      padding-top: 50px;
      padding-bottom: 65px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.narr {
          padding-top: 0; } }
    .wrap-max .wrap-con.yel figure.fig-1 {
      margin-top: 33px;
      margin-bottom: 27px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.yel figure.fig-1 {
          margin-top: 23px; } }
    .wrap-max .wrap-con.yel figure.fig-2 {
      margin-top: 34px; }
    .wrap-max .wrap-con.no1 {
      padding-top: 70px;
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.no1 {
          padding-top: 25px;
          margin-bottom: 32px; } }
    .wrap-max .wrap-con.no2 {
      margin-bottom: 44px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.no2 {
          margin-bottom: 30px; } }
    .wrap-max .wrap-con.no3 {
      padding-bottom: 86px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.no3 {
          padding-bottom: 36px; } }
    .wrap-max .wrap-con.no4 {
      padding-top: 60px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.no4 {
          padding-top: 30px; } }
    .wrap-max .wrap-con.no5 {
      padding-top: 55px;
      padding-bottom: 65px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con.no5 {
          padding-top: 23px;
          padding-bottom: 26px; } }
    .wrap-max .wrap-con .box-in {
      padding: 0 36px; }
      @media only screen and (max-width: 768px) {
        .wrap-max .wrap-con .box-in {
          padding: 0 20px; } }

   .wrap-con .box-in {
      padding: 0 36px; }
      @media only screen and (max-width: 768px) {
        .wrap-con .box-in {
          padding: 0 20px; } }

dl.vert {
  margin: 0;
  padding: 0;
  margin-bottom: 26px;

  background: #7D7D7D;
  padding: 10px; }
  dl.vert dt, dl.vert dd {
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 768px) {
    dl.vert {
      padding: 23px 10px;
      line-height: 1.4; } }
  dl.vert dt, dl.vert dd {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold; }
  dl.vert dt {
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      dl.vert dt {
        font-size: 1.6rem; } }
  dl.vert dd {
    font-size: 2.0rem; }
    @media only screen and (max-width: 768px) {
      dl.vert dd {
        font-size: 1.5rem; } }
dl.ph-list {
  margin: 0;
  padding: 0;
  margin-bottom: 56px; }
  dl.ph-list dt, dl.ph-list dd {
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 768px) {
    dl.ph-list {
      margin-bottom: 30px; } }
  dl.ph-list dt, dl.ph-list dd {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem; }
    @media only screen and (max-width: 768px) {
      dl.ph-list dt, dl.ph-list dd {
        font-size: 1.6rem;
        letter-spacing: -.06rem; } }
  dl.ph-list dt {
    margin-bottom: 26px;
    font-weight: bold;
	line-height: 1.3;}
    @media only screen and (max-width: 768px) {
      dl.ph-list dt {
        margin-bottom: 14px; } }
    dl.ph-list dt.nocd-free {
      margin-bottom: 39px; }
      @media only screen and (max-width: 768px) {
        dl.ph-list dt.nocd-free {
          margin-bottom: 13px;
          line-height: 1.3; } }
    dl.ph-list dt .txt-min {
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        dl.ph-list dt .txt-min {
          padding-top: 6px;
          font-size: 1.3rem; } }

 dl.ph-list dt .txt-note {
      font-size: 1.7rem; 
      text-align: left}
      @media only screen and (max-width: 768px) {
        dl.ph-list dt .txt-note {
          padding-top: 6px;
          font-size: 1.3rem; } }

  dl.ph-list dd {
    margin-bottom: 46px; }
    @media only screen and (max-width: 768px) {
      dl.ph-list dd {
        margin-bottom: 25px; } }
    dl.ph-list dd.line {
      border-bottom: solid 2px #CECECE;
      margin-bottom: 52px;
      padding-bottom: 52px; }
    @media only screen and (max-width: 768px) {
      dl.ph-list dd a img {
        width: calc(100% /1.1); } }
    @media only screen and (max-width: 768px) {
      dl.ph-list dd a.v1 img {
        width: calc(100% /1.2); } }
  dl.ph-list.last {
    margin-bottom: 0; }
    dl.ph-list.last dd:nth-last-child(1) {
      margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  figure.ban {
    padding-right: 32px;
    padding-left: 32px; } }
figure.fig-str {
  margin-top: 48px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    figure.fig-str {
      padding: 0 66px; } }

.tit-ph {

  margin-bottom: 40px;
  padding: 2px 5px;
  border: solid 2px #000;
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem; }
  @media only screen and (max-width: 768px) {
    .tit-ph {
      margin-bottom: 17px;
      padding: 10px;
      border: solid 1px #000;
      font-size: 1.4rem; } }

.freedial {
  width: 182px;
  margin: 0 auto 13px;
  background: #C41B20;
  padding: 4px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .freedial {
      width: 153px;
      font-size: 1.3rem; } }

.anchor {

  margin-top: 100px;
}

.wt{
	background-color: #fff;
	margin: 0 auto;
	 border-radius: 20px;
}

.wrap-con.narr{
	margin: 0 auto;
	max-width: 665px;
    padding-top: 50px;
    padding-bottom: 65px;}

.mt-5{
	margin-top: 50px;
}

  @media only screen and (max-width: 768px) {
.mb-5{
	margin-bottom: 70px;
	  }}

.pc-br {
  display: block; }
  @media only screen and (max-width: 768px) {
    .pc-br {
      display: inline; } }

.sp-br {
  display: inline; }
  @media only screen and (max-width: 768px) {
    .sp-br {
      display: block; } }