@charset "utf-8";
.text-center {
text-align:center;
}
.text-center  img {
margin:auto;
}

#bxslidernoslide {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
}

#bxslidernoslide .slide {
width:24%;
}

.top_main {
}

#title_sub.mvarea,
.mvarea {
position:relative;
background:transparent;
max-height:none;
height:auto;
}
.sliderinner {

}

.containers {
  width: 100%;
  position: relative;
}

/* 背景スクロール用の帯を2枚並べる */
.containers::before,
.containers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;  
  opacity:0.3;
  height: 30vw;   
  background: url("../img/top/bg_logo.png") repeat-x;
  background-size: 50% auto; /* 縦に合わせて、横は自動比率 */
  animation: scroll-bg 20s linear infinite;
}

/* 2枚目を1枚分ずらして配置 */
.containers::after {
  left: 100%;
}

@keyframes scroll-bg {
  from {
    transform: translateX(0);
  opacity:0.3;
  }
  to {
    transform: translateX(-100%);
  opacity:0.3;
  }
}

#mv {
z-index:999;
position:relative;
height:auto;
}
#mv .block_1600{
padding-bottom:0;
}

/*
.topmv_bg_txt {
	position: absolute;
	width: fit-content;
	right: 0;
	top: -140px;
	font-size: clamp(1.375rem, 0.658rem + 3.06vw, 2.125rem);
    margin-bottom: .2em;
    color: #000;
    letter-spacing: 10px;
	z-index: 3;
	width: max-content;
	line-height: 2;
	font-weight:bold;
}
*/

.topmv_bg_txt {
	width: fit-content;
	font-size: clamp(1.375rem, 0.658rem + 3.06vw, 2.125rem);
    margin-bottom: 2em;
    color: #000;
    letter-spacing: 10px;
	z-index: 3;
	width: max-content;
	line-height: 2;
	font-weight:bold;
	
}
.topmv_bg_txt span {
	background: #fdfd60;

    color: #000;
    display: block;
    width: fit-content;
    padding: 0 1em;
    margin: 0em 0;
    margin-left:2.5em;
}
.topmv_bg_txt .span2 {
    margin-left:0em;
}

.topmv2{
    display: flex;
    align-items: center;
}
.topmv2 .txt{
    top:0;
    width: 50%;
    position:relative;
    margin-left: -5%;
    padding:3em 5em;
    font-size:15px;
    font-weight:bold;
    line-height:2;
    letter-spacing:0.2em;
    font-feature-settings: "palt" 1;
    padding-bottom:1em;
    margin-bottom:0;
}
.topmv2 .txt p {
    margin-bottom:0.8em;
}
.topmv2 .txt .mlogo{
    width: 40%;
}
.topmv2 .txt .cimg{
    width: 50%;
    margin:0 auto 1em;
}

/*=================================================================================*/
@media screen and (max-width: 768px) {
	main {
		font-size: 65%;
	}

    .topmv2 {
        display: block;
    }
    .topmv2 .txt {
        position: relative;
        top: -10vw;
    	width:90%;
        margin: 0 auto;
        padding: 0;
        box-sizing:border-box;
    }
    .topmv_bg_txt {
    	max-width:100%;
    margin-bottom: 1em;
    	
    }
.topmv_bg_txt span {
    padding: 0 0.5em;
    margin-left: 1em;
    letter-spacing: 5px;
}
    .containers::before, .containers::after {
    	width: 1000px;
    	background-size:  100% auto;
    }

/* 2枚目を1枚分ずらして配置 */
.containers::after {
  left: 1000px;
}


}

/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width: 768px) {



#top01 {position:static;
        transform: translate(0);
        margin:auto;
}
}


.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}


/*下層用*/
.titlearea {
position:relative;

}

.titlearea .ctitle {
position:absolute;
right:0;
top:0;
text-align:left;
width:50%;
height: 100%;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
letter-spacing: 2px;
line-height: 2.3;
}


.titlearea .ctitle  {
}

.titlearea .ctitle  span {
	font-size: 67px;
	display:block;
    font-weight: 700;
}


.secbox {
	width:1480px;
	max-width:94%;
	margin:0 auto;
	text-align:left;
	padding: 0 5em 5em;
	flex-wrap:wrap;
	
display:flex;
align-items:stretch;
justify-content:space-between;
	
}

* {
    box-sizing: border-box; 
}
.secbox .box_left {
	position: relative;
	z-index: 1;
	width:49%;
}
.secbox .box_right {
	position: relative;
	z-index: 1;
	width:49%;
}
.secbox .box_all {

	position: relative;
	z-index: 1;
	width:49%;
	margin:auto;
	text-align: center;
}
.secbox .box_all_center {

	position: relative;
	z-index: 1;
	width:100%;
	margin:auto;
	text-align: center;
}
.secbox .box_all_wide {

	position: relative;
	z-index: 1;
	width:100%;
	margin:auto;
	text-align: left;
}

.secbox span {
	font-size: 36px;
	background: #fff;
    padding: 0 .5em;
    margin: 0;
    text-transform: uppercase;
    
}
.secbox span.font48 {
	font-size:32px;
}

.secbox h2 {
    background: #fff;
    padding: .8em 30px;
    margin: 0;
    width: fit-content;
    line-height: initial;
}
.secbox .box_all h2 {
    margin:auto;
}
.secbox .box_all_center h2 {
    margin:auto;
}
.secbox p {
	width: 100%;
	letter-spacing: 1px;
	line-height: 2.3;
}

.secbox img {
	position: relative;
   margin-top:-80px;
	width: 100%;
}

.secbox h3{
	letter-spacing: 5px;
	margin-top:20px;
	font-size: 18px;

}

.secbox h3 .le_sp02 {
	letter-spacing:2px;
	
}

.secbox .box_left  .desc {
    padding-right:40px;
}
.secbox .box_right  .desc {
    padding-left:40px;
}

@media (min-width: 768px) {
    .secbox span {
        font-size: 60px;
    }
	.secbox span.font48 {
	font-size:48px;
	}
}
@media (max-width: 767px) {
.secbox .box_left  .desc {
    padding-right:0;
}
.secbox .box_right  .desc {
    padding-left:0;
}
.secbox img {
	margin-top: 1em;
	margin-bottom: 1em;
}
.secbox p {
font-size:0.8em;
line-height:1.75;
}
.secbox .box_left {
	width:100%;

}
.secbox .box_right {
	width:100%;

}
.secbox .box_all {
	width:100%;
}
.secbox {
padding:0 1em 2em;
}
.od1 {
order:1;
}
.od2 {
order:2;
}
.titlearea img {
    max-width: 100%;
	height:auto;
	
	}
.titlearea .ctitle {
    width: 100%;
}
.titlearea .ctitle h2 {
    text-align: center;
    line-height:1;
}
.titlearea .ctitle span {
	font-size: 36px;
	
}
}
.circlebg {
position:relative;
}
.circlebg:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 180px;
        background: url(../img/circle.svg) no-repeat center top;
        background-size: 140%;
        z-index: 1;
    }

