@charset "utf-8";

.br50{
	border-radius:50%;
}
/* スライダー */
.swiper-container {
	position:relative;
	height:100vh;
	z-index:2;
	margin:0 auto;
	width:100%;   
	display:block;
	overflow:hidden;
	margin-bottom: 400px;
}
.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.wrap_box {
	line-height:1.5;
	color:#fff;
	position:absolute;
	top:62%;
	left:50%;
	z-index:1;
	display:block;
	transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	text-align:center;
}
.slider_text_logo{
	font-size: 2.25rem;
	color: #fff;
	text-shadow: 0 3px 6px #E46785;
}

.slider_text_logo span{
	color:#971111;
}
.photo_box{
	position:absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.photo_box img{
	max-height:80vh;
}
.pc-slider{
	display: block;
}
.sp-slider{
	display: none;
}
.slide_img_pc{
	display: block;
}
.slide_img_sp{
	display: none;
}

@media screen and (max-width:1130px){
	.slide_img_pc{
		display: none;
	}
	.slide_img_sp{
		display: block;
	}
}
@media screen and (max-width:1000px){
	.swiper-container{
		height:580px ;
		margin-bottom: 0;
		margin-top: 70px;
	}
}
@media screen and (max-width:767px){
	.slider_text_logo{
	font-size:1.4rem;
	}
	.wrap_box {
		width: 90%;
	}
	
}
@media screen and (max-width:390px){
	.pc-slider{
		display: none;
	}
	.sp-slider{
		display: block;
	}
	.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
}

.section_title{
    text-align: center;
	font-size:1.25rem;
	line-height:1.4;
	position:relative;
	margin-bottom: 50px;
}
.section_title .img{
	max-width: 152px;
	width: 100%;
	height: 63px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
}
/*
.section_title span{
	font-size:2.5rem;
	font-weight: bold;
	color: #E7692B;
	letter-spacing: 3px;
}
@media screen and (max-width:767px){
	.section_title span{
		font-size:3rem;
	}
}

.section_title:after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	transform:translatex(-50%);
	width:60px;
	height:2px;
	border-top: dashed 1px #E7692B;
}
*/

/*  パンくず  */
.breadcrumb{
    height: 32px;
    line-height:32px;
    color:#333;
	margin-bottom:15px;
}
.breadcrumb a {
    color:#333;
}
.breadcrumb p {
    max-width:1000px;
    padding:0;
    margin:0 auto;
}
@media screen and (max-width:1199px){
	.breadcrumb {
        padding-left:10px;
    }
}
@media screen and (max-width:599px){
	.breadcrumb {
        font-size:0.75rem;
    }
}



.reason_img{
	max-width: 600px;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.reason_text{
	max-width:520px;
	width:100%;
}
.reason_point{
	font-size:2.25rem;
}
.menu_box{
	max-width:580px;
	width:100%;
}
.menu_img{
	width:100%;
	height:500px;
	margin-bottom:15px;
	background-position:center;
	background-size:cover;
}

.check_btn{
	position: relative;
	max-width: 231px;
	width:100%;
	height:50px;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-color:#F7C7C8;
	color:#fff;
	line-height:50px;
	border-radius: 50px;
	font-family: setofont-sp, sans-serif;
}
/*
.check_btn span{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:20px;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
}
.check_btn span:before {
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right:1px;
    margin-top: -5px;
	transform: translateX(-50%);
  }
*/
@media screen and (max-width:599px){
	.check_btn{
		max-width: 200px;
	}
}
#menu .check_btn{
	max-width: 600px;
}
.menu_info{
	max-width:600px;
	width:100%;
	height:331px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
@media screen and (max-width:767px){
	.menu_info{
		display:none;
	}
}
.Knowledge_box{
	max-width:320px;
	width:100%;
	height:240px;
	background-color:#fff;
	position:relative;
	margin-bottom:5%;
}
.Knowledge_box a{
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Knowledge_box span{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#333;
	font-size:1rem;
}
.Knowledge_img{
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	top:25%;
}
.pickup_box{
	max-width:560px;
	width:100%;
	margin-bottom:5%;
}
.pickup_img{
	width:100%;
	height:410px;
	border-radius:10px;
	background-position:center;
	background-size:cover;
}
.pickup_title{
	font-size:1.375rem;
}
.btn_line{
  position: relative;
	max-width: 355px;
	border:solid 1px #333;
	width:100%;
	height:49px;
	margin: 0 auto;
	display: block;
	font-size: 0.9375rem;
	text-align: center;
	background-color:#fff;
	color:#333;
	padding-top:9px;
}
.btn_line span{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:3%;
}
#accent{
	width:100%;
	height:500px;
	background-position:center;
	background-size:cover;
}
.work_img {
	width:320px;
	height:260px;
}
.work_img a {
	width:100%;
	height:100%;
	display:inline-block;
}
@media screen and (max-width: 999px){
	.work_img {
		width:100%;
	}
}
#work .inner_1000 .news_inner {
	padding:0;
	justify-content:space-between;
}
#work .work_article p {
	padding:0;
	margin-bottom:10px;
}
#work .work_article {
	padding:0;
	margin-bottom:3rem;
}
.work_category{
	font-size:0.875rem;
	background-color:#FFA500;
	color:#fff;
	display:inline-block;
	padding:5px 30px;
}
.work_title{
	color:#333;
}
.work_date{
	font-size:0.875rem;
	color:#707070;
}
.work_btn{
	width:100%;
	height:130px;
	border:solid 1px #707070;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background-color:#fff;
	line-height:2;
	position:relative;
	cursor:pointer;
	color:#333;
}
.work_eng{
	font-size:1.375rem;
}
.arrow{
	width:33px;
	height:33px;
	position:absolute;
	top:50%;
	right:5%;
	transform:translatey(-50%);
}
.news_img_box{
	max-width:560px;
	width:100%;
	height:460px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin-bottom:3%;
}
@media screen and (max-width:767px){
	.news_img_box{
		display:none;
	}
}
.news_text_box{
	width:100%;
	margin-bottom:3%;
}
.news_info{
	font-size:0.875rem;
	color:#8E8E93;
	padding:0;
}

.news_honbun {
	font-size: 0.875rem;
	margin-bottom: 20px;
  }
