@font-face {
  font-family: 'rounded1';
  src: url('./font/rounded-mplus-1p-medium.woff') format('woff'),
       url('./font/rounded-mplus-1p-medium.ttf') format('truetype');
}
@font-face {
  font-family: 'rounded2';
  src: url('./font/rounded-mplus-2p-medium.woff') format('woff'),
       url('./font/rounded-mplus-2p-medium.ttf') format('truetype');
}
@charset "utf-8";
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.btn a{
 font-family: 'rounded2';	
}
/*-----------------------------------------------------------*/
/*--------------------------hearder--------------------------*/
/*-----------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
	transition:ease .3s;
}
header .inner{
    align-items: center;
	padding:35px;
}
.big-pull .inner{
	padding:0 35px;
}
header .logo{
	width:340px;
}
header .btn{
	width:180px;
	height:60px;
}
header .btn a{
 font-size:18px;
	line-height:58px;
}
.hc1 header{
	background-color:#fff;
}
.nav-list > li{
	padding:0 20px;
}
.nav-list > li > a{
	position:relative;
	font-size:15px;
	transition:ease 0.3s;
}
.top .nav-list > li > a{
	color:#ffffff;	
}
.hc1 .nav-list > li > a{
	color:#000;
}

.nav-list > li > a:hover{
	color:#DCCCFF;
	opacity:1;
}

.hc1 .nav-list > li > a:after{
	border-top: 5px solid #000000;
}
.hc1 header .nav-list > li > a{
	color:#000000;
}
body:not(.home) .nav-list > li > a:after{
	border-top: 5px solid #000000;	
}

/* ##### bigpull ##### */
ul.nav-list > li:hover .big-pull{
	height:70px;
}

.big-pull {
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 142px;
    z-index: 90;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
	background: #fff;
	
}
.big-pull > .flexb {
	height:70px;
	align-items:center;
	box-sizing:border-box;
	margin:0 auto;
}
.big-pull > .flexb dt{
	color:#000;
font-family: Cormorant;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 22px;
letter-spacing: 0.1em;
text-align: left;

}
.big-pull dd li{
	margin-left:25px;
}
.big-pull dd li a{
		color:#000;
font-family: Noto Serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 16px;
letter-spacing: 0.1em;
text-align: center;

}

