@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	height: 100vh;
}
.m_img_area .m_img {
	position: relative;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.m_img_area .m_copy {
	position: absolute;
	z-index: 4;
	left: 5%;
	bottom: 22%;
}
.m_img_area .m_slider {
	position: relative;
	z-index: 0;
}
.m_img_area .m_news {
	position: absolute;
	z-index: 5;
	right: 1%;
	bottom: 0;
}

.m_img_area .m_copy {
	width: 66%;
	max-width: 960px;
}
.m_img_area .m_copy .copy_txt {
	position: absolute;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 2%;
}
.m_img_area .m_copy .copy_txt p:nth-child(1) {
	width: 50%;
	max-width: 210px;
	margin: 0 auto -3%;
	transform: translateX(12%);
	filter: drop-shadow(0px 0px 5px #000);
}
.m_img_area .m_copy .copy_txt p:nth-child(2) {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}
.m_img_area .m_copy .com_object {
	z-index: 0;
}
/*表示アニメーション*/
.m_img_area .m_copy .copy_txt p {
	opacity: 0;
	transition: all 1.2s 1.0s ease-out;
}
.m_img_area.anime_on .m_copy .copy_txt p {
	opacity: 1;
}

.m_img_area .m_slider .swiper-slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.m_img_area .m_slider .slide1 {background-image: url("../images/top/m_img1@2x.jpg");}
.m_img_area .m_slider .slide2 {background-image: url("../images/top/m_img2@2x.jpg");}
.m_img_area .m_slider .slide3 {background-image: url("../images/top/m_img3@2x.jpg");}
.m_img_area .m_slider .slide4 {background-image: url("../images/top/m_img4@2x.jpg");}
.m_img_area .m_slider .slide5 {background-image: url("../images/top/m_img5@2x.jpg");}
.m_img_area .m_slider .slide6 {background-image: url("../images/top/m_img6@2x.jpg");}

.m_img_area .m_news {
	width: 26%;
	max-width: 390px;
	background: rgba(186,171,166,0.97);
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: min(88%,1.4vw);
	letter-spacing: .15em;
	line-height: 1.7em;
	padding: 3.0em 2.7% 1.5em;
	transition: all 0.4s ease;
}
.m_img_area .m_news:hover {
	background: #A6918A;
	border-top-left-radius: 60px;
}
.m_img_area .m_news dt {
	letter-spacing: .18em;
	line-height: 1.0em;
	margin-bottom: .8em;
}
.m_img_area .m_news dt span {
	display: inline-block;
	vertical-align: middle;
}
.m_img_area .m_news dt span:first-child {
	font-size: 165%;
	letter-spacing: .04em;
	padding-right: 1.0em;
	position: relative;
	transform: translateY(-.1em);
}
.m_img_area .m_news dt span:first-child::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 120%;
	background: #fff;
	right: .3em;
	top: 0;
	transform: rotate(30deg);
}
.m_img_area .m_news .com_arrow1 {
	font-size: 65%;
	margin-top: .5em;
	margin-left: auto;
	margin-right: 0;
	transform: translateX(50%);
}

/* 画面高さ：900px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 900px) {
.m_img_area .m_news {
	font-size: min(80%,2.4vh);
	letter-spacing: .1em;
	line-height: 1.5em;
	padding: 2.0em 2.0% 1.0em;
}
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 900px) and (orientation: portrait) {
/*.m_img_area .m_slider .slide1 {background-image: url("../images/top/m_img1_sp.jpg");}*/
.m_img_area .m_slider .slide2 {background-image: url("../images/top/m_img2_sp.jpg");}
.m_img_area .m_slider .slide3 {background-image: url("../images/top/m_img3_sp.jpg");}
.m_img_area .m_slider .slide4 {background-image: url("../images/top/m_img4_sp.jpg");}
.m_img_area .m_slider .slide5 {background-image: url("../images/top/m_img5_sp.jpg");}
.m_img_area .m_slider .slide6 {background-image: url("../images/top/m_img6_sp.jpg");}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area .m_copy {
	left: 50%;
	bottom: 50%;
	transform: translate(-50%,20%);
	width: 75%;
}
.m_img_area .m_news {
	width: 40%;
	font-size: 1.7vw;
	letter-spacing: .05em;
	line-height: 1.6em;
	padding: 2.5em 3% 1.0em;
}
.m_img_area .m_news:hover {
	border-top-left-radius: 5vw;
}
.m_img_area .m_news .com_arrow1 {
	transform: translateX(20%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area {
	height: 100vh;
}
.m_img_area .m_img {
	width: 100%;
}
.m_img_area .m_copy {
	margin: auto;
	left: 0;
	right: 0;
	bottom: 12%;
}
.m_img_area .m_news {
	position: static;
}

.m_img_area .m_copy {
	width: 90%;
}
.m_img_area .m_copy .copy_txt p:nth-child(2) {
	width: 90%;
}

.m_img_area .m_news {
	width: 100%;
	max-width: 100%;
	background: #fff;
	color: #120F10;
	font-size: 100%;
	letter-spacing: .04em;
	line-height: 1.6em;
	padding: 1.8em 5% 1.2em;
}
.m_img_area .m_news:hover {
	background: #fff;
	border-top-left-radius: 0px;
}
.m_img_area .m_news dt span:first-child::before {
	background: #120F10;
}
.m_img_area .m_news .com_arrow1 {
	font-size: 60%;
	transform: translateX(20%);
}
}

/* 縦向きの場合
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: portrait) {
.m_img_area .m_slider .slide1 {background-image: url("../images/top/m_img1_sp.jpg");}
}



/*スマホメニュー
---------------------------------------------------------*/
.sp_menu_area .sp_menu_btn {
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 3% 0;
	background: rgba(186,171,166,0.97);
	border-radius: 2.0vw;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
	letter-spacing: .15em;
}
.sp_menu_area .sp_menu_btn > li {
	width: 47%;
	box-sizing: border-box;
}
.sp_menu_area .sp_menu_btn li.col_left {
	padding-left: 6%;
}
.sp_menu_area .sp_menu_btn li.col_right {
	padding-right: 6%;
}
.sp_menu_area .sp_menu_btn li.sp_inmenu {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 6% 2%;
	background: rgba(255,255,255,0.5);
}
.sp_menu_area .sp_menu_btn > li > a,
.sp_menu_area .sp_menu_btn > li > span {
	display: block;
	font-family: fot-rodin-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	padding: .8em 0;
	padding-left: 2.0em;
	border-top: solid 1px #fff;
	position: relative;
}
.sp_menu_area .sp_menu_btn > li:nth-child(-n+2) > a,
.sp_menu_area .sp_menu_btn > li:nth-child(-n+2) > span {
	border-top: none;
}
.sp_menu_area .sp_menu_btn > li > a::before,
.sp_menu_area .sp_menu_btn > li > span::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 70%;
	font-weight: normal;
	position: absolute;
	left: .8em;
	top: 50%;
	transform: translateY(-50%);
}
.sp_menu_area .sp_menu_btn li.ord_2 {order: 2;}
.sp_menu_area .sp_menu_btn li.ord_3 {order: 3;}
.sp_menu_area .sp_menu_btn li.ord_4 {order: 4;}
.sp_menu_area .sp_menu_btn li.ord_5 {order: 5;}
.sp_menu_area .sp_menu_btn li.ord_6 {order: 6;}
.sp_menu_area .sp_menu_btn li.ord_7 {order: 7;}
.sp_menu_area .sp_menu_btn li.ord_8 {order: 8;}
.sp_menu_area .sp_menu_btn li.ord_9 {order: 9;}

.sp_menu_area .sp_in_list {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-left: -1.5em;
}
.sp_menu_area .sp_in_list li {
	margin-left: 1.5em;
}
.sp_menu_area .sp_in_list li a {
	display: block;
	padding-left: 1.0em;
	position: relative;
}
.sp_menu_area .sp_in_list li a::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 70%;
	font-weight: normal;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
}
.sp_menu_area .ord_9 .sp_in_list li:last-child{
	margin-top: 0.8em;
	
}