.news_info span{
	background-color:#88B1C5;
	color:#fff;
	margin-right:10px;
	padding:3px 20px;
}
.banner_box{
	max-width:470px;
	width:100%;
	height:220px;
	border-radius:10px;
	margin-bottom:3%;
}
.line_naiby{
	border:solid 3px #88B1C5;
}
.line_marin{
	border:solid 3px #5FBFC7;
}
.banner_box a{
	display:block;
}
.banner_box_title{
	text-align:center;
	color:#fff;
	font-size:1.625rem;
	position:relative;
}
.banner_box_title:before{
	content: '';
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  right: 20px;
  margin-top: -9px;
}
.banner_box_title:after{
	content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #88B1C5;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -7px;
}
.banner_box_img{
	display:flex;
	justify-content:center;
	align-items:center;
	height:160px;
}
@media screen and (max-width:767px){
	.banner_box{
		display:none;
	}
}
#top_title{
    height: 360px;
	padding:0;
	width: 100%;
	margin-top: 110px;
}
.top_title_inner{
	height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	display: flex;
    align-items: center;
    justify-content: center;
}
/*
.bg_opacity{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 20px;
	position: relative;
}
*/
.top_title_inner h2{
    position:relative;
	line-height:1.5;
	color:#fff;
	text-align:center;
	font-size:1.125rem;
}
.top_title_inner h2 span{
	font-size: 2.5rem;
	font-weight: bold;
}
#title .star{
	position:relative;
}
#title .star .left_star{
	max-width:140px;
	width:100%;
	height:186px;
	background-position:center;
	background-size:cover;
	position:absolute;
	top:0;
	left:-130px;
}
#title .star .right_star{
	max-width:182px;
	width:100%;
	height:147px;
	background-position:center;
	background-size:cover;
	position:absolute;
	top:20px;
	right:-130px;
}
#title .inner_1000 p{
	position:relative;
	top:-10px;
}
@media screen and (max-width:1199px){
	#title .star .left_star,
	#title .star .right_star{
		display:none;
	}
}
.title_img{
	max-width: 560px;
	width:100%;
	height:360px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}
.title_textbox{
	max-width: 560px;
	width:100%;
}
.title_textbox_inner{
	padding-top: 20px;
}

@media screen and (max-width:599px){
	#top_title {
        margin-top:74px;
    }
	.bg_opacity h2 span{
		font-size: 3rem;
	}
}
@media screen and (max-width:520px){
	.title_img{
		height:250px;
	}
}
.main_title{
	border-radius: 20px;
	margin-bottom: 20px;
}
.main_title h3{
	font-size: 1.75rem;
	color: #fff;
	position: relative;
	padding-left: 15px;
}
.main_title h3::before{
	content:"";
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	width: 6px;
	height: 40px;
	background-color: #fff;
}
.worry_owata{
	max-width:567px;
	width:100%;
	height:61px;
	margin-bottom:5%;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:center;
}
.worry_box{
	width:47%;
	height:370px;
	margin-bottom:5%;
	position:relative;
}
.worry_fukidasi{
	max-width:375px;
	width:90%;
	height:212px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:35px;
	right:30px;
}
.worry_fukidasi h4{
	font-size:1.625rem;
	width:301px;
	height:74px;
	padding:0;
}
.worry_ilust{
	max-width:127px;
	width:100%;
	height:185px;
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	left:5px;
	bottom:0;
}
.worry_case{
	font-size:4.125rem;
	font-weight:bold;
	position:absolute;
	bottom:-15px;
	right:30px;
}
@media screen and (max-width: 999px){
	.worry_box{
		width:60%;
		margin:0 auto 5% auto;
	}
}
@media screen and (max-width:767px){
	.worry_box{
		width:95%;
	}
	.worry_fukidasi{
		right:50%;
		transform:translatex(50%);
	}
	.worry_case{
		font-size:3rem;
	}
}
#info{
	height:600px;
	background-position:center;
	background-size:cover;
	display:flex;
	align-items:center;
}
.difference_box{
	width:48%;
	margin-bottom:5%;
}
.difference_img{
	width:100%;
	height:320px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
@media screen and (max-width:1199px){
	.difference_box{
		max-width:560px;
		width:100%;
	}
}
#flow .difference_box{
	width:100%;
}
.flow-title span{
	display:inline-block;
	width:46px;
	height:46px;
	margin-right:10px;
	color:#fff;
	text-align:center;
	padding-top:5px;
}
.tri{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 80px 0 80px;
	border-color: #F18282 transparent transparent transparent;
	margin:0 auto 30px auto;
}
.tri2{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 80px 0 80px;
	border-color: #5EC2D0 transparent transparent transparent;
	margin:0 auto 30px auto;
}
.cost_img{
	width:100%;
	height:503px;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
}
.cost-insi{
	display:flex;
	flex-wrap:wrap;
}
.cost-insi dt{
	max-width:300px;
	width:100%;
}
.cost-insi dd{
	max-width:200px;
	width:100%;
}
.cost-insi dd span{
	margin-right:10px;
}
@media screen and (max-width:599px){
	.cost_img{
		height:350px;
	}
}
.trouble_case{
	font-size:2.25rem;
	color:#FF4500;
}
.procedure_box{
	max-width:360px;
	width:100%;
	margin-bottom:3%;
}
.procedure_step{
	font-size:1.75rem;
	color:#88B1C5;
}
.procedure_title{
	font-size:1.25rem;
}
.tri3 span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #88B1C5;
	margin:80px 20px;
	display:inline-block;
}
.procedure_point{
	border-radius:20px;
	height:311px;
	display:flex;
	align-items:center;
}
.procedure_info{
	font-size:1.5rem;
	color:#FFA500;
	padding:0;
}
@media screen and (max-width:1199px){
	.procedure_box{
		max-width:800px;
		margin-bottom:0;
	}
	.procedure_box:last-child{
		margin-bottom:10%;
	}
	.tri3{
		width:100%;
		text-align:center;
		height:50px;
	}
	.tri3 span{
		transform:rotate(90deg);
		margin:0;
	}
}
.precautions_box{
	max-width:380px;
	width:100%;
	margin-bottom:3%;
}
.precautions_img{
	width:100%;
	height:240px;
}
.precautions_title{
	font-size:1.25rem;
}

.work_article_box{
	max-width:350px;
	width:100%;
	margin-bottom:5%;
}
.work_article_img{
	width:100%;
	height:273px;
	background-position:center;
	margin-bottom:10px;
}
.work_category {
  font-size: 0.875rem;
  background-color: #FFA500;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
}
.work_title {
  color: #333;
}
.work_date {
  font-size: 0.875rem;
  color: #707070;
}
.article_pagenation{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 10% auto 30% auto;
}
.article_pagenation li{
	margin:1%;
	list-style:none;
	width:100%;
}
.article_pagenation a {
	max-width:231px;
	width:100%;
	height:50px;
	text-align: center;
	color:#fff;
	background-color:#F7C7C8;
	min-width: 6rem;
	font-family: setofont-sp, sans-serif;
	border-radius: 50px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
}
.article_pagenation .wp-pagenavi a{
    margin: 0 1%;
    min-width: auto;
    display: inline;
}