.big-pull .flex dd ul li{
	flex-grow: 1;
}
.big-pull .flex dd ul li a{
	width:100%;
	color:#000000;
	font-size:13px;
	transition:ease 0.3s;
	font-weight:600;
}
.pagetop{
	position:fixed;
	right:20px;
	bottom:0;
	width:150px;
	z-index:10;
}
.pagetop a{
	display:block;
	width:100%;
}
/* ##### bigpull END ##### */
@media only screen and (max-width: 768px) {
	header .inner{
	padding:10px 0;
	}
	header .logo{
		width:200px;
	}
	header .btn{
		display:none;
	}
}
/*-----------------------------------------------------------*/
/*-------------------------hbg----------------------------*/
/*-----------------------------------------------------------*/
.hbg {
  display: none;
}
@media only screen and (max-width: 768px) {
	main{
		margin-top:70px;
	}
  header {
    height: 70px;
	  background-color:#fff;
  }
  header .inner {
    padding: 0 20px;
	  height:70px;
  }
  header #gnavi {
    display: none;
  }
  header .link {
    display: none;
  }
  header h1 {
    margin: 0;
    width: 120px;
  }
  .hbg {
    display:block;
    position: fixed;
    top: -100%;
    left: 0;
    transition: ease 0.3s;
    background-color: #fff;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 70px 0 0 0;
    overflow: hidden;
	  z-index:20;
  }
  .active .hbg {
    top: 0;
  }
  .hgb_nav {
    margin-bottom: 50px;
  }
  .hgb_nav li {
    border-bottom: 1px solid #ececec;
  }
  .hgb_nav li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
    box-sizing: border-box;
	 padding-left:10px;
  }
  .hgb_nav li > a:after {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("../img/common/arrow_p.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 18px;
    right: 13px;
  }
  .hgb_nav li ul {
    background-color: #f9f9f9;
  }
  .hgb_nav li ul li a {
    padding-left: 13px;
  }
  .hbg .btn {
    border: 1px solid #d70000;
    width: 100%;
  }
  .hbg .btn a {
    color: #d70000;
    padding-left: 0;
    text-align: center;
  }
  .hbg .btn a:after {
    background-image: url("../img/common/arrow_r.png");
  }
}
/*-----------------------------------------------------------*/
/*-------------------------footer----------------------------*/
/*-----------------------------------------------------------*/
.link_two{
	padding:20px 0;
	background-color:rgba(234,109,141,0.1);
	width:100%;
}
.link_block{
	width:50%;
}
.link_block:first-of-type{
	border-right:1px solid;
}
.link_block a{
	width:100%;
	padding:40px 0;
	text-align:center;
	font-size:32px;
	display: block;
	color:#EA6D8D;
	font-family: 'rounded1';
		position:relative;
}
.link_block a:after{
	position:absolute;
	top:40%;
	right:20%;
	content:"";
	width:25px;
	height:25px;
	background-image:url("../img/common/link_p.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.link_one{
	width:100%;
	height:314px;
	background-color: #EA6D8D;
}
.link_one a{
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size:50px;
	color:#fff;
	background-image:url("../img/common/entry_bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	font-family: 'rounded1';
	position:relative;
}
.link_one a:after{
	position:absolute;
	top:46%;
	right:40%;
	content:"";
	width:25px;
	height:25px;
	background-image:url("../img/common/link_w.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
footer {
  padding: 40px;
}
footer .logo{
	width:300px;
}
footer .left{
	padding-right:20px;
	border-right:1px solid #000;
	width:25%;
}
footer .right{
	width:70%;
	padding:0 20px;
}
footer .footer_nav li{
	margin-right:15px;
}
	footer .footer_nav li a{
		color:#7A7A7A;
	}
footer .outer_nav li{
	margin-right:20px;
	padding-left:30px;
}
footer .outer_nav li a{
	position:relative;
}
footer .outer_nav li a:after{
	position:absolute;
	top:0;
	left:-30px;
	content:"";
	width:20px;
	height:25px;
	background-image:url("../img/common/link_p.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
@media only screen and (max-width: 768px){
.link_block a{
	padding:20px;
	box-sizing:border-box;
	font-size:18px;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
	.link_block a:after{
		display:none;
	}
.link_one{
	height:150px;
}
.link_one a{
	width:100%;
	height:100%;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size:30px;
	color:#fff;
}
.link_one a:after{
	top:40%;
	right:25%;
	width:25px;
	height:25px;
}
	footer{
		padding:30px 0;
	}
footer .left{
	padding-right:0px;
	border-right:none;
	border-bottom:1px;
	padding-bottom:30px;
	width:100%;
}
	footer .left figure{
		margin-bottom:30px;
		width:250px;
	}

footer .right{
	width:100%;
	padding:0;
}
	footer .footer_nav{
		border-top:1px solid;
	}
	footer .right li{
		width:100%;
		margin:0;
		border-bottom:1px solid;
	}
	footer .right li a{
		display:flex;
			padding:10px 0;
	}
	footer .outer_nav li{
	padding-left:0px;

}
	footer .outer_nav li a{
		color: #7A7A7A;		
	}
	footer .outer_nav li a:after{
		display:none;
	}
}
/*-----------------------------------------------------------*/
/*--------------------------common--------------------------*/
/*-----------------------------------------------------------*/
.wrapper:not(.top) main{
	margin-top:142.7px;
}
main .btn a{
	position:relative;
}
main .btn a:after{
	position:absolute;
	top:25px;
	right:30px;
	content:"";
	width:15px;
	height:20px;
	background-image:url("../img/common/arrow_w.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}

@media only screen and (max-width: 768px){
		.wrapper:not(.top) main{
		margin-top:70px;
	}
main .btn a:after{
	top:10px;
	right:15px;
	width:15px;
	height:20px;
}	
}
/*-----------------------------------------------------------*/
/*-----------------------------fv----------------------------*/
/*-----------------------------------------------------------*/
#fv .container{
	position:relative;
}
#fv .container .txt{
	position:absolute;
	top:50%;
	left:6%;
	width:40%;
}
#fv .container > figure{
	width:89%;
	margin:0 0 0 auto;
	padding-bottom:5vw;
}
#fv .container:after{
	position:absolute;
	top:0;
	left:0;
	width:95%;
	height:100%;
	background-color:#EA6D8D;
	content:"";
	opacity:0.1;
}
#fv .container .txt .f1{
	width:90%;
}
#fv .container .txt .f2{
	width:15%;
	margin:-30px 0 auto auto;
}
@media only screen and (max-width: 768px){
#fv .container{
	padding-bottom:100px;
}
#fv .container .txt{
	width:100%;
	z-index:3;
}
#fv .container .txt .f2{
	width:25%;
}
}
/*-----------------------------------------------------------*/
/*---------------------------tc1----------------------------*/
/*-----------------------------------------------------------*/
#tc1{
	padding:70px 0 140px 0;
	background-image:url("../img/top/tc1_bg.png");
	background-size:35%;
	background-repeat:no-repeat;
	background-position:right bottom;
}
#tc1 .left{
	width:53%;
	position:relative;
	height:53vw;
}
#tc1 .left .f1{
	width:83%;
	position:absolute;
	top:0;
	left:0;
}
#tc1 .left .f2{
	width:45%;
	position:absolute;
	bottom:8vw;
	left:10%;
}
#tc1 .left .f3{
	width:35%;
	position:absolute;
	bottom:0;
	right:0;
}
#tc1 .right{
	width:42%;
	    padding: 50px 150px 0 0;
}
#tc1 .right strong{
	font-size:34px;
	line-height:60px;
	color:#EA6D8D;
	margin-bottom:30px;
	font-family: 'rounded1';
}
#tc1 .right p.p1{
	font-size:34px;
	line-height:56px;
	margin-bottom:30px;	
	font-family: 'rounded1';
}
#tc1 .right p.nomal{
	margin-bottom:30px;		
}
@media only screen and (max-width: 768px){
	#tc1 .left{
	width:100%;
		height:auto;
}
	
