@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
	background: linear-gradient(-45deg, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), url(../img/card_img/pagetitle_bg.jpg) center center;
	background-size: 8px 8px, cover;
}

/*------------------------------------------------------------contents*/
/*--------------------------------------------Sec01*/
#sec01 .figbox .figbox_tx ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:0;
	text-align: center;
}
#sec01 .figbox .figbox_tx ul li {
	display: inline-block;
	width: 140px;
	height: 140px;
	padding-top:46px;
	vertical-align: top;
	margin: 0 2px;
	line-height: 1.4;
	font-size:19px;
	border-radius: 100%;
	background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
	background-size: 8px 8px;
}
#sec01 .figbox .figbox_tx ul li span {
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	letter-spacing: 0;
}
#sec01 .figbox .figbox_tx ul li:last-child {
	margin-top: -14px;
}
#sec01 .figbox figure {
	text-align: center;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media print, screen and (min-width:480px) {
#sec01 .figbox .figbox_tx ul li:last-child {
	margin-top: 0;
}
}
@media print, screen and (min-width:768px) {
#sec01 .figbox .figbox_tx ul {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:0;
	text-align: center;
}
#sec01 .figbox .figbox_tx ul li {
	display: inline-block;
	width: 190px;
	height: 190px;
	padding-top:64px;
	margin-right: 4px;
	font-size:26px;
}
#sec01 .figbox .figbox_tx ul li:first-child {
	letter-spacing: 0;
}
#sec01 .figbox .figbox_tx ul li span {
	font-size: 20px;
	letter-spacing: 0;
}
}
@media print, screen and (min-width:992px) {
#sec01 .figbox {
	font-size: 0;
}
#sec01 .figbox .figbox_tx {
	display: inline-block;
	width: 66%;
	vertical-align: middle;
}
#sec01 .figbox .figbox_tx ul {
	margin-bottom: 0;
}
#sec01 .figbox figure {
	display: inline-block;
	width: 34%;
	vertical-align: middle;
}
#sec01 .figbox figure img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
}
	
/*--------------------------------------------Sec02*/
#sec02 .list_card {
	text-align: center;
}
#sec02 .list_card > ul {
	width: 280px;
	margin-top:20px;
	display: inline-block;
}
#sec02 .list_card > ul > li {
	margin-bottom:15px;
	text-align: center;
}
#sec02 .list_card > ul > li h4 {
	margin-bottom: 8px;
	font-size:18px;
	font-weight: bold;
}
#sec02 .list_card > ul > li ul.panelbox {
    position: relative;
	width: 280px;
	height: 200px;
}
#sec02 .list_card > ul > li ul.panelbox > li {
    position: absolute;
    text-align: center;
	width: 280px;
	height: 200px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#sec02 .list_card > ul > li ul.panelbox > li:first-child {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transition: all 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: all 0.5s ease;
    transform-origin: 50% 50% -140px;
    -webkit-transform-origin: 50% 50% -140px;
    -moz-transform-origin: 50% 50% -140px;
}

#sec02 .list_card > ul > li ul.panelbox > li:last-child {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transition: all 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: all 0.5s ease;
    transform-origin: 50% 50% -140px;
    -webkit-transform-origin: 50% 50% -140px;
    -moz-transform-origin: 50% 50% -140px;
}

#sec02 .list_card > ul > li ul.panelbox:hover > li:first-child {
    transition: all 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: all 0.5s ease;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
	z-index: 10000;
}

#sec02 .list_card > ul > li ul.panelbox:hover > li:last-child {
    transition: all 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: all 0.5s ease;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
}
#sec02 .list_card > ul > li div.heads {
	position: relative;
	height: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .list_card > ul > li div.tails {
	position: relative;
	height: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .list_card > ul > li div.heads::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: rgba(0,0,0,0.8);
}
#sec02 .list_card > ul > li div.tails::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: rgba(0, 160, 233,0.8);
}
#sec02 .list_card > ul > li div.heads p {
	position: relative;
	line-height: 1.4;
	font-size:20px;
	color:#fff;
	z-index: 100;
}
#sec02 .list_card > ul > li div.tails ul {
	position: relative;
	z-index: 100;
}
#sec02 .list_card > ul > li div.tails ul li {
	margin:5px 0;
	line-height: 1.3;
	color:#fff;
}

#sec02 .list_card > ul > li:first-child div.heads {
	background: url(../img/card_img/ph02.jpg) right center;
	background-size: cover;
}
#sec02 .list_card > ul > li:first-child div.tails {
	background: url(../img/card_img/ph02.jpg) right center;
	background-size: cover;
}
#sec02 .list_card > ul > li:nth-child(2) div.heads {
	background:url(../img/card_img/ph05.jpg) center center;
	background-size: cover;
}
#sec02 .list_card > ul > li:nth-child(2) div.tails {
	background: url(../img/card_img/ph05.jpg) center center;
	background-size: cover;
}
#sec02 .list_card > ul > li:nth-child(3) div.heads {
	background:url(../img/card_img/ph06.jpg) center center;
	background-size: cover;
}
#sec02 .list_card > ul > li:nth-child(3) div.tails {
	background: url(../img/card_img/ph06.jpg) center center;
	background-size: cover;
}

@media print, screen and (min-width:768px) {
    #sec02 .list_card {
	margin-bottom: 30px;
}
#sec02 .list_card > ul {
	width: 100%;
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
#sec02 .list_card > ul > li {
	width: 220px;
	margin-bottom:0;
	vertical-align: top;
}
#sec02 .list_card > ul > li ul.panelbox {
	width: 220px;
	height: 220px;
}
#sec02 .list_card > ul > li ul.panelbox > li {
	width: 220px;
	height: 220px;
}
#sec02 .list_card > ul > li ul.panelbox > li:first-child {
    transform-origin: 50% 50% -110px;
    -webkit-transform-origin: 50% 50% -110px;
    -moz-transform-origin: 50% 50% -110px;
}