.wp-pagenavi .pages {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi span {
	border:none;
	font-weight:300;
	color:#333;
}

.article_pagenation .current {
	 margin:0 5px;
	padding:5px 10px;
	color:#333;
	background-color:#fff;
	border:1px solid #333;
}
.article_pagenation .wp-pagenavi a {
	margin:0 5px;
	padding:5px 10px;
	display: inline-block;
	text-align: center;
	color:#fff ;
	background-color:#333;
	border:1px solid #333;
	font-weight:bold;
}

.article_news_category_list li{
    padding: 5px 0;
}
.article_news_category_list a {
    color:#333;
    display:block;
}
.article_news_category_list{
	max-width:200px;
	width:100%;
}
.article_news_category_list .content_title::after{
	display:none;
}
.article_news_category_list .content_title{
	border-bottom:solid 1px #E7692B;
	font-size: 1.375rem;
	color: #E7692B;
	padding: 5px 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
.news_list{
    max-width: 740px;
    width: 100%;
}
.newslist_box{
	margin-bottom:20px;
}
.newslist_box a{
	display:flex;
	color:#333;
	flex-wrap:wrap;
	justify-content:space-between;
}
.news_img{
	max-width: 170px;
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.news_text{
	position: relative;
	color: #333;
	font-size: 0.875rem;
}
.news_date {
	color: #8E8E93;
	font-size: 0.875rem;
	display: inline-block;
  }
/*
.news_text span{
    color: #fff;
    background-color: #333;
    font-size: 0.9375rem;
    padding: 0 10px;
    margin: 0 3%;
}
*/
.news_text .text_right {
	color: #F18282;
	position: absolute;
	right: 0;
	bottom: 0;
  }

.news_img_l{
	width:100%;
	height:520px;
	background-position:center;
	background-size:cover;
}
.newslink a {
    color:#fff;
}
#news-article #news .news_category {
	margin: 0;
	background-color: #333;
	padding: 5px 20px;
	color: #fff;
  }
#news-article .news_title {
	padding: 10px 0;
	border-bottom: dashed 1px #707070;
  }
@media screen and (max-width:767px){
	.news_list{
        padding: 0;
    }
	.newslist_box a{
		justify-content:center;
	}
	.news_img_l{
		height:300px;
	}
}
#greeting .flexbox{
	justify-content: center;
	gap: 40px 80px;
}
#greeting .title_img{
	max-width: 480px;
	width: 100%;
	height: 540px;
}
#greeting .title_textbox{
	max-width: 640px;
	width: 100%;
}
.company_profile{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
	border-bottom:dashed 1px #88B1C5;
	margin-bottom:20px;
}
.company_profile dt{
	width:200px;
	text-align:center;
}
.company_profile dd{
	width:500px;
}
.porofile_img{
	max-width: 480px;
	width:100%;
	height:360px;
	margin-bottom:3%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#company_profile .flexbox{
	justify-content: center;
	gap:40px;
}
@media screen and (max-width: 999px){
	.porofile_img{
		max-width:480px;
		width:100%;
	}
	.company_profile dt{
		width:100%;
	}
	.company_profile dd{
		width:100%;
		text-align:center;
	}
}
.contact_title{
	font-size:2.625rem;
}
.contact_form{
	background-color:#fff;
	width:100%;
	height:147px;
	color:#333;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10%;
	border-radius: 100px;
}
.contact_box_inner{
	max-width:280px;
	width:100%;
}
.contact_text1 a{
	display:flex;
	align-items:center;
}
.contact_tel_icon{
	width:40px;
	height:40px;
	margin-right: 10px;
}
.contact_text1 {
  font-size: 1.375rem;
}
.contact_number{
	color:#333;
	font-size:1.75rem;
	font-weight: 500;
	font-style: italic;
	padding: 0;
}
.contact_text2 p{
	padding:0 0 0 50px;
	font-size: 0.8125rem;
}
.contact_line{
	position:relative;
	padding-left:10px;
}
.contact_line:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:4px;
	height:24px;
	background-color:#333333;
}
.CF7_table dl{
	display:table;
	width:100%;
}
.CF7_table dl > * {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.CF7_table dl dt {
    width: 320px;
    background-color: #333;
    color: #fff;
    font-size: 0.9375rem;
    padding: 21px 20px;
    position: relative;
}
.CF7_table dl dt small {
    display: inline-block;
    width: 30px;
    background-color: #EB3333;
    font-weight: 400;
    font-size: 0.6875rem;
    letter-spacing: 0;
    line-height: 20px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 26px;
    right: 20px;
}
.CF7_table dl dd {
    background-color: #EDEDE8;
    padding: 15px;
}
.CF7_table dl dd .turn{
	font-size:0.9375rem;
}
.CF7_table dl dd .red{
	font-size:0.875rem;
}
.CF7_table dl + dl {
    padding-top: 10px;
}
.CF7_table dl dt small.none {
    background-color: #fff;
    color: #333;
}
.wpcf7-submit{
	width: 100%;
	max-width: 355px;
	height: 49px;
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	border: solid 1px #333;
	display: block;
	margin: 0 auto;
	padding-top:4px;
	cursor:pointer;
}
.wpcf7-arrow{
	position: relative;
	max-width:355px;
	width:100%;
	height:49px;
	display:inline-block;
}
.wpcf7-arrow:after{
	content:'';
	width: 10px;
	height: 10px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top:20px;
	right: 37px;
	transform: rotate(45deg);
	z-index: 2;
}
.wpcf7-arrow:before{
	content:'';
	width: 21px;
	height: 21px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top:15px;
	right: 30px;
	z-index: 1;
}
.CF7_table {
	max-width:900px;
	width:100%;
	margin:40px auto;
	text-align:left;
	font-size:1.2rem;
}
.CF7_table .vtop{
	vertical-align:top;
}
.CF7_table input ,.CF7_table textarea {
	text-align:left;
	padding:0 0.5rem;
	border:1px solid #ccc;
	width:100%;
	line-height:2rem;
}
.maiform__privacy {
	margin:30px auto;
	height:250px;
	overflow-y:scroll;
	font-size:0.875rem;
	background-color:#fff;
	color:#000;
	font-weight:normal;
	text-align:left;
	padding:5px 20px;
	line-height:2em;
	border:solid 1px #333;
}

.wpcf7-form p{
	text-align:center;
	margin-bottom:3rem;
}
.wpcf7-previous{
	width: 100%;
	max-width: 355px;
	height: 49px;
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	border: solid 1px #333;
	cursor:pointer;
	display:block;
	margin:0 auto 3rem auto;
	padding-top:4px;
}
.wpcf7-select{
	width: 100%;
	padding: 10px;
	border-radius: 0;
	background-color: #fff;
	border: none;
	box-shadow: 0 0 1px #707070;
}
.mail_confirm {
	line-height:2em;
	text-align:center;
	padding-top:30px;
}
.contact_tohome {
	text-align:center;
	padding-top:3em;
}
.contact_tohome a {
	background-color:#132C64;
	padding:10px 50px;
	color:#fff;
}
span.nomust {
	background-color:#ccc;
}
#contact_comp h4{
	font-size:2rem;
}
@media screen and (max-width:767px){
	.CF7_table dl > * {
    display: block;
}
	.CF7_table dl dt {
		width:auto;
	}
}
.article_category_name {
  font-size: 0.8em;
  display:inline-block;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.rep_name {
  font-size: 1.1em;
  border-bottom: solid 1px #333;
  margin-bottom: 2%;
  padding: 10px 20px;
  position: relative;
}
.rep_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 1px;
  height: 16px;
  background-color: #333;
}
.rep_img{
	max-width:320px;
	width:100%;
	height:320px;
	margin:0 auto 20px auto;
}
.rep_text {
  padding: 20px 0;
}
.rep_subtitle {
  text-align: center;
  background-color: #707070;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 2%;
}
#rep_article dl {
  display: flex;
  padding: 20px 60px;
  border-bottom: dashed 1px #333;
}
#rep_article dt {
  max-width: 240px;
  width: 100%;
  padding-right: 20px;
}
#rep_article dd {
  max-width: 440px;
  width: 100%;
}
#about{
	background-repeat: no-repeat;
	background-size: cover;
}
.about_inner{
	padding-top: 110px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/home/top_title_bg.png);
}
@media screen and (max-width:599px){
	.about_inner{
		background-image: url(../img/home/top_title_bg_sp.png);
	}
}
.about_flex{
	justify-content: center;
	gap:20px;
}
.about_flex a{
	max-width: 380px;
	width: 100%;
	height: 130px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.about_img{
	max-width: 800px;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_btn{
	justify-content: center;
	gap:40px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.left_img{
	max-width: 600px;
	width: 100%;
	height: 600px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.right_text{
	max-width: 520px;
	width: 100%;
	padding: 20px 0;
	margin-bottom: 20px;
}
@media screen and (max-width:400px){
	.left_img{
		height: 400px;
	}
}
.right_text h4{
	text-align: center;
	font-size: 1.375rem;
}
.flow_inner{
	max-width: 560px;
	width: 100%;
	margin-bottom: 60px;
}
.flow_img{
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 20px;
	position:relative;
}
.flow_img:before{
	content:"";
	position:absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	border-radius: 20px;
	border:solid 1px #fff;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.flow_title{
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.news_list_box{
	margin-bottom: 20px;
}
.news_list_box:last-child{
	margin-bottom: 40px;
}
.news_list_box a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.news_list_box .news_img{
	max-width: 170px;
	width: 100%;
	height: 170px;
	background-position: center;
	background-size: cover;
}
.news_list_box .news_textbox{
	max-width: 550px;
	width: 100%;
	border-bottom: dashed 1px #707070;
	height: 170px;
}
.news_list_box .news_date{
	color: #707070;
	font-size: 0.8125rem;
	display: inline-block;
}
.news_list_box .news_category {
	font-size: 0.8125rem;
	color: #fff;
	padding: 0 15px;
	margin: 0 20px;
	display: inline-block;
	background-color: #333;
}
.news_list_box .news_title{
	font-size: 1.125rem;
	font-weight: 500;
	padding-top: 0;
}
.news_list_box .text_right{
	color: #E60C20;
	font-size: 0.875rem;
	padding-top: 0;
}
@media screen and (max-width:767px){
	.news_list_box .news_textbox{
		height: auto;
	}
	.news_list_box .news_img{
		display: none;
	}
	.news_list_box .news_text{
		display: none;
	}
}


.parents{
	gap: 40px;
}
.parents_inner{
	max-width: 580px;
	width: 100%;
	height: 187px;
	display: flex;
	background-color: #fff;
	border: solid 1px #333;
	border-radius: 20px;
	margin: 0 auto;
}
.parents_text{
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.parents_text_inner{
	max-width: 256px;
	width: 100%;
	margin-left: 50px;
}
.parents_img{
	max-width: 205px;
	width: 100%;
	height: 185px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0 20px 20px 0;
}
.parents_log_btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -55px;
	width: 110px;
	height: 110px;
}
.parents_title{
	font-size: 1.125rem;
}
.point_pink{
	display: inline-block;
	background-color:#FFA9B1 ;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.point_blue{
	display: inline-block;
	background-color:#5EC2D0 ;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
@media screen and (max-width:767px){
	.parents_inner{
		flex-direction: column;
		height: auto;
	}
	.parents_text{
		justify-content: center;
		padding-bottom: 60px;
	}
	.parents_text_inner{
		margin-left: 0;
	}
	.parents_img{
		max-width: 100%;
		border-radius: 0 0 20px 20px;
	}
	.parents_log_btn{
		top: 110px;
		right: 50%;
		transform: translateX(50%);
	}
}
.policy_flex{
	gap: 20px;
	justify-content: center;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.flag_ring{
	max-width: 320px;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flag_ring h4{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.flag_ring h4 span{
	color: #04AFCD;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 200%;
}
.state_flex{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	gap:20px;
}
.state_box{
	max-width: 320px;
	width: 100%;
}
.img_container{
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.state_title{
	font-size: 1.125rem;
}
.state_text{
	font-size: 0.875rem;
}
.pdf_icon{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 80px;
}
.institution_text{
	max-width: 420px;
	width: 100%;
}
.institution_info{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.institution_info dt{
	max-width: 116px;
	width: 100%;
}
.institution_info dd{
	max-width: 304px;
	width: 100%;
	
}
.institution_map{
	max-width: 500px;
	width: 100%;
	border-radius: 20px;
}
.institution_map iframe{
	border-radius: 20px;
}
.flow_btn_flex{
	justify-content: center;
	gap: 80px;
}
.title_btn{
	max-width: 560px;
	width: 100%;
}
.title_btn_img{
	display: inline-block;
	width: 100%;
	height: 320px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.title_btn_baneer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:-25px;
}
.title_btn_arrow{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}
.title_btn_arrow:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	left: 45%;
	bottom: 10px;
	margin-top: -6px;
	transform: rotate(45deg) translateX(-50%);
  }
  .kis_flex{
	  justify-content: center;
	  gap:40px;
  }
  .kis_img{
	  max-width: 480px;
	  width: 100%;
	  height: 320px;
	  background-position: center;
	  background-size: cover;
	  background-repeat: no-repeat;
  }
  .flow_box{
	  display: flex;
	  margin-bottom: 30px;
	  border-radius: 20px;
	  border: solid 3px #F18282;
  }
  .time{
	  max-width: 156px;
	  width: 100%;
	  background-color: #F18282;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-radius: 15px 0 0 15px;
  }
  .time h4{
	  font-size: 1.5rem;
	  color: #fff;
  }
  .flow_text{
	  max-width: 848px;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-radius: 0 20px 20px 0;
	  background-color: #fff;
  }
  .flow_text_inner{
	  max-width:701px;
	  width: 100%;
  }
  .flow_text_inner h4{
	  font-size: 1.5rem;
	  color: #F18282;
	  border-bottom: dashed 1px #F18282;
  }
  @media screen and (max-width:767px){
	.time{
		max-width: 100px;
	}
	.flow_text{
		padding: 0 15px;
	}
  }
  #kis2 .flow_box{
	border: solid 3px #5EC2D0;
  }
  #kis2 .time{
	background-color: #5EC2D0;
  }
  #kis2 .flow_text_inner h4{
	color: #5EC2D0;
	border-bottom: dashed 1px #5EC2D0;
  }
  #bottom_menu{
	  padding: 100px 0;
  }
  .bottom_menu_flex{
	  justify-content: center;
	  gap:30px;
  }
  .ori_box{
	  margin-bottom: 15px;
  }
  .ori_box h4{
	  font-size: 1.5rem;
	  color: #F18282;
	  border-bottom: dashed 1px #F18282;
  }
  .activities_box{
	  background-color: #fff;
	  display: flex;
	  align-items: center;
	  padding: 50px 0;
  }
  .activities_box_inner{
	  max-width: 800px;
	  width: 100%;
	  margin: 0 auto;
  }
  @media screen and (max-width:767px){
	.activities_box{
		padding: 15px;
	}
  }
  #melit .flag_ring h4{
	  font-size: 2rem;
  }
  #melit .flag_ring h4 span{
	  color: #FFA500;
}
#photo{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
}
#photo h3{
	font-size: 2.25rem;
	color: #fff;
}
.recruitment_list{
	border-bottom: dashed 1px #F18282;
	margin-bottom: 30px;
}
.recruitment_list_inner{
	display: flex;
	flex-wrap: wrap;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.recruitment_list dt{
	max-width: 180px;
	width: 100%;
}
.recruitment_list dd{
	max-width: 540px;
	width: 100%;
}
.introduction_flex{
	justify-content: center;
	gap:40px 20px;
}
.introduction_box{
	max-width: 320px;
	width: 100%;
}
.introduction_img{
	max-width: 266px;
	width: 100%;
	height: 240px;
	background-position: center;
	background-size: cover;
	margin: 0 auto 20px auto;
}
.introduction_box h4{
	font-size: 1.25rem;
	border-top: solid 1px #333;
}
.introduction_comment{
	font-size: 0.875rem;
}
.news_flex{
	justify-content: center;
	gap: 40px;
}
#parent .news_box{
	max-width: 350px;
	width: 100%;
}
#parent .news_box a{
	display: block;
	width: 100%;
}
#parent .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
}
#parent .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#parent .news_category{
	margin: 0;
}
#parent-article .news_category{
	margin: 0;
}
#parent-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #D57124;
}
#parent-article .news_honbun{
	font-size: 1rem;
}
#parents .news_box{
	max-width: 350px;
	width: 100%;
}
#parents .news_box a{
	display: block;
	width: 100%;
}
#parents .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
}
#parents .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#parents .news_category{
	margin: 0;
}
#parents-article .news_category{
	margin: 0;
}
#parents-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #D57124;
}
#parents-article .news_honbun{
	font-size: 1rem;
}
#jisseki .news_box{
	max-width: 350px;
	width: 100%;
}
#jisseki .news_box a{
	display: block;
	width: 100%;
}
#jisseki .news_img{
	max-width: 100%;
	width: 100%;
	height: 273px;
	background-position: center;
	background-size: 100%;
	background-repeat:no-repeat;
}
#jisseki .news_text{
	border-bottom: none;
	margin-bottom: 0;
	min-height: auto;
}
#jisseki .news_text p{
	padding: 5px 0;
}
#jisseki .news_category{
	margin: 0;
	background-color: #E7692B;
	padding: 5px 40px;
	color: #fff;
}
#jisseki-article .news_category{
	margin: 0;
	background-color: #E7692B;
	padding: 5px 20px;
	color: #fff;
}
#jisseki-article .news_title{
	padding: 10px 0;
	border-bottom: dashed 1px #707070;
}
#jisseki-article .news_honbun{
	font-size: 1rem;
}
#contact_page .breadcrumb{
	margin-top: 0;
	margin-bottom: 40px;
}
/*
.breadcrumb .news_category{
	font-size:1rem;
	color:#333;
	padding:0;
	margin:0;
	background-color:transparent;
}
*/
#reason{
	background-image: url(../img/home/reason_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#reason .flexbox{
	justify-content: center;
	gap: 20px;
}
.inner_box{
	max-width: 380px;
	width: 100%;
}
.inner_img{
	max-width: 350px;
	width: 100%;
	height: 287px;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}