#tc1 .right{
	width:100%;
	order:-1;
	margin-bottom:30px;
	    padding: 0;
}
	#tc1 .right p.p1{
	font-size:24px;
	line-height:32px;
	margin-bottom:20px;	
}
	#tc1 .left .f1{
	width:100%;
	position:static;
		margin-bottom:20px;
}
#tc1 .left .f2{
	width:100%;
	position:static;
	margin-bottom:20px;
}
#tc1 .left .f3{
	width:100%;
	position:static;
}
}

/*-----------------------------------------------------------*/
/*---------------------------tc2----------------------------*/
/*-----------------------------------------------------------*/
#tc2{
	margin-bottom:180px;
}
#tc2 .container{
	padding-left:150px;
	padding-bottom:50px;
	position:relative;
	z-index:2;
}
#tc2 .container:after{
	width:80%;
	height:60%;
	position:absolute;
	top:40%;
	left:0;
	background-color:#EA6D8D;
	content:"";
	opacity:0.1;
	z-index:1;
}
#tc2 .right{
	width:65%;
}
#tc2 .right figure{
	width:32%;
}
#tc3 .container{
	padding-right:150px;
	padding-bottom:50px;
	position:relative;
}
#tc3 .container:after{
	width:80%;
	height:60%;
	position:absolute;
	top:40%;
	right:0;
	background-color:#EA6D8D;
	content:"";
	opacity:0.1;
	z-index:1;
}
#tc3 .left{
	width:65%;
}
.txt_style{
	width:30%;
	z-index:2;
	position:relative;
}
#tc2 .txt_style{
	padding: 50px 0 0 50px;
}
#tc3 .txt_style{
	padding: 50px 0 0 0;
}
.txt_style h2{
	font-size:60px;
	line-height:65px;
	margin-bottom:30px;
	font-family: 'rounded1';
}
.txt_style h2 span{
	font-size:20px;
	line-height:48px;
	color:#EA6D8D;
	display:block;
	font-family: 'rounded1';
}
.txt_style .nomal{
	margin-bottom:30px;
}
@media only screen and (max-width: 768px){
#tc2 .container{
	padding:0 20px;
	position:relative;
}	
#tc3 .container{
	padding:0 20px;
	position:relative;
}	
#tc3 .left{
	width:100%;
	margin-bottom:10px;
}
#tc2 .right{
	width:100%;
	order:-1;
	margin-bottom:10px;
}
.txt_style{
	width:100%;
	padding: 0 !important;
}
	.txt_style h2{
	font-size:40px;
	line-height:45px;
	margin-bottom:20px;
}
.txt_style h2 span{
	font-size:16px;
	line-height:30px;
}
}
/*-----------------------------------------------------------*/
/*---------------------------tc4----------------------------*/
/*-----------------------------------------------------------*/
#tc4{
	background-image:url("../img/top/tc4_bg.jpg");
	background-size:60%;
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:180px 0;
}
#tc4 .container{
	width:70%;
}