.group-logo {
text-align:center;
	width:1000px;
	max-width:94%;
	margin:0 auto;
	padding:5em;
}
.group-logo dt img {
text-align:center;
	margin:0 auto;
}
.group-logo dd {
text-align:left;
padding-top:30px;
letter-spacing:0.05em;
font-size:15px;
line-height:1.8;
width:500px;
	max-width:94%;
	margin:0 auto;
}
.grouplink {
	position:relative;
	z-index:3;
width:1000px;
	max-width:94%;
	margin:0 auto 5em;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.grouplink li {
    padding:5px;
}
.grouplink li a {
    display: flex;
    align-items: center;
    text-decoration:none;
    background:#fff;
    border-radius:30px;
    padding:5px 12px;
    
	-webkit-transition: .1s ease-in-out;
	transition: .2s ease-in-out;
}

.grouplink li a:after{
    display: flex;
    position: relative;
    right: 0;
    content: "→";
    background: #f75d2f;
    border-radius: 100vh;
    color: #fff;
    font-size: 8px;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    line-height: normal;
}
.grouplink li a:hover {
    background: #f75d2f;
    color: #fff;
}
.grouplink li a:hover:after {
    background: #fff;
    color: #f75d2f;
}

.gprof {
	width:1000px;
	max-width:94%;
	margin:0 auto;
	text-align:left;
	padding: 0 5em 5em;
}

.gprof h2 {
text-align:left;
        font-size: 18px;
        letter-spacing:0.1em;
        padding-left: 30px;
        margin-bottom: 2rem;
        position:relative;
}
.gprof h2:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100vh;
    background: #f4333a;
    margin-right: 1.5em;
    position:absolute;
    left:0;
    top:15px;
}
.gprof  table {
width:100%;
}
.gprof  table tr th {
        width: 240px;
        line-height: 1.7em;
        font-weight: 500;
        font-size: 15px;
        text-align: left;
        padding: 0.8em;
        background:#fff;
    }
    

.gprof   table tr td {
        line-height: 1.7em;
        font-size: 15px;
        padding: 0.8em;
        background:#fff;
    }
	.gprof table tr td dt {font-weight:700;}

.disp_s {display:none;}
@media (max-width: 767px) {
.group-logo {
	padding:2.5em 0;
}
.gprof {
    padding: 0 1em 5em;
}
.gprof table tr th {width:100%;display:block;padding:1em 1em 0;}
.gprof table tr td {width:100%;display:block;padding:1em 1.5em;}

.box_left.order2 {
    order:2;
}
.box_right.order1 {
    order:1;
}
.disp_p {display:none;}
.disp_s {display:block;}
}

#gobou_prof .box_left{
	width:29%;
}
#gobou_prof .box_right{
	width:65%;
}
#gobou_prof .box_right table{
	width:100%;
}

#gobou_prof .box_right table th{
	padding:0.5em;
	border-bottom:solid 1px #000;
}
#gobou_prof .box_right table td{
	padding:0.5em 0;
	border-bottom:solid 1px #000;
}
#gobou_prof .taidanlink{
	width:100%;
	background:url(../img/taidan_1.jpg) no-repeat center center;
	background-size:cover;
	text-align::center;
	padding:2em;
	border-radius:20px;
}
#gobou_prof .taidanlink p{
	font-weight:500;
	font-size:1.2em;
	text-align:center;  
	line-height: 1.6;
  padding: 0.5em 0;
}
#gobou_prof .taidanlink p em{
	font-size:2.5em;
	font-style:normal;
	font-weight:700;
}
#gobou_katudou .box_right{width:29%;}
#gobou_katudou .box_left{
	width:65%;
}
.marulist{padding-bottom:2em;}
.marulist li{
	position:relative;
	padding-left:1.5em;
	margin:0.3em 0;
}
.marulist li::before{
	content:"●";
	color:#f4333a;
	position:absolute;
	left:0;
}
.fimg img{margin:0;}
#gobou_media dl dt{
	color:#f4333a;
	font-weight:bold;
}
#gobou_media dl dd{
	padding-bottom:1em;
}
#gobou_media dl dd ul{padding-bottom:0;}
#gobou_links ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#gobou_links ul li{
	width:23%;
	margin-bottom:1.5em;
}
#gobou_links ul li img{margin:0;}

@media (max-width: 767px) {
	#gobou_ad{
		padding-top:10vw;
	}
	#gobou_ad img{
		margin:0 !important;
		padding:0 !important;
	}
	#gobou_ad p{margin:0 !important;}
#gobou_prof .box_left{
	width:100%;
	height:60vw;
	overflow:hidden;
}
	#gobou_prof .box_left img{
		width:50%;
		height:auto;
		display:block;
		margin:0 auto;
	}

#gobou_prof .box_right{
	width:100%;
}

	
#gobou_prof .taidanlink{
	width:100%;
	background:url(../img/taidan_s.jpg) no-repeat center center;
	background-size:cover;
	text-align::center;
	padding:2em;
	border-radius:20px;
}
#gobou_katudou .box_right{width:100%;}
	#gobou_katudou .box_right img{
	  width: 40%;
  margin: 2em auto 2em;
	}
#gobou_katudou .box_left{
	width:100%;
}
	#gobou_katudou .fimg{
		order:3;
	}


#gobou_links ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#gobou_links ul li{
	width:48%;
	margin-bottom:1em;
}
}

#page-taidan{padding-top:2em;}
.titlearea img{
	margin:0 auto;
}

.titlearea img {
    width: 100%;
}