#reason .inner_box h4{
	font-size: 1.25rem;
	font-weight: 500;
}
#reason .inner_box h4 span{
	font-style: italic;
	color: #E60C20;
	display: block;
}
#reason .inner_box p{
	font-size: 0.9375rem;
}
@media screen and (max-width:767px){
	#reason{
		background-image: url(../img/home/reason_bg_sp.jpg);
		padding-bottom: 150px;
	}
	#reason .inner_img{
		display: none;
	}
}
#worries .inner_img{
	max-width: 560px;
	width: 100%;
	height: 400px;
	margin:0 0 30px 0;
}
.inner_text{
	max-width: 560px;
	width: 100%;
	margin-bottom:30px;
}
.worries_case{
	max-width: 142px;
	width: 100%;
	height: 54px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
}
#worries .check_btn{
	margin: 0;
}
@media screen and (max-width:767px){
	#worries .check_btn{
		margin: 0 auto;
	}
}
#soudan{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.soudan_list{
	display: flex;
	max-width: 488px;
	width: 100%;
	margin: 0 auto 20px auto;
}
.soudan_list dt{
	max-width: 30px;
	width: 100%;
	margin-right: 8px;
}
.soudan_list dt span{
	width: 28px;
	height: 28px;
	background-position: center;
	background-size: 100%;
	display: inline-block;
}
.soudan_list dd{
	font-size: 1.125rem;
	text-align: left;
	border-bottom: solid 1px #707070;
	max-width: 450px;
	width: 100%;
	padding-bottom: 5px;
}
@media screen and (max-width:767px){
	#soudan{
		background-position: 25%;
	}
}
#knowledge .flexbox{
	justify-content: center;
	gap:20px;
}
#knowledge .inner_box .inner_img{
	max-width: 380px;
	width: 100%;
	height: 300px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