#tc4 .container .bnr{
	width:48%;
	border-radius:10px;
	overflow:hidden;
}
#tc4 .container .bnr a{
	position:relative;
	width: 100%;
    display: block;
}
#tc4 .container .bnr a .bnr_txt{
	position:absolute;
	display:flex;
	flex-direction:column;
	justify-content:center;
width: 100%;
    height: 100%;
    align-items: center;
	background-color:rgba(0,0,0,0.3)
}
#tc4 .container .bnr a .bnr_txt .p1{
	font-size:24px;
	line-height:21px;
	color:#fff;
	font-family: 'rounded1';
}
#tc4 .container .bnr a .bnr_txt .p2{
	font-size:38px;
	line-height:48px;
	color:#fff;
	font-family: 'rounded1';
}
@media only screen and (max-width: 768px){
	#tc4 {
	background-size:90%;		
	}
	#tc4 .container{
	width:100%;
}
#tc4 .container .bnr{
	width:100%;
	margin-bottom:20px;
}
}
/*-----------------------------------------------------------*/
/*-----------------under_common----------------------*/
/*-----------------------------------------------------------*/
.page_title{
	width:100%;
	height:250px;
	position:relative;
	margin-bottom:100px;
}
.page_title .page_bg{
	position:absolute;
	top:0px;
	width:100%;
	height:250px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	z-index:1;
	background-image: url("../img/common/entry_bg.jpg");
}
.page_title:after{
	position:absolute;
	top:0px;
	background-color:rgba(0,0,0,0.5);
	content:"";
	width:100%;
	height:250px;
	z-index:2;
}
.page_title h1{
	position:absolute;
	text-align:center;
	color:#ffffff;
	top:100px;
	left:0;
	right:0;
	margin:0 auto;
	font-size:40px;
	letter-spacing:5px;
	line-height:42px;
	z-index:3;
}
.wrapper:not(.home) h2{
	text-align:center;
	font-size:40px;
	font-family: 'rounded1';
	margin-bottom:80px;
}
.wrapper:not(.home) h3{
	font-size:30px;
	font-family: 'rounded1';
	margin-bottom:40px;
	padding-left:10px;
	border-left:10px solid #EA6D8D;
}

@media (max-width: 850px){
	.under main section{
		/*margin-bottom:60px;*/
	}
.page_title{
	height:200px;
	margin-bottom:50px;
}
.page_title .page_bg{
	top:0px;
	width:100%;
	height:200px;
}
.page_title:after{
	top:0px;
	width:100%;
	height:200px;
}
.page_title h1{
	top:0px;
	font-size:30px;
	letter-spacing:10px;
	line-height:42px;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
}
	.under h1 span{
	display:block;
	font-size:12px;
	line-height:20px;
		letter-spacing:5px;
		margin-bottom:10px;
}
	.wrapper:not(.home) h2{
	font-size:30px;
	margin-bottom:40px;
}
.wrapper:not(.home) h3{
	font-size:20px;
	margin-bottom:20px;
	padding-left:10px;
	border-left:10px solid #EA6D8D;
}
}