.titlearea .mvimg img {width:100%;}
.titlearea .ctitle2{
	position:absolute;
	
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	text-align:center;
}
.titlearea .ctitle2 h2{
	font-weight:500;
	font-size:1.2em;
}
.titlearea .ctitle2 h2 em{
	font-size:2.5em;
	font-style:normal;
	font-weight:700;
}
.titlearea .ctitle2 .en{
	display:inline-block;
	background:#E40077;
	font-family: 'Poppins','Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	padding:0.3em 1em;
}
.taidantxt .imgR{
	float:right;
	width:45%;
	margin:0 0 1.5em 1.5em;
}
.taidantxt img{margin:0;}
.taidantxt .imgL{
	float:left;
	width:45%;
	margin:0 1.5em 1.5em 0;
}
.taidantxt h3{
	font-weight:bold;
	text-align:left;
	clear:both;
	margin:3em 0 1.5em;
	color:#D31377;
}
.taidantxt h3 span{font-size:1.6em;}
.taidantxt p{
	font-size:1em;
	padding-bottom:1.5em;
	text-align:left;
}
.taidantxt p span{font-size:1em;}
.taidantxt .text_org16m{
	color:#f08300;
}
.taidantxt .text_pnk16m{color:#e40077;}
.text_red14l{color:red;}
.clear{clear:bold;}
.cL{clear:left;}
.cR{clear:right;}
.SP{display:none;}

@media (max-width: 767px) {
    .titlearea img {
        opacity: 0.4;
    }
}

@media (max-width: 767px) {
	.SP{display:inline-block;}
	.PC{display:none;}
	#page-taidan .titlearea .your-class{
		display:none;
		opacity:1;
	}	
	.titlearea .ctitle2{padding-top:2em; font-size:3.3vw;}
	#taidan{padding-top:8vw;}
.taidantxt .imgR{
	float:none;
	width:100%;
	margin:0 0 1.5em;
}
.taidantxt .imgL{
	float:none;
	width:100%;
	margin:0 0 1.5em;
}	
.taidantxt h3{
	margin:1em 0 1.5em;
}	
}

.recruitservicelist{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.recruitservicelist.one {
	justify-content:center;
}

.recruitservicelist.two {
padding:5px;
}
.recruitservicelist li{
	width:31%;
	text-align:center;
}
.recruitservicelist li img{margin:0 0 2em;}
.recruitservicelist li:nth-child(1) a,
.recruitservicelist li.cl1 a{
	background-color:#E3007F;
	border-color:#E3007F;
}

.recruitservicelist li:nth-child(3) a,
.recruitservicelist li.cl2 a{
	background-color:#2b9dd1;
	border-color:#2b9dd1;
}

.recruitservicelist li.cl3 a{
	background-color:#F08300;
	border-color:#F08300;
}
.recruitservicelist li.cl4 a{
	background-color:#0097E0;
	border-color:#0097E0;
}
.recruitservicelist li.cl5 a{
	background-color:#5186ec;
	border-color:#5186ec;
}
.recruitservicelist li.cl6 a{
	background-color:#2e3192;
	border-color:#2e3192;
}

.recruitservicelist li.cl7 a{
    background: linear-gradient(90deg, rgba(247, 93, 47, 1), rgba(244, 51, 58, 1));
	border-color:rgba(247, 93, 47, 1);
}

.recruitservicelist.two li {
	width:50%;
}

#recruit .rlogo img{
	max-width:300px;
	margin:2em auto 2em;
}
.bosyuimgs{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:1em;
}
.bosyuimgs li{
	width:32%;
	margin-bottom:1.5em;
}
.bosyuimgs li img{margin:0;}
.bosyutbl{
	width:100%;
	border:solid 1px #fff;
	margin-bottom:1.5em;
	text-align:left;
}
.bosyutbl th{
	width:25%;
	padding:1.5em 2em;
	background:#E95290;
	color:#fff;
	font-weight:500;
}
.bosyutbl td{
	padding:1.5em 2em;
	background:#FDEFF4;
}
#page-deli .bosyutbl th{
	background:#efbc21;
}
#page-deli .bosyutbl td{
	background:#FEF4E8;
}
#page-senju .bosyutbl th{
	background:#0097E0;
}
#page-senju .bosyutbl td{
	background:#EAF5FD;
}
#page-senju .bosyutbl th.midasi{
	background:#006FBC;
}

@media (max-width: 767px) {
	#recruit{padding-top:8vw;}
	.recruitservicelist li{
		width:100%;
		padding-bottom:2em;
	}
	#recruit .rlogo img{
		width:60%;
}
.bosyutbl{
	width:100%;
	display:block;
}
.bosyutbl th{
	display:block;
	width:100%;
	padding:1em;
}
.bosyutbl td{
	display:block;
	width:100%;
	padding:1em;
}	
}

#main.clm2,
#main.catpage{
width: 1480px;
  max-width: 94%;
  margin: 0 auto;
  text-align: left;
  padding: 5em 2.5em;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#main.clm2 #blog{
	width:65%;
}
#main.clm2 #sidebar{
	width:30%;
}
#blog .date{
	color:#2e3192;
}
#blog h1{
	font-weight:700;
	font-size:2em;
	line-height:1.4;
	padding-bottom:1em;
}
#blog .pic{
	padding-bottom:2em;
}
#blog p{
	padding-bottom:1.5em;
}
#sidebar h3{
	font-size:0.8em;
	line-height:1.5;
	padding-bottom:1em;
	padding-top:0;
	color:#9f9f9f;
	border-bottom:solid 1px #ddd;
}
#sidebar h3 span{
	font-size:1.6em;
	color:#000;
	margin-bottom:0.2em;
}
#sidebar ul.slist1{
	padding-bottom:1.5em;
}
#sidebar ul.slist1 li{
	display:flex;
	justify-content:space-between;
	padding:1em 0;
	border-bottom:solid 1px #ddd;
}
#sidebar ul.slist1 li .pic{
	width:100px;
}
#sidebar ul.slist1 li .pic img{
	width:100%;
	height:auto;
}
#sidebar ul.slist1 li .txt{
	width:calc(100% - 120px);
}
#sidebar ul.slist1 li .day{color:#2e3192;font-size:0.8em;}
#sidebar ul.slist1 li p{
	line-height:1.5;
}
@media (max-width: 767px) {
#main.clm2{
  padding: 3em 0;
}
#main.clm2 #blog{
	width:100%;
}
#main.clm2 #sidebar{
	width:100%;
	padding-top:2em;
}
#blog h1{
	font-size:1.8em;
}	
}

/*沿革タイムライン*/
.timelinearea {
	padding:0 1.5rem;
}
.timeline {
  position: relative;
  border-left: 2px solid #ccc;
	padding-bottom:4rem;
	margin-bottom:4rem;
}


.timeline-item {
  position: relative;
  opacity: 1;
  padding-left: 2rem;
  padding-bottom: 2rem;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

/* スクロールアニメーション */
.timeline-item.visible {
  opacity: 1;
  transform: none;
}

/* 日付・内容 */
.timeline-date {
  font-weight: bold;
  color: #555;
}
.timeline-content {
  margin-top: 0.5rem;
}

/* マーカー（スマホ：左側） */
.timeline-item::before {
  content: '●'; /* 丸アイコン */
  font-weight: 900;
  position: absolute;
  left: -0.8rem;
  top: -0.2rem;
  font-size: 1.4rem;
  color: #f4333a;
  z-index:99;
}



/* === PC版（768px以上） === */
@media (min-width: 768px) {
.timelinearea {
	padding:0 0rem;
}

  .timeline {
    padding-left: 0;
    border-left: none;
  }

  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #ccc;
  }

  .timeline-item {
    width: 50%;
    padding: 1rem 2rem;
    box-sizing: border-box;
  }

  .timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
  }

  .timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
  }

  .timeline-item:nth-child(odd)::before {
    right: -0.7rem;
    left: auto;
  }

  .timeline-item:nth-child(even)::before {
    left: -0.7rem;
    right: auto;
  }

  .timeline-item::before {
    top: 1rem;
  }
}