#knowledge .inner_box .inner_img .inner_img_inner{
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 230px;
	width: 100%;
	height: 180px;
}
#knowledge .inner_box .inner_img .inner_img_inner .icon{
	display: inline-block;
	width: 42px;
	height: 40px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#knowledge .inner_box .inner_img .inner_img_inner .text{
	display: inline-block;
	color: #fff;
	font-size: 1.375rem;
}
#jisseki{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#jisseki .flexbox{
	justify-content: center;
	gap:40px;
}
#home #jisseki .flexbox{
	justify-content: center;
	gap:20px;
}
.jisseki_box{
	max-width:282px;
	width:100%;
	margin-bottom:5%;
}
.jisseki_img{
	width:100%;
	height:220px;
	background-size:cover;
	background-position:center;
	margin-bottom:10px;
}
.jisseki_date{
	font-size:0.8125rem;
	color:#707070;
}
#jisseki .jisseki_category{
	font-size:0.8125rem;
	background-color:#E7692B;
	color:#fff;
	display:inline-block;
	padding:5px 30px;
}
.jisseki_title{
	color:#333;
}
.jisseki_btn{
	width:100%;
	height:130px;
	border:solid 1px #707070;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:5px;
	background-color:#fff;
	line-height:2;
	position:relative;
	cursor:pointer;
	color:#333;
}
.jisseki_eng{
	font-size:2rem;
	font-weight: bold;
	line-height:1;
}
.jisseki_btn .arrow{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:10%;
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
}
.jisseki_btn .arrow:before {
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right:1px;
    margin-top: -5px;
	transform: translateX(-50%);
}
@media screen and (max-width:767px){
	.jisseki_box:nth-child(3){
		display: none;
	}
	.jisseki_box:nth-child(4){
		display: none;
	}
}
.contents_title{
	padding-left: 15px;
	position: relative;
}
.contents_title::before{
	content: "";
	width: 6px;
	height: 36px;
	background-color: #fff;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.contents_subtitle{
	padding-left: 15px;
	position: relative;
}
.contents_subtitle::before{
	content: "";
	width: 6px;
	height: 36px;
	background-color: #E7692B;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
}
.pointbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 60px;
	border-bottom: dashed 1px #707070;
	margin-bottom: 30px;
}
.point_ten{
	max-width: 140px;
	width: 100%;
	height: 140px;
	border-radius: 50%;
	background-color: #FFA500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.point_ten p{
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	font-style: italic;
	font-weight: 500;
}
.point_ten p span{
	font-size: 2.5rem;
}
.point_textbox{
	max-width: 800px;
	width: 100%;
}
.point_textbox h4{
	font-size: 1.375rem;
	padding-top: 0;
}
.contents2_box{
	border-bottom: dashed 1px #707070;
	margin-bottom: 60px;
}
#contents3 .flexbox{
	justify-content: center;
	gap:30px 60px;
}
#contents3 .inner_img{
	max-width: 380px;
	width: 100%;
	height: 380px;
	background-repeat: no-repeat;
}
#contents3 .inner_box{
	max-width: 560px;
	width: 100%;
}
#contents3 .inner_box .montserrat{
	color: #E60C20;
	font-weight: 500;
	font-style: italic;
	font-size: 1.25rem;
	padding: 0;
}
#contents3 .inner_box h4{
	padding-top: 0;
}
@media screen and (max-width:767px){
	#contents3 .inner_img{
		background-size: 100%;
	}
}
#matome{
	padding: 100px 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#matome .matome_inner{
	max-width: 1000px;
	width: 100%;
	padding: 50px 10px;
	margin: 0 auto;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
}
#akiya #contents1 .pointbox .point_ten{
	background-color: #E60C20;
}
.sale_flex{
	justify-content: center;
	gap:40px;
}
.sale_flex a{
	max-width: 380px;
	width: 100%;
	height: 130px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 10px;
}
@media screen and (max-width:767px){
	.sale_flex{
		gap:20px;
	}
}
#menu .flexbox{
	justify-content: center;
	gap:20px;
}
#menu .inner_box .inner_img{
	max-width: 380px;
	width: 100%;
	height: 300px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
