figure {
	text-align: center;
}
 input,textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;


}
nav#js-global-nav {
	width: 109%;
}
.c-logo--retina img {
	width: 70%;
}
.search form {
	position: relative;
	    width: 256px;
}
.og_container {
	width: 980px;
	margin: 0 auto;
}
.og_container_full {
	width: 1170px;
	margin: 0 auto;
}
.og_catch {
	margin-bottom: 100px;
	font-size: 28px;
	margin-top: 100px;
}
.og {
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.mv_og_slider {
	width: 1040px;
	margin: 180px auto 0 auto;
	position: relative;
}
.mv_thumb {
	width: 758px!important;
	height: 472px;
	position: relative;
}
.mv_og_slider h1 {
	position: absolute;
	width: 270px;
	right: -20px;
	line-height: 78px;
	font-size: 44px;
	top: 60px;
}
.mv_og_slider h1 p {
	position: relative;
}
.mv_og_slider h1 p::after {
	content: "";
	background-image: url(../images/wavy.svg);
	background-size: 100%;
	width: 95%;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 6px;
}
.mv_og_slider h1 span {
	padding-right: 8px;
	position: relative;
}
.mv_og_slider h1 span::after {
	content: "・";
	position: absolute;
	top: -50px;
	left: 0;
}
.mv_og_slider h1 span.pink {
	padding-right: 0;
	color: #F16E83;
}
.mv_og_slider h1 span.pink::after {
	display: none;
}
.mv_thumb h2 {
	width: 300px;
	height: 110px;
	background-color: #DFD5BD;
	position: absolute;
	font-size: 16px;
	padding: 10px;
	bottom: 10px;
	right: -284px;
}
.mv_thumb h2 div {
	position: relative;
}
.mv_thumb h2 div::before {
	content: "";
	background-image: url(../images/mv_parts.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 28px;
	height: 14px;
	position: absolute;
	top: -24px;
	left: -10px;
}
.header_tel {
	position: absolute;
	right: 0;
	width: 130px;
	top: 0;
	background-color: #ed4560;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.header_tel img {
	display: block;
	width:25px;
	padding-top: 15px;
	margin: 0 auto;
}
.mv_thumb h2 p {
	width: 95%;
	margin-left: 2%;
	line-height: 1.5;
}
.mv_thumb h2 p:nth-of-type(1){
	border-bottom: 1px dashed #fff;
	padding-bottom: 4px
}
.p-global-nav > ul > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.p-global-nav > ul > li:last-child {
	display: none;
}
.mv_thumb h2 p:nth-of-type(2){
	font-size: 14px;
	padding-top: 4px;
}
.mv_thumb h2 img {
	width: 92px;
	margin-bottom: 10px;
}
.slider_thumb {
	width: 758px;
	margin-top: 30px;
}
.slider_thumb .slider_thumb_list {
	width: 20%;
}
.slider_thumb .slider_thumb_list div {
	width: 118px;
	height: 73px;
}
.slick-track {

}
.slick-slide {
	outline: none;
}
.mv_btn_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}
a.mv_btn {
	width: 254px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 28px 0;
	border: 2px solid #696969;
	background-color: #696969;
	display: block;
	border-radius: 10px;
	position: relative;
	box-shadow: 4px 6px 15px 0px rgba(10,10,10,0.3);
	font-weight: bold;
	transition: all 0.3s;
}
.grecaptcha-badge {
	bottom: 84px!important;
}
a.mv_btn::after {
	content: "";
	position: absolute;
	background-image: url(../images/mv_btn_arrow.svg);
	width: 22px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
a.mv_btn::before {
	content: "";
	position: absolute;
	background-image: url(../images/mv_btn_icon.svg);
	width: 32px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}
.og_catch p {
	text-align: center;
	letter-spacing: 0.2rem;
	line-height: 2.0;
	font-weight: bold;
	position: relative;
}
.og_catch p::before {
	content: "";
	background-image: url(../images/our_concept.svg);
	width: 175px;
	height: 47px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -25px;
	left: 170px;
}
.og_catch p span {
	background-color: #EDF199;
}
.og_catch_area {
	width: 100%;
	position: relative;
}
.og_catch_area::before,
.og_catch_area::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 51px;
	top: 0;
	height: 102px;
}
.og_catch_area::before {
	background-image: url(../images/arrow_left.svg);
	left: -32px;
}
.og_catch_area::after {
	background-image: url(../images/arrow_right.svg);
	right: -32px;
}
#about {
	padding: 80px 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQoU2N89uzZfwY0wMbGhi7EwDgUFL558wbDM79+/cL0zBBQCACQnjRPGXFasAAAAABJRU5ErkJggg==);
}
#about h2 img {
	width: 147px;
}
#about h2 {
	text-align: center;
}
h2.og_sec_ttl {
	position: relative;
	text-align: center;
}
h2.og_sec_ttl::before {
	content: "";
	background-color: #F16E83;
	width: 35px;
	height: 1px;
	transform: rotate(15deg);
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
	right: 0;
	margin: auto;
}
h2.og_sec_ttl p {
	font-size: 20px;
	padding-top: 17px;
}
.flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#about ul.about_list {
	margin-top: 40px;
	margin-bottom: 40px;
}
#about ul.about_list li figure {
	padding: 20px 0 12px 0;
}
#about ul.about_list li figure img {
	width: 35px;
}
#about ul.about_list li {
	background-color: #F16E83;
	position: relative;
	border-radius: 50%;
	width: 252px;
	height: 252px;
	text-align: center;
	color: #fff;
}
#about ul.about_list li::after {
	content: "";
	border: 1px dashed #F16E83;
	width: 264px;
	height: 264px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -7px;
	right: 0;
	margin: auto;
}

