@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
@font-face {
  font-family: 'bahnschrift';
  src:url(./bahnschrift.ttf);
  font-weight: normal;
  font-style: normal;
}
.en{
	font-family: 'bahnschrift';
}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.8;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	/*list-style:none;*/
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hide-pc {
    display: none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
.header_in{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_links ul {
	display: flex;
	justify-content: flex-start;
	font-weight: bold;
}
.header_links ul li{
	margin-left: 30px;
}
.header_links ul li a{
	display: inline-block;
	padding: 10px 10px;
	text-align: center;
}
.header_links ul li.contact_btn a{
	border: 4px solid #FF830E;
	border-radius: 6px;
	padding: 6px;
	color: #FF830E;
	width: 146px;
}
.header_links ul li.order_btn a{
	background-color: #FF830E;
	border-radius: 6px;
	color: #fff;
	width: 146px;
}
/*-----------        -----------------*/
.logo img{
	width: 90px;
}
.fv{
	padding: 50px 0 0;
	background: url(../img/fv-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.header{
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 3;
}
.fv_in{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.fv_img img{
	margin-bottom: -51px;
}
.fv_content{
	margin-left: 60px;
}
.fv_ttl1{
	margin-bottom: 40px;
}
.fv_ttl2{
	margin-bottom: 50px;
}
.fixed_right{
	position: fixed;
	z-index: 2;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fixed_right a{
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	letter-spacing: 3px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px 15px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 58px;
}
.btn1{
	background-color: #39B54A;
}
.btn2{
	background-color: #FF2600;
}
.sec{
	padding: 40px 0;
	/*padding: 100px 0;*/
}
h2{
	font-size: 40px;
}
.title{
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.4;
}
.point_links{
	margin-top: 70px;
	background-color: #F5F5F5;
	padding: 5px;
	margin-bottom: 30px;
}
.point_links_in{
	border: 1px solid #333333;
	padding: 80px 0 50px;
	display: flex;
}
.point_link{
	display: block;
	width: 33.33%;
	text-align: center;
	border-left: 1px solid #333;
	padding: 10px 20px;
	position: relative;
}
.point_link:first-child{
	border-left: none;
}
.point_link_num{
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: -100px;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 36px;
	border-radius: 50%;
	background-color: #FF2600;
	color: #fff;
	padding-top: 10px;
}
.point_link_ttl{
	font-size: 18px;
	font-weight: bold;
}
.point_link_ttl strong{
	font-size: 24px;
	font-weight: bold;
}
.yellow_back{
	background:linear-gradient(to top, #ffff00 0%, #ffff00 40%, transparent 40%);
}

h3{
	font-size: 24px;
}
.point_link_img{
	margin: 20px 0;
}
.point_link_txt{
	font-size: 18px;
	font-weight: bold;
	color: #FF2600;
}
.point_link_txt img{
	vertical-align: middle;
}
/****
.cta{
	padding: 80px 0 60px;
	background: url(../img/cta-back.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.cta .fixedcontainer{
	display: flex;
	justify-content: center;
}
.cta_div{
	width: 400px;
	margin: 0 50px;
	color: #fff;
	text-align: center;
}
.cta_ttl{
	margin: 15px 0;
	font-weight: bold;
}
.cta_tel{
	font-size: 54px;
	font-weight: bold;
}
.cta_email{
	width: 100%;
	background-color: #FF2600;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 17px 0;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
}
***/

#feature1.sec{
	padding-bottom: 40px;
}
.feature_num{
	display: block;
	margin: 0 auto 20px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: #FF2600;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding-top: 18px;
}
.feature_num>span>span{
	display: block;
	font-size: 48px;
	font-weight: bold;
	margin-top: 3px;
}
.feature_div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 168px;
	margin-top: 70px;
}
.feature_content{
	width: 440px;
}
.feature_ttl{
	color: #002854;
	line-height: 1.4;
	margin-bottom: 20px;
}
.feature_img{
	width: 584px;
	position: relative;
	z-index: 1;
}
.feature_img:before{
	content: '';
	width: calc(100% + 50vw - 629px);
	height: 100%;
	background-color: #002854;
	z-index: -1;
	position: absolute;
	left: 80px;
	top: 80px;
}
.feature_div.reserve{
	flex-direction: row-reverse;
}
.reserve .feature_content{
	padding-top: 50px;
}
.reserve .feature_img:before{
	right: 80px;
	left: auto;
	width: calc(100% + 50vw - 628px);
}
.gray_back{
	background-color: #f2f2f2;
}
.feature2_img{
	text-align: center;
}
.mt50{
	margin-top: 50px;
}
.feature2_div{
	background-color: #fff;
	padding: 10px;
}
.feature2_div_in{
	border: 1px solid #002854;
	padding: 40px 30px;
}
.feature2_ul li{
	position: relative;
	list-style: none;
	line-height: 2;
	padding-left: 20px;
}
.feature2_ul li:before{
	position: absolute;
	content: '';
	width: 15px;
	height: 14px;
	top: 10px;
	left: 0;
	background: url(../img/icon-check.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.product{
	background-color: #002854;
}
.product_in{
	display: flex;
	align-items: flex-end;
	flex-direction: row-reverse;
}
.product_in>div{
	width: 50%;
}
.product_info{
	padding: 80px 0;
	color: #fff;
}
.product_ttl{
	line-height: 1.4;
	margin-bottom: 30px;
}
.product_points{
	margin: 30px 0;
}
.product_points li{
	list-style: none;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding-left: 20px;
}
.product_points li:before{
	content: '';
	position: absolute;
	width: 15px;
	height: 14px;
	background: url(../img/icon-check.svg) no-repeat;
	background-position: center;
	background-size: contain;
	left: 0;
	top: 10px;
}
.product_points li span{
	color: #ffff00;
}
.access_list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.access_arrow{
	margin: 0 20px;
}
.map_list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.work{
	background-color: #fff;
	padding: 50px;
	margin-top: 50px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.work_header{
	display: flex;
}
.work_img{
	width: 484px;
}
.work_info{
	flex: 1;
	margin-left: 40px;
}
.work_ttl{
	font-size: 32px;
	color: #002854;
	margin-bottom: 20px;
}
.work_info_list li{
	list-style: none;
	margin-bottom: 10px;
}
.work_info_list li span{
	display: inline-block;
	padding: 0 10px 2px;
	background-color: #333;
	margin-right: 20px;
	color: #fff;
}
.work_content_div{
	margin-top: 30px;
}
.work_content_div h4{
	font-size: 20px;
	border-left: 4px solid #FF2600;
	padding-left: 10px;
	margin-bottom: 10px;
}
.company .fixedcontainer{
	max-width: 800px;
}
.footer_logo{
	text-align: center;
}
.company table{
	width: 100%;
}
.company table th{
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
	padding: 20px;
	width: 200px;
}
.company table td{
	padding: 20px;
	border: 1px solid #ccc;
}
.footer{
	background-color: #333;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
.fixed_bottom{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 3;
}


/* 2023.6 header---FV
/************************************************************/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
}


.HeadBox h1{
    font-size: 38px;
    font-size: calc(3.8rem + ((1vw - 0.64rem) * 2.1429));
    line-height: 1.3;
}
.captions {
    font-size: 26px;
    font-size: calc(2.6rem + ((1vw - 0.64rem) * 0.7143));
    line-height: 1.3;
}
@media (min-width:1200px) {
.HeadBox h1 {
	font-size: 4.8rem;
}
.captions {
	font-size: 2.6rem;
}
}
@media screen and (max-width:640px) {
.HeadBox h1{
	font-size: 2.4rem;
}
.captions {
	font-size: 1.4rem;
}
}

.inner{
	width:95%;
	max-width:1080px;
	margin:auto;
}


/*header*/
header{
	width:100%;
	height: auto;
	background:#ffffff;
	margin:0 auto;
	padding:0;	
}
header .inner{
	margin:0 auto;
	width:98%;
	max-width:1200px;
	display:flex;
	align-items: center;
}
header .inner::after{
	content:'';
	clear:both;
	display:block;
}

header img{
	width:100%;
	max-width:250px;
	height:auto;
}
.headerNavi{
	width:80%;
	display:flex;
	align-items: center;
	padding:10px 0;
}
header nav li{
	display:inline-block;
	font-size:14px;
	border-left:1px solid #333333;
	padding:3px 10px;
}
header nav li:last-child{
	border-right:1px solid #333333;
}
header nav li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
header nav li a:hover{
	text-decoration:none;
}

.headerInfo{
	width:20%;
	padding:0;
	text-align:right;
}
.headerInfo .items{
	width: 100%;
}
@media screen and ( max-width: 813px ) {
header nav{
	display:none;
}
.headerNavi{
	width:auto;
	display: block;
}
.headerInfo{
	width:auto;
	display: block;
	padding:10px 0 0;
}
.home header{
	display:none;
}
}

/**head**/
.HeadBox{
	margin:0 auto;
	padding:0;
	background-image: url(../img/fv-bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position: right center;
	position:relative;
	z-index:0;
}
.HeadBox::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,0.1);
	z-index: -1;
}
.HeadBoxIn{
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

.HeadBox h1{
	font-weight:bold;
	letter-spacing:-1px;
	color:#000000;
	text-shadow:2px 2px 2px #fff;
	margin-bottom:15px;
	text-align:center;
}
.HeadBox h1.white{
	color:#ffffff;
	text-shadow:2px 2px 2px #000;
}
.HeadBox h1 img{
	display:block;
	margin:0 auto;
}
.HeadBox h1 span{
	display: inline-block;
	font-size:90%;
	vertical-align:bottom;
}
.HeadBoxIn .txt{
	color:#000000;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	font-weight:bold;
	font-size:1.8rem;
}
.HeadBoxIn .txtwhite{
	color:#ffffff;
	text-shadow:1px 1px 1px #000;
	font-weight:bold;
	font-size:1.8rem;
}
.HeadBoxIn .fv_img_product{
	display:none;
}
@media screen and ( max-width: 414px ) {
.HeadBox{
	background-image: url(../img/fv-bg-sp.jpg);
	background-position: center center;
}
.HeadBoxIn .txt{
	font-size:1.4rem;
}
.HeadBoxIn .fv_img_product{
	display:block;
	margin-bottom:10px;
}
.iMedal {
	width: 80%;
    margin: 0 auto;
}
}

.main_visual_badge {
	padding-bottom:10px;	
}
.main_visual_badge_img {
	position:relative;
}
.main_visual_badge_img::before {
	content: '';
	aspect-ratio: 1 / 1;
	position:absolute;
	z-index:-1;
	bottom:-30px;
	left: 50%;
    transform: translateX(-50%);
}
.main_visual_badge img {
	max-width:120px;
	height:auto;
}
@media screen and ( min-width: 813px ) {
.main_visual_badge {
	position:absolute;
	right:70px;
	bottom:3%;
	z-index:1;
}
.main_visual_badge img {
	max-width:200px;
}
}
@media screen and ( max-width: 414px ) {
.main_visual_badge {
	display:none;
}
}


.ActionBtn{
	max-width:480px;
	margin:0 auto;
}
.ActionBtn .btn_orang{
	display:block;
	position:relative;
	width: 80%;
    color:#ffffff;
    background-color: rgba(244,152,1,0.9);
    box-shadow: 0 0 10px rgba(0,0,0,0.28);
    border: none;
    padding: 2% 30px;
    font-size:2.0rem;
	font-weight:bold;
    margin: 0 auto;
	text-decoration:none;
	text-align:center;
	border-radius:50px; 
    -webkit-border-radius:50px; 
    -moz-border-radius:50px;
	border:2px solid #FFFFFF;
	line-height:40px;
}
.ActionBtn .btn_orang::after {
	content: "→";
	position: absolute;
	right:20px;
}
.ActionBtn .btn_orang:hover{
	background:#f49801;
}
@media screen and ( max-width: 813px ) {
.ActionBtn .btn_orang{
	font-size:1.4rem;
}
}

/** 202404追加 **/

.TitBg{
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	position: relative;
}
.TitBg:after {
    position: absolute;
    content: '';
    top: 100%;
    left:50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #333333;
    width: 0;
    height: 0;
}

/**CTA**/
.sec_title {
	padding: 18px 10px;
    margin: 0 auto;
    background: #dd0000;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
	font-size: 28px;
	line-height: 1.3;
    font-weight: bold;
}

.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}

.cta{
	padding: 40px 0;
	background: url(../img/cta-back.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.cta .fixedcontainer{
	display: flex;
	justify-content: center;
}
.cta_div{
	width: 400px;
	margin: 0 50px;
	color: #fff;
	text-align: center;
}
.cta_ttl{
	margin: 15px 0;
	font-weight: bold;
}

.cta_tel{
	font-size: 54px;
	font-weight: bold;
	color: #fff;
}
.cta_email{
	width: 100%;
	background-color: #FF2600;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 17px 0;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	border-radius: 40px;
}

@media screen and (max-width:768px){
.sec_title {
	font-size: 16px;
}	
.fixedcontainer{
	width: 90%;
}

.cta{
    padding: 40px 0;
}
.cta .fixedcontainer{
    display: block;
}
.cta_div{
    width: 100%;
    margin: 0 0 20px;
    line-height: 1;
}
.cta_div:last-child{
    margin-bottom: 0;
}
.cta_icon{
    display: none;
}
.cta_ttl{
    display: none;
}
.cta_tel{
    font-size: 40px;
}
.cta_email{
    font-size: 18px;
    padding: 20px 0;
}
}

/** feature **/
.sec_feature {
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}
.TitBg{
	background:#333333;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	position: relative;
}
.TitBg_inner{
	width:90%;
	max-width:1080px;
	margin:0 auto;
	padding:0;
}
.TitBg::after {
    position: absolute;
    content: '';
    top: 100%;
    left:50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #333333;
    width: 0;
    height: 0;
}
.PerformBox{
	box-sizing: border-box;
	width:90%;
	max-width:1080px;
	margin: 50px auto 0;
	padding:40px;
	box-shadow:0px 0px 8px -1px #999999;
	-moz-box-shadow:0px 0px 8px -1px #999999;
	-webkit-box-shadow:0px 0px 8px -1px #999999;
}
@media screen and ( max-width: 1080px ) {
.PerformBox{
	margin:0 auto;
}
}

.PerformBox .PerformTit{	
	color:#FFFFFF;
	font-size:20px;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:15px;
	position: relative;
}
.PerformBox .PerformTit span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 2px 20px 2px 40px;
  background:#CC0000;
  text-align: left;
  border-radius: 0 10px 0 0;
}

.PerformBox .PerformTit::after {
  content: '';
  position: absolute;
  bottom:0;
  z-index:1;
  display:block;
  width: 100%;
  height: 2px;
  background-color:#CC0000;
}
@media screen and ( max-width: 812px ) {
.PerformBox .PerformTit::after {
  content: none;
}
}
.PerformBox .PerformTit::before {
  content:'';
  background-color:#CC0000;
  background-image: url(../img/i_tit1.png);
  background-repeat:no-repeat;
  background-size:40px 40px;
  background-position:center center; 
  display: inline-block;
  position: absolute;
  z-index:2;
  padding: 0em;
  width: 50px;
  height: 50px;
  text-align: center; 
  line-height: 50px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

.PerformBox h3{
	color:#FF9900;
	margin-bottom:20px;
	font-size: 18px;
	font-weight:bold;
}
.PerformBox h4{
	font-size: 16px;
	font-weight:bold;
}
.PerformBox p{
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	margin-bottom:15px;
}
.PerformBox .Performimg{
	margin:auto;
	text-align:center;
}
.PerformBox p strong{
	color:#dd0000;
}
@media screen and ( min-width: 812px ) {
.PerformBox h3{
	font-size: 26px;
}
.PerformBox p{
	font-size:16px;
}
.PerformBox .Performimg img{
	width:90%;
	height:auto;
}
.PerformBox .Performimg iframe{
	width:95% !important;
	height:auto;
}
}
@media screen and ( min-width: 812px ) {
.PerformBox .Col2{
	display:flex;
	align-items: flex-start;
	box-sizing:border-box;
}
.PerformBox .Col2L3{
	width:30%;
}
.PerformBox .Col2R7{
	width:70%;
}
.PerformBox .Col2L4{
	width:40%;
}
.PerformBox .Col2R6{
	width:60%;
}
.PerformBox .Col2L5{
	width:50%;
}
.PerformBox .Col2R5{
	width:50%;
}
.PerformBox .Col2L6{
	width:60%;
}
.PerformBox .Col2R4{
	width:40%;
}
.PerformBox .Col2L7{
	width:70%;
}
.PerformBox .Col2R3{
	width:30%;
}
}
.PerformBox .ComandBox{
	background:#f2f2f2;
	padding:10px;
	box-sizing:border-box;
}
.PerformBox .ComandBox ul{
	margin:5px 0 0;
	padding:0;
	list-style:none;
}
.PerformBox .ComandBox ul li{
	margin:0 8px 0 0;
	padding:0;
	font-size:14px;
}
.PerformBox .FileListbg{
	border:3px solid #f2f2f2;
	box-sizing:border-box;
	padding:0;
	margin:0 auto;
	width:95%;
	position:relative;
}
.PerformBox .FileListbg h4{
	background:#f2f2f2;
	font-size:16px;
	font-weight:bold;
	padding:10px 0;
	margin:0;
	text-align:center;
}
.PerformBox .FileList{
	margin:20px;
	margin-left:30px;
}
.PerformBox .FileList li{
	list-style-type:disc !important;
}


.PerformBox .imgList2col,
.PerformBox .imgList4col{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}
.PerformBox .imgList2col div{
	-webkit-flex-basis:50%;
	-ms-flex-basis:50%;
	flex-basis:50%;
	padding:5px;
	box-sizing:border-box; 
}
.PerformBox .imgList4col div{
	-webkit-flex-basis:50%;
	-ms-flex-basis:50%;
	flex-basis:50%;
	padding:5px;
	box-sizing:border-box; 
}
@media screen and ( min-width: 415px ) {
.PerformBox .imgList4col div{
	-webkit-flex-basis:25%;
	-ms-flex-basis:25%;
	flex-basis:25%;
}
}

/** case **/
.case__ps{
	margin:0 auto;
	padding:40px 0 0;
}
.case__ps_title {
	margin: 0 0 20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.case__ps_list {
	margin: 0 auto;
    padding: 0;
    list-style: none;
    width: fit-content;
	list-style:none;
}
.case__ps_list li {
	padding:8px 0;
	font-size:16px;
	font-weight:700;
	color:#56B854;
	display: flex;
    align-items: center;
}
.case__ps_list li::before {
	display:inline-block;
	content:'';
	background: url(../img/kiso-icon.png) no-repeat;
	width:35px;
	min-width: 35px;
	height:35px;
	background-size:contain;
	margin-right:8px;
	vertical-align:middle;
}

@media screen and (min-width: 768px) {
.case__ps_title {
	font-size:32px;
}
.case__ps_list li {
	font-size:24px;
}
}