#menu .inner_box .inner_img .inner_img_inner{
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 230px;
	width: 100%;
	height: 180px;
}
#menu .inner_box .inner_img .inner_img_inner .icon{
	display: inline-block;
	width: 42px;
	height: 40px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
#menu .inner_box .inner_img .inner_img_inner .text{
	display: inline-block;
	color: #fff;
	font-size: 1.375rem;
}
.scrool_btn{
	position:relative;
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.scrool_btn:before {
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px;
	border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left:50%;
    margin-top: -5px;
	transform: translateX(-50%) rotate(90deg);
  }
#difference .difference_flex{
	justify-content: center;
	gap: 20px;
}
#difference .difference_flex_inner{
	max-width: 320px;
	width: 100%;
	border: solid 1px #333;
	padding: 15px;
	margin-bottom: 20px;
}
#difference .difference_flex_inner h4{
	font-size: 1.125rem;
}
#difference .difference_flex_inner p{
	font-size: 0.875rem;
}
#difference .difference_accent{
	background-color: #FFFDF8;
	border-radius: 10px;
	border: solid 1px #707070;
	padding: 40px 15px;
	margin-bottom: 50px;
}
#flow .flow_accent{
	border: solid 1px #333;
	background-color: #fff;
	padding: 40px 15px;
	margin-bottom: 10px;
}
#flow .flow_accent h4{
	font-size: 1.125rem;
}
#flow .flow_accent p{
	font-size: 0.875rem;
}
#flow #green .point_ten{
	background-color: #46B481;
}
.cost-insi{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.cost-insi dt{
	max-width:300px;
	width:100%;
}
.cost-insi dd{
	max-width:200px;
	width:100%;
}
.cost-insi dd span{
	margin-right:10px;
}
.news_box{
	border-top: solid 1px #68584B;
}
.news_box:last-child{
	border-bottom: solid 1px #68584B;
}
.news_box .news_title{
	padding: 10px 20px 5px 20px;
	color: #68584B;
	display: block;
	position: relative;
}
.news_box .news_title:after{
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 2px #68584B;
	border-right: solid 2px #68584B;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width:767px){
	.news_box .news_title:after{
		right: 10px;
	}
}
#home #news .check_btn{
	margin: 0 0 50px auto;
}
@media screen and (max-width:767px){
	#home #news .check_btn{
		margin: 0 auto 50px auto;
	}
}
.guide_btn .guide_btn1{
	max-width: 231px;
	width: 100%;
	height: 50px;
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
	background-color: #A5CB16;
	color: #fff;
	line-height:50px;
	border-radius: 50px;
	font-family: setofont-sp, sans-serif;
}
.guide_btn .guide_btn2{
	max-width: 354px;
	width: 100%;
	height: 50px;
	margin: 0 auto 20px auto;
	display: block;
	text-align: center;
	background-color: #83C2E6;
	color: #fff;
	line-height:50px;
	border-radius: 50px;
	font-family: setofont-sp, sans-serif;
}
#subjects .rainbow_line{
	width: 100%;
	height: 50px;
	background-size: cover;
	background-position: center;
}
#subjects .top{
	margin-bottom: 30px;
}
#subjects .inner_1000 p{
	padding-bottom: 0;
}
#subjects .section_title{
	padding: 0;
	margin-bottom: 0;
}
#subjects .check_btn{
	background-color: #EB6D80;
	margin: 0 auto 8% auto;
}
#access .flexbox{
	justify-content: center;
	gap: 30px;
}
#access .flexbox .left_box{
	max-width: 456px;
	width: 100%;
}
#access .flexbox .left_box img{
	padding-top: 30px;
}
#access .flexbox .left_box h4{
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: 20px;
}
#access .flexbox .left_box .box .seto{
	font-size: 1.666rem;
}
#access .flexbox .left_box .box .seto a{
	color: #68584B;
}
#access .flexbox .left_box .box .seto .yellow{
	color: #FBC200;
	padding-right: 20px;
}
#access .flexbox .right_box{
	max-width: 480px;
	width: 100%;
}
#access .flexbox .right_box iframe{
	margin-bottom: 20px;
}
#access .flexbox .right_box .privacy{
	border: solid 1px #68584B;
	color: #68584B;
	max-width: 208px;
	width: 100%;
	height: 30;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
}
#news_page #article .section_title{
	padding-top: 100px;
}
#news_page #article .news_article{
	margin-bottom: 200px;
}
#news_page #article .news_article h3{
	font-family: setofont-sp, sans-serif;
	text-align: center;
}
#information_page #information .section_title{
	padding-top: 100px;
}
#information .flexbox{
	justify-content: center;
	gap: 10px 30px;
}
#information .flexbox .icons{
	max-width: 330px;
	width: 100%;
	height: 310px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#ippan{
	background-color: #F7C7C8;
}
#ippan .text_center{
	padding-top: 40px;
}
#ippan .img{
	max-width: 330px;
	width: 100%;
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto ;
}
#ippan .seto{
	font-size: 2.111rem;
	margin-bottom: 30px;
}
#ippan .inner_600 p span{
	color: #fff;
}
#ippan .inner_600 p:last-child{
	margin-bottom: 100px;
}
#allergy{
	background-color: #E8EC98;
}
#allergy .text_center{
	padding-top: 40px;
}
#allergy .img{
	max-width: 330px;
	width: 100%;
	height: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto ;
}
#allergy .seto{
	font-size: 2.111rem;
	margin-bottom: 30px;
}
#allergy .inner_600 p span{
	color: #9DC453;
}
#allergy .inner_600 p:last-child{
	margin-bottom: 100px;
}
#feature_page #concept .section_title{
	padding-top: 100px;
}
#concept .inner_600 .seto{
	margin-bottom: 50px;
}
#point .flexbox{
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#point .flexbox:last-child{
	margin-bottom: 50px;
}
#point .flexbox .left_box{
	max-width: 252px;
	width: 100%;
}
#point .flexbox .left_box .bg_sky{
	background-color: #CBE6F8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 252px;
	width: 100%;
	height: 252px;
}
#point .flexbox .left_box .bg_sky .white{
	font-size: 2.5rem;
	padding: 0;
}
#point .flexbox .left_box .bg_sky h4{
	font-size: 1.555rem;
	width:100%;
	min-height:132px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	white-space: nowrap;
	word-break: break-all;
}