/*表示アニメーション
---------------------------------------------------------*/
.anim_show {
	/*overflow: hidden;*/
}
.anim_show > span {
	display: inline-block;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.8s ease-out;
}
.anime_on .anim_show > span {
	opacity: 1;
	transform: translateY(0%);
}

.anim_slidein {
	overflow: hidden;
}
.anim_slidein > span {
	display: block;
	opacity: 0;
	transform: translateX(-100%);
	transition: all 1.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.anime_on .anim_slidein > span {
	opacity: 1;
	transform: translateX(0%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}



/*top_concept
---------------------------------------------------------*/
.top_concept {
	position: relative;
}
.top_concept .max_1500 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_concept .max_1500 .box_l {
	width: 52.8%;
	position: relative;
	z-index: 5;
}
.top_concept .max_1500 .box_r {
	width: 47.2%;
	position: relative;
	z-index: 0;
	padding-top: 3%;
}
.top_concept .max_1500 .box_l::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100vw;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
}

.top_concept .box_l {
	padding-top: 130px;
	padding-bottom: 80px;
}
.top_concept .box_l dl {
	width: 90%;
	max-width: 590px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.top_concept .box_l dt {
	font-size: min(500%,6.5vw);
	letter-spacing: .09em;
	line-height: 1.3em;	
	font-feature-settings: "halt";
	margin-bottom: .3em;
}
.top_concept .box_l dd {
	width: 92%;
	max-width: 520px;
	margin-left: 0;
	margin-right: auto;
}
.top_concept .box_l .bg_item {
	width: 90%;
	max-width: 551px;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50%;
	transform: translate(-13%,-50%);
}
.top_concept .box_l .bg_item path {
	fill: none;
	stroke: #120f10;
	stroke-miterlimit: 10;
	opacity: 0.3;
	stroke-dasharray: 2200px;
	stroke-dashoffset: 2200px;
}
.top_concept .box_l.anime_on .bg_item path {
	animation: concept_line 4.0s ease-out forwards;
}
@keyframes concept_line {
0% {
	stroke-dashoffset: 2200px;
}
100% {
	stroke-dashoffset: 0px;
}
}

.top_concept .box_r {
	position: relative;
	padding-bottom: 3%;
}

.top_concept .conc_slider {
	width: 150%;
	transform: rotate(-10deg);
}
.top_concept .conc_slider .swiper-slide {
	width: 25vw;
	max-width: 275px;
	opacity: 1;
	transition: opacity 0.8s ease-out;
}
.top_concept .conc_slider .swiper-slide[class*=-prev] {
	opacity: 0;
}
.top_concept .conc_slider .swiper-slide p {
	width: 109%;
	transform: rotate(10deg);
}
.top_concept .conc_slider .swiper-slide:nth-child(1) {z-index: 8;}
.top_concept .conc_slider .swiper-slide:nth-child(2) {z-index: 7;}
.top_concept .conc_slider .swiper-slide:nth-child(3) {z-index: 6;}
.top_concept .conc_slider .swiper-slide:nth-child(4) {z-index: 5;}
.top_concept .conc_slider .swiper-slide:nth-child(5) {z-index: 4;}
.top_concept .conc_slider .swiper-slide:nth-child(6) {z-index: 3;}
.top_concept .conc_slider .swiper-slide:nth-child(7) {z-index: 2;}
.top_concept .conc_slider .swiper-slide:nth-child(8) {z-index: 1;}

/*矢印*/
.top_concept .box_r .slide_arrow {
	width: 10vw;
	max-width: 90px;
	position: absolute;
	z-index: 10;
	right: 10%;
	bottom: 0;
	transform: translateY(50%);
}
.top_concept .box_r .slide_arrow div {
	cursor: pointer;
	width: 67%;
	padding: 7px 0;
}
.top_concept .box_r .slide_arrow div:first-child {
	transform: rotate(180deg);
}
.top_concept .box_r .slide_arrow div:last-child {
	margin-left: auto;
	margin-right: 0;
}
.top_concept .box_r .slide_arrow div img {
	transition: transform 0.4s;
}
.top_concept .box_r .slide_arrow div:first-child:hover img {
	transform: translateX(10%);
}
.top_concept .box_r .slide_arrow div:last-child:hover img {
	transform: translateX(10%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_concept .box_l {
	padding-top: 12%;
	padding-bottom: 8%;
}
.top_concept .box_l .bg_item {
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(-20%,-55%);
}
.top_concept .conc_slider .swiper-slide {
	width: 25vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_concept .max_1500 {
	display: block;
}
.top_concept .max_1500 .box_l {
	width: 100%;
}
.top_concept .max_1500 .box_r {
	width: 100%;
	z-index: 4;
}
.top_concept .max_1500 .box_l::before {
	display: none;
}

.top_concept .box_l {
	padding-top: 15%;
	padding-bottom: 0;
}
.top_concept .box_l dl {
	width: 80%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top_concept .box_l dt {
	font-size: 300%;
}
.top_concept .box_l dd {
	width: 100%;
	max-width: 100%;
	text-align: justify;
	line-height: 2.0em;
}
.top_concept .box_l .bg_item {
	width: 75%;
	left: 0;
	top: 5%;
	transform: translate(-30%,0%);
}

.top_concept .box_r {
	box-sizing: border-box;
	padding: 0 5% 18%;
}
.top_concept .conc_slider .swiper-slide {
	width: 48vw;
}
/*矢印*/
.top_concept .box_r .slide_arrow {
	display: none;
}
}



/*top_mission
---------------------------------------------------------*/
.top_mission {
	position: relative;
	z-index: 0;
	margin-bottom: 100px;
}
.top_mission::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 5vw;
	max-height: 70px;
	background: #fff;
	left: 0;
	top: 0;
}
.top_mission .w1280 {
	position: relative;
	z-index: 1;
}
.top_mission .abs_illust {
	position: absolute;
	z-index: 2;
	width: 41%;
	max-width: 515px;
	top: 0;
	right: 2%;
	display: flex;
    justify-content: space-between;
}
.top_mission .abs_illust li {
	width: 23.5%;
	max-width: 120px;
}
.top_mission .abs_illust li:nth-child(1) {
	padding-top: 2%;
}
.top_mission .abs_illust li:nth-child(2) {
	padding-top: 5%;
}

.top_mission .title_box {
	position: relative;
	z-index: 1;
	font-size: min(265%,4.0vw);
	letter-spacing: .15em;
	line-height: 1.6em;
	display: inline-block;
	margin-left: 8%;
	margin-bottom: 50px;
}
.top_mission .title_box::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	padding-right: 5.0em;
	padding-bottom: 2.7em;
	padding-top: 3.0em;
	padding-left: 4.0em;
	top: -3.0em;
	left: -4.0em;
	background: url("../images/top/miss_fukidashi@2x.png") no-repeat center center;
	background-size: 100% 100%;
}
.top_mission .title_box .ft_amandine {
	font-size: 55%;
	letter-spacing: .08em;
	line-height: 1.6em;
}
.top_mission .title_box .abs {
	width: 2.2em;
	max-width: 98px;
	position: absolute;
	right: -5.5em;
	bottom: .3em;
}

.top_mission .no {
	font-family: amandine, sans-serif;
	font-weight: 500;
	font-style: italic;
	color: #67AF9B;
	letter-spacing: .04em;
	line-height: 1.0em;
	position: absolute;
	z-index: 5;
}
.top_mission .no::before {
	content: "01";
	display: block;
}
.top_mission .no::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #67AF9B;
	left: -.1em;
	top: -.1em;
}
.top_mission .img_box {
	position: relative;
}
.top_mission .img_box .point {
	position: absolute;
	z-index: 1;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #ccc;
}
.top_mission .img_box .point p {
	position: relative;
	z-index: 1;
}
.top_mission .img_box .point .abs {
	position: absolute;
	z-index: 0;
}

.top_mission .box1 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 130px;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	position: relative;
}
.top_mission .box1 .no {
	font-size: min(830%,10vw);
	right: 0;
	top: 0;
	z-index: 0;
}
.top_mission .box1 .no::after {
	width: 8px;
	height: 8px;
	left: -.05em;
	top: -.05em;
}
.top_mission .box1 .img_box {
	width: 54%;
	max-width: 590px;
}
.top_mission .box1 .txt_box {
	position: relative;
	z-index: 1;
	width: 42%;
	max-width: 430px;
	padding-bottom: 3%;
}
.top_mission .box1 .img_box .point {
	width: 38%;
	max-width: 212px;
	background: #B3A956;
	right: 5%;
	bottom: 5%;
}
.top_mission .box1 .img_box .point .abs {
	width: 46.5%;
	max-width: 98px;
	right: 0;
	bottom: 0;
	transform: translate(20%,20%);
}
.top_mission .box1 .img_box .abs2 {
	width: 31%;
	max-width: 178px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translate(-80%,-40%);
}
.top_mission .box1 .miss_style h3 {
	font-size: min(250%,3.5vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.top_mission .box1 .miss_style h3 > span {
	display: block;
	font-size: 70%;
	letter-spacing: .15em;
	line-height: 1.4em;
}

.top_mission .box2_4 {
	display: flex;
    justify-content: space-between;
	margin-bottom: 80px;
}
.top_mission .box2_4 > div {
	width: 31.5%;
	max-width: 360px;
	position: relative;
	padding-bottom: 3.0em;
}
.top_mission .box2_4 .no {
	font-size: 330%;
	left: 0;
	top: -.4em;
}
.top_mission .box2_4 .img_box {
	width: 90%;
	max-width: 310px;
	margin: 0 auto;
}
.top_mission .box2_4 .img_box .point {
	width: 54%;
	max-width: 165px;
	right: 0;
	bottom: 4%;
	transform: translateX(20%);
}
.top_mission .box2_4 .img_box .point .abs {
	width: 36.5%;
	max-width: 60px;
	right: 0;
	top: 0;
}
.top_mission .box2_4 .miss_style h3 {
	font-size: min(195%,2.6vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-top: .8em;
	margin-bottom: .5em;
}
.top_mission .box2_4 .miss_style h3 > span {
	display: block;
	font-size: 70%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.top_mission .box2_4 .com_arrow1 {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.top_mission .box2_4 > div:nth-child(1) .no::before {content: "02";}
.top_mission .box2_4 > div:nth-child(2) .no::before {content: "03";}
.top_mission .box2_4 > div:nth-child(3) .no::before {content: "04";}
.top_mission .box2_4 > div:nth-child(1) .img_box .point {background: #99C27E;}
.top_mission .box2_4 > div:nth-child(2) .img_box .point {background: #6F9CC9;}
.top_mission .box2_4 > div:nth-child(3) .img_box .point {background: #71B0AF;}

.top_mission .anshin_box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 80px;
	border-top: solid 1px #A09F9F;
	padding-top: 70px;
	text-align: center;
}
.top_mission .anshin_box h3 {
	font-size: min(235%,3.8vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.top_mission .slide_box {
	position: relative;
}
.top_mission .slide_box .com_object {
	width: 42%;
	max-width: 520px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}
.top_mission .slide_box .miss_slider {
	position: relative;
	z-index: 0;
}
.top_mission .miss_slider .swiper-slide {
	width: 70vw;
	max-width: 800px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_mission {
	margin-bottom: 10%;
}
.top_mission .abs_illust {
	right: 0;
}

.top_mission .title_box {
	font-size: 4.2vw;
	letter-spacing: .1em;
	margin-left: 4%;
	margin-bottom: 4%;
}
.top_mission .title_box::before {
	padding-right: 4.0em;
}
.top_mission .title_box .abs {
	right: -4.5em;
}

.top_mission .box1 {
	width: 96%;
	margin-bottom: 12%;
}
.top_mission .box1 .no {
	font-size: 10vw;
	right: 0;
	top: 0;
	transform: translate(25%,-80%);
}
.top_mission .box1 .txt_box {
	padding-bottom: 0;
}
.top_mission .box1 .miss_style h3 {
	font-size: 4.0vw;
	letter-spacing: .1em;
	margin-bottom: .3em;
}
.top_mission .box1 .miss_style h3 > span {
	letter-spacing: .1em;
}

.top_mission .box2_4 {
	margin-bottom: 8%;
}
.top_mission .box2_4 > div {
	padding-bottom: 2.0em;
}
.top_mission .box2_4 .miss_style h3 {
	font-size: 2.8vw;
	letter-spacing: .1em;
	margin-bottom: .3em;
}
.top_mission .box2_4 .miss_style h3 > span {
	letter-spacing: .1em;
}

.top_mission .anshin_box {
	margin-bottom: 12%;
	padding-top: 4%;
}
.top_mission .anshin_box h3 {
	letter-spacing: .1em;
	margin-bottom: .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_mission {
	margin-bottom: 12%;
}
.top_mission::before {
	height: 8vw;
	max-height: 100%;
}
.top_mission .abs_illust {
	width: 41%;
	top: 0;
	right: 1%;
	transform: translateY(-25%);
	display: block;
}
.top_mission .abs_illust li {
	width: 31%;
}
.top_mission .abs_illust li:nth-child(1) {
	padding-top: 0;
}
.top_mission .abs_illust li:nth-child(2) {
	margin-left: auto;
	margin-right: 10%;
	padding-top: 20%;
}
.top_mission .abs_illust li:nth-child(3) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.top_mission .abs_illust li:nth-child(4) {
	position: absolute;
	right: 0;
	top: 0;
}

.top_mission .title_box {
	font-size: 185%;
	letter-spacing: .1em;
	margin-left: 4%;
	margin-bottom: 16%;
}
.top_mission .title_box::before {
	padding-right: 4.0em;
	padding-bottom: 2.7em;
	padding-top: 3.0em;
	padding-left: 4.0em;
	top: -3.0em;
	left: -3.0em;
}
.top_mission .title_box .abs {
	right: -3.2em;
	bottom: -.8em;
}
	
.top_mission .box1,
.top_mission .box2_4 > div {
	border-bottom: solid 1px #DBDBDB;
}
.top_mission .box1 {
	padding: 0 0 10%;
	margin-bottom: 12%;
}
.top_mission .box2_4 > div {
	padding: 0 0 8%;
	margin-bottom: 10%;
}

.top_mission .box1 {
	display: block;
}
.top_mission .box1 .no {
	font-size: 420%;
	right: .2em;
	top: -.5em;
	z-index: 1;
}
.top_mission .box1 .no::after {
	width: 6px;
	height: 6px;
}
.top_mission .box1 .img_box {
	width: 70%;
	margin: 0 auto 1.5em;
}
.top_mission .box1 .txt_box {
	width: 100%;
	max-width: 100%;
	padding-bottom: 0;
}
.top_mission .box1 .img_box .point {
	width: 52%;
	right: 0;
	bottom: 0;
	transform: translate(22%,10%);
}
.top_mission .box1 .miss_style h3 {
	text-align: center;
	font-size: 200%;
	letter-spacing: .1em;
	margin-bottom: .2em;
}
.top_mission .box1 .miss_style h3 > span {
	font-size: 70%;
	letter-spacing: .1em;
}
.top_mission .box1 .com_btn1 a {
	margin-left: auto;
	margin-right: auto;
}

.top_mission .box2_4 {
	display: block;
	margin-bottom: 10%;
}
.top_mission .box2_4 > div {
	width: 100%;
	max-width: 100%;
}
.top_mission .box2_4 > div:last-child {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.top_mission .box2_4 .no {
	font-size: 260%;
	left: 15%;
	top: -.4em;
}
.top_mission .box2_4 .img_box {
	width: 50%;
	margin: 0 auto 1.5em;
}
.top_mission .box2_4 .img_box .point {
	width: 63%;
	right: 0;
	bottom: 0;
	transform: translate(50%,10%);
}
.top_mission .box2_4 .miss_style h3 {
	text-align: center;
	font-size: 180%;
	letter-spacing: .1em;
	margin-top: 0;
	margin-bottom: .2em;
}
.top_mission .box2_4 .miss_style h3 > span {
	letter-spacing: .1em;
}
.top_mission .box2_4 .fs15 {
	font-size: 100%;
	letter-spacing: .04em;
	line-height: 1.8em;
}
.top_mission .box2_4 .com_arrow1 {
	position: relative;
	margin: 1.5em auto 0;
	left: auto;
	right: auto;
	bottom: auto;
}

.top_mission .anshin_box {
	margin-bottom: 20%;
	padding-top: 8%;
}
.top_mission .anshin_box h3 {
	font-size: 150%;
	letter-spacing: .1em;
}
.top_mission .anshin_box p {
	text-align: left;
}

.top_mission .slide_box .com_object {
	width: 55%;
}
.top_mission .miss_slider .swiper-slide {
	width: 90vw;
}
}



/*top_medical
---------------------------------------------------------*/
.top_medical {
	margin-bottom: 100px;
}
.top_medical .title_box {
	position: relative;
	margin-bottom: 40px;
}
.top_medical .title_box h2 {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.4em;
	position: absolute;
	left: 0;
	top: 0;
}
.top_medical .title_box .ft_amandine {
	font-size: min(1060%,14vw);
	letter-spacing: normal;
	line-height: 1.0em;
}

.top_medical .box_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 80px;
}
.top_medical .box_list > li {
	width: 48.5%;
	max-width: 600px;
	box-sizing: border-box;
	position: relative;
	padding: 60px 3%;
	margin-top: 50px;
}
.top_medical .box_list > li::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: #F8F7F6;
	border-radius: 20px;
	transition: background 0.4s ease, width 1.0s cubic-bezier(0.33, 1, 0.68, 1);
}
.top_medical .box_list > li.anime_on::before {
	width: 100%;
}
.top_medical .box_list > li:nth-child(-n+2) {
	margin-top: 0;
}
.top_medical .box_list .abs1 {
	width: 22%;
	max-width: 130px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-20%,-20%);
	transform-origin: left top;
	transition: all 0.4s ease;
}
.top_medical .box_list > li:hover::before {
	background: #EAE6E4;
}
.top_medical .box_list > li:hover .abs1 {
	transform: translate(-20%,-20%) scale(1.15,1.15);
}
.top_medical .box_list .img_box,
.top_medical .box_list .txt,
.top_medical .box_list .flt_box {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.top_medical .box_list h3 {
	text-align: center;
	font-size: min(295%,4.0vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .3em;
}
.top_medical .box_list h3 > span {
	display: block;
	font-size: 40%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.top_medical .box_list h3 .txt_small {
	display: inline-block;
	vertical-align: middle;
	font-size: 65% !important;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.top_medical .box_list .abs_fukidashi {
	text-align: center;
	color: #fff;
	font-size: min(94%,1.4vw);
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: 1.0em 1.2em;
	border-radius: 1.2em;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #377399;
	position: absolute;
	top: -.5em;
	right: -1.0em;	/*揃える*/
}
.top_medical .box_list .abs_fukidashi::before {
	content: "";
	position: absolute;
	width: 1.0em;	/*揃える*/
	height: 1.0em;
	right: 0;
	top: 100%;
	background: url("../images/top/medi_corner1@2x.png") no-repeat left top;
	background-size: 100% 100%;
}
.top_medical .box_list .img_box {
	position: relative;
	margin-bottom: 1.5em;
}
.top_medical .box_list .img_box .abs2 {
	position: absolute;
	z-index: 1;
	width: 38%;
	max-width: 190px;
	left: -5%;
	bottom: 4%;
}
.top_medical .box_list .com_arrow1 {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.top_medical .box_list .box_small {
	padding-top: 50px;
	padding-bottom: 40px;
}
.top_medical .box_list .box_small h3 {
	font-size: min(175%,2.8vw);
	margin-bottom: .5em;
}
.top_medical .box_list .box_small h3 > span {
	font-size: 50%;
	margin-bottom: .4em;
}
.top_medical .box_list .box_small .flt_box .img_box {
	float: left;
	width: 42%;
	margin: 0;
}
.top_medical .box_list .box_small .flt_box .txt {
	float: right;
	width: 52%;
	max-width: 250px;
}

.top_medical .box_list .col1 h3 .col {color: #377399;}
.top_medical .box_list .col2 h3 .col {color: #B4BA1B;}
.top_medical .box_list .col3 h3 .col {color: #61AB81;}
.top_medical .box_list .col4 h3 .col {color: #C296B8;}
.top_medical .box_list .col5 h3 .col {color: #5FA8C2;}
.top_medical .box_list .col6 h3 .col {color: #45B59F;}

.top_medical .box_list .col1:hover .com_arrow1 {background: #377399;}
.top_medical .box_list .col2:hover .com_arrow1 {background: #B4BA1B;}
.top_medical .box_list .col3:hover .com_arrow1 {background: #61AB81;}
.top_medical .box_list .col4:hover .com_arrow1 {background: #C296B8;}
.top_medical .box_list .col5:hover .com_arrow1 {background: #5FA8C2;}
.top_medical .box_list .col6:hover .com_arrow1 {background: #45B59F;}

.top_medical .box_list .col2 .img_box .abs2 {
	width: 42%;
	max-width: 210px;
}

.top_medical .box_list .col3 .abs_fukidashi {background: #61AB81;}
.top_medical .box_list .col3 .abs_fukidashi::before {background-image: url("../images/top/medi_corner2@2x.png");}

.top_medical .com_med_icon {
	display: flex;
    flex-wrap: wrap;
	text-align: center;
	font-size: min(110%,1.6vw);
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.top_medical .com_med_icon li {
	width: 20%;
	margin-top: 50px;
	box-sizing: border-box;
	border-right: solid 1px #DBDBDB;
}
.top_medical .com_med_icon li:nth-child(-n+5) {
	margin-top: 0;
}
.top_medical .com_med_icon li:nth-child(5n) {
	border-right: none;
}
.top_medical .com_med_icon li a {
	display: block;
	position: relative;
	padding-bottom: 5.2em;
}
.top_medical .com_med_icon [class^="icon"] {
	width: 100%;
	height: 4.8em;
	transition: all 0.4s;
}
.top_medical .com_med_icon li p {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 1.5em;
}
.top_medical .com_med_icon .ft_rodin {
	display: block;
	color: #67AF9B;
	font-size: 80%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.top_medical .com_med_icon .dent_adjust {
	display: inline-block;
	margin-right: -.5em;
}
.top_medical .com_med_icon a:hover {
	color: #67AF9B;
}
.top_medical .com_med_icon a:hover [class^="icon"] {
	transform: translateY(-10%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_medical {
	margin-bottom: 8%;
}
.top_medical .title_box {
	margin-bottom: 4%;
}
.top_medical .title_box h2 {
	font-size: 110%;
	letter-spacing: .1em;
	top: -.5em;
}

.top_medical .box_list {
	margin-bottom: 8%;
}
.top_medical .box_list > li {
	padding: 8% 3%;
	margin-top: 5%;
}
.top_medical .box_list > li::before {
	border-radius: 2vw;
}
.top_medical .box_list h3 {
	font-size: 4.0vw;
	letter-spacing: .1em;
}
.top_medical .box_list h3 > span {
	font-size: 50%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.top_medical .box_list h3 .txt_small {
	font-size: 65% !important;
	letter-spacing: .1em;
}
.top_medical .box_list .abs_fukidashi {
	font-size: 1.6vw;
	letter-spacing: .1em;
	padding: 1.0em 1.0em;
	top: -1.5em;
	right: -.5em;	/*揃える*/
}
.top_medical .box_list .abs_fukidashi::before {
	width: .5em;	/*揃える*/
	height: .5em
}

.top_medical .box_list .box_small {
	padding-top: 6%;
	padding-bottom: 6%;
}
.top_medical .box_list .box_small h3 {
	font-size: 3.0vw;
}
.top_medical .box_list .box_small h3 > span {
	font-size: 65%;
}

.top_medical .com_med_icon {
	font-size: 1.9vw;
	letter-spacing: .1em;
}
.top_medical .com_med_icon li {
	margin-top: 4%;
}
.top_medical .com_med_icon li p {
	bottom: 1.0em;
}
.top_medical .com_med_icon .ft_rodin {
	font-size: 90%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_medical {
	margin-bottom: 14%;
}
.top_medical .title_box {
	text-align: center;
	margin-bottom: 4%;
}
.top_medical .title_box h2 {
	font-size: 110%;
	letter-spacing: .15em;
	line-height: 1.4em;
	position: static;
}
.top_medical .title_box .ft_amandine {
	font-size: 450%;
	line-height: 1.1em;
}

.top_medical .box_list {
	display: block;
	margin-bottom: 12%;
}
.top_medical .box_list > li {
	width: 100%;
	max-width: 100%;
	padding: 14% 6% 10%;
	margin-top: 6% !important;
}
.top_medical .box_list > li::before {
	border-radius: 2vw;
}
.top_medical .box_list > li:nth-child(-n+1) {
	margin-top: 0 !important;
}
.top_medical .box_list .img_box,
.top_medical .box_list .txt,
.top_medical .box_list .flt_box {
	max-width: 100%;
}
.top_medical .box_list h3 {
	font-size: 200%;
	letter-spacing: .1em;
	margin-bottom: .3em;
}
.top_medical .box_list h3 > span {
	font-size: 55%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.top_medical .box_list h3 .txt_small {
	display: block;
	font-size: 55% !important;
	letter-spacing: .1em;
	margin-top: .2em;
}
.top_medical .box_list .abs_fukidashi {
	font-size: 90%;
	letter-spacing: .1em;
}
.top_medical .box_list .img_box {
	margin-bottom: 1.0em;
}
.top_medical .box_list .com_arrow1 {
	right: 3vw;
	bottom: 3vw;
}

.top_medical .box_list .box_small {
	padding-top: 8%;
	padding-bottom: 10%;
}
.top_medical .box_list .box_small h3 {
	text-align: left;
	font-size: 150%;
	margin-bottom: 0;
	width: 45%;
	position: absolute;
	left: 54%;
}
.top_medical .box_list .box_small h3 > span {
	font-size: 60%;
	letter-spacing: .05em;
	margin-bottom: .4em;
}
.top_medical .box_list .box_small .flt_box .img_box {
	float: none;
	width: 50%;
	margin-right: auto;
	margin-bottom: 1.0em;
}
.top_medical .box_list .box_small .flt_box .txt {
	float: none;
	width: 100%;
	max-width: 100%;
}
	
.top_medical .box_list .col6 h3 .txt_small {
	margin-left: -.5em;
}

.top_medical .com_med_icon {
	width: 108%;
	margin-left: -4%;
	font-size: 100%;
	letter-spacing: .1em;
}
.top_medical .com_med_icon li {
	width: 33.3333%;
	margin-top: 6% !important;
	border-right: solid 1px #DBDBDB !important;
}
.top_medical .com_med_icon li:nth-child(-n+3) {
	margin-top: 0 !important;
}
.top_medical .com_med_icon li:nth-child(3n) {
	border-right: none !important;
}
.top_medical .com_med_icon li a {
	padding-bottom: 4.2em;
}
.top_medical .com_med_icon li p {
	bottom: .5em;
}
.top_medical .com_med_icon .ft_rodin {
	font-size: 90%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
}



/*top_case
---------------------------------------------------------*/
.top_case {
	position: relative;
	margin-bottom: 100px;
	padding: 90px 0;
}
.top_case .in_box {
	position: relative;
	z-index: 1;
}
.top_case .title_box {
	text-align: center;
	font-size: 235%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.top_case .title_box .ft_amandine {
	color: #29496E;
	font-size: 60%;
	letter-spacing: .04em;
	line-height: 1.0em;
}
.top_case .case_slider .swiper-slide {
	width: 60vw;
	max-width: 640px;
	box-sizing: border-box;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.top_case .case_slider .before_after {
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.top_case .case_slider .before_after li {
	width: 49%;
	position: relative;
}
.top_case .case_slider .before_after li::before {
	display: block;
	content: "";
	padding-top: 70%;
}
.top_case .case_slider .before_after li img {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.top_case .case_slider .before_after::before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 7%;
	height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	background: url("../images/top/case_arrow@2x.png") no-repeat center center;
	background-size: contain;
	top: 0;
}
.top_case .case_slider .txt {
	text-align: left;
	line-height: 1.8em;
	width: 90%;
	max-width: 520px;
	margin: 1.0em auto 0;
}
.top_case .com_btn1 {
	margin-top: 50px;
}

.top_case .abs1 {
	width: 26%;
	max-width: 380px;
	position: absolute;
	z-index: 0;
	left: 4%;
	top: 0;
	transform: translateY(-20%);
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.top_case .abs1 li:nth-child(1) {
	width: 50%;
	max-width: 190px;
}
.top_case .abs1 li:nth-child(2) {
	width: 43%;
	max-width: 160px;
	transform: translateY(40%);
}
.top_case .abs2 {
	width: 26%;
	max-width: 377px;
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	transform: translate(10%,10%);
}
.top_case .abs1 li span,
.top_case .abs2 span {
	display: block;
	opacity: 0;
	transition: all 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.top_case .abs1 li span {
	transform: translate(-30%,-20%);
}
.top_case .abs1 li:nth-child(1) span {
	transition-delay: 0.2s;
}
.top_case .abs2 span {
	transform: translate(30%,20%);
}
.top_case.anime_on .abs1 li span,
.top_case.anime_on .abs2 span {
	opacity: 1;
	transform: translate(0%,0%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_case {
	margin-bottom: 10%;
	padding: 8% 0;
}
.top_case .title_box {
	font-size: 220%;
	letter-spacing: .1em;
	margin-bottom: 3%;
}
.top_case .case_slider .swiper-slide {
	padding: 3.5vw;
	border-radius: 2vw;
}
.top_case .com_btn1 {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_case {
	margin-bottom: 10%;
	padding: 10% 0 12%;
}
.top_case .title_box {
	font-size: 180%;
	letter-spacing: .1em;
	margin-bottom: 6%;
}
.top_case .case_slider .swiper-slide {
	width: 80vw;
	max-width: 100%;
	padding: 6%;
	border-radius: 2vw;
}
.top_case .case_slider .txt {
	width: 100%;
	max-width: 100%;
}
.top_case .com_btn1 {
	margin-top: 6%;
}

.top_case .abs1 {
	left: 0;
	top: 0;
	transform: translate(-10%,-20%);
}
}



/*top_info
---------------------------------------------------------*/
.top_info {
	margin-bottom: 80px;
}
.top_info .news_blog {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 120px;
}
.top_info .news_blog > div {
	width: 48%;
	max-width: 500px;
}
.top_info .news_blog h2 {
	font-size: 335%;
	letter-spacing: .04em;
	line-height: 1.0em;
}
.top_info .news_blog li {
	padding: 2.0em 0;
	border-bottom: solid 1px #B8B7B7;
}
.top_info .news_blog li .ft_amandine {
	letter-spacing: .18em;
	line-height: 1.0em;
	margin-bottom: .8em;
}
.top_info .news_blog li dl {
	padding-left: 1.5em;
	padding-right: .5em;
	position: relative;
	transition: all 0.4s;
}
.top_info .news_blog li:hover dl {
	padding-left: 2.0em;
	padding-right: 0em;
}
.top_info .news_blog li dl::before {
	font-family: 'fontello';
	content: '\e801';
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.top_info .news_blog li dt {
	font-size: 125%;
	letter-spacing: .15em;
	line-height: 1.4em;
	position: relative;
	margin-bottom: .5em;
}
.top_info .news_blog .com_btn2 {
	margin-top: 1.0em;
}

.top_info .box_news h2 .txt_col {color: #D69C58;}
.top_info .box_news li .ft_amandine {color: #D69C58;}
.top_info .box_news li:hover a {color: #D69C58;}
.top_info .box_blog h2 .txt_col {color: #A9AD4A;}
.top_info .box_blog li .ft_amandine {color: #A9AD4A;}
.top_info .box_blog li:hover a {color: #A9AD4A;}

.top_info .inst_box {
	text-align: center;
	margin-bottom: 50px;
}
/*.top_info .inst_box .dummy {
	width: 100%;
	height: 25vw;
	max-height: 250px;
	background: #ccc;
}*/
.top_info .inst_box .com_btn2 {
	margin-top: 40px;
}
.top_info .inst_box .com_btn2 a {
	padding-top: 2.0em;
	padding-bottom: 2.0em;
	padding-left: 6.5em;
}
.top_info .inst_box .com_btn2 a::before {
	content: "";
	position: absolute;
	width: 5.0em;
	height: 5.0em;
	background: url("../images/icon_inst@2x.png") no-repeat center center;
	background-size: contain;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_info .inst_box .com_btn2 a:hover .com_arrow1 {
	background: #DC3762;
}

.top_info .top_recruit .flex_box {
	border-top: solid 1px #B8B7B7;
	padding-top: 80px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_info .top_recruit .flex_box .box_l {
	width: 57%;
	max-width: 700px;
	position: relative;
}
.top_info .top_recruit .flex_box .box_r {
	width: 40%;
	max-width: 470px;
}
.top_info .top_recruit .img_box {
	border-radius: 20px;
	overflow: hidden;
}
.top_info .top_recruit .com_object {
	width: 65%;
	max-width: 440px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-10%,15%);
}
.top_info .top_recruit .box_r .in_box {
	font-size: min(100%,1.5vw);
}
.top_info .top_recruit .lead {
	font-feature-settings: "halt";
}
.top_info .top_recruit .lead span {
	color: #7BAB7C;
}
.top_info .top_recruit h2 {
	font-size: 324%;
	letter-spacing: .05em;
	line-height: 1.0em;
	margin: .3em 0 .3em;
}
.top_info .top_recruit .job_list {
	display: flex;
    flex-wrap: wrap;
	color: #7BAB7C;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.top_info .top_recruit .job_list li {
	min-width: 6.5em;
	margin-right: 1.2em;
	margin-top: .8em;
	box-sizing: border-box;
	padding-left: 1.5em;
	position: relative;
}
.top_info .top_recruit .job_list li:nth-child(3n),
.top_info .top_recruit .job_list li:last-child {
	margin-right: 0;
}
.top_info .top_recruit .job_list li::before {
	content: "";
	position: absolute;
	width: .9em;
	height: .9em;
	background: #7BAB7C;
	border-radius: 50%;
	opacity: 0.7;
	left: 0;
	top: .2em;
}
.top_info .top_recruit .com_btn1 a {
	background: #7BAB7C;
	border-color: transparent;
	color: #fff;
}
.top_info .top_recruit .com_btn1 .com_arrow1 {
	color: #fff;
}
.top_info .top_recruit .com_btn1 a:hover {
	background: #EEAC99;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.top_info {
	margin-bottom: 6%;
}
.top_info .news_blog {
	margin-bottom: 10%;
}
.top_info .news_blog h2 {
	font-size: 280%;
}
.top_info .news_blog li {
	padding: 1.5em 0;
}
.top_info .news_blog li .ft_amandine {
	margin-bottom: .5em;
}
.top_info .news_blog li dt {
	font-size: 115%;
	letter-spacing: .1em;
	margin-bottom: .3em;
}

.top_info .inst_box {
	margin-bottom: 4%;
}
.top_info .inst_box .com_btn2 {
	margin-top: 2%;
}
.top_info .inst_box .com_btn2 a {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 5.0em;
}
.top_info .inst_box .com_btn2 a::before {
	width: 4.0em;
	height: 4.0em;
}

.top_info .top_recruit .flex_box {
	padding-top: 6%;
}
.top_info .top_recruit .img_box {
	border-radius: 2vw;
}
.top_info .top_recruit .com_object {
	transform: translate(-10%,50%);
}
.top_info .top_recruit .box_r .in_box {
	font-size: 1.8vw;
}
.top_info .top_recruit .job_list {
	font-size: 105%;
	letter-spacing: .05em;
}
.top_info .top_recruit .job_list li {
	min-width: 6.5em;
	margin-right: 1.2em !important;
	margin-top: .8em;
	padding-left: 1.2em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_info {
	margin-bottom: 10%;
}
.top_info .news_blog {
	display: block;
	margin-bottom: 12%;
}
.top_info .news_blog > div {
	width: 100%;
	max-width: 100%;
	margin-bottom: 6%;
}
.top_info .news_blog h2 {
	font-size: 250%;
}
.top_info .news_blog li {
	padding: 1.5em 0 1.0em;
}
.top_info .news_blog li .ft_amandine {
	margin-bottom: .5em;
}
.top_info .news_blog li dl {
	padding-left: 1.2em !important;
	padding-right: 0 !important;
}
.top_info .news_blog li dt {
	font-size: 110%;
	letter-spacing: .05em;
	margin-bottom: .2em;
}

.top_info .inst_box {
	margin-bottom: 6%;
}
.top_info .inst_box .dummy {
	height: 40vw;
}
.top_info .inst_box .com_btn2 {
	margin-top: 4%;
}
.top_info .inst_box .com_btn2 a {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 5.0em;
}
.top_info .inst_box .com_btn2 a::before {
	width: 4.0em;
	height: 4.0em;
}

.top_info .top_recruit .flex_box {
	padding-top: 10%;
	display: block;
}
.top_info .top_recruit .flex_box .box_l {
	width: 100%;
	margin: 0 auto 10%;
}
.top_info .top_recruit .flex_box .box_r {
	width: 100%;
	max-width: 100%;
}
.top_info .top_recruit .img_box {
	border-radius: 2vw;
}
.top_info .top_recruit .box_r .in_box {
	font-size: 100%;
}
.top_info .top_recruit .lead {
	 text-align: center;
	font-size: 110%;
}
.top_info .top_recruit h2 {
	text-align: center;
	font-size: 250%;
	letter-spacing: .05em;
	margin: .3em 0 .2em;
}
.top_info .top_recruit .job_list {
	letter-spacing: .05em;
}
.top_info .top_recruit .com_btn1 a {
	margin-left: auto;
	margin-right: auto;
}
}



/*WPプラグイン：カスタム
---------------------------------------------------------*/
.inst_box .view_box {
	overflow: hidden !important;
}
.inst_box .bx-viewport {
    overflow: hidden !important;
	height: 25vw !important;
	max-height: 250px;
}

.inst_box #sb_instagram #sbi_images {
  display: block !important;
  padding: 0 !important;
}

.inst_box #sb_instagram #sbi_images .sbi_item {
	width: 250px !important;
	max-width: 250px;
	margin: 0 25px !important;
	overflow: hidden;
}
.inst_box #sb_instagram .sbi_photo {
	height: 25vw !important;
	max-height: 250px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.inst_box #sb_instagram #sbi_images .sbi_item {
	margin: 0 10px !important;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.inst_box .bx-viewport {
	height: 32vw !important;
}
.inst_box #sb_instagram #sbi_images .sbi_item {
	width: 32vw !important;
	margin: 0 5px !important;
}
.inst_box #sb_instagram .sbi_photo {
	height: 32vw !important;
}
}



/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}