/* 個別のマーカー色を設定 */
.timeline-item::before {
  color:#f4333a;
}
.timeline-item.gray::before {
  color: #ccc;
}


/*サービス*/

.po_rela {
}
.servicarea {
width:100%;
padding-top:80px;
margin-bottom:40px;
}

.servicarea h2 {
    font-size: 1.3em;
    font-weight: 400;
    position: relative;
    padding-top: 60px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 20px;
}
.servicarea > div {
margin: auto;
width: 1000px;
max-width: 96%;
counter-increment:num;
padding-bottom:80px;
position:relative;
}

.servicarea.blue  > div:before  {
background:rgba(44,166,224,0.1);
}
.servicarea.pink  > div:before  {
background:rgba(227,0,127,0.1);
}
.servicarea.yellow  > div:before {
background:rgba(249,192,0,0.1);
}

.servicarea.odd > div:before {
content:"";
width:100%;
right:-40%;
top:0;
z-index:-1;
border-radius:100px 0px 0px 100px ;
-webkit-border-radius:100px 0px 0px 100px ;
-moz-border-radius:100px 0px 0px 100px ;
display:block;
height: 100%;
position:absolute;
}

.servicarea.even > div:before {
content:"";
width:100%;
left:-40%;
top:0;
z-index:-1;
border-radius:0 100px 100px 0px;
-webkit-border-radius:0 100px 100px 0px;
-moz-border-radius:0 100px 100px 0px;
display:block;
height: 100%;
position:absolute;
}



.servicarea.blue  h2 {
color:rgba(44,166,224,1);
}
.servicarea.pink   h2  {
color:rgba(227,0,127,1);
}
.servicarea.yellow  h2 {
color:rgba(249,192,0,1);
}



.servicarea .flex {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
	align-items:center;
}
.servicarea .flex .pic {
    width: 50%;
	padding-top: 4rem;
}
.servicarea .flex .pic img {
	width:100%;
}
.servicarea .flex .desc {
    width: 45%;
}

.servicarea.even .flex .pic{order:2}
.servicarea.even .flex .desc{order:1}

.servicarea dl dt {
	font-weight:bold;
    display: block;
    color: #4D4D4D;
    font-size: 1.1rem;
}
.servicarea dl dd {
	margin-top:1.5rem;
    color: #4D4D4D;
	line-height:2;
    font-size: 0.9rem;
}