#sec02 .list_card > ul > li ul.panelbox > li:last-child {
    transform-origin: 50% 50% -110px;
    -webkit-transform-origin: 50% 50% -110px;
    -moz-transform-origin: 50% 50% -110px;
}
#sec02 .list_card > ul > li div.heads {
	height: 220px;
}
#sec02 .list_card > ul > li div.tails {
	height: 220px;
}
#sec02 .list_card > ul > li div.tails ul {
	position: relative;
	line-height: 1.4;
	font-size:20px;
	color:#000;
	z-index: 100;
}
}
@media print, screen and (min-width:768px) {
#sec02 .list_card > ul > li h4 {
	font-size:22px;
}
#sec02 .list_card > ul > li div.heads p {
	position: relative;
	line-height: 1.4;
	font-size:26px;
	color:#fff;
	z-index: 100;
}
}
@media print, screen and (min-width:992px) {
#sec02 .list_card > ul > li {
	width: 290px;
}
#sec02 .list_card > ul > li ul.panelbox {
	width: 290px;
	height: 290px;
}
#sec02 .list_card > ul > li ul.panelbox > li {
	width: 290px;
	height: 290px;
}
#sec02 .list_card > ul > li ul.panelbox > li:first-child {
    transform-origin: 50% 50% -145px;
    -webkit-transform-origin: 50% 50% -145px;
    -moz-transform-origin: 50% 50% -145px;
}

#sec02 .list_card > ul > li ul.panelbox > li:last-child {
    transform-origin: 50% 50% -145px;
    -webkit-transform-origin: 50% 50% -145px;
    -moz-transform-origin: 50% 50% -145px;
}
#sec02 .list_card > ul > li div.heads {
	height: 290px;
}
#sec02 .list_card > ul > li div.tails {
	height: 290px;
}
#sec02 .list_card > ul > li div.tails ul li {
	font-size: 18px;
}
}
@media print, screen and (min-width:1200px) {
#sec02 .list_card > ul > li {
	width: 350px;
}
#sec02 .list_card > ul > li ul.panelbox {
	width: 350px;
}
#sec02 .list_card > ul > li ul.panelbox > li {
	width: 350px;
}
#sec02 .list_card > ul > li ul.panelbox > li:first-child {
    transform-origin: 50% 50% -175px;
    -webkit-transform-origin: 50% 50% -175px;
    -moz-transform-origin: 50% 50% -175px;
}

#sec02 .list_card > ul > li ul.panelbox > li:last-child {
    transform-origin: 50% 50% -175px;
    -webkit-transform-origin: 50% 50% -175px;
    -moz-transform-origin: 50% 50% -175px;
}
#sec02 .list_card > ul > li div.tails ul li {
	font-size: 20px;
}
}
#sec02 .list_card p{
    font-size: 14px;
}
#sec02 .list_card p a{
    display: inline-block;
    background: linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(0,160,233,0.2) 25%, rgba(0,160,233,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(0,160,233,0.2) 75%, rgba(0,160,233,0.2));
    background-size: 8px 8px;
    color: black;
    text-decoration: none;
    margin-top: 15px;
    padding: 1px 20px;
    
}
#sec03,#sec04,#sec05{
    margin-top: -120px;
    padding-top:120px;
}
#sec03,#sec04{
    margin-bottom: 120px;
}

/*--------------------------------------------Sec03, Sec04*/
#sec03 figure, #sec04 figure {
	margin:15px 0;
	text-align: center;
	font-size:0;
}
#sec03 figure img, #sec04 figure img {
	display: inline-block;
	width: 142px;
	height: 94px;
	object-fit: cover;
}
#sec03 figure img:first-child, #sec04 figure img:first-child {
	margin-right: 2%
}
@media print, screen and (min-width:768px) {
#sec03 figure, #sec04 figure {
	margin:30px 0;
}
#sec03 figure img, #sec04 figure img {
	width: 280px;
	height: 186px;
}
}

/*--------------------------------------------Sec05*/
#sec05 figure {
	margin:15px 0 20px;
}
#sec05 figure img {
	width: 100%;
	max-width: 582px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#sec05 figure {
	margin:20px 0 30px;
}
}



.list_point {
	margin:15px 0;
	padding:8px 10px;
	text-align: center;
	background: rgba(228,0,127,0.07);
}
.list_point ul {
	display: inline-block;
}
.list_point ul li {
	position: relative;
	margin: 8px 0;
	padding-left:22px;
	text-align: left;
	line-height: 1.4;
	font-weight: bold;
}
.list_point ul li::before {
	position: absolute;
	top:6px;
	left:0;
	width:10px;
	height: 10px;
	content: "";
	border-radius: 100%;
	background: #e4007f;
}
@media print, screen and (min-width:768px) {
.list_point {
	max-width: 720px;
	margin:20px auto;
}
}

.tx_attention {
	display: inline-block;
	margin-top:15px;
}
.tx_attention li {
	position: relative;
	margin-bottom:6px;
	padding-left:22px;
	text-align: left;
	line-height: 1.4;
	color:#e00000;
}
.tx_attention li::before {
	position: absolute;
	top:0;
	left:0;
	content:"※";
	margin-bottom:6px;
	text-align: left;
	line-height: 1.4;
}