#page-nav{
	margin-bottom:100px;
}
#page-nav ul li {
    width: 21%;
    margin: 2%;
}
#page-nav ul li a {
    display: block;
    padding: 15px 15px 25px 15px;
    border: 2px solid #000;
    text-align: center;
    font-weight: bold;
    position: relative;
}
#lead{
	margin-bottom:100px;
}
#lead .txt_img .txt{
	width:62%;	
}
#lead .txt_img .txt p{
	margin-bottom:20px;
}
#lead .txt_img .txt h4{
	background-color: #EA6D8D;
	font-size: 28px;
	font-family: 'rounded1';
    margin-bottom: 30px;
	color:#fff;
	padding:10px 20px;
}
#lead .txt_img .txt h4 span{
	font-size:22px;
	color: #EA6D8D;
	 background-color:#fff;
	padding:0 10px;
	margin-right:20px;
}
#lead .txt_img .txt strong{
	font-size: 36px;
	font-family: 'rounded1';
    margin-bottom: 30px;
    line-height: 52px;
    display: block;
}
#lead .txt_img figure{
	width:35%;
}
ul.dot{
	padding-left:1.2em;
}
ul.dot li{
	text-indent:-1.2em;	
}
ul.dot li:before{
	content:"・";
}
@media (max-width: 850px){
	#lead .txt_img .txt{
	width:100%;	
}
	#lead .txt_img .txt h4{
	font-size: 22px;
    margin-bottom: 20px;
	padding:10px 20px;
}
#lead .txt_img .txt h4 span{
	font-size:16px;
	padding:0 10px;
	margin-right:20px;
}
#lead .txt_img .txt strong{
	font-size: 26px;
    margin-bottom: 20px;
    line-height: 34px;
}
#lead .txt_img figure{
	width:100%;
}
}
/*-----------------------------------------------------------*/
/*-------------------under_about------------------------*/
/*-----------------------------------------------------------*/

#features .container{
	padding:100px 0;
	background-color:#eee;
}
#features dl{
	width:31%;
	background-color:#fff;
	padding:20px;
	flex-direction:column;
}
#features dl dt{
	font-size: 26px;
	font-family: 'rounded1';
    margin-bottom: 10px;
}
#features dl dd.img{
	order:-1;
	margin-bottom: 10px;
}
#philosophy .container{
	padding:100px 0;	
}
#philosophy .inner{
	margin-bottom:50px;
}
#philosophy .c1 p{
	padding:20px;
	background-color:#EA6D8D;
	color:#fff;
	font-size: 36px;
	font-family: 'rounded1';
	    line-height: 52px;
}
.counter {
    counter-reset: number;
    list-style: none;
    margin: 0
}
.counter li {
    font-weight: bold;
    position: relative;
	    height: 55px;
    margin-bottom: 15px;
    padding-left: 90px;
    line-height:55px;
	font-size:20px;
}
.counter li::before {
    counter-increment: number;
    content: counter(number);
    color: #fff;
    width: 55px;
    height: 55px;
    background-color: #EA6D8D;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 1.8rem;
    position: absolute;
    top: 0;
    left: 0
}
#personality .container{
	padding:100px 0;	
}

#personality figure{
	width:45%;
	    position: relative;
    z-index: 3;
}
#personality dl{
	width:50%;
}
#personality .box{
	position:relative;
	margin-bottom:50px;
}
#personality .box.reverse{
	flex-direction:row-reverse;
}
#personality .box:after{
	width:80%;
	height:60%;
	position:absolute;
	bottom:0;
	left:0;
	right:auto;

	background-color:#EA6D8D;
	content:"";
	opacity:0.1;
	z-index:0;
}
#personality .box.reverse:after{
	right:0;
	left:auto;
}
#personality dl dt{
	font-size:30px;
	line-height:45px;
	margin-bottom:20px;
	font-family: 'rounded1';
}
#message .container{
	padding:100px 0;
	background-color:#eee;
}
#message .c1{
	margin-bottom:50px;
}
#message .c1 figure{
	width:40%;
}
#message .c1 .txt{
	width:55%;
}
#message .c1 .txt p.name{
	font-size:30px;
	margin-bottom:20px;
}
#message .c1 .txt p.name span{
	font-size:12px;
	display:block;
}
#message .c1 .txt table tr th{
	background-color:#000;
	color:#fff;
	padding:10px;
}
#message .c1 .txt table tr td{
	background-color:#bbb;
	padding:10px;
	color:#fff;
}
#message .c2 p.p1{
	font-size:25px;
	margin-bottom:20px;
}
@media (max-width: 850px){
	#page-nav ul li {
    width: 42%;
    margin: 4%;
}
	#page-nav ul li a{
		font-size:14px;
	padding: 10px 10px 20px 10px;
	}
	#lead{
		margin-bottom:50px;
	}
	#lead .txt{
	width:100%;
		margin-bottom:30px;
}
#lead .txt strong{
	font-size: 22px;
    margin-bottom: 20px;
    line-height: 34px;
}
#lead figure{
	width:100%;
}
	#features dl{
	width:100%;
	padding:20px;
	margin-bottom:30px;
}
	#philosophy .c1 p{
	padding:20px;
	font-size: 22px;
	    line-height: 34px;
}
.counter {
    counter-reset: number;
    list-style: none;
    margin: 0
}
.counter li {
    font-weight: bold;
    position: relative;
	    height: 30px;
    margin-bottom: 25px;
    padding-left: 40px;
    line-height:20px;
	font-size:16px;
}
.counter li::before {
    width: 30px;
    height: 30px;
    padding: 0.5rem;
    font-size: 1rem;
}
	#philosophy .container{
	padding:50px 0;	
}
	#personality .container{
	padding:50px 0;	
}