.link a,a.link {
	border-radius:50px;
	padding:0.5rem 3rem 0.5rem 1.5rem;
	display:inline-block;
	text-decoration:none;
	margin-top:1rem;
	position:relative;
	background:#fff;
	color:#000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}
.link a::after,
a.link::after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:1rem;
	top:50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	transform:translatey(-50%);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:left top;
	
}
.link a:hover:after,a.link:hover:after {
	right:0.5rem;
}
.link1 a::after,
a.link1::after {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22512%22%20height%3D%22512%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20426.667%20426.667%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20class%3D%22%22%3E%3Cg%3E%3Cpath%20d%3D%22M213.332%200C95.512%200%200%2095.512%200%20213.332s95.512%20213.336%20213.332%20213.336%20213.336-95.516%20213.336-213.336C426.535%2095.566%20331.102.132%20213.332%200zm0%20405.332c-106.039%200-192-85.96-192-192%200-106.039%2085.961-192%20192-192%20106.04%200%20192%2085.961%20192%20192-.121%20105.988-86.012%20191.879-192%20192zm0%200%22%20fill%3D%22%232ca6e0%22%20opacity%3D%221%22%20data-original%3D%22%23000000%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M188.355%20130.637c-4.437-3.88-11.175-3.426-15.054%201.008-3.875%204.437-3.422%2011.175%201.012%2015.054l76.156%2066.633-76.16%2066.637c-4.438%203.879-4.887%2010.617-1.012%2015.05%203.879%204.438%2010.617%204.891%2015.055%201.012l85.332-74.668a10.67%2010.67%200%200%200%200-16.063zm0%200%22%20fill%3D%22%232ca6e0%22%20opacity%3D%221%22%20data-original%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.link2 a::after,
a.link2::after {
background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22512%22%20height%3D%22512%22%20x%3D%220%22%20y%3D%220%22%20viewBox%3D%220%200%20128%20128%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%20class%3D%22%22%3E%3Cg%3E%3Cpath%20d%3D%22M64%200C28.711%200%200%2028.711%200%2064s28.711%2064%2064%2064%2064-28.711%2064-64S99.289%200%2064%200zm0%20120C33.121%20120%208%2094.879%208%2064S33.121%208%2064%208s56%2025.121%2056%2056-25.121%2056-56%2056zm26.828-58.828a3.997%203.997%200%200%201%200%205.656l-20%2020C70.047%2087.609%2069.023%2088%2068%2088s-2.047-.391-2.828-1.172a3.997%203.997%200%200%201%200-5.656L78.344%2068H40c-2.209%200-4-1.789-4-4s1.791-4%204-4h38.344L65.172%2046.828c-1.563-1.563-1.563-4.094%200-5.656s4.094-1.563%205.656%200z%22%20fill%3D%22%23e3007f%22%20opacity%3D%221%22%20data-original%3D%22%23000000%22%20class%3D%22%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.link3 a::after,
a.link3::after {
background-image: url(../img/common/top_btn_arrow.svg) ;
    
}

.link4 a::after,
a.link4::after,
.link5 a::after,
a.link5::after{

background-image: url(../img/common/top_btn_arrow.svg) ;
}

.link4 a,a.link4 {
	border-radius:50px;
	padding:0.8rem 1.5rem 0.8rem 1.5rem;
	display:block;
	width:480px;
	max-width:100%;
	margin:auto;
	
	text-decoration:none;
	margin-top:1rem;
	position:relative;
	background:#0071bc;
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.link5 a,a.link5 {
	border-radius:50px;
	padding:0.8rem 3rem 0.8rem 1.5rem;
	display:block;
	width:480px;
	max-width:100%;
	margin:auto;
	
	text-decoration:none;
	margin-top:1rem;
	position:relative;

        background: linear-gradient(90deg, rgba(247, 93, 47, 1), rgba(244, 51, 58, 1));
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}




@media (max-width: 767px) {
	.servicarea .flex .pic {
    width: 100%;
}

.servicarea .flex .desc {
    width: 90%;
	margin:auto;
}
	.servicarea.odd  .flex .desc {
	padding-left:2.5rem
		
	}

	.servicarea.even  .flex .desc {
	padding-right:2.5rem
		
	}
	.servicarea.odd > div:before {
		right:-5%;
	}

	.servicarea.even > div:before {
		left:-5%;
	}
	.servicarea h2 {
  	  padding-top: 20px;
  	  margin-bottom: 20px;
	}

	.servicarea.even .flex .pic{order:1}
	.servicarea.even .flex .desc{order:2}
	.servicarea .flex .pic {
    padding-top: 0rem;
    margin-top: -2rem;
}

}


.tshadow {
	text-shadow: 0px 0px 9px rgba(255,255,255,0.9), 0px 0px 10px rgba(255,255,255,0.7);
}
.tshadow2 {
	text-shadow: 0px 0px 9px rgba(255,255,255,0.9), 0px 0px 10px rgba(255,255,255,0.7), 0px 0px 10px rgba(255,255,255,0.7), 0px 0px 10px rgba(255,255,255,0.7);
}
.titlearea .ctitle3{
	position:absolute;
	
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	text-align:center;
}

.titlearea .ctitle4{
	position:absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
	padding-left:5%;
	font-weight:500;
	letter-spacing:0.05em;
}
.titlearea .ctitle4 span {background:#fff;display:inline-block;padding:5px 10px;margin:3px 0;}
.titlearea .ctitle3 img {width:auto;}
.titlearea .ctitle3 .pic {margin-bottom:1rem;}
.titlearea .ctitle3 h2{
	font-weight:700;
	font-size:1.3em;
	letter-spacing:0.5em;
}
.secbox.catch span {
	font-size:1.7rem;
}
.secbox.catch .catchtxt  {
	margin-top:1.5rem;
}
.secbox.catch .catchtxt p {
	padding-left:1.5rem;
	font-size:0.8em;
}
.secbox.catch .catchtxt h3{
	font-size:1.1em;
	color:#E3007F;
	font-weight:bold;
	padding:0.5em 0;
	padding-left:1.5rem;
}
@media (max-width: 767px) {
	
	.titlearea .ctitle4{
		top:2.5%;
  transform: translateY(0%);
  -webkit- transform: translateY(0%);
	}

	
	.titlearea .ctitle3{
		position:static;
		transform:translateY(0) translateX(0);
	}
	.titlearea .ctitle3 h2{
	font-size:1em;
}
	.titlearea .ctitle3 .pic{
	margin-top:1rem;
}
	.titlearea .ctitle3 img {opacity:1;}
	
.secbox.catch span {
    font-size: 1.1rem;
}
	
	.secbox.catch img {margin-bottom:0.5em;}

.secbox.catch .catchtxt p {
    padding-left: 0rem;
    font-size: 0.8em;
}

}



.cinner {
	
    width: 1480px;
    max-width: 94%;
    margin: 0 auto;
    text-align: left;
    padding: 0 5em 5em;
}

.point,.faq {
	width:100%;
}
.pointlist {
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:stretch;
}

.pointlist li {
	background:#fff;
	border-radius:5px;
	width:23%;
	margin:1%;
	padding:2rem 1rem;
	text-align:center;
}
.pointlist li h3 {
	font-size:1rem;
	letter-spacing:2px;
}
.pointlist li p {
	font-size:0.9rem;
	letter-spacing:1px;
}
.pointlist li p.name{
	padding-top:1.5em;
	color:#E3007F;
}
.pointlist li img {margin:0 auto 10px;
    width: 100px;}
.pointlist li .pic img{
	height:100px;
	object-fit:contain;
}

.pointlist li .pic2 img{
	width:100%;
}

.checklist li {
	margin-top:15px;
	margin-bottom:10px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%22511pt%22%20viewBox%3D%221%201%20511.99984%20511%22%20width%3D%22511pt%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22fi_1292906%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20x2%3D%22511.9996759986%22%20y1%3D%22256.4997079994%22%20y2%3D%22256.4997079994%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300f2fe%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%22.0208%22%20stop-color%3D%22%2303effe%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%22.2931%22%20stop-color%3D%22%2324d2fe%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%22.5538%22%20stop-color%3D%22%233cbdfe%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%22.7956%22%20stop-color%3D%22%234ab0fe%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%234facfe%22%3E%3C%2Fstop%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22m512%20256.5c0%2050.53125-15%2099.671875-43.375%20142.113281-3.855469%205.769531-10.191406%208.886719-16.644531%208.886719-3.820313%200-7.683594-1.089844-11.097657-3.375-9.183593-6.136719-11.648437-18.558594-5.511718-27.742188%2023.964844-35.839843%2036.628906-77.292968%2036.628906-119.882812%200-18.300781-2.289062-36.476562-6.804688-54.015625-2.753906-10.695313%203.6875-21.601563%2014.382813-24.355469%2010.703125-2.75%2021.601563%203.6875%2024.355469%2014.382813%205.351562%2020.796875%208.066406%2042.324219%208.066406%2063.988281zm-144.265625%20184.894531c-33.59375%2020.347657-72.230469%2031.105469-111.734375%2031.105469-119.101562%200-216-96.898438-216-216s96.898438-216%20216-216c44.097656%200%2086.5%2013.195312%20122.628906%2038.160156%209.085938%206.277344%2021.542969%204%2027.824219-5.085937%206.277344-9.085938%204.003906-21.542969-5.085937-27.824219-42.84375-29.601562-93.109376-45.25-145.367188-45.25-68.378906%200-132.667969%2026.628906-181.019531%2074.980469-48.351563%2048.351562-74.980469%20112.640625-74.980469%20181.019531s26.628906%20132.667969%2074.980469%20181.019531c48.351562%2048.351563%20112.640625%2074.980469%20181.019531%2074.980469%2046.8125%200%2092.617188-12.757812%20132.460938-36.894531%209.449218-5.722657%2012.46875-18.019531%206.746093-27.46875-5.726562-9.449219-18.023437-12.464844-27.472656-6.742188zm-109.804687-126.902343c-3.167969.125-6.125-1-8.421876-3.1875l-104.746093-99.316407c-8.015625-7.601562-20.675781-7.265625-28.273438.75-7.601562%208.015625-7.265625%2020.675781.75%2028.273438l104.726563%2099.300781c9.671875%209.195312%2022.183594%2014.1875%2035.441406%2014.1875.710938%200%201.421875-.015625%202.132812-.042969%2014.042969-.566406%2026.941407-6.644531%2036.316407-17.117187.238281-.261719.464843-.53125.6875-.808594l211.042969-262.5c6.921874-8.609375%205.554687-21.199219-3.054688-28.117188-8.605469-6.921874-21.199219-5.554687-28.121094%203.054688l-210.628906%20261.988281c-2.070312%202.160157-4.84375%203.414063-7.851562%203.535157zm0%200%22%20fill%3D%22url(%23a)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
	background-size:22px;
background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.secbox.secboxone {align-items:center;justify-content:center;}
.secbox .facilities {width:48%;padding:2rem;}
.secbox .facilities.facilities2 {width:31%;}
.secbox .facilities h3 {text-align:center;}
.secbox .facilities img {margin-top:0;}
.secbox .facilities .detail {background:#efefef;padding: 5px 20px 20px;margin:10px 0;}

.secbox .facilities dl {display:flex;justify-content:start;align-items:stretch;flex-wrap:wrap;border-radius:5px;color:rgb(68, 68, 68);padding-bottom:1rem;padding-top:1rem;border-bottom:1px solid #ccc;}
.secbox .facilities dl dt {width:150px;font-size:0.8rem;}
.secbox .facilities dl dd {width:calc(100% - 160px);font-size:0.8rem;}
.secbox .facilities dl:last-of-type {border:none;}

.table-sm {width:100%;}
.table-sm > tbody > tr > td{
    border:1px solid #0097e0; font-family:'Shin Maru Go Regular'; font-size:18px; color:black;
	background:#fff;
	padding:5px;
}
.table-sm > tbody > tr > th{
    border:1px solid #0097e0; font-family:'Shin Maru Go Regular'; font-size:18px; color:black; background:#dff0fb; width:25%;
	padding:5px;
}
.maru{float:right; color:red; font-family:'Shin Maru Go medium';}
#top07.contactarea {text-align:center;}


@media (max-width: 767px) {
	.pointlist {display:block;margin-top:1rem;}
	.ma_to70_sp0 {
        margin-top: 0;}
	.pa_to30_sp {
		padding-bottom:30px;
	}

	.pa_bo70_sp0 {padding-bottom:0;}
	.ma_bo70_sp0 {margin-bottom:0;}
	.pointlist li {width:100%;margin-bottom:1rem;}
	.secbox .facilities {width:100%;padding:0 0 2rem;}
	.secbox .facilities.facilities2 {width:100%;padding:0 0 2rem;}
	.secbox .facilities dl dt {width:100%;}
	.secbox .facilities dl dd {width:100%;}
	.secbox .facilities img {margin-bottom:0;}
	.onetitle .secbox {padding-bottom:0;}
	.additional .secbox {padding-bottom:0;}

}

#howcare .secbox img {margin-top:0;}
#howcare .secbox {}
@media (max-width: 767px) {
	#howcare .secbox {padding-bottom:0;}
	.additional2 .secbox .box_left {order:2}
	.additional2 .secbox .box_right {order:1}
	.additional2 .secbox img {margin-top:0;}
}
.faq {margin-top:40px;}
.faqlist {width:800px;max-width:100%;margin:auto;
	background:#fff;
	border-radius:15px;
	padding:10px;
	margin-bottom:15px;
	border:1px solid #ccc;
}
.faqlist dt {
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20299.5%20323.09%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%239dcc6b%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M264%2C0H35.51C16%2C0%2C0%2C15.96%2C0%2C35.51v182.05c0%2C19.54%2C15.99%2C35.51%2C35.51%2C35.51h107.94l87.15%2C70.03v-70.03h33.39c19.51%2C0%2C35.51-15.96%2C35.51-35.51V35.51c0-19.54-15.99-35.51-35.51-35.51h0Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M152.54%2C162.89c-6.63%2C0-12-5.37-12-12%2C0-12.62%2C6.47-23.53%2C19.22-32.43%2C5.09-3.57%2C8.14-9.41%2C8.14-15.62%2C0-10.51-8.55-19.07-19.07-19.07-8%2C0-15.21%2C5.07-17.94%2C12.61-2.26%2C6.23-9.14%2C9.45-15.37%2C7.19-6.23-2.26-9.45-9.14-7.19-15.37%2C6.17-17.01%2C22.44-28.43%2C40.51-28.43%2C23.75%2C0%2C43.07%2C19.32%2C43.07%2C43.07%2C0%2C14.01-6.87%2C27.2-18.37%2C35.28-7.97%2C5.56-8.98%2C9.75-8.98%2C12.77%2C0%2C6.63-5.37%2C12-12%2C12h0ZM152.54%2C194.29c6.6%2C0%2C11.99-5.39%2C11.99-11.99s-5.39-12.02-11.99-12.02-11.99%2C5.41-11.99%2C12.02%2C5.39%2C11.99%2C11.99%2C11.99Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position:left top;
	background-repeat:no-repeat;
	background-size:35px;
	padding-left:45px;
	padding-bottom:5px;
	font-size:16px;
	letter-spacing:0.02em;
	font-weight:bold;
	margin-bottom:15px;

}
.faqlist dd {
background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20299.5%20323.09%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3A%23ff6d7a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Layer_1%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M264%2C0H35.51C16%2C0%2C0%2C15.96%2C0%2C35.51v182.05c0%2C19.54%2C15.99%2C35.51%2C35.51%2C35.51h107.94l87.15%2C70.03v-70.03h33.39c19.51%2C0%2C35.51-15.96%2C35.51-35.51V35.51c0-19.54-15.99-35.51-35.51-35.51h0Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M92.27%2C176.68l45.98-110.68c1.93-4.68%2C6.61-7.71%2C11.56-7.71s9.64%2C3.03%2C11.56%2C7.71l45.7%2C110.95c2.75%2C6.33-.28%2C13.49-6.61%2C15.97-6.33%2C2.75-13.77-.28-16.24-6.61%2C0%2C0-4.41-10.74-10.46-25.33h-47.9c-6.33%2C14.59-10.74%2C25.33-10.74%2C25.33-2.48%2C6.33-9.91%2C9.36-15.97%2C6.61-6.33-2.75-9.36-9.91-6.88-16.24ZM136.04%2C136.21h27.53c-4.96-11.56-9.91-23.4-13.77-33.31-4.13%2C9.91-9.09%2C21.75-13.77%2C33.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-position:left top;
	background-repeat:no-repeat;
	background-size:35px;
	padding-left:45px;
	padding-bottom:5px;
	font-size:16px;
	letter-spacing:0.02em;

}
.tcenter {text-align:center;}
.voicelist li {
	position:relative;
	width:30%;
	padding:35px;
	margin:1%;
	
}
.voicelist li p {
	text-align:left;
}
.voicelist li .pic {
	position:absolute;
	right:-15px;
	top:-25px;
	width:70px;
	height:70px;
	padding:15px;
	line-height:70px;
	background:#fff;
	border:2px solid #fffda9;
	border-radius:60px;
}
.voicelist li .pic img {
	width:100%;
}

@media (max-width: 767px) {
.voicelist li {
	position:relative;
	width:100%;
	padding:35px;
	margin:1% 0 35px;
	
}	
}
.secbox span.imgbox {line-height:1;font-size:0;padding-bottom:15px;}
.secbox span.imgbox img {margin:0 auto;display:block;width:auto;}

.voicetoplist li {background:#fff;padding:1rem;border-radius:15px;margin-bottom:15px;}

.alist{padding-bottom:1em;}
.alist .blc{
	display:flex;
	justify-content:space-between;
	padding:0 0 1.5em;
	margin-bottom:1.5em;
	border-bottom:solid 1px #ddd;
}

.alist .blc .pic{
	width:30%;	
}
.alist .blc .pic img{
	box-shadow:0 0 1.5em rgba(0,0,0,0.15);
}
.alist .blc .desc{
	width:65%;
}
.alist .blc .desc .cat{
	font-size:0.8em;
	padding-bottom:0.5em;
}
.alist .blc .desc .cat span{
	display:inline-block;
	background:#e3007f;
	color:#fff;
	padding:0 1em;
}
.alist .blc .desc h3{
	font-weight:bold;
	padding-bottom:1em;
}
.alist .blc .desc .date{
	font-size:0.9em;
	color:#888;
}

.secbox .facilities.__deli h3{
	font-size:1.6em;
	padding-bottom:1em;
}
.secbox .facilities.__deli .desc p em{ 
	font-style:normal;
	font-size:1.3em;
	color:#E3007F;
}
.subttl2{
	  width: 100% !important;
  text-align: center;
  font-size: 1.5em;
  color: #F9C000;
  background: none !important;
  border-top: solid 2px #F9C000;
  border-bottom: solid 2px #F9C000;
	margin-top:1em !important;
	padding:0.7em 0;
}

.komari h3{
	font-size:1.6em;
	color:#EC8238;
	font-weight:bold;
	padding-bottom:1em;
}
.komari .pp1 em{
	font-style:normal;
	font-size:2em;
	color:#E3007F;

}
.servicelist_2clm{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:1.5em 0;
}
.servicelist_2clm li{
	width:31%;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	padding:1em;
	text-align:center;
	border-radius:1em;
	display:flex;
	align-items:center;
	
	margin-bottom:1em;
}
.servicelist_2clm li h3{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.4;
	padding:0;
	margin:0;
	text-align:left;
	order:2;
	width: calc(100% - 80px);
}
.servicelist_2clm li .pic{
	order:1;
	text-align:center;
	width:80px;
	margin-right:1em;
}
.servicelist_2clm li .pic img{
	display:block;
	width:100%;
	height:5em;		
	margin:0;
	object-fit:contain;
}
.servicelist_3clm{

	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:1.5em 0;	
}
.servicelist_3clm li{
	width:31%;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	padding:1em;
	text-align:center;
	border-radius:1em;
	margin-bottom:1em;
}
.servicelist_3clm li h3{
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:1em;
}
.servicelist_3clm li .pic{
	width:100%;
}
.servicelist_3clm li .pic img{
	margin:0;
	width:100%;
	height:100px;
	object-fit:contain;
}
.servicelist_3clm li p{
	text-align:left;
	line-height:1.7;
}
.servicelist_3clm li .price{
	font-weight:600;
	color:#F64834;
	text-align:center;
	width:100%;
	font-size:1.6em;
	padding:1em 0;
	line-height:1.2;
}
.ftxt{
	text-align:center;
}

.flow{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:1.5em 0;	
}
.flow li{
	width:31%;
	position:relative;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	padding:1em;
	text-align:center;
	border-radius:1em;
	font-size:1.3em;
	font-weight:bold;
}
.flow li::before,
.flow li::after {  
	content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: -9%;
  width: 1em;
  height: 0.3em;
  border-radius: 9999px;
  background-color: #A5CB0B;
  transform-origin: calc(100% - 0.15em) 50%;
  display: block;
}

.flow li::before {
  transform: rotate(45deg);
}

.flow li::after {
  transform: rotate(-45deg);
}
.flow li:last-of-type{
	color:#A5CB0B;
}
.flow li:last-of-type::before,
.flow li:last-of-type::after{display:none;}

@media (max-width: 767px) {

.servicelist_2clm{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:1.5em 0;
}
.servicelist_2clm li{
	width:100%;
	margin-bottom:1em;
}
	
.servicelist_3clm li{
	width:100%;
}
.servicelist_3clm li h3{
	font-size:1.3em;
	padding-bottom:1em;
}
.servicelist_3clm li .pic{
	width:100%;
}
.servicelist_3clm li .pic img{
	margin:0;
	width:100%;
	height:80px;
	object-fit:contain;
}

.servicelist_3clm li .price{
	font-size:1.4em;
	padding:1em 0;
	line-height:1.2;
}

.flow li{
	width:100%;
	position:relative;
	box-shadow:0 0 1em rgba(0,0,0,0.15);
	padding:1em;
	text-align:center;
	border-radius:1em;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:3em;
}
.flow li::before,
.flow li::after {  
	content: "";
  position: absolute;
  top: auto;
  right: 0;
	left:calc(50% - 0.15em);
	bottom:-2em;
  width: 0.3em;
  height: 1em;
  border-radius: 9999px;
  background-color: #A5CB0B;
  transform-origin: 50% calc(100% - 0.15em);
  display: block;
}

.flow li::before {
  transform: rotate(45deg);
}

.flow li::after {
  transform: rotate(-45deg);
}
.flow li:last-of-type{
	color:#A5CB0B;
}
.flow li:last-of-type::before,
.flow li:last-of-type::after{display:none;}	
}

.houkan1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:3em;
}
.houkan1 .txt{
	width:65%;
	text-align:left;
}
.houkan1 .txt .hlogo{
	width:220px;
	padding-bottom:1em;
}
.houkan1 .txt .hlogo img{
	margin:0;
}
.houkan1 .txt table{
	border:solid 1px #ddd;
}
.houkan1 .txt table th{
	border:solid 1px #ddd;
	padding:1em;
	font-weight:bold;
}
.houkan1 .txt table td{
	border:solid 1px #ddd;
	padding:1em;
}

.houkan1 .pic{
	width:30%;
}
.houkan1 .pic img{margin:0;}


@media (max-width: 767px) {
	.secbox.catch .catchtxt h3{padding-left:0;}
.houkan1 .txt{
	order:2;
	width:100%;
	text-align:left;
}
.houkan1 .txt .hlogo{
	width:70%;
	margin:0 auto;
	padding-bottom:1em;
}
.houkan1 .pic{
	width:90%;
	margin:0 auto 1.5em;
}
}

.pdfs{
	text-align:center;
	padding-top:2em;
}
.pdfs p{
	font-weight:bold;
	padding:0 0 1em;
}
.pdfs ul li{
	list-style:disc;
	padding:0.3em 0;
	text-align:left;
}

.imglist_2clm{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-top:2em;
}
.imglist_2clm li{
	width:48%;
	margin-bottom:1.5em;
}
.imglist_2clm li img{margin:0;}

@media (max-width: 767px) {
.imglist_2clm li{
	width:100%;
	margin-bottom:1.5em;
}	
}


.top04_01 > ul > li p{
	display:flex;
	justify-content:center;
	margin-top:-1em;
}
.top04_01 > ul > li p a{
	display:inline-block;  
	width: auto;
  margin: 0;
	text-decoration:underline;
}
.secbox .facilities .youtube{
	line-height:1;
}
.secbox .facilities iframe{
	max-width:100%;
	height:286px;
}
#form{
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:60px 0;
}
#form .formtxt1{
	text-align:center;
	padding-bottom:2em;
}
#form .formtxt1 em{
	font-weight:bold;
	color:#D31377;
	font-style:normal;
}
#form .formftxt{
	background:#F9EAEB;
	padding:1.5em 2.5em;
}
#form .formftxt em{
	font-weight:normal;
	color:#D31377;
	font-style:normal;
}
#form dl{
	display:flex;
	justify-content:space-between;
	border-bottom:solid 1px #ddd;
	padding:1em;
	align-items:center;
}
#form dl dt{
	width:25%;
}
#form dl dt .hissu{
	display:inline-block;
	background:#D31377;
	border-radius:3px;
	color:#fff;
	font-size:0.6em;
	padding:0.1em 0.5em;
	margin-left:1em;
}
#form dl dt small{
	color:#D31377;
	line-height:1.5;
}
#form dl dd{
	width:70%;
}
#form dl dd h3{
	font-weight:bold;
	font-size:1em;
	padding:0.5em 0 0.2em;
}
#form dl dd input[type="text"],
#form dl dd input[type="email"],
#form dl dd input[type="tel"]{
	width:100%;
	height:45px;
	border:solid 1px #ddd;
}
#form dl dd textarea{
	width:100%;
	height:120px;
	border:solid 1px #ddd;
}