#about ul.about_list li p {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}
#about ul.about_list li p span {
	color: #FFF100;
}
#about ul.about_list li small {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
	font-size: 14px;
	line-height: 1.5;
	padding-top: 4px;
	display: block;
}
a.og_btn {
	font-size: 20px;
	text-align: center;
	width: 333px;
	box-sizing: border-box;
	border: 2px solid #fff;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 0;
	border-radius: 8px;
	font-weight: bold;
	position: relative;
	box-shadow: 4px 6px 15px 0px rgba(10,10,10,0.3);
}
a.og_pink {
	border: 3px solid #F16E83;
	color: #F16E83;
}
a.og_pink::after {
	content: "";
	position: absolute;
	background-image: url(../images/btn_arrow.svg);
	width: 22px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
a.og_black {
	border: 3px solid #000;
	color: #000;
}
a.og_black::after {
	content: "";
	position: absolute;
	background-image: url(../images/arrow_black.svg);
	width: 22px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
#interview {
	padding: 65px 0 90px 0;
}
#interview h2 {
	text-align: center;
	position: relative;
	z-index: 10;
}
#interview h2::before {
	content: "";
	width: 425px;
	position: absolute;
	height: 103px;
	bottom: -43px;
	background: #ffffff;
	border-radius: 50%/100% 100% 0 0;
	transform: rotate(180deg);
}
#interview h2 img {
	width: 170px;
	position: relative;
	z-index: 10;
}
.interview_wrap {
	background-image: url(../images/interview_bg.jpg);
	padding: 129px 0 100px 0;
	position: relative;
	margin-top: -80px;
}
.interview_wrap::after {
	content: "";
	background: rgba(51,51,51,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.interview_wrap p {
	position: relative;
	z-index: 10;
	color: #fff;
	text-align: center;
}
.interview_wrap p.interview_txt_fst {
	font-size: 51px;
	font-weight: bold;
	line-height: 1.4;
}

.interview_wrap p.interview_txt_fst small {
	font-size: 32px;
	display: block;
}
.interview_wrap p.interview_txt_fst span {
	color: #FFF100;
}
.interview_wrap p.interview_txt_second {
	font-size: 16px;
	line-height: 1.5;
	padding-top: 10px;
}
ul.interview_post_list {
	background-color: #fff;
	box-sizing: border-box;
	padding: 35px;
	width: 1056px;
	margin: -55px auto 0 auto;
	position: relative;
}
ul.interview_post_list li {
	width: 32.3%;
	background-color: #E6E6E6;
	box-sizing: border-box;
	padding: 17px;
}
ul.interview_post_list li .interview_thumb {
	width: 100%;
	height: 202px;
}
ul.interview_post_list li .interview_thumb span {
	display: block;
	height: 100%;
}
ul.interview_post_list li span.copy {
	font-size: 16px;
	display: block;
	border-bottom: 2px dashed #000;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 15px 0;
}
ul.interview_post_list li h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}
#banner {
	padding: 90px 0 120px 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQoU2N89uzZfwY0wMbGhi7EwDgUFL558wbDM79+/cL0zBBQCACQnjRPGXFasAAAAABJRU5ErkJggg==);
}
.banner_event {
	border: 8px solid #F16E83;
	border-radius: 20px;
	background-color: #fff;
	padding: 40px 0 60px 0;
	position: relative;
}
.banner_event h3 {
	justify-content: space-around;
	font-size: 45px;
	color: #F16E83;
	width: 94%;
	margin: 0 auto;
}
.banner_event h3 span {
	font-size: 26px;
	letter-spacing: 0.15rem;
	background-color: #D2DC00;
	color: #000;
}
.banner_event h3 span:nth-of-type(1) {
	margin-top: 5px;
	display: block;
}
.banner_event h3 span:nth-of-type(2) {
	margin-top: -40px;
	display: block;
}
.event_day {
	font-size: 29px;
	font-weight: bold;
	width: 75%;
	margin: 20px auto;

}
.event_day p {
	letter-spacing: 0.1rem;
}
.event_day > span {
	display: block;

}
.event_day span span {
	display: inline-block;
	transform:rotate(90deg);
	color: #D2DC00;
	position: relative;
	left: 12px;
}
.banner_event small {
	display: block;
	font-size: 16px;
	text-align: center;
}
.banner_event a,
.free_banner a {
	border: 3px solid #F16E83;
	color: #F16E83;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: auto;
}
.free_banner {
	background-color: #F16E83;
	color: #fff;
	margin-top: 100px;
	text-align: center;
	padding: 60px 0 60px 0;
	border-radius: 20px;
	position: relative;
}
.free_banner::before {
	content: "";
	background-image: url(../images/free_leaf.svg);
	background-repeat: no-repeat;
	width: 65px;
	height: 44px;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	margin: auto;
}
.free_banner p {
	font-size: 46px;
	letter-spacing: 0.3rem;
	font-weight: bold;
	background-size: 62%;

	background-image: url(../images/banner_dash.svg);
}
.free_banner p span {
	font-size: 60px;
	color: #D2DC00;
}
.free_banner small {
	display: block;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 20px;
}
#flow {
	padding: 100px 0;
}
#flow h2::before {
	top: -17px;
}
#flow h2.og_sec_ttl p {
	padding-top: 10px;
}
.service_list {
	justify-content: flex-start;
}
.service_list figure {
	width: 740px;
}
.service_list figure img {
	width: 100%;
}
.service_list div img {
	width: 104px;
}
.service_second {
	margin-top: 60px;
}
.service_second div img {
	width: 113px;
}
.service_list div {
	background-color: #fff;
	width: 395px;
	box-sizing: border-box;
	padding-left: 55px;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -13px;
}
.service_second div {
	justify-content: flex-end;
	padding-left: 0;
	padding-right: 55px;
	margin-left: 0;
	margin-right: -13px;
	position: relative;
}
.service_list div > p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
}
.service_second figure {
	order: 2;
}
.service_second div {
	order: 1;
}
#news {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAKElEQVQoU2N89uzZfwY0wMbGhi7EwDgUFL558wbDM79+/cL0zBBQCACQnjRPGXFasAAAAABJRU5ErkJggg==);
	padding: 85px 0;
}
#news .og_container {
	justify-content: space-between;
	align-items: flex-start;
}
.ne_wrap {
	width: 48.97959%;
	box-sizing: border-box;
	padding: 50px 33px 30px 33px;
	background-color: #fff;
}
.ne_wrap dl {
	margin-bottom: 30px;
}
.ne_wrap dl dt {
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;
}
.ne_wrap dl dt img {
	padding-right: 20px;
}
.ne_wrap dl dt img.news_img {
	width: 156px;
}
.ne_wrap dl dt img.event_img {
	width: 169px;
}
.ne_wrap dl dt h2 {
	margin-bottom: 0;
	font-size: 20px;
}
.ne_wrap dl dd {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #333333;
}
.ne_wrap dl dd ul li {
	padding:  0;
}
.ne_wrap dl dd ul li .news_thumb {
	width: 175px;
	height: 122px;
}
.ne_wrap dl dd ul li .post_info {
	width: 218px;
	height: 145px;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C8C8C8;
}
.ne_wrap dl dd ul li:last-child .post_info {
	border-bottom: none;
}