#personality figure{
	width:100%;
	    position: relative;
    z-index: 3;
}
#personality dl{
	width:100%;
	margin-bottom:20px;
}
	#message .c1{
	margin-bottom:30px;
}
#message .c1 figure{
	width:100%;
}
#message .c1 .txt{
	width:100%;
}
	#message .c1 .txt table tr th{
	width:25%;
}
#message .c1 .txt table tr td{
	width:75%;
}
}

/*-----------------------------------------------------------*/
/*-------------------under_environ------------------------*/
/*-----------------------------------------------------------*/
#welfare .container{
	padding:100px 0;
	background-color:#eee;
}
#welfare .p1{
	text-align:center;
	margin-bottom:50px;
}
#welfare ul{
	width:1120px;
	margin:0 auto 50px auto;
}
#welfare ul li{
	margin:1%;
	width:23%;
	height:90px;
	display:flex;
	font-weight:bold;
	justify-content:center;
	align-items:center;
	background:#EA6D8D;
	color:#fff;
	font-size:22px;
	text-align:center;
}
#welfare ul:after{
	width:23%;
	content:"";
}
#environment .container{
	padding:100px 0;
}
#environment .c1{
	margin-bottom:50px;
}
#environment .c1 p{
	text-align:center;
}
#environment h4 {
	font-size:25px;
	margin-bottom:50px;
	display:flex;
	align-items:center;
}
#environment h4 span{
	font-size:20px;
	padding:5px 10px;
	border-radius:5px;
	background:#EA6D8D;
	color:#fff;	
	margin-right:10px;
}
#environment .ev_box{
	width:48%;
	margin-bottom:30px;
}
#environment .ev_box figure{
	position:relative;
	margin-bottom:10px;
	width:100%;
	height:390px;
}
#environment .ev_box figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#environment .ev_box figure p{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	width:90%;
	text-align:center;
	padding:10px;
	background:#EA6D8D;
	color:#fff;	
}
@media (max-width: 850px){
	#welfare .container{
	padding:50px 0;
}
	#welfare .p1{
	text-align:left;
	margin-bottom:40px;
}
	#welfare ul{
		width:100%;
	}
	#welfare ul li{
	width:48%;
		font-size:14px;
		line-height:22px;
}
	#welfare ul:after{
	width:48%;
}
	#welfare ul{
	margin-bottom:30px;
}
	#environment .ev_box{
	width:100%;
	margin-bottom:30px;
}
	#environment h4 {
	font-size:20px;
	margin-bottom:50px;
	display:flex;
	align-items:center;
}
#environment h4 span{
	font-size:15px;
	padding:5px 10px;
	border-radius:5px;
	background:#EA6D8D;
	color:#fff;	
	margin-right:10px;
	width:70px;
	text-align:center;
}
}

/*-----------------------------------------------------------*/
/*-------------------under_tour------------------------*/
/*-----------------------------------------------------------*/
#target{
	margin-bottom:100px;
}
#target .list_img {
	margin-bottom:80px;
}
#target .list_img .list{
	width:60%;
	padding:50px;
	background:#eee;
}