@media (max-width: 767px) {
#form dl{
	display:flex;
	flex-wrap:wrap;
	padding:1.5em 0;
}
#form dl dt{
	width:100%;
}
#form dl dd{
	width:100%;
}	
}

#privacy{
	width:90%;
	max-width:800px;
	margin:0 auto;
	padding:40px 0;
}
#privacy p{
	padding-bottom:1.5em;
}
#privacy h3{
	font-weight:bold;
	font-size:1.2em;
	padding:1em 0;
}

#thanks #form .formtxt1{
	font-size:1.8em;
}
#thanks #form p{
	padding-bottom:1.5em;
}

		#mtuushin{  
			max-width: 105.6rem;
  width: 90%;
  margin: 0 auto;
			padding:5em 0;
		}
		#mtuushin ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		#mtuushin ul li{
			display: flex;
			align-items: center;
			margin:1em 0;
			width: 48%;
		}
		#mtuushin ul li a{
			display: block;
			width: calc(100% - 50px);
			background: #fff;
			border-radius: 10em;
			padding:0.3em 0.8em;
			position: relative;
			left:-0.5em;
			font-size:1.1em;
			font-weight: 600;
			letter-spacing: 0.15em;
		}
		#mtuushin ul li:hover a{
			opacity: 1;
			color:#999;
		}
		#mtuushin ul li .circle {
    background:#fff;
    border:1px solid #444;
    display:block;
    width:50px;
    height:50px;
    border-radius:30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#mtuushin ul li .circle img {
    width:20px;
    vertical-align:center;
    transition: .4s ease-in-out;
}
#mtuushin ul li:hover .circle img{
    transform:translateX(15%);
}
@media screen and (max-width: 768px) {
#mtuushin ul li{
			display: flex;
			align-items: center;
			margin:0.4em 0;
			width: 100%;
		}
		#mtuushin ul li a{
			font-size: 0.8em;
		}
		#mtuushin{  
  margin: 0 auto;
			padding:3em 0;
		}
}