#point .flexbox .right_box{
	max-width: 402px;
	width: 100%;
}
#doctor_page #doctor_info .section_title{
	padding-top: 100px;
}
#doctor_info .doctor_img{
	width: 100%;
	height: 534px;
	background-size: cover;
	background-position: 70%;
	background-repeat: no-repeat;
	margin-bottom: 10%;
}
#doctor_comment .flexbox{
	justify-content: center;
	gap: 20px 60px;
}
#doctor_comment .flexbox .left_box{
	max-width: 298px;
	width: 100%;
}
#doctor_comment .flexbox .left_box .img{
	max-width: 280px;
	width: 100%;
	height: 285px;
	margin: 0 auto;
}
#doctor_comment .flexbox .left_box h4{
	font-size: 2.222rem;
}
#doctor_comment .flexbox .right_box{
	max-width: 440px;
	width: 100%;
}
#logo .flexbox{
	justify-content: center;
	align-items: center;
	gap: 20px 60px;
	margin-bottom: 10%;
}
#logo .flexbox .left_box{
	max-width: 298px;
	width: 100%;
}
#logo .flexbox .left_box .img{
	max-width: 250px;
	width: 100%;
	height: 250px;
	margin: 0 auto;
}
#logo .flexbox .right_box{
	max-width: 440px;
	width: 100%;
}
#facility_page #facility .section_title{
	padding-top: 100px;
}
#facility .flexbox{
	justify-content: center;
	gap: 20px;
}
#facility .flexbox .box{
	max-width: 480px;
	width: 100%;
}
#facility .flexbox .box:last-child{
	margin-right: auto;
	margin-bottom: 10%;
}
#facility .flexbox .box .img{
	max-width: 480px;
	width: 100%;
	height: 480px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#facility .flexbox .box h3{
	padding: 0;
	margin-bottom: 10px;
}
#facility .flexbox .box p{
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width:1000px){
	#facility .flexbox .box:last-child{
		margin-right: 0;
	}
}

#top_img {
    width:100%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:0;
}
#<strong>top_img</strong> img{
	width:700px;
}
#youtube iframe{
	height:500px;
}
@media screen and (max-width:499px){
	#youtube iframe{
	height:400px;
}
}


/*20220709ak*/
#information_page p {
	padding:0;
}
#information_page h4 {
	margin-top:1.2rem;
	padding-bottom:3px;
}

#ippan h4 {
	color:#fff;
}
#ippan ul li {
	list-style:disc;
	margin-left:1.2rem;
}

#allergy h4 {
	color:#9DC453;
}
#allergy ul li {
		list-style:none;
}
#allergy ul li:before {
	content:"●";
}

#allergy h5 {
	font-size:18px;
	margin-top:2rem;
}
#allergy h5.first {
	font-size:18px;
	margin-top:0;
}


#ippan,#allergy,#yobou, #kenshin {
	padding:80px 0;
	margin:0;
}
#yobou .img,#kenshin .img {
  max-width: 330px;
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
#yobou {
	background-color:#B8DDF5;
}
#kenshin {
	background-color:#F5D3FF;
}
#yobou .seto,#kenshin .seto {
  font-size: 2.111rem;
  margin-bottom: 30px;
}
#yobou .desc,#kenshin .desc {
	margin-bottom:30px;
}
#yobou ul li,#kenshin ul li {
		list-style:none;
}
#yobou ul li:before,#kenshin ul li:before {
	content:"●";
}
#yobou ul,#kenshin ul {
	margin-bottom:30px;
}
/*20220709ak*/

.desc {
    text-align:center;
    font-size:28px;
}
.flex_3clm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:40px;
    margin:60px 0;
}
.flex_3clm div {
    width:calc(33% - 40px);
    min-width:300px;
    text-align:center;
}
.flex_3clm p {
    text-align:left;
    margin:10px;
}
.flex_3clm h4 {
    background-color:#e16b75;
    border-radius:10px;
}

.kensa_infos {
    margin-top:100px;
}
.kensa_infos h4 {
    color:#e05f74 !important;
}
.kensa_infos .left {
    float:left;
    width:350px;
}
.kensa_infos .right {
    float:right;
    width:calc(100% - 350px);
    background-color:#fff;
    border-radius: 10px;
    padding:30px;
}
.clr {
    clear: both;
}

.kensa_infos2 {
    margin-top:100px;
}
.kensa_infos2 h4 {
    color:#009c3b !important;
}
.kensa_infos2 .left {
    float:left;
    width:350px;
}
.kensa_infos2 .right {
    float:right;
    width:calc(100% - 350px);
    background-color:#fff;
    border-radius: 10px;
    padding:30px;
}
.h4ttl {
    color: #fff !important;
    background-color: #009c3b;
    display: inline-block;
    margin: 0;
    width: 440px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0 !important;
    font-size:25px;
    line-height:1;
    padding-top:12px;
}
#allergy .flex_3clm div {
    background-color:#9dc453;
    border-radius:10px;
    color:#fff;
    font-weight:bold;
    font-size:25px;
    padding:5px 0;
    padding-top:8px;
}
#yobou .flex_3clm div , #yobou .flex_3clm a {
    background-color:#7cb8da;
    border-radius:10px;
    color:#fff;
    font-weight:bold;
    font-size:23px;
    padding:5px 0;
    padding-top:8px;
    line-height:1;
    height:80px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: relative;
    width:300px;
}
#kenshin .flex_3clm div {
    background-color:#d9a8cc;
    border-radius:10px;
    color:#fff;
    font-weight:bold;
    font-size:25px;
    padding:5px 0;
    padding-top:8px;
}
#yobou .flex_3clm a span {
    font-size:16px;
    margin-top:-10px;
}