#target .list_img .list li{
	color: #EA6D8D;
    width: 100%;
    padding: 18px 15px 18px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EA6D8D;
	font-size:30px;
	font-weight:800;
	position:relative;
}
#target .list_img .list {
	    counter-reset: number;
    list-style: none;
}
#target .list_img .list li:before{
	counter-increment: number;
    content: counter(number);
	color: #000;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 1.8rem;
    position: absolute;
    top: 13px;
    left: 0;
}
#target .list_img .img{
	width:40%;
}
#target .p1{
	text-align:center;
}

@media (max-width: 850px){
#target{
	margin-bottom:50px;
}
#target .list_img {
	margin-bottom:40px;
}
#target .list_img .list{
	width:100%;
	padding:30px;
}

#target .list_img .list li{
    padding: 13px 10px 13px 30px;
	font-size:18px;
}
#target .list_img .list li:before{
    width: 30px;
    height: 30px;
    font-size: 18px;
    top: 15px;
}
#target .list_img .img{
	width:100%;
	order:-1;
}
}
#tour_training{
	margin-bottom:100px;
}
#tour_training .table {
    width: 100%;
    border-bottom: 1px solid #86bcd3;
}
#tour_training .table dt {
    width: 20%;
    text-align: center;
    color: #fff;
    background-color: #EA6D8D;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#tour_training .table dd {
    width: 80%;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media (max-width: 850px){
	#tour_training{
	margin-bottom:50px;
}
#tour_training .table dt {
    width: 30%;
}
#tour_training .table dd {
    width: 70%;
}	
}
/*-----------------------------------------------------------*/
/*-------------------under_faq------------------------*/
/*-----------------------------------------------------------*/
#faq{
	margin-bottom:100px;
}
#faq .container{
	padding:100px 0;
	border-bottom:1px solid transparent;
}
#faq .container.colored{
	background:#eee;
}
.faqbox dl {
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    margin: 20px 0
}
.faqbox dt {
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
	font-size:18px;
}
.faqbox dt:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 49%;
    right: 4%;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
    color: #EA6D8D;
    font-weight: 700;
    font-size: 40px;
}

.faqbox .action:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faqbox dt span {
    background: #EA6D8D;
    color: #fff;
        padding: 0px 15px 10px 15px;
    margin-right: 1em;
	font-size:32px;
}
@media (max-width: 850px){
	.faqbox dl {
    padding: 10px 0;
    margin: 10px 0
}
.faqbox dt {
    margin-bottom: 40px;
	font-size:16px;
	padding: 0px 60px;
}
	.faqbox dt span {
position: absolute;
top: 10px;
left: 0;
        padding: 0px 10px 5px 10px;
    margin-right: 1em;
	font-size:20px;
}
.faqbox dt:after {
    top: 35%;
    right: 4%;
    font-size: 30px;
}
}
/*-----------------------------------------------------------*/
/*-----------------under_informaition----------------------*/
/*-----------------------------------------------------------*/
#business .container{
	padding:100px 0;
	background-color:#eee;
}
#business dl{
	width:31%;
	background-color:#fff;
	padding:20px;
	flex-direction:column;
}
#business dl dt{
	font-size: 26px;
	font-family: 'rounded1';
    margin-bottom: 10px;
}
#business dl dd.img{
	order:-1;
	margin-bottom: 10px;
}
#flow .container{
	padding:100px 0;
}
#flow .container p{
	text-align:center;
	margin-bottom:50px;
}
#flow .flow_box{
	margin-bottom:30px;
}
#flow .flow_box dl{
	width:67%;
}
#flow .flow_box dl dt{
	    color: #EA6D8D;
    letter-spacing: 5px;
    margin-bottom: 15px;
    font-weight: bold;
	font-size:24px;
	align-items:center;
}
#flow .flow_box dl dt span{
	margin-right:20px;
	padding:10px;
	border-radius:5px;
	background:#EA6D8D;
	color:#fff;
}
#flow .flow_box figure{
	width:30%;
}
#flow .flow_box figure img{
	width:100%;
}
#career .container{
	padding:100px 0;
	background-color:#eee;
}
#career dl{
	margin-bottom:50px;
}
#career dl dt{
	background:#EA6D8D;
	padding:5px 10px;
	color:#fff;
	margin-bottom:20px;
}
#career dl span{
	background:#fff;
	color:#EA6D8D;;
	padding:5px 10px;
	border-radius:5px;
	margin-right:10px;
}
#outline .container{
	padding:100px 0;
}
#outline .p1{
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
}
#outline .p2{
	margin-bottom:30px;
}
#outline .table {
    width: 100%;
    border-bottom: 1px solid #86bcd3;
}
#outline .table dt {
    width: 20%;
    text-align: center;
    color: #fff;
    background-color: #EA6D8D;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#outline .table dd {
    width: 80%;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media (max-width: 850px){
#business .container{
	padding:50px 0;
}
		#business dl{
	width:100%;
	padding:20px;
	margin-bottom:30px;
}
	#flow .container{
	padding:50px 0;
}
	#flow .flow_box dl{
	width:100%;
}
#flow .flow_box dl dt{
    margin-bottom: 10px;
	font-size:14px;
}
#flow .flow_box dl dt span{
	margin-right:10px;
	padding:5px;
	font-size:14px:
}
#flow .flow_box figure{
	width:100%;
	order:-1;
	margin-bottom:30px;
}
	#flow .flow_box dl dd{
	font-size:14px;
}
	#career .container{
	padding:50px 0;
}
	#career dl dd{
	font-size:14px;		
	}
	#outline .container{
	padding:50px 0;
}
	#outline p.p1{
		font-size:18px;
	}