/* ボタン */
.top04_02btn a,
.top04_02btn span{
	display: block;
	max-width: 450px;
	width:95%;
	letter-spacing: 5px;
	text-decoration: none;
	margin:0 auto;
	padding:1em;
	box-sizing: border-box;
	color:#FFFFFF;
	border-radius: 50px;
	text-align: center;
	background:#efbc21;
	border:#efbc21 2px solid;
	position: relative;
	-webkit-transition: .1s ease-in-out;
	transition: .2s ease-in-out;
	box-shadow: 14px 14px 20px rgba(0,0,0,0.15);
}
.top04_02btn span{
	box-shadow: none;
	padding:0.7em 1em;
}

.top04_02btn a:hover{
	 -ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
}

.top04_02btn a::after,
.top04_02btn span::after{
	content: '';
	background: url("../img/common/top_btn_arrow.svg") no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(-50%,-50%);
}

.tokosu{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.tokosu li{
	font-size:1.4em;
	border:solid 1px #ddd;
	border-radius:0.5em;
	text-align:center;
	padding:1em;
	width:32%;
}
.tokosu li em{
	font-weight:bold;
	font-size:1.3em;
	font-style:normal;
}

@media screen and (max-width: 768px) {
.tokosu li{
	font-size:4vw;
}	
}

.instalist{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:2em 0;
}
.instalist li{
	margin:0 1em;
}
.instalist li a{
	font-weight:bold;
	font-size:1.1em;
	display:inline-block;
	padding:1em 1em 1em 3em;
	background:url(../img/insta.svg) no-repeat 1em center;
	background-size:1.5em auto;
	border:solid 1px #ddd;
	border-radius:1em;
}

@media screen and (max-width: 768px) {
	.instalist li{
		margin-bottom:1em;
	}
	.instalist li a{
		display:block;
		width:100%;
	}
}

#sb_instagram .sbi_photo{
	height:33vw !important;
}
@media screen and (max-width: 768px) {
#sb_instagram .sbi_photo{
	height:100vw !important;
}		
}

.bosyutbl td a{
	text-decoration:underline;
	color:#5186ec;
}