#yobou .flex_3clm a::after {
    content:'';
    position: absolute;
    right:5px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../img/right_arrow.png);
    width:16px;
    height:19px;
}
.jihi {
    background-color:#fff;
    padding:30px;
    border-radius:10px;
    width:600px;
    text-align:center;
    margin:0 auto;
    margin-top:60px;
}
.jihi h4 {
    text-align:center;
    padding:0;
    margin-bottom:60px;
}
.jihi table {
    text-align:left;
    margin:0 auto;
}
.jihi table td {
    padding:5px 10px;
    border-bottom:1px solid #666;
    margin:0;
}
@media screen and (max-width:600px){
    .jihi {
        width:100%;
    }
	
    .kensa_infos2 .left,.kensa_infos2 .right,.kensa_infos .left,.kensa_infos .right {
        display:block;
        width:100%;
    }
    .kensa_infos2 .left,.kensa_infos .left {
        text-align:center;
        margin-bottom:15px;
    }
    .h4ttl {
        width:100%;
    }
}
table {
    border-collapse: collapse;
}
.tbl_v {
    background-color:#fff;
    width:100%;
    max-width:800px;
    margin:0 auto;
    text-align:center;
    margin-bottom:3rem;
    overflow-x: scroll !important;
}
.tbl_v td, .tbl_v th {
    padding:20px;
}
.x_bar {
    border-bottom:2px solid #68584b;
}
.y_bar {
    border-right:2px solid #68584b;
    border-left:2px solid #68584b;
}
.tbl_v td {
    vertical-align: top;
}
.txt_blue {
   color:#2babdc;
    font-weight:bold;
}
.txt_red {
   color:#ec6d81;
    font-weight:bold;
}
.mb60 {
    margin-bottom:60px;
}

.cf_list-1 {
    display:flex;
    justify-content: space-between;
    gap:15px;
    flex-wrap: wrap;
}
.cf_list-1 p {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size:26px;
    background-color:#b8ddf5;
    height:100px;
    border-radius: 10px;
}
.cf_list-1 span{
    font-size:22px;
    display:block;
}

.cf_list-2 {
    display:flex;
    justify-content: space-between;
    gap:15px;
    flex-wrap: wrap;
}
.cf_list-2 p {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size:22px;
    background-color:#e8ec98;
    height:70px;
    border-radius: 10px;
}
.cf_list-2 span{
    font-size:18px;
    display:block;
}

.cf_list-3 {
    display:flex;
    justify-content: space-between;
    gap:15px;
    flex-wrap: wrap;
}
.cf_list-3 p {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size:18px;
    background-color:#fbe3e3;
    height:50px;
    border-radius: 10px;
}
.cf_list-3 span{
    font-size:14px;
    display:block;
}

.cf_list-1,.cf_list-2,.cf_list-3 {
    margin-bottom:15px;
}
.cf_list-1 p,.cf_list-2 p,.cf_list-3 p {
    margin-bottom:10px;
    width:calc(33% - 15px);
    min-width:300px;
}
@media screen and (max-width:975px){
    .cf_list-1 p,.cf_list-2 p,.cf_list-3 p {
        margin-bottom:10px;
        width:calc(50% - 15px);
        min-width:300px;
    }
}
@media screen and (max-width:650px){
    .cf_list-1 p,.cf_list-2 p,.cf_list-3 p {
        margin-bottom:10px;
        width:calc(100% - 15px);
        min-width:300px;
    }
}

.p_spc {
    background:#fff !important;
}
@media screen and (max-width:975px){
    .p_spc {
        display:none !important;
    }
}

.henkou {
    border:#fbc200 6px solid;
    text-align:center;
    padding-bottom:20px;
    margin-bottom:60px !important;
}
.henkou h3 {
    border-bottom:#fbc200 6px solid;
    padding:20px !important;
}
.henkou p {
    padding:20px 40px;
    margin-bottom:40px;
    text-align:left;
}
.henkou img {
    margin:0 auto;
}
#keiji2 .cont h3 {
	background: #f1aa5f;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#keiji2 .cont {
	margin-bottom:120px;
}
#keiji2 .cont table{
	margin:0 auto;
	width:80%;
	margin-top:60px;
}
#keiji2 .cont table th,#keiji2 .cont table td{
	border-bottom:1px solid #68584b;
	padding:10px 0;
	font-weight:bold;
}
#keiji2 .cont table th {
	text-align:left;
}
#keiji2 .cont table td {
	text-align:right;
}
#keiji2 .cont table span {
	font-size:15px;
	font-weight:normal;
}
#keiji2 .cont table.kasan {
	margin:0;
	width:auto;
}
#keiji2 .cont table.kasan th, #keiji2 .cont table.kasan td {
	border:1px solid #68584b;
	text-align:center;
	padding:5px 10px;
}
#keiji2 .cont table.kasan th {
	background:#f7dec2;
	color:#f1aa5f;
}
.jihi {
	width:80%;
	padding:30px 50px;
}
.jihi table {
	width:100%;
}
.jihi td, .jihi th {
	border-bottom:1px solid #68584b;
	padding:10px 0;
}
.keijibtn {
	display: -webkit-flex;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
	justify-content:flex-start;
    gap:20px;
}
.keijibtn a {
	display:flex;
	width:300px;
		color:#fff;
	background:#f1aa5f;
	border-radius:10px;
	height:80px;
	font-size:20px;
	font-weight:bold;
	align-items:center;
	justify-content:center;
	padding-right:30px;
	position:relative;
	margin-bottom:30px;
}
.keijibtn a:after {
	content:'';
    width:25px;
    height:25px;
    background-image: url(../img/u_arrow.png);
	position:absolute;
	top:50%;
	right:10px;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flexbox .left_box , .flexbox .right_box {
    width: calc(50% - 50px);
} 
.flexbox {
    gap:100px;
    padding-bottom:100px;
}
h2 {
    font-size:1.5rem;
    display: block;
    text-align:center;
    color:#684D26;
    padding-bottom:30px !important;
}
.text-center {
    text-align: center;
}

.text_center img {
    margin-bottom:30px;
}
.sep_bar {
    margin-bottom:100px;
}
.bmenu {
    font-size:2.5rem;
    color:#fff;
    font-weight:bold;
    background:#ccc;
    border-radius: 30px;
    width:640px;
    height:180px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.bmenu2 {
    font-size:2rem;
    color:#fff;
    font-weight:bold;
    background:#ccc;
    border-radius: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px 40px;
    display:inline-block;
}
section#aisatsu {
}
#shoukai {
    color:#684D26;
}
.bmenu3 {
    font-size:2rem;
    color:#EE7C31;
    font-weight:bold;
    background:#FAE100;
    border-radius: 40px;
    display:flex;
    justify-content: center;
    align-items: center;
    padding:10px 40px;
    display:inline-block;
}
.btn_news {
    color: #684D26;
    font-weight: bold;
    background: #C2E7DD;
    padding: 0 20px 4px;
    border-radius: 20px;
}

.tokucho .flexbox .left_box h2,
.tokucho .flexbox .right_box h2 {
    padding-top:0;
}
#shinryo {
    padding-top:100px;
}
.shikaku {
    font-size:16px;
}
.bmenu {
	width:100%;
}

@media screen and (max-width:1200px){
    .fmenu {
        position:fixed;
        bottom:0;
        display:flex;
        width:100%;
        background:#fff;
    }
    .fmenu a {
        width:calc(100vw / 3);
        text-align:center;
        padding:12px 0;
    }
    .fmenu a:nth-child(1){
        background:#33C755;
    }
    .fmenu a:nth-child(2){
        background:#C2E7DD;
    }
    .fmenu a:nth-child(3){
        background:#FCD2DB;
    }
}
.main-container {
    padding-bottom: 400px;
}