#outline .table dt {
    width: 30%;
}
#outline .table dd {
    width: 70%;
}	
}

/*-----------------------------------------------------------*/
/*--------------------------form---------------------------*/
/*-----------------------------------------------------------*/

.form{
	padding:100px 0;
	width:1000px;
	margin:0 auto;
}
.form .p1{
	text-align:center;
	margin-bottom:50px;
}
.form dl {
	margin-bottom:30px;
	align-items:center;
}

.form dl dt{
	width:20%;
}
.form dl dt span{
	color:red;
}
.form dl dd{
	width:80%;
}
.form dl dd input.txt{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
}
.form dl dd textarea{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
.form input.half{
	width:120px;
	padding: 0 10px;
    box-sizing: border-box;
}
.form .submit{
	margin:0 auto;
	display: block;
    width: 200px;
    line-height: 50px;
    border-radius: 50px;
	transition:ease 0.3s:
}

.form .submit:hover{
	opacity:0.5;
}

@media (max-width: 850px){
.form{
	padding:50px 20px;
	width:100%;
}
	.form .p1{
text-align:left;}
	.form dl dt{
	width:100%;
		
}
.form dl dd{
	width:100%;
}
}
/*-----------------------------------------------------------*/
/*--------------------------itv---------------------------*/
/*-----------------------------------------------------------*/
#itv{
	padding:50px 0 50px 0;
	background-color:#eee;	
}
.itv_box{
	margin-bottom:80px;

}
.itv_box.itv_right .flexb{
	flex-direction:row-reverse;
}
.itv_box .txt{
	width:60%;
}
.itv_box figure{
	width:38%;
}
@media (max-width: 850px){
.itv_box .txt{
	width:100%;
	margin-bottom:20px;
}
.itv_box figure{
	width:100%;
}
}

/*-----------------------------------------------------------*/
/*--------------------------privacy---------------------------*/
/*-----------------------------------------------------------*/
.pp .p1{
	margin-bottom:50px;
}
.pp .pp_block{
	margin-bottom:50px;
}

.pp ul{
	padding-left:1.2em;
}
.pp ul li{
	list-style: decimal;
}
/*-----------------------------------------------------------*/
/*--------------------------itv_list---------------------------*/
/*-----------------------------------------------------------*/
#itv_list .container{
	margin-bottom:100px;
}
#itv_list .container .flexb:after{
	width:30%;
	content:"";
}
.itv-box{
width:30%;
}
.itv-box figure{
	position:relative;
	margin-bottom:10px;
}
.itv-box figure p{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	margin:0 auto;
	width:90%;
	text-align:center;
	padding:10px;
	background:#EA6D8D;
	color:#fff;	
}
.itv-box figure p span{
	width:100px;
	padding:0 5px;
	background-color:#fff;
	color:#EA6D8D;
	margin-right:10px;
}
@media (max-width: 850px){
	.itv-box{
		width:100%;
		margin-bottom:30px;
	}
}