.ne_wrap dl dd ul li .post_info h3 {
	font-size: 14px;
	line-height: 1.8;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
}
.ne_wrap dl dd ul li .post_info time {
	color: #F16E83;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
}
#kaigyo {
	background-image: url(../images/interview_bg.jpg);
	padding: 100px 0 100px 0;
	margin: 100px 0 0 0;
	position: relative;
}
#kaigyo::after {
	content: "";
	background: rgba(51,51,51,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#kaigyo .kaigyo_banner {
	background-color: #fff;
	border: 10px solid #F16E83;
	width: 680px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 10;
}
.kaigyo_container {
	width: 440px;
	margin: 0 auto;
}
#kaigyo .kaigyo_banner figure img {
	width: 436px;
}
.kaigyo_container p {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0;
}
.btn_wrap {
	justify-content: space-between;
}
.btn_wrap a {
	width: 212px;
	line-height: 1.2;
	margin: 0;
}
.cart_fix_area {
	display: none;
}
.float_btn {
	position: fixed;
	right: 0%;
	top: 26%;
}
.float_btn a img {
	width: 115px;
}
.search {
	position: absolute;
	top: -82px;
	right: 0px;
}
input.searchfield,
input.searchsubmit {
	outline: none;
	border: none;
	font-size: 14px;
	padding: 8px;
}
input.searchfield {
	position: absolute;
    border: 3px solid #F16E83;
    width: 87%;
    height: 38px;
    border-radius: 0;
    top: 0;
    left: 0;
    display: block;
}
input.searchsubmit {
	background-color: #F16E83;
	position: absolute;
	border-radius: 0;
	-webkit-appearance: none;
	width: 35px;
    top: 0px;
    height: 38px;
    left: auto;
    right: 0;
	background-size: 20px 20px;
	background-image: url(../images/search.svg);;
}
.passing-bar,
.passing-bl {
	position: relative;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing-bar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #000;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	will-change: transform;
	-webkit-animation: passing-bar 1.5s ease 0s 1 normal forwards;
	animation: passing-bar 1.5s ease 0s 1 normal forwards;
}
.opa {
	opacity: 0;
	will-change: animation, transform, clip-path, opacity;
}
.passing-opa {
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	opacity: 0;
	display: block;
	 -webkit-backface-visibility:hidden;
 	backface-visibility:hidden;
	-webkit-animation: passing-opa 1.4s ease 0s 1 normal forwards;
	animation: passing-opa 1.4s ease 0s 1 normal forwards;
	
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-opa{
	0% {
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
		-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
		opacity: 0;
		display: none

	}
	50% {
		display: block;
	}
	100% {
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
}
br.sp {
	display: none;
}
#kaigyo .kaigyo_banner figure img.event_pc {
	display: block;
}
#kaigyo .kaigyo_banner figure img.event_sp {
	display: none;
	width: 80%;
	margin: 0 auto;
}
.mv_og_slider h1.ttl_pc {
	display: block;
}
.mv_og_slider h1.ttl_sp {
	display: none;
}
br.pc {
	display: block;
}
.float_btn_sp {
	display: none;
}
@media screen and (max-width: 767px)  {
	.og_container {
		width: 95%;
		margin: 0 auto;
	}
	.og_container_full {
		width: 95%;
		margin: 0 auto;
	}
	.mv_og_slider {
		width: 100%;
		padding-top: 0px;
		margin: 70px auto 0 auto;
		position: relative;
	}
	#kaigyo .kaigyo_banner {
		width: 90%;
	}
	#kaigyo .kaigyo_banner figure img {
		width: 90%;
	}
	.kaigyo_container {
		width: 100%;
	}
	.mv_thumb {
		width: 90%!important;
		height: 250px;
		margin: 0 auto;
	}
	.slider {
		margin-top: 0px;
	}
	.mv_thumb h2 {
		width: 90%;
		right: 0;
		height: auto;
		margin-right: -12px;
		bottom: -60px;
	}
	.mv_thumb h2 p:nth-of-type(2) {
		font-size: 12px;
	}
	.mv_og_slider h1 {
		display: block;
	}
	.mv_btn_wrap {
		position: static;
		left: 0;
		right: 0;
		margin: 20px auto;
	}
	a.mv_btn {
		width: 80%;
		margin: 0 auto;
	}
	.mv_thumb h2 div::before {
		right: -10px;
		left: auto;
		background-image: url(../images/mv_parts_sp.svg);
		    width: 12px;
    height: 19px;
	}
	.float_btn a img {
		display: none;
	}
	.mv_thumb h2 div ul {
		display: flex;
		margin-bottom: 0;
		justify-content: flex-start;
	}
	.mv_thumb h2 div ul li:nth-child(1) {
		width: 20%;
	}
	.mv_thumb h2 div ul li:nth-child(2) {
		width: 80%;
	}
	.mv_thumb h2 img {
		width: 100%;
	}
	.slick-list {
		overflow: initial!important;
	}
	.slider_thumb .slick-list {
		overflow: hidden!important;
	}
	.slider_thumb {
		width: 90%;
		margin: 70px auto 0 auto;
		margin-top: 70px;
	}
	.slider_thumb .slider_thumb_list div {
		width: 95%;
	}
	.og_catch p {
		font-size: 16px;
	}
	br.sp {
		display: block;
	}
	.og_catch_area::before, .og_catch_area::after {
		height: 35px;
		top: 30px;
	}
	.og_catch_area::before {
		left: -6px;
	}
	.og_catch_area::after {
		right: -30px;
	}
	.og_catch p::before {
		left: 20px;
		top: -55px;
	}
	.og_catch {
		margin-bottom: 40px;
	}
	#about {
		padding: 60px 0;
	}
	#about ul.about_list {
		flex-wrap: wrap;
	}
	#about ul.about_list li {
		width:85%;
		margin-bottom: 40px;
		border-radius: 0;
		display: flex;
		height: auto;
		padding: 20px 0;
		text-align: left;
		justify-content: flex-start;
	}
	#about ul.about_list li figure {
		width: 30%;
	}
	#about ul.about_list li div {
	}
	#about ul.about_list li::after {
		border-radius: 0;
		height: 110%;
		width: 105%;
		left: -2.5%;
	}
	#interview h2::before {
		width: 275px;
	}
	#interview h2 img {
		width: 140px;
	}
	ul.interview_post_list {
		width: 90%;
		padding: 5%;
		flex-wrap: wrap;
		margin: -30px auto 0 auto;
	}
	ul.interview_post_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	#interview {
		padding: 65px 0 40px 0;
	}
	#banner {
		padding: 40px 0 60px 0;
	}
	.interview_wrap {
		padding: 130px 0 60px 0;
	}
	.banner_event {
		padding: 20px 0 40px 0;
	}
	.banner_event h3 {
		flex-wrap: wrap;
	}
	.banner_event h3 span {
		font-size: 20px;
	}
	.banner_event h3 p {
		text-align: center;
		font-size: 7vw;
		line-height: 1.4;
		margin-top: 20px;
	}
	.event_day {
		flex-wrap: wrap;
		font-size: 20px;
	}
	.free_banner {
		padding: 40px 0;
		margin-top: 80px;
	}
	.event_day p {
		font-size: 22px;
		line-height: 1.4;
		margin-top: 20px;
	}
	#flow {
		padding: 40px 0;
	}
	.free_banner p {
		line-height: 1.4;
		font-size: 26px;
		background-size: 90%;
		background-position: center bottom 10px;
	}
	.free_banner p span {
		font-size: 35px;
	}
	.banner_event a.og_btn, .free_banner a.og_btn {
		width: 80%;
	}
	.service_list {
		flex-wrap: wrap;
	}
	.service_list figure {
		width: 100%;
		margin-left: -2.5%;
	}
	.service_list div {
		width: 95%;
		margin-left: 5%;
		padding-left: 25px;
		margin-top: -35px;
	}
	.service_second figure {
		order: 1;
		width: 100%;
		margin-right: -2.5%;
		margin-left: auto;
	}
	.service_second div {
		order: 3;
		justify-content: flex-start;
		margin-left: 0;
		padding-right: 15px;
	}
	.ne_wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	#news .og_container {
		flex-wrap: wrap;
	}
	.ne_wrap dl dd ul li .post_info {
		width: 45%;
	}
	.ne_wrap dl dd ul li .news_thumb {
		width: 45%;
		height: 90px;
	}
	a.og_btn {
		width: 100%;
	}
	#kaigyo .kaigyo_banner figure img.event_pc {
		display: none;
	}
	#kaigyo .kaigyo_banner figure img.event_sp {
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	.kaigyo_container p {
		text-align: center;
	}
	.btn_wrap {
		flex-wrap: wrap;
	}
	.btn_wrap a.og_btn {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	#kaigyo,
	#news {
		padding: 60px 0;

	}
	#kaigyo {
		margin: 60px 0 0 0;
	}
	.l-header {
		background-color: #f16e83!important;
	}
	.search {
		width: 90%;
		margin: auto;
		left: 0;
		right: 0;
		top: -53px;
	}
	input.searchfield {
		width: 84%;
		box-sizing: border-box;
	}
	input.searchsubmit {
		top: 8px;
	}
	.mv_og_slider h1.ttl_pc {
		display: none;
	}
	.mv_og_slider h1.ttl_sp {
		display: block;
		position: static;
		width: 90%;
		margin: 0 auto 10px auto;
		font-size: 7.5vw;
		text-align: center;
	}
	.mv_og_slider h1.ttl_sp p {
		display: inline-block;
		line-height: 1.8;
	}
	.mv_og_slider h1 p::after {
		background-size: 100%;
		height: 7px;
		bottom: 0;
		background-repeat: no-repeat;
	}
	.mv_og_slider h1 span::after {
		top: -30px;
	}
	.mv_og_slider h1 {
		line-height: 1;
	}
	.mv_og_slider h1 span {
		padding-right: 0;
	}
	.search form {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.search form input[type="text"] {
		position: absolute;
		top: 0;
		left: 0;
		width: 88%;
	}
	.search form input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		box-sizing: border-box;
		width: 12%;
	}
	br.pc {
		display: none;
	}
	.float_btn_sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 5000;
	}
	.float_btn_sp a {
		color: #fff;
		font-size: 22px;
		text-align: center;
		display: block;
		width: 100%;
		font-weight: bold;
		padding: 20px 0;
		background-color: #ED4560;
		position: relative;
	}
	.float_btn_sp a span {
		color: #C8D900;
	}
	.float_btn_sp a::before {
		content: "";
		width: 32px;
		top: -18px;
		height: 40px;
		position: absolute;
		left: 0;
		right: 0;
		background-size: contain;
		margin: auto;
		background-image: url(../images/leaf.svg);
		background-repeat: no-repeat;
	}
	.float_btn_sp a::after {
		content: "";
    position: absolute;
    background-image: url(../images/mv_btn_arrow.svg);
    width: 22px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
	}
	.header_tel {
		display: none;
	}
	.p-global-nav > ul > li:last-child {
		display: block;
		text-align: center;
		background-color: #ed4560;
		position: relative;
	}
	.p-global-nav > ul > li:last-child::before {
		content: "";
		border: 1px solid #fff;
		width: 98%;
		height: 84%;
		position: absolute;
		top: 0;
		right: 0;
		left: 0%;
		bottom: 0;
		margin: auto;
	}
	.p-global-nav > ul > li:last-child a {
		padding-left: 0;
		padding-right: 0;
	}
	nav#js-global-nav {
		width: 100%;
	